@charset "utf-8";

/* =========================================================
   EZEL THEME 2026 — definitieve versie 2.0
   Rustige, warme en toegankelijke vormgeving voor Buurthuis De Ezel
   Gebaseerd op Bootstrap 4.4.1
   Laatst bijgewerkt: 24 juli 2026
   ========================================================= */

/* =========================================================
   1. ALGEMENE PAGINA
   ========================================================= */

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    background-color: #efe6da;
    color: #353535;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
}

/* Buitenste paginavlak: laat de beige zijkanten zien */
body > .container-fluid {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

/* Witte centrale websitekolom */
body > .container-fluid > .container {
    min-height: 100vh;
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 2rem;
    box-shadow: 0 0 24px rgba(58, 45, 35, 0.12);
}

/* Binnenste Bootstrap-wrappers moeten transparant blijven */
body > .container-fluid > .container .container-fluid {
    background-color: transparent;
}

/* Rustige verticale ruimte tussen inhoudsblokken */
.container .row {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

/* =========================================================
   2. LINKS EN FOCUS
   ========================================================= */

a {
    color: #24758b;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #174f60;
    text-decoration: underline;
}

a:focus,
button:focus,
.btn:focus {
    outline: 3px solid rgba(36, 117, 139, 0.28);
    outline-offset: 2px;
}

/* =========================================================
   3. NAVIGATIE
   ========================================================= */

.navbar.navbar-expand-lg.navbar-light,
.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: #93d5d3 !important;
    background-image: none;
    border: 0;
    border-bottom: 5px solid #c85f52;
    padding: 0.8rem 1rem;
}

.navbar-brand img {
    display: block;
}

.navbar-nav.mr-auto .nav-item {
    margin-right: 0.25rem;
    margin-bottom: 0.2rem;
}

.navbar-nav.mr-auto .nav-item .nav-link {
    display: block;
    color: #ffffff;
    background-color: rgba(38, 94, 112, 0.72);
    border: 0;
    border-radius: 5px;
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.navbar-nav.mr-auto .nav-item .nav-link:hover,
.navbar-nav.mr-auto .nav-item .nav-link:focus {
    color: #ffffff;
    background-color: #245d70;
    text-decoration: none;
    transform: translateY(-1px);
}

#navbarSupportedContent1 .navbar-nav.mr-auto .nav-item.active,
.navbar-nav.mr-auto .nav-item.active .nav-link {
    color: #ffffff;
    background-color: #c95a52;
    text-decoration: none;
}

.navbar-light .navbar-toggler {
    border-color: rgba(35, 79, 90, 0.45);
    background-color: rgba(255, 255, 255, 0.68);
}

.navbar-light .navbar-toggler-icon {
    background-color: transparent;
}

/* =========================================================
   4. KOPPEN EN TEKST
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
    line-height: 1.25;
}

h1,
h2 {
    color: #234f5a;
}

h2 {
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 1.35rem;
    padding-bottom: 0.55rem;
    font-size: 2rem;
}

/* Warm rood accent zoals in het vormgevingsvoorbeeld */
h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.25rem;
    height: 4px;
    background-color: #c85f52;
    border-radius: 999px;
}

h3,
body div h3 {
    color: #ffffff;
    background-color: #2d7896;
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
}

h4 {
    color: #234f5a;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    padding-left: 0.65rem;
    border-left: 4px solid #c85f52;
}

strong {
    color: #333333;
}

/* =========================================================
   5. AFBEELDINGEN EN ILLUSTRATIES
   ========================================================= */

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

/* Illustraties in cursus- en talenpagina's blijven centraal staan */
.col-xl-4 > p > img.img-fluid,
.col-lg-4 > p > img.img-fluid,
.col-md-4 > p > img.img-fluid {
    display: block;
    margin: 0 auto 1.5rem;
}

/* =========================================================
   6. CAROUSEL
   ========================================================= */

.container-fluid .container #carouselExampleIndicators1,
.container-fluid #carouselExampleIndicators1 {
    overflow: hidden;
    border: 1px solid #d9e3e3;
    border-radius: 6px;
    background-color: #f8faf9;
}

.container-fluid #carouselExampleIndicators1 .carousel-inner {
    background-image: none;
}

/* =========================================================
   7. KAARTEN EN KNOPPEN
   ========================================================= */

.card,
.row .col-xl-3 .card.col-md-4.col-xl-12 {
    border: 1px solid #e0d8ce;
    border-radius: 7px;
    margin-bottom: 1rem;
    box-shadow: 0 3px 10px rgba(58, 45, 35, 0.06);
    font-family: Arial, Helvetica, sans-serif;
}

.col-xl-3 .card.col-md-4.col-xl-12 .card-img-top.img-fluid {
    border-top: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.card-header {
    background-color: #f4eee7;
    border-bottom: 1px solid #ded5cb;
    border-left: 4px solid #c85f52;
    padding: 0.85rem 1.15rem;
}

.card-header h5 {
    margin-bottom: 0;
}

.card-header a {
    color: #234f5a;
    font-weight: 600;
}

.card-header a:hover,
.card-header a:focus {
    color: #174f60;
    text-decoration: none;
}

.card-body {
    padding: 1.25rem;
}

.btn,
.btn-primary,
.card.col-md-4.col-xl-12 .card-body .btn.btn-primary {
    color: #ffffff;
    background-color: #35a9b3;
    border: 1px solid #278994;
    border-bottom: 4px solid #c84f48;
    border-radius: 6px;
    padding: 0.55rem 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 8px rgba(39, 137, 148, 0.2);
    transition: background-color 0.2s ease,
                border-color 0.2s ease,
                transform 0.2s ease,
                box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff;
    background-color: #278f99;
    border-color: #217a83;
    border-bottom-color: #ad403a;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(39, 137, 148, 0.28);
}

.btn:active,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #237f88;
    border-color: #1f7078;
    border-bottom-width: 2px;
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(39, 137, 148, 0.2);
}



/* =========================================================
   7A. EZEL-KEUZEKNOPPEN
   Grote, goed leesbare knoppen voor een 65+ doelgroep
   ========================================================= */

.ezel-keuzes {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.25rem 0 1.5rem;
}

.ezel-keuze {
    display: flex;
    flex: 1 1 18rem;
    flex-direction: column;
    min-width: 0;
}

.btn-ezel,
a.btn-ezel,
a.btn-ezel:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 4rem;
    padding: 0.85rem 1.25rem;
    color: #ffffff !important;
    background-color: #238f9c;
    border: 2px solid #1b727d;
    border-bottom: 5px solid #c84f48;
    border-radius: 7px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 8px rgba(35, 143, 156, 0.24);
}

.btn-ezel:hover,
.btn-ezel:focus,
a.btn-ezel:hover,
a.btn-ezel:focus {
    color: #ffffff !important;
    background-color: #196f7a;
    border-color: #155f68;
    border-bottom-color: #a83f39;
    text-decoration: none !important;
}

.btn-ezel:focus {
    outline: 4px solid rgba(200, 79, 72, 0.28);
    outline-offset: 3px;
}

.ezel-keuze p {
    margin: 0.7rem 0 0;
    font-size: 1.05rem;
    line-height: 1.55;
}


/* =========================================================
   8. ACCORDEON
   ========================================================= */

[id^="accordion"] {
    margin-top: 1.5rem;
}

[id^="accordion"] .card {
    box-shadow: none;
}

[id^="accordion"] .collapse.show {
    background-color: #fff9e8;
}

/* Het zachte geel hoort alleen bij de geopende accordeoninhoud */
[id^="accordion"] .collapse.show > .card-body,
[id^="accordion"] .collapse.show > .row {
    background-color: #fff9e8;
}

[id^="accordion"] .card-body {
    border-left: 4px solid rgba(200, 95, 82, 0.35);
}

/* =========================================================
   9. FOOTER
   ========================================================= */

.container footer {
    margin-top: 2rem;
}

.container footer .row {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 0.75rem;
    color: #ffffff;
    background-color: #df7954;
    border-top: 4px solid #75608d;
    border-radius: 5px 5px 0 0;
}

body footer {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.row div .text-right,
footer .text-right {
    color: #ffffff;
    background-color: transparent;
    margin-bottom: 0;
}

footer a,
footer a:hover,
footer a:focus {
    color: #ffffff;
}

/* =========================================================
   10. RESPONSIEVE AANPASSINGEN
   ========================================================= */

@media (max-width: 991.98px) {
    .navbar-nav.mr-auto {
        padding-top: 0.75rem;
    }

    .navbar-nav.mr-auto .nav-item {
        margin-right: 0;
    }

    .navbar-nav.mr-auto .nav-item .nav-link {
        margin-bottom: 0.25rem;
    }
}

@media (max-width: 767.98px) {
    body {
        background-color: #ffffff;
    }

    body > .container-fluid > .container {
        max-width: 100%;
        box-shadow: none;
    }

    .container .row {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    footer .text-right,
    .row div .text-right {
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    body > .container-fluid > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar.navbar-expand-lg.navbar-light,
    .navbar.navbar-expand-lg.navbar-light.bg-light {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }

    .container footer .row {
        border-radius: 0;
    }
}


@media (max-width: 767.98px) {
    .ezel-keuzes {
        display: block;
    }

    .ezel-keuze + .ezel-keuze {
        margin-top: 1.15rem;
    }

    .btn-ezel,
    a.btn-ezel {
        min-height: 4.25rem;
        font-size: 1.15rem;
    }
}

/* =========================================================
   11. VERFIJNINGEN V1.0
   Consistentie, leesbaarheid en toegankelijkheid
   ========================================================= */

/* Voorkom dat lange woorden, adressen en links buiten beeld lopen */
p,
li,
a,
td,
th {
    overflow-wrap: anywhere;
}

/* Comfortabele leesbreedte voor lange tekstblokken */
.card-body p,
.jumbotron p,
main p {
    max-width: 75ch;
}

/* Duidelijke toetsenbordfocus, zonder muisgebruikers te hinderen */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.navbar-toggler:focus-visible {
    outline: 4px solid rgba(200, 95, 82, 0.38);
    outline-offset: 3px;
}

/* Navigatie: rustig, gelijkmatig en goed aanklikbaar */
@media (min-width: 992px) {
    .navbar-nav.mr-auto {
        display: flex;
        align-items: stretch;
        gap: 0.25rem;
    }

    .navbar-nav.mr-auto .nav-item {
        display: flex;
        margin-right: 0;
        margin-bottom: 0;
    }

    .navbar-nav.mr-auto .nav-item .nav-link {
        display: flex;
        align-items: center;
        min-height: 3rem;
        padding-left: 0.85rem;
        padding-right: 0.85rem;
        white-space: nowrap;
    }
}

/* Actieve pagina krijgt ook een subtiele markering voor kleurzwakke bezoekers */
.navbar-nav.mr-auto .nav-item.active .nav-link {
    box-shadow: inset 0 -4px 0 rgba(255, 255, 255, 0.72);
}

/* Carrousel en banners sluiten visueel beter aan op de inhoud */
.carousel,
.jumbotron,
.page-banner,
.banner {
    margin-bottom: 1.5rem;
}

.carousel img,
.page-banner img,
.banner img {
    width: 100%;
    height: auto;
}

/* Rustige jumbotron voor introductieteksten */
.jumbotron {
    padding: 2rem;
    background-color: #f7f3ee;
    border: 1px solid #e4dbd0;
    border-left: 5px solid #c85f52;
    border-radius: 7px;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
    margin-top: 0;
}

/* Tabellen blijven bruikbaar op kleinere schermen */
.table-responsive {
    margin-bottom: 1.5rem;
}

.table {
    color: #353535;
}

.table thead th {
    color: #234f5a;
    background-color: #f4eee7;
    border-bottom: 2px solid #c85f52;
}

/* Formulieren: grotere velden en duidelijke labels */
label {
    color: #234f5a;
    font-weight: 700;
}

.form-control {
    min-height: 2.9rem;
    color: #2f2f2f;
    border-color: #b8c4c6;
    border-radius: 6px;
}

.form-control:focus {
    border-color: #24758b;
    box-shadow: 0 0 0 0.2rem rgba(36, 117, 139, 0.2);
}

/* Advertentiebeelden gelijkmatig uitlijnen */
.advertentie,
.advertisement,
.advertentieblok {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8rem;
    margin-bottom: 1.25rem;
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid #e5ddd4;
    border-radius: 7px;
}

.advertentie img,
.advertisement img,
.advertentieblok img {
    display: block;
    max-width: 100%;
    max-height: 11rem;
    width: auto;
    height: auto;
    margin: auto;
}

/* Accordeonkoppen worden grotere klikvlakken */
[id^="accordion"] .card-header {
    padding: 0;
}

[id^="accordion"] .card-header h5 {
    margin: 0;
}

[id^="accordion"] .card-header a,
[id^="accordion"] .card-header button {
    display: block;
    width: 100%;
    min-height: 3.25rem;
    padding: 0.9rem 1.15rem;
    text-align: left;
}

[id^="accordion"] .card-header a::after {
    content: "  +";
    float: right;
    font-weight: 700;
}

[id^="accordion"] .card-header a[aria-expanded="true"]::after {
    content: "  −";
}

/* Afbeeldingen in kaarten houden een rustige verhouding */
.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

/* Minder beweging voor bezoekers die dit in hun systeem hebben ingesteld */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Printversie: geen navigatie, rustige zwart-witweergave */
@media print {
    body,
    body > .container-fluid,
    body > .container-fluid > .container {
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .navbar,
    .carousel-indicators,
    .carousel-control-prev,
    .carousel-control-next,
    footer {
        display: none !important;
    }

    a {
        color: #000000 !important;
        text-decoration: underline;
    }
}


/* =========================================================
   12. AGENDA
   ========================================================= */

.agenda-header {
    margin-bottom: 1.5rem;
}

.agenda-header .page-banner,
.agenda-header .agenda-actueel {
    display: block;
    width: 100%;
    height: auto;
}

.agenda-header .agenda-actueel {
    margin-top: 0.75rem;
    border-radius: 7px;
}

.agenda-intro {
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.5rem;
    background-color: #f7f3ee;
    border-left: 5px solid #c85f52;
    border-radius: 7px;
}

.agenda-intro h1 {
    margin-top: 0;
    margin-bottom: 0.65rem;
    color: #234f5a;
    font-size: 2rem;
}

.agenda-intro p {
    margin-bottom: 0;
    font-size: 1.08rem;
}

[id^="accordion"] .card-header h2 {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
}

[id^="accordion"] .card-header h2::after {
    display: none;
}

.agenda-info-row {
    margin-top: 0;
    margin-bottom: 0;
}

.agenda-info-block {
    height: 100%;
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid #eadfd3;
    border-radius: 7px;
}

.agenda-info-block h3 {
    margin: 0 0 0.8rem;
    padding: 0.5rem 0.75rem;
    color: #ffffff;
    background-color: #2d7896;
    border-radius: 5px;
    font-size: 1.25rem;
}

.agenda-info-block address {
    font-style: normal;
}

.agenda-note {
    padding: 0.85rem 1rem;
    background-color: #fff4cf;
    border-left: 4px solid #c85f52;
    border-radius: 5px;
}

.agenda-dates {
    margin-bottom: 0;
}

.agenda-dates > div {
    display: grid;
    grid-template-columns: minmax(11rem, 0.8fr) minmax(14rem, 1.2fr);
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e6ddd3;
}

.agenda-dates > div:last-child {
    border-bottom: 0;
}

.agenda-dates dt,
.agenda-dates dd {
    margin: 0;
}

.agenda-dates dt {
    color: #234f5a;
    font-weight: 700;
}

.betaalgegevens {
    display: inline-flex;
    flex-direction: column;
    margin: 0.25rem 0 1.25rem;
    padding: 0.85rem 1rem;
    background-color: #eef8f8;
    border: 1px solid #b9dddd;
    border-radius: 7px;
}

.betaalgegevens span {
    font-size: 0.95rem;
}

.betaalgegevens strong {
    color: #174f60;
    font-size: 1.15rem;
    letter-spacing: 0.02em;
}

.footer-logo {
    text-align: center;
}

@media (max-width: 767.98px) {
    .agenda-intro {
        padding: 1rem;
    }

    .agenda-intro h1 {
        font-size: 1.7rem;
    }

    .agenda-info-block {
        height: auto;
        margin-bottom: 1rem;
    }

    .agenda-dates > div {
        display: block;
    }

    .agenda-dates dd {
        margin-top: 0.15rem;
    }
}


/* =========================================================
   13. NIEUWS
   ========================================================= */

.nieuws-header {
    margin-bottom: 1.5rem;
}

.nieuws-intro {
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.5rem;
    background-color: #f7f3ee;
    border-left: 5px solid #c85f52;
    border-radius: 7px;
}

.nieuws-intro h1 {
    margin: 0 0 0.65rem;
    color: #234f5a;
    font-size: 2rem;
}

.nieuws-intro p {
    margin-bottom: 0;
    font-size: 1.08rem;
}

.nieuws-card .card-body {
    padding: 1.35rem;
}

.nieuws-beelden img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    border-radius: 7px;
}

.nieuws-beelden img:last-child {
    margin-bottom: 0;
}

.nieuws-tekst h3 {
    margin-top: 0;
    color: #ffffff;
    background-color: #2d7896;
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
    font-size: 1.55rem;
}

.nieuws-tekst h4 {
    margin-top: 1.25rem;
    color: #234f5a;
    font-size: 1.15rem;
}

.nieuws-label {
    display: inline-block;
    margin-bottom: 0.6rem;
    padding: 0.25rem 0.65rem;
    color: #ffffff;
    background-color: #c85f52;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
}

.nieuws-details {
    margin: 1rem 0 1.25rem;
    padding: 0.75rem 1rem;
    background-color: #eef8f8;
    border-radius: 7px;
}

.nieuws-details > div {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 0.75rem;
    padding: 0.35rem 0;
}

.nieuws-details dt,
.nieuws-details dd {
    margin: 0;
}

.nieuws-details dt {
    color: #234f5a;
    font-weight: 700;
}

.voorzitter-banner {
    margin: 1.75rem 0;
    text-align: center;
}

.voorzitter-banner img {
    width: 100%;
    height: auto;
    border-radius: 7px;
}

.nieuws-info {
    padding: 1rem 1.25rem;
}

.nieuws-info + .nieuws-info {
    border-left: 1px solid #e5ddd4;
}

.nieuws-info h3 {
    margin-top: 0;
    color: #ffffff;
    background-color: #2d7896;
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
    font-size: 1.2rem;
}

.nieuws-info address {
    font-style: normal;
}

@media (max-width: 991.98px) {
    .nieuws-beelden {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .nieuws-intro {
        padding: 1rem;
    }

    .nieuws-intro h1 {
        font-size: 1.7rem;
    }

    .nieuws-details > div {
        display: block;
    }

    .nieuws-details dd {
        margin-top: 0.1rem;
    }

    .nieuws-info + .nieuws-info {
        border-top: 1px solid #e5ddd4;
        border-left: 0;
    }
}


/* =========================================================
   14. VRIJWILLIGERS
   ========================================================= */

.vrijwilligers-header {
    margin-bottom: 1.5rem;
}

.vrijwilligers-intro {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background-color: #f7f3ee;
    border-left: 5px solid #c85f52;
    border-radius: 7px;
}

.vrijwilligers-intro h1 {
    margin-top: 0;
    color: #234f5a;
    font-size: 2rem;
}

.vrijwilligers-intro .lead {
    margin-bottom: 0.75rem;
    font-size: 1.18rem;
}

.vrijwilligers-actie {
    text-align: center;
}

.vrijwilligers-actie .btn {
    white-space: normal;
}

.vrijwilligers-tekstblok h3 {
    margin: 0 0 0.85rem;
    padding: 0.5rem 0.75rem;
    color: #ffffff;
    background-color: #2d7896;
    border-radius: 5px;
    font-size: 1.3rem;
}

.contact-highlight {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    background-color: #eef8f8;
    border: 1px solid #b9dddd;
    border-radius: 7px;
}

.contact-highlight span {
    color: #234f5a;
    font-weight: 700;
}

.contact-highlight a {
    font-size: 1.4rem;
    font-weight: 700;
}

.werkgroepen-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
}

.werkgroepen-grid > div {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0.8rem 0.9rem;
    background-color: #ffffff;
    border: 1px solid #e5ddd4;
    border-radius: 7px;
}

.werkgroepen-grid strong {
    color: #234f5a;
}

.werkgroepen-grid a {
    overflow-wrap: anywhere;
}

.vrijwilligers-koffie {
    margin: 1.75rem 0;
    padding: 1.25rem 1.5rem;
    background-color: #eef8f8;
    border: 1px solid #b9dddd;
    border-radius: 7px;
}

.vrijwilligers-koffie h2 {
    margin-top: 0;
    color: #234f5a;
    font-size: 1.55rem;
}

.vrijwilligers-koffie p {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .vrijwilligers-actie {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .vrijwilligers-intro {
        padding: 1rem;
    }

    .vrijwilligers-intro h1 {
        font-size: 1.7rem;
    }

    .werkgroepen-grid {
        grid-template-columns: 1fr;
    }

    .vrijwilligers-koffie {
        padding: 1rem;
    }

    .vrijwilligers-koffie .btn {
        margin-top: 1rem;
    }
}


/* =========================================================
   15. DE EZELSBRUG
   ========================================================= */

.ezelsbrug-header {
    margin-bottom: 1.5rem;
}

.ezelsbrug-intro {
    margin-bottom: 1.75rem;
    padding: 1.5rem;
    background-color: #f7f3ee;
    border-left: 5px solid #c85f52;
    border-radius: 7px;
}

.ezelsbrug-intro h1 {
    margin-top: 0;
    color: #234f5a;
    font-size: 2rem;
}

.ezelsbrug-intro .lead {
    margin-bottom: 0.75rem;
    font-size: 1.18rem;
}

.ezelsbrug-bestuur {
    text-align: center;
}

.ezelsbrug-bestuur .btn {
    white-space: normal;
}

.ezelsbrug-edities {
    margin-bottom: 1.75rem;
}

.section-heading {
    margin-bottom: 1rem;
}

.section-heading h2 {
    margin: 0 0 0.35rem;
    color: #234f5a;
    font-size: 1.65rem;
}

.section-heading p {
    margin-bottom: 0;
}

.editie-kaart {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 9rem;
    margin-bottom: 1rem;
    padding: 1.15rem;
    color: #234f5a;
    background-color: #ffffff;
    border: 1px solid #d9d0c7;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(35, 79, 90, 0.08);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.editie-kaart:hover,
.editie-kaart:focus {
    color: #234f5a;
    border-color: #2d7896;
    box-shadow: 0 5px 14px rgba(35, 79, 90, 0.14);
    transform: translateY(-2px);
    text-decoration: none;
}

.editie-kaart strong {
    margin-top: auto;
    font-size: 1.45rem;
}

.editie-kaart > span:last-child {
    margin-top: 0.25rem;
    color: #2d7896;
    font-weight: 700;
}

.editie-kaart.editie-actueel {
    background-color: #eef8f8;
    border-color: #2d7896;
}

.editie-label {
    align-self: flex-start;
    padding: 0.2rem 0.55rem;
    color: #ffffff;
    background-color: #c85f52;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.ezelsbrug-hulp {
    margin-bottom: 1.75rem;
    padding: 1.25rem 1.5rem;
    background-color: #eef8f8;
    border: 1px solid #b9dddd;
    border-radius: 7px;
}

.ezelsbrug-hulp h2 {
    margin-top: 0;
    color: #234f5a;
    font-size: 1.5rem;
}

.ezelsbrug-hulp p {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .ezelsbrug-bestuur {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .ezelsbrug-intro {
        padding: 1rem;
    }

    .ezelsbrug-intro h1 {
        font-size: 1.7rem;
    }

    .ezelsbrug-hulp {
        padding: 1rem;
    }

    .ezelsbrug-hulp .btn {
        margin-top: 1rem;
    }
}


/* =========================================================
   16. JEUGDZAKEN
   ========================================================= */

.jeugd-header {
    margin-bottom: 1.5rem;
}

.jeugd-intro {
    margin-bottom: 1.75rem;
    padding: 1.5rem;
    background-color: #f7f3ee;
    border-left: 5px solid #c85f52;
    border-radius: 7px;
}

.jeugd-intro h1 {
    margin-top: 0;
    color: #234f5a;
    font-size: 2rem;
}

.jeugd-intro .lead {
    margin-bottom: 0.75rem;
    font-size: 1.18rem;
}

.jeugd-social {
    text-align: center;
}

.jeugd-social .btn {
    white-space: normal;
}

.kvs-highlight {
    margin-bottom: 1.75rem;
    padding: 1.25rem;
    background-color: #ffffff;
    border: 1px solid #d9d0c7;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(35, 79, 90, 0.08);
}

.kvs-foto {
    width: 100%;
    border-radius: 7px;
}

.kvs-tekst h2 {
    margin-top: 0;
    color: #234f5a;
    font-size: 1.7rem;
}

.jeugd-label {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.25rem 0.65rem;
    color: #ffffff;
    background-color: #c85f52;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
}

.kvs-datum {
    display: inline-flex;
    flex-direction: column;
    margin: 0.5rem 0 1.15rem;
    padding: 0.75rem 1rem;
    background-color: #eef8f8;
    border: 1px solid #b9dddd;
    border-radius: 7px;
}

.kvs-datum span {
    color: #234f5a;
    font-weight: 700;
}

.kvs-datum strong {
    font-size: 1.25rem;
}

.jeugd-documenten {
    margin-bottom: 1.75rem;
}

.document-kaart {
    display: flex;
    flex-direction: column;
    min-height: 7.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    color: #234f5a;
    background-color: #ffffff;
    border: 1px solid #d9d0c7;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(35, 79, 90, 0.06);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

a.document-kaart:hover,
a.document-kaart:focus {
    color: #234f5a;
    border-color: #2d7896;
    box-shadow: 0 5px 14px rgba(35, 79, 90, 0.13);
    transform: translateY(-2px);
    text-decoration: none;
}

.document-kaart strong {
    margin-bottom: auto;
    font-size: 1.1rem;
}

.document-kaart span,
.document-kaart > a {
    margin-top: 0.6rem;
    color: #2d7896;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.document-contact {
    background-color: #eef8f8;
    border-color: #b9dddd;
}

.jeugd-logo-blok {
    margin-bottom: 1.75rem;
    padding: 1.25rem 1.5rem;
    background-color: #f7f3ee;
    border-radius: 7px;
}

.jeugd-logo-blok h2 {
    margin-top: 0;
    color: #234f5a;
    font-size: 1.55rem;
}

@media (max-width: 991.98px) {
    .jeugd-social {
        margin-top: 1rem;
    }

    .kvs-tekst {
        margin-top: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .jeugd-intro {
        padding: 1rem;
    }

    .jeugd-intro h1 {
        font-size: 1.7rem;
    }

    .kvs-highlight,
    .jeugd-logo-blok {
        padding: 1rem;
    }
}


/* =========================================================
   17. ACTIVITEITEN EN CURSUSSEN
   ========================================================= */

.activiteiten-header {
    margin-bottom: 1.5rem;
}

.activiteiten-intro {
    margin-bottom: 1.75rem;
    padding: 1.5rem;
    background-color: #f7f3ee;
    border-left: 5px solid #c85f52;
    border-radius: 7px;
}

.activiteiten-intro h1 {
    margin-top: 0;
    color: #234f5a;
    font-size: 2rem;
}

.activiteiten-intro .lead {
    margin-bottom: 0.75rem;
    font-size: 1.18rem;
}

.activiteiten-contact {
    text-align: center;
}

.activiteiten-contact .btn {
    white-space: normal;
}

.inschrijven-blok,
.aanbod-keuzes {
    margin-bottom: 1.75rem;
}

.inschrijf-kaart {
    height: 100%;
    min-height: 13rem;
    margin-bottom: 1rem;
    padding: 1.1rem;
    background-color: #ffffff;
    border: 1px solid #d9d0c7;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(35, 79, 90, 0.06);
}

.inschrijf-kaart h3 {
    margin: 0 0 0.8rem;
    padding: 0.5rem 0.7rem;
    color: #ffffff;
    background-color: #2d7896;
    border-radius: 5px;
    font-size: 1.25rem;
}

.inschrijf-uitgelicht {
    background-color: #eef8f8;
    border-color: #2d7896;
}

.inschrijf-label {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.2rem 0.55rem;
    color: #ffffff;
    background-color: #c85f52;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.inschrijf-regels {
    margin: 0.35rem 0 0;
    padding: 0.9rem 1rem;
    background-color: #f7f3ee;
    border-radius: 7px;
}

.aanbod-kaart {
    display: flex;
    flex-direction: column;
    min-height: 11rem;
    margin-bottom: 1rem;
    padding: 1.1rem;
    color: #234f5a;
    background-color: #ffffff;
    border: 1px solid #d9d0c7;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(35, 79, 90, 0.08);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.aanbod-kaart:hover,
.aanbod-kaart:focus {
    color: #234f5a;
    border-color: #2d7896;
    box-shadow: 0 5px 14px rgba(35, 79, 90, 0.14);
    transform: translateY(-2px);
    text-decoration: none;
}

.aanbod-kaart strong {
    margin: auto 0 0.4rem;
    font-size: 1.3rem;
}

.aanbod-kaart > span:last-child {
    color: #2d7896;
    font-weight: 700;
}

.aanbod-type {
    align-self: flex-start;
    padding: 0.2rem 0.55rem;
    color: #ffffff;
    background-color: #2d7896;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.aanbod-plannen {
    background-color: #f7f3ee;
}

.plaats-highlight {
    margin-bottom: 1.75rem;
    padding: 1.25rem 1.5rem;
    background-color: #eef8f8;
    border: 1px solid #b9dddd;
    border-radius: 7px;
}

.plaats-highlight h2 {
    margin-top: 0;
    color: #234f5a;
    font-size: 1.55rem;
}

.plaats-highlight p {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .activiteiten-contact {
        margin-top: 1rem;
    }

    .inschrijf-kaart {
        min-height: 0;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .activiteiten-intro {
        padding: 1rem;
    }

    .activiteiten-intro h1 {
        font-size: 1.7rem;
    }

    .plaats-highlight {
        padding: 1rem;
    }

    .plaats-highlight .btn {
        margin-top: 1rem;
    }
}


/* =========================================================
   18. ADVERTEERDERS
   ========================================================= */

.adverteerders-header {
    margin-bottom: 1.5rem;
}

.adverteerders-intro {
    margin-bottom: 1.75rem;
    padding: 1.5rem;
    background-color: #f7f3ee;
    border-left: 5px solid #c85f52;
    border-radius: 7px;
}

.adverteerders-intro h1 {
    margin-top: 0;
    color: #234f5a;
    font-size: 2rem;
}

.adverteerders-intro .lead {
    margin-bottom: 0.75rem;
    font-size: 1.18rem;
}

.adverteerders-contact {
    text-align: center;
}

.adverteerders-contact .btn {
    white-space: normal;
}

.adverteerders-overzicht {
    margin-bottom: 1.75rem;
}

.advertentie-grid > [class*="col-"] {
    display: flex;
}

.advertentie-kaart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 15rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid #d9d0c7;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(35, 79, 90, 0.07);
    text-align: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.advertentie-kaart:hover {
    border-color: #2d7896;
    box-shadow: 0 5px 14px rgba(35, 79, 90, 0.13);
    transform: translateY(-2px);
}

.advertentie-kaart a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    color: #234f5a;
    text-decoration: none;
}

.advertentie-kaart img {
    display: block;
    max-height: 12rem;
    width: auto;
    max-width: 100%;
    margin: 0 auto 0.8rem;
    object-fit: contain;
}

.advertentie-kaart span,
.advertentie-kaart > div a {
    color: #2d7896;
    font-weight: 700;
}

.advertentie-zonder-link span {
    color: #555555;
}

.advertentie-meerdere-links > div {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.adverteren-highlight {
    margin-bottom: 1.75rem;
    padding: 1.25rem 1.5rem;
    background-color: #eef8f8;
    border: 1px solid #b9dddd;
    border-radius: 7px;
}

.adverteren-highlight h2 {
    margin-top: 0;
    color: #234f5a;
    font-size: 1.55rem;
}

.adverteren-highlight p {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .adverteerders-contact {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .adverteerders-intro {
        padding: 1rem;
    }

    .adverteerders-intro h1 {
        font-size: 1.7rem;
    }

    .advertentie-kaart {
        min-height: 12rem;
    }

    .adverteren-highlight {
        padding: 1rem;
    }

    .adverteren-highlight .btn {
        margin-top: 1rem;
    }
}


/* =========================================================
   19. HANDIGE LINKS
   ========================================================= */

.links-header {
    margin: 1.5rem 0 1.75rem;
    padding: 1.5rem;
    background-color: #f7f3ee;
    border-left: 5px solid #c85f52;
    border-radius: 7px;
}

.links-header h1 {
    margin: 0 0 0.55rem;
    color: #234f5a;
    font-size: 2rem;
}

.links-header .lead {
    margin-bottom: 0.55rem;
    font-size: 1.18rem;
}

.links-header p:last-child {
    margin-bottom: 0;
}

.links-label,
.link-categorie-label {
    display: inline-block;
    margin-bottom: 0.55rem;
    padding: 0.2rem 0.55rem;
    color: #ffffff;
    background-color: #c85f52;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.links-overzicht {
    margin-bottom: 1.75rem;
}

.links-overzicht > .row > [class*="col-"] {
    display: flex;
}

.link-categorie {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid #d9d0c7;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(35, 79, 90, 0.07);
}

.link-categorie-kop {
    min-height: 7rem;
    margin: -1rem -1rem 1rem;
    padding: 1rem;
    background-color: #eef8f8;
    border-bottom: 1px solid #b9dddd;
    border-radius: 7px 7px 0 0;
}

.link-categorie-kop h2 {
    margin: 0;
    color: #234f5a;
    font-size: 1.35rem;
}

.link-categorie-label {
    background-color: #2d7896;
}

.link-lijst {
    margin: 0;
    padding: 0;
    list-style: none;
}

.link-lijst li + li {
    margin-top: 0.7rem;
}

.link-lijst a {
    display: block;
    padding: 0.8rem;
    color: #234f5a;
    background-color: #f7f3ee;
    border: 1px solid transparent;
    border-radius: 6px;
    text-decoration: none;
    transition: border-color 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.link-lijst a:hover,
.link-lijst a:focus {
    color: #234f5a;
    background-color: #ffffff;
    border-color: #2d7896;
    transform: translateY(-1px);
    text-decoration: none;
}

.link-lijst strong,
.link-lijst span {
    display: block;
}

.link-lijst strong {
    margin-bottom: 0.15rem;
    color: #24758b;
    font-size: 1.05rem;
}

.link-lijst span {
    color: #555555;
    font-size: 0.92rem;
}

.link-melden {
    margin-bottom: 1.75rem;
    padding: 1.25rem 1.5rem;
    background-color: #eef8f8;
    border: 1px solid #b9dddd;
    border-radius: 7px;
}

.link-melden h2 {
    margin-top: 0;
    color: #234f5a;
    font-size: 1.55rem;
}

.link-melden p {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .link-categorie-kop {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .links-header {
        padding: 1rem;
    }

    .links-header h1 {
        font-size: 1.7rem;
    }

    .link-melden {
        padding: 1rem;
    }

    .link-melden .btn {
        margin-top: 1rem;
    }
}


/* =========================================================
   20. CURSUS- EN ACTIVITEITENPAGINA'S
   ========================================================= */

.cursus-header {
    margin: 1.5rem 0 1.75rem;
}

.cursus-titel {
    margin-bottom: 1rem;
    padding: 1.25rem 1.5rem;
    background-color: #f7f3ee;
    border-left: 5px solid #c85f52;
    border-radius: 7px;
}

.cursus-label {
    display: inline-block;
    margin-bottom: 0.45rem;
    padding: 0.2rem 0.55rem;
    color: #ffffff;
    background-color: #c85f52;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.cursus-titel h1 {
    margin: 0 0 0.25rem;
    color: #234f5a;
    font-size: 2rem;
}

.cursus-seizoen {
    margin: 0;
    color: #555555;
    font-weight: 700;
}

.cursus-intro {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem;
    background-color: #eef8f8;
    border: 1px solid #b9dddd;
    border-radius: 7px;
}

.cursus-illustratie {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 17rem;
    padding: 0.75rem;
}

.cursus-illustratie img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 17rem;
    object-fit: contain;
}

.cursus-placeholder {
    color: #557078;
    background-color: rgba(255, 255, 255, 0.72);
    border: 2px dashed #8ebfc0;
    border-radius: 7px;
    text-align: center;
}

.cursus-placeholder span,
.cursus-placeholder small {
    display: block;
}

.cursus-placeholder span {
    color: #24758b;
    font-size: 1.1rem;
    font-weight: 700;
}

.cursus-placeholder small {
    margin-top: 0.2rem;
}

.cursus-snelinfo {
    padding: 0.5rem 1rem;
}

.cursus-snelinfo h2 {
    margin-top: 0;
    color: #234f5a;
    font-size: 1.45rem;
}

.cursus-snelinfo p:last-child {
    margin-bottom: 0;
}

.cursus-overzicht {
    margin-bottom: 1.5rem;
}

.cursus-onderdeel {
    padding: 1.25rem 1.5rem;
    background-color: #ffffff;
    border: 1px solid #d9d0c7;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(35, 79, 90, 0.07);
}

.cursus-onderdeel + .cursus-onderdeel {
    margin-top: 1rem;
}

.cursus-onderdeel-kop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid #eadfd4;
}

.cursus-onderdeel h2 {
    margin: 0;
    color: #234f5a;
    font-size: 1.4rem;
}

.cursus-niveau {
    flex: 0 0 auto;
    padding: 0.2rem 0.55rem;
    color: #ffffff;
    background-color: #2d7896;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.cursus-onderdeel-inhoud > p:first-child strong,
.cursus-meta strong {
    color: #234f5a;
}

.cursus-waarschuwing {
    padding: 0.75rem 1rem;
    color: #7a332b;
    background-color: #fff0ed;
    border-left: 4px solid #c85f52;
    border-radius: 5px;
}

.cursus-acties {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.terug-knop {
    border-color: #24758b;
    color: #24758b;
}

.terug-knop:hover,
.terug-knop:focus {
    color: #ffffff;
    background-color: #24758b;
    border-color: #24758b;
}

@media (max-width: 991.98px) {
    .cursus-illustratie {
        min-height: 0;
        padding: 0.5rem;
    }

    .cursus-illustratie img {
        max-width: 180px;
        max-height: 180px;
    }

    .cursus-placeholder {
        width: 180px;
        min-height: 150px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .cursus-titel {
        padding: 1rem;
    }

    .cursus-titel h1 {
        font-size: 1.7rem;
    }

    .cursus-intro {
        padding: 0.75rem;
    }

    .cursus-illustratie img {
        max-width: 145px;
        max-height: 145px;
    }

    .cursus-placeholder {
        width: 145px;
        min-height: 120px;
    }

    .cursus-snelinfo {
        padding: 0.75rem 0.25rem 0.25rem;
    }

    .cursus-onderdeel {
        padding: 1rem;
    }

    .cursus-onderdeel-kop {
        display: block;
    }

    .cursus-niveau {
        display: inline-block;
        margin-top: 0.5rem;
    }

    .cursus-acties .btn {
        width: 100%;
    }
}

/* =========================================================
   21. PAGINAFAMILIES EN INTERNE COMPONENTENGIDS
   Definitieve aanvulling v2.0
   ========================================================= */

.pagina-bewegen .cursus-titel {
    border-left-color: #6c9b72;
}

.pagina-bewegen .cursus-label {
    background-color: #6c9b72;
}

.pagina-bewegen .cursus-intro {
    background-color: #f0f6ef;
    border-color: #c6d9c4;
}

.pagina-bewegen .cursus-placeholder {
    color: #4d6c52;
    border-color: #91b394;
}

.pagina-bewegen .cursus-placeholder span {
    color: #4d6c52;
}

.pagina-bewegen .cursus-illustratie {
    min-height: 19rem;
}

.pagina-bewegen .cursus-illustratie img {
    max-height: 19rem;
}

.pagina-informatie .cursus-titel {
    border-left-color: #70828c;
}

.pagina-informatie .cursus-label {
    background-color: #70828c;
}

.pagina-informatie .cursus-intro {
    background-color: #f1f4f5;
    border-color: #ccd5d9;
}

.informatie-afbeelding {
    margin: 1.25rem 0 1.75rem;
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid #d9d0c7;
    border-radius: 7px;
    text-align: center;
}

.informatie-afbeelding img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.componenten-melding {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    background-color: #fff4cf;
    border-left: 5px solid #c85f52;
    border-radius: 7px;
}

.componenten-sectie {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background-color: #ffffff;
    border: 1px solid #d9d0c7;
    border-radius: 7px;
}

.componenten-sectie h2 {
    margin-top: 0;
}

.componenten-code {
    overflow-x: auto;
    padding: 1rem;
    color: #233238;
    background-color: #f1f4f5;
    border: 1px solid #ccd5d9;
    border-radius: 6px;
    white-space: pre;
}

.kleurenrij {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.kleurstaal {
    min-height: 7rem;
    padding: 0.85rem;
    border: 1px solid #d9d0c7;
    border-radius: 7px;
}

.kleurstaal strong,
.kleurstaal span {
    display: block;
}

.kleur-turquoise { background-color: #93d5d3; }
.kleur-rood { color: #ffffff; background-color: #c85f52; }
.kleur-beige { background-color: #efe6da; }
.kleur-creme { background-color: #f7f3ee; }

.onderhoud-checklist {
    padding-left: 1.25rem;
}

.onderhoud-checklist li + li {
    margin-top: 0.45rem;
}

@media (max-width: 767.98px) {
    .pagina-bewegen .cursus-illustratie {
        min-height: 0;
    }

    .kleurenrij {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .kleurenrij {
        grid-template-columns: 1fr;
    }
}
