/*Fixed footer tab width issues*/

@media only screen and (min-width: 768px) {
    html:lang(nl) .c-footer__dropdown {
        width: 12.25rem;
    }
    html:lang(nl) .c-footer__target {
        left: 13.1875rem;
    }
}

/*html:lang(nl) .c-footer__dropdown span.icon {
    top: -1.1rem
}*/

@media (min-width: 768px) {
    html:lang(nl) .blue-col-keyfact {
        display: flex;
        align-items: center;
    }
    html:lang(nl) .c-page-header__heading {
        font-size: 30pt;
    }
}