/*
 Theme Name:   Stadthalle OHZ
 Theme URI:    https://attentus.com/
 Description:  Child Theme Stadthalle OHZ
 Author:       Pia Frische
 Author URI:   https://attentus.com/
 Template:     Divi
 Version:      1.0.0
 License:  GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html   
*/

/* +++++++ WORDPRESS UI +++++ */

/* DIVI toolbar sticky at scroll */
.mce-top-part {
    position: sticky !important;
    top: -60px;
}


/* +++++++ INHALT DER SEITE +++++ */

/* Mobil */
@media screen and (max-width: 981px) {
    .mobile_nav.opened .mobile_menu_bar:before {
        content:"\4d";
    }
    .container.clearfix.et_menu_container {
        width: 90%;
        max-width: 90%;
    }    
    .et_mobile_menu {
        border-top: 0px solid white;
    }
    #mobile_menu {
        background-color:  #f3f1ee !important;
    }
}

/* Allgemein */
body, #main-content {
    overflow-x:  hidden;
}
/*#main-header.et-fixed-header {
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}*/
#top-menu li a {
    font-weight: normal;
}
* {
    font-family: oscine, sans-serif;
    font-weight: auto;
    font-style: normal;
}
b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-style: normal;
}
.et_pb_button {
    font-weight: 700;
}