/* Forceer de footer naar de voorgrond */
footer, 
.elementor-location-footer, 
#colophon {
    position: relative !important;
    z-index: 9999 !important;
    display: block !important;
    clear: both !important;
}

/* Zorg dat de app de footer niet overlapt als hij 100vh is */
#dutchdaily-root {
    margin-bottom: 0 !important;
}