@charset "UTF-8";
/* ------------------------------------------------ // fonts */
/* ------------------------------------------------ // colors */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

body {
  font-size: 18px;
  font-weight: 400;
  color: #484843;
}

.text-muted {
  color: #b0cde0;
}

/* ------------------------------------------------ // kop */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.2em 0 0.5em;
  color: #484843;
}

h1 {
  margin-top: 0;
  font-size: 55px;
  line-height: 64px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

h4,
h5,
h6 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h4,
h5,
h6 {
    font-size: 17px;
    line-height: 20px;
  }
}

/**
 * Regular text
 */
p {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 20px;
  letter-spacing: 0.5;
  font-weight: 400;
  color: #66655f;
}
@media (max-width: 767.98px) {
  p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25;
    margin-bottom: 15px;
  }
}

strong {
  color: #484843;
}

/**
 * Links
 */
a {
  transition: 0.3s;
  color: default;
  text-decoration: none;
  font-size: 18px;
  line-height: 29px;
}
a:hover {
  color: inherit;
}

/**
 * Sublabel
 */
span.subtitel {
  color: #b0cde0;
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  span.subtitel {
    font-size: 18px;
  }
}

/**
 * List styling
 */
main ul,
main ol {
  list-style: none;
  padding-left: 17px;
}
main ul li,
main ol li {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5;
  text-indent: -1.6em;
  padding-left: 1.6em;
  color: #66655f;
}
main ul li:before,
main ol li:before {
  content: "";
  font-family: "icomoon";
  margin-right: 9px;
  font-size: 18px;
  color: #a2a57b;
}
@media (max-width: 767.98px) {
  main ul li,
main ol li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25;
  }
}

/**
 * Quote
 */
blockquote p {
  display: none;
}
blockquote cite {
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  color: #c07454;
  font-style: normal;
  position: relative;
  padding-left: 24px;
}
@media (max-width: 767.98px) {
  blockquote cite {
    font-size: 18px;
    line-height: 29px;
  }
}
blockquote cite:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #c07454;
}
@media (max-width: 767.98px) {
  blockquote cite:before {
    width: 3px;
  }
}

.wp-block-buttons {
  gap: 16px;
  margin-top: 25px;
}

/**
* Arrow right
*/
.arrow-right a:after {
  content: "";
  font-family: "icomoon";
  margin-left: 8px;
  font-size: 14px;
}

button,
.btn,
.wp-block-button__link {
  color: white;
  background-color: #c07454;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  display: inline;
  padding: 12px 25px;
  border: 0;
  border-radius: 20px;
  border-radius: 60px;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  /**
   * Button outline
   */
  /**
   * Button with icons
   */
  /* Button link */
}
button:has(+ .btn),
.btn:has(+ .btn),
.wp-block-button__link:has(+ .btn) {
  margin-right: 16px;
}
button:active, button:focus-visible, button:first-child:active,
.btn:active,
.btn:focus-visible,
.btn:first-child:active,
.wp-block-button__link:active,
.wp-block-button__link:focus-visible,
.wp-block-button__link:first-child:active {
  color: #FFFFFF;
  background-color: #c07454;
}
@media (max-width: 767.98px) {
  button,
.btn,
.wp-block-button__link {
    font-size: 16px;
  }
}
button:after,
.btn:after,
.wp-block-button__link:after {
  font-family: "icomoon";
  font-weight: 400;
}
button a,
.btn a,
.wp-block-button__link a {
  color: inherit;
}
button.btn-outline,
.btn.btn-outline,
.wp-block-button__link.btn-outline {
  color: #484843;
  background: transparent;
  border: 1px solid #484843;
  line-height: 1.3em;
}
button.btn-outline:hover,
.btn.btn-outline:hover,
.wp-block-button__link.btn-outline:hover {
  border: 1px solid transparent;
}
button.btn-white,
.btn.btn-white,
.wp-block-button__link.btn-white {
  background: #FFFFFF;
  color: #c07454;
}
button.btn-white:hover,
.btn.btn-white:hover,
.wp-block-button__link.btn-white:hover {
  background: #484843;
  color: #FFFFFF;
}
button.btn-extern:after,
.btn.btn-extern:after,
.wp-block-button__link.btn-extern:after {
  content: "";
  margin-left: 8px;
  font-size: 0.9em;
}
button.btn-download:after,
.btn.btn-download:after,
.wp-block-button__link.btn-download:after {
  content: "";
  margin-left: 8px;
}
button.btn-locaties::after,
.btn.btn-locaties::after,
.wp-block-button__link.btn-locaties::after {
  content: "";
  position: relative;
  top: 1px;
  margin-left: 5px;
  font-size: 18px;
}
button.btn-link,
.btn.btn-link,
.wp-block-button__link.btn-link {
  background: transparent;
  padding: 0;
  color: #c07454;
  font-weight: 700;
}
button.btn-link:after,
.btn.btn-link:after,
.wp-block-button__link.btn-link:after {
  content: "";
  font-family: "icomoon";
  margin-left: 8px;
  font-size: 14px;
}
button.btn-link:hover, button.btn-link:active, button.btn-link:focus-visible,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus-visible,
.wp-block-button__link.btn-link:hover,
.wp-block-button__link.btn-link:active,
.wp-block-button__link.btn-link:focus-visible {
  background: none;
  color: #484843;
}
button.btn-back:after,
.btn.btn-back:after,
.wp-block-button__link.btn-back:after {
  display: none;
}
button.btn-back:before,
.btn.btn-back:before,
.wp-block-button__link.btn-back:before {
  content: "";
  font-family: "icomoon";
  margin-right: 8px;
  font-size: 14px;
}
button:hover, button:active, button:focus-visible,
.btn:hover,
.btn:active,
.btn:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus-visible {
  color: white;
  background: #a45b3d;
}

.btn:not(.btn-check) + .btn:active {
  color: #FFFFFF;
  background-color: #c07454;
}

header {
  position: relative;
}
header nav.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  padding-top: 6px;
  margin-left: 30px;
}
header nav.navbar ul.navbar-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  header nav.navbar ul.navbar-nav {
    gap: 20px;
  }
}
header nav.navbar ul.navbar-nav li.menu-item:hover {
  cursor: pointer;
}
header nav.navbar ul.navbar-nav li.menu-item a {
  padding: 38px 0;
  color: #484843;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
header nav.navbar ul.navbar-nav li.menu-item a:hover {
  color: #c07454;
}
@media (max-width: 1199.98px) {
  header nav.navbar ul.navbar-nav li.menu-item a {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  header nav.navbar ul.navbar-nav li.menu-item a {
    padding: 0;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.current-menu-item > a, header nav.navbar ul.navbar-nav li.menu-item.current-menu-ancestor > a, header nav.navbar ul.navbar-nav li.menu-item.current-menu-parent > a {
  color: #c07454;
  font-weight: 700;
}
header nav.navbar ul.navbar-nav li.menu-item.current-menu-item:after, header nav.navbar ul.navbar-nav li.menu-item.current-menu-ancestor:after, header nav.navbar ul.navbar-nav li.menu-item.current-menu-parent:after {
  color: #c07454;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 10;
  /* Styling dropdown menu */
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children > a {
  line-height: 22px;
}
@media (min-width: 992px) {
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children:after {
  content: "";
  font-family: "icomoon";
  display: inline-block;
  font-size: 7px;
  position: relative;
  top: 0;
  transition: 0.3s;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children:hover:after,
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children:hover > a {
  color: #c07454;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
  background-color: white;
  display: none;
  position: absolute;
  top: 115px;
  right: 0;
  left: unset;
  min-width: fit-content;
  list-style: none;
  padding: 20px 34px;
  border-radius: 10px;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.16);
  z-index: 20;
}
@media (min-width: 992px) {
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu::before {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: -20px;
    width: 100%;
    margin-left: -30px;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu::after {
  bottom: 100%;
  right: 36px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #FFFFFF;
  border-width: 17px;
  margin-left: -17px;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li a {
  white-space: nowrap;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  padding: 0;
}
@media (max-width: 991.98px) {
  header nav.navbar {
    position: fixed;
    width: 100%;
    top: 133px;
    padding: 0;
    left: 0;
    margin: 0;
    z-index: 99;
    background-color: #F6DED1;
    overflow-y: auto;
    padding-inline: 28px;
  }
  header nav.navbar ul.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    gap: 0;
    padding: 20px 0;
  }
  header nav.navbar ul.navbar-nav > li.menu-item {
    border-bottom: 1px solid #c07454;
    width: 100%;
    padding: 16px 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item a {
    width: 100%;
  }
  header nav.navbar ul.navbar-nav li.menu-item > a {
    font-size: 20px;
    line-height: 24px;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children:after {
    display: none;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper {
    position: absolute;
    right: 0;
    top: 11px;
    padding-left: 10px;
    cursor: pointer;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper:after {
    content: "";
    font-family: "icomoon";
    position: relative;
    right: 0;
    display: inline-block;
    cursor: pointer;
    transform: rotate(0deg);
    padding-inline: 0;
    font-size: 7px;
    transition: 0.3s;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper.open:after {
    transform: rotate(180deg);
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
    position: relative;
    box-shadow: none;
    background-color: unset;
    top: 0;
    left: 0;
    padding: 0;
    margin-top: 15px;
    border-radius: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu::after {
    display: none;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
    padding: 3px 0;
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    white-space: wrap;
  }
}

.banner {
  padding: 80px 0;
  position: relative;
  margin-bottom: 105px;
  /* Content */
  /* Media */
}
@media (max-width: 767.98px) {
  .banner {
    padding: 40px 0;
    margin-bottom: 70px;
  }
}
.banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FFE5AB;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
.banner:after {
  content: "";
  background: url(../assets/images/algemeen/wave-banner.svg);
  background-size: 107% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  width: 100vw;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 95%);
  height: 25px;
}
.banner .content-section {
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .banner .content-section {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.banner .content-section.content-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .content-section:not(:has(.introtext)) {
  margin-bottom: 30px;
}
.banner .content-section h1 {
  margin-bottom: 15px;
  max-width: 650px;
}
.banner .content-section h1:has(.date) {
  margin-bottom: 10px;
}
.banner .content-section .labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.banner .content-section .labels:has(+ h1) {
  margin-top: 25px;
  margin-bottom: 20px;
}
.banner .content-section .labels .label {
  background: #FFFFFF;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 500;
  color: #484843;
  padding: 4px 10px;
}
.banner .content-section .labels .label:before {
  font-family: "icomoon";
  margin-right: 5px;
}
.banner .content-section .labels .label.tijd:before {
  content: "";
}
.banner .content-section .labels .label.kosten:before {
  content: "";
  font-size: 10px;
}
.banner .content-section .labels .label.locatie:before {
  content: "";
}
.banner .content-section .introtext {
  display: flex;
  flex-direction: column;
  position: relative;
  /* Als de tekst te lang is, plaats een button en maak de tekst korter */
}
.banner .content-section .introtext .btn {
  width: fit-content;
  margin: 0 auto;
  display: none;
}
.banner .content-section .introtext.small .text {
  max-height: 265px;
  overflow: hidden;
  position: relative;
}
.banner .content-section .introtext.small .text:after {
  content: "";
  width: 100%;
  height: 102px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(to top, #FFE5AB, transparent 100%);
}
.banner .content-section .introtext.small .btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 30px));
}
.banner .content-section .introtext.open .text:after {
  display: none;
}
.banner .content-section .introtext.open .btn {
  transform: translate(-50%, calc(100% + 8px));
  white-space: nowrap;
}
.banner .content-section .date {
  color: #868686;
  font-size: 14px;
  line-height: 29px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .banner .media-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner .media-section .inschrijven-wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 27px;
}
@media (max-width: 991.98px) {
  .banner .media-section .inschrijven-wrapper {
    margin-bottom: 40px;
  }
}
.banner .media-section .inschrijven-wrapper a.btn.btn-inschrijven {
  margin-left: auto;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .banner .media-section .inschrijven-wrapper a.btn.btn-inschrijven {
    margin-left: 0;
  }
}
.banner .media-section img {
  border-radius: 30px;
  width: 100%;
}
.banner .media-section .images {
  position: relative;
}
.banner .media-section .images .slick-prev,
.banner .media-section .images .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  background: #FFFFFF;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 69px;
  font-size: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
  transition: 0.3s;
  border: 3px solid transparent;
}
.banner .media-section .images .slick-prev:hover,
.banner .media-section .images .slick-next:hover {
  border: 3px solid #c07454;
}
.banner .media-section .images .slick-prev:before,
.banner .media-section .images .slick-next:before {
  content: "";
  color: #c07454;
  font-size: 20px;
  font-family: "icomoon";
}
@media (max-width: 575.98px) {
  .banner .media-section .images .slick-prev,
.banner .media-section .images .slick-next {
    display: none !important;
  }
}
.banner .media-section .images .slick-next {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
.banner .media-section .images .slick-next:before {
  content: "";
}
.banner .media-section .images .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  list-style: none;
}
.banner .media-section .images .slick-dots li {
  line-height: 1;
  height: 12px;
}
.banner .media-section .images .slick-dots li:before {
  display: none;
}
.banner .media-section .images .slick-dots li.slick-active button {
  background: #c07454;
  width: 62px;
}
.banner .media-section .images .slick-dots li button {
  font-size: 0;
  width: 38px;
  height: 12px;
  background: #edbda3;
  border-radius: 12px;
  padding: 0;
}

.navbar-toggler {
  padding: 0;
  border: 0;
  background-color: #F6DED1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  transition: 0.3s;
}
.navbar-toggler[aria-expanded=true] {
  background: #c07454;
}
.navbar-toggler[aria-expanded=true] .animated-icon3 span {
  background: #FFFFFF;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.navbar-toggler:hover {
  outline: none;
  box-shadow: none;
  border: none;
  background: #c07454;
}
.navbar-toggler:hover .animated-icon3 span {
  background: #FFFFFF;
}
.navbar-toggler .animated-icon3 {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggler .animated-icon3 span:nth-child(1) {
  top: 0;
}
.navbar-toggler .animated-icon3 span:nth-child(2) {
  top: 8px;
}
.navbar-toggler .animated-icon3 span:nth-child(3) {
  top: 16px;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
  left: 3px;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 3px;
}
.navbar-toggler .animated-icon3 span {
  background: #c07454;
}

body.page-template-locaties {
  background: #E4EEF5;
}
body.page-template-locaties article {
  margin-top: 40px;
  margin-bottom: 60px;
}

#locaties26 .maps .search {
  background: #FFFFFF;
  padding: 40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991.98px) {
  #locaties26 .maps .search {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  #locaties26 .maps .search {
    padding: 30px;
  }
}
#locaties26 .maps .search h4 {
  margin-top: 0;
  margin-bottom: 8px;
}
#locaties26 .maps .search form {
  min-width: 446px;
  position: relative;
  /* Search field */
}
@media (max-width: 767.98px) {
  #locaties26 .maps .search form {
    min-width: 100%;
  }
}
#locaties26 .maps .search form:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-family: "icomoon";
  color: #000;
  font-size: 18px;
}
#locaties26 .maps .search form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
@media (max-width: 767.98px) {
  #locaties26 .maps .search form button[type=submit] {
    padding: 12px 16px;
  }
}
@media (max-width: 449.98px) {
  #locaties26 .maps .search form button[type=submit] {
    display: none;
  }
}
#locaties26 .maps .search form input {
  width: 100%;
  padding: 16px 20px;
  padding-left: 50px;
  border: 1px solid #c07454;
  border-radius: 60px;
  color: #66655f;
  font-size: 16px;
}
#locaties26 .maps .search form input:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  #locaties26 .maps .search form input {
    padding: 12px 16px;
    padding-left: 50px;
  }
}
#locaties26 .maps .search form input::placeholder {
  color: #66655f;
}
@media (max-width: 991.98px) {
  #locaties26 .maps .search .filter-type {
    width: 100%;
  }
}
#locaties26 .maps .search .filter-type span.title {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}
#locaties26 .maps .search .filter-type select {
  border: 1px solid #c07454;
  color: #484843;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #locaties26 .maps .search .filter-type select {
    width: 100%;
  }
}
#locaties26 .maps .result-row .maps-wrapper {
  min-height: 600px;
}
#locaties26 .maps .result-row .maps-wrapper:has(p.no-results) {
  min-height: unset;
}
@media (max-width: 767.98px) {
  #locaties26 .maps .result-row .maps-wrapper {
    min-height: 400px;
  }
}
#locaties26 .maps .result-row .maps-wrapper:has(p.no-results) {
  padding: 20px 40px 40px;
  background: #FFFFFF;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw {
  border: 2px solid #c07454;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding-top: 0 !important;
  padding-left: 30px;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw button {
  top: 14px !important;
  right: 16px !important;
  border: 2px solid #c07454 !important;
  color: #c07454 !important;
  border-radius: 50px;
  height: 27px !important;
  width: 27px !important;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw button:before {
  content: "";
  font-size: 9px;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw button span {
  display: none !important;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw h5 {
  margin-top: 0;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw a:not(.btn):hover {
  color: #c07454;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw-d {
  padding-right: 40px;
  padding-bottom: 20px;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw-chr {
  height: 22px;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw-tc:after {
  background: #c07454;
}
#locaties26 .maps .result-row h5 {
  margin-bottom: 16px;
}
#locaties26 .maps .result-row p {
  margin-bottom: 0;
  font-weight: 400;
}
#locaties26 .maps .result-row a {
  font-weight: 400;
  color: #66655f;
  text-decoration: underline;
  display: block;
}
#locaties26 .maps .result-row .labels {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
#locaties26 .maps .result-row .labels .label {
  background: #ffde94;
  border-radius: 60px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #484843;
  line-height: 1;
}
#locaties26 .maps .result-row a.btn {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  width: fit-content;
  padding: 8px 25px;
  margin-top: 24px;
}
#locaties26 .maps .result-row a.btn:hover {
  color: #FFFFFF;
}
#locaties26 .maps .result-row .result-wrapper {
  margin-top: 32px;
}
#locaties26 .maps .result-row .result-wrapper .result {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#locaties26 .maps .result-row .result-wrapper .result .search-result {
  width: 100%;
}
#locaties26 .maps .result-row .result-wrapper .result .search-result.active a {
  border: 1px solid #c07454;
}
#locaties26 .maps .result-row .result-wrapper .result .search-result a {
  width: 100%;
  background: #FFFFFF;
  padding: 16px;
  padding-right: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  text-decoration: none;
  margin-bottom: 16px;
  min-height: 180px;
}
@media (max-width: 767.98px) {
  #locaties26 .maps .result-row .result-wrapper .result .search-result a {
    gap: 15px;
    padding-right: 16px;
  }
}
#locaties26 .maps .result-row .result-wrapper .result .search-result a .result-img {
  width: 148px;
  margin-right: 40px;
}
@media (max-width: 767.98px) {
  #locaties26 .maps .result-row .result-wrapper .result .search-result a .result-img {
    margin-right: 10px;
    width: 120px;
  }
}
@media (max-width: 449.98px) {
  #locaties26 .maps .result-row .result-wrapper .result .search-result a .result-img {
    display: none;
  }
}
#locaties26 .maps .result-row .result-wrapper .result .search-result a img {
  width: 148px;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  #locaties26 .maps .result-row .result-wrapper .result .search-result a img {
    width: 120px;
  }
}
#locaties26 .maps .result-row .result-wrapper .result .search-result a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#locaties26 .maps .result-row .result-wrapper .result .search-result a:hover span.read-more {
  border: 1px solid #c07454;
}
#locaties26 .maps .result-row .result-wrapper .result .search-result a h4 {
  margin-top: 0;
  margin-bottom: 6px;
}
#locaties26 .maps .result-row .result-wrapper .result .search-result a span.read-more {
  margin-left: auto;
  width: 69px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c07454;
  font-size: 20px;
  transition: 0.3s;
  border: 1px solid transparent;
  aspect-ratio: 1;
}
@media (max-width: 767.98px) {
  #locaties26 .maps .result-row .result-wrapper .result .search-result a span.read-more {
    width: 50px;
    font-size: 18px;
  }
}
#locaties26 .maps .result-row .result-wrapper .result button {
  margin: 0 auto;
  margin-top: 17px;
}

.faq {
  background: #E4EEF5;
  padding: 45px 40px;
  border-radius: 30px;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .faq {
    padding: 30px;
  }
}
.faq h2 {
  margin-top: 0;
  margin-bottom: 36px;
}
.faq .faq-item:not(:first-of-type) .heading {
  border-top: 1px solid #b0cde0;
  padding-top: 30px;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .faq .faq-item:not(:first-of-type) .heading {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.faq .faq-item .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq .faq-item .heading .icon {
  background: #FFFFFF;
  min-height: 48px;
  min-width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #c07454;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid transparent;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
.faq .faq-item .heading .icon .icon-bar {
  background: #c07454;
  height: 4px;
  width: 20px;
  transition: 0.3s;
}
.faq .faq-item .heading .icon .icon-bar:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1;
}
@media (max-width: 767.98px) {
  .faq .faq-item .heading .icon {
    min-height: 40px;
    min-width: 40px;
  }
}
.faq .faq-item .heading:hover .icon {
  border: 2px solid #c07454;
}
.faq .faq-item .heading.active .icon .icon-bar:last-of-type {
  transform: rotate(180deg) translate(50%, 50%);
  opacity: 0.5;
}
.faq .faq-item .heading h4 {
  margin: 0;
}
.faq .faq-item .content {
  display: none;
  margin-top: 14px;
}
.faq .faq-item .content > *:first-child {
  margin-top: 0;
}
.faq .faq-item .content p {
  margin-bottom: 24px;
}
.faq .faq-item .content p:last-of-type {
  margin-bottom: 0;
}
.faq .faq-item .content a.btn {
  margin-top: 24px;
}

/* Contactblok */
#contact-block {
  background: #EAE6CA;
  padding: 32px 40px 40px;
  border-radius: 30px;
  height: 100%;
}
#contact-block h3 {
  margin-top: 0;
}
#contact-block .wp-block-buttons {
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
}
#contact-block .wp-block-buttons a.wp-block-button__link {
  font-size: 16px;
}
#contact-block .wp-block-buttons .btn-extern a:after {
  content: "";
  margin-left: 8px;
}

.uitgelicht.agenda-uitgelicht {
  margin-bottom: 140px;
}
@media (max-width: 767.98px) {
  .uitgelicht.agenda-uitgelicht {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .uitgelicht.nieuws-uitgelicht .btn-link {
    margin-top: 0;
  }
}
.uitgelicht .intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 27px;
}
.uitgelicht .intro .heading h2 {
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .uitgelicht .intro .heading h2 {
    font-size: 38px;
    line-height: 47px;
    margin-top: 8px;
  }
}
@media (max-width: 767.98px) {
  .uitgelicht .btn-link {
    margin-top: 32px;
  }
}

.card {
  /* Standaard card */
  margin-bottom: 30px;
  border: 0;
  overflow: hidden;
  /* Nieuws card */
  /* Contactpersoon card */
  /* Slider card */
}
.card .card-body {
  color: #000;
}
.card .card-body .card-date {
  font-size: 14px;
}
.card .card-body .card-title {
  transition: 0.3s;
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .card .card-body .card-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.card .card-body .read-more:after {
  content: "";
  font-family: "icomoon";
  margin-left: 5px;
  font-size: 16px;
}
.card:hover .card-title {
  color: #b0cde0;
}
.card.nieuws .img-holder {
  overflow: hidden;
  border-radius: 20px;
  max-height: 268px;
  display: flex;
  align-items: center;
}
.card.nieuws .img-holder img {
  transform: scale(1);
  transition: 0.3s;
  width: 100%;
}
.card.nieuws:hover img {
  transform: scale(1.1);
}
.card.nieuws:hover .card-title {
  color: #c07454;
}
.card.nieuws .card-body {
  padding: 0;
}
.card.nieuws .card-body .tag-and-date {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.card.nieuws .card-body .tag-and-date .tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-right: 12px;
}
.card.nieuws .card-body .tag-and-date .tags span.tag {
  background: #ffde94;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #484843;
  border-radius: 60px;
  padding: 4px 10px;
}
.card.nieuws .card-body .tag-and-date .tags span.tag.vlog {
  background: #cadeec;
}
.card.nieuws .card-body .tag-and-date .tags span.tag.tip {
  background: #EAE6CA;
}
.card.nieuws .card-body .tag-and-date .tags span.tag.nieuws {
  background: #ffde94;
}
.card.nieuws .card-body .tag-and-date .card-date {
  color: #868686;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.card.contactpersoon {
  display: flex;
  align-items: center;
  flex-direction: row;
  background: #EAE6CA;
  padding: 32px 24px;
  border: 0;
  border-radius: 20px;
  margin-bottom: 22px;
}
.card.contactpersoon:hover .card-title {
  color: #484843;
}
@media (max-width: 575.98px) {
  .card.contactpersoon {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card.contactpersoon .image-holder {
  max-width: 123px;
}
@media (max-width: 575.98px) {
  .card.contactpersoon .image-holder {
    margin-bottom: 20px;
  }
}
.card.contactpersoon .image-holder img {
  width: 100%;
}
.card.contactpersoon .card-body {
  padding: 0;
  margin-left: 24px;
  color: #484843;
}
@media (max-width: 575.98px) {
  .card.contactpersoon .card-body {
    margin-left: 0;
  }
}
.card.contactpersoon .card-body h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
}
.card.contactpersoon .card-body span.functie {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
}
.card.contactpersoon .card-body a {
  color: #c07454;
  text-decoration: underline;
  font-size: 15px;
  line-height: 29px;
}
.card.contactpersoon .card-body a:hover {
  color: #a45b3d;
}
.card.contactpersoon .card-body .specs {
  display: flex;
  flex-direction: column;
}
.card.slider-card {
  border: 0;
  margin-inline: 12px;
  position: relative;
  margin-bottom: 0;
}
.card.slider-card .card-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  aspect-ratio: 91/110;
}
@media (max-width: 575.98px) {
  .card.slider-card .card-body {
    max-height: 320px;
    min-height: unset;
  }
}
.card.slider-card .card-body .image-holder {
  width: 100%;
  min-height: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  .card.slider-card .card-body .image-holder {
    min-height: 320px;
  }
}
.card.slider-card .card-body .image-holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.3s;
  height: 100%;
  object-fit: cover;
  max-width: unset;
  min-width: 100%;
}
.card.slider-card .card-body .image-holder:not(:has(img)) {
  background: #a5a39b;
}
.card.slider-card .card-body .card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 22px 32px;
  height: 113px;
}
@media (max-width: 575.98px) {
  .card.slider-card .card-body .card-actions {
    padding: 10px 16px;
    max-height: 100px;
  }
}
.card.slider-card .card-body .card-actions h4 {
  margin: 0;
  text-wrap: wrap;
  hyphens: auto;
}
.card.slider-card .card-body .card-actions .lees-meer {
  margin-left: auto;
  min-width: 69px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c07454;
  background: #FFFFFF;
  font-size: 20px;
  transition: 0.3s;
  border: 1px solid transparent;
  aspect-ratio: 1;
}
@media (max-width: 767.98px) {
  .card.slider-card .card-body .card-actions .lees-meer {
    min-width: 50px;
    font-size: 18px;
  }
}
.card.slider-card .card-body:hover .lees-meer {
  border: 1px solid #c07454;
}
.card.slider-card .card-body:hover .image-holder img {
  transform: translate(-50%, -50%) scale(1.1);
}

button.open-popup {
  position: fixed;
  top: 40%;
  right: 0;
  background: #c07454;
  color: #FFFFFF;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: 100% 0;
  z-index: 50;
  border-radius: 0;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  padding: 16px 45px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  button.open-popup {
    padding: 10px 18px;
    font-size: 17px;
  }
}
button.open-popup:hover {
  background: #a45b3d;
}

.popup {
  background-image: url(../assets/images/homepagina/pop-up.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.16));
  position: fixed;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 389px;
  height: 316px;
  z-index: 70;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .popup {
    width: 310px;
    height: 250px;
    bottom: 25px;
    right: 10px;
  }
}
.popup h3 {
  margin-bottom: 10px;
}
.popup .btn,
.popup button {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .popup .btn,
.popup button {
    font-size: 14px;
  }
}
.popup button.close {
  background: none;
  padding: 0;
  color: #c07454;
  margin-top: 17px;
  display: block;
}
.popup button.close:hover {
  color: #484843;
}

body.popup-open .popup {
  visibility: visible;
  opacity: 1;
}
body.popup-open button.open-popup {
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.slider {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 170px;
  margin-bottom: 165px;
  /* Slider header */
  /* Slider arrows */
  /* Slide items */
}
@media (max-width: 767.98px) {
  .slider {
    margin-top: 100px;
    margin-bottom: 132px;
  }
}
.slider:after {
  content: "";
  background: url(../assets/images/slider/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 252px;
  height: 80px;
  position: absolute;
  top: 20px;
  right: 0;
}
@media (max-width: 991.98px) {
  .slider:after {
    width: 150px;
    height: 55px;
  }
}
@media (max-width: 767.98px) {
  .slider:after {
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .slider:after {
    width: 100px;
    height: 45px;
  }
}
@media (max-width: 449.98px) {
  .slider:after {
    top: -50px;
  }
}
.slider.arrow-left:after {
  left: 0;
  right: auto;
  background: url(../assets/images/slider/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.slider .slider-header {
  text-align: center;
  padding-inline: 15px;
  position: relative;
  z-index: 5;
}
.slider .slider-header h2.titel {
  color: #484843;
  font-size: 50px;
  line-height: 1.2em;
  margin-bottom: 40px;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .slider .slider-header h2.titel {
    font-size: 36px;
  }
}
.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  bottom: 0;
  transform: translate(calc(-50% - 8px), 100%);
  left: 50%;
  background: #FFFFFF;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 69px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
  transition: 0.3s;
  border: 3px solid transparent;
}
.slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider .slick-prev.slick-disabled:hover,
.slider .slick-next.slick-disabled:hover {
  border: 0;
}
@media (max-width: 991.98px) {
  .slider .slick-prev,
.slider .slick-next {
    left: 46%;
  }
}
@media (max-width: 767.98px) {
  .slider .slick-prev,
.slider .slick-next {
    left: 46%;
    width: 60px;
  }
}
@media (max-width: 575.98px) {
  .slider .slick-prev,
.slider .slick-next {
    left: 42%;
  }
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
  border: 3px solid #c07454;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  content: "";
  color: #c07454;
  font-size: 20px;
  font-family: "icomoon";
}
@media (max-width: 767.98px) {
  .slider .slick-prev:before,
.slider .slick-next:before {
    font-size: 18px;
  }
}
.slider .slick-next {
  transform: translate(calc(50% + 8px), 100%);
}
.slider .slick-next:before {
  content: "";
}
.slider .slide-items {
  padding-bottom: 55px;
}
@media (max-width: 767.98px) {
  .slider .slide-items {
    padding-bottom: 32px;
  }
}

.visual {
  width: 100%;
  padding: 40px 24px 10px;
  margin-bottom: 60px;
  max-width: 1920px;
  margin-inline: auto;
}
@media (max-width: 991.98px) {
  .visual {
    padding: 15px 15px 63px;
    margin-bottom: 0;
  }
}
.visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  min-height: 211px;
  max-height: 652px;
  border-radius: 30px;
}
.visual .content {
  color: #FFFFFF;
  background-color: #FFFFFF;
  padding: 55px 64px;
  border-radius: 30px;
  max-width: 560px;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 10;
  margin-top: -282px;
  margin-left: 100px;
}
.visual .content a {
  text-decoration: underline;
}
.visual .content a:hover {
  color: #484843;
}
@media (max-width: 991.98px) {
  .visual .content {
    margin: -45px auto 0;
    padding: 24px 32px;
  }
}
@media (max-width: 767.98px) {
  .visual .content {
    margin-top: -45px;
    width: 100%;
  }
}
.visual .content h1 {
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 767.98px) {
  .visual .content h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.visual .content p {
  font-size: 18px;
  color: #66655f;
  margin-bottom: 0;
}
.visual .content a {
  color: #c07454;
}
.visual .content a:hover {
  text-decoration: underline;
}

header {
  padding: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
}
header .topbar {
  background-color: #f6ca6f;
  padding: 7px 40px;
  display: flex;
  justify-content: end;
  align-content: end;
}
@media (max-width: 991.98px) {
  header .topbar {
    padding: 7px 30px;
  }
}
@media (max-width: 575.98px) {
  header .topbar {
    padding: 7px 18px;
  }
}
header .topbar .link {
  color: #484843;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  display: flex;
  align-items: center;
}
header .topbar .link:hover {
  color: #66655f;
}
header .topbar .link:hover:after {
  background: #c07454;
}
header .topbar .link:after {
  content: "";
  font-family: "icomoon";
  margin-left: 8px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #484843;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: center;
  transition: 0.3s;
}
header .header-wrapper {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media (max-width: 991.98px) {
  header .header-wrapper {
    justify-content: space-between;
    padding: 18px 30px;
  }
}
@media (max-width: 575.98px) {
  header .header-wrapper {
    padding: 17px 15px;
  }
}
header .header-wrapper .logo img {
  width: 70px;
  height: auto;
}
@media (max-width: 991.98px) {
  header .header-wrapper .logo img {
    width: 48px;
  }
}
header .header-wrapper .top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  header .header-wrapper .top-right {
    gap: 12px;
  }
}
header .header-wrapper .top-right .btn-inschrijven {
  font-size: 16px;
  padding: 8px 16px;
}
@media (max-width: 991.98px) {
  header .header-wrapper .top-right .btn-inschrijven {
    font-size: 14px;
  }
}
header .header-wrapper .top-right .header-actions {
  position: relative;
  display: flex;
  align-items: center;
  /**
    * Dropdown menu
    */
}
header .header-wrapper .top-right .header-actions .btn-user {
  background-color: #F6DED1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
  aspect-ratio: 1;
  padding: 0;
}
header .header-wrapper .top-right .header-actions .btn-user:hover {
  background-color: #f2cfbc;
}
header .header-wrapper .top-right .header-actions .btn-user::after {
  content: "";
  font-family: "icomoon";
  font-size: 20px;
  color: #c07454;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  transition: 0.1s;
}
header .header-wrapper .top-right .header-actions .btn-search {
  margin-left: 10px;
  background-color: #F6DED1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
  aspect-ratio: 1;
  padding: 0;
}
header .header-wrapper .top-right .header-actions .btn-search:hover {
  background-color: #f2cfbc;
}
header .header-wrapper .top-right .header-actions .btn-search::after {
  content: "";
  font-family: "icomoon";
  font-size: 20px;
  color: #c07454;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  transition: 0.1s;
}
header .header-wrapper .top-right .header-actions .login-popup {
  position: absolute;
  top: calc(100% + 17px);
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 28px 32px;
  right: 30px;
  z-index: 999;
  min-width: 240px;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s;
}
header .header-wrapper .top-right .header-actions .login-popup.open {
  visibility: visible;
  opacity: 1;
}
header .header-wrapper .top-right .header-actions .login-popup:before {
  content: "";
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 5px solid #FFFFFF;
  border-width: 23px;
  position: absolute;
  top: -15px;
  right: 15px;
}
header .header-wrapper .top-right .header-actions .login-popup span.title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  margin-bottom: 12px;
}
header .header-wrapper .top-right .header-actions .login-popup .menu-links {
  margin-top: 23px;
  padding-top: 23px;
  border-top: 1px solid #a5a39b;
}
header .header-wrapper .top-right .header-actions .login-popup .menu-links .title {
  margin-bottom: 7px;
}
header .header-wrapper .top-right .header-actions .login-popup .menu-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .header-wrapper .top-right .header-actions .login-popup .menu-links ul li {
  margin: 13px 0;
}
header .header-wrapper .top-right .header-actions .login-popup .menu-links ul li:last-of-type {
  margin-bottom: 0;
}
header .header-wrapper .top-right .header-actions .login-popup .menu-links ul li:before {
  content: "";
  font-family: "icomoon";
  margin-right: 12px;
  font-size: 16px;
  color: #c07454;
  position: relative;
  top: 1px;
  font-weight: 700;
}
header .header-wrapper .top-right .header-actions .login-popup .menu-links ul li a {
  color: #66655f;
  font-weight: 500;
  text-decoration: underline;
  font-size: 18px;
  line-height: 34px;
}
header .header-wrapper .top-right .header-actions .login-popup .menu-links ul li a:hover {
  color: #000;
}

.category h1 {
  margin-bottom: 40px;
}

.single-post article, .single-agenda article {
  margin: 0;
}
.single-post .banner, .single-agenda .banner {
  margin-bottom: 60px;
}

footer {
  margin-top: 60px;
  /**
   * Footer top row
   */
  /**
   * Footer bottom row
   */
}
footer .footer-top-row {
  color: #66655f;
  background: #FFFFFF;
  padding: 70px 0 100px;
}
@media (max-width: 991.98px) {
  footer .footer-top-row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-top-row {
    padding: 40px 28px 80px;
  }
}
footer .footer-top-row .adres-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 29px;
}
@media (max-width: 767.98px) {
  footer .footer-top-row .adres-container h4.title {
    font-size: 18px;
    line-height: 22px;
  }
}
footer .footer-top-row .adres-container .adres {
  margin-bottom: 8px;
}
footer .footer-top-row .adres-container a.link {
  display: flex;
  color: #c07454;
  font-size: 18px;
  line-height: 29px;
  text-decoration: underline;
}
footer .footer-top-row .adres-container a.link:hover {
  color: #7f472f;
}
footer .footer-top-row .social-icons {
  display: flex;
  gap: 8px;
}
footer .footer-top-row .social-icons a {
  background-color: #F6DED1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
  width: 49px;
  border-radius: 50%;
}
footer .footer-top-row .social-icons a:before {
  color: #c07454;
  font-size: 27px;
}
footer .footer-top-row .social-icons a:hover {
  background-color: #f2cfbc;
}
@media (max-width: 991.98px) {
  footer .footer-top-row .social-icons a {
    margin-bottom: 60px;
  }
}
footer .footer-top-row h4.title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  footer .footer-top-row .menu.menu-professionals {
    margin-bottom: 50px;
  }
}
footer .footer-top-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
footer .footer-top-row ul li.menu-item {
  text-indent: -1.6em;
  padding-left: 1.6em;
  margin: 2px 0;
  display: block;
}
footer .footer-top-row ul li::before {
  content: "";
  font-family: "icomoon";
  font-size: 14px;
  margin-right: 15px;
}
footer .footer-top-row ul li a {
  color: #66655f;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}
footer .footer-top-row ul li a:hover {
  color: #000;
  text-decoration: underline;
}
footer .footer-top-row ul.menu.menu-ouders {
  display: block;
  column-count: 2;
}
@media (max-width: 767.98px) {
  footer .footer-top-row ul.menu.menu-ouders {
    column-count: 1;
  }
}
footer .footer-bottom-row {
  position: relative;
  background-color: #ffde94;
  padding: 60px 0 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-bottom-row:before {
  content: "";
  background: url("../assets/images/footer/wave-footer.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 25px;
  position: absolute;
  top: 1px;
  left: -10px;
  right: 0;
  transform: translateY(-100%);
  width: calc(100% + 20px);
}
footer .footer-bottom-row:after {
  z-index: 1;
  content: "";
  display: block;
  background: url("../assets/images/footer/splash-footer.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 385px;
  width: 100%;
  right: 0;
  background-position: right;
  position: absolute;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row:after {
    flex-direction: column;
    bottom: 23px;
  }
}
footer .footer-bottom-row .footer-content {
  position: relative;
  z-index: 10;
}
@media (max-width: 575.98px) {
  footer .footer-bottom-row .footer-content {
    padding-inline: 28px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .footer-logo {
    margin-bottom: 20px;
  }
}
footer .footer-bottom-row .footer-tekst .titel {
  color: #484843;
  font-size: 28px;
  line-height: 32px;
}
footer .footer-bottom-row .footer-tekst .beschrijving > * {
  color: #66655f;
  max-width: 650px;
  margin-bottom: 24px;
}
footer .footer-bottom-row .footer-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
footer .footer-bottom-row .footer-logos img {
  width: auto;
  max-width: 160px;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .footer-logos {
    gap: 14px;
  }
  footer .footer-bottom-row .footer-logos img {
    width: auto;
    max-width: 151px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-bottom-row .footer-logos img {
    max-width: 110px;
  }
}
footer .footer-bottom-row .medewerkers {
  display: inline-flex;
  align-items: center;
  /**
   * Menu
   */
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .medewerkers {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
}
footer .footer-bottom-row .medewerkers .titel {
  color: #66655f;
  font-size: 18px;
  line-height: 22px;
  margin: 0 20px 0 0;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .medewerkers .titel {
    margin: 0 0 20px 0;
  }
}
footer .footer-bottom-row .medewerkers ul {
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .medewerkers ul {
    flex-direction: column;
  }
}
footer .footer-bottom-row .medewerkers ul li a {
  color: #66655f;
  font-weight: 500;
  text-decoration: underline;
}
footer .footer-bottom-row .medewerkers ul li a:hover {
  color: #c07454;
}
footer .footer-bottom-row .medewerkers ul li::before {
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  width: 31px;
  content: "";
  color: #c07454;
  font-family: "icomoon";
  font-size: 15px;
  margin-right: 7px;
}
footer .footer-bottom-row .medewerkers ul li::before:hover {
  background-color: rgba(186, 156, 115, 0.25);
}

body.page-template-agenda article {
  margin-top: 50px;
  margin-bottom: 0;
}
body.page-template-agenda article h1 {
  margin-bottom: 33px;
}
body.page-template-agenda .maand.titel {
  color: #484843;
  margin-top: 0;
  margin-bottom: 28px;
}
body.page-template-agenda .jaar.titel {
  color: #66655f;
  margin-top: 0;
}

.agenda-item {
  background-color: #E4EEF5;
  padding: 16px;
  padding-left: 34px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 16px;
  position: relative;
  transition: 0.3s;
}
.agenda-item .content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.agenda-item:hover {
  background-color: #ffde94;
}
@media (max-width: 575.98px) {
  .agenda-item {
    padding: 30px;
  }
}
.agenda-item:not(:has(img)) {
  padding: 34px;
}
.agenda-item .datum {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: fit-content;
  min-width: 77px;
}
@media (max-width: 767.98px) {
  .agenda-item .datum {
    min-width: 69px;
  }
}
@media (max-width: 575.98px) {
  .agenda-item .datum {
    max-width: 57px;
    min-width: unset;
  }
}
.agenda-item .datum .maand {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #c07454;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 4px 20px 4px;
  line-height: 19px;
}
@media (max-width: 767.98px) {
  .agenda-item .datum .maand {
    font-size: 11px;
    padding: 3px 18px;
  }
}
.agenda-item .datum .dag {
  color: #484843;
  font-size: 30px;
  font-weight: 600;
  background-color: #FFFFFF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 20px;
}
@media (max-width: 767.98px) {
  .agenda-item .datum .dag {
    font-size: 24px;
    padding: 8px 8px;
    line-height: 1.3em;
  }
}
@media (max-width: 575.98px) {
  .agenda-item .datum .dag {
    font-size: 23px;
    padding: 6px 0;
  }
}
.agenda-item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.agenda-item .content .titel {
  font-weight: 600;
  margin: 0;
}
.agenda-item .labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 13px;
}
@media (max-width: 575.98px) {
  .agenda-item .labels {
    flex-basis: 100%;
    margin-top: 24px;
  }
}
.agenda-item .labels .label {
  color: #484843;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 4px 10px;
  height: 26px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.agenda-item .labels .label .icon {
  color: #484843;
  line-height: 18px;
  margin-right: 5px;
}
.agenda-item .labels .label .icon.icon-time::before {
  font-size: 12px;
}
.agenda-item .labels .label .icon.icon-euro::before {
  font-size: 10px;
}
.agenda-item .labels .label .icon.icon-location::before {
  font-size: 12px;
}
.agenda-item .labels .label:hover {
  cursor: pointer;
}
.agenda-item img {
  width: 108px;
  max-height: 108px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .agenda-item img {
    width: 80px;
    max-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .agenda-item img {
    display: none;
  }
}

.home {
  /* Introtext */
  /* Alle voordelen */
  /* Werkenbij CTA */
}
.home .introtekst {
  margin-bottom: 120px;
  position: relative;
}
.home .introtekst::after {
  content: "";
  background: url("../assets/images/homepagina/bubble-shape.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 64px;
  width: 90px;
  position: absolute;
  bottom: 30px;
  right: 29px;
}
@media (max-width: 991.98px) {
  .home .introtekst::after {
    bottom: -20px;
    right: 0;
  }
}
.home .introtekst h1.titel {
  color: #484843;
  font-size: 65px;
  line-height: 79px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .home .introtekst h1.titel {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (max-width: 767.98px) {
  .home .introtekst h1.titel {
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 16px;
  }
}
.home .introtekst span.subtitel {
  color: #b0cde0;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .home .introtekst span.subtitel {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .home .introtekst span.subtitel {
    font-size: 16px;
    line-height: 29px;
  }
}
.home .introtekst .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home .introtekst .content p.beschrijving {
  color: #66655f;
  max-width: 508px;
  margin-bottom: 34px;
}
@media (max-width: 991.98px) {
  .home .introtekst .content p.beschrijving {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .home .introtekst .content p.beschrijving {
    margin-bottom: 32px;
  }
}
.home .alle-voordelen {
  background-color: #E4EEF5;
  padding: 120px 0 99px 0;
  position: relative;
  margin-bottom: 120px;
  margin-top: 222px;
}
@media (max-width: 991.98px) {
  .home .alle-voordelen {
    padding: 44px 0 66px;
  }
}
@media (max-width: 767.98px) {
  .home .alle-voordelen {
    margin-top: 0;
    margin-bottom: 66px;
  }
}
.home .alle-voordelen::before {
  content: "";
  background: url("../assets/images/homepagina/wave-top.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 25px;
  position: absolute;
  top: 1px;
  left: -10px;
  right: 0;
  transform: translateY(-100%);
  width: calc(100% + 20px);
}
.home .alle-voordelen::after {
  content: "";
  background: url("../assets/images/homepagina/wave-bottom.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 25px;
  position: absolute;
  bottom: 1px;
  left: -10px;
  right: 0;
  width: calc(100% + 20px);
  transform: translateY(50%);
}
@media (max-width: 991.98px) {
  .home .alle-voordelen::after {
    transform: translateY(40%);
  }
}
@media (max-width: 575.98px) {
  .home .alle-voordelen::after {
    transform: translateY(20%);
  }
}
.home .alle-voordelen .afbeelding-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40%;
  z-index: 20;
}
@media (max-width: 991.98px) {
  .home .alle-voordelen .afbeelding-container {
    margin-bottom: 56px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    max-width: 100%;
    margin-top: 30px;
  }
}
.home .alle-voordelen .afbeelding-container .afbeelding {
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .home .alle-voordelen .afbeelding-container .afbeelding {
    max-height: 100%;
    width: 340px;
    max-width: 100%;
  }
}
.home .alle-voordelen .voordelen {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 16px;
  z-index: 20;
}
@media (max-width: 991.98px) {
  .home .alle-voordelen .voordelen {
    padding-top: 460px;
    gap: 56px;
    align-items: center;
  }
}
.home .alle-voordelen .voordelen .voordeel {
  padding: 32px 54px;
  border-radius: 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .home .alle-voordelen .voordelen .voordeel {
    padding: 40px 30px 30px;
  }
}
.home .alle-voordelen .voordelen .voordeel .nummer {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  height: 49px;
  width: 49px;
  padding-left: 5px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -26px;
}
@media (max-width: 991.98px) {
  .home .alle-voordelen .voordelen .voordeel .nummer {
    left: 50%;
    top: -26px;
    transform: translateX(-50%);
    font-size: 24px;
  }
}
.home .alle-voordelen .voordelen .voordeel .titel {
  color: #484843;
  font-size: 28px;
  line-height: 34px;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .home .alle-voordelen .voordelen .voordeel .titel {
    font-size: 20px;
    line-height: 24px;
  }
}
.home .alle-voordelen .voordelen .voordeel .beschrijving {
  color: #484843;
  margin: 0;
}
@media (max-width: 991.98px) {
  .home .alle-voordelen .voordelen .voordeel .beschrijving {
    font-size: 16px;
  }
}
.home .alle-voordelen .voordelen .voordeel-1 {
  background-color: #d6dcaa;
}
.home .alle-voordelen .voordelen .voordeel-1 .nummer {
  background-color: #a2a57b;
}
.home .alle-voordelen .voordelen .voordeel-2 {
  background-color: #ffde94;
}
.home .alle-voordelen .voordelen .voordeel-2 .nummer {
  background-color: #f6ca6f;
}
.home .alle-voordelen .voordelen .voordeel-3 {
  background-color: #edbda3;
}
.home .alle-voordelen .voordelen .voordeel-3 .nummer {
  background-color: #c07454;
}
.home .alle-voordelen .content-rechts {
  display: flex;
  flex-direction: column;
  align-content: end;
  z-index: 20;
}
.home .alle-voordelen a.link-alle-voordelen {
  color: #c07454;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-self: end;
  align-items: center;
  padding-top: 28px;
  z-index: 20;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .home .alle-voordelen a.link-alle-voordelen {
    align-self: flex-start;
    padding-top: 28px;
  }
}
.home .alle-voordelen a.link-alle-voordelen::after {
  content: "";
  font-family: "icomoon";
  padding-left: 5px;
  font-size: 12px;
  text-decoration: none;
}
.home .alle-voordelen a.link-alle-voordelen:hover {
  color: #484843;
  text-decoration: none;
}
.home .alle-voordelen .overlay {
  position: absolute;
  background: url("../assets/images/homepagina/splash-homepage.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 803px;
  width: 693px;
  right: 0;
  top: 70%;
  transform: translateY(-70%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .home .alle-voordelen .overlay {
    width: 343px;
    height: 397px;
  }
}
.home .werkenbij-cta {
  background-color: rgba(186, 156, 115, 0.25);
  border-radius: 20px;
  padding: 72px 80px;
  margin-bottom: 140px;
  position: relative;
}
@media (max-width: 991.98px) {
  .home .werkenbij-cta {
    padding: 30px;
    padding-bottom: 150px;
    margin-top: 145px;
    margin-bottom: 100px;
  }
}
.home .werkenbij-cta::after {
  content: "";
  background: url("../assets/images/homepagina/hearts.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 116px;
  width: 200px;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.home .werkenbij-cta .subtitel {
  color: #BA9C73;
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .home .werkenbij-cta .subtitel {
    font-size: 16px;
    margin-top: 0;
  }
}
.home .werkenbij-cta .titel {
  color: #484843;
  font-size: 50px;
  line-height: 61px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .home .werkenbij-cta .titel {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.home .werkenbij-cta .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home .werkenbij-cta .content p {
  color: #484843;
  margin-bottom: 32px;
  max-width: 600px;
}
.home .werkenbij-cta .content a.btn {
  background-color: #edcf9e;
  color: #66655f;
  font-size: 16px;
  padding: 11px 25px 10px 25px;
  width: fit-content;
}
.home .werkenbij-cta .content a.btn .icon {
  font-size: 14px;
  margin-left: 8px;
}
.home .werkenbij-cta .content a.btn:hover {
  background-color: #e5ba73;
}

body {
  /**
   * Images gallery
   */
}
body:not(.home):not(.page-template-full-width):not(.single-locatie):not(.page-template-locaties):not(.page-template-vacatures) main article {
  position: relative;
}
body:not(.home):not(.page-template-full-width):not(.single-locatie):not(.page-template-locaties):not(.page-template-vacatures) main article:before {
  content: "";
  background: url(../assets/images/algemeen/background-body.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1105px;
  height: 1043px;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  body:not(.home):not(.page-template-full-width):not(.single-locatie):not(.page-template-locaties):not(.page-template-vacatures) main article:before {
    width: 600px;
    height: 600px;
  }
}
body:not(.home):not(.page-template-full-width):not(.single-locatie):not(.page-template-locaties):not(.page-template-vacatures) .faq {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  body:not(.home):not(.page-template-full-width):not(.single-locatie):not(.page-template-locaties):not(.page-template-vacatures) .faq {
    margin-top: 50px;
  }
}
body article,
body main.archive {
  margin: 50px 0 100px;
}
body article h1,
body main.archive h1 {
  color: #484843;
  margin-top: 0;
}
body .card-listing {
  margin-top: 0;
}
body .wp-block-gallery.has-nested-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}
@media (max-width: 991.98px) {
  body .wp-block-gallery.has-nested-images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  body .wp-block-gallery.has-nested-images {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .wp-block-gallery.has-nested-images .wp-block-image {
  border-radius: 20px;
  overflow: hidden;
  width: 100% !important;
}
body .wp-block-gallery.has-nested-images .wp-block-image img {
  border-radius: 20px;
}
body .wp-block-gallery.has-nested-images .wp-block-image .wp-element-caption {
  position: static;
  background: none;
  color: #484843;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  text-align-last: left;
  margin-top: 17px;
}

body.page-template-kindontwikkeling footer {
  margin-top: 30px;
}

body.page-template-locaties main {
  position: relative;
}
body.page-template-locaties main:before {
  content: "";
  background: url(../assets/images/locaties/splash-top-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 692px;
  height: 802px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.page-template-locaties main:after {
  content: "";
  background: url(../assets/images/locaties/rock-bottom-right.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  width: 712px;
  height: 672px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.page-template-template-zoeken .search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 5px;
}
.page-template-template-zoeken .search-form form {
  min-width: 660px;
  position: relative;
  /* Search field */
}
@media (max-width: 767.98px) {
  .page-template-template-zoeken .search-form form {
    min-width: 100%;
  }
}
.page-template-template-zoeken .search-form form:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-family: "icomoon";
  color: #000;
  font-size: 18px;
}
.page-template-template-zoeken .search-form form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
@media (max-width: 767.98px) {
  .page-template-template-zoeken .search-form form button[type=submit] {
    padding: 12px 16px;
  }
}
.page-template-template-zoeken .search-form form input {
  width: 100%;
  padding: 16px 20px;
  padding-left: 50px;
  border: 1px solid #c07454;
  border-radius: 60px;
  color: #66655f;
  font-size: 16px;
}
.page-template-template-zoeken .search-form form input:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  .page-template-template-zoeken .search-form form input {
    padding: 12px 16px;
    padding-left: 50px;
  }
}
.page-template-template-zoeken .search-form form input::placeholder {
  color: #66655f;
}

.search h2 {
  margin-top: 32px;
}
.search .search-back {
  margin-top: 35px;
  color: #c07454;
  border-color: #c07454;
}
.search .search-back:hover {
  color: #FFFFFF;
}
.search .mark {
  padding: 0;
  color: #c07454;
  background-color: #FFFFFF;
}
.search ol {
  padding-left: 20px;
  list-style: decimal;
}
.search ol li {
  padding: 0;
  text-indent: 0%;
  font-weight: 700;
}
.search ol li:before {
  content: none;
}
.search ol li p {
  padding-left: 10px;
}
.search ol li a {
  padding-left: 10px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #c07454;
  text-decoration: underline;
}
.search ol li a:hover {
  color: #000;
}

body.single-locatie {
  /* Ouder aan het woord (quote) */
  /* Inschrijven */
}
body.single-locatie .ouder-quote {
  background: #EAE6CA;
  padding: 40px 56px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 767.98px) {
  body.single-locatie .ouder-quote {
    padding: 40px;
  }
}
@media (max-width: 575.98px) {
  body.single-locatie .ouder-quote {
    margin-top: 80px;
  }
}
body.single-locatie .ouder-quote:after {
  content: "";
  background: url(../assets/images/locaties/hearts-green.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 200px;
  height: 116px;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 575.98px) {
  body.single-locatie .ouder-quote:after {
    width: 100px;
    height: 58px;
  }
}
body.single-locatie .ouder-quote h3 {
  margin-top: 0;
}
body.single-locatie .ouder-quote p {
  font-size: 22px;
  font-weight: 700;
  color: #66655f;
  line-height: 36px;
  width: 80%;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.98px) {
  body.single-locatie .ouder-quote p {
    font-size: 16px;
    line-height: 1.6em;
  }
}
@media (max-width: 575.98px) {
  body.single-locatie .ouder-quote p {
    width: 100%;
  }
}
body.single-locatie .vragen-over-locatie {
  text-align: center;
  max-width: 712px;
  margin: 0 auto;
  margin-top: 68px;
  margin-bottom: 60px;
}
body.single-locatie .vragen-over-locatie h2 {
  margin-top: 0;
}
body.single-locatie .contactpersonen-wrapper .contactpersoon:last-of-type {
  margin-bottom: 0;
}
body.single-locatie .locatie-wrapper .locatie-gegevens {
  background: #EAE6CA;
  height: 100%;
  padding: 35px 40px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  body.single-locatie .locatie-wrapper .locatie-gegevens {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  body.single-locatie .locatie-wrapper .locatie-gegevens {
    padding: 30px;
  }
}
body.single-locatie .locatie-wrapper .locatie-gegevens:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  right: 40px;
  top: 0;
  transform: translateY(-50%);
  background: #a2a57b;
  border-radius: 50%;
  height: 97px;
  width: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  color: #EAE6CA;
}
@media (max-width: 991.98px) {
  body.single-locatie .locatie-wrapper .locatie-gegevens:before {
    right: 20px;
    height: 77px;
    width: 77px;
    font-size: 35px;
  }
}
body.single-locatie .locatie-wrapper .locatie-gegevens:after {
  content: "";
  background: url(../assets/images/locaties/leaf-green.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 32px;
  height: 154px;
  width: 120px;
}
body.single-locatie .locatie-wrapper .locatie-gegevens h3 {
  margin-top: 0;
}
body.single-locatie .locatie-wrapper .locatie-gegevens .address {
  margin-bottom: 32px;
  color: #66655f;
}
body.single-locatie .locatie-wrapper .locatie-gegevens .btn {
  display: block;
  width: fit-content;
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  body.single-locatie .locatie-wrapper .locatie-gegevens .btn {
    font-size: 13px;
    padding: 8px 20px;
  }
}
body.single-locatie .inschrijven {
  background: #ffde94;
  padding: 30px;
  padding-right: 92px;
  border-radius: 20px;
  margin-top: 120px;
}
@media (max-width: 575.98px) {
  body.single-locatie .inschrijven {
    padding-right: 30px;
  }
}
body.single-locatie .inschrijven .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-locatie .inschrijven .image-wrapper img {
  width: 361px;
}
body.single-locatie .inschrijven .content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.single-locatie .inschrijven .content-wrapper h2 {
  margin-top: 0;
  margin-bottom: 24px;
}
body.single-locatie .inschrijven .content-wrapper p {
  margin-bottom: 40px;
}
body.single-locatie .inschrijven .content-wrapper .btn {
  width: fit-content;
}

body {
  color: #212529;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Montserrat";
}

body,
html {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 4px;
  margin-top: 40px;
}

.container {
  padding-inline: 15px;
}

body > .wp-block-themeisle-blocks-advanced-columns {
  height: 100svh;
}