/*
Theme Name: 	Divi Child
Description: 	Das Child Theme von Divi
Author: 	EPS Agentur für Kommunikation 
Author URI: 	www.eps-kommunikation.de
Template: 	Divi
Version: 	1.0
*/

/* ALLGEMEIN */

h1 {
	font-size: 40px !important;
}

h2 {
	font-size: 20px !important;
	line-height: 1.2em;
}

h4 {
	font-size: 24px !important;
	line-height: 1.4em !important;
	color: #666 !important;
}

p {
    padding-bottom: 0 !important;
}

/* MENU/HEADER */

#main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
	background-color: #fff !important;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1 !important;
    background-color: rgba(0,0,0,0) !important;
	color: #8cbaf6 !important;
}

.nav li ul {
	width: 300px !important;
}

#top-menu li li a {
    width: 400px;
    padding: 6px 20px;
}

#logo {
	max-width: 300px !important;
}

/* CONTENT */

.boxbdu {
	margin-top: -70px !important;
	margin-left: 175px !important;
	width: 150px !important;
}

.entry-content ol, body.et-pb-preview #main-content .container ol {
    line-height: 26px;
    list-style-position: outside !important;
	margin-left: 50px !important;
}

/* FOOTER */

#footer-bottom {
	display: none !important;
}

@media screen and ( max-width: 1105px ) {	
	#top-menu-nav, #top-menu {display: none;}
	#et_top_search {display: none;}
	#et_mobile_nav_menu {display: block;}
	.et-fixed-header #main-header {display: none;}

	h1 {
	font-size: 30px !important;
	}
}

@media screen and ( max-width: 981px ) {	
	.boxbdu {
	margin-top: 50px !important;
	margin-left: 0px !important;
	width: 150px !important;
}
}

@media screen and ( max-width: 768px ) {	
	#top-menu-nav, #top-menu {display: none;}
	#et_top_search {display: none;}
	#et_mobile_nav_menu {display: block;}
	.et-fixed-header #main-header {display: none;}

	h1 {
	font-size: 25px !important;
	}
	
	h2 {
	font-size: 20px !important;
	}
	
	h4 {
	font-size: 20px !important;
	}
	
	#logo {
    max-width: 200px !important;
}
}