/*!
Theme Name: IJsselgraaf - door Kommotiv
Theme URI: https://kommotiv.nl
Author: Kommotiv
Author URI: https://kommotiv.nl.nl
Description: Dit is een theme ontwikkeld voor de IJsselgraaf
Version: 1.0.0
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ijsselgraaf
*/
/* ============== FONTS ============ */
@import url('https://use.typekit.net/rvs0nfq.css');
@font-face {
  font-family: quicksand;
  font-weight: 300;
  src: url('assets/fonts/Quicksand-Light.ttf');
}
@font-face {
  font-family: quicksand;
  font-weight: 400;
  src: url('assets/fonts/Quicksand-Regular.ttf');
}
@font-face {
  font-family: quicksand;
  font-weight: 500;
  src: url('assets/fonts/Quicksand-Medium.ttf');
}
@font-face {
  font-family: quicksand;
  font-weight: 600;
  src: url('assets/fonts/Quicksand-SemiBold.ttf');
}
@font-face {
  font-family: quicksand;
  font-weight: 700;
  src: url('assets/fonts/Quicksand-Bold.ttf');
}
/*
font-family: multi-text, sans-serif;
font-family: quicksand, sans-serif;
/*
/* ============== RESET ============ */
@media screen {
  html {
    margin-top: 0px !important;
  }
}
/* ============== BOOTSTRAP UITBEREIDING ================== */
.g-45 {
  --bs-gutter-y: 2.25rem;
  --bs-gutter-x: 2.25rem;
}
.g-6, .gx-6 {
  --bs-gutter-x: 4rem;
}
.g-7, .gx-7 {
  --bs-gutter-x: 5rem;
}
.g-8, .gx-8 {
  --bs-gutter-x: 6rem;
}
.g-9, .gx-9 {
  --bs-gutter-x: 7rem;
}
.g-10, .gx-10 {
  --bs-gutter-x: 8rem;
}
.mb-45 {
  margin-bottom: 2.25rem;
}
.mb-6 {
  margin-bottom: 4rem;
}
.mb-7 {
  margin-bottom: 5rem;
}
.mb-8 {
  margin-bottom: 6rem;
}
.mb-9 {
  margin-bottom: 7rem;
}
.mb-10 {
  margin-bottom: 8rem;
}
.mb-11 {
  margin-bottom: 9rem;
}
.mb-12 {
  margin-bottom: 10rem;
}
.mb-13 {
  margin-bottom: 11rem;
}
.mb-14 {
  margin-bottom: 12rem;
}
.mb-15 {
  margin-bottom: 13rem;
}
.mt-6 {
  margin-top: 4rem;
}
.mt-7 {
  margin-top: 5rem;
}
.mt-8 {
  margin-top: 6rem;
}
.mt-9 {
  margin-top: 7rem;
}
.mt-10 {
  margin-top: 8rem;
}
.mt-11 {
  margin-top: 9rem;
}
.mt-12 {
  margin-top: 10rem;
}
.mt-13 {
  margin-top: 11rem;
}
.mt-14 {
  margin-top: 12rem;
}
.mt-15 {
  margin-top: 13rem;
}
.py-45 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* ============== ALGEMEEN ============ */
:focus-visible {
  outline: 2px auto #000;
  outline-offset: 2px;
}
.skippy {
  background-color: #006174;
  z-index: +2000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.skippy a {
  color: #fff;
}
#content {
  scroll-margin-top: 155px;
  scroll-margin-bottom: 155px;
}
body {
  color: #000;
	font-family: quicksand, sans-serif;
  font-weight: 400;
	line-height: 1.6;
	font-size: 1rem;
  overflow-x: hidden;
}
#page {
  overflow:hidden;
}
h1 {
	color:#454162;
	font-family: multi-text, sans-serif;
  font-weight: 600;
  margin-bottom: .75rem;
	font-size: 2rem;
}
h2 {
  font-family: multi-text, sans-serif;
	font-size: 1.6rem;
	margin-bottom: .75rem;
  color: #EC6075;
}
h3 {
  font-family: multi-text, sans-serif;
  color:#454163;
	font-size: 1.3rem;
}
h4 {
  font-family: multi-text, sans-serif;
  color:#454163;
	font-size: 1.2rem;
}
h5 {
  font-family: multi-text, sans-serif;
  color:#454163;
	font-size: 1.1rem;
}
p {
	font-size: 1rem;
}
p + h2, p + h3, p + h4 {
	margin-top: 1.75rem;
}
p + ul {
  margin-top: 1.75rem;
}
article strong {
  font-weight: 600;
}
article figure.figure {
  max-width: 100%;
}
article ul {
  list-style: none;
  padding: 0;
  margin-left: 25px;
  color: #000;
  margin-bottom: 1.5rem;
}
article ul li {
  margin-bottom: .5rem;
  position: relative;
}
article ul li:before {
  content: "";
  background: url('assets/images/icons/opsommingsteken.svg') no-repeat;
  height: 10px;
  width: 9.67px;
  margin-top: 10px;
  margin-left: -25px;
  position: absolute;
}
article ul li ul {
  padding-left: 25px;
  margin: 0;
  margin-top: .5rem;
}
article ul li ul li::before {
  content: "";
  background: url('assets/images/icons/opsommingsteken-2.svg') no-repeat;
  height: 10px;
  width: 9.67px;
  position: absolute;
}
article ol {
  list-style: none;
  counter-reset: li;
  line-height: 1.6;
  padding-top: 0;
  padding-left: 0;
  color: #000;
  margin-left: 25px;
  margin-bottom: 1.5rem;
}
article ol li {
  counter-increment: li;
  line-height: 2rem;
}
article ol li::before {
  content: counter(li);
  color: #eb6075;
  font-weight: 400;
  display: inline-block;
  width: 25px;
  font-weight:bold;
  margin-left: -25px;
}
article a {
	color: #8E1543;
	text-decoration: underline;
}
article a span.external {
  text-decoration: none;
}
article span.external::after {
  content: url('assets/images/icons/externe-link.svg');
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  top: 1px;
  position: relative;
}
article a:hover {
	color: #000;
} 
article a:hover span.external::after {
	content: url('assets/images/icons/externe-link-hover.svg');
}
@media (min-width: 992px) {
  article p,
  article ul,
  article ol {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  article figure.figure {
    max-width: 47%;
  }
  article figure.figure.float-md-end {
    padding-left: 2rem;
  }
  article figure.figure.float-md-start {
    padding-right: 2rem;
  }
}
article .wp-block-table {
  width: 75%;
}
@media (max-width: 991px) {
  article .wp-block-table {
    width: 100%;
  }
}
article table {
  border:1px solid #454163;
  width: 100%;
  margin-bottom: 2rem;
  vertical-align: top;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
}
article table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: #000000;
  border-bottom:1px solid #454163;
}
article table tr th {
  font-weight: 600;
  font-family: multi-text, sans-serif;
  color: #4D4D5A;
}
article table tr td,
article table tr th {
  border-left: 1px solid #454163;
  border-radius: 12px;
}
.accordion-faq {
  border-radius: 0;
  border: 0;
  border-width: 0;
}
.accordion-faq .accordion-item {
  border-radius: 8px;
  border:0;
}
.accordion-faq .accordion-item .accordion-button {
  background: #FFF;
  color: #006274;
  font-family: multi-text, sans-serif;
  font-size: 18px;
  padding: 1.25rem 2rem 1.25rem 1.25rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
  border-radius: 8px !important;
}
.accordion-faq .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: url('assets/images/icons/uitklapper-haakje-rechts.svg') no-repeat center center;
  transform: rotate(90deg);
  right: 15px;
  transition: ease-in-out 0.2s;
  top: 20px;
}
.accordion-faq .accordion-item .accordion-button:hover::after {
  top: 25px;
}
.accordion-faq .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}
.accordion-faq .accordion-item .accordion-button:not(.collapsed):hover::after {
  top: 20px;
}
.accordion-faq .accordion-item .accordion-button:focus-visible {
  outline: 2px auto #000 !important;
  outline-offset: 2px !important;
}
.accordion-faq .accordion-body {
  background: #F2F7F8;
  padding: 1.25rem 2rem 1.25rem 1.25rem;
  border-radius: 0 0 8px 8px !important;
}
.accordion-faq .accordion-body p {
  max-width: 100%;
}
.accordion-faq .accordion-body a {
  color: #8E1543;
  text-decoration: underline;
}
.accordion-faq .accordion-body a span.external {
  text-decoration: none;
}
.accordion-faq .accordion-body a span.external::after {
  content: url('assets/images/icons/externe-link.svg');
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  top: 1px;
  position: relative;
}
.accordion-faq .accordion-body a:hover {
  color: #000;
} 
.accordion-faq .accordion-body a:hover span.external::after {
  content: url('assets/images/icons/externe-link-hover.svg');
}
/* Buttons */
.btn {
  padding: .7rem 2.5rem .8rem .75rem;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  min-width: 230px;
  text-align: left;
  border:0;
  transition: all .1s ease-in-out;
}
.btn::after {
  content: "";
  background-image: url(assets/images/icons/button-haakje-rechts.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 18px;
  width: 30px;
  position: absolute;
  top:50%;
  right: 7px;
  translate: 0% -50%;
  transition: all .1s ease-in-out;
}
.btn span.external::after {
  content: url('assets/images/icons/externe-link-wit.svg');
  width: 18px;
}
.btn:focus-visible {
  outline: 2px auto #000;
} 
.btn:focus {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.btn-purple {
  background: #454162;
}
.btn-blue {
  background: #32808F;
}
.btn-green {
  background: #7A7A29;
}
.btn-red {
  background: #E42542;
}
.btn-empty {
  background: transparevnt;
  box-shadow: none;
  color: #454162;
}
.btn-empty::after {
  background-image: url(assets/images/icons/button-empty-haakje-rechts.svg);
}
.btn:hover , .btn:focus, .btn.show, .btn:active, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background: #006174;
  color: #ffffff;
  transition: all .1s ease-in-out;
}
.btn:hover::after { 
  right: 4px;
}
.btn:hover span.external::after {
  content: url('assets/images/icons/externe-link-wit.svg');
}
.btn-empty:hover, .btn-empty:focus, .btn-empty:active, .btn-empty:first-child:active, :not(.btn-check) + .btn-empty:active { 
  background: transparent;
  box-shadow: none;
  color: #454162;
}
.btn-icon img {
  position: absolute;
  width: auto;
  height: 18px;
  top: 50%;
  left: 10px;
  translate: 0% -50%;
}
.btn-icon {
  padding: .7rem 2.5rem .8rem 2.5rem;
}
.btn-sm {
  padding: .5rem 2.5rem .6rem .75rem;
  font-size: 17px;
}
.btn-sm.btn-icon {
  padding: .5rem 2.5rem .6rem 2.5rem;
}
@media (max-width: 767px) {
  .d-flex .buttons .btn {
    min-width: 260px;
  }
}
#maincontent {
  scroll-margin-top: 155px;
  scroll-margin-bottom: 155px;
}
/* Gallerij */
.slick .slick-slide {
  margin: 0 10px 10px 10px;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 2px 4px 0px;
}
.slick .slick-slide img {
  border-radius: .5rem;
}
.slick .slick-list {
  margin: 0 -10px;
}
.slick-prev.slick-arrow {
  width: 30px;
  background: none;
  border:0;
  position: absolute;
  left: -35px;
  z-index: 1;
  top: 50%;
  translate: 0% -50%;
}
.slick-next.slick-arrow {
  width: 30px;
  background: none;
  border:0;
  position: absolute;
  top: 0px;
  right: -35px;
  z-index: 1;
  top: 50%;
  translate: 0% -50%;
}
@media (max-width: 585px) {
  ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  ul.slick-dots li:before {
    display: none;
  }
  ul.slick-dots li button {
    background: #E6EFF1;
    border: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: .1rem;
    margin-left: .1rem;
    color: #000;
  }
  ul.slick-dots li.slick-active button {
    background:#cde0e4;
  }
}
/* Downloads */
.downloads-wrapper .card {
  background: transparent;
  border-radius: 1rem;
}
.downloads-wrapper .card .card-body {
  background: #32808F;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
  z-index: 2;
}
.downloads-wrapper .card .card-body h3 {
  font-size: 1rem;
  color: #fff;
  font-family: multi-text, sans-serif;
  font-weight: 600;
  line-height: inherit;
}
.downloads-wrapper .card .card-footer {
  border-radius: 0 0 1rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
  z-index: 1;
  position: relative;
  top: -1rem;
  background: #E6EFF1;
  margin-bottom: -.75rem;
}
.downloads-wrapper .download-info,
.downloads-wrapper .download-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  color: #006174;
  font-family: multi-text, sans-serif;
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  padding: 2rem 0 1rem;
  border-radius: 0 0 1rem 1rem;
  transition: .25s all ease-in-out;
}
.downloads-wrapper .download-info svg {
  height: 25px;
  margin-left: 1.25rem;
  transition: all .1s ease-in-out;
  position: relative;
  right: 0;
}
.downloads-wrapper .download-open svg {
  height: 20px;
  margin-left: 1.25rem;
  transition: all .1s ease-in-out;
  position: relative;
  right: 0;
}
.downloads-wrapper .download-info:hover,
.downloads-wrapper .download-open:hover,
.downloads-wrapper .download-info:focus,
.downloads-wrapper .download-open:focus,
.downloads-wrapper .download-info:active,
.downloads-wrapper .download-open:active {
  background: rgba(206, 224, 228, .5);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
  transition: .25s all ease-in-out;
}
.downloads-wrapper .download-info:hover svg,
.downloads-wrapper .download-open:hover svg,
.downloads-wrapper .download-info:focus svg,
.downloads-wrapper .download-open:focus svg,
.downloads-wrapper .download-info:active svg,
.downloads-wrapper .download-open:active svg {
  right: -4px;
  transition: all .1s ease-in-out;
}
.downloads-wrapper .download-info:focus-visible,
.downloads-wrapper .download-open:focus-visible {
  outline-offset: -1px;
}
.page-id-345 .downloads-wrapper {
  margin-bottom: 1.5rem !important;
}
/* Quote */
.quote-wrapper {
  background:#ECF2E9;
  position: relative;
}
.quote-wrapper::before {
  content: "";
  width: 10000px;
  height: 100%;
  position: absolute;
  background:#ECF2E9;
  top: 0;
  left: -5000px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
  z-index: -1;
}
.quote-wrapper svg#quote-bg-left {
  content: "";
  position: absolute;
  top: -40px;
  left: -200px;
  z-index: 1;
  width: 185px;
  height: 185px;
  pointer-events: none;
}
.quote-wrapper svg#quote-bg-right {
  content: "";
  position: absolute;
  bottom: -55px;
  right: -70px;
  z-index: 1;
  width: 185px;
  height: 185px;
  pointer-events: none;
}
.quote-wrapper .row {
  overflow: hidden;
}
.quote-wrapper .blockquote {
  position: relative;
  padding-left: 1rem;
  padding-right: 3rem;
  margin-bottom: 2rem;
}
.quote-wrapper .blockquote::before {
  content: "“";
  font-size: 60px;
  color: #006174;
  position: absolute;
  top: -40px;
  left: 20px;
  font-weight: 600;
}
.quote-wrapper .blockquote::after {
  content: "“";
  font-size: 60px;
  color: #006174;
  position: absolute;
  bottom: -40px;
  right: 0px;
  font-weight: 600;
  transform: rotate(180deg);
}
.quote-wrapper .blockquote p {
  color: #006174;
  font-weight: 600;
  padding-left: 3rem;
  max-width: 100%;
  font-size: 1.4rem;
}
.quote-wrapper .blockquote-footer p {
  font-weight: 600;
  color: #006174;
  font-size: 1.2rem;
  padding-left: 4rem;
  max-width: 100%;
}
.quote-wrapper .blockquote-footer::before {
  display: none;
}
.quote-image-wrap {
  position: relative;

}
.quote-image-wrap #quote-image {
  position: absolute;
  top: -250px;
  width: 115%;
}
@media (max-width: 1399px) {
  .quote-image-wrap #quote-image {
    top: -245px;
    width: 128%;
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .quote-image-wrap #quote-image {
    top: -242px;
    width: 150%;
    left: -82px;
  }
}
@media (max-width: 991px) {
  .quote-image-wrap #quote-image {
    position: relative;
    top: -160px;
    width: 90%;
    margin-bottom: -335px;
    left: 160px;
  }
}
@media (max-width: 767px) {
  .quote-wrapper .blockquote::before {
    left: 0px;
  }
  .quote-wrapper h2, .quote-wrapper p {
    padding-left: 1rem;
    padding-right: 0rem;
  }
  .quote-image-wrap #quote-image {
    position: relative;
    top: -94px;
    width: 70%;
    margin-bottom: -211px;
    left: 210px;
  }
  .quote-wrapper svg#quote-bg-right {
    width: 150px;
    height: 150px;
    bottom: -75px;
    right: -100px;
  }
}
@media (max-width: 575px) {
  .quote-wrapper svg#quote-bg-left {
    left: -75px;
  }
  .quote-wrapper svg#quote-bg-right {
    right: -70px;
    bottom: -60px;
  }
}
@media (max-width: 450px) {
  .quote-image-wrap #quote-image {
    position: relative;
    top: -72px;
    width: 70%;
    margin-bottom: -141px;
    left: 147px;
  }
  .quote-wrapper svg#quote-bg-left {
    width: 140px;
    height: 140px;
  }
  .quote-wrapper svg#quote-bg-right {
    width: 120px;
    height: 120px;
  }
}
/* Actueel Uitgelicht Blok */
.actueel-block-wrapper {
  background:#F8F8EB;
  position: relative;
}
.actueel-block-wrapper::before {
  content: "";
  width: 10000px;
  height: 100%;
  position: absolute;
  background: #F8F8EB;
  left: -5000px;
  top: 0;
  z-index: -1;
}
.actueel-block-wrapper .card.actueel {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
  border-radius: .5rem;
}
.actueel-block-wrapper .card.actueel .card-header, .actueel-block-wrapper .card.actueel .card-header svg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}
.actueel-block-wrapper .card.actueel p {
  max-width: 100%;
  margin-bottom: 0;
}
.actueel-block-wrapper .card.actueel a.stretched-link {
  color: #454162;
  font-weight: 600;
  text-decoration: none;
}
.actueel-block-wrapper .card.actueel a.stretched-link svg {
  height: 18px;
  width: 30px;
  position: relative;
  top: -2px;
  left: 10px;
  transition: all .1s ease-in-out;
}
.actueel-block-wrapper .card.actueel a.stretched-link:hover svg {
  left: 13px;
  transition: all .1s ease-in-out;
}
/* Tekstblok */
.tekstblok-wrapper {
  margin: 5rem 0 !important;
  position: relative;
  z-index: 1;
}
.tekstblok-wrapper.rood {
  background:#FDF6F7;
}
.tekstblok-wrapper.groen {
  background:#F6F8F4;
}
.tekstblok-wrapper.links.rood::before {
  background: #FDF6F7;
  position: absolute;
  content: "";
  height: 100%;
  width: 2700px;
  left: -2600px;
  z-index: -1;
}
.tekstblok-wrapper.links.rood::after {
  content: "";
  background: #FDF6F7;
  position: absolute;
  right: -25px;
  top: 0px;
  width: 50px;
  height: 100%;
  z-index: -1;
}
.tekstblok-wrapper.links.groen::before {
  background: #F6F8F4;
  position: absolute;
  content: "";
  height: 100%;
  width: 2700px;
  left: -2600px;
  z-index: -1;
}
.tekstblok-wrapper.links.groen::after {
  content: "";
  background: #F6F8F4;
  position: absolute;
  right: -25px;
  top: 0px;
  width: 50px;
  height: 100%;
  z-index: -1;
}
.tekstblok-wrapper.rechts.rood::before {
  background: #FDF6F7;
  position: absolute;
  content: "";
  height: 100%;
  width: 2700px;
  right: -2600px;
  z-index: -1;
}
.tekstblok-wrapper.rechts.rood::after {
  content: "";
  background: #FDF6F7;
  position: absolute;
  left: -25px;
  top: 0px;
  width: 50px;
  height: 100%;
  z-index: -1;
}
.tekstblok-wrapper.rechts.groen::before {
  background: #F6F8F4;
  position: absolute;
  content: "";
  height: 100%;
  width: 2700px;
  right: -2600px;
  z-index: -1;
}
.tekstblok-wrapper.rechts.groen::after {
  content: "";
  background: #F6F8F4;
  position: absolute;
  left: -25px;
  top: 0px;
  width: 50px;
  height: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .tekstblok-image-links {
    position: absolute;
    top: -35px;
    left: -35px;
    width: 95%;
    height: auto;
    filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  }
  .tekstblok-image-rechts {
    position: absolute;
    top: -35px;
    right: -35px;
    width: 95%;
    height: auto;
    filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  }
}
.tekstblok-wrapper p {
  max-width: 100%;
}
@media (max-width: 767px) {
  .tekstblok-wrapper.links.rood::after,
  .tekstblok-wrapper.links.groen::after,
  .tekstblok-wrapper.rechts.rood::after, 
  .tekstblok-wrapper.rechts.groen::after {
    display: none;
  }
  .tekstblok-wrapper.links.rood::before,
  .tekstblok-wrapper.links.groen::before,
  .tekstblok-wrapper.rechts.rood::before, 
  .tekstblok-wrapper.rechts.groen::before {
    left: -1800px;
    right: inherit;
  }
  .tekstblok-wrapper .afbeelding {
    margin-bottom: 180px;
  }
  .tekstblok-image-rechts {
    position: absolute;
    width: 250px;
    height: 250px;
    right: -20px;
    top: -3rem;
  }
  .tekstblok-image-links {
    position: absolute;
    width: 250px;
    height: 250px;
    left: -20px;
    top: -3rem;
  }
}
/* Tekstblok Container */
.tekstblok-container-wrapper {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
  background-color: #fff;
  position: relative;
  border-radius: .5rem;
}
.tekstblok-container-wrapper .tekstblok-container-image-links {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}
.tekstblok-container-wrapper .tekstblok-container-image-rechts {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}
.tekstblok-container-wrapper a.stretched-link {
  color: #454162;
  font-weight: 600;
  text-decoration: none;
}
.tekstblok-container-wrapper a.stretched-link svg {
  height: 18px;
  width: 30px;
  position: relative;
  top: -2px;
  left: 10px;
  transition: all .1s ease-in-out;
}
.tekstblok-container-wrapper a.stretched-link:hover svg {
  left: 13px;
  transition: all .1s ease-in-out;
}
.tekstblok-container-wrapper.rood {
  background-color: #FDF6F7;
}
.tekstblok-container-wrapper.rood h2 {
  color: #EC6075;
} 
.tekstblok-container-wrapper.rood p {
  color: #212529;
  font-weight: 600;
}
.tekstblok-container-wrapper.rood a.stretched-link svg path,
.tekstblok-container-wrapper.rood a.stretched-link {
  fill: #212529;
  color: #212529;
}
.tekstblok-container-wrapper.groen {
  background-color: #C8DAC0;
}
.tekstblok-container-wrapper.groen h2 {
  color: #47643A;
} 
.tekstblok-container-wrapper.groen p {
  color: #47643A;
  font-weight: 600;
}
.tekstblok-container-wrapper.groen a.stretched-link svg path,
.tekstblok-container-wrapper.groen a.stretched-link {
  fill: #47643A;
  color: #47643A;
}
.tekstblok-container-wrapper.aqua {
  background-color: #4B8F9D;
}
.tekstblok-container-wrapper.aqua h2 {
  color: #fff;
} 
.tekstblok-container-wrapper.aqua p {
  color: #fff;
  font-weight: 600;
}
.tekstblok-container-wrapper.aqua a.stretched-link svg path,
.tekstblok-container-wrapper.aqua a.stretched-link {
  fill: #fff;
  color: #fff;
}
.tekstblok-container-wrapper.paars {
  background-color: #454163;
}
.tekstblok-container-wrapper.paars h2 {
  color: #fff;
} 
.tekstblok-container-wrapper.paars p {
  color: #fff;
  font-weight: 600;
}
.tekstblok-container-wrapper.paars a.stretched-link svg path,
.tekstblok-container-wrapper.paars a.stretched-link {
  fill: #fff;
  color: #fff;
}
.tekstblok-container-wrapper.wit {
  background-color: #fff;
}
.tekstblok-container-wrapper.wit h2 {
  color: #000;
} 
.tekstblok-container-wrapper.wit p {
  color: #000;
  font-weight: 400;
}
.tekstblok-container-wrapper.wit a.stretched-link svg path,
.tekstblok-container-wrapper.wit a.stretched-link {
  fill: #000;
  color: #000;
}
.tekstblok-container-wrapper p {
  max-width: 100%;
}
@media (min-width: 575px) and (max-width: 767px) {
  .tekstblok-container-wrapper .tekstblok-container-image-links {
    width: 50%;
    border-bottom-left-radius: 0;
  }
  .tekstblok-container-wrapper .tekstblok-container-image-rechts {
    width: 50%;
    border-bottom-right-radius: 0;
    margin-left: auto;
    display: flex;
  }
}
@media (max-width: 574px) {
  .tekstblok-container-wrapper .tekstblok-container-image-links {
    width: 90%;
    border-bottom-left-radius: 0;
  }
  .tekstblok-container-wrapper .tekstblok-container-image-rechts {
    width: 90%;
    border-bottom-right-radius: 0;
    margin-left: auto;
    display: flex;
  }
}
.tekstblokken-wrapper .inner {
  background: #F2F7F8;
  border-radius: .5rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
  position: relative;
  overflow: hidden;
}
.tekstblokken-wrapper .inner svg.bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}
.tekstblokken-wrapper .inner h2 {
  color: #454163;
  z-index: 2;
  position: relative;
}
.tekstblokken-wrapper .inner p {
  max-width: 100%;
  z-index: 2;
  position: relative;
}
.tekstblokken-wrapper .inner a.stretched-link {
  color: #454163;
  font-weight: 600;
  text-decoration: none;
  z-index: 3;
}
.tekstblokken-wrapper .inner a.stretched-link svg {
  height: 18px;
  width: 30px;
  position: relative;
  top: -2px;
  left: 10px;
  transition: all .1s ease-in-out;
}
.tekstblokken-wrapper .inner a.stretched-link:hover svg {
  left: 13px;
  transition: all .1s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tekstblokken-wrapper .inner svg.bg {
    right: -50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tekstblokken-wrapper .inner svg.bg {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .tekstblokken-wrapper .inner svg.bg {
    right: 0px;
  }
}
@media (max-width: 575px) {
  .tekstblokken-wrapper .inner svg.bg {
    right: 0;
    left: 0;
  }
}
/* Subpages */
.subpages-wrapper .card {
  background: #EBEAEE;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
} 
.subpages-wrapper .card h2 {
  color: #454163;
  font-weight: 600;
}
.subpages-wrapper .card p {
  color: #454163;
  font-weight: 600;
  max-width: 100%;
}
.subpages-wrapper .card a.stretched-link {
  color: #454162;
  font-weight: 600;
  text-decoration: none;
}
.subpages-wrapper .card a.stretched-link svg {
  height: 18px;
  width: 30px;
  position: relative;
  top: -2px;
  left: 10px;
  transition: all .1s ease-in-out;
}
.subpages-wrapper .card a.stretched-link:hover svg {
  left: 13px;
  transition: all .1s ease-in-out;
}
/* Ontwikkellijn */
.ontwikkellijn-wrapper p {
  max-width: 100%;
}
.ontwikkellijn-wrapper h2 {
  color: #454163;
  z-index: 1;
  position: relative;
}
.ontwikkellijn-wrapper a {
  text-decoration: none;
}
.ontwikkellijn-wrapper a .card::after {
  content:"";
  background: url('assets/images/icons/kruimelpad-haakje-rechts.svg') no-repeat;
  position: absolute;
  bottom: 25px;
  right: 25px;
  height: 25px;
  width: 25px;
  transition: all .1s ease-in-out;
}
.ontwikkellijn-wrapper a:hover .card::after,
.ontwikkellijn-wrapper a:focus .card::after  {
  right: 22px;
  transition: all .1s ease-in-out;
}
.ontwikkellijn-wrapper .card {
  border-radius: .5rem;
  border: 0;
  overflow: hidden;
}
.ontwikkellijn-wrapper .card.links .card-img-left {
  z-index: 1;
  position: relative;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  border-top-left-radius: .5rem;
}
.ontwikkellijn-wrapper .card.links .card-header {
  border-top-left-radius: 0;
  border-top-right-radius: .5rem;
}
.ontwikkellijn-wrapper .card.links .card-header::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 500px;
  left: -100px;
  top: 0;
}
.ontwikkellijn-wrapper .card.links .card-body {
  padding-right: 5rem;
}
.ontwikkellijn-wrapper .card.links .text-wrap {
  border-bottom-right-radius: .5rem;
  border-top-right-radius: .5rem;
  position: relative;
}
.ontwikkellijn-wrapper .card.links .img-wrap {
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
  padding-bottom: 2rem;
}
.ontwikkellijn-wrapper .card.rechts .card-img-right {
  z-index: 1;
  position: relative;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  border-top-right-radius: .5rem;
}
.ontwikkellijn-wrapper .card.rechts .card-header {
  border-top-left-radius: .5rem;
  border-top-right-radius: 0;
}
.ontwikkellijn-wrapper .card.rechts .card-header::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 500px;
  right: -100px;
  top: 0;
}
.ontwikkellijn-wrapper .card.rechts .text-wrap {
  border-bottom-right-radius: .5rem;
  border-top-right-radius: .5rem;
  position: relative;
}
.ontwikkellijn-wrapper .card.rechts .img-wrap {
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .ontwikkellijn-wrapper .card.links .card-body {
    padding-right: 3.5rem;
  }
}
@media (max-width: 575px) {
  .ontwikkellijn-wrapper .card.links .card-img-left {
    width: 75%;
  }
  .ontwikkellijn-wrapper .card.links .img-wrap {
    padding-bottom: 0;
    border-bottom-left-radius: 0;
  }
  .ontwikkellijn-wrapper .card.links .card-header {
    border-top-right-radius: 0;
  }
  .ontwikkellijn-wrapper .card.rechts .card-img-right {
    width: 75%;
    margin-left: auto;
    display: flex;
  }
  .ontwikkellijn-wrapper .card.rechts .img-wrap {
    padding-bottom: 0;
    border-bottom-left-radius: 0;
  }
  .ontwikkellijn-wrapper .card.rechts .card-header {
    border-top-left-radius: 0;
  }
}
/* Ontwikkellijn - Kleuren */
.ontwikkellijn-wrapper .card.groen {
  background: #F6F8F4;
}
.ontwikkellijn-wrapper .card.groen .card-header {
  background: #DAE5D6;
  position: relative;
}
.ontwikkellijn-wrapper .card.groen .card-header::before {
  background: #DAE5D6;
}
@media (max-width: 575px) {
  .ontwikkellijn-wrapper .card.groen .img-wrap {
    background: #DAE5D6;
  }
}
.ontwikkellijn-wrapper .card.rood {
  background: #FEEEF1;
}
.ontwikkellijn-wrapper .card.rood .card-header {
  background: #F29EAA;
  position: relative;
}
.ontwikkellijn-wrapper .card.rood .card-header::before {
  background: #F29EAA;
}
@media (max-width: 575px) {
  .ontwikkellijn-wrapper .card.rood .img-wrap {
    background: #F29EAA;
  }
}
.ontwikkellijn-wrapper .card.blauw {
  background: #F2F7F8;
}
.ontwikkellijn-wrapper .card.blauw .card-header {
  background: #CEE0E4;
  position: relative;
}
.ontwikkellijn-wrapper .card.blauw .card-header::before {
  background: #CEE0E4;
}
@media (max-width: 575px) {
  .ontwikkellijn-wrapper .card.blauw .img-wrap {
    background: #CEE0E4;
  }
}
.ontwikkellijn-wrapper .card.limegroen {
  background: #F8F8EB;
}
.ontwikkellijn-wrapper .card.limegroen .card-header {
  background: #E4E4B1;
  position: relative;
}
.ontwikkellijn-wrapper .card.limegroen .card-header::before {
  background: #E4E4B1;
}
@media (max-width: 575px) {
  .ontwikkellijn-wrapper .card.limegroen .img-wrap {
    background: #E4E4B1;
  }
}
/* Stappenplan */
.stappenplan-wrapper {
  position: relative;
}
.stappenplan-wrapper .img-wrap {
  transform: rotate(20deg);
  overflow: hidden;
  border-radius: 2rem;
  width: 350px;
  height: 350px;
  left: -2vw;
  position: relative;
  top: -2rem;
  margin-bottom: 3rem;
}
.stappenplan-wrapper img {
  transform: rotate(-20deg);
  max-width: 127%;
  position: relative;
  left: -41px;
  top: -50px;
}
.stappenplan-wrapper.rechts .img-wrap {
  left: inherit;
  right: -2vw;
}
.stappenplan-wrapper h2 {
  color:#E7324D;
}
.stappenplan-wrapper p {
  max-width: 100%;
}
.stappenplan-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5000px;
  width: 20000px;
  height: 100%;
  z-index: -1;
}
.stappenplan-wrapper .golf-links {
  position: absolute;
  width: 70%;
  bottom: -160px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: +2;
}
.stappenplan-wrapper .golf-rechts {
  position: absolute;
  width: 70%;
  bottom: -160px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: +2;
}
.stappenplan-wrapper .bottom-arrow {
  width: 90px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%);
  z-index: +1;
}
.entry .stappenplan-wrapper:last-child .bottom-arrow,
.entry .stappenplan-wrapper:last-child .golf-links,
.entry .stappenplan-wrapper:last-child .golf-rechts {
  display: none;
}
.entry .stappenplan-wrapper:last-child {
  padding-bottom: 7rem;
  margin-bottom: -10.5rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .stappenplan-wrapper .golf-links {
    bottom: -130px;
  }
  .stappenplan-wrapper .golf-rechts {
    bottom: -130px;
  }
}
@media (max-width: 1199px) {
  .stappenplan-wrapper .img-wrap {
    width: 250px;
    height: 250px;
  }
  .stappenplan-wrapper img {
    max-width: 125%;
    left: -35px;
    top: -30px;
  }
  .stappenplan-wrapper .col-lg-8 {
    padding-top: 3rem !important;
    padding-bottom: 4rem !important;
  }
  .stappenplan-wrapper .golf-links, .stappenplan-wrapper .golf-rechts {
    bottom: -90px;
  }
}
@media (max-width: 991px) {
  .stappenplan-wrapper .img-wrap {
    left: -8vw;
  }
  .stappenplan-wrapper.rechts .img-wrap {
    left: inherit;
    right: -8vw;
  }
  .stappenplan-wrapper .golf-links, .stappenplan-wrapper .golf-rechts {
    bottom: -53px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .stappenplan-wrapper .col-lg-8 {
    padding-top:0 !important;
  }
  .stappenplan-wrapper .golf-links, .stappenplan-wrapper .golf-rechts {
    display: none;
  }
  .stappenplan-wrapper.rechts .img-wrap {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-bottom: 3rem !important;
    top: 0px;
  }
  .stappenplan-wrapper.links .img-wrap {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-bottom: 3rem !important;
    top: 0px;
  }
}
/* Stappenplan kleuren */
.stappenplan-wrapper.groen, .stappenplan-wrapper.groen::before {
  background: #ECF2E9;
}
.stappenplan-wrapper.groen .bottom-arrow path {
  fill: #ECF2E9;
}
.stappenplan-wrapper.blauw, .stappenplan-wrapper.blauw::before {
  background: #CEE0E4;
}
.stappenplan-wrapper.blauw .bottom-arrow path {
  fill: #CEE0E4;
}
/* Formulieren */
.entry .gf_browser_gecko.gform_wrapper.gravity-theme.gform-theme--no-framework:nth-last-child(2) {
  padding-bottom: 11rem;
  margin-bottom: -11rem;
}
/* Tabs */
ul.nav.nav-tabs {
  max-width: 100%;
}
ul.nav.nav-tabs li:before {
  display: none;
}
ul.nav.nav-tabs li {
  margin-bottom: 0;
}
.tabs-wrapper h2 {
  color: #454162;
  font-size: 18px;
  font-weight: 600;
}
.tabs-wrapper .tab-pane {
  position: relative;
  overflow: hidden;
}
.tabs-wrapper .tab-pane p {
  max-width: 100%;
}
.tabs-wrapper .tab-pane svg {
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 26%;
}
.tabs-wrapper table {
  border: 0;
  box-shadow: none;
  margin-bottom: 1rem;
  max-width: 100%;
}
.tabs-wrapper table tr td, 
.tabs-wrapper table tr th {
  border-left: 0;
}
.tabs-wrapper table > :not(caption) > * > * {
  border-bottom: 0;
}
.tabs-wrapper .tab-pane .extra-info {
  z-index: 1;
}
.tabs-wrapper .tab-pane .extra-info p {
  max-width: 100%;
  margin-bottom: .25rem;
}
.tabs-wrapper .tab-pane .extra-info p strong {
  font-weight: 600;
  color: #000;
}
.tabs-wrapper .tab-pane .extra-info p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tabs-wrapper .tab-pane svg {
    width: 35%;
  }
}
@media (max-width: 575px) {
  ul.nav.nav-tabs {
    display: block;
    margin-left: 0;
  }
  .tabs-wrapper .nav-tabs .nav-link {
    display: block;
    width: 100%;
    margin-bottom: .25rem !important;
    border-radius: 0.5rem;
  }
  .tabs-wrapper table {
    max-width: 100%;
  }
}
/* Tabs Kleuren */
.tabs-wrapper.rood .nav-tabs .nav-link {
  background: #FEEEF1;
  color: #D51A36;
}
.tabs-wrapper.rood .nav-tabs .nav-item.show .nav-link, 
.tabs-wrapper.rood .nav-tabs .nav-link.active {
  background: #F29EAA;
  color: #454163;
  font-weight: 600;
}
.tabs-wrapper.rood .tab-pane {
  background: #F29EAA;
}
.tabs-wrapper.rood table {
  background: #FEEEF1;
}
.tabs-wrapper.blauw .nav-tabs .nav-link {
  background: #E6EFF1;
  color: #006174;
}
.tabs-wrapper.blauw .nav-tabs .nav-item.show .nav-link, 
.tabs-wrapper.blauw .nav-tabs .nav-link.active {
  background: #98BFC7;
  color: #454163;
  font-weight: 600;
}
.tabs-wrapper.blauw .tab-pane {
  background: #98BFC7;
}
.tabs-wrapper.blauw table {
  background: #E6EFF1;
}
.tabs-wrapper.blauw .tab-pane svg path {
  fill: #E6EFF1;
}
.tabs-wrapper.groen .nav-tabs .nav-link {
  background: #F2F2D9;
  color: #000;
}
.tabs-wrapper.groen .nav-tabs .nav-item.show .nav-link, 
.tabs-wrapper.groen .nav-tabs .nav-link.active {
  background: #7A7A29;
  color: #fff;
  font-weight: 600;
}
.tabs-wrapper.groen .tab-pane {
  background: #F2F2D9;
}
.tabs-wrapper.groen table {
  background: #FCFCF5;
}
.tabs-wrapper.groen .tab-pane svg path {
  fill: #FCFCF5;
}
/* Locaties Slider */
.logo-wrap {
  width: 250px;
  height: 250px;
  display: flex;
}
.logo-wrap img {
  align-self: center;
  max-height: 70%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* ==================== NAVBAR ======================== */
#mainmenu-wrap {
	position: fixed;
	left: 0;
	right:0;
	top: 0;
	filter:drop-shadow(2px 4px 5px #5555);
	z-index: 1000;
}
#mainmenu-wrap::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 100px;
  width: 5000px;
  background-color: #fff;
  left: -4700px;
  z-index: -1;
}
.navbar-brand {
  position: absolute;
  top: 0;
  left: -42px;
  background-image: url(assets/images/navbar-brand-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1000;
  padding: 1.5rem 3.5rem;
  width: 370px;
  height: 150px;
  transition: .25s all ease-in-out;
}
.navbar-brand img {
  width: 280px;
  height: auto;
  transition: .25s all ease-in-out;
}
.navbar-brand.shrink {
  padding: 1.5rem 3.5rem;
  height: 100px;
  width: 370px;
  transition: .25s all ease-in-out;
}
.navbar-brand.shrink img {
  width: 250px;
  transition: .25s all ease-in-out;
}
#main-nav li a.nav-link {
  font-size: 1rem;
  font-weight: 700;
  color: #454163;
  margin-left: .5rem;
}
#main-nav li a.nav-link:hover {
  color: #EC6075;
}
#main-nav li.current_page_item a.nav-link,
#main-nav li.current-menu-item  a.nav-link {
  color: #EC6075;
}
#mainmenu-wrap nav {
  height: 100px;
  border-bottom-right-radius: 8px;
}
#top-nav a.nav-link {
  background: #454163;
  color: white;
  font-size: 14px;
  font-weight: 700;
  border-radius: .25rem;
  margin-left: 1rem;
  margin-top: 5px;
  padding: .2rem .5rem .25rem .5rem;
}
#top-nav a.nav-link:hover,
#top-nav a.nav-link:focus {
  background: #E6EFF1;
  color: #454163;
}
#top-nav .current_page_item a.nav-link {
  color: #454163;
  background: #E6EFF1;
}
.navbar-toggler {
  border:0;
  border-radius: 0;
  padding:.7rem .5rem;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: inherit;
}
.navbar-toggler:focus-visible {
  outline: 2px auto #000;
}
.navbar-toggler-search-icon {
  width: 20px;
}
.navbar-toggler-hamburger-icon {
  width: 32px;
}
@media (min-width: 992px) {
  #navbarDropdownSearch {
    border:0;
    background: none;
    padding: .4rem .3rem;
    margin-left: .5rem;
  }
  #navbarDropdownSearch::after {
    display: none;
  }
  .search_menu.dropdown-menu {
    border:0;
    width: 500px;
    padding: 1rem;
  }
  .search_menu.dropdown-menu .site-search {
    margin-top: 1rem !important;
  }
}
@media (max-width: 1199px) {
  .navbar-brand {
    width: 340px;
    height: 142px;
  }
  .navbar-brand img {
    width: 250px;
  }
}
@media (max-width: 991px) {
  #mainmenu-wrap nav {
    height: inherit;
    padding: 1.67rem 1rem !important;
    border-bottom-left-radius: 8px;
  }
  #main-nav {
    position: relative;
    z-index: 1000;
  }
  #main-nav li a.nav-link,
  #top-nav li a.nav-link {
    margin-left: 0;
  }
}
@media (max-width:767px) {
  #mainmenu-wrap::before {
    height: 84px;
  }
  .navbar-brand {
    width: 290px;
    height: 115px;
  }
  .navbar-brand img {
    width: 200px;
  }
  .navbar-brand.shrink {
    width: 290px;
    height: 80px;
  }
  .navbar-brand.shrink img {
    width: 200px;
    transition: .25s all ease-in-out;
  }
  .navbar-toggler {
    padding:.23rem .5rem;
  } 
}
@media (max-width: 575px) {
  #mainmenu-wrap nav {
    width: 96%;
  }
  .navbar-brand {
    left: -40px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* Zoekformulier */
@media (min-width: 992px) {
  #collapseSearch {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #navbarDropdownSearch {
    display: none;
  }
}
/* =================== HEADER ===================== */
#header-wrapper svg.illu-rondjes {
  width: 28%;
  position: absolute;
  top: -1vw;
  right: -3.5vw;
  z-index: -1;
  max-width: 500px;
}
#header-wrapper svg.foto-vierkant {
  width: 50%;
  position: absolute;
  top: -1vw;
  right: -9vw;
  z-index: -1;
  max-width: 800px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
}
#header-wrapper svg.background-illu {
  width: 40%;
  position: absolute;
  right: -9vw;
  z-index: -2;
  top: 50%;
  max-width: 700px;
}
/* ===================  KRUIMELPAD =================== */
.breadcrumbs-wrap {
  margin-top: 9rem;
}
@media (min-width: 768px) {
  .breadcrumbs-wrap {
    margin-top: 10rem;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs-wrap {
    margin-top: 11rem;
  }
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.breadcrumbs a {
  font-weight:500;
  text-decoration: none;
  font-size: 14px;
  color: #0F395D;
}
.breadcrumbs a:hover, 
.breadcrumbs a:active {
  text-decoration: underline;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background-image: url(assets/images/icons/kruimelpad-haakje-rechts.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  width: 25px;
}
.breadcrumb-item .home {
  content: "";
  background-image: url(assets/images/icons/kruimelpad-homepage.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 18px;
  width: 25px;
  align-self: self-start;
}
.breadcrumb-item .home:hover {
  background-image: url(assets/images/icons/kruimelpad-homepage-hover.svg);
}
/* ==================== HOMEPAGE ======================== */
/*** Intro ***/
/* Desktop */
@media (min-width: 992px) {
  .home .subheader {
    position: relative;
    margin-bottom: -160px;
  }
  .home .subheader .introcontent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: 12rem;
  }
  .home .subheader .introcontent h1 {
    font-size: 2.5rem;
  }
  .home .subheader .fotocontent svg {
    filter:drop-shadow(0px 3px 6px #E5E5E5);
    position: relative;
    left: 100px;
    top: -50px;
    max-width: 700px;
  } 
}
@media (min-width: 1251px) and (max-width: 1399px) {
  .home .subheader .fotocontent svg {
    top: -25px;
  }
}
@media (min-width: 1199px) and (max-width: 1250px) {
  .home .subheader {
    margin-bottom: -100px;
  }
  .home .subheader .introcontent {
    margin-top: 11rem;
  }
  .home .subheader .fotocontent svg {
    top: 0px;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .home .subheader {
    margin-bottom: -70px;
  }
  .home .subheader .introcontent {
    margin-top: 10rem;
  }
  .home .subheader .fotocontent svg {
    top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .home .subheader {
    margin-bottom: -30px;
  }
  .home .subheader .introcontent {
    margin-top: 10rem;
  }
  .home .subheader .fotocontent svg {
    top: 0px;
  }
}
@media (max-width: 991px) {
  .homepage-foto-vierkant {
    position: relative;
    left: 100px;
    width: 92%;
    margin-left: auto;
    display: flex;
    top: -60px;
    margin-bottom: -70px;
    filter:drop-shadow(0px 3px 6px #E5E5E5);
  }
}
@media (max-width: 767px) {
  .homepage-foto-vierkant {
    position: relative;
    left: 100px;
    width: 95%;
    margin-left: auto;
    display: flex;
    top: -50px;
    margin-bottom: -60px;
    filter:drop-shadow(0px 3px 6px #E5E5E5);
  }
}
@media (max-width: 650px) {
  .homepage-foto-vierkant {
    position: relative;
    left: 100px;
    width: 95%;
    margin-left: auto;
    display: flex;
    top: -20px;
    margin-bottom: -30px;
    filter:drop-shadow(0px 3px 6px #E5E5E5);
  }
}
@media (max-width: 550px) {
  .homepage-foto-vierkant {
    position: relative;
    left: 80px;
    width: 96%;
    margin-left: auto;
    display: flex;
    top: -10px;
    margin-bottom: -20px;
    filter:drop-shadow(0px 3px 6px #E5E5E5);
  }
}
/*** Bolletjes ***/
/* Desktop */
.homepage-top-module-dk {
  min-height: 425px;
}
.homepage-top-module-dk .inner {
  padding: 4rem 3rem;
  filter:drop-shadow(0px 3px 6px #E5E5E5);
}
.homepage-top-module-dk .inner .inner-bg {
  position: absolute;
  width: 400px;
  height: 375px;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .25s ease-in-out;
}
.homepage-top-module-dk .inner .inner-bg path {
  transition: all .25s ease-in-out;
}
.homepage-top-module-dk .inner:hover .inner-bg {
  transform: rotate(-15deg);
  transition: all .25s ease-in-out;
}
.homepage-top-module-dk .inner h2 {
  color: white;
}
.homepage-top-module-dk .inner p {
  color: white;
  max-width: 100%;
  font-weight: 400;
  font-size: 1rem;
}
.homepage-top-module-dk .inner a.stretched-link {
  color:white;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
}
.homepage-top-module-dk .inner a.stretched-link svg {
  height: 18px;
  width: 30px;
  position: relative;
  top: -2px;
  left: 10px;
  transition: all .1s ease-in-out;
}
.homepage-top-module-dk .inner a.stretched-link:hover svg {
  left: 13px;
  transition: all .1s ease-in-out;
}
.homepage-top-module-dk .inner-1:hover .inner-bg path {
  fill: #006174;
  transition: all .25s ease-in-out;
}
.homepage-top-module-dk .inner-2:hover .inner-bg path {
  fill: #EB6075;
  transition: all .25s ease-in-out;
}
.homepage-top-module-dk .inner-3:hover .inner-bg path {
  fill: #999933;
  transition: all .25s ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .homepage-top-module-dk .inner .inner-bg {
    width: 375px;
  }
  .homepage-top-module-dk .inner {
    padding: 2.5rem 1rem 3rem 3rem;
  }
}
@media (max-width: 1199px) {
  .homepage-top-module-dk .inner .inner-bg {
    width: 425px;
    height: 400px;
  }
  .homepage-top-module-dk .inner {
    padding: 4rem 3rem 4rem 3rem;
    height: 375px !important;
  }
}
/* Mobiel */
.homepage-top-module-mb h2 {
  color: #454163;
  font-weight: 600;
}
.homepage-top-module-mb a.stretched-link {
  color: #454163;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
}
.homepage-top-module-mb a.stretched-link svg {
  height: 18px;
  width: 30px;
  position: relative;
  top: -2px;
  left: 10px;
  transition: all .1s ease-in-out;
}
.homepage-top-module-mb a.stretched-link:hover svg {
  left: 13px;
  transition: all .1s ease-in-out;
}
.homepage-top-module-mb .bolletje-1 path {
  fill: #006174;
  transition: all .25s ease-in-out;
}
.homepage-top-module-mb .bolletje-2 path {
  fill: #EB6075;
  transition: all .25s ease-in-out;
}
.homepage-top-module-mb .bolletje-3 path {
  fill: #999933;
  transition: all .25s ease-in-out;
}
/* ==================== ACTUEEL ======================== */ 
.post-type-archive-actueel .card.actueel {
  background: #EBEAEE;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
}
.post-type-archive-actueel .card.actueel .actueel-uitgelicht-image {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.post-type-archive-actueel .card.actueel h2 {
  color:#454163;
  font-weight: 600;
}
.post-type-archive-actueel .card.actueel p {
  color:#454163;
  font-weight: 600;
  max-width: 100%;
}
.post-type-archive-actueel .card.actueel a.stretched-link {
  color: #454162;
  font-weight: 600;
  text-decoration: none;
}
.post-type-archive-actueel .card.actueel a.stretched-link svg {
  height: 18px;
  width: 30px;
  position: relative;
  top: -2px;
  left: 10px;
  transition: all .1s ease-in-out;
}
.post-type-archive-actueel .card.actueel a.stretched-link:hover svg {
  left: 13px;
  transition: all .1s ease-in-out;
}
.pagination {
  margin-top: 2rem;
  text-align: center;
  display: block;
}
.pagination .page-numbers {
  font-size: 18px;
  font-weight: 600;
  color: #454162;
  text-decoration: none;
  margin-left: .5rem;
  display: inline-block;
  padding-top: .25rem;
}
.pagination .page-numbers.current {
  background: url(assets/images/icons/pagination-active.svg) no-repeat;
  width: 40px;
  height: 40px;
  color: white;
}
.pagination a.prev svg {
  height: 18px;
  width: 30px;
  position: relative;
  top: -2px;
  transition: all .1s ease-in-out;
  transform: rotate(180deg);
}
.pagination a.prev svg:hover {
  left: -3px;
  transition: all .1s ease-in-out;
}
.pagination a.next svg {
  height: 18px;
  width: 30px;
  position: relative;
  top: -2px;
  transition: all .1s ease-in-out;
}
.pagination a.next svg:hover {
  left: 3px;
  transition: all .1s ease-in-out;
}
/* ==================== LOCATIES ======================= */
/* Kaart */
.acf-map {
  width: 100%;
  height: 400px;
  border-radius: .5rem;
}
.acf-map img {
  max-width: inherit !important;
}
.acf-map h3 {
  padding-right: .5rem;
  padding-left: .5rem;
}
.acf-map p {
  color: #000;
  font-family: quicksand, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  padding-right: .5rem;
  padding-left: .5rem;
}
.acf-map a {
  color: #8E1543;
  text-decoration: underline;
}
.acf-map a:hover {
  color: #000;
}
.acf-map .gm-style-iw-ch {
  padding-top: 0;
}
.acf-map .gm-ui-hover-effect span {
  margin: 0 !important;
  float: right;
}
/* Filter */
.widget_wpc_filters_widget .wpc-filters-section {
  margin-bottom: 0;
}
.widget_wpc_filters_widget .wpc-filter-header {
  display: none;
}
.widget_wpc_filters_widget .wpc-filter-content .wpc-filters-widget-select {
  border-radius: .5rem;
  border: 2px solid #006274;
  color: #006274;
  font-weight: 600;
  background-color: white;
  background-image: url('assets/images/icons/uitklapper-haakje-down.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20px;
  background-origin: content-box;
  position: relative;
  appearance: none;
}
.widget_wpc_filters_widget .wpc-edit-filter-set {
  display: none;
}
.wpc-filters-main-wrap ul.wpc-filters-ul-list {
  padding: 0 !important;
  max-width: 100%;
}
.wpc-filters-main-wrap ul.wpc-filters-ul-list li::before {
  display: none;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
  border-radius: .5rem !important;
  border: 2px solid #4B8F9D !important;
  color: #006274;
  font-weight: 600;
  line-height: 2.3;
  font-size: 16px;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
  border: 2px solid transparent !important;
  margin-left: inherit !important;
  cursor: inherit !important;
  display: inherit !important;
  padding: inherit !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a {
  color: #006274;
  font-weight: 600;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
body .wpc-filters-main-wrap input.wpc-label-input + label:hover span.wpc-filter-label-wrapper,
body .wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper {
  color: #fff !important;
  background-color: #4B8F9D !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a:focus-visible {
  outline: 2px auto #000 !important;
  outline-offset: -2px;
}
ul.wpc-filter-chips-list {
  margin-bottom: 0;
}
ul.wpc-filter-chips-list li::before {
  display: none;
}
.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a {
  border:0 !important;
  background: #4B8F9D;
  border-radius: .5rem !important;
  font-size: 16px !important;
  color: white !important;
  font-weight: 600 !important;
  transition: all .1s ease-in-out;
}
.wpc-filter-chips-list a:hover, 
body .wpc-filter-chips-list li.wpc-filter-chip a:hover,
.wpc-filter-chips-list a:focus, 
body .wpc-filter-chips-list li.wpc-filter-chip a:focus,
.wpc-filter-chips-list a:active, 
body .wpc-filter-chips-list li.wpc-filter-chip a:active {
  background: #006174 !important;
  transition: all .1s ease-in-out;
}
.wpc-filter-chip-name {
  margin-right: 2rem !important;
}
.wpc-chip-remove-icon {
  font-size: 22px !important;
}
.wpc-filter-chips-list a:hover .wpc-chip-remove-icon, .wpc-filter-search-wrapper button.wpc-search-clear:hover, .wpc-filters-range-column button.wpc-range-clear:hover, .wpc-search-field-wrapper a.wpc-search-clear-icon:hover {
  color: #fff !important;
}
#locatie-wrapper #content {
  position: relative;
}
#locatie-wrapper #content::before {
  background: #AFDBDA;
  height: 80%;
  top: 10%;
  left: -3800px;
  width: 8000px;
  content: "";
  position: absolute;
  border-radius: 50% 50% 0 0;
}
.card.locatie .card-header {
  overflow: hidden;
}
.card.locatie .card-header img {
  height: 94%;
  display: block;
  margin-left: auto;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
}
.card.locatie {
  background:#EFF8F8;
}
.card.locatie ul {
  margin-left: 0;
  max-width: 100%;
}
.card.locatie ul li {
  margin-bottom: .25rem;
  color: #454163;
  font-weight: 500;
}
.card.locatie ul li::before {
  display: none;
}
.card.locatie a.stretched-link {
  color: #454162;
  font-weight: 600;
  text-decoration: none;
}
.card.locatie a.stretched-link svg {
  height: 18px;
  width: 30px;
  position: relative;
  top: -2px;
  left: 10px;
  transition: all .1s ease-in-out;
}
.card.locatie a.stretched-link:hover svg {
  left: 13px;
  transition: all .1s ease-in-out;
}
.single-locaties #header-wrapper svg.background-illu {
  display: none !important;
}
.locatie-post.id-1908 {
  display: none;
}
/* Blocks voor op locatie */
.locatie-intro-wrapper p {
  max-width: 100%;
}
.locatie-intro-wrapper .links .card {
  background: #FEEEF1;
  border-radius: .5rem;
}
.locatie-intro-wrapper .rechts .card {
  background: #EFF8F8;
  border-radius: .5rem;
}
.locatie-intro-wrapper .rechts .card .card-header img {
  width: 70%;
  display: block;
  margin-left: auto;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
  border-top-right-radius: .5rem;
}
.locatie-intro-wrapper .rechts .card .adresgegevens p {
  font-weight: 600;
  color: #454163;
}
.locatie-sfeer-wrapper {
  overflow: hidden;
}
.locatie-sfeer-wrapper .card {
  background: #AFDBDA;
  border-radius: .5rem;
}
.locatie-sfeer-wrapper .card .img-wrap {
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
  padding-bottom: 2rem;
}
.locatie-sfeer-wrapper svg {
  z-index: 1;
  position: relative;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  border-top-left-radius: .5rem;
}
.locatie-sfeer-wrapper .card .text-wrap {
  border-bottom-right-radius: .5rem;
  border-top-right-radius: .5rem;
  position: relative;
}
.locatie-sfeer-wrapper .card .card-header {
  background: #ECF2E9;
  position: relative;
  padding: 5.5rem 2rem !important;
  border-top-left-radius: .5rem;
}
.locatie-sfeer-wrapper .card .card-header::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 500px;
  left: -200px;
  top: 0;
  background: #ECF2E9;
}
.locatie-sfeer-wrapper .card .card-header .blockquote {
  z-index: 1;
  position: relative;
}
.locatie-sfeer-wrapper .card .card-header p {
  max-width: 100%;
  color: #006174;
  font-family: multi-text, sans-serif;
  font-weight: 500;
  font-size: 22px;
}
.locatie-sfeer-wrapper .card .card-body {
  display: flex;
}
.locatie-sfeer-wrapper .card .card-body img {
  width: 375px;
  border-bottom-right-radius: .5rem;
}
@media (max-width: 1399px) {
  .locatie-sfeer-wrapper .card .card-header {
    padding: 4rem 2rem !important;
  }
}
@media (max-width: 991px) {
  .locatie-sfeer-wrapper .card .card-header {
    padding: 2rem !important;
  }
  .locatie-sfeer-wrapper .card .card-header p {
    font-size: 20px;
  }
  .locatie-sfeer-wrapper .card .card-body img {
    width: 250px;
  }
}
@media (max-width: 766px) {
  .locatie-sfeer-wrapper .card .card-header {
    padding: 1rem !important;
  }
  .locatie-sfeer-wrapper .card .card-header p {
    font-size: 18px;
  }
  .locatie-sfeer-wrapper .card .card-body img {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .locatie-sfeer-wrapper .card .img-wrap {
    padding-bottom: 0;
    background-color: #ECF2E9;
  }
  .locatie-sfeer-wrapper svg {
    width: 75%;
    height: auto;
  }
}
/* ==================== VEELGESTELDE VRAGEN ======================== */ 
#faq-wrapper {
  background: #E6EFF1;
  margin-top: 2rem;
  padding: 2rem 0 5rem 0;
  position: relative;
  z-index: 1;
}
#faq-wrapper::before {
  content: "";
  background-image: url(assets/images/veelgestelde-bg-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  width: 265px;
  height: 100%;
  left: 0;
  top: 3vw;
  z-index: -1;
}
@media (min-width: 768px) {
  #faq-wrapper::after {
    content: "";
    background-image: url(assets/images/veelgestelde-bg-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    position: absolute;
    width: 265px;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
.post-type-archive-veelgestelde-vragen footer {
  background-color: #E6EFF1;
}
/* ============== UNDERCONTENT - VEELGESTELDE VRAGEN =============== */
#faq-wrapper.undercontent.veelgestelde-vragen {
  margin-top: 0;
}
.undercontent.veelgestelde-vragen h2 {
  color: #454162;
}
#faq-wrapper.undercontent.veelgestelde-vragen ~ footer {
  background-color: #E6EFF1;
}

/* ==================== DOWNLOADS ======================= */

@media (min-width: 992px) {
  .single-downloads article#content.download h1 {
    padding-right: 18rem;
  }
}
/* ==================== FORMULIEREN  ======================= */
.gform_wrapper {
  background: #ECF2E9;
  position: relative;
  padding: 2rem 0 4rem 0;
  z-index: 0;
}
.gform_wrapper::before {
  content: "";
  background: #ECF2E9;
  position: absolute;
  left: -5000px;
  width: 20000px;
  height: 100%;
  top: 0;
  z-index: -2;
}
.gform_wrapper::after {
  content: "";
  background-image: url(assets/images/block-formulier-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom -10% right;
  position: absolute;
  width: 50%;
  height: 100%;
  right: -20%;
  bottom: 0;
  z-index: -1;

}
@media (min-width:992px) {
  .gform_wrapper form {
    width: 55%;
  }
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border-radius: 8px;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: 600;
}
.gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-family: multi-text, sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: .5rem;  
  padding: inherit;
  color: #006174;
}
.gform_wrapper.gravity-theme .gfield_description {
  padding: 0 0 .25rem 0 !important;
  opacity: .7;
  font-style: italic;
  position: relative;
  top: 0;
  margin-bottom: 0;
  margin-top: 2px;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #8E1543;
  font-size: 14px;
  font-style: normal;
}
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield textarea {
  border-radius: 8px;
  border:1px solid #016174;
  padding: .375rem .75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  color: #000;
  background: white;
}
.gform_wrapper.gravity-theme .gfield input::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color:#006174;
}
.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
  outline: 0;
  border-color: #8E8CA1;
  box-shadow: 0 0 0 .25rem rgba(142,140,161,.25);
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  display: block;
  min-height: 1.5rem;
  margin-bottom: .125rem;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #016174;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  padding: 0;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type="checkbox"]:checked {
  background-color: #016174;
  border-color: #016174;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 16px;
  font-weight: 400;
  padding-left: .5em;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border:0;
  font-size: 16px;
  padding: 0;
  font-weight: 600;
  color: #c02b0a;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gform_button {
  background: #454162;
  padding: .7rem 2.5rem .8rem .75rem;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  min-width: 230px;
  text-align: left;
  border: 0;
  transition: all .1s ease-in-out;
  margin-left: auto;
  background-image: url(assets/images/icons/button-haakje-rechts.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px 30px;
}
.gform_wrapper.gravity-theme .gform_button:hover, 
.gform_wrapper.gravity-theme .gform_button:focus, 
.gform_wrapper.gravity-theme .gform_button:active, 
.gform_wrapper.gravity-theme .gform_button:first-child:active, 
:not(.btn-check) + .gform_wrapper.gravity-theme .gform_button:active {
  background: #006174;
  color: #ffffff;
  transition: all .1s ease-in-out;
  background-image: url(assets/images/icons/button-haakje-rechts.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 30px;
}
@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: inherit;
    min-height: inherit;
  }
}
.contact-form-block {
  background: #ECF2E9;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  position: relative;
  padding: 2rem 2rem 2rem 1.5rem;
}
.contact-form-block::before {
  content: "";
  background: #ECF2E9;
  position: absolute;
  top: 0;
  left: -20000px;
  height: 100%;
  width: 20000px;
  z-index: -1;
}
.contact-form-block .gform_wrapper {
  background: inherit;
}
.contact-form-block .gform_wrapper::before,
.contact-form-block .gform_wrapper::after {
  display: none;
}
@media (min-width: 992px) {
  .contact-form-block .gform_wrapper form {
    width: 100%;
  }
}
.contact-data-block {
  background: #EFF8F8;
  border-radius: .5rem;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
  padding: 0;
}
.contact-data-block .wp-block-group__inner-container {
  flex-direction: column;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.contact-data-block figure,
.contact-data-block figure img {
  border-top-right-radius: .5rem;
}
.contact-data-block p {
  max-width: inherit;
  padding-right: 2rem;
  font-weight: 600;
  color: #454163;
}
.contact-data-block p:last-child {
  padding-bottom: 1.5rem;
}
.contact-data-block p a {
  color: #454163;
}
/* ==================== ZOEKEN ======================== */
/* Form */
.site-search {
  z-index: 1000;
  position: relative;
}
.site-search h2 {
  color: #454162;
  font-weight: 500;
  margin-bottom: .5rem;
}
.site-search input {
  border:1px solid #454162;
  border-radius: .5rem;
}
.site-search input:focus {
  border-color: #8E8CA1;
  box-shadow: 0 0 0 .25rem rgba(142,140,161,.25);
}
.search-results .search-result {
  background: #EBEAEE;
}
.search-results .search-result h2 {
  color:#454163;
  font-size: 1.5rem;
}
.search-results .search-result .entry-summary p {
  max-width: 100%;
  margin-bottom: 0;
}
.search-results .search-result a {
  text-decoration: none;
  font-weight: 600;
  color: #454163;
}
.search-results .search-result a span {
  padding: .7rem 2.5rem .8rem .75rem;
}
.search-results .search-result a span:first-child {
  position: relative;
}
.search-results .search-result a span:first-child::before {
  content: "";
  background-image: url(assets/images/icons/uitklapper-haakje-rechts.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 18px;
  width: 30px;
  position: absolute;
  top: 50%;
  right: 7px;
  translate: 0% -50%;
  transition: all .1s ease-in-out;
}
/* ==================== FOOTER ======================== */ 
footer {
  color: white;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
footer svg.footer-top {
  position: relative;
  top: 2px;
}
footer .footer-inner {
  background: #454163;
  padding-bottom: 2rem;
}
.footer-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.footer-background svg.footer-bg {
  width: 50%;
  left: 50%;
  top: 100px;
  position: absolute;
}
@media (max-width: 1290px) {
  .footer-background svg.footer-bg {
    top: 120px;
  }
}
@media (max-width: 1199px) {
  .footer-background svg.footer-bg {
    top: 120px;
    width: 60%;
  }
  footer .social-media {
    padding-left: 3rem;
  }
}
@media (max-width: 991px) {
  .footer-background svg.footer-bg {
    top: 376px;
    width: 100%;
    left: 4%;
  }
}
footer h2 {
  color: white;
  font-weight: 600;
  font-size:2rem;
}
footer .social-media {
  z-index: 1;
  position: relative;
}
footer .social-media h2 {
  color: #454163;
  font-size: 1rem;
}
footer .social-media-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
footer .social-media-links a {
  transition: transform .1s ease;
  display: block;
}
footer .social-media-links img {
  height: 1.75rem;
  width: auto;
}
footer .adresgegevens {
  position: relative;
  z-index: 1;
  color: #454163;
  font-weight: bold;
}
footer .adresgegevens a {
  color: #454163;
  text-decoration: none;
}
footer .adresgegevens a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .footer-background svg.footer-bg {
    display: none;
  }
  footer .social-media {
    padding-left: .75rem;
  }
  footer .social-media h2 {
    color: white;
  }
  footer .social-media img {
    filter: brightness(0) invert(1);
  }
  footer .adresgegevens {
    color: white;
  }
  footer .adresgegevens a {
    color: white;
  }
}
