/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */



/* Anpassung Cookie Seite */
/*
.cmplz-document-eu {
    border: 1px solid;
}
*/
.cookie-statement a {
    color: #333333 !important;	
}
.cookie-statement a:hover {
    color: #0c71c3 !important;	
}
.cmplz-document-eu p, .cmplz-document-eu li, .cmplz-subtitle {
    font-size: 18px !important;
}
.cmplz-document-eu h2, h3, h4 {
    font-weight: 600 !important;
}


/* Menue im Footer rechts nicht umstellen */
#footer-menu .et_mobile_nav_menu { 
    display: none;
}
#footer-menu .et_pb_menu__menu { 
    display: block;
}

