/*
Theme Name: Divi-Child
Description: Divi Childtheme
Author: Christine Mueller
Author URI: https://premium-branding.de/
Template: Divi
Version: 1.0
Tags:
*/

/*Füge deinen Code unter dieser Zeile ein. Nutze ggf. !important, um Styles aus dem Haupttheme zu überschreiben.*/
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 30px 30px 90px !important;
    float: none !important;
}
}

/*** Hide Sidebar ***/
#sidebar {display:none;}

/***Entfernt die Bullet Points***/
.wplo-bullet ul {
list-style-type: none!important;
list-style-position:outside !important;
}

/**Header Schatten entfernen**/
#main-header{
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
}
.content-vertical-align-center {
display: flex;
flex-direction: column;
justify-content: center;
}