/* ============================================
   DBC Volendam — Gedeelde Stylesheet
   style.css
   ============================================ */

/* ── VARIABELEN ── */
:root {
  --zwart: #111111;
  --oranje: #FF6A00;
  --oranje-licht: #FF8C3A;
  --oranje-donker: #CC5500;
  --wit: #FFFFFF;
  --grijs-licht: #F5F5F5;
  --grijs: #E8E8E8;
  --grijs-tekst: #555555;
  --nav-hoogte: 80px;
}

/* ── RESET ── */
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--wit);
  color: var(--zwart);
  overflow-x: hidden;
}

/* ── TOPBAR ── */
.topbar {
  background: var(--zwart);
  color: #aaa;
  font-size: 12px;
  text-align: center;
  padding: 6px 20px;
  letter-spacing: 0.05em;
}
.topbar span { color: var(--oranje); }

/* ── NAVIGATIE ── */
nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--zwart);
  height: var(--nav-hoogte);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  border-bottom: 5px solid var(--oranje-donker); /*dunne balkje onder de nav*/
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.nav-logo img { height: 105px; width: auto; display: block; margin-bottom: 26px; }
.nav-logo-tekst {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  color: var(--wit);
  letter-spacing: 0.08em;
  line-height: 1;
}
.nav-logo-tekst span { color: var(--oranje); }
.nav-logo-sub {
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #888;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  gap: 8px;
  list-style: none;
  align-items: center;
  margin-right: 60px;
}
.nav-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  letter-spacing: 0.03em;
}
.nav-links a:hover,
.nav-links a.actief {
  background: rgba(255,106,0,0.15);
  color: var(--oranje);
}
.dropdown { position: relative; }
.dropdown > a::after { content: ' ▾'; font-size: 11px; }
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #1a1a1a;
  border: 1px solid #333;
  border-top: 2px solid var(--oranje);
  border-radius: 0 0 8px 8px;
  min-width: 220px;
  padding: 6px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  list-style: none;
}
.dropdown:hover > .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block;
  padding: 9px 16px;
  border-radius: 0;
  font-size: 13px;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}
.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--wit);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ── KNOPPEN ── */
.btn-primair {
  background: var(--oranje);
  color: var(--zwart);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 13px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}
.btn-primair:hover { background: var(--oranje-licht); transform: translateY(-1px); }
.btn-secundair {
  background: transparent;
  color: var(--wit);
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 13px 28px;
  border: 1.5px solid #444;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: border-color 0.2s, color 0.2s;
  display: inline-block;
}
.btn-secundair:hover { border-color: var(--oranje); color: var(--oranje); }

/* ── PAGINA HEADER (subpagina's) ── */
.pagina-header {
  background: var(--oranje); /*achtergrondkleur waaronder tekst DBC Volendam 1 & 2 */
  padding: 28px 5% 20px; /* Grootte achtergrondkleur */
  position: relative;
  overflow: hidden;
}
.pagina-header::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,106,0,0.15) 0%, transparent 65%);
  pointer-events: none;
}
.pagina-header-inhoud { position: relative; z-index: 1; }
.pagina-header .breadcrumb {
  font-size: 12px;
  color: var(--wit); /* Tekstkleur verwijzingstekst DBC Volendam 1 & 2 */
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.pagina-header .breadcrumb a { color: var(--zwart); text-decoration: none; } /* Tekstkleur 1e deel verwijzingstekst Home > Competitie */
.pagina-header .breadcrumb a:hover { text-decoration: underline; }
.pagina-header h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 6vw, 40px); /* 40px Tekstgrootte "DBC Volendam 1 & 2 *" */
  color: var(--wit); /* Tekstkleur "DBC" */
  letter-spacing: 0.05em;
  line-height: 1;
}
.pagina-header h1 span { color: var(--zwart); } /* Tekstkleur Volendam 1 & 2 */
.seizoen-badge {
  display: inline-block;
  margin-top: 12px;
  background: rgba(0, 0, 0, 0.15); /* Achtergrondkleur "Seizoen 26/27" */ 
  border: 2px solid rgba(0, 0, 0, 0.3); /* Randje kleur "Seizoen 26/27" */ 
  color: var(--wit); /* Tekstkleur "Seizoen 26/27" */
  font-size: 12px; /* Tekstgrootte "Seizoen 26/27" */
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}

/* ── SECTIE OPMAAK ── */
.sectie-kop {
  text-align: center;
  margin-bottom: 48px;
}
.sectie-kop .accent {
  display: inline-block;
  width: 36px;
  height: 3px;
  background: var(--oranje);
  margin-bottom: 12px;
  border-radius: 2px;
}
.sectie-kop h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
  color: var(--zwart);
}
.sectie-kop p {
  color: var(--grijs-tekst);
  font-size: 15px;
  max-width: 540px;
  margin: 10px auto 0;
  line-height: 1.7;
}

/* ── KAART (algemeen) ── */
.kaart {
  background: var(--wit);
  border: 1px solid var(--grijs);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.kaart-hoofd {
  background: var(--zwart);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.kaart-hoofd h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  color: var(--wit);
  letter-spacing: 0.06em;
}
.kaart-hoofd .icoon {
  width: 28px; height: 28px;
  background: var(--oranje);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
}
.kaart-body-inner { padding: 6px 0; }

/* ── FOOTER ── */
footer {
  background: #0a0a0a;
  border-top: 3px solid var(--oranje);
  padding: 40px 5% 20px;
  margin-top: 40px;
}
.footer-rij {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 32px;
}
.footer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  color: var(--wit);
  letter-spacing: 0.08em;
}
.footer-logo span { color: var(--oranje); }
.footer-logo p {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #666; /* Tekstkleur */
  margin-top: 6px;
  letter-spacing: 0;
}
.footer-links h4 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--oranje);
  margin-bottom: 12px;
}
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a {
  color: #888; /* Tekstkleur */
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--oranje); }
.footer-sponsorkliks {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 10px 16px;
  background: rgba(255,106,0,0.12);
  border: 1px solid rgba(255,106,0,0.4);
  border-radius: 9px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.footer-sponsorkliks:hover {
  background: rgba(255,106,0,0.22);
  border-color: var(--oranje);
  transform: translateY(-1px);
}
.footer-sponsorkliks img { height: 26px; width: auto; display: block; }
.footer-sponsorkliks span {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--oranje);
  letter-spacing: 0.02em;
}

.footer-onder {
  border-top: 1px solid var(--oranje);
  padding-top: 16px;
  text-align: center;
  font-size: 12px;
  color: #888; /* Tekstkleur */
}

/* ── MOBIEL ── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: calc(var(--nav-hoogte) + 3px);
    left: 0; right: 0;
    background: #1a1a1a;
    padding: 16px 20px 24px;
    gap: 4px;
    z-index: 999;
    border-bottom: 2px solid var(--oranje);
  }
  .nav-links a { font-size: 15px; padding: 11px 12px; }
  .hamburger { display: flex; }
  .dropdown-menu {
    position: static;
    background: #222;
    box-shadow: none;
    border: none;
    border-left: 2px solid var(--oranje);
    margin: 4px 0 0 8px;
    padding: 4px 0;
  }
  .dropdown:hover .dropdown-menu,
  .dropdown.open .dropdown-menu { display: block; }
  .footer-rij { flex-direction: column; }
}