body {
    background-color: #0f0f0f !important;
}

/* Header boven video */
.hdb-main-header {
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

.hdb-header {
    max-width: 1400px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 50px 35px !important;
}

/* Logo */
.hdb-column .custom-logo {
    display: block;
    max-width: 150px !important;
    height: auto;
}

/* Menu-items */
.hdb-column.menu-items ul.hdb-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    white-space: nowrap;
}

/* Menu links */
.hdb-column.menu-items ul.hdb-menu li a {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    line-height: 1px;
    transition: color 0.3s;
}

/* Hamburger menu icoon */
#hdb-hamburger-icon,
#hdb-close-icon {
    fill: #fff !important;
}

.hdb-submenu-container {
    max-height: 100vh;
    max-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.hdb-submenu-list {
    padding: 20px 20px 250px 20px !important; /* GROTE padding-bottom voor volledige scroll */
    font-size: 30px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
}

.cta-button-header a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #4F7046;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    transition: background 0.3s ease;
    height: 50px;
    width: 238px;
    border: 2px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    padding-top: 2px;
}

.cta-button-header a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 22px;
    fill: currentColor;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='white' d='M598.6 342.6C611.1 330.1 611.1 309.8 598.6 297.3L470.6 169.3C458.1 156.8 437.8 156.8 425.3 169.3C412.8 181.8 412.8 202.1 425.3 214.6L498.7 288L64 288C46.3 288 32 302.3 32 320C32 337.7 46.3 352 64 352L498.7 352L425.3 425.4C412.8 437.9 412.8 458.2 425.3 470.7C437.8 483.2 458.1 483.2 470.6 470.7L598.6 342.7z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    transition: transform 0.55s cubic-bezier(.2, .9, .3, 1);
    pointer-events: none;
}

.cta-button-header a:hover {
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
}

.cta-button-header a:hover::after {
    transform: rotate(0deg);
}



/* Responsieve aanpassingen voor hamburger menu */
@media (max-height: 700px) {
    .hdb-submenu-list {
        font-size: 24px !important;
        padding: 15px 15px 200px 15px !important;
    }
    
    .hdb-submenu-list li {
        margin-bottom: 15px;
    }
}

@media (max-height: 600px) {
    .hdb-submenu-list {
        font-size: 20px !important;
        padding: 10px 10px 180px 10px !important;
    }
    
    .hdb-submenu-list li {
        margin-bottom: 10px;
    }
}

/* Extra kleine telefoons in de hoogte + landscape */
@media (max-height: 500px) {
    .hdb-submenu-list {
        font-size: 18px !important;
        padding: 8px 8px 150px 8px !important;
    }
    
    .hdb-submenu-list li {
        margin-bottom: 8px;
    }
    
    .hdb-submenu-container .cta-button {
        font-size: 11px;
        gap: 15px;
    }
}




.hdb-submenu-container .cta-button {
    font-size: 14px;
    gap: 30px;
}

.hdb-submenu-container .cta-button::after {
    width: 20px;
    height: 23px;
}

/* Responsief: menu op mobiel onder elkaar, gecentreerd */
@media (max-width: 1300px) {
    .hdb-header {
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .hdb-column.menu-items ul.hdb-menu {
        flex-direction: column;
        gap: 10px;
    }
}


/* Footer */
.site-footer {
    background-color: #000;
    color: #fff;
    padding: 100px 0 60px;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 35px 40px;
}

/* Kolommen */
.footer-col {
    flex: 1;
    min-width: 250px;
}

img.footer-logo {
    width: 167px;
    height: 146px;
}

/* Branding */
.footer-branding {
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 0 0 auto;
    min-width: auto;
}

/* Tekstblok: titel boven span */
.footer-branding-text {
    display: flex;
    flex-direction: column;
}

/* Titel */
.footer-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

/* Span titel */
.footer-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

/* Footer columns wrapper voor Menu, Contact, Adres */
.footer-columns {
    display: flex;
    gap: 80px;
    flex: 1;
    justify-content: flex-end;
}

/* --- Menu, Contact & Adres --- */
.footer-menu,
.footer-contact,
.footer-adres {
    flex: 0 0 auto;
    min-width: auto;
    padding-left: 0;
}

.footer-heading {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-list li {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    transition: color 0.3s ease;
}

.footer-list a {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: #ccc;
    cursor: pointer;
}

#menu-hoofdmenu {
    gap: 50px !important;
}

#menu-hoofdmenu .cta-button {
    margin-top: 0px;
    padding-top: 0px !important;
}

/* Footer bottom: credit + icons */
.footer-bottom {
    width: 100%;
    margin: 40px auto 0;
    border-top: 1px solid #fff;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 999px) {
    .footer-bottom {
        margin: 0;
    }
}

@media (max-width: 680px) {
    .footer-bottom {
        justify-content: center;
    }

    .footer-icons img {
        margin-left: 0 !important;
    }
}

/* Footer credit items naast elkaar */
.footer-credit {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 16px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-credit-text {
    color: #fff;
}

.footer-credit a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}


.footer-icons img {
    width: 29px;
    height: 29px;
    margin-left: 10px;
    object-fit: contain;
}

.footer-icons a {
    color: transparent !important;
}


@media (min-width: 1199px) {
    .footer-columns {
        padding-left: 120px;
    }
}

/* Mobiel: alles onder elkaar gecentreerd */
@media (max-width: 999px) {
    .site-footer {
        padding: 60px 0 40px;
    }
    
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 50px;
        max-width: 90%;
    }

    .footer-branding {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    img.footer-logo {
        width: 120px;
        height: auto;
    }

    .footer-columns {
        flex-direction: column;
        gap: 50px;
        width: 100%;
    }

    .footer-menu,
    .footer-contact,
    .footer-adres {
        width: 100%;
    }

    .footer-heading {
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .footer-list {
        gap: 12px;
    }
}

/* Extra kleine schermen */
@media (max-width: 499px) {
    .site-footer {
        padding: 40px 0 30px;
    }
    
    .footer-container {
        max-width: 90%;
        gap: 40px;
    }
    
    img.footer-logo {
        width: 100px;
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-subtitle {
        font-size: 16px;
    }

    .footer-heading {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .footer-list li {
        font-size: 16px;
    }
    
    .footer-list {
        gap: 10px;
    }

    .footer-columns {
        gap: 40px;
    }
}


/* 404 pagina */
#notfound {
	 flex-direction: column-reverse !important;
    min-height: 70vh;
    padding: 160px 20px;
    align-items: center;
    gap: 60px;
}

/* Twee kolommen layout */
.not-found-c1,
.not-found-c2 {
    flex: 1;
}

.not-found-c1 {
    max-width: 600px;
}

/* Header styling */
.not-found-c1 .header {
    margin-bottom: 30px;
	background-color: transparent !important;
}

.titel-niks {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}

.vetGedrukt {
    font-weight: 700;
    color: #4F7046; /* Groen accent - past bij outdoor fitness thema */
}

/* Informatie tekst */
.informatie-404 {
    margin-bottom: 35px;
}

.informatie-404 p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #fff;
    margin: 0;
}

.informatie-404 a {
    color: #4F7046;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.informatie-404 a:hover {
    color: #4F7046;
}

/* Button styling */
.button-404 {
    display: inline-block;
    padding: 16px 40px;
    background-color: #4F7046;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button-404:hover {
    background-color: #224d24;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

/* 404 Grote tekst */
.not-found-c2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tekst-groot-404 {
    font-size: 12rem;
    font-weight: 900;
    color: rgba(76, 175, 80, 0.15);
    margin: 0;
    line-height: 1;
    transition: all 0.3s ease;
}

.not-found-c2 a {
    text-decoration: none;
}

.not-found-c2 a:hover .tekst-groot-404 {
    color: rgba(76, 175, 80, 0.25);
    transform: scale(1.05);
}

.underline-404 {
	color: transparent !important;
}

/* Responsive styling */
@media (max-width: 992px) {
    .not-found-c1 {
        max-width: 100%;
    }
    
    .tekst-groot-404 {
        font-size: 10rem;
    }
    
    .titel-niks {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .titel-niks {
        font-size: 1.75rem;
    }
    
    .tekst-groot-404 {
        font-size: 8rem;
    }
    
    .informatie-404 p {
        font-size: 1rem;
    }
    
    .button-404 {
        padding: 14px 32px;
        font-size: 0.95rem;
    }
}


/* Contact Form 7 meldingen - overschrijf standaard styling */
.wpcf7 form .wpcf7-response-output {
    border: none !important; /* Verwijder de border rondom */
    border-left: 4px solid #00a0d2 !important; /* Standaard blauwe border-left */
    padding: 15px 20px !important;
    margin: 2em 0.5em 1em !important;
    background-color: #f0f8ff;
}

/* Succes melding - groen */
.wpcf7 form.sent .wpcf7-response-output {
    border-left-color: #46b450 !important;
    background-color: #f0f9f0;
    color: #155724;
}

/* Fout meldingen - rood */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-left-color: #dc3232 !important;
    background-color: #fef5f5;
    color: #721c24;
}

/* Spam melding - oranje */
.wpcf7 form.spam .wpcf7-response-output {
    border-left-color: #f56e28 !important;
    background-color: #fff5f0;
    color: #8a4b08;
}

/* Validatie fouten - geel */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-left-color: #ffb900 !important;
    background-color: #fffbf0;
    color: #856404;
}