/*
Theme Name: Divi-Child
Template: Divi
*/


/* Änderung der Breite um Scrollbalken zu vermeiden*/
 .et_header_style_left .logo_container {
	  width: 87%; 
}

/* MAX MEGA MENÜ */
@media only screen and (max-width: 980px) {
    header .et_pb_fullwidth_menu .fullwidth-menu-nav,
    header nav#top-menu-nav {
        display: block !important;
    }
}
@media only screen and (max-width: 980px) {
    header nav#top-menu-nav,
    header #et-top-navigation {
       width: 100%;
    }
}
header #et_mobile_nav_menu, 
header .et_mobile_nav_menu {
    display: none !important;
}
 
/* stop menu from overlapping logo on mobile */
 
 @media all and (max-width: $responsive_breakpoint) {
    header .logo_container {
        position: relative !important;
        padding-top: 15px;
    }
    header div#et-top-navigation {
        padding-left: 0 !important
    }
}