/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* hide secondary bar on scroll */
#top-header {
overflow:hidden;
max-height:50px;
transition:max-height .3s ease;
}
#top-header.et-fixed-header {
max-height:0;
}
#main-header {
transition:top .3s ease;
}
#main-header.et-fixed-header {
top:0!important;
}
.admin-bar #main-header.et-fixed-header {
top:32px!important;
}

/* add text next to mobile menu */
.mobile_menu_bar:after {
 position: relative !important;
 content: 'MENU';
 bottom: 9px;
 left: 10%;
}
/* Change the hamburger icon to X when opened */
.mobile_nav.opened .mobile_menu_bar:before {
 content: '\4d';
}

/* show secondary on mobile */
@media (max-width: 768px){
#mobile_menu	{
display: inline

}
.secondary-navigation {
display: inline

}

/*remove ul dots*/
ul {
list-style-type: none;
}
}


/* buttons nebeneinander */

.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}

.btn-inline {
    text-align: center !important;
} 

/* typographie */

/* in custom css ferstgelegt: 
overflow-wrap;
heading-zeilenhöhe;
fontsize-zeilenhöhe;
fonzsize-zeilenhöhe-blog; */