﻿/* BASE */
/* COLORS */
/* FONTS */
/* Z-INDEX */
/* MARGINS */
/* MEDIA QUERIES */
/* TRANSITIONS */
button,
hr,
input {
  overflow: visible;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* LAYOUT */
.l-image__parent {
  position: relative;
  overflow: hidden;
  background: #dadada;
}
.l-image__parent--landscape {
  height: 0;
  padding-top: calc(9 / 16 * 100%);
}
.l-image__parent--portrait {
  height: 0;
  padding-top: calc(16 / 9 * 100%);
}
.l-image__parent--square {
  height: 0;
  padding-top: 100%;
}
.l-image__item {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.l-image__item--loaded {
  opacity: 1;
}
.l-image__parent > .l-image__item {
  position: relative;
}
.l-image__parent--landscape > .l-image__item {
  position: absolute;
}
.l-image__parent--portrait > .l-image__item {
  position: absolute;
}
.l-image__parent--square > .l-image__item {
  position: absolute;
}
picture {
  display: block;
  width: 100%;
}
img {
  font-style: italic;
  vertical-align: middle;
  max-width: 100%;
}
.l-item {
  height: 100%;
}
.l-item * {
  margin: 0;
}
.l-item > * + * {
  margin-top: 2.4rem;
}
.l-item--small > * + * {
  margin-top: 1.2rem;
}
.l-item--large > * + * {
  margin-top: 3.6rem;
}
.l-item > style,
.l-item > script {
  display: none;
}
.l-container {
  width: 100%;
}
.l-content {
  width: calc(100% - 1.9rem * 2);
  max-width: 145rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.8rem 0;
}
.l-content--sm {
  padding: 1.3rem 0;
}
.l-content--none {
  padding: 0rem;
}
.l-content__wrapper {
  position: relative;
  color: #fff;
  margin-bottom: 3.8rem;
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .l-content__wrapper {
    padding: 0 15%;
  }
}
.l-content__wrapper:before {
  content: '';
  position: absolute;
  top: 100%;
  left: -1rem;
  background-color: white;
  width: 100%;
  height: 6rem;
  z-index: 2;
  transform: rotate(3deg);
}
.l-content__wrapper:after {
  content: '';
  position: absolute;
  top: 100%;
  right: -1rem;
  background-color: white;
  width: 100%;
  height: 6rem;
  z-index: 2;
  transform: rotate(-3deg);
}
.l-content__wrapper-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.l-content__wrapper-background:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.l-content__wrapper .rte {
  text-align: left;
  font-size: 1.6rem;
}
.l-content__wrapper .rte h3 {
  font-size: 4rem;
  margin-bottom: 2rem;
  line-height: normal;
  color: white;
}
.l-content__wrapper .rte .btn {
  font-size: 2rem;
  padding: 2rem 5rem;
}
.l-content__wrapper img {
  max-width: none;
}
.l-content__wrapper > .l-content {
  padding-bottom: 0;
}
.l-content__wrapper .l-col--1-1 {
  z-index: 1;
  align-self: center;
  text-align: center;
}
.l-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.l-grid + .l-grid {
  margin-top: 3.8rem;
}
@media only screen and (min-width: 48em) {
  .l-grid {
    margin-left: -1.9rem;
    margin-right: -1.9rem;
  }
}
.l-grid--xs {
  margin-left: -0.95rem;
  margin-right: -0.95rem;
}
[class*="l-col-"] {
  flex: 1 0 100%;
  max-width: 100%;
}
[class*="l-col-"] + [class*="l-col-"] {
  margin-top: 1.9rem;
}
@media only screen and (min-width: 48em) {
  [class*="l-col-"] + [class*="l-col-"] {
    margin-top: 0;
  }
}
@media only screen and (min-width: 48em) {
  [class*="l-col-"] {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
.l-grid--top {
  align-items: flex-start;
}
.l-grid--stretch {
  align-items: stretch;
}
.l-grid--center {
  align-items: center;
}
.l-grid--bottom {
  align-items: flex-end;
}
.l-grid--baseline {
  align-items: baseline;
}
.l-grid--normal {
  align-items: normal;
}
.l-grid--start {
  justify-content: flex-start;
}
.l-grid--middle {
  justify-content: center;
}
.l-grid--end {
  justify-content: flex-end;
}
.l-grid--between {
  justify-content: space-between;
}
.l-grid--around {
  justify-content: space-around;
}
@media only screen and (min-width: 48em) {
  .l-col--md-1-12 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .l-col--md-1-6,
  .l-col--md-2-12 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .l-col--md-1-4,
  .l-col--md-3-12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-col--md-1-3,
  .l-col--md-2-6,
  .l-col--md-4-12 {
    flex: 0 0 33.3334%;
    max-width: 33.3334%;
  }
  .l-col--md-5-12 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .l-col--md-1-2,
  .l-col--md-2-4,
  .l-col--md-3-6,
  .l-col--md-6-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-col--md-7-12 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .l-col--md-2-3,
  .l-col--md-4-6,
  .l-col--md-8-12 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .l-col--md-3-4,
  .l-col--md-9-12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-col--md-5-6,
  .l-col--md-10-12 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .l-col--md-11-12 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .l-col--md-1-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 48em) and (max-width: 63.99em) {
  .l-col--md-1-1 + .l-col--md-1-1 {
    margin-top: 1.9rem;
  }
}
@media only screen and (min-width: 64em) {
  .l-col--lg-1-12 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .l-col--lg-1-6,
  .l-col--lg-2-12 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .l-col--lg-1-4,
  .l-col--lg-3-12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-col--lg-1-3,
  .l-col--lg-2-6,
  .l-col--lg-4-12 {
    flex: 0 0 33.3334%;
    max-width: 33.3334%;
  }
  .l-col--lg-5-12 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .l-col--lg-1-2,
  .l-col--lg-2-4,
  .l-col--lg-3-6,
  .l-col--lg-6-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-col--lg-7-12 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .l-col--lg-2-3,
  .l-col--lg-4-6,
  .l-col--lg-8-12 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .l-col--lg-3-4,
  .l-col--lg-9-12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-col--lg-5-6,
  .l-col--lg-10-12 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .l-col--lg-11-12 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .l-col--lg-1-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.99em) {
  .l-col--lg-1-1 + .l-col--lg-1-1 {
    margin-top: 1.9rem;
  }
}
@media only screen and (max-width: 47.99em) {
  .l-col--xs-1-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-col--xs-1-3 {
    flex: 0 0 33.3334%;
    max-width: 33.3334%;
  }
  .l-col--xs-2-3 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .l-col--xs-1-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-col--xs-3-4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-col--xs-1-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 47.99em) {
  .l-col--xs-1-1 + .l-col--xs-1-1 {
    margin-top: 1.9rem;
  }
}
[class*="l-col--xs-"] {
  padding-left: 1.9rem / 2;
  padding-right: 1.9rem / 2;
}
[class*="l-col--xs-"] + [class*="l-col--xs-"] {
  margin-top: 0;
}
.l-list {
  letter-spacing: -0.31em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-list--center {
  text-align: center;
}
.l-list__item {
  list-style: none;
  padding: 0;
  vertical-align: top;
  display: inline-block;
  letter-spacing: 0;
}
.l-list__item + .l-list__item {
  margin-left: 1.2rem;
}
.l-link {
  display: block;
  text-decoration: none;
  color: #262626;
}
.l-link * {
  text-decoration: none;
}
.l-iframe__parent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.l-iframe__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ELEMENTS */
html {
  overflow-y: scroll;
  min-height: 100%;
  box-sizing: border-box;
}
html.is-locked {
  position: fixed;
  overflow: hidden;
  max-height: 100%;
  top: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.vh {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.skip-link {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 10001;
  padding: 0.5rem 1rem;
  background: #4C69E5;
  color: #FFF;
}
.skip-link:focus {
  left: 0;
}
html {
  font-size: 56.25%;
}
@media screen and (min-width: 48em) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: calc(1.3rem + .4vw);
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  color: #555555;
  font-weight: 400;
  background-color: #f2f2f2;
}
body.simple {
  padding-bottom: 4rem;
}
strong,
.bold {
  font-weight: 700;
}
em,
i,
.italic {
  font-style: italic;
}
a:not([class]) {
  color: #109352;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a:not([class]):hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  text-decoration: none;
}
ul:not([class]),
ol:not([class]) {
  padding-left: 1.6rem;
}
a,
button {
  cursor: pointer;
}
hr {
  border-left: 0;
  border-top: 1px solid #CCC;
  margin: 3rem 0 !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #555555;
}
h1,
.h1 {
  font-size: calc(2.8rem + .4vw);
}
h2,
.h2 {
  font-size: calc(2.4rem + .3vw);
}
h3,
.h3 {
  font-size: calc(2.0rem + .2vw);
}
h4,
.h4 {
  font-size: calc(1.8rem + .1vw);
}
h5,
.h5 {
  font-size: calc(1.6rem + .1vw);
}
h6,
.h6 {
  font-size: calc(1.4rem + .1vw);
}
p:empty {
  display: none;
  margin: 0;
}
textarea {
  resize: vertical;
}
@media screen and (max-width: 47.999em) {
  input[type="text"],
  input[type="search"],
  input[type="tel"],
  input[type="email"],
  input[type="date"],
  input[type="number"],
  input[type="password"],
  textarea,
  select {
    font-size: 16px;
  }
}
/* BASIC BUTTON ELEMENT */
.btn {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  padding: 1.2rem 2.4rem;
  font-size: calc(1.3rem + .4vw);
  background: #109352;
  color: #FFF;
  border: 0;
}
@media screen and (min-width: 48em) {
  .btn {
    display: inline-block;
  }
}
.btn:hover {
  background-color: #0b6538;
}
.btn--inline {
  margin-top: 2rem;
}
.btn-group__parent {
  letter-spacing: -0.31em;
}
.btn-group__item {
  letter-spacing: 0;
}
.btn-group__item + .btn-group__item {
  margin-top: 1.2rem;
}
@media screen and (min-width: 48em) {
  .btn-group__item + .btn-group__item {
    margin-left: 1.2rem;
    margin-top: 0;
  }
}
button[class] {
  cursor: pointer;
}
.form__row {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
@media screen and (min-width: 48em) {
  .form__row {
    display: block;
    max-width: 80%;
  }
}
.form__fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.form__search {
  display: flex;
  flex-flow: row wrap;
}
.form__help {
  font-weight: 400;
  display: inline-block;
  float: right;
  opacity: 0.6;
}
.form__legend {
  width: 100%;
  font-weight: 700;
}
.form__label {
  width: 100%;
  font-weight: 700;
  display: block;
}
.form__label--required:after {
  content: " *";
  font-weight: bold;
  color: #EF1A3E;
}
.form__input {
  width: 100%;
  flex: 1;
  border: 1px solid #dadada;
  padding: 1.2rem 1.2rem;
  margin-top: 2rem;
}
.form__input--half {
  width: 48%;
}
.form__input--half:last-of-type(input) {
  margin-left: 10px;
}
.form__input--error {
  border-color: #EF1A3E;
}
.form__input + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form__cb-parent {
  padding: 0;
  border: 0;
}
.form__cb-wrapper {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  gap: 5px;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .form__cb-wrapper {
    flex-direction: row;
    gap: 0;
  }
}
.form__cb-item {
  position: relative;
  flex: 1;
  text-align: center;
}
.form__cb-item + .form__cb-item {
  border-left: 0;
}
.form__cb-input {
  visibility: hidden;
  position: absolute;
}
.form__cb-label {
  padding: 1.2rem 0.2rem;
  display: block;
  border: 1px solid #dadada;
  cursor: pointer;
  background: #FFF;
  height: 100%;
}
.form__cb-label:hover {
  background: #ddd;
}
.form__cb-input:checked ~ .form__cb-label {
  background: #109352;
  color: #FFF;
  border-color: #109352;
}
.form__error {
  color: #EF1A3E;
}
.form__errorlist {
  color: #EF1A3E;
  margin: 1rem 0;
}
.form__errorlist ul {
  list-style: none;
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.l-icon {
  height: 100%;
  width: 100%;
  fill: #000;
  fill: currentColor;
  display: inline-block;
  vertical-align: -0.1em;
  /* Icon sizes */
  /* Rotate icons */
  /* Spinner */
}
.l-icon--xs {
  width: 1.2rem;
  height: 1.2rem;
}
.l-icon--sm {
  width: 1.8rem;
  height: 1.8rem;
}
.l-icon--md {
  width: 2.6rem;
  height: 2.6rem;
}
.l-icon--lg {
  width: 3.6rem;
  height: 3.6rem;
}
.l-icon--xl {
  width: 5rem;
  height: 5rem;
}
.l-icon--rotate-90 {
  transform: rotate(90deg);
}
.l-icon--rotate-90--neg {
  transform: rotate(-90deg);
}
.l-icon--rotate-180 {
  transform: rotate(180deg);
}
.l-icon--flip-x {
  transform: scaleX(-1);
}
.l-icon--rotate-animation {
  animation: animationRotate360 1.4s cubic-bezier(0.79, 0.37, 0.17, 0.65) infinite;
}
@keyframes animationRotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 
	- l-icon-wrap
	Gebruik de wrap wanneer je, bijvoorbeeld in een button, een tekstje en een icon naast elkaar wil zetten. 
	Plaatsing icoon links of rechts, het maakt niet uit. De CSS kijkt naar welk element het eerste komt en zet dan de marges goed.

	<button class="l-icon__wrap">
        <svg class="l-chat-icon">
            <use href="[path]/icons.svg#icon-phone"></use>
        </svg>
        <span>ButtonTekst</span>
    </button>

*/
.l-icon__wrap {
  display: flex;
  align-items: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.l-icon__wrap [class*="l-icon"] {
  flex: 1 0 auto;
}
.l-icon__wrap [class*="l-icon"]:first-child {
  margin-right: 0.6rem;
}
.l-icon__wrap [class*="l-icon"]:last-child {
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em) {
  .l-icon__wrap [class*="l-icon"]:first-child {
    margin-right: 1.6rem;
  }
  .l-icon__wrap [class*="l-icon"]:last-child {
    margin-left: 1.6rem;
  }
}
.l-icon__wrap > span:not([class*="l-icon"]) {
  width: 100%;
  position: relative;
  top: 1px;
}
/* https://stackoverflow.com/questions/32664971/creating-a-169-aspect-ratio-iframe-based-on-browser-size-percentage

<div class="fluidMedia">
    <iframe src="" frameborder="0"> </iframe>
</div>
<div class="fluidMedia" style="width:80%;">
    <iframe src="" frameborder="0"> </iframe>
</div>

*/
.fluidMedia {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}
.fluidMedia iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slideshow {
  background-color: var(--c-theme2);
  padding: 0 0.5rem;
}
@media screen and (min-width: 32em) {
  #slideshow {
    padding: 0 4rem;
  }
}
#slideshow h4 {
  margin: 0 0 2rem 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  color: var(--c-text-white);
  text-transform: uppercase;
  text-align: center;
  font-size: 3.5rem;
}
@media screen and (min-width: 32em) {
  #slideshow h4 {
    font-size: 5.5rem;
    white-space: nowrap;
  }
}
#slideshow p {
  margin: 0;
  color: var(--c-text-white);
  line-height: 3rem;
  -webkit-line-clamp: 4;
}
@media screen and (min-width: 32em) {
  #slideshow p {
    line-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
#slideshow .btn {
  background-color: var(--c-action);
  line-height: 6rem;
  padding: 0 3rem;
  display: inline-block;
  margin: 0 3rem;
}
@media screen and (min-width: 32em) {
  #slideshow .btn {
    margin-right: unset;
  }
}
#slideshow .btn-alt {
  color: var(--c-action);
  background-color: var(--c-text-white);
}
#slideshow .btn i {
  margin-left: 1rem;
}
#slideshow .swiper-pagination-bullets {
  top: 0;
  bottom: unset;
}
#slideshow .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--c-action);
}
@media screen and (min-width: 32em) {
  #slideshow .swiper-pagination-bullets {
    top: unset;
    bottom: inherit;
  }
}
#slideshow .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: auto;
  justify-content: space-between;
}
@media screen and (min-width: 32em) {
  #slideshow .swiper-slide {
    min-height: unset;
    justify-content: space-between;
  }
}
#slideshow .swiper__buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
}
@media screen and (min-width: 32em) {
  #slideshow .swiper__buttons {
    flex-direction: row;
  }
}
#slideshow .swiper__holder {
  max-width: 100%;
  height: 100%;
  padding-top: 2rem;
}
@media screen and (min-width: 32em) {
  #slideshow .swiper__holder {
    padding-top: 0;
  }
}
#slideshow .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 32em) {
  #slideshow .swiper-button-prev {
    display: unset;
  }
}
#slideshow .swiper-button-prev:after {
  color: var(--c-text-white);
  font-size: 5rem !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#slideshow .swiper-button-next {
  display: none;
}
@media screen and (min-width: 32em) {
  #slideshow .swiper-button-next {
    display: unset;
  }
}
#slideshow .swiper-button-next:after {
  color: var(--c-text-white);
  font-size: 5rem !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#slideshow .swiper__flex {
  display: flex;
  padding: 0;
  flex-direction: column;
}
@media screen and (min-width: 32em) {
  #slideshow .swiper__flex {
    padding: 0 8rem;
    flex-direction: row;
  }
}
#slideshow .swiper__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
#slideshow .swiper__content .times {
  margin: auto 2rem;
  justify-content: center;
  background-color: var(--c-theme3);
  padding: 0 1rem;
}
#slideshow .swiper__content .times strong {
  display: block;
}
@media screen and (min-width: 32em) {
  #slideshow .swiper__content .times {
    white-space: nowrap;
    margin: auto 0 ;
  }
  #slideshow .swiper__content .times strong {
    display: inline;
  }
}
#slideshow .swiper__img {
  display: flex;
}
#slideshow .swiper__img img {
  width: 200px;
  margin: auto;
}
@media screen and (min-width: 32em) {
  #slideshow .swiper__img {
    display: block;
    width: 200px;
  }
  #slideshow .swiper__img img {
    width: 200px;
    max-width: none;
    margin: 0;
  }
}
#slideshow .swiper__img svg {
  margin-top: -8rem;
}
/* 

@import "custom/accordion.less";
@import "custom/datepicker.less";
@import "custom/modal.less";
@import "custom/tooltip.less";

*/
/* COMPONENTS */
.c-alert__item {
  padding: 2.4rem 3.6rem;
  border-width: 1px;
  border-style: solid;
}
.c-alert__item--base {
  color: #4C69E5;
  border-color: #d2d9f8;
  background: #e8ecfc;
}
.c-alert__item--success {
  color: #19ef6f;
  border-color: #a8f9c9;
  background: #f0fef5;
}
.c-alert__item--error {
  color: #EF1A3E;
  border-color: #f9a9b7;
  background: #fef1f3;
}
.c-breadcrumbs {
  background-color: #303030;
  color: #e5e5e5;
}
.c-breadcrumbs .l-content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-breadcrumbs .l-content:after {
  display: block;
  clear: both;
  content: '';
}
.c-breadcrumbs h1 {
  font-size: 2.3rem;
  font-weight: 500;
  color: #e5e5e5;
  margin: 0;
  line-height: 4.8rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 32em) {
  .c-breadcrumbs h1 {
    display: inline-block;
    padding-left: 5.5rem;
    text-align: left;
  }
}
.c-breadcrumbs__nav {
  float: right;
}
.c-breadcrumbs__list {
  margin: 0;
  padding: 0;
}
.c-breadcrumbs__item {
  display: inline-block;
  font-size: 1.5rem;
}
.c-breadcrumbs__link {
  color: #e5e5e5;
  display: block;
  position: relative;
  padding-right: 1.2rem;
  text-decoration: none;
  line-height: 4.8rem;
}
.c-breadcrumbs__link:after {
  content: '/';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-breadcrumbs__link:hover .c-breadcrumbs__holder {
  text-decoration: underline;
}
.c-cookies__container {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 9998;
  width: 100%;
  border: 2px solid #109352;
  padding: 1rem;
  background: #fff;
  color: #555555;
}
.c-cookies__container-title {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
  color: #109352;
}
.c-cookies__container .btn {
  float: right;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .c-cookies__container {
    width: 400px;
    right: 1rem;
    bottom: 1rem;
  }
}
@media screen and (min-width: 64em) {
  body {
    margin-bottom: 0 !important;
  }
}
.c-footer__container {
  background: #2e2e2e;
}
.c-footer__container--nav {
  background-attachment: unset !important;
  background-position: center center !important;
  background-size: auto !important;
  background-clip: border-box;
}
.c-footer__container--nav .l-grid {
  color: #e0e0e0;
  font-size: 1.6rem;
  padding: 1.5rem;
}
.c-footer__container--nav .l-grid img {
  max-height: 18rem;
  margin-right: 2rem;
  float: left;
}
.c-footer__container--nav .l-grid h4,
.c-footer__container--nav .l-grid h5 {
  color: #e0e0e0;
  margin: 0 0 1rem 0;
}
.c-footer__container--nav .l-grid h5 {
  font-size: 2rem;
}
.c-footer__container--nav .l-grid h4 {
  font-size: 3rem;
}
.c-footer__container--nav .l-grid .rte {
  line-height: 2.3rem;
  font-size: 1.6rem;
}
.c-footer__container--nav .l-grid .rte h2,
.c-footer__container--nav .l-grid .rte h3,
.c-footer__container--nav .l-grid .rte h4,
.c-footer__container--nav .l-grid .rte h5 {
  font-size: 1.6rem;
  line-height: 3.3rem;
  margin-bottom: 2.5rem;
}
.c-footer__container--nav .l-grid .rte * {
  margin-bottom: 1rem;
}
.c-footer__container--nav .l-grid .rte a {
  color: #109352;
}
.c-footer__container--nav .l-grid .rte a:hover {
  text-decoration: underline;
}
.c-footer__container .c-vestigingen {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 2rem 0;
}
@media screen and (min-width: 48em) {
  .c-footer__container .c-vestigingen {
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
}
.c-footer__container .c-vestigingen img {
  max-height: 30rem;
  float: none;
  width: 100%;
}
.c-footer__container .c-vestigingen ul {
  padding: 0;
}
.c-footer__container .c-vestigingen li {
  display: block;
  margin-top: 2rem;
  text-align: center;
}
.c-footer__container .c-vestigingen span.btn {
  background-color: #0b6538;
  cursor: default;
}
.c-footer__container .c-vestigingen .btn {
  display: block;
  margin: 1rem 0rem;
  padding: 1rem 0;
  font-size: 2.5rem;
}
.c-footer__container .c-vestigingen .btn span {
  display: block;
  text-decoration: underline;
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em) {
  .c-footer__container .c-vestigingen .btn span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 64em) {
  .c-footer__container .c-vestigingen .btn span {
    font-size: 1.6rem;
  }
}
.c-footer__container--bar {
  background-color: #2e2e2e;
  border-top: 1px solid #d4d4d4;
}
.c-footer__container--bar .l-col--1-1 {
  padding: 0.7rem 0;
  text-align: right;
}
.c-footer__container--bar .l-col--1-1 a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  margin-right: 4rem;
}
.c-footer__container--bar .l-col--1-1 a:hover {
  text-decoration: underline;
}
.c-header__container {
  background-color: #fff;
}
.c-header__container--sticky {
  top: 0;
  position: sticky;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
}
.c-header__others {
  display: none;
}
@media screen and (min-width: 48em) {
  .c-header__others {
    display: block;
    border: 1px solid #dadada;
    padding: 0.5rem 1rem;
  }
  .c-header__logo {
    max-width: 12rem;
    display: block;
  }
}
@media screen and (max-width: 47.999em) {
  .c-header__content {
    padding: 0 0 0 2.4rem;
    width: 100%;
  }
}
.c-headermob__navbar {
  display: flex;
  flex-flow: row wrap;
  height: 6rem;
  align-items: center;
  z-index: 110;
  justify-content: space-between;
}
.c-headermob__navbar > * {
  flex: 1 1;
}
.c-headermob__logo {
  /*display: flex; flex-flow: column wrap; justify-content: center; align-items: center; text-align: center; border: 0; padding: 0; appearance: none; justify-content: center; text-decoration: none;*/
}
.c-headermob__logo img {
  max-height: 5.4rem;
}
.c-headermob__button {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  max-width: 6rem;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  font-size: 1.2rem;
  border: 0;
  padding: 0;
  appearance: none;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
.c-headermob__button:hover {
  background-color: #0b6538;
}
.c-headermob__button > * {
  text-align: center;
  width: 100%;
  line-height: 1;
}
.c-headermob__button > * + * {
  margin-top: 0.6rem;
}
@media screen and (min-width: 24em) {
  .c-headermob__button {
    margin: 0 0 0 2rem;
  }
}
@media screen and (min-width: 48em) {
  .c-headermob__navbar {
    height: auto;
    align-items: normal;
  }
  .c-headermob__button {
    display: none;
  }
  .c-headermob__logo {
    display: none;
  }
}
.c-headermob__menu {
  display: flex;
  flex-flow: row wrap;
}
.c-headermob__text {
  padding: 0 2rem;
  line-height: 8rem;
  height: 6rem;
  flex: 1;
}
.c-headermob__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.c-headermob__item {
  flex: 1;
  width: 100%;
  text-align: center ;
  max-width: 6rem;
  height: 6rem;
}
@media screen and (min-width: 48em) {
  .c-headermob__menu {
    display: none;
  }
  .c-headermob__text {
    display: none;
  }
}
.c-headermob__button {
  background: #109352;
}
.c-headermob__item:nth-of-type(2) .c-headermob__button {
  background: #109352;
}
.c-headermob__item:nth-of-type(3) .c-headermob__button {
  background: #109352;
}
.c-headermob__button--keureg {
  background-color: transparent;
}
.c-headermob__button--keureg:hover {
  background-color: transparent;
}
.c-headermob__button--tel,
.c-headermob__button--mail {
  background-color: var(--c-action);
}
.c-headermob__button--tel:hover,
.c-headermob__button--mail:hover {
  background-color: var(--c-action-dark);
}
.c-nav__main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -1rem;
  justify-content: space-evenly;
}
.c-nav__logo {
  margin-bottom: 2rem;
}
.c-nav__logo img {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
.c-nav__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  text-align: center;
  display: none;
}
.c-nav__tel,
.c-nav__mail {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 2rem;
  line-height: 4rem;
  display: none;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  color: #fff;
  background: var(--c-action);
}
.c-nav__tel:hover,
.c-nav__mail:hover {
  background-color: var(--c-action-dark);
}
.c-nav__tel i.fas,
.c-nav__mail i.fas {
  margin-right: 1rem;
}
.c-nav__mail {
  margin: 0 2rem 0 auto;
}
.c-nav__keureg {
  display: none;
  margin: 0 2rem 0 auto;
}
.c-nav__keureg img {
  height: 40px;
}
.c-nav__container {
  background: #109352;
  color: white;
  display: none;
  overflow-y: scroll;
}
.c-nav__container.s-open {
  display: flex;
}
@media screen and (min-width: 48em) {
  .c-nav__container {
    display: block;
    height: auto !important;
  }
}
.c-nav__list {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 2rem 0;
  list-style: none;
}
.c-nav__title {
  color: #fff;
  font-size: 1.6rem;
  line-height: 4.2rem;
  display: block;
  font-weight: 700;
  padding: 0 1.6rem;
  text-align: left;
  white-space: nowrap;
  user-select: none;
  text-decoration: underline;
}
.c-nav__title--active {
  background: #13aa5f;
}
.c-nav__link {
  color: #fff;
  font-size: 1.6rem;
  min-height: 4.7rem;
  line-height: 2.2rem;
  display: block;
  font-weight: 700;
  padding: 1.5rem 1.6rem 0;
  text-align: left;
  text-decoration: none;
}
.c-nav__link--search {
  padding: 0;
}
.c-nav__link:hover,
.c-nav__link--active-exact {
  background: #13aa5f;
}
.c-nav__link--back {
  color: white;
  background-color: #109352;
  appearance: none;
  color: #fff;
  border: none;
}
.c-nav__sublist {
  display: block;
  padding: 0;
  margin-left: 1.5rem;
}
.c-nav__sublist--alt {
  padding-left: 2rem;
}
.c-nav__sublist .c-nav__item {
  position: relative;
  display: block;
}
.c-nav__sublist .c-nav__item .c-nav__link {
  position: relative;
  padding-left: 4.2rem;
}
.c-nav__sublist .c-nav__item .c-nav__link--active,
.c-nav__sublist .c-nav__item .c-nav__link:hover {
  background: #13aa5f;
}
.c-nav__sublist .c-nav__item .c-nav__link:before {
  margin: 0 3rem 0 1rem;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 3rem;
  position: absolute;
  top: 1.3rem;
  left: 0;
}
@media screen and (min-width: 24em) {
  .c-nav__main {
    margin: 0;
  }
}
@media screen and (min-width: 32em) {
  .c-nav__title {
    font-size: 1.6rem;
  }
  .c-nav__tel,
  .c-nav__mail {
    font-size: 1.6rem;
  }
  .c-nav__main {
    justify-content: flex-end;
  }
  .c-nav__logo {
    margin-bottom: 0;
    margin-right: auto;
    max-width: 35%;
  }
  .c-nav__logo img {
    width: 19rem;
    max-width: 100%;
    margin: 0;
    display: inline;
  }
  .c-nav__sublist .c-nav__item .c-nav__link:before {
    margin: 0 4rem 0 2rem;
  }
}
@media screen and (min-width: 48em) {
  .c-nav__container {
    overflow-y: initial;
  }
  .c-nav__main {
    justify-content: space-between;
  }
  .c-nav__logo {
    margin-right: 0;
  }
  .c-nav__title {
    display: block;
    font-size: 1.7rem;
    text-decoration: none;
  }
  .c-nav__tel,
  .c-nav__mail {
    display: inline-block;
    font-size: 1.7rem;
  }
  .c-nav__keureg {
    display: block;
    text-decoration: none;
  }
  .c-nav__keureg:hover .c-nav__keureg-button {
    background: #00bf60;
  }
  .c-nav__keureg-button {
    display: inline-block;
    background: #000;
    line-height: 4rem;
    color: #fff;
    padding: 0 2rem;
    vertical-align: top;
    font-size: 1.8rem;
  }
  .c-nav__list {
    width: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0;
  }
  .c-nav__item {
    width: auto;
    flex: 1 0 25%;
  }
  .c-nav__item--subnav {
    position: relative;
  }
  .c-nav__item--subnav:hover > .c-nav__sublist {
    visibility: visible;
    opacity: 1;
  }
  .c-nav__item--subnav:hover > .c-nav__title:after {
    margin: 0 3rem 0 1rem;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 3rem;
    display: inline;
    vertical-align: top;
    position: absolute;
    right: 0;
  }
  .c-nav__link {
    line-height: 5.2rem;
    min-height: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 1.6rem;
    padding: 0 3.2rem;
  }
  .c-nav__link:before {
    display: none !important;
  }
  .c-nav__link--active {
    background: #13aa5f;
  }
  .c-nav__link--back {
    display: none;
  }
  .c-nav__sublist {
    z-index: 111;
    margin: 0;
    padding: 0;
    list-style: none;
    background: white;
    border: solid 1px #dadada;
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    opacity: 0;
    visibility: hidden;
    display: block;
    width: auto;
  }
  .c-nav__sublist--alt {
    background-color: #109352;
  }
  .c-nav__sublist .c-nav__sublist {
    left: 100%;
    top: -1px;
  }
  .c-nav__sublist .c-nav__title {
    text-align: center;
    font-size: 1.6rem;
    padding: 0 3.2rem;
    line-height: 5.2rem;
    height: 5.2rem;
  }
  .c-nav__sublist .c-nav__item {
    margin-bottom: 0;
    border-top: 1px solid #dadada;
  }
  .c-nav__sublist .c-nav__item:first-child {
    border-top-width: 0;
  }
  .c-nav__sublist .c-nav__item .c-nav__link {
    line-height: 5.2rem;
    height: 5.2rem;
    padding-top: 0;
    padding-bottom: 0;
    color: #109352;
  }
  .c-nav__sublist .c-nav__item .c-nav__link--active {
    border-color: #109352;
    color: white;
  }
  .c-nav__sublist .c-nav__item .c-nav__link:hover {
    background-color: #eee;
    color: #109352;
  }
}
@media screen and (min-width: 72em) {
  .c-nav__item {
    flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .c-nav__title {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 80em) {
  .c-nav__title {
    font-size: 2rem;
  }
}
.c-nav__item--search {
  align-self: flex-end;
  display: none;
  flex: 0 0 4%;
}
@media screen and (min-width: 48em) {
  .c-nav__item--search {
    display: list-item;
  }
}
body.simple .c-nav__logo {
  margin-bottom: 0;
}
.c-pagination__wrapper {
  text-align: center;
  letter-spacing: -0.31em;
}
.c-pagination__link {
  color: #4C69E5;
  background: #dadada;
  border: 0;
  padding: 2.4rem;
  line-height: 1;
  margin: 0 1.2rem/2;
  text-decoration: none;
}
.c-pagination__link--active {
  background: #4C69E5;
  color: #FFF;
}
.c-pagination__link--spacer {
  background: transparent;
  border: 0;
  color: #262626;
}
.rte {
  position: relative;
  z-index: 10;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.7rem;
}
.rte > * {
  margin: 0 0 1.5rem 0;
}
.rte > *:last-child {
  margin-bottom: 0;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5 {
  color: #109352;
}
.rte h2 {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 3.3rem;
  margin-bottom: 1rem;
}
.rte ul {
  padding-inline-start: 4rem;
}
.rte img {
  height: auto;
}
.c-circles__container {
  background: #109352;
  margin-top: 17rem;
  z-index: 200;
}
.c-circles__container .l-content {
  padding-bottom: 0;
}
.c-circles__tekst .rte {
  color: white;
}
.c-circles__tekst .rte a {
  color: #ffbf00;
}
.c-circles__tekst .rte a:hover {
  text-decoration: underline;
}
.c-circles__tekst .rte h2,
.c-circles__tekst .rte h3,
.c-circles__tekst .rte h4 {
  font-weight: 600;
  font-size: 2.6rem;
  text-align: center;
  color: white;
}
.c-circles__tekst .video {
  margin-top: 2rem;
}
.c-circles__list {
  display: flex;
  justify-content: space-between;
  margin-top: -16rem;
  padding: 0;
  flex-direction: column;
  row-gap: 4rem;
}
.c-circles__item {
  display: block;
  position: relative;
}
.c-circles__hoop {
  height: 22rem;
  width: 22rem;
  position: absolute;
  z-index: 100;
  display: block;
  border: 1.8rem solid #109352;
  border-radius: 999px;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  margin: -17.3rem 0 0 -12.8rem;
  background: #fff;
}
.c-circles__link {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-circles__link:hover + div.c-circles__hoop {
  border-color: #0b6538;
}
.c-circles__link:hover .c-circles__link-img,
.c-circles__link:hover .c-circles__link-svg {
  border-color: #0b6538;
}
.c-circles__link-img,
.c-circles__link-svg {
  transition: all 0.5s ease-in-out;
  height: 29rem;
  width: 24rem;
  border-radius: 0 0 999px 999px;
  display: flex;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  margin: -7rem -1rem 0 -1rem;
}
.c-circles__link-img img {
  max-height: 90%;
  margin: auto;
}
.c-circles__link-svg {
  position: relative;
  /*  
        border: 1.8rem solid @main;
        border-radius: 999px;*/
}
.c-circles__link-svg:before {
  /*    position: absolute;
                z-index: 100;
                display: block;
                content: '';
                height: 100%;
                width: 100%;
                border: 1.8rem solid @main;
                border-radius: 999px;*/
}
.c-circles__link-svg svg {
  height: 120%;
  width: 120%;
  position: absolute;
  top: -11%;
  left: 36%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 300;
}
.c-circles__link-svg svg image {
  height: 120%;
  width: 120%;
}
.c-circles__link-title {
  min-height: 7rem;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  display: block;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  text-align: center;
  line-height: 3.8rem;
  margin-top: 2rem;
}
@media screen and (min-width: 32em) {
  .c-circles__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .c-circles__item {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 64em) {
  .c-circles__list {
    flex-wrap: nowrap;
  }
  .c-circles__hoop {
    margin: -17.6rem 0 0 -12.8rem;
  }
  .c-circles__item {
    flex: 0 0 25%;
    margin-top: unset;
  }
}
.c-home-logo {
  display: flex;
}
.c-home-logo img {
  margin: auto;
}
.c-images-container {
  position: relative;
}
.c-images-left {
  display: block;
  margin: 0 auto 2rem auto;
}
.c-images-right {
  display: block;
  margin: 2rem auto 2rem auto;
}
@media screen and (min-width: 64em) {
  .c-images-container {
    min-height: 50rem;
  }
  .c-images-left,
  .c-images-right {
    position: fixed;
    top: 22rem;
    margin: 0;
  }
  .c-images-left {
    right: 82%;
  }
  .c-images-right {
    left: 82%;
  }
}
.img-header {
  display: block;
  width: 50%;
  margin: 0 auto 1rem auto;
}
.c-opleidingen__title {
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 3rem;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 32em) {
  .c-opleidingen__title {
    font-size: 4rem;
  }
}
.c-opleidingen__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.c-opleidingen__cursus {
  flex: 0 0 100%;
  display: block;
  margin-bottom: 4rem;
}
@media screen and (min-width: 40em) {
  .c-opleidingen__cursus {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 40em) {
  .c-opleidingen__cursus {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 56em) {
  .c-opleidingen__cursus {
    flex: 0 0 33%;
  }
}
@media screen and (min-width: 80em) {
  .c-opleidingen__cursus {
    flex: 0 0 25%;
  }
}
.c-opleidingen__cursus-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.c-opleidingen__cursus-link:hover .c-opleidingen__cursus-title {
  text-decoration: underline;
}
.c-opleidingen__cursus-link svg {
  border: 1.8rem solid #109352;
  border-radius: 999px;
  width: 235px;
  height: 235px;
  margin: auto;
  box-sizing: content-box;
  background-color: #fff;
}
.c-opleidingen__cursus-link svg image {
  width: 235px;
  height: 235px;
}
.c-opleidingen__cursus-title {
  margin-top: 1.5rem;
  align-self: center;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #109352;
}
.c-search__paging {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
.c-search__paging ul {
  display: flex;
  padding: 0;
}
.c-search__paging li {
  border-left: 2px solid #e6e6e6;
  padding: 0;
  display: block;
}
.c-search__paging li:first-child {
  border: none;
}
.c-search__paging span,
.c-search__paging a:hover {
  background: #E4EAED;
}
.c-search__paging span,
.c-search__paging a {
  display: inline-block;
  line-height: 4rem;
  font-size: 2rem;
  width: 4rem;
  text-align: center;
  color: #109352;
}
.c-search__paging a {
  text-decoration: none;
}
.c-search__paging a:hover {
  text-decoration: none;
}
.c-search__box {
  display: flex;
}
.c-search__box input {
  width: 100%;
  background-color: white;
  padding: 0 3rem;
  font-size: 2.2rem;
  line-height: 5rem;
  border: 2px solid #e6e6e6;
  border-right: none;
}
.c-search__box button {
  padding: 0 2rem;
  background: #109352;
  font-size: 2rem;
  font-weight: 700;
  border: none;
  color: #fff;
}
.c-search__box button:hover {
  text-decoration: underline;
}
.c-search__list {
  padding: 0;
  display: block;
}
.c-search__item {
  display: block;
  border-bottom: 2px solid #DFE6E9;
}
.c-search__link {
  text-decoration: none;
  padding: 1rem 2rem;
  display: block;
  color: #109352;
}
.c-search__link .link-title {
  display: block;
  color: #109352;
  font-size: 2.6rem;
}
.c-search__link:hover {
  background-color: #e9e9e9;
}
.c-search__link:hover .link-url {
  text-decoration: underline;
}
.c-search__link .link-url {
  display: block;
}
.c-aanmelden__cursus-info {
  border: 1px solid #164828;
  background: #13aa5f;
  color: #e1fde2;
  padding: 1rem 2rem;
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
}
.c-aanmelden__cursus-info i {
  margin: auto;
  padding-right: 2rem;
  font-size: 3rem;
}
.c-aanmelden__item-wrapper {
  display: none;
}
.c-aanmelden__item-vraag + .c-aanmelden__item-antwoord {
  display: none;
}
.c-aanmelden__cursus {
  display: none;
  margin: 0;
  padding: 0;
}
.c-aanmelden__tijdstip {
  display: block;
  margin-left: 4rem;
}
.c-aanmelden__tijdstip:first-child {
  margin-left: 0;
}
.c-aanmelden__tijdstip input {
  opacity: 0;
  position: absolute;
}
.c-aanmelden__tijdstip input:checked ~ label:before {
  content: '\f14a';
}
.c-aanmelden__tijdstip--full {
  color: #d65151;
}
.c-aanmelden__label {
  cursor: pointer;
  display: block;
  line-height: 5rem;
  font-weight: 600;
}
.c-aanmelden__label:before {
  font-size: 2.5rem;
  content: '\f0c8';
  font-weight: 400;
  font-family: 'Font Awesome 5 Free';
  vertical-align: top;
  margin-right: 2rem;
}
.js--sub-cursus-list {
  display: none;
}
blockquote {
  display: block;
  text-align: center;
  font-style: italic;
  line-height: 5rem;
  height: 5rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 3rem;
  margin: 2rem 0 !important;
}
blockquote:before {
  content: '"';
}
blockquote:after {
  content: '"';
}
.c-nav-aside__title {
  color: #109352;
  margin-top: 0;
}
.c-nav-aside__list {
  display: block;
  padding: 0;
  margin: 0;
}
.c-nav-aside__item {
  display: block;
  margin-bottom: 1rem;
}
.c-nav-aside__link {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: rgba(0, 0, 0, 0.01);
  font-weight: 500;
  font-size: 1.5rem;
}
.c-nav-aside__link--current,
.c-nav-aside__link:hover {
  background: #109352;
  color: white;
}
.c-tiles__container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}
.c-tiles__tile {
  padding: 1rem 2rem;
  flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  .c-tiles__tile {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 64em) {
  .c-tiles__tile {
    flex: 0 0 33%;
  }
}
.c-tiles__tile-content {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 7px #AAA;
  -webkit-box-shadow: 0px 0px 7px #AAA;
  box-shadow: 0px 0px 7px #AAA;
  background: rgba(0, 0, 0, 0.02);
  height: 100%;
  font-size: 1.5rem;
}
.c-tiles__tile * {
  text-decoration: none;
  color: #555;
}
.c-tiles__tile-title {
  background-color: #109352;
  margin: 0;
  text-align: center;
  line-height: 5rem;
  color: white;
}
.c-tiles__tile-date {
  display: block;
  text-align: center;
  padding: 0 2rem 0 0;
  text-align: right;
  line-height: 4rem;
}
.c-tiles__tile img {
  width: 100%;
}
.c-tiles__tile p {
  font-weight: 500;
  line-height: 2.5rem;
  padding: 2rem 3rem;
  margin: 0;
}
.c-tiles__tile-link {
  color: green;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  margin-top: auto;
  line-height: 5rem;
}
.c-tiles__tile:hover .c-tiles__tile-link {
  text-decoration: underline;
}
.c-bullets {
  position: relative;
  margin: 0 0 5rem 0;
}
.c-bullets__title {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 4rem 0;
}
.c-bullets__center {
  border-radius: 99rem;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
  cursor: zoom-in;
  border: 1rem solid transparent;
  width: 80vw;
  height: 80vw;
  display: flex;
}
.c-bullets__center:hover {
  border-color: #109352;
}
@media screen and (min-width: 40em) {
  .c-bullets__center {
    width: 50vw;
    height: 50vw;
    max-width: 50rem;
    max-height: 50rem;
  }
}
@media screen and (min-width: 64em) {
  .c-bullets__center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14rem;
    margin-top: -7rem;
    z-index: 3;
    width: 28rem;
    height: 28rem;
  }
}
@media screen and (min-width: 72em) {
  .c-bullets__center {
    margin-left: -18rem;
    margin-top: -11rem;
    width: 36rem;
    height: 36rem;
  }
}
.c-bullets__center img {
  margin: auto;
  width: 20%;
}
.c-bullets__track {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 64em) {
  .c-bullets__track {
    margin: 0;
  }
}
.c-bullets__bullet {
  display: flex;
  flex: 1 0 100%;
  margin: 2rem 0;
  flex-direction: row-reverse;
}
.c-bullets__bullet-content:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  border-right: 1px dashed #109352;
  left: -6rem;
  bottom: 6rem;
}
.c-bullets__bullet:first-child .c-bullets__bullet-content:before {
  display: none;
}
.c-bullets__bullet-img {
  width: 8rem;
  height: 8rem;
  padding: 0.5rem;
  background-color: #109352;
  border-radius: 99rem;
  z-index: 2;
  margin: auto 2rem;
}
.c-bullets__bullet-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-right: auto;
}
.c-bullets__bullet-title {
  display: block;
  font-size: 2rem;
}
.c-bullets__bullet-text {
  font-size: 1.5rem;
}
@media screen and (min-width: 40em) {
  .c-bullets__bullet {
    flex: 1 0 50%;
    flex-direction: unset;
  }
  .c-bullets__bullet:nth-child(2) .c-bullets__bullet-content:before {
    display: none;
  }
  .c-bullets__bullet-content {
    width: 100%;
  }
  .c-bullets__bullet-content:before {
    right: -6rem;
    left: unset;
  }
  .c-bullets__bullet:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-bullets__bullet:nth-child(2n) .c-bullets__bullet-content:before {
    left: -6rem;
    right: unset;
  }
  .c-bullets__bullet:nth-child(2n) .c-bullets__bullet-img {
    margin: auto 2rem auto 0;
  }
}
@media screen and (min-width: 64em) {
  .c-bullets__bullet-img {
    margin: auto 0 auto 2rem;
  }
  .c-bullets__bullet-content {
    width: 50%;
    margin-right: unset;
  }
}
.video-popup__background {
  cursor: zoom-out;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.video-popup__holder {
  width: 75%;
  margin: auto;
}
table.vragenlijst {
  border-spacing: 0;
  margin: 2rem 0;
  width: 100%;
  border-collapse: collapse;
}
table.vragenlijst thead tr th {
  height: 5rem;
  font-size: 1.7rem;
}
table.vragenlijst tbody tr td {
  background: #fff;
  border: 1px solid #dadada;
  padding: 0;
  height: 2rem;
  width: 2rem;
}
table.vragenlijst tbody tr td:nth-of-type(1) {
  height: 100%;
  font-weight: 400;
  width: 3rem;
  text-align: center;
}
table.vragenlijst tbody tr td:nth-of-type(2) {
  padding: 1rem 2rem;
  width: auto;
}
table.vragenlijst tbody tr td label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 100%;
  cursor: pointer;
  font-weight: 500;
  color: #109352;
}
table.vragenlijst tbody tr td input {
  position: absolute;
  opacity: 0;
}
table.vragenlijst tbody tr td input:checked + label {
  background-color: #109352;
  color: white;
}
.c-promo__container .l-grid {
  align-items: stretch;
}
.c-promo__container > .l-content {
  border-bottom: 2px solid #109352;
}
.c-promo__container .rte {
  padding: 2rem;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-promo__container .rte h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: normal;
}
.c-promo__container .rte .btn {
  background-color: var(--c-action);
  font-size: 1.7rem;
  margin-top: 2rem;
  width: 100%;
}
.c-promo__container ul {
  padding-left: 2.5rem;
}
.c-promo__container ul li {
  color: #109352;
  font-weight: 500;
  font-size: 1.7rem;
  margin-top: 0.5rem;
}
.c-promo__container svg {
  margin: auto;
}
.c-promo__container image {
  scale: 2;
}
.c-promo__img {
  padding: 0;
  display: flex;
  overflow: hidden;
}
.c-promo__img img {
  scale: 1.2;
}
.c-promo__main {
  padding-top: 4rem;
}
@media screen and (min-width: 64em) {
  .c-promo__container .rte .btn {
    font-size: 2.5rem;
  }
  .c-promo__img img {
    scale: 1.7;
  }
}
.l-container {
  background-attachment: fixed;
  background-position: center 0%;
  background-position-x: center;
  background-position-y: 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-back-to-top {
  height: 3rem;
  width: 3rem;
  color: white;
  position: fixed;
  z-index: 99;
  background-color: #222;
  border-radius: 3px;
  right: 1rem;
  bottom: 1rem;
  text-align: center;
  line-height: 3rem;
  cursor: pointer;
  transition: all 500ms ease-in-out;
}
.btn-back-to-top:hover {
  background-color: #109352;
  line-height: 2rem;
}
.js-specificatie-foto {
  cursor: pointer;
}
.video {
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 45%;
  /* 16:9 incl 10% marges */
  height: 0;
  margin-bottom: 2rem;
}
.video--lg {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-panel {
  text-align: center;
  border: 1px solid #c5c5c5;
  background: #fff;
  padding: 1rem 2rem;
}
.l-grid--overzicht {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 64em) {
  .l-grid--overzicht {
    row-gap: 10rem;
  }
}
.l-grid--overzicht > .l-col--1-1 {
  margin-top: 0;
}
.l-grid--overzicht svg {
  height: 40rem;
  margin: auto;
  display: block;
  transform: scale(1.5, 1.5);
}
@media only screen and (min-width: 64em) {
  .l-grid--overzicht svg {
    height: 100%;
    transform: scale(1.5, 1.5);
  }
}
.l-grid--overzicht .l-grid {
  height: 100%;
  align-items: stretch;
}
.l-grid--overzicht .l-grid .l-col--1-1 .info-panel {
  padding: 4rem;
  border: none;
  background: #f2f2f2;
}
.l-grid--overzicht .l-grid .l-col--1-1 .info-panel h2 {
  color: #252525;
  margin-bottom: 2rem;
  font-size: 4rem;
  line-height: normal;
}
.l-grid--overzicht .l-grid .l-col--1-1 .info-panel p {
  color: #6d6d6d;
  font-size: 2rem;
  line-height: 3rem;
}
.l-grid--overzicht .l-grid .l-col--1-1 .info-panel .btn {
  font-size: 2rem;
  margin-top: 2rem;
}
.social-media-buttons {
  margin: 2rem 0 0 0;
  text-align: right;
}
.social-media-buttons a {
  display: inline-block;
  margin-bottom: 0 !important;
  margin-right: 2rem;
}
.social-media-buttons img {
  margin: 0 !important;
  height: 4rem;
  width: 4rem;
  background-color: #fff;
  border-radius: 11px;
}
.inleiding {
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 2rem;
  line-height: 3rem;
}
.inleiding:after {
  content: '';
  display: block;
  height: 2px;
  width: 33%;
  border: 2px solid #109352;
  position: absolute;
  bottom: 0;
}
body {
  --c-action: #EF7744;
  --c-action-dark: #EF7744;
  --c-theme: #109352;
  --c-theme2: #1C9E66;
  --c-theme3: #188858;
  --c-text-white: #FFF;
}