/*
 * WerkStation - Bootstrap 5.3 template

 */

:root {
    --ws-green: #9cc852;
    --ws-green-overlay: rgba(156, 200, 82, .80);
    --ws-text: #202020;
    --ws-blue: #2497bd;
    --ws-line: #202020;
    --ws-header-max: 1080px;
    --ws-content-max: 900px;
    --ws-content-narrow: 690px;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: var(--ws-text);
    background: #fff;
    position: relative;
    isolation: isolate;
    position: relative;
    z-index: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

/* --------------------------------------------------
   Page themes / background overlay

   Standaard is elke pagina groen.
   Voor een lichte pagina hoef je alleen het page-id toe te voegen
   aan de :is(...) regel hieronder.
-------------------------------------------------- */

:root {
    --page-bg: var(--ws-green);
    --page-content-color: #000;
    --page-heading-color: #fff;
    --page-link-color: #000;
    --page-link-decoration: underline;
    --page-button-border: #fff;
    --page-button-text: #fff;
    --page-overlay: var(--ws-green-overlay);
    --page-backstretch-display: block;
}

/* Lichte pagina's: ALLEEN deze lijst bijhouden. */
:is( #p9, #p14, #p12) {
    --page-bg: #f5f6f6;
    --page-content-color: var(--ws-text);
    --page-heading-color: var(--ws-text);
    --page-link-color: var(--ws-blue);
    --page-link-decoration: none;
    --page-button-border: var(--ws-text);
    --page-button-text: var(--ws-text);
    --page-overlay: transparent;
    --page-backstretch-display: none;
}

/* Pagina's met achtergrondbeeld, maar zonder groene overlay. */
:is(#p1, #p13) {
    --page-overlay: transparent;
}

body {
    background-color: var(--page-bg);
    color: var(--page-content-color);
}

.theme-green::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: var(--page-overlay);
}

.theme-green .backstretch {
    z-index: -2 !important;
    /*display: var(--page-backstretch-display) !important;*/
}

.site-content {
    color: var(--page-content-color);
}

.site-content h1,
.site-content h2 {
    color: var(--page-heading-color);
}

.content-column a,
.full-width-content a {
    color: var(--page-link-color);
    text-decoration: var(--page-link-decoration);
}

.site-content .right a {
    color: var(--page-link-color);
}

/* --------------------------------------------------
   Header / Bootstrap navbar
-------------------------------------------------- */

.site-header {
    position: relative;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}

.header-inner {
    width: min(calc(100% - 40px), var(--ws-header-max));
    min-height: 78px;
    margin-inline: auto;
    padding-inline: 0;
}

.site-logo {
    width: 80px;
    margin-right: 42px;
    padding: 0;
}

.site-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.nav-group {
    display: flex;
    align-items: center;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-link {
    padding: 35px 14px 30px;
    color: #202020;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-group-left .navbar-nav > .nav-item {
    margin-right: 15px;
}

.nav-group-right .navbar-nav > .nav-item {
    margin-right: 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .active > .nav-link,
.navbar-nav .show > .nav-link {
    color: #000;
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    min-width: 142px;
    margin-top: -1px !important;
    padding: 0;
    border: 1px solid #222;
    border-radius: 0;
    box-shadow: 0 3px 8px rgba(0,0,0,.16);
}

.dropdown-menu .nav-item {
    list-style: none;
}

.dropdown-item {
    padding: 9px 11px;
    color: #202020;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 1px solid #222;
}

.dropdown-menu li:last-child > .dropdown-item {
    border-bottom: 0;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-menu .active > .dropdown-item {
    color: #000;
    background: #f2f2f2;
}

.search-toggle {
    width: 46px;
    height: 46px;
    margin-left: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-icon {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #222;
    border-radius: 50%;
}

.search-icon::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    right: -7px;
    bottom: -4px;
    background: #222;
    transform: rotate(48deg);
    transform-origin: left center;
}

.search-panel {
    background: #fff;
    border-top: 1px solid #eee;
}

.ws-search-form {
    max-width: 690px;
    padding-top: 14px;
    padding-bottom: 14px;
}

/* --------------------------------------------------
   Content
-------------------------------------------------- */

.site-content {
    background: transparent;
}

.content-section,
.full-width-content {
    padding: 62px 0 70px;
}

.ws-content-container {
    max-width: var(--ws-content-max);
}

.ws-content-narrow {
    max-width: var(--ws-content-narrow);
}

.content-column h1,
.full-width-content h1 {
    max-width: 500px;
    margin: 0 0 32px;
    padding-bottom: 18px;
    border-bottom: 3px solid currentColor;
    font-size: clamp(2.45rem, 4.2vw, 3.55rem);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.content-column h2,
.full-width-content h2 {
    margin: 28px 0 8px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--page-heading-color);
}


#p1 .content-column h1 {
    max-width: 500px;
    margin: 0 0 32px;
    padding-bottom: 18px;
    border-bottom: 3px solid currentColor;
    font-size: clamp(2.45rem, 4.2vw, 3.55rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.025em;
}

#p1 .content-column h2{
    margin: 28px 0 8px;
    font-size: clamp(2.45rem, 4.2vw, 3.55rem);
    font-weight: 300;
    line-height: 1.35;
	color:#fff;
}

#p1 .content-column {
	color:#fff;
}
#p1 .content-column a{
	text-decoration:none;
}

.content-column h3,
.full-width-content h3 {
    margin: 24px 0 8px;
    font-size: 1rem;
    font-weight: 700;
}

.content-column p,
.full-width-content p {
    margin-bottom: 1.2rem;
}

.content-column strong,
.full-width-content strong {
    font-weight: 700;
}

.content-column a,
.full-width-content a {
    font-weight: 700;
    text-underline-offset: 3px;
}

.content-extra {
    margin-top: 35px;
}

/* --------------------------------------------------
   WerkStation buttons
   Werkt zowel met <a class="ws-button"> als met
   <span/div class="ws-button"><a>...</a></span/div>.
-------------------------------------------------- */

.ws-buttons {
    display: flex;
    align-items: center;
    gap: 54px;
    margin-top: 60px;
}

a.ws-button,
.ws-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 185px;
    height: 50px;
    padding: 0 18px;
    border: 1px solid var(--page-button-border);
    background: transparent;
    color: var(--page-button-text) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color .2s ease,
                color .2s ease,
                border-color .2s ease;
}

a.ws-button:hover,
a.ws-button:focus,
.ws-button a:hover,
.ws-button a:focus {
    background: #fff;
    color: #333 !important;
    text-decoration: none !important;
}

@media (max-width: 767.98px) {
    .ws-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 35px;
    }

    a.ws-button,
    .ws-button a {
        width: 100%;
        max-width: 240px;
    }
}

.full-bottom {
    padding: 0;
}

.mobile-hero {
    position: relative;
}

/* --------------------------------------------------
   Coaching / BTcolumns visual helpers (page p7)
-------------------------------------------------- */

#p7 .btcolumn-row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 2.4rem;
}

#p7 .btcolumn {
    margin: 0;
    background: transparent;
}

#p7 .btcolumn-title {
    margin: .45rem 0 .2rem;
    padding: 0;
    color: var(--ws-text);
    background: transparent;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
}

#p7 .btcolumn-content {
    padding: 0;
}

#p7 .btcolumn-content img {
    display: block;
    width: 145px;
    height: 145px;
    margin: 0 0 1rem;
    border-radius: 50%;
    object-fit: cover;
}

#p7 .btcolumn-link {
    position: static;
    margin-top: .25rem;
}

#p7 .btcolumn-link a {
    display: inline;
    padding: 0;
    color: var(--ws-text);
    background: transparent;
    font-size: 15px;
    text-align: left;
}

/* --------------------------------------------------
   Footer / logo roll / sticky-footer friendly
-------------------------------------------------- */

.site-footer {
    position: relative;
    z-index: 5;
    flex-shrink: 0;
    color: #202020;
    background: #fff;
}

.footer-logos {
    min-height: 92px;
    overflow: hidden;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #555;
    background: #fff;
}

.footer-logos-viewport {
    width: 100%;
    overflow: hidden;
}

.footer-logos-track {
    display: flex;
    align-items: center;
    width: max-content;
    min-height: 91px;
    animation: werkstationLogoRoll 48s linear infinite;
    will-change: transform;
}

.footer-logo {
    width: 118px;
    height: 76px;
    padding: 10px 16px;
    flex: 0 0 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    display: block;
    max-width: 100%;
    max-height: 68px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@keyframes werkstationLogoRoll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.footer-logos:hover .footer-logos-track {
    animation-play-state: paused;
}

.footer-bottom {
    min-height: 48px;
    font-size: 11px;
    background: #fff;
}

.footer-bottom-inner {
    min-height: 48px;
    gap: 68px;
}

.footer-bottom a {
    color: #202020;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-separator {
    margin: 0 9px;
}

@media (prefers-reduced-motion: reduce) {
    .footer-logos-track { animation: none; }
}

/* --------------------------------------------------
   Responsive
-------------------------------------------------- */

@media (max-width: 991.98px) {
    .header-inner {
        width: min(calc(100% - 30px), var(--ws-header-max));
    }

    .site-logo {
        width: 100px;
        margin-right: 20px;
    }

    .navbar-nav .nav-link {
        padding-inline: 9px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 767.98px) {
    /* Backstretch is desktop-only. The mobile hero module takes over. */
    .backstretch {
        display: none !important;
    }

    .header-inner {
        min-height: 68px;
        width: calc(100% - 28px);
    }

    .site-logo {
        width: 96px;
        margin-right: 0;
    }

    .navbar-collapse {
        padding: 6px 0 12px;
        border-top: 1px solid #e3e3e3;
    }

    .nav-group,
    .navbar-nav {
        display: block;
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 13px 6px;
        border-bottom: 1px solid #e8e8e8;
    }

    .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        border-width: 0 0 1px;
        box-shadow: none;
    }

    .dropdown-item {
        padding: 11px 24px;
        border-bottom-color: #e8e8e8;
    }

    .search-toggle {
        margin: 6px 0 0;
    }

    .content-section,
    .full-width-content {
        padding: 38px 0 48px;
    }

    .content-column h1,
    .full-width-content h1 {
        margin-bottom: 25px;
        padding-bottom: 14px;
        font-size: 2.4rem;
    }

    #p7 .btcolumn-row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 2rem;
    }

    #p7 .btcolumn-content img {
        width: 125px;
        height: 125px;
    }

    .footer-bottom-inner {
        gap: 2px;
        padding: 9px 0;
    }
}


/* --------------------------------------------------
   Nieuws overzicht
-------------------------------------------------- */

.nieuws-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.nieuws-item {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 22px 24px 24px;
    border: 2px solid var(--ws-blue);
    border-bottom-right-radius: 20px;
    background: #fff;
    box-shadow: 8px 8px rgba(0,0,0,.05);
    line-height: 1.7;
}

/* Afwisselend groen 
.nieuws-item:nth-child(even) {
    border-color: var(--ws-green);
}*/

.nieuws-item h2,
.nieuws-item h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.3;
    color: var(--ws-text);
}

.nieuws-item h2 a,
.nieuws-item h3 a {
    color: inherit !important;
    text-decoration: none;
}

.nieuws-item h2 a:hover,
.nieuws-item h3 a:hover {
    text-decoration: underline;
}

/* Datum */
.nieuws-datum {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.4;
    color: #666;
}

/* Tekst */
.nieuws-item p {
    margin: 0 0 16px;
    line-height: 1.7;
}

/* Lees verder onderaan uitlijnen */
.nieuws-item .lees-verder {
    margin-top: auto;
}

.nieuws-item .lees-verder a {
    color: var(--ws-blue);
    text-decoration: none;
    font-weight: 700;
}

/* Tablet */
@media (max-width: 991.98px) {
    .nieuws-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobiel */
@media (max-width: 767.98px) {
    .nieuws-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}