nav h1,
section h1,
article h1 {
    font-size: 1.5rem; 
    font-weight: bold;
}
h2 {
	text-align: left;
	font-size: 1.5rem;
	margin-bottom: 30px;
}
footer {
width: 100%; 
text-align: center; 
margin-top: 10px;
}
.footer-logo {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
}
#tarieven h3 {
  text-align: center;
}
#werkwijze img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}
.branding {
  display: flex;
  align-items: center;
  gap: 10px;
}
.branding img.logo {
  width: 150px;
  height: 150px;
  margin-bottom: -50px;
  margin-right: -20px;
}
.contact-center img {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 150px;
}
.contact-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-left p.socials {
  display: flex;
  gap: 25px;
  margin-top: 10px;
}
.contact-left p.socials img {
  height: 32px;
  width: 32px;
}
.contact-left,
.contact-center,
.contact-right {
  flex: 1;
  min-width: 40%;
}
.container {
  width: 40%;
  max-width: 1100px;
  margin: auto;
}
.desktop-nav {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  align-items: center;
}
.desktop-nav a {
  text-decoration: none;
  font-weight: 600;
  color: #2d2d2d;
  font-size: 1rem;
}
.branding,
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.faq-answer {
  display: none;
   padding: 12px;
   background: #fafafa;
}
.faq-item {
  margin-bottom: 15px;
   border-bottom: 1px solid #ddd;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}
.faq-question {
  font-weight: bold;
   cursor: pointer;
   padding: 12px;
   border: none;
   width: 100%;
   text-align: left;
   font-size: 16px;
   color: #000000;
}
.faq-toggle {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.logo {
  	height: auto;
}
.ondertekst {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.overlay {
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
}
.section {
  padding: 60px 20px;
  scroll-margin-top: 80px;
}
.section .container {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}
.section p {
  margin-bottom: 1em;
}
.section.light {
  background: #f1f1ec;
}
.service-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.service-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.slide.active {
  opacity: 1;
}
.tarief-balk {
  background: linear-gradient(to right, #ffe3e3, #ffdcdc);
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
}
.tarief-balk h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.tarief-balk h4 span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
.tarief-balk p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.tarief-balk.blue {
  background: linear-gradient(to right, #dceeff, #e3f2ff);
}
.tarief-balk.green {
  background: linear-gradient(to right, #e4fbe0, #dbf6d7);
}
.tarief-balk.purple {
  background: linear-gradient(to right, #f1e4ff, #ecd6ff);
}
.tarief-balk:hover {
  transform: scale(1.01);
}
.tarieven-lijst {
  max-width: 600px;
  margin: 0 auto 30px auto;
}
body {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #fdfcf9;
  color: #2d2d2d;
}
button {
  padding: 12px;
  background: #7abf91;
  color: #000000;
  font-weight: bold;
  border: none;
  border-radius: 8px;
}
footer {
  text-align: center;
  padding: 20px;
  background: #eaeae0;
  font-size: 0.9em;
}
form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 80px;
}
header .branding {
  grid-column: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 10px;
}
input, textarea {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
nav {
  display: flex;
  gap: 20px;
  padding-right: 20px;
}
nav a {
  text-decoration: none;
  font-weight: 600;
  color: #2d2d2d;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}
html {
  scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
}
.form-success, .form-error {
  margin: 20px 0;
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 1.1em;
  text-align: center;
  transition: opacity 1s ease-in-out;
}
.form-success {
  background-color: #d6f5d6;
  color: #216c21;
  border: 1px solid #82c682;
}
.form-error {
  background-color: #fdd;
  color: #a00;
  border: 1px solid #e88;
}
.hidden {
  display: none;
}
.fade-out {
  opacity: 0;
}
.hidden-honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.social-float {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 20px;
    border-radius: 50%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    background-color: white;
}
.whatsapp {
    bottom: 20px;
}
.facebook {
    bottom: 90px;
}
.instagram {
    bottom: 160px;
}
.google {
    bottom: 230px;
}
#screenshot-blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none; 
  z-index: 999999; 
}
* {
  box-sizing: border-box;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#cookie-banner {
  display: none; /* standaard verborgen */
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
}

#cookie-banner.active {
  display: flex; /* zichtbaar en gecentreerd */
}

#cookie-banner .cookie-content {
  background: #fff;
  padding: 2rem;
  max-width: 90%;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
  text-align: center;
}

.cookie-buttons {
  margin-top: 1rem;
}

.cookie-buttons button {
  margin: 0 0.5rem;
  padding: 0.5rem 1.2rem;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  color: #000;
}

#accept-cookies {
  background-color: #4caf50;
  color: black;
}

#decline-cookies {
  background-color: #f44336;
  color: black;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ddd;
}
.hero-slider::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.hero-slider picture,
.hero-slider img,
.slide {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.service-box img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
html.prevent-scroll,
body.prevent-scroll {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 17px);
}
.section:first-of-type {
  padding-top: 100px;
}
.section {
  scroll-margin-top: 100px;
}
@media (max-width: 1199px) {
  .desktop-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 5%;
    padding: 0 6px;
    background-color: white;
    flex-shrink: 1;
  }
  .desktop-nav a {
    flex: 1 1 auto;
    font-size: 0.85rem;
    text-align: center;
    padding: 8px 4px;
    white-space: nowrap;
  }
.contact-grid {
  flex-direction: column;
  align-items: stretch;
  }
.contact-left,
.contact-center,
.contact-right {
  min-width: 100%;
  text-align: center;
  }
.contact-left p.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  }
.desktop-nav a {
  flex: 0 1 auto;
  min-width: fit-content;
  text-align: center;
  font-size: 0.95rem;
  padding: 6px 0;
  }
.branding img.logo {
  height: 150px;
  margin-bottom: -50px;
  margin-right: 0;
  }
.social-float {
  display: flex;
  }
img {
  display: block;
  width: 100%;
  height: 100%;
  }
.hero-slider {
    margin-top: 80px;
}
.hero-slider img,
.slide {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  }
.service-box img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  }
}