/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/

/*Complianz-Dokument Seitenbreite 100%*/

#cmplz-document {
     max-width: 100%;
  }
/*Complianz-Dokument Textgrösse*/

#cmplz-document p, #cmplz-document li, #cmplz-document td {
font-size: 18px;
margin-top: 0;
}

/* Vertikal zentrieren*/
.zentriert { 
display: flex; 
flex-direction: column; 
justify-content: center; 
}
/* Vertikal unten ausrichten */
.unten { 
display: flex; 
flex-direction: column; 
justify-content: flex-end; 
}
.et_pb_scroll_top.et-pb-icon {
	background: #de007e;}


#footer-bottom {
   
    font-size: smaller;
}

/*Formular-Titel weg bei DSE*/
.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
    margin-bottom: 0.5em;
    color: #fff;
	opacity: 0;
}
