/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[3].use[3]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!../node_modules/import-glob/index.js!./styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Button style
 */
/**
 * Plus minus gebruikt in de navigatie van de mobile menu
 */
/**
 * Required Variables
 */
/**
 * Responsive breakpoints mixin
 * gebruik: @include media(mobile-only) { }
 */
:root {
  --scroll-padding: 180px;
  --progress: 0%;
}

.header-container {
  max-height: 484px;
}
@media (width <= 782px) {
  .header-container {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

@media (width <= 850px) {
  .wp-block-group .wp-container-core-post-template-is-layout-9b1e2e09 {
    gap: 1.5rem;
  }
}

@media (width <= 900px) {
  .kernactiviteiten-grid {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .kernactiviteiten-grid .tekst-container p {
    margin: 0 !important;
  }
  .kernactiviteiten-grid > * {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.single h1,
.archive h1,
.page-template-content-pagina h1 {
  color: var(--wp--preset--color--blauw-primaire);
  font-size: var(--wp--preset--font-size--gigantic);
  padding-top: var(--wp--preset--spacing--50);
  padding-bottom: var(--wp--preset--spacing--50);
}

body:not(.home) .dubbel-oog-mask {
  left: 0;
}

.dubbel-oog-container {
  margin-top: -3% !important;
  margin-bottom: -5% !important;
  position: relative;
}
@media only screen and (max-width: 781px) {
  .dubbel-oog-container {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
}
.dubbel-oog-container .lijn-header-container {
  position: relative;
}
.dubbel-oog-container .lijn-header-container::after {
  background-image: var(--wp--custom--images--lijnheader);
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  position: absolute;
  top: 597px;
  left: -351px;
  width: 100%;
  height: 100%;
  rotate: 15deg;
}
.dubbel-oog-container .dubbel-oog-mask {
  width: calc(100% + 10vw);
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 781px) {
  .dubbel-oog-container .dubbel-oog-mask {
    width: 100%;
    -webkit-filter: drop-shadow(0 0 0 white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white);
            filter: drop-shadow(0 0 0 white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white);
    margin-left: auto;
    margin-right: auto;
  }
}
.dubbel-oog-container .dubbel-oog-mask::after {
  background-image: var(--wp--custom--images--oogborder);
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  position: absolute;
  top: -4px;
  left: -2px;
  width: 102%;
  height: 101%;
  pointer-events: none;
  z-index: 25;
}
@media (width <= 950px) {
  .dubbel-oog-container .dubbel-oog-mask::after {
    top: -3px;
  }
}
@media only screen and (max-width: 781px) {
  .dubbel-oog-container .dubbel-oog-mask::after {
    display: none;
  }
}
.dubbel-oog-container .dubbel-oog-mask::before {
  position: absolute;
  content: "";
  top: 0;
  left: -45px;
  width: 49%;
  height: 100%;
  pointer-events: none;
  background-color: #fff;
  -webkit-transform: rotate(-11deg);
       -o-transform: rotate(-11deg);
          transform: rotate(-11deg);
  z-index: 15;
}
@media (width <= 800px) {
  .dubbel-oog-container .dubbel-oog-mask::before {
    width: 51%;
    height: 104%;
  }
}
@media only screen and (max-width: 781px) {
  .dubbel-oog-container .dubbel-oog-mask::before {
    display: none;
  }
}
.dubbel-oog-container .dubbel-oog-mask img {
  -webkit-mask-image: var(--wp--custom--images--vorm);
          mask-image: var(--wp--custom--images--vorm);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 23;
  position: relative;
  max-height: 610px;
}
@media only screen and (max-width: 781px) {
  .dubbel-oog-container .dubbel-oog-mask img {
    -webkit-mask-position: center center;
            mask-position: center center;
  }
}

/*
@media (width <= 1250px) {
  .dubbel-oog-mask {
    left: -250px;
  }
}

@media (width <= 1075px) {
  .dubbel-oog-mask {
    left: -300px;
  }
}

@media (width <= 850px) {
  .dubbel-oog-mask {
    left: -300px;

    &::after {
      left: -27px;
    }
  }
}
  */
.wp-block-navigation__responsive-container-close {
  pointer-events: none !important;
}

/*
body.logged-in .wp-site-blocks header {
  margin-top: 32px;
}
 */
.editor-visual-editor {
  background: #fff !important;
}

.wp-site-blocks {
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding: var(--scroll-padding, 80px);
  overflow-x: hidden;
}

.header-in-afbeelding {
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
}

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--wp--preset--color--blauw-donker)), to(var(--wp--preset--color--blauw-pastel)));
  background: -webkit-linear-gradient(left, var(--wp--preset--color--blauw-donker) var(--progress), var(--wp--preset--color--blauw-pastel) var(--progress));
  background: -o-linear-gradient(left, var(--wp--preset--color--blauw-donker) var(--progress), var(--wp--preset--color--blauw-pastel) var(--progress));
  background: linear-gradient(to right, var(--wp--preset--color--blauw-donker) var(--progress), var(--wp--preset--color--blauw-pastel) var(--progress));
  z-index: 9999;
}

.z-index-1 {
  z-index: 1;
}

.z-index-5 {
  z-index: 5;
}

.streep-container-contentpage,
.streep-container-homepage {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 77px;
  left: -707px;
  width: 100%;
  height: 0;
  overflow: visible;
  z-index: 5;
}

.streep-container-contentpage {
  bottom: 87px;
  left: -678px;
}
@media (width <= 1170px) {
  .streep-container-contentpage {
    left: -800px;
    bottom: 95px;
  }
}
@media (width <= 1075px) {
  .streep-container-contentpage {
    bottom: 75px;
    left: -820px;
  }
}
@media (width <= 950px) {
  .streep-container-contentpage {
    bottom: 80px;
    left: -738px;
  }
}

.streep-container-homepage {
  bottom: 77px;
  left: -707px;
  /*
    @media (width <= 1250px) {
      bottom: 60px;
      left: -806px;
    }

    @media (width <= 1170px) {
      bottom: 38px;
    }

    @media (width <= 1075px) {
      bottom: 34px;
      left: -830px;
    }

    @media (width <= 900px) {
      bottom: 18px;
      left: -716px;
    }

    @media (width <= 860px) {
      bottom: 50px;
    }

    @media (width <= 800px) {
      display: none;
    }
  */
}
.streep-container-homepage svg {
  rotate: 15deg;
}

.streep-container-v2 {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 157px;
  left: -642px;
  width: 100%;
  height: 0;
  overflow: visible;
  z-index: 20;
  /*
    @media (width <= 1250px) {
      bottom: 60px;
      left: -806px;
    }

    @media (width <= 1170px) {
      bottom: 38px;
    }

    @media (width <= 1075px) {
      bottom: 34px;
      left: -830px;
    }

    @media (width <= 900px) {
      bottom: 18px;
      left: -716px;
    }

    @media (width <= 860px) {
      bottom: 50px;
    }

    @media (width <= 800px) {
      display: none;
    }
  */
}
@media only screen and (max-width: 781px) {
  .streep-container-v2 {
    display: none;
  }
}
.streep-container-v2 svg {
  rotate: 15deg;
}

.streep-container {
  position: absolute;
  padding: 0;
  margin: 0;
  top: -249px;
  left: -74px;
  width: 100%;
  height: 0;
  overflow: visible;
}

.cirkel-lijn {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.cls-cirkel {
  stroke: #3ABFF0;
  stroke-width: 1;
  fill: none;
}

@media only screen and (min-width: 782px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media (width >= 851px) {
  .hidden-desktop-menu-item {
    display: none !important;
  }
}
@media only screen and (max-width: 781px) {
  .hidden-mobile {
    display: none !important;
  }
}

.header {
  padding-bottom: var(--wp--preset--spacing--20);
  margin-top: 0;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.header.fixed:not(.transparent) {
  border: 0;
  -webkit-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.header.fixed .header-fixed {
  background-color: var(--wp--preset--color--wit);
}
.header.fixed .header-fixed .wp-block-columns {
  padding-top: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--40);
}
.header.fixed.show > div .brand img {
  max-width: 70px;
}
.header .wp-block-group {
  padding-bottom: 0;
}
.header-image-background > div {
  z-index: 0;
}
.header .st3 {
  fill: var(--wp--preset--color--primary);
  stroke: white;
  -webkit-animation: fill 1.2s forwards;
       -o-animation: fill 1.2s forwards;
          animation: fill 1.2s forwards;
  -webkit-animation-delay: 1.75s;
       -o-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
@-webkit-keyframes fill {
  from {
    fill: var(--wp--preset--color--primary);
  }
  to {
    fill: white;
  }
}
@-o-keyframes fill {
  from {
    fill: var(--wp--preset--color--primary);
  }
  to {
    fill: white;
  }
}
@keyframes fill {
  from {
    fill: var(--wp--preset--color--primary);
  }
  to {
    fill: white;
  }
}
.header.has-background {
  position: relative;
  padding: 0;
}
.header.has-background > * {
  position: relative;
  z-index: 1;
}
.header.has-background::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 0;
}

@media (width <= 900px) {
  .vul-element-header {
    height: 115px;
  }
}
@media (width <= 820px) {
  .vul-element-header {
    height: 40px;
  }
}
@media (width <= 800px) {
  .vul-element-header {
    display: none;
  }
}

/*
@include mixins.media(tablet-only) {
  header {
    padding: 0;
  }

  .header-container {
    margin-top: 155px !important;
  }

  .dubbel-oog-container {
    min-height: 385px;

    .dubbel-oog-mask {
      right: -10px;
      left: -10px;
      top: -200px;
      overflow: visible;

      &::before {
        display: none;
      }

      &::after {
        left: -6px;
      }

      img {
        width: 100%;
        height: 545px;
      }
    }
  }

  .header-text-container {
    text-align: center;

    .wp-block-buttons {
      justify-content: center;
    }
  }
}


@media (width <= 650px) {
  .dubbel-oog-container {
    min-height: 290px;

    .dubbel-oog-mask {
      top: -210px;

      &::after {
        left: -5px;
      }

      img {
        width: 100%;
        height: 541px;
      }
    }
  }
}

@media (width <= 530px) {
  .header-container {
    margin-top: 95px !important;

    .dubbel-oog-container {
      min-height: 250px;

      .dubbel-oog-mask {
        top: -130px;

        &::after {
          left: -4px;
        }

        img {
          height: 418px;
        }
      }
    }
  }
}

@media (width <= 430px) {
  .header-container {
    margin-top: 35px !important;

    .dubbel-oog-container {
      min-height: 211px;

      .dubbel-oog-mask {
        top: -100px;

        &::after {
          left: -3px;
        }

        img {
          height: 350px;
        }
      }
    }
  }
}

*/
.facetwp-facet-filter_expertise .facetwp-parent-term a {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}

.facetwp-checkbox .facetwp-expand {
  display: none;
}

.facetwp-reset {
  padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--25);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: var(--wp--preset--font-size--button);
  border-radius: var(--wp--custom--button--radius);
  display: block;
  cursor: pointer;
  border: 1px solid var(--wp--preset--color--blauw-primaire);
  background: var(--wp--preset--color--wit);
  color: var(--wp--preset--color--blauw-primaire);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.facetwp-reset:hover {
  border: 1px solid var(--wp--preset--color--blauw-donker) !important;
  background: var(--wp--preset--color--blauw-donker) !important;
  color: var(--wp--preset--color--wit) !important;
}

.filter-mobiel .knop-sluit-filter {
  display: none;
}
@media (width <= 782px) {
  .filter-mobiel {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: 2000;
  }
  .filter-mobiel.open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .filter-mobiel .groep-knoppen-filter {
    text-align: center;
  }
  .filter-mobiel .knop-sluit-filter {
    display: inline-block;
    padding-right: 15px;
  }
  .filter-mobiel .knop-sluit-filter svg {
    display: none;
  }
  .filter-mobiel .facetwp-hidden {
    display: none !important;
  }
  .filter-mobiel .facetwp-type-reset {
    display: inline-block;
  }
  .filter-mobiel .facetwp-reset {
    display: inline-block;
  }
  .filter-mobiel .facetwp-facet {
    margin-top: 0;
    margin-bottom: 0;
  }
  .filter-mobiel .filter-close {
    position: absolute;
    top: -5rem;
    right: 1rem;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 3000;
    /* vierkantje met twee streepjes als X */
  }
  .filter-mobiel .filter-close::before, .filter-mobiel .filter-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #000;
  }
  .filter-mobiel .filter-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .filter-mobiel .filter-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -o-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .filter-mobiel.closed {
    display: none !important;
  }
  .filter-mobiel.closed::after {
    display: none !important;
  }
}

.filter-sticky {
  position: sticky;
  top: 7rem;
}
@media (width <= 782px) {
  .filter-sticky {
    position: relative;
    padding: 0 10px;
  }
}
.filter-sticky .facetwp-type-checkboxes .facetwp-checkbox .facetwp-expand {
  margin-right: -20px; /* Compensate for the padding-right in hierarchical Checkboxes facets. Must be the same value as padding-right above */
}
.filter-sticky .facetwp-checkbox {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1em\" viewBox=\"0 0 576 512\"><path d=\"M384 128c70.7 0 128 57.3 128 128s-57.3 128-128 128H192c-70.7 0-128-57.3-128-128s57.3-128 128-128H384zM576 256c0-106-86-192-192-192H192C86 64 0 150 0 256S86 448 192 448H384c106 0 192-86 192-192zM192 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z\" fill=\"%23265C88\"/></svg>");
  background-size: 35px 35px;
  background-position: left top;
  padding-left: 48px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.filter-sticky .facetwp-checkbox.checked {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1em\" viewBox=\"0 0 576 512\"><path d=\"M192 64C86 64 0 150 0 256S86 448 192 448H384c106 0 192-86 192-192s-86-192-192-192H192zm192 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\" fill=\"%23265C88\" /></svg>");
}
.filter-sticky .facetwp-facet-filter_expertise > .facetwp-checkbox {
  font-weight: 700;
  background-image: none !important;
  padding-left: 0 !important;
  pointer-events: none !important;
  cursor: default !important;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--wp--preset--color--grijs-licht);
}
.filter-sticky .facetwp-facet-filter_expertise > .facetwp-checkbox:not(:first-child) {
  padding-top: 15px !important;
}
.filter-sticky .facetwp-facet-filter_expertise > .facetwp-checkbox::after {
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--grijs-donker);
  content: "";
  bottom: -5px;
  left: 0;
}
.filter-sticky .facetwp-facet-filter_expertise > .facetwp-checkbox .facetwp-expand,
.filter-sticky .facetwp-facet-filter_expertise > .facetwp-checkbox .facetwp-counter {
  display: none;
}

body:not(.home) main.wp-block-group {
  margin-top: 143px !important;
}

body {
  /*
    @media (width <= 782px) {
      .main-logo a {
        display: flex !important;

        img {
          margin: 0 auto;
          width: 40%;
        }
      }

      .top-menu,
      .hoofd-menu {
        justify-content: center !important;

        .wp-block-navigation__responsive-container {
          margin-left: 0 !important;
          width: auto !important;
        }
      }
    }
  */
  /* stylelint-disable selector-id-pattern */
}
body::before {
  content: "";
  display: block;
  width: 100vw;
}
body main {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
body main.wp-block-group {
  margin-bottom: var(--wp--preset--spacing--45) !important;
  margin-top: 175px !important;
}
@media (width <= 782px) {
  body main.wp-block-group {
    margin-top: 150px !important;
  }
}
@media (width <= 782px) {
  body main.wp-block-group {
    margin-top: 125px !important;
  }
}
@media (width <= 500px) {
  body main.wp-block-group {
    margin-top: 100px !important;
  }
}
body div.header.scrolled {
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
}
body div.header.scrolled .wp-block-columns {
  padding-top: 80px;
}
body div.header.scrolled .wp-block-group {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.admin-bar header .fixed {
  top: 32px;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
}
body .top-menu .submenu-first-item-border,
body .hoofd-menu .submenu-first-item-border {
  position: relative;
}
body .top-menu .has-child,
body .hoofd-menu .has-child {
  border-bottom-right-radius: var(--wp--custom--cards--radius);
  border-bottom-left-radius: var(--wp--custom--cards--radius);
}
body .top-menu .has-child svg,
body .hoofd-menu .has-child svg {
  color: var(--wp--preset--color--blauw-accent);
  width: 0.8em;
  height: 0.8em;
  margin-top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
body .top-menu .has-child:hover svg,
body .hoofd-menu .has-child:hover svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
body .top-menu .has-child .wp-block-navigation-submenu,
body .hoofd-menu .has-child .wp-block-navigation-submenu {
  -webkit-box-shadow: 0 8px 11px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 11px -2px rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: var(--wp--custom--cards--radius);
  border-bottom-left-radius: var(--wp--custom--cards--radius);
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  left: -22px !important;
  border: none !important;
  padding-top: 15px;
  padding-bottom: 9px;
}
body .top-menu .has-child .wp-block-navigation-submenu li a,
body .hoofd-menu .has-child .wp-block-navigation-submenu li a {
  padding: 3px 22px;
}
body .top-menu .has-child .wp-block-navigation-submenu li a span,
body .hoofd-menu .has-child .wp-block-navigation-submenu li a span {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body .top-menu .has-child .wp-block-navigation-submenu li a span::after,
body .hoofd-menu .has-child .wp-block-navigation-submenu li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--blauw-donker);
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
body .top-menu .has-child .wp-block-navigation-submenu li a span:hover,
body .hoofd-menu .has-child .wp-block-navigation-submenu li a span:hover {
  color: var(--wp--preset--color--blauw-donker);
}
body .top-menu .has-child .wp-block-navigation-submenu li a span:hover::after,
body .hoofd-menu .has-child .wp-block-navigation-submenu li a span:hover::after {
  -webkit-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
body .top-menu .wp-block-navigation-item,
body .hoofd-menu .wp-block-navigation-item {
  border-bottom-right-radius: var(--wp--custom--cards--radius);
  border-bottom-left-radius: var(--wp--custom--cards--radius);
}
body .top-menu .wp-block-navigation-item a span,
body .hoofd-menu .wp-block-navigation-item a span {
  color: var(--wp--preset--color--blauw-primaire);
}
body .hoofd-menu .wp-block-navigation-item {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
}
body .hoofd-menu .wp-block-navigation-item a {
  font-weight: bold;
}
body .hoofd-menu .wp-block-navigation-submenu li a {
  font-weight: normal;
}
body .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--25);
}
body .top-menu .wp-block-navigation-submenu {
  background: var(--wp--preset--color--grijs-extra-licht) !important;
}
body .top-menu .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  margin-left: auto;
  width: auto !important;
  background-color: var(--wp--preset--color--grijs-extra-licht) !important;
  border-radius: var(--wp--custom--cards--radius);
  padding: 0 var(--wp--preset--spacing--25);
}
body .top-menu .wp-block-search__button {
  border: 0;
  padding: 6px 0;
}
body .top-menu .wp-block-search__button svg {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  font-size: 31px;
  color: var(--wp--preset--color--blauw-primaire);
}
@media (width <= 600px) {
  body .top-menu {
    display: none !important;
  }
}
body .top-menu .wp-block-search__input {
  height: 40px;
  margin-top: 5px;
  border-color: var(--wp--preset--color--blauw-primaire);
}
@media (width <= 1230px) {
  body .dubbel-clip-wrapper {
    -ms-flex-preferred-size: 70% !important;
        flex-basis: 70% !important;
  }
}
@media (width <= 1170px) {
  body .intro-container {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  body .intro-container .dubbel-clip-wrapper,
  body .intro-container .clip-text-container {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  body .intro-container .dubbel-clip-wrapper {
    display: none;
  }
  body .streep-container {
    display: none;
  }
}
@media (width <= 850px) {
  body {
    margin-top: 90px !important;
  }
}
@media (width <= 620px) {
  body {
    margin-top: 70px !important;
  }
}
@media (width <= 850px) {
  body .header-fixed {
    padding: 0 20px;
  }
  body .header-fixed .hoofd-menu {
    margin-top: 0;
    display: none;
  }
  body .header-fixed .hoofd-menu button svg {
    height: 45px;
    width: 45px;
  }
  body .header-fixed .main-logo a img {
    width: 100%;
  }
  body header .header-fixed .wp-block-columns .mobiel-menu-logo {
    -ms-flex-preferred-size: 60% !important;
        flex-basis: 60% !important;
    -ms-flex-item-align: center;
        align-self: center;
  }
  body header .header-fixed .wp-block-columns .mobiel-menu-items {
    -ms-flex-preferred-size: 30% !important;
        flex-basis: 30% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  body header .header-fixed .wp-block-columns .mobiel-menu-zoeken {
    margin: 0;
    padding: 5px 0;
  }
  body header .header-fixed .wp-block-columns .mobiel-menu-zoeken button {
    border: 0;
    font-size: 35px;
  }
}
@media (width <= 600px) {
  body .hoofd-menu .is-menu-open {
    /* 2. Als parent LI een class 'is-open' heeft: submenu zichtbaar */
    /* 3. Alles links uitgelijnd */
    /* 4. Pijltje (button) links naast submenu label, optioneel je eigen stijling */
  }
  body .hoofd-menu .is-menu-open .wp-block-navigation__submenu-container {
    display: none;
  }
  body .hoofd-menu .is-menu-open .wp-block-navigation-item.is-open > .wp-block-navigation__submenu-container {
    display: block;
  }
  body .hoofd-menu .is-menu-open .wp-block-navigation__container,
  body .hoofd-menu .is-menu-open .wp-block-navigation__submenu-container,
  body .hoofd-menu .is-menu-open .wp-block-navigation-item {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .hoofd-menu .is-menu-open .wp-block-navigation__submenu-icon {
    margin-left: 0.5em;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
}
body .mega-menu-wrap,
body .mega-close {
  display: none !important;
}
@media (width <= 850px) {
  body .mega-indicator {
    color: var(--wp--preset--color--blauw-accent) !important;
    position: absolute !important;
    top: 50%;
    right: 0;
  }
  body .mega-indicator::after {
    content: "" !important;
    position: absolute !important;
    right: 0.75rem !important;
    top: 50% !important;
    width: 0.6rem !important;
    height: 0.6rem !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    -webkit-transform: translateY(-50%) rotate(-45deg) !important;
         -o-transform: translateY(-50%) rotate(-45deg) !important;
            transform: translateY(-50%) rotate(-45deg) !important;
    -webkit-transition: -webkit-transform 0.2s ease !important;
    transition: -webkit-transform 0.2s ease !important;
    -o-transition: -o-transform 0.2s ease !important;
    transition: transform 0.2s ease !important;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease !important;
  }
  body .mega-menu-link[aria-expanded=true] .mega-indicator::after {
    -webkit-transform: translateY(-50%) rotate(45deg) !important;
         -o-transform: translateY(-50%) rotate(45deg) !important;
            transform: translateY(-50%) rotate(45deg) !important;
  }
  body ul#mega-menu-primary_navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    height: calc(100vh - 75px) !important;
    overflow-y: auto !important;
  }
  body .first-menu-item {
    margin-top: auto !important;
  }
  body .mobile-bottom-menu-items a {
    font-size: var(--wp--preset--font-size--medium);
  }
  body .sub-menu-items ~ .menu-footer-item {
    margin-top: 0 !important;
  }
  body #mega-menu-wrap-primary_navigation .mega-menu {
    width: 100% !important;
    top: 77px !important;
    background: #fff !important;
    padding: 0 15% 60px !important;
  }
  body #mega-menu-wrap-primary_navigation .mega-menu .hoofd-menu-items {
    padding: 15px 0 !important;
    position: relative !important;
  }
  body #mega-menu-wrap-primary_navigation .mega-menu .hoofd-menu-items a {
    color: var(--wp--preset--color--blauw-primaire) !important;
    font-size: 22px !important;
    background-color: transparent !important;
    font-weight: bold !important;
  }
  body #mega-menu-wrap-primary_navigation .mega-menu .hoofd-menu-items a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 10px !important;
    background-color: var(--wp--preset--color--grijs-licht) !important;
    z-index: 9999 !important;
  }
  body #mega-menu-wrap-primary_navigation .mega-menu .hoofd-menu-items .mega-sub-menu {
    background: transparent !important;
    padding: 20px !important;
  }
  body #mega-menu-wrap-primary_navigation .mega-menu .hoofd-menu-items .mega-sub-menu a {
    font-weight: normal !important;
  }
  body #mega-menu-wrap-primary_navigation .mega-menu .sub-menu-items {
    margin-bottom: 8px !important;
  }
  body #mega-menu-wrap-primary_navigation .mega-menu .sub-menu-items a {
    color: var(--wp--preset--color--blauw-primaire) !important;
    font-size: 21px !important;
    background-color: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body #mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open::after {
    background: transparent !important;
  }
  body .mega-menu-wrap {
    display: block !important;
    padding-top: 10px !important;
  }
  body .mega-menu-wrap .mega-menu-toggle {
    background: #fff !important;
  }
  body .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-inner {
    background-color: var(--wp--preset--color--blauw-primaire) !important;
  }
  body .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-inner::before, body .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-inner::after {
    background-color: var(--wp--preset--color--blauw-primaire) !important;
  }
}
@media (width <= 850px) {
  body .top-menu {
    display: none !important;
  }
  body .wp-block-navigation__responsive-container {
    display: none !important;
  }
}

.mega-hoofd-menu-items {
  border-bottom: 1px solid var(--wp--preset--color--grijs-licht) !important;
}
.mega-hoofd-menu-items a {
  padding: 0 !important;
}

.mega-menu-item-search {
  margin-top: 10px !important;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  border: 1px solid #ccc;
  border-radius: 2em;
  padding: 5px 23px;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}
.search-form label {
  width: 100%;
}

.search-form .search-field {
  border: none;
  outline: none;
  padding: 0.5em 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  background: transparent;
  color: inherit;
}

.search-form .search-submit {
  content: "";
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg fill=\"black\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13 5a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 10.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zM5.7 18.3l3.8-3.8a6.001 6.001 0 0 0 1.1 1.1l-3.8 3.8-1.1-1.1z\"/></svg>") no-repeat center;
          mask: url("data:image/svg+xml;utf8,<svg fill=\"black\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13 5a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 10.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zM5.7 18.3l3.8-3.8a6.001 6.001 0 0 0 1.1 1.1l-3.8 3.8-1.1-1.1z\"/></svg>") no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  color: var(--wp--preset--color--blauw-primaire, #007cba);
  width: 38px;
  height: 38px;
}

/* stylelint-disable selector-id-pattern */
body #mega-menu-wrap-primary_navigation .mega-menu .mega-mobile-bottom-menu-items .mega-indicator {
  float: none !important;
  color: var(--wp--preset--color--blauw-accent) !important;
  position: absolute !important;
  top: 50%;
  right: 0;
}
body #mega-menu-wrap-primary_navigation .mega-menu .mega-mobile-bottom-menu-items .mega-sub-menu {
  background-color: transparent !important;
}
body #mega-menu-wrap-primary_navigation .mega-menu .mega-mobile-bottom-menu-items .mega-sub-menu li {
  padding-left: 10px !important;
}
body #mega-menu-wrap-primary_navigation .mega-menu .mega-mobile-bottom-menu-items .mega-sub-menu li a {
  font-size: 18px !important;
}

footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .wp-social-link-linkedin {
  background-color: var(--wp--preset--color--blauw-donker);
  color: #fff;
}
@media only screen and (max-width: 781px) {
  footer {
    padding: 40px 25px !important;
  }
}
footer p.has-text-align-center {
  margin: 0;
}

.slogen-footer-container {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slogen-footer-container p {
  font-size: var(--wp--preset--font-size--colossal);
  text-align: left;
}
.slogen-footer-container figure {
  margin: 0;
  padding-left: 100px;
}

.breadcrumbs {
  margin-bottom: var(--wp--preset--spacing--80);
}
@media (width <= 782px) {
  .breadcrumbs {
    margin-bottom: var(--wp--preset--spacing--70);
  }
}
.breadcrumbs span {
  color: var(--wp--preset--color--blauw-primaire);
  letter-spacing: 2px;
  font-size: var(--wp--preset--font-size--small);
}
.breadcrumbs .breadcrumb-separator {
  color: var(--wp--preset--color--blauw-primaire);
}

.single .rank-math-breadcrumb,
.archive .rank-math-breadcrumb,
.page-template-content-pagina .rank-math-breadcrumb {
  padding-bottom: 0;
}

.rank-math-breadcrumb {
  padding-bottom: var(--wp--preset--spacing--60);
}
@media (width <= 620px) {
  .rank-math-breadcrumb {
    padding-bottom: var(--wp--preset--spacing--40);
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  color: var(--wp--preset--color--blauw-primaire);
  letter-spacing: 2px;
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-search__button {
  border: 0;
  padding: 6px 0;
}
.wp-block-search__button svg {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  font-size: 31px;
  color: var(--wp--preset--color--blauw-primaire);
}

.error404 .wp-block-group.is-style-indrukwekkend-afgerond {
  padding: var(--wp--preset--spacing--40);
}
.error404 main.wp-block-group {
  margin-top: 140px !important;
}

@media (width <= 782px) {
  .error404 main.wp-block-group {
    margin-top: 70px !important;
  }
}
.check_formulier_wrapper .check_formulier h3 {
  color: var(--wp--preset--color--wit);
}
.check_formulier_wrapper .check_formulier p, .check_formulier_wrapper .check_formulier li {
  color: var(--wp--preset--color--wit);
  font-size: var(--wp--preset--font-size--medium);
}
.check_formulier_wrapper .check_formulier .gfield_label {
  color: var(--wp--preset--color--wit) !important;
}
.check_formulier_wrapper .check_formulier .gfield_label .gfield_required {
  color: var(--wp--preset--color--wit) !important;
}
.check_formulier_wrapper .check_formulier .gfield_checkbox label,
.check_formulier_wrapper .check_formulier .gfield_radio label {
  color: var(--wp--preset--color--wit) !important;
}
.check_formulier_wrapper .check_formulier .gform-page-footer .button {
  display: none;
}
.check_formulier_wrapper .check_formulier .gform_next_button,
.check_formulier_wrapper .check_formulier .gform_previous_button {
  display: inline-block !important;
}

.gform_body input,
.gform_body textarea,
.gform_body select,
.gform_body button,
.gform-footer input,
.gform-footer textarea,
.gform-footer select,
.gform-footer button {
  font-family: var(--wp--preset--font-family--roboto);
}
.gform_body textarea,
.gform-footer textarea {
  border-radius: 5px !important;
}
.gform_body .button,
.gform-footer .button {
  border: 1px solid var(--wp--preset--color--blauw-primaire) !important;
  background: transparent !important;
  color: var(--wp--preset--color--blauw-primaire) !important;
  font-family: var(--wp--preset--font-family--roboto) !important;
  background-color: var(--wp--preset--color--wit) !important;
  cursor: pointer !important;
  border-radius: var(--wp--custom--button--radius) !important;
  padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--25) !important;
}
.gform_body .button:hover,
.gform-footer .button:hover {
  border: 1px solid var(--wp--preset--color--blauw-donker) !important;
  background: var(--wp--preset--color--blauw-donker) !important;
  color: var(--wp--preset--color--wit) !important;
}

.gform-footer .button {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.bestel-test-formulier .gform-field-label {
  color: var(--wp--preset--color--blauw-primaire) !important;
  padding-left: 5px;
}

.bestel-test-formulier .gfield_select, .check_formulier .gfield_select {
  border: 1px solid var(--wp--preset--color--blauw-licht) !important;
  border-radius: 5px !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill=\"%23000\" height=\"16\" viewBox=\"0 0 24 24\" width=\"16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 10l5 5 5-5z\"/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.6rem center !important;
  background-size: 1em !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.bestel-test-formulier .gform-page-footer,
.bestel-test-formulier .gform-footer, .check_formulier .gform-page-footer,
.check_formulier .gform-footer {
  margin-top: 25px;
}
.bestel-test-formulier .gform-page-footer .button,
.bestel-test-formulier .gform-footer .button, .check_formulier .gform-page-footer .button,
.check_formulier .gform-footer .button {
  padding: 10px 32px !important;
  border: 1px solid var(--wp--preset--color--cta) !important;
  background-color: var(--wp--preset--color--cta) !important;
  color: var(--wp--preset--color--zwart) !important;
  font-size: var(--wp--preset--font-size--medium) !important;
  width: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: var(--wp--custom--button--radius);
  cursor: pointer;
}
.bestel-test-formulier .gform-page-footer .button:hover,
.bestel-test-formulier .gform-footer .button:hover, .check_formulier .gform-page-footer .button:hover,
.check_formulier .gform-footer .button:hover {
  color: var(--wp--preset--color--blauw-primaire) !important;
  background-color: var(--wp--preset--color--wit) !important;
  border: 1px solid var(--wp--preset--color--wit) !important;
}
.bestel-test-formulier .gform-page-footer .button::after,
.bestel-test-formulier .gform-footer .button::after, .check_formulier .gform-page-footer .button::after,
.check_formulier .gform-footer .button::after {
  font: var(--fa-font-solid);
  content: "\f061";
  display: none;
  color: var(--wp--preset--color--contrast);
}
.bestel-test-formulier .gform-page-footer .button svg,
.bestel-test-formulier .gform-footer .button svg, .check_formulier .gform-page-footer .button svg,
.check_formulier .gform-footer .button svg {
  margin-left: 5px;
  color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 0.7em;
}

.vacature-blok {
  position: sticky;
  top: 140px;
}
.vacature-blok .vacature-gegevens {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.vacature-blok .vacature-gegevens li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  margin-bottom: 7px;
}
.vacature-blok .vacature-gegevens .icoon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vacature-blok .vacature-gegevens .tekst {
  color: var(--wp--preset--color--blauw-donker);
}
.vacature-blok .vacature-contact-gegevens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 10px;
}
@media (width <= 782px) {
  .vacature-blok .vacature-contact-gegevens {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.vacature-blok .vacature-contact-gegevens .is-style-vacature {
  padding-top: 10px;
}
@media (width <= 782px) {
  .vacature-blok .vacature-contact-gegevens .is-style-vacature {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-right: 15px;
  }
}
.vacature-blok .vacature-contact-gegevens .is-style-vacature svg {
  padding-left: 5px;
  font-size: 15px;
}

.werken-bij-container .vacature {
  background-color: var(--wp--preset--color--blauw-licht);
}
.werken-bij-container .vacature:hover {
  background-color: var(--wp--preset--color--blauw-primaire);
}
.werken-bij-container .vacature:hover a {
  color: var(--wp--preset--color--wit);
}
.werken-bij-container .vacature:hover svg {
  fill: var(--wp--preset--color--wit);
}
.werken-bij-container .vacature:hover .tekst {
  color: var(--wp--preset--color--wit);
}
.werken-bij-container .vacature h3 {
  padding: 0 !important;
}
.werken-bij-container .vacature .vacature-gegevens {
  padding: 0;
}
@media (width <= 782px) {
  .werken-bij-container .vacature .vacature-gegevens {
    text-align: left;
    padding: 0;
  }
}
.werken-bij-container .vacature .vacature-gegevens li {
  display: inline-block;
  min-width: auto;
  background-color: transparent;
  padding: 0 var(--wp--preset--spacing--40);
}
@media (width <= 782px) {
  .werken-bij-container .vacature .vacature-gegevens li {
    padding: 0;
    width: 100%;
  }
}
.werken-bij-container .vacature .vacature-gegevens .icoon {
  padding-right: 5px;
}
.werken-bij-container .vacature .vacature-gegevens .icoon svg {
  vertical-align: sub;
}
.werken-bij-container .vacature > div:first-of-type {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 var(--wp--preset--spacing--70);
}

/* stylelint-disable no-descending-specificity */
@media only screen and (min-width: 782px) {
  .btn-mobile-center {
    margin: 0 auto !important;
  }
}

/* stylelint-disable selector-id-pattern */
#gform_submit_button_1,
.gform_button,
.gform_button_select_files {
  font-size: var(--wp--preset--font-size--button);
  width: 190px;
  height: 45px;
  margin-top: 15px;
}
#gform_submit_button_1:hover,
.gform_button:hover,
.gform_button_select_files:hover {
  border: 1px solid var(--wp--preset--color--blauw-donker) !important;
  background: var(--wp--preset--color--blauw-donker) !important;
  color: var(--wp--preset--color--wit) !important;
}
#gform_submit_button_1 .fa-f303,
.gform_button .fa-f303,
.gform_button_select_files .fa-f303 {
  display: none;
}
#gform_submit_button_1::after,
.gform_button::after,
.gform_button_select_files::after {
  display: none;
}

.wp-block-button {
  z-index: 50;
}
.wp-block-button__link {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.wp-block-button.is-style-vacature .wp-block-button__link, .wp-block-button.is-style-filter .wp-block-button__link, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-potlood .wp-block-button__link, .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button.is-style-cta .wp-block-button__link {
  padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--25);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: var(--wp--preset--font-size--button);
}
.wp-block-button.is-style-cta .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--cta);
  background-color: var(--wp--preset--color--cta);
  color: var(--wp--preset--color--zwart);
}
.wp-block-button.is-style-cta .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--wit);
  border-color: var(--wp--preset--color--grijs-licht);
}
.wp-block-button.is-style-filter .wp-block-button__link, .wp-block-button.is-style-vacature .wp-block-button__link, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-potlood .wp-block-button__link, .wp-block-button.is-style-default .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--blauw-primaire);
  background: transparent;
  color: var(--wp--preset--color--blauw-primaire);
}
.wp-block-button.is-style-filter .wp-block-button__link:hover, .wp-block-button.is-style-vacature .wp-block-button__link:hover, .wp-block-button.is-style-fill .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-potlood .wp-block-button__link:hover, .wp-block-button.is-style-default .wp-block-button__link:hover {
  border: 1px solid var(--wp--preset--color--blauw-donker) !important;
  background: var(--wp--preset--color--blauw-donker) !important;
  color: var(--wp--preset--color--wit) !important;
}
.wp-block-button.is-style-filter .wp-block-button__link::after, .wp-block-button.is-style-fill .wp-block-button__link::after, .wp-block-button.is-style-outline .wp-block-button__link::after, .wp-block-button.is-style-default .wp-block-button__link::after, .wp-block-button.is-style-cta .wp-block-button__link::after {
  font: var(--fa-font-solid);
  content: "\f061";
  display: none;
  color: var(--wp--preset--color--contrast);
}
.wp-block-button.is-style-filter .wp-block-button__link svg, .wp-block-button.is-style-fill .wp-block-button__link svg, .wp-block-button.is-style-outline .wp-block-button__link svg, .wp-block-button.is-style-default .wp-block-button__link svg, .wp-block-button.is-style-cta .wp-block-button__link svg {
  margin-left: 5px;
  color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 0.7em;
}
.wp-block-button.is-style-filter {
  display: none;
}
@media (width <= 782px) {
  .wp-block-button.is-style-filter {
    display: block;
  }
}
.wp-block-button.is-style-filter .wp-block-button__link::after {
  font: var(--fa-font-solid);
  content: "\f1de";
  display: none;
  color: var(--wp--preset--color--contrast);
}
.wp-block-button.is-style-filter .wp-block-button__link svg {
  margin-left: 5px;
  color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 1em;
}
.wp-block-button.is-style-potlood .wp-block-button__link::after {
  font: var(--fa-font-solid);
  content: "\f303";
  display: none;
  color: var(--wp--preset--color--contrast);
}
.wp-block-button.is-style-potlood .wp-block-button__link svg {
  margin-left: 5px;
  color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 0.7em;
}

@media only screen and (max-width: 781px) {
  .separator-container {
    margin: 0;
    padding: 0 !important;
  }
}
.separator-container .wp-block-separator {
  text-align: center; /* horizontal centering */
  line-height: 0; /* vertical centering */
  height: 0; /* gap between the lines */
  font-size: 1em; /* choose font size you like */
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible;
  /* ensure 1px gap between borders */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.separator-container .wp-block-separator.is-style-scheidingslijn {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
  display: inline-table;
  height: 4px !important;
}
.separator-container .wp-block-separator.is-style-default {
  display: block !important;
  width: 100% !important;
  border: 1.5px solid var(--wp--preset--color--blauw-accent) !important;
}

.wp-block-separator.is-style-wide {
  height: 2px !important;
  margin: 40px 0;
}

/**
 * Button
 * De basis is nu de instelling in Theme.JSON
 *
 * Bijna alle instellingen moeten mogelijk kunnen zijn in de variables.
 * Block Options
 */
.wp-block-media-text {
  border-radius: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 781px) {
  .wp-block-media-text {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text__content {
    grid-row: 2 !important;
  }
  .wp-block-media-text__media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    border-radius: 30px 30px 0 0 !important;
  }
  .wp-block-media-text .wp-block-buttons {
    margin-top: 0;
  }
}
.wp-block-media-text figure {
  border-radius: 0 30px 30px 0;
}
@media (width <= 600px) {
  .wp-block-media-text figure {
    border-radius: 30px 30px 0 0;
  }
}

.is-style-indrukwekkend-rounded img {
  border-radius: var(--wp--custom--button--radius);
}

.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0;
}

.has-media-on-the-left .wp-block-media-text__content {
  padding: 0 0 0 8%;
}

.homepage-header-groep h1,
.homepage-header-groep h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-content-pagina .wp-block-post-excerpt {
  margin: 0;
}

.overflow-container {
  overflow: hidden;
}

.main-blob-container {
  background: -webkit-gradient(linear, left top, right top, color-stop(27%, var(--wp--preset--color--wit)), color-stop(27%, var(--wp--preset--color--blauw-donker))) !important;
  background: -webkit-linear-gradient(left, var(--wp--preset--color--wit) 27%, var(--wp--preset--color--blauw-donker) 27%) !important;
  background: -o-linear-gradient(left, var(--wp--preset--color--wit) 27%, var(--wp--preset--color--blauw-donker) 27%) !important;
  background: linear-gradient(to right, var(--wp--preset--color--wit) 27%, var(--wp--preset--color--blauw-donker) 27%) !important;
}
@media (width < 1200px) {
  .main-blob-container {
    background: -webkit-linear-gradient(22deg, var(--wp--preset--color--wit) 29%, var(--wp--preset--color--blauw-donker) 27%) !important;
    background: -o-linear-gradient(22deg, var(--wp--preset--color--wit) 29%, var(--wp--preset--color--blauw-donker) 27%) !important;
    background: linear-gradient(1148deg, var(--wp--preset--color--wit) 29%, var(--wp--preset--color--blauw-donker) 27%) !important;
  }
}
.main-blob-container .hero-blob {
  width: 59%;
  z-index: 1;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (width < 1200px) {
  .main-blob-container .hero-blob {
    top: -20px;
  }
}
.main-blob-container .hero-blob img {
  max-width: 95%;
}

.wp-block-group.is-style-content-blok {
  padding: var(--wp--preset--spacing--35) var(--wp--preset--spacing--45);
  margin-top: 0;
}
.wp-block-group.is-style-content-blok p {
  padding: 15px 0;
}
.wp-block-group.is-style-indrukwekkend-afgerond {
  border-radius: var(--wp--custom--cards--radius);
}

.has-blauw-donker-background-color .is-style-cirkel-rechts-tegen-blok::before,
.has-blauw-donker-background-color .is-style-cirkel-links-tegen-blok::before {
  background: var(--wp--preset--color--blauw-pastel) !important;
}

.has-blauw-licht-background-color .is-style-cirkel-rechts-tegen-blok::before,
.has-blauw-licht-background-color .is-style-cirkel-links-tegen-blok::before {
  background: var(--wp--preset--color--wit) !important;
}

.has-grijs-extra-licht-background-color .is-style-cirkel-rechts-tegen-blok::before,
.has-grijs-extra-licht-background-color .is-style-cirkel-links-tegen-blok::before {
  background: var(--wp--preset--color--wit) !important;
}

.wp-block-column.is-style-indrukwekkend-afgerond, .wp-block-column.is-style-kernactiviteiten {
  border-radius: var(--wp--custom--cards--radius);
}
.wp-block-column.is-style-indrukwekkend-afgerond img, .wp-block-column.is-style-kernactiviteiten img {
  border-top-left-radius: var(--wp--custom--cards--radius);
  border-top-right-radius: var(--wp--custom--cards--radius);
}
.wp-block-column.wit::before {
  background: var(--wp--preset--color--wit) !important;
}
.wp-block-column.is-style-cirkel-links-tegen-blok {
  position: relative;
}
.wp-block-column.is-style-cirkel-links-tegen-blok::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: ellipse(325px 325px at 210px 384px);
  background: var(--wp--preset--color--blauw-pastel);
  z-index: 1;
}
.wp-block-column.is-style-cirkel-links-tegen-blok::after {
  background-image: var(--wp--custom--images--cirkellijnnieuw) !important;
  -webkit-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  content: "";
  position: absolute;
  top: 44px;
  right: -100px;
  width: 127%;
  height: 100%;
  z-index: 0;
}
@media (width <= 1200px) {
  .wp-block-column.is-style-cirkel-links-tegen-blok::after {
    top: -40px;
    right: -51px;
    width: 128%;
    height: 121%;
  }
}
@media (width <= 950px) {
  .wp-block-column.is-style-cirkel-links-tegen-blok::after {
    display: none;
  }
}
.wp-block-column.is-style-cirkel-rechts-tegen-blok {
  position: relative;
}
.wp-block-column.is-style-cirkel-rechts-tegen-blok::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: ellipse(325px 325px at 370px 384px);
  background: var(--wp--preset--color--blauw-pastel);
  z-index: 1;
}
@media (width <= 1200px) {
  .wp-block-column.is-style-cirkel-rechts-tegen-blok::before {
    clip-path: ellipse(340px 340px at 341px 341px);
  }
}
.wp-block-column.is-style-cirkel-rechts-tegen-blok::after {
  background-image: var(--wp--custom--images--cirkellijnnieuw) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  content: "";
  position: absolute;
  top: 44px;
  right: -100px;
  width: 127%;
  height: 100%;
  z-index: 0;
}
@media (width <= 1200px) {
  .wp-block-column.is-style-cirkel-rechts-tegen-blok::after {
    top: -40px;
    right: -51px;
    width: 128%;
    height: 121%;
  }
}
@media (width <= 950px) {
  .wp-block-column.is-style-cirkel-rechts-tegen-blok::after {
    display: none;
  }
}
.wp-block-column.is-style-kernactiviteiten {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-column.is-style-kernactiviteiten figure {
  overflow: hidden;
}
.wp-block-column.is-style-kernactiviteiten figure img {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-column.is-style-kernactiviteiten .link-hover-blok a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.wp-block-column.is-style-kernactiviteiten:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 9px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 8px 9px;
}
.wp-block-column.is-style-kernactiviteiten:hover img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.wp-block-column.is-style-kernactiviteiten:hover .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--blauw-donker) !important;
  background: var(--wp--preset--color--blauw-donker) !important;
  color: var(--wp--preset--color--wit) !important;
}
.wp-block-column.is-style-kernactiviteiten h3 {
  margin: 0;
  padding: var(--wp--preset--spacing--35) var(--wp--preset--spacing--45);
}
@media (width <= 1000px) {
  .wp-block-column.is-style-kernactiviteiten h3 {
    padding: var(--wp--preset--spacing--35) var(--wp--preset--spacing--50);
  }
}
.wp-block-column.is-style-kernactiviteiten h3 a {
  text-decoration: none;
  font-weight: bold;
}
.wp-block-column.is-style-kernactiviteiten .tekst-container {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.wp-block-column.is-style-kernactiviteiten .tekst-container p {
  padding: 0 var(--wp--preset--spacing--45);
  margin: 0;
}
@media (width <= 1000px) {
  .wp-block-column.is-style-kernactiviteiten .tekst-container p {
    padding: 0 var(--wp--preset--spacing--50);
  }
}
.wp-block-column.is-style-kernactiviteiten .wp-block-buttons {
  margin: 0;
  padding: var(--wp--preset--spacing--45);
}
@media (width <= 1000px) {
  .wp-block-column.is-style-kernactiviteiten .wp-block-buttons {
    padding: var(--wp--preset--spacing--50);
  }
}
.wp-block-column .wp-block-columns:last-of-type {
  margin-bottom: 0;
}
.wp-block-column.clearfix {
  overflow: auto;
}
.wp-block-column.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.wp-block-post-template li,
.wp-block-post-template .card {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: var(--wp--custom--cards--radius);
  background-color: var(--wp--preset--color--grijs-extra-licht);
  cursor: pointer;
}
.wp-block-post-template li figure,
.wp-block-post-template .card figure {
  border-top-left-radius: var(--wp--custom--cards--radius);
  border-top-right-radius: var(--wp--custom--cards--radius);
  overflow: hidden;
  margin-bottom: 0;
}
.wp-block-post-template li figure img,
.wp-block-post-template .card figure img {
  max-height: 250px;
  min-height: 250px;
  border-top-left-radius: var(--wp--custom--cards--radius);
  border-top-right-radius: var(--wp--custom--cards--radius);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wp-block-post-template li .wp-block-post-title,
.wp-block-post-template .card .wp-block-post-title {
  padding: var(--wp--preset--spacing--45) var(--wp--preset--spacing--45) var(--wp--preset--spacing--35);
  margin: 0;
  line-height: 1.2;
}
.wp-block-post-template li .wp-block-post-title a::after,
.wp-block-post-template .card .wp-block-post-title a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.wp-block-post-template li .wp-block-post-excerpt,
.wp-block-post-template .card .wp-block-post-excerpt {
  padding: 0 var(--wp--preset--spacing--45);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
.wp-block-post-template li .wp-block-post-excerpt a::after,
.wp-block-post-template .card .wp-block-post-excerpt a::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.wp-block-post-template li .footer,
.wp-block-post-template .card .footer {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0 50px 50px;
  padding: 0 var(--wp--preset--spacing--45) var(--wp--preset--spacing--45);
}
.wp-block-post-template li .footer .wp-block-read-more,
.wp-block-post-template .card .footer .wp-block-read-more {
  width: auto;
  padding: var(--wp--preset--spacing--5) 25px var(--wp--preset--spacing--5) var(--wp--preset--spacing--25);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--wp--preset--color--blauw-primaire);
  background: var(--wp--preset--color--wit);
  color: var(--wp--preset--color--blauw-primaire);
  font-size: var(--wp--preset--font-size--button);
}
.wp-block-post-template li .footer .wp-block-read-more::after,
.wp-block-post-template .card .footer .wp-block-read-more::after {
  font: var(--fa-font-solid);
  content: "\f061";
  display: none;
  color: var(--wp--preset--color--contrast);
}
.wp-block-post-template li .footer .wp-block-read-more svg,
.wp-block-post-template .card .footer .wp-block-read-more svg {
  margin-left: 5px;
  color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 0.7em;
}
@media only screen and (max-width: 481px) {
  .wp-block-post-template li .footer .wp-block-read-more,
  .wp-block-post-template .card .footer .wp-block-read-more {
    padding: 10px 20px;
  }
}
.wp-block-post-template li .footer svg,
.wp-block-post-template .card .footer svg {
  padding: 5px 8px;
  border-radius: 25px;
  background-color: var(--wp--preset--color--primary-geel);
}
.wp-block-post-template li:hover,
.wp-block-post-template .card:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 9px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 8px 9px;
}
.wp-block-post-template li:hover img,
.wp-block-post-template .card:hover img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 1 !important;
}
.wp-block-post-template li:hover .footer,
.wp-block-post-template .card:hover .footer {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--wp--preset--color--primary-geel);
}
.wp-block-post-template li:hover .footer .wp-block-read-more,
.wp-block-post-template .card:hover .footer .wp-block-read-more {
  border: 1px solid var(--wp--preset--color--blauw-donker) !important;
  background: var(--wp--preset--color--blauw-donker) !important;
  color: var(--wp--preset--color--wit) !important;
}
.wp-block-post-template li:hover .footer svg,
.wp-block-post-template .card:hover .footer svg {
  color: var(--wp--preset--color--primary-geel);
  background-color: var(--wp--preset--color--contrast);
}
.wp-block-post-template li:hover .footer p,
.wp-block-post-template .card:hover .footer p {
  color: var(--wp--preset--color--secondary) !important;
}

.is-content-justification-center .gform_wrapper.gravity-theme input[type=email],
.is-content-justification-center .gform_wrapper.gravity-theme select {
  padding: 10px;
  border-radius: 25px;
  border: 1px solid var(--wp--preset--color--primary);
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper {
  margin-bottom: 40px;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: var(--wp--preset--spacing--40);
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
  padding-top: 0;
}
.gform_wrapper.gravity-theme .gform_fileupload_multifile {
  background: var(--wp--preset--color--base);
}
.gform_wrapper.gravity-theme .gform_fileupload_multifile .gform-theme-field-control {
  height: 192px;
  background: var(--wp--preset--color--base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gform_wrapper.gravity-theme .gform_fileupload_multifile .gform_button_select_files {
  background-color: transparent;
  border: solid 1px var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  margin-top: 5px;
  font-weight: 400;
}
.gform_wrapper.gravity-theme .gform_fileupload_multifile .gform_button_select_files:hover {
  color: var(--wp--preset--color--base);
}
.gform_wrapper.gravity-theme textarea {
  padding: 10px;
  border: solid 1px #888;
}
.gform_wrapper.gravity-theme .gform_button {
  border-radius: var(--wp--custom--button--radius);
  padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--25);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  border: 1px solid var(--wp--preset--color--blauw-primaire);
  background: transparent;
  color: var(--wp--preset--color--blauw-primaire);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--medium);
  background-color: var(--wp--preset--color--wit);
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_button::after {
  font: var(--fa-font-solid);
  content: "\f061";
  display: none;
  color: var(--wp--preset--color--contrast);
}
.gform_wrapper.gravity-theme .gform_button svg {
  margin-left: 5px;
  color: var(--wp--preset--color--contrast);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 0.7em;
}
.gform_wrapper.gravity-theme .gform_button.button::after {
  content: "\f303";
  font-weight: 900;
  display: inline-block;
  margin-left: 8px;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: var(--wp--preset--color--blauw-primaire);
  font-size: var(--wp--preset--font-size--medium);
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  color: var(--wp--preset--color--blauw-primaire);
  margin-bottom: 2px;
  margin-top: 8px;
}
.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  color: var(--wp--preset--color--contrast);
}
.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme textarea {
  border: 1px solid var(--wp--preset--color--blauw-licht);
  border-radius: 5px;
}
.gform_wrapper.gravity-theme .gfield_checkbox input {
  padding: 0;
  margin: 0;
  height: 18px;
  width: 18px;
  margin-right: 2px;
}
.gform_wrapper.gravity-theme .ginput_container_select select {
  padding: 10px;
  background: #fff;
  border: solid 1px #888;
  height: 43px;
  font-size: var(--wp--preset--font-size--medium);
}
.gform_wrapper.gravity-theme .gfield_html_formatted {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--contrast);
}
.gform_wrapper.gravity-theme .gform_fields .gfield.label-animation {
  position: relative;
  margin-top: 20px;
}
.gform_wrapper.gravity-theme .gform_fields .gfield.label-animation label {
  position: absolute;
  font-weight: normal;
  top: 0;
  padding: 10px;
  margin-left: 10px;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.gform_wrapper.gravity-theme .gform_fields .gfield.label-animation label.active {
  top: -20px;
  font-size: 14px;
  background: #fff;
}

.gform_wrapper {
  margin-top: 0;
}
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper .gform_heading p.gform_required_legend {
  display: none;
}

ul.is-style-checkmark {
  list-style-type: none;
  margin-top: 2rem;
  padding-left: 3rem;
  margin-left: 1em;
}
ul.is-style-checkmark li::before {
  content: "";
  position: relative;
  display: inline-block;
  margin: 0 1em -0.05em -1.8em;
  width: 0.8em;
  height: 0.8em;
  background-color: white;
  background-image: url(/wp-content/themes/%7B%7Bthema%7D%7D/dist/172d79b0d4a6967bfb2b.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.wp-block-image.is-style-indrukwekkend-circle {
  position: relative;
}
.wp-block-image.is-style-indrukwekkend-circle img {
  border-radius: 9999px;
}
.wp-block-image.is-style-cirkel-rechts-tegen-blok, .wp-block-image.is-style-cirkel-links-tegen-blok {
  position: relative;
  z-index: 1;
}
.wp-block-image.is-style-cirkel-rechts-tegen-blok img, .wp-block-image.is-style-cirkel-links-tegen-blok img {
  display: block;
  width: 100%;
  height: auto;
}
.wp-block-image.is-style-cirkel-rechts-tegen-blok {
  clip-path: ellipse(315px 315px at 370px 384px);
}
@media (width <= 1200px) {
  .wp-block-image.is-style-cirkel-rechts-tegen-blok {
    clip-path: ellipse(330px 330px at 341px 341px);
  }
}
@media (width <= 782px) {
  .wp-block-image.is-style-cirkel-rechts-tegen-blok {
    clip-path: none;
  }
}
.wp-block-image.is-style-cirkel-links-tegen-blok {
  clip-path: ellipse(315px 315px at 210px 384px);
}
@media (width <= 1200px) {
  .wp-block-image.is-style-cirkel-links-tegen-blok {
    clip-path: ellipse(330px 330px at 341px 341px);
  }
}
@media (width <= 782px) {
  .wp-block-image.is-style-cirkel-links-tegen-blok {
    clip-path: none;
  }
}

.clip-wrapper {
  position: relative;
}
.clip-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: ellipse(322px 322px at 350px 384px);
  background: var(--wp--preset--color--blauw-pastel);
  z-index: 1;
}
@media (width < 1200px) {
  .clip-wrapper::before {
    clip-path: ellipse(347px 347px at 390px 350px);
  }
}
.clip-wrapper::after {
  background-image: var(--wp--custom--images--cirkellijn);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 110%;
  height: 100%;
  z-index: 0;
}

.wp-block-query-pagination {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
.wp-block-query-pagination a {
  text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  margin: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  margin: 0 10px;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  color: var(--wp--preset--color--contrast);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  border: 2px solid var(--wp--preset--color--blauw-primaire);
  margin: 0;
  background: var(--wp--preset--color--blauw-primaire);
  border-radius: 50%;
  padding: 8px;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  color: var(--wp--preset--color--wit);
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  margin: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow,
.wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-next-arrow,
.wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-previous-arrow,
.wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow {
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.wp-block-indrukwekkend-al-het-nieuws .ajax_content ul.pagination {
  padding-left: 0;
}
.wp-block-indrukwekkend-al-het-nieuws .ajax_content ul.pagination li {
  margin: 0 10px;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.wp-block-indrukwekkend-al-het-nieuws .ajax_content ul.pagination li a {
  background-color: inherit;
  border: 0;
  width: inherit;
  height: inherit;
  padding: 5px 0;
}
.wp-block-indrukwekkend-al-het-nieuws .ajax_content ul.pagination li span {
  color: var(--wp--preset--color--contrast);
  padding: 5px 15px;
  font-weight: 500;
}
.wp-block-indrukwekkend-al-het-nieuws .ajax_content ul.pagination li span.current {
  border: 2px solid #333;
  background: var(--wp--preset--color--blauw-donker);
  border-radius: 50%;
  padding: 8px;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  color: var(--wp--preset--color--wit);
}

.faq-homepage {
  list-style-type: none;
  padding: 0;
}
.faq-homepage li {
  color: var(--wp--preset--color--blauw-donker);
  padding-bottom: 20px;
}
.faq-homepage li:hover svg {
  padding-right: 15px;
}
.faq-homepage li::before {
  font: var(--fa-font-solid);
  content: "\f061";
  display: none;
  color: var(--wp--preset--color--blauw-primaire);
}
.faq-homepage li svg {
  color: var(--wp--preset--color--blauw-primaire);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 0.9em;
  padding-right: 15px;
}
.faq-homepage li a {
  text-decoration: none;
}
.faq-homepage li a:hover {
  text-decoration: underline;
}

.rank-math-list-item {
  margin-bottom: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--wp--preset--color--grijs-extra-licht);
}
@media (width <= 782px) {
  .rank-math-list-item {
    padding: 20px;
  }
}
.rank-math-list-item h3 {
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--blauw-primaire);
}
.rank-math-list-item .rank-math-question {
  margin: 0;
  position: relative;
  font-weight: 600;
  padding: 30px 50px;
  line-height: 22px;
}
@media (width <= 782px) {
  .rank-math-list-item .rank-math-question {
    padding: 0 15px 0 0;
  }
}
.rank-math-list-item .rank-math-question::after {
  content: "+";
  position: absolute;
  right: 25px;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  font-size: 1.3em;
  color: var(--wp--preset--color--blauw-primaire);
}
@media (width <= 782px) {
  .rank-math-list-item .rank-math-question::after {
    padding: 0;
    right: 0;
    top: 15px;
  }
}
.rank-math-list-item .rank-math-question.collapse::after {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.rank-math-list-item .rank-math-answer {
  padding: 0 50px 5px;
}
@media (width <= 782px) {
  .rank-math-list-item .rank-math-answer {
    padding: 0;
  }
}
.rank-math-list-item:hover {
  cursor: pointer;
}

blockquote.wp-block-quote {
  position: relative;
  margin: 5rem 0;
  border-left: 2px solid var(--wp--preset--color--primary);
  max-width: calc(0.7 * var(--wp--style--global--content-size));
  padding-left: 70px;
}
blockquote.wp-block-quote::before {
  content: "“";
  font-weight: 300;
  position: absolute;
  top: -1rem;
  left: 40px;
  font-size: 4rem;
}
blockquote.wp-block-quote p {
  margin-top: 0;
  position: relative;
  font-weight: 300;
}
blockquote.wp-block-quote cite {
  text-transform: none;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--small);
  display: inline-block;
  line-height: var(--wp--preset--font-size--small);
}

table,
.wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
  overflow-x: initial;
}
table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
  text-align: center;
}
table th,
.wp-block-table th {
  font-family: var(--heading--font-family);
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
}
table figcaption,
.wp-block-table figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
}
table.is-style-regular .has-background, table.is-style-stripes .has-background, table.is-style-stripes .has-background thead tr, table.is-style-stripes .has-background tfoot tr, table.is-style-stripes .has-background tbody tr,
.wp-block-table.is-style-regular .has-background,
.wp-block-table.is-style-stripes .has-background,
.wp-block-table.is-style-stripes .has-background thead tr,
.wp-block-table.is-style-stripes .has-background tfoot tr,
.wp-block-table.is-style-stripes .has-background tbody tr {
  color: var(--table--has-background-text-color);
}
table.is-style-stripes,
.wp-block-table.is-style-stripes {
  border-color: var(--table--stripes-border-color);
}
table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border: 1px solid;
}
table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--table--stripes-background-color);
}
table.is-style-stripes .has-background tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
  background-color: var(--global--color-white-90);
}

table.wp-calendar-table td,
table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  word-break: normal;
}
table.wp-calendar-table th {
  font-weight: bold;
}
table.wp-calendar-table thead,
table.wp-calendar-table tbody {
  color: currentcolor;
  border: 1px solid;
}
table.wp-calendar-table caption {
  font-weight: bold;
  text-align: left;
  color: currentcolor;
}

.wp-calendar-nav {
  text-align: left;
}
.wp-calendar-nav svg {
  height: 1em;
  vertical-align: middle;
}
.wp-calendar-nav svg path {
  fill: currentcolor;
}
.wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

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