/* --- Google Fonts Import --- */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700&family=Montserrat:ital,wght@0,700;1,700;1,900&display=swap');

/* --- Globale Stijlen & Reset --- */
:root {
    --primary-color: #000000;
    --secondary-color: #2a2a2a;
    --accent-color: #FFC800;
    --secondary-accent-color: #0ABABA;
    --text-color: #FFFFFF;
    --dark-text-color: #000000;
    --grey-color: #708988;
    --font-main: 'Plus Jakarta Sans', sans-serif;
    --font-heading: 'Montserrat', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-main); background-color: var(--primary-color); color: var(--text-color); line-height: 1.6; overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
h1, h2, h3 { font-family: var(--font-heading); font-weight: 700; color: var(--accent-color); margin-bottom: 1rem; line-height: 1.2; }
h1 { font-size: 3rem; font-weight: 900; font-style: italic; }
h2 { font-size: 2.5rem; font-weight: 700; }
h3 { font-size: 1.5rem; font-weight: 700; }
p { margin-bottom: 1rem; color: var(--text-color); }
.section-intro { color: var(--grey-color); max-width: 700px; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 3rem; }
a { color: var(--accent-color); text-decoration: none; transition: color 0.3s ease; }
a:hover { color: var(--text-color); }
img { max-width: 100%; height: auto; display: block; }
section { padding: 80px 0; opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; }
section.visible { opacity: 1; transform: translateY(0); }
.btn { display: inline-block; background-color: var(--accent-color); color: var(--dark-text-color); padding: 12px 25px; border: none; border-radius: 5px; font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; cursor: pointer; transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease; font-style: normal; }
.btn:hover { background-color: var(--text-color); color: var(--primary-color); transform: translateY(-2px); }

/* --- Header & Navigatie --- */
header { background-color: rgba(0, 0, 0, 0.8); color: var(--text-color); padding: 15px 0; position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: background-color 0.3s ease; }
header .container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 900; font-style: italic; color: var(--text-color); }
nav { display: flex; align-items: center; }
nav ul { list-style: none; display: flex; margin: 0; padding: 0; }
nav ul li { margin-left: 25px; }
nav ul li a { color: var(--text-color); font-weight: 600; padding: 5px 0; position: relative; text-transform: uppercase; font-size: 0.9rem; font-family: var(--font-main); }
nav ul li a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background-color: var(--accent-color); transition: width 0.3s ease; }
nav ul li a:hover::after, nav ul li a.active::after { width: 100%; }
.menu-toggle { display: none; cursor: pointer; background: none; border: none; padding: 0; margin-left: 20px; }
.menu-toggle .bar { display: block; width: 25px; height: 3px; background-color: var(--text-color); margin: 5px 0; transition: all 0.3s ease-in-out; }

/* --- Language Switcher --- */
.language-switcher { margin-left: 30px; display: flex; align-items: center; }
.language-switcher button { background: none; border: none; color: var(--grey-color); cursor: pointer; font-family: var(--font-main); font-weight: 600; font-size: 0.9rem; text-transform: uppercase; padding: 5px 8px; margin: 0 5px; border-radius: 4px; transition: color 0.3s ease, background-color 0.3s ease; }
.language-switcher button:hover { color: var(--text-color); }
.language-switcher button.active { color: var(--accent-color); font-weight: 700; }

/* --- Hero Sectie --- */
#hero { min-height: 100vh; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 80px; opacity: 1; transform: none; }
#hero-video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0; object-fit: cover; }
#hero::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 800px; }
#hero h1 { color: var(--text-color); font-size: 4rem; margin-bottom: 1rem; text-shadow: 2px 2px 8px rgba(0,0,0,0.7); }
#hero h1 span { color: var(--accent-color); }
#hero p { font-size: 1.2rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; font-weight: 400; }

/* --- Over Ons --- */
#over-ons h2 { text-align: center; margin-bottom: 3rem; color: var(--accent-color); }
.over-ons-content { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
@media (min-width: 992px) { .over-ons-content { grid-template-columns: 2fr 1fr; gap: 50px; } }
.over-ons-text p { font-size: 1.1rem; }
.kernwaarden { margin-top: 3rem; }
.kernwaarden h3 { color: var(--accent-color); margin-bottom: 2rem; text-align: center; font-style: normal; }
.waarden-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 25px; text-align: center; }
.waarde-item { background-color: var(--secondary-color); padding: 30px 20px; border-radius: 8px; border: 1px solid var(--grey-color); transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); }
.waarde-item:hover { transform: translateY(-5px); border-color: var(--accent-color); box-shadow: 0 8px 15px rgba(255, 200, 0, 0.15); }
.waarde-item i { font-size: 2.8rem; color: var(--text-color); margin-bottom: 1rem; display: block; transition: transform 0.3s ease; }
.waarde-item:hover i { transform: scale(1.1); }
.waarde-item h4 { color: var(--accent-color); font-family: var(--font-heading); margin-bottom: 0.5rem; font-style: normal; font-weight: 700; }
.waarde-item p { font-size: 0.9rem; color: var(--text-color); margin-bottom: 0; }

/* --- Galerij --- */
#galerij { background-color: var(--primary-color); }
#galerij h2 { text-align: center; margin-bottom: 3rem; }
.galerij-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; }
.galerij-item img { border-radius: 8px; border: 2px solid transparent; transition: transform 0.3s ease, border-color 0.3s ease; cursor: pointer; display: block; width: 100%; }
.galerij-item a:hover img { transform: scale(1.03); border-color: var(--accent-color); }

/* --- Lightbox --- */
#lightbox { display: none; position: fixed; z-index: 2000; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); justify-content: center; align-items: center; padding: 30px; }
#lightbox.active { display: flex; }
#lightbox-img { max-width: 90%; max-height: 85%; object-fit: contain; border: 3px solid var(--text-color); border-radius: 5px; box-shadow: 0 0 30px rgba(255, 200, 0, 0.5); }
#lightbox-close { position: absolute; top: 20px; right: 30px; font-size: 3rem; color: var(--text-color); cursor: pointer; transition: color 0.3s ease; line-height: 1; }
#lightbox-close:hover { color: var(--accent-color); }

/* --- Formulier --- */
.form-container { max-width: 700px; margin: 0 auto; background-color: var(--secondary-color); padding: 40px; border-radius: 8px; border: 1px solid var(--grey-color); }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; margin-bottom: 8px; color: var(--accent-color); font-weight: 600; }
.form-group input, .form-group textarea { width: 100%; padding: 12px; background-color: var(--primary-color); border: 1px solid var(--grey-color); border-radius: 5px; color: var(--text-color); font-family: var(--font-main); font-size: 1rem; transition: border-color 0.3s ease, background-color 0.3s ease; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--accent-color); background-color: #1a1a1a; }
::placeholder { color: var(--grey-color); opacity: 0.8; }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-container button[type="submit"] { width: 100%; margin-top: 1rem; }
.mailto-info { font-size: 0.85rem; color: var(--grey-color); text-align: center; margin-top: 1.5rem; }

/* --- Footer --- */
footer { background-color: #111; color: var(--grey-color); padding: 40px 0; text-align: center; margin-top: 60px; font-size: 0.9rem; opacity: 1; transform: none; }
footer .container { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.footer-contact strong { color: var(--text-color); font-family: var(--font-heading); font-weight: 700; }
footer a { color: var(--grey-color); }
footer a:hover { color: var(--accent-color); }
.social-links a { color: var(--grey-color); margin: 0 10px; font-size: 1.5rem; transition: color 0.3s ease, transform 0.3s ease; }
.social-links a:hover { color: var(--accent-color); transform: scale(1.1); }

/* --- Kalender --- */
.pd-calendar{ display:grid; gap:1px; background:#333; border:1px solid var(--grey-color); border-radius:8px; overflow:hidden; background-color:#333; }
.pd-row{ display:grid; grid-template-columns: repeat(7, 1fr); }
.pd-cell{ background:var(--secondary-color); padding:10px 10px 12px; min-height:110px; }
.pd-header .pd-head{ background:#1a1a1a; color:var(--accent-color); font-family:var(--font-heading); text-transform:uppercase; font-weight:700; font-size:.95rem; position:sticky; top:0; }
.pd-empty{ background:#222; opacity:.5; }
.pd-date{ color:var(--accent-color); font-weight:700; font-size:1.1rem; margin-bottom:6px; }
.pd-calendar ul{ list-style:none; margin:0; padding:0; }
.pd-calendar li{ font-size:.85rem; line-height:1.35; margin:6px 0; }
.pd-time{ font-weight:600; opacity:.9; }
.pd-calendar li.itm.kids .pd-text{ border-bottom:2px dotted var(--secondary-accent-color); }
.pd-calendar li.itm.sport .pd-text{ border-bottom:2px dotted var(--accent-color); }
.pd-calendar li.itm.event .pd-text{ border-bottom:2px dotted #9aa; }
.pd-legend{ margin-top:10px; display:flex; gap:10px; flex-wrap:wrap; }
.pd-legend .tag{ font-size:.75rem; padding:4px 8px; border-radius:6px; border:1px solid var(--grey-color); background:#1a1a1a;}
.pd-legend .tag.kids{ border-color: var(--secondary-accent-color); }
.pd-legend .tag.sport{ border-color: var(--accent-color); }

/* --- Responsiviteit --- */
@media (max-width: 992px) {
  h1 { font-size: 2.8rem; } h2 { font-size: 2.2rem; } #hero h1 { font-size: 3.2rem; }
  nav ul li { margin-left: 15px; } .language-switcher { margin-left: 15px; }
}
@media (max-width: 768px) {
  nav { order: 3; width: 100%; margin-top: 15px; }
  nav ul { display: none; flex-direction: column; width: 100%; background-color: rgba(0, 0, 0, 0.95); padding: 10px 0; margin-left: 0; }
  nav ul.active { display: flex; }
  nav ul li { margin: 10px 0; text-align: center; }
  .menu-toggle { display: block; }
  .pd-cell{ min-height:90px; padding:8px; }
  .pd-date{ font-size:1rem; }
  .pd-calendar li{ font-size:.8rem; }
}
@media (max-width: 480px) {
  h1 { font-size: 2.2rem; } h2 { font-size: 1.8rem; }
  .btn { padding: 10px 20px; font-size: 0.9rem; }
  .waarden-grid, .galerij-grid { grid-template-columns: 1fr; }
  .social-links a { font-size: 1.3rem; }
  .pd-calendar li{ font-size:.75rem; }
}
