@font-face {
  font-family: 'Alegreya';
  src: url('fonts/Alegreya.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

@font-face {
  font-family: 'Wondercraft';
  src: url('../fonts/Wondercraft-font.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


/* Algemene reset */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to bottom right, #faf8f2, #f1ece3);
}

/* Header */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(20, 20, 20, 0.9);
  backdrop-filter: blur(8px);
  color: white;
  padding: 14px 40px;
  border-bottom: 2px solid #b79669;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.main-header.scrolled {
  background: rgba(20, 20, 20, 0.95);
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo {
  height: 60px;
  width: auto;
  transition: transform 0.3s ease;
}

.logo:hover {
  transform: scale(1.05);
}

.ip-info {
  text-align: right;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

.ip-info .edition {
  font-size: 0.9em;
  color: #ddd;
}

.ip-info .ip {
  font-size: 1.1em;
  font-weight: 600;
  color: #d6b17c;
}

.gold {
  color: #b79669;
}

/* ====== NAVBAR ====== */
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #c6a56b, #b79669, #a88650);
  padding: 0 30px;
  position: relative;
  font-family: 'Alegreya';
  border-bottom: 3px solid #a07c4b;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.navbar-links {
  display: flex;
  gap: 45px;
  align-items: center;
}

.navbar a {
  font-size: 18px;
  color: #222;
  text-decoration: none;
  padding: 16px 0;
  position: relative;
  transition: color 0.3s ease;
}

.navbar a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 60%;
  height: 2px;
  background-color: white;
  transition: transform 0.3s ease;
}

.navbar a:hover::after{
  transform: translateX(-50%) scaleX(1);
}

.navbar a:hover {
  color: white;
}

/* Dropdown container */
.dropdown {
  position: relative;
}

.dropbtn {
  cursor: pointer;
  color: #222;
  font-size: 18px;
  background: none;
  border: none;
  outline: none;
  font-family: 'Alegreya';
}

.dropdown-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #b79669;
  min-width: 240px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 999;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.divider {
  width: 80px;
  height: 4px;
  background-color: #b79669;
  margin: 12px auto 24px;
  border-radius: 2px;
}

.dropdown-content a {
  padding: 12px 16px;
  display: block;
  color: #222;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-content a:hover {
  background-color: #a27d4f;
  color: white;
}


.hero-image {
  background-image: url('images/attracties/Fata_Morgana_2.png');
  background-size: cover;
  background-position: center;
  height: 550px;
  position: relative;
  animation: fadeInHero 1.5s ease-in-out forwards;
  opacity: 0;
}

@keyframes fadeInHero {
  from { opacity: 0; transform: scale(1.05); }
  to { opacity: 1; transform: scale(1); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.intro-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.intro-text, .intro-text-second {
  flex: 1 1 500px;
  text-align: center;
}

.intro-text h2, .intro-text-second h2 {
  font-family: 'WonderCraft';
  font-size: 2.4em;
  color: #b79669;
  margin-bottom: 20px;
  letter-spacing: 1px;
  animation: fadeInUp 1s ease;
}

.intro-text p, .intro-text-second p {
  font-family: 'Alegreya';
  font-size: 1.15em;
  line-height: 1.7;
  color: #3d2c1c;
  animation: fadeInUp 1.3s ease;
}

.intro-text-second h2 {
  font-family: 'WonderCraft';
  font-size: 2em;
  color: #b79669;
  text-align: center;
  margin-bottom: 20px;
}

.intro-text-second p {
  font-family: 'Alegreya';
  font-size: 1.2em;
  color: #333;
  text-align: center;
  line-height: 1.6;
}

.intro-image {
  flex: 1 1 400px;
  text-align: center;
}

.intro-image img {
  max-width: 90%;          /* verkleind t.o.v. volle breedte */
  height: auto;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: transform 0.4s ease;
}

.intro-image img:hover {
  transform: scale(1.04);
}

.terug-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #d4af37; /* Gouden accentkleur */
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.terug-button:hover {
  background-color: #b38e2a;
  transform: translateY(-2px);
}

/* Team */

.team-section {
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.team-section h2 {
  font-family: 'WonderCraft';
  font-size: 2em;
  margin-bottom: 40px;
  color: #b79669;
}

.intro-tekst-team {
  font-family: 'Krete';
  color: #4b3621;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.team-member {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  background-color: #fff;
  transition: transform 0.3s ease;
  animation: fadeInUp 0.6s ease forwards;
  height: 420px;
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

.team-member:hover {
  transform: translateY(-5px);
}

.member-content {
  padding: 2rem 1rem 1rem;
  transition: opacity 0.5s ease, transform 0.4s ease;
  z-index: 1;
  position: relative;
}

.team-member:hover .member-content {
  opacity: 0.1;
  transform: scale(0.98);
}

.member-inner {
  position: relative;
  overflow: hidden;
}

.member-inner img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 2px solid #eee;
}

.member-info {
  padding: 1.5rem;
  position: relative;
}

.member-info h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}

.team-member img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100px;
  margin-bottom: 20px;
}

.team-member h3 {
  margin-bottom: 5px;
  color: #b79669;
}

.team-member p {
  margin: 5px 0 0;
  color: #555;
  font-size: 0.95em;
}

.functie {
  color: #b79669;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.team-details {
  font-size: 0.95rem;
  color: #5c4a3b;
  margin-bottom: 1rem;
}

.team-details p {
  margin: 4px 0;
}

.persoonlijk-verhaal {
  font-family: 'Alegreya';
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-size: 1.1rem;
  color: #3c2b20;
  border-radius: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
    overflow-y: auto;
    scrollbar-width: thin;
  scrollbar-color: #b79669 #fff;  
  overflow: hidden; /* voorkomt scroll */
}

.team-member:hover .persoonlijk-verhaal {
  opacity: 1;
  transform: translateY(0);
}

/* ====== FOOTER ====== */
.main-footer {
  background: linear-gradient(180deg, #1c1c1c, #151515);
  color: #ccc;
  text-align: center;
  padding: 50px 20px;
  border-top: 3px solid #b79669;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.footer-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 2;
}

/* Responsiveness */
@media (max-width: 600px) {
  .main-footer {
    padding: 40px 15px;
  }

  .cookie-banner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .cookie-banner button {
    width: 100%;
  }
}

.main-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #b79669, #d3b47b, #b79669);
  opacity: 0.8;
}

.main-footer p {
  margin: 4px 0;
  font-size: 0.95em;
  color: #bbb;
  line-height: 1.6;
}

.main-footer p:first-child {
  color: #d6b17c;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Socials */
.socials {
  margin: 20px 0;
  display: flex;
  gap: 18px;
  justify-content: center;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #b79669;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.socials img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.socials a:hover {
  transform: translateY(-5px);
  background-color: #a88452;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
}

/* Footer links */
.footer-links {
  margin-top: 12px;
  font-size: 0.95em;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: #d6b17c;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}


.footer-links a:hover {
  color: #f0d9a6;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}

.maintenance-section {
  padding: 80px 20px;
  text-align: center;
  background-color: #f4f4f4;
  color: #222;
}

.maintenance-content {
  max-width: 700px;
  margin: 0 auto;
}

.maintenance-icon {
  width: 120px;
  margin-bottom: 30px;
}

.maintenance-section h1 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #b79669;
}

.maintenance-section p {
  font-size: 1.1em;
  line-height: 1.6;
}

.shows-page {
  max-width: 1200px;
  margin: 100px auto;
  padding: 60px 20px;
  background: linear-gradient(to bottom right, #faf8f2, #f1ece3);
  animation: fadeInUp 1s ease;
}

/* Titel */
.shows-titel {
  font-family: 'WonderCraft';
  text-align: center;
  font-size: 2.8em;
  color: #b79669;
  margin-bottom: 60px;
  letter-spacing: 1px;
  position: relative;
}

.shows-titel::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #b79669, #d6b17c);
  margin: 14px auto 0;
  border-radius: 3px;
}

/* Blokken */
.show-blok {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  padding: 40px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.show-blok:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Wisselende layout (links/rechts) */
.show-blok:nth-child(even) {
  flex-direction: row-reverse;
}

/* Tekstgedeelte */
.show-text {
  flex: 1 1 550px;
  animation: fadeInUp 1.2s ease;
}

.show-text h2 {
  font-family: 'Alegreya';
  font-size: 1.8em;
  color: #b79669;
  margin-bottom: 14px;
  line-height: 1.3;
}

.show-text p {
  font-family: 'Alegreya';
  font-size: 1.15em;
  line-height: 1.8;
  color: #3d2c1c;
  margin-bottom: 0;
}

/* Afbeelding */
.show-afbeelding {
  flex: 1 1 450px;
  text-align: center;
  animation: fadeInUp 1.4s ease;
}

.show-afbeelding img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.show-afbeelding img:hover {
  transform: scale(1.04);
  box-shadow: 0 14px 35px rgba(0,0,0,0.3);
}

/* Subtiele fade animatie */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Responsiveness */
@media (max-width: 1024px) {
  .show-blok {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .show-blok:nth-child(even) {
    flex-direction: column;
  }

  .show-text h2 {
    font-size: 1.6em;
  }

  .show-text p {
    font-size: 1.05em;
  }

  .show-afbeelding img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .shows-titel {
    font-size: 2.2em;
  }

  .show-blok {
    margin-bottom: 50px;
    padding: 20px 16px;
  }

  .show-text h2 {
    font-size: 1.4em;
  }

  .show-text p {
    font-size: 1em;
  }

  .show-afbeelding img {
    max-width: 100%;
  }
}


/* ====== REGELS PAGINA ====== */
.regels-intro {
  padding: 100px 20px 40px;
  text-align: center;
  background: linear-gradient(to bottom right, #faf8f2, #f1ece3);
}

.regels-intro h1 {
  font-family: 'WonderCraft';
  font-size: 2.8em;
  color: #b79669;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.regels-intro p {
  font-family: 'Alegreya';
  font-size: 1.2em;
  color: #3d2c1c;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.8;
}

.regels-container {
  max-width: 1150px;
  margin: 60px auto 100px;
  padding: 0 20px;
}

.regels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 40px;
  justify-content: center;
}

/* Kaarten */
.regels-kaart {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.07);
  padding: 40px 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #b79669;
}

.regels-kaart:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.regels-kaart h2 {
  font-size: 1.8em;
  color: #b79669;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.regel-icoon {
  width: 32px;
  height: 32px;
}

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

.regels-lijst li {
  background: #faf7f0;
  margin-bottom: 12px;
  padding: 14px 18px;
  border-radius: 8px;
  font-family: 'Alegreya';
  font-size: 1.05em;
  color: #333;
  text-align: left;
  line-height: 1.6;
  border-left: 4px solid #b79669;
  transition: background 0.3s ease;
}

.regels-lijst li:hover {
  background: #f5ecde;
}

.regels-lijst li strong {
  color: #b79669;
  font-weight: 600;
}

.regels-disclaimer {
  margin-top: 20px;
  font-size: 0.9em;
  color: #777;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  background: #fffaf2;
  border-left: 4px solid #d6b17c;
  padding: 14px 18px;
  border-radius: 10px;
  line-height: 1.6;
}

/* Responsiveness */
@media (max-width: 768px) {
  .regels-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .regels-kaart {
    padding: 30px 24px;
  }

  .regels-intro h1 {
    font-size: 2.2em;
  }

  .regels-intro p {
    font-size: 1em;
  }
}

.openingstijden-box {
  background: linear-gradient(145deg, #ffffff, #f9f4ee);
  border-left: 5px solid #b79669;
  padding: 30px 36px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.openingstijden-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

.openingstijden-box h3 {
  font-family: 'Alegreya';
  font-size: 1.6em;
  color: #b79669;
  margin-bottom: 15px;
}

.openingstijden-box p {
  font-family: 'Alegreya';
  font-size: 1.1em;
  color: #333;
  margin: 8px 0;
  line-height: 1.6;
}

.openingstijden-box p.klein {
  font-size: 0.95em;
  color: #666;
  margin-top: 14px;
}

/* Zachte animatie voor label */
@keyframes pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
  50% { transform: scale(1.05); box-shadow: 0 6px 20px rgba(0,0,0,0.25); }
}

/* Contactformulier container */
.contact-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 36px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.contact-form label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #4a3b29;
  margin-bottom: 4px;
  text-align: left;
}

.contact-form input,
.contact-form textarea {
  padding: 14px 16px;
  border: 1px solid #d6c8b0;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #b79669;
  box-shadow: 0 0 0 3px rgba(183,150,105,0.15);
}
/* Verstuurknop */
.contact-form button {
  background: linear-gradient(90deg, #b79669, #a88550);
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.contact-form button:hover {
  background: linear-gradient(90deg, #c5a670, #b79669);
  transform: translateY(-2px);
}

.bedankt-body {
  background: linear-gradient(to bottom right, #faf8f2, #f1ece3);
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  text-align: center;
}

.bedankt-container {
  background: white;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  max-width: 500px;
  width: 90%;
}

.bedankt-icon {
  width: 70px;
  margin-bottom: 20px;
}

.bedankt-container h1 {
  font-size: 2em;
  color: #b79669;
  margin-bottom: 10px;
}

.bedankt-container p {
  color: #444;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.bedankt-button {
  display: inline-block;
  background-color: #b79669;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.bedankt-button:hover {
  background-color: #a28258;
}

#moving-image {
  transition: transform 0.15s ease-out;
  will-change: transform;
  cursor: pointer;
}

/* ====== COOKIE BANNER ====== */
.cookie-banner {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(25, 25, 25, 0.95);
  color: #fff;
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 15px;
  z-index: 10000;
  max-width: 700px;
  width: calc(100% - 40px);
  backdrop-filter: blur(6px);
}

.cookie-banner p {
  margin: 0;
  flex: 1;
  line-height: 1.5;
}

.cookie-banner a {
  color: #daa520;
  text-decoration: underline;
}

.cookie-banner button {
  background-color: #d6b17c;
  color: #111;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.cookie-banner button:hover {
  background-color: #e3c189;
  transform: translateY(-2px);
}

/* Beta-label */
.beta-label {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 22px;
  background-color: #b79669;
  color: white;
  font-weight: 600;
  font-size: 1em;
  border-radius: 12px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: pulse 2s infinite ease-in-out;
}

.vacature-lijst {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.vacature-item {
  background: white;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.sollicitatie-formulier {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
  max-width: 600px;
}

.sollicitatie-formulier label {
  font-weight: 600;
  margin-bottom: 4px;
}

.sollicitatie-formulier input,
.sollicitatie-formulier textarea {
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  width: 100%;
  box-sizing: border-box;
}

.sollicitatie-formulier button {
  margin-top: 10px;
  align-self: flex-start;
}

/* Basis button stijl */
.button {
  display: inline-block;
  background-color: #b79669;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #a88452;
}

/* Extra accent voor 'gouden' knoppen */
.button.gold {
  background-color: #d6b17c;
}

.button.gold:hover {
  background-color: #c59c5f;
}

@media (max-width: 768px) {
  .ip-info {
    display: none; /* Verberg Java Editie + IP op mobiel */
  }

  .main-header {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
  }

  .logo-container {
    justify-content: center;
  }

  .logo {
    height: 60px;
  }
}

/* ====== RESPONSIVE NAVBAR ====== */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1001;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #222;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobiele weergave */
@media (max-width: 768px) {
  .ip-info {
    display: none;
  }

  .main-header {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
  }

  .logo {
    height: 55px;
  }

  .navbar {
    flex-direction: column;
    padding-top: 60px;
  }

  .hamburger {
    display: flex;
    position: absolute;
    top: 18px;
    left: 20px;
  }

  .navbar-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #b79669;
    border-top: 2px solid #a07c4b;
    gap: 14px;
    padding: 10px 0;
  }

  .navbar-links.show {
    display: flex;
  }

  .navbar a {
    color: #222;
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .dropdown.mobile-only .dropdown-content {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding-left: 25px;
    font-size: 16px;
    background-color: transparent;
    box-shadow: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    text-align: left;
  }

  .dropdown.mobile-only .dropdown-content.open {
    display: flex;
  }
}

.chevron {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .mobile-dropdown-button .chevron {
    display: inline-block;
  }
}


/* Desktop: dropdown werkt zoals voorheen met hover */
@media (min-width: 769px) {
  .dropdown-content {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #b79669;
    min-width: 240px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 999;
    border-radius: 0 0 6px 6px;
    transition: all 0.3s ease;
  }

  .dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* Alleen zichtbaar op mobiel */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

/* Desktop standaard tonen, mobiel verbergen */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .intro-section {
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
      width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  }

  .intro-text h2 {
    font-size: 1.8em;
    text-align: center;
  }

  .intro-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }  

  .intro-text p {
    font-size: 1em;
    text-align: center;
    max-width: 500px;
  }

  .contact-form {
    width: 100%;
    padding: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;    
  }

  .intro-image img {
    max-width: 80%;
    margin: 0 auto;
  }

  .intro-image {
    order: -1;
  }
}

.social-icons {
  margin-top: 35px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.social-icon {
  width: 55px;
  height: 55px;
  background-color: #b79669;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.social-icon img {
    width: 24px;
    height: 24px;
    filter: invert(100%);
}


.social-icon:hover {
  transform: translateY(-6px) rotate(5deg);
  background-color: #a88354;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Fade-in effect bij laden van secties */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Responsiveness verbeterd */
@media (max-width: 768px) {
  .intro-section {
    padding: 60px 20px;
  }

  .intro-text h2, .intro-text-second h2 {
    font-size: 1.9em;
  }

  .intro-text p, .intro-text-second p {
    font-size: 1em;
  }

  .hero-image {
    height: 300px;
  }

  .social-icon {
    width: 45px;
    height: 45px;
  }
}

/* === STAFF GEZOCHT KAART === */
.staff-card {
  background: #faf7f0;
  border: 2px dashed #d6b17c;
  border-radius: 18px;
  padding: 50px 30px;
  text-align: center;
  color: #b79669;
  box-shadow: none;
  transition: none;
  text-decoration: none; /* verwijdert onderlijnen overal */
}

.staff-card * {
  text-decoration: none !important; /* zorgt dat niets in de card onderlijnd is */
}

/* Titel */
.staff-card h3 {
  font-family: 'Wondercraft';
  font-size: 1.6rem;
  margin-bottom: 14px;
  color: #b79669;
}

/* Tekst */
.staff-card p {
  font-family: 'Alegreya';
  font-size: 1rem;
  line-height: 1.6;
  color: #b79669;
  max-width: 600px;
  margin: 0 auto 20px;
}

/* "Bekijk vacatures" link */
.staff-card .meer-info {
  font-weight: 600;
  color: #b79669;
  font-size: 1rem;
  margin-top: auto;
  display: inline-block;
  transition: color 0.3s ease, transform 0.3s ease;
}

.staff-card .meer-info:hover {
  color: #d6b17c;
  transform: translateX(3px);
}

/* Responsief */
@media (max-width: 768px) {
  .staff-card {
    padding: 40px 20px;
  }

  .staff-card h3 {
    font-size: 1.4rem;
  }

  .staff-card p {
    font-size: 0.95rem;
  }
}

