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

/* 3 Hauptüberschriften */
h1 {
	font-size: 30px;
	color: #987544;
}

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

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


a {color:#666;}

/* Anpassung des Menüs bei Sprung auf 2-zeilig */ 
@media screen and (min-width: 981px) and (max-width: 1200px) {
	div#et-top-navigation{
    padding-left: 260px !important;
}
}

/* Änderung der Breite um Scrollbalken zu vermeiden*/
 .et_header_style_left .logo_container {
	  width: 85%; 
}