/*
Theme Name: mTool Divi Child Theme
Theme URI: https://marceliscoding.com
Description: Child Theme for Divi
Author: marceliscoding
Author URI: https://marceliscoding.com
Template: Divi
Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

.vertikal-zentrieren {
display: flex;
flex-direction: column;
justify-content: center;
}
.vertikal-unten {
display: flex;
flex-direction: column;
justify-content: flex-end;
}

/* Entfernen Sidebar */
#main-content .container:before {background: none;}
#sidebar {display:none;}
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}