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


/* =========================================================
   THE SHROUD CODES - AUTHOR BIO / ABOUT THE AUTHOR
   Responsive core CSS
   Navigatie + hero + artikel + CTA + 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;
}

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

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


/* =========================================================
   2. DESKTOP NAVIGATIE - LOGO LINKS / MENU HORIZONTAAL
   Zelfde opzet als index/news/aboutus
   ========================================================= */

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,
body > .logo .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. HERO IMAGE
   ========================================================= */

.containfullwidth {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.full-width-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.full-width-image img,
img.holychurch {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    object-fit: cover !important;
}


/* =========================================================
   5. TYPOGRAFIE EN ARTIKEL
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
p,
article {
    overflow-wrap: break-word !important;
    word-break: normal !important;
}

h1 {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 34px auto 24px auto !important;
    padding: 0 18px !important;
    text-align: center !important;
    color: #C59977 !important;
    -webkit-text-fill-color: #C59977 !important;
    font-size: clamp(32px, 5vw, 66px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0.02em !important;
}


article {
    display: block !important;
    width: min(100%, 1100px) !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 22px 34px 22px !important;
    overflow-x: hidden !important;
    clear: both !important;
}

article p {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 20px auto !important;
    padding: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: clamp(17px, 2vw, 21px) !important;
    line-height: 1.68 !important;
    text-align: left !important;
}

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


/* =========================================================
   6. CTA BUTTON - EXCLOFFER3
   ========================================================= */

body a.excloffer3,
body .excloffer3,
article a.excloffer3 {
    display: block !important;
    width: min(72vw, 520px) !important;
    min-width: 320px !important;
    max-width: calc(100% - 36px) !important;
    margin: 34px auto 36px auto !important;
    padding: 16px 24px !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: break-word !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;
}

body a.excloffer3:hover,
body .excloffer3:hover,
article a.excloffer3:hover {
    background: #c0934b !important;
    color: #00112d !important;
    -webkit-text-fill-color: #00112d !important;
    border-color: #c0934b !important;
}


/* =========================================================
   7. FOOTER
   ========================================================= */

footer,
footer.text-center,
.text-center {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    background: #000a1f !important;
    clear: both !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;
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
}

.footer-menu {
    display: block !important;
    width: 100% !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-menu li,
.footer-menu p {
    display: block !important;
    width: 100% !important;
    margin: 8px 0 !important;
    padding: 0 !important;
    text-align: center !important;
    float: none !important;
    clear: both !important;
}

.footer-menu a,
footer a.li {
    display: inline-block !important;
    max-width: 100% !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    line-height: 1.45 !important;
}

.footer-menu a:hover,
footer a.li:hover {
    color: #d6b36a !important;
    -webkit-text-fill-color: #d6b36a !important;
    background: transparent !important;
}

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


/* =========================================================
   8. 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 36px 10px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
    background: #000a1f !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;
}


/* =========================================================
   9. HAMBURGERSTAND
   ========================================================= */

@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;
    }
}


/* =========================================================
   10. TABLET / MOBIEL
   ========================================================= */

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

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

    article {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

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

    body a.excloffer3,
    body .excloffer3,
    article a.excloffer3 {
        width: min(72vw, 430px) !important;
        min-width: 280px !important;
        max-width: calc(100% - 36px) !important;
        margin: 28px auto 32px auto !important;
        padding: 14px 22px !important;
        font-size: clamp(20px, 5vw, 26px) !important;
        line-height: 1.25 !important;
    }

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

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


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

    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: padding 0 !important;
        list-style: none !important;
        overflow: visible !important;
        text-align: center !important;
    }

    body footer .footer-menu li {
        display: block !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;
    }

    body .social-icons {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 20px 10px 36px 10px !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 24px !important;
        clear: both !important;
        overflow: visible !important;
        background: #000a1f !important;
    }
}


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

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

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

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

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

    body a.excloffer3,
    body .excloffer3,
    article a.excloffer3 {
        width: 70vw !important;
        min-width: 0 !important;
        max-width: 420px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 13px 18px !important;
        font-size: clamp(19px, 5.6vw, 24px) !important;
    }

    .social-icons img,
    .social-icons .social-icon,
    .social-icons .facebook-icon {
        width: 38px !important;
        max-width: 38px !important;
        height: 38px !important;
        max-height: 38px !important;
    }
}


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

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

    body a.excloffer3,
    body .excloffer3,
    article a.excloffer3 {
        width: calc(100% - 36px) !important;
        max-width: calc(100% - 36px) !important;
    }
}
/* =========================================================
   FIX: EXCLOFFER3 BUTTON TEKST BLIJFT BINNEN DE KNOP
   Voor: You can order Don's books here
   ========================================================= */

body article a.excloffer3,
body a.excloffer3,
body .excloffer3 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: min(78vw, 560px) !important;
    min-width: 340px !important;
    max-width: calc(100% - 36px) !important;

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

    margin: 34px auto 36px auto !important;
    padding: 16px 28px !important;

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

    text-align: center !important;
    text-decoration: none !important;

    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;

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

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

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

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

body article a.excloffer3:hover,
body a.excloffer3:hover,
body .excloffer3:hover {
    background: #c0934b !important;
    color: #00112d !important;
    -webkit-text-fill-color: #00112d !important;
    border-color: #c0934b !important;
}

/* Tablet */
@media screen and (max-width: 768px) {
    body article a.excloffer3,
    body a.excloffer3,
    body .excloffer3 {
        width: min(78vw, 460px) !important;
        min-width: 300px !important;
        max-width: calc(100% - 36px) !important;

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

        padding: 15px 24px !important;
        font-size: clamp(20px, 4.8vw, 26px) !important;
        line-height: 1.25 !important;
    }
}

/* Mobiel */
@media screen and (max-width: 480px) {
    body article a.excloffer3,
    body a.excloffer3,
    body .excloffer3 {
        width: 76vw !important;
        min-width: 0 !important;
        max-width: 420px !important;

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

        padding: 14px 18px !important;
        font-size: clamp(18px, 5.2vw, 23px) !important;
        line-height: 1.25 !important;
    }
}

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