/*  */




/* FOOTER */
body.newstyle footer {
    background-image: none;
    position: relative;
    filter: invert(100%);
}
body.newstyle footer:after {
    content: "";
    width: 100%;
    height: 100%;
    /*background-image: url('https://www.landvancuijk.nl/images/1920x600/home_header_landvancuijk_maas.jpg');*/
    background-size: cover;
    background-position: bottom center;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
body.newstyle  #footer #footer-container {
    position: relative;
    z-index: 2;
}
body.newstyle #footer #footer-container .column.newsletter {
   border-right: 0; 
}

body.newstyle  #footer #footer-container .column #mailstage {
    text-shadow: none;
}
body.newstyle  #footer #footer-container .column #mailstage strong {
    font-family: "Inter";
    font-weight: bold;
}
body.newstyle .page_content p a[target=_blank]:not(.btn):after, 
body.newstyle .page_content ul li a[target=_blank]:not(.btn):after, 
body.newstyle #credits a[target=_blank]:after {
    /*filter: brightness(0) saturate(100%) invert(50%) sepia(45%) saturate(2293%) hue-rotate(1deg) brightness(103%) contrast(105%);*/
}
body.newstyle #credits {
    background: var(--accents);
    position: relative;
    z-index: 2;
}
body.newstyle #credits #credits-container {
    border-top: 0;
    filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7496%) hue-rotate(242deg) brightness(96%) contrast(101%);
}









