.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}



#W-footer,
.w_header {
    filter: drop-shadow(0px 0px 9px #555);
}


.col-links.article-block-inner {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.col-links.article-block-inner:hover {
    background-color: var(--primary-color-outline) !important;
    color: #fff !important;
}

.teaser-wrapper.teaser {
    font-family: var(--article-group-title-font-family) !important;
    padding-left: 0.5em !important;
}