.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}

/* SLIDESHOW FIX MOBILE */
.w_carousel_column {
    padding: 0 !important;
}
.w_static_menu {
 display:none;
}



#W-footer,
.w_header {
    filter: drop-shadow(0px 0px 24px #ccc);
}

.article-block .col-link.book {
    background-color: #6CB625 !important;
    color: #fff !important;
}
.article-block .col-link.book:hover {
    background-color: #fff !important;
    color: #6CB625 !important;
}


.sitepath-nav-wrapper {
    margin-top:20px;
}

.w_footer .w_logo img   {
    max-height: 150px !important;
}


.plugin_type_feedback_2 {
    margin-top: 40px;
    margin-bottom: 40px;
}



/* Consent */
.v2-form section.consent-header * {
    background-color: var(--modal-dialog-background-color, #fff) !important;
}
div.consent-dialog-inner button {
    margin-bottom: 15px;
}
div.consent-dialog-inner {
    --dialog-row-gap: 0em !important;
}
div.consent-dialog-inner h2 {
    margin-top:22px !important;
    font-size:19px !important;
}
div.consent-dialog-inner h3 {
    margin-bottom: 15px !important;
    font-size:18px !important;
}
div.consent-dialog-inner p,
div.consent-dialog-inner .show-more-button {
    margin-bottom: 5px !important;
    font-size:14px !important;
}