/* ==========================================================================
   Agenda - Het land van Stricken de Roover
   ========================================================================== */

:root {
    --ink: #22271f;
    --tekst: #6a7065;
    --paneel: #3b4034;
    --paneel-licht: #4a5041;
    --goud: #cbb26a;
    --groen: #7aa32e;
    --groen-donker: #688c25;
    --lijn: #e4e4de;
    --wit: #ffffff;
    --radius: 10px;
}

/* -- basis -------------------------------------------------------------- */
html { scroll-behavior: smooth; }

body {
    font-family: "Figtree", "Helvetica Neue", Arial, sans-serif;
    color: var(--ink);
    background: var(--wit);
    font-size: 16px;
    line-height: 1.6;
}

h1, h2, h3 { font-weight: 600; margin-top: 0; }

p { color: var(--tekst); }

a { color: var(--groen-donker); }
a:hover, a:focus { color: var(--groen); text-decoration: none; }

img { max-width: 100%; }

.material-icons, .material-icons-outlined {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
}

.page-header {margin-top:0px;padding:0;}

/* -- knoppen ------------------------------------------------------------ */
.knop {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
}

.knop--ticket { background: var(--groen); color: var(--wit); }
.knop--ticket:hover, .knop--ticket:focus { background: var(--groen-donker); color: var(--wit); }

/* -- hoofdnavigatie (1-1 met hetlandvanstrickenderoover.nl) -------------- */
#hoofdnavigatie {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 19.2px;
}

#hoofdnavigatie .social-media.mobile {
    display: none;
    background: #2d421c;
}

#hoofdnavigatie .social-media.mobile .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    float: none;
    margin: 0;
}

#hoofdnavigatie .social-media.mobile .nav-link { color: #fff; }

#hoofdnavigatie .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: #d9d3b6;
    border: none;
    border-radius: 0;
    border-bottom: 8px solid;
    border-image-source: linear-gradient(to right, #788A38 50%, #A21C20 50%);
    border-image-slice: 1;
}

#hoofdnavigatie .navbar > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1320px;
}

#hoofdnavigatie .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    width: 160px;
    height: 160px;
    margin: 0 16px 0 0;
    padding: 16px;
    position: relative;
    z-index: 2;
}

#hoofdnavigatie .navbar-brand img {
    display: block;
    width: 128px;
    height: 128px;
    max-width: none;
}

#hoofdnavigatie .navbar-toggler {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: none;
    margin: 0;
    padding: 16px;
    background: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
}

#hoofdnavigatie .navbar-toggler:focus { outline: 0; box-shadow: none; }

#hoofdnavigatie .navbar-toggler-icon {
    display: block;
    width: 24px;
    height: 4px;
    margin: 0 0 4px;
    background: #000;
    background-image: none;
}

#hoofdnavigatie .navbar-toggler-icon:last-child { margin-bottom: 0; }

#hoofdnavigatie .navbar-collapse {
    flex-basis: 100%;
    overflow: visible;
    border: none;
    box-shadow: none;
    max-height: none;
    padding: 0;
}

#hoofdnavigatie .navbar-collapse.collapse { display: none; }
#hoofdnavigatie .navbar-collapse.is-open { display: block; }

#hoofdnavigatie .navbar-nav {
    display: flex;
    flex-direction: column;
    float: none;
    margin: 0;
    padding: 0;
}

#hoofdnavigatie .navbar-nav > li {
    float: none;
    display: block;
}

#hoofdnavigatie .navbar-nav > li > a,
#hoofdnavigatie .navbar .nav-link {
    display: block;
    padding: 16px;
    color: #2d421c;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 19.2px;
    font-weight: 300;
    line-height: 32px;
    text-decoration: none;
    background: transparent;
    border: none;
    transition: 0.3s ease-in-out;
}

#hoofdnavigatie .navbar-nav > li > a:hover,
#hoofdnavigatie .navbar-nav > li > a:focus,
#hoofdnavigatie .nav-link:hover,
#hoofdnavigatie .nav-link:focus {
    color: #2d421c;
    background: transparent;
    opacity: 0.75;
}

#hoofdnavigatie .navbar-nav > li.active > a,
#hoofdnavigatie .nav-item.active .nav-link {
    font-weight: 600;
    opacity: 1;
}

#hoofdnavigatie .nav-link svg {
    display: block;
    width: 18px;
    height: 18px;
}

#hoofdnavigatie .nav-link--portaal {
    display: flex;
    align-items: center;
    gap: 10px;
}

#hoofdnavigatie .dropdown { position: relative; }

#hoofdnavigatie .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#hoofdnavigatie .dropdown-menu {
    position: static;
    display: block;
    float: none;
    min-width: 10rem;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: none;
}

#hoofdnavigatie .dropdown-item {
    display: block;
    padding: 4px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    background: transparent;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}

#hoofdnavigatie .dropdown-item:hover,
#hoofdnavigatie .dropdown-item:focus {
    color: #000;
    background: #d9d3b6;
}

#hoofdnavigatie .navbar > .container > .social-media { display: none; }

@media (min-width: 992px) {
    #hoofdnavigatie .navbar {
        flex-wrap: nowrap;
        padding: 0;
    }

    #hoofdnavigatie .navbar > .container {
        flex-wrap: nowrap;
    }

    #hoofdnavigatie .navbar-toggler { display: none; }

    #hoofdnavigatie .navbar-collapse,
    #hoofdnavigatie .navbar-collapse.collapse {
        display: flex !important;
        flex-basis: auto;
        flex-grow: 1;
    }

    #hoofdnavigatie .navbar-nav {
        flex-direction: row;
        align-items: center;
    }

    #hoofdnavigatie .navbar-nav > li > a,
    #hoofdnavigatie .navbar .nav-link { padding: 16px; font-size: 19.2px; }

    #hoofdnavigatie .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    #hoofdnavigatie .dropdown:hover > .dropdown-menu { display: block; }

    #hoofdnavigatie .navbar > .container > .social-media { display: block; }

    #hoofdnavigatie .navbar > .container > .social-media .navbar-nav {
        flex-direction: row;
    }

    #hoofdnavigatie .navbar-nav > li.nav-item--portaal { display: none; }
}

@media (max-width: 991px) {
    #hoofdnavigatie .social-media.mobile { display: block; }

    #hoofdnavigatie .nav-item--portaal-desktop { display: none; }

    #hoofdnavigatie .navbar-collapse.collapse { display: none !important; }
    #hoofdnavigatie .navbar-collapse.is-open { display: block !important; }

    #hoofdnavigatie .navbar-brand {
        width: 120px;
        height: 120px;
        padding: 12px;
    }

    #hoofdnavigatie .navbar-brand img {
        width: 96px;
        height: 96px;
    }

    #hoofdnavigatie .navbar-nav > li > a,
    #hoofdnavigatie .nav-link { line-height: normal; }
}

/* -- paginakop ---------------------------------------------------------- */
.page-header {
    background-size: cover;
    background-position: center;
    background-color: var(--paneel);
    margin-bottom: 0;
}

.page-header__overlay {
    display: flex;
    align-items: center;
    min-height: 340px;
    padding: 40px 0;
    background: linear-gradient(90deg, rgba(20, 24, 18, 0.72) 0%, rgba(20, 24, 18, 0.35) 60%, rgba(20, 24, 18, 0.2) 100%);
}

.page-header--event .page-header__overlay { min-height: 400px; }

.page-header__titel {
    color: var(--wit);
    font-size: 46px;
    line-height: 1.15;
    margin: 0;
    max-width: 780px;
}

.page-header__intro {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    margin: 14px 0 0;
    max-width: 680px;
}

.page-header .knop { margin-top: 24px; }

/* -- filterbalk --------------------------------------------------------- */
.agenda-filter {
    background: #f3f2eb;
    border-bottom: 1px solid var(--lijn);
}

.agenda-filter__form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 14px 18px;
    padding: 16px 0;
}

.agenda-filter__velden {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
    min-width: 0;
}

.agenda-filter__veld {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    min-width: 0;
    flex: 1 1 140px;
    font-weight: 400;
}

.agenda-filter__label {
    color: var(--tekst);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
}

.agenda-filter__select,
.agenda-filter__date {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid #d8d6cc;
    border-radius: 8px;
    background: var(--wit);
    color: var(--ink);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.agenda-filter__select:hover,
.agenda-filter__date:hover {
    border-color: #c4c2b6;
}

.agenda-filter__select:focus,
.agenda-filter__date:focus-within {
    border-color: var(--paneel);
    box-shadow: 0 0 0 3px rgba(59, 64, 52, 0.12);
    outline: none;
}

.agenda-filter__select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 34px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%236a7065' d='M1.2 1.2L6 6l4.8-4.8' stroke='%236a7065' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.agenda-filter__date {
    gap: 8px;
}

.agenda-filter__date i {
    color: var(--tekst);
    font-size: 16px;
    flex-shrink: 0;
}

.agenda-filter__input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    border: none;
    background: transparent;
    color: var(--ink);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    outline: none;
}

.agenda-filter__input::placeholder {
    color: #9a9e95;
    font-weight: 400;
    opacity: 1;
}

.agenda-filter__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    padding-bottom: 1px;
}

.agenda-filter__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
    padding: 0 18px;
    border: none;
    border-radius: 8px;
    background: var(--paneel);
    color: var(--wit);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
}

.agenda-filter__submit i { font-size: 16px; }

.agenda-filter__submit:hover,
.agenda-filter__submit:focus {
    background: var(--ink);
    outline: none;
}

.agenda-filter__reset {
    font-size: 13px;
    font-weight: 500;
    color: var(--tekst);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.agenda-filter__reset:hover,
.agenda-filter__reset:focus {
    color: var(--ink);
}

/* -- agenda overzicht --------------------------------------------------- */
.agenda { padding: 50px 0 70px; }

.agenda__leeg { text-align: center; padding: 40px 0; font-size: 18px; }

.event-card {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 125%;
    margin-bottom: 30px;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--paneel);
    text-decoration: none;
}

.event-card:hover .event-card__media { transform: scale(1.05); }

.event-card__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.event-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 22, 16, 0.45) 0%, rgba(18, 22, 16, 0.1) 35%, rgba(18, 22, 16, 0.85) 100%);
}

.event-card__top,
.event-card__foot {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}

.event-card__top { top: 14px; padding: 0 16px; }

.event-card__locatie {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    height: 28px;
    padding: 0 10px;
    border-radius: 8px;
    background: rgba(18, 22, 16, 0.45);
    color: var(--wit);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    box-sizing: border-box;
}

.event-card__locatie i {
    display: block;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
}

.event-card__locatie-naam {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.event-card__foot {
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(18, 22, 16, 0.55) 28%, rgba(18, 22, 16, 0.82) 100%);
}

.event-card__body { padding: 0 16px; }

.event-card__titel {
    display: block;
    color: var(--wit);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
}

.event-card__type {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.event-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4px 14px;
    padding: 8px 16px 14px;
}

.event-card__meta-item {
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    color: var(--wit);
    font-size: 12px;
    line-height: 1.35;
}

.event-card__meta-item i {
    font-size: 14px;
    margin-top: 1px;
    flex-shrink: 0;
}

/* -- paginering --------------------------------------------------------- */
.paginering {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 8px 0 4px;
}

.paginering__stap {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d8d6cc;
    border-radius: 8px;
    background: var(--wit);
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.paginering__stap i { font-size: 20px; }

.paginering__stap:hover,
.paginering__stap:focus {
    border-color: var(--paneel);
    background: #f3f2eb;
    color: var(--ink);
    text-decoration: none;
    outline: none;
}

.paginering__stap.is-disabled {
    border-color: #e8e7e0;
    background: #f7f6f1;
    color: #b9bcb4;
    pointer-events: none;
}

.paginering__status {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: var(--tekst);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.paginering__huidig {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 8px;
    background: var(--paneel);
    color: var(--wit);
    font-size: 14px;
    font-weight: 700;
}

.paginering__van { color: #9a9e95; }

.paginering__totaal {
    color: var(--ink);
    font-weight: 600;
}

/* -- dieptepagina: media ------------------------------------------------ */
.event { padding: 60px 0 70px; }

.media__stage {
    position: relative;
    width: 100%;
    padding-top: 58%;
    border-radius: var(--radius);
    overflow: hidden;
    background: #e9e9e4;
}

.media__item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
}

.media__item.is-active { opacity: 1; visibility: visible; }

.media__foto { width: 100%; height: 100%; object-fit: cover; }

.media__video {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media__video iframe { width: 100%; height: 100%; border: 0; }

.media__play {
    width: 74px;
    height: 74px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ink);
    cursor: pointer;
    transition: 0.2s;
}

.media__play i { font-size: 40px; }

.media__play:hover { background: var(--wit); transform: scale(1.06); }

.media__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
}

.media__thumb {
    position: relative;
    flex: 0 0 calc(25% - 8px);
    padding-top: calc(16% - 5px);
    border: none;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    scroll-snap-align: start;
    opacity: 0.65;
    transition: opacity 0.2s;
}

.media__thumb:hover, .media__thumb.is-active { opacity: 1; }

.media__thumb.is-video::after {
    content: "play_arrow";
    font-family: "Material Icons";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(18, 22, 16, 0.35);
    color: var(--wit);
    font-size: 26px;
}

/* -- dieptepagina: infoblokken ------------------------------------------ */
.infoblok {
    background: var(--wit);
    border: 1px solid var(--lijn);
    border-radius: var(--radius);
    padding: 18px 18px 16px;
    margin-bottom: 12px;
}

.infoblok__kop {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: var(--tekst);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
}

.infoblok__kop i {
    color: var(--groen-donker);
    font-size: 16px;
}

.infoblok__hoofd {
    margin: 0;
    color: var(--ink);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.infoblok__sub {
    margin: 6px 0 0;
    color: var(--tekst);
    font-size: 14px;
    line-height: 1.45;
}

.infoblok__label {
    display: block;
    margin: 14px 0 6px;
    color: var(--tekst);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.infoblok__select {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 0 34px 0 12px;
    border: 1px solid #d8d6cc;
    border-radius: 8px;
    background: var(--wit) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='none' stroke='%236a7065' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' d='M1.2 1.2L6 6l4.8-4.8'/%3E%3C/svg%3E") no-repeat right 12px center;
    color: var(--ink);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.infoblok__select:hover { border-color: #c4c2b6; }

.infoblok__select:focus {
    border-color: var(--paneel);
    box-shadow: 0 0 0 3px rgba(59, 64, 52, 0.12);
    outline: none;
}

.infoblok__select option {
    color: var(--ink);
    background: var(--wit);
}

.infoblok__lijst {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    color: var(--tekst);
    font-size: 14px;
    line-height: 1.7;
}

.infoblok__lijst li + li {
    border-top: 1px solid var(--lijn);
    padding-top: 4px;
    margin-top: 4px;
}

.infoblok__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    color: var(--groen-donker);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.infoblok__link:hover,
.infoblok__link:focus {
    color: var(--groen);
    text-decoration: none;
}

.infoblok__link i { font-size: 16px; }

.infoblok .knop--blok {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
}

/* -- dieptepagina: tekst en kaart --------------------------------------- */
.event__tekst { padding-top: 50px; }

.event__tekst h2 { font-size: 30px; margin-bottom: 18px; }

.event__tekst p { margin-bottom: 16px; }

.kaart { line-height: 0; }

.kaart iframe { width: 100%; height: 420px; border: 0; }

/* -- footer (1-1 met hetlandvanstrickenderoover.nl) --------------------- */
#footer {
    background: #2d421c;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 19.2px;
    font-weight: 300;
    padding: 48px 0;
    border-top: 8px solid;
    border-image-source: linear-gradient(to right, #788A38 50%, #A21C20 50%);
    border-image-slice: 1;
}

#footer .container {
    width: 100%;
    max-width: 1320px;
}

#footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

#footer .footer-logo,
#footer .footer-intro,
#footer .footer-contact {
    padding-left: 12px;
    padding-right: 12px;
}

#footer .footer-logo {
    flex: 0 0 25%;
    max-width: 25%;
}

#footer .footer-intro {
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 8.3333%;
}

#footer .footer-contact {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}

#footer .logo {
    display: flex;
    justify-content: center;
}

#footer .logo img {
    display: block;
    width: 100%;
    max-width: 306px;
    height: auto;
}

#footer .textblock p {
    margin: 0 0 16px;
    color: #fff;
    font-size: 19.2px;
    font-weight: 300;
    line-height: 28.8px;
}

#footer .textblock h3 {
    margin: 0 0 8px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

#footer .textblock a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

#footer .textblock a:hover,
#footer .textblock a:focus {
    color: #fff;
    opacity: 0.8;
}

@media (max-width: 991px) {
    #footer .footer-logo {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 32px;
    }

    #footer .footer-intro,
    #footer .footer-contact {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    #footer .footer-intro,
    #footer .footer-contact {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }

    #footer .footer-contact { margin-bottom: 0; }
}

/* -- responsive --------------------------------------------------------- */
@media (max-width: 991px) {
    .page-header__titel { font-size: 36px; }
    .page-header__overlay,
    .page-header--event .page-header__overlay { min-height: 300px; }
    .event { padding: 40px 0 50px; }
    .infoblok { margin-top: 14px; }
    .media__stage { padding-top: 62%; }
}

@media (max-width: 767px) {
    .page-header__titel { font-size: 30px; }
    .page-header__intro { font-size: 16px; }
    .agenda-filter__form {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .agenda-filter__velden {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .agenda-filter__veld { flex: none; }
    .agenda-filter__actions {
        justify-content: flex-start;
        padding-bottom: 0;
    }
    .agenda { padding: 30px 0 40px; }
    .event-card { padding-top: 110%; }
    .media__thumb { flex: 0 0 calc(33.333% - 7px); padding-top: calc(22% - 5px); }
    .kaart iframe { height: 300px; }
}

@media (max-width: 480px) {
    .agenda-filter__velden { grid-template-columns: 1fr; }
}
