/* 
 Theme Name:   Haus fuer Kinder
 Theme URI:    
 Description:  design by kindshuber
 Author:       Admin_kiga
 Author URI:   https://newproject.kindshuber.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

#page-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 980px) {
    body:not(.et_pb_slide_menu_active) #page-container {
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
    }
}

