/*
Theme Name:  Hannover
Theme URL:   https://enodia-software.de
Description: Write here theme description.
Author:      Enodia Software
Author URL:  https://enodia-software.de
Template:    Divi
Version:     1.0.0
*/

#main-header .et_mobile_menu {
	background: white !important;
}

.et_mobile_menu li a {
	color: black !important;
}


h1, h2, h3, h4, h5, h6, h7, h8 {
	font-weight: 800 !important;
	color: #666 !important;
}

.entry-content {
	font-weight: 400 !important;
}

#logo {
	margin-bottom: -50px;
}

.et-fixed-header #logo {
    content: url(/wp-content/uploads/2023/05/180grad-logo-tuerkis.png);
}

@media only screen and (max-width: 980px) {

	#main-header {
		background: white !important;
	}
	
	#logo {
		margin-bottom: 0px;
	}

	#main-header #logo {
    	content: url(/wp-content/uploads/2023/05/180grad-logo-tuerkis.png);
	}
	
}