/*
Theme Name: Divi-Child
Template: Divi
*/

/* Logo überlappend  */
 
#top-header {z-index: 99999;}
 
#logo {
    max-height: 220%;
    /*margin-top: 30px;*/
    z-index: 100000;
}
  
@media only screen and (max-width : 980px) {
#logo { margin-top: 0px}
}

@media (min-width: 500px) and (max-width: 650px){
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 40%;
}
}
@media (min-width: 651px) and (max-width: 981px){
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 25%;
}
}
	
/* Überschriften */
	
h1 {
font-size: 30px;
color: #004d9e;
}

h2 {
	font-size: 26px;
	color: #eb7626;
}

h3 {
	font-size: 22px;
	color: #004d9e;
}

@media (max-width: 1130px){
#et_mobile_nav_menu {
    display: block;
}
}
@media (max-width: 1130px){
#top-menu {
    display: none;
}
}