@charset "UTF-8";
.tekstveld p {
  padding-bottom: .5rem; }
  .tekstveld p:last-of-type {
    padding-bottom: 0px; }
.tekstveld a {
  text-decoration: underline !important; }
  .tekstveld a:hover {
    text-decoration: none !important; }
.tekstveld ul {
  margin: 0 0 .5rem 0; }
.tekstveld .btn {
  text-decoration: none !important; }

.head .row * {
  color: white; }

.background {
  background: #ebfef2; }

.background_image_holder {
  position: relative;
  background-color: #4fbc86;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 28rem;
  display: flex;
  align-items: center; }

.image_holder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 8rem;
  aspect-ratio: 3 / 2;
  border-radius: 3rem; }

.image_holder_small {
  aspect-ratio: inherit;
  min-height: 24rem; }

.image_square {
  aspect-ratio: 1 / 1; }

.frame {
  background-color: white;
  padding: 3rem 2rem;
  border-radius: 3rem;
  box-shadow: 0 0 0.5rem rgba(40, 40, 40, 0.25); }

.quote {
  background-image: url("../assets/images/icon_quote.svg");
  background-repeat: no-repeat;
  background-size: auto 2.5rem;
  background-position: 2rem bottom; }

.usp_list ul {
  padding-inline-start: 0;
  padding: 0 2.5rem 0 2rem; }
  .usp_list ul li {
    background-image: url("../assets/images/icon_quote.svg");
    background-repeat: no-repeat;
    background-size: auto 2.5rem;
    background-position: center left;
    list-style-type: none;
    align-items: center;
    line-height: 160%;
    padding: 0 0 0 3.5rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    min-height: 2.5rem; }

/* Card */
.card {
  background-color: white;
  padding: 2rem 1.5rem 1rem 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 0 0 rgba(40, 40, 40, 0.25);
  transition: all 250ms ease-in-out; }
  .card .card_body {
    padding: 1.5rem 0 1rem 0; }
    .card .card_body .image_holder {
      aspect-ratio: 3 / 2;
      position: relative;
      display: flex;
      flex-direction: column; }
  .card .card_footer {
    background-image: url("../assets/images/icon_button.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 2.5rem;
    display: inline-block;
    padding-left: 2rem !important;
    height: 2.5rem;
    width: 100%; }
  .card:hover {
    box-shadow: 0 0 1.25rem rgba(40, 40, 40, 0.25); }

/* Swiper */
.header_slider_wrapper {
  position: relative;
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  overflow: hidden; }
  .header_slider_wrapper .swiper-pagination .swiper-pagination-bullet {
    height: .75rem !important;
    width: .75rem !important; }
  .header_slider_wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #008955 !important; }

.background_image_holder {
  height: 100%;
  background-size: cover;
  background-position: center; }

.bottom_image {
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  overflow: hidden;
  background-color: #ebfef2; }

.titel_overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: end;
  z-index: 10;
  pointer-events: none; }
  .titel_overlay .row {
    width: 100%; }
    .titel_overlay .row * {
      color: white;
      text-shadow: 0 0 0.5rem rgba(40, 40, 40, 0.25); }

/* faqs */
.faqs .faq_item {
  border-bottom: 1px solid #4fbc86;
  padding-bottom: .5rem; }
  .faqs .faq_item .vraag {
    padding: .5rem 0;
    cursor: pointer;
    transition: opacity 250ms ease-in-out; }
    .faqs .faq_item .vraag * {
      font-weight: 700; }
    .faqs .faq_item .vraag:hover {
      opacity: .5; }
  .faqs .faq_item .antwoord {
    padding: 0 0 .5rem 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 250ms ease; }

/* Icons */
.phone,
.mail,
.pointer,
.download {
  background-image: url("../assets/images/icon_phone.svg");
  background-repeat: no-repeat;
  background-size: auto 2.5rem;
  display: flex;
  padding-left: 3.25rem !important;
  margin-bottom: .5rem !important;
  height: 2.5rem;
  width: 100%;
  align-items: center; }

.mail {
  background-image: url("../assets/images/icon_mail.svg"); }

.pointer {
  background-image: url("../assets/images/icon_pointer.svg"); }

.download {
  background-image: url("../assets/images/icon_download.svg"); }

.phone:hover,
.mail:hover,
.pointer:hover,
.download:hover {
  text-decoration: none !important; }

.instagram,
.facebook,
.linkedin {
  background-image: url("../assets/images/icon_instagram.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 .25rem .5rem 0; }

.facebook {
  background-image: url("../assets/images/icon_facebook.svg"); }

.linkedin {
  background-image: url("../assets/images/icon_linkedin.svg"); }

.instagram:hover,
.facebook:hover,
.linkedin:hover {
  opacity: .5; }

/* Opties */
.vertical_center {
  display: flex;
  align-items: center;
  justify-content: center; }

.align_center {
  align-items: center; }

.align_right {
  margin-left: auto;
  margin-right: 0; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.center_object {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important; }

/* Pagina specifieke edits */
#menu-hoofdmenu {
  padding-right: calc((100vw - 1440px) / 2 + 2rem); }

#fotografie .image_holder {
  width: 100%;
  aspect-ratio: 2 / 1;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: opacity 250ms ease; }
#fotografie .image_holder:hover {
  opacity: .5; }

#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999; }
  #lightbox.active {
    display: flex !important; }
  #lightbox img {
    max-width: 90%;
    max-height: 90%; }
  #lightbox .lightbox-prev,
  #lightbox .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    color: white;
    cursor: pointer;
    padding: 2.5rem;
    user-select: none;
    transition: opacity 250ms ease; }
    #lightbox .lightbox-prev:hover,
    #lightbox .lightbox-next:hover {
      opacity: .5; }
  #lightbox .lightbox-prev {
    left: 2.5rem; }
  #lightbox .lightbox-next {
    right: 2.5rem; }
  #lightbox .lightbox-close {
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    font-size: 2rem;
    color: white;
    cursor: pointer; }

#bookingform {
  background-color: #4fbc86;
  padding: 1.5rem 2.5rem 2rem 2.5rem;
  border-radius: 3rem;
  box-shadow: 0 0 0.5rem rgba(40, 40, 40, 0.25);
  margin-top: -2rem;
  position: relative;
  z-index: 99; }
  #bookingform label {
    display: block;
    color: white;
    font-weight: 700;
    padding: 0rem 1.25rem .25rem 1.25rem; }
  #bookingform .input_style {
    width: 100%;
    padding: .5rem 1.5rem .75rem 1.5rem;
    border-radius: 2rem;
    border: 0px solid #4fbc86;
    background: white;
    outline: none;
    color: #282828;
    transition: opacity 250ms ease-in-out; }
    #bookingform .input_style::placeholder {
      color: #282828; }
    #bookingform .input_style:hover {
      opacity: .8; }
  #bookingform button {
    line-height: 390%;
    width: 100% !important; }

@media all and (max-width: 992px) {
  .image_holder {
    aspect-ratio: 1 / 1 !important;
    min-height: auto;
    width: 100%; }

  #fotografie .col-3 {
    grid-column: span 4; } }
@media all and (max-width: 576px) {
  .background_image_holder {
    min-height: 300px; }

  #fotografie .col-3 {
    grid-column: span 6; } }
.pre_footer {
  background-color: #ebfef2; }

footer {
  background: #008955;
  position: relative;
  z-index: 10; }
  footer .container {
    position: relative; }
    footer .container [class^="col-"] .wp-block-heading {
      font-size: 1.2rem;
      margin: 2.5rem 0 .5rem 0; }
    footer .container [class^="col-"] span,
    footer .container [class^="col-"] .wp-block-heading,
    footer .container [class^="col-"] p {
      color: white; }
      footer .container [class^="col-"] span b,
      footer .container [class^="col-"] span strong,
      footer .container [class^="col-"] .wp-block-heading b,
      footer .container [class^="col-"] .wp-block-heading strong,
      footer .container [class^="col-"] p b,
      footer .container [class^="col-"] p strong {
        color: inherit;
        font-size: 1em; }
    footer .container [class^="col-"] a {
      color: white;
      text-decoration: none;
      transition: opacity 250ms ease; }
      footer .container [class^="col-"] a:hover {
        opacity: .5; }
    footer .container [class^="col-"] .instagram,
    footer .container [class^="col-"] .facebook,
    footer .container [class^="col-"] .linkedin {
      display: inline-block; }
    footer .container [class^="col-"] .nav-footer ul {
      margin: 0;
      padding: 0;
      padding-inline-start: 0; }
      footer .container [class^="col-"] .nav-footer ul li {
        list-style-type: none; }
        footer .container [class^="col-"] .nav-footer ul li a:before {
          content: '> '; }
      footer .container [class^="col-"] .nav-footer ul .current_page_item a {
        color: #4fbc86 !important; }
    footer .container #footer_logo {
      transform: opacity 250ms ease;
      display: block; }
      footer .container #footer_logo img {
        height: 4rem;
        width: auto; }
      footer .container #footer_logo:hover {
        text-decoration: none !important;
        opacity: .5; }

.post_footer {
  background-color: #4fbc86; }
  .post_footer [class^="col-"] {
    color: #282828; }
    .post_footer [class^="col-"] p,
    .post_footer [class^="col-"] a {
      display: inline;
      color: inherit; }
    .post_footer [class^="col-"] a:hover {
      opacity: .5; }

@media all and (max-width: 992px) {
  footer {
    padding-top: 2rem !important; }
    footer .row {
      row-gap: .5rem;
      padding-bottom: 2rem; }
    footer .col-4 {
      grid-column: span 12; }
    footer .my-4 {
      margin-block: 1rem !important; }
    footer .wp-block-heading {
      margin-top: 0 !important; }

  .post_footer .col-12 {
    display: inline-grid; }
    .post_footer .col-12 * {
      display: contents !important;
      width: auto; } }
@media all and (max-width: 768px) {
  footer .pt-4 {
    padding-top: 0 !important; } }
.btn,
button:not(.submenu-toggle, .nav-toggle),
#menu-hoofdmenu > li:last-of-type > a, #menu-direct-regelen a {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: .5rem 2.25rem .75rem 2.25rem;
  margin: 0;
  background-color: #f6af62;
  transition: opacity 250ms ease;
  cursor: pointer;
  width: auto;
  float: none;
  border-radius: 5rem;
  border: 0px solid #4fbc86;
  font-size: inherit;
  text-transform: inherit !important;
  min-width: 220px;
  text-align: center;
  color: white !important;
  font-weight: 700;
  overflow: hidden; }
  .btn:hover,
  button:not(.submenu-toggle, .nav-toggle):hover,
  #menu-hoofdmenu > li:last-of-type > a:hover, #menu-direct-regelen a:hover {
    opacity: .5; }
  .btn:after,
  button:not(.submenu-toggle, .nav-toggle):after,
  #menu-hoofdmenu > li:last-of-type > a:after, #menu-direct-regelen a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: #f2942e;
    border-radius: 100px / 10px;
    left: 0;
    right: 0;
    bottom: .5rem;
    z-index: -2; }

.btn_icon {
  padding: .75rem 3rem .75rem 3.5rem !important;
  display: inline-flex;
  align-self: center;
  background-color: #4fbc86;
  background-position: .25rem center;
  height: 3rem; }
  .btn_icon:after {
    display: none; }

/* Contactform 7 */
form {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  background-color: #4fbc86;
  padding: 3rem 2rem;
  border-radius: 3rem;
  box-shadow: 0 0 0.5rem rgba(40, 40, 40, 0.25);
  /* Inputs */
  /* Checkbox */
  /* Submit */ }
  form h3 {
    margin-top: 0 !important;
    color: white; }
  form p {
    display: block; }
    form p label {
      display: block;
      width: 100%;
      color: white;
      padding: .25rem 0 .5rem 0; }
    form p span {
      display: block; }
  form input,
  form textarea {
    width: 100%;
    padding: .5rem 1.5rem .75rem 1.5rem;
    border-radius: 2rem;
    border: 0px solid #4fbc86;
    background: white;
    outline: none;
    color: #282828;
    transition: opacity 250ms ease-in-out; }
    form input::placeholder,
    form textarea::placeholder {
      color: #282828; }
    form input:hover,
    form textarea:hover {
      opacity: .8; }
  form textarea {
    border-radius: 2rem;
    height: 100px;
    padding: 1rem 1.5rem;
    resize: none; }
  form input[type=checkbox] {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin: 0 !important;
    padding: 0.5rem !important; }
  form input[type=submit] {
    display: inline-block;
    padding: .5rem 3rem .75rem 3rem;
    width: auto;
    border-radius: 2rem;
    border: 0;
    cursor: pointer;
    color: white !important;
    background: #008955;
    transition: background 250ms ease-in-out;
    font-weight: 500; }
    form input[type=submit]:hover {
      background: #282828; }

/* Response messages */
.wpcf7-response-output {
  border: 0 !important;
  margin: 0 !important;
  padding: 1rem !important;
  color: white;
  background-color: #f0972d; }

.wpcf7-mail-sent-ok {
  background-color: #46c089 !important; }

.wpcf7-not-valid-tip {
  display: block !important;
  padding-top: 5px;
  color: #f0972d !important;
  font-weight: 600 !important; }

/* Radio buttons */
.wpcf7-radio {
  display: block;
  width: 100%; }
  .wpcf7-radio .wpcf7-list-item,
  .wpcf7-radio label {
    display: inline-block;
    width: 100%;
    margin: 0 10px 0 0; }
    .wpcf7-radio .wpcf7-list-item input,
    .wpcf7-radio label input {
      display: inline-block;
      width: auto;
      margin: 5px 5px 5px 0; }
    .wpcf7-radio .wpcf7-list-item span,
    .wpcf7-radio label span {
      display: inline-block;
      width: auto; }

@media all and (max-width: 991px) {
  .menu-navigatie-menu-container li:not(.sub-menu li, footer li) a {
    width: 100%; }

  #menu-hoofdmenu > li:last-of-type {
    text-align: center;
    margin-top: 10px; } }
html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

:target {
  scroll-margin-top: 0px; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.container {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem; }
  .container .container {
    padding-inline: 2rem; }

.full_width {
  max-width: 100% !important; }

.row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 2rem; }

.col {
  grid-column: span 12; }

.col-1 {
  grid-column: span 1; }
  .col-1 *, .col-1 *::before, .col-1 *::after {
    box-sizing: border-box; }

.col-2 {
  grid-column: span 2; }
  .col-2 *, .col-2 *::before, .col-2 *::after {
    box-sizing: border-box; }

.col-3 {
  grid-column: span 3; }
  .col-3 *, .col-3 *::before, .col-3 *::after {
    box-sizing: border-box; }

.col-4 {
  grid-column: span 4; }
  .col-4 *, .col-4 *::before, .col-4 *::after {
    box-sizing: border-box; }

.col-5 {
  grid-column: span 5; }
  .col-5 *, .col-5 *::before, .col-5 *::after {
    box-sizing: border-box; }

.col-6 {
  grid-column: span 6; }
  .col-6 *, .col-6 *::before, .col-6 *::after {
    box-sizing: border-box; }

.col-7 {
  grid-column: span 7; }
  .col-7 *, .col-7 *::before, .col-7 *::after {
    box-sizing: border-box; }

.col-8 {
  grid-column: span 8; }
  .col-8 *, .col-8 *::before, .col-8 *::after {
    box-sizing: border-box; }

.col-9 {
  grid-column: span 9; }
  .col-9 *, .col-9 *::before, .col-9 *::after {
    box-sizing: border-box; }

.col-10 {
  grid-column: span 10; }
  .col-10 *, .col-10 *::before, .col-10 *::after {
    box-sizing: border-box; }

.col-11 {
  grid-column: span 11; }
  .col-11 *, .col-11 *::before, .col-11 *::after {
    box-sizing: border-box; }

.col-12 {
  grid-column: span 12; }
  .col-12 *, .col-12 *::before, .col-12 *::after {
    box-sizing: border-box; }

.offset-1 {
  grid-column: 1 / span 12; }

.offset-2 {
  grid-column: 2 / span 11; }

.offset-3 {
  grid-column: 3 / span 10; }

.offset-4 {
  grid-column: 4 / span 9; }

.offset-5 {
  grid-column: 5 / span 6; }

.offset-6 {
  grid-column: 6 / span 5; }

.offset-7 {
  grid-column: 7 / span 4; }

.offset-8 {
  grid-column: 8 / span 3; }

.offset-9 {
  grid-column: 9 / span 2; }

.offset-10 {
  grid-column: 10 / span 1; }

.offset-11 {
  grid-column: 11 / span 0; }

.offset-12 {
  grid-column: 12 / span 0; }

.m-1 {
  margin: 0.25rem; }

.mt-1 {
  margin-top: 0.25rem; }

.mb-1 {
  margin-bottom: 0.25rem; }

.ml-1 {
  margin-left: 0.25rem; }

.mr-1 {
  margin-right: 0.25rem; }

.mx-1 {
  margin-inline: 0.25rem; }

.my-1 {
  margin-block: 0.25rem; }

.p-1 {
  padding: 0.25rem; }

.pt-1 {
  padding-top: 0.25rem; }

.pb-1 {
  padding-bottom: 0.25rem; }

.pl-1 {
  padding-left: 0.25rem; }

.pr-1 {
  padding-right: 0.25rem; }

.px-1 {
  padding-inline: 0.25rem; }

.py-1 {
  padding-block: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.ml-2 {
  margin-left: 0.5rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mx-2 {
  margin-inline: 0.5rem; }

.my-2 {
  margin-block: 0.5rem; }

.p-2 {
  padding: 0.5rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pl-2 {
  padding-left: 0.5rem; }

.pr-2 {
  padding-right: 0.5rem; }

.px-2 {
  padding-inline: 0.5rem; }

.py-2 {
  padding-block: 0.5rem; }

.m-3 {
  margin: 1rem; }

.mt-3 {
  margin-top: 1rem; }

.mb-3 {
  margin-bottom: 1rem; }

.ml-3 {
  margin-left: 1rem; }

.mr-3 {
  margin-right: 1rem; }

.mx-3 {
  margin-inline: 1rem; }

.my-3 {
  margin-block: 1rem; }

.p-3 {
  padding: 1rem; }

.pt-3 {
  padding-top: 1rem; }

.pb-3 {
  padding-bottom: 1rem; }

.pl-3 {
  padding-left: 1rem; }

.pr-3 {
  padding-right: 1rem; }

.px-3 {
  padding-inline: 1rem; }

.py-3 {
  padding-block: 1rem; }

.m-4 {
  margin: 2.5rem; }

.mt-4 {
  margin-top: 2.5rem; }

.mb-4 {
  margin-bottom: 2.5rem; }

.ml-4 {
  margin-left: 2.5rem; }

.mr-4 {
  margin-right: 2.5rem; }

.mx-4 {
  margin-inline: 2.5rem; }

.my-4 {
  margin-block: 2.5rem; }

.p-4 {
  padding: 2.5rem; }

.pt-4 {
  padding-top: 2.5rem; }

.pb-4 {
  padding-bottom: 2.5rem; }

.pl-4 {
  padding-left: 2.5rem; }

.pr-4 {
  padding-right: 2.5rem; }

.px-4 {
  padding-inline: 2.5rem; }

.py-4 {
  padding-block: 2.5rem; }

.m-5 {
  margin: 5rem; }

.mt-5 {
  margin-top: 5rem; }

.mb-5 {
  margin-bottom: 5rem; }

.ml-5 {
  margin-left: 5rem; }

.mr-5 {
  margin-right: 5rem; }

.mx-5 {
  margin-inline: 5rem; }

.my-5 {
  margin-block: 5rem; }

.p-5 {
  padding: 5rem; }

.pt-5 {
  padding-top: 5rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pl-5 {
  padding-left: 5rem; }

.pr-5 {
  padding-right: 5rem; }

.px-5 {
  padding-inline: 5rem; }

.py-5 {
  padding-block: 5rem; }

@media (max-width: 1440px) {
  .container .container {
    padding-inline: 0; } }
@media (max-width: 992px) {
  .col-1 {
    display: none; }

  .col-2 {
    grid-column: span 6; }

  .col-3 {
    grid-column: span 6; }

  .col-5 {
    grid-column: span 6; }

  header .col-3 {
    grid-column: span 3 !important; } }
@media (max-width: 768px) {
  .col-3 {
    grid-column: span 6; }

  .col-4 {
    grid-column: span 6; }

  .col-5 {
    grid-column: span 6; }

  .col-6 {
    grid-column: span 6; }

  .col-7 {
    grid-column: span 12; }

  .col-8 {
    grid-column: span 12; }

  .col-9 {
    grid-column: span 12; }

  .col-10 {
    grid-column: span 12; }

  .col-11 {
    grid-column: span 12; }

  header .col-3 {
    grid-column: span 6 !important; }
  header .col-9 {
    grid-column: span 6 !important; }

  .offset-1 {
    grid-column-start: inherit; }

  .offset-2 {
    grid-column-start: inherit; }

  .offset-3 {
    grid-column-start: inherit; }

  .offset-4 {
    grid-column-start: inherit; }

  .offset-5 {
    grid-column-start: inherit; }

  .offset-6 {
    grid-column-start: inherit; }

  .offset-7 {
    grid-column-start: inherit; }

  .offset-8 {
    grid-column-start: inherit; }

  .offset-9 {
    grid-column-start: inherit; }

  .offset-10 {
    grid-column-start: inherit; }

  .offset-11 {
    grid-column-start: inherit; }

  .offset-12 {
    grid-column-start: inherit; }

  .row {
    column-gap: 2rem; }

  .m-1 {
    margin: 0.25rem; }

  .mt-1 {
    margin-top: 0.25rem; }

  .mb-1 {
    margin-bottom: 0.25rem; }

  .ml-1 {
    margin-left: 0.25rem; }

  .mr-1 {
    margin-right: 0.25rem; }

  .mx-1 {
    margin-inline: 0.25rem; }

  .my-1 {
    margin-block: 0.25rem; }

  .p-1 {
    padding: 0.25rem; }

  .pt-1 {
    padding-top: 0.25rem; }

  .pb-1 {
    padding-bottom: 0.25rem; }

  .pl-1 {
    padding-left: 0.25rem; }

  .pr-1 {
    padding-right: 0.25rem; }

  .px-1 {
    padding-inline: 0.25rem; }

  .py-1 {
    padding-block: 0.25rem; }

  .m-2 {
    margin: 0.5rem; }

  .mt-2 {
    margin-top: 0.5rem; }

  .mb-2 {
    margin-bottom: 0.5rem; }

  .ml-2 {
    margin-left: 0.5rem; }

  .mr-2 {
    margin-right: 0.5rem; }

  .mx-2 {
    margin-inline: 0.5rem; }

  .my-2 {
    margin-block: 0.5rem; }

  .p-2 {
    padding: 0.5rem; }

  .pt-2 {
    padding-top: 0.5rem; }

  .pb-2 {
    padding-bottom: 0.5rem; }

  .pl-2 {
    padding-left: 0.5rem; }

  .pr-2 {
    padding-right: 0.5rem; }

  .px-2 {
    padding-inline: 0.5rem; }

  .py-2 {
    padding-block: 0.5rem; }

  .m-3 {
    margin: 1rem; }

  .mt-3 {
    margin-top: 1rem; }

  .mb-3 {
    margin-bottom: 1rem; }

  .ml-3 {
    margin-left: 1rem; }

  .mr-3 {
    margin-right: 1rem; }

  .mx-3 {
    margin-inline: 1rem; }

  .my-3 {
    margin-block: 1rem; }

  .p-3 {
    padding: 1rem; }

  .pt-3 {
    padding-top: 1rem; }

  .pb-3 {
    padding-bottom: 1rem; }

  .pl-3 {
    padding-left: 1rem; }

  .pr-3 {
    padding-right: 1rem; }

  .px-3 {
    padding-inline: 1rem; }

  .py-3 {
    padding-block: 1rem; }

  .m-4 {
    margin: 1.5rem; }

  .mt-4 {
    margin-top: 1.5rem; }

  .mb-4 {
    margin-bottom: 1.5rem; }

  .ml-4 {
    margin-left: 1.5rem; }

  .mr-4 {
    margin-right: 1.5rem; }

  .mx-4 {
    margin-inline: 1.5rem; }

  .my-4 {
    margin-block: 1.5rem; }

  .p-4 {
    padding: 1.5rem; }

  .pt-4 {
    padding-top: 1.5rem; }

  .pb-4 {
    padding-bottom: 1.5rem; }

  .pl-4 {
    padding-left: 1.5rem; }

  .pr-4 {
    padding-right: 1.5rem; }

  .px-4 {
    padding-inline: 1.5rem; }

  .py-4 {
    padding-block: 1.5rem; }

  .m-5 {
    margin: 3rem; }

  .mt-5 {
    margin-top: 3rem; }

  .mb-5 {
    margin-bottom: 3rem; }

  .ml-5 {
    margin-left: 3rem; }

  .mr-5 {
    margin-right: 3rem; }

  .mx-5 {
    margin-inline: 3rem; }

  .my-5 {
    margin-block: 3rem; }

  .p-5 {
    padding: 3rem; }

  .pt-5 {
    padding-top: 3rem; }

  .pb-5 {
    padding-bottom: 3rem; }

  .pl-5 {
    padding-left: 3rem; }

  .pr-5 {
    padding-right: 3rem; }

  .px-5 {
    padding-inline: 3rem; }

  .py-5 {
    padding-block: 3rem; } }
@media (max-width: 576px) {
  .col-3 {
    grid-column: span 12; }

  .col-4 {
    grid-column: span 12; }

  .col-5 {
    grid-column: span 12; }

  .col-6 {
    grid-column: span 12; }

  header .col-3, header .col-9 {
    grid-column: span 6 !important; }

  .row {
    row-gap: 0 !important; }

  .no_top_padding {
    padding-top: 0 !important; }

  .no_top_margin {
    margin-top: 0 !important; } }
header {
  background-color: white;
  width: 100%; }
  header .container .row #header_logo {
    transform: opacity 250ms ease; }
    header .container .row #header_logo img {
      height: 65px;
      width: auto; }
    header .container .row #header_logo:hover {
      text-decoration: none !important;
      opacity: .5; }
  header .container .row .col-9 {
    display: flex !important; }

header a,
header button span,
header #menu-hoofdmenu > li:last-of-type > a {
  font-size: 1.1rem; }
@media (max-width: 768px) {
  header {
    overflow: hidden; } }

#header_logo img {
  display: block; }

.toggleButton {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto; }
  .toggleButton .nav-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0 0 0 auto !important;
    color: #4fbc86;
    cursor: pointer;
    transition: opacity 250ms ease-in-out;
    width: 40px;
    min-width: 40px !important;
    max-width: 40px !important;
    z-index: 1000; }
    .toggleButton .nav-toggle:hover {
      opacity: 0.5; }
    .toggleButton .nav-toggle:after {
      display: none; }

.nav-desktop {
  margin-left: auto; }
  .nav-desktop .menu,
  .nav-desktop .primary-menu,
  .nav-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-desktop ul {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }
    .nav-desktop ul li {
      position: relative;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .nav-desktop ul li a {
        display: block;
        text-decoration: none; }
        .nav-desktop ul li a:hover {
          color: #4fbc86; }
  .nav-desktop li.menu-item-has-children > a {
    position: relative; }
  .nav-desktop li.menu-item-has-children > a::after {
    content: "›";
    display: inline-block;
    margin-left: 6px;
    transform: rotate(90deg);
    color: #282828; }
  .nav-desktop .sub-menu {
    position: absolute;
    top: calc(60% + 10px);
    left: 0;
    height: auto;
    min-width: 240px;
    padding: 10px;
    background-color: #4fbc86;
    display: none;
    z-index: 2000; }
    .nav-desktop .sub-menu li {
      display: inline;
      padding: 0; }
      .nav-desktop .sub-menu li a {
        padding: 4px 16px;
        color: white; }
        .nav-desktop .sub-menu li a:hover {
          color: #282828; }
    .nav-desktop .sub-menu .current-menu-item > a {
      color: #008955 !important; }
  .nav-desktop li:hover > .sub-menu {
    display: block; }
  .nav-desktop .current-menu-item > a {
    color: #4fbc86 !important; }

.nav-mobile {
  display: none; }
  .nav-mobile .current_page_item a {
    color: #4fbc86; }

body.menu-open {
  overflow: hidden; }
  body.menu-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(40, 40, 40, 0.25);
    z-index: 9999; }

@media (max-width: 992px) {
  .nav-desktop {
    display: none; }

  .toggleButton {
    display: flex;
    z-index: 999999; }

  .nav-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    padding: 100px 30px;
    transition: right 250ms ease-in-out;
    overflow-y: auto;
    z-index: 99999; }
    .nav-mobile.is-open {
      right: 0; }
    .nav-mobile ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .nav-mobile ul li {
        padding: 10px 0; }
        .nav-mobile ul li a {
          display: block;
          text-align: left;
          color: #282828;
          text-decoration: none; }
          .nav-mobile ul li a:hover {
            color: #4fbc86; }
    .nav-mobile .sub-menu {
      display: none;
      padding-top: 4px; }
    .nav-mobile .menu-item-has-children {
      position: relative; }
      .nav-mobile .menu-item-has-children.is-open > .sub-menu {
        display: block; }
        .nav-mobile .menu-item-has-children.is-open > .sub-menu li {
          padding: 8px 0; }
          .nav-mobile .menu-item-has-children.is-open > .sub-menu li a:before {
            content: '• ';
            display: inline;
            padding: 0 4px;
            color: #4fbc86; }
        .nav-mobile .menu-item-has-children.is-open > .sub-menu .current_menu_item a {
          color: #4fbc86 !important; }
      .nav-mobile .menu-item-has-children button {
        margin: 0 !important;
        border: 0px;
        /* line-height: normal; */
        position: absolute;
        right: 0;
        top: 11px;
        cursor: pointer;
        background-color: transparent; }
        .nav-mobile .menu-item-has-children button:hover span {
          color: #4fbc86; }

  #menu-hoofdmenu > li:last-of-type > a {
    color: #4fbc86 !important; } }
* {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

h1, h2, h3, h4, h5, p, td, a, b, i, em, b, strong, input, textarea, span, div, btn, li {
  line-height: 180%;
  color: #282828;
  font-size: 1rem;
  font-weight: 300; }

h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span, h5, h5 span {
  line-height: 110%;
  color: #4fbc86;
  font-weight: 600;
  padding-bottom: .5rem;
  margin: 0; }

h1, h1 span {
  font-size: 3.6rem;
  padding-bottom: 0;
  text-transform: inherit; }

h2, h2 span {
  font-size: 2.2rem; }

h3, h3 span {
  font-size: 1.6rem;
  padding-top: .75rem; }

h4, h4 span {
  font-size: 1.4rem; }

h5, h5 span {
  font-size: 1.2rem; }

p, i, em, b, strong, a, li {
  margin: 0;
  padding: 0; }

i, em {
  font-style: italic; }

b, strong {
  color: #282828;
  font-weight: 700; }

u {
  font-size: inherit;
  font-weight: inherit; }

a, a:link, a:visited {
  text-decoration: none;
  transition: color 250ms ease-in-out;
  transition: opacity 250ms ease-in-out; }

a:hover {
  color: #4fbc86; }

hr {
  background: white;
  border: 0px;
  height: 1px;
  width: 100%;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  transition: opacity 250ms ease-in-out; }

.alignright {
  float: right;
  padding: 10px; }

#sitemap ul {
  padding: 0;
  padding-inline-start: 0; }
  #sitemap ul .row {
    gap: .25rem !important; }
    #sitemap ul .row .text_right {
      text-align: left; }

table {
  width: 100%;
  table-layout: fixed;
  overflow: scroll;
  margin-top: 1.25rem; }
  table tr td, table tr th {
    padding: .25rem .75rem;
    border: 2px solid #4fbc86; }
  table tbody tr:nth-of-type(even) {
    background-color: #ebfef2; }
  table tbody tr:last-of-type td {
    position: relative; }
  table tbody tr:last-of-type td:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #4fbc86; }

iframe {
  width: 100%; }

h1 span, h2 span, h3 span, h4 span, h1 a, h2 a, h3 a, h4 a, h1 b, h2 b, h3 b, h4 b {
  font-size: 1em !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
  text-decoration: inherit !important;
  line-height: inherit !important; }

h1 b, h2 b, h3 b, h4 b, h1 strong, h2 strong, h3 strong, h4 strong {
  font-size: inherit;
  font-weight: bold; }

h1 i, h2 i, h3 i, h4 i, h1 em, h2 em, h3 em, h4 em {
  font-size: inherit;
  font-style: italic; }

span strong {
  font-size: inherit;
  font-family: inherit; }

@media all and (max-width: 768px) {
  h1, h1 span, .titel_overlay .row h1 {
    font-size: 2.4rem; }

  h2, h2 span, .titel_overlay .row h2 {
    font-size: 1.8rem; } }

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