/* Basisinstellingen */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: system-ui, sans-serif;
  background: #f8f9fa;
  color: #222;
}

/* Paginastructuur */
.pagina {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: white; /* zodat footer niet zweeft op grijs */
}

/* Hoofdstuk neemt alle beschikbare ruimte */

/* Typografie */
h1, h2 {
  color: #1f2937;
}

/* Knoppen */
button {
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 0.6em 1.2em;
   background: linear-gradient(to bottom, #00c6e0, #009fbf); /* turquoise  */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button:hover {
   background: linear-gradient(to bottom, #00e6ff, #007a94); /* lichter bij hover */
}
.knop {
  padding: 0.7em 1.4em;
  background-color: #007a94;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.knop:hover {
  background-color: #1e40af;
}

.knop.secundair {
  background-color: #e5e7eb;
  color: #111827;
}

.knop.secundair:hover {
  background-color: #d1d5db;
}







/* Formulieren */
textarea, input[type="email"] {
  width: 100%;
  padding: 0.6em;
  margin-top: 0.5em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
form button {
  margin-top: 1em;
  background: #10b981;
}

/* Info / pre */
#actie-info {
  margin-top: 1em;
  font-style: italic;
}
pre {
  background: #f0f0f0;
  padding: 1em;
  white-space: pre-wrap;
  border-left: 4px solid #2563eb;
}
main {
  flex: 1;
  padding: 1.5em;
  max-width: 960px;         /* of 800px als je compacter wilt */
  margin: 0 auto;           /* centreert op grote schermen */
  box-sizing: border-box;  /* voorkomt overloop */
}
main p {
  line-height: 1.6;
  margin-bottom: 1.2em;
}
button.actief {
  background-color: #10b981;
  color: white;
  font-weight: bold;
}
.container {
  display: flex;
  gap: 2em;
  margin: 2em auto;
  max-width: 1200px;
}

.kolom {
  flex: 1;
  display: flex;
  flex-direction: column;
}

textarea {
  width: 100%;
  padding: 1em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: vertical;
}

.outputvak {
  min-height: 15em;
  padding: 1em;
  background: #f8f9fa;
  border: 1px solid #ccc;
  border-radius: 5px;
  white-space: pre-wrap;
}


.flex-container {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  align-items: flex-start;
}

.invoerblok,
.uitlegblok {
  flex: 1;
  min-width: 300px;
}
.invoerblok, .uitlegblok {
  flex: 1;
  min-width: 300px;
  padding: 1rem;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}




/* Header en footer */


/* Footer blijft zoals hij is */
footer {
  background-color: #10a4ab;
  color: white;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}
.menu-lijst {
  display: flex;
  justify-content: center;
  gap: 2em;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background-color: #10a4ab;
}

.menu-lijst a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.menu-lijst a:hover {
  text-decoration: underline;
}



.menu-lijst a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.menu-lijst a:hover {
  text-decoration: underline;
}
#site-footer {
  background-color: #10a4ab;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

#site-footer a {
  color: white;
  text-decoration: underline;
  margin: 0 5px;
}

#site-footer a:hover {
  text-decoration: none;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap; /* mobiel: onder elkaar */
  padding: 10px;
  background: #10a4ab;
  color: white;
  text-align: left;
}

.footer-kolom {
  flex: 1;
  min-width: 200px;
}

.footer-kolom a {
  color: white;
  text-decoration: underline;
  font-weight: normal;
}

.footer-kolom a:hover {
  text-decoration: none;
}

.footer-rechten {
  text-align: center;
  background: #10a4ab;
  color: white;
  padding-bottom: 10px;
  font-size: 0.9em;
  margin: 0;
}
.contact-container {
  display: flex;
  gap: 4em;
  flex-wrap: wrap;
  margin-top: 2em;
}

.contact-form, .contact-info {
  flex: 1;
  min-width: 300px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-top: 1em;
}

.contact-form input, .contact-form textarea {
  padding: 0.6em;
  font-size: 1em;
  margin-top: 0.3em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form button {
  margin-top: 1em;
  background: #10b981;
  color: white;
  border: none;
  padding: 0.6em 1.2em;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background: #0e9e6e;
}
article {
  padding: 0.1em 3.5em;  /* boven/onder 1em, links/rechts 1.5em */
  background-color: #fafafa;  /* lichte achtergrond voor onderscheid */
  border-radius: 4px;   /* optioneel: afgeronde hoeken */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);  /* optioneel: lichte schaduw */
  margin-top: 0,1em;      /* afstand boven main */
}

article h1 {
  font-size: 3.5em;         /* grootste */
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #222;
}
h1, article h1 {
  font-size: 2.8em;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  color: #1f2937;
  font-weight: bold;
  text-align: center;
}

h2, article h2 {
  font-size: 1.8em;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  color: #222;
  font-weight: 600;
}

h3, article h3 {
  font-size: 1.4em;
  margin-top: 1em;
  margin-bottom: 0.4em;
  color: #333;
  font-weight: 500;
}


article p {
  line-height: 1.6;
  margin-bottom: 1.2em;
  font-size: 1em;
  color: #333;
}
article section {
  border-left: 5px solid #ccc;
  padding-left: 1em;
  margin-bottom: 2em;
  background-color: #f9f9f9;
  border-radius: 4px;
}

article section:nth-of-type(1) {
  border-color: #3b82f6;
}

article section:nth-of-type(2) {
  border-color: #10b981;
}

article section:nth-of-type(3) {
  border-color: #f59e0b;
}

article section:last-of-type {
  background-color: #e0f2fe;
  padding: 1.5em;
  border-left: none;
}

.blog-tags {
  margin-bottom: 1em;
}

.blog-tags .tag {
  display: inline-block;
  background-color: #f0f0f0;
  color: #555;
  padding: 0.3em 0.7em;
  margin-right: 0.5em;
  border-radius: 3px;
  font-size: 0.9em;
}

.blog-cta {
  margin-top: 2em;
  padding: 1.5em;
  background-color: #fff3e0; /* licht oranje achtergrond */
  border-left: 4px solid #ffa726; /* accentlijn */
  border-radius: 4px;
}

.blog-cta h2 {
  margin-top: 0;
  color: #e65100;
}

.blog-cta p {
  margin-bottom: 1em;
}

.cta-button {
  display: inline-block;
  padding: 0.75em 1.5em;
  background-color: #ffa726;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

.cta-button:hover {
  background-color: #fb8c00;
}

.blokjes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
}

.blokje {
  flex: 1 1 200px; /* kleinere minimale breedte */
  max-width: 250px; /* past sneller naast elkaar */
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  background-color: #f9f9f9;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.afb-naast-tekst {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin: 30px 0;
}

.afb-naast-tekst img {
  flex: 1 1 30%;
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 6px;
}


.afb-naast-tekst .tekstblok {
  flex: 1 1 55%;
}
.tekst-met-plaatje img {
  float: left;
  max-width: 300px;
  height: auto;
  margin: 0 1.5em 1em 0;
}

.tekst-met-plaatje::after {
  content: "";
  display: table;
  clear: both;
}
.dropdown {
  position: relative;
  font-family: system-ui, sans-serif;  /* Of jouw gewenste lettertype */
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  list-style: none;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 220px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.dropdown-menu li {
  padding: 0.8em 1.3em;          /* Minder ruimte tussen regels */
  line-height: 0.3;           /* Minder verticale afstand */
  font-size: 14px;            /* Kleiner lettertype */
  font-weight: normal;        /* Geen bold of 10px fout */
  text-transform: none;       /* Geen hoofdletters tenzij gewenst */
}

.dropdown-menu li a {
  color: #333;                /* Donkergrijs voor rustiger beeld */
  text-decoration: none;
  font-family: system-ui, sans-serif;
}

.dropdown-menu li a:hover {
  color: #2563eb;             /* Blauw bij hover, optioneel */
  text-decoration: underline;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
#lamel-radio {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 3px solid var(--tab-color, #10888f);
  padding: 1em;
  z-index: 9999;
  display: none;
}

#lamel-radio.open {
  display: block;
}

.vast-label {
  color: red;
  font-weight: bold;
  display: inline-block;
  min-width: 2em;
  padding-left: 0.5em;
}

