@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, .editor-styles-wrapper {
  font-family: "Figtree", sans-serif;
  margin: 0px;
  background: #F6F3F0 !important;
  color: #000000;
}

p {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

section p {
  max-width: 100%;
}

.btn a {
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn.btn-primary a {
  border-radius: 30px;
  background: var(--primary-color);
  color: #ffffff !important;
  transition: all 0.2s ease;
}
.btn.btn-primary a:hover {
  background: var(--primary-color-dark);
  transition: all 0.2s ease;
  text-decoration: none !important;
}
.btn.btn-secondary {
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #ffffff;
  color: #000000 !important;
  transition: all 0.2s ease;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 170.588% */
}
.btn.btn-secondary:hover {
  background-color: #c7c7c7;
  text-decoration: none !important;
}

.wp-element-button, .gform_button {
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  margin-top: 10px;
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  transition: all 0.2s ease;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.wp-element-button:hover, .gform_button:hover {
  background: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

.is-style-outline a {
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  margin-top: 10px;
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: all 0.2s ease;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.is-style-outline a:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white !important;
  text-decoration: none !important;
}

.pageintro {
  padding-left: 20px;
  padding-right: 20px;
}
.pageintro p {
  max-width: 800px !important;
  margin: 0px auto !important;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 20px;
}

.row {
  display: flex;
}

.wp-block-heading, .wp-block-list {
  max-width: 800px;
  margin: 0 auto;
}

h1 {
  color: #000000;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
  max-width: 1240px;
  margin: 0 auto;
}

h2 {
  color: #000000;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 109.091% */
  letter-spacing: -0.44px;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 12px;
}

h3 {
  color: #000000;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 109.091% */
  letter-spacing: -0.44px;
}

h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 106.667% */
}

p {
  text-align: left;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  margin-bottom: 40px;
}
p a {
  color: var(--primary-color);
  text-decoration: none;
}
p a:visited {
  color: var(--primary-color);
}
p a:hover {
  color: #000000;
  text-decoration: underline;
}

.wp-block-list {
  text-align: left;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  margin-bottom: 40px;
  padding-left: 20px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 1240px;
  margin: 40px auto;
}

section h1 {
  max-width: 1240px !important;
  margin-left: initial !important;
}
section h2 {
  margin-left: 0px;
  max-width: 1240px !important;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: initial !important;
}
section h3 {
  margin-left: initial !important;
}
section p {
  margin-left: 0px;
  max-width: 1240px !important;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
section figure {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.subtitle {
  color: var(--primary-color);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 200% */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.topbar {
  padding: 10px 0px;
  font-size: 15px;
}
.topbar .row {
  justify-content: space-between;
  align-items: center;
  align-self: stretch !important;
}
.topbar .row .maininfo .row {
  display: flex;
  gap: 26px;
  align-items: center;
}
.topbar .row .maininfo .row div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.topbar .row div {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-size: 15px;
}
.topbar .row div ul {
  list-style: none;
  display: flex;
  gap: 28px;
}
.topbar .row div ul li {
  display: inline;
}
.topbar .row div a {
  color: #000000;
  text-decoration: none;
}
.topbar .row div a:hover {
  text-decoration: underline;
}

.mainheader {
  background-color: #ffffff;
  padding: 20px 0px;
  font-size: 19px;
}
.mainheader .row {
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px !important;
}
.mainheader .row ul {
  list-style: none;
  display: flex;
  gap: 57px;
  align-items: center;
}
.mainheader .row ul li {
  display: inline;
}
.mainheader .row ul li a {
  color: #000000;
  text-decoration: none;
}
.mainheader .row ul li a:hover {
  text-decoration: underline;
}

.site-footer {
  width: 100%;
  padding: 100px 0px;
  background-color: #2C2C2C;
  color: #ffffff;
  text-align: left;
}
.site-footer .container .row {
  justify-content: space-between;
  text-align: left;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
}
.site-footer .container .row p {
  text-align: left;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
}
.site-footer .container .row a {
  color: #ffffff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  text-decoration: none;
}
.site-footer .container .row a:hover {
  text-decoration: underline !important;
}
.site-footer .container .row ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  line-height: 26px; /* 152.941% */
}
.site-footer .socials {
  margin-top: 40px;
  margin-bottom: 30px;
}
.site-footer .socials .social-links a {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.site-footer .socials .social-links a:hover {
  opacity: 0.4;
  transition: opacity 0.4s ease;
}
.site-footer .privacy ul {
  list-style: none;
  display: flex;
  gap: 30px;
  line-height: 26px; /* 152.941% */
}
.site-footer .privacy ul li a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 173.333% */
  opacity: 0.5;
}

.hero-block .pageintro.left h1, .hero-block .pageintro.left h2, .hero-block .pageintro.left h3, .hero-block .pageintro.left h4, .hero-block .pageintro.left h5, .hero-block .pageintro.left p {
  text-align: left !important;
}

.hero-block.align-center .pageintro.left h1, .hero-block.align-center .pageintro.left h2, .hero-block.align-center .pageintro.left h3, .hero-block.align-center .pageintro.left h4, .hero-block.align-center .pageintro.left h5, .hero-block.align-center .pageintro.left p {
  text-align: center !important;
}

.pageintro {
  padding-top: 100px;
}
.pageintro h1 {
  margin-top: 6px !important;
  margin-bottom: 20px !important;
}
.pageintro p {
  text-align: center !important;
  margin-bottom: 40px !important;
}
.pageintro p.subtitle {
  margin-bottom: 0px !important;
}
.pageintro.left {
  max-width: 800px;
  margin: 0 auto;
}
.pageintro.left h1, .pageintro.left h2, .pageintro.left h3, .pageintro.left p {
  text-align: left !important;
}

.privacy.desktop {
  display: flex;
  margin-top: 40px;
}

.privacy.mobile {
  display: none;
}
.privacy.mobile ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.faq-only-blok + .wp-block-buttons {
  max-width: 800px;
  margin: 0 auto !important;
  margin-bottom: 120px !important;
}

@media (max-width: 990px) {
  .site-logo svg {
    width: 165px;
  }
  .pageintro {
    padding-top: 60px;
  }
  .pageintro .subtitle, .pageintro h1, .pageintro p {
    text-align: left !important;
  }
  .pageintro .subtitle {
    font-size: 12px !important;
  }
  .pageintro .intro-tekst p {
    margin-bottom: 40px !important;
  }
  h1 {
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 38px !important; /* 118.75% */
    text-align: left !important;
    margin-left: 0px !important;
  }
  h2 {
    font-size: 26px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: -0.26px !important;
    text-align: left !important;
    margin-left: 0px !important;
    padding-top: 0px;
  }
  h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
    padding-top: 0px;
  }
  h4 {
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 26px !important; /* 108.333% */
    text-align: left !important;
    margin-left: 0px !important;
  }
  .subtitle {
    text-align: left !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 216.667% */
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .site-footer {
    padding: 80px 0px;
  }
  .site-footer .row {
    flex-direction: column !important;
    gap: 14px;
  }
  .site-footer .row .footermain {
    flex: 2;
  }
  .site-footer .row .footercontact {
    flex: 2;
  }
  .site-footer .row .menufooter {
    flex: 1;
  }
  .site-footer .row p {
    text-align: left;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 22px;
    margin-top: 0px;
  }
  .btn {
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 29px !important; /* 152.632% */
  }
  .privacy.mobile {
    display: flex;
  }
  .privacy.desktop {
    display: none;
  }
}
/* ========== ALGEMENE STIJLEN ========== */
/* Header layout */
.mainheader {
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
.mainheader .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}

/* Menu knoppen */
.menu-icons {
  display: none;
  align-items: center;
  gap: 15px;
}

/* Icon buttons + hamburger menu (gedeelde styling) */
.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: 1px solid #000 !important;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  cursor: pointer;
  padding: 5px;
}

.icon-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 5px;
}

/* Extra stijl specifiek voor toggle knop */
.menu-toggle {
  font-size: 24px;
  background: none;
}

/* Navigatie (desktop) */
.main-navigation .main-menu {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Mobiele menu overlay */
.mobile-menu {
  display: none;
  position: fixed;
  top: 104px;
  height: 100vh;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: white;
  z-index: 999;
}
.mobile-menu.active {
  display: block;
}
.mobile-menu.active .menu-hoofdmenu-container {
  border-top: 1px solid #000;
  padding: 0px;
  padding-top: 20px;
  margin: 20px;
}
.mobile-menu.active .menu-hoofdmenu-container ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.mobile-menu.active .menu-hoofdmenu-container ul li a {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 138.095% */
}
.mobile-menu.active .menu-hoofdmenu-container ul .btn-primary {
  display: none;
}
.mobile-menu.active ul.secondary-menu {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-left: 20px;
  padding-left: 0px;
  padding-top: 20px;
  margin-right: 20px;
  border-top: 1px solid #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.mobile-menu.active ul.secondary-menu li a {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 138.095% */
  color: #000;
  text-decoration: none;
}
.mobile-menu.active ul.secondary-menu .btn-primary {
  display: none;
}
.mobile-menu.active .mobilemaininfo {
  padding: 20px;
  padding-top: 0px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 193.333% */
}
.mobile-menu.active .mobilemaininfo .infoitem {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000;
}
.mobile-menu.active .mobilemaininfo .infoitem a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 193.333% */
  text-decoration: none;
  color: #000;
}
.mobile-menu.active .btn-primary {
  display: flex;
  padding: 12px 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  color: #fff !important;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 152.632% */
  background: var(--primary-color);
  transition: all 0.2s ease;
}
.mobile-menu.active .btn-primary:hover {
  background: var(--primary-color-dark);
  transition: all 0.2s ease;
}
.mobile-menu .menu-hoofdmenu-container {
  padding: 20px;
}
.mobile-menu .menu-hoofdmenu-container li a {
  color: #000;
  text-decoration: none !important;
}

/* Menu lijst-items */
.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Default: desktop menu verborgen, mobiele knoppen zichtbaar */
.desktop-menu {
  display: none;
}

.menu-toggle,
.icon-button {
  display: flex;
}

/* ========== MEDIA QUERIES ========== */
/* Desktop (vanaf 991px) */
@media (min-width: 991px) {
  .desktop-menu {
    display: block;
  }
  .menu-toggle,
  .mobile-menu,
  .menu-icons .icon-button:not(.menu-toggle) {
    display: none;
  }
}
@media (min-width: 990px) {
  .mobile-menu {
    display: none !important;
  }
  .mainheader .row .menu-hoofdmenu-container ul li a {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 152.632% */
  }
}
/* Mobiel (tot 768px) */
@media (max-width: 990px) {
  .topbar {
    display: none;
  }
  .menu-icons {
    display: flex;
    gap: 5px;
  }
  .menu-icons .icon-button {
    height: 30px;
    width: 30px;
  }
  .menu-toggle {
    height: 40px !important;
    width: 40px !important;
    border-radius: 30px !important;
    padding: 5px !important;
  }
  .logo img {
    max-height: 50px;
    width: auto;
  }
  #site-navigation .main-menu {
    display: none;
    flex-direction: column;
    gap: 10px;
  }
  #site-navigation .main-menu.active {
    display: flex;
  }
  #site-navigation .main-menu li {
    margin-bottom: 15px;
  }
  .site-header {
    margin-bottom: 100px;
  }
  .mainheader {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
  }
  .menu-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #000;
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }
  .menu-toggle .bar {
    width: 22px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease;
    display: block;
    border-radius: 1px;
  }
  /* Staat wanneer menu open is */
  .menu-toggle.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  .menu-toggle.open .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .mainheader.menu-open .icon-button {
    display: none;
  }
}
.hero-home {
  position: relative;
}
.hero-home .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.hero-home .herotxt {
  flex: 1 1 50%;
  min-width: 300px;
  max-width: 60%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.hero-home .herotxt h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left !important;
}
.hero-home .herotxt .contactinfo {
  display: flex;
  gap: 52px;
  margin-top: 60px;
}
.hero-home .herotxt .contactinfo .colinfo {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hero-home .herotxt .contactinfo .colinfo .infoicon {
  display: flex;
  flex: none;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  padding: 0px;
  justify-content: center;
  align-items: center;
  gap: 14.054px;
  background-color: #fff;
}
.hero-home .herotxt .contactinfo .colinfo .infoicon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.hero-home .herotxt .contactinfo .colinfo .infoicon svg path {
  fill: var(--primary-color);
}
.hero-home .herotxt .contactinfo .colinfo a {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 17px;
  font-style: normal;
  padding: 6px 40px 6px 10px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  text-decoration: none;
}
.hero-home .herotxt .contactinfo .colinfo a:hover {
  text-decoration: underline;
}
.hero-home .herotxt .contactinfo .colinfo.second {
  display: flex;
  flex-direction: row;
  display: flex;
  gap: 22px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
}
.hero-home .herotxt .contactinfo .colinfo.second .openingstijden {
  display: flex;
  gap: 12px;
  padding-top: 12px;
  flex-direction: column;
}
.hero-home .heroimg {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: end;
  right: 0;
  height: 110%;
  aspect-ratio: 1/1;
  overflow: hidden;
  z-index: 0;
}
.hero-home .heroimg video, .hero-home .heroimg img {
  height: 100%;
  width: auto;
  max-width: 762px;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 0 0 0 100%;
  display: block;
}

.hero-home.hero-contact .herotxt h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  text-align: left !important;
}

.beoordeling {
  background-color: #fff;
  display: inline-flex;
  border-radius: 20px;
  padding: 6px 16px;
  align-items: center;
  gap: 20px;
}
.beoordeling .tekst {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 193.333% */
}

.ster {
  font-size: 16px;
  color: #ccc;
  display: inline-block;
}

.ster.gevuld {
  color: gold;
}

.ster.leeg {
  color: #ccc;
}

.ster.half {
  color: gold;
  position: relative;
}

.ster.half::after {
  content: "★";
  color: #ccc;
  position: absolute;
  left: 50%;
  width: 50%;
  overflow: hidden;
}

.hero-block .container {
  max-width: 800px;
}

@media (min-width: 991px) {
  .hero-home.mobile {
    display: none;
  }
  .hero-home.desktop {
    display: block;
  }
}
@media (max-width: 990px) {
  .hero-home.desktop {
    display: none;
  }
  .hero-home.mobile {
    display: block;
  }
  .hero-home .row {
    flex-direction: column;
  }
  .hero-home .herotxt {
    max-width: 100%;
    margin-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 0px !important;
  }
  .hero-home .herotxt h1 {
    margin-top: 90px;
    margin-bottom: 30px;
    text-align: left !important;
    position: absolute;
    top: 0;
  }
  .hero-home .beoordeling .tekst span {
    display: none;
  }
  .hero-home .heroimg {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 266px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .hero-home .heroimg img, .hero-home .heroimg video {
    width: 100%;
    height: auto;
    border-radius: 100% 0 0 0;
    object-fit: cover;
    display: block;
  }
  .hero-home .contactinfo {
    gap: 0px !important;
    flex-direction: column !important;
  }
  .hero-home .contactinfo .colinfo {
    display: flex;
  }
  .hero-home .contactinfo.second {
    padding: 6px 40px 6px 10px !important;
  }
  .hero-home.hero-contact .row {
    flex-direction: column;
  }
  .hero-home.hero-contact .herotxt {
    max-width: 100%;
    margin-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 0px !important;
  }
  .hero-home.hero-contact .herotxt h1 {
    text-align: left !important;
    position: relative;
    top: auto;
  }
  .hero-home.hero-contact .heroimg {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .hero-home.hero-contact .heroimg img, .hero-home.hero-contact .heroimg video {
    width: 100%;
    height: auto;
    border-radius: 100% 0 0 0;
    object-fit: cover;
    display: block;
  }
  .hero-home.hero-contact .contactinfo {
    gap: 0px !important;
    flex-direction: column !important;
  }
  .hero-home.hero-contact .contactinfo .colinfo {
    display: flex;
  }
  .hero-home.hero-contact .contactinfo .colinfo.second {
    padding: 6px 40px 6px 10px !important;
  }
  .hero-home.hero-contact .contactinfo.second {
    padding: 6px 40px 6px 10px !important;
  }
}
@media (max-width: 1560px) and (min-width: 990px) {
  .hero-home .heroimg {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 45%;
    aspect-ratio: 1/1;
    overflow: hidden;
    z-index: 0;
  }
}
.about {
  padding: 100px 0px;
  background-color: #ffffff;
}
.about .row {
  display: flex;
  gap: 60px;
}
.about .row .about-subtitle {
  color: var(--primary-color);
  margin: 0px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 152.941% */
}
.about .row h2 {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.about .row.about-content {
  gap: 60px;
}
.about .row .about-image .about-message {
  display: flex;
  width: 161px;
  position: absolute;
  height: 161px;
  min-width: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  flex-shrink: 0;
  border-radius: 0px 0px 200px 0px;
  color: #ffffff;
  padding: 20px 22px;
  background: var(--primary-color);
  transition: all 0.2s ease;
}
.about .row .about-image .about-message:hover {
  background: var(--primary-color-dark);
  transition: all 0.2s ease;
}
.about .row .about-image .about-message a {
  color: #fff !important;
  text-decoration: none !important;
}
.about .row .about-image .about-message p {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 152.941% */
  margin-bottom: 10px !important;
  width: 127px;
}
.about .row div {
  flex: 1 1 50%;
  min-width: 300px;
  max-width: 100%;
}
.about .row div.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.about .row .about-item {
  display: flex;
  padding: 30px 0px;
  flex-flow: wrap;
  flex-direction: column;
  text-align: left !important;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid #000000;
}
.about .row .about-item h4, .about .row .about-item p {
  margin: 0px;
}
.about .row .about-item .btn {
  color: var(--primary-color);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 94.118% */
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.about .row .about-item .btn span {
  display: flex;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--primary-color);
  border-radius: 30px;
  transition: all 0.2s ease;
}
.about .row .about-item .btn:hover {
  text-decoration: underline;
}
.about .row .about-item .btn:hover span {
  background-color: var(--primary-color-dark);
}

.about-block,
.about-block .about-header,
.about-block .about-item,
.about-block h2,
.about-block h4,
.about-block p {
  text-align: left !important;
}

@media (max-width: 990px) {
  .about {
    padding-top: 60px;
  }
  .about .row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .about .row h2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .about .row div {
    flex: 1 1 100% !important;
    min-width: 100% !important;
  }
  .about .row div.about-message {
    min-width: 0px !important;
  }
}
.featured-posts {
  padding: 100px 0px 40px 0px;
}
.featured-posts .featured-posts-header {
  place-content: space-between;
  margin-bottom: 26px;
}
.featured-posts .featured-posts-header h2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.featured-posts .featured-posts-header .btn {
  color: var(--primary-color);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 94.118% */
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.featured-posts .featured-posts-header .btn span {
  display: flex;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 30px;
  transition: all 0.2s ease;
}
.featured-posts .featured-posts-header .btn span svg path {
  fill: var(--primary-color);
  transition: all 0.2s ease;
}
.featured-posts .featured-posts-header .btn:hover span {
  background-color: var(--primary-color);
}
.featured-posts .featured-posts-header .btn:hover span svg path {
  fill: #fff;
  transition: all 0.2s ease;
}
.featured-posts .row.posts-grid {
  gap: 20px;
}
.featured-posts .row.posts-grid .post-item {
  flex: 1;
  text-decoration: none !important;
  border-bottom: 1px solid #000000;
  padding-bottom: 30px;
}
.featured-posts .row.posts-grid .post-item:hover img {
  opacity: 0.8;
  transition: all 0.2s ease;
}
.featured-posts .row.posts-grid .post-item:hover h4 {
  color: var(--primary-color) !important;
  transition: all 0.2s ease;
}
.featured-posts .row.posts-grid .post-item img {
  width: 100%;
  height: auto;
  align-self: stretch;
  aspect-ratio: 400/253;
  object-fit: cover;
  opacity: 1;
  transition: all 0.2s ease;
}
.featured-posts .row.posts-grid .post-item h4 {
  color: #000000 !important;
  text-decoration: none;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 106.667% */
  margin-top: 30px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.featured-posts .row.posts-grid .post-item p {
  color: #000000 !important;
  text-decoration: none;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  margin-bottom: 0px;
}

@media (max-width: 990px) {
  .row.posts-grid {
    display: flex !important;
    gap: 20px !important; /* ruimte tussen items */
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important; /* voor 'swiper'-gevoel */
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important; /* voor iOS soepel scrollen */
    padding: 1rem !important;
  }
  .post-item {
    flex: 0 0 auto !important; /* voorkom dat items krimpen */
    width: 300px !important; /* of een andere vaste breedte */
    scroll-snap-align: start !important;
  }
  .featured-posts .featured-posts-header .btn div {
    display: none;
  }
}
.featured-posts .featuredheader {
  flex-direction: column !important;
  text-align: center !important;
  padding: 0px 0px 55px 0px !important;
}
.featured-posts .featuredheader .subtitle {
  color: var(--primary-color);
  margin: 0px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 200% */
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.featured-posts .featuredheader h1 {
  color: #000000;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  padding-top: 0px;
  min-height: 80px;
  margin: 0px 0px 16px 0px !important;
}
.featured-posts .featuredheader .filter-buttons {
  display: none !important;
  /* display: flex; */
  flex-flow: wrap;
  padding-bottom: 8px;
  gap: 10px;
  align-self: center;
}
.featured-posts .featuredheader .filter-buttons .btn {
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 152.632% */
}
.featured-posts .featuredheader .filter-buttons .btn.btn-primary {
  border-radius: 30px;
  background: var(--primary-color);
  border: 1px solid #9F9892;
  background: #9F9892;
  color: #ffffff !important;
  transition: filter 0.2s ease;
}
.featured-posts .featuredheader .filter-buttons .btn.btn-primary.active {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.featured-posts .featuredheader .filter-buttons .btn.btn-primary:hover {
  filter: brightness(75%);
  text-decoration: none !important;
}

.page-template-template-inspiratie .featured-posts .row.posts-grid {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-inspiratie .featured-posts .row.posts-grid .post-item {
  flex: 0 0 calc((100% - 40px) / 3) !important; /* 2 gaps van 20px tussen 3 items */
  box-sizing: border-box;
  margin-bottom: 80px;
}

@media (max-width: 990px) {
  .page-template-template-inspiratie .featured-posts {
    padding-top: 0px;
  }
  .page-template-template-inspiratie h1 {
    min-height: 0px !important;
  }
  .page-template-template-inspiratie .filter-buttons {
    display: flex;
    gap: 20px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    align-self: unset !important;
    flex-flow: row !important;
  }
  .page-template-template-inspiratie .filter-buttons .btn {
    font-size: 19px !important;
    padding: 0px 30px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 29px !important; /* 152.632% */
    height: 53px !important;
    gap: 10px !important;
  }
  .page-template-template-inspiratie .featured-posts .row.posts-grid {
    padding: 0px !important;
  }
  .page-template-template-inspiratie .featured-posts .row.posts-grid .post-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 991px) {
  .featured-posts .row.posts-grid .post-item {
    flex: 0 0 calc((100% - 40px) / 3) !important;
    box-sizing: border-box;
    margin-bottom: 80px;
  }
}
.ctablock {
  background-color: #000000;
}
.ctablock.cta--hoofdkleur {
  background-color: var(--primary-color) !important;
}
.ctablock.cta--hoofdkleur .ctacontent {
  flex: 1;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ffffff;
  background-color: var(--primary-color) !important;
}
.ctablock .ctaimg {
  flex: 1;
  margin-right: 0px;
  z-index: 2;
}
.ctablock .ctacontent {
  flex: 1;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
}
.ctablock .ctacontent svg {
  position: absolute;
}
.ctablock .ctacontent .contenttxt {
  padding: 30px 20px 90px 74px;
  height: 100%;
  max-width: 450px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.ctablock .ctacontent .contenttxt h3 {
  color: #ffffff;
  margin: 0px 0px 8px 0px !important;
}
.ctablock .ctacontent .contenttxt p {
  margin: 0px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
}
.ctablock .ctacontent .contenttxt .btn {
  align-self: flex-start;
  text-decoration: none !important;
  padding: 6px 32px 6px 6px;
  margin-top: 20px;
}
.ctablock .ctacontent .contenttxt .btn img {
  width: 50px !important;
  height: 50px !important;
  position: relative;
  padding-right: 10px;
  border-radius: 50%;
  object-fit: cover;
}
.ctablock img {
  aspect-ratio: 460/287;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@media (max-width: 990px) {
  .ctablock .ctacontent svg {
    display: none;
  }
}
@media (max-width: 990px) {
  .ctablock {
    flex-direction: column-reverse !important;
  }
  .ctablock .ctacontent {
    padding: 80px 20px;
  }
  .ctablock .ctacontent svg {
    display: none;
  }
  .ctablock .ctacontent .contenttxt {
    padding-left: 0px !important;
  }
  .ctablock .ctaimg {
    margin-right: 0px !important;
  }
}
.afbeelding-tekst {
  padding-top: 100px;
  padding-bottom: 0px;
}
.afbeelding-tekst .row {
  gap: 90px;
  align-items: center;
}
.afbeelding-tekst .row .tekst {
  padding: 90px 0px;
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 12px;
}
.afbeelding-tekst .row .tekst p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.afbeelding-tekst .row .tekst .subtitle {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 2px;
  padding-left: 0px !important;
  text-transform: uppercase;
  color: var(--primary-color);
}
.afbeelding-tekst .row .tekst h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 48px;
}
.afbeelding-tekst .row .tekst .wp-block-gallery {
  gap: 2px !important;
  margin-top: 18px;
}
.afbeelding-tekst .row .tekst .wp-block-gallery img {
  aspect-ratio: 400/253;
  width: 100%;
  object-fit: cover;
}
.afbeelding-tekst .row .afbeelding img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}

@media (max-width: 990px) {
  .afbeelding-tekst {
    padding-top: 60px !important;
  }
  .afbeelding-tekst.afbeelding-links .row {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .afbeelding-tekst.afbeelding-rechts .row {
    flex-direction: column;
    gap: 30px;
  }
  .afbeelding-tekst .row .tekst {
    padding: 0px 0px;
    margin-bottom: 60px;
  }
  .afbeelding-tekst .row .tekst .wp-block-buttons {
    flex-direction: column;
  }
}
@media (max-width: 990px) and (min-width: 600px) {
  .afbeelding-tekst .afbeelding-tekst .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667) !important;
  }
}
.referentie-slider .referentie-slider-inner {
  flex: 1;
  display: flex;
  width: calc(50% + 250px);
  padding: 60px;
  align-items: flex-start;
  gap: 20px;
  border-radius: 0px 300px 0px 0px;
  background: #FFF;
}
.referentie-slider .referentie-slider-inner .slick-list {
  border-radius: 0px 300px 0px 0px;
}
.referentie-slider .referentie-slider-inner .quote {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.referentie-slider .referentie-slider-inner .quote .fig {
  display: flex;
  width: 13px;
  padding-top: 6px;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  flex-shrink: 0;
}
.referentie-slider .referentie-slider-inner .quote .fig svg path {
  fill: var(--primary-color);
}
.referentie-slider .referentie-slider-inner .quote .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 60px;
}
.referentie-slider .referentie-slider-inner .quote .content h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 106.667% */
  margin-top: 0px;
  margin-bottom: 0px;
}
.referentie-slider .referentie-slider-inner .quote .content p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  margin-top: 0px;
  margin-bottom: 0px;
}
.referentie-slider .referentie-slider-inner .quote .content p.small {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 94.118% */
}
.referentie-slider .referentie-slider-nav {
  display: flex;
  flex: 1;
  justify-content: start;
  align-items: start;
  gap: 10px;
  margin-left: -80px;
}
.referentie-slider .referentie-slider-nav button {
  display: flex;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #000;
  border-radius: 36px;
  border: 0px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.referentie-slider .referentie-slider-nav button:hover {
  background-color: var(--primary-color);
  transition: all 0.2s ease;
}
.referentie-slider .referentie-slider-nav button svg path {
  fill: #fff !important;
}

.featured-posts + .referentie-slider {
  margin-top: 0px !important;
}

.page-template-template-inspiratie .featured-posts + .referentie-slider {
  margin-top: 0px !important;
}

@media (max-width: 990px) {
  .referentie-slider .container {
    margin-right: 0px !important;
  }
  .referentie-slider-inner {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .referentie-slider .referentie-slider-inner .quote {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.imgslider {
  padding-top: 100px;
  padding-bottom: 40px;
}
.imgslider .container {
  width: 100% !important;
  max-width: 100%;
  height: 400px;
  padding: 0 !important;
  overflow: visible;
  position: relative;
}
.imgslider .container .row {
  display: block;
}
.imgslider .container .row img {
  height: 400px;
  object-fit: cover;
}
.imgslider .container .slick-slide {
  margin-right: 17px;
}
.imgslider .container .slick-slide:last-child {
  margin-right: 0;
}
.imgslider .container .slick-track {
  display: flex !important;
  gap: 0 !important;
}
.imgslider .container .slick-prev,
.imgslider .container .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: white;
  width: clamp(28px, 3vw, 36px);
  height: clamp(28px, 3vw, 36px);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease;
}
.imgslider .container .slick-prev:hover,
.imgslider .container .slick-next:hover {
  background-color: var(--primary-color);
  transition: all 0.2s ease;
}
.imgslider .container .slick-prev:hover svg fill,
.imgslider .container .slick-next:hover svg fill {
  color: #fff !important;
}
.imgslider .container .slick-prev::before,
.imgslider .container .slick-next::before {
  display: none;
}
.imgslider .container .slick-prev svg,
.imgslider .container .slick-next svg {
  width: clamp(14px, 1.5vw, 19px);
  height: clamp(14px, 1.5vw, 19px);
  flex-shrink: 0;
}
.imgslider .container .slick-prev {
  left: calc(50% - 620px);
}
.imgslider .container .slick-next {
  right: calc(50% - 620px);
}
@media (max-width: 1240px) {
  .imgslider .container .slick-prev {
    left: calc(50% - 50vw + 20px);
  }
  .imgslider .container .slick-next {
    right: calc(50% - 50vw + 20px);
  }
}

@media (max-width: 990px) {
  .imgslider .container {
    width: 100% !important;
    max-width: 100%;
    height: 253px !important;
    padding: 0 !important;
    overflow: visible;
    position: relative;
  }
  .imgslider .container .row .slick-slide.usps {
    display: none !important;
  }
  .imgslider .container .row .slick-slide img {
    height: 253px !important;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
    width: 28px;
    height: 28px;
  }
  .slick-prev svg,
  .slick-next svg {
    width: 14px;
    height: 14px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}
.slick-slider .usps {
  padding: 0px 90px 0px 50px;
  background: #000;
  height: 400px;
  width: auto;
  color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slick-slider .usps .usp-tekst {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 152.941% */
}

.hero-block + .imgslider {
  padding-top: 60px;
}

.faq-blok {
  padding-top: 100px;
  padding-bottom: 0px;
}
.faq-blok .row {
  gap: 90px;
}
.faq-blok .row .tekst {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 12px;
}
.faq-blok .row .tekst p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.faq-blok .row .tekst .subtitle {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 200% */
  letter-spacing: 2px;
  padding-left: 0px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.faq-blok .row .tekst h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 48px;
}
.faq-blok .row .tekst .wp-block-gallery {
  display: flex;
  padding-top: 20px;
  align-items: flex-start;
  gap: -16px;
}
.faq-blok .row .tekst .wp-block-gallery .wp-block-image {
  margin-right: -16px !important;
}
.faq-blok .row .tekst .wp-block-gallery img {
  aspect-ratio: 1/1 !important;
  width: 64px !important;
  height: 64px !important;
  object-fit: cover !important;
  border-radius: 64px !important;
}

.faq summary {
  display: flex;
  padding: 25px 0px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  align-self: stretch;
  cursor: pointer;
}
.faq summary strong {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 152.941% */
}

.faq .icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.faq details[open] .icon .plus-icon path:first-child {
  opacity: 0;
}

.faq details[open] .icon {
  transform: rotate(0deg);
}

.faq summary::-webkit-details-marker {
  display: none;
}

.plus-icon .plus-vertical {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform-origin: center;
}

details[open] .plus-icon .plus-vertical {
  opacity: 0;
  transform: scaleY(0);
}

details {
  border-top: 1px solid #000;
}
details:last-of-type {
  border-bottom: 1px solid #000;
}
details p {
  padding-bottom: 24px;
  margin-top: -14px;
}

.faq-only-blok {
  padding-top: 0px;
  padding-bottom: 20px;
}

.faq-only-blok .row {
  gap: 90px;
}

.faq-only-blok .row .tekst {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 12px;
}

.faq-only-blok .row .tekst p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.faq-only-blok .row .tekst .subtitle {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 2px;
  padding-left: 0px;
  text-transform: uppercase;
  color: var(--primary-color);
}

.faq-only-blok .row .tekst h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.faq-only-blok .row .tekst .wp-block-gallery {
  display: flex;
  padding-top: 20px;
  align-items: flex-start;
  gap: -16px;
}

.faq-only-blok .row .tekst .wp-block-gallery .wp-block-image {
  margin-right: -16px !important;
}

.faq-only-blok .row .tekst .wp-block-gallery img {
  aspect-ratio: 1/1 !important;
  width: 64px !important;
  height: 64px !important;
  object-fit: cover !important;
  border-radius: 64px !important;
}

.faq summary {
  display: flex;
  padding: 25px 0px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  align-self: stretch;
  cursor: pointer;
}

.faq summary strong {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.faq .icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.faq details[open] .icon .plus-icon path:first-child {
  opacity: 0;
}

.faq details[open] .icon {
  transform: rotate(0deg);
}

.faq summary::-webkit-details-marker {
  display: none;
}

.plus-icon .plus-vertical {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform-origin: center;
}

details[open] .plus-icon .plus-vertical {
  opacity: 0;
  transform: scaleY(0);
}

details {
  border-top: 1px solid #000;
}

details:last-of-type {
  border-bottom: 1px solid #000;
}

details p {
  padding-bottom: 24px;
  margin-top: -14px;
}

.faq-only-blok {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.body :not(section) .wp-block-buttons {
  max-width: 800px;
  margin: 0 auto !important;
  padding-bottom: 40px;
}

@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq details .content {
  max-height: 0;
  overflow: hidden;
  padding-top: 10px;
  transition: max-height 0.7s ease;
}

@media (max-width: 990px) {
  .faq-blok.afbeelding-links .row {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .faq-blok.afbeelding-rechts .row {
    flex-direction: column;
    gap: 30px;
  }
  .faq-blok .row .tekst {
    padding: 0px 0px;
  }
  .faq-blok .row .faq {
    margin-top: 30px;
  }
}
.afbeelding-formulier {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.afbeelding-formulier .row {
  gap: 90px;
}
.afbeelding-formulier .row .tekst {
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 12px;
}
.afbeelding-formulier .row .tekst p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.afbeelding-formulier .row .tekst .subtitle {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 2px;
  padding-left: 0px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.afbeelding-formulier .row .tekst h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 44px;
}
.afbeelding-formulier .row .tekst .wp-block-gallery {
  gap: 2px !important;
  margin-top: 18px;
}
.afbeelding-formulier .row .tekst .wp-block-gallery img {
  aspect-ratio: 400/253;
  width: 100%;
  object-fit: cover;
}
.afbeelding-formulier .row .afbeelding img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.afbeelding-formulier .gform_wrapper.gravity-theme .gform_fields {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  width: 100%;
}
.afbeelding-formulier .gform_wrapper .gfield label {
  display: none;
}
.afbeelding-formulier .gform_wrapper .gfield input {
  font-family: "Figtree", sans-serif;
  display: flex;
  height: 55px;
  padding: 14px 30px 15px 18px !important;
  align-items: center;
  align-self: stretch;
  border: 1px solid #9F9892;
  border-radius: 0px;
  background: #fff;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  color: #000;
}
.afbeelding-formulier .gform_wrapper .gfield input::placeholder {
  font-family: "Figtree", sans-serif;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  color: #9F9892;
}
.afbeelding-formulier .gform_wrapper .gfield textarea {
  font-family: "Figtree", sans-serif;
  height: 178px;
  display: flex;
  padding: 14px 30px 15px 18px !important;
  align-items: center;
  align-self: stretch;
  border: 1px solid #9F9892;
  border-radius: 0px;
  background: #fff;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  color: #000;
}
.afbeelding-formulier .gform_wrapper .gfield textarea::placeholder {
  font-family: "Figtree", sans-serif;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  color: #9F9892;
}
.afbeelding-formulier .gform_wrapper .gfield--type-consent legend {
  display: none;
}
.afbeelding-formulier .gform_wrapper .gfield--type-consent label {
  display: block !important;
}
.afbeelding-formulier .gform_wrapper .gfield--type-consent .ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 8px;
}
.afbeelding-formulier .gform_wrapper .gfield--type-consent .ginput_container_consent input {
  width: 24px;
  height: 24px;
  background-color: #9F9892;
  margin: 0px;
}
.afbeelding-formulier.afbeelding-rechts .row {
  gap: 127px !important;
}
.afbeelding-formulier.afbeelding-rechts .row .tekst {
  flex: 2 !important;
}

#gform_wrapper_1 input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: rgba(159, 152, 146, 0.2) !important;
  border: 0px solid #999 !important;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px !important;
}

#gform_wrapper_1 input[type=checkbox]:checked {
  background: rgb(159, 152, 146) !important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 6px 0 0;
  padding: 0px 0 !important;
}

.usps-lijst {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 13px;
  flex-shrink: 0;
  margin-top: 20px;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.usp-icoon {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #F6F3F0;
}

.usp-icoon svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.usp-icoon svg path {
  fill: var(--primary-color);
}

.usp-tekst {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 152.941% */
}

@media (max-width: 990px) {
  .afbeelding-formulier.afbeelding-links .row {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .afbeelding-formulier.afbeelding-rechts .row {
    flex-direction: column;
    gap: 30px;
  }
  .afbeelding-formulier .row .tekst {
    padding: 0px 0px;
  }
}
.uspblock {
  padding-top: 0px;
  padding-bottom: 0px;
}
.uspblock .usps-lijst {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  align-items: flex-end;
  gap: 13px;
}
.uspblock .usps-lijst .usp-item {
  gap: 18px !important;
}
.uspblock .usps-lijst .usp-item .usp-icoon {
  background: #fff;
}
.uspblock .usps-lijst .usp-item .usp-icoon svg {
  width: 30px !important;
  height: 30px !important;
}
.uspblock .usps-lijst .usp-item .usp-tekst {
  font-size: 17px;
  font-style: normal;
  width: 210px;
  font-weight: 600;
  line-height: 26px;
}

@media (max-width: 990px) {
  .uspblock .usps-lijst {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    gap: 13px;
  }
}
.visit {
  padding-top: 100px;
}
.visit .visit-inner {
  display: flex;
  width: calc(50% + 250px);
  align-items: flex-start;
  gap: 20px;
  border-radius: 0px 300px 0px 0px;
  background: #FFF;
}
.visit .visit-inner .visit-content {
  padding: 60px 120px 60px 60px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.visit .visit-inner .visit-content h4 {
  margin: 0px;
  color: var(--primary-color);
}
.visit .visit-inner .visit-content .contactinfo {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.visit .visit-inner .visit-content .contactinfo a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 94.118% */
}

@media (max-width: 990px) {
  .visit {
    padding-top: 60px;
  }
  .visit .visit-inner {
    display: flex;
    width: 100%;
  }
  .visit .visit-inner .visit-content .contactinfo {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
    flex-direction: column;
  }
}
.single main#primary {
  padding-left: 20px;
  padding-right: 20px;
}
.single main#primary .pageintro {
  margin-left: -20px;
  margin-right: -20px;
}
.single main#primary p + .wp-block-buttons {
  max-width: 800px;
  margin: 0 auto !important;
  margin-bottom: 120px !important;
}
.single section {
  margin-left: -20px;
  margin-right: -20px;
}
.single .wp-block-gallery:first-of-type figure:first-of-type {
  flex: 2;
}
.single .wp-block-gallery:first-of-type img {
  width: auto;
  height: 592px;
}
.single .wp-block-gallery {
  padding-top: 30px;
}
.single .wp-block-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.single .wp-block-gallery:last-of-type figure:first-of-type {
  flex: 2;
}
.single .wp-block-gallery:last-of-type img {
  width: auto !important;
  height: 400px !important;
  flex: auto !important;
}

.page main#primary {
  padding-left: 20px;
  padding-right: 20px;
}
.page main#primary .pageintro {
  margin-left: -20px;
  margin-right: -20px;
}
.page section {
  margin-left: -20px;
  margin-right: -20px;
}

/*# sourceMappingURL=style.css.map */
