@font-face {
  font-display: swap;
}
img { loading: lazy; }
.acties-balk a,
.acties-balk a:visited,
.acties-balk a:hover {
  color: #ffffff !important;
}
.nf-form-content .submit-wrap input.nf-element {
    background: #DD0000 !important;
    color: #ffffff !important;
}
.nf-form-content .submit-wrap input.nf-element:hover {
    background: #C0392B !important;
    color: #000000 !important;
}
/*================================================
   VV NIEUWERKERK – NAVIGATIE CSS
   Gebaseerd op Blocksy ct-header structuur

   Plak in: Weergave › Customizer › Extra CSS
   ================================================ */


/* ── HEADER ACHTERGROND ── */

.ct-header,
.ct-header .ct-sticky-container,
.ct-header [data-sticky],
.ct-header [data-row] {
  background: #1a1a1a !important;
}

.ct-header .ct-container {
  background: transparent !important;
}

/* Sticky header schaduw */
.ct-header.is-sticky .ct-sticky-container,
.ct-header [data-sticky].is-sticky {
  box-shadow: 0 2px 16px rgba(0,0,0,.4) !important;
}


/* ── LOGO ── */

.ct-header .site-logo img,
.ct-header .ct-logo img {
  max-height: 52px !important;
  width: auto !important;
}


/* ── PRIMAIRE MENU ITEMS – TOP NIVEAU ── */

.ct-header [data-items="primary"] .menu > li > a,
.ct-header [data-id="menu"] .menu > li > a,
header.ct-header nav > ul > li > a,
.ct-header .ct-menu > li > a,
.ct-header ul.menu > li > a {
  color: #ffffff !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 8px 14px !important;
  border-radius: 2px !important;
  transition: background .15s, color .15s !important;
  display: block !important;
}

/* Hover */

.ct-header [data-items="primary"] .menu > li > a:hover,
.ct-header [data-id="menu"] .menu > li > a:hover,
header.ct-header nav > ul > li > a:hover,
.ct-header .ct-menu > li > a:hover,
.ct-header ul.menu > li > a:hover {
  color: #ffffff !important;
  background: #C0392B !important;
}

/* Actief / huidig item */
.ct-header [data-items="primary"] .menu > li.current-menu-item > a,
.ct-header [data-items="primary"] .menu > li.current-menu-ancestor > a,
.ct-header [data-items="primary"] .menu > li.current-menu-parent > a,
.ct-header ul.menu > li.current-menu-item > a,
.ct-header ul.menu > li.current-menu-ancestor > a {
  color: #ffffff !important;
  background: #DD0000 !important;
}


/* ── CTA KNOP: Word lid ── */

.ct-header .menu > li.menu-item-word-lid > a,
.ct-header ul.menu > li.menu-item-word-lid > a {
  background: #DD0000 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  padding: 8px 18px !important;
  border-radius: 2px !important;
}

.ct-header .menu > li.menu-item-word-lid > a:hover,
.ct-header ul.menu > li.menu-item-word-lid > a:hover {
  background: #DD0000 !important;
}


/* ── DROPDOWN SUBMENU ── */

.ct-header .menu ul,
.ct-header [data-items="primary"] .menu li ul,
.ct-header ul.menu li ul {
  background: #1a1a1a !important;
  border: none !important;
  border-top: 3px solid #DD0000 !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.45) !important;
  min-width: 220px !important;
  padding: 4px 0 !important;
}

/* Dropdown links */
.ct-header .menu ul li a,
.ct-header [data-items="primary"] .menu li ul li a,
.ct-header ul.menu li ul li a {
  color: rgba(255,255,255,.8) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 10px 18px !important;
  display: block !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
  transition: background .12s, padding-left .12s !important;
}

.ct-header .menu ul li:last-child > a,
.ct-header ul.menu li ul li:last-child > a {
  border-bottom: none !important;
}

/* Dropdown hover */
.ct-header .menu ul li a:hover,
.ct-header [data-items="primary"] .menu li ul li a:hover,
.ct-header ul.menu li ul li a:hover {
  color: #ffffff !important;
  background: #DD0000 !important;
/*  padding-left: 22px !important; */
}

/* Dropdown actief item */
.ct-header .menu ul li.current-menu-item > a,
.ct-header ul.menu li ul li.current-menu-item > a {
  color: #DD0000 !important;
  background: rgba(192,57,43,.1) !important;
}

/* Dropdown pijltje kleur */
.ct-header .menu .ct-open-submenu,
.ct-header [data-items="primary"] .menu .ct-open-submenu {
  color: rgba(255,255,255,.5) !important;
  border-color: rgba(255,255,255,.25) !important;
}

.ct-header .menu li:hover > .ct-open-submenu,
.ct-header .menu li:focus-within > .ct-open-submenu {
  color: #DD0000 !important;
  border-color: #C0392B !important;
}

/* Dropdown pijl SVG */
.ct-header .menu .ct-open-submenu svg,
.ct-header [data-items="primary"] .menu .ct-open-submenu svg {
  fill: rgba(255,255,255,.5) !important;
  stroke: rgba(255,255,255,.5) !important;
}

.ct-header .menu li:hover > a > .ct-open-submenu svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}


/* ── MOBIEL HAMBURGER ── */

.ct-header .ct-toggle-dropdown-menu,
.ct-header [data-id="trigger"] button,
.ct-header .ct-menu-toggle {
  color: #ffffff !important;
  background: transparent !important;
  border: 1.5px solid rgba(255,255,255,.3) !important;
  border-radius: 2px !important;
  padding: 6px 10px !important;
  transition: border-color .15s, background .15s !important;
}

.ct-header .ct-toggle-dropdown-menu:hover,
.ct-header [data-id="trigger"] button:hover {
  border-color: #DD0000 !important;
  background: #DD0000 !important;
}

/* Hamburger strepen */
.ct-header .ct-toggle-dropdown-menu span,
.ct-header [data-id="trigger"] span {
  background: #ffffff !important;
}


/* ── MOBIEL MENU UITGEVOUWEN ── */

.ct-header .ct-panel-inner,
.ct-header [data-behaviour="drop-down"] .menu,
.ct-drawer-canvas,
.ct-header .ct-overlay-menu-dropdown {
  background: #1a1a1a !important;
  border-top: 3px solid #DD0000 !important;
}

/* Mobiele links */
.ct-header .ct-panel-inner .menu li a,
.ct-drawer-canvas .menu li a,
.ct-header .ct-overlay-menu-dropdown .menu li a,
.ct-header [data-behaviour="drop-down"] .menu li a {
  color: rgba(255,255,255,.85) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 12px 20px !important;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
  text-decoration: none !important;
  display: block !important;
}

.ct-header .ct-panel-inner .menu li a:hover,
.ct-drawer-canvas .menu li a:hover {
  color: #ffffff !important;
  background: #DD0000 !important;
}

/* Mobiel submenu inspringing */
.ct-header .ct-panel-inner .menu ul li a,
.ct-drawer-canvas .menu ul li a {
  padding-left: 36px !important;
  font-size: 13px !important;
  color: rgba(255,255,255,.6) !important;
  font-weight: 400 !important;
}

.ct-header .ct-panel-inner .menu ul ul li a,
.ct-drawer-canvas .menu ul ul li a {
  padding-left: 52px !important;
  font-size: 12px !important;
}


/* ── HEADER RODE ONDERLIJN ── */

.ct-header [data-row="bottom"],
.ct-header [data-sticky]:last-child {
  border-bottom: 3px solid #C0392B !important;
}
/* ================================================
   VV NIEUWERKERK  AUTOMATISCHE BERICHT HERO
   Voeg toe via: Weergave > Customizer > Extra CSS

   Werkt automatisch op alle berichten.
   Geen aanpassingen per bericht nodig.
   Blocksy Classic editor.
   ================================================ */


/* -- 1. ZWARTE ACHTERGROND OP DE BERICHT-HEADER -- */

.single-post .entry-header,
.single-post .page-header,
.single-post .ct-blog-post-header {
  background: #1a1a1a !important;
  border-bottom: 3px solid #DD0000 !important;
  padding: 32px 28px !important;
  margin-bottom: 0 !important;
	margin-top: 0 !important;
}


/* -- 2. TITELS EN TEKST WIT -- */

.single-post .entry-header h1,
.single-post .entry-header .entry-title,
.single-post .page-header h1,
.single-post .ct-blog-post-header h1 {
  color: #ffffff !important;
  font-size: clamp(22px, 3.8vw, 38px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  margin-bottom: 0 !important;
}


/* -- 3. CATEGORIE-BADGE -- */

.single-post .entry-header .cat-links a,
.single-post .entry-header .cats a,
.single-post .ct-blog-post-header .cats a,
.single-post .entry-header .entry-categories a {
  background: #DD0000 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  padding: 4px 12px !important;
  border-radius: 2px !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin-bottom: 10px !important;
  transition: background .15s !important;
}

.single-post .entry-header .cat-links a:hover,
.single-post .entry-header .cats a:hover,
.single-post .ct-blog-post-header .cats a:hover {
  background: #96281B !important;
}


/* -- 4. DATUM EN META -- */

.single-post .entry-header .posted-on,
.single-post .entry-header .entry-date,
.single-post .entry-header time,
.single-post .ct-blog-post-header time,
.single-post .entry-header .entry-meta,
.single-post .entry-header .meta-item {
  color: rgba(255,255,255,.45) !important;
  font-size: 12px !important;
}

.single-post .entry-header .posted-on a,
.single-post .entry-header .entry-date a,
.single-post .entry-header time a {
  color: rgba(255,255,255,.45) !important;
  text-decoration: none !important;
}


/* -- 5. AUTEUR -- */

.single-post .entry-header .author,
.single-post .entry-header .byline,
.single-post .entry-header .entry-author,
.single-post .ct-blog-post-header .entry-author {
  color: rgba(255,255,255,.55) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

/* -- Auteursnaam rood in bericht hero -- */
.single-post .entry-header .meta-author a,
.single-post .entry-header .ct-meta-element-author,
.single-post .entry-header .byline a {
  color: #DD0000 !important;
}

.single-post .entry-header .author a,
.single-post .entry-header .byline a,
.single-post .entry-header .entry-author a {
  color: rgba(255,255,255,.55) !important;
  text-decoration: none !important;
}

.single-post .entry-header .author a:hover,
.single-post .entry-header .byline a:hover {
  color: #DD0000 !important;
}


/* -- 6. META-SCHEIDSLIJN -- */

.single-post .entry-header .entry-meta,
.single-post .ct-blog-post-header .entry-meta {
  border-top: 1px solid rgba(255,255,255,.1) !important;
  margin-top: 14px !important;
  padding-top: 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}


/* -- 7. BROODKRUIMEL (als Blocksy breadcrumb actief is) -- */

.single-post .ct-breadcrumbs,
.single-post .breadcrumbs {
  background: #1a1a1a !important;
  padding: 10px 0 0 !important;
  margin: 0 !important;
}

.single-post .ct-breadcrumbs a,
.single-post .breadcrumbs a {
  color: rgba(255,255,255,.4) !important;
  font-size: 12px !important;
  text-decoration: none !important;
}

.single-post .ct-breadcrumbs a:hover,
.single-post .breadcrumbs a:hover {
  color: #DD0000!important;
}

.single-post .ct-breadcrumbs .ct-breadcrumb-item:last-child,
.single-post .breadcrumbs .breadcrumb_last {
  color: #DD0000 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
}

.single-post .ct-breadcrumbs .ct-breadcrumb-separator,
.single-post .breadcrumbs .sep {
  color: rgba(255,255,255,.2) !important;
}


/* -- 8. CATEGORIE-KLEUREN PER CATEGORIE --
   Blocksy voegt automatisch een class toe
   aan de body: category-{slug}
   Gebruik dit voor kleuraccenten per categorie.   */

/* Wedstrijdverslagen ? rood (standaard, geen aanpassing nodig) */

/* Clubnieuws ? groen */
.category-clubnieuws .single-post .entry-header .cat-links a,
.category-clubnieuws .single-post .entry-header .cats a {
  background: #1E8449 !important;
}

/* Jeugd ? blauw */
.category-jeugd .single-post .entry-header .cat-links a,
.category-jeugd .single-post .entry-header .cats a {
  background: #2471A3 !important;
}

/* Toernooien ? rood (standaard) */

/* Sponsoring ? paars */
.category-sponsors .single-post .entry-header .cat-links a,
.category-sponsor .single-post .entry-header .cats a {
  background: #7D3C98 !important;
}

/* Vacaturebank ? donkergrijs */
.category-vacaturebank .single-post .entry-header .cat-links a,
.category-vacaturebank .single-post .entry-header .cats a {
  background: #2C3E50 !important;
}


/* -- 9. ZORG DAT DE INHOUD DIRECT AANSLUIT -- */

.single-post .entry-content,
.single-post .post-content {
  padding-top: 40px !important;
}
/* ================================================
   VV NIEUWERKERK – GECOMBINEERDE STYLESHEET
   Weergave › Customizer › Extra CSS
   
   Bevat stijlen voor:
   - Historie pagina
   - Vacaturebank hero
   - Bestuur & commissies blok
   - Organisatie pagina
   - Sponsoring pagina
   - Fotogalerij hero
   - Sponsor carrousel
   - Lidmaatschap pagina
   ================================================ */


/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; }


/* ── VARIABELEN ── */
:root {
  --rood: #DD0000;
  --rood-donker: #C0392B;
  --rood-licht: #FADBD8;
  --rood-zacht: #FEF5F4;
  --zwart: #1a1a1a;
  --grijs-donker: #555;
  --grijs-mid: #888;
  --grijs: #f5f5f5;
  --grijs-rand: #e2e2e2;
  --wit: #ffffff;
  --goud: #B7860B;
  --goud-licht: #FDF6E3;
  --max: 1100px;
  --font: 'Lato', sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
}

/* ── BASISSTIJLEN ── */
body { font-family: 'Lato', sans-serif; }
a { color: var(--rood); font-weight: 700; text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }


/* ══════════════════════════════════════════
   HISTORIE PAGINA
══════════════════════════════════════════ */
body { font-family: var(--font); color: var(--zwart); background: var(--wit); font-size: 16px; line-height: 1.75; }
  a { color: var(--rood); font-weight: 700; text-decoration: none; }
  a:hover { text-decoration: underline; }
  .wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
  .clubinfo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
  .clubinfo-item { background: var(--wit); border: 1px solid var(--grijs-rand); border-top: 3px solid var(--rood); border-radius: 4px; padding: 18px 20px; }
  .clubinfo-item dt { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--grijs-mid); margin-bottom: 4px; }
  .clubinfo-item dd { font-size: 15px; font-weight: 700; color: var(--zwart); line-height: 1.4; }
  .clubinfo-item dd a { color: var(--rood); }
  .kleuren-rij { display: flex; align-items: center; gap: 8px; margin-top: 4px; }
  .kleur-bol { width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--grijs-rand); }

  /* ── TIJDLIJN ── */
  .tijdlijn { position: relative; padding: 0 0 8px; }
  .tijdlijn::before { content: ''; position: absolute; left: 120px; top: 0; bottom: 0; width: 2px; background: var(--grijs-rand); }

  .tl-item { display: flex; gap: 0; margin-bottom: 0; position: relative; }
  .tl-item:last-child .tl-content { border-bottom: none; }

  .tl-jaar-wrap { width: 120px; flex-shrink: 0; padding: 28px 24px 28px 0; text-align: right; }
  .tl-jaar { font-size: 18px; font-weight: 900; color: var(--rood); line-height: 1; }
  .tl-jaar-sub { font-size: 11px; color: var(--grijs-mid); margin-top: 2px; }

  .tl-dot-wrap { width: 0; flex-shrink: 0; position: relative; }
  .tl-dot { position: absolute; left: -7px; top: 34px; width: 14px; height: 14px; border-radius: 50%; background: var(--rood); border: 2px solid var(--wit); box-shadow: 0 0 0 2px var(--rood); flex-shrink: 0; z-index: 1; }
  .tl-dot.groot { width: 20px; height: 20px; left: -10px; top: 31px; background: var(--zwart); box-shadow: 0 0 0 3px var(--rood); }

  .tl-content { flex: 1; padding: 24px 0 24px 32px; border-bottom: 1px solid var(--grijs-rand); }
  .tl-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 2px 10px; border-radius: 2px; margin-bottom: 8px; }
  .tl-tag.sport { background: var(--rood-licht); color: var(--rood-donker); }
  .tl-tag.accommodatie { background: #E8F4FD; color: #1A5276; }
  .tl-tag.club { background: #E9F7EF; color: #1D6A3E; }
  .tl-tag.jubileum { background: #FDF6E3; color: #876A10; }
  .tl-tag.mensen { background: #F5EEF8; color: #6C3483; }
  .tl-content h3 { font-size: 17px; font-weight: 900; color: var(--zwart); margin-bottom: 8px; line-height: 1.3; }
  .tl-content p { font-size: 14px; color: var(--grijs-donker); line-height: 1.7; }
  .tl-content p + p { margin-top: 8px; }
  .tl-hoogtepunt { background: var(--rood-zacht); border-left: 3px solid var(--rood); padding: 10px 14px; margin-top: 10px; font-size: 13px; color: var(--zwart); font-weight: 700; border-radius: 0 2px 2px 0; }

  /* ── TENUE SECTIE ── */
  .tenue-blok { display: flex; align-items: center; gap: 32px; padding: 24px; background: var(--wit); border: 1px solid var(--grijs-rand); border-radius: 4px; }
  .tenue-kleuren { display: flex; gap: 10px; }
  .tenue-kleur { display: flex; flex-direction: column; align-items: center; gap: 6px; }
  .tenue-kleur-bal { width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--grijs-rand); }
  .tenue-kleur span { font-size: 11px; color: var(--grijs-mid); font-weight: 700; text-transform: uppercase; }
  .tenue-tekst h3 { font-size: 15px; font-weight: 900; color: var(--zwart); margin-bottom: 4px; }
  .tenue-tekst p { font-size: 13px; color: var(--grijs-donker); }

  /* ── FOTO'S ── */
  .tl-foto { display: block; width: 100%; max-width: 520px; border-radius: 4px; margin-top: 14px; border: 1px solid var(--grijs-rand); }
  .tl-foto-caption { font-size: 12px; color: var(--grijs-mid); margin-top: 5px; font-style: italic; line-height: 1.4; }

  /* ── STATUTEN BALK ── */
  .statuten-balk { background: var(--zwart); padding: 28px 24px; }
  .statuten-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
  .statuten-tekst h3 { font-size: 17px; font-weight: 900; color: var(--wit); margin-bottom: 2px; }
  .statuten-tekst p { font-size: 13px; color: rgba(255,255,255,.55); }
  .statuten-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--rood); color: var(--wit); font-size: 13px; font-weight: 700; padding: 11px 22px; border-radius: 2px; text-decoration: none; transition: background .2s; white-space: nowrap; }
  .statuten-btn:hover { background: var(--rood-donker); text-decoration: none; }
  .statuten-btn svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ══════════════════════════════════════════
   VACATUREBANK HERO
══════════════════════════════════════════ */
body { font-family: var(--font); background: var(--wit); color: var(--zwart); font-size: 16px; line-height: 1.7; }
  a { color: var(--rood); font-weight: 700; text-decoration: none; }
  a:hover { text-decoration: underline; }

  /* ══════════════════════════════
     HERO
  ══════════════════════════════ */
  .hero {
    background: var(--zwart);
    padding: 56px 24px 0;
    overflow: hidden;
  }
  .hero-inner {
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 48px;
    align-items: end;
  }

  /* Linkerkolom */
  .hero-tekst { padding-bottom: 56px; }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--rood); color: var(--wit);
    font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    padding: 5px 14px; border-radius: 2px; margin-bottom: 20px;
  }
  .hero-badge-dot {
    width: 7px; height: 7px; background: var(--wit);
    border-radius: 50%; animation: pulse 1.8s infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .5; transform: scale(.7); }
  }

  .hero h1 {
    font-size: clamp(28px, 4.5vw, 52px);
    font-weight: 900; color: var(--wit); line-height: 1.1; margin-bottom: 16px;
  }
  .hero h1 em { color: var(--rood); font-style: normal; }
  .hero-sub {
    font-size: 17px; color: rgba(255,255,255,.6);
    max-width: 520px; line-height: 1.65; margin-bottom: 32px;
  }

  .hero-knoppen { display: flex; gap: 12px; flex-wrap: wrap; }
  .btn-rood {
    display: inline-block; background: var(--rood); color: var(--wit);
    font-size: 14px; font-weight: 700; padding: 13px 28px; border-radius: 2px;
    text-decoration: none; transition: background .2s;
  }
  .btn-rood:hover { background: var(--rood-donker); text-decoration: none; }
  .btn-omlijnd {
    display: inline-block; background: transparent;
    border: 1.5px solid rgba(255,255,255,.3); color: rgba(255,255,255,.85);
    font-size: 14px; font-weight: 700; padding: 12px 24px; border-radius: 2px;
    text-decoration: none; transition: border-color .2s;
  }
  .btn-omlijnd:hover { border-color: rgba(255,255,255,.65); text-decoration: none; }

  /* Rechterkolom: open vacatures kaart */
  .vacature-kaart {
    background: var(--wit);
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    align-self: end;
  }
  .vk-header {
    background: var(--rood);
    padding: 14px 20px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .vk-header-titel {
    font-size: 12px; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: var(--wit);
  }
  .vk-teller {
    background: rgba(255,255,255,.25); color: var(--wit);
    font-size: 12px; font-weight: 900; padding: 2px 10px; border-radius: 10px;
  }

  .vk-item {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--grijs-rand);
    text-decoration: none;
    transition: background .15s;
  }
  .vk-item:last-of-type { border-bottom: none; }
  .vk-item:hover { background: var(--rood-zacht); }
  .vk-icoon {
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--rood-zacht); flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
  }
  .vk-icoon svg { width: 18px; height: 18px; }
  .vk-body { flex: 1; min-width: 0; }
  .vk-functie {
    font-size: 14px; font-weight: 700; color: var(--zwart);
    line-height: 1.3; margin-bottom: 1px;
  }
  .vk-type {
    font-size: 12px; color: var(--grijs-mid);
  }
  .vk-nieuw {
    flex-shrink: 0;
    background: var(--rood-licht); color: var(--rood-donker);
    font-size: 10px; font-weight: 700; letter-spacing: .06em;
    text-transform: uppercase; padding: 3px 8px; border-radius: 2px;
  }
  .vk-footer {
    padding: 12px 20px;
    background: var(--grijs);
    border-top: 1px solid var(--grijs-rand);
    text-align: center;
  }
  .vk-footer a {
    font-size: 13px; font-weight: 700; color: var(--rood);
  }

  /* ══════════════════════════════
     VOORDELEN BALK
  ══════════════════════════════ */
  .voordelen-balk {
    background: var(--rood);
    padding: 0;
  }
  .voordelen-inner {
    max-width: var(--max); margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr);
  }
  .voordeel-item {
    padding: 20px 20px;
    border-right: 1px solid rgba(255,255,255,.15);
    display: flex; align-items: flex-start; gap: 12px;
  }
  .voordeel-item:last-child { border-right: none; }
  .voordeel-icoon-sm {
    width: 28px; height: 28px; flex-shrink: 0; margin-top: 1px;
    opacity: .85;
  }
  .voordeel-tekst strong {
    display: block; font-size: 13px; font-weight: 700;
    color: var(--wit); margin-bottom: 1px;
  }
  .voordeel-tekst span { font-size: 12px; color: rgba(255,255,255,.65); line-height: 1.4; }

  /* ══════════════════════════════
     RESPONSIVE
  ══════════════════════════════ */
  @media (max-width: 860px) {
    .hero-inner { grid-template-columns: 1fr; gap: 32px; }
    .hero-tekst { padding-bottom: 0; }
    .vacature-kaart { border-radius: 4px; }
    .voordelen-inner { grid-template-columns: 1fr 1fr; }
    .voordeel-item:nth-child(2) { border-right: none; }
    .voordeel-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,.15); }
    .voordeel-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); border-right: none; }
  }
  @media (max-width: 480px) {
    .voordelen-inner { grid-template-columns: 1fr; }
    .voordeel-item { border-right: none !important; border-top: 1px solid rgba(255,255,255,.15) !important; }
    .voordeel-item:first-child { border-top: none !important; }
    .hero-knoppen { flex-direction: column; }
    .btn-rood, .btn-omlijnd { text-align: center; }
  }


/* ══════════════════════════════════════════
   BESTUUR & COMMISSIES BLOK
══════════════════════════════════════════ */
body { font-family: var(--font); background: var(--wit); color: var(--zwart); font-size: 16px; }
  a { color: var(--rood); font-weight: 700; text-decoration: none; }
  a:hover { text-decoration: underline; }
  .wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

  /* ── SECTIE WRAPPER ── */
  .org-sectie { padding: 44px 0; border-bottom: 1px solid var(--grijs-rand); }
  .org-sectie:last-child { border-bottom: none; }
  .org-sectie-grijs { background: var(--grijs); }

  .sectie-label {
    font-size: 11px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; color: var(--rood); margin-bottom: 8px;
  }
  .sectie-h2 {
    font-size: 28px; font-weight: 900; color: var(--zwart);
    margin-bottom: 32px; line-height: 1.2;
  }
  .sectie-h2 em { color: var(--rood); font-style: normal; }

  /* ── GROEPSTABEL ── */
  .groep { margin-bottom: 40px; }
  .groep:last-child { margin-bottom: 0; }

  .groep-header {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 0;
    background: var(--zwart);
    padding: 13px 18px;
    border-radius: 4px 4px 0 0;
  }
  .groep-dot { width: 10px; height: 10px; background: var(--rood); border-radius: 50%; flex-shrink: 0; }
  .groep-header h3 { font-size: 13px; font-weight: 700; color: var(--wit); letter-spacing: .06em; text-transform: uppercase; }
  .groep-header .groep-noot {
    margin-left: auto; font-size: 11px; color: rgba(255,255,255,.5);
    font-weight: 400; font-style: italic; text-transform: none; letter-spacing: 0;
  }

  .groep-tabel {
    width: 100%; border-collapse: collapse;
    background: var(--wit);
    border: 1px solid var(--grijs-rand);
    border-top: none;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    font-size: 14px;
  }
  .groep-tabel tr { border-bottom: 1px solid var(--grijs-rand); transition: background .15s; }
  .groep-tabel tr:last-child { border-bottom: none; }
  .groep-tabel tr:hover { background: var(--rood-zacht); }
  .groep-tabel td { padding: 12px 18px; vertical-align: middle; }

  /* kolom 1: functie */
  .td-functie { width: 38%; color: var(--zwart); font-weight: 700; line-height: 1.4; }
  /* kolom 2: naam */
  .td-naam { width: 28%; color: var(--zwart); }
  .vacature { color: var(--grijs-mid); font-style: italic; font-weight: 400; }
  /* kolom 3: telefoon */
  .td-tel { width: 18%; }
  .td-tel a { color: var(--grijs-donker); font-weight: 400; font-size: 13px; white-space: nowrap; }
  .td-tel a:hover { color: var(--rood); text-decoration: underline; }
  /* kolom 4: e-mail */
  .td-email { width: 16%; text-align: right; }
  .email-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--rood-zacht); color: var(--rood);
    border: 1px solid var(--rood-licht); border-radius: 2px;
    font-size: 12px; font-weight: 700; padding: 5px 12px;
    text-decoration: none; transition: background .15s;
  }
  .email-btn:hover { background: var(--rood-licht); text-decoration: none; }
  .email-btn svg { width: 12px; height: 12px; flex-shrink: 0; }
  .td-email.leeg { color: var(--grijs-mid); font-size: 12px; text-align: right; }

/* -- BESTUUR TABEL MOBIEL FIX -- */
@media (max-width: 640px) {

  .groep-tabel {
    display: block;
    width: 100%;
  }

  .groep-tabel thead {
    display: none;
  }

  .groep-tabel tbody,
  .groep-tabel tr {
    display: block;
    width: 100%;
  }

  .groep-tabel tr {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e2e2;
  }

  .groep-tabel td {
    display: block;
    width: 100% !important;
    padding: 2px 0;
    border: none !important;
    white-space: normal !important;
    word-break: normal !important;
  }

  .groep-tabel td.td-functie {
    font-size: 11px;
    color: #888;
    font-weight: 400;
    margin-bottom: 2px;
  }

  .groep-tabel td.td-naam {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .groep-tabel td.td-tel a {
    font-size: 13px;
  }

  .groep-tabel td.td-email {
    text-align: left !important;
    margin-top: 6px;
  }

}
  /* mobiel */
  /*@media (max-width: 700px) {
    .groep-tabel { font-size: 13px; }
    .groep-tabel td { padding: 10px 12px; }
    .td-functie { width: auto; display: block; }
    .td-tel { display: none; }
    .groep-tabel tr { display: grid; grid-template-columns: 1fr auto; }
    .td-functie, .td-naam { grid-column: 1; }
    .td-email { grid-column: 2; grid-row: 1 / 3; display: flex; align-items: center; }
  }*/


/* ══════════════════════════════════════════
   ORGANISATIE PAGINA
══════════════════════════════════════════ */
body { font-family: var(--font); color: var(--zwart); background: var(--wit); font-size: 16px; line-height: 1.7; }

  a { color: var(--rood); text-decoration: none; font-weight: 700; }
  a:hover { text-decoration: underline; }


  /* ── CLUBFEITEN GRID ── */
  .feiten-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 40px;
  }
  .feit-kaart {
    background: var(--wit);
    border: 1px solid var(--grijs-rand);
    border-top: 4px solid var(--rood);
    border-radius: 4px;
    padding: 20px 18px;
  }
  .feit-label {
    font-size: 11px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    color: var(--grijs-mid); margin-bottom: 6px;
  }
  .feit-waarde {
    font-size: 22px; font-weight: 900;
    color: var(--zwart); line-height: 1.2;
  }
  .feit-sub { font-size: 13px; color: var(--grijs-mid); margin-top: 2px; }

  /* kleuren blokje */
  .kleuren-rij { display: flex; gap: 8px; margin-top: 8px; align-items: center; }
  .kleur-bal {
    width: 20px; height: 20px; border-radius: 50%;
    border: 1px solid var(--grijs-rand);
  }
  .kleur-tekst { font-size: 12px; color: var(--grijs-mid); }

  /* ── ACCOMMODATIE ── */
  .accom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .accom-item {
    background: var(--wit);
    border: 1px solid var(--grijs-rand);
    border-radius: 4px;
    padding: 24px 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .accom-icoon {
    width: 44px; height: 44px;
    background: var(--rood-zacht);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .accom-icoon svg { width: 22px; height: 22px; }
  .accom-tekst h3 { font-size: 15px; font-weight: 900; color: var(--zwart); margin-bottom: 4px; }
  .accom-tekst p { font-size: 13px; color: var(--grijs-donker); line-height: 1.5; }

  /* ── BESTUUR sectie ── */
  .bestuur-tabel {
    width: 100%;
    border-collapse: collapse;
    background: var(--wit);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--grijs-rand);
    font-size: 14px;
  }
  .bestuur-tabel thead tr { background: var(--zwart); }
  .bestuur-tabel thead th {
    padding: 13px 18px;
    color: var(--wit); text-align: left;
    font-size: 12px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase;
  }
  .bestuur-tabel tbody tr { border-bottom: 1px solid var(--grijs-rand); transition: background .15s; }
  .bestuur-tabel tbody tr:last-child { border-bottom: none; }
  .bestuur-tabel tbody tr:hover { background: var(--rood-zacht); }
  .bestuur-tabel td { padding: 13px 18px; color: var(--zwart); }
  .bestuur-tabel td:first-child { font-weight: 700; }
  .bestuur-tabel td .rol-badge {
    display: inline-block;
    font-size: 11px; font-weight: 700;
    background: var(--rood-licht); color: var(--rood-donker);
    padding: 2px 10px; border-radius: 10px;
  }
  .bestuur-tabel td a { color: var(--rood); }
  .bestuur-note {
    font-size: 13px; color: var(--grijs-mid);
    margin-top: 14px; font-style: italic;
  }

  /* ── ERELEDEN / LEDEN VAN VERDIENSTEN ── */
  .twee-kolom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .ere-blok {
    background: var(--wit);
    border: 1px solid var(--grijs-rand);
    border-radius: 4px;
    overflow: hidden;
  }
  .ere-header {
    background: var(--zwart);
    padding: 14px 20px;
    display: flex; align-items: center; gap: 10px;
  }
  .ere-header-dot { width: 10px; height: 10px; background: var(--rood); border-radius: 50%; flex-shrink: 0; }
  .ere-header h3 { font-size: 14px; font-weight: 700; color: var(--wit); letter-spacing: .04em; text-transform: uppercase; }
  .ere-header .ere-teller {
    margin-left: auto;
    background: var(--rood);
    color: var(--wit);
    font-size: 11px; font-weight: 700;
    padding: 2px 9px; border-radius: 10px;
  }
  .ere-lijst { padding: 8px 0; }
  .ere-rij {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 20px;
    border-bottom: 1px solid var(--grijs-rand);
    font-size: 14px; color: var(--zwart);
  }
  .ere-rij:last-child { border-bottom: none; }
  .ere-rij.overl { color: var(--grijs-mid); font-style: italic; }
  .ere-avatar {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--grijs); flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700; color: var(--grijs-mid);
  }
  .ere-rij.overl .ere-avatar { background: var(--grijs); color: #bbb; }
  .ere-naam { flex: 1; font-weight: 700; }
  .ere-rij.overl .ere-naam { font-weight: 400; }
  .ere-overl-badge {
    font-size: 10px; color: var(--grijs-mid);
    background: var(--grijs); padding: 1px 7px; border-radius: 8px;
  }

  /* ── COMMISSIES GRID ── */
  .commissie-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .commissie-kaart {
    border: 1px solid var(--grijs-rand);
    border-radius: 4px;
    overflow: hidden;
    background: var(--wit);
  }
  .comm-header {
    background: var(--rood);
    padding: 12px 16px;
  }
  .comm-header h3 { font-size: 13px; font-weight: 900; color: var(--wit); text-transform: uppercase; letter-spacing: .04em; }
  .comm-body { padding: 16px; }
  .comm-body p { font-size: 13px; color: var(--grijs-donker); line-height: 1.5; margin-bottom: 10px; }
  .comm-body p:last-child { margin-bottom: 0; }
  .comm-link {
    display: inline-block; font-size: 12px; font-weight: 700;
    color: var(--rood); margin-top: 6px;
  }

  /* ── CONTACT BLOK ── */
  .contact-balk { background: var(--rood); padding: 30px 18px; }
  .contact-inner {
    max-width: var(--max); margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
  .contact-blok h3 {
    font-size: 12px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    color: rgba(255,255,255,.6); margin-bottom: 10px;
  }
  .contact-blok p { font-size: 15px; color: var(--wit); line-height: 1.6; }
  .contact-blok a { color: rgba(255,255,255,.9); text-decoration: underline; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .feiten-grid { grid-template-columns: repeat(2, 1fr); }
    .accom-grid { grid-template-columns: 1fr 1fr; }
    .twee-kolom { grid-template-columns: 1fr; }
    .commissie-grid { grid-template-columns: 1fr 1fr; }
    .contact-inner { grid-template-columns: 1fr; gap: 24px; }
  }
  @media (max-width: 560px) {
    .feiten-grid { grid-template-columns: 1fr 1fr; }
    .accom-grid { grid-template-columns: 1fr; }
    .commissie-grid { grid-template-columns: 1fr; }
  }


/* ══════════════════════════════════════════
   SPONSORING PAGINA
══════════════════════════════════════════ */
body { font-family: var(--font); color: var(--zwart); background: var(--wit); font-size: 16px; line-height: 1.7; }
  a { color: var(--rood); font-weight: 700; text-decoration: none; }
  a:hover { text-decoration: underline; }
  .wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

  /* voordelen kaarten */
  .voordelen-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  }
  .voordeel-kaart {
    border: 1px solid var(--grijs-rand); border-radius: 4px;
    padding: 14px 20px; background: var(--wit);
    transition: box-shadow .2s, transform .2s;
  }
  .voordeel-kaart:hover { box-shadow: 0 4px 20px rgba(0,0,0,.07); transform: translateY(-2px); }
  .voordeel-icoon {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--rood-zacht); margin-bottom: 14px;
    display: flex; align-items: center; justify-content: center;
  }
  .voordeel-icoon svg { width: 24px; height: 24px; }
  .voordeel-kaart h3 { font-size: 16px; font-weight: 900; color: var(--zwart); margin-bottom: 8px; }
  .voordeel-kaart p { font-size: 14px; color: var(--grijs-donker); line-height: 1.6; }

  /* ── SPONSORPAKKETTEN ── */
  .pakketten-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  }
  .pakket-kaart {
    border: 1px solid var(--grijs-rand); border-radius: 4px;
    overflow: hidden; background: var(--wit);
    display: flex; flex-direction: column;
    transition: box-shadow .2s;
  }
  .pakket-kaart:hover { box-shadow: 0 6px 28px rgba(0,0,0,.1); }
  .pakket-kaart.uitgelicht {
    border: 2px solid var(--rood);
    position: relative;
  }
  .pakket-populair {
    position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
    background: var(--rood); color: var(--wit);
    font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    padding: 4px 16px; border-radius: 0 0 4px 4px;
    white-space: nowrap;
  }
  .pakket-header { padding: 28px 24px 20px; }
  .pakket-niveau {
    display: inline-block; font-size: 10px; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 3px 10px; border-radius: 2px; margin-bottom: 10px;
  }
  .pakket-niveau.brons { background: #F5EFE6; color: #8B5E3C; }
  .pakket-niveau.zilver { background: #F0F0F0; color: #666; }
  .pakket-niveau.goud { background: var(--goud-licht); color: var(--goud); }
  .pakket-kaart h3 { font-size: 22px; font-weight: 900; color: var(--zwart); margin-bottom: 4px; }
  .pakket-prijs { font-size: 13px; color: var(--grijs-mid); margin-bottom: 0; }
  .pakket-prijs strong { font-size: 28px; font-weight: 900; color: var(--rood); }
  .pakket-prijs span { font-size: 13px; font-weight: 400; color: var(--grijs-mid); }
  .pakket-inhoud { padding: 0 24px 24px; flex: 1; display: flex; flex-direction: column; }
  .pakket-divider { border: none; border-top: 1px solid var(--grijs-rand); margin: 0 0 18px; }
  .pakket-features { list-style: none; margin-bottom: 24px; flex: 1; }
  .pakket-features li {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 7px 0; border-bottom: 1px solid var(--grijs-rand);
    font-size: 13px; color: var(--zwart);
  }
  .pakket-features li:last-child { border-bottom: none; }
  .pakket-features .check {
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--rood); flex-shrink: 0; margin-top: 1px;
    display: flex; align-items: center; justify-content: center;
  }
  .pakket-features .check::after {
    content: ''; width: 4px; height: 8px;
    border-right: 2px solid #fff; border-bottom: 2px solid #fff;
    transform: rotate(45deg) translate(-1px, -1px);
  }
  .pakket-features .kruis {
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--grijs-rand); flex-shrink: 0; margin-top: 1px;
    display: flex; align-items: center; justify-content: center;
  }
  .pakket-features .kruis::after {
    content: '×'; font-size: 13px; color: var(--grijs-mid); line-height: 1;
  }
  .pakket-features li.dim { color: var(--grijs-mid); }
  .pakket-btn {
    display: block; text-align: center;
    background: var(--rood); color: var(--wit);
    font-size: 14px; font-weight: 700; text-decoration: none;
    padding: 12px; border-radius: 2px; transition: background .2s;
  }
  .pakket-btn:hover { background: var(--rood-donker); text-decoration: none; }
  .pakket-btn.outline {
    background: transparent; color: var(--rood);
    border: 2px solid var(--rood);
  }
  .pakket-btn.outline:hover { background: var(--rood); color: var(--wit); }
  .pakket-noot {
    font-size: 13px; color: var(--grijs-mid);
    margin-top: 16px; text-align: center;
  }

  /* ── BEREIK SECTIE ── */
  .bereik-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
  }
  .bereik-tekst h2 { margin-bottom: 16px; }
  .bereik-tekst p { font-size: 15px; color: var(--grijs-donker); margin-bottom: 14px; line-height: 1.7; }
  .bereik-tekst p:last-child { margin-bottom: 0; }
  .bereik-stats {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  }
  .bstat {
    background: var(--wit); border: 1px solid var(--grijs-rand);
    border-top: 4px solid var(--rood); border-radius: 4px;
    padding: 20px 16px;
  }
  .bstat-num { font-size: 32px; font-weight: 900; color: var(--rood); line-height: 1; margin-bottom: 4px; }
  .bstat-label { font-size: 13px; color: var(--grijs-donker); line-height: 1.4; }

  /* ── QUOTE BALK ── */
  .quote-balk {
    background: var(--zwart);
    padding: 6px 6px;
    text-align: center;
  }
  .quote-tekst {
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: 700; color: var(--wit);
    max-width: 760px; margin: 0 auto 16px;
    line-height: 1.4;
  }
  .quote-tekst em { color: var(--rood); font-style: normal; }
  .quote-bron { font-size: 14px; color: rgba(255,255,255,.5); }

  /* ── MAATWERK SECTIE ── */
  .maatwerk-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  }
  .maatwerk-item {
    display: flex; gap: 16px; padding: 20px;
    border: 1px solid var(--grijs-rand); border-radius: 4px;
    background: var(--wit);
  }
  .maatwerk-nr {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--rood); color: var(--wit);
    font-size: 15px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .maatwerk-item h3 { font-size: 15px; font-weight: 900; color: var(--zwart); margin-bottom: 4px; }
  .maatwerk-item p { font-size: 13px; color: var(--grijs-donker); line-height: 1.5; }

  /* ── CONTACT PERSONEN ── */
  .contact-personen {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
    max-width: 700px;
  }
  .contact-kaart {
    border: 1px solid var(--grijs-rand); border-radius: 4px;
    overflow: hidden; background: var(--wit);
  }
  .contact-kaart-header {
    background: var(--zwart); padding: 12px 16px;
    display: flex; align-items: center; gap: 10px;
  }
  .contact-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--rood); color: var(--wit);
    font-size: 13px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .contact-naam { font-size: 14px; font-weight: 700; color: var(--wit); }
  .contact-rol { font-size: 11px; color: rgba(255,255,255,.55); }
  .contact-kaart-body { padding: 16px; }
  .contact-rij {
    display: flex; align-items: center; gap: 10px;
    padding: 7px 0; border-bottom: 1px solid var(--grijs-rand);
    font-size: 13px;
  }
  .contact-rij:last-child { border-bottom: none; }
  .contact-rij svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--rood); }
  .contact-rij a { color: var(--rood); font-weight: 700; }

  /* ── DOWNLOADS BALK ── */
  .downloads-balk { background: var(--rood); padding: 0; }
  .downloads-inner {
    max-width: var(--max); margin: 0 auto; padding: 36px 24px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    flex-wrap: wrap;
  }
  .downloads-tekst h3 { font-size: 20px; font-weight: 900; color: var(--wit); margin-bottom: 4px; }
  .downloads-tekst p { font-size: 14px; color: rgba(255,255,255,.75); }
  .downloads-knoppen { display: flex; gap: 10px; flex-wrap: wrap; }
  .dl-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--wit); color: var(--rood);
    font-size: 13px; font-weight: 700; text-decoration: none;
    padding: 10px 20px; border-radius: 2px; transition: background .2s;
    white-space: nowrap;
  }
  .dl-btn:hover { background: var(--rood-licht); text-decoration: none; }
  .dl-btn svg { width: 14px; height: 14px; flex-shrink: 0; }
/* ══════════════════════════════════════════
   SPONSOR CARROUSEL
══════════════════════════════════════════ */
body { font-family: var(--font); background: var(--wit); }

  /* ══════════════════════════════════════════
     HOOFDSPONSOR BLOK
  ══════════════════════════════════════════ */
  .hoofdsponsor-blok {
    background: var(--zwart);
    padding: 36px 24px;
  }
  .hoofdsponsor-inner {
    max-width: 1100px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    gap: 32px; flex-wrap: wrap;
  }
  .hoofdsponsor-tekst { flex: 1; min-width: 200px; }
  .hoofdsponsor-label {
    font-size: 10px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; color: var(--rood); margin-bottom: 6px;
  }
  .hoofdsponsor-naam {
    font-size: 20px; font-weight: 900; color: var(--wit); margin-bottom: 2px;
  }
  .hoofdsponsor-sub { font-size: 13px; color: rgba(255,255,255,.5); }
  .hoofdsponsor-logo {
    display: flex; align-items: center; justify-content: center;
    background: var(--wit); border-radius: 4px; padding: 12px 24px;
    text-decoration: none; transition: opacity .2s;
  }
  .hoofdsponsor-logo:hover { opacity: .85; }
  .hoofdsponsor-logo img { height: 52px; width: auto; display: block; }

  /* ══════════════════════════════════════════
     CARROUSEL SECTIE
  ══════════════════════════════════════════ */
  .carrousel-sectie {
    background: var(--grijs);
    padding: 48px 0;
    overflow: hidden;
  }
  .carrousel-kop {
    max-width: 1100px; margin: 0 auto 28px; padding: 0 24px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
  }
  .carrousel-kop-links { display: flex; align-items: center; gap: 12px; }
  .carrousel-kop-lijn {
    width: 3px; height: 28px; background: var(--rood); border-radius: 2px; flex-shrink: 0;
  }
  .carrousel-kop-label {
    font-size: 11px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; color: var(--rood); margin-bottom: 2px;
  }
  .carrousel-kop-titel { font-size: 20px; font-weight: 900; color: var(--zwart); line-height: 1; }
  .carrousel-kop-teller {
    background: var(--rood); color: var(--wit);
    font-size: 12px; font-weight: 700; padding: 3px 11px; border-radius: 10px;
  }
  .carrousel-kop-link {
    font-size: 13px; font-weight: 700; color: var(--rood);
    text-decoration: none; white-space: nowrap;
  }
  .carrousel-kop-link:hover { text-decoration: underline; }

  /* Track wrapper met fade-randen */
  .carrousel-mask {
    position: relative; overflow: hidden;
  }
  .carrousel-mask::before,
  .carrousel-mask::after {
    content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
  }
  .carrousel-mask::before { left: 0; background: linear-gradient(to right, var(--grijs), transparent); }
  .carrousel-mask::after  { right: 0; background: linear-gradient(to left, var(--grijs), transparent); }

  /* Oneindige scroll-track */
  .carrousel-track {
    display: flex; gap: 16px; align-items: center;
    width: max-content;
    animation: scroll-links 40s linear infinite;
  }
  .carrousel-track:hover { animation-play-state: paused; }

  @keyframes scroll-links {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  .sponsor-logo {
    display: flex; align-items: center; justify-content: center;
    background: var(--wit); border: 1px solid var(--grijs-rand);
    border-radius: 4px; padding: 14px 20px; height: 80px;
    min-width: 140px; flex-shrink: 0;
    text-decoration: none;
    transition: border-color .2s, box-shadow .2s;
  }
  .sponsor-logo:hover {
    border-color: var(--rood); box-shadow: 0 2px 12px rgba(192,57,43,.12);
  }
  .sponsor-logo img {
    max-height: 48px; max-width: 130px; width: auto; height: auto;
    object-fit: contain; display: block;
    filter: grayscale(40%); transition: filter .2s;
  }
  .sponsor-logo:hover img { filter: grayscale(0%); }

  /* Tweede rij – langzamer, tegenovergestelde richting */
  .carrousel-track-2 {
    display: flex; gap: 16px; align-items: center;
    width: max-content;
    animation: scroll-rechts 52s linear infinite;
    margin-top: 14px;
  }
  .carrousel-track-2:hover { animation-play-state: paused; }

  @keyframes scroll-rechts {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }

  /* ══════════════════════════════════════════
     CTA BALK ONDERAAN
  ══════════════════════════════════════════ */
  .sponsor-cta {
    background: var(--rood); padding: 32px 24px;
    display: flex; align-items: center; justify-content: center;
    gap: 32px; flex-wrap: wrap; text-align: center;
  }
  .sponsor-cta p { font-size: 16px; font-weight: 700; color: var(--wit); }
  .sponsor-cta a {
    display: inline-block; background: var(--wit); color: var(--rood);
    font-size: 14px; font-weight: 900; padding: 11px 26px; border-radius: 2px;
    text-decoration: none; transition: background .2s; white-space: nowrap;
  }
  .sponsor-cta a:hover { background: var(--rood-licht); }
