@charset "UTF-8";
/* =========================================================================
 *
 * 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,
html div#cookie-bar 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;
}
/* =========================================================================
 *
 * This stylesheet is still needed because Kirra templates use some of these essential class names
 * 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;
}
/* =========================================================================
 *
 * This stylesheet makes elements behave the we iWink wants them to
 *
 * ====================================================================== */
address {
  font-style: normal;
}
[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
}
picture {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  display: block;
  position: relative;
  font-size: 1.4rem;
}
img:before {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2f5f8;
  text-align: center;
}
img:after {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  content: "✖ " attr(alt);
  color: #505b6c;
}
img[src*='.svg'] {
  max-width: none;
  width: 100%;
}
.responsive-image {
  position: relative;
}
.responsive-image > img {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: none;
}
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^='mailto'] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[href^='tel:'] {
  cursor: text;
  text-decoration: none;
  color: #505b6c;
}
[href^='tel:']:hover,
[href^='tel:']:focus {
  color: currentColor;
  text-decoration: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.icalendar {
  box-sizing: content-box;
}
.component-twitter s,
.comp-twitter s,
.comp-tweet s {
  text-decoration: none;
}
@media (min-width: 769px) {
  .kirra-frontend-bar-enabled {
    margin-top: 36px !important;
  }
  .kirra-frontend-bar-enabled .nav-toggle,
  .kirra-frontend-bar-enabled .page-mobile-nav-container {
    top: 36px;
  }
}
@media (max-width: 768px) {
  .frontend-bar {
    border-radius: 0.5rem;
    border-radius: 4px;
    box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.125);
    box-shadow: 0 1px 2px #000;
    line-height: 2.4rem;
    font-size: 1.4rem;
    position: fixed;
    bottom: 1.2rem;
    left: 1.2rem;
    background: #fff;
    padding: 1.2rem 1.2rem 0;
  }
  .frontend-bar ul,
  .frontend-bar p {
    margin-bottom: 1.2rem;
  }
  .frontend-bar ul:not(.right) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .frontend-bar ul:not(.right) a:before {
    content: attr(title);
  }
  .frontend-bar ul:not(.right) li:not(:first-child) {
    margin-left: 2.4rem;
  }
}
.btn-default,
.btn,
.button-link,
button,
[type=submit],
html div#cookie-bar span.cookie-buttons .allow-cookies,
html .cookie-explanation button.request-cookies,
.button-big,
.call-to-action,
.form-input-file .file-input-btn,
button,
[type=submit],
.component-downloadlist-footer a {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 2.4rem;
  cursor: pointer;
}
/* =========================================================================
 *
 * This is a very important stylesheet because it handles the behaviour of our main columns of the lay-out:
 * - The left column
 * - The middle column
 * - The 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: #fff;
}
.page-wrapper > .inner {
  background: none;
}
.page-content {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.page-column,
.page-middle,
.page-right {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.page-middle {
  -ms-flex-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 66.66666667%;
}
.page-right {
  -ms-flex-order: 3;
  -webkit-order: 3;
  -ms-order: 3;
  order: 3;
  width: 33.33333333%;
}
.page-extracontent {
  -ms-flex-order: 4;
  -webkit-order: 4;
  -ms-order: 4;
  order: 4;
}
.inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  width: 100%;
  max-width: 123.2rem;
  position: relative;
}
.page-overview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
.page-overview[data-alignment='center'] {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.page-overview[data-alignment='right'] {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.page-overview[data-gutter='1'] {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-bottom: 0;
}
.page-overview[data-gutter='1'] > .page-overview-block {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 3.2rem;
}
.page-overview[data-gutter='1'] > h1,
.page-overview[data-gutter='1'] > h2 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.page-overview[data-gutter='0'] .text {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.page-overview > h1,
.page-overview > h2 {
  width: 100%;
}
.extra-column-wrapper {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0 1.6rem;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
[data-width]:not(.wrapper-is-loaded) {
  position: relative;
  min-height: 24px;
}
[data-width]:not(.wrapper-is-loaded) .page-overview-block {
  display: none;
}
[data-width]:not(.wrapper-is-loaded):before {
  -webkit-animation: scale 1s linear infinite;
  animation: scale 1s linear infinite;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 4px solid #444B85;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  color: #444B85;
  text-align: center;
}
[data-width] .page-overview-block {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 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.33333333%;
}
[data-columns='4'] > .page-overview-block {
  width: 25%;
}
[data-columns='5'] > .page-overview-block {
  width: 20%;
}
[data-columns='6'] > .page-overview-block {
  width: 16.66666667%;
}
.page-overview-block .image {
  position: relative;
  padding-top: 66.66666667%;
}
.page-overview-block .image > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0 !important;
}
.page-overview-block .image > img {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.page-overview-block .image[data-image-alignment='center'] img {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  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%;
}
a.page-overview-block-inner,
a.page-overview-block-inner:hover,
a.page-overview-block-inner:focus {
  color: #505b6c;
}
/* =========================================================================
 *
 * All text styles are set here
 *
 * ====================================================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: 'silka', sans-serif;
  font-size: 1.8em;
  line-height: 1.7;
  color: #505b6c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
legend {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: 'silka', sans-serif;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  margin: 0;
}
.touch-device h1,
.touch-device h2,
.touch-device h3,
.touch-device h4 {
  text-rendering: optimizeSpeed;
}
h1 {
  font-size: 5.6rem;
}
h2,
legend {
  font-size: 2.4rem;
}
h3 {
  font-size: 2.2rem;
}
h4 {
  font-size: 1.8rem;
}
p,
address,
ul,
ol,
table,
blockquote,
dl,
hr {
  margin: 0 0 2.4rem;
  padding: 0;
}
/* =========================================================================
 *
 * Default tooltip styling
 *
 * ====================================================================== */
[data-title] {
  position: relative;
}
[data-title]:after {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: attr(data-title);
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 10;
}
/* =========================================================================
 *
 * Main navigation styling (in the header)
 *
 * ====================================================================== */
.page-mainmenu li {
  position: relative;
}
.page-mainmenu .level-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
}
.page-mainmenu .level-1-item > a {
  display: inline-block;
}
.page-mainmenu .level-1-item ul {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  position: absolute;
  margin: 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;
}
.video-wrapper {
  padding-top: 56.25%;
  position: relative;
}
.video-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* =========================================================================
 *
 * Styling the website's breadcrumb
 *
 * - Depends on the variable @breadcrumb in variables.less
 *
 * ====================================================================== */
.page-breadcrumb > ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0;
}
/* =========================================================================
 *
 * This styling handles our responsive navigation
 *
 * - Depends on the variable @responsive in variables.less
 *
 * ====================================================================== */
.nav-trigger {
  display: none;
}
.nav-toggle {
  transition: 0.3s ease-in-out;
  top: 0;
  display: none;
  cursor: pointer;
  position: fixed;
  font-size: 1.4rem;
  text-align: center;
  z-index: 10;
  width: 4.8rem;
  height: 4.8rem;
  background: transparent;
}
.nav-toggle-lines {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.2rem;
  transition: 0.15s ease-in-out;
  display: block;
  width: 2.4rem;
  height: 0.4rem;
  background: #ffb124;
  position: relative;
}
.nav-toggle-lines:before,
.nav-toggle-lines:after {
  border-radius: 0.2rem;
  transition: 0.15s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  content: '';
  height: 100%;
  background: #ffb124;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.nav-toggle-lines:before {
  -webkit-transform: translateY(0.2rem) translateY(-1.2rem);
  transform: translateY(0.2rem) translateY(-1.2rem);
}
.nav-toggle-lines:after {
  -webkit-transform: translateY(-0.2rem) translateY(1.2rem);
  transform: translateY(-0.2rem) translateY(1.2rem);
}
.page-mobile-nav-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 110;
}
.nav-closer {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  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('../../bundles/iwinkstandardassets/img/cursor-close.png'), auto;
  z-index: -1;
}
.nav-wrapper {
  transition: 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  height: 100%;
  background: #fff;
  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 {
  overflow: hidden;
}
.nav-wrapper .open-subnav {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.nav-wrapper .open-subnav:before {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
}
/* =========================================================================
 *
 * Styling when the @navBreakpoint is reached
 *
 * ====================================================================== */
@media (max-width: 63.9375em) {
  .page-header,
  .page-website-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
  .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 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-toggle span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-closer {
    opacity: 1;
    visibility: visible;
  }
  /* =========================================================================
	 *
	 * Styling when the responsive navigation flies in from the left
	 *
	 * ====================================================================== */
  /* =========================================================================
	 *
	 * Styling when the responsive navigation flies in from the right
	 *
	 * ====================================================================== */
  .nav-toggle {
    right: 0;
  }
  .page-mobile-nav-container {
    right: 0;
  }
  .nav-wrapper {
    -webkit-transform: translate3d(24rem, 0, 0);
    transform: translate3d(24rem, 0, 0);
    width: 24rem;
    right: 0;
  }
  .nav-wrapper:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 0;
  }
  .nav-closer {
    right: 0;
  }
  .nav-trigger:checked ~ .page-header,
  .nav-trigger:checked ~ .page-website-wrapper {
    -webkit-transform: translateX(-12rem);
    transform: translateX(-12rem);
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-toggle {
    -webkit-transform: translateX(-24rem);
    transform: translateX(-24rem);
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* =========================================================================
	 *
	 * Styling when the responsive navigation flies in from the top
	 *
	 * ====================================================================== */
  /* =========================================================================
	 *
	 * Styling when the responsive navigation flies in as an overlay
	 *
	 * ====================================================================== */
}
/* =========================================================================
 *
 * For icons we use fontastic.me
 *
 * For more info see icons.less in the project folder
 *
 * - Depends on the variable @icons in variables.less
 *
 * ====================================================================== */
@font-face {
  font-family: 'fontawesome';
  src: url('/fonts/fontawesome.woff') format('woff'), url('/fonts/fontawesome.ttf') format('truetype'), url('/fonts/fontawesome.svg#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
  font-family: 'fontawesome' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
/* =========================================================================
 *
 * Default form styling
 *
 * - Styles all form elements, except:
 *   - [type='checkbox']
 *   - [type='radio']
 * - Sets placeholder colors
 * - button, [type='submit'] extend from .btn
 * - legend extends from h2
 * - Also includes styling for tooltips and form descriptions
 *
 * ====================================================================== */
/* 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.5rem;
  box-shadow: none;
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'silka', sans-serif;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  width: 100%;
  min-height: 3.6rem;
  padding: 0 1.2rem;
  background: #f2f4f7;
  border: 1px solid #E9EDF5;
  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: .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: #505b6c;
}
[type=search]::-ms-clear {
  display: none;
}
[disabled] {
  cursor: not-allowed;
}
.style-select {
  border-radius: 0.5rem;
  box-shadow: none;
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  height: 3.6rem;
  width: 100%;
  position: relative;
  border: solid 1px #E9EDF5;
  background: #f2f4f7;
  overflow: hidden;
  z-index: 1;
}
.style-select:before {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  display: block;
  right: 0;
  text-align: center;
  width: calc(3.6rem - 1px);
  line-height: calc(3.6rem - 2px);
  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 - 2px);
  min-height: 0;
}
.style-select select::-ms-expand {
  display: none;
}
.style-select.focus {
  border-color: #505b6c;
}
html:not(.touch-device) textarea::-webkit-scrollbar,
html:not(.touch-device) select[multiple]::-webkit-scrollbar {
  -webkit-border-radius: 6px;
  width: 12px;
  height: 12px;
  background: #f2f4f7;
}
html:not(.touch-device) textarea::-webkit-scrollbar-thumb,
html:not(.touch-device) select[multiple]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  background: #505b6c;
  border: 3px solid #f2f4f7;
}
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: #505b6c;
}
::-moz-placeholder {
  color: #505b6c;
}
:-moz-placeholder {
  color: #505b6c;
}
:-ms-input-placeholder {
  color: #505b6c;
}
/* end default form elements */
/* submit buttons */
button,
[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: auto;
  font-size: 1.8rem;
}
button:focus,
[type=submit]:focus {
  outline: 0;
}
/* end submit buttons */
/* form heading */
/* end 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 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: auto;
  right: 0;
}
/* end form tooltip */
/* descriptions for inputs */
.form-description {
  display: block;
  clear: both;
  color: #505b6c;
  margin: 0;
  font-size: 1.4rem;
  font-style: italic;
  padding-top: 0.6rem;
}
/* end descriptions for inputs */
/* =========================================================================
 *
 * Default component styling, applies to all components.
 *
 * ====================================================================== */
.compblock {
  margin-bottom: 3.6rem;
}
@media (max-width: 40em) {
  .compblock {
    margin-bottom: 3.6rem;
  }
}
.compblock .compblock {
  margin-bottom: 0;
}
/* =========================================================================
 *
 * Kirra's alinea component styling
 *
 * ====================================================================== */
.component-alinea:after {
  content: '';
  display: table;
  clear: both;
}
.component-alinea:after {
  content: '';
  display: table;
  clear: both;
}
.component-alinea:before,
.component-alinea:after {
  display: table;
  content: '';
}
.component-alinea:after {
  clear: both;
}
.component-alinea strong,
.component-alinea b {
  font-weight: bold;
}
.component-alinea object,
.component-alinea embed,
.component-alinea iframe {
  width: 100% !important;
  margin-bottom: 2.4rem;
}
.component-alinea img {
  margin-left: auto;
  margin-right: auto;
}
.component-alinea img[style*='float:right'] {
  max-width: 33.33333333%;
  margin-right: 0;
  margin-left: 2.4rem;
  height: auto !important;
}
@media (max-width: 30em) {
  .component-alinea img[style*='float:right'] {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
  }
}
.component-alinea img[style*='float:left'] {
  max-width: 33.33333333%;
  margin-left: 0;
  margin-right: 2.4rem;
  height: auto !important;
}
@media (max-width: 30em) {
  .component-alinea img[style*='float:left'] {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0;
  }
}
.component-alinea ol,
.component-alinea ul {
  list-style: none;
  display: table;
}
.component-alinea li {
  position: relative;
}
.component-alinea li:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 1.53rem;
}
.component-alinea ol {
  counter-reset: alinea-ol;
}
.component-alinea ol li {
  counter-increment: alinea-ol;
}
.component-alinea ol li:before {
  content: counter(alinea-ol) '.';
  text-align: right;
}
.component-alinea .component-youtube iframe {
  opacity: 1;
}
.component-alinea > *:last-child {
  margin-bottom: 0;
}
.component-alinea [href^='mailto:'] {
  display: inline;
}
/* =========================================================================
 *
 * Styling for:
 * - Kirra 'table' component
 * - Tables in Kirra 'alinea' component
 *
 * ====================================================================== */
.webapp-table,
.component-alinea table {
  border-bottom: 1px solid #f2f5f8;
  border-collapse: collapse;
}
.webapp-table th,
.component-alinea table th {
  background: #99abc3;
  text-align: left;
}
.webapp-table td,
.component-alinea table td,
.webapp-table th,
.component-alinea table th {
  border-right: 1px solid #f2f5f8;
  border-top: 1px solid #f2f5f8;
}
.webapp-table td:first-child,
.component-alinea table td:first-child,
.webapp-table th:first-child,
.component-alinea table th:first-child {
  border-left: 1px solid #f2f5f8;
}
.component-alinea table[border='0'] {
  border: 0 !important;
}
.component-alinea table[border='0'] > thead > tr > td,
.component-alinea table[border='0'] > tbody > tr > td,
.component-alinea table[border='0'] > tfoot > tr > td,
.component-alinea table[border='0'] > thead > tr > th,
.component-alinea table[border='0'] > tbody > tr > th,
.component-alinea table[border='0'] > tfoot > tr > th {
  border: 0 !important;
}
.component-table {
  max-width: calc(100vw - 4.8rem);
}
.component-table .table-scroller {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.component-table table {
  margin-bottom: 0;
  width: 100%;
}
.component-table.swipe-hint:before {
  -webkit-animation: shakeTableHint 3s infinite ease-in-out;
  animation: shakeTableHint 3s infinite ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  content: attr(data-swipe_text);
  text-align: center;
  display: block;
  margin: 0 12px;
  padding: 0 12px;
}
@-webkit-keyframes shakeTableHint {
  0%,
  70% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate3d(-12px, 0, 0);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate3d(12px, 0, 0);
  }
}
@keyframes shakeTableHint {
  0%,
  70% {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50% {
    transform: translate3d(-12px, 0, 0);
  }
  20%,
  40%,
  60% {
    transform: translate3d(12px, 0, 0);
  }
}
/* =========================================================================
 *
 * Styling the Kirra 'image' and 'imageuitlijning' component
 * - Also handles some CSS when zooming on images
 *
 * ====================================================================== */
.component-image img,
.component-imageuitlijning img {
  margin: auto;
  max-width: none;
  width: 100%;
}
.image-caption {
  margin: 0;
}
.component-imageuitlijning.align-links {
  float: left;
}
.component-imageuitlijning.align-links figure {
  margin-right: 2.4rem;
}
.component-imageuitlijning.align-rechts {
  float: right;
}
.component-imageuitlijning.align-rechts figure {
  margin-left: 2.4rem;
}
.component-imageuitlijning.align-gecentreerd {
  width: 100%;
  clear: both;
}
/* =========================================================================
 *
 * Styling Kirra 'quote' component
 *
 * ====================================================================== */
.component-quote blockquote,
.component-alinea blockquote blockquote {
  margin: 0;
}
/* =========================================================================
 *
 * Default styling for Kirra's sitemap page
 *
 * ====================================================================== */
.sitemap .sitemap {
  position: relative;
  padding-left: 2.4rem;
}
.sitemap .sitemap:before {
  position: absolute;
  content: '';
  border-left: 1px dotted #505b6c;
  left: 1.2rem;
  top: 0;
  width: 1px;
  height: 100%;
}
.sitemap .sitemap li {
  position: relative;
}
.sitemap .sitemap li:last-child:before {
  position: absolute;
  content: '';
  background: none;
  bottom: -1px;
  left: -17px;
  width: 10px;
  height: 1.2rem;
  z-index: 1;
}
.sitemap .sitemap li:last-child:after {
  position: absolute;
  content: '';
  background: none;
  top: 1.2rem;
  left: -1.2rem;
  width: 0.6rem;
  height: calc(100% - 1.2rem);
  z-index: 1;
}
.sitemap .sitemap a {
  position: relative;
  padding-left: 0.6rem;
}
.sitemap .sitemap a:before {
  position: absolute;
  content: '';
  margin-right: 2.4rem;
  border-top: 1px dotted #505b6c;
  width: 1.2rem;
  height: 1px;
  top: 2px;
  left: -1.2rem;
  margin-top: 0.6rem;
}
/* =========================================================================
 *
 * Styling for Kirra 'Youtube' container component
 *
 * - In combination with our own view.tpl of the component and jquery.youtube.js:
 *   - It creates an image as overlay over the Youtube video
 *   - We van style our own 'play' button
 *   - The video will play when clicking on the Youtube iframe
 *
 * - Depends on the variable @moduleYoutube in variables.less
 *
 * ====================================================================== */
.component-youtube {
  width: 100%;
}
.component-youtube iframe {
  opacity: 0;
  z-index: 3;
}
.component-youtube .youtube-overlay {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.component-youtube .youtube-overlay:before {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
}
.component-youtube img {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  left: 0;
  max-width: none;
  width: 100%;
  z-index: 1;
}
.component-youtube.hideoverlay iframe {
  opacity: 1;
}
.desktop .component-youtube.has-autoplay .youtube-overlay,
.desktop .component-youtube.has-autoplay img {
  display: none;
}
.desktop .component-youtube.has-autoplay iframe {
  opacity: 1;
}
/* =========================================================================
 *
 * Kirra 'search' module styling
 *
 * - Styling for the search field in the header
 * - Styling for the search field on the search results page
 * - Styling for each search result
 * - Styling fot the pager at the bottom of the search results
 *
 * - Depends on the variable @moduleSearch in variables.less
 *
 * ====================================================================== */
.page-searchbox button {
  margin: 0;
}
.search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 2.4rem;
}
.search-button {
  margin: 0;
}
.search-result a {
  display: block;
  color: #505b6c;
}
.search-result-url {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.search-pager-simple {
  text-align: right;
}
.search-pager-simple .active-page {
  float: left;
}
.search-pager-simple .pager-next {
  margin-left: 2.4rem;
}
.search-pager li,
.search-pager a {
  display: inline-block;
}
.search-pager .pager-prev > *:before {
  float: left;
  margin-right: 0.6rem;
}
.search-pager .pager-next > *:before {
  float: right;
  margin-left: 0.6rem;
}
/* =========================================================================
 *
 * Default Kirra 'flex' module styling
 *
 * By default for two and three column layouts
 *
 * - Depends on the variable @moduleFlex in variables.less
 *
 * ====================================================================== */
.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.flex-box {
  padding: 0 1.6rem;
  width: 100%;
}
.flex-box.width-1-2 {
  width: 50%;
}
.flex-box.width-1-3 {
  width: 33.33333333%;
}
.flex-box.width-2-3 {
  width: 66.66666667%;
}
/* =========================================================================
 *
 * Styling the cookie bar.
 *
 * - Because Kirra also includes a stylesheet for the cookiebar:
 *   - We have to use some important
 *   - We can't optimize our indenting
 *
 * - Depends on the variable @moduleCookies in variables.less
 *
 * ====================================================================== */
html {
  margin-top: 0 !important;
}
html div#cookie-bar {
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.125);
  padding: 1.2rem 1.2rem 0;
  font: 1.8rem 'silka', sans-serif;
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.95);
  color: #505b6c;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0;
  filter: none;
  position: fixed;
  text-align: center;
}
html div#cookie-bar i.icon {
  display: none;
}
html div#cookie-bar span.cookie-buttons {
  position: relative;
  padding: 1.2rem 0 0;
}
html div#cookie-bar span.cookie-buttons button {
  width: auto;
  margin-bottom: 1.2rem !important;
}
html div#cookie-bar span.cookie-buttons .allow-cookies {
  margin-right: 1.2rem;
}
html div#cookie-bar span.cookie-buttons .disallow-cookies {
  color: #505b6c;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 1.2rem;
  border: 0;
  text-decoration: underline;
  background: transparent;
  font-weight: normal;
}
html .cookie-explanation-container {
  width: auto !important;
  height: auto !important;
  margin: 0 auto 3.6rem;
  border: 1px dashed #505b6c;
  background: #99abc3;
}
html .cookie-explanation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #505b6c;
  font-family: 'silka', sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.7;
  top: 0 !important;
  padding: 2.4rem;
  background: none;
}
html .cookie-explanation:before {
  content: '⚠';
  color: #a94442;
  font-size: 36px;
  line-height: 1;
}
html .cookie-explanation button.request-cookies {
  width: auto;
  margin: 2.4rem 0 0 !important;
}
/* =========================================================================
 *
 * Responsive container for the Google Map container component
 *
 * - Depends on the variable @moduleMaps in variables.less
 *
 * ====================================================================== */
.google-maps {
  position: relative;
}
.google-maps > div[style*='absolute'] {
  top: 0;
}
.google-maps .gm-style {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.google-maps img {
  max-width: none;
}
.google-maps button {
  min-height: 0;
}
/* =========================================================================
 *
 * Here all individual form components are styling
 *
 * - Note that the radio's en checkboxes are styled with a CSS trick ()
 * - It works with :checked + * and styling is done on :before and :after elements.
 *
 * - Depends on the variable @moduleForms in variables.less
 *
 * ====================================================================== */
/* radio's and checkboxes */
[type=radio],
[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
}
[type=radio]:checked + label:before,
[type=checkbox]:checked + label:before {
  border-color: #505b6c;
}
[type=radio]:checked + label:after,
[type=checkbox]:checked + label:after {
  -webkit-transform: translateY(-50%) scale(1) !important;
  transform: translateY(-50%) scale(1) !important;
  border-color: #505b6c;
}
.form-input-radio label,
.form-input-multipleselect-checkboxes label,
.form-input-checkbox label {
  display: inline-block;
  margin-left: 0;
  float: none;
}
.form-input-radio.keuze:not(.form-input-radio) > label,
.form-input-multipleselect-checkboxes.keuze:not(.form-input-radio) > label,
.form-input-checkbox.keuze:not(.form-input-radio) > label,
.form-input-radio ul label,
.form-input-multipleselect-checkboxes ul label,
.form-input-checkbox ul label {
  font-weight: normal;
}
.form-input-radio label:not(.multiple-title),
.form-input-multipleselect-checkboxes label:not(.multiple-title),
.form-input-checkbox label:not(.multiple-title) {
  padding-left: 2.4rem;
  position: relative;
}
.form-input-radio label:not(.multiple-title):before,
.form-input-multipleselect-checkboxes label:not(.multiple-title):before,
.form-input-checkbox label:not(.multiple-title):before,
.form-input-radio label:not(.multiple-title):after,
.form-input-multipleselect-checkboxes label:not(.multiple-title):after,
.form-input-checkbox label:not(.multiple-title):after {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  border-radius: 0.25rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  left: 0;
  border: 1px solid #b4c2dd;
}
.form-input-radio label:not(.multiple-title):before,
.form-input-multipleselect-checkboxes label:not(.multiple-title):before,
.form-input-checkbox label:not(.multiple-title):before {
  background: #f2f4f7;
}
.form-input-radio label:not(.multiple-title):after,
.form-input-multipleselect-checkboxes label:not(.multiple-title):after,
.form-input-checkbox label:not(.multiple-title):after {
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  border: 0;
  background: #505b6c;
}
.form-input-radio label:not(.multiple-title):hover:before,
.form-input-multipleselect-checkboxes label:not(.multiple-title):hover:before,
.form-input-checkbox label:not(.multiple-title):hover:before,
.form-input-radio label:not(.multiple-title):focus:before,
.form-input-multipleselect-checkboxes label:not(.multiple-title):focus:before,
.form-input-checkbox label:not(.multiple-title):focus:before {
  border-color: #505b6c;
}
.form-input-radio label:not(.multiple-title):before,
.form-input-radio label:not(.multiple-title):after {
  border-radius: 50%;
}
/* end radio's and checkboxes */
/* date field */
.form-input-date .style-select {
  width: 32%;
  max-width: 168px;
  float: left;
}
.form-input-date .style-select:not(:first-of-type) {
  margin-left: 2%;
}
@media (max-width: 30em) {
  .form-input-date .style-select {
    width: 100%;
    max-width: none;
    margin: 0 0 0.6rem 0 !important;
    float: none;
  }
}
/* end date field */
/* upload button */
.form-input-file .file-input-placeholder {
  border-radius: 0.5rem;
  box-shadow: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f2f4f7;
  min-height: 3.6rem;
  border: 1px solid #E9EDF5;
  position: relative;
  width: auto;
  margin-right: -3.6rem;
  font-weight: normal;
}
.form-input-file [type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
[type=file] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0;
  min-height: 0;
  width: 100%;
  border: 0;
}
[type=file]::-webkit-file-upload-button {
  margin-bottom: 0;
  font-family: 'silka', sans-serif;
}
[type=file]:focus,
[type=file]:hover::-webkit-file-upload-button,
[type=file]:focus::-webkit-file-upload-button {
  outline: 0;
}
[type=file]::-ms-value {
  border: 0;
  background: #fff;
}
[type=file]::-ms-browse {
  margin: 0;
}
/* end upload button */
/* =========================================================================
 *
 * All form error handling is set here
 *
 * - Depends on the variable @moduleForms in variables.less
 *
 * ====================================================================== */
.form-error {
  border-radius: 0.5rem;
  border-radius: 4px;
  background: #a94442;
  color: #fff;
  padding: 1.2rem;
  margin: 0 0 2.4rem;
  font-weight: bold;
}
.form-error p,
.form-error ul {
  margin: 0 0 1.2rem;
}
.form-error ul {
  list-style: disc outside;
  padding-left: 1.8rem;
}
div.input-error {
  padding-right: 2.4rem;
}
div.input-error p {
  border-radius: 0.5rem;
  border-radius: 4px;
  display: inline-block;
  background: #a94442;
  color: #fff;
  padding: 0.6rem 1.2rem;
  position: relative;
  font-size: 1.4rem;
  margin: 0 0 1.2rem;
  white-space: nowrap;
}
div.input-error p:before {
  border-radius: 0.5rem;
  border-radius: 4px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #a94442;
  overflow: hidden;
  position: absolute;
  left: 1.2rem;
  top: 100%;
  margin-top: -1px;
}
.errors {
  border-radius: 0.5rem;
  border-radius: 4px;
  background: #a94442;
  color: #fff;
  padding: 1.2rem;
  margin: 0 0 2.4rem;
  list-style: disc inside;
}
.errors li {
  padding-left: 1.8rem;
}
/* =========================================================================
 *
 * Print styles
 *
 * ====================================================================== */
@media print {
  * {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  body {
    font-family: 'Arial', sans-serif;
  }
  a,
  a:visited,
  html div#cookie-bar a {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3,
  legend {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  legend {
    page-break-after: avoid;
  }
  figure {
    margin: 0;
  }
  div[style] {
    padding: 0 !important;
    height: auto !important;
    position: static !important;
  }
  div[style] img {
    max-width: 480px !important;
    height: auto !important;
    position: static !important;
  }
  .webbeheer-formulier {
    display: block;
  }
  .webbeheer-formulier fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .webbeheer-formulier .velden {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .webbeheer-formulier label {
    display: block;
  }
  .webbeheer-formulier input,
  .webbeheer-formulier textarea,
  .webbeheer-formulier select {
    border: 1px solid #ddd;
    padding: 6px 12px;
    margin-bottom: 12px;
  }
  form,
  .frontend-bar,
  .nav-trigger,
  .hide-from-layout,
  .page-mobile-nav-container,
  .page-header,
  .page-breadcrumb,
  .component-youtube,
  .page-footer {
    display: none;
  }
}
/*---------------------------------------------------
	LESS Elements 0.9
---------------------------------------------------
	A set of useful LESS mixins
	More info at: http://lesselements.com
---------------------------------------------------*/
/**
/* Utility mixins
 */
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.cf:before,
.cf:after {
  display: table;
  content: '';
}
.cf:after {
  clear: both;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
}
.text-overflow {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#boxshadow .boxshadowLevel1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#boxshadow .boxshadowLevel2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#boxshadow .boxshadowLevel3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
#boxshadow .boxshadowLevel4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#boxshadow .boxshadowLevel5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
#boxshadow-dark .boxshadowLevel1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24), 0 1px 2px rgba(0, 0, 0, 0.48);
}
#boxshadow-dark .boxshadowLevel2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28), 0 3px 6px rgba(0, 0, 0, 0.47);
}
#boxshadow-dark .boxshadowLevel3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.31), 0 6px 6px rgba(0, 0, 0, 0.47);
}
#boxshadow-dark .boxshadowLevel4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.37), 0 10px 10px rgba(0, 0, 0, 0.46);
}
#boxshadow-dark .boxshadowLevel5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.42), 0 15px 12px rgba(0, 0, 0, 0.46);
}
#boxshadow-right .boxshadowLevel1 {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06), 1px 1px 2px rgba(0, 0, 0, 0.12);
}
#boxshadow-right .boxshadowLevel2 {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08), 3px 3px 6px rgba(0, 0, 0, 0.115);
}
#boxshadow-right .boxshadowLevel3 {
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.095), 4px 6px 6px rgba(0, 0, 0, 0.115);
}
#boxshadow-right .boxshadowLevel4 {
  box-shadow: 5px 14px 28px rgba(0, 0, 0, 0.125), 5px 10px 10px rgba(0, 0, 0, 0.11);
}
#boxshadow-right .boxshadowLevel5 {
  box-shadow: 7px 19px 38px rgba(0, 0, 0, 0.15), 7px 15px 12px rgba(0, 0, 0, 0.11);
}
#boxshadow-top .boxshadowLevel1 {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.06), 0 -1px 2px rgba(0, 0, 0, 0.12);
}
#boxshadow-top .boxshadowLevel2 {
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1), 0 -3px 6px rgba(0, 0, 0, 0.11);
}
#boxshadow-top .boxshadowLevel3 {
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.13), 0 -6px 6px rgba(0, 0, 0, 0.11);
}
#boxshadow-top .boxshadowLevel4 {
  box-shadow: 0 -14px 28px rgba(0, 0, 0, 0.19), 0 -10px 10px rgba(0, 0, 0, 0.1);
}
#boxshadow-top .boxshadowLevel5 {
  box-shadow: 0 -19px 38px rgba(0, 0, 0, 0.24), 0 -15px 12px rgba(0, 0, 0, 0.1);
}
/* =========================================================================
 *
 * Breakpoint per device
 * You can change these breakpoints or add extra breakpoints to this list
 *
 * ====================================================================== */
/* =========================================================================
 *
 * Breakpoints per resolution
 * Do not rename these breakpoints!
 *
 * ====================================================================== */
/* Breakpoints */
/* Grid settings */
/* Framework settings */
/* Dimensions settings */
/* Styling */
/* Animations */
/* Typography */
/* Used in
 * header/tagline -> 25px
 */
/* Used in
 * breadcrumbs
 */
/* Color settings */
/* Form styling */
/* Responsive */
/* Functionalities */
/* Modules */
/* NOTE: used Nucleo app for icons */
.element-invisible {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* =========================================================================
 *
 * This is a very important stylesheet in which you can define styling that applies to elements all over the website
 *
 * For example:
 * - Dates are often seen on multiple places in a website and may have the same styling.
 * - In stead of styling each date over and over again on multiple places, we want to have a general styling.
 * - If we can't change the class of a date in a template, we can always extend from the .date class name
 *
 * An other example
 * - We often see that (overview) blocks have the same styling (white background, some padding and a shadow)
 * - Define the styling here and we can apply this class name to all block
 * - Or... we can extend from this class name if we can't change the class name in the HTML
 *
 * ====================================================================== */
.tagline {
  color: #1267ae;
  font-size: 2.5rem;
  font-style: italic;
  margin-top: -1.2rem;
  line-height: 1.2;
}
.tagline.small {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0;
}
.meta-item {
  text-transform: uppercase;
  color: #1267ae;
  font-size: 1.4rem;
  font-weight: 500;
}
.meta-label {
  padding: 0.6rem;
  background: #444B85;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.bg-white-with-shadow {
  border-radius: 0.5rem;
  border-radius: 4px;
  background: #fff;
  padding: 3.6rem;
  box-shadow: 0 10px 32px 0 rgba(1, 13, 30, 0.05);
}
.collapsed-inner {
  max-width: 968px;
  width: 100%;
  margin: 0 auto;
}
.js-load-more {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
}
.js-load-more span {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  margin-right: 0.6rem;
}
.js-load-more.loading {
  padding-right: 50px;
  position: relative;
  text-transform: capitalize;
}
.js-load-more.loading span {
  width: 0;
  overflow: hidden;
}
.js-load-more.loading:after {
  border-radius: 24px;
  content: '';
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-top-color: #ffb124;
  position: absolute;
  right: 14px;
  top: 14px;
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.js-load-more.loading:focus:after,
.js-load-more.loading:hover:after {
  border-top-color: #1267ae;
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 64em) {
  .hide-for-destop {
    display: none;
  }
}
.page-hero .responsive-image > img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
.flex-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* =========================================================================
 *
 * Making the framework responsive
 *
 * ====================================================================== */
@media (max-width: 60em) {
  .page-middle {
    min-width: 91.66666667%;
  }
  .page-right {
    width: 100%;
  }
}
@media (max-width: 60em) and (min-width: 48em) {
  .page-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-right > * {
    width: calc(50% - 1.6rem);
  }
  .page-right > *:nth-child(odd) {
    margin-right: 3.2rem;
  }
}
@media (max-width: 60em) and (min-width: 60em) {
  .page-right {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 30em) {
  .page-left > *,
  .page-right > * {
    width: 100%;
    float: none;
  }
  .page-left > *:nth-child(odd),
  .page-right > *:nth-child(odd) {
    clear: both;
    margin-right: 0;
  }
  .inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
body {
  padding-top: 0;
}
@media (max-width: 63.9375em) {
  body {
    padding-top: 4.8rem;
  }
}
.page-wrapper-bottom {
  background: #f2f5f8;
  padding: 4.8rem 0;
}
.page-middle {
  margin: 0 auto;
  max-width: 100rem;
  padding-bottom: 2.4rem;
  padding-top: 7.2rem;
}
.page-middle.page-wide {
  max-width: none;
}
.page-wrapper {
  min-height: 200px;
  position: relative;
  z-index: 1;
}
.component-homepage .page-wrapper .page-middle {
  padding-top: 9.6rem;
}
.page-right h3,
.page-right h2 {
  color: #b2d6f4;
}
@media (min-width: 60em) {
  .page-right {
    margin-top: -2.4rem;
  }
}
.page-content.page-overview {
  margin-bottom: 0;
}
.page-extra-content-container {
  margin-bottom: 2.4rem;
}
.page-overview .page-overview-block {
  color: #505b6c;
  width: 100%;
}
.page-overview .page-overview-block:hover {
  color: inherit;
}
@media (min-width: 40em) {
  .page-overview .page-overview-block {
    width: 50%;
  }
}
@media (min-width: 60em) {
  .page-overview[data-columns='3'] .page-overview-block {
    width: 33.33333333%;
  }
}
@media (min-width: 40em) {
  .page-overview[data-columns='4'] .page-overview-block {
    width: 50%;
  }
}
@media (min-width: 80em) {
  .page-overview[data-columns='4'] .page-overview-block {
    width: 25%;
  }
}
@media (min-width: 40em) {
  .page-overview[data-columns='5'] .page-overview-block {
    width: 33.33333333%;
  }
}
@media (min-width: 80em) {
  .page-overview[data-columns='5'] .page-overview-block {
    width: 20%;
  }
}
@media (min-width: 64em) {
  .page-footer .page-overview[data-columns='4'] .page-overview-block {
    width: 25%;
  }
}
@font-face {
  font-family: 'silka';
  src: url('/fonts/silka/silka-regular-webfont.eot');
  src: url('/fonts/silka/silka-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/silka/silka-regular-webfont.woff2') format('woff2'), url('/fonts/silka/silka-regular-webfont.woff') format('woff'), url('/fonts/silka/silka-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'silka';
  src: url('/fonts/silka/silka-regularitalic-webfont.eot');
  src: url('/fonts/silka/silka-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/silka/silka-regularitalic-webfont.woff2') format('woff2'), url('/fonts/silka/silka-regularitalic-webfont.woff') format('woff'), url('/fonts/silka/silka-regularitalic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'silka';
  src: url('/fonts/silka/silka-medium-webfont.eot');
  src: url('/fonts/silka/silka-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/silka/silka-medium-webfont.woff2') format('woff2'), url('/fonts/silka/silka-medium-webfont.woff') format('woff'), url('/fonts/silka/silka-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'silka';
  src: url('/fonts/silka/silka-semibold-webfont.eot');
  src: url('/fonts/silka/silka-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/silka/silka-semibold-webfont.woff2') format('woff2'), url('/fonts/silka/silka-semibold-webfont.woff') format('woff'), url('/fonts/silka/silka-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'effektiefgroep2018';
  src: url('/fonts/effektiefgroep2018.eot');
  src: url('/fonts/effektiefgroep2018.eot?#iefix') format('embedded-opentype'), url('/fonts/effektiefgroep2018.woff') format('woff'), url('/fonts/effektiefgroep2018.ttf') format('truetype'), url('/fonts/effektiefgroep2018.svg#effektiefgroep2018') format('svg');
  font-weight: normal;
  font-style: normal;
}
.iconFont {
  font-family: 'effektiefgroep2018';
}
h1,
h2,
h3,
h4,
legend {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  color: #444B85;
  font-weight: 600;
  margin: 0 0 2.4rem;
}
@media (max-width: 40em) {
  h1,
  h2,
  h3,
  h4,
  legend {
    -ms-word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
h1 {
  line-height: 1;
}
.page-main-content-container h2,
.page-extra-content-container h2,
.page-wrapper-bottom h2 {
  font-size: 3.6rem;
  margin-bottom: 4.8rem;
}
h4 {
  font-size: 2.4rem;
}
@media (max-width: 30em) {
  h1 {
    font-size: 11.2vw;
  }
}
hr {
  border-bottom: 1px solid #f2f5f8;
}
hr.full-screen {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  min-width: 100%;
  width: 400vw;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
/* =========================================================================
 *
 * A very important stylesheet because all website use a lot of button
 * Here we control all custom button styling
 *
 * Usage for new buttons
 * - Create a class name like '.btn-ghost' (prefix always with btn-)
 * - Set double class names in the HTML to apply this styling: <a class="btn btn-ghost"></a>
 * - This means only common button styling is set on the .btn class
 * - All styling exceptions are set in ease separate class name like .btn-ghost
 *
 * ====================================================================== */
a,
html div#cookie-bar a {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  color: #444B85;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1267ae;
}
.btn,
button,
[type=submit],
html div#cookie-bar span.cookie-buttons .allow-cookies,
html .cookie-explanation button.request-cookies,
.button-big,
.call-to-action,
.form-input-file .file-input-btn,
button,
[type=submit],
.component-downloadlist-footer a {
  border-radius: 0.5rem;
  border-radius: 4px;
  border: 0;
  font-weight: 500;
}
.btn::before,
button::before,
[type=submit]::before,
html div#cookie-bar span.cookie-buttons .allow-cookies::before,
html .cookie-explanation button.request-cookies::before,
.button-big::before,
.call-to-action::before,
.form-input-file .file-input-btn::before,
button::before,
[type=submit]::before,
.component-downloadlist-footer a::before {
  float: right;
  margin-left: 0.6rem;
}
.call-to-action {
  padding: 1.2rem 2.4rem;
  margin-bottom: 0;
}
.button-link {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  color: #444B85;
  font-size: 2.2rem;
  font-weight: 500;
}
.button-link::after {
  font-family: 'effektiefgroep2018';
  content: 'h';
  position: relative;
  top: 2px;
  color: #444B85;
  font-size: 14px;
  margin-left: 0.6rem;
}
.button-big,
.call-to-action,
.form-input-file .file-input-btn,
button,
[type=submit],
.component-downloadlist-footer a {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  margin-bottom: 0;
  padding: 1.2rem 2.4rem;
  background: #ffb124;
  color: #573800;
  text-align: center;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.button-big:hover,
.button-big:focus,
.call-to-action:hover,
.call-to-action:focus,
.form-input-file .file-input-btn:hover,
.form-input-file .file-input-btn:focus,
button:hover,
button:focus,
[type=submit]:hover,
[type=submit]:focus,
.component-downloadlist-footer a:hover,
.component-downloadlist-footer a:focus {
  color: #fff;
  background-color: #1267ae;
}
.read-more {
  color: #1267ae;
  padding-right: 4.8rem;
  position: relative;
  font-weight: 600;
  margin-bottom: 2.4rem;
  display: inline-block;
}
.read-more .figure {
  position: absolute;
  left: 0.4rem;
  top: 0;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  top: 50%;
  right: -1.2rem;
}
.read-more .figure::before {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  border-radius: 48px;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  background: rgba(18, 103, 174, 0.2);
  width: 4.8rem;
  height: 4.8rem;
}
.read-more .figure::after {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  border-radius: 32px;
  position: absolute;
  content: '+';
  left: 6px;
  top: 6px;
  background: #1267ae;
  width: 3.6rem;
  height: 3.6rem;
  color: #fff;
  line-height: 3.6rem;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}
.button-circled {
  position: absolute;
  left: 0.4rem;
  top: 0;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
}
.button-circled::before {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  border-radius: 48px;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  background: rgba(18, 103, 174, 0.2);
  width: 4.8rem;
  height: 4.8rem;
}
.button-circled::after {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  border-radius: 32px;
  position: absolute;
  content: '+';
  left: 6px;
  top: 6px;
  background: #1267ae;
  width: 3.6rem;
  height: 3.6rem;
  color: #fff;
  line-height: 3.6rem;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}
.buttons.centered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.js-load-more {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
/* =========================================================================
 *
 * Custom tooltip styling
 *
 * The downside of this CSS tooltip is that the text will always be forced over one rule
 * This is because of the white-space: nowrap
 * Therefor it is only useful for tooltips with little text
 *
 * ====================================================================== */
[data-title]:after {
  border-radius: 0.5rem;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  background: #000;
  padding: 0 0.6rem;
  color: #fff;
  font-size: 1.4rem;
}
[data-title]:hover:after,
[data-title]:focus:after {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0.4rem;
}
/* =========================================================================
 *
 * Here we can set some browser behaviour
 *
 * ====================================================================== */
/* text selection */
.text-selection {
  color: #fff;
  background: #444B85;
}
::selection {
  color: #fff;
  background: #444B85;
}
::-moz-selection {
  color: #fff;
  background: #444B85;
}
.page-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
@media (min-width: 64em) {
  .page-header {
    position: absolute;
    margin: 0 auto;
  }
}
@media (min-width: 80em) {
  .page-header {
    margin-top: 2.4rem;
  }
}
.page-header .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 10px 32px 0 rgba(1, 13, 30, 0.05);
  height: 8.8rem;
  max-width: 100%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media (min-width: 80em) {
  .page-header .inner {
    border-radius: 4px;
    max-width: 116.84rem;
  }
}
@media (max-width: 63.9375em) {
  .page-header .inner {
    height: 4.8rem;
  }
}
.page-header .page-logo {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.2rem;
  height: 8.8rem;
  margin-right: auto;
  z-index: 1;
}
.page-header .page-logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-height: 100%;
  height: 100%;
}
.page-header .page-logo img {
  max-width: 25rem;
  width: 100%;
}
@media (max-width: 63.9375em) {
  .page-header .page-logo {
    padding: 0;
    height: 4.8rem;
  }
  .page-header .page-logo img {
    max-height: 80%;
    width: auto;
  }
}
.page-header .page-header-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 4.8rem;
}
.page-header .button-big,
.page-header .call-to-action,
.page-header .form-input-file .file-input-btn,
.page-header button,
.page-header [type=submit],
.page-header .component-downloadlist-footer a {
  font-size: 1.6rem;
  padding: 0.6rem 1.8rem;
}
@media (min-width: 64em) {
  .page-header .button-big,
  .page-header .call-to-action,
  .page-header .form-input-file .file-input-btn,
  .page-header button,
  .page-header [type=submit],
  .page-header .component-downloadlist-footer a {
    padding: 1.2rem 1.8rem;
  }
  .page-header .button-big.hide-for-desktop,
  .page-header .call-to-action.hide-for-desktop,
  .page-header .form-input-file .file-input-btn.hide-for-desktop,
  .page-header button.hide-for-desktop,
  .page-header [type=submit].hide-for-desktop,
  .page-header .component-downloadlist-footer a.hide-for-desktop {
    display: none;
  }
}
.page-mainmenu {
  position: relative;
  z-index: 1;
}
.page-mainmenu .level-1 {
  justify-content: flex-end;
}
.page-mainmenu .level-1-item:not(:first-child) {
  margin-left: 2.4rem;
}
.page-mainmenu .level-1-item a {
  color: #505b6c;
  font-size: 1.6rem;
  font-weight: 500;
}
.page-mainmenu .level-1-item a > span {
  position: relative;
}
.page-mainmenu .level-1-item > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 8.8rem;
}
@media (max-width: 63.9375em) {
  .page-mainmenu .level-1-item > a {
    height: 4.8rem;
  }
}
.page-mainmenu .level-1-item > a:hover {
  color: #444B85;
}
.page-mainmenu .level-1-item.active > a {
  color: #444B85;
}
.page-mainmenu .level-1-item ul {
  max-width: 27rem;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
}
.page-mainmenu .level-1-item > ul {
  border-radius: 0 0 0.5rem 0.5rem;
  background: #444B85;
  margin-left: -2.4rem;
}
.page-mainmenu li.hover ul,
.page-mainmenu li:hover ul {
  opacity: 1;
  visibility: visible;
}
.page-mainmenu .subnav > a:after {
  font-family: 'effektiefgroep2018';
  content: 'g';
  font-size: 12px;
  padding-left: 0.6rem;
  position: relative;
  top: 2px;
}
.page-mainmenu .level-2-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page-mainmenu .level-2-item:last-child {
  border-bottom: none;
}
.page-mainmenu .level-2-item a {
  color: #fff;
  display: block;
  padding: 1.2rem 2.4rem;
  white-space: nowrap;
}
.page-mainmenu .level-2-item a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.number-of-children {
  border-radius: 100%;
  background: #ffb124;
  color: #573800;
  font-weight: 600;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: -16px;
  text-align: center;
  top: -16px;
  width: 22px;
}
.page-footer {
  background: #444B85;
  padding: 4.8rem 0 2.4rem 0;
  position: relative;
}
.page-footer .inner {
  padding-top: 2.4rem;
}
.page-footer a {
  color: #fff;
  font-size: 1.6rem;
}
.page-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.page-footer h3 {
  color: #b2d6f4;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.page-footer .footer-contact .icon-phone {
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 400;
  position: relative;
}
.page-footer .footer-contact .icon-phone::before {
  font-family: 'effektiefgroep2018';
  content: 'b';
  color: #b2d6f4;
  font-size: 1.625rem;
  margin-right: 1.2rem;
  position: relative;
  top: 2px;
}
.page-footer .footer-map .footer-map-image-wrap {
  position: relative;
}
.page-footer .footer-map .footer-map-image-wrap img[src*='.svg'] {
  max-width: 27.6rem;
  width: 100%;
}
.page-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2.4rem;
  font-size: 1.6rem;
  position: relative;
}
.page-footer .footer-bottom ul {
  margin: 0;
}
.page-footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
}
.page-footer .footer-bottom a:hover {
  color: #fff;
}
.page-footer .footer-bottom button.link {
  background: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  padding: 0;
  min-height: auto;
}
.page-footer .footer-bottom button.link:hover {
  color: #fff;
}
.page-footer .page-footermenu li,
.page-footer .footer-credits li {
  margin-right: 2.4rem;
}
.page-footer .page-footermenu li:last-child,
.page-footer .footer-credits li:last-child {
  margin-right: 0;
}
@media (min-width: 30em) {
  .page-footer .footer-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .page-footer .page-footermenu ul,
  .page-footer .footer-credits {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}
.popup.show {
  opacity: 1;
  pointer-events: all;
}
.popup .popup-content {
  position: relative;
  max-height: 80vh;
  width: 95%;
  overflow-y: auto;
  margin: 4.8rem auto 0;
  padding: 4.8rem 1.2rem 1.2rem;
  background: #fff;
  border-radius: 0.5rem;
}
.popup .popup-content > *:last-child {
  margin-bottom: 0;
}
.popup .popup-content .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  height: 3.6rem;
  min-height: auto;
  width: 3.6rem;
  padding: 0;
  background: #444B85;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.popup .popup-content .close:focus,
.popup .popup-content .close:hover {
  background: #1267ae;
}
@media (min-width: 48em) {
  .popup .popup-content {
    width: 80%;
    margin-top: 7.2rem;
    padding: 2.4rem 4.8rem;
  }
  .popup .popup-content .close {
    right: 1.2rem;
    top: 1.2rem;
  }
}
body.popup-open .page-website-wrapper {
  overflow-y: hidden;
  height: calc(100vh - 8.8rem);
}
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none;
}
/* =========================================================================
 *
 * Styling the website's breadcrumb
 *
 * - Depends on the variable @breadcrumb in variables.less
 *
 * ====================================================================== */
.page-breadcrumb {
  font-weight: 500;
  margin: 1.2rem 0;
  color: #444B85;
  text-transform: uppercase;
  font-size: 1.4rem;
  opacity: 0.4;
}
.page-breadcrumb li:not(:first-child):before {
  content: '/';
  padding: 0 1.2rem;
  float: left;
}
.page-breadcrumb a {
  display: inline-block;
  color: #444B85;
}
.page-breadcrumb a:hover,
.page-breadcrumb a:focus {
  text-decoration: underline;
}
.has-image .page-breadcrumb {
  color: #fff;
  opacity: 1;
}
.has-image .page-breadcrumb a {
  color: #fff;
}
.page-breadcrumb > ol {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* =========================================================================
 *
 * Here we can style our responsive navigation
 *
 * - Depends on the variable @responsive in variables.less
 *
 * ====================================================================== */
.page-website-wrapper {
  transform: none;
  will-change: auto;
}
.nav-toggle {
  border-left: 1px solid #E9EDF5;
  background: #fff;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  border-radius: 0.2rem;
}
.nav-toggle:hover span,
.nav-toggle:hover span:before,
.nav-toggle:hover span:after {
  background: #000;
}
.nav-wrapper a {
  color: #505b6c;
  word-wrap: break-word;
  padding: 0.6rem 2.4rem;
}
.nav-wrapper a > span {
  position: relative;
}
.nav-wrapper ul ul a {
  transition-duration: 0.15s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  line-height: 0;
  padding: 0 2.4rem 0 3.6rem;
  opacity: 0;
}
.nav-wrapper .open > li > a {
  opacity: 1;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  line-height: 1.7;
  font-size: 1.4rem;
}
.nav-wrapper .open + .open-subnav:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.nav-wrapper .subnav > a {
  padding-right: 4.26rem;
}
.nav-wrapper .open-subnav {
  height: 4.26rem;
  width: 4.26rem;
}
.nav-wrapper .open-subnav:before {
  font-family: 'effektiefgroep2018';
  content: 'g';
  width: 2.4rem;
  line-height: 2.4rem;
  color: #444B85;
  font-size: 12px;
}
.nav-wrapper .button-big,
.nav-wrapper .call-to-action,
.nav-wrapper .form-input-file .file-input-btn,
.nav-wrapper button,
.nav-wrapper [type=submit],
.nav-wrapper .component-downloadlist-footer a {
  box-shadow: none;
  background: none;
  color: #505b6c;
  padding: 0;
}
@media (max-width: 63.9375em) {
  .page-header .page-searchbox-container,
  .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]:before {
  display: inline-block;
  line-height: inherit;
  font-size: inherit;
}
/* =========================================================================
 *
 * Kirra's alinea component styling
 *
 * ====================================================================== */
.component-alinea.intro,
.component-alinea.intro * {
  font-size: 2.8rem;
  line-height: 4rem;
  color: #444B85;
}
@media (max-width: 40em) {
  .component-alinea.intro,
  .component-alinea.intro * {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.component-alinea strong {
  font-weight: 500;
}
.component-alinea h2 {
  font-size: 2.2rem;
  margin: 0 0 1.2rem;
}
.component-alinea ol,
.component-alinea ul {
  padding-left: 3.6rem;
}
.component-alinea li:before {
  left: -2.4rem;
}
.component-alinea ul li:before {
  border-radius: 50%;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: #1267ae;
}
.component-alinea ol li:before {
  -webkit-transform: translate(-2.4rem, -50%);
  transform: translate(-2.4rem, -50%);
  width: 3.6rem;
  color: #1267ae;
}
.page-right .component-alinea {
  border-radius: 0.5rem;
  border-radius: 4px;
  background: #fff;
  padding: 3.6rem;
  box-shadow: 0 10px 32px 0 rgba(1, 13, 30, 0.05);
}
.webapp-table caption,
.component-alinea table caption {
  text-align: left;
}
.webapp-table td,
.component-alinea table td,
.webapp-table th,
.component-alinea table th {
  padding: 0.6rem 1.2rem;
}
.webapp-table th,
.component-alinea table th {
  font-weight: bold;
}
/* =========================================================================
 *
 * Custom image styling for the Kirra components 'image' and 'imageuitlijning'
 *
 * ====================================================================== */
.image-caption {
  font-size: 1.4rem;
  font-style: italic;
  color: #505b6c;
}
.page-middle .component-imageuitlijning.align-links,
.page-middle .component-imageuitlijning.align-rechts {
  width: 33.33333333%;
  margin-bottom: 1.2rem;
}
@media (max-width: 30em) {
  .page-middle .component-imageuitlijning.align-links,
  .page-middle .component-imageuitlijning.align-rechts {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* =========================================================================
 *
 * Kirra's component 'quote' styling
 *
 * Do not remove the .component-quote styling because the quote in an alinea extends from this class name
 *
 * ====================================================================== */
.component-quote,
.component-alinea blockquote {
  padding-top: 3.6rem;
  padding-left: 6rem;
  position: relative;
}
.component-quote blockquote::before,
.component-alinea blockquote blockquote::before {
  font-family: 'effektiefgroep2018';
  content: 'e';
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 9.2rem;
  line-height: 1;
  color: #99abc3;
  opacity: .1;
  z-index: -1;
}
.component-quote p,
.component-alinea blockquote p {
  font-size: 3.8rem;
  font-style: italic;
  line-height: 48px;
  color: #1267ae;
}
.component-quote figcaption,
.component-alinea blockquote figcaption {
  font-weight: 600;
  font-size: 1.9rem;
}
@media (min-width: 48em) {
  .block-quote-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.block-quote-block .component-quote-block {
  max-width: 60rem;
}
.component-quote-block {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  bottom: -9.6rem;
  margin-top: -9.6rem;
  position: relative;
}
.component-quote-block blockquote {
  border-radius: 5px;
  background: #444B85;
  padding: 2.4rem 2.4rem 2.4rem 4.8rem;
  width: 100%;
  max-width: 400px;
  position: relative;
}
.component-quote-block blockquote p {
  font-style: italic;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}
.component-quote-block blockquote p::before {
  font-family: 'effektiefgroep2018';
  content: 'e';
  position: absolute;
  left: -2.4rem;
  top: 0;
  color: rgba(153, 171, 195, 0.1);
  font-size: 40px;
  line-height: 1;
}
.component-quote-block blockquote p:last-child {
  margin-bottom: 0;
}
.component-quote-block blockquote a {
  color: #fff;
  text-decoration: underline;
}
.component-quote-block blockquote a:hover {
  color: #1267ae;
}
.component-quote-block blockquote::after {
  content: '';
  position: absolute;
  top: calc(100% - 1.2rem);
  left: 1.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 25px 0;
  border-color: transparent #444B85 transparent transparent;
}
.component-quote-block .quote-author {
  padding: 0 4.8rem;
}
.component-quote-block figcaption {
  font-weight: 600;
  font-size: 1.9rem;
  color: #444B85;
}
.component-quote-block .function {
  color: #1267ae;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.component-quote-block img {
  max-width: 27.6rem;
  width: auto;
  max-height: 100%;
  height: auto;
  z-index: -1;
}
@media (min-width: 40em) {
  .component-quote-block {
    bottom: 0;
    margin-top: 0;
  }
  .component-quote-block blockquote {
    width: 66.66666667%;
  }
  .component-quote-block img {
    bottom: -9.6rem;
    position: absolute;
    right: 0;
  }
}
.footer-socials {
  margin-top: 2.4rem;
}
.footer-socials .social-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-socials .social-links li {
  margin-right: 1.2rem;
}
.footer-socials .social-links .social-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.footer-socials .social-links .social-icon {
  margin: 0 1.2rem 1.2rem 0;
}
.footer-socials .social-links .social-icon::before {
  font-family: 'effektiefgroep2018';
  border-radius: 0.5rem;
  border-radius: 4px;
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  background: #b2d6f4;
  color: #444B85;
  display: block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.footer-socials .social-links .social-facebook-url .social-icon::before {
  content: 'q';
}
.footer-socials .social-links .social-instagram-url .social-icon::before {
  content: 'u';
}
.footer-socials .social-links .social-linkedin-url .social-icon::before {
  content: 's';
}
.footer-socials .social-links .social-twitter-url .social-icon::before {
  content: 'r';
}
.footer-socials .social-links .social-youtube-url .social-icon::before {
  content: 'v';
}
.footer-socials .social-links a:focus .social-icon::before,
.footer-socials .social-links a:hover .social-icon::before {
  background: #fff;
  color: #444B85;
}
/* =========================================================================
 *
 * Custom form styling can be done here
 *
 * - Zorg er voor dat je foutmeldingen netjes zijn opgemaakt.
 *
 * ====================================================================== */
.style-select:before {
  content: '▾';
}
select[multiple] {
  max-height: 12rem;
}
textarea {
  height: 12rem;
}
.form-input-file .file-input-placeholder {
  padding: 0.6rem 1.2rem;
  cursor: pointer;
}
.form-input-file .file-input-btn {
  margin: 0 1.2rem 0 0;
  padding: 0.6rem 1.2rem;
}
.form-tooltip[data-title] {
  background: #505b6c;
  cursor: help;
  font-size: 1rem;
  color: #fff;
}
/* =========================================================================
 *
 * General form styling
 *
 * This styling applies to all forms that use .velden as a wrapper for the input elements
 *
 * ====================================================================== */
form ul,
form ol {
  margin: 0;
}
.velden > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  position: relative;
  clear: both;
  width: 100%;
}
.velden > li:after {
  display: inline;
  clear: none;
}
.velden label {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  margin-bottom: 0.6rem;
  padding-right: 3.6rem;
  text-transform: uppercase;
}
.velden label em {
  margin-left: 0.4rem;
  color: #a94442;
  font-style: normal;
}
.velden .form-input-paragraph,
.velden .form-input-heading {
  margin-bottom: 0;
}
.form-input-radio label:not(.multiple-title):before,
.form-input-multipleselect-checkboxes label:not(.multiple-title):before,
.form-input-checkbox label:not(.multiple-title):before,
.form-input-radio label:not(.multiple-title):after,
.form-input-multipleselect-checkboxes label:not(.multiple-title):after,
.form-input-checkbox label:not(.multiple-title):after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 6px;
}
.form-input-radio label:not(.multiple-title):after,
.form-input-multipleselect-checkboxes label:not(.multiple-title):after,
.form-input-checkbox label:not(.multiple-title):after {
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}
[type=radio]:checked + label:after,
[type=checkbox]:checked + label:after {
  -webkit-transform: translateY(0) scale(1) !important;
  transform: translateY(0) scale(1) !important;
}
li.input-error > * {
  -ms-flex-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
li.input-error .input-error {
  -ms-flex-order: 3;
  -webkit-order: 3;
  -ms-order: 3;
  order: 3;
  line-height: 1;
}
li.input-error .style-select,
li.input-error input[type=text],
li.input-error textarea {
  border: 1px solid #a94442;
}
li.input-error .style-select:before {
  color: #a94442;
}
li.input-error input:focus,
li.input-error textarea:focus {
  border-color: #505b6c;
}
div.input-error {
  padding: 0;
  color: #a94442;
}
div.input-error p {
  background: none;
  color: #a94442;
  padding: 0;
  margin: 0;
}
div.input-error p:before {
  display: none;
}
/* =========================================================================
 *
 * Custom Youtube styling for Kirra's 'youtube' component
 *
 * - This styling works with 'js/jquery.youtube.js'
 *
 * - Depends on the variable @moduleYoutube in variables.less
 *
 * ====================================================================== */
.component-youtube iframe {
  transition: 0.3s ease-in-out;
}
.component-youtube .youtube-overlay {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.component-youtube .youtube-overlay:before {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #1267ae;
  font-family: 'effektiefgroep2018';
  content: 'd';
  background: #1267ae;
  font-size: 28px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  margin: -24px 0 0 -24px;
  padding-left: 2px;
}
@media (max-width: 40em) {
  .component-youtube .youtube-overlay:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: -18px 0 0 -18px;
  }
}
.component-youtube h2 {
  transition-duration: 0.15s;
  color: #fff;
  padding: 2.4rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
}
.component-youtube img {
  transition: 0.3s ease-in-out;
}
.component-youtube.hover .youtube-overlay {
  background: transparent;
}
.component-youtube.hover .youtube-overlay:before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.component-youtube.hover h2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.component-youtube.hide-overlay img {
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
/* =========================================================================
 *
 * Default Kirra 'flex' module styling
 *
 * By default for two and three column layouts
 *
 * - Aantal kolommen in grid:                  '2' en '3'
 * - Grid forceren:                            Ja
 * - CSS-klasse voor gridcontainer:            'js-flexwrapper page-flexwrapper'
 * - CSS-klasse voor gridrij:                  'flex-row'
 * - CSS-klasse voor gridcel:                  'flex-box width-1-3'
 * - Celbreedte opgeven via stijlattribuut:    'Nee'
 * - De overige 2 velden zijn leeg
 *
 * Zorg er dan voor dat je op flexpagina's niet het component 'imageuitlijning' gebruikt maar 'image'.
 * De imageuitlijning kun je namelijk uitlijnen terwijl je dat al doet met een afbeelding in een flexcontainer
 *
 * - Depends on the variable @moduleFlex in variables.less
 *
 * ====================================================================== */
@media (max-width: 40em) {
  .flex-box.width-1-2 {
    width: 100%;
  }
}
@media (max-width: 60em) {
  .flex-box.width-1-3,
  .flex-box.width-2-3 {
    width: 100%;
  }
}
/* =========================================================================
 *
 * Kirra 'search' module styling
 *
 * - Styling for the search field in the header
 * - Styling for the search field on the search results page
 * - Styling for each search result
 * - Styling fot the pager at the bottom of the search results
 *
 * - Depends on the variable @moduleSearch in variables.less
 *
 * ====================================================================== */
.page-searchbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
}
.page-searchbox input {
  height: 4.8rem;
}
.page-intro-container .page-searchbox input {
  background: #fff;
}
.page-searchbox button {
  box-shadow: none;
  background: none;
  height: 4.8rem;
  width: 4.8rem;
  padding: 0;
  font-size: 0;
}
.page-searchbox button::before {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'effektiefgroep2018';
  content: 'a';
  height: 4.8rem;
  width: 4.8rem;
  margin: 0;
  color: #505b6c;
  font-size: 18px;
}
.page-searchbox button:focus,
.page-searchbox button:hover {
  background: none;
}
.page-searchbox button:focus::before,
.page-searchbox button:hover::before {
  color: #ffb124;
}
.nav-wrapper .page-searchbox input {
  padding-right: 4.8rem;
}
.nav-wrapper .page-searchbox button {
  position: absolute;
  right: 0;
}
.search-result h4 {
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.search-result .page-breadcrumb {
  margin: 0;
}
.search-result a:hover h4 {
  color: #1267ae;
}
.search-result-url {
  color: #505b6c;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
.search-result-url li:not(:first-child)::before {
  content: '›';
  padding: 0 0.6rem;
}
.search-pager .pager-prev > *::before {
  content: '‹';
}
.search-pager .pager-next > *::before {
  content: '›';
}
.search-pager-complete {
  text-align: center;
}
.search-pager-complete li:not(.pager-prev):not(.pager-next) a {
  padding: 0 0.6rem;
}
.search-pager-complete .active {
  font-weight: bold;
}
.highlighted {
  background: rgba(255, 255, 0, 0.5);
}
.page-searchbox-wrapper {
  padding: 2.4rem 0;
}
.nav-wrapper .page-searchbox-wrapper {
  padding: 1.2rem;
}
.page-searchbox-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 2.4rem;
  height: 8.8rem;
  right: 0;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
}
.page-searchbox-container .js-trigger-menu-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: 0;
}
.page-searchbox-container .js-trigger-menu-search::before {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'effektiefgroep2018';
  content: 'a';
  width: 4.8rem;
  height: 4.8rem;
  color: #505b6c;
  text-align: center;
  cursor: pointer;
}
.page-searchbox-container .js-trigger-menu-search:hover::before {
  color: #ffb124;
}
.page-header .page-searchbox-container {
  margin: 0;
}
.page-header .page-searchbox-wrapper {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  bottom: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.page-header .toggler-search:checked + .page-searchbox-container {
  z-index: 2;
}
.page-header .toggler-search:checked + .page-searchbox-container .page-searchbox-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-header .close-search::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\00d7';
  cursor: pointer;
  font-size: 4rem;
  font-weight: 300;
  left: 2.4rem;
  color: grey;
  position: absolute;
  top: 50%;
  transition: 0.15s ease-out;
  width: 3.6rem;
}
.page-header .close-search::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: " ";
  border-right: 1px solid grey;
  position: absolute;
  top: 50%;
  height: 4.8rem;
  left: 6rem;
}
.page-header input[type=search] {
  background: #fff;
  border: none;
  font-size: 3rem;
  height: 8.8rem;
  padding: 0 9.6rem;
}
.page-header input[type=search]::placeholder {
  color: rgba(80, 91, 108, 0.5);
  font-weight: 300;
}
.page-header .js-trigger-menu-search,
.page-header button[type=submit] {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffb124;
  border-radius: 4.8rem;
  padding: 0;
  top: 50%;
  position: absolute;
  right: 1.2rem;
}
.page-header .js-trigger-menu-search::before,
.page-header button[type=submit]::before {
  color: #fff;
  position: relative;
  top: 3px;
}
.page-header .js-trigger-menu-search:hover,
.page-header button[type=submit]:hover {
  background: rgba(255, 177, 36, 0.7);
}
.page-header .js-trigger-menu-search {
  background: transparent;
}
.page-header .js-trigger-menu-search::before {
  color: #505b6c;
}
.page-header .js-trigger-menu-search:hover {
  background: transparent;
}
/* =========================================================================
 *
 * Make Google Maps responsive
 *
 * ====================================================================== */
.google-maps {
  position: relative;
  padding-top: 56.25%;
}
.google-maps > * {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../css/fonts/slick.eot');
  src: url('../../css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../css/fonts/slick.woff') format('woff'), url('../../css/fonts/slick.ttf') format('truetype'), url('../../css/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Slider */
.cases-slider {
  display: none;
  margin: 0 -1.2rem;
}
.cases-slider.slick-initialized {
  display: block;
}
.slick-slide a {
  color: #505b6c;
}
.slick-slide a:hover {
  color: inherit;
}
.slick-slide > div {
  padding: 0 1.2rem;
}
.slick-list {
  overflow: hidden;
}
.slick-arrow {
  border-radius: 50%;
  box-shadow: 0 0 0 0.6rem rgba(18, 103, 174, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  margin: 0 0.6rem;
  right: 0;
  left: auto;
  top: auto;
  bottom: calc(100% + 3.6rem);
  background: #1267ae !important;
}
.slick-arrow::before {
  font-family: 'effektiefgroep2018';
  content: 'h';
  margin: 0;
  line-height: inherit;
  float: none;
  display: block;
  text-indent: 2px;
}
.slick-arrow.slick-prev {
  right: 7.2rem;
}
.slick-arrow.slick-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-arrow.slick-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.slick-arrow:not(.slick-disabled):hover {
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
  box-shadow: none;
}
.component-homepage .page-wrapper {
  background: #fff;
  padding-top: 0;
}
.component-homepage .page-content-container > * {
  margin-bottom: 4.8rem;
}
.component-homepage .page-content-container > *:nth-child(3) {
  margin-top: 4.8rem;
  padding-top: 4.8rem;
  position: relative;
}
.component-homepage .page-content-container > *:nth-child(3)::after {
  background-image: -webkit-linear-gradient(-90deg, #eef2f5, #eef2f5, #fff);
  background-image: -moz-linear-gradient(-90deg, #eef2f5, #eef2f5, #fff);
  background-image: -ms-linear-gradient(-90deg, #eef2f5, #eef2f5, #fff);
  background-image: -o-linear-gradient(-90deg, #eef2f5, #eef2f5, #fff);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  height: 110vh;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 64em) {
  .component-homepage .page-content-container > *:nth-child(3) {
    margin-top: 7.2rem;
    padding-top: 9.6rem;
  }
}
.component-homepage h2 {
  font-size: 3.6rem;
  margin-bottom: 3rem;
}
.component-homepage .tagline {
  margin-bottom: 4.8rem;
}
.component-homepage h2 + .tagline {
  margin-top: -2.4rem;
}
.component-homepage .page-extra-content-container {
  justify-content: center;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.component-homepage .page-extra-content-container .page-overview-block {
  padding: 1.2rem;
}
.component-homepage .page-extra-content-container .page-overview-block.block-vacature-block {
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
@media screen and (max-width: 768px) {
  .component-homepage .page-extra-content-container .page-overview-block {
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 100%;
  }
}
.component-homepage .component-vacature-block .tagline.small {
  font-style: normal;
}
.component-homepage .intro-cta-block {
  margin-bottom: 3.6rem;
}
.page-hero {
  background-color: #f2f4f7;
  min-height: 40rem;
  overflow: hidden;
  padding-top: 2.4rem;
  position: relative;
}
.page-hero .inner {
  height: 100%;
  z-index: 1;
}
.page-hero .page-hero-content-title {
  margin: 2.4rem auto 0 auto;
  max-width: 96.4rem;
}
@media (min-width: 64em) {
  .page-hero .page-hero-content-title {
    margin: 7.2rem 0 4.8rem 0;
  }
}
.page-hero .page-hero-content-title.page-wide {
  margin-left: auto;
  margin-right: auto;
}
.page-hero .page-intro-container .compblock {
  margin: 4.8rem 0;
}
@media (min-width: 64em) {
  .page-hero {
    padding-top: 12rem;
  }
}
.page-hero.has-image {
  min-height: 40rem;
}
.page-hero.has-image .responsive-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-hero.has-image .responsive-image::after {
  background: #444B85;
  content: ' ';
  height: 100%;
  opacity: .75;
  position: absolute;
  width: 100%;
}
.page-hero.has-image img {
  filter: grayscale(100%);
}
.page-hero.has-image .page-hero-content-title {
  margin-top: 7.2rem;
}
.page-hero.has-image .page-hero-content-title h1 {
  color: #fff;
}
.page-hero.has-image .vacancy-detail {
  color: #fff;
}
@media (max-width: 48em) {
  .page-hero.has-image .vacancy-detail {
    margin-bottom: 3.6rem;
  }
}
.page-hero.has-image .tagline {
  color: #fff;
}
.page-hero.has-video {
  margin: 0 auto;
  max-width: 1379px;
  min-height: 35rem;
}
@media (min-width: 23.4375em) {
  .page-hero.has-video {
    min-height: 40rem;
  }
}
@media (min-width: 30em) {
  .page-hero.has-video {
    min-height: 45rem;
  }
}
@media (min-width: 40em) {
  .page-hero.has-video {
    min-height: 50rem;
  }
}
@media (min-width: 64em) {
  .page-hero.has-video {
    min-height: 60rem;
  }
}
@media (min-width: 80em) {
  .page-hero.has-video {
    min-height: 65rem;
  }
}
.page-hero.has-video .component-video {
  height: 120%;
  margin-top: -14rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 23.4375em) {
  .page-hero.has-video .component-video {
    height: 110%;
  }
}
@media (min-width: 30em) {
  .page-hero.has-video .component-video {
    height: 120%;
  }
}
@media (min-width: 48em) {
  .page-hero.has-video .component-video {
    height: 140%;
  }
}
@media (min-width: 64em) {
  .page-hero.has-video .component-video {
    height: 120%;
    margin-top: -6rem;
  }
}
.page-hero.has-video iframe {
  opacity: 1;
}
.page-hero.has-video .page-hero-image {
  display: none;
}
.page-hero.has-video .responsive-embed,
.page-hero.has-video iframe {
  width: 100%;
  height: 100%;
}
.page-hero.has-video .cookieconsent-optout-marketing,
.page-hero.has-video .cookieconsent-optout-marketing .video-placeholder,
.page-hero.has-video .cookieconsent-optout-marketing .responsive-image {
  height: 100%;
}
.page-hero.has-video .cookieconsent-renew {
  position: absolute;
  top: 15.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 90%;
  max-width: 35rem;
  padding: 1.2rem;
  background: rgba(242, 245, 248, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 0.5rem;
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.125);
}
.page-hero.has-video .cookieconsent-renew a {
  text-decoration: underline;
}
.page-hero.has-video .cookieconsent-renew a:focus,
.page-hero.has-video .cookieconsent-renew a:hover {
  text-decoration: none;
}
@media (min-width: 30em) {
  .page-hero.has-video .cookieconsent-renew {
    top: 18.8rem;
    padding: 2.4rem;
  }
}
@media (min-width: 48em) {
  .page-hero.has-video .cookieconsent-renew {
    top: 50%;
  }
}
/* Pagination */
.page-pagination {
  text-align: center;
}
.pagination-wrapper {
  display: flex;
  justify-content: center;
}
.pagination {
  border-radius: 76px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0.8rem;
  margin: 2.4rem 0;
  position: relative;
  border: 1px solid #E9EDF5;
}
.pagination a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  color: #505b6c;
}
.pagination a:hover {
  background: #E9EDF5;
}
.pagination li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 0.16rem;
}
.pagination li.disabled a {
  pointer-events: none;
}
.pagination li.active a {
  color: #fff;
  background: #1267ae;
}
.pagination li.current {
  background: #E9EDF5;
}
.pagination li.prev > *,
.pagination li.next > * {
  border-radius: 0.5rem;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  display: block;
  color: #505b6c;
}
.pagination li.prev > *:before,
.pagination li.next > *:before {
  font-family: 'effektiefgroep2018';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-radius: 4px;
  content: 'h';
  width: 45px;
  height: 45px;
  font-size: 16px;
}
.pagination li.prev > *.reversed:before,
.pagination li.next > *.reversed:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li.prev > *:hover,
.pagination li.next > *:hover {
  background: #E9EDF5;
}
.pagination li.prev.disabled > *,
.pagination li.next.disabled > * {
  color: #f2f5f8;
  background: none;
}
.pagination .pagination-previous .icon::before,
.pagination .pagination-next .icon::before {
  font-family: 'effektiefgroep2018';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  content: 'h';
  width: 45px;
  height: 45px;
  font-size: 16px;
}
.pagination .pagination-previous.disabled,
.pagination .pagination-next.disabled {
  color: rgba(80, 91, 108, 0.5);
}
.pagination .pagination-previous .icon::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.component-downloadlist {
  margin-bottom: 3.6rem;
}
.page-right .component-downloadlist {
  border-radius: 0.5rem;
  border-radius: 4px;
  background: #fff;
  padding: 3.6rem;
  box-shadow: 0 10px 32px 0 rgba(1, 13, 30, 0.05);
  font-size: 1.6rem;
}
.component-downloadlist ol {
  border-top: 1px solid #f2f5f8;
}
.component-downloadlist .component-downloaditem {
  border-bottom: 1px solid #f2f5f8;
}
.component-downloaditem {
  padding: 0.6rem 0;
  position: relative;
}
.component-downloaditem small {
  font-weight: 500;
  position: absolute;
  top: 10px;
  right: 0;
  text-transform: uppercase;
}
.component-downloaditem a {
  font-weight: 500;
  padding: 0 4.8rem 0 4.8rem;
  display: block;
}
.component-downloaditem i {
  background: none;
  position: absolute;
  left: 0.6rem;
  top: 0;
  font-style: normal;
  margin-right: 1.2rem;
}
.component-downloaditem i:before {
  font-family: 'effektiefgroep2018';
  content: 'i';
  color: #ffb124;
  font-size: 24px;
  position: relative;
}
.component-downloadlist-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.component-downloadlist-footer a {
  display: inline-block;
  margin-top: 1.2rem;
}
.component-downloadlist-footer .js-download-list {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.card-newsitem .card-image-wrapper,
.card-news-item .card-image-wrapper {
  position: relative;
}
.card-newsitem .card-image-wrapper .image,
.card-news-item .card-image-wrapper .image {
  margin: 0;
  padding-top: 56.25%;
}
.card-newsitem .card-image-wrapper .card-label-wrapper,
.card-news-item .card-image-wrapper .card-label-wrapper {
  position: absolute;
  bottom: 1.2rem;
  padding: 0 2.4rem;
}
.card-newsitem .card-detail,
.card-news-item .card-detail {
  padding-top: 2.4rem;
}
.card-newsitem .card-detail .card-meta,
.card-news-item .card-detail .card-meta {
  order: 1;
  margin-bottom: 0.6rem;
}
.card-newsitem .card-detail .header,
.card-news-item .card-detail .header {
  order: 2;
  text-align: left;
}
.card-newsitem .card-detail .alinea,
.card-news-item .card-detail .alinea {
  order: 3;
}
.component-newsitem .component-image,
.component-news-item .component-image {
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.125);
  background: #fff;
  padding: 0.6rem;
}
.component-newsitem h1,
.component-news-item h1 {
  margin-top: 0.6rem;
}
.component-newsitem .meta-item.meta-date,
.component-news-item .meta-item.meta-date {
  margin-right: 1.2rem;
}
@media (max-width: 48em) {
  .js-news-content .page-overview-block {
    width: 50%;
  }
}
@media (max-width: 40em) {
  .js-news-content .page-overview-block {
    width: 100%;
  }
}
.compblock > *:last-child {
  margin-bottom: 0;
}
.page-right .component-crosslinkslist {
  border-radius: 0.5rem;
  border-radius: 4px;
  background: #fff;
  padding: 3.6rem;
  box-shadow: 0 10px 32px 0 rgba(1, 13, 30, 0.05);
  font-size: 1.6rem;
}
.component-crosslinkslist ul {
  border-top: 1px solid #f2f5f8;
}
.component-crosslinkslist li {
  border-bottom: 1px solid #f2f5f8;
}
.component-crosslinkslist span,
.component-crosslinkslist a {
  font-weight: 500;
  display: block;
  padding: 1.2rem 2.4rem 1.2rem 2.4rem;
  position: relative;
}
.component-crosslinkslist span::before,
.component-crosslinkslist a::before {
  font-family: 'effektiefgroep2018';
  content: 'h';
  color: #ffb124;
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 14px;
}
.card,
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label {
  position: relative;
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  height: 100%;
  overflow: hidden;
}
.card:not(.simple),
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label:not(.simple) {
  border-radius: 0.5rem;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(1, 13, 30, 0.04);
}
.card.extended .card-image,
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label.extended .card-image {
  padding: 2.4rem 2.4rem 0;
}
.card.extended.card-list-item .card-image,
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label.extended.card-list-item .card-image {
  padding: 0;
  margin-right: 2.4rem;
}
.card.extended:hover .button .figure::after,
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label.extended:hover .button .figure::after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.card img,
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label img {
  margin: auto;
}
.card.fancy:hover,
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label.fancy:hover {
  -webkit-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}
.card.extended,
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label.extended {
  padding-bottom: 7.2rem;
}
.card.extended .buttons,
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label.extended .buttons {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.card-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.4rem 2.4rem 1.2rem;
  position: relative;
}
.page-extra-content-container .card-detail {
  background: #fff;
}
.card-detail .header {
  text-align: center;
}
.card-detail h3 {
  margin-bottom: 1.2rem;
  word-break: break-word;
}
.card:not(.card-service-page):not(.card-client):not(.card-usp-block-item) .card-image,
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label:not(.card-service-page):not(.card-client):not(.card-usp-block-item) .card-image {
  position: relative;
  padding-top: 56.25%;
}
.card:not(.card-service-page):not(.card-client):not(.card-usp-block-item) .card-image > *,
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label:not(.card-service-page):not(.card-client):not(.card-usp-block-item) .card-image > * {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.card-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 0 2.4rem 0 7.2rem;
  border-bottom: 1px solid #E9EDF5;
}
.card-list-item .card-image {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.card-list-item .card-image img {
  max-width: 6rem;
}
.card-list-item .card-detail {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.card-list-item .card-detail h3 {
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left;
}
.card-list-item::after {
  font-family: 'effektiefgroep2018';
  transition: all 0.15s ease-in-out;
  content: 'h';
  position: absolute;
  right: 0;
  top: 18px;
  color: #ffb124;
}
.card-list-item:hover::after {
  right: 10px;
}
.component-grid .compblock,
.component-grid .component-block {
  width: 100%;
}
.component-grid .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
.component-grid .column {
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 2.4rem;
  padding: 0 1.2rem;
}
@media (min-width: 48em) {
  .component-grid .columns-2 .column {
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
}
.map-container {
  display: inline-block;
  position: relative;
  z-index: 12345678901;
}
.map-container img {
  display: block;
  max-width: 100%;
  height: auto;
}
.map-marker-popup {
  border-radius: 0.4rem;
  box-shadow: 0 1rem 3.2rem 0 rgba(1, 13, 30, 0.05);
  opacity: 0;
  filter: alpha(opacity=@{opacity*100});
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  background: #fff;
  bottom: .4rem;
  left: 50%;
  padding: 2.4rem;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 26rem;
  z-index: 1;
}
.map-marker-popup::after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -1rem;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.map-marker-popup h4 {
  font-size: 2.2rem;
  margin-bottom: 0;
}
.map-marker-popup .subtitle {
  color: #1267ae;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.map-marker-popup address {
  margin-bottom: 0.8rem;
}
.map-marker-popup address p {
  margin: 0;
}
.map-marker-popup .button-link {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  color: #ffb124;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
}
.map-marker-popup .button-link::after {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  color: #ffb124;
  top: 0;
}
.map-marker-popup .button-link:focus,
.map-marker-popup .button-link:hover {
  color: #573800;
}
.map-marker-popup .button-link:focus::after,
.map-marker-popup .button-link:hover::after {
  color: #573800;
}
.map-marker {
  box-shadow: none;
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  background: none;
  border: none;
  display: block;
  margin: 0;
  min-height: inherit;
  padding: 0;
  width: auto;
}
.map-marker span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.map-marker::before {
  border-radius: 50%;
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  content: '';
  background: #b2d6f4;
  border: 2px solid #444B85;
  float: none;
  height: 1.2rem;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 1.2rem;
}
.map-marker:focus::before,
.map-marker:hover::before {
  background: #ffb124;
}
.map-marker:focus + .map-marker-popup,
.map-marker:hover + .map-marker-popup {
  opacity: 1;
  filter: alpha(opacity=@{opacity*100});
  pointer-events: all;
}
.map-marker-wrapper {
  position: absolute;
  top: var(--marker-top);
  left: var(--marker-left);
}
.map-marker-wrapper:hover .map-marker::before {
  background: #ffb124;
}
.map-marker-wrapper:hover .map-marker-popup {
  opacity: 1;
  filter: alpha(opacity=@{opacity*100});
  pointer-events: all;
}
.overview-services h3 {
  font-size: 1.8rem;
}
.overview-services a:hover h3 {
  color: #1267ae;
}
.overview-services.main-services .card-service-page {
  text-align: center;
}
.overview-services.main-services .card-service-page img {
  height: 6rem;
  width: auto;
}
.component-services-block .page-overview .page-overview-block {
  margin-bottom: 0;
}
.component-services-block h1 {
  font-size: 3.6rem;
  margin-bottom: 1.2rem;
}
.hero-content.small-services {
  background: #444B85;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 80em) {
  .hero-content.small-services {
    background: rgba(68, 75, 133, 0.8);
  }
}
@media (max-width: 47.9375em) {
  .hero-content.small-services .inner {
    padding: 0;
  }
}
.hero-content.small-services .page-overview {
  margin-bottom: 0;
}
.hero-content.small-services .page-overview-block {
  width: 100%;
}
@media (min-width: 48em) {
  .hero-content.small-services .page-overview-block {
    width: 25%;
  }
}
.hero-content.small-services a {
  transition: all 0.3s ease;
  padding: 1.8rem 3rem 1.8rem 1.8rem;
  position: relative;
}
@media (min-width: 48em) {
  .hero-content.small-services a {
    padding: 2.7rem 3rem 2.7rem 1.8rem;
  }
}
.hero-content.small-services a:hover {
  background: #3b4174;
}
@media (min-width: 40em) {
  .hero-content.small-services a:hover {
    background: #444B85;
  }
}
.hero-content.small-services a .line {
  display: none;
  transition: all 0.3s ease;
}
.hero-content.small-services a.active {
  background: #333863;
}
.hero-content.small-services a.active .line {
  background: #ffb124;
  display: block;
  height: .5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
@media (min-width: 80em) {
  .hero-content.small-services a.active {
    background: #444B85;
  }
}
@media (min-width: 80em) {
  .hero-content.small-services a.active {
    margin-top: -1.2rem;
    padding-top: 3.3rem;
  }
}
.hero-content.small-services a:hover::after,
.hero-content.small-services a.active::after {
  font-family: 'effektiefgroep2018';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffb124;
  content: 'h';
  position: absolute;
  right: 0.6rem;
  top: 50%;
}
.hero-content.small-services h3 {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
}
@media (min-width: 48em) {
  .hero-content.small-services h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 60em) {
  .hero-content.small-services h3 {
    font-size: 1.8rem;
  }
}
.card-sector-page:hover h3 {
  color: #1267ae;
}
.component-locations {
  border-radius: 0.5rem;
  box-shadow: 0 10px 32px 0 rgba(1, 13, 30, 0.05);
  background: #444B85;
  color: #fff;
  padding: 4.8rem;
}
.component-locations ul li {
  margin-bottom: 2.4rem;
}
.component-locations ul li:last-child {
  margin-bottom: 0;
}
.component-locations h3 {
  margin-bottom: 1.2rem;
}
.component-locations a {
  color: #fff;
  display: block;
}
.component-locations a:hover {
  color: #1267ae;
}
.card-case-page .card-detail .header {
  text-align: left;
}
.card-case-page .card-detail .buttons {
  text-align: left;
}
.page-right .component-usp-list {
  border-radius: 0.5rem;
  border-radius: 4px;
  background: #fff;
  padding: 3.6rem;
  box-shadow: 0 10px 32px 0 rgba(1, 13, 30, 0.05);
}
.component-usp-list .component-usp {
  margin-bottom: 2.4rem;
}
.component-usp-list h4 {
  font-size: 2rem;
  font-weight: 400;
  padding-left: 6rem;
  position: relative;
  line-height: 32px;
}
.component-usp-list h4::before {
  border-radius: 36px;
  font-family: 'effektiefgroep2018';
  content: 'e';
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #1267ae;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  text-align: center;
}
.component-usps-block h2 {
  margin-bottom: 4.8rem;
}
@media (max-width: 63.9375em) {
  .component-usps-block .page-overview-block {
    width: 50%;
  }
}
@media (max-width: 40em) {
  .component-usps-block .page-overview-block {
    width: 100%;
  }
}
.card-usp-block-item.simple {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 -1.2rem;
  height: auto;
  padding-left: 7.2rem;
  position: relative;
}
.card-usp-block-item.simple .card-image {
  position: absolute;
  width: 56px;
  left: 1.2rem;
  top: 0;
}
.card-usp-block-item.simple .card-detail {
  padding: 0 1.2rem;
}
.card-usp-block-item.simple .card-detail .header {
  text-align: left;
}
.card-vacaturedetail {
  display: flex;
  margin-bottom: 2.4rem;
  padding: 2.4rem 9.6rem 2.4rem 0;
}
@media (max-width: 40em) {
  .card-vacaturedetail {
    flex-wrap: wrap;
    padding: 2.4rem 2.4rem 2.4rem 0;
  }
}
.card-vacaturedetail .card-image {
  padding-top: 0 !important;
  width: 100%;
  max-width: 9.2rem;
  margin-left: 4.8rem;
}
@media (max-width: 40em) {
  .card-vacaturedetail .card-image {
    margin-left: 2.4rem;
    min-height: 9.2rem;
  }
}
.card-vacaturedetail .card-detail {
  padding-left: 4.8rem;
}
@media (max-width: 40em) {
  .card-vacaturedetail .card-detail {
    padding-left: 2.4rem;
  }
}
.card-vacaturedetail .card-detail .header {
  text-align: left;
}
@media (max-width: 47.9375em) {
  .card-vacaturedetail .card-detail .header {
    padding-right: 3rem;
  }
}
.card-vacaturedetail .card-detail .card-extra span {
  font-weight: 500;
  font-size: 1.4rem;
  color: #1267ae;
  text-transform: uppercase;
}
.card-vacaturedetail .button {
  top: 50%;
  right: 2.4rem;
  left: auto;
  transform: translateY(-50%);
}
@media (max-width: 48em) {
  .card-vacaturedetail .button {
    top: 2.4rem;
    transform: none;
  }
}
.card-vacaturedetail .button.button-circled::after {
  font-family: 'effektiefgroep2018';
  content: 'h';
  font-size: 14px;
}
.component-vacature-block ul li {
  border-bottom: 1px solid #E9EDF5;
}
.component-vacature-block ul li:first-child {
  border-top: 1px solid #E9EDF5;
}
.component-vacature-block li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  padding: 1.2rem 0;
  color: #505b6c;
}
.component-vacature-block li a:hover,
.component-vacature-block li a:focus {
  color: #1267ae;
}
.page-extra-content-container .block-vacature-block {
  width: 40%;
}
.vacancy-detail {
  margin-bottom: 0;
  font-size: 16px;
}
.vacancy-detail li {
  display: inline-flex;
  align-items: center;
}
.vacancy-detail li:not(:last-child) {
  padding-right: 0.6rem;
}
.vacancy-detail li .icon {
  margin-right: 0.8rem;
}
.vacancy-detail li .icon::before {
  font-family: 'effektiefgroep2018';
  font-size: 14px;
}
.vacancy-detail li.vacancy-region .icon::before {
  content: 'w';
}
.vacancy-detail li.vacancy-duration .icon::before {
  content: 'x';
}
.vacancy-detail li.vacancy-hours .icon::before {
  content: 'y';
}
.vacancy-detail li.vacancy-salary .icon::before {
  content: 'z';
}
.component-info-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.2rem 2.4rem;
}
.component-info-block .column {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.2rem;
}
.component-info-block .right {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media (max-width: 63.9375em) {
  .component-info-block .right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 48em) {
  .component-info-block .column {
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 100%;
  }
}
.component-info-block .certificates {
  display: flex;
}
.component-info-block .component-certificate {
  display: inline-block;
  margin-right: 2.4rem;
}
@media (max-width: 48em) {
  .component-info-block .component-certificate {
    max-width: 8rem;
    margin-bottom: 3.6rem;
  }
}
.page-overview.statistics {
  border-radius: 0.5rem;
  border-radius: 4px;
  background: #fff;
  padding: 3.6rem;
  box-shadow: 0 10px 32px 0 rgba(1, 13, 30, 0.05);
  padding: 2.4rem 1.2rem 1.2rem 1.2rem;
  margin-top: 1.2rem;
  position: relative;
}
.page-overview.statistics::before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  position: absolute;
  left: 1.2rem;
  width: 3px;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.page-overview.statistics .page-overview-block {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 180px;
  -ms-flex-basis: 180px;
  flex-basis: 180px;
  min-width: 180px;
  text-align: center;
  position: relative;
  margin-bottom: 2.4rem;
  padding: 0 2.4rem;
}
.page-overview.statistics .page-overview-block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #E9EDF5;
}
.page-overview.statistics h4 {
  color: #505b6c;
  font-size: 1.6rem;
  font-weight: 400;
}
.page-overview.statistics p {
  font-weight: 500;
  color: #444B85;
  margin-bottom: 0;
}
.page-overview.statistics .amount {
  font-size: 6.4rem;
  line-height: 1;
}
@media (max-width: 63.9375em) {
  .page-overview.statistics {
    padding-bottom: 0;
  }
  .page-overview.statistics h4 {
    margin-bottom: 1.2rem;
  }
  .page-overview.statistics .amount {
    font-size: 4rem;
  }
}
.intro-cta-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.intro-cta-block > *,
.intro-cta-block > .compblock {
  margin: 0 1.2rem 1.2rem 0;
}
@media (max-width: 40em) {
  .component-clients-block .page-overview[data-columns='5'] .page-overview-block {
    width: 50%;
  }
}
@media (max-width: 30em) {
  .component-clients-block .page-overview[data-columns='5'] .page-overview-block {
    width: 100%;
  }
}
.component-clients-block .card-client .card-image {
  margin: 0 auto;
  max-width: 20rem;
  position: relative;
}
.component-clients-block .card-client .card-image .greyed {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.component-clients-block .card-client:hover .greyed {
  opacity: 0;
}
.component-quotation-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background-image: url('/img/hard-floor-cleaning.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  padding: 2.4rem 0;
  min-height: 25rem;
}
@media (min-width: 64em) {
  .component-quotation-block {
    min-height: 50rem;
  }
}
.component-quotation-block .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.component-quotation-block h2 {
  font-size: 3.2rem;
}
.component-quotation-block .tagline {
  font-size: 2rem;
  margin: -2.4rem 0 0;
}
.error-inline {
  -ms-flex-order: 3 !important;
  -webkit-order: 3 !important;
  -ms-order: 3 !important;
  order: 3 !important;
  line-height: 1;
  display: none;
  color: #a94442;
  font-size: 1.4rem;
}
.input-error .error-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
}
.input-error .error-inline p {
  margin: 0.6rem 0 0;
}
.error-inline-invalid {
  -ms-flex-order: 3 !important;
  -webkit-order: 3 !important;
  -ms-order: 3 !important;
  order: 3 !important;
  line-height: 1;
  display: none;
  color: #a94442;
  font-size: 1.4rem;
}
.input-error-invalid .error-inline-invalid {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
}
.input-error-invalid .error-inline-invalid p {
  margin: 0.6rem 0 0;
}
li.input-error-invalid input[type='text'] {
  border: 1px solid #a94442;
}
.js-quotation-navigation {
  display: none;
  height: 100%;
  width: 7.2rem;
}
.js-quotation-navigation .js-cancel-quotation {
  border-radius: 100%;
  background: #444B85;
  color: #fff;
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 4.8rem;
}
.js-quotation-navigation .js-cancel-quotation::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '+';
  font-size: 28px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
}
.js-quotation-navigation ul {
  margin-bottom: 0;
}
.js-quotation-navigation .js-quotation-step-trigger {
  border-radius: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-weight: 600;
  color: #444B85;
  font-size: 2rem;
  background: #fff;
  border: 2px solid transparent;
  margin-bottom: 1.2rem;
  cursor: pointer;
}
.js-quotation-navigation .js-quotation-step-trigger.done {
  font-size: 0;
  position: relative;
}
.js-quotation-navigation .js-quotation-step-trigger.done::after {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'effektiefgroep2018';
  content: 'c';
  position: absolute;
  width: 48px;
  height: 48px;
  color: #1267ae;
  font-size: 20px;
}
.js-quotation-navigation .js-quotation-step-trigger.active {
  border-color: #ffb124;
}
.js-quotation-navigation.active {
  display: block;
}
@media (max-width: 63.9375em) {
  .js-quotation-navigation {
    position: relative;
    margin-bottom: 2.4rem;
    height: auto;
  }
  .js-quotation-navigation.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 100%;
  }
  .js-quotation-navigation .js-cancel-quotation {
    margin-bottom: 0;
    margin-right: 2.4rem;
  }
  .js-quotation-navigation ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .js-quotation-navigation .js-quotation-step-trigger {
    margin-right: 2.4rem;
  }
}
.quotation-questions-container {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
}
.quotation-questions-container textarea,
.quotation-questions-container input {
  background: #fff;
}
.quotation-questions-container .js-quotation-step {
  display: none;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 940px;
  pointer-events: none;
}
.quotation-questions-container .js-quotation-step > h2 {
  text-align: center;
  margin-bottom: 2.4rem;
}
.quotation-questions-container .js-quotation-step li {
  margin-bottom: 2.4rem;
}
.quotation-questions-container .js-quotation-step li.form-input-textarea label,
.quotation-questions-container .js-quotation-step li.form-input-textfield label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.quotation-questions-container .js-quotation-step li.form-input-textarea input,
.quotation-questions-container .js-quotation-step li.form-input-textfield input {
  height: 4.8rem;
}
.quotation-questions-container .js-quotation-step li.form-input-textarea textarea,
.quotation-questions-container .js-quotation-step li.form-input-textfield textarea {
  min-height: 15rem;
}
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: #444B85;
  border: 2px solid transparent;
  cursor: pointer;
}
.quotation-questions-container .js-quotation-step li.custom-form-input-radio label:hover {
  border-color: #ffb124;
}
.quotation-questions-container .js-quotation-step li.custom-form-input-radio input:checked + label {
  border-color: #ffb124;
}
.quotation-questions-container .js-quotation-step .column {
  padding: 0 1.2rem;
}
.quotation-questions-container .js-quotation-step.active {
  display: block;
  pointer-events: inherit;
}
.step0 .quotation-header {
  margin-bottom: 1.2rem;
  width: 100%;
}
@media (min-width: 43em) {
  .step0 .quotation-header {
    margin-bottom: 0;
    width: auto;
  }
}
.step0,
.step4 {
  border-radius: 0.5rem;
  border-radius: 4px;
  background: #fff;
  padding: 3.6rem;
  box-shadow: 0 10px 32px 0 rgba(1, 13, 30, 0.05);
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 100%;
  margin: 0 auto;
}
.step0 .flex-wrapper,
.step4 .flex-wrapper {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.step0.active,
.step4.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 64em) {
  .ie11 .step0,
  .ie11 .step4 {
    margin-top: 12rem;
  }
}
.step1 .column.quotation-services {
  width: 100%;
}
.step1 .column.quotation-services .velden {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 30em) {
  .step1 .column.quotation-services .velden > li {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .step1 .column.quotation-services .velden > li {
    width: 25%;
  }
}
.step1 .column.quotation-services .velden label {
  position: relative;
  border: 2px solid transparent;
  margin-right: 1.2rem;
  text-align: center;
}
.step1 .column.quotation-services .velden label::before {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 1.2rem;
}
.step1 .column.quotation-services .velden label[for='cleaning']::before {
  background-image: url('/img/icons/schoonmaakonderhoud.svg');
}
.step1 .column.quotation-services .velden label[for='specialist']::before {
  background-image: url('/img/icons/specialistische-reiniging.svg');
}
.step1 .column.quotation-services .velden label[for='event']::before {
  background-image: url('/img/icons/evenementenschoonmaak.svg');
}
.step1 .column.quotation-services .velden label[for='hospitality']::before {
  background-image: url('/img/icons/hospitality-services.svg');
}
.step1 .flex-wrapper {
  margin: 0 -1.2rem;
}
.step1 .flex-wrapper > li {
  margin: 0;
}
@media (max-width: 40em) {
  .step1 .flex-wrapper > li {
    width: 100%;
  }
}
.step1 .buttons {
  margin-top: 2.4rem;
}
.quotation-business-information.column {
  width: 100%;
}
@media (min-width: 40em) {
  .quotation-business-information.column {
    width: 50%;
  }
}
.quotation-privacy-exclamation {
  padding-left: 6rem;
  position: relative;
  margin-top: 2.4rem;
}
.quotation-privacy-exclamation::before {
  font-family: 'effektiefgroep2018';
  content: 'j';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
  color: #505b6c;
}
.quotation-privacy-exclamation a {
  color: #ffb124;
  text-decoration: underline;
}
.quotation-privacy-exclamation .velden label {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 1.2rem;
  text-transform: none;
}
.quotation-privacy-exclamation .velden label::before,
.quotation-privacy-exclamation .velden label::after {
  height: 1.6rem;
  width: 1.6rem;
}
#js-social-share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.share-button a {
  transition: 0.15s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
  color: #fff;
  font-size: 1.8rem;
  margin-right: 1.2rem;
  position: relative;
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
}
.share-button a::before {
  font-family: 'effektiefgroep2018';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
}
.share-button.share-facebook a {
  background: #3b5999;
}
.share-button.share-facebook a::before {
  content: 'q';
}
.share-button.share-twitter a {
  background: #55acee;
}
.share-button.share-twitter a::before {
  content: 'r';
}
.share-button.share-linkedin a {
  background: #0077b5;
}
.share-button.share-linkedin a::before {
  content: 's';
}
.share-button.share-whatsapp a {
  background: #25d366;
}
.share-button.share-whatsapp a::before {
  content: 't';
}
.share-button.share-mail a {
  background: #131418;
}
.share-button.share-mail a::before {
  content: 'o';
}
.share-button a:hover,
.share-button a:focus {
  opacity: .7;
}
.show-for-sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-form .button-reset {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.filter-form .form-controls {
  align-items: flex-end;
}
@media (max-width: 40em) {
  .filter-form .form-controls {
    align-content: flex-start;
  }
}
.filter-form .form-control-buttons {
  flex: 0;
  max-width: none;
  width: auto;
}
.filter-form .form-control-buttons > button {
  max-height: 4.8rem;
  margin-bottom: 0;
}
.filter-form-close-button,
.form-filter-overlay-button {
  display: none;
}
.filter-form {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 2.4rem;
}
@media (max-width: 40em) {
  .filter-form {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.filter-form .form-controls {
  display: flex;
  width: 100%;
}
@media (max-width: 40em) {
  .filter-form .form-controls {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.filter-form .form-control {
  margin-bottom: 2.4rem;
  flex: 1;
  padding: 0 0.8rem;
  max-width: 28rem;
}
@media (max-width: 40em) {
  .filter-form .form-control {
    max-width: none;
    width: 100%;
    padding: 0;
  }
}
.filter-form .form-control .form-control {
  margin-bottom: 1.2rem;
}
.filter-form .form-control .form-control-label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.filter-form .form-heading {
  color: #444B85;
  font-size: 1.8rem;
  font-weight: 500;
  flex-shrink: 0;
  margin-right: 1.2rem;
}
.filter-form input[type='text'],
.filter-form select,
.filter-form .style-select,
.filter-form textarea {
  height: 4.8rem;
  margin: 0;
  -webkit-appearance: none;
}
.filter-form .form-control-buttons {
  display: flex;
  align-items: center;
  flex: 0;
  margin-bottom: 0;
}
@media (max-width: 40em) {
  .filter-form .form-control-buttons {
    width: 100%;
    justify-content: flex-start;
  }
}
.filter-form .form-control-buttons > button {
  margin: 0 0 2.4rem;
}
.filter-form .form-control-buttons > button:not(:last-child) {
  margin-right: 0;
}
@media (max-width: 40em) {
  .filter-form {
    padding: 9.6rem 2.4rem 2.4rem;
    background: #fff;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
  }
}
.filter-form-visible .filter-form {
  display: block;
}
.filter-form-visible .filter-form .close-button {
  background: #f2f5f8;
  border-radius: 50%;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 4.8rem;
  height: 4.8rem;
}
.filter-form-visible .filter-form .close-button:hover {
  background: #444B85;
}
.filter-form-visible .filter-form .close-button .close-button-icon {
  margin-top: 3px;
}
.filter-form-visible .filter-form .close-button .close-button-icon::before {
  font-family: 'effektiefgroep2018';
  content: 'A';
  font-size: 18px;
}
@media (max-width: 40em) {
  .filter-form-visible .page-header,
  .filter-form-visible .nav-toggle {
    visibility: hidden;
    opacity: 0;
  }
  .form-filter-overlay-button {
    display: block;
    margin-bottom: 2.4rem;
  }
}
.component-contactpagina input {
  padding: 0.84rem;
}
.component-newsitem .page-wrapper {
  margin-top: -9.6rem;
}
.app-component-sectorspage .page-intro-container,
.app-component-sectorspage .page-content-container {
  margin: auto;
  max-width: 96.4rem;
}
