@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
Theme Name: 	Lunchwijs
Theme URI:
Description: 	Custom theme
Version: 		2025.1.0
Author: 		edwin slothouber
Author URI:
----------------------------------------------------------------------------------------------------------
14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

---------------------------- in plaats van 1440, 768, 640 gebruiken we em:
 640 - 40.em
 641 - 40.063em
 704 - 44em
 768 - 48em
 960 - 60em
1024 - 64.em
1025 - 64.063em
1080 - 68em
1220 - 76.25em
1280 - 80em
1440 - 90em
1441 - 90.063em
1920 - 120em
----------------------------------------------------------------------------------------------------------*/
/* plus-jakarta-sans-regular - latin */
@import "css/normalize.css";
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/plus-jakarta-sans-v12-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/plus-jakarta-sans-v12-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/plus-jakarta-sans-v12-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.bg_lichtgroen {
  background-color: #D8F2EB;
  color: #003A2E;
}
.bg_lichtgroen h1, .bg_lichtgroen h2, .bg_lichtgroen h3, .bg_lichtgroen a {
  color: #003A2E;
}

.bg_groen {
  background-color: #00B83F;
  color: #003A2E;
}
.bg_groen h1, .bg_groen h2, .bg_groen h3, .bg_groen a {
  color: #003A2E;
}

.bg_rood {
  background-color: #FF715A;
  color: #003A2E;
}
.bg_rood h1, .bg_rood h2, .bg_rood h3, .bg_rood a {
  color: #003A2E;
}

.bg_geel {
  background-color: #DEEB46;
  color: #003A2E;
}
.bg_geel h1, .bg_geel h2, .bg_geel h3, .bg_geel a {
  color: #003A2E;
}

.bg_lichtgeel {
  background-color: #FAFFC0;
  color: #003A2E;
}
.bg_lichtgeel h1, .bg_lichtgeel h2, .bg_lichtgeel h3, .bg_lichtgeel a {
  color: #003A2E;
}

.bg_blauw {
  background-color: #5DC3EF;
  color: #003A2E;
}
.bg_blauw h1, .bg_blauw h2, .bg_blauw h3, .bg_blauw a {
  color: #003A2E;
}

.bg_paars {
  background-color: #602B38;
  color: #fff;
}
.bg_paars h1, .bg_paars h2, .bg_paars h3, .bg_paars a {
  color: #fff;
}

.txt_paars {
  color: #fff;
}
.txt_paars h1, .txt_paars h2, .txt_paars h3, .txt_paars a {
  color: #fff;
}

.bg_roze {
  background-color: #C9B28B;
  color: #003A2E;
}
.bg_roze h1, .bg_roze h2, .bg_roze h3, .bg_roze a {
  color: #003A2E;
}

.bg_wit {
  background-color: #fff;
  color: #003A2E;
}
.bg_wit h1, .bg_wit h2, .bg_wit h3, .bg_wit a {
  color: #003A2E;
}

.bg_zwart {
  background-color: #003A2E;
  color: #fff;
}
.bg_zwart h1, .bg_zwart h2, .bg_zwart h3, .bg_zwart a {
  color: #fff;
}

/*---------------------------- classes:
.push-right			zet dingen rechts
.col-xx-xx			columns in 12
.push-xx-xx			creates an empty space on the left
.small-col-xx-xx	forceert een column wanneer small (<48em/768px)
.medium-col-xx-xx	forceert een column wanneer medium (<48em/768px)
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0px;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.push-right {
  float: right;
}

/* -------------------------------- mobile first / tot 640px / small */
@media only screen {
  .row {
    z-index: 10;
    width: 100%;
    max-width: 90em;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
    padding-left: 20px; /* row-space to left */
    padding-right: 0px; /* row-space to right: (row-space-left - column-space) e.g. 30px-30px=0 */
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .row.center-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row:before, .row:after {
    content: normal;
  }
  .row:after {
    clear: both;
  }
  .row [class*=c-] {
    float: left;
    padding-right: 20px; /* column-space */
  }
  .row .c-s-12 {
    width: 100%;
  }
  .row .c-s-11 {
    width: 91.66%;
  }
  .row .c-s-10 {
    width: 83.333%;
  }
  .row .c-s-9 {
    width: 75%;
  }
  .row .c-s-8 {
    width: 66.66%;
  }
  .row .c-s-7 {
    width: 58.33%;
  }
  .row .c-s-6 {
    width: 50%;
  }
  .row .c-s-5 {
    width: 41.66%;
  }
  .row .c-s-4 {
    width: 33.33%;
  }
  .row .c-s-3 {
    width: 25%;
  }
  .row .c-s-2 {
    width: 16.667%;
  }
  .row .c-s-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: none !important;
  }
  .row .p-s-11 {
    margin-left: 91.66%;
  }
  .row .p-s-10 {
    margin-left: 83.333%;
  }
  .row .p-s-9 {
    margin-left: 75%;
  }
  .row .p-s-8 {
    margin-left: 66.66%;
  }
  .row .p-s-7 {
    margin-left: 58.33%;
  }
  .row .p-s-6 {
    margin-left: 50%;
  }
  .row .p-s-5 {
    margin-left: 41.66%;
  }
  .row .p-s-4 {
    margin-left: 33.33%;
  }
  .row .p-s-3 {
    margin-left: 25%;
  }
  .row .p-s-2 {
    margin-left: 16.667%;
  }
  .row .p-s-1 {
    margin-left: 8.33%;
  }
  .row .p-s-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 768px / medium */
@media only screen and (min-width: 48em) {
  .row .c-m-12 {
    width: 100%;
  }
  .row .c-m-11 {
    width: 91.66%;
  }
  .row .c-m-10 {
    width: 83.333%;
  }
  .row .c-m-9 {
    width: 75%;
  }
  .row .c-m-8 {
    width: 66.66%;
  }
  .row .c-m-7 {
    width: 58.33%;
  }
  .row .c-m-6 {
    width: 50%;
  }
  .row .c-m-5 {
    width: 41.66%;
  }
  .row .c-m-4 {
    width: 33.33%;
  }
  .row .c-m-3 {
    width: 25%;
  }
  .row .c-m-2 {
    width: 16.667%;
  }
  .row .c-m-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: none !important;
  }
  .row .p-m-11 {
    margin-left: 91.66%;
  }
  .row .p-m-10 {
    margin-left: 83.333%;
  }
  .row .p-m-9 {
    margin-left: 75%;
  }
  .row .p-m-8 {
    margin-left: 66.66%;
  }
  .row .p-m-7 {
    margin-left: 58.33%;
  }
  .row .p-m-6 {
    margin-left: 50%;
  }
  .row .p-m-5 {
    margin-left: 41.66%;
  }
  .row .p-m-4 {
    margin-left: 33.33%;
  }
  .row .p-m-3 {
    margin-left: 25%;
  }
  .row .p-m-2 {
    margin-left: 16.667%;
  }
  .row .p-m-1 {
    margin-left: 8.33%;
  }
  .row .push-meduim-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 1024px */
@media only screen and (min-width: 64em) {
  .row {
    width: 100%;
  }
  .row .c-l-12 {
    width: 100%;
  }
  .row .c-l-11 {
    width: 91.66%;
  }
  .row .c-l-10 {
    width: 83.333%;
  }
  .row .c-l-9 {
    width: 75%;
  }
  .row .c-l-8 {
    width: 66.66%;
  }
  .row .c-l-7 {
    width: 58.33%;
  }
  .row .c-l-6 {
    width: 50%;
  }
  .row .c-l-5 {
    width: 41.66%;
  }
  .row .c-l-4 {
    width: 33.33%;
  }
  .row .c-l-3 {
    width: 25%;
  }
  .row .c-l-2 {
    width: 16.667%;
  }
  .row .c-l-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: block !important;
  }
  .row .hide-on-large {
    display: none !important;
  }
  .row .p-l-11 {
    margin-left: 91.66%;
  }
  .row .p-l-10 {
    margin-left: 83.333%;
  }
  .row .p-l-9 {
    margin-left: 75%;
  }
  .row .p-l-8 {
    margin-left: 66.66%;
  }
  .row .p-l-7 {
    margin-left: 58.33%;
  }
  .row .p-l-6 {
    margin-left: 50%;
  }
  .row .p-l-5 {
    margin-left: 41.66%;
  }
  .row .p-l-4 {
    margin-left: 33.33%;
  }
  .row .p-l-3 {
    margin-left: 25%;
  }
  .row .p-l-2 {
    margin-left: 16.667%;
  }
  .row .p-l-1 {
    margin-left: 8.33%;
  }
  .row .p-l-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 1024px */
@media only screen and (min-width: 80em) {
  .row {
    width: 100%;
  }
  .row .c-x-12 {
    width: 100%;
  }
  .row .c-x-11 {
    width: 91.66%;
  }
  .row .c-x-10 {
    width: 83.333%;
  }
  .row .c-x-9 {
    width: 75%;
  }
  .row .c-x-8 {
    width: 66.66%;
  }
  .row .c-x-7 {
    width: 58.33%;
  }
  .row .c-x-6 {
    width: 50%;
  }
  .row .c-x-5 {
    width: 41.66%;
  }
  .row .c-x-4 {
    width: 33.33%;
  }
  .row .c-x-3 {
    width: 25%;
  }
  .row .c-x-2 {
    width: 16.667%;
  }
  .row .c-x-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: block !important;
  }
  .row .hide-on-large {
    display: none !important;
  }
  .row .hide-on-xlarge {
    display: none !important;
  }
  .row .p-x-11 {
    margin-left: 91.66%;
  }
  .row .p-x-10 {
    margin-left: 83.333%;
  }
  .row .p-x-9 {
    margin-left: 75%;
  }
  .row .p-x-8 {
    margin-left: 66.66%;
  }
  .row .p-x-7 {
    margin-left: 58.33%;
  }
  .row .p-x-6 {
    margin-left: 50%;
  }
  .row .p-x-5 {
    margin-left: 41.66%;
  }
  .row .p-x-4 {
    margin-left: 33.33%;
  }
  .row .p-x-3 {
    margin-left: 25%;
  }
  .row .p-x-2 {
    margin-left: 16.667%;
  }
  .row .p-x-1 {
    margin-left: 8.33%;
  }
  .row .p-x-0 {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceWidthGrow {
  0% {
    width: 0%;
  }
  60% {
    width: 105%;
  }
  80% {
    width: 98%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bounceWidthGrow {
  0% {
    width: 0%;
  }
  60% {
    width: 105%;
  }
  80% {
    width: 98%;
  }
  100% {
    width: 100%;
  }
}
header {
  position: fixed;
  width: 100%;
  padding: 10px 20px;
  left: 0px;
  top: 0px;
  z-index: 9998;
  background-color: transparent;
}
@media (max-width: 66em) {
  header {
    position: relative;
    padding: 10px 0px;
    height: 100px;
  }
}
header.klein {
  padding: 10px 20px 0px;
  height: 80px;
}
header.klein ul#hoofdmenu {
  padding: 0;
}
header .logo {
  position: absolute;
  left: 30px;
  top: 28px;
  z-index: 99;
  width: 250px;
  height: 125px;
  text-decoration: none;
  background-image: url("img/lunchwijs-logo.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 66em) {
  header .logo.klein {
    top: 0px;
    width: 150px;
    height: 60px;
  }
}
@media (max-width: 66em) {
  header .logo {
    top: 0px;
    width: 150px;
    height: 75px;
  }
}
header:not(.bg_wit) .logo {
  background-image: url("img/lunchwijs-logo-mono.svg");
}
header.bg_geel .logo {
  background-image: url("img/lunchwijs-logo.svg");
}
header.bg_paars ul#hoofdmenu > li.button a {
  border-color: #fff !important;
  color: #fff !important;
}
header ul#hoofdmenu {
  display: block;
  padding: 24px 0 0;
  margin: 0;
  text-align: right;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}
header ul#hoofdmenu > li {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0 0 0 40px;
  height: 52px;
}
header ul#hoofdmenu > li.current_page_item > a, header ul#hoofdmenu > li.current-menu-item > a, header ul#hoofdmenu > li.current-menu-ancestor > a {
  border-bottom: 1px solid;
}
header ul#hoofdmenu > li a {
  overflow: hidden;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.1111111111em;
  text-decoration: none;
  padding: 0px 0px 0px 0;
  height: 34px;
}
header ul#hoofdmenu > li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003A2E;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
header ul#hoofdmenu > li a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header ul#hoofdmenu > li a[href^="#"] {
  cursor: default;
}
header ul#hoofdmenu > li.button a {
  display: inline-block;
  margin: 0 0 0;
  padding: 0 30px 0 30px;
  border: 1px solid #003A2E;
  background-color: transparent;
  color: #003A2E;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  isolation: isolation;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header ul#hoofdmenu > li.button a:hover {
  background-color: #003A2E;
  color: #fff;
}
header ul#hoofdmenu > li.button a:after {
  display: none;
}

#hamburger {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9998;
  width: 40px;
  height: 40px;
  color: #003A2E;
  text-decoration: none;
}
#hamburger:before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  font-family: "Font Awesome 5 Pro";
  content: "\f0c9";
  font-weight: 50;
  font-size: 40px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#hamburger.toggled:before { /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  content: "\f067";
}

/* ---------------- tussen resolutie om direct naar kleiner te maken */
@media screen and (max-width: 66em) {
  header #hamburger {
    display: block;
  }
  header ul#hoofdmenu {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100vh;
    display: none;
    padding-bottom: 20px;
  }
  header ul#hoofdmenu li {
    display: block;
    padding-right: 30px;
    text-align: center;
  }
  header ul#hoofdmenu li a {
    display: inline-block;
    width: auto;
  }
  header.bg_paars #hamburger {
    color: #fff;
  }
}
html,
body {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
}

html {
  background-color: #fff;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #003A2E;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5em;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #602B38;
}

/*
:target {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
*/
::-moz-selection {
  background: #602B38; /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #602B38; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #602B38; /* Gecko Browsers */
  color: #fff;
}

*:focus {
  outline: 0 !important;
}

.fixed {
  position: fixed;
  top: 0px !important;
}

/* ------------------------------- algemene tekst en afbeelding stijlen binnen de content blokken --- */
div,
p {
  position: relative;
  margin: 0;
}
div .inhoud,
p .inhoud {
  padding: 20px 0;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5555555556em;
}
@media (max-width: 48em) {
  div .inhoud,
  p .inhoud {
    font-size: 1rem;
    font-weight: 350;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.5em;
  }
}
div .inhoud img,
p .inhoud img {
  display: block;
  max-width: 100%;
  height: auto;
}
div .inhoud sub,
p .inhoud sub {
  font-size: 1rem;
  font-weight: 350;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.25em;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 48em) {
  div .inhoud sub,
  p .inhoud sub {
    font-size: 0.875rem;
    font-weight: 350;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.2857142857em;
  }
}
div .inhoud strong,
div .inhoud b,
p .inhoud strong,
p .inhoud b {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}
div .inhoud .socials,
div .inhoud .sharesocials,
p .inhoud .socials,
p .inhoud .sharesocials {
  margin: 20px 0;
  line-height: 40px;
  vertical-align: middle;
}
div .inhoud .socials a.social,
div .inhoud .sharesocials a.social,
p .inhoud .socials a.social,
p .inhoud .sharesocials a.social {
  top: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  text-align: right;
  font-size: 30px;
  color: #003A2E !important;
}
div .inhoud .sharesocials,
p .inhoud .sharesocials {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0px solid transparent;
  vertical-align: top;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px;
}
.gallery .gallery-item {
  height: 100%;
  margin: 0px !important;
}
@media (max-width: 48em) {
  .gallery .gallery-item {
    width: 50% !important;
  }
}
@media (max-width: 40em) {
  .gallery .gallery-item {
    width: 100% !important;
  }
}
.gallery .gallery-item a img {
  border: 10px solid #fff !important;
}
.gallery .gallery-caption {
  display: none;
}

iframe {
  width: 100%;
  max-width: 100%;
}
iframe[src*="https://www.youtube"] {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

ul {
  padding-left: 20px;
  margin: 0 0 20px 0;
}

ol {
  padding-left: 20px;
}

a,
button {
  position: relative;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  color: #003A2E;
  /*
  &[href$=".zip"],
  &[href$=".doc"],
  &[href$=".docx"],
  &[href$=".pdf"] {
  	display: inline-block;
  	color: $zwart;
  	padding-right: 60px;
  	transition: padding 0.2s ease;
  	&:after {
  		content: "\f061";
  		position: absolute;
  		right: 20px;
  		top: 16px;
  		width: 22px;
  		height: 22px;
  		line-height: 22px;
  		color: $rood;
  		background-color: $wit;
  		text-align: center;
  		display: block;
  		font-family: "Font Awesome 5 Pro";
  		font-weight: 900;
  		font-size: 12px;
  		transition: right 0.15s ease-out;
  		border-radius: 999px;
  		transition: transform 0.2s ease;
  		transform: rotate(90deg);
  	}
  	&:hover {
  		padding: 15px 65px;
  	}
  }
  */
}
a:hover,
button:hover {
  text-decoration: underline;
}
a.button,
button.button {
  position: relative;
  display: inline-block;
  background-color: #003A2E;
  border: 0px solid #003A2E;
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 26px;
  overflow: hidden;
  isolation: isolate; /* Dit creëert een nieuwe stacking context */
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.2222222222em;
  /*
  	&:before {
  		content: '';
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		border: 1px solid $zwart;
  		border-radius: 26px;
  		background-color: $wit;
  		transform: scaleX(0);
  		transform-origin: center;
  		transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  		z-index: -1;
  	}

  	&:hover {
  		color: $zwart;
  		&:before {
  			transform: scale(1);
  		}
  	}
  		*/
  text-decoration: none;
}
a.button a,
button.button a {
  color: inherit;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.2222222222em;
  text-decoration: none;
}
a.button.bgzwart,
button.button.bgzwart {
  background-color: #003A2E;
}
a.button::before,
button.button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -100%;
  width: 100%;
  height: 200%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
a.button:hover::before,
button.button:hover::before {
  left: 200%;
}
a.button:hover,
button.button:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
a.button.transparant,
button.button.transparant {
  background-color: transparent;
  border: 1px solid #003A2E;
  color: #003A2E;
}

button {
  position: relative;
  display: inline-block;
  background-color: #003A2E;
  border: 0px solid #003A2E;
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 26px;
  overflow: hidden;
  isolation: isolate; /* Dit creëert een nieuwe stacking context */
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.2222222222em;
  /*
  	&:before {
  		content: '';
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		border: 1px solid $zwart;
  		border-radius: 26px;
  		background-color: $wit;
  		transform: scaleX(0);
  		transform-origin: center;
  		transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  		z-index: -1;
  	}

  	&:hover {
  		color: $zwart;
  		&:before {
  			transform: scale(1);
  		}
  	}
  		*/
}
button a {
  color: inherit;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.2222222222em;
  text-decoration: none;
}
button.bgzwart {
  background-color: #003A2E;
}
button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -100%;
  width: 100%;
  height: 200%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
button:hover::before {
  left: 200%;
}
button:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

span {
  display: inline-block;
}

img.aligncenter {
  margin: 0 auto;
}

.clearfix:after {
  zoom: 1;
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.contentspacer {
  min-height: calc(100vh - 780px);
  background-color: transparent;
  margin-top: 0px;
}
@media (max-width: 66em) {
  .contentspacer {
    margin: 0 !important;
  }
}

.home .contentspacer .de_content {
  margin-top: -180px;
}
.home .contentspacer .de_content .inhoud {
  padding: 3vw;
  background-color: #fff;
  border-radius: 10px;
}

.home-bento table td {
  border: 0px solid #003A2E;
  padding: 5px;
}
.home-bento table td.bento-bord {
  position: relative;
  background-image: url(img/bento-home-bord.svg);
  background-size: calc(100% - 10px) calc(100% - 10px);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  overflow: hidden;
}
.home-bento table td.bento-bord img {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-animation: switchImg 9s linear infinite;
          animation: switchImg 9s linear infinite;
}
.home-bento table td.bento-bord img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.home-bento table td.bento-bord img:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.home-bento table td.bento-bord img:nth-child(3) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes switchImg {
  0% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes switchImg {
  0% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotateMask {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateMask {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #003A2E;
  margin: 0;
  padding: 0 0 0 0;
  font-weight: normal;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  text-decoration: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: inherit;
}

h1, .h1 {
  font-size: 4.0625rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.0769230769em;
  margin-bottom: 20px;
}

h2, .h2 {
  font-size: 2.8125rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.2222222222em;
  margin-bottom: 10px;
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.1666666667em;
  margin-bottom: 10px;
}

@media (max-width: 80em) {
  h1, .h1 {
    font-size: 3.75rem;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.0833333333em;
  }
  h2, .h2 {
    font-size: 2.125rem;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.1176470588em;
  }
  h3, .h3 {
    font-size: 1.625rem;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.3076923077em;
  }
}
@media (max-width: 64em) {
  h1, .h1 {
    font-size: 3.4375rem;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.0909090909em;
  }
  h2, .h2 {
    font-size: 2.125rem;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.1176470588em;
  }
  h3, .h3 {
    font-size: 1.625rem;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.3076923077em;
  }
}
@media (max-width: 48em) {
  h1, .h1 {
    font-size: 2.25rem;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.2222222222em;
  }
  h2, .h2 {
    font-size: 1.625rem;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.1538461538em;
  }
  h3, .h3 {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.25em;
  }
}
hr {
  margin: 30px 0;
  border: 0px solid #fff;
  border-bottom: 1px solid #602B38;
}

label {
  display: inline-block;
  color: #003A2E;
}

input,
input[type=textarea] input[type=text] {
  display: inline-block;
  color: #003A2E;
  background-color: trans;
  border: 1px solid #003A2E;
  margin: 5px 0 5px 0;
  padding: 7px 20px;
  border-radius: 0px;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.4444444444em;
}

input[type=submit] {
  display: inline-block;
  border: 0px solid transparent;
  background-color: #602B38;
  color: #fff;
}

input[type=checkbox],
input[type=radio] {
  margin: 5px 15px 5px 0;
}

b,
strong {
  font-weight: bold;
  font-weight: 700;
}
b a,
strong a {
  font-weight: inherit;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.grid .grid-item {
  margin-bottom: 30px;
}
.grid .grid-item a,
.grid .grid-item a img {
  display: block;
  margin: 0px;
}

.video-container {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
}
.video-container iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ============================================= ZOEKRESULTATEN === */
.search .resultaten {
  padding: 50px 0;
}
.search .resultaten ol.resultaten {
  padding: 0 0 0 0px;
  list-style-type: none;
}
.search .resultaten ol.resultaten article {
  margin: 0 0 40px 0;
}
.search .resultaten ol.resultaten article h2 {
  font-size: 1.4em;
}

.pager div {
  display: block;
  width: 50%;
}
.pager .nieuwer {
  float: left;
  text-align: left;
}
.pager .ouder {
  float: right;
  text-align: right;
}

/* ============================= algemeen= ============ */
.intro {
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5454545455em;
}
@media (max-width: 48em) {
  .intro {
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.5em;
  }
}

body.single .container {
  width: 100%;
  padding: 230px 0 30px;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.3333333333em;
}
@media (max-width: 64em) {
  body.single .container {
    padding-top: 0px;
  }
}
@media (max-width: 48em) {
  body.single .container {
    padding-top: 0px;
  }
}
body.single .container .row [class*=c-] .inhoud,
body.single .container .row [class*=c-] .afbeelding {
  padding: 0 1vw;
}
body.single .container .row [class*=c-] .inhoud h1,
body.single .container .row [class*=c-] .afbeelding h1 {
  font-size: 2.625rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.2380952381em;
}
body.single .container .row [class*=c-] .inhoud {
  padding: 30px 3vw !important;
}
@media (max-width: 48em) {
  body.single .container .row [class*=c-] .inhoud h1 {
    font-size: 1.625rem;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.3846153846em;
  }
  body.single .container .row [class*=c-] .inhoud img {
    max-width: 250px;
  }
}

.hero {
  width: 100%;
  padding: 160px 0 60px;
}
@media (max-width: 48em) {
  .hero {
    padding: 0px 0 60px;
  }
  .hero .row {
    display: block;
  }
}
.hero .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero .row.noflex {
  display: block;
}
.hero .row [class*=c-s] {
  padding-top: 30px;
}
.hero .row [class*=c-s] .inhoud, .hero .row [class*=c-s] .afbeelding-container {
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.3333333333em;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero .row [class*=c-s] .inhoud > div {
  padding-left: 30px;
}
@media (max-width: 48em) {
  .hero .row [class*=c-s] .inhoud > div {
    padding-left: 0px;
  }
}
.hero .row .inleiding {
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5454545455em;
  margin-bottom: 10px;
}
@media (max-width: 48em) {
  .hero .row .inleiding {
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.5em;
  }
}
.hero .row .afbeelding-container {
  height: 100%;
}
.hero .row .afbeelding-container .afbeelding {
  text-align: center;
}
.hero .row .afbeelding-container .afbeelding img {
  width: 60%;
  height: auto;
  -webkit-mask-image: url("img/masker-1.svg");
          mask-image: url("img/masker-1.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.hero .row [class*=c-] .inhoud {
  padding: 0px 0;
}
.hero .row [class*=c-] .inhoud button,
.hero .row [class*=c-] .inhoud a.button {
  background-color: #003A2E;
  color: #fff;
}
@media (max-width: 64em) {
  .hero .row [class*=c-] .inhoud {
    padding: 30px 0 0;
  }
}
@media (max-width: 48em) {
  .hero {
    padding-top: 0px;
  }
}

.modulair.personen {
  padding: 40px 0;
}
.modulair.personen .row.personen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 48em) {
  .modulair.personen .row.personen {
    display: block;
  }
}
.modulair.personen .row.personen .inhoud {
  text-align: center;
}
.modulair.personen .row.personen .inhoud img {
  border-radius: 999px;
  display: block;
  margin-bottom: 20px;
}
.modulair.personen .row.personen .inhoud .naam {
  font-weight: 700;
}
.modulair.de-routeV01 {
  padding: 40px 0;
}
.modulair.de-routeV01 h2 {
  text-align: center;
}
.modulair.de-routeV01 .route {
  padding: 40px 0 80px;
}
.modulair.de-routeV01 .route:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 500px;
  width: 100%;
  background-size: 100% 100%;
  margin: 40px 0;
  background-image: url(img/route_bg.png);
}
.modulair.de-routeV01 .route .slide {
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}
.modulair.de-routeV01 .route .slide img {
  height: 500px;
}
.modulair.de-routeV01 .route .slide .tekst {
  z-index: 99;
  opacity: 0;
  position: absolute;
  top: 100px;
  left: -80px;
  width: 300px;
  padding: 140px 20px 20px;
  border: 20px;
  margin-top: 100px;
  border-radius: 20px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.modulair.de-routeV01 .route .slide .tekst .h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1em;
  color: inherit;
}
.modulair.de-routeV01 .route .slide .tekst img {
  position: absolute;
  top: -120px;
  width: 80%;
  height: auto;
}
.modulair.de-routeV01 .route .slide.slick-current .tekst {
  opacity: 1;
}
.modulair.de-routeV01 .route ul.slick-dots {
  bottom: 30px;
}
.modulair.de-routeV01 .route ul.slick-dots li button {
  color: #aaa;
  font-size: 18px;
}
.modulair.de-routeV01 .route ul.slick-dots li button:before {
  display: none;
}
.modulair.de-routeV01 .route ul.slick-dots li.slick-active button {
  color: #003A2E;
}
.modulair.de-route {
  padding: 40px 0 100px;
}
.modulair.de-route h2 {
  text-align: center;
}
.modulair.de-route .introtekst {
  padding: 40px 0 60px;
}
.modulair.de-route .route {
  padding: 40px 0 80px;
  background-image: url(img/route-zonder-tekst-met-ballen.svg.);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0px center;
  -webkit-transition: background-position-x 0.4s ease-out;
  transition: background-position-x 0.4s ease-out;
}
.modulair.de-route .route .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}
.modulair.de-route .route .slick-track .slide {
  background-color: transparent !important;
  cursor: pointer;
  padding: 0px;
  margin: 10px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modulair.de-route .route .slick-track .slide [class*=bg_] {
  position: absolute;
  top: 140px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 20px;
}
.modulair.de-route .route .slick-track .slide .tekst {
  width: 300px;
  padding: 20px 20px 0px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.modulair.de-route .route .slick-track .slide .tekst .h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1em;
  color: inherit;
}
.modulair.de-route .route .slick-track .slide .tekst img {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: auto;
}
.modulair.de-route .route .slick-track .slide.slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modulair.de-route .route .slick-track .slide.slick-current .tekst {
  opacity: 1;
}
.modulair.de-route .route ul.slick-dots {
  bottom: -60px;
}
.modulair.de-route .route ul.slick-dots li button {
  color: #aaa;
  font-size: 18px;
}
.modulair.de-route .route ul.slick-dots li button:before {
  display: none;
}
.modulair.de-route .route ul.slick-dots li.slick-active button {
  color: #003A2E;
}
.modulair.bentobox {
  padding: 40px 0 40px;
  background-image: url(img/salade.png);
}
.modulair.bentobox .intro {
  display: block !important;
  max-width: 100% !important;
  margin: 0 20px 40px;
  text-align: center;
  color: #fff;
}
.modulair.bentobox .intro h1, .modulair.bentobox .intro h2, .modulair.bentobox .intro h3, .modulair.bentobox .intro h4 {
  color: inherit;
}
.modulair.bentobox:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #003A2E;
  opacity: 0.8;
  mix-blend-mode: darken;
}
.modulair.bentobox .row {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
}
.modulair.bentobox .row.mobiel {
  display: none;
  max-width: 760px;
}
@media (max-width: 64em) {
  .modulair.bentobox .row.desktop {
    display: none;
  }
  .modulair.bentobox .row.mobiel {
    display: block;
  }
}
.modulair.bentobox .row [class*=c-] {
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.modulair.bentobox .row [class*=c-]:hover .box {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.modulair.bentobox .row [class*=c-].groen {
  aspect-ratio: 1/1;
}
.modulair.bentobox .row [class*=c-] .box {
  height: 100%;
  text-align: center;
  padding: 25px 20px 15px;
  aspect-ratio: 1/1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
}
.modulair.bentobox .row [class*=c-] .box .icoon_titel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modulair.bentobox .row [class*=c-] .box .icoon_titel img.icoon {
  height: 40%;
  margin: 0px auto 20px;
}
.modulair.bentobox .row [class*=c-] .box .icoon_titel .titel {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.3em;
}
@media (max-width: 48em) {
  .modulair.bentobox .row [class*=c-] .box .icoon_titel img.icoon {
    height: 34%;
    margin: 20px auto 0px;
  }
  .modulair.bentobox .row [class*=c-] .box .icoon_titel .titel {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.3333333333em;
  }
}
.modulair.bentobox .row [class*=c-] .box .tekst {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* vertical alignment */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* horizontal alignment (optional) */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 20px;
  padding: 20px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.375em;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 64em) {
  .modulair.bentobox .row [class*=c-] .box .tekst {
    font-size: 0.8125rem;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.3846153846em;
    padding: 10px;
  }
}
.modulair.bentobox .row [class*=c-] .box .tekst > .inhoud {
  padding-top: 5px;
}
.modulair.bentobox .row [class*=c-] .box .tekst img {
  width: 30%;
  padding-top: 0;
  padding-bottom: 0px;
}
@media (max-width: 48em) {
  .modulair.bentobox .row [class*=c-] .box .tekst img {
    display: none;
  }
}
.modulair.buttons {
  padding: 40px 0 40px;
}
.modulair.buttons .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modulair.buttons .row [class*=c-] .inhoud {
  text-align: center;
}
.modulair.buttons .row [class*=c-] .inhoud a.button {
  display: inline-block;
  margin: 0 5px 15px;
}
.modulair.vier_tegels {
  padding: 100px 0 200px;
  background-image: url(img/nederland.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.modulair.vier_tegels .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
}
.modulair.vier_tegels .row [class*=c-] {
  margin-bottom: 20px;
  padding-right: 20px;
}
.modulair.vier_tegels .row [class*=c-] .introtekst {
  padding-bottom: 40px;
}
.modulair.vier_tegels .row [class*=c-] .tegel {
  height: 100%;
  text-align: center;
  padding: 25px 20px 25px;
  border-radius: 30px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5em;
}
.modulair.vier_tegels .row [class*=c-] .tegel .tekst {
  height: 50%;
}
.modulair.vier_tegels .row [class*=c-] .tegel .tekst .intro {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.25em;
}
.modulair.vier_tegels .row [class*=c-] .tegel .img {
  height: 50%;
}
.modulair.vier_tegels .row [class*=c-] .tegel .img img {
  margin: 0 auto 15px;
  width: auto;
  height: 7vw;
  min-height: 75px;
  max-height: 120px;
}
.modulair.tekstkolom {
  padding: 40px 0;
}
.modulair.tekstkolom .inhoud {
  min-width: 10px;
}
.modulair.tekstkolom .buttons {
  padding-bottom: 30px;
}
.modulair.berichten {
  margin-top: -30px;
}
.modulair.berichten .kader {
  margin: 20px 5vw;
  padding: 40px 0vw;
  border-radius: 30px;
}
.modulair.berichten .row [class*=c-] .inhoud {
  padding-bottom: 0px;
  padding-left: 6vw;
}
.modulair.berichten .row [class*=c-] .inhoud h3 {
  font-weight: 700;
}
.modulair.twee_kolommen [class*=bg_] {
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 48em) {
  .modulair.twee_kolommen [class*=bg_] {
    border-radius: 25px;
  }
}
@media (max-width: 64em) {
  .modulair.twee_kolommen .row {
    display: block;
  }
}
.modulair.twee_kolommen .row [class*=c-] {
  margin-top: 20px;
}
.modulair.twee_kolommen .row [class*=c-] .inhoud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100% !important;
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px 0 30px 6vw;
}
.modulair.twee_kolommen .row [class*=c-] .inhoud img {
  padding-bottom: 30px;
}
@media (max-width: 1440px) {
  .modulair.twee_kolommen .row [class*=c-] .inhoud {
    max-width: 100%;
  }
  .modulair.twee_kolommen .row [class*=c-] .inhoud img {
    margin: 0 auto;
  }
}
.modulair.twee_kolommen .row [class*=c-] .inhoud .bullets {
  margin-top: 0px;
}
.modulair.twee_kolommen .row [class*=c-] .inhoud .bullets .bullet {
  margin: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modulair.twee_kolommen .row [class*=c-] .inhoud .bullets .bullet img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 65px;
  margin-right: 30px !important;
  padding: 0 !important;
}
.modulair.twee_kolommen .row [class*=c-] .inhoud .bullets .bullet .tekst {
  text-align: left;
  padding-left: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modulair.twee_kolommen .row [class*=c-]:nth-of-type(2) .inhoud {
  padding-right: 6vw;
}
.modulair .slide {
  display: block;
  position: relative;
  height: auto !important;
  margin: 20px;
  background-color: #fff;
}
.modulair .slide .inhoud {
  display: block;
  height: 100%;
  padding: 0 0 60px 0px;
  text-decoration: none;
}
.modulair .slide .inhoud a {
  text-decoration: none;
}
.modulair .slide .inhoud .tekst {
  padding: 10px 20px;
}
.modulair .slide .inhoud .afbeelding {
  aspect-ratio: 6/4;
  margin-bottom: 10px;
}
.modulair .slide .inhoud .afbeelding img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modulair .slide .inhoud sub.datum {
  color: #602B38;
}
.modulair .slide .inhoud a.leesmeer {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

/* ========================================================================= footer ======== */
#footer {
  width: 100%;
  background-color: #003A2E;
  color: #fff;
  padding: 30px 0 0px 0;
}
#footer .row [class*=c-] .inhoud {
  height: 100%;
  padding-top: 5vw;
  padding-bottom: 10px;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.6666666667em;
}
#footer .row [class*=c-] .inhoud a {
  color: #D8F2EB;
  text-decoration: none;
}
#footer .row [class*=c-] .inhoud h1, #footer .row [class*=c-] .inhoud h2, #footer .row [class*=c-] .inhoud h3 {
  color: #fff;
}
#footer .row [class*=c-] .inhoud.logo img {
  margin: 0 auto;
}
#footer .row [class*=c-] .inhoud.kolom_1 a {
  display: inline-block;
  padding-bottom: 10px;
}
#footer .row [class*=c-] .inhoud.socials {
  padding-top: 0px;
  margin-top: 20px;
}
#footer .row [class*=c-] .inhoud.socials a.social {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 10px;
  text-align: left;
  font-size: 30px;
  color: #fff !important;
}
#footer .row.rij_2 [class*=c-] .inhoud {
  height: 100%;
  padding-top: 5vw;
  padding-bottom: 10px;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5em;
}
#footer .row.rij_2 [class*=c-] .inhoud.kolom_2 {
  text-align: right;
}

/* ========================================================================= diversen ======== */
.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.trans {
  background-color: transparent;
}

.radius {
  border-radius: 10px;
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
}

.paddingT50 {
  padding-top: 50px;
}

.marginT10 {
  margin-top: 10px;
}

.paddingB20 {
  padding-bottom: 20px !important;
}

.beeld100prc {
  max-width: 100%;
}

.beeld100prc img {
  width: 100%;
  height: auto;
}

/* ========================================================================= media query 820px ======== */
.google-map {
  -webkit-filter: grayscale(75%);
  -moz-filter: grayscale(75%);
  -ms-filter: grayscale(75%);
  -o-filter: grayscale(75%);
  filter: grayscale(75%);
}

/* ========================================================================= garvity forms ===== */
.gform_heading {
  display: none !important;
}

.gform-theme--framework .gfield_list_group_item::before,
.gform-theme--framework .gform-field-label {
  font-size: 1.125rem !important;
  font-weight: normal !important;
  line-height: 1.2222222222em !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  margin: 8px 0 0 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label sub {
  display: block;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper .gform_body .gform_fields .gfield input[type=email] {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.3333333333em;
  padding-left: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid #003A2E;
  border-radius: 10px;
}
.gform_wrapper .gform_body .gform_fields .gfield .textarea {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.3333333333em;
  padding-left: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid #003A2E;
  border-radius: 10px;
}
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .gform_button {
  width: 100% !important;
  background-color: #003A2E !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 15px 30px !important;
}