/*
 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
------------------------------------------------------- */


/* Make the footer menu appear as normal list on all devices */
footer .et_pb_menu__menu {
    display: flex !important;
    text-align: left !important;
}
/* Hide the hamburger icon for the footer menu on all devices */
footer .et_mobile_nav_menu {
    display: none !important;
}

header .mobile-nav nav>ul.et-menu.nav {
    flex-direction: column !important;
}
header .mobile-nav .et_pb_menu__menu {
    display: flex !important;
}

/* Hide the hamburger icon for the footer menu on all devices */
header .mobile-nav .et_mobile_nav_menu {
    display: none !important;
}



/* Make icons in the Icon List module centrally aligned */
ul.et_pb_icon_list > li > span {
    width: 20px;
    justify-content: center;
}



.et-pb-contact-message p {
    font-size: 2em;
    text-align: center;
    line-height: 1.5em;
    color: #FFFFFF;
}

.et-pb-contact-message:has(ul) p {
    font-size: 16px;
    line-height: 1.5em;
    color: #BB0000;
}

.et-pb-contact-message ul {
    font-size: 16px;
    line-height: 1.5em;
    color: #BB0000;
}


/* Hide the Submit button before consent */
.et_pb_contact_submit.et_pb_button {
    display: none;
}

/* Display the Submit button if Marketing or ReCaptcha consent was obtained */
.cmplz-google-recaptcha .et_pb_contact_submit.et_pb_button, .cmplz-marketing .et_pb_contact_submit.et_pb_button {
    display: block !important;
}

/* Hide the recaptcha consent placeholder when consent is obtained */
.cmplz-marketing .cmplz-blocked-content-container.cmplz-blocked-content-notice,
.cmplz-google-recaptcha .cmplz-blocked-content-container.cmplz-blocked-content-notice {
    display: none;
}

