/*
Theme Name: marcel.macht.webdesign
Theme URI: https://marcel-macht-webdesign.de
Description: Divi Child Theme
Author: marcel.macht.webdesign
Author URI: https://marcel-macht-webdesign.de
Template: Divi
Version: 1.5.1
*/

/* =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;
}
}