@charset "UTF-8";
/*--------------------------------------------------------------
# Definitions 
--------------------------------------------------------------*/
:root {
  --xxxl: 2560px;
  --xxl: 1600px;
  --xl: 1440px;
  --lg: 1200px;
  --ipad: 1024px;
  --md: 980px;
  --sm: 768px;
  --xs: 584px;
  --xxs: 400px;
  --desktop-max-width: 1750px;
  /** Fonts **/
  --font-family-body: "DM Sans";
  --font-family-header: "Kalice";
  /** Colors **/
  --c-gray: #9F9F95;
  --c-black: #261C1C;
  /** Margins & padding **/
  --padding-horizontal: 80px;
  --margin-vertical-small: 20px;
  --margin-vertical-medium: 50px;
  --margin-vertical-large: 80px;
  /** Margins text **/
  --text-margin-vertical-large: 80px;
  --text-margin-vertical-medium: 40px;
  /** OPTIONAL: FONT-SIZE SYSTEMS **/
  /** Font-sizes Golden Ratio **/
  --golden-h1: 8.25rem;
  --golden-h2: 5.2rem;
  --golden-h3: 3.15rem;
  --golden-h4: 1.95rem;
  --golden-h5: 1.2rem;
  --golden-h6: 0.5rem;
  --golden-body-regular: 0.75rem;
  --golden-body-small: 0.6rem;
  --golden-quote: 1.95rem;
  --golden-button-primary: 1.2rem;
  --golden-button-tertiary: 0.75rem;
  /** Font-sizes Perfect Fifth **/
  --perfect-h1: 6.05rem;
  --perfect-h2: 4.05rem;
  --perfect-h3: 2.7rem;
  --perfect-h4: 1.8rem;
  --perfect-h5: 1.2rem;
  --perfect-h6: 0.55rem;
  --perfect-body-regular: 0.8rem;
  --perfect-body-small: 0.55rem;
  --perfect-quote: 1.8rem;
}
@media only screen and (max-width: 980px) {
  :root {
    /** Margins & padding **/
    --padding-horizontal: 18.5px;
    --margin-vertical-small: 10x;
    --margin-vertical-medium: 30px;
    --margin-vertical-large: 40x;
    /** Margins text **/
    --text-margin-vertical-large: 40px;
    --text-margin-vertical-medium: 20px;
    /** Font-sizes Golden Ratio: h1 tm 4 & quote * 0,5 **/
    --golden-h1: 4.125rem;
    --golden-h2: 2.6rem;
    --golden-h3: 1.575rem;
    --golden-h4: 0.975rem;
    --golden-h5: 0.8rem;
    --golden-quote: 0.975rem;
  }
}

@font-face {
  font-family: "DM Sans";
  src: url("./fonts/dm-sans-v15-latin_latin-ext-300.woff2") format("woff2"), url("./fonts/dm-sans-v15-latin_latin-ext-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/dm-sans-v15-latin_latin-ext-regular.woff2") format("woff2"), url("./fonts/dm-sans-v15-latin_latin-ext-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/dm-sans-v15-latin_latin-ext-500.woff2") format("woff2"), url("./fonts/dm-sans-v15-latin_latin-ext-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/dm-sans-v15-latin_latin-ext-600.woff2") format("woff2"), url("./fonts/dm-sans-v15-latin_latin-ext-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/dm-sans-v15-latin_latin-ext-700.woff2") format("woff2"), url("./fonts/dm-sans-v15-latin_latin-ext-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("./fonts/dm-mono-v14-latin_latin-ext-regular.woff2") format("woff2"), url("./fonts/dm-mono-v14-latin_latin-ext-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kalice";
  src: url("./fonts/Kalice-Regular.woff2") format("woff2"), url("./fonts/Kalice-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kalice";
  src: url("./fonts/Kalice-Italic.woff2") format("woff2"), url("./fonts/Kalice-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Kalice";
  src: url("./fonts/Kalice-Medium.woff2") format("woff2"), url("./fonts/Kalice-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kalice";
  src: url("./fonts/Kalice-MediumItalic.woff2") format("woff2"), url("./fonts/Kalice-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/** headers **/
.h1-site-title {
  font-family: "Kalice";
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
@media only screen and (max-width: 980px) {
  .h1-site-title {
    font-size: 0.9rem;
  }
}

h2, .h2 {
  font-family: "Kalice";
  font-size: 2.15rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
}
@media only screen and (max-width: 980px) {
  h2, .h2 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

.h2-contact {
  font-family: "Kalice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.375;
}
@media only screen and (max-width: 980px) {
  .h2-contact {
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

h3, .h3 {
  font-family: "Kalice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.375;
}
@media only screen and (max-width: 980px) {
  h3, .h3 {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
  }
}

.styled-page-subtitel {
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.375;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 980px) {
  .styled-page-subtitel {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
  }
}

.section-cv h3, .section-cv .h3 {
  font-weight: 500;
}

.font-main-small {
  font-family: "DM Sans";
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
}
@media only screen and (max-width: 980px) {
  .font-main-small {
    font-size: 0.65rem;
    line-height: 1.5;
  }
}

.font-main-small-link {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-template-front-page .font-main {
  font-family: "DM Sans";
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.77;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .font-main {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.page-template-front-page .font-cv-jaar {
  font-family: "DM Sans";
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .font-cv-jaar {
    font-size: 0.6rem;
  }
}
.page-template-front-page .font-cv-subtitle {
  font-family: "Kalice";
  font-size: 0.9rem;
  line-height: 1.6;
  font-style: italic;
  font-weight: 400;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .font-cv-subtitle {
    font-size: 0.7rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.page-template-front-page .font-slide-tekst {
  font-family: "Kalice";
  font-size: clamp(0.75rem, 2vw, 1.2rem);
  font-weight: 500;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .font-slide-tekst {
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.page-template-front-page .font-slide-land {
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 0.9rem;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  .page-template-front-page .font-slide-land {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

.menu a {
  font-family: "DM Sans";
  font-size: 2.15rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: white;
}
.menu .sub-menu a {
  font-size: 0.9rem;
}

.footer .menu a {
  font-family: "DM Sans";
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  color: var(--c-black);
}

.footer .wsg-text, .footer .footer-mailto {
  font-size: 0.75rem;
  line-height: 2.13;
  font-weight: 500;
}

.footer__bottom p, .copyright p {
  font-family: "DM Sans";
  font-size: 0.65rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}
.footer__bottom p:not(first-of-type), .copyright p:not(first-of-type) {
  padding-top: 16px;
}

.font-mono-15 {
  font-family: "DM Mono";
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--c-gray);
}
@media only screen and (max-width: 980px) {
  .font-mono-15 {
    font-size: 0.6rem;
    line-height: 1.33;
  }
}

.accordion-title .font-mono-15 {
  color: var(--c-black);
}

.section-slider .font-mono-15 {
  line-height: 1.4;
}

.font-mono-12 {
  font-family: "DM Mono";
  font-weight: 400;
  font-style: normal;
  font-size: 0.6rem;
  line-height: 1;
  color: var(--c-gray);
}

.font-footer-title {
  font-family: "Kalice";
  font-size: 0.9rem;
  line-height: 1;
  font-style: normal;
}

/** buttons fonts **/
.font-button {
  font-family: "DM Mono";
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  .font-button {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 980px) {
  .button-lang .font-button {
    font-size: 0.65rem;
  }
}

/** general **/
.fw-400 {
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.page-template-text main.content .wsg-text h1, .page-template-default main.content .wsg-text h1 {
  font-family: "Kalice";
  font-size: 2.15rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
}
@media only screen and (max-width: 980px) {
  .page-template-text main.content .wsg-text h1, .page-template-default main.content .wsg-text h1 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.page-template-text main.content .wsg-text h2, .page-template-default main.content .wsg-text h2 {
  font-family: "Kalice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.375;
}
@media only screen and (max-width: 980px) {
  .page-template-text main.content .wsg-text h2, .page-template-default main.content .wsg-text h2 {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
  }
}
.page-template-text main.content .wsg-text h3, .page-template-text main.content .wsg-text h4, .page-template-text main.content .wsg-text h5, .page-template-default main.content .wsg-text h3, .page-template-default main.content .wsg-text h4, .page-template-default main.content .wsg-text h5 {
  font-family: "Kalice";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.375;
}
@media only screen and (max-width: 980px) {
  .page-template-text main.content .wsg-text h3, .page-template-text main.content .wsg-text h4, .page-template-text main.content .wsg-text h5, .page-template-default main.content .wsg-text h3, .page-template-default main.content .wsg-text h4, .page-template-default main.content .wsg-text h5 {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
  }
}
.page-template-text main.content .wsg-text p, .page-template-text main.content .wsg-text ul li, .page-template-default main.content .wsg-text p, .page-template-default main.content .wsg-text ul li {
  font-family: "DM Sans";
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.77;
}
@media only screen and (max-width: 980px) {
  .page-template-text main.content .wsg-text p, .page-template-text main.content .wsg-text ul li, .page-template-default main.content .wsg-text p, .page-template-default main.content .wsg-text ul li {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.page-template-text main.content .wsg-text ul li, .page-template-default main.content .wsg-text ul li {
  padding-left: 10px;
}

.error404 h1 {
  font-family: "Kalice";
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.1em;
  font-size: 20rem;
}
@media only screen and (max-width: 980px) {
  .error404 h1 {
    font-size: 10rem;
    transform: translateX(-12px);
  }
}
.error404 .error-text {
  font-family: "DM Sans";
  font-size: 2.15rem;
  font-weight: 300;
}
@media only screen and (max-width: 980px) {
  .error404 .error-text {
    font-size: 1.2rem;
    letter-spacing: -0.02em;
  }
}

.single .font-article-h1, .page-template-styledpage .font-article-h1 {
  font-family: "Kalice";
  font-style: italic;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: 0;
  font-size: 3.8rem;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .single .font-article-h1, .page-template-styledpage .font-article-h1 {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.single .wsg-text h2, .single .wsg-text h3, .single .wsg-text h4, .single .wsg-text h5, .single .wsg-text h6, .page-template-styledpage .wsg-text h2, .page-template-styledpage .wsg-text h3, .page-template-styledpage .wsg-text h4, .page-template-styledpage .wsg-text h5, .page-template-styledpage .wsg-text h6 {
  font-family: "Kalice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.375;
}
@media only screen and (max-width: 980px) {
  .single .wsg-text h2, .single .wsg-text h3, .single .wsg-text h4, .single .wsg-text h5, .single .wsg-text h6, .page-template-styledpage .wsg-text h2, .page-template-styledpage .wsg-text h3, .page-template-styledpage .wsg-text h4, .page-template-styledpage .wsg-text h5, .page-template-styledpage .wsg-text h6 {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    line-height: 1.45;
  }
}
.single .wsg-text p, .single .wsg-text ul li, .page-template-styledpage .wsg-text p, .page-template-styledpage .wsg-text ul li {
  font-family: "DM Sans";
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.77;
}
@media only screen and (max-width: 980px) {
  .single .wsg-text p, .single .wsg-text ul li, .page-template-styledpage .wsg-text p, .page-template-styledpage .wsg-text ul li {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.single blockquote h3, .page-template-styledpage blockquote h3 {
  font-family: "Kalice";
  font-style: italic;
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 980px) {
  .single blockquote h3, .page-template-styledpage blockquote h3 {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}
.single blockquote p, .page-template-styledpage blockquote p {
  font-family: "DM Sans";
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
}
@media only screen and (max-width: 980px) {
  .single blockquote p, .page-template-styledpage blockquote p {
    font-size: 0.65rem;
    line-height: 1.5;
  }
}

.blog .filter-1 {
  font-family: "DM Sans";
  font-size: 0.9rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.77;
}
@media only screen and (max-width: 980px) {
  .blog .filter-1 {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.blog .blog-item-title {
  font-family: "Kalice";
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 980px) {
  .blog .blog-item-title {
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}

.page-template-contact .top h1 {
  font-family: "Kalice";
  font-size: 2.15rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
}
@media only screen and (max-width: 980px) {
  .page-template-contact .top h1 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.page-template-contact .top p, .page-template-contact .top ul li {
  font-family: "DM Sans";
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.77;
}
@media only screen and (max-width: 980px) {
  .page-template-contact .top p, .page-template-contact .top ul li {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page {
  margin: unset !important;
}

html, body {
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  color: var(--c-black);
  background: none;
  font-family: "DM Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 1.77;
  color: var(--c-black);
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  word-break: break-word;
  -webkit-word-break: break-word;
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden;
}

svg {
  overflow: visible;
}

img {
  max-width: 100%;
  height: auto;
  display: flex;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  margin: 0;
  color: black;
}

a:hover {
  text-decoration: none;
}

button {
  all: unset;
}

button:focus, a:focus, input:focus {
  outline: none;
  box-shadow: none;
}

.tab-key-active button:focus, .tab-key-active a:focus, .tab-key-active input:focus {
  box-shadow: 0 0 0 8px rgba(33, 150, 243, 0.8);
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.otgs-development-site-front-end {
  display: none;
}

.page-template-text .content, .page-template-default .content, .page-template-cookie-policy .content, .error404 .content, .single .content, .page-template-contact .content, .page-template-styledpage .content {
  margin-top: 120px;
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .page-template-text .content, .page-template-default .content, .page-template-cookie-policy .content, .error404 .content, .single .content, .page-template-contact .content, .page-template-styledpage .content {
    margin-top: 60px;
    padding-top: 30px;
  }
}

.container--margin-normal {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  width: 100vw;
  max-width: 100%;
}
@media only screen and (min-width: 1910px) {
  .container--margin-normal {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--desktop-max-width);
  }
}

.container--full-width {
  width: 100vw;
  max-width: 100%;
}
@media only screen and (min-width: 1910px) {
  .container--full-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 2560px;
    overflow: hidden;
  }
}

.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media only screen and (max-width: 1024px) {
  .hidden-on-mobile {
    display: none;
  }
}

.screen-reader-text {
  display: none;
  visibility: hidden;
}

[data-fade-in] > * {
  opacity: 0;
}

.split-text-1 {
  visibility: hidden;
}

[data-hide] {
  opacity: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.button {
  display: block;
  padding: 10px 32px;
  border-radius: 100px;
  text-align: center;
  border: solid 1px var(--c-black);
  transition: all 0.6s;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 40px;
}
@media only screen and (max-width: 980px) {
  .button {
    max-width: 214px;
    margin-top: 24px;
  }
}
.button:hover {
  background-color: var(--c-black);
  color: white;
}
.button:hover a {
  color: white;
}
.button.button-lang {
  padding: 2px 12px 2px 12px;
  cursor: pointer;
}
.button.button-lang:hover {
  background-color: var(--c-black);
}
@media only screen and (max-width: 1024px) {
  .button.button-lang {
    padding: 0 8px;
  }
}
.button a {
  transition: all 0.6s;
}

.cky-consent-container {
  font-family: var(--font-family-body) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  color: var(--c-color-body) !important;
}
.cky-consent-container .cky-consent-bar {
  background-color: var(--c-background) !important;
  border: solid 1px darkgrey !important;
}
.cky-consent-container .cky-consent-bar .cky-banner-btn-close {
  top: 20px !important;
  right: 20px !important;
}
.cky-consent-container .cky-notice-btn-wrapper button.cky-btn {
  border-color: black !important;
  background-color: var(--c-background) !important;
  color: var(--c-color-body) !important;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

.cky-modal .cky-preference-center {
  background-color: var(--c-background) !important;
  font-family: var(--font-family-body) !important;
  color: var(--c-color-body) !important;
}
.cky-modal .cky-preference-center button.cky-btn {
  border-color: var(--c-color-body) !important;
  background-color: var(--c-background) !important;
  color: var(--c-color-body) !important;
}
.cky-modal .cky-preference-center [data-cky-tag=detail-powered-by] {
  background-color: var(--c-background) !important;
}
.cky-modal .cky-preference-center .cky-footer-shadow {
  display: none;
}

.footer {
  margin-top: 200px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 980px) {
  .footer {
    margin-top: 100px;
  }
}
.footer .footer__inner {
  border-top: solid 1px var(--c-black);
  padding-top: 24px;
}
@media only screen and (max-width: 980px) {
  .footer .footer__inner {
    padding-top: 29px;
  }
}
.footer .footer__inner .footer__top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
@media only screen and (max-width: 1100px) {
  .footer .footer__inner .footer__top {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .footer .footer__inner .footer__top .col-1 {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer .footer__inner .footer__top .col-2 {
    order: 3;
  }
  .footer .footer__inner .footer__top .col-3 {
    order: 2;
  }
  .footer .footer__inner .footer__top .col-4 {
    order: 4;
  }
}
@media only screen and (max-width: 980px) {
  .footer .footer__inner .footer__top {
    display: flex;
    flex-direction: column;
    gap: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .footer__inner .footer__top .col-1, .footer .footer__inner .footer__top .col-2, .footer .footer__inner .footer__top .col-3, .footer .footer__inner .footer__top .col-4 {
    margin-bottom: 40px;
  }
}
.footer .footer__inner .footer__top .col-1 .footer-title {
  margin-top: 5px;
}
.footer .footer__inner .footer__top .col-1 .footer-mailto {
  text-decoration: underline;
  display: inline-block;
  padding-top: 10px;
}
.footer .footer__inner .footer__top .col-2 .menu li {
  line-height: 1.5;
}
.footer .footer__inner .footer__bottom {
  padding-top: 60px;
}
@media only screen and (max-width: 980px) {
  .footer .footer__inner .footer__bottom {
    padding-top: unset;
  }
}
.footer .footer__inner .footer__bottom p:not(first-of-type) {
  padding-top: 16px;
}

.header-menu-hidden {
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 999999;
  background: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  .header-menu-hidden {
    background: linear-gradient(to bottom, white 55%, rgba(255, 255, 255, 0) 100%);
  }
}
@media only screen and (max-width: 980px) {
  .header-menu-hidden {
    position: fixed;
  }
}
.header-menu-hidden .header-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header-menu-hidden .header-inner {
    padding-bottom: 25px;
    padding-top: 10px;
  }
}
.header-menu-hidden .header-inner .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(-1.5px);
}
@media only screen and (max-width: 1024px) {
  .header-menu-hidden .header-inner .logo .logo-wrapper .logo-logo {
    max-width: 71px;
  }
}
.header-menu-hidden .header-inner .menu-buttons-wrapper {
  display: flex;
  align-items: center;
  z-index: 999;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .header-menu-hidden .header-inner .menu-buttons-wrapper {
    gap: 20px;
  }
}
.header-menu-hidden .header-inner .menu-buttons-wrapper .contact-button {
  padding: 1px 12px 2px 12px;
  font-size: 15px;
  margin-top: unset;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-menu-hidden .header-inner .menu-buttons-wrapper .contact-button {
    display: block;
  }
}
.header-menu-hidden .header-inner .menu-buttons-wrapper .lang-switch .language-selector {
  display: flex;
  margin-top: unset;
}
.header-menu-hidden .header-inner .menu-buttons-wrapper .lang-switch .language-selector li {
  display: flex;
  align-items: center;
}
.header-menu-hidden .header-inner .menu-buttons-wrapper .lang-switch .language-selector li:first-of-type::after {
  content: "/";
  padding-left: 4px;
  transition: all 0.6s;
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  transform: translateY(-1px);
}
.header-menu-hidden .header-inner .menu-buttons-wrapper .lang-switch .language-selector li:nth-of-type(2) {
  padding-left: 3px;
}
.header-menu-hidden .header-inner .menu-buttons-wrapper .lang-switch .language-selector .font-button.active {
  font-weight: bold;
}
.header-menu-hidden .header-inner .menu-buttons-wrapper .hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  cursor: pointer;
  border: solid 1px var(--c-black);
  padding: 1px 12px 2px 15px;
  border-radius: 100px;
  transition: background-color 0.6s;
  transition: color 0.6s;
}
@media only screen and (min-width: 1024px) {
  .header-menu-hidden .header-inner .menu-buttons-wrapper .hamburger:hover {
    background-color: var(--c-black);
    color: white;
  }
  .header-menu-hidden .header-inner .menu-buttons-wrapper .hamburger:hover .svg-hamburger line {
    stroke: white;
  }
}
@media only screen and (max-width: 1024px) {
  .header-menu-hidden .header-inner .menu-buttons-wrapper .hamburger {
    border: unset;
    padding: unset;
  }
}
.header-menu-hidden .header-inner .menu-buttons-wrapper .hamburger .svg-close {
  display: none;
}
.header-menu-hidden .header-inner .navigation {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  opacity: 0;
  background: #261C1C;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  transition: opacity 0.4s;
}
.header-menu-hidden .header-inner .navigation .navigation__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 75px;
  max-width: var(--desktop-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu > li {
  padding-top: 45px;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 305px;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu li a {
  display: inline-block;
  position: relative;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu li.current-menu-item a {
  font-weight: 300;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu li.current-menu-item a::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  background-color: white;
  bottom: -0.5px;
  height: 1.5px;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu .menu-item-has-children .sub-menu {
  transition: all 0.6s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu .menu-item-has-children .sub-menu > li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: solid 1px white;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu .menu-item-has-children .sub-menu > li a {
  margin-left: 12px;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu .menu-item-has-children.expanded .sub-menu {
  max-height: 500px;
  opacity: 1;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu .menu-item-has-children > a::after {
  transition: all 0.6s;
  content: "";
  background-image: url(../assets/icons/arrow_expand.svg);
  display: inline-block;
  width: 22px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .menu .menu-item-has-children.expanded > a::after {
  transform: rotateX(180deg);
}
.header-menu-hidden .header-inner .navigation .navigation__inner .copyright {
  padding-top: 45px;
  color: white;
}
.header-menu-hidden .header-inner .navigation .navigation__inner .copyright a {
  color: white;
}

html.menu-active {
  overflow: hidden;
}
html.menu-active .header-menu-hidden .header-inner {
  background: var(--c-background);
}
html.menu-active .header-menu-hidden .header-inner .logo a {
  color: white;
  transition: 0.3s ease;
}
html.menu-active .header-menu-hidden .header-inner .menu-buttons-wrapper .lang-switch {
  display: none;
}
html.menu-active .header-menu-hidden .header-inner .menu-buttons-wrapper .contact-button {
  display: none;
}
html.menu-active .header-menu-hidden .header-inner .menu-buttons-wrapper .hamburger {
  border: unset;
  padding: unset;
}
html.menu-active .header-menu-hidden .header-inner .menu-buttons-wrapper .hamburger span {
  display: none;
}
html.menu-active .header-menu-hidden .header-inner .menu-buttons-wrapper .hamburger .svg-hamburger {
  display: none;
}
html.menu-active .header-menu-hidden .header-inner .menu-buttons-wrapper .hamburger .svg-close {
  display: block;
}
html.menu-active .header-menu-hidden .header-inner .navigation {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page-template-home .header-menu-visible {
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}

body:not(.home) .content .wsg-text {
  max-width: 775px;
}
@media only screen and (max-width: 980px) {
  body:not(.home) .content .wsg-text h1, body:not(.home) .content .wsg-text h2, body:not(.home) .content .wsg-text h3, body:not(.home) .content .wsg-text h4, body:not(.home) .content .wsg-text h5, body:not(.home) .content .wsg-text h6, body:not(.home) .content .wsg-text p {
    text-align: left !important;
  }
}
body:not(.home) .content .wsg-text h1 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 980px) {
  body:not(.home) .content .wsg-text h1 {
    margin-bottom: 40px;
  }
}
body:not(.home) .content .wsg-text h2, body:not(.home) .content .wsg-text h3, body:not(.home) .content .wsg-text h4, body:not(.home) .content .wsg-text h5, body:not(.home) .content .wsg-text h6 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  body:not(.home) .content .wsg-text h2, body:not(.home) .content .wsg-text h3, body:not(.home) .content .wsg-text h4, body:not(.home) .content .wsg-text h5, body:not(.home) .content .wsg-text h6 {
    margin-bottom: 20px;
  }
}
body:not(.home) .content .wsg-text ul {
  margin-bottom: var(--text-margin-vertical-medium);
}
body:not(.home) .content .wsg-text ul li {
  display: list-item;
  list-style: disc;
  list-style-position: inside;
  margin: 0;
}
body:not(.home) .content .wsg-text p {
  margin-bottom: 1em;
  font-size: 0.9rem;
}
body:not(.home) .content .wsg-text p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
  body:not(.home) .content .wsg-text p {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
body:not(.home) .content .wsg-text p + h2, body:not(.home) .content .wsg-text p + h3, body:not(.home) .content .wsg-text p + h4, body:not(.home) .content .wsg-text p + h5, body:not(.home) .content .wsg-text p + h6 {
  margin-top: 100px;
}
@media only screen and (max-width: 980px) {
  body:not(.home) .content .wsg-text p + h2, body:not(.home) .content .wsg-text p + h3, body:not(.home) .content .wsg-text p + h4, body:not(.home) .content .wsg-text p + h5, body:not(.home) .content .wsg-text p + h6 {
    margin-top: 40px;
  }
}
body:not(.home) .content .wsg-text a {
  text-decoration: underline;
}

.end-link {
  display: flex;
  padding-top: 130px;
}
@media only screen and (max-width: 980px) {
  .end-link {
    padding-top: 80px;
  }
}
.end-link svg {
  transform: rotate(180deg);
  margin-right: 10px;
}

.blog-item h3 {
  padding: 13px 0px 0px 0px;
}
@media only screen and (max-width: 980px) {
  .blog-item h3 {
    padding: 10px 0px 0px 0px;
  }
}
.blog-item img {
  aspect-ratio: 509/260;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.error404 .section-error {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 980px) {
  .error404 .section-error {
    display: block;
  }
}
.error404 .section-error .section-error-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error404 .section-error .section-error-inner .error-text {
  padding-top: 31px;
}
@media only screen and (max-width: 980px) {
  .error404 .section-error .section-error-inner .error-text {
    padding-top: 10px;
    max-width: 250px;
    text-align: center;
  }
}
.error404 .section-error .section-error-inner .end-link {
  padding: 31px 0 0 0;
}

.cookie-policy .cookie-policy__text, .cookie-policy .cookie-policy__table {
  margin-top: 40px;
}

.page-template-front-page .col-container {
  display: flex;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .col-container {
    flex-direction: column;
  }
}
.page-template-front-page .col-left {
  max-width: 441px;
  width: 25%;
  padding-right: 20px;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .col-left {
    max-width: 100%;
    width: unset;
    padding-right: unset;
  }
}
.page-template-front-page .col-right {
  max-width: 1313px;
  width: 75%;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .col-right {
    max-width: 100%;
    width: unset;
  }
}
.page-template-front-page .accordion .col-right {
  max-width: unset;
  width: 100%;
}
.page-template-front-page .flex {
  display: flex;
  justify-content: space-between;
}
.page-template-front-page .section-hero-image {
  aspect-ratio: 1877/555;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-hero-image {
    aspect-ratio: 457/300;
    min-height: 50vh;
  }
}
.page-template-front-page .section-hero-image img {
  max-width: 100%;
  height: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-front-page .section-introductie {
  margin-top: 66px;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-introductie {
    margin-top: 30px;
  }
}
.page-template-front-page .section-introductie .introductie__bottom {
  margin-top: 95px;
  padding-top: 24px;
  border-top: solid 1px black;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-introductie .introductie__bottom {
    margin-top: 80px;
    position: relative;
    justify-content: space-between;
  }
}
.page-template-front-page .section-introductie .introductie__bottom .col-right {
  display: flex;
  justify-content: space-between;
}
.page-template-front-page .section-introductie .introductie__bottom .col-right .introductie__afbeelding img {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 1250px) {
  .page-template-front-page .section-introductie .introductie__bottom .col-right .introductie__afbeelding img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-introductie .introductie__bottom .col-right .introductie__afbeelding img {
    max-width: 160px;
  }
}
.page-template-front-page .section-introductie .introductie__bottom .col-right .introductie__tekst {
  padding-left: 30px;
  max-width: 867px;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-introductie .introductie__bottom .col-right .introductie__tekst {
    padding-left: unset;
    padding-top: 32px;
    max-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.page-template-front-page .section-introductie .introductie__bottom .col-right .introductie__tekst .button {
  margin-top: 25px;
}
.page-template-front-page .section-cv {
  position: relative;
  min-height: 800px;
  margin-top: 100px;
  padding-top: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv {
    margin-top: 300px;
    padding-top: 160px;
    min-height: unset;
  }
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv .col-container {
    flex-direction: unset;
    align-items: flex-start;
  }
}
.page-template-front-page .section-cv .cv-background-container {
  position: absolute;
  top: -350px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv .cv-background-container {
    top: -160px;
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 450px) {
  .page-template-front-page .section-cv .cv-background-container {
    top: 393px;
    transform: scale(2);
  }
}
.page-template-front-page .section-cv .cv-background-container .cv-background-container-inner {
  position: relative;
}
.page-template-front-page .section-cv .cv-background-container .cv-background-container-inner .cv-background-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  filter: blur(50px);
  will-change: filter;
  opacity: 80%;
}
.page-template-front-page .section-cv .accordion-title {
  padding-bottom: 33px;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv .accordion-title {
    padding-bottom: 15px;
  }
}
.page-template-front-page .section-cv .acc-2-title, .page-template-front-page .section-cv .acc-3-title {
  margin-top: 54px;
}
.page-template-front-page .section-cv .accordion .unit-style {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: solid 1px black;
  transition: all 0.6s;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv .accordion .unit-style {
    padding-top: 0px;
    padding-bottom: 14px;
  }
}
.page-template-front-page .section-cv .accordion .unit__top {
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv .accordion .unit__top {
    display: block;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv .accordion .unit__top p, .page-template-front-page .section-cv .accordion .unit__top h4 {
    display: inline;
  }
}
.page-template-front-page .section-cv .accordion .unit__top h4 {
  padding-right: 8px;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv .accordion .unit__top h4 {
    padding-right: 4px;
  }
}
.page-template-front-page .section-cv .accordion .unit__top p {
  padding-bottom: 3px;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv .accordion .col-left p {
    transform: translateY(7px);
  }
}
.page-template-front-page .section-cv .accordion .accordion__unit .accordion__button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv .accordion .accordion__unit .accordion__button .accordion__button-inner .col-right .button__arrow {
    transform: translateY(3px);
  }
}
.page-template-front-page .section-cv .accordion .accordion__unit .accordion__button .accordion__button-inner .col-right .button__arrow .expand-arrow {
  transition: all 0.6s;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv .accordion .accordion__unit .accordion__button .accordion__button-inner .col-right .button__arrow .expand-arrow {
    width: 27px;
    height: 27px;
  }
}
.page-template-front-page .section-cv .accordion .accordion__unit .accordion__tekst {
  text-align: left;
}
.page-template-front-page .section-cv .accordion .accordion__unit .accordion__tekst p {
  width: 80%;
  max-width: 655px;
}
.page-template-front-page .section-cv .accordion .accordion__unit .accordion__tekst p, .page-template-front-page .section-cv .accordion .accordion__unit .accordion__tekst a {
  transition: all 0.7s;
  height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}
.page-template-front-page .section-cv .accordion .accordion__unit .accordion__tekst a {
  display: block;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cv .accordion .accordion__unit-nonclick.unit-style {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page-template-front-page .section-cv .accordion .accordion__unit.expanded .accordion__button .accordion__button-inner .col-right .button__arrow .expand-arrow {
  transform: rotate(180deg);
}
.page-template-front-page .section-cv .accordion .accordion__unit.expanded .accordion__tekst p, .page-template-front-page .section-cv .accordion .accordion__unit.expanded .accordion__tekst a {
  height: auto;
  opacity: 1;
}
.page-template-front-page .section-cv .accordion .accordion__unit.expanded .accordion__tekst p {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-template-front-page .section-afbeelding-twee {
  margin-top: 80px;
}
.page-template-front-page .section-afbeelding-twee p {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-afbeelding-twee p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page-template-front-page .section-afbeelding-twee img {
  aspect-ratio: 2559/1097;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-afbeelding-twee img {
    aspect-ratio: 2/3;
  }
}
.page-template-front-page .section-cta {
  padding-top: 220px;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cta {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cta.col-container {
    flex-direction: unset;
  }
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cta.col-container .col-left {
    max-width: 100%;
    width: 25%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cta.col-container .col-right {
    width: 75%;
  }
}
.page-template-front-page .section-cta.col-container .col-right .wsg-text {
  width: 75%;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-cta.col-container .col-right .wsg-text {
    width: unset;
  }
}
.page-template-front-page .section-slider {
  margin-top: 220px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-slider {
    margin-top: 100px;
    padding-right: 0;
  }
}
.page-template-front-page .section-slider .section-slider-inner {
  padding-top: 24px;
  border-top: solid 1px black;
  padding-bottom: 110px;
  border-bottom: solid 1px var(--c-black);
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-slider .section-slider-inner {
    padding-top: unset;
    border-bottom: solid 1px black;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-slider .col-left {
    display: none;
  }
}
.page-template-front-page .section-slider .col-left .landen-desktop-item {
  color: var(--c-gray);
  transition: color 0.6s;
  font-size: 0.9rem;
  line-height: 2;
}
.page-template-front-page .section-slider .col-left .landen-desktop-item::before {
  content: "•";
  color: var(--c-gray);
  font-size: 0.9rem;
  margin-right: 5px;
}
.page-template-front-page .section-slider .col-left .landen-desktop-item.is-active {
  color: black;
  font-weight: bold;
}
.page-template-front-page .section-slider .col-left .landen-desktop-item.is-active::before {
  color: black;
}
.page-template-front-page .section-slider .slider .glide {
  position: unset !important;
}
.page-template-front-page .section-slider .slider .glide .glide__arrows {
  position: absolute;
  display: flex;
  left: 16.5%;
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  .page-template-front-page .section-slider .slider .glide .glide__arrows {
    left: 17.2%;
  }
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-slider .slider .glide .glide__arrows {
    display: none;
  }
}
.page-template-front-page .section-slider .slider .glide .glide__arrows .glide__arrow {
  box-shadow: unset !important;
  border: unset !important;
  top: 100% !important;
}
@media only screen and (max-width: 1440px) {
  .page-template-front-page .section-slider .slider .glide .glide__arrows .glide__arrow {
    padding: 9px 6px;
  }
}
.page-template-front-page .section-slider .slider .glide .glide__arrows .glide__arrow--left {
  position: unset !important;
}
.page-template-front-page .section-slider .slider .glide .glide__arrows .glide__arrow--right {
  position: unset !important;
}
.page-template-front-page .section-slider .slider .glide .glide__track {
  position: unset !important;
}
.page-template-front-page .section-slider .slider .glide .glide__track .glide__slides {
  position: unset !important;
}
.page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .land-tekst-los {
  position: absolute;
}
.page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .glide__slide {
  opacity: 0.4;
  transition: all 0.6s;
}
.page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .glide__slide .glide__slide--top {
  padding-bottom: 53px;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .glide__slide .glide__slide--top {
    padding-bottom: 40px;
  }
}
.page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .glide__slide .slide-land-tekst {
  display: none;
}
@media only screen and (max-width: 980px) {
  .page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .glide__slide .slide-land-tekst {
    display: inline;
  }
}
.page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .glide__slide .slide-land-tekst::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: var(--c-black);
  border-radius: 50%;
  margin-right: 2px;
  vertical-align: middle;
}
.page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .glide__slide .slide-image {
  aspect-ratio: 1015/586;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .glide__slide .slide-caption {
  padding: 8px 0;
}
.page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .glide__slide .slide-tekst {
  max-width: 1050px;
}
.page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .glide__slide .slide-link {
  display: inline-block;
  margin-top: 40px;
}
.page-template-front-page .section-slider .slider .glide .glide__track .glide__slides .glide__slide.glide__slide--active {
  opacity: 1;
}

.single .content .article-inner .article-title, .single .content .article-inner .featured-image {
  margin-bottom: 100px;
}
@media only screen and (max-width: 980px) {
  .single .content .article-inner .article-title, .single .content .article-inner .featured-image {
    margin-bottom: 40px;
  }
}
.single .content .article-inner .featured-image {
  width: 100%;
}
.single .content .article-inner .featured-image img {
  aspect-ratio: 1562/839;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single .content .article-inner .post-content .twee-afbeeldingen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 100px 0;
}
@media only screen and (max-width: 980px) {
  .single .content .article-inner .post-content .twee-afbeeldingen {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
  }
}
.single .content .article-inner .post-content .twee-afbeeldingen img {
  aspect-ratio: 774/518;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .end-link, .single .citaat {
  max-width: 775px;
  width: 100%;
}
.single .citaat {
  padding-bottom: 100px;
}
@media only screen and (max-width: 980px) {
  .single .citaat {
    padding-bottom: 80px;
  }
}
.single .citaat p {
  padding-top: 16px;
}
.single .caption {
  padding-top: 16px;
}
@media only screen and (max-width: 980px) {
  .single .caption {
    padding-top: 12px;
  }
}

.blog .content, .post-type-archive-boek .content, .post-type-archive-podcast .content {
  margin-top: 75px;
  padding-top: 85px;
}
@media only screen and (max-width: 980px) {
  .blog .content, .post-type-archive-boek .content, .post-type-archive-podcast .content {
    margin-top: 50px;
    padding-top: 40px;
  }
}
.blog .blog-top, .post-type-archive-boek .blog-top, .post-type-archive-podcast .blog-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .blog .blog-top, .post-type-archive-boek .blog-top, .post-type-archive-podcast .blog-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 980px) {
  .blog .blog-top, .post-type-archive-boek .blog-top, .post-type-archive-podcast .blog-top {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.blog .blog-top__left, .post-type-archive-boek .blog-top__left, .post-type-archive-podcast .blog-top__left {
  grid-column: 1;
}
@media only screen and (max-width: 1200px) {
  .blog .blog-top__left, .post-type-archive-boek .blog-top__left, .post-type-archive-podcast .blog-top__left {
    grid-column: unset;
  }
}
.blog .blog-top__left h1, .post-type-archive-boek .blog-top__left h1, .post-type-archive-podcast .blog-top__left h1 {
  padding-bottom: 40px;
}
.blog .blog-top__left p, .post-type-archive-boek .blog-top__left p, .post-type-archive-podcast .blog-top__left p {
  max-width: 500px;
}
.blog .blog-top__right, .post-type-archive-boek .blog-top__right, .post-type-archive-podcast .blog-top__right {
  grid-column: 3;
}
@media only screen and (max-width: 1200px) {
  .blog .blog-top__right, .post-type-archive-boek .blog-top__right, .post-type-archive-podcast .blog-top__right {
    grid-column: unset;
  }
}
.blog .blog-top__right-inner, .post-type-archive-boek .blog-top__right-inner, .post-type-archive-podcast .blog-top__right-inner {
  border-top: solid 1px var(--c-black);
}
.blog .blog-top__right-inner .filter-1, .post-type-archive-boek .blog-top__right-inner .filter-1, .post-type-archive-podcast .blog-top__right-inner .filter-1 {
  padding-top: 20px;
  padding-bottom: 24px;
}
.blog .blog-top__right-inner .font-mono-12, .post-type-archive-boek .blog-top__right-inner .font-mono-12, .post-type-archive-podcast .blog-top__right-inner .font-mono-12 {
  padding-bottom: 12px;
}
.blog .blog-body, .post-type-archive-boek .blog-body, .post-type-archive-podcast .blog-body {
  padding-top: 80px;
}
@media only screen and (max-width: 980px) {
  .blog .blog-body, .post-type-archive-boek .blog-body, .post-type-archive-podcast .blog-body {
    padding-top: 40px;
  }
}
.blog .wpc-filter-header, .post-type-archive-boek .wpc-filter-header, .post-type-archive-podcast .wpc-filter-header {
  display: none !important;
}
.blog .wpc-filters-section, .post-type-archive-boek .wpc-filters-section, .post-type-archive-podcast .wpc-filters-section {
  margin-bottom: 0 !important;
}
.blog .wpc-filters-ul-list, .post-type-archive-boek .wpc-filters-ul-list, .post-type-archive-podcast .wpc-filters-ul-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.blog .wpc-filters-ul-list input, .post-type-archive-boek .wpc-filters-ul-list input, .post-type-archive-podcast .wpc-filters-ul-list input {
  display: none;
}
.blog .wpc-checkbox-item, .post-type-archive-boek .wpc-checkbox-item, .post-type-archive-podcast .wpc-checkbox-item {
  margin-bottom: 0 !important;
}
.blog .wpc-filters-main-wrap .wpc-term-item-content-wrapper, .post-type-archive-boek .wpc-filters-main-wrap .wpc-term-item-content-wrapper, .post-type-archive-podcast .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
  display: inline-block !important;
}
.blog a.wpc-filter-link, .post-type-archive-boek a.wpc-filter-link, .post-type-archive-podcast a.wpc-filter-link {
  margin-right: 0 !important;
}
@media only screen and (max-width: 980px) {
  .blog li.wpc-term-item, .post-type-archive-boek li.wpc-term-item, .post-type-archive-podcast li.wpc-term-item {
    padding: 0 !important;
  }
}
.blog label, .post-type-archive-boek label, .post-type-archive-podcast label {
  padding: 8px 15px;
  border: solid 1px var(--c-gray);
  border-radius: 100px;
  text-transform: uppercase;
  color: var(--c-gray);
  font-size: 15px;
  transition: all 0.6s;
}
@media only screen and (max-width: 980px) {
  .blog label, .post-type-archive-boek label, .post-type-archive-podcast label {
    font-size: 12px;
    padding: 9px 12px;
  }
}
.blog label a, .post-type-archive-boek label a, .post-type-archive-podcast label a {
  color: var(--c-gray);
}
.blog label:hover, .post-type-archive-boek label:hover, .post-type-archive-podcast label:hover {
  background-color: var(--c-black);
  border: solid 1px var(--c-black);
}
.blog label::before, .post-type-archive-boek label::before, .post-type-archive-podcast label::before {
  content: "#";
  margin-right: 10px;
}
.blog .wpc-term-selected label, .post-type-archive-boek .wpc-term-selected label, .post-type-archive-podcast .wpc-term-selected label {
  background-color: var(--c-black);
  border: solid 1px var(--c-black);
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 60px;
}
@media only screen and (max-width: 1200px) {
  .grid-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 980px) {
  .grid-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.pagination {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  width: 100vw;
  max-width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1910px) {
  .pagination {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--desktop-max-width);
  }
}
@media only screen and (max-width: 980px) {
  .pagination {
    margin-top: 80px;
    justify-content: left;
  }
}
.pagination .nav-links {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  gap: 15px;
  color: var(--c-black);
  font-family: "DM Sans";
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  text-transform: uppercase;
  text-underline-offset: 3px;
}
@media only screen and (max-width: 980px) {
  .pagination .nav-links {
    font-size: 0.65rem;
    line-height: 1.5;
  }
}
.pagination .nav-links a {
  text-decoration: underline;
}
.pagination .nav-links .page-numbers.current {
  color: var(--c-gray);
  text-decoration: none;
}
.pagination .nav-links .next.page-numbers::after {
  content: "";
  background-image: url(../assets/icons/next.svg);
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.pagination .nav-links .prev.page-numbers::before {
  content: "";
  transform: rotateY(180deg);
  background-image: url(../assets/icons/next.svg);
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.page-template-contact .top {
  padding-bottom: 80px;
}
.page-template-contact .contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: solid 1px var(--c-black);
}
@media only screen and (max-width: 980px) {
  .page-template-contact .contact__inner {
    display: flex;
    flex-direction: column;
  }
}
.page-template-contact .contact__inner-right {
  padding-top: 17px;
}
.page-template-contact .contact__inner-left {
  padding-top: 17px;
}
.page-template-contact .wpforms-container {
  font-family: "DM Mono";
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--c-black);
  margin-top: 0 !important;
}
@media only screen and (max-width: 980px) {
  .page-template-contact .wpforms-container {
    font-size: 16px;
    line-height: 1.33;
  }
}
.page-template-contact .wpforms-container .wpforms-field {
  padding: unset !important;
  padding-top: 16px !important;
}
.page-template-contact .wpforms-container .wpforms-field-name .wpforms-field-row-block {
  width: 100% !important;
  padding: 0 !important;
  margin-top: 16px !important;
}
.page-template-contact .wpforms-container #wpforms-158-field_1-container {
  padding-top: 0 !important;
}
.page-template-contact .wpforms-container input[type=text], .page-template-contact .wpforms-container input[type=email], .page-template-contact .wpforms-container input[type=tel], .page-template-contact .wpforms-container textarea {
  border: none !important;
  border-bottom: 1px solid var(--c-gray) !important;
  background: transparent !important;
  outline: none !important;
  padding: 0.5rem 0 !important;
  width: 100% !important;
  font: inherit !important;
  border-radius: 0% !important;
  color: var(--c-black);
}
.page-template-contact .wpforms-container input[type=text]:focus, .page-template-contact .wpforms-container input[type=email]:focus, .page-template-contact .wpforms-container input[type=tel]:focus, .page-template-contact .wpforms-container textarea:focus {
  outline: none !important;
  border: none !important;
  box-shadow: 0 1px 0 0 var(--c-gray) !important;
  border-bottom: solid 1px var(--c-gray);
}
.page-template-contact .wpforms-container textarea {
  resize: none !important;
}
.page-template-contact .wpforms-container input::-moz-placeholder, .page-template-contact .wpforms-container textarea::-moz-placeholder {
  color: var(--c-black) !important;
  opacity: 1 !important;
}
.page-template-contact .wpforms-container input::placeholder,
.page-template-contact .wpforms-container textarea::placeholder {
  color: var(--c-black) !important;
  opacity: 1 !important;
}
.page-template-contact .wpforms-container .wpforms-field-label-inline {
  font-family: "DM Sans" !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.6 !important;
  color: var(--c-black) !important;
}
@media only screen and (max-width: 980px) {
  .page-template-contact .wpforms-container .wpforms-field-label-inline {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}
.page-template-contact .wpforms-container input[type=checkbox]:checked {
  accent-color: var(--c-black);
}
.page-template-contact .wpforms-container input[type=checkbox]:focus {
  outline: none !important;
  box-shadow: none !important;
}
.page-template-contact .wpforms-container input[type=checkbox]:checked:after {
  border-left: 4px solid var(--c-black);
  border-bottom: 4px solid var(--c-black);
}
.page-template-contact .wpforms-container input[type=checkbox]:checked:before {
  border-color: var(--c-black);
  box-shadow: 0 0 0 1px var(--c-black);
}
.page-template-contact .wpforms-container .wpforms-submit {
  border: solid 1px var(--c-black) !important;
  background-color: transparent !important;
  font-family: "DM Mono" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 0.75rem !important;
  line-height: 1 !important;
  color: var(--c-black) !important;
  border-radius: 20px;
  margin-top: 40px;
  padding: 12px 44px;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 980px) {
  .page-template-contact .wpforms-container .wpforms-submit {
    font-size: 0.6rem;
    line-height: 1.33;
  }
}
.page-template-contact .wpforms-container .wpforms-submit:hover {
  background-color: var(--c-black) !important;
  color: white !important;
}
.page-template-contact .wpforms-container .wpforms-confirmation-container-full {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.layout {
  padding-top: 200px;
}
@media only screen and (max-width: 980px) {
  .layout {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 980px) {
  .layout:first-of-type {
    padding-top: 40px;
  }
}

.layout-cta {
  border-top: solid 1px var(--c-black);
  margin-top: 200px;
}
@media only screen and (max-width: 980px) {
  .layout-cta {
    margin-top: 80px;
  }
}

.two-col-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}
@media only screen and (max-width: 980px) {
  .two-col-50-50 {
    gap: 80px;
    display: flex;
    flex-direction: column;
  }
}
.two-col-50-50__left, .two-col-50-50__right {
  max-width: 640px;
}
.two-col-50-50__left {
  padding-right: 155px;
}
@media only screen and (max-width: 980px) {
  .two-col-50-50__left {
    padding-right: 0px;
  }
}

.layout-cta.two-col-50-50 .two-col-50-50__left {
  max-width: 405px;
}
@media only screen and (max-width: 980px) {
  .layout-cta.two-col-50-50 {
    display: flex;
    flex-direction: unset;
    gap: 20px;
  }
  .layout-cta.two-col-50-50 .two-col-50-50__left {
    width: 35%;
  }
  .layout-cta.two-col-50-50 .two-col-50-50__right {
    width: 65%;
  }
}

@media only screen and (max-width: 980px) {
  .layout-heading-tekst.two-col-50-50, .layout-tekst-tekst.two-col-50-50 {
    gap: 20px;
  }
}

.max-width {
  max-width: 400px;
}
@media only screen and (max-width: 980px) {
  .max-width {
    max-width: unset;
  }
}

.tekst-onder-button {
  margin-top: 40px;
  max-width: 495px !important;
}
@media only screen and (max-width: 980px) {
  .tekst-onder-button {
    margin-top: 20px;
  }
}

.page-template-styledpage .content .article-inner .article-title {
  margin-bottom: 40px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.page-template-styledpage .content .article-inner .subtitel-wrapper {
  display: flex;
  justify-content: center;
}
.page-template-styledpage .content .article-inner .styled-page-subtitel {
  text-align: center;
  max-width: 645px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 980px) {
  .page-template-styledpage .content .article-inner .styled-page-subtitel {
    margin-bottom: 40px;
  }
}
.page-template-styledpage .content .article-inner .featured-image, .page-template-styledpage .content .article-inner .afbeelding {
  width: 100%;
}
.page-template-styledpage .content .article-inner .featured-image img, .page-template-styledpage .content .article-inner .afbeelding img {
  aspect-ratio: 1562/839;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .page-template-styledpage .content .article-inner .wsg-text ul {
    padding-left: 35px;
    max-width: 340px;
  }
}
.page-template-styledpage .content .article-inner .wsg-text ul li {
  list-style: none;
  list-style-position: outside;
  position: relative;
}
.page-template-styledpage .content .article-inner .wsg-text ul li::before {
  content: "";
  background-image: url(../assets/icons/vink.svg);
  display: inline-block;
  width: 18px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  top: 9px;
  left: -45px;
}
.page-template-styledpage .citaat p {
  padding-top: 16px;
}
.page-template-styledpage .caption {
  padding-top: 16px;
}
@media only screen and (max-width: 980px) {
  .page-template-styledpage .caption {
    padding-top: 12px;
  }
}

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