@charset "utf-8";
/* CSS Document */

  
/* =========================================================
   THE SHROUD CODES - NEWS.HTML
   Volledig responsieve inline CSS
   Navigatie + video + content + carousel + footer
   ========================================================= */


/* =========================================================
   1. GLOBALE RESPONSIVE BASIS
   ========================================================= */

html,
body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

*,
*::before,
*::after {
    box-sizing: border-box !important;
}

body {
    min-width: 0 !important;
    line-height: 1.6 !important;
    background: #000a1f !important;
}

img,
iframe,
video {
    max-width: 100% !important;
    max-height: auto!important;
}

img {
    height: auto !important;
    display: block !important;
}

a {
    overflow-wrap: break-word !important;
}


/* =========================================================
   2. DESKTOP NAVIGATIE - LOGO LINKS / MENU HORIZONTAAL
   ========================================================= */

body > .logo {
    position: absolute !important;
    top: 12px !important;
    left: clamp(30px, 4.5vw, 70px) !important;
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999999 !important;
}

body > .logo a,
body > .logo a.hslogo {
    display: block !important;
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    line-height: 0 !important;
}

body > .logo img,
body > .logo img.hslogo {
    display: block !important;
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    background: transparent !important;
    visibility: visible !important;
    opacity: 1 !important;
}

nav,
#nav {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #000a1f !important;
    overflow: visible !important;
    z-index: 9999 !important;
}

.topnav {
    width: 100% !important;
    max-width: 1180px !important;
    min-height: 74px !important;
    margin: 0 auto !important;
    padding: 0 34px 0 122px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: clamp(16px, 2vw, 28px) !important;
    background: transparent !important;
    overflow: visible !important;
}

.topnav a {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    font-size: clamp(15px, 1.35vw, 18px) !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.topnav a:hover {
    color: #d6b36a !important;
    -webkit-text-fill-color: #d6b36a !important;
    background: transparent !important;
}


/* =========================================================
   3. DESKTOP TAALMENU
   ========================================================= */

.dropdown {

    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    margin-left: auto !important;
    padding: 0 !important;
    overflow: visible !important;
}

.dropbtn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 300px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 16px 21px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    border: 1px solid #b98558 !important;
    border-radius: 0 !important;
    font-size: clamp(18px, 1.6vw, 22px) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

.dropdown:hover .dropbtn,
.dropbtn:hover {
    background: #c0934b !important;
    color: #00112d !important;
    -webkit-text-fill-color: #00112d !important;
    border-color: #c0934b !important;
}

.dropdown-content {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 90vw !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #000a1f !important;
    border: 1px solid #b98558 !important;
    box-shadow: 0 8px 18px rgba(0,0,0,0.35) !important;
    z-index: 999999 !important;
    overflow: visible !important;
}

.dropdown:hover .dropdown-content {
    display: block !important;
}

.dropdown-content a {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 20px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: #000a1f !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.dropdown-content a:hover {
    background: #c0934b !important;
    color: #00112d !important;
    -webkit-text-fill-color: #00112d !important;
}

.topnav .icon {
    display: none !important;
}


/* =========================================================
   4. ALGEMENE TYPOGRAFIE
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
p {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
}

h1 {
    font-size: clamp(30px, 5vw, 64px) !important;
    line-height: 1.12 !important;
    text-align: center !important;
    color: #C59977 !important;
    -webkit-text-fill-color: #C59977 !important;
}

h2 {
    font-size: clamp(26px, 4vw, 46px) !important;
    line-height: 1.18 !important;
    text-align: center !important;
    color: #C59977 !important;
    -webkit-text-fill-color: #C59977 !important;
    margin-top: 28px !important;
    margin-bottom: 22px !important;
}

h3 {
    font-size: clamp(23px, 3vw, 36px) !important;
    line-height: 1.22 !important;
    color: #C59977 !important;
    -webkit-text-fill-color: #C59977 !important;
}

h4 {
    font-size: clamp(24px, 3.4vw, 42px) !important;
    line-height: 1.2 !important;
    text-align: center !important;
    color: #C59977 !important;
    -webkit-text-fill-color: #C59977 !important;
}

h5 {
    font-size: clamp(22px, 3vw, 34px) !important;
    line-height: 1.22 !important;
    color: #C59977 !important;
    -webkit-text-fill-color: #C59977 !important;
}

p {
    font-size: clamp(17px, 2vw, 21px) !important;
    line-height: 1.65 !important;
}

.yellow,
h3.yellow,
h4.yellow,
p.yellow {
    color: #ffd34d !important;
    -webkit-text-fill-color: #ffd34d !important;
}

hr {
    width: min(1100px, calc(100% - 36px)) !important;
    max-width: calc(100% - 36px) !important;
    margin: 34px auto !important;
    border: 0 !important;
    border-top: 2px solid rgba(197,153,119,0.85) !important;
}


/* =========================================================
   5. PROMO VIMEO TRAILER - NIET FULLWIDTH
   Zelfde schaal als indexpagina
   ========================================================= */

.promo-highlight,
.promo-video {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.vimeo-fullwidth {
    position: relative !important;
    width: 90vw !important;
    max-width: 1120px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding-top: min(56.25%, 630px) !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    overflow: hidden !important;
    background: #000000 !important;
    border-top: 1px solid rgba(197,153,119,0.45) !important;
    border-bottom: 1px solid rgba(197,153,119,0.45) !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.45) !important;
}

.vimeo-fullwidth iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    border: 0 !important;
}

.button-gold {
    display: block !important;
    width: 100% !important;
    max-width: 1120px !important;
    margin: 18px auto 22px auto !important;
    padding: 0 16px !important;
    text-align: center !important;
}

.cta-button-gold,
.link-button,
.btn-watch {
    display: inline-block !important;
    max-width: calc(100vw - 36px) !important;
    margin: 18px auto !important;
    padding: 15px 28px !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}


/* =========================================================
   6. DOCUMENTARY POSTER / NIEUWSBEELDEN
   ========================================================= */

.jesuscontainer {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 18px !important;
    overflow-x: hidden !important;
}

.facebookpope,
.ad-container {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto 26px auto !important;
    text-align: center !important;
    overflow-x: hidden !important;
}

.facebookpope img,
img.unrest {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}

.chapter-actions {
    width: 100% !important;
    text-align: center !important;
    margin: 16px auto 20px auto !important;
}


/* =========================================================
   7. FACEBOOK VIDEO + TEKST NAAST FILM
   ========================================================= */

.content-wrapper {
    width: 100% !important;
    max-width: 1120px !important;
    margin: 24px auto 30px auto !important;
    padding: 0 18px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 30px !important;
    overflow-x: hidden !important;
}

.content-wrapper iframe {
    flex: 1 1 420px !important;
    width: 100% !important;
    max-width: 520px !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 290px !important;
    border: 0 !important;
    background: #000 !important;
}

.text-content {
    flex: 1 1 420px !important;
    width: 100% !important;
    max-width: 560px !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
}

.text-content h3,
.text-content p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.h3naastfilm {
    margin-top: 0 !important;
}


/* =========================================================
   8. TEKSTCONTENT ALGEMEEN
   ========================================================= */

.content-text {
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 18px !important;
    text-align: center !important;
}

.linkkleur {
    color: #ffd34d !important;
    -webkit-text-fill-color: #ffd34d !important;
}


/* =========================================================
   9. RESPONSIVE BANNER + LOGO CAROUSEL
   ========================================================= */

body a.responsive-banner,
body .responsive-banner {
    display: block !important;
    width: min(92vw, 1100px) !important;
    max-width: calc(100% - 36px) !important;
    margin: 28px auto 24px auto !important;
    padding: 18px 24px !important;
    text-align: center !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    background: #00770f !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 1px solid #c59977 !important;
    border-radius: 4px !important;
    font-size: clamp(22px, 3vw, 38px) !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.65) !important;
}

body a.responsive-banner:hover,
body .responsive-banner:hover {
    background: #c0934b !important;
    color: #00112d !important;
    -webkit-text-fill-color: #00112d !important;
    text-shadow: none !important;
}

.logo-carousel {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 118px !important;
    height: auto !important;
    margin: 22px auto !important;
    padding: 18px 0 !important;
    overflow: hidden !important;
    background: #f5ead8 !important;
    border-top: 2px solid #c59977 !important;
    border-bottom: 2px solid #c59977 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.logo-track {
    display: flex !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 30px !important;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    min-height: 78px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    background: transparent !important;
    animation: logoCarouselNews 56s linear infinite !important;
    will-change: transform !important;
}

.logo-track a {
    display: inline-flex !important;
    position: relative !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 145px !important;
    max-width: none !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    background: transparent !important;
}

.logo-track a img,
.logo-track img {
    display: block !important;
    position: relative !important;
    width: auto !important;
    min-width: 70px !important;
    max-width: 180px !important;
    height: auto !important;
    max-height: 68px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    filter: none !important;
}

@keyframes logoCarouselNews {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}


/* =========================================================
   10. ONDERSTE VIMEO VIDEO - OOK GEEN FULLWIDTH
   ========================================================= */

.videoWrapper {
    position: relative !important;
    width: 90vw !important;
    max-width: 1120px !important;
    min-width: 0 !important;
    margin: 24px auto 34px auto !important;
    padding-top: min(56.25%, 630px) !important;
    overflow: hidden !important;
    background: #000000 !important;
    border-top: 1px solid rgba(197,153,119,0.45) !important;
    border-bottom: 1px solid rgba(197,153,119,0.45) !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.45) !important;
}

.videoWrapper iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    border: 0 !important;
}


/* =========================================================
   11. SOCIAL ICONS
   ========================================================= */

.social-icons {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 22px 10px 34px 10px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
}

.social-icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.social-icons img,
.social-icons .social-icon,
.social-icons .facebook-icon {
    display: block !important;
    width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    max-height: 42px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/* =========================================================
   12. FOOTER
   ========================================================= */

footer,
footer.text-center,
.text-center {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    background: #000a1f !important;
}

footer .container {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 25px 18px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 25px !important;
}

.footer-column {
    flex: 1 1 240px !important;
    max-width: 330px !important;
    min-width: 0 !important;
}

.footer-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-menu li,
.footer-menu p {
    margin: 8px 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.footer-menu a {
    overflow-wrap: break-word !important;
    text-decoration: none !important;
}

.copyright {
    font-size: 14px !important;
    text-align: center !important;
}


/* =========================================================
   13. HAMBURGERSTAND
   Newsmenu schakelt eerder om om knellen te voorkomen
   ========================================================= */

@media screen and (max-width: 980px) {

    body > .logo {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
    }

    nav,
    #nav {
        min-height: 72px !important;
        height: auto !important;
        background: #000a1f !important;
        overflow: visible !important;
    }

    .topnav {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 72px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #000a1f !important;
        overflow: visible !important;
    }

    .topnav a,
    .topnav .dropdown,
    .topnav .dropbtn {
        display: none !important;
    }

    .topnav a.icon {
        display: block !important;
        position: absolute !important;
        top: 15px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: transparent !important;
        border: none !important;
        font-size: 34px !important;
        line-height: 1 !important;
        text-align: center !important;
        text-decoration: none !important;
        z-index: 999999 !important;
    }

    .topnav a.icon:hover {
        color: #d6b36a !important;
        -webkit-text-fill-color: #d6b36a !important;
        background: transparent !important;
    }

    .topnav.responsive {
        padding-top: 72px !important;
        background: #000a1f !important;
    }

    .topnav.responsive a {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 15px 20px !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: #000a1f !important;
        border-top: 1px solid rgba(255,255,255,0.12) !important;
        font-size: 18px !important;
        line-height: 1.3 !important;
        text-align: center !important;
        text-decoration: none !important;
        white-space: normal !important;
    }

    .topnav.responsive a:hover {
        background: #c0934b !important;
        color: #00112d !important;
        -webkit-text-fill-color: #00112d !important;
    }

    .topnav.responsive a.icon {
        display: block !important;
        position: absolute !important;
        top: 15px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: transparent !important;
        border: none !important;
        font-size: 34px !important;
        line-height: 1 !important;
        z-index: 999999 !important;
    }

    .topnav.responsive .dropdown {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        overflow: visible !important;
    }

    .topnav.responsive .dropbtn {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 15px 20px !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: #000a1f !important;
        border: none !important;
        border-top: 1px solid rgba(255,255,255,0.12) !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .topnav.responsive .dropbtn:hover {
        background: #c0934b !important;
        color: #00112d !important;
        -webkit-text-fill-color: #00112d !important;
    }

    .topnav.responsive .dropdown-content {
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #000a1f !important;
        border: none !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    .topnav.responsive .dropdown-content a {
        display: block !important;
        width: 100% !important;
        padding: 13px 20px !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: #071733 !important;
        text-align: center !important;
        font-size: 17px !important;
        line-height: 1.3 !important;
        border-top: 1px solid rgba(255,255,255,0.08) !important;
        white-space: normal !important;
    }

    .topnav.responsive .dropdown-content a:hover {
        background: #c0934b !important;
        color: #00112d !important;
        -webkit-text-fill-color: #00112d !important;
    }
}


/* =========================================================
   14. TABLET
   ========================================================= */

@media screen and (max-width: 768px) {

    h1 {
        font-size: clamp(28px, 7.5vw, 48px) !important;
        line-height: 1.08 !important;
    }

    h2 {
        font-size: clamp(24px, 6vw, 38px) !important;
    }

    h3 {
        font-size: clamp(22px, 5vw, 32px) !important;
    }

    h4 {
        font-size: clamp(23px, 5.4vw, 34px) !important;
    }

    p {
        font-size: clamp(17px, 4.4vw, 20px) !important;
        line-height: 1.62 !important;
    }

    .vimeo-fullwidth,
    .videoWrapper {
        width: 94vw !important;
        max-width: 94vw !important;
        padding-top: 52.875vw !important;
    }

    .button-gold {
        margin: 16px auto 20px auto !important;
    }

    .content-wrapper {
        display: block !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .content-wrapper iframe {
        display: block !important;
        width: 100% !important;
        max-width: 620px !important;
        min-height: 260px !important;
        margin: 0 auto 24px auto !important;
    }

    .text-content {
        max-width: 100% !important;
    }

    .jesuscontainer {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body a.responsive-banner,
    body .responsive-banner {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        margin: 24px auto 22px auto !important;
        padding: 16px 18px !important;
        font-size: clamp(21px, 5vw, 32px) !important;
        line-height: 1.25 !important;
    }

    .logo-carousel {
        min-height: 104px !important;
        padding: 16px 0 !important;
    }

    .logo-track {
        gap: 24px !important;
        min-height: 70px !important;
        animation-duration: 44s !important;
    }

    .logo-track a {
        min-width: 122px !important;
        height: 66px !important;
    }

    .logo-track img,
    .logo-track a img {
        min-width: 62px !important;
        max-width: 134px !important;
        max-height: 56px !important;
    }

    footer .container {
        display: block !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .footer-column {
        max-width: 100% !important;
        margin-bottom: 24px !important;
    }
}


/* =========================================================
   15. MOBIEL
   ========================================================= */

@media screen and (max-width: 600px) {

    .vimeo-fullwidth,
    .videoWrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-top: 56.25vw !important;
        border-left: none !important;
        border-right: none !important;
        box-shadow: none !important;
    }

    body footer,
    body footer.text-center,
    body .text-center {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 32px 0 20px 0 !important;
        overflow: visible !important;
        background: #000a1f !important;
        text-align: center !important;
        clear: both !important;
    }

    body footer .container {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 22px !important;
        overflow: visible !important;
        clear: both !important;
    }

    body footer .footer-column {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 auto 30px auto !important;
        padding: 0 !important;
        float: none !important;
        clear: both !important;
        overflow: visible !important;
        text-align: center !important;
    }

    body footer .footer-menu {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        list-style: none !important;
        overflow: visible !important;
        text-align: center !important;
    }

    body footer .footer-menu li {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 28px !important;
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
        float: none !important;
        clear: both !important;
        line-height: 1.45 !important;
        text-align: center !important;
        overflow: visible !important;
    }

    body footer .footer-menu li a,
    body footer .footer-menu a,
    body footer a.li {
        display: inline-block !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 2px 0 !important;
        float: none !important;
        clear: both !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: transparent !important;
        font-size: 18px !important;
        line-height: 1.45 !important;
        text-align: center !important;
        text-decoration: none !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    body footer .copyright,
    body footer .copyright a,
    body footer a.copyright {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 28px auto 0 auto !important;
        padding: 0 !important;
        color: #ffff00 !important;
        -webkit-text-fill-color: #ffff00 !important;
        font-size: 17px !important;
        line-height: 1.5 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }
}


@media screen and (max-width: 480px) {

    h1 {
        font-size: clamp(25px, 8.2vw, 38px) !important;
        line-height: 1.1 !important;
    }

    h2 {
        font-size: clamp(23px, 6vw, 32px) !important;
    }

    h3 {
        font-size: clamp(21px, 5.8vw, 28px) !important;
    }

    h4 {
        font-size: clamp(22px, 6vw, 30px) !important;
    }

    p {
        font-size: clamp(16px, 4.7vw, 19px) !important;
    }

    .topnav a.icon,
    .topnav.responsive a.icon {
        font-size: 32px !important;
        top: 16px !important;
    }

    .content-wrapper iframe {
        min-height: 220px !important;
    }

    body a.responsive-banner,
    body .responsive-banner {
        width: calc(100% - 28px) !important;
        max-width: calc(100% - 28px) !important;
        padding: 15px 14px !important;
        font-size: clamp(20px, 6vw, 27px) !important;
    }

    .logo-carousel {
        min-height: 92px !important;
        padding: 13px 0 !important;
    }

    .logo-track {
        gap: 20px !important;
        min-height: 62px !important;
        animation-duration: 40s !important;
    }

    .logo-track a {
        min-width: 104px !important;
        height: 58px !important;
    }

    .logo-track img,
    .logo-track a img {
        min-width: 54px !important;
        max-width: 114px !important;
        max-height: 48px !important;
    }

    .cta-button-gold,
    .link-button,
    .btn-watch {
        width: 70vw !important;
        min-width: 0 !important;
        max-width: 420px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
}


@media screen and (max-width: 360px) {

    h1 {
        font-size: clamp(23px, 7.8vw, 32px) !important;
        line-height: 1.12 !important;
    }

    .cta-button-gold,
    .link-button,
    .btn-watch {
        width: calc(100% - 36px) !important;
        max-width: calc(100% - 36px) !important;
    }
}
/* =========================================================
   FIX: FACEBOOK REEL IN CONTENT-WRAPPER VOLLEDIGE HOOGTE
   Voor iframe binnen <div class="content-wrapper">
   ========================================================= */

body .content-wrapper iframe[src*="facebook.com/plugins/video"] {
    display: block !important;
    flex: 0 0 390px !important;
    width: 390px !important;
    max-width: 390px !important;
    height: 690px !important;
    min-height: 690px !important;
    max-height: none !important;
    aspect-ratio: 9 / 16 !important;
    margin: 0 auto 28px auto !important;
    border: 0 !important;
    overflow: hidden !important;
    background: #000000 !important;
}

/* De wrapper goed laten meerekken naast de tekst */
body .content-wrapper {
    align-items: flex-start !important;
    overflow: visible !important;
}

/* Tablet: video blijft volledig zichtbaar maar iets smaller */
@media screen and (max-width: 768px) {
    body .content-wrapper iframe[src*="facebook.com/plugins/video"] {
        flex: none !important;
        width: min(390px, 92vw) !important;
        max-width: 92vw !important;
        height: min(690px, 164vw) !important;
        min-height: 560px !important;
        aspect-ratio: 9 / 16 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Mobiel: verticale reel schaalt mee met scherm */
@media screen and (max-width: 480px) {
    body .content-wrapper iframe[src*="facebook.com/plugins/video"] {
        width: min(360px, 92vw) !important;
        max-width: 92vw !important;
        height: min(640px, 165vw) !important;
        min-height: 520px !important;
        aspect-ratio: 9 / 16 !important;
    }
}
        /* =========================================================
   FIX: LINK-BUTTON TEKST BLIJFT BINNEN DE KNOP
   Voor: <a class="link-button">BUY NOW</a>
   ========================================================= */

body a.link-button,
body .link-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 260px !important;
    max-width: calc(100% - 36px) !important;

    min-height: 54px !important;
    height: auto !important;

    margin: 24px auto 30px auto !important;
    padding: 14px 28px !important;

    box-sizing: border-box !important;
    overflow: visible !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: #008b16 !important;

    border: 2px solid #c59977 !important;
    border-radius: 5px !important;

    font-size: clamp(20px, 2.4vw, 28px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;

    float: none !important;
    clear: both !important;
}

/* Zorg dat de knop als blok gecentreerd staat als hij direct in content staat */
body p + a.link-button,
body h3 + a.link-button,
body h4 + a.link-button,
body .content-text a.link-button {
    display: flex !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Hover leesbaar houden */
body a.link-button:hover,
body .link-button:hover {
    background: #c0934b !important;
    color: #00112d !important;
    -webkit-text-fill-color: #00112d !important;
    border-color: #c0934b !important;
}

/* Tablet en mobiel: knop breder en veilig binnen scherm */
@media screen and (max-width: 768px) {
    body a.link-button,
    body .link-button {
        display: flex !important;
        width: min(72vw, 430px) !important;
        min-width: 280px !important;
        max-width: calc(100% - 36px) !important;

        min-height: 54px !important;
        height: auto !important;

        margin: 24px auto 30px auto !important;
        padding: 13px 22px !important;

        font-size: clamp(20px, 5vw, 26px) !important;
        line-height: 1.25 !important;
    }
}

/* Kleine telefoon */
@media screen and (max-width: 480px) {
    body a.link-button,
    body .link-button {
        width: 70vw !important;
        min-width: 0 !important;
        max-width: 420px !important;

        padding: 13px 18px !important;
        font-size: clamp(19px, 5.6vw, 24px) !important;
        line-height: 1.25 !important;
    }
}

/* Zeer smal scherm */
@media screen and (max-width: 360px) {
    body a.link-button,
    body .link-button {
        width: calc(100% - 36px) !important;
        max-width: calc(100% - 36px) !important;
    }
}

/* =========================================================
   FIX: BOVENSTE VIMEO VIDEO CENTREREN EN HOGER PLAATSEN
   Voor news.html: .promo-highlight / .promo-video / .vimeo-fullwidth
   ========================================================= */

/* De losse <br> direct na de navigatie uitschakelen */
body #nav + br {
    display: none !important;
}

/* De nieuwskop boven de video compacter maken */
body h2:first-of-type {
    margin-top: 22px !important;
    margin-bottom: 18px !important;
    padding-top: 0 !important;
    text-align: center !important;
}

/* Sectie zelf strak en gecentreerd */
body section.promo-highlight,
body .promo-highlight {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 24px auto !important;
    padding: 0 !important;
    text-align: center !important;
    overflow-x: hidden !important;
    clear: both !important;
}

/* Video-container volledig centreren */
body .promo-highlight .promo-video,
body #promo-en.promo-video {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    overflow: visible !important;
}

/* De Vimeo-box zelf: exact gecentreerd en niet te laag */
body .promo-highlight .vimeo-fullwidth,
body #promo-en .vimeo-fullwidth,
body .vimeo-fullwidth {
    display: block !important;
    position: relative !important;

    width: 90vw !important;
    max-width: 1120px !important;
    min-width: 0 !important;

    margin-top: 0 !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
    margin-left: auto !important;

    left: auto !important;
    right: auto !important;
    transform: none !important;

    padding-top: min(56.25%, 630px) !important;

    overflow: hidden !important;
    background: #000000 !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.45) !important;
}

/* Iframe vult de box exact */
body .promo-highlight .vimeo-fullwidth iframe,
body #promo-en .vimeo-fullwidth iframe,
body .vimeo-fullwidth iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* CTA onder de video dichterbij houden */
body .button-gold {
    display: block !important;
    width: 100% !important;
    max-width: 1120px !important;
    margin: 10px auto 24px auto !important;
    padding: 0 16px !important;
    text-align: center !important;
}

/* Tablet */
@media screen and (max-width: 768px) {
    body h2:first-of-type {
        margin-top: 18px !important;
        margin-bottom: 16px !important;
    }

    body .promo-highlight .vimeo-fullwidth,
    body #promo-en .vimeo-fullwidth,
    body .vimeo-fullwidth {
        width: 94vw !important;
        max-width: 94vw !important;
        padding-top: 52.875vw !important;
        margin-bottom: 18px !important;
    }
}

/* Mobiel */
@media screen and (max-width: 600px) {
    body .promo-highlight .vimeo-fullwidth,
    body #promo-en .vimeo-fullwidth,
    body .vimeo-fullwidth {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-top: 56.25vw !important;
        box-shadow: none !important;
    }

    body .button-gold {
        margin-top: 8px !important;
    }
}   