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

img, video {
  max-width: 100%;
  height: auto;
}

html, body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

/* =========================
   CONTAINER
========================= */
.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* =========================
   HEADER
========================= */
.topmenu {
  width: 100%;
  padding: 50px 0 30px;
  display: flex;
  justify-content: center;
}

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

.logoheader {
  width: 100%;
  max-width: 728px;
  display: flex;
  justify-content: center;
}

#jwlogo img {
  width: 100%;
  height: auto;
}

/* =========================
   NAVIGATION
========================= */
.Nav {
  width: 100%;
  max-width: 980px;
  margin-top: 40px;
}

.Nav ul {
  display: flex;
  gap: 15px;
  list-style: none;
  align-items: center;
  justify-content: center;
}

.Nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 14px;
  color: #202020;
  transition: all 0.3s ease;
}

.Nav ul li a:hover,
.Nav ul li a.active {
  background-color: #841241;
  color: white;
}

/* =========================
   BANNER
========================= */
.banner {
  width: 100%;
  max-width: 982px;
  margin-bottom: 50px;
}

.banner img {
  width: 100%;
  display: block;
}

/* =========================
   VIDEO (iPhone / Android SAFE)
========================= */
video {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  border: 3px solid #333;
  border-radius: 10px;
}

/* =========================
   MAIN CONTENT
========================= */
.picture1 {
  width: 100%;
  max-width: 980px;
  margin-bottom: 25px;
}

.titletextblok1 h2 {
  font-size: 32px;
  text-align: center;
}

.paragraphtextblok1 {
  width: 100%;
  max-width: 980px;
  line-height: 1.6;
  font-size: 17px;
  margin-bottom: 60px;
}

/* =========================
   PERSON BLOCKS
========================= */
.blockcharline,
.blocklauranne,
.blocklisa,
.blockmarilyn,
.blocksaar {
  width: 100%;
  min-height: 365px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blockcharline,
.blocklauranne,
.blocklisa,
.blockmarilyn,
.blocksaar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blockcharline { background-image: url('fotos/greenbannerbackground.png'); }
.blocklauranne { background-image: url('fotos/bluebanner.png'); }
.blocklisa { background-image: url('fotos/pinkbanner.png'); }
.blockmarilyn { background-image: url('fotos/yellowbanner.png'); }
.blocksaar { background-image: url('fotos/redbanner.png'); }

.charlinepicandtextblock,
.laurannepicandtextblock,
.lisapicandtextblock,
.marilynpicandtextblock,
.saarpicandtextblock {
  width: 100%;
  max-width: 980px;
  display: flex;
  align-items: center;
}

.charlinetext,
.laurannetext,
.lisatext,
.marilyntext,
.saartext {
  background-color: white;
  width: 100%;
  max-width: 450px;
  padding: 15px;
  margin-left: 30px;
}

.personh2 h2 {
  font-size: 32px;
  font-weight: 100;
  font-weight: bold;
}

.personp p {
  font-size: 17px;
  line-height: 1.6;
}

/* =========================
   MICX IN BEELD
========================= */
.micxinbeeldblock {
  width: 100%;
  max-width: 980px;
  padding: 20px;
}

/* =========================
   FOOTER
========================= */
.footer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  flex-wrap: wrap;
}

.footer > div {
  flex: 1 1 200px;
  text-align: center;
  padding: 10px;
}

/* =========================
   RESPONSIVE BREAKPOINTS
========================= */

/* Tablets */
@media (max-width: 900px) {
  .Nav ul {
    flex-wrap: wrap;
    gap: 10px;
  }

  .charlinepicandtextblock,
  .laurannepicandtextblock,
  .lisapicandtextblock,
  .marilynpicandtextblock,
  .saarpicandtextblock {
    flex-direction: column;
    padding: 20px;
  }

  .charlinetext,
  .laurannetext,
  .lisatext,
  .marilyntext,
  .saartext {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* Phones */
@media (max-width: 600px) {
  h1 { font-size: 26px; }
  h2 { font-size: 22px; }

  .paragraphtextblok1 {
    font-size: 16px;
  }

  .footer {
    flex-direction: column;
  }
}

/* =========================
   CONTACT PAGE
========================= */

.contact-section {
  width: 100%;
  max-width: 980px;
  padding: 40px 20px 80px;
}

.contact-section h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 15px;
}

.contact-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 17px;
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}


.contact-grid {
  display: flex;
  justify-content: center;
}
/* CONTACT INFO */
.contact-info h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 16px;
  margin-bottom: 10px;
}

/* CONTACT FORM */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
width: 100%;
  max-width: 480px;
}
.form-success {
  display: none;
  margin-top: 15px;
  color: green;
  font-weight: bold;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
  font-family: inherit;
}

.contact-form button {
  margin-top: 15px;
  padding: 12px;
  font-size: 15px;
  background-color: #841241;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: #5f0d2e;
}

/* =========================
   RESPONSIVE
========================= */

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

  .contact-section h1 {
    font-size: 26px;
  }
}

/* =========================
   DARK FOOTER
========================= */
.site-footer {
  width: 100%;
  background-color: #2b2b2b;
  color: #eaeaea;
  margin-top: 80px;
}

.footer-inner {
  max-width: 1100px;
  margin: auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-column h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffffff;
}

.footer-column p,
.footer-column a {
  font-size: 14px;
  color: #cccccc;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  background-color: #1f1f1f;
  font-size: 13px;
  color: #aaa;
}

/* Footer responsive */
@media (max-width: 700px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}




.player-wrapper {
  position: relative;
  max-width: 960px;
  margin: 40px auto;
}

.player-wrapper video {
  width: 100%;
  border-radius: 12px;
  background: black;
}

.play-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 36px;
  border: none;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

.play-button:hover {
  transform: scale(1.1);
  background: rgba(0, 0, 0, 0.85);
}

.play-button.hidden {
  display: none;
}




/* =========================
   VOORSTELLING PAGINA
========================= */

.show-section {
  width: 100%;
  max-width: 980px;
  padding: 40px 20px 80px;
}

.show-section h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.show-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: 17px;
  line-height: 1.6;
}

.show-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}

.show-text h2 {
  margin-bottom: 15px;
}

.show-text p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.show-details {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.show-details li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* INSCHRIJFFORMULIER */
/* =========================
   GOOGLE FORM BUTTON
========================= */

.signup-box {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}

.signup-box h2 {
  margin-bottom: 15px;
}

.signup-box p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.signup-button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #841241;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.signup-button:hover {
  background-color: #5f0d2e;
  transform: translateY(-2px);
}


@media (max-width: 900px) {
  .show-content {
    grid-template-columns: 1fr;
  }

  .signup-box {
    margin-top: 30px;
  }
}
