/*
Footer — HZNG Base
Donkere footer met logo, nieuwsbrief, menu's, en onderbalk met legals.
*/

/* ==========================================================================
   .site-footer — basis
   ========================================================================== */

.site-footer {
    margin-top: 80px;
    padding: 200px 0 0;
    background-image: url('../images/bg-footer.svg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFF;
    position: relative;
    background-size: max(100%, 1200px) cover;
    font-size: 0.85;
}

.page-template-voor-wie .site-footer,
.single-cursus .site-footer,
.page-home .site-footer {
    margin-top: -200px;
}
.page-template-voor-wie .news,
.single-cursus .cursus-faqs,
.page-home .news {
    padding-bottom: 200px;
    /* padding-top: 150px; */
}


/* ==========================================================================
   Bovenste rij — logo + nieuwsbrief + menu's
   ========================================================================== */

.site-footer-main {
    align-items: flex-start;
}

.site-footer-logo a {
    display: block;
    color: #FFF;
}

.site-footer-newsletter h3,
.site-footer-col h3 {
    margin: 0 0 16px;
    color: #FFF;
    font-size: 18px;
}

.site-footer-newsletter p {
    margin: 0 0 16px;
    opacity: 0.85;
}

.site-footer-newsletter-embed {
    /* Laat ruimte voor Laposta-form-elementen */
}

.site-footer-newsletter-embed input[type="text"],
.site-footer-newsletter-embed input[type="email"] {
    width: 100%;
    padding: 12px 14px;
    background: rgb(255 255 255 / 0.1);
    border: 0;
    border-radius: var(--radius);
    color: #FFF;
    font: inherit;
    margin-top: calc(var(--gutter) / 2);
}

.site-footer-newsletter-embed input[type="submit"]{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: var(--radius-btn);
    background: var(--color-cta);
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    font-size: 1em;
    margin-top: calc(var(--gutter) / 2);
    border: 0;
}

.site-footer-newsletter-embed input::placeholder {
    color: rgb(255 255 255 / 0.6);
}

/* Menu's in de kolommen — strippen van standaard list-styling */
.site-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-menu li {
    margin-bottom: 8px;
}

.site-footer-menu a {
    color: #FFF;
    text-decoration: none;
    opacity: 0.85;
}

@media (hover: hover) {
    .site-footer-menu a:hover {
        opacity: 1;
    }
}


/* ==========================================================================
   Onderbalk — legals + copyright + signatuur
   ========================================================================== */

.site-footer-bottom-row {
    margin-top: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid rgb(255 255 255 / 0.1);
}

.site-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 14px;
    opacity: 0.7;
}


/* Legal-menu horizontaal, met scheidingstekens */
.site-footer-legal .site-footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.site-footer-legal .site-footer-menu li {
    margin: 0;
}


/* ==========================================================================
   Mobiel — stack alles op elkaar
   ========================================================================== */

@media (max-width: 1279px) {
    .site-footer {
        padding: 80px 0 0;
    }
    .site-footer-main > [class*="col-"] {
        margin-bottom: 40px;
    }

    .site-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .site-footer-logo a {
        display: none;
        color: #FFF;
    }
}
