/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* Logo zentriert */
.logo_container {
    text-align: center;
}

/* Mobile Logo gross */
    @media only screen and (max-width: 980px) {
    #logo {
        height: 100% !important;
        max-height: 100% !important;
        width: auto;
        max-width: 100% !important;
        }
    }

/* Kein Burger-Menu */
#et-top-navigation { 
    visibility: hidden; 
}
#et-top-navigation .centered-inline-logo-wrap {
    visibility: visible;
}

/* Textlink Mouseover */
a: hover {
	color: #95c11e;
}