.interactive {
  font-family: Montserrat;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0px;
  line-height: 1.6;
  overflow: auto;
}

.header {
  display: block;
  position: relative;
  height: 100vh;
  background-position: center;
  z-index: 2;
}

video.header {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h2.wit {
  font-weight: 800;
  font-size: 30px;
  margin: 0px;
  padding: 40px;
  padding-top: 40px;
  padding-bottom: 0px;
  color: white;
  line-height: 1.4;
}

p.wit {
  color: white;
  font-size: 18px;
  padding: 40px;
  padding-top: 0px;
  margin: 0px;
}

h2.quotewit {
  position: relative;
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  margin: 0px;
  padding: 40px;
  padding-top: 40px;
  padding-bottom: 0px;
  color: white;
  line-height: 1.2;
}

strong {
  font-weight: 600;
}

p.voortgang {
  font-size: 10px;
  margin: 0;
  font-weight: 600;
  padding-left: 12px;
}

.progress-bar {
  background: linear-gradient(to right, #fdbb12 var(--scroll), transparent 0);
  background-repeat: no-repeat;
  background-color: #fee8ae;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 16px;
  z-index: 5;
  border-top: 2px solid #023253;
}

.material-symbols-outlined {
  position: relative;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 30px;
  height: 60px;
  margin-left: -20px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1.5px white;
  border-radius: 25px;
  bottom: 0px;
  margin-bottom: 3%;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 3s;
  opacity: 0%;
}

.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: white;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

.center {
  margin: auto;
  width: 768px;
}

.geschrevendoor {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 32px;
}

.auteurs-fotos {
  display: flex;
  gap: 4px;
  margin: 0 1rem;
}

.auteurs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem;
}

p.auteur-wit {
  font-weight: 400;
  color: white;
  opacity: 50%;
  font-size: 16px;
  margin: 0;
}

img.auteur {
  width: 60px;
  height: 60px;
  border-radius: 40px;
  background-color: #8199a9;
  padding: 2px;
}

.introductie {
  display: flex;
  background-color: #023253;
  padding: 40px;
  margin-top: 10px;
}

.introtekst {
  font-weight: 400;
  font-size: 18px;
  margin: 16px;
  color: white;
  padding: 0px;
}

.hoofdscherm img {
  height: 100vh;
  position: static;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}



.ontstaantornado {
  display: flex;
  padding: 40px;
  margin-top: 10px;
  background-color: #fcd033;
  padding-bottom: 90px;
}

h2.ontstaantornadotitel {
  color: white;
  font-size: 30px;
  padding-bottom: 40px;
  margin: 0px;
  line-height: 1.4;
  font-weight: 700;
}

.afbeeldingbreak1 {
  background: url("https://assets.infoplaza.io/specials/tornados-16072025/nikolas-noonan-n-3kdpSkrJo-unsplash.jpg") no-repeat center
    center/cover;
  height: 100vh;
  position: relative;
}

.break1tekst {
  position: absolute;
  color: white;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 18px;
  max-width: 300px;
  border-radius: 8px;
  font-weight: 600;
}

.kennisblok1 {
  display: flex;
  background-color: #8be1ff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wistjedat {
  background: url("https://assets.infoplaza.io/specials/tornados-16072025/wist-je-dat.png") no-repeat center center/cover;
  background-size: contain;
  height: 100vh;
  position: relative;
}

.carousel-container {
  width: 85%;
  min-width: 300px;
  height: 750px;
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
}

.carousel-track-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background-color: #fff;
}

.carousel-item.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.carousel-item img {
  width: calc(100% - 24px);
  object-fit: cover;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 12px;
  margin-right: 12px;
  display: block;
}

.carousel-text {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.carousel-item.active .carousel-text {
  opacity: 1;
  transform: translateY(0);
}

.carousel-text h1 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

.carousel-text p {
  font-size: 16px;
  font-weight: 100;
  margin: 0;
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
}

.carousel-indicator {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dot.active {
  width: 24px;
  height: 10px;
  background-color: #3fa9f5;
  border-radius: 12px;
}

.carousel-buttons {
  position: absolute;
  bottom: -60px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 10px;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: white;
  border: none;
  border-radius: 0;
  color: #3fa9f5;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.arrow:active {
  background-color: #3fa9f5;
  color: white;
}

.testjekennis1 {
  background-color: #8be1ff;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 0px;
}

/* De hoofdcontainer voor de quiz */
.quiz-container {
  position: relative;
  margin-top: 20px;
  margin: auto 0px;
  width: 100%;
  max-width: 600px;
  background-color: transparent;
  border: 3px solid white;
  padding: 2rem;
}

/* Decoratieve afbeelding */
.quiz-decoration {
  position: absolute;
  top: 3rem;
  right: 0.1rem;
  width: 40px; /* Pas de grootte naar wens aan */
  height: auto;
  pointer-events: none; /* Zorgt ervoor dat je niet op de afbeelding kunt klikken */
}

/* De witte header bovenaan */
.quiz-header {
  background-color: white;
  color: #8be1ff;
  padding: 0.1rem 1.5rem;
  text-align: left;
  width: 250px; /* <-- AANGEPAST: Vaste breedte ingesteld */
  max-width: 100%; /* <-- NIEUW: Voorkomt dat het element uit de container steekt op kleine schermen */
  margin-top: -2rem;
  margin-left: -2rem;
  margin-bottom: 1.5rem;
}

.quiz-header h2 {
  font-weight: 700;
  font-size: 28px;
}

/* De vraagtekst */
.question {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.6;
  color: white;
}

/* Grid voor de antwoordknoppen */
.btn-grid {
  display: grid;
  gap: 1rem;
}

/* Styling voor de knoppen */
.btn {
  background-color: #71d4f6;
  border: 2px solid transparent;
  color: white;
  padding: 1rem;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
}

.btn:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn:active:not(:disabled) {
  transform: scale(0.98);
}

/* Klassen voor feedback na het kiezen van een antwoord */
.btn.correct {
  background-color: #b6e26f;
  border-color: #b6e26f;
}

.btn.incorrect {
  background-color: #dc3545;
  border-color: #dc3545;
}

/* Stijl voor uitgeschakelde knoppen */
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

/* NIEUW: Stijl voor de uitleg na het antwoorden */
.explanation {
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 5px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}

/* NIEUW: Utility class om elementen te verbergen */
.hidden {
  display: none;
}

.quiz-theme-alt .btn {
  background-color: #0093d3;
  border-color: #0093d3;
}

.quiz-theme-alt .correct {
  background-color: #b6e26f;
  border-color: #b6e26f;
}

.quiz-theme-alt .incorrect {
  background-color: #dc3545;
  border-color: #dc3545;
}

.kloptdit {
  background-color: #8be1ff;
  position: relative; /* Noodzakelijk om de video absoluut te positioneren */
  /* Maximale breedte gebaseerd op de originele afmeting van de afbeelding */
  width: 100%;
}

/* STIJLEN VOOR DE PARALLAX SCHROEF */
#schroef-parallax {
  position: absolute;
  width: 80px; /* Grootte van de schroef */
  height: auto;
  top: 15%; /* Startpositie van boven */
  left: 25%; /* Startpositie van links */
  z-index: 0; /* Zorg dat hij achter de andere content blijft */
  transition: transform 0.1s linear; /* Zorgt voor vloeiende beweging */
  will-change: transform; /* Een hint voor de browser voor betere performance */
}

#blaadje-parallax {
  position: absolute;
  width: 50px;
  height: auto;
  top: 45%; /* Startpositie van boven */
  right: 48%; /* Startpositie van links */
  z-index: 4; /* Zorg dat hij achter de andere content blijft */
  transition: transform 0.1s linear; /* Zorgt voor vloeiende beweging */
  will-change: transform; /* Een hint voor de browser voor betere performance */
}

#papier-parallax {
  position: absolute;
  width: 90px;
  height: auto;
  top: 55%; /* Startpositie van boven */
  right: 64%; /* Startpositie van links */
  z-index: 4; /* Zorg dat hij achter de andere content blijft */
  transition: transform 0.1s linear; /* Zorgt voor vloeiende beweging */
  will-change: transform; /* Een hint voor de browser voor betere performance */
}

#moer-parallax {
  position: absolute;
  width: 50px;
  height: auto;
  top: 2%; /* Startpositie van boven */
  right: 48%; /* Startpositie van links */
  z-index: 0; /* Zorg dat hij achter de andere content blijft */
  transition: transform 0.1s linear; /* Zorgt voor vloeiende beweging */
  will-change: transform; /* Een hint voor de browser voor betere performance */
}

#tak-parallax {
  position: absolute;
  width: 70px;
  height: auto;
  top: 7%; /* Startpositie van boven */
  right: 25%; /* Startpositie van links */
  z-index: 4; /* Zorg dat hij achter de andere content blijft */
  transition: transform 0.1s linear; /* Zorgt voor vloeiende beweging */
  will-change: transform; /* Een hint voor de browser voor betere performance */
}

#tak-parallax2 {
  position: absolute;
  width: 70px;
  height: auto;
  top: 95%; /* Startpositie van boven */
  right: 70%; /* Startpositie van links */
  z-index: 4; /* Zorg dat hij achter de andere content blijft */
  transition: transform 0.1s linear; /* Zorgt voor vloeiende beweging */
  will-change: transform; /* Een hint voor de browser voor betere performance */
}

#moer2-parallax {
  position: absolute;
  width: 50px;
  height: auto;
  top: 70%; /* Startpositie van boven */
  right: 30%; /* Startpositie van links */
  z-index: 0; /* Zorg dat hij achter de andere content blijft */
  transition: transform 0.1s linear; /* Zorgt voor vloeiende beweging */
  will-change: transform; /* Een hint voor de browser voor betere performance */
}

img.Kloptdit1 {
  display: flex;
  width: 70%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.center2 {
  margin: auto;
  max-width: 768px;
}

.daniella1 {
  display: flex;
  margin: 0 auto;
  width: 40%;
  z-index: 1;
  position: relative;
}

.fujitatitel h2 {
  color: white;
  font-size: 30px;
  padding: 40px;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 1.4;
}

.fujitatitel p {
  color: white;
  font-size: 16px;
  padding: 40px;
  padding-top: 0px;
  margin: 0px;
}

.enhancedfujitacontainer {
  display: flex;
  padding-top: 0px;
  margin: 0 auto;
}

img.fujitaafbeelding {
  display: block;
  margin: 0 auto;
  width: 80%;
  align-items: center;
}

.geluidtornadocontainer {
  background-color: #009fe3;
  display: flex;
  padding-top: 0px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.geluidtornadotitel h2 {
  color: white;
  font-size: 30px;
  padding: 40px;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 1.4;
}

.geluidtornadotitel p {
  color: white;
  font-size: 16px;
  font-weight: 200;
  padding: 40px;
  padding-top: 0px;
  margin: 0px;
}

.testjekennis2 {
  background-color: #009fe3;
  box-sizing: border-box;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  margin-top: 40px;
}

.quiz-header2 {
  background-color: white;
  color: #009fe3;
  padding: 0.1rem 1.5rem;
  text-align: left;
  width: 250px; /* <-- AANGEPAST: Vaste breedte ingesteld */
  max-width: 100%; /* <-- NIEUW: Voorkomt dat het element uit de container steekt op kleine schermen */
  margin-top: -2rem;
  margin-left: -2rem;
  margin-bottom: 1.5rem;
}

.quiz-header2 h2 {
  font-weight: 700;
  font-size: 28px;
}

.btn2 {
  background-color: #0093d3;
  border: 2px solid transparent;
  color: white;
  padding: 1rem;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
}

.btn2:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn2:active:not(:disabled) {
  transform: scale(0.98);
}

/* Klassen voor feedback na het kiezen van een antwoord */
.btn2.correct {
  background-color: #b6e26f;
  border-color: #b6e26f;
}

.btn2.incorrect {
  background-color: #dc3545;
  border-color: #dc3545;
}

/* Stijl voor uitgeschakelde knoppen */
.btn2:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

/* NIEUW: Stijl voor de uitleg na het antwoorden */
#explanation2 {
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 5px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}

/* NIEUW: Utility class om elementen te verbergen */
.hidden2 {
  display: none;
}

.soortentitel h2 {
  color: white;
  font-size: 30px;
  padding: 40px;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 1.4;
  font-weight: 800;
}

.soortentitel p {
  color: white;
  font-size: 18px;
  padding: 40px;
  padding-top: 0px;
  margin: 0px;
}

.soortencontainer {
  background-color: #00beb2;
  display: flex;
  padding-top: 0px;
  padding-bottom: 90px;
  margin: 0 auto;
}

h1.quote {
  position: relative;
  text-align: center;
  font-family: merriweather;
  font-weight: 800;
  font-style: italic;
  font-size: 40px;
  margin: 40px;
  color: white;
  line-height: 1.6;
}

.opdekaarttitel h2 {
  color: white;
  font-size: 30px;
  padding: 40px;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 1.4;
  font-weight: 800;
}

.opdekaarttitel p {
  color: white;
  font-size: 18px;
  padding: 40px;
  padding-top: 0px;
  margin: 0px;
}

.opdekaartklikhier p {
  color: #ffad00;
  font-size: 16px;
  padding: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

.opdekaartcontainer {
  background-color: #023253;
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  margin: 0 auto;
}

h2.quotewit3 {
  margin-top: -300px;
  position: relative;
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  padding: 40px;
  padding-top: 40px;
  padding-bottom: 0px;
  color: white;
  line-height: 1.6;
}

#Daniella3 {
  width: 50%;
  margin: 0px auto;
  margin-bottom: 100px;
}

img.wereldkaart {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.klimaatveranderingtitel h2 {
  color: white;
  font-size: 30px;
  padding: 40px;
  padding-top: 140px;
  padding-bottom: 0px;
  margin: 0px;
}

.klimaatveranderingtitel p {
  color: white;
  font-size: 18px;
  padding: 40px;
  padding-top: 0px;
  margin: 0px;
}

.recordscontainer {
  background: url("https://assets.infoplaza.io/specials/tornados-16072025/achtergrond-krant.png") no-repeat center center/cover;
  background-color: #009fe3;
  display: flex;
  padding-top: 0px;
  padding-bottom: 90px;
  margin: 0 auto;
}

.recordstitel h2 {
  color: white;
  font-size: 30px;
  padding: 40px;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 1.4;
  font-weight: 800;
}

.recordstitel p {
  color: white;
  font-size: 18px;
  padding: 40px;
  padding-top: 0px;
  margin: 0px;
}

iframe.soorten {
  position: relative;
  width: 100%;
  height: 900px;
  border: 0;
}

iframe.krant {
  position: relative;
  width: 100%;
  height: 700px;
  border: 0;
}

.full-width-image {
  width: 100%; /* Maakt de afbeelding zo breed als de pagina */
  height: auto; /* Past de hoogte automatisch aan om de verhoudingen te bewaren */
  display: block; /* Voorkomt een kleine, ongewenste witruimte onder de afbeelding */
}

.full-width-image-amerika {
  padding-top: 50px;
  width: 100%; /* Maakt de afbeelding zo breed als de pagina */
  height: auto; /* Past de hoogte automatisch aan om de verhoudingen te bewaren */
  display: block; /* Voorkomt een kleine, ongewenste witruimte onder de afbeelding */
}

#Daniella {
  width: 50%;
  margin: 0px auto;
}

.nlcontainer {
  font-family: martel;
  position: relative;
  background: url("https://assets.infoplaza.io/specials/tornados-16072025/chaam.jpg") no-repeat center center/cover;
  height: 100vh;
  display: flex;
}

.nlachtergrond {
  background: url("https://assets.infoplaza.io/specials/tornados-16072025/chaam1.jpg");
  background-repeat: repeat-y;
  position: relative;
  display: flex;
}

.nltitel h2 {
  font-family: martel;
  font-weight: 700;
  color: white;
  font-size: 48px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  margin-top: -300px;
  line-height: 1.4;
}

.nlbijschrift p {
  font-family: martel;
  font-weight: 400;
  color: white;
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0px;
}

.nltekst h2 {
  font-family: martel;
  font-weight: 700;
  color: white;
  font-size: 30px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0px;
}

.nltekst p {
  font-family: martel;
  font-weight: 400;
  color: white;
  font-size: 16px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0px;
}

iframe.kaart {
  position: relative;
  width: 100%;
  height: 1100px;
  border: 0;
}

.pijl {
  position: absolute;
  right: 40%;
  width: 80px;
  z-index: 3;
}

.europatitel h2 {
  font-family: montserrat;
  font-weight: 700;
  color: white;
  font-size: 48px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  margin-top: -300px;
}

.europacontainer {
  font-family: martel;
  position: relative;
  background: url("https://assets.infoplaza.io/specials/tornados-16072025/europa.jpg") no-repeat center center/cover;
  height: 100vh;
  display: flex;
}

.europaachtergrond {
  background: #ffad00;
  position: relative;
  display: flex;
}

.europacaption {
  margin: 0;
  font-family: montserrat;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 40px;
}

.europatekst p {
  font-family: montserrat;
  font-weight: 400;
  color: white;
  font-size: 16px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0px;
}

.europatekst h2 {
  font-family: montserrat;
  font-weight: 700;
  color: white;
  font-size: 30px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0px;
}

img.europakaart {
  padding-top: 20px;
  margin: 0 auto;
  width: 100%;
}

.dagwanoenyentachtergrond {
  background: url("https://assets.infoplaza.io/specials/tornados-16072025/indiaan.jpg") center center/cover;
  background-repeat: repeat-y;
  position: relative;
  display: flex;
}

.dagwanoenyentheader {
  margin: 0 auto;
  width: 100vw;
  position: relative;
}

img.dagwanoenyentafbeelding {
  margin: 0 auto;
  width: 100vw;
  border: 5px solid white;
  position: relative;
}

.dagwanoenyenttekst p {
  font-family: montserrat;
  font-weight: 400;
  color: white;
  font-size: 16px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0px;
}

.dagwanoenyenttekst h2 {
  font-family: montserrat;
  font-weight: 700;
  color: white;
  font-size: 30px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0px;
}

.amerikacontainer {
  position: relative;
  display: flex;
}

.amerikaachtergrond {
  background: url("https://assets.infoplaza.io/specials/tornados-16072025/tornado-alley-vs-achtergrond.png") repeat center center/cover;
  background-repeat: repeat-y;
  position: relative;
  display: flex;
}

.amerikacaption {
  margin: 0;
  font-family: montserrat;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 40px;
}

.amerikatitel h2 {
  position: absolute;
  font-family: montserrat;
  font-weight: 700;
  color: white;
  font-size: 48px;
  z-index: 2;
}

.amerikatekst p {
  font-family: montserrat;
  font-weight: 400;
  color: white;
  font-size: 16px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0px;
}

.amerikatekst ul {
  font-family: montserrat;
  font-weight: 400;
  color: white;
  font-size: 16px;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  margin: 0px;
}

.amerikatekst h2 {
  font-family: montserrat;
  font-weight: 700;
  color: white;
  font-size: 30px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0px;
}

h2.amerikatekstcenter {
  font-family: montserrat;
  text-align: center;
  font-weight: 400;
  color: white;
  font-size: 30px;
  margin: 0 auto;
  padding: 40px;
  padding-top: 140px;
  padding-bottom: 160px;
}

.buttonfixed {
  background-color: #009fe3;
  font-family: montserrat;
  border: none;
  color: white;
  margin: 48px;
  padding: 15px 32px;
  padding-top: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  position: fixed;
  z-index: 2;
  font-weight: 800;
}

.buttonfixed:hover {
  background-color: white;
  color: #009fe3;
}

@media (max-width: 768px) {
  .testjekennis2 {
    padding: 15px;
  }

  h1.header-title-image {
    font-size: 40px;
  }

  h1.header-title-image-small {
    font-size: 24px;
  }
  .nltekst {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pijl {
    width: 50px;
  }

  #schroef-parallax {
    width: 33px;
    left: 15%;
  }

  #blaadje-parallax {
    width: 30px;
    left: 60%;
  }

  #papier-parallax {
    width: 45px;
    left: 17%;
  }

  #moer-parallax {
    width: 25px;
    left: 53%;
  }

  #tak-parallax {
    width: 35px;
    left: 80%;
  }

  #moer2-parallax {
    width: 25px;
    left: 80%;
  }

  #tak-parallax2 {
    width: 35px;
    left: 20%;
  }

  .carousel-container {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .carousel-container {
    height: 650px;
  }
}

.pijlcontainer {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0px 30px;
  gap: 20px;
  margin-top: -25px;
}

/* Deze CSS werkt nu voor de <img> tag */
.arrow2 {
  height: 60px;
  flex-shrink: 0;
}

.nlcaption {
  margin: 0;
  font-family: martel;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 40px;
}

img.verspreidingnl {
  margin: 0 auto;
  width: 100%;
}

audio.sirenebalk {
  position: relative;
  margin: 0 auto;
  display: flex;
  font-family: montserrat;
}
