#cb-row--footer-desktop-main,
#cb-row--footer-desktop-top, 
#cb-row--footer-desktop-bottom {
    width: 100vw;
    max-width: none !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#cb-row--footer-desktop-main .footer--row-inner,
#cb-row--footer-desktop-top .footer--row-inner,
#cb-row--footer-desktop-bottom .footer--row-inner {
    background: linear-gradient(
        90deg,
        #B31B20 0%,
        #E21F26 20%,
        #077CC1 80%,
        #055A8C 100%
    ) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

#cb-row--footer-desktop-main,
#cb-row--footer-desktop-main a,
#cb-row--footer-desktop-main .widget-title,
#cb-row--footer-desktop-bottom,
#cb-row--footer-desktop-top,
#cb-row--footer-desktop-top a,
#cb-row--footer-desktop-bottom a {
    color: #ffffff !important;
}

#cb-row--footer-desktop-top svg,
#cb-row--footer-desktop-bottom svg {
    fill: #ffffff !important;
}

.component-wrap { color: #ffffff!important; }

/* Maak de widgettitel 'Agenda' altijd wit */
#nav_menu-5 .widget-title {
    color: #FFFFFF !important;
}
#nav_menu-6 .widget-title {
    color: #FFFFFF !important;
}
#nav_menu-7 .widget-title {
    color: #FFFFFF !important;
}



.has-text-align-center a:link,
.has-text-align-center a:visited {
    font-size: 0.8em !important;
    text-decoration: none;
    color: inherit; /* basis kleur */
}

.has-text-align-center a:hover,
.has-text-align-center a:active {
    font-size: 0.8em !important;
    text-decoration: underline;
    color: #FFFF00 !important;
}
