@charset "UTF-8";
/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* Grid settings */
/* Framework settings */
/* Breakpoints divided by 16 example ( 1024/16=64 ) */
/* Dimensions settings */
/* Styling */
/* Animations */
/* Typography */
/* Color settings */
/* Form styling */
/* Responsive */
/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * A normalize plugin to make browsers behave more equal
 *
 * - More info: github.com/necolas/normalize.css
 * - With this file we don't need to use a reset stylesheet
 *
 * ====================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select { /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea { /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * You can also use these class names in your own styling as extends or mixins
 *
 * ====================================================================== */
.clearfix:after,
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.nomargin,
.nom {
  margin: 0;
}

.nopadding .nop {
  padding: 0;
}

.nomp {
  margin: 0;
  padding: 0;
}

.block {
  display: block;
}

.dnone {
  display: none;
}

.inline {
  display: inline;
}

.center {
  display: block;
  margin: auto;
}

.hide,
.hidden {
  position: absolute;
  left: -9999px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
}

.cleft {
  clear: left;
}

.cright {
  clear: right;
}

.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.vbottom {
  vertical-align: bottom;
}

.vmiddle {
  vertical-align: middle;
}

.vtop {
  vertical-align: top;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.overflow {
  overflow: hidden;
}

.b,
.bold,
.strong {
  font-weight: bold;
}

.i,
.em,
.italic {
  font-style: italic;
}

.normal {
  font-weight: normal;
}

.u,
.underline {
  text-decoration: underline;
}

.tnone {
  text-decoration: none;
}

.small {
  font-size: 0.9em;
}

.lower {
  text-transform: lowercase;
}

.upper {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.default {
  cursor: default;
}

.pointer,
.js-hover {
  cursor: pointer;
}

.mobiletext {
  display: none;
}

.break-word {
  -ms-word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.hide-from-layout {
  display: none !important;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 * Gradient (modern)
 * ========================================================================= */
/* =========================================================================
 * Filters
 * ========================================================================= */
/* =========================================================================
 * Border & appearance
 * ========================================================================= */
/* =========================================================================
 * Transitions
 * ========================================================================= */
/* =========================================================================
 * Shadow
 * ========================================================================= */
/* =========================================================================
 * User select (keep prefixes – still useful)
 * ========================================================================= */
/* =========================================================================
 * Columns
 * ========================================================================= */
/* =========================================================================
 * Animations
 * ========================================================================= */
/* =========================================================================
 * Transforms
 * ========================================================================= */
/* =========================================================================
 * Centering helpers
 * ========================================================================= */
/* =========================================================================
 * Full screen background
 * ========================================================================= */
/* =========================================================================
 * Responsive ratio object
 * ========================================================================= */
/* =========================================================================
 *
 * This stylesheet makes elements behave the way wants them to
 *
 * ====================================================================== */
address {
  font-style: normal;
}

picture {
  display: block;
  width: 100%;
}

img {
  max-width: 100%;
  display: block;
  position: relative;
  font-size: 1.4rem;
}
img:before {
  display: flex;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1D1D1B;
  text-align: center;
}
img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "✖ " attr(alt);
  color: #5c5c5c;
}
img[src*=".svg"] {
  max-width: none;
  width: 100%;
}

ul,
ol {
  list-style: none;
}

td,
dd,
figure {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

iframe {
  border: 0;
}

hr {
  height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  display: block;
  clear: both;
}

[href^="tel:"] {
  cursor: text;
  text-decoration: none;
  color: #5c5c5c;
}
[href^="tel:"]:hover, [href^="tel:"]:focus {
  color: currentColor;
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.preload * {
  transition: none;
}

/* =========================================================================
 *
 * Making the CSS flex box work cross browser
 *
 * - The source can be found here: https://gist.github.com/jayj/4012969
 * - Some custom changes have been made so don't replace the files below with the source above
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * This stylesheet handles the main columns of the layout:
 * - Left column
 * - Middle column
 * - Right column
 *
 * More info about the semantics of the website can be found on: http://html5doctor.com/
 *
 * ====================================================================== */
html,
body {
  overflow-x: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html {
  box-sizing: border-box;
}

body {
  background: #D2DBDA;
}

.page-website-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
@media (max-width: 63.9em) {
  .page-website-wrapper {
    height: auto;
  }
}

.page-wrapper {
  flex-grow: 1;
  align-content: center;
}

.page-wrapper > .inner {
  background: none;
}

.page-content {
  margin-left: calc(-1 * 1.2rem);
  margin-right: calc(-1 * 1.2rem);
}

.page-column, .page-right, .page-left, .page-middle {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.page-middle {
  flex-grow: 1;
  order: 2;
  gap: 4rem;
  min-width: calc(100% - 50%);
}

.page-left {
  order: 1;
  width: 25%;
}

.page-right {
  order: 3;
  width: 25%;
}

.page-extra-content {
  order: 4;
}

.inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
  max-width: 117.6rem;
  position: relative;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
.page-overview {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
.page-overview[data-alignment=center] {
  justify-content: center;
}
.page-overview[data-alignment=right] {
  justify-content: flex-end;
}
.page-overview[data-gutter="1"] {
  margin-left: calc(-2.4rem / 2);
  margin-right: calc(-2.4rem / 2);
  margin-bottom: 0;
}
.page-overview[data-gutter="1"] > .page-overview-block {
  padding-left: calc(2.4rem / 2);
  padding-right: calc(2.4rem / 2);
  margin-bottom: 2.4rem;
}
.page-overview[data-gutter="1"] > h1,
.page-overview[data-gutter="1"] > h2 {
  padding-left: calc(2.4rem / 2);
  padding-right: calc(2.4rem / 2);
}
.page-overview[data-gutter="0"] .text {
  padding-left: calc(2.4rem / 2);
  padding-right: calc(2.4rem / 2);
}
.page-overview > h1,
.page-overview > h2 {
  width: 100%;
}

.extra-column-wrapper {
  flex-grow: 1;
  padding: 0 calc(2.4rem / 2);
}

@keyframes scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
[data-width]:not(.wrapper-is-loaded) {
  position: relative;
  min-height: calc(2.4rem * 10);
}
[data-width]:not(.wrapper-is-loaded) .page-overview-block {
  display: none;
}
[data-width]:not(.wrapper-is-loaded)::before {
  animation: scale 1s linear infinite;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 4px solid #D2DBDA;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(2.4rem * 10);
  height: calc(2.4rem * 10);
  margin-top: calc(-2.4rem * 5);
  margin-left: calc(-2.4rem * 5);
  color: #D2DBDA;
  text-align: center;
}

[data-width] .page-overview-block {
  flex-grow: 1;
}
[data-columns="1"] > .page-overview-block {
  width: 100%;
}
[data-columns="2"] > .page-overview-block {
  width: 50%;
}
[data-columns="3"] > .page-overview-block {
  width: 33.3333333333%;
}
[data-columns="4"] > .page-overview-block {
  width: 25%;
}
[data-columns="5"] > .page-overview-block {
  width: 20%;
}
[data-columns="6"] > .page-overview-block {
  width: 16.6666666667%;
}
.page-overview-block .image {
  position: relative;
  padding-top: 66.6666666667%;
}
.page-overview-block .image > div {
  display: block !important;
  max-width: none !important;
  height: 100% !important;
  padding: 0 !important;
}
.page-overview-block .image img {
  position: absolute !important;
  width: 100% !important;
  height: auto !important;
  left: 0 !important;
  top: 0 !important;
}
.page-overview-block .image[data-image-alignment=center] img {
  transform: translateY(-50%);
  top: 50% !important;
}
.page-overview-block .image[data-image-alignment=bottom] img {
  top: auto !important;
  bottom: 0 !important;
}
[data-gutter="1"] .page-overview-block .image {
  margin-bottom: 2.4rem;
}

.page-overview-block-inner {
  display: block;
  text-decoration: none;
  width: 100%;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * All text styles are set here
 *
 * ====================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "Source Code Pro", monospace;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #5c5c5c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

h1,
h2,
legend,
h3,
h4 {
  font-family: "Source Code Pro", monospace;
  line-height: 1.333;
  text-rendering: optimizelegibility;
  margin: 0;
}
.touch-device h1,
.touch-device h2,
.touch-device legend,
.touch-device h3,
.touch-device h4 {
  text-rendering: optimizeSpeed;
}

h1 {
  font-size: 3.6rem;
}

h2, legend {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

p,
address,
ul,
ol,
table,
blockquote,
dl,
hr {
  margin: 0 0 2.4rem;
  padding: 0;
}

.iconFont {
  font-family: "klaas-lageweg";
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Here the basic behaviour of buttons is set
 *
 * ====================================================================== */
a * {
  transition: none;
}

.btn, button,
[type=submit] {
  display: inline-block;
  margin-bottom: 2.4rem;
  cursor: pointer;
  text-align: center;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Main navigation styling (in the header)
 *
 * ====================================================================== */
.page-mainmenu li {
  position: relative;
}
.page-mainmenu .level-1 {
  display: flex;
  margin-bottom: 0;
}
.page-mainmenu .level-1-item > a {
  display: inline-block;
}
.page-mainmenu .level-1-item ul {
  position: absolute;
  margin: 0;
}
.page-mainmenu .level-1-item:last-child .level-2 {
  left: auto;
  right: 0;
}
.page-mainmenu .level-2 {
  left: 0;
  top: 100%;
  z-index: 10;
}
.page-mainmenu .level-2 a {
  display: block;
}
.page-mainmenu .level-2 ul {
  left: 100%;
  top: 0;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Responsive navigation
 *
 * ====================================================================== */
.page-header,
.page-website-wrapper {
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  will-change: transform;
}

.nav-trigger {
  display: none;
}

.nav-toggle {
  transition: 0.3s ease-in-out;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  position: fixed;
  font-size: 1.4rem;
  text-align: center;
  z-index: 10;
  width: 4.8rem;
  height: 4.8rem;
  background: #fff;
}
.nav-toggle .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 2.4rem;
}
.nav-toggle span {
  cursor: pointer;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  transition: 0.15s ease-in-out;
  height: 0.2rem;
  background: #5c5c5c;
  width: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
}
.nav-toggle span:before {
  transform: translateY(-100%) translateY(1.2rem);
  content: "";
}
.nav-toggle span:after {
  transform: translateY(-1.2rem);
  content: "";
}

.page-mobile-nav-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 110;
}

.nav-closer {
  transition: 0.3s ease-in-out;
  will-change: opacity;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  cursor: url(/assets/img/cursor-close.png), auto;
  z-index: -1;
}

.nav-wrapper {
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  will-change: transform;
  height: 100%;
  background: #D2DBDA;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
}
.nav-wrapper a {
  display: block;
}
.nav-wrapper li {
  position: relative;
}
.nav-wrapper ul {
  margin: 0;
}
.nav-wrapper ul ul {
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.nav-wrapper .open-subnav {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.nav-wrapper .open-subnav:before {
  transition: 0.15s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* =========================================================================
 * Breakpoint styling
 * ====================================================================== */
@media (max-width: 37.9em) {
  .nav-toggle,
  .page-mobile-nav-container {
    display: block;
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-toggle span {
    background: transparent;
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-toggle span:before {
    transform: rotate(45deg);
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-toggle span:after {
    transform: rotate(-45deg);
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-closer {
    opacity: 1;
    visibility: visible;
  }
  /* =========================================================================
  * Responsive navigation – from the left
  * ========================================================================= */
  .nav-toggle {
    transform: translateX(-100%);
    left: 100%;
  }
  .page-mobile-nav-container {
    right: 0;
  }
  .nav-wrapper {
    transform: translate3d(24rem, 0, 0);
    width: 24rem;
    right: 0;
  }
  .nav-wrapper::before {
    transform: scaleX(-1);
    left: 0;
  }
  .nav-closer {
    right: 0;
  }
  .nav-trigger:checked ~ .page-header,
  .nav-trigger:checked ~ .page-website-wrapper {
    transform: translateX(calc(-24rem / (100% / 100%)));
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-toggle {
    transform: translateX(-100%) translateX(-24rem);
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-wrapper {
    transform: translateX(0);
  }
}
/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * For icons we use fontastic.me
 *
 * For more info see icons.scss in the project folder
 *
 * - Depends on the variable $icons in variables.scss
 *
 * ====================================================================== */
@font-face {
  font-family: "klaas-lageweg";
  src: url("/assets/fonts/klaas-lageweg.eot");
  src: url("/assets/fonts/klaas-lageweg.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/klaas-lageweg.woff") format("woff"), url("/assets/fonts/klaas-lageweg.ttf") format("truetype"), url("/assets/fonts/klaas-lageweg.svg#klaas-lageweg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Default form styling
 *
 * ====================================================================== */
/* default form elements */
[type=text],
[type=email],
[type=tel],
[type=password],
[type=number],
[type=search],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=time],
[type=week],
[type=url],
textarea,
select,
button {
  border-radius: 0.4rem;
  box-shadow: none;
  appearance: none;
  font-family: "Source Code Pro", monospace;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  width: 100%;
  min-height: 3.6rem;
  padding: 0 1.2rem;
  background: #fff;
  border: 1px solid #1D1D1B;
  display: block;
}
[type=text].disabled,
[type=email].disabled,
[type=tel].disabled,
[type=password].disabled,
[type=number].disabled,
[type=search].disabled,
[type=date].disabled,
[type=datetime].disabled,
[type=datetime-local].disabled,
[type=month].disabled,
[type=time].disabled,
[type=week].disabled,
[type=url].disabled,
textarea.disabled,
select.disabled,
button.disabled {
  opacity: 0.5;
}
[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=password]:focus,
[type=number]:focus,
[type=search]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=time]:focus,
[type=week]:focus,
[type=url]:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0;
  border-color: #5c5c5c;
}

[type=search]::-ms-clear {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

.style-select {
  border-radius: 0.4rem;
  box-shadow: none;
  height: 3.6rem;
  width: 100%;
  position: relative;
  border: solid 1px #1D1D1B;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
.style-select:before {
  display: block;
  right: 0;
  text-align: center;
  width: calc(3.6rem - 1px);
  line-height: calc(3.6rem - 2 * 1px);
  z-index: -1;
}
.style-select select {
  width: 100%;
  padding: 0 3.6rem 0 1.2rem;
  border: 0;
  text-indent: 0.01px;
  background: transparent;
  height: calc(3.6rem - 2 * 1px);
  min-height: 0;
}
.style-select select::-ms-expand {
  display: none;
}
.style-select.focus {
  border-color: #5c5c5c;
}

html:not(.touch-device) textarea::-webkit-scrollbar,
html:not(.touch-device) select[multiple]::-webkit-scrollbar {
  -webkit-border-radius: 6px;
  width: 12px;
  height: 12px;
  background: #fff;
}
html:not(.touch-device) textarea::-webkit-scrollbar-thumb,
html:not(.touch-device) select[multiple]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  background: #5c5c5c;
  border: 3px solid #fff;
}

select[multiple] {
  height: auto;
  padding: 0;
  overflow: auto;
}
select[multiple] option {
  padding: 0.6rem 1.2rem;
  word-wrap: break-word;
}

textarea {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

::-webkit-input-placeholder {
  color: #5c5c5c;
}

::-moz-placeholder {
  color: #5c5c5c;
}

:-moz-placeholder {
  color: #5c5c5c;
}

:-ms-input-placeholder {
  color: #5c5c5c;
}

/* submit buttons */
button,
[type=submit] {
  appearance: none;
  width: auto;
}
button:focus,
[type=submit]:focus {
  outline: 0;
}

/* form heading */
/* form tooltip */
.form-tooltip[data-title] {
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.form-tooltip[data-title]:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  left: auto;
  right: 0;
}

/* descriptions for inputs */
.form-description {
  display: block;
  clear: both;
  color: #5c5c5c;
  margin: 0;
  font-size: 1.4rem;
  font-style: italic;
  padding-top: 0.6rem;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Default component styling, applies to all components.
 *
 * ====================================================================== */
.compblock {
  margin-bottom: 2.4rem;
}
@media (max-width: 35em) {
  .compblock {
    margin-bottom: 2.4rem;
  }
}
.compblock .compblock {
  margin-bottom: 0;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * alinea component styling
 *
 * ====================================================================== */
.comp-alinea strong,
.comp-alinea b {
  font-weight: bold;
}
.comp-alinea object,
.comp-alinea embed,
.comp-alinea iframe {
  width: 100% !important;
  margin-bottom: 2.4rem;
}
.comp-alinea img {
  margin-left: auto;
  margin-right: auto;
}
.comp-alinea img[style*="float:right"] {
  max-width: 100%/3;
  margin-right: 0;
  margin-left: 2.4rem;
}
.comp-alinea img[style*="float:left"] {
  max-width: 100%/3;
  margin-left: 0;
  margin-right: 2.4rem;
}
.comp-alinea .comp-youtube iframe {
  opacity: 1;
}
.comp-alinea > *:last-child {
  margin-bottom: 0;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Styling and 'imageuitlijning' component
 * - Also handles some CSS when zooming on images
 *
 * ====================================================================== */
.comp-image img,
.comp-imageuitlijning img {
  margin: auto;
  max-width: none;
  width: 100%;
}

.image-caption {
  margin: 0;
}

.comp-imageuitlijning.align-links {
  float: left;
  margin-right: 2.4rem;
}
.comp-imageuitlijning.align-rechts {
  float: right;
  margin-left: 2.4rem;
}
.comp-imageuitlijning.align-gecentreerd {
  width: 100%;
  clear: both;
}

html:not(.touch-device) [data-zoom] img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.zoom-container {
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: fade(rgba(0, 0, 0, 0.5), 0%);
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.zoom-container img {
  transform: translate(-50%, -50%);
  position: absolute;
}
.zoom-container .loader {
  z-index: 1;
  width: 36px;
  height: 36px;
}
.zoom-container .large-image {
  top: 50%;
  left: 50%;
  max-height: 100%;
}
.zoom-container.enlarge-image {
  background: rgba(0, 0, 0, 0.5);
}
.zoom-container.enlarge-image .loader {
  opacity: 0;
}
.zoom-container.enlarge-image .zoom-wrapper {
  top: 30px !important;
  right: 30px !important;
  left: 30px !important;
  bottom: 30px !important;
}

.zoom-wrapper {
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  position: absolute;
  display: block;
}

/* =========================================================================
 *
 * Styling 'quote' component
 *
 * ====================================================================== */
.comp-quote blockquote {
  margin: 0;
}

/* =========================================================================
*
* Project speficic styling
*
* - You may edit all files below
*
* ====================================================================== */
/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
body {
  font-family: "Source Code Pro", monospace;
  font-weight: normal;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.8rem;
  -webkit-text-size-adjust: none;
  color: #5c5c5c;
  background: #D2DBDA;
  min-height: 100vh;
}
@media (max-width: 30em) {
  body {
    font-size: 1.6rem;
  }
}

.page-logo {
  margin: 1.6rem;
  display: block;
  position: fixed;
  z-index: 10;
  top: 2.4rem;
  width: auto;
  height: auto;
  max-height: 7.6rem;
}
@media (max-width: 63.9em) {
  .page-logo {
    top: 2.4rem;
  }
}
@media (max-width: 30em) {
  .page-logo {
    left: 1.2rem;
    top: 1.2rem;
    max-width: 9.6rem;
  }
}
.page-logo a {
  position: relative;
  display: block;
}
.page-logo a:after {
  content: "";
  position: absolute;
  top: -1.6rem;
  left: -1.6rem;
  width: 30rem;
  height: 18rem;
  background: radial-gradient(ellipse 100% 100% at top left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: -1;
}

main {
  padding: 2.4rem;
  overflow-y: visible;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 63.9em) {
  main {
    flex-direction: column;
  }
}
@media (max-width: 30em) {
  main {
    font-size: 1.6rem;
    padding: 1.2rem;
  }
}
main .half {
  height: calc(100vh - 4.8rem);
  flex-basis: 50%;
  position: relative;
}
@media (max-width: 63.9em) {
  main .half {
    flex-basis: auto;
    height: auto;
  }
}
main .half .page-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
main .half.left:after {
  content: url("../img/texture-content.svg");
  position: absolute;
  top: 0;
  right: -32px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 63.9em) {
  main .half.left:after {
    transform: rotate(90deg) translate(0, 90%);
    transform-origin: 0 100%;
    right: -1.2rem;
    bottom: 1.6rem;
    top: auto;
  }
  .work main .half.left:after {
    transform: rotate(-90deg) translate(0, 0%);
    transform-origin: 0 0;
    left: -1.2rem;
    top: 1.6rem;
    bottom: auto;
    right: auto;
  }
}
main .half.left:before {
  content: url("../img/texture-content_2.svg");
  position: absolute;
  bottom: -7px;
  right: -1.2rem;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 63.9em) {
  main .half.left:before {
    transform: rotate(90deg) translate(0, 0);
    transform-origin: 0 100%;
    left: -1.2rem;
    bottom: 2.4rem;
    right: auto;
  }
  .work main .half.left:before {
    transform: rotate(-90deg) translate(0, -90%);
    transform-origin: 0 0;
    right: -1.2rem;
    top: 2.4rem;
    left: inherit;
    bottom: inherit;
  }
}
@media (max-width: 63.9em) {
  .shop main .half.left, .portfolio main .half.left {
    order: 2;
  }
}
main .half.right {
  overflow: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 63.9em) {
  main .half.right {
    overflow: visible;
  }
  .shop main .half.right, .portfolio main .half.right {
    padding-top: 9.6rem;
  }
}
main h1 {
  color: #5c5c5c;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(4rem, 4rem + 2.4 * (100vw - 32rem) / 112, 6.4rem);
  line-height: 1.25;
}
@media (max-width: 48em) {
  main h1 {
    font-size: 4rem;
  }
}
@media (max-width: 30em) {
  main h1 {
    font-size: 3.2rem;
  }
}
main p {
  margin: 0;
}
main p + p {
  margin: 2.4rem 0 0;
}
main p {
  clear: both;
}
main .comp-quote {
  padding: 0 4.8rem;
  max-width: 600px;
  margin: 7.2rem auto !important;
}
@media (max-width: 35em) {
  main .comp-quote {
    margin: 3.6rem auto !important;
    padding: 0 2.4rem;
  }
}
main .comp-cvlist dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
}
main .comp-cvlist dl dt {
  font-weight: 600;
  flex: 0 0 15%;
  overflow: hidden;
}
@media (max-width: 24em) {
  main .comp-cvlist dl dt {
    flex: 0 0 100%;
  }
}
main .comp-cvlist dl dd {
  flex: 85% 0 0;
  max-width: 85%;
  padding-bottom: 14px;
  align-self: flex-end;
}
@media (max-width: 24em) {
  main .comp-cvlist dl dd {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main .comp-cvlist dl dd .cvItem_link {
  text-decoration: none;
  display: block;
}
main .comp-cvlist dl dd .cvItem_link .cvItem_title {
  text-decoration: underline;
}
main .comp-cvlist dl dd .cvItem_link:hover .cvItem_title {
  text-decoration: none;
}
main .comp-cvlist dl dd .cvItem_caption {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  opacity: 0.5;
}
main .comp-cvlist dl dd:last-of-type {
  padding-bottom: 0;
}
main .comp-cvlist dl dd + dd {
  margin-left: 15%;
}
@media (max-width: 24em) {
  main .comp-cvlist dl dd + dd {
    margin-left: 0;
  }
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
.page-content {
  margin: auto;
  padding: 10.8rem 6rem;
}
@media (max-width: 63.9em) {
  .page-content {
    padding: 4.8rem 7.2rem 7.2rem;
  }
}
@media (max-width: 48em) {
  .page-content {
    padding: 4.8rem 4.8rem 4.8rem;
  }
}
@media (max-width: 35em) {
  .page-content {
    padding: 4.8rem 2.4rem 4.8rem;
  }
}
@media (max-width: 24em) {
  .page-content {
    padding: 4.8rem 1.2rem 4.8rem;
  }
}
@media (max-width: 63.9em) {
  .work .page-content {
    padding: 7.2rem 7.2rem 7.2rem;
  }
}
@media (max-width: 48em) {
  .work .page-content {
    padding: 7.2rem 4.8rem 4.8rem;
  }
}
@media (max-width: 35em) {
  .work .page-content {
    padding: 7.2rem 2.4rem 4.8rem;
  }
}
@media (max-width: 24em) {
  .work .page-content {
    padding: 7.2rem 1.2rem 4.8rem;
  }
}
.page-content .page-content-container .compblock {
  margin-bottom: 3.6rem;
}
.page-content .page-content-container .compblock:last-of-type {
  margin-bottom: 0;
}

.page-middle {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 720px;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * All text styles are set here
 *
 * ====================================================================== */
@font-face {
  font-family: "brux";
  src: url("../fonts/brux-regular-webfont.woff2") format("woff2"), url("../fonts/brux-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
.comp-quote p,
.comp-alinea blockquote p,
h3,
h4 {
  font-family: "brux", sans-serif;
  font-weight: normal;
  margin: 0 0 2.4rem;
}
@media (max-width: 35em) {
  h1,
  h2,
  .comp-quote p,
  .comp-alinea blockquote p,
  h3,
  h4 {
    max-width: 100%;
  }
}
@media (max-width: 24em) {
  h1,
  h2,
  .comp-quote p,
  .comp-alinea blockquote p,
  h3,
  h4 {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

.intro p {
  font-weight: 600;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
a {
  color: #5c5c5c;
}
a:hover, a:focus {
  color: #5c5c5c;
  text-decoration: none;
}

.btn, .freeform-form .freeform-button-submit {
  transition: 0.15s ease-out;
  border-radius: 0.4rem;
  padding: 0.6rem 1.2rem;
  border: 2px solid #A2A8A8;
  font-weight: 500;
  text-decoration: none;
  background: #A2A8A8;
  color: #fff;
  margin: 0 1.6rem 1.6rem 0;
  display: inline-block;
}
.btn:hover, .freeform-form .freeform-button-submit:hover, .btn:focus, .freeform-form .freeform-button-submit:focus {
  background: rgb(148.825, 155.675, 155.675);
  border-color: rgb(148.825, 155.675, 155.675);
}
.btn-container li:nth-of-type(2) .btn, .btn-container li:nth-of-type(2) .freeform-form .freeform-button-submit, .freeform-form .btn-container li:nth-of-type(2) .freeform-button-submit {
  background: transparent;
  display: block;
  color: #5c5c5c;
  margin: 0 1.6rem 1.6rem 0;
}
.btn-container li:nth-of-type(2) .btn:hover, .btn-container li:nth-of-type(2) .freeform-form .freeform-button-submit:hover, .freeform-form .btn-container li:nth-of-type(2) .freeform-button-submit:hover, .btn-container li:nth-of-type(2) .btn:focus, .btn-container li:nth-of-type(2) .freeform-form .freeform-button-submit:focus, .freeform-form .btn-container li:nth-of-type(2) .freeform-button-submit:focus {
  background-color: rgba(162, 168, 168, 0.75);
  color: #fff;
}

.btn-container {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Here we can set some browser behaviour
 *
 * ====================================================================== */
/* text selection */
::selection {
  color: #fff;
  background: #A2A8A8;
}

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.cookie-consent {
  display: none;
  grid-template-columns: 2fr 3fr;
  background: white;
  max-width: 51.2rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  font-size: 1.6rem;
  line-height: 1.5;
  box-shadow: -2px -2px 24px -8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 30em) {
  .cookie-consent {
    max-width: 100vw;
    grid-template-columns: 1fr 2fr;
  }
}
.cookie-consent_image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cookie-consent_image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.2rem;
  width: 2.4rem; /* match your offset */
  background-image: url("../img/texture-cookie.svg");
  background-repeat: repeat-y;
  background-size: contain; /* or auto 100% */
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
.cookie-consent_image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 👈 this is the key */
  object-position: center; /* or top / bottom */
  display: block;
}
.cookie-consent_content {
  padding: 2.4rem;
}
@media (max-width: 30em) {
  .cookie-consent_content {
    padding: 1.6rem;
  }
}
.cookie-consent_title {
  margin-bottom: 1.6rem;
}
.cookie-consent_actions {
  display: flex;
  gap: 0.5rem;
}
.cookie-consent_actions .btn {
  margin-bottom: 0;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Website header styling
 *
 * ====================================================================== */
.fixed {
  width: 100vw;
  height: 2.4rem;
  background: #fff;
  position: fixed;
  z-index: 10;
}
@media (max-width: 30em) {
  .fixed {
    height: 1.2rem;
  }
}
.fixed.left {
  left: 0;
}
.fixed.left:after {
  content: url("../img/texture-middle.svg");
  position: absolute;
  top: 50%;
  margin-top: -4.8rem;
  left: 2.4rem;
  z-index: -1;
}
@media (max-width: 30em) {
  .fixed.left:after {
    left: 1.2rem;
  }
}
.fixed.right {
  right: 0;
}

div.fixed {
  width: 2.4rem;
  height: 100vh;
  padding: 2.4rem 0;
}
@media (max-width: 30em) {
  div.fixed {
    width: 1.2rem;
  }
}

footer.fixed {
  bottom: 0;
}
footer.fixed:after {
  content: url("../img/texture-bottom_left.svg");
  position: absolute;
  bottom: 10px;
  left: 2.4rem;
  z-index: -1;
}
@media (max-width: 30em) {
  footer.fixed:after {
    bottom: -1.2rem;
    left: 1.2rem;
  }
}
footer.fixed:before {
  content: url("../img/texture-bottom_right.svg");
  position: absolute;
  bottom: 16px;
  right: 2.4rem;
  z-index: -1;
}
@media (max-width: 30em) {
  footer.fixed:before {
    bottom: 0.4rem;
    right: 1.2rem;
  }
}

header.fixed {
  top: 0;
  text-align: right;
  padding: 0 2.4rem;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Custom main navigation styling (in the header)
 *
 * ====================================================================== */
.page-mainmenu {
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: inline-block;
  text-transform: lowercase;
  background: url("../img/menu-border.svg") no-repeat bottom left;
  padding-bottom: 1.2rem;
  background-size: 105%;
}
.page-mainmenu ul {
  background: #fff;
  padding: 0 1.2rem;
  margin-top: 2.4rem;
}
.page-mainmenu ul .level-1-item {
  display: inline-block;
  padding: 0;
  margin: 0 1.2rem;
}
.page-mainmenu ul .level-1-item > a {
  display: flex;
  align-items: center;
  line-height: 4.8rem;
  padding: 0;
  color: #5c5c5c;
  text-transform: uppercase;
  opacity: 0.5;
  text-decoration: none;
}
.page-mainmenu ul .level-1-item > a:after {
  transition: 0.15s ease-out;
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  background: #5c5c5c;
  bottom: 12px;
  left: 0;
  opacity: 0.5;
}
.page-mainmenu ul .level-1-item > a:hover:after {
  width: 100%;
}
.page-mainmenu ul .level-1-item.active > a {
  opacity: 1;
  font-weight: 500;
}
.page-mainmenu ul .level-1-item.active > a:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background: #5c5c5c;
  bottom: 12px;
  left: 0;
  opacity: 0.5;
}
.page-mainmenu ul .socials:hover a:after {
  color: #5c5c5c;
}
.page-mainmenu ul .socials a:after {
  line-height: 4.8rem;
  padding: 0 0.6rem;
  font-size: 1.6rem;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * The website's footer styling goes here
 *
 * ====================================================================== */
.page-footer .copyright {
  margin: 0 0 1.2rem 2.4rem;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: top;
  display: none;
}
.page-footer a {
  display: inline-block;
  color: #fff;
}
.page-footer a:hover {
  color: yellow;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Here we can set all our exceptions for the styling of the homepage
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
.nav-toggle {
  position: fixed;
  transform: translateX(0);
  right: 2.4rem;
  top: 2.4rem;
  left: unset;
}
.nav-toggle:after {
  content: url("../img/menu-border.svg");
  width: 100%;
  overflow: hidden;
  right: 0;
  bottom: -22px;
  position: absolute;
}
@media (max-width: 35em) {
  .nav-toggle {
    right: 1.2rem;
    top: 1.2rem;
  }
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  border-radius: 0.1rem;
}
.nav-toggle:hover span, .nav-toggle:hover span:before, .nav-toggle:hover span:after {
  background: #000;
}

.nav-trigger:checked ~ .page-header {
  transform: translateX(0);
}

.nav-trigger:checked ~ .page-mobile-nav-container .nav-toggle {
  transform: translateX(0);
}

.nav-wrapper {
  width: 100vw;
  transform: translate3d(100vw, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav-trigger:checked ~ .nav-wrapper {
  transform: translateX(0);
}
.nav-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}
.nav-wrapper ul li {
  flex-basis: 100%;
}
.nav-wrapper ul li a {
  word-wrap: break-word;
  line-height: 4.8rem;
  text-decoration: none;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  color: #5c5c5c;
  opacity: 0.5;
}
.nav-wrapper ul li:hover {
  color: #D2DBDA;
}
.nav-wrapper ul li.active a {
  opacity: 1;
  font-weight: 500;
}
.nav-wrapper ul li.socials {
  flex-basis: 10%;
}
.nav-wrapper ul > ul > li.active > a {
  background: #fff;
  color: #D2DBDA;
}

.nav-closer {
  cursor: inherit;
  background: transparent;
}

.page-mobile-nav-container {
  z-index: 9;
}

@media (max-width: 37.9em) {
  .page-mainmenu {
    display: none;
  }
}
/* =========================================================================
 *
 * For icons we use fontastic.me
 *
 * Usage:
 * - Make a new icon set on fontastic.me and give it the name of the project
 * - Select the icons you need in your project
 *   - You can add custom icons by uploading an SVG
 * - Download the icons and place the font files in the folder 'public/fonts'
 * - Set a data-icon="x" on a html element
 * - You can set all kinds of characters set in the data-attribute
 * - You can see the mapping of the characters in your icon set on fontastic.me
 *
 * ====================================================================== */
[data-icon]:after {
  font-family: "klaas-lageweg" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  line-height: inherit;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "klaas-lageweg" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "x";
}

.icon-e-mail:before {
  content: "e";
}

.icon-facebook:before {
  content: "f";
}

.icon-instagram:before {
  content: "i";
}

.icon-menu:before {
  content: "m";
}

.icon-phone:before {
  content: "p";
}

.icon-arrow-right:before {
  content: "a";
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Component 'quote' styling
 *
 * Do not remove the .comp-quote styling because the quote in an alinea extends from this class name
 *
 * ====================================================================== */
.comp-quote p, .comp-alinea blockquote p {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 1.2rem;
}
.comp-quote footer, .comp-alinea blockquote footer {
  font-style: normal;
  font-size: 1.6rem;
  opacity: 0.7;
}
.comp-quote footer cite, .comp-alinea blockquote footer cite {
  font-style: normal;
}

/* =========================================================================
 *
 * Alinea component styling
 *
 * ====================================================================== */
.page-intro-container .comp-alinea h2 {
  font-size: 2.4rem;
}
.page-intro-container .comp-alinea p {
  font-weight: 600;
  font-size: 1.8rem;
}
.comp-alinea.intro,
.comp-alinea.intro * {
  font-weight: bold;
}
.comp-alinea a {
  text-decoration: underline;
}
.comp-alinea h2 {
  font-size: 2.4rem;
  margin: 0 0 1.2rem;
}
.comp-alinea ul {
  list-style: disc outside;
  padding-left: 1.8rem;
}
.comp-alinea ol {
  list-style: decimal outside;
  padding-left: 1.8rem;
}
.comp-alinea li {
  padding-left: 0.6rem;
}
/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
figcaption {
  font-size: 1.6rem;
  opacity: 0.7;
  margin-top: 0.8rem;
}

.comp-image figure {
  border-radius: 0.4rem;
  overflow: hidden;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Custom form styling can be done here
 *
 * TODO Codeur End:
 * - Zorg er voor dat je foutmeldingen netjes zijn opgemaakt.
 *
 * ====================================================================== */
.style-select:before {
  content: "▾";
}

select[multiple] {
  max-height: 12rem;
}

textarea {
  height: 12rem;
}

/* =========================================================================
 *
 * General form styling
 *
 * This styling applies to all form that us .velden as a wrapper for the input elements
 *
 * ====================================================================== */
form ul,
form ol {
  margin: 0;
}

.freeform-form .freeform-row {
  margin-bottom: 1.2rem;
  position: relative;
  clear: both;
  width: 100%;
}
.freeform-form .freeform-label {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.6rem;
  line-height: 1.6008rem;
}
.freeform-form .freeform-label em {
  margin-left: 0.4rem;
  color: #f00;
  font-style: normal;
}
.freeform-form .freeform-note {
  display: none;
}
.freeform-form .freeform-input {
  transition: 0.15s ease-out;
  background: rgb(181.6666666667, 196.3333333333, 194.7037037037);
  border: none;
}
.freeform-form .freeform-input:hover {
  background: rgb(176, 191.8, 190.0444444444);
}
.freeform-form .freeform-input:focus {
  background: rgb(167.5, 185, 183.0555555556);
}
.freeform-form label {
  position: relative;
}
.freeform-form label:after {
  content: "optional";
  color: #A2A8A8;
  margin: 0 0.6rem 0 0;
  float: right;
  text-align: right;
}
.freeform-form label.freeform-required:after {
  content: "" !important;
}
.freeform-form [type=text], .freeform-form [type=email], .freeform-form [type=tel], .freeform-form [type=password], .freeform-form [type=number], .freeform-form [type=search], .freeform-form [type=date], .freeform-form [type=datetime], .freeform-form [type=datetime-local], .freeform-form [type=month], .freeform-form [type=time], .freeform-form [type=week], .freeform-form [type=url], .freeform-form textarea, .freeform-form select, .freeform-form button {
  font-size: 1.8rem;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
.page-hero {
  overflow: hidden;
  height: 100%;
  position: relative;
}
@media (max-width: 63.9em) {
  .page-hero {
    height: calc(85vh - 4.8rem);
  }
}
@media(max-width: 30em) {
  .page-hero {
    height: calc(85vh - 1.2rem);
  }
}
.page-hero picture {
  position: absolute;
  inset: 0;
}
.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  margin: 0;
}
@media (max-width: 63.9em) {
  .img-grid {
    height: 100vh;
  }
}
.img-grid .grid-img {
  overflow: hidden;
}
.img-grid .grid-img picture,
.img-grid .grid-img img {
  width: 100%;
  height: 100%;
}
.img-grid .grid-img img {
  object-fit: cover;
  display: block;
}
.img-grid .grid-img.link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #A2A8A8;
  position: relative;
  transition: 0.15s ease-out;
}
.img-grid .grid-img.link a {
  font-family: "brux", sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  transition: 0.15s ease-out;
}
.img-grid .grid-img.link a:after {
  margin-top: 2.4rem;
  width: 100%;
  transition: 0.15s ease-out;
}
.img-grid .grid-img.link a:hover {
  color: #5c5c5c;
}
.img-grid .grid-img.link a:hover:after {
  transform: scale(1.5);
}
.img-grid .grid-img.link:hover {
  background: rgb(148.825, 155.675, 155.675);
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
.comp-crosslinklist ul {
  border-top: 1px solid #1D1D1B;
}
.comp-crosslinklist li {
  border-bottom: 1px solid #1D1D1B;
}
.comp-crosslinklist a {
  padding: 1.2rem;
  color: #5c5c5c;
  display: block;
}
.comp-crosslinklist a:hover {
  color: #D2DBDA;
}

/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
.preload .load_grid {
  display: grid;
}

.load_grid {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(6, 1fr);
}
@media (max-width: 30em) {
  .load_grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(12, 1fr);
  }
}
.load_grid-item {
  width: 100%;
  height: 100%;
}
.load_grid-item:nth-child(1) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(2) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(3) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(4) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(5) {
  background: rgb(195.8333333333, 207.6666666667, 206.3518518519);
}
.load_grid-item:nth-child(6) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(7) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(8) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(9) {
  background: rgb(207.1666666667, 216.7333333333, 215.6703703704);
}
.load_grid-item:nth-child(10) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(11) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(12) {
  background: rgb(198.6666666667, 209.9333333333, 208.6814814815);
}
.load_grid-item:nth-child(13) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(14) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(15) {
  background: rgb(195.8333333333, 207.6666666667, 206.3518518519);
}
.load_grid-item:nth-child(16) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(17) {
  background: rgb(198.6666666667, 209.9333333333, 208.6814814815);
}
.load_grid-item:nth-child(18) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(19) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(20) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(21) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(22) {
  background: rgb(195.8333333333, 207.6666666667, 206.3518518519);
}
.load_grid-item:nth-child(23) {
  background: rgb(198.6666666667, 209.9333333333, 208.6814814815);
}
.load_grid-item:nth-child(24) {
  background: rgb(198.6666666667, 209.9333333333, 208.6814814815);
}
.load_grid-item:nth-child(25) {
  background: rgb(195.8333333333, 207.6666666667, 206.3518518519);
}
.load_grid-item:nth-child(26) {
  background: rgb(198.6666666667, 209.9333333333, 208.6814814815);
}
.load_grid-item:nth-child(27) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(28) {
  background: rgb(207.1666666667, 216.7333333333, 215.6703703704);
}
.load_grid-item:nth-child(29) {
  background: rgb(195.8333333333, 207.6666666667, 206.3518518519);
}
.load_grid-item:nth-child(30) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(31) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(32) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(33) {
  background: rgb(198.6666666667, 209.9333333333, 208.6814814815);
}
.load_grid-item:nth-child(34) {
  background: rgb(207.1666666667, 216.7333333333, 215.6703703704);
}
.load_grid-item:nth-child(35) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(36) {
  background: rgb(198.6666666667, 209.9333333333, 208.6814814815);
}
.load_grid-item:nth-child(37) {
  background: rgb(195.8333333333, 207.6666666667, 206.3518518519);
}
.load_grid-item:nth-child(38) {
  background: rgb(207.1666666667, 216.7333333333, 215.6703703704);
}
.load_grid-item:nth-child(39) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(40) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(41) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(42) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(43) {
  background: rgb(204.3333333333, 214.4666666667, 213.3407407407);
}
.load_grid-item:nth-child(44) {
  background: rgb(198.6666666667, 209.9333333333, 208.6814814815);
}
.load_grid-item:nth-child(45) {
  background: rgb(201.5, 212.2, 211.0111111111);
}
.load_grid-item:nth-child(46) {
  background: rgb(195.8333333333, 207.6666666667, 206.3518518519);
}
.load_grid-item:nth-child(47) {
  background: rgb(198.6666666667, 209.9333333333, 208.6814814815);
}
.load_grid-item:nth-child(48) {
  background: rgb(198.6666666667, 209.9333333333, 208.6814814815);
}

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