/* CSS Document 
img {
  max-width: 100%;
  height: auto;
}*/

.error {color: #FF0000;}

.menu {
	margin: 0px;
	padding: 0px;
	color: #000;
	list-style: none;
}
.menu li {
	 display: block; /* Elk item op een eigen regel */
	padding: 2px 2px 0px 0px;
	margin: 0px;
}
.menu li a, .menu li a:visited {
	margin: 0px;
	padding: 3px 3px;
	font-family: Arial;
	font-size: 21px;
	color: #005B5B;
	display: block;
	border: #4DA7AE 1px solid;
	background: #4DA7AE;
	text-decoration: none;
}
.menu li a:hover {
	font-family: Arial;
	font-size: 21px;
	color: #FF00FF;
	background: #4DA7AE;
	border: #4DA7AE 1px solid;
}

.menu li {float: right;}
.menu:after {content: ""; display: block; height: 0; clear: both; visibility: hidden;}

.p { font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #005B5B; }
	
.p1 { font-family: Arial;
	font-size: 14px;
	color: #005B5B; }
	
.p2 { font-family: Arial;
	font-size: 24px;
	color: #FFFFFF; }
	
.p3 { font-family: Arial;
	font-size: 24px;
	font-style: italic;
	color: #FF00FF; }
	
.p4 { font-family: Arial;
	font-size: 18px;
	color: #990066; }
	
.p44 { font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #990066; }
	
.p5 { font-family: Arial;
	font-size: 42px;
	font-weight: bold;
	color: #990066; }
	
.p6 { font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #990066; }
	
.p7 { font-family: Arial;
	font-size: 18px;
	color: #FF00FF; }
	
.p8 { font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	color: #005B5B; }
	
.a { font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #005B5B; }
	
.a1 { font-family: Arial;
	font-size: 18px;
	color: #990066; }
	
.h1  { font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	color: #005B5B; }
	
.h2 { font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	color: #FF00FF; }

.h21 {font-family: Arial, sans-serif;
	  font-size: 2rem; /* schaalt mee met viewport */
	  /* font-weight: bold;*/
	  color: #005B5B;
	}

.h21a {font-family: Arial, sans-serif;
	  font-size: 2rem; /* schaalt mee met viewport */
	   font-weight: bold;
	  color: #005B5B;
	}

.h22 {font-family: Arial, sans-serif;
	  font-size: 1.2rem; /* schaalt mee met viewport */
	  /* font-weight: bold; */
	  color: #005B5B;
	}

.h3 {font-family: Arial;
	font-size: 42px;
	font-weight: bold;
	color: #005B5B; }	

.h3a {font-family: Arial, sans-serif;
	  font-size: 2rem; /* schaalt mee met viewport */
	  font-weight: bold;
	  color: #005B5B;}
	
.h4 { font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #005B5B; }
	
.h5 { font-family: Arial;
	font-size: 24px;
	font-style: italic;
	color: #005B5B; }
	
.h6 { font-family: Arial;
	font-size: 48px;
	font-weight: bold;
	color: #005B5B; }

.h7 { font-family: Arial;
	font-size: 96px;
	font-weight: bold;
	color: #FF00FF; }

.h8 { font-family: Arial;
	font-size: 96px;
	font-weight: bold;
	color: #005B5B; }

/* Slideshow container */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides1 {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container1 {
  max-width: 1244px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 0px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 0px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot1 {
  height: 4px;
  width: 4px;
  margin: 0 2px;
  background-color: #005B5B;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #FF00FF;
}

/* END SLIDE SHOW */

.InPut1 {
  width: 600px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #005B5B;
  background-color: #eeffee;
  color: #005B5B;
  font-size: 24px;
 }
 
 .InPut2 {
  width: 70px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #005B5B;
  background-color: #eeffee;
  color: #005B5B;
  font-size: 24px;
 }
 
 .InPut3 {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #005B5B;
  background-color: #eeffee;
  color: #005B5B;
  font-size: 24px;
 }

 .InPut4 {
  width: 300px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #005B5B;
  background-color: #eeffee;
  color: #005B5B;
  font-size: 24px;
 }
 
 .T1 {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #005B5B;
  background-color: #eeffee;
  color: #005B5B;
  font-size: 24px;
 }
	
 .T2 {
  width: 600px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #005B5B;
  background-color: #eeffee;
  color: #005B5B;
  font-size: 24px;
 }

/* Basis */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html { font-size: 100%; }
body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  font-size: 1em;
}
a { text-decoration: none; color: inherit; }

/* Header */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #4DA7AE;
  padding: 10px;
}
.logo {
  flex: 1;
  min-width: 150px;
  max-width: 50vw;
  text-align: center;
}
.logo img { width: 100%; height: auto; }
.contact-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: clamp(10px, 2.5vw, 14px);
}
.contact-block a { display: flex; align-items: center; gap: 5px; }
.contact-block img { width: clamp(16px, 4vw, 40px); height: auto; }
.social-icons { display: flex; gap: 5px; margin: 5px 0; }
.social-icons img { width: clamp(16px, 4vw, 25px); height: auto; }

/* Hero */
.container {
  display: block;                          /* of inline-block als je 'm ook op <a> gebruikt */
  width: clamp(300px, 80%, 1244px);
  margin: 0 auto;
  background: #D6EAEA;
  overflow: hidden;                        /* voorkomt dat kinderen erbuiten steken */
}

.center-image {
  position: relative;
  width: 100%;                             /* niet 100vw */
  margin-left: 0;                          /* reset die calc‐hack */
  text-align: center;
  overflow: hidden;
}

.center-image img {
  width: 100%;                             /* vult nu de .container */
  height: auto;
  object-fit: cover;
}

/* Overlay tekst */
.overlay-text {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 50%;
  color: #fff;
  text-align: left;
  max-height: 100%;
  overflow-y: auto;
  z-index: 2;
}
.overlay-text .h21 {
  font-size: clamp(1rem, 2.5vw, 2rem);
  line-height: 1.2;
}
.overlay-text .h22 {
  font-size: clamp(0.5rem, 1vw, 1.5rem);
  line-height: 1.2;
}
.overlay-text .overlay-btn,
.overlay-text .overlay-btn1 {
  display: inline-block;
  background-color: #4DA7AE;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5em;
  margin-top: 1em;
  transition: background-color 0.2s;
}
.overlay-text .overlay-btn {
  padding: clamp(0.1rem, 0.1vw, 0.8rem) clamp(0.5rem, 1vw, 1.2rem);
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}
.overlay-text .overlay-btn1 {
  padding: clamp(0.2rem, 0.3vw, 0.8rem) clamp(0.5rem, 0.5vw, 0.7rem);
  font-size: clamp(0.2rem, 0.8vw, 1rem);
}
.overlay-text .overlay-btn:hover,
.overlay-text .overlay-btn1:hover {
  background-color: #3b8a8f;
}
.overlay-text .offer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.overlay-text .offer-text {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: #fff;
  flex-grow: 1;
}
.overlay-text .offer-btn {
  display: block;
  width: 100%;
  padding: clamp(0.2rem, 1vw, 0.8rem) clamp(0.5rem, 1vw, 1.2rem);
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  background-color: #4DA7AE;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5em;
  margin-top: 10px;
  text-align: center;
  transition: background-color 0.2s;
}
.overlay-text .offer-btn:hover {
  background-color: #3b8a8f;
}

/* Icon + tekst */
.icon-text-wrapper {
  position: relative;
  display: inline-block;
}
.icon-text-wrapper .icon {
  width: 5vw;
  height: auto;
  display: block;
}
.icon-text-wrapper .icon-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1vw;
  width: max-content;
}
.icon-text-wrapper .icon-text p {
  margin: 0;
  white-space: nowrap;
}

/* Footer */
.footer {
  background: #4DA7AE;
  color: #fff;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1245px;
  margin: 0 auto;
  padding: 10px;
}
.footer-spacer { flex: 0 0 20px; }
.footer-logo,
.footer-info,
.footer-links {
  flex: 1 1 200px;
  padding: 10px;
}
.footer-logo img { width: clamp(80px, 10vw, 150px); height: auto; }
.footer-links img { width: clamp(16px, 4vw, 40px); height: auto; }

/* Mobiel portrait */
/* Mobiel – portrait: header in één rij met logo en hamburger naast elkaar */
@media (max-width: 600px) and (orientation: portrait) {
  html { font-size: 110%; }
  body { font-size: 1rem; padding: 1em; }

  /* Zet header weer in één rij */
  .header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5em;
  }

  /* Verberg oude contact-block */
  .contact-block {
    display: none;
  }

  /* Geef menu-wrapper ruimte na logo */
  .menu-wrapper {
    margin-left: 0.5em;
  }

  /* Hero-beeld behouden zoals eerder */
  .center-image {
    height: 70vh;
    overflow: visible;
  }
  .center-image img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }

  /* Overlaytekst styling onveranderd */
  .overlay-text {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: calc(70vh - 10%);
    overflow-y: auto;
    padding: 1em 0.5em 2em;
  }

  /* Icon-tekst inline */
  .icon-text-wrapper {
    display: flex !important;
    align-items: center;
    margin-bottom: 1em;
    position: static;
  }
  .icon-text-wrapper .icon {
    height: calc(2 * 1.2em);
    width: auto;
  }
  .icon-text-wrapper .icon-text {
    position: static;
    margin-left: 0.5em;
  }

  /* Knoppen weer inline en width auto */
  .overlay-text .h22,
  .overlay-text .overlay-btn,
  .overlay-text .overlay-btn1 {
    display: inline-block !important;
    width: auto !important;
    margin: 1em 0;
    padding: clamp(0.1rem, 0.1vw, 0.8rem)
             clamp(0.5rem, 1vw, 1.2rem);
  }
  .overlay-text .offer-container {
    display: none !important;
  }

  /* Footer compact één kolom */
  .footer-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 5px !important;
    text-align: center !important;
    padding: 5px !important;
  }
  .footer-spacer {
    display: none !important;
  }
}

/* Mobiel landscape */
@media (max-width: 600px) and (orientation: landscape) {
  .center-image {
    height: 70vh;
    overflow: visible;
  }
  .center-image img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
  .overlay-text {
    position: absolute;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 90vh;           /* zorgt voor volledige hoogte */
    overflow-y: auto;       /* maakt alles scrollbaar */
    padding: 1em 0.5em 2.5em;/* extra onderruimte voor knop */
    z-index: 2;
  }
  .overlay-text .h22,
  .overlay-text .overlay-btn,
  .overlay-text .overlay-btn1 {
    display: block !important;
    margin: 1em 0;
    width: auto;
  }
  .overlay-text .offer-container {
    display: none !important;
  }
}

/* Header container */
.header {
  display: flex;
  align-items: center;
  justify-content: center; /* header inhoud centreren */
  background: #4DA7AE;
  padding: 10px;
}
/* Logo en menu-wrapper staan nu centraal */
.header .logo {
  flex: none;
}
/* wrapper voor knop + menu */
.menu-wrapper {
  position: relative; /* ankerpunt voor dropdown */
  margin-left: 0.5em; /* kleine ruimte na logo */
}

/* Hamburger-knop */
.hamburger {
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  padding: 0.25em;
  display: inline-block;
  z-index: 20;
}

/* Dropdown-menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;   /* direct onder de knop */
  left: 0;     /* uitgelijnd met linkerkant knop */
  background: #4DA7AE;
  border-radius: 0.25em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  flex-direction: column;
  z-index: 10;
}

/* Toon dropdown bij active */
.dropdown-menu.active {
  display: flex;
}

/* Menu-links */
.dropdown-menu a {
  display: block;
  padding: 0.75em 1em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.dropdown-menu a:last-child {
  border-bottom: none;
}

/* Animatie (optioneel) */
.dropdown-menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.dropdown-menu.active {
  opacity: 1;
  pointer-events: auto;
}
	
/* Zorg dat header en menu-wrapper links uitgelijnd zijn op mobiel */
@media (max-width: 600px) {
  /* Zorg dat de dropdown compacter is en binnen de viewport blijft */
  .menu-wrapper {
    position: relative;
    margin-left: 0.5em;
  }
  #dropdown-menu {
    position: absolute !important;
    top: calc(100% + 0.25em) !important;
    left: 0 !important;
    transform: none !important;
    width: auto !important;
    max-width: 80vw !important;    /* niet breder dan 80% van het scherm */
    max-height: 60vh !important;   /* niet hoger dan 60% van de schermhoogte */
    overflow-y: auto !important;
    background: #4DA7AE;
    border-radius: 0.25em;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    font-size: 0.9rem !important;   /* iets kleiner lettertype */
    z-index: 10;
  }
  #dropdown-menu a {
    padding: 0.5em 0.75em !important;  /* compactere padding */
    white-space: nowrap;
  }
}