/* =========================================================================
 *
 * 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.6rem;
}
img:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #c9c9c9;
  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: #6e777e;
}
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;
}
*,
*: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;
  }
  .kirra-frontend-bar-enabled .page-header {
    top: 36px !important;
  }
}
@media (max-width: 768px) {
  .frontend-bar {
    border-radius: 1rem;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
    line-height: 3rem;
    font-size: 1.6rem;
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    background: #fff;
    padding: 1.5rem 1.5rem 0;
  }
  .frontend-bar ul,
  .frontend-bar p {
    margin-bottom: 1.5rem;
  }
  .frontend-bar ul:not(.right) {
    display: -webkit-box;
    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: 3rem;
  }
}
.btn-default,
.btn,
.read-more,
button,
[type=submit],
html div#cookie-bar span.cookie-buttons .allow-cookies,
html .cookie-explanation button.request-cookies,
.btn-large,
.call-to-action,
.color-section-yellow .call-to-action,
.color-section-blue .call-to-action,
.btn-white,
.btn-red,
.btn-inset,
.page-breadcrumb .crumb-dropdown a,
.form-input-file .file-input-btn,
.btn-secondary,
.page-font-size,
.nav-wrapper a,
.pagination li a {
  transition: 0.15s ease-out;
  display: -webkit-box;
  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: 3rem;
  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;
  padding-top: 17rem;
}
@media (max-width: 75em) {
  body {
    padding-top: 15rem;
  }
}
.page-website-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 17rem);
}
@media (max-width: 75em) {
  .page-website-wrapper {
    min-height: calc(100vh - 15rem);
  }
}
@media (min-width: 768px) {
  .kirra-frontend-bar-enabled .page-website-wrapper {
    min-height: calc(100vh - 17rem - 36px);
  }
}
@media (min-width: 768px) and (max-width: 75em) {
  .kirra-frontend-bar-enabled .page-website-wrapper {
    min-height: calc(100vh - 15rem - 36px);
  }
}
.page-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.page-wrapper > .inner {
  background: none;
}
.page-content {
  margin-left: -1rem;
  margin-right: -1rem;
}
.page-column,
.page-middle {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-middle {
  -ms-flex-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100%;
}
.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: 2rem;
  padding-right: 2rem;
  width: 100%;
  max-width: 128rem;
  position: relative;
}
.page-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.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: -1rem;
  margin-right: -1rem;
  margin-bottom: 0;
}
.page-overview[data-gutter='1'] > .page-overview-block {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.page-overview[data-gutter='1'] > h1,
.page-overview[data-gutter='1'] > h2,
.page-overview[data-gutter='1'] > .webapp-table caption,
.page-overview[data-gutter='1'] > .component-alinea table caption {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-overview[data-gutter='0'] .text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-overview > h1,
.page-overview > h2,
.page-overview > .webapp-table caption,
.page-overview > .component-alinea table caption {
  width: 100%;
}
.extra-column-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0 1rem;
}
@-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: 30px;
}
[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-box;
  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 #1d7296;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  color: #1d7296;
  text-align: center;
}
[data-width] .page-overview-block {
  -webkit-box-flex: 1;
  -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,
.component-news-item .image,
.component-agenda-item .image,
.component-job-post-detail .image,
.component-error-page .page-image {
  position: relative;
  padding-top: 66.66666667%;
}
.page-overview-block .image > div,
.component-news-item .image > div,
.component-agenda-item .image > div,
.component-job-post-detail .image > div,
.component-error-page .page-image > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0 !important;
}
.page-overview-block .image > img,
.component-news-item .image > img,
.component-agenda-item .image > img,
.component-job-post-detail .image > img,
.component-error-page .page-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,
.component-news-item .image[data-image-alignment='center'] img,
.component-agenda-item .image[data-image-alignment='center'] img,
.component-job-post-detail .image[data-image-alignment='center'] img,
.component-error-page .page-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,
.component-news-item .image[data-image-alignment='bottom'] img,
.component-agenda-item .image[data-image-alignment='bottom'] img,
.component-job-post-detail .image[data-image-alignment='bottom'] img,
.component-error-page .page-image[data-image-alignment='bottom'] img {
  top: auto !important;
  bottom: 0 !important;
}
[data-gutter='1'] .page-overview-block .image,
[data-gutter='1'] .component-news-item .image,
[data-gutter='1'] .component-agenda-item .image,
[data-gutter='1'] .component-job-post-detail .image,
[data-gutter='1'] .component-error-page .page-image {
  margin-bottom: 3rem;
}
.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: #323232;
}
/* =========================================================================
 *
 * All text styles are set here
 *
 * ====================================================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Netto W01 Regular';
  font-size: 1.8em;
  line-height: 1.5;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
legend,
.webapp-table caption,
.component-alinea table caption {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: 'Netto W01 Bold';
  line-height: 1.2;
  text-rendering: optimizelegibility;
  margin: 0;
}
.touch-device h1,
.touch-device h2,
.touch-device h3,
.touch-device h4,
.touch-device .webapp-table caption,
.touch-device .component-alinea table caption {
  text-rendering: optimizeSpeed;
}
h1 {
  font-size: 3.8rem;
}
h2,
legend,
.webapp-table caption,
.component-alinea table caption {
  font-size: 3.3rem;
}
h3 {
  font-size: 2.5rem;
}
h4 {
  font-size: 1.8rem;
}
p,
address,
ul,
ol,
table,
blockquote,
dl,
hr {
  margin: 0 0 3rem;
  padding: 0;
}
/* =========================================================================
 *
 * Default tooltip styling
 *
 * ====================================================================== */
[data-title] {
  position: relative;
}
[data-title]:after {
  transition: 0.15s 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.5;
  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-box;
  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;
  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;
}
/* =========================================================================
 *
 * Styling the website's breadcrumb
 *
 * - Depends on the variable @breadcrumb in variables.less
 *
 * ====================================================================== */
.page-breadcrumb > ol {
  display: -webkit-box;
  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.6rem;
  text-align: center;
  z-index: 10;
  width: 4.5rem;
  height: 4.5rem;
  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.25rem;
  height: 0.4rem;
  background: #6e777e;
  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: #6e777e;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.nav-toggle-lines:before {
  -webkit-transform: translateY(0.2rem) translateY(-1rem);
  transform: translateY(0.2rem) translateY(-1rem);
}
.nav-toggle-lines:after {
  -webkit-transform: translateY(-0.2rem) translateY(1rem);
  transform: translateY(-0.2rem) translateY(1rem);
}
.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: rgba(245, 245, 245, 0.96);
  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;
  -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: 75em) {
  .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
	 *
	 * ====================================================================== */
  /* =========================================================================
	 *
	 * Styling when the responsive navigation flies in from the top
	 *
	 * ====================================================================== */
  /* =========================================================================
	 *
	 * Styling when the responsive navigation flies in as an overlay
	 *
	 * ====================================================================== */
  .page-mobile-nav-container {
    width: 100%;
    bottom: auto;
    left: 0;
  }
  .page-mobile-nav-container .nav-closer {
    display: none;
  }
  .page-mobile-nav-container .nav-toggle {
    right: 0;
    position: absolute;
  }
  .page-mobile-nav-container .nav-wrapper {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 6rem;
    visibility: hidden;
    position: fixed;
  }
  .page-mobile-nav-container .nav-wrapper > *:last-child {
    margin-bottom: 0;
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-wrapper {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
/* =========================================================================
 *
 * 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: 'cosis';
  src: url("data:font/woff;base64,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") format('woff'), url("data:font/ttf;base64,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") format('truetype'), url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmetadata%3EGenerated%20by%20IcoMoon%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%3Cfont%20id%3D%22cosis%22%20horiz-adv-x%3D%221024%22%3E%0A%3Cfont-face%20units-per-em%3D%221024%22%20ascent%3D%22960%22%20descent%3D%22-64%22%20%2F%3E%0A%3Cmissing-glyph%20horiz-adv-x%3D%221024%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x20%3B%22%20horiz-adv-x%3D%220%22%20d%3D%22%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x61%3B%22%20glyph-name%3D%22pencil%22%20d%3D%22M76%20198l186-186%2034%2034-186%20186zM854%20604l-186%20186-32-32%20186-186zM274%2052l-232-46%2028-28%2046%20232-6-12%20698%20698h-34l188-186v34l-700-698zM284%206l6%202%206%204%20714%20716-218%20218-716-714-4-6-2-6-46-232-8-36%2036%208z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x62%3B%22%20glyph-name%3D%22icon-arrow-right%22%20d%3D%22M234-36c-38%2040-38%20102%200%20140l342%20340-342%20348c-40%2040-38%20102%200%20140s102%2038%20140-2l410-416c38-40%2038-100%200-140l-410-410c-20-18-46-28-70-28-26%200-50%2010-70%2028z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x63%3B%22%20glyph-name%3D%22icon-twitter%22%20d%3D%22M1024%20748c-38-16-78-26-120-30%2042%2024%2076%2062%2092%20110-40-24-86-40-134-48-38%2038-92%2062-154%2062-116%200-210-90-210-198%200-16%202-32%206-46-174%208-330%2088-432%20208-18-30-30-64-30-100%200-70%2038-130%2094-166-34%200-66%2010-94%2024v-2c0-96%2072-176%20168-194-18-6-36-8-56-8-14%200-26%202-40%204%2028-80%20106-136%20198-138-72-54-164-86-262-86-16%200-34%202-50%204%2092-56%20204-90%20322-90%20386%200%20598%20304%20598%20566%200%208%200%2018%200%2026%2040%2028%2076%2062%20104%20102%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x64%3B%22%20glyph-name%3D%22icon-call%22%20d%3D%22M312%20876c-2%200-2%200-2%200s0%200%200%200h-2c-12-10-58-40-86-62-64-50-82-118-56-216%2020-80%2072-178%20156-296%20126-174%20232-266%20326-280%2044-8%2084%202%20124%2032%200%200%200%200%200%200%2038%2026%2082%2060%2084%2060%200%202%200%202%200%202%202%202%202%202%202%204l-106%20148c0%200-2%200-2%200-2%200-2%200-4%200l-64-48c-24-18-56-26-86-20-32%204-60%2022-78%2046l-188%20264c-38%2052-28%20128%2026%20166l64%2048c0%200%200%202%200%202%202%202%200%202%200%202l-106%20148c0%200%200%200-2%200v0c0%200%200%200%200%200M674-64c-14%200-26%202-38%204-118%2018-238%20118-380%20314-90%20126-146%20232-170%20324-32%20130-4%20232%2088%20302%2028%2024%2076%2056%2088%2064%2018%2014%2040%2018%2062%2014%2024-2%2044-14%2056-32l106-148c14-20%2020-42%2016-64-4-24-16-44-34-56l-64-48c-16-12-20-36-8-52l188-262c6-8%2014-12%2024-14s20%200%2026%206l64%2048c18%2012%2042%2018%2064%2014%2022-2%2042-16%2056-32l106-148c26-38%2018-92-18-120-6-6-50-40-88-66-46-32-94-48-144-48%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x65%3B%22%20glyph-name%3D%22icon-close%22%20d%3D%22M930-64c-24%200-46%208-64%2026l-840%20840c-34%2036-34%2092%200%20126s90%2034%20126%200l840-840c34-36%2034-92%200-126-18-18-40-26-62-26M88-64c-22%200-44%208-62%2026-34%2034-34%2090%200%20126l840%20840c36%2034%2092%2034%20126%200s34-90%200-126l-840-840c-18-18-40-26-64-26%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x66%3B%22%20glyph-name%3D%22icon-email%22%20d%3D%22M170%20730c-56%200-102-48-102-104v-356c0-56%2046-104%20102-104h670c56%200%20102%2048%20102%20104v356c0%2056-46%20104-102%20104zM840%2096h-670c-94%200-170%2078-170%20174v356c0%2096%2076%20174%20170%20174h670c94%200%20170-78%20170-174v-356c0-96-76-174-170-174zM518%20432c-6%200-12%202-18%206l-298%20168c-18%2012-24%2034-14%2052s34%2024%2052%2014l278-158%20282%20158c18%2010%2042%204%2052-14s4-40-14-50l-300-170c-6-4-12-6-20-6%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x67%3B%22%20glyph-name%3D%22icon-facebook%22%20d%3D%22M732%20448h-142v-512h-214v512h-102v182h102v116c0%2084%2040%20214%20216%20214h158v-176h-114c-20%200-46-10-46-48v-106h160z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x68%3B%22%20glyph-name%3D%22icon-kruimel%22%20d%3D%22M76%200c-22%200-46%208-62%2026-34%2034-34%2088%200%20122l302%20304-304%20310c-34%2034-32%2090%202%20122%2034%2034%2090%2034%20124%200l364-372c34-34%2034-88%200-122l-364-364c-18-18-40-26-62-26M574%200c-22%200-44%208-60%2026-34%2034-34%2088%200%20122l302%20304-304%20310c-34%2034-34%2090%202%20122%2034%2034%2088%2034%20122%200l366-372c34-34%2034-88%200-122l-366-364c-16-18-38-26-62-26%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x69%3B%22%20glyph-name%3D%22icon-linkedin%22%20d%3D%22M36-24h212v630h-212zM142%20908c-72%200-120-46-120-108%200-60%2046-108%20118-108h2c74%200%20120%2048%20120%20108-2%2062-46%20108-120%20108zM1016%20336v-360h-214v336c0%2084-30%20142-108%20142-58%200-94-38-108-76-6-14-8-32-8-50v-352h-212c0%200%202%20570%200%20630h212v-90c0%200%200-2%200-2v0%202c28%2042%2080%20104%20192%20104%20140%200%20246-90%20246-284z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x6a%3B%22%20glyph-name%3D%22icon-locaties%22%20d%3D%22M512%20876c-160%200-290-130-290-292%200-150%20186-386%20290-534%20104%20148%20290%20384%20290%20534%200%20162-130%20292-290%20292M512-64c-14%200-26%206-34%2016-14%2020-340%20404-340%20632%200%20208%20168%20376%20374%20376s374-168%20374-376c0-228-326-612-340-632-8-10-20-16-34-16M512%20678c-50%200-92-40-92-92%200-50%2042-90%2092-90s92%2040%2092%2090c0%2052-42%2092-92%2092M512%20404c-100%200-182%2082-182%20182%200%20102%2082%20184%20182%20184s182-82%20182-184c0-100-82-182-182-182%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x6b%3B%22%20glyph-name%3D%22icon-printsave%22%20d%3D%22M234%2056v784h308v-152c0-48%2040-90%2092-90h154v-542zM788%20724v-4h-124v120h6zM874%20810l-118%20114c-22%2024-54%2036-86%2036h-468c-50%200-92-40-92-90v-844c0-50%2042-90%2092-90h616c52%200%2094%2040%2094%2090v698c0%2032-14%2062-38%2086z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x6c%3B%22%20glyph-name%3D%22volume-up%22%20horiz-adv-x%3D%22951%22%20d%3D%22M438.857%20749.714v-621.714c0-20-16.571-36.571-36.571-36.571-9.714%200-18.857%204-25.714%2010.857l-190.286%20190.286h-149.714c-20%200-36.571%2016.571-36.571%2036.571v219.429c0%2020%2016.571%2036.571%2036.571%2036.571h149.714l190.286%20190.286c6.857%206.857%2016%2010.857%2025.714%2010.857%2020%200%2036.571-16.571%2036.571-36.571zM658.286%20438.857c0-57.143-34.857-112.571-88.571-134.286-4.571-2.286-9.714-2.857-14.286-2.857-20%200-36.571%2016-36.571%2036.571%200%2043.429%2066.286%2031.429%2066.286%20100.571s-66.286%2057.143-66.286%20100.571c0%2020.571%2016.571%2036.571%2036.571%2036.571%204.571%200%209.714-0.571%2014.286-2.857%2053.714-21.143%2088.571-77.143%2088.571-134.286zM804.571%20438.857c0-116-69.714-224-177.143-269.143-4.571-1.714-9.714-2.857-14.286-2.857-20.571%200-37.143%2016.571-37.143%2036.571%200%2016%209.143%2026.857%2022.286%2033.714%2015.429%208%2029.714%2014.857%2043.429%2025.143%2056.571%2041.143%2089.714%20106.857%2089.714%20176.571s-33.143%20135.429-89.714%20176.571c-13.714%2010.286-28%2017.143-43.429%2025.143-13.143%206.857-22.286%2017.714-22.286%2033.714%200%2020%2016.571%2036.571%2036.571%2036.571%205.143%200%2010.286-1.143%2014.857-2.857%20107.429-45.143%20177.143-153.143%20177.143-269.143zM950.857%20438.857c0-175.429-104.571-334.286-265.714-403.429-4.571-1.714-9.714-2.857-14.857-2.857-20%200-36.571%2016.571-36.571%2036.571%200%2016.571%208.571%2025.714%2022.286%2033.714%208%204.571%2017.143%207.429%2025.714%2012%2016%208.571%2032%2018.286%2046.857%2029.143%2093.714%2069.143%20149.143%20178.286%20149.143%20294.857s-55.429%20225.714-149.143%20294.857c-14.857%2010.857-30.857%2020.571-46.857%2029.143-8.571%204.571-17.714%207.429-25.714%2012-13.714%208-22.286%2017.143-22.286%2033.714%200%2020%2016.571%2036.571%2036.571%2036.571%205.143%200%2010.286-1.143%2014.857-2.857%20161.143-69.143%20265.714-228%20265.714-403.429z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x6d%3B%22%20glyph-name%3D%22icon-search%22%20d%3D%22M452%20296c-144-14-274%2092-288%20238-14%20144%2094%20274%20238%20288%208%200%2016%200%2026%200%20134%200%20248-102%20262-238%2014-146-92-274-238-288M972%2054l-242%20242c70%2080%20108%20188%2096%20300-20%20222-216%20384-438%20362-220-20-382-218-360-438%2020-208%20194-362%20398-362%2014%200%2026%200%2040%202%2056%204%20110%2022%20156%2048l254-252c12-14%2030-20%2048-20s34%206%2048%2020c28%2026%2028%2070%200%2098%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x6e%3B%22%20glyph-name%3D%22icon-arrow-left%22%20d%3D%22M790-36c38%2040%2038%20102%200%20140l-346%20340%20346%20348c40%2040%2038%20102%200%20140-40%2038-102%2038-142-2l-414-416c-38-40-38-100%200-140l414-410c20-18%2046-28%2072-28%2024%200%2050%2010%2070%2028z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x6f%3B%22%20glyph-name%3D%22icon-arrow-bottom%22%20d%3D%22M58%20746c36%2040%2094%2040%20130%200l324-362%20328%20364c36%2040%2096%2040%20132-2s36-108-2-148l-394-436c-36-40-94-40-130%200l-388%20436c-18%2020-28%2048-28%2074s10%2054%2028%2074z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x70%3B%22%20glyph-name%3D%22play%22%20d%3D%22M198%20946c-32%2018-68%2018-100%200-30-16-48-50-48-84v-826c0-36%2018-68%2050-86%2014-8%2032-14%2048-14%2018%200%2034%206%2050%2014l718%20410c30%2016%2048%2050%2050%2084%200%2036-20%2068-50%2086z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x71%3B%22%20glyph-name%3D%22icon-home%22%20d%3D%22M866%2060c0-10%200-18-2-22-4%200-10%200-20%200-56%200-150%200-164%200%200%200-2%200-4%200-8%200-16%200-20%200%200%204%200%2012%200%2020v194c0%2028-24%2050-50%2050h-216c-28%200-50-22-50-50v-192c0-10%200-18%200-22-6%200-12%200-22%200h-166c-10%200-18%200-22%200%200%204%200%2012%200%2022v472l368%20310%20368-324zM696%2034c2%200%204-2%206-2-2%200-4%202-6%202zM688%2036c2%200%204%200%208-2-2%202-4%202-8%202zM682%2038c2%200%204%200%206-2-2%200-4%202-6%202zM702%2032c2-2%204-4%206-4-2%200-4%202-6%204zM938%20590l-408%20358c-18%2016-46%2016-64%200l-418-352c-12-10-18-24-18-40v-496c0-90%2034-124%20122-124h166c88%200%20122%2034%20122%20124v142h114v-144c0-32%204-68%2030-94%2024-26%2060-28%2094-28v0c10%200%2026%200%2050%200%2010%200%2020%200%2032%200%2042%200%2084%200%2084%200%2088%200%20122%2034%20122%20124v482c0%2010-2%2032-28%2048z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x72%3B%22%20glyph-name%3D%22user-icon%22%20d%3D%22M492%20960c-162%200-292-132-292-296%200-68%2022-132%2062-182-104-68-172-178-172-302%200-2%200-2%200-4v-4c0-124%2098-224%20228-236%204%200%206%200%2010%200h340c4%200%206%200%2010%200h2c130%2012%20228%20112%20228%20236v8c0%20128-72%20240-182%20306%2038%2050%2060%20112%2060%20178%200%20164-132%20296-294%20296M498%20422c156%200%20282-110%20282-242v-8c0-56-48-102-112-108v0h-340c-64%206-112%2052-112%20108v8c0%20132%20126%20242%20282%20242M492%20832c92%200%20166-76%20166-168s-74-168-166-168c-92%200-166%2076-166%20168s74%20168%20166%20168%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x73%3B%22%20glyph-name%3D%22youtube-play%22%20d%3D%22M732%20448c0%2014-6%2024-18%2030l-292%20184c-12%208-24%208-38%200-12-6-18-16-18-32v-364c0-16%206-26%2018-32%206-4%2012-6%2018-6%208%200%2014%202%2020%206l292%20184c12%206%2018%2016%2018%2030zM1024%20448c0-36%200-66%200-86s-2-46-6-78c-2-32-6-60-12-84-6-28-20-52-40-70-20-20-44-30-70-34-86-8-212-14-384-14s-298%206-384%2014c-26%204-50%2014-70%2034-20%2018-34%2042-40%2070-6%2024-10%2052-12%2084-4%2032-6%2058-6%2078s0%2050%200%2086c0%2036%200%2066%200%2086s2%2046%206%2078c2%2032%206%2060%2012%2084%206%2028%2020%2052%2040%2070%2020%2020%2044%2030%2070%2034%2086%208%20212%2014%20384%2014s298-6%20384-14c26-4%2050-14%2070-34%2020-18%2034-42%2040-70%206-24%2010-52%2012-84%204-32%206-58%206-78s0-50%200-86z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x74%3B%22%20glyph-name%3D%22instagram%22%20d%3D%22M512%20678c-126%200-230-102-230-230s104-230%20230-230c128%200%20230%20102%20230%20230s-102%20230-230%20230zM512%20298c-82%200-150%2068-150%20150s68%20150%20150%20150c82%200%20150-68%20150-150s-68-150-150-150zM806%20688c0-30-24-54-54-54s-54%2024-54%2054c0%2028%2024%2052%2054%2052s54-24%2054-52zM958%20632c-4%2072-20%20136-74%20188-52%2054-116%2070-186%2074-74%204-296%204-370%200-72-4-136-20-188-74-54-52-70-116-72-186-6-74-6-296%200-370%202-72%2018-136%2072-188%2052-52%20116-70%20188-72%2074-6%20296-6%20370%200%2070%202%20134%2018%20186%2072%2054%2052%2070%20116%2074%20188%204%2074%204%20294%200%20368zM862%20184c-16-40-46-70-86-86-58-22-198-18-264-18-64%200-206-4-264%2018-40%2016-70%2046-86%2086-22%2058-18%20198-18%20264s-4%20206%2018%20264c16%2040%2046%2070%2086%2086%2060%2022%20200%2018%20264%2018%2066%200%20206%204%20264-18%2040-16%2070-46%2086-86%2024-58%2018-198%2018-264s6-206-18-264z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x75%3B%22%20glyph-name%3D%22thumbnails-1%22%20d%3D%22M618%20960h-256c-12%200-20-10-20-22v-256c0-12%208-20%2020-20h256c12%200%2022%208%2022%2020v256c0%2012-10%2022-22%2022zM278%20960h-256c-12%200-22-10-22-22v-256c0-12%2010-20%2022-20h256c12%200%2020%208%2020%2020v256c0%2012-8%2022-20%2022zM960%20960h-256c-12%200-22-10-22-22v-256c0-12%2010-20%2022-20h256c12%200%2022%208%2022%2020v256c0%2012-10%2022-22%2022zM618%20618h-256c-12%200-20-8-20-20v-256c0-12%208-22%2020-22h256c12%200%2022%2010%2022%2022v256c0%2012-10%2020-22%2020zM278%20618h-256c-12%200-22-8-22-20v-256c0-12%2010-22%2022-22h256c12%200%2020%2010%2020%2022v256c0%2012-8%2020-20%2020zM960%20618h-256c-12%200-22-8-22-20v-256c0-12%2010-22%2022-22h256c12%200%2022%2010%2022%2022v256c0%2012-10%2020-22%2020zM618%20278h-256c-12%200-20-10-20-22v-256c0-12%208-22%2020-22h256c12%200%2022%2010%2022%2022v256c0%2012-10%2022-22%2022zM278%20278h-256c-12%200-22-10-22-22v-256c0-12%2010-22%2022-22h256c12%200%2020%2010%2020%2022v256c0%2012-8%2022-20%2022zM960%20278h-256c-12%200-22-10-22-22v-256c0-12%2010-22%2022-22h256c12%200%2022%2010%2022%2022v256c0%2012-10%2022-22%2022z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x76%3B%22%20glyph-name%3D%22map%22%20d%3D%22M0%20694v-616c0-20%2020-34%2040-26l244%20112v682l-248-100c-22-8-36-28-36-52zM342%20164l340-114v682l-340%20114zM984%20844l-244-112v-682l248%20100c22%208%2036%2028%2036%2052v616c0%2020-20%2034-40%2026z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x77%3B%22%20glyph-name%3D%22arrow-right2%22%20horiz-adv-x%3D%22896%22%20d%3D%22M380.992%20826.208l44.384%2044.416c18.784%2018.816%2049.184%2018.816%2067.808%200l388.8-388.608c18.816-18.816%2018.816-49.184%200-67.808l-388.8-388.8c-18.784-18.816-49.184-18.816-67.808%200l-44.384%2044.384c-19.008%2019.008-18.592%2050.016%200.8%2068.608l240.992%20229.6h-574.784c-26.592%200-48%2021.408-48%2048v64c0%2026.592%2021.408%2048%2048%2048h574.784l-240.992%20229.6c-19.616%2018.592-20%2049.6-0.8%2068.608z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23x78%3B%22%20glyph-name%3D%22icon-readspeaker%22%20d%3D%22M0%20446c0%200%200%200%200%200%208%2034%2048%2048%2072%2012%2034-46%2030-116-8-156-18-22-50-16-60%2012-2%204-2%206-4%208v14c4%2010%208%2018%2014%2026%208%2014%208%2030%200%2044-4%208-10%2016-14%2024zM414%20362c-2-80-38-170-112-246-20-22-46-24-66-6-18%2018-18%2042%204%2064%2044%2044%2074%2098%2084%20158%2016%20102-12%20190-86%20264-10%2012-18%2026-14%2042s14%2026%2030%2032c18%204%2032%200%2044-12%2028-26%2050-56%2068-90%2032-58%2048-118%2048-206M224%20388c-2-72-24-132-66-182-12-14-32-18-46-6s-20%2032-14%2052c4%206%208%2010%2012%2016%2054%2068%2054%20166-2%20234-14%2016-16%2036-8%2052s24%2026%2040%2020c8-2%2014-8%2020-14%2040-44%2064-110%2064-172M572-30c-14%200-28%202-40%204-96%2022-122%20118-128%20194-2%2022%2016%2042%2038%2044s42-16%2042-38c8-106%2050-114%2064-118%2040-10%2094%204%20134%2068%2022%2038%2050%2078%2078%20118%2012%2020%2026%2038%2038%2056%2064%2090%20118%20166%20134%20258%2016%2098-34%20204-118%20252-84%2046-176%2040-248-16-52-40-88-100-100-168-4-22-24-38-46-34s-36%2024-32%2048c14%2090%2060%20168%20130%20222%2098%2074%20222%2082%20334%2020%20116-64%20182-206%20158-340-18-108-80-196-146-290-12-18-26-36-38-56-28-40-54-78-76-114-50-82-120-110-178-110M668%20352c-6%200-12%202-18%204-20%2010-30%2034-20%2056%2010%2018%2010%2026%2010%2030-2%200-8%204-10%206-6%202-12%206-20%2012-14%2010-26%2022-36%2036-20%2028-32%2064-32%20100%200%2094%2078%20170%20174%20170%2098%200%20176-76%20176-170%200-24-18-42-42-42-22%200-42%2018-42%2042%200%2048-40%2088-92%2088-50%200-90-40-90-88%200-20%206-38%2016-52%206-8%2012-14%2020-20%202-2%206-4%2010-6%2014-8%2038-22%2046-52%2012-34-2-68-12-90-8-16-22-24-38-24%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23xe900%3B%22%20glyph-name%3D%22bed%22%20horiz-adv-x%3D%221280%22%20d%3D%22M96%20288h480v304c0%2061.8%2050.2%20112%20112%20112h352c132.6%200%20240-107.4%20240-240v-432c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v160h-1088v-144c0-26.6-21.5-48-48-48s-48%2021.4-48%2048v800c0%2026.5%2021.5%2048%2048%2048s48-21.5%2048-48v-560zM1040%20608h-352c-8.8%200-16-7.2-16-16v-304h512v176c0%2079.6-64.4%20144-144%20144zM512%20528c0-97.2-78.8-176-176-176s-176%2078.8-176%20176c0%2097.2%2078.8%20176%20176%20176s176-78.8%20176-176zM336%20608c-44.2%200-80-35.8-80-80s35.8-80%2080-80c44.2%200%2080%2035.8%2080%2080s-35.8%2080-80%2080z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23xe901%3B%22%20glyph-name%3D%22house-medical%22%20horiz-adv-x%3D%221152%22%20d%3D%22M768%20496c17.6%200%2032-14.4%2032-32v-96c0-17.6-14.4-32-32-32h-112v-112c0-17.6-14.4-32-32-32h-96c-17.6%200-32%2014.4-32%2032v112h-112c-17.6%200-32%2014.4-32%2032v96c0%2017.6%2014.4%2032%2032%2032h112v112c0%2017.6%2014.4%2032%2032%2032h96c17.6%200%2032-14.4%2032-32v-112h112zM545%20948.6c17.8%2015.2%2044.2%2015.2%2062%200l528-448c20.2-17.2%2022.8-47.4%205.6-67.6s-47.4-22.8-67.6-5.6l-49%2041.6v-373c0-88.4-71.6-160-160-160h-576c-88.36%200-160%2071.6-160%20160v373l-48.94-41.6c-20.22-17.2-50.5-14.6-67.66%205.6-17.15%2020.2-14.668%2050.4%205.546%2067.6l528.054%20448zM224%20550.4v-454.4c0-35.4%2028.6-64%2064-64h576c35.4%200%2064%2028.6%2064%2064v454.4l-352%20298.66-352-298.66z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23xe902%3B%22%20glyph-name%3D%22house%22%20horiz-adv-x%3D%221152%22%20d%3D%22M1135%20500.6c20.2-17.2%2022.8-47.4%205.6-67.6s-47.4-22.8-67.6-5.6l-49%2041.6v-373c0-88.4-71.6-160-160-160h-576c-88.36%200-160%2071.6-160%20160v373l-48.94-41.6c-20.22-17.2-50.5-14.6-67.66%205.6-17.15%2020.2-14.668%2050.4%205.546%2067.6l528.054%20448c17.8%2015.2%2044.2%2015.2%2062%200l528-448zM288%2032h96v304c0%2044.2%2035.8%2080%2080%2080h224c44.2%200%2080-35.8%2080-80v-304h96c35.4%200%2064%2028.6%2064%2064v454.4l-352%20298.66-352-298.66v-454.4c0-35.4%2028.6-64%2064-64v0zM480%2032h192v288h-192v-288z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23xe903%3B%22%20glyph-name%3D%22children%22%20horiz-adv-x%3D%221280%22%20d%3D%22M174.2%20816c0%2079.52%2066.2%20144%20144%20144%2081.4%200%20144-64.48%20144-144%200-79.6-62.6-144-144-144-77.8%200-144%2064.4-144%20144zM318.2%20768c28.4%200%2048%2021.5%2048%2048s-19.6%2048-48%2048c-24.8%200-48-21.5-48-48s23.2-48%2048-48zM496.4%20552.4l117.8-155.4c16-21.2%2012-51.2-9.2-67.2s-51.2-12-67.2%209.2l-90.8%20119.6%2078.6-235.4c4.8-14.6%200.6-30.8-6.6-43.2-10.8-12.6-23.6-20-39-20h-32v-176c0-26.6-21.4-48-48-48-26.4%200-48%2021.4-48%2048v176h-64v-176c0-26.6-21.4-48-48-48-26.4%200-47.98%2021.4-47.98%2048v176h-32.020c-15.42%200-29.92%207.4-38.94%2020-9.020%2012.4-11.48%2028.6-6.6%2043.2l78.48%20235.4-90.68-119.6c-16.020-21.2-46.12-25.2-67.26-9.2-21.114%2016-25.254%2046-9.24%2067.2l117.8%20155.4c41.86%2055.2%20107.24%2087.6%20176.44%2087.6%2069.4%200%20134.6-32.4%20176.4-87.6v0zM413.4%20256l-93.4%20280.2-93.4-280.2h186.8zM1104%20816c0-79.6-64.4-144-144-144s-144%2064.4-144%20144c0%2079.52%2064.4%20144%20144%20144s144-64.48%20144-144zM960%20864c-26.6%200-48-21.5-48-48s21.4-48%2048-48c26.6%200%2048%2021.5%2048%2048s-21.4%2048-48%2048zM880-64c-26.6%200-48%2021.4-48%2048v446.4l-55.4-88c-14-22.4-43.8-29.2-66.2-15-22.4%2014-29.2%2043.8-15%2066.2l96.8%20153.8c36.2%2057.6%2099.6%2092.6%20167.8%2092.6s131.6-35%20167.8-92.6l96.8-153.8c14.2-22.4%207.4-52.2-15-66.2-22.4-14.2-52-7.4-66.2%2015l-55.4%2088v-446.4c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v208h-64v-208c0-26.6-21.4-48-48-48v0zM960%20544c-11%200-21.8-1.8-32-5.2v-250.8h64v250.8c-10.2%203.4-21%205.2-32%205.2z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23xe904%3B%22%20glyph-name%3D%22building%22%20horiz-adv-x%3D%22768%22%20d%3D%22M176%20752c0%2017.68%2014.32%2032%2032%2032h96c17.6%200%2032-14.32%2032-32v-96c0-17.6-14.4-32-32-32h-96c-17.68%200-32%2014.4-32%2032v96zM560%20784c17.6%200%2032-14.32%2032-32v-96c0-17.6-14.4-32-32-32h-96c-17.6%200-32%2014.4-32%2032v96c0%2017.68%2014.4%2032%2032%2032h96zM176%20496c0%2017.6%2014.32%2032%2032%2032h96c17.6%200%2032-14.4%2032-32v-96c0-17.6-14.4-32-32-32h-96c-17.68%200-32%2014.4-32%2032v96zM560%20528c17.6%200%2032-14.4%2032-32v-96c0-17.6-14.4-32-32-32h-96c-17.6%200-32%2014.4-32%2032v96c0%2017.6%2014.4%2032%2032%2032h96zM0%20832c0%2070.7%2057.3%20128%20128%20128h512c70.6%200%20128-57.3%20128-128v-768c0-70.6-57.4-128-128-128h-512c-70.7%200-128%2057.4-128%20128v768zM96%20832v-768c0-17.6%2014.32-32%2032-32h160v128c0%2053%2043%2096%2096%2096s96-43%2096-96v-128h160c17.6%200%2032%2014.4%2032%2032v768c0%2017.68-14.4%2032-32%2032h-512c-17.68%200-32-14.32-32-32z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23xe905%3B%22%20glyph-name%3D%22warehouse-full%22%20horiz-adv-x%3D%221280%22%20d%3D%22M646%20857.76c-3.8%201.56-8.2%201.56-13.8%200l-506.24-205.96c-18.1-7.4-29.96-25-29.96-44.4v-623.4c0-26.6-21.5-48-48-48s-48%2021.4-48%2048v623.4c0%2058.6%2035.56%20111.4%2089.9%20133.4l506.3%20205.932c28.8%2010.94%2058.8%2010.94%2085.8%200l508-205.932c54.4-22%2090-74.8%2090-133.4v-623.4c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v623.4c0%2019.4-11.8%2037-30%2044.4l-508%20205.96zM286.2%20480v-496c0-26.6-19.6-48-48-48-24.8%200-48%2021.4-48%2048v512c0%2044.2%2037.6%2080%2080%2080h737.8c44.2%200%2080-35.8%2080-80v-512c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v496h-705.8zM880%20128c26.6%200%2048-21.4%2048-48v-96c0-26.6-21.4-48-48-48h-128c-26.6%200-48%2021.4-48%2048v96c0%2026.6%2021.4%2048%2048%2048h128zM350.2%20336c0%2026.6%2023.2%2048%2048%2048h192c28.4%200%2048-21.4%2048-48v-96c0-26.6-19.6-48-48-48h-192c-24.8%200-48%2021.4-48%2048v96zM590.2%20128c28.4%200%2048-21.4%2048-48v-96c0-26.6-19.6-48-48-48h-192c-24.8%200-48%2021.4-48%2048v96c0%2026.6%2023.2%2048%2048%2048h192z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23xe906%3B%22%20glyph-name%3D%22users%22%20horiz-adv-x%3D%221280%22%20d%3D%22M639.8%20320c114.82%200%20206.2%2093.12%20206.2%20208s-93.080%20208-206.2%20208c-114.82%200-206.2-93.12-206.2-208-1.8-114.8%2091.4-208%20206.2-208zM639.8%20640c61.7%200%20111.92-50.24%20111.92-112s-50.32-112-111.92-112-112%2050.2-112%20112%2050.2%20112%20112%20112zM1024%20640c88.36%200%20160%2071.64%20160%20160s-71.6%20160-160%20160c-88.36%200-160-71.64-160-160s71.6-160%20160-160zM739.8%20256h-199.6c-157%200-284.2-119.4-284.2-266.6%200-29.6%2025.4-53.4%2056.8-53.4h654.4c31.4%200%2056.8%2023.8%2056.8%2053.4%200%20147.2-127.2%20266.6-284.2%20266.6zM356.2%2032c20.94%2073.52%2094.72%20128%20182.28%20128h201.32c87.54%200%20161.32-54.48%20182.28-128h-565.88zM1103.8%20576h-123.68c-25.6%200-49.76-6.074-71.72-16.48%201.2-10.52%203.2-20.72%203.2-31.52%200-67.42-25.56-128.42-66.32-176h399.4c19.52%200%2035.32%2016.8%2035.32%2037.4%200%20103-78.8%20186.6-176.2%20186.6zM367.8%20528c0%2010.898%201.965%2021.26%203.218%2031.82-21.818%2011.98-45.818%2016.18-71.218%2016.18h-123.64c-97.28%200-176.16-83.6-176.16-186.6%200-20.6%2015.774-37.4%2035.24-37.4h399c-40.84%2047.6-66.44%20108.6-66.44%20176zM256%20640c88.36%200%20160%2071.64%20160%20160s-71.6%20160-160%20160c-88.36%200-160-71.64-160-160s71.64-160%20160-160z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23xe907%3B%22%20glyph-name%3D%22person-cane%22%20horiz-adv-x%3D%22768%22%20d%3D%22M480%20864c0-53.020-43-96-96-96s-96%2042.98-96%2096c0%2053.020%2043%2096%2096%2096s96-42.98%2096-96zM192%20541l-102.22-180.6c-13.040-23.2-42.32-31.2-65.4-18.2-23.078%2013-31.204%2042.4-18.152%2065.4l117.092%20207c31.22%2055.2%2089.68%2089.4%20153.28%2089.4h70c52%200%20101.2-23%20134.6-62.8l163.6-194.4c17-20.2%2014.4-50.4-5.8-67.6-20.4-17-50.6-14.4-67.8%206l-123.2%20146.4v-547.6c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v272h-64v-272c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v557zM352%20607.8c-1.8%200.2-3.6%200.2-5.4%200.2h-58.6v-256h64v255.8zM640%20192c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v16c0%2061.8%2050.2%20112%20112%20112s112-50.2%20112-112v-224c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v224c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-16z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23xe908%3B%22%20glyph-name%3D%22person%22%20horiz-adv-x%3D%22640%22%20d%3D%22M416%20864c0-53.020-43-96-96-96s-96%2042.98-96%2096c0%2053.020%2043%2096%2096%2096s96-42.98%2096-96zM288%20256v-272c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v528.8l-86.22-152.4c-13.060-23.2-42.34-31.2-65.42-18.2-23.066%2013-31.19%2042.4-18.14%2065.4l117.1%20207c31.22%2055.2%2089.68%2089.4%20153.28%2089.4h54.8c63.6%200%20122-34.2%20153.2-89.4l117.2-207c13-23%205-52.4-18.2-65.4-23-13-52.4-5-65.4%2018.2l-86.2%20152.4v-528.8c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v272h-64zM288%20352h64v255.8c-1.4%200.2-3%200.2-4.6%200.2h-54.8c-1.6%200-3.2%200-4.6-0.2v-255.8z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23xe909%3B%22%20glyph-name%3D%22child%22%20horiz-adv-x%3D%22640%22%20d%3D%22M174.2%20816c0%2079.52%2066.2%20144%20144%20144%2081.4%200%20144-64.48%20144-144%200-79.6-62.6-144-144-144-77.8%200-144%2064.4-144%20144v0zM318.2%20768c28.4%200%2048%2021.5%2048%2048s-19.6%2048-48%2048c-24.8%200-48-21.5-48-48s23.2-48%2048-48zM256%20192v-208c0-26.6-21.4-48-48-48-26.5%200-48%2021.4-48%2048v460.2l-72.68-103.8c-15.22-21.6-45.16-27-66.86-11.8-21.714%2015.4-26.978%2045.2-11.762%2067l91.502%20132.2c50.040%2069.6%20130%20114%20219%20114%2086.2%200%20167.2-43.4%20217.4-112l94.4-133.8c15.4-21.6%2010.4-51.6-12.8-67-19.8-15.4-49.8-10.4-65.2%2011.2l-73%20102v-458.2c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v208h-128zM256%20288h128v243.2c-20.4%208.4-42.4%2012.8-64.8%2012.8-22%200-43.4-4.2-63.2-12v-244z%22%20%2F%3E%0A%3Cglyph%20unicode%3D%22%26%23xe90a%3B%22%20glyph-name%3D%22child-reaching%22%20horiz-adv-x%3D%22768%22%20d%3D%22M238.2%20816c0%2079.52%2066.2%20144%20144%20144%2081.4%200%20145.8-64.48%20145.8-144%200-79.6-64.4-144-145.8-144-77.8%200-144%2064.4-144%20144zM382.2%20768c28.4%200%2049.8%2021.5%2049.8%2048s-21.4%2048-49.8%2048c-24.8%200-48-21.5-48-48s23.2-48%2048-48zM583.4%20722.8l31.2%2053.38c11.6%2022.9%2042.6%2030.64%2065.6%2017.28%2022.8-13.36%2030.6-42.66%2017.2-65.66l-31.2-53.4c-29.8-51.2-74-90.6-122.2-118.6v-571.8c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v208h-128v-208c0-26.6-21.4-48-48-48s-48%2021.4-48%2048v569.6c-51.36%2028.6-94.94%2071.2-125%20124l-28.74%2050.8c-13.080%2023-5%2052.26%2018.040%2065.34%2023.060%2013.1%2052.36%205.020%2065.44-18.040l28.74-50.7c41.12-72.2%20117.92-117%20201.12-117%2082.2%200%20156.6%2043.6%20199.8%20114.8v0zM448%20288v230.4c-21-4.2-42.6-6.4-64.4-6.4-21.6%200-42.8%202.2-63.6%206.2v-230.2h128z%22%20%2F%3E%0A%3C%2Ffont%3E%3C%2Fdefs%3E%3C%2Fsvg%3E#cosis") format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
  font-family: 'cosis' !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.4rem;
  box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Netto W01 Regular';
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  width: 100%;
  min-height: 4.5rem;
  padding: 0 1.5rem;
  background: #f8f8f8;
  border: 0 solid #c9c9c9;
  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: #323232;
}
[type=search]::-ms-clear {
  display: none;
}
[disabled] {
  cursor: not-allowed;
}
.style-select {
  border-radius: 0.4rem;
  transition: 0.15s ease-out;
  width: 100%;
  position: relative;
  border: solid 0 #c9c9c9;
  background: #f8f8f8;
  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(4.5rem - 0);
  line-height: calc(4.5rem - 0);
  z-index: 1;
  pointer-events: none;
}
.style-select select {
  width: 100%;
  padding: 0 4.5rem 0 1.5rem;
  border: 0;
  text-indent: 0.01px;
  background: transparent;
  min-height: 0;
}
.style-select select::-ms-expand {
  display: none;
}
.style-select.focus {
  border-color: #323232;
}
html:not(.touch-device) textarea::-webkit-scrollbar,
html:not(.touch-device) select[multiple]::-webkit-scrollbar {
  -webkit-border-radius: 6px;
  width: 12px;
  height: 12px;
  background: #f8f8f8;
}
html:not(.touch-device) textarea::-webkit-scrollbar-thumb,
html:not(.touch-device) select[multiple]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  background: #6e777e;
  border: 3px solid #f8f8f8;
}
select[multiple] {
  height: auto;
  padding: 0;
  overflow: auto;
}
select[multiple] option {
  padding: 0.75rem 1.5rem;
  word-wrap: break-word;
}
textarea {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
::-webkit-input-placeholder {
  color: #6e777e;
}
::-moz-placeholder {
  color: #6e777e;
}
:-moz-placeholder {
  color: #6e777e;
}
:-ms-input-placeholder {
  color: #6e777e;
}
/* end default form elements */
/* submit buttons */
button,
[type=submit] {
  -webkit-appearance: none;
  -moz-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: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  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: #6e777e;
  margin: 0;
  font-size: 1.6rem;
  font-style: italic;
  padding-top: 0.75rem;
}
/* end descriptions for inputs */
/* =========================================================================
 *
 * Default component styling, applies to all components.
 *
 * ====================================================================== */
.compblock {
  margin-bottom: 3rem;
}
@media (max-width: 40em) {
  .compblock {
    margin-bottom: 3rem;
  }
}
.compblock .compblock {
  margin-bottom: 0;
}
/* =========================================================================
 *
 * Kirra's alinea component styling
 *
 * ====================================================================== */
.component-alinea:after {
  content: '';
  display: table;
  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: 3rem;
}
.component-alinea img {
  margin-left: auto;
  margin-right: auto;
}
.component-alinea img[style*='float:right'] {
  max-width: 33.33333333%;
  margin-right: 0;
  margin-left: 3rem;
  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: 3rem;
  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.35rem;
}
.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 #c9c9c9;
  border-collapse: collapse;
}
.webapp-table th,
.component-alinea table th {
  background: #f5f5f5;
  text-align: left;
}
.webapp-table td,
.component-alinea table td,
.webapp-table th,
.component-alinea table th {
  border-right: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
}
.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 #c9c9c9;
}
.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 - 6rem);
}
.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 15px;
  padding: 0 15px;
}
@-webkit-keyframes shakeTableHint {
  0%,
  70% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate3d(-15px, 0, 0);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate3d(15px, 0, 0);
  }
}
@keyframes shakeTableHint {
  0%,
  70% {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50% {
    transform: translate3d(-15px, 0, 0);
  }
  20%,
  40%,
  60% {
    transform: translate3d(15px, 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: 3rem;
}
.component-imageuitlijning.align-rechts {
  float: right;
}
.component-imageuitlijning.align-rechts figure {
  margin-left: 3rem;
}
.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: 3rem;
}
.sitemap .sitemap:before {
  position: absolute;
  content: '';
  border-left: 1px dotted #6e777e;
  left: 1.5rem;
  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.5rem;
  z-index: 1;
}
.sitemap .sitemap li:last-child:after {
  position: absolute;
  content: '';
  background: none;
  top: 1.5rem;
  left: -1.5rem;
  width: 0.75rem;
  height: calc(100% - 1.5rem);
  z-index: 1;
}
.sitemap .sitemap a {
  position: relative;
  padding-left: 0.75rem;
}
.sitemap .sitemap a:before {
  position: absolute;
  content: '';
  margin-right: 3rem;
  border-top: 1px dotted #6e777e;
  width: 1.5rem;
  height: 1px;
  top: 2px;
  left: -1.5rem;
  margin-top: 0.75rem;
}
/* =========================================================================
 *
 * 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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.flex-box {
  padding: 0 1rem;
  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: -1px 1px 2px rgba(0, 0, 0, 0.15);
  padding: 1.5rem 1.5rem 0;
  font: 1.8rem 'Netto W01 Regular';
  line-height: 1.5;
  background: rgba(245, 245, 245, 0.95);
  color: #323232;
  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.5rem 0 0;
}
html div#cookie-bar span.cookie-buttons button {
  width: auto;
  margin-bottom: 1.5rem !important;
}
html div#cookie-bar span.cookie-buttons .allow-cookies {
  margin-right: 1.5rem;
}
html div#cookie-bar span.cookie-buttons .disallow-cookies {
  color: #323232;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 1.5rem;
  border: 0;
  text-decoration: underline;
  background: transparent;
  font-weight: normal;
}
html .cookie-explanation-container {
  width: auto !important;
  height: auto !important;
  margin: 0 auto 3rem;
  border: 1px dashed #6e777e;
  background: #f5f5f5;
}
html .cookie-explanation {
  display: -webkit-box;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #6e777e;
  font-family: 'Netto W01 Regular';
  font-style: normal;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  top: 0 !important;
  padding: 3rem;
  background: none;
}
html .cookie-explanation:before {
  content: '⚠';
  color: #f00;
  font-size: 36px;
  line-height: 1;
}
html .cookie-explanation button.request-cookies {
  width: auto;
  margin: 3rem 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] {
  -webkit-appearance: none;
  -moz-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: #323232;
}
[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: #323232;
}
.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: 3rem;
  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;
  border-radius: 0.2rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  left: 0;
  border: 1px solid #a3a3a3;
}
.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: #f8f8f8;
}
.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: #323232;
}
.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: #323232;
}
.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.75rem 0 !important;
    float: none;
  }
}
/* end date field */
/* upload button */
.form-input-file .file-input-placeholder {
  border-radius: 0.4rem;
  box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  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: #f8f8f8;
  min-height: 4.5rem;
  border: 0 solid #c9c9c9;
  position: relative;
  width: auto;
  margin-right: -4.5rem;
  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-box;
  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: 'Netto W01 Regular';
}
[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: 1rem;
  background: #f00;
  color: #fff;
  padding: 1.5rem;
  margin: 0 0 3rem;
  font-weight: bold;
}
.form-error p,
.form-error ul {
  margin: 0 0 1.5rem;
}
.form-error ul {
  list-style: disc outside;
  padding-left: 2.25rem;
}
div.input-error {
  padding-right: 3rem;
}
div.input-error p {
  border-radius: 1rem;
  display: inline-block;
  background: #f00;
  color: #fff;
  padding: 0.75rem 1.5rem;
  position: relative;
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
  white-space: nowrap;
}
div.input-error p:before {
  border-radius: 1rem;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #f00;
  overflow: hidden;
  position: absolute;
  left: 1.5rem;
  top: 100%;
  margin-top: -1px;
}
.errors {
  border-radius: 1rem;
  background: #f00;
  color: #fff;
  padding: 1.5rem;
  margin: 0 0 3rem;
  list-style: disc inside;
}
.errors li {
  padding-left: 2.25rem;
}
/* =========================================================================
 *
 * Print styles
 *
 * ====================================================================== */
@media print {
  * {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    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,
  .webapp-table caption,
  .component-alinea table caption {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  legend,
  .webapp-table caption,
  .component-alinea table caption {
    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;
  }
}
/* Grid settings */
/* Framework settings */
/* Dimensions settings */
/* Styling */
/* Animations */
/* Typography */
/* Color settings */
/* Form styling */
/* Responsive */
/* Functionalities */
/* Modules */
/* =========================================================================
 *
 * 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;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.icon-facebook,
.icon-instagram,
.icon-twitter,
.icon-linkedin,
.icon-youtube,
.icon-envelope {
  border-radius: 50%;
  display: -webkit-box;
  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;
  background: #6e777e;
  font-size: 0;
  display: inline-block;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  margin-right: 1.5rem;
  margin-bottom: 0.75rem;
  width: 4.5rem;
}
.icon-facebook::before,
.icon-instagram::before,
.icon-twitter::before,
.icon-linkedin::before,
.icon-youtube::before,
.icon-envelope::before {
  color: #fff;
  font-family: 'cosis';
  font-size: 2.6rem;
  margin-right: 0;
  pointer-events: none;
  vertical-align: middle;
}
.icon-facebook:active,
.icon-instagram:active,
.icon-twitter:active,
.icon-linkedin:active,
.icon-youtube:active,
.icon-envelope:active,
.icon-facebook:hover,
.icon-instagram:hover,
.icon-twitter:hover,
.icon-linkedin:hover,
.icon-youtube:hover,
.icon-envelope:hover,
.icon-facebook:focus,
.icon-instagram:focus,
.icon-twitter:focus,
.icon-linkedin:focus,
.icon-youtube:focus,
.icon-envelope:focus {
  background: #1d7296;
}
/* =========================================================================
 *
 * 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
 *
 * ====================================================================== */
.card-type {
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  align-self: flex-start;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #fff;
  text-align: center;
  font-family: 'Netto W01 Bold';
}
/* =========================================================================
 *
 * Custom framework styles
 *
 * ====================================================================== */
.page-wrapper {
  padding-top: 4.5rem;
}
.page-wrapper.has-hero {
  padding-top: 0;
}
.page-headerimage-container,
.page-util-container,
.page-intro-container,
.page-content-container,
.component-csat-form {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
}
/* =========================================================================
 *
 * Making the framework responsive
 *
 * ====================================================================== */
@media (max-width: 60em) {
  .page-middle {
    min-width: 91.66666667%;
  }
}
@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: 1rem;
    padding-right: 1rem;
  }
}
/* =========================================================================
 *
 * Making our grid responsive
 * Here you can set breakpoints for each overview-page
 * Note that the class 'overview-page' is also used in our framework on .page-content
 *
 * Check the grid.less in the core folder to see how to set up a nice grid
 *
 * ====================================================================== */
.page-overview-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-overview-block.hide-card {
  display: none;
}
.page-overview-block .page-overview-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  flex-direction: column;
  height: 100%;
}
.page-overview[data-gutter='1'] > .page-overview-block {
  margin-bottom: 3rem;
}
.page-overview[data-gutter='1'] > .page-overview-block .image > img,
.page-overview[data-gutter='1'] > .component-news-item .image > img,
.page-overview[data-gutter='1'] > .component-agenda-item .image > img,
.page-overview[data-gutter='1'] > .component-job-post-detail .image > img,
.page-overview[data-gutter='1'] > .component-error-page .page-image > img {
  width: 100%;
  height: auto;
}
@media (max-width: 73.25em) {
  [data-columns='4'] > .page-overview-block {
    width: 33.33333333%;
  }
}
@media (max-width: 63.9375em) {
  [data-columns='4'] > .page-overview-block {
    width: 50%;
  }
}
@media (max-width: 47.9375em) {
  [data-columns='3'] > .page-overview-block {
    width: 50%;
  }
}
@media (max-width: 40em) {
  [data-columns='4'] > .page-overview-block,
  [data-columns='3'] > .page-overview-block {
    display: block;
    width: 100%;
  }
}
/* =========================================================================
 *
 * All text styles are set here
 *
 * ====================================================================== */
h1,
h2,
h3,
h4,
legend,
.webapp-table caption,
.component-alinea table caption {
  transition: 0.15s ease-out;
  margin: 0 0 3rem;
  font-family: 'Netto W01 Bold';
  color: #1d7296;
}
@media (max-width: 40em) {
  h1,
  h2,
  h3,
  h4,
  legend,
  .webapp-table caption,
  .component-alinea table caption {
    -ms-word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media (max-width: 30em) {
  h1 {
    font-size: 7.6vw;
  }
}
hr {
  border-bottom: 1px solid #c9c9c9;
}
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;
}
[href^='tel:'] {
  cursor: pointer;
}
/* =========================================================================
 *
 * 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;
  color: #cf4622;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #cf4622;
}
.btn,
button,
[type=submit],
html div#cookie-bar span.cookie-buttons .allow-cookies,
html .cookie-explanation button.request-cookies,
.btn-large,
.call-to-action,
.color-section-yellow .call-to-action,
.color-section-blue .call-to-action,
.btn-white,
.btn-red,
.btn-inset,
.form-input-file .file-input-btn,
.btn-secondary,
.page-font-size,
.nav-wrapper a,
.pagination li a {
  border-radius: 1rem;
  display: -webkit-box;
  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;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  background: #6e777e;
  padding: 0.75rem 1.5rem;
  border: 0;
  font-family: 'Netto W01 Bold';
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
[type=submit]:hover,
[type=submit]:focus,
html div#cookie-bar span.cookie-buttons .allow-cookies:hover,
html div#cookie-bar span.cookie-buttons .allow-cookies:focus,
html .cookie-explanation button.request-cookies:hover,
html .cookie-explanation button.request-cookies:focus,
.btn-large:hover,
.btn-large:focus,
.call-to-action:hover,
.call-to-action:focus,
.color-section-yellow .call-to-action:hover,
.color-section-yellow .call-to-action:focus,
.color-section-blue .call-to-action:hover,
.color-section-blue .call-to-action:focus,
.btn-white:hover,
.btn-white:focus,
.btn-red:hover,
.btn-red:focus,
.form-input-file .file-input-btn:hover,
.form-input-file .file-input-btn:focus,
.form-input-file:hover .file-input-btn,
.btn-secondary:hover,
.btn-secondary:focus,
.page-font-size:hover,
.page-font-size:focus,
.nav-wrapper a:hover,
.nav-wrapper a:focus,
.pagination li a:hover,
.pagination li a:focus {
  background: #c9c9c9;
  color: #fff;
}
.btn-hollow {
  background: #fff;
  color: #6e777e;
}
.btn-hollow:hover,
.btn-hollow:focus {
  background: #c9c9c9;
  color: #fff;
}
.btn-large,
.call-to-action {
  padding: 1rem 1.5rem;
  font-size: 1.9rem;
}
.btn-orange {
  background: #cf4622;
}
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
  background: #6e777e;
}
.call-to-action {
  margin-bottom: 3rem;
}
.call-to-action:active {
  background: #f5f5f5;
}
.color-section-yellow .call-to-action {
  background: #fff;
  font-size: 1.9rem;
  color: #6e777e;
}
.color-section-yellow .call-to-action:hover,
.color-section-yellow .call-to-action:focus {
  background: #fff;
  color: #cf4622;
}
.color-section-blue .call-to-action {
  background: #cf4622;
  color: #fff;
  font-size: 1.9rem;
}
.color-section-blue .call-to-action:hover,
.color-section-blue .call-to-action:focus {
  background: #b93f1e;
  color: #fff;
}
.btn-white,
.page-font-size,
.nav-wrapper a,
.pagination li a {
  background: #fff;
  font-size: 1.9rem;
  color: #6e777e;
}
.btn-white:hover,
.btn-white:focus {
  background: #fff;
  color: #cf4622;
}
.btn-red,
.btn-secondary {
  background: #cf4622;
  color: #fff;
  font-size: 1.9rem;
}
.btn-red:hover,
.btn-red:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  background: #b93f1e;
  color: #fff;
}
.read-more,
.page-breadcrumb .crumb-dropdown a {
  transition: 0.15s ease-out;
  display: -webkit-box;
  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;
  font-family: 'Netto W01 Bold';
  font-size: 1.7rem;
  color: #6e777e;
}
.read-more:after,
.page-breadcrumb .crumb-dropdown a:after {
  content: 'b';
  margin-left: 1rem;
  padding-top: 0.4rem;
  font-family: 'cosis';
  font-size: 14px;
}
.read-more:hover,
.read-more:focus,
.page-breadcrumb .crumb-dropdown a:hover,
.page-breadcrumb .crumb-dropdown a:focus {
  color: #cf4622;
}
.btn-inset {
  box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  background: #f5f5f5;
  color: #6e777e;
}
/* =========================================================================
 *
 * 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: 1rem;
  opacity: 0;
  visibility: hidden;
  background: #000;
  padding: 0 0.75rem;
  color: #fff;
  font-size: 1.6rem;
}
[data-title]:hover:after,
[data-title]:focus:after {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0.5rem;
}
/* =========================================================================
 *
 * Here we can set some browser behaviour
 *
 * ====================================================================== */
/* text selection */
.text-selection {
  color: #fff;
  background: #1d7296;
}
::selection {
  color: #fff;
  background: #1d7296;
}
::-moz-selection {
  color: #fff;
  background: #1d7296;
}
/* =========================================================================
 *
 * The website's header styling goes here
 *
 * ====================================================================== */
/* header */
.page-header {
  transition: 0.15s ease-out;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.page-header .inner {
  display: -webkit-box;
  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;
}
.tiny-header .page-header {
  -webkit-transform: translateY(-9rem);
  transform: translateY(-9rem);
}
.tiny-header .component-target-section .page-header,
.tiny-header .component-about-section .page-header {
  -webkit-transform: translateY(-6rem);
  transform: translateY(-6rem);
}
.page-header-wrapper {
  position: relative;
}
.page-header-wrapper:after {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  content: '';
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-header-top {
  background: #f8f8f8;
  height: 9rem;
}
.page-header-top .inner {
  height: 9rem;
}
.page-header-top.section-top {
  height: 6rem;
}
.page-header-top.section-top .inner {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  height: 6rem;
}
@media (max-width: 75em) {
  .page-header-top {
    height: 7.5rem;
  }
  .page-header-top .inner,
  .page-header-top.section-top,
  .page-header-top.section-top .inner {
    height: 7.5rem;
  }
}
.header-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-header-bottom {
  height: 8rem;
  position: relative;
}
.page-header-bottom .inner {
  height: 8rem;
}
.page-header-bottom.section-bottom,
.page-header-bottom.section-bottom .inner {
  height: 8rem;
}
@media (max-width: 75em) {
  .page-header-bottom {
    height: 7.5rem;
  }
  .page-header-bottom .inner,
  .page-header-bottom.section-bottom,
  .page-header-bottom.section-bottom .inner {
    height: 7.5rem;
  }
}
.page-topmenu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
  padding-right: 1.5rem;
}
.page-topmenu li:not(:first-child) {
  margin-left: 1.5rem;
}
.page-topmenu a {
  margin-bottom: 0;
  color: #1d7296;
  font-family: 'Netto W01 Bold';
  font-size: 1.2em;
  padding: 0 1rem;
}
.page-topmenu a:hover,
.page-topmenu a:focus,
.page-topmenu .active a {
  color: #cf4622;
}
.page-font-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 1rem;
  font-weight: bold;
  line-height: 1.2;
  color: #1d7296;
  height: 4.5rem;
}
.page-font-size:hover,
.page-font-size:focus,
.page-font-size:active {
  background: #fff;
  color: #1d7296;
}
.page-font-size:after {
  display: none;
}
.page-font-size li {
  transition: 0.15s ease-out;
  cursor: pointer;
}
.page-font-size li:not(:first-child) {
  margin-left: 0.75rem;
}
.page-font-size li:hover,
.page-font-size li.font-active {
  color: #cf4622;
  text-decoration: underline;
}
.page-font-size li.font-normal {
  font-size: 2.1rem;
}
.page-font-size li.font-large {
  font-size: 2.5rem;
}
.page-font-size li.font-larger {
  font-size: 2.8rem;
}
.page-logo a {
  display: block;
}
.page-logo img {
  width: 15rem;
  height: auto;
}
@media (max-width: 75em) {
  .page-logo img {
    width: 12rem;
  }
}
@media (max-width: 40em) {
  .page-logo img {
    width: 10rem;
  }
}
.page-logo img[src*='.svg'] {
  max-width: 100%;
}
@media (max-width: 75em) {
  .component-target-section .page-logo,
  .component-about-section .page-logo {
    position: absolute;
    top: -7.125rem;
    left: 1.5rem;
  }
}
/* =========================================================================
 *
 * Custom main navigation styling (in the header)
 *
 * ====================================================================== */
.page-mainmenu .level-1-item:not(:first-child) {
  margin-left: 3rem;
}
.page-mainmenu .level-1-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 17rem;
}
@media (max-width: 75em) {
  .page-mainmenu .level-1-item > a {
    height: 15rem;
  }
}
.page-mainmenu .level-1-item ul {
  opacity: 0;
  width: 24rem;
  min-width: 100%;
  visibility: hidden;
}
.page-mainmenu .level-1-item ul a {
  padding: 0 1.5rem;
}
.page-mainmenu li.hover ul,
.page-mainmenu li:hover ul {
  opacity: 1;
  visibility: visible;
}
.page-mainmenu .subnav > a:after {
  content: '▾';
  padding-left: 0.75rem;
}
/* =========================================================================
 *
 * The website's footer styling goes here
 *
 * ====================================================================== */
.page-footer {
  position: relative;
}
.page-footer .inner {
  display: -webkit-box;
  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;
  flex-wrap: wrap;
}
.page-footer .page-overview {
  display: -webkit-box;
  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;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
}
@media (max-width: 40em) {
  .page-footer .page-overview {
    padding: 6rem 0;
  }
}
.page-footer h3 {
  font-size: 3.3rem;
}
.page-footer h3 a {
  color: #1d7296;
}
.page-footer h3 a:hover {
  color: #cf4622;
}
.page-footer h4 {
  color: #1d7296;
  margin-bottom: 0.75rem;
}
.page-footer-top {
  background: #f8f8f8;
}
.page-footer-top.has-footer-menu {
  padding-bottom: 6rem;
}
.page-footer-top.has-footer-menu .page-overview {
  padding-bottom: 0;
}
.footer-overlay {
  width: calc(100% + 1.5rem ) !important;
  top: -0.5rem !important;
  position: absolute;
  left: -0.75rem;
}
.page-section-menu li,
.page-about-menu li {
  margin-bottom: 1rem;
}
.page-section-menu a,
.page-about-menu a {
  margin-bottom: 0;
  color: #6e777e;
  font-weight: bold;
}
.page-section-menu a:hover,
.page-about-menu a:hover,
.page-section-menu a:focus,
.page-about-menu a:focus {
  color: #cf4622;
}
.page-footermenu ul,
.footer-credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-footermenu ul li:not(:last-child),
.footer-credits li:not(:last-child) {
  margin-right: 3rem;
}
.page-footermenu ul a,
.footer-credits a {
  display: inline-block;
}
.page-footermenu {
  border-top: 1px solid #fff;
  width: 100%;
  padding: 1.5rem 0;
}
.page-footermenu ul {
  margin-bottom: 0;
}
.page-footermenu a {
  color: #6e777e;
}
.page-footermenu a:hover,
.page-footermenu a:focus {
  color: #cf4622;
}
.footer-address {
  color: #6e777e;
}
.footer-address h4 {
  font-size: 2.1rem;
}
.footer-address .visit-address {
  font-family: 'Netto W01 Italic';
  color: #1d7296;
  display: block;
}
.footer-address .contact-phone-number,
.footer-address .contact-email-address {
  color: #1d7296;
  font-family: 'Netto W01 Bold';
  font-size: 2.6rem;
}
.footer-address .contact-phone-number::before,
.footer-address .contact-email-address::before {
  font-size: 32px;
}
.footer-address .contact-phone-number:active,
.footer-address .contact-email-address:active,
.footer-address .contact-phone-number:focus,
.footer-address .contact-email-address:focus,
.footer-address .contact-phone-number:hover,
.footer-address .contact-email-address:hover {
  color: #cf4622;
}
.footer-address .address-wrapper {
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.footer-address .address-route a {
  display: -webkit-box;
  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;
  color: #6e777e;
  font-family: 'Netto W01 Bold';
}
.footer-address .address-route a:active,
.footer-address .address-route a:focus,
.footer-address .address-route a:hover {
  color: #cf4622;
}
.footer-address .address-route a:after {
  content: 'b';
  font-family: 'cosis';
  font-size: 16px;
  margin-left: 0.75rem;
}
.social-links-wrapper {
  display: -webkit-box;
  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;
}
.social-links-wrapper span {
  color: #1d7296;
  display: inline-block;
  font-family: 'Netto W01 Bold';
  font-style: italic;
  vertical-align: middle;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.social-links-wrapper .social-links {
  display: inline-block;
  margin-bottom: 0;
}
.social-links-wrapper .social-links li {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.social-links-wrapper .social-facebook-url a,
.social-links-wrapper .social-instagram-url a,
.social-links-wrapper .social-twitter-url a,
.social-links-wrapper .social-linkedin-url a,
.social-links-wrapper .social-youtube-url a {
  background: #1d7296;
  margin-right: 0;
}
.social-links-wrapper .social-facebook-url a:before,
.social-links-wrapper .social-instagram-url a:before,
.social-links-wrapper .social-twitter-url a:before,
.social-links-wrapper .social-linkedin-url a:before,
.social-links-wrapper .social-youtube-url a:before {
  pointer-events: none;
  vertical-align: middle;
}
.social-links-wrapper .social-facebook-url a:hover,
.social-links-wrapper .social-instagram-url a:hover,
.social-links-wrapper .social-twitter-url a:hover,
.social-links-wrapper .social-linkedin-url a:hover,
.social-links-wrapper .social-youtube-url a:hover {
  background: #cf4622;
}
.social-links-wrapper .social-facebook-url a:before {
  content: 'g';
}
.social-links-wrapper .social-instagram-url a:before {
  content: 't';
}
.social-links-wrapper .social-twitter-url a:before {
  content: 'c';
}
.social-links-wrapper .social-linkedin-url a:before {
  content: 'i';
}
.social-links-wrapper .social-youtube-url a:before {
  content: 's';
}
.footer-sign-up {
  display: none;
}
.page-footer-bottom {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.page-footer-bottom .page-footer-bottom-wrapper {
  background: #fff;
  height: 5.55rem;
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
}
.btn-scroll-top {
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  display: -webkit-box;
  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;
  background: #fff;
  width: 4.5rem;
  height: 4.5rem;
  margin-top: 0.375rem;
  color: #6e777e;
}
.btn-scroll-top:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: 'o';
  font-family: 'cosis';
  font-size: 18px;
  line-height: 1;
}
/* =========================================================================
 *
 * Styling the website's breadcrumb
 *
 * - Depends on the variable @breadcrumb in variables.less
 *
 * ====================================================================== */
.page-breadcrumb ol {
  transition: 0.15s ease-out;
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
}
.search-active .page-breadcrumb ol {
  max-width: 0;
  visibility: hidden;
  opacity: 0;
}
.page-breadcrumb a {
  color: #6e777e;
  cursor: pointer;
}
.page-breadcrumb a:hover,
.page-breadcrumb a:focus,
.page-breadcrumb a:active {
  color: #cf4622;
}
.page-breadcrumb .crumb-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 8rem;
  position: relative;
  z-index: 2;
  font-size: 2.1rem;
  color: #6e777e;
}
@media (max-width: 75em) {
  .page-breadcrumb .crumb-level {
    height: 7.5rem;
    display: none;
  }
  .page-breadcrumb .crumb-level:first-child,
  .page-breadcrumb .crumb-level:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
@media (max-width: 40em) {
  .page-breadcrumb .crumb-level {
    font-size: 1.9rem;
  }
}
.page-breadcrumb .crumb-level.overview-page {
  font-style: italic;
}
@media (max-width: 75em) {
  .page-breadcrumb .crumb-level.overview-page {
    display: none;
  }
}
.page-breadcrumb .crumb-level .crumb-trigger {
  cursor: default;
}
.page-breadcrumb .crumb-level .crumb-trigger:after {
  content: 'o';
  margin-left: 1rem;
  padding-top: 0.2rem;
  font-family: 'cosis';
  line-height: 1;
  font-size: 18px;
}
.page-breadcrumb .crumb-level:not(:last-child) {
  margin-right: 1.5rem;
}
.page-breadcrumb .crumb-level span {
  display: -webkit-box;
  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;
  transition: 0.15s ease-out;
  font-family: 'Netto W01 Bold';
  font-style: normal;
  color: #1d7296;
}
.page-breadcrumb .crumb-level:first-child a span {
  display: none;
}
.page-breadcrumb .crumb-dropdown {
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  padding: 2.25rem 0;
  visibility: hidden;
  opacity: 0;
}
.page-breadcrumb .crumb-dropdown:after {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  background: #f8f8f8;
  width: 400vw;
}
@media (min-width: 40em) {
  .page-breadcrumb .crumb-dropdown {
    width: 62.2625rem;
  }
}
@media (min-width: 64em) {
  .page-breadcrumb .crumb-dropdown {
    width: 76.5rem;
  }
}
.page-breadcrumb .crumb-dropdown:after {
  transition: 0.15s ease-out;
}
.page-breadcrumb .crumb-dropdown.two-columns {
  -moz-column-count: 2rem;
  -webkit-column-count: 2rem;
  column-count: 2rem;
}
@media (min-width: 40em) {
  .page-breadcrumb .crumb-dropdown.two-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.page-breadcrumb .crumb-dropdown.three-columns {
  -moz-column-count: 2rem;
  -webkit-column-count: 2rem;
  column-count: 2rem;
}
@media (min-width: 40em) {
  .page-breadcrumb .crumb-dropdown.three-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 48em) {
  .page-breadcrumb .crumb-dropdown.three-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
.page-breadcrumb .crumb-dropdown li {
  font-size: 1.8rem;
  line-height: 2.25;
}
.page-breadcrumb .crumb-dropdown li.active a {
  color: #cf4622;
}
.page-breadcrumb .crumb-dropdown a {
  margin-bottom: 0;
  font-style: normal;
  white-space: normal;
  line-height: 1.5;
}
.page-breadcrumb .crumb-level:hover a span {
  color: #cf4622;
}
.page-breadcrumb .crumb-level:hover a span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-breadcrumb .crumb-level:hover .crumb-dropdown {
  visibility: visible;
  opacity: 1;
}
/* =========================================================================
 *
 * Here we can style our responsive navigation
 *
 * - Depends on the variable @responsive in variables.less
 *
 * ====================================================================== */
.page-target-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-radius: 1rem;
  box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  transition: width 0s ease, max-width 0s ease, opacity 0.525s ease, visibility 0.525s ease;
  transition-delay: 0.825s;
  background: #f5f5f5;
  opacity: 1;
  overflow: hidden;
  max-width: 54rem;
  visibility: visible;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 75em) {
  .page-target-nav {
    max-width: none;
  }
}
.search-active .page-target-nav {
  transition-delay: 0s;
  max-width: 0;
  opacity: 0;
  visibility: hidden;
}
.page-target-nav a {
  transition: 0.15s ease-out;
  color: #6e777e;
  display: inline-block;
  font-family: 'Netto W01 Bold';
  font-size: 2.6rem;
  line-height: 6rem;
  height: 6rem;
  padding: 0 3rem;
  position: relative;
  width: 50%;
  text-align: center;
}
@media (max-width: 75em) {
  .page-target-nav a {
    width: 100%;
    padding: 0 0.75rem;
  }
}
.page-target-nav a:before {
  transition: all 0.525s ease-in;
}
.page-target-nav a:active,
.page-target-nav a:focus,
.page-target-nav a:hover {
  color: #cf4622;
}
.page-target-nav a span {
  transition: color 0.9s ease;
}
@media (max-width: 75em) {
  .page-target-nav a span:not(.target) {
    display: none;
  }
}
.component-target-section .page-target-nav a:first-of-type:before {
  border-radius: 1rem;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  background: #1d7296;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
}
.component-target-section .page-target-nav a:first-of-type.active:before {
  background: #cf4622;
  right: 0;
}
.component-target-section .page-target-nav a.active span {
  display: inline-block;
  color: #fff;
  position: relative;
}
@media (max-width: 75em) {
  .component-target-section .page-target-nav a.active span:not(.target) {
    display: none;
  }
}
.nav-toggle {
  border-radius: 1rem;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  background: #fff;
}
@media (max-width: 75em) {
  .page-mobile-nav-container .nav-toggle {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.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: #cf4622;
}
.nav-toggle-lines {
  width: 3rem;
}
.search-toggle {
  height: 4.5rem;
  position: absolute;
  top: 1.5rem;
  right: 7.5rem;
  margin-bottom: 0;
  padding: 0.75rem 1rem;
}
.search-toggle:before {
  margin-right: 0;
  font-size: 28px;
}
.search-toggle:after {
  display: none;
}
.page-mobile-nav-container .nav-wrapper {
  top: 7.5rem;
  padding: 3rem 1.5rem;
}
.nav-wrapper a {
  word-wrap: break-word;
  padding: 0.75rem 3rem;
}
.nav-wrapper ul ul a {
  transition-duration: 0.15s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  line-height: 0;
  padding: 0 3rem 0 6rem;
  opacity: 0;
}
@media (max-width: 75em) {
  .page-mainmenu,
  .page-topmenu,
  .page-font-size {
    display: none;
  }
}
/* =========================================================================
 *
 * Kirra's alinea component styling
 *
 * ====================================================================== */
.component-alinea.intro,
.component-alinea.intro * {
  font-family: 'Netto W01 Bold';
}
.component-alinea strong,
.component-alinea b {
  font-family: 'Netto W01 Bold';
}
.component-alinea h2,
.component-alinea .webapp-table caption,
.webapp-table caption,
.component-alinea .component-alinea table caption,
.component-alinea table caption {
  color: #1d7296;
  margin-bottom: 1.5rem;
}
.component-alinea ol,
.component-alinea ul {
  padding-left: 4.5rem;
}
.component-alinea li:before {
  left: -3rem;
}
.component-alinea ul li:before {
  border-radius: 50%;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: #323232;
}
.component-alinea ol li:before {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.component-alinea blockquote {
  font-family: 'Netto W01 Italic';
  padding: 3rem 3rem 0;
}
/* =========================================================================
 *
 * Custom webapp and alinea table styling
 *
 * ====================================================================== */
.webapp-table caption,
.component-alinea table caption {
  text-align: left;
}
.webapp-table th,
.component-alinea table th {
  font-weight: bold;
}
.webapp-table td,
.component-alinea table td,
.webapp-table th,
.component-alinea table th {
  padding: 0.75rem 1.5rem;
}
/* =========================================================================
 *
 * Custom image styling for the Kirra components 'image' and 'imageuitlijning'
 *
 * ====================================================================== */
.image-caption {
  font-size: 1.6rem;
  font-style: italic;
  color: #6e777e;
}
.component-image .responsive-image {
  padding-top: 56.25% !important;
  margin-bottom: 0.75rem;
}
.component-image img {
  border-radius: 1rem;
}
.page-middle .component-imageuitlijning.align-links,
.page-middle .component-imageuitlijning.align-rechts {
  width: 33.33333333%;
}
@media (max-width: 30em) {
  .page-middle .component-imageuitlijning.align-links,
  .page-middle .component-imageuitlijning.align-rechts {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* =========================================================================
 *
 * Custom full width Image
 *
 * ====================================================================== */
.image-fullwidth {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.image-fullwidth figure {
  position: relative;
}
.image-fullwidth figure:before {
  content: '';
  background: url(/img/imagefullwidth_shape.svg) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  height: 100%;
  width: calc(100% + 1.5rem ) !important;
  bottom: -0.6rem !important;
  left: -0.75rem;
  z-index: 1;
}
.image-fullwidth img {
  border-radius: 0;
}
[class^='color-section'] .image-fullwidth {
  margin-top: -6rem;
  margin-bottom: 6rem;
}
[class^='color-section'] .image-fullwidth ~ .image-fullwidth {
  margin-top: 0;
  margin-bottom: 3rem;
}
/* =========================================================================
 *
 * Custom form styling can be done here
 *
 * ====================================================================== */
.style-select:before {
  content: '▾';
}
select[multiple] {
  max-height: 15rem;
}
textarea {
  height: 15rem;
}
.form-input-file .file-input-placeholder {
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}
.form-input-file .file-input-btn {
  margin: 0 1.5rem 0 0;
  padding: 0 1.5rem;
  height: 3rem;
}
.form-tooltip[data-title] {
  background: #6e777e;
  cursor: help;
  font-size: 1rem;
  color: #fff;
}
.style-select:before {
  width: 4.5rem;
  line-height: 4.5rem;
}
/* =========================================================================
 *
 * 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-box;
  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.5rem;
  position: relative;
  clear: both;
  width: 100%;
}
.velden > li:after {
  display: inline;
  clear: none;
}
.velden label {
  display: block;
  width: 100%;
  font-weight: bold;
  margin-bottom: 0.75rem;
  padding-right: 4.5rem;
}
.velden label em {
  margin-left: 0.5rem;
  color: #f00;
  font-style: normal;
}
.velden .form-input-paragraph,
.velden .form-input-heading {
  margin-bottom: 0;
}
.webbeheer-formulier .buttons.overflow {
  overflow: visible;
}
.form-control-checkbox-option-limited input[disabled],
.form-control-radio-option-limited input[disabled],
.form-control-checkbox-option-limited input[disabled] ~ label,
.form-control-radio-option-limited input[disabled] ~ label {
  cursor: not-allowed;
  opacity: .5;
}
/* =========================================================================
 *
 * Animating labels on focus and with value
 * Works with Javascript function animateLabels() in jquery.animating-labels.js
 *
 * Notes:
 * - in label[for] the translation on the Y-axis must be half the @inputHeight value minus half the line-height of label[for]
 *
 * ====================================================================== */
.animating-label.form-input-textfield,
.animating-label.form-input-textarea,
.animating-label.form-input-select:not(.form-input-radio):not(.form-input-multipleselect),
.animating-label.field-email,
.animating-label.field-textfield {
  margin-top: 3rem;
}
.animating-label:first-child {
  margin-top: 0;
}
.animating-label label[for] {
  border-radius: 1rem 1rem 0 0;
  transition: 0.15s ease-out;
  -webkit-transform: translate3d(0, 1.125rem, 0);
  transform: translate3d(0, 1.125rem, 0);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  will-change: transform;
  width: auto;
  line-height: 2.25rem;
  color: #6e777e;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0 1.5rem;
  max-width: 100%;
  z-index: 2;
  font-weight: normal;
  margin: 0;
  pointer-events: none;
}
.animating-label .form-tooltip[data-title] {
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
}
.animating-label div.input-error {
  position: absolute;
  bottom: 100%;
  right: 0;
  padding-right: 0;
}
.animating-label select option:first-child {
  display: none;
}
.has-focus input,
.has-value input,
.has-focus textarea,
.has-value textarea,
.has-focus .style-select,
.has-value .style-select {
  border-radius: 0 0.4rem 0.4rem 0.4rem;
}
.has-focus label[for],
.has-value label[for] {
  visibility: hidden;
  opacity: 0;
}
/* =========================================================================
 *
 * 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
 *
 * ====================================================================== */
.searchfield {
  margin-top: 3rem;
}
.page-searchbox {
  height: 5.625rem;
  line-height: 5.625rem;
  margin-left: 3rem;
  padding: 0 1.5rem;
}
@media (max-width: 75em) {
  .page-searchbox {
    margin-left: 0;
    line-height: 4.5rem;
    height: 4.5rem;
  }
}
.page-searchbox .label-search {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 6rem;
  font-size: 2.4rem;
  font-style: italic;
  color: #6e777e;
}
@media (max-width: 75em) {
  .page-searchbox .label-search {
    display: none;
  }
}
.page-searchbox .search-input {
  transition: all 0.525s ease;
  border: 0;
  color: #1d7296;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 5.625rem;
  height: 5.625rem;
  width: 0;
  max-width: 0;
  position: absolute;
  padding: 0;
  top: 0;
  right: -2rem;
  z-index: 0;
}
.page-searchbox .search-input::-ms-clear {
  display: none;
}
@media (max-width: 75em) {
  .page-searchbox .search-input {
    top: 0;
    right: 0;
    line-height: 4.5rem;
    height: 4.5rem;
  }
}
.page-searchbox .search-button {
  background: none;
  box-shadow: none;
  font-size: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.page-searchbox .search-button:hover,
.page-searchbox .search-button:active,
.page-searchbox .search-button:focus {
  background: none;
}
.page-searchbox .search-button:hover:before,
.page-searchbox .search-button:active:before,
.page-searchbox .search-button:focus:before {
  color: #cf4622;
}
.page-searchbox .search-button:before {
  transition: 0.15s ease-out;
  margin-right: 0;
  font-size: 32px;
  font-weight: normal;
  color: #6e777e;
}
.page-searchbox .search-button:after {
  display: none;
}
@media (max-width: 75em) {
  .page-searchbox .search-button {
    display: none;
    right: 1.5rem;
  }
  .page-searchbox .search-button::before {
    font-size: 27px;
  }
}
.page-searchbox .search-close {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: 0.3s ease;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  cursor: pointer;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 2.25rem;
  min-height: 4.5rem;
}
.page-searchbox .search-close:before {
  color: #6e777e;
  font-size: 25px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.page-searchbox .search-close:hover,
.page-searchbox .search-close:focus,
.page-searchbox .search-close:active {
  color: #cf4622;
}
.page-searchbox-wrapper {
  position: relative;
}
.page-searchbox-wrapper {
  transition: 0.3s ease-in-out;
  width: 14rem;
}
@media (max-width: 75em) {
  .page-searchbox-wrapper {
    width: 0;
  }
}
/**
 * Search active status styling
 */
.search-active .page-searchbox-wrapper {
  display: block;
  width: 80%;
}
@media (max-width: 75em) {
  .search-active .page-searchbox-wrapper {
    width: 100%;
  }
}
.search-active .page-searchbox {
  position: relative;
}
.search-active .page-searchbox .label-search {
  color: #cf4622;
}
.search-active .page-searchbox .search-input {
  padding: 0 1.5rem 0 6rem;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 75em) {
  .search-active .page-searchbox .search-input {
    padding-left: 1.5rem;
  }
}
.search-active .page-searchbox .search-button:before {
  color: #cf4622;
}
@media (max-width: 75em) {
  .search-active .page-searchbox .search-button {
    display: block;
  }
}
.search-active .search-close {
  display: -webkit-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  transition-delay: 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 75em) {
  .search-active .search-close {
    display: none;
  }
}
.search-result-url {
  color: #6e777e;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.search-result-url li:not(:first-child):before {
  content: '›';
  padding: 0 0.75rem;
}
.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.75rem;
}
.search-pager-complete .active {
  font-weight: bold;
}
.highlighted {
  background: rgba(255, 255, 0, 0.5);
}
/**
 * Live search results
 */
.search-results-preview {
  background: rgba(255, 255, 255, 0.96);
  display: none;
  padding: 3rem 0 0;
  position: absolute;
  top: 8rem;
  width: 100%;
  right: 0;
}
@media (max-width: 75em) {
  .search-results-preview {
    top: 7.5rem;
    padding: 3rem 3rem 0;
  }
}
.search-results-preview.active {
  display: block;
}
.component-target-section .search-results-preview .page-content-container {
  max-width: 50rem;
}
.search-results-preview li a {
  display: -webkit-box;
  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;
  color: #6e777e;
}
.search-results-preview li a:hover,
.search-results-preview li a:active,
.search-results-preview li a:focus {
  color: #cf4622;
}
.search-results-preview li a:after {
  content: 'b';
  font-family: 'cosis';
  font-size: 1.7rem;
  margin-left: 0.75rem;
}
/**
 * Search results page.
 */
.page-results-searchbox {
  position: relative;
}
.page-results-searchbox .label-search {
  font-size: 2.6rem;
  line-height: 6.975rem;
  position: absolute;
  right: 6rem;
  top: 0;
}
@media (max-width: 75em) {
  .page-results-searchbox .label-search {
    display: none;
  }
}
.page-results-searchbox .search-input {
  transition: all 0.3s ease;
  color: #1d7296;
  font-size: 2.6rem;
  font-style: italic;
  height: 6.975rem;
  margin-bottom: 3rem;
  padding: 0 1.5rem 0 1.5rem;
  margin-left: -1.5rem;
  width: calc(100% + 3rem);
}
.search-active .page-results-searchbox .search-input {
  padding-left: 6rem;
}
.page-results-searchbox .search-input::-ms-clear {
  display: none;
}
@media (max-width: 75em) {
  .page-results-searchbox .search-input {
    margin-left: 0;
    width: 100%;
  }
}
.page-results-searchbox button {
  background: none;
  box-shadow: none;
  font-size: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-results-searchbox button:hover,
.page-results-searchbox button:active,
.page-results-searchbox button:focus {
  background: none;
}
.page-results-searchbox button:hover:before,
.page-results-searchbox button:active:before,
.page-results-searchbox button:focus:before {
  color: #cf4622;
}
.page-results-searchbox button:before {
  color: #6e777e;
  font-size: 45px;
  margin-right: 0;
}
.page-results-searchbox button:after {
  content: '';
  margin: 0;
  padding: 0;
}
@media (max-width: 75em) {
  .page-results-searchbox button {
    right: 1.5rem;
  }
}
.page-results-searchbox .search-close {
  display: -webkit-box;
  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;
  transition: 0.15s ease-out;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -1.5rem;
  line-height: 6.975rem;
  opacity: 0;
  visibility: hidden;
}
.page-results-searchbox .search-close:before {
  color: #6e777e;
  font-size: 30px;
  margin: 0 1.5rem;
}
.page-results-searchbox .search-close:hover,
.page-results-searchbox .search-close:focus,
.page-results-searchbox .search-close:active {
  color: #cf4622;
}
@media (max-width: 75em) {
  .page-results-searchbox .search-close {
    left: 0;
  }
}
.search-active .search-input {
  padding-left: 6rem;
}
.search-active .search-close {
  transition-delay: 0;
  opacity: 1;
  visibility: visible;
}
.search-result {
  border-bottom: 1px solid #f5f5f5;
  color: #323232;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.search-result a {
  color: #323232;
}
.search-result a:not(:has(p)) .search-result-url {
  margin-bottom: 0;
}
.search-result-url {
  font-family: 'Netto W01 Bold';
}
.search-result h2,
.search-result .webapp-table caption,
.search-result .component-alinea table caption {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.search-result p {
  margin-bottom: 0;
}
/* =========================================================================
 *
 * Make Google Maps responsive
 *
 * ====================================================================== */
.google-maps {
  position: relative;
  padding-top: 100%;
}
.google-maps > * {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 40em) {
  .google-maps {
    position: relative;
    width: 100%;
  }
}
.google-maps .cluster > img + div {
  line-height: 42px !important;
}
/* =========================================================================
 *
 * Default Kirra 'flex' module styling
 *
 * ====================================================================== */
.flex-row {
  max-width: 100%;
}
[class^="flex-box"] {
  padding: 0 1rem;
  width: 100%;
}
[class^="flex-box"].flex-box-1-2 {
  width: 50%;
}
[class^="flex-box"].flex-box-1-3 {
  width: 33.33333333%;
}
[class^="flex-box"].flex-box-2-3 {
  width: 66.66666667%;
}
@media (max-width: 40em) {
  [class^="flex-box"].flex-box-1-2 {
    width: 100% !important;
  }
}
@media (max-width: 60em) {
  [class^="flex-box"].flex-box-1-3,
  [class^="flex-box"].flex-box-2-3 {
    width: 100% !important;
  }
}
@page {
  size: auto;
  margin: 20mm 5mm;
}
@media print {
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
  [class^="flex-box"] {
    padding: 0 1rem !important;
  }
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    font-size: 11pt;
  }
  .page-website-wrapper {
    display: inline;
    min-height: auto;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  legend,
  .webapp-table caption,
  .component-alinea table caption {
    page-break-after: avoid;
  }
  table,
  figure,
  ul,
  ol,
  p,
  li {
    page-break-inside: avoid;
  }
  ul {
    list-style-type: disc !important;
  }
  ul li::before {
    content: none !important;
  }
  ol {
    list-style-type: decimal !important;
  }
  .page-header,
  .component-mention,
  .component-mention .text,
  .page-util-container,
  .page-hero,
  .page-headerimage-container,
  .component-share,
  .pagination-wrapper,
  .webbeheer-formulier,
  form,
  .footer-overlay,
  iframe,
  .btn,
  .component-image-link-overview,
  .component-quote,
  .component-crosslinkslist,
  .slick-arrow,
  .slick-dots,
  .component-download-item,
  .component-download-list,
  button,
  [type=submit],
  html div#cookie-bar span.cookie-buttons .allow-cookies,
  html .cookie-explanation button.request-cookies,
  .btn-large,
  .call-to-action,
  .color-section-yellow .call-to-action,
  .color-section-blue .call-to-action,
  .btn-white,
  .btn-red,
  .btn-inset,
  .component-alinea blockquote,
  .form-input-file .file-input-btn,
  .btn-secondary,
  .page-font-size,
  .nav-wrapper a,
  .pagination li a {
    display: none !important;
  }
  body.cookies-request div#cookie-bar,
  .component-mention.show-mention,
  .frontend-bar,
  .sf-toolbar {
    display: none !important;
  }
  body {
    padding-top: 0;
  }
  .compblock.component-alinea {
    display: block !important;
    page-break-inside: avoid;
  }
  .compblock-component-alinea h2,
  .compblock-component-alinea .webapp-table caption,
  .compblock-component-alinea .component-alinea table caption {
    page-break-after: avoid;
  }
  .component-image .responsive-image > img {
    transform: none;
    top: auto;
    left: auto;
    position: relative !important;
    max-width: 100% !important;
  }
  .component-contact-info {
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .flex-box-1-2 {
    flex: 1 1 0;
  }
  .flex-box-1-3 {
    flex: 1 1 33.33333333%;
  }
  .flex-box-2-3 {
    flex: 1 1 50%;
  }
  .component-locations-folder .page-location-detail-container,
  .component-location-detail .page-location-detail-container,
  .component-locations-folder .page-middle,
  .component-location-detail .page-middle,
  .component-locations-folder .page-intro-container,
  .component-location-detail .page-intro-container,
  .component-locations-folder .page-content-container,
  .component-location-detail .page-content-container {
    max-width: 100% !important;
  }
  .component-locations-folder .page-location-detail-container h1,
  .component-location-detail .page-location-detail-container h1,
  .component-locations-folder .page-middle h1,
  .component-location-detail .page-middle h1,
  .component-locations-folder .page-intro-container h1,
  .component-location-detail .page-intro-container h1,
  .component-locations-folder .page-content-container h1,
  .component-location-detail .page-content-container h1 {
    display: -webkit-box;
    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;
    border-radius: 1rem;
    background: #f8f8f8 !important;
    border-bottom: 2px solid #f8f8f8;
    color: #1d7296 !important;
    padding: 1.5rem 3rem;
    width: 100%;
  }
  .component-locations-folder .page-location-detail-container h1::after,
  .component-location-detail .page-location-detail-container h1::after,
  .component-locations-folder .page-middle h1::after,
  .component-location-detail .page-middle h1::after,
  .component-locations-folder .page-intro-container h1::after,
  .component-location-detail .page-intro-container h1::after,
  .component-locations-folder .page-content-container h1::after,
  .component-location-detail .page-content-container h1::after {
    content: url('/img/logo-cosis-descr-print.svg');
  }
  .component-locations-folder .page-location-detail-container .location-type,
  .component-location-detail .page-location-detail-container .location-type,
  .component-locations-folder .page-middle .location-type,
  .component-location-detail .page-middle .location-type,
  .component-locations-folder .page-intro-container .location-type,
  .component-location-detail .page-intro-container .location-type,
  .component-locations-folder .page-content-container .location-type,
  .component-location-detail .page-content-container .location-type {
    background: #1d7296 !important;
    color: #fff !important;
  }
  .component-locations-folder .page-location-detail-container .location-type.location-type-daytime_activities,
  .component-location-detail .page-location-detail-container .location-type.location-type-daytime_activities,
  .component-locations-folder .page-middle .location-type.location-type-daytime_activities,
  .component-location-detail .page-middle .location-type.location-type-daytime_activities,
  .component-locations-folder .page-intro-container .location-type.location-type-daytime_activities,
  .component-location-detail .page-intro-container .location-type.location-type-daytime_activities,
  .component-locations-folder .page-content-container .location-type.location-type-daytime_activities,
  .component-location-detail .page-content-container .location-type.location-type-daytime_activities {
    background: #e95831 !important;
  }
  .component-locations-folder .page-location-detail-container .location-type.location-type-daytime_center,
  .component-location-detail .page-location-detail-container .location-type.location-type-daytime_center,
  .component-locations-folder .page-middle .location-type.location-type-daytime_center,
  .component-location-detail .page-middle .location-type.location-type-daytime_center,
  .component-locations-folder .page-intro-container .location-type.location-type-daytime_center,
  .component-location-detail .page-intro-container .location-type.location-type-daytime_center,
  .component-locations-folder .page-content-container .location-type.location-type-daytime_center,
  .component-location-detail .page-content-container .location-type.location-type-daytime_center {
    background: #c5b25e !important;
  }
  .component-locations-folder .page-location-detail-container .location-type.location-type-office,
  .component-location-detail .page-location-detail-container .location-type.location-type-office,
  .component-locations-folder .page-middle .location-type.location-type-office,
  .component-location-detail .page-middle .location-type.location-type-office,
  .component-locations-folder .page-intro-container .location-type.location-type-office,
  .component-location-detail .page-intro-container .location-type.location-type-office,
  .component-locations-folder .page-content-container .location-type.location-type-office,
  .component-location-detail .page-content-container .location-type.location-type-office {
    background: #3cb7cf !important;
  }
  .component-locations-folder .page-location-detail-container .location-type.location-type-daycare,
  .component-location-detail .page-location-detail-container .location-type.location-type-daycare,
  .component-locations-folder .page-middle .location-type.location-type-daycare,
  .component-location-detail .page-middle .location-type.location-type-daycare,
  .component-locations-folder .page-intro-container .location-type.location-type-daycare,
  .component-location-detail .page-intro-container .location-type.location-type-daycare,
  .component-locations-folder .page-content-container .location-type.location-type-daycare,
  .component-location-detail .page-content-container .location-type.location-type-daycare {
    background: #bd3822 !important;
  }
  .component-locations-folder .page-location-detail-container .location-type.location-type-stay_home,
  .component-location-detail .page-location-detail-container .location-type.location-type-stay_home,
  .component-locations-folder .page-middle .location-type.location-type-stay_home,
  .component-location-detail .page-middle .location-type.location-type-stay_home,
  .component-locations-folder .page-intro-container .location-type.location-type-stay_home,
  .component-location-detail .page-intro-container .location-type.location-type-stay_home,
  .component-locations-folder .page-content-container .location-type.location-type-stay_home,
  .component-location-detail .page-content-container .location-type.location-type-stay_home {
    background: #5a241c !important;
  }
  .component-locations-folder .page-location-detail-container .location-type.location-type-home_support,
  .component-location-detail .page-location-detail-container .location-type.location-type-home_support,
  .component-locations-folder .page-middle .location-type.location-type-home_support,
  .component-location-detail .page-middle .location-type.location-type-home_support,
  .component-locations-folder .page-intro-container .location-type.location-type-home_support,
  .component-location-detail .page-intro-container .location-type.location-type-home_support,
  .component-locations-folder .page-content-container .location-type.location-type-home_support,
  .component-location-detail .page-content-container .location-type.location-type-home_support {
    background: #1d7296 !important;
  }
  .component-locations-folder .page-location-detail-container .location-type.location-type-home,
  .component-location-detail .page-location-detail-container .location-type.location-type-home,
  .component-locations-folder .page-middle .location-type.location-type-home,
  .component-location-detail .page-middle .location-type.location-type-home,
  .component-locations-folder .page-intro-container .location-type.location-type-home,
  .component-location-detail .page-intro-container .location-type.location-type-home,
  .component-locations-folder .page-content-container .location-type.location-type-home,
  .component-location-detail .page-content-container .location-type.location-type-home {
    background: #418952 !important;
  }
  .component-locations-folder .page-location-detail-container > .page-overview,
  .component-location-detail .page-location-detail-container > .page-overview,
  .component-locations-folder .page-middle > .page-overview,
  .component-location-detail .page-middle > .page-overview,
  .component-locations-folder .page-intro-container > .page-overview,
  .component-location-detail .page-intro-container > .page-overview,
  .component-locations-folder .page-content-container > .page-overview,
  .component-location-detail .page-content-container > .page-overview {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .component-locations-folder .page-content-container,
  .component-location-detail .page-content-container {
    padding: 1.5rem 4.5rem 0;
  }
  .component-locations-folder .google-maps,
  .component-location-detail .google-maps {
    display: none;
  }
  .component-locations-folder .column-info,
  .component-location-detail .column-info {
    padding-left: 5.5rem !important;
  }
  .component-locations-folder .column-image,
  .component-location-detail .column-image {
    position: relative !important;
  }
  .component-locations-folder .location-info,
  .component-location-detail .location-info {
    border-radius: 1rem;
    background: #f8f8f8 !important;
    border: 2px solid #f8f8f8;
    padding: 3rem 3rem 2.0001rem !important;
  }
  .component-locations-folder .location-info [class^="location-"]::before,
  .component-location-detail .location-info [class^="location-"]::before {
    color: #1d7296;
  }
  .component-locations-folder .location-image,
  .component-location-detail .location-image {
    position: relative !important;
  }
  .component-locations-folder .location-image .responsive-image,
  .component-location-detail .location-image .responsive-image {
    position: static !important;
    padding: 66.66666667% 0 0 !important;
  }
  .component-locations-folder .location-image .responsive-image img,
  .component-location-detail .location-image .responsive-image img {
    position: absolute !important;
  }
  .component-locations-folder .location-image-wrapper,
  .component-location-detail .location-image-wrapper {
    display: block !important;
  }
  .component-locations-folder .location-image-wrapper .location-image,
  .component-location-detail .location-image-wrapper .location-image {
    display: inline-block !important;
    float: none;
    width: 49%;
    padding: 0.75rem;
  }
  .component-locations-folder .location-image-wrapper .location-image .responsive-image,
  .component-location-detail .location-image-wrapper .location-image .responsive-image {
    position: relative !important;
  }
  .component-locations-folder .page-content-container .btn,
  .component-location-detail .page-content-container .btn,
  .component-locations-folder .page-content-container button,
  .component-location-detail .page-content-container button,
  .component-locations-folder .page-content-container [type=submit],
  .component-location-detail .page-content-container [type=submit],
  .component-locations-folder .page-content-container html div#cookie-bar span.cookie-buttons .allow-cookies,
  .component-location-detail .page-content-container html div#cookie-bar span.cookie-buttons .allow-cookies,
  .component-locations-folder .page-content-container html .cookie-explanation button.request-cookies,
  .component-location-detail .page-content-container html .cookie-explanation button.request-cookies,
  .component-locations-folder .page-content-container .btn-large,
  .component-location-detail .page-content-container .btn-large,
  .component-locations-folder .page-content-container .call-to-action,
  .component-location-detail .page-content-container .call-to-action,
  .component-locations-folder .page-content-container .color-section-yellow .call-to-action,
  .component-location-detail .page-content-container .color-section-yellow .call-to-action,
  .component-locations-folder .page-content-container .color-section-blue .call-to-action,
  .component-location-detail .page-content-container .color-section-blue .call-to-action,
  .component-locations-folder .page-content-container .btn-white,
  .component-location-detail .page-content-container .btn-white,
  .component-locations-folder .page-content-container .btn-red,
  .component-location-detail .page-content-container .btn-red,
  .component-locations-folder .page-content-container .form-input-file .file-input-btn,
  .component-location-detail .page-content-container .form-input-file .file-input-btn,
  .component-locations-folder .page-content-container .btn-secondary,
  .component-location-detail .page-content-container .btn-secondary,
  .component-locations-folder .page-content-container .page-font-size,
  .component-location-detail .page-content-container .page-font-size,
  .component-locations-folder .page-content-container .nav-wrapper a,
  .component-location-detail .page-content-container .nav-wrapper a,
  .component-locations-folder .page-content-container .pagination li a,
  .component-location-detail .page-content-container .pagination li a {
    display: none !important;
  }
  .component-locations-folder .component-contact-info,
  .component-location-detail .component-contact-info {
    border-radius: 1rem !important;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15) !important;
    padding: 4.5rem !important;
    page-break-inside: avoid;
    margin-top: 1.5rem;
  }
  .component-locations-folder .page-footer,
  .component-location-detail .page-footer {
    display: none;
    page-break-inside: avoid;
  }
  .component-locations-folder .page-footer .footer-about-nav,
  .component-location-detail .page-footer .footer-about-nav,
  .component-locations-folder .page-footer .footer-contact,
  .component-location-detail .page-footer .footer-contact,
  .component-locations-folder .page-footer .social-links-wrapper,
  .component-location-detail .page-footer .social-links-wrapper,
  .component-locations-folder .page-footer .address-wrapper,
  .component-location-detail .page-footer .address-wrapper {
    display: none;
  }
  .component-locations-folder .page-footer .page-overview,
  .component-location-detail .page-footer .page-overview {
    padding-top: 1.5rem;
    margin-left: 0;
  }
  .component-locations-folder .page-footer .page-overview > .page-overview-block,
  .component-location-detail .page-footer .page-overview > .page-overview-block {
    margin-bottom: 0;
  }
  .component-locations-folder .page-footer-top,
  .component-location-detail .page-footer-top {
    width: 100%;
  }
  .component-locations-folder .page-footer-top .page-overview,
  .component-location-detail .page-footer-top .page-overview {
    border-radius: 1rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #f8f8f8 !important;
    border-top: 2px solid #f8f8f8;
    padding: 3rem 3rem 0;
  }
  .component-locations-folder .footer-address *,
  .component-location-detail .footer-address *,
  .component-locations-folder .footer-sign-up *,
  .component-location-detail .footer-sign-up * {
    color: #1d7296 !important;
    font-family: 'Netto W01 Bold';
  }
  .component-locations-folder .footer-address h3,
  .component-location-detail .footer-address h3,
  .component-locations-folder .footer-sign-up h3,
  .component-location-detail .footer-sign-up h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .component-locations-folder .footer-address h3 a::after,
  .component-location-detail .footer-address h3 a::after,
  .component-locations-folder .footer-sign-up h3 a::after,
  .component-location-detail .footer-sign-up h3 a::after {
    font-size: 18px;
  }
  .component-locations-folder .footer-sign-up,
  .component-location-detail .footer-sign-up {
    display: block;
    text-align: right;
  }
  .component-locations-folder .contact-wrapper *,
  .component-location-detail .contact-wrapper * {
    font-size: 1.6rem;
  }
  .component-locations-folder .page-footer-bottom,
  .component-location-detail .page-footer-bottom {
    display: none;
  }
}
/* =========================================================================
 *
 * Cards
 *
 * ====================================================================== */
.card {
  text-align: center;
}
.card > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card > a:hover h2,
.card > a:focus h2,
.card > a:hover h3,
.card > a:focus h3,
.card > a:hover .webapp-table caption,
.card > a:focus .webapp-table caption,
.card > a:hover .component-alinea table caption,
.card > a:focus .component-alinea table caption {
  color: #cf4622;
}
.card .card-image {
  margin-bottom: 0 !important;
  overflow: hidden;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}
.card.card-news-item .card-image:after,
.card.card-agenda-item .card-image:after {
  padding-bottom: 50.84745763%;
}
.card .responsive-image > img {
  width: 101%;
}
.card .card-section {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: #f5f5f5;
  padding: 2.25rem;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}
.card h2,
.card h3,
.card .webapp-table caption,
.card .component-alinea table caption {
  font-size: 3rem;
  margin-bottom: 2.25rem;
  line-height: 1.1;
  color: #1d7296;
  word-wrap: break-word;
}
.card h2 a,
.card h3 a,
.card .webapp-table caption a,
.card .component-alinea table caption a {
  color: #1d7296;
}
.card .paragraph {
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media (max-width: 40em) {
  .card.hide-content .card-section {
    border-radius: 2.5rem;
  }
  .card.hide-content .heading {
    margin-bottom: 0;
  }
  .card.hide-content .paragraph,
  .card.hide-content .card-image {
    display: none;
  }
}
html[data-useragent*="Safari/9537.53"] .card > .page-overview-block-inner {
  -webkit-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
/* =========================================================================
 *
 * Mixins
 *
 * ====================================================================== */
/**
 * Custom flex mixins (added some more prefixes)
 */
/* =========================================================================
 *
 * Making the CSS flex box work cross browser
 *
 * - The source can be found here: https://gist.github.com/jayj/4012969
 * - Some custom changes have been made so don't replace the files below with the source above
 *
 * ====================================================================== */
/* 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;
}
/* =========================================================================
 *
 * Simple page exceptions
 *
 * ====================================================================== */
.component-target-section .page-intro-container {
  margin-bottom: 1.5rem;
  text-align: center;
}
.component-target-section .page-intro-container .component-alinea h2,
.component-target-section .page-intro-container .component-alinea .webapp-table caption,
.component-target-section .page-intro-container .webapp-table caption,
.component-target-section .page-intro-container .component-alinea .component-alinea table caption,
.component-target-section .page-intro-container .component-alinea table caption {
  color: #1d7296;
}
.component-target-section .page-content-container {
  max-width: 100%;
  margin-bottom: 4.5rem;
}
.component-overview-page .page-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.component-overview-page .page-icon img {
  width: auto;
  height: 6rem;
}
.component-overview-page h1 {
  color: #1d7296;
}
.component-about-section .page-intro-container {
  margin-bottom: 4.5rem;
  text-align: center;
}
.page-spotlight-container {
  margin-bottom: 1.5rem;
}
.component-news-item .page-wrapper.has-hero,
.component-agenda-item .page-wrapper.has-hero,
.component-job-post-detail .page-wrapper.has-hero {
  padding-top: 4.5rem;
}
.component-news-item .page-headerimage-container,
.component-agenda-item .page-headerimage-container,
.component-job-post-detail .page-headerimage-container {
  position: relative;
  margin-bottom: 4.5rem;
  overflow: hidden;
  border-radius: 1rem;
}
.component-news-item .type,
.component-agenda-item .type,
.component-job-post-detail .type {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.375rem 0;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
}
.component-news-item .image,
.component-agenda-item .image,
.component-job-post-detail .image {
  background: #c9c9c9;
}
.component-news-item .component-alinea h2,
.component-agenda-item .component-alinea h2,
.component-job-post-detail .component-alinea h2,
.component-news-item .component-alinea .webapp-table caption,
.component-agenda-item .component-alinea .webapp-table caption,
.component-job-post-detail .component-alinea .webapp-table caption,
.component-news-item .webapp-table caption,
.component-agenda-item .webapp-table caption,
.component-job-post-detail .webapp-table caption,
.component-news-item .component-alinea .component-alinea table caption,
.component-agenda-item .component-alinea .component-alinea table caption,
.component-job-post-detail .component-alinea .component-alinea table caption,
.component-news-item .component-alinea table caption,
.component-agenda-item .component-alinea table caption,
.component-job-post-detail .component-alinea table caption {
  color: #1d7296;
}
.component-news-item .type {
  background: #cf4622;
}
.component-news-item h1,
.component-news-item .small {
  color: #cf4622;
}
.component-agenda-item .type {
  background: #5a241c;
}
.component-agenda-item h1,
.component-agenda-item .small {
  color: #5a241c;
}
.component-job-post-detail .type {
  background: #3f8d5e;
}
.component-job-post-detail h1,
.component-job-post-detail .small {
  color: #3f8d5e;
}
/* =========================================================================
 *
 * Pagination styling
 *
 * ====================================================================== */
.pagination-wrapper {
  width: 100%;
}
.pagination {
  display: -webkit-box;
  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;
}
.pagination .previous a:before,
.pagination .next a:before {
  color: #6e777e;
}
.pagination .previous a:hover:before,
.pagination .next a:hover:before {
  color: #cf4622;
}
.pagination .previous {
  margin-right: 0.75rem;
  margin-bottom: 1.5rem;
}
.pagination .next {
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}
.pagination ul {
  display: -webkit-box;
  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;
  margin-bottom: 0;
}
.pagination li {
  padding-bottom: 1.5rem 0;
  margin-bottom: 1.5rem;
}
.pagination li:not(:last-child) {
  margin-right: 1.5rem;
}
.pagination li a {
  margin-bottom: 0;
  width: 4.3rem;
  height: 4.3rem;
  display: block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.pagination li a:after {
  display: none;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
  background: #fff;
  color: #cf4622;
}
.pagination li.active a {
  background: #fff;
  color: #cf4622;
  pointer-events: none;
}
/* =========================================================================
 *
 * Mailingtool
 *
 * ====================================================================== */
.component-mailinglistsubscription legend {
  margin-bottom: 3rem;
  padding-top: 1.5rem;
  font-size: 1.8rem;
  font-style: italic;
  color: #1d7296;
}
.component-mailinglistsubscription .velden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.component-mailinglistsubscription li {
  margin-top: 0 !important;
  margin-bottom: 1.5rem;
}
.component-mailinglistsubscription li[data-field="email"] {
  -ms-flex-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
.component-mailinglistsubscription input {
  background: #fff;
}
.component-mailinglistsubscription button[type=submit] {
  box-shadow: none;
  background: transparent;
  padding: 0;
  font-family: 'Netto W01 Bold';
  font-size: 1.7rem;
  color: #6e777e;
}
.component-mailinglistsubscription button[type=submit]:hover,
.component-mailinglistsubscription button[type=submit]:focus {
  color: #cf4622;
}
/* =========================================================================
 *
 * Locations
 *
 * ====================================================================== */
.component-locations-folder .location-info,
.component-locations-folder .location-info a {
  font-size: 1.5rem;
  color: #1d7296;
}
.component-locations-folder .location-image img {
  border-radius: 1rem;
}
.page-location-map-container {
  position: relative;
  z-index: 1;
  background: #f8f8f8;
  margin-bottom: 6rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-location-map-container:after {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  background: #f8f8f8;
  width: 400vw;
}
.page-location-map-container .map-wrapper.small-view {
  max-width: 82rem;
  margin: 0 auto;
}
.page-location-map-container .google-maps {
  background: #c9c9c9;
  border-radius: 1rem;
  overflow: hidden;
}
.page-location-map-container h2,
.page-location-map-container .webapp-table caption,
.page-location-map-container .component-alinea table caption {
  margin-bottom: 4.5rem;
  font-size: 2.6rem;
  color: #1d7296;
}
@media (max-width: 48em) {
  .page-location-map-container .page-overview-block {
    width: 100%;
  }
}
.page-locations-container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 4.5rem;
}
.page-locations-container h2,
.page-locations-container .webapp-table caption,
.page-locations-container .component-alinea table caption {
  margin-bottom: 0;
  margin-right: 3rem;
  font-size: 3.8rem;
}
.page-locations-container h3 {
  margin-bottom: 0;
  color: #6e777e;
}
.component-location-card .card-type {
  background: #3cb7cf;
}
.component-location-card .card-location-image {
  background: #fff;
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.component-location-card .card-location-image .responsive-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0 !important;
}
.component-location-card .card-location-image .placeholder-image {
  max-width: 66%;
}
.component-location-card .card-section {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: #f8f8f8;
  position: relative;
  padding: 1.5rem 1.5rem 4.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.component-location-card h3 {
  min-height: 6rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.component-location-card .read-more,
.component-location-card .page-breadcrumb .crumb-dropdown a {
  position: absolute;
  bottom: 1.5rem;
  margin-bottom: 0;
}
.page-location-detail-container,
.component-location-detail .page-middle {
  max-width: 82rem;
  margin: 0 auto;
}
.page-location-detail-container h1,
.component-location-detail .page-middle h1 {
  color: #1d7296;
}
.page-location-detail-container .page-intro-container,
.component-location-detail .page-middle .page-intro-container {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.page-location-detail-container .page-intro-container h1,
.component-location-detail .page-middle .page-intro-container h1 {
  margin-bottom: 0;
}
.page-location-detail-container .location-type,
.component-location-detail .page-middle .location-type {
  border-radius: 1rem 0;
  color: #fff;
  font-family: 'Netto W01 Bold';
  font-style: normal;
  padding: 0.75rem 1.5rem;
  margin: 0 0 0 1.5rem;
}
.page-location-detail-container .page-overview,
.component-location-detail .page-middle .page-overview {
  margin-bottom: 3rem;
}
.page-location-detail-container .column,
.component-location-detail .page-middle .column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-location-detail-container .column-info,
.component-location-detail .page-middle .column-info {
  width: 40%;
  min-width: 30rem;
}
@media (max-width: 40em) {
  .page-location-detail-container .column-info,
  .component-location-detail .page-middle .column-info {
    width: 100%;
  }
}
.page-location-detail-container .column-info .google-maps,
.component-location-detail .page-middle .column-info .google-maps {
  background: #c9c9c9;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
.page-location-detail-container .column-image,
.component-location-detail .page-middle .column-image {
  width: 60%;
}
@media (max-width: 40em) {
  .page-location-detail-container .column-image,
  .component-location-detail .page-middle .column-image {
    width: 100%;
  }
}
.page-location-detail-container .location-image,
.component-location-detail .page-middle .location-image {
  background: #f8f8f8;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  border-radius: 1rem;
}
.page-location-detail-container .location-image .responsive-image,
.component-location-detail .page-middle .location-image .responsive-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0 !important;
}
.page-location-detail-container .location-image .placeholder-image,
.component-location-detail .page-middle .location-image .placeholder-image {
  width: 66%;
}
.gm-style .gm-style-iw .marker-address {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.gm-style .gm-style-iw .read-more,
.gm-style .gm-style-iw .page-breadcrumb .crumb-dropdown a {
  margin-bottom: 0;
}
/**
 * Locations in the search results
 */
.component-search-engine .locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-top: 1px solid #f5f5f5;
  padding-top: 3rem;
  margin-top: 1.5rem;
}
.component-search-engine .page-overview-block-inner {
  background: #f8f8f8;
  color: #1d7296;
}
.component-search-engine .cards-container .card-body {
  display: block;
}
.component-search-engine .cards-container .card-body span {
  display: inline;
  font-style: normal;
  margin: 0;
}
.component-search-engine .location {
  text-align: left;
}
.component-search-engine .location:nth-child(1n+4) {
  display: none;
}
.component-search-engine .location .fn {
  color: #1d7296;
  margin-bottom: 1.5rem;
}
.component-search-engine .locations.collapsed .location:nth-child(1n+3) {
  display: block;
}
/* =========================================================================
 *
 * Jobs
 *
 * ====================================================================== */
.component-job-post-detail-card .page-overview-block-inner {
  position: relative;
}
.component-job-post-detail-card .card-type {
  background: #3f8d5e;
}
.component-job-post-detail-card .card-section {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f8f8f8;
  position: relative;
  padding: 5.25rem 1.5rem 9rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.component-job-post-detail-card .meta {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-style: italic;
}
.component-job-post-detail-card .title-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}
.component-job-post-detail-card h3 {
  margin-bottom: 0;
  font-size: 3.3rem;
  word-break: break-word;
}
.component-job-post-detail-card h3 a {
  color: #3f8d5e;
}
.component-job-post-detail-card h3 a:hover,
.component-job-post-detail-card h3 a:focus {
  color: #1d7296;
}
.component-job-post-detail-card .location,
.component-job-post-detail-card .city,
.component-job-post-detail-card .hours {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #3f8d5e;
}
.component-job-post-detail-card .location-city-wrapper {
  display: flex;
}
.component-job-post-detail-card .read-more,
.component-job-post-detail-card .page-breadcrumb .crumb-dropdown a {
  position: absolute;
  bottom: 1.5rem;
  margin-bottom: 0;
}
/* =========================================================================
 *
 * Jobs overview grid
 *
 * ====================================================================== */
@media (max-width: 63.9375em) {
  .page-jobs-container [data-columns='3'] > .page-overview-block {
    width: 50%;
  }
}
@media (max-width: 40em) {
  .page-jobs-container [data-columns='3'] > .page-overview-block {
    width: 100%;
  }
}
/* =========================================================================
 *
 * Default page for jobs
 *
 * ====================================================================== */
.component-work-folder .page-content {
  margin-bottom: 0;
}
.component-work-folder .page-intro-container .call-to-action {
  background: #cf4622;
  border-color: #cf4622;
  color: #fff;
  left: auto;
  transform: none;
}
.component-work-folder .page-intro-container .call-to-action:hover,
.component-work-folder .page-intro-container .call-to-action:focus {
  background: #b93f1e;
  border-color: #b93f1e;
  color: #fff;
}
.component-work-folder .color-section-grey {
  margin-bottom: 3rem;
}
[class^='color-section'] {
  @include transition;
  padding: 6rem 0;
}
[class^='color-section'] ~ .page-content-container {
  padding-top: 6rem;
  text-align: center;
}
[class^='color-section'] .page-cards-overview {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  margin-bottom: 4.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 47.9375em) {
  [class^='color-section'] .page-cards-overview {
    margin-bottom: 3rem;
  }
}
[class^='color-section'] > *:last-child {
  margin-bottom: 0;
}
[class^='color-section'] .page-cards-overview .card {
  @include transition;
  left: auto;
  opacity: 1;
  visibility: visible;
}
[class^='color-section'] .page-cards-overview .card.hidden {
  display: flex !important;
  opacity: 0;
  visibility: hidden;
}
[class^='color-section'] .page-cards-overview .component-folding-container {
  margin-top: 3rem;
}
[class^='color-section'] .page-cards-overview .component-folding-container .btn-secondary {
  background: #cf4622;
  border-color: #cf4622;
  color: #fff;
  left: auto;
  transform: none;
}
[class^='color-section'] .page-cards-overview .component-folding-container .btn-secondary:hover,
[class^='color-section'] .page-cards-overview .component-folding-container .btn-secondary:focus {
  background: #b93f1e;
  border-color: #b93f1e;
  color: #fff;
}
[class^='color-section'] .component-alinea,
[class^='color-section'] ~ .page-content-container .component-alinea {
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[class^='color-section'] .component-alinea p,
[class^='color-section'] ~ .page-content-container .component-alinea p {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (max-width: 40em) {
  [class^='color-section'] .component-alinea p,
  [class^='color-section'] ~ .page-content-container .component-alinea p {
    font-size: 1.8rem;
  }
}
[class^='color-section'] .component-alinea ul,
[class^='color-section'] ~ .page-content-container .component-alinea ul,
[class^='color-section'] .component-alinea ol,
[class^='color-section'] ~ .page-content-container .component-alinea ol {
  font-size: 2.6rem;
  text-align: left;
}
@media (max-width: 40em) {
  [class^='color-section'] .component-alinea ul,
  [class^='color-section'] ~ .page-content-container .component-alinea ul,
  [class^='color-section'] .component-alinea ol,
  [class^='color-section'] ~ .page-content-container .component-alinea ol {
    font-size: 1.8rem;
  }
}
[class^='color-section'] .component-alinea ul li::before,
[class^='color-section'] ~ .page-content-container .component-alinea ul li::before,
[class^='color-section'] .component-alinea ol li::before,
[class^='color-section'] ~ .page-content-container .component-alinea ol li::before {
  top: 2rem;
}
@media (max-width: 40em) {
  [class^='color-section'] .component-alinea ul li::before,
  [class^='color-section'] ~ .page-content-container .component-alinea ul li::before,
  [class^='color-section'] .component-alinea ol li::before,
  [class^='color-section'] ~ .page-content-container .component-alinea ol li::before {
    top: 1.35rem;
  }
}
[class^='color-section'] .call-to-action {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  left: 50%;
  position: relative;
}
[class^='color-section'] .component-alinea {
  margin-bottom: 3rem;
}
[class^='color-section'] .component-alinea h2,
[class^='color-section'] .component-alinea .webapp-table caption,
[class^='color-section'] .webapp-table caption,
[class^='color-section'] .component-alinea .component-alinea table caption,
[class^='color-section'] .component-alinea table caption {
  font-size: 3.8rem;
}
[class^='color-section'] .card {
  text-align: left;
}
.color-section-blue {
  position: relative;
  z-index: 1;
}
.color-section-blue:after {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  background: #3cb7cf;
  width: 400vw;
}
.color-section-blue::before {
  content: '';
  display: block;
  background: url('/img/header_shape.svg') no-repeat;
  background-size: cover;
  width: 100vw;
  height: 91px;
  position: absolute;
  top: calc(98.5px + 6rem);
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  transform: rotate(180deg);
}
.color-section-blue::after {
  top: calc(98.5px + 6rem);
  z-index: -2;
}
.color-section-white {
  padding-top: 9rem;
}
.color-section-grey {
  z-index: 1;
  position: relative;
  padding: 3rem 0;
}
.color-section-grey:after {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  background: #f5f5f5;
  width: 400vw;
}
.color-section-grey .component-flex-grid {
  position: relative;
  z-index: 1;
}
.color-section-grey .component-flex-grid:after {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  background: #f5f5f5;
  width: 400vw;
}
.color-section-grey .card-section {
  background: #fff;
}
.color-section-grey::before {
  content: '';
  width: 100vw;
  position: absolute;
  top: 0;
  height: 10.5rem;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
  background: #fff;
}
.color-section-grey .section-grey-overlay {
  width: 100vw;
  position: absolute;
  top: 10.5rem;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
}
.color-section-grey .component-youtube {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}
/* =========================================================================
 *
 * Custom cookies styling
 *
 * ====================================================================== */
#cookie-bar p {
  margin-bottom: 0;
}
#cookie-bar .allow-cookies {
  background: #cf4622 !important;
}
#cookie-bar .allow-cookies:hover,
#cookie-bar .allow-cookies:focus {
  background: #e06444 !important;
}
#cookie-bar .disallow-cookies {
  box-shadow: none;
}
/* =========================================================================
 *
 * Job detail page
 *
 * ====================================================================== */
.component-job-post-detail .page-searchbox-wrapper button {
  margin-top: 0;
}
.component-job-post-detail .date {
  color: #1e1e1e;
  font-size: 1.6rem;
  font-style: italic;
}
.component-job-post-detail h1,
.component-job-post-detail .component-title {
  margin-bottom: 0.75rem;
  color: #3f8d5e;
}
.component-job-post-detail .component-alinea h2,
.component-job-post-detail .component-alinea .webapp-table caption,
.component-job-post-detail .webapp-table caption,
.component-job-post-detail .component-alinea .component-alinea table caption,
.component-job-post-detail .component-alinea table caption {
  margin-bottom: 0.75rem;
  color: #323232;
  font-size: 2.5rem;
}
.component-job-post-detail .alinea h2,
.component-job-post-detail .alinea .webapp-table caption,
.component-job-post-detail .alinea .component-alinea table caption {
  margin: 2.25rem 0 1.5rem;
}
.component-job-post-detail .hours,
.component-job-post-detail .location {
  display: block;
  color: #3f8d5e;
  font-size: 1.6rem;
  font-family: 'Netto W01 Bold';
}
.component-job-post-detail .hours {
  margin-bottom: 3rem;
}
.job-header {
  background: #f8f8f8;
  margin-bottom: 6rem;
}
@media (max-width: 40em) {
  .job-header {
    margin-bottom: 3rem;
  }
}
.job-header .job-type {
  background: #3f8d5e;
  color: #fff;
  font-family: 'Netto W01 Bold';
  text-align: center;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}
.job-header-quote {
  padding: 1.5rem 3rem;
}
@media (max-width: 40em) {
  .job-header-quote {
    padding: 1.5rem;
  }
}
.job-header-quote blockquote {
  color: #1d7296;
  font-family: 'Caveat', cursive;
  font-size: 6rem;
  line-height: 0.8;
  letter-spacing: -4px;
  margin-bottom: 1.5rem;
}
@media (max-width: 40em) {
  .job-header-quote blockquote {
    font-size: 5rem;
    letter-spacing: -3px;
  }
}
.job-header-quote blockquote:before {
  content: '“';
}
.job-header-quote blockquote:after {
  content: '”';
}
/* =========================================================================
 *
 * Component 'introduction' styling
 *
 * ====================================================================== */
.page-intro-container h1 {
  margin-bottom: 2.0001rem;
}
.page-intro-container p {
  font-size: 2.6rem;
  line-height: 1.2;
}
.page-intro-container p.small {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 40em) {
  .page-intro-container p {
    font-size: 2.1rem;
  }
}
.page-intro-container.page-intro-alternative {
  text-align: center;
  max-width: 61rem;
  margin-bottom: 4.5rem;
}
.page-hero {
  margin: 0 auto 6rem;
  position: relative;
  max-width: 1680px;
  min-height: 275px;
}
@media (max-width: 63.9375em) {
  .page-hero {
    margin-bottom: 3rem;
  }
}
.page-hero .inner {
  padding-top: 27.60416667%;
  width: 100%;
  min-height: 275px;
}
@media (max-width: 75em) {
  .page-hero .inner {
    padding-top: 0;
    display: flex;
    aspect-ratio: 3.66666667;
  }
  .page-hero .inner .page-image-text {
    margin-top: auto;
  }
}
.page-hero .responsive-image {
  position: absolute;
  top: 0;
  padding-top: 0 !important;
  aspect-ratio: 3.66666667;
  min-height: 275px;
}
.page-hero .responsive-image img {
  object-fit: cover;
}
.hero-overlay {
  width: calc(100% + 1.5rem ) !important;
  bottom: -0.5rem !important;
  position: absolute;
  left: -0.75rem;
}
.page-image-text {
  border-radius: 50%;
  display: -webkit-box;
  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;
  background: #1d7296;
  bottom: -1.5rem;
  color: #fff;
  font-size: 3.8rem;
  left: 1.5rem;
  line-height: 1.2;
  opacity: 0.95;
  padding: 3rem;
  position: absolute;
  text-align: center;
  width: 300px;
  height: 300px;
}
@media (max-width: 63.9375em) {
  .page-image-text {
    border-radius: 15px;
    bottom: initial;
    left: initial;
    font-size: 2rem;
    height: auto;
    font-weight: bold;
    margin-top: -1.5rem;
    padding: 3rem 1rem;
    position: relative;
    width: 100%;
  }
}
.page-image-text.background-red {
  background: #cf4622;
}
.page-image-text.background-brown {
  background: #5a241c;
}
.page-image-text.background-blue {
  background: #1d7296;
}
.page-image-text.background-lightblue {
  background: #3cb7cf;
}
.page-image-text.background-yellow {
  background: #c5b25e;
}
/* =========================================================================
 *
 * Alternative hero
 *
 * ====================================================================== */
.alternative-hero {
  background-size: 700px auto;
  background-position: 90% center;
  background-color: #c9c9c9;
  background-repeat: no-repeat;
  height: 60rem;
  max-height: 65rem;
  margin-bottom: 3rem;
}
@media (max-width: 60em) {
  .alternative-hero {
    background-position: 30vw center;
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 40em) {
  .alternative-hero {
    height: 22rem;
    background-size: 350px auto;
    background-position: 30vw 35%;
  }
}
@media (max-width: 30em) {
  .alternative-hero {
    background-size: 300px auto;
  }
}
.alternative-hero.color-brown {
  background-color: #5a241c;
}
.alternative-hero.color-blue {
  background-color: #1d7296;
}
.alternative-hero.color-lightblue {
  background-color: #3cb7cf;
}
.alternative-hero.color-yellow {
  background-color: #c5b25e;
}
.alternative-hero.color-green {
  background-color: #3f8d5e;
}
.alternative-hero.color-red {
  background-color: #cf4622;
}
.alternative-hero .inner {
  padding-top: 0;
  height: 100%;
}
.alternative-hero .hero-text-container {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  max-width: 750px;
  padding-right: 3rem;
  color: #fff;
}
@media (max-width: 40em) {
  .alternative-hero .hero-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    height: 100%;
    padding-top: 3rem;
  }
}
.alternative-hero .hero-quote,
.alternative-hero .hero-author {
  color: #fff;
  font-family: 'Caveat', cursive;
  font-weight: normal;
}
.alternative-hero .hero-quote {
  font-size: 13rem;
  letter-spacing: -5px;
  line-height: 0.7;
}
@media (min-width: 64em) {
  .alternative-hero .hero-quote {
    margin-left: -1.5rem;
  }
}
@media (max-width: 40em) {
  .alternative-hero .hero-quote {
    max-width: 70vw;
    font-size: 6rem;
    letter-spacing: -4px;
  }
}
.alternative-hero .hero-author {
  margin-bottom: 6rem;
  font-size: 4.6rem;
  letter-spacing: -3px;
}
@media (max-width: 40em) {
  .alternative-hero .hero-author {
    display: none;
  }
}
.alternative-hero .hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 40em) {
  .alternative-hero .hero-button-wrapper {
    padding-top: 3rem;
  }
}
.alternative-hero .btn,
.alternative-hero button,
.alternative-hero [type=submit],
.alternative-hero html div#cookie-bar span.cookie-buttons .allow-cookies,
.alternative-hero html .cookie-explanation button.request-cookies,
.alternative-hero .btn-large,
.alternative-hero .call-to-action,
.alternative-hero .color-section-yellow .call-to-action,
.alternative-hero .color-section-blue .call-to-action,
.alternative-hero .btn-white,
.alternative-hero .btn-red,
.alternative-hero .form-input-file .file-input-btn,
.alternative-hero .btn-secondary,
.alternative-hero .page-font-size,
.alternative-hero .nav-wrapper a,
.alternative-hero .pagination li a {
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 40em) {
  .alternative-hero .btn,
  .alternative-hero button,
  .alternative-hero [type=submit],
  .alternative-hero html div#cookie-bar span.cookie-buttons .allow-cookies,
  .alternative-hero html .cookie-explanation button.request-cookies,
  .alternative-hero .btn-large,
  .alternative-hero .call-to-action,
  .alternative-hero .color-section-yellow .call-to-action,
  .alternative-hero .color-section-blue .call-to-action,
  .alternative-hero .btn-white,
  .alternative-hero .btn-red,
  .alternative-hero .form-input-file .file-input-btn,
  .alternative-hero .btn-secondary,
  .alternative-hero .page-font-size,
  .alternative-hero .nav-wrapper a,
  .alternative-hero .pagination li a {
    font-size: 1.7rem;
  }
}
/* =========================================================================
 *
 * 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 {
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f5f5f5;
  overflow: hidden;
}
.component-quote .image,
.component-quote .content,
.component-alinea blockquote .image,
.component-alinea blockquote .content {
  width: 50%;
}
@media (max-width: 40em) {
  .component-quote .image,
  .component-quote .content,
  .component-alinea blockquote .image,
  .component-alinea blockquote .content {
    width: 100%;
  }
}
.width-1-2 .component-quote .image,
.width-1-2 .component-quote .content,
.width-1-2 .component-alinea blockquote .image,
.width-1-2 .component-alinea blockquote .content {
  width: 100%;
}
.component-quote .image,
.component-alinea blockquote .image {
  background: center center no-repeat;
  background-size: cover;
  background-color: #c9c9c9;
  position: relative;
}
@media (max-width: 40em) {
  .component-quote .image,
  .component-alinea blockquote .image {
    display: none;
  }
}
.component-quote .image:before,
.component-alinea blockquote .image:before {
  content: '';
  display: block;
  padding-top: 125%;
}
.component-quote .content,
.component-alinea blockquote .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1d7296;
  padding: 3rem;
}
.component-quote .author,
.component-alinea blockquote .author {
  font-family: 'Netto W01 Bold';
}
.component-quote blockquote,
.component-alinea blockquote blockquote {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  color: #1d7296;
  font-size: 3.3rem;
  font-style: italic;
  line-height: 1.125;
  margin-bottom: 0;
}
.component-quote figcaption,
.component-alinea blockquote figcaption {
  font-style: italic;
}
.component-quote .btn,
.component-quote button,
.component-quote [type=submit],
.component-quote html div#cookie-bar span.cookie-buttons .allow-cookies,
.component-quote html .cookie-explanation button.request-cookies,
.component-quote .btn-large,
.component-quote .call-to-action,
.component-quote .color-section-yellow .call-to-action,
.component-quote .color-section-blue .call-to-action,
.component-quote .btn-white,
.component-quote .btn-red,
.component-alinea blockquote .btn,
.component-quote .form-input-file .file-input-btn,
.component-quote .btn-secondary,
.component-quote .page-font-size,
.component-quote .nav-wrapper a,
.component-quote .pagination li a {
  align-self: flex-start;
  margin: 1.5rem 0 0;
}
/* =========================================================================
 *
 * Variant quote - Simple
 *
 * ====================================================================== */
@media (min-width: 64em) {
  .component-quote-simple,
  .component-job-post-detail {
    margin-bottom: 6rem;
  }
}
.component-quote-simple blockquote,
.component-job-post-detail blockquote {
  color: #1d7296;
  font-family: 'Caveat', cursive;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -2.5px;
  position: relative;
  display: flex;
}
@media (max-width: 40em) {
  .component-quote-simple blockquote,
  .component-job-post-detail blockquote {
    font-size: 5rem;
    letter-spacing: -3px;
  }
}
.component-quote-simple blockquote::before,
.component-job-post-detail blockquote::before {
  content: '“';
  position: absolute;
  top: 0;
  left: -2.7rem;
}
@media (max-width: 30em) {
  .component-quote-simple blockquote::before,
  .component-job-post-detail blockquote::before {
    left: -1.5rem;
  }
}
.component-quote-simple blockquote p::after,
.component-job-post-detail blockquote p::after {
  content: '”';
  margin-left: 1.5rem;
}
@media (max-width: 30em) {
  .component-quote-simple blockquote p::after,
  .component-job-post-detail blockquote p::after {
    margin-left: 0.75rem;
  }
}
/* =========================================================================
 *
 * Alternative styling for color sections
 *
 * ====================================================================== */
[class^='color-section'] .component-quote,
[class^='color-section'] .component-alinea blockquote {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
/* =========================================================================
 *
 * Folding container
 *
 * ====================================================================== */
.component-folding-container {
  width: 100%;
}
.component-folding-container .folding-content-container {
  display: none;
  padding: 3rem 0;
}
.component-folding-container .btn-wrapper {
  text-align: center;
  position: relative;
}
.component-folding-container .btn-wrapper:before {
  background-position: top;
  background-image: linear-gradient(to right, #c9c9c9 calc(33.33333333%), rgba(255, 255, 255, 0) 0%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
}
.component-folding-container .btn-wrapper .btn,
.component-folding-container .btn-wrapper button,
.component-folding-container .btn-wrapper [type=submit],
.component-folding-container .btn-wrapper html div#cookie-bar span.cookie-buttons .allow-cookies,
.component-folding-container .btn-wrapper html .cookie-explanation button.request-cookies,
.component-folding-container .btn-wrapper .btn-large,
.component-folding-container .btn-wrapper .call-to-action,
.component-folding-container .btn-wrapper .color-section-yellow .call-to-action,
.component-folding-container .btn-wrapper .color-section-blue .call-to-action,
.component-folding-container .btn-wrapper .btn-white,
.component-folding-container .btn-wrapper .btn-red,
.component-folding-container .btn-wrapper .form-input-file .file-input-btn,
.component-folding-container .btn-wrapper .btn-secondary,
.component-folding-container .btn-wrapper .page-font-size,
.component-folding-container .btn-wrapper .nav-wrapper a,
.component-folding-container .btn-wrapper .pagination li a {
  position: relative;
  margin-bottom: 0;
  background: #fff;
  color: #6e777e;
  border: 2px solid #b1b6bb;
  box-shadow: none;
}
.component-folding-container .btn-wrapper .btn::after,
.component-folding-container .btn-wrapper button::after,
.component-folding-container .btn-wrapper [type=submit]::after,
.component-folding-container .btn-wrapper html div#cookie-bar span.cookie-buttons .allow-cookies::after,
.component-folding-container .btn-wrapper html .cookie-explanation button.request-cookies::after,
.component-folding-container .btn-wrapper .btn-large::after,
.component-folding-container .btn-wrapper .call-to-action::after,
.component-folding-container .btn-wrapper .color-section-yellow .call-to-action::after,
.component-folding-container .btn-wrapper .color-section-blue .call-to-action::after,
.component-folding-container .btn-wrapper .btn-white::after,
.component-folding-container .btn-wrapper .btn-red::after,
.component-folding-container .btn-wrapper .form-input-file .file-input-btn::after,
.component-folding-container .btn-wrapper .btn-secondary::after,
.component-folding-container .btn-wrapper .page-font-size::after,
.component-folding-container .btn-wrapper .nav-wrapper a::after,
.component-folding-container .btn-wrapper .pagination li a::after {
  font-size: 10px;
}
.component-folding-container .btn-wrapper .btn:hover,
.component-folding-container .btn-wrapper button:hover,
.component-folding-container .btn-wrapper [type=submit]:hover,
.component-folding-container .btn-wrapper html div#cookie-bar span.cookie-buttons .allow-cookies:hover,
.component-folding-container .btn-wrapper html .cookie-explanation button.request-cookies:hover,
.component-folding-container .btn-wrapper .btn-large:hover,
.component-folding-container .btn-wrapper .call-to-action:hover,
.component-folding-container .btn-wrapper .color-section-yellow .call-to-action:hover,
.component-folding-container .btn-wrapper .color-section-blue .call-to-action:hover,
.component-folding-container .btn-wrapper .btn-white:hover,
.component-folding-container .btn-wrapper .btn-red:hover,
.component-folding-container .btn-wrapper .form-input-file .file-input-btn:hover,
.component-folding-container .btn-wrapper .btn-secondary:hover,
.component-folding-container .btn-wrapper .page-font-size:hover,
.component-folding-container .btn-wrapper .nav-wrapper a:hover,
.component-folding-container .btn-wrapper .pagination li a:hover {
  background: #6e777e;
  color: #fff;
}
.component-folding-container .compblock {
  margin-bottom: 3rem;
}
@media (max-width: 40em) {
  .component-folding-container .compblock {
    margin-bottom: 3rem;
  }
}
/* =========================================================================
 *
 * Component 'crosslinkslist' styling
 *
 * ====================================================================== */
.component-crosslinkslist {
  border-radius: 1rem;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  padding: 3rem;
  margin-bottom: 3.9999rem;
}
.component-crosslinkslist .crosslinkslist-title {
  margin-bottom: 1.5rem;
  color: #1d7296;
  font-size: 2.5rem;
}
.component-crosslinkslist ul {
  margin-bottom: 0;
}
.component-crosslinkslist p {
  margin-bottom: 1.5rem;
}
.component-crosslinkslist a {
  display: -webkit-box;
  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;
  font-family: 'Netto W01 Bold';
  color: #6e777e;
}
.component-crosslinkslist a:after {
  content: 'b';
  margin-left: 0.75rem;
  font-family: 'cosis';
  font-size: 14px;
}
.component-crosslinkslist a:hover,
.component-crosslinkslist a:focus {
  color: #cf4622;
}
/* =========================================================================
 *
 * Locations
 *
 * ====================================================================== */
.page-content-container .location-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.page-content-container .location-image {
  width: 50%;
  padding: 1.5rem;
}
.page-content-container .location-image img {
  border-radius: 1rem;
}
@media (max-width: 40em) {
  .page-content-container .location-image {
    width: 100%;
    padding: 0;
    padding-bottom: 1.5rem;
  }
}
.page-content-container .compblock.component-alinea {
  margin-top: 1.5rem;
}
.page-content-container > *:first-child {
  margin-top: 0 !important;
}
.gm-style .gm-style-iw .marker-address {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.gm-style .gm-style-iw .marker-address > address > .location-street-address {
  display: block;
}
.gm-style .gm-style-iw .read-more,
.gm-style .gm-style-iw .page-breadcrumb .crumb-dropdown a {
  margin-bottom: 0;
}
/* =========================================================================
 *
 * Component 'media-slider' styling
 *
 * ====================================================================== */
.component-media-slider .component-image img {
  border-radius: 1rem;
}
.component-media-slider .component-image .image-caption {
  margin: 1.5rem 0 0 1.5rem;
}
.component-media-slider .slick-arrow {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #6e777e;
  font-size: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}
@media (max-width: 60em) {
  .component-media-slider .slick-arrow {
    color: #fff;
  }
}
.component-media-slider .slick-arrow:hover,
.component-media-slider .slick-arrow:focus,
.component-media-slider .slick-arrow:active {
  color: #cf4622;
}
.component-media-slider .slick-arrow:before {
  margin-right: 0;
}
.component-media-slider .slick-arrow.slick-prev {
  left: -6rem;
}
@media (max-width: 60em) {
  .component-media-slider .slick-arrow.slick-prev {
    left: 0.75rem;
  }
}
.component-media-slider .slick-arrow.slick-next {
  right: -6rem;
}
@media (max-width: 60em) {
  .component-media-slider .slick-arrow.slick-next {
    right: 0.75rem;
  }
}
.width-1-2 .component-media-slider .slick-arrow {
  color: #fff;
}
.width-1-2 .component-media-slider .slick-arrow.slick-next {
  right: 0.75rem;
}
.width-1-2 .component-media-slider .slick-arrow.slick-prev {
  left: 0.75rem;
}
.component-media-slider .slick-dots {
  bottom: 0;
  position: absolute;
  right: 0.75rem;
  margin: 0 1.5rem 0 0;
}
.component-media-slider .slick-dots li {
  display: inline;
  margin-left: 0.75rem;
}
.component-media-slider .slick-dots li.slick-active a {
  background: #cf4622;
}
.component-media-slider .slick-dots a {
  border-radius: 1rem;
  background: #6e777e;
  cursor: pointer;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
/* =========================================================================
 *
 * Component 'contactinfo' styling
 *
 * ====================================================================== */
.component-contact-info {
  border-radius: 1rem;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-out;
  color: #1d7296;
  padding: 4.5rem;
  margin: 0 -4.5rem 3rem;
}
.width-1-2:first-child .component-contact-info {
  margin: 0 0 3rem -4.5rem;
}
.width-1-2:nth-child(2n) .component-contact-info {
  margin: 0 -4.5rem 3rem 0;
}
@media (max-width: 60em) {
  .component-contact-info {
    margin: 0 0 3rem;
  }
}
@media (max-width: 40em) {
  .component-contact-info {
    padding: 2.25rem;
  }
}
.component-contact-info h2,
.component-contact-info .webapp-table caption,
.component-contact-info .component-alinea table caption {
  color: #1d7296;
  margin-bottom: 1.5rem;
}
.component-contact-info p {
  margin-bottom: 1.5rem;
}
.component-contact-info .contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.6rem;
}
@media (max-width: 30em) {
  .component-contact-info .contact-info {
    display: block;
  }
}
.component-contact-info a {
  margin-right: 3rem;
  font-family: 'Netto W01 Bold';
  color: #1d7296;
}
.component-contact-info a.email:hover,
.component-contact-info a.email:focus {
  color: #cf4622;
}
/* =========================================================================
 *
 * Contactinfo with image and linkes
 *
 * ====================================================================== */
.component-contact-info-image-links {
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
}
.component-contact-info-image-links .content {
  background: #f8f8f8;
  padding: 6rem 15rem 3rem;
  color: #1d7296;
}
@media (max-width: 71.25em) {
  .component-contact-info-image-links .content {
    padding: 6rem 9rem 3rem;
  }
}
@media (max-width: 47.9375em) {
  .component-contact-info-image-links .content {
    padding: 4.5rem 4.5rem 1.5rem;
  }
}
@media (max-width: 33.75em) {
  .component-contact-info-image-links .content {
    padding: 3rem 3rem 0;
  }
}
.component-contact-info-image-links h2,
.component-contact-info-image-links .webapp-table caption,
.component-contact-info-image-links .component-alinea table caption {
  color: #1d7296;
}
.component-contact-info-image-links p {
  font-family: 'Netto W01 Bold';
}
.component-contact-info-image-links .contact-info,
.component-contactpagina .contact-info {
  display: -webkit-box;
  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;
  margin-bottom: 3rem;
}
.component-contact-info-image-links .contact-info a,
.component-contactpagina .contact-info a {
  display: -webkit-box;
  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;
  font-family: 'Netto W01 Bold';
  font-size: 2.6rem;
  color: #1d7296;
}
.component-contact-info-image-links .contact-info a:not(:last-child),
.component-contactpagina .contact-info a:not(:last-child) {
  margin-right: 3rem;
}
.component-contact-info-image-links .contact-info a:before,
.component-contactpagina .contact-info a:before {
  font-weight: normal;
  font-size: 28px;
}
.component-contact-info-image-links .contact-info a:active,
.component-contact-info-image-links .contact-info a:focus,
.component-contact-info-image-links .contact-info a:hover,
.component-contactpagina .contact-info a:active,
.component-contactpagina .contact-info a:focus,
.component-contactpagina .contact-info a:hover {
  color: #cf4622;
}
.component-contact-info-image-links .contact-info .email:hover,
.component-contactpagina .contact-info .email:hover {
  color: #cf4622;
}
.component-contact-info-image-links .btn:not(:last-child),
.component-contact-info-image-links button:not(:last-child),
.component-contact-info-image-links [type=submit]:not(:last-child),
.component-contact-info-image-links html div#cookie-bar span.cookie-buttons .allow-cookies:not(:last-child),
.component-contact-info-image-links html .cookie-explanation button.request-cookies:not(:last-child),
.component-contact-info-image-links .btn-large:not(:last-child),
.component-contact-info-image-links .call-to-action:not(:last-child),
.component-contact-info-image-links .color-section-yellow .call-to-action:not(:last-child),
.component-contact-info-image-links .color-section-blue .call-to-action:not(:last-child),
.component-contact-info-image-links .btn-white:not(:last-child),
.component-contact-info-image-links .btn-red:not(:last-child),
.component-contact-info-image-links .form-input-file .file-input-btn:not(:last-child),
.component-contact-info-image-links .btn-secondary:not(:last-child),
.component-contact-info-image-links .page-font-size:not(:last-child),
.component-contact-info-image-links .nav-wrapper a:not(:last-child),
.component-contact-info-image-links .pagination li a:not(:last-child) {
  margin-right: 1.5rem;
}
.component-contact-info-image-links .image {
  background: center center no-repeat;
  background-color: #c9c9c9;
  background-size: cover;
  min-width: 33.33333333%;
  position: relative;
  overflow: hidden;
}
.component-contact-info-image-links .image:before {
  content: '';
  background: url(/img/image-bow-overlay.svg) no-repeat;
  background-size: auto 100%;
  width: 100%;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
@media (max-width: 60em) {
  .component-contact-info-image-links .image {
    display: none;
  }
}
/* =========================================================================
 *
 * Separator component styling
 *
 * ====================================================================== */
.component-separator {
  border-bottom: 1px solid #f5f5f5;
  margin-top: 1.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 40em) {
  .component-separator {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
/* =========================================================================
 *
 * Component 'share' styling
 * Also contains the print / save component
 *
 * ====================================================================== */
.component-share {
  border-radius: 1rem;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  padding: 3rem;
  margin: 0 0 3rem;
}
@media (max-width: 60em) {
  .component-share {
    margin: 0 0 3rem;
  }
}
@media (max-width: 40em) {
  .component-share {
    padding: 2.25rem;
  }
}
.component-share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.component-share .social-share-label {
  display: block;
  color: #1d7296;
  font-family: 'Netto W01 Bold';
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.component-share li {
  display: inline-block;
}
.component-share li::before {
  display: none;
}
.social-share-alt .component-share {
  border: 0;
  box-shadow: none;
  padding: 0;
}
.social-share-alt .component-share ul {
  flex-wrap: nowrap;
  align-items: center;
  display: inline-flex;
}
.social-share-alt .component-share .social-share-label {
  font-size: 2.1rem;
  margin-right: 1.5rem;
}
.social-share-alt .component-share a {
  background: #1d7296;
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  margin-right: 0.75rem;
}
.social-share-alt .component-share a::before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
}
.social-share-alt .component-share a:hover,
.social-share-alt .component-share a:focus {
  background: #cf4622;
}
.print-save {
  margin-bottom: 1.5rem;
}
.print-save a {
  display: -webkit-box;
  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;
  font-size: 1.5rem;
  color: #6e777e;
}
.print-save a:before {
  font-size: 28px;
}
.print-save a:hover,
.print-save a:focus {
  color: #cf4622;
}
/* =========================================================================
 *
 * Component 'feed' styling
 *
 * Feed items are either .card-news-item, .card-agenda-item or .card-social-item
 *
 * Contains Feed filters on the Events page
 *
 * ====================================================================== */
.component-feed h2,
.component-feed .webapp-table caption,
.component-feed .component-alinea table caption {
  text-align: center;
}
.component-feed .intro {
  max-width: 82rem;
  margin: 0 auto 4.5rem;
  font-size: 2.6rem;
  text-align: center;
}
.cards-container .page-overview-block-inner {
  overflow: hidden;
  text-align: left;
  position: relative;
}
.cards-container .card-type {
  background: #1d7296;
}
.cards-container .card-type.type-blog {
  background: #c5b25e;
}
.cards-container .card-news-item .card-type {
  background: #cf4622;
}
.cards-container .card-agenda-item .card-type {
  background: #5a241c;
}
.cards-container .card-body {
  padding: 1.5rem 0 0;
}
.cards-container .card-title {
  margin-bottom: 0.75rem;
}
.cards-container .card-title.big {
  font-size: 3.3rem;
}
.cards-container .card-news-item .card-title {
  color: #cf4622;
}
.cards-container .card-news-item .card-title a {
  color: #cf4622;
}
.cards-container .card-agenda-item .card-title {
  color: #5a241c;
}
.cards-container .card-agenda-item .card-title a {
  color: #5a241c;
}
.cards-container .card-story h3 {
  margin-top: 1.5rem;
}
.cards-container .card-image {
  border-radius: 1rem;
  padding-top: 60.97560976%;
  overflow: hidden;
  background: #f5f5f5;
}
.cards-container .card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.5rem;
}
.cards-container .card-body span {
  display: block;
  font-style: italic;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cards-container .card-body p {
  margin-bottom: 2rem;
}
.cards-container p.date {
  margin-bottom: 0;
  font-family: 'Netto W01 Bold';
}
.cards-container .read-more,
.cards-container .page-breadcrumb .crumb-dropdown a {
  display: -webkit-box;
  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;
  color: #1d7296;
  margin: 0;
  text-transform: lowercase;
}
.cards-container .read-more:after,
.cards-container .page-breadcrumb .crumb-dropdown a:after {
  font-family: 'cosis';
  font-size: 14px;
  content: 'b';
  margin-left: 0.75rem;
}
.cards-container .read-more:hover,
.cards-container .read-more:focus,
.cards-container .read-more:active,
.cards-container .page-breadcrumb .crumb-dropdown a:hover,
.cards-container .page-breadcrumb .crumb-dropdown a:focus,
.cards-container .page-breadcrumb .crumb-dropdown a:active {
  color: #cf4622;
}
.cards-container .card-social-item .card-body p {
  color: #1d7296;
  font-family: 'Netto W01 Bold';
  font-size: 2.1rem;
}
.cards-container .card-social-item .card-body s {
  text-decoration: none;
}
.cards-container .card-link a {
  display: -webkit-box;
  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;
  color: #6e777e;
}
.cards-container .card-link a::before {
  border-radius: 50%;
  transition: background 0.3s ease;
  width: 33px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  text-align: center;
}
.cards-container .follow {
  text-align: left;
}
.cards-container .follow .card-body,
.cards-container .follow .card-link {
  justify-content: center;
}
.cards-container .follow h1 {
  color: #1d7296;
  font-size: 3.8rem;
}
.cards-container .blog-meta-data {
  display: flex;
  align-items: center;
}
.cards-container .blog-meta-data .image {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 0;
  margin: 0 1.5rem 0 0;
}
.cards-container .blog-meta-data span {
  display: block;
  font-family: 'Netto W01 Bold';
}
.cards-container .blog-meta-data .author {
  font-size: 2.1rem;
  color: #1d7296;
}
.cards-container .blog-meta-data .read-time {
  font-size: 1.7rem;
  color: #6e777e;
  line-height: 1;
}
.filter-container {
  display: -webkit-box;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 75em) {
  .filter-container {
    margin-bottom: 1.5rem;
  }
}
.feed-filter {
  display: -webkit-box;
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
}
@media (max-width: 75em) {
  .feed-filter {
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}
@media (max-width: 40em) {
  .feed-filter {
    display: block;
  }
}
.feed-filter .input-container,
.feed-filter input[type="search"],
.feed-filter select {
  height: 4.5rem;
}
.feed-filter .input-container,
.feed-filter .style-select {
  max-width: 250px;
  width: 50%;
}
@media (max-width: 40em) {
  .feed-filter .input-container,
  .feed-filter .style-select {
    max-width: none;
    width: 100%;
  }
}
.feed-filter select {
  width: 100%;
}
.events-container .feed-filter input[type="search"],
.events-container .feed-filter .style-select {
  background: #fff;
}
.feed-filter .input-container {
  position: relative;
}
.feed-filter .input-container:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: 'm';
  color: #6e777e;
  font-family: 'cosis';
  font-size: 21px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
}
.feed-filter .style-select {
  box-shadow: none;
  margin-left: 1.5rem;
}
@media (max-width: 40em) {
  .feed-filter .style-select {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
.feed-filter .style-select::before {
  content: 'o';
  color: #6e777e;
  font-family: 'cosis';
  font-size: 21px;
  margin-right: 1.5rem;
  z-index: 1;
}
.events-container {
  background: #f8f8f8;
  padding: 4.5rem 0 1.5rem;
  margin-bottom: 3rem;
  position: relative;
}
.events-container:before {
  content: '';
  height: 100%;
  max-width: 144rem;
  width: 144rem;
  position: absolute;
  top: 0;
  left: -10rem;
  background: #f8f8f8;
}
.events-container .page-overview-block-inner {
  position: relative;
}
.filter-options-feed {
  max-width: 82rem;
  margin: 0 auto;
}
.filter-options-feed .form-control .style-select,
.filter-options-feed .form-control .form-control-label {
  display: none;
}
.filter-options-feed .form-control .radio-options {
  display: flex;
}
.filter-options-feed .form-control .radio-options li:first-child {
  width: auto;
  display: flex;
  align-items: center;
  margin-left: 0;
}
.filter-options-feed .form-control .radio-options li:first-child h2,
.filter-options-feed .form-control .radio-options li:first-child .webapp-table caption,
.filter-options-feed .form-control .radio-options li:first-child .component-alinea table caption {
  margin-bottom: 0;
}
.filter-options-feed .form-control .radio-options li {
  margin: 0 1.2rem 0.9rem;
}
.filter-options-feed .form-control .radio-options label::before {
  border: 1px solid #f5f5f5;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.filter-options-feed .form-control .radio-options label:hover::before,
.filter-options-feed .form-control .radio-options input[type="radio"]:checked + label:before {
  box-shadow: none;
  border: 0;
}
.component-newsfolder .page-intro-container {
  max-width: none;
}
.component-newsfolder .card:nth-of-type(1n+5) {
  display: block;
}
/* =========================================================================
 *
 * Overviewpage
 *
 * ====================================================================== */
.component-overview-page .page-intro-container {
  margin-bottom: 6rem;
  text-align: center;
}
/* =========================================================================
 *
 * Crosslink with icon
 *
 * ====================================================================== */
.page-crosslinks-container {
  margin-bottom: 1.5rem;
}
.page-crosslinks-container .page-overview {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.component-crosslink-icon .card-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 10.5rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}
.component-crosslink-icon .card-icon img {
  width: auto;
  height: 6rem;
}
.component-crosslink-icon .card-icon.red {
  background: #cf4622;
}
.component-crosslink-icon .card-icon.brown {
  background: #5a241c;
}
.component-crosslink-icon .card-icon.blue {
  background: #1d7296;
}
.component-crosslink-icon .card-icon.lightblue {
  background: #3cb7cf;
}
.component-crosslink-icon .card-icon.yellow {
  background: #c5b25e;
}
.component-crosslink-icon .paragraph {
  color: #1d7296;
  flex-grow: 1;
}
.component-crosslink-icon .card-section {
  display: flex;
  flex-direction: column;
}
.component-crosslink-icon .card-section::before {
  order: 2;
  font-size: 20px;
  color: #1d7296;
  margin-top: 3rem;
}
@media (max-width: 40em) {
  .component-crosslink-icon a.page-overview-block-inner {
    flex-direction: row;
  }
  .component-crosslink-icon .paragraph {
    display: none;
  }
  .component-crosslink-icon .card-icon {
    position: relative;
    flex-shrink: 0;
    width: 7.2rem;
    border-radius: 1.4rem 0 0 1.4rem;
    min-height: 9rem;
    padding: 0;
  }
  .component-crosslink-icon .card-icon img {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
    top: 50%;
    width: 4rem;
  }
  .component-crosslink-icon .card-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-radius: 0 1.4rem 1.4rem 0;
    padding: 1.5rem;
  }
  .component-crosslink-icon .card-section h2,
  .component-crosslink-icon .card-section .webapp-table caption,
  .component-crosslink-icon .card-section .component-alinea table caption {
    margin-bottom: 0;
    font-size: 2.3rem;
    padding-right: 1.5rem;
  }
  .component-crosslink-icon .card-section::before {
    margin-top: 0;
  }
}
/* =========================================================================
 *
 * Mention
 *
 * ====================================================================== */
.component-mention {
  background: #cf4622;
  color: #fff;
  font-size: 2.6rem;
  display: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.component-mention.show-mention {
  display: block;
}
.component-mention .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.component-mention .text {
  padding-right: 1.5rem;
  font-family: 'Netto W01 Bold';
}
.component-mention a {
  font-family: 'Netto W01 Regular';
  color: #fff;
  text-decoration: underline;
}
.component-mention a:hover,
.component-mention a:focus {
  text-decoration: none;
}
.component-mention .close {
  transition: 0.15s ease-out;
  margin-left: auto;
  cursor: pointer;
}
.component-mention .close:before {
  margin-right: 0;
}
.component-mention .close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* =========================================================================
 *
 * Contact page
 *
 * ====================================================================== */
.component-contactpagina .page-intro-container {
  margin-bottom: 6rem;
}
.component-contactpagina .page-content-container {
  margin-bottom: 6rem;
  text-align: center;
}
.component-contactpagina .page-content-container .component-alinea h2,
.component-contactpagina .page-content-container .component-alinea .webapp-table caption,
.component-contactpagina .page-content-container .webapp-table caption,
.component-contactpagina .page-content-container .component-alinea .component-alinea table caption,
.component-contactpagina .page-content-container .component-alinea table caption {
  color: #1d7296;
}
.page-contactform-container {
  position: relative;
  z-index: 1;
  max-width: 82rem;
  margin: 0 auto 6rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.page-contactform-container:after {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  background: #f8f8f8;
  width: 400vw;
}
.page-contactform-container .contactinfo-wrapper,
.page-contactform-container .contactform-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-contactform-container .contactinfo-wrapper {
  width: 55%;
}
.page-contactform-container .contactform-wrapper {
  width: 45%;
}
@media (max-width: 48em) {
  .page-contactform-container .contactinfo-wrapper,
  .page-contactform-container .contactform-wrapper {
    width: 100%;
  }
}
.page-contactform-container .component-form form {
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 2.25rem;
  border-radius: 2.5rem;
}
.page-contactform-container .component-form form .form-heading {
  font-size: 2.6rem;
  color: #1d7296;
}
.page-contactform-container .component-form form .button {
  margin-bottom: 0;
}
/* =========================================================================
 *
 * Errorpage
 *
 * ====================================================================== */
.component-error-page .page-errorpage-container {
  position: relative;
  overflow: hidden;
}
.component-error-page .page-image {
  background: #c9c9c9;
  min-height: 50rem;
  padding-top: 52.77777778%;
}
@media (max-width: 63.9375em) {
  .component-error-page .page-image img {
    width: auto !important;
    height: 100% !important;
    padding-top: 0 !important;
  }
}
.component-error-page .errorpage-content-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.component-error-page .text-balloon {
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  background: #fff;
  max-width: 42rem;
  margin-top: 12rem;
  padding: 2.25rem;
  border-radius: 2.5rem;
}
@media (max-width: 30em) {
  .component-error-page .text-balloon {
    margin-top: 6rem;
  }
}
.component-error-page .text-balloon h1 {
  margin-bottom: 1.5rem;
  font-size: 3.3rem;
  line-height: 1.2;
  color: #1d7296;
}
.component-error-page .text-balloon p {
  margin-bottom: 1.5rem;
  color: #1d7296;
}
.component-error-page .text-balloon .btn,
.component-error-page .text-balloon button,
.component-error-page .text-balloon [type=submit],
.component-error-page .text-balloon html div#cookie-bar span.cookie-buttons .allow-cookies,
.component-error-page .text-balloon html .cookie-explanation button.request-cookies,
.component-error-page .text-balloon .btn-large,
.component-error-page .text-balloon .call-to-action,
.component-error-page .text-balloon .color-section-yellow .call-to-action,
.component-error-page .text-balloon .color-section-blue .call-to-action,
.component-error-page .text-balloon .btn-white,
.component-error-page .text-balloon .btn-red,
.component-error-page .text-balloon .form-input-file .file-input-btn,
.component-error-page .text-balloon .btn-secondary,
.component-error-page .text-balloon .page-font-size,
.component-error-page .text-balloon .nav-wrapper a,
.component-error-page .text-balloon .pagination li a {
  margin-bottom: 0;
}
.component-error-page .errorpage-shape-overlay {
  width: calc(100% + 2px);
  position: absolute;
  left: -1px;
  bottom: 0;
  z-index: 2;
}
.component-error-page .footer-overlay {
  display: none;
}
.component-error-page .page-footer .page-overview {
  padding-top: 3rem;
}
/* =========================================================================
 *
 * Feed item styling
 *
 * Contains `.component-newsitem`, `.component-agenda-item`
 *
 * ====================================================================== */
.component-news-item .page-headerimage,
.component-agenda-item .page-headerimage {
  border-radius: 1rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
.component-news-item .meta,
.component-agenda-item .meta {
  font-size: 1.6rem;
}
.component-news-item .introduction,
.component-agenda-item .introduction {
  font-size: 2.6rem;
}
/* =========================================================================
 *
 * Call to action block
 *
 * ====================================================================== */
@media (min-width: 64em) {
  .call-to-action-block-wrapper {
    margin: 0 -3rem;
  }
}
.component-call-to-action-block,
.component-contact-block {
  border-radius: 1rem;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  padding: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 40em) {
  .component-call-to-action-block,
  .component-contact-block {
    padding: 2.25rem;
  }
}
.component-call-to-action-block > *:last-child,
.component-contact-block > *:last-child {
  margin-bottom: 0;
}
.component-call-to-action-block[class*="color-"],
.component-contact-block[class*="color-"] {
  color: #fff;
}
.component-call-to-action-block[class*="color-"] h2,
.component-call-to-action-block[class*="color-"] .webapp-table caption,
.component-call-to-action-block[class*="color-"] .component-alinea table caption,
.component-contact-block[class*="color-"] h2 {
  color: #fff;
}
.component-call-to-action-block.color-blue,
.component-contact-block.color-blue {
  background: #1d7296;
}
.component-call-to-action-block.color-yellow,
.component-contact-block.color-yellow {
  background: #c5b25e;
}
@media (min-width: 64em) {
  .flex-box-2-3 .component-call-to-action-block,
  .flex-box-1-3 .component-call-to-action-block,
  .flex-box-1-2 .component-call-to-action-block,
  .flex-box-2-3 .component-contact-block,
  .flex-box-1-3 .component-contact-block,
  .flex-box-1-2 .component-contact-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    height: calc(100% - 3rem);
  }
  .flex-box-2-3 .component-call-to-action-block h2,
  .flex-box-1-3 .component-call-to-action-block h2,
  .flex-box-1-2 .component-call-to-action-block h2,
  .flex-box-2-3 .component-call-to-action-block p,
  .flex-box-1-3 .component-call-to-action-block p,
  .flex-box-1-2 .component-call-to-action-block p,
  .flex-box-2-3 .component-call-to-action-block .webapp-table caption,
  .flex-box-1-3 .component-call-to-action-block .webapp-table caption,
  .flex-box-1-2 .component-call-to-action-block .webapp-table caption,
  .flex-box-2-3 .component-call-to-action-block .component-alinea table caption,
  .flex-box-1-3 .component-call-to-action-block .component-alinea table caption,
  .flex-box-1-2 .component-call-to-action-block .component-alinea table caption,
  .flex-box-2-3 .component-contact-block h2,
  .flex-box-1-3 .component-contact-block h2,
  .flex-box-1-2 .component-contact-block h2,
  .flex-box-2-3 .component-contact-block p,
  .flex-box-1-3 .component-contact-block p,
  .flex-box-1-2 .component-contact-block p {
    width: 100%;
  }
  .flex-box-2-3 .component-call-to-action-block a,
  .flex-box-1-3 .component-call-to-action-block a,
  .flex-box-1-2 .component-call-to-action-block a,
  .flex-box-2-3 .component-contact-block a,
  .flex-box-1-3 .component-contact-block a,
  .flex-box-1-2 .component-contact-block a {
    margin-top: auto;
  }
}
/* =========================================================================
 *
 * Call to action list
 *
 * ====================================================================== */
.component-call-to-action-list .call-to-action:not(:last-child) {
  margin-right: 1.5rem;
}
/* =========================================================================
 *
 * Contact location
 *
 * ====================================================================== */
.component-contact-location h2,
.component-contact-location .webapp-table caption,
.component-contact-location .component-alinea table caption {
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  color: #1d7296;
}
.component-contact-location .page-overview-block {
  width: 50%;
  margin-bottom: 1.5rem !important;
}
.component-contact-location h3 {
  margin-bottom: 0;
  font-family: 'Netto W01 Regular';
  font-size: 1.8rem;
  font-weight: normal;
  font-style: italic;
  color: #1d7296;
}
.component-contact-location address {
  margin-bottom: 0;
}
.component-contact-location address span {
  display: block;
}
.component-contact-location .read-more,
.component-contact-location .page-breadcrumb .crumb-dropdown a {
  margin-bottom: 0;
}
/* =========================================================================
 *
 * Contact block
 *
 * ====================================================================== */
.component-contact-block,
.component-contact-block .contact-block-title {
  color: #1d7296;
}
.component-contact-block .contact-block-title {
  margin-bottom: 0.75rem;
}
.component-contact-block .contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1.5rem;
  width: 100%;
}
.component-contact-block .contact-wrapper a {
  margin-right: 3rem;
  color: #1d7296;
  font-size: 1.6rem;
  font-family: 'Netto W01 Bold';
}
.component-contact-block .contact-wrapper a:hover {
  color: #cf4622;
}
/* =========================================================================
 *
 * Paragraph with video
 *
 * ====================================================================== */
.component-paragraph-with-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-radius: 1rem;
  background: #fff;
}
.component-paragraph-with-video .component-alinea {
  width: 58.33333333%;
  max-width: none;
  margin: auto 0;
  padding: 3rem;
  text-align: left;
}
.component-paragraph-with-video .component-youtube {
  width: 41.66666667%;
}
@media (max-width: 60em) {
  .component-paragraph-with-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: none;
  }
  .component-paragraph-with-video .component-alinea {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto 3rem;
  }
  .component-paragraph-with-video .component-youtube {
    width: 100%;
  }
}
/* =========================================================================
 *
 * Paragraph with image
 *
 * ====================================================================== */
.component-paragraph-with-image .paragraph-with-image img {
  border-radius: 1rem;
}
@media (min-width: 40.0625em) {
  .component-paragraph-with-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .component-paragraph-with-image .paragraph-with-image {
    min-width: 30rem;
    margin-right: 2rem;
  }
  .component-paragraph-with-image .component-alinea {
    margin-top: 0;
  }
}
@media (max-width: 40em) {
  .component-image-link-overview [data-columns='3'] > .page-overview-block {
    width: 50%;
  }
}
@media (max-width: 30em) {
  .component-image-link-overview [data-columns='3'] > .page-overview-block {
    width: 100%;
  }
}
.component-image-with-link {
  background: #f5f5f5;
  border-radius: 1rem;
}
.component-image-with-link a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.component-image-with-link a:hover .read-more,
.component-image-with-link a:hover .page-breadcrumb .crumb-dropdown a {
  color: #cf4622;
}
.component-image-with-link img {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.component-image-with-link .read-more,
.component-image-with-link .page-breadcrumb .crumb-dropdown a {
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}
.page-cards-overview[data-gutter='1'] {
  margin-bottom: 4.5rem !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 47.9375em) {
  .page-cards-overview[data-gutter='1'] {
    margin-bottom: 3rem;
  }
}
.page-cards-overview[data-gutter='1'][data-limit='1'] > .page-overview-block,
.page-cards-overview[data-gutter='1'][data-limit='2'] > .page-overview-block {
  width: 50%;
}
.page-cards-overview[data-gutter='1'][data-limit='3'] > .page-overview-block {
  width: 33.3333%;
}
@media (max-width: 48em) {
  .page-cards-overview[data-gutter='1'][data-limit='3'] > .page-overview-block {
    width: 50%;
  }
}
@media (max-width: 40em) {
  .page-cards-overview[data-gutter='1'][data-limit='3'] > .page-overview-block {
    width: 100%;
  }
}
.page-cards-overview[data-gutter='1'] .card {
  @include transition;
  left: auto;
  opacity: 1;
  visibility: visible;
}
.page-cards-overview[data-gutter='1'] .card.hidden {
  display: flex !important;
  opacity: 0;
  visibility: hidden;
}
.page-cards-overview[data-gutter='1'] .component-folding-container {
  margin-top: 3rem;
}
.page-cards-overview[data-gutter='1'] .component-folding-container .btn-secondary {
  background: #cf4622;
  border-color: #cf4622;
  color: #fff;
  left: auto;
  transform: none;
}
.page-cards-overview[data-gutter='1'] .component-folding-container .btn-secondary:hover,
.page-cards-overview[data-gutter='1'] .component-folding-container .btn-secondary:focus {
  background: #b93f1e;
  border-color: #b93f1e;
  color: #fff;
}
/* =========================================================================
 *
 * Job post detail
 *
 * ====================================================================== */
.component-job-post-detail .page-mobile-nav-container .btn,
.component-job-post-detail .page-mobile-nav-container button,
.component-job-post-detail .page-mobile-nav-container [type=submit],
.component-job-post-detail .page-mobile-nav-container html div#cookie-bar span.cookie-buttons .allow-cookies,
.component-job-post-detail .page-mobile-nav-container html .cookie-explanation button.request-cookies,
.component-job-post-detail .page-mobile-nav-container .btn-large,
.component-job-post-detail .page-mobile-nav-container .call-to-action,
.component-job-post-detail .page-mobile-nav-container .color-section-yellow .call-to-action,
.component-job-post-detail .page-mobile-nav-container .color-section-blue .call-to-action,
.component-job-post-detail .page-mobile-nav-container .btn-white,
.component-job-post-detail .page-mobile-nav-container .btn-red,
.component-job-post-detail .page-mobile-nav-container .form-input-file .file-input-btn,
.component-job-post-detail .page-mobile-nav-container .btn-secondary,
.component-job-post-detail .page-mobile-nav-container .page-font-size,
.component-job-post-detail .page-mobile-nav-container .nav-wrapper a,
.component-job-post-detail .page-mobile-nav-container .pagination li a {
  margin-top: 0;
}
.component-job-post-detail .page-wrapper {
  padding-top: 0;
}
.component-job-post-detail .page-hero {
  height: auto;
  max-height: none;
  min-height: auto;
  overflow: hidden;
  padding-bottom: 6rem;
}
@media (max-width: 75em) {
  .component-job-post-detail .page-hero .inner {
    aspect-ratio: auto;
  }
}
@media (max-width: 40em) {
  .component-job-post-detail .page-hero {
    height: auto;
    min-height: auto;
  }
}
.component-job-post-detail .compblock.image {
  margin-bottom: 6rem;
  border-radius: 1rem;
  overflow: hidden;
}
.component-job-post-detail .component-youtube {
  margin-bottom: 6rem;
}
.component-job-post-detail .page-hero-square-image {
  position: absolute;
  width: 70rem;
  height: 70rem;
  top: -6rem;
  left: 45%;
  border-radius: 50%;
  background-size: cover;
}
@media (max-width: 64em) {
  .component-job-post-detail .page-hero-square-image {
    top: -3rem;
    left: 50%;
  }
}
@media (max-width: 40em) {
  .component-job-post-detail .page-hero-square-image {
    display: none;
  }
}
.component-job-post-detail .page-hero-square-image .responsive-image {
  border-radius: 50%;
  padding-top: 100% !important;
  aspect-ratio: 1;
  overflow: hidden;
}
.component-job-post-detail .hero-meta-text {
  color: #fff;
  width: 50%;
  padding: 6rem 6rem 6rem 0;
  position: relative;
}
@media (max-width: 64em) {
  .component-job-post-detail .hero-meta-text {
    width: 65%;
    padding-bottom: 0;
  }
}
@media (max-width: 40em) {
  .component-job-post-detail .hero-meta-text {
    width: 85%;
    padding-top: 3rem;
    padding-right: 0;
  }
}
@media (max-width: 30em) {
  .component-job-post-detail .hero-meta-text {
    width: 100%;
  }
}
.component-job-post-detail .hero-meta-text h1 {
  color: #fff;
  margin-bottom: 3rem;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media (max-width: 40em) {
  .component-job-post-detail .hero-meta-text h1 {
    margin-bottom: 1.5rem;
  }
}
.component-job-post-detail .hero-meta-text .info {
  display: flex;
  flex-wrap: wrap;
}
.component-job-post-detail .hero-meta-text .info dl {
  width: 50%;
}
@media (max-width: 40em) {
  .component-job-post-detail .hero-meta-text .info dl {
    margin-bottom: 1.5rem;
  }
}
.component-job-post-detail .hero-meta-text .info dt {
  font-weight: bold;
}
.component-job-post-detail .hero-meta-text .info dd {
  padding-right: 3rem;
}
.component-job-post-detail .hero-meta-text .meta-item-contract .meta-item-key {
  display: none;
}
.component-job-post-detail .hero-meta-text .btn-large {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.component-job-post-detail .hours {
  color: #1e1e1e;
  font-family: 'Netto W01 Regular';
  font-size: 2.6rem;
  margin-top: 3rem;
}
.component-job-post-detail .alinea h2,
.component-job-post-detail .alinea .webapp-table caption,
.component-job-post-detail .alinea .component-alinea table caption {
  color: #3f8d5e;
  margin-top: 0;
}
.component-job-post-detail .alinea h3 {
  margin-bottom: 0.75rem;
}
.component-job-post-detail .alinea ul {
  margin-left: 3rem;
  list-style-type: disc;
}
.component-job-post-detail .job-post-actions [class^='btn-']:first-child {
  margin-right: 1.5rem;
}
.component-job-post-detail .job-post-block-application .btn-large,
.component-job-post-detail .job-post-block-more-info .btn-large {
  margin-top: 0;
  margin-bottom: 0;
}
.component-job-post-detail .job-post-blocks {
  --job-post-block-color: #323232;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 0 0 3rem;
}
@media (min-width: 48em) {
  .component-job-post-detail .job-post-blocks {
    flex-flow: row wrap;
  }
}
.component-job-post-detail .job-post-blocks h2,
.component-job-post-detail .job-post-blocks h3,
.component-job-post-detail .job-post-blocks .webapp-table caption,
.component-job-post-detail .job-post-blocks .component-alinea table caption {
  margin: 0 0 1.5rem;
  font-size: 3rem;
  color: var(--job-post-block-heading-color, #1d7296);
}
.component-job-post-detail .job-post-blocks .ck-editor a {
  color: var(--job-post-block-color);
  text-decoration: underline;
}
.component-job-post-detail .job-post-blocks .ck-editor a:focus,
.component-job-post-detail .job-post-blocks .ck-editor a:hover {
  text-decoration: none;
}
.component-job-post-detail .job-post-blocks .job-post-block-application,
.component-job-post-detail .job-post-blocks .job-post-block-more-info,
.component-job-post-detail .job-post-blocks .job-post-block-paragraph,
.component-job-post-detail .job-post-blocks .component-call-to-action-block,
.component-job-post-detail .job-post-blocks .component-contact-block {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--job-post-block-color);
}
.component-job-post-detail .job-post-blocks .job-post-block-paragraph {
  flex: 1 1 calc(66.66667% - 3rem);
}
.component-job-post-detail .job-post-blocks .job-post-block-paragraph .component-alinea {
  margin: 0;
}
.component-job-post-detail .job-post-blocks .job-post-block-more-info {
  flex-shrink: 0;
  flex-basis: calc(33.33333% - 3rem);
}
.component-job-post-detail .job-post-blocks .component-call-to-action-block > a,
.component-job-post-detail .job-post-blocks .component-contact-block > a {
  margin: 0;
}
.component-job-post-detail .job-post-blocks .job-post-block-application,
.component-job-post-detail .job-post-blocks .color-blue,
.component-job-post-detail .job-post-blocks .color-yellow {
  padding: 2.25rem;
  background: var(--job-post-block-background);
  border-radius: 2.5rem;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
}
.component-job-post-detail .job-post-blocks .job-post-block-application,
.component-job-post-detail .job-post-blocks .color-blue {
  --job-post-block-background: #1d7296;
  --job-post-block-color: #fff;
  --job-post-block-heading-color: #fff;
}
.component-job-post-detail .job-post-blocks .color-yellow {
  --job-post-block-background: #c5b25e;
  --job-post-block-color: #fff;
  --job-post-block-heading-color: #fff;
}
.component-job-post-detail .job-post-blocks div:first-of-type {
  flex-shrink: inherit;
  width: 100%;
}
.component-current-events .page-intro-container {
  max-width: none;
}
.component-current-events .cards-container .card:nth-of-type(1n+4) {
  display: none;
}

@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-ccw-1turn; }

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/* stylelint-disable selector-id-pattern */
/* stylelint-disable selector-class-pattern */
.component-job-post-folder .filter-form .form-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; }

.component-job-post-folder .filter-form .form-control, .component-job-post-folder .filter-form .recaptcha-holder {
  flex: 1;
  min-width: 25rem;
  width: auto;
  margin-bottom: 0; }
  .component-job-post-folder .filter-form .form-control .icon, .component-job-post-folder .filter-form .recaptcha-holder .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    z-index: 2;
    margin-top: 1px;
    color: #6e777e;
    font-size: 2rem;
    pointer-events: none; }

.component-job-post-folder .filter-form .form-control-field-wrapper {
  position: relative; }

.component-job-post-folder .filter-form .form-control-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.component-job-post-folder .filter-form .form-control-search .icon::before {
  content: "m";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .component-job-post-folder .filter-form .form-control-search .icon::before {
      display: none;
      visibility: hidden; } }

.component-job-post-folder .filter-form .form-control-search input {
  padding-right: 6rem; }

.component-job-post-folder .filter-form .form-control-select .icon::before {
  content: "o";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .component-job-post-folder .filter-form .form-control-select .icon::before {
      display: none;
      visibility: hidden; } }

.component-job-post-folder .filter-form .form-control-select .style-select::before {
  content: none; }

.component-job-post-folder .filter-form .close-button {
  display: none; }

.component-job-post-folder .form-filter-overlay-button {
  display: none; }

html,
body {
  position: relative; }

html {
  scroll-behavior: smooth; }
  html:not(.is-reveal-open) {
    top: auto !important; }

.no-js * {
  transition: none !important; }

address {
  font-style: normal;
  margin-bottom: 3rem; }

textarea {
  overflow: auto;
  resize: vertical; }

picture {
  display: block; }

select {
  display: block; }

.responsive-image {
  width: 100%;
  position: relative; }
  .responsive-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    transform: none; }

.image-ratio {
  width: 100%;
  position: relative;
  padding-bottom: 66.66667% !important;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f8f8f8; }
  .image-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none; }
  .image-ratio .responsive-image {
    padding-top: 0 !important;
    position: static; }
  .image-ratio .responsive-image {
    position: static;
    padding-top: 0 !important; }

[href^='mailto:'] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ck-editor [href^='mailto:'] {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.icalendar {
  box-sizing: content-box; }

.component-twitter s,
.comp-twitter s,
.comp-tweet s {
  text-decoration: none; }

.component-block {
  margin-bottom: 3rem; }
  @media print, screen and (min-width: 64em) {
    .component-block {
      margin-bottom: 6rem; } }
  .component-block .component-block {
    margin-bottom: 0; }

.row {
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    .row {
      padding-left: 1.2rem;
      padding-right: 1.2rem; } }
  @media print, screen and (min-width: 64em) {
    .row {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  .row .row {
    width: auto;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0; }

h1 a,
.h1 a {
  color: #1d7296; }
  @media (hover: hover) and (pointer: fine) {
    h1 a:hover,
    .h1 a:hover {
      color: #2287b2; } }

h2 a,
.h2 a {
  color: #1d7296; }
  @media (hover: hover) and (pointer: fine) {
    h2 a:hover,
    .h2 a:hover {
      color: #2287b2; } }

h3 a,
.h3 a {
  color: #1d7296; }
  @media (hover: hover) and (pointer: fine) {
    h3 a:hover,
    .h3 a:hover {
      color: #2287b2; } }

h4 a,
.h4 a {
  color: #1d7296; }
  @media (hover: hover) and (pointer: fine) {
    h4 a:hover,
    .h4 a:hover {
      color: #2287b2; } }

@font-face {
  font-family: "bundle-core-assets";
  src: url("/bundles/kirracoreassets/kirra/fonts/bundle-core-assets.woff?v=1") format("woff"), url("/bundles/kirracoreassets/kirra/fonts/bundle-core-assets.ttf?v=1") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "cosis";
  src: url("/fonts/cosis.woff?v=1") format("woff"), url("/fonts/cosis.ttf?v=1") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

@media print, screen and (max-width: 29.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 30em) {
  .hide-for-small-medium {
    display: none !important; } }

@media screen and (max-width: 29.99875em) {
  .show-for-small-medium {
    display: none !important; } }

@media print, screen and (min-width: 30em) and (max-width: 39.99875em) {
  .hide-for-small-medium-only {
    display: none !important; } }

@media screen and (max-width: 29.99875em), screen and (min-width: 40em) {
  .show-for-small-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium-large {
    display: none !important; } }

@media screen and (max-width: 47.99875em) {
  .show-for-medium-large {
    display: none !important; } }

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-large-only {
    display: none !important; } }

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-large-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 75.06125em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75.0625em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.show-for-dark-mode {
  display: none; }

.hide-for-dark-mode {
  display: block; }

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important; }
  .hide-for-dark-mode {
    display: none !important; } }

.show-for-ie {
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important; }
  .hide-for-ie {
    display: none !important; } }

.show-for-sticky {
  display: none; }

.is-stuck .show-for-sticky {
  display: block; }

.is-stuck .hide-for-sticky {
  display: none; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 30em) {
  .small-medium-order-1 {
    order: 1; }
  .small-medium-order-2 {
    order: 2; }
  .small-medium-order-3 {
    order: 3; }
  .small-medium-order-4 {
    order: 4; }
  .small-medium-order-5 {
    order: 5; }
  .small-medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 48em) {
  .medium-large-order-1 {
    order: 1; }
  .medium-large-order-2 {
    order: 2; }
  .medium-large-order-3 {
    order: 3; }
  .medium-large-order-4 {
    order: 4; }
  .medium-large-order-5 {
    order: 5; }
  .medium-large-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 30em) {
  .small-medium-flex-container {
    display: flex; }
  .small-medium-flex-child-auto {
    flex: 1 1 auto; }
  .small-medium-flex-child-grow {
    flex: 1 0 auto; }
  .small-medium-flex-child-shrink {
    flex: 0 1 auto; }
  .small-medium-flex-dir-row {
    flex-direction: row; }
  .small-medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .small-medium-flex-dir-column {
    flex-direction: column; }
  .small-medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 48em) {
  .medium-large-flex-container {
    display: flex; }
  .medium-large-flex-child-auto {
    flex: 1 1 auto; }
  .medium-large-flex-child-grow {
    flex: 1 0 auto; }
  .medium-large-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-large-flex-dir-row {
    flex-direction: row; }
  .medium-large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-large-flex-dir-column {
    flex-direction: column; }
  .medium-large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.subheader {
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: normal;
  line-height: inherit;
  color: #1e1e1e; }

.lead {
  font-size: 2.1rem;
  line-height: 3.2rem; }

.stat {
  font-size: 3.6rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block {
  display: block;
  color: #1e1e1e;
  font-size: 1.8rem; }
  .cite-block:before {
    content: "— "; }

.code-inline {
  border: 1px solid #6e777e;
  background-color: #c9c9c9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.2rem 0.5rem 0.1rem; }

.code-block {
  border: 1px solid #6e777e;
  background-color: #c9c9c9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.row {
  max-width: 124.8rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem; }
    @media print, screen and (min-width: 30em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 1rem;
  padding-left: 1rem;
  min-width: 0; }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1rem;
  padding-left: 1rem; }

@media print, screen and (min-width: 30em) {
  .small-medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small-medium-offset-0 {
    margin-left: 0%; }
  .small-medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-medium-offset-1 {
    margin-left: 8.33333%; }
  .small-medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .small-medium-offset-2 {
    margin-left: 16.66667%; }
  .small-medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-medium-offset-3 {
    margin-left: 25%; }
  .small-medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .small-medium-offset-4 {
    margin-left: 33.33333%; }
  .small-medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .small-medium-offset-5 {
    margin-left: 41.66667%; }
  .small-medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .small-medium-offset-6 {
    margin-left: 50%; }
  .small-medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-medium-offset-7 {
    margin-left: 58.33333%; }
  .small-medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .small-medium-offset-8 {
    margin-left: 66.66667%; }
  .small-medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small-medium-offset-9 {
    margin-left: 75%; }
  .small-medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .small-medium-offset-10 {
    margin-left: 83.33333%; }
  .small-medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .small-medium-offset-11 {
    margin-left: 91.66667%; }
  .small-medium-up-1 {
    flex-wrap: wrap; }
    .small-medium-up-1 > .column, .small-medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .small-medium-up-2 {
    flex-wrap: wrap; }
    .small-medium-up-2 > .column, .small-medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .small-medium-up-3 {
    flex-wrap: wrap; }
    .small-medium-up-3 > .column, .small-medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .small-medium-up-4 {
    flex-wrap: wrap; }
    .small-medium-up-4 > .column, .small-medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .small-medium-up-5 {
    flex-wrap: wrap; }
    .small-medium-up-5 > .column, .small-medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .small-medium-up-6 {
    flex-wrap: wrap; }
    .small-medium-up-6 > .column, .small-medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .small-medium-up-7 {
    flex-wrap: wrap; }
    .small-medium-up-7 > .column, .small-medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .small-medium-up-8 {
    flex-wrap: wrap; }
    .small-medium-up-8 > .column, .small-medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 30em) and (min-width: 30em) {
  .small-medium-expand {
    flex: 1 1 0px; } }

.row.small-medium-unstack > .column, .row.small-medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 30em) {
    .row.small-medium-unstack > .column, .row.small-medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 30em) {
  .small-medium-collapse > .column, .small-medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .small-medium-uncollapse > .column, .small-medium-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }

@media print, screen and (min-width: 48em) {
  .medium-large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-large-offset-0 {
    margin-left: 0%; }
  .medium-large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-large-offset-1 {
    margin-left: 8.33333%; }
  .medium-large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-large-offset-2 {
    margin-left: 16.66667%; }
  .medium-large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-large-offset-3 {
    margin-left: 25%; }
  .medium-large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-large-offset-4 {
    margin-left: 33.33333%; }
  .medium-large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-large-offset-5 {
    margin-left: 41.66667%; }
  .medium-large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-large-offset-6 {
    margin-left: 50%; }
  .medium-large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-large-offset-7 {
    margin-left: 58.33333%; }
  .medium-large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-large-offset-8 {
    margin-left: 66.66667%; }
  .medium-large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-large-offset-9 {
    margin-left: 75%; }
  .medium-large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-large-offset-10 {
    margin-left: 83.33333%; }
  .medium-large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-large-offset-11 {
    margin-left: 91.66667%; }
  .medium-large-up-1 {
    flex-wrap: wrap; }
    .medium-large-up-1 > .column, .medium-large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-large-up-2 {
    flex-wrap: wrap; }
    .medium-large-up-2 > .column, .medium-large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-large-up-3 {
    flex-wrap: wrap; }
    .medium-large-up-3 > .column, .medium-large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-large-up-4 {
    flex-wrap: wrap; }
    .medium-large-up-4 > .column, .medium-large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-large-up-5 {
    flex-wrap: wrap; }
    .medium-large-up-5 > .column, .medium-large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-large-up-6 {
    flex-wrap: wrap; }
    .medium-large-up-6 > .column, .medium-large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-large-up-7 {
    flex-wrap: wrap; }
    .medium-large-up-7 > .column, .medium-large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-large-up-8 {
    flex-wrap: wrap; }
    .medium-large-up-8 > .column, .medium-large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-large-expand {
    flex: 1 1 0px; } }

.row.medium-large-unstack > .column, .row.medium-large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-large-unstack > .column, .row.medium-large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-large-collapse > .column, .medium-large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-large-uncollapse > .column, .medium-large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 2rem; }
  .column-block > :last-child {
    margin-bottom: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 36rem;
  padding: 3rem;
  visibility: hidden;
  border: 1px solid #c9c9c9;
  border-radius: 0;
  background-color: #fff;
  font-size: 62.5%; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 12rem; }

.dropdown-pane.small {
  width: 24rem; }

.dropdown-pane.large {
  width: 48rem; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 3rem;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 64rem;
      max-width: 124.8rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 124.8rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 124.8rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 124.8rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 29.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.row-overview-location-folder {
  margin-bottom: 0;
  list-style: none;
  margin-right: -1rem;
  margin-left: -1rem;
  display: flex;
  flex-flow: row wrap; }
  @media print, screen and (min-width: 30em) {
    .row-overview-location-folder {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 40em) {
    .row-overview-location-folder {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 48em) {
    .row-overview-location-folder {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 64em) {
    .row-overview-location-folder {
      margin-right: -1rem;
      margin-left: -1rem; } }
  .row-overview-location-folder > .column-overview {
    display: flex;
    flex-direction: column;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
    @media print, screen and (min-width: 30em) {
      .row-overview-location-folder > .column-overview {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%; } }
    @media print, screen and (min-width: 48em) {
      .row-overview-location-folder > .column-overview {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%; } }
    @media print, screen and (min-width: 64em) {
      .row-overview-location-folder > .column-overview {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%; } }
  .row-overview-location-folder .card-location-detail {
    flex-direction: column;
    padding-bottom: 0;
    justify-content: center; }
    .row-overview-location-folder .card-location-detail .card-image,
    .row-overview-location-folder .card-location-detail .card-section {
      position: static; }
    .row-overview-location-folder .card-location-detail .card-image {
      margin: 0 0 3rem;
      flex-basis: auto; }
      .row-overview-location-folder .card-location-detail .card-image::after {
        display: none; }
    .row-overview-location-folder .card-location-detail .image-ratio {
      position: relative; }
    .row-overview-location-folder .card-location-detail .card-section {
      max-width: 100%;
      flex-basis: auto;
      padding: 2.4rem; }
    .row-overview-location-folder .card-location-detail .meta-item-google-maps, .row-overview-location-folder .card-location-detail .location-po-box-number {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important; }

.component-location-selector .card-location-detail {
  flex-direction: column;
  padding-bottom: 0;
  justify-content: center; }
  .component-location-selector .card-location-detail .card-image,
  .component-location-selector .card-location-detail .card-section {
    position: static; }
  .component-location-selector .card-location-detail .card-image {
    margin: 0 0 3rem;
    flex-basis: auto; }
    .component-location-selector .card-location-detail .card-image::after {
      display: none; }
  .component-location-selector .card-location-detail .image-ratio {
    position: relative; }
  .component-location-selector .card-location-detail .card-section {
    max-width: 100%;
    flex-basis: auto;
    padding: 2.4rem; }
  .component-location-selector .card-location-detail .meta-item-google-maps, .component-location-selector .card-location-detail .location-po-box-number {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }

.card-location-detail .meta,
.page-location-detail .meta {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .card-location-detail .meta .meta-item,
  .page-location-detail .meta .meta-item {
    color: #1d7296;
    font-size: 1.5rem;
    text-transform: none;
    display: inline-flex;
    margin: 0; }
    .card-location-detail .meta .meta-item a,
    .page-location-detail .meta .meta-item a {
      color: #1d7296; }
      @media (hover: hover) and (pointer: fine) {
        .card-location-detail .meta .meta-item a:hover,
        .page-location-detail .meta .meta-item a:hover {
          color: #15526b; } }
    .card-location-detail .meta .meta-item:not(:last-child),
    .page-location-detail .meta .meta-item:not(:last-child) {
      margin-right: 0; }
    .card-location-detail .meta .meta-item .icon,
    .page-location-detail .meta .meta-item .icon {
      order: -1; }
      .card-location-detail .meta .meta-item .icon::before,
      .page-location-detail .meta .meta-item .icon::before {
        margin-right: 1.5rem; }
    .card-location-detail .meta .meta-item .meta-item-key,
    .page-location-detail .meta .meta-item .meta-item-key {
      display: inline-flex;
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important; }
      .card-location-detail .meta .meta-item .meta-item-key::after,
      .page-location-detail .meta .meta-item .meta-item-key::after {
        content: ': ';
        white-space: pre; }
  .card-location-detail .meta address span,
  .page-location-detail .meta address span {
    display: block; }

.readspeaker {
  display: flex;
  align-items: center;
  position: relative; }
  .readspeaker .rs_addtools,
  .readspeaker .rsbtn {
    padding-bottom: 0; }

.readspeaker-toggle-button {
  width: auto;
  height: 4.3rem;
  padding: 0 1.5rem;
  background: #fff;
  color: #cf4622;
  border: 0;
  border-radius: 1rem;
  line-height: 3; }
  .readspeaker-toggle-button .readspeaker-toggle-button-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }

.readspeaker-widget {
  background: #fff;
  padding: 0.8rem;
  border-radius: 1rem;
  box-shadow: -0.1rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  top: calc(100% + 1.5rem);
  right: 0; }
  .readspeaker-widget.show-readspeaker {
    display: block; }
  .readspeaker-widget .rsbtn {
    width: 17.6rem !important; }
    .readspeaker-widget .rsbtn.rsexpanded {
      width: 39.7rem !important; }
  .readspeaker-widget button {
    min-height: 0; }

.row-overview-faq-page {
  margin-bottom: 0;
  list-style: none;
  margin-right: -1rem;
  margin-left: -1rem;
  display: flex;
  flex-flow: row wrap;
  row-gap: 0; }
  @media print, screen and (min-width: 30em) {
    .row-overview-faq-page {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 40em) {
    .row-overview-faq-page {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 48em) {
    .row-overview-faq-page {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 64em) {
    .row-overview-faq-page {
      margin-right: -1rem;
      margin-left: -1rem; } }
  .row-overview-faq-page > .column-overview {
    display: flex;
    flex-direction: column;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }

.column-overview-faq-category .component-faq-questions {
  margin-bottom: 3rem; }
  @media print, screen and (min-width: 64em) {
    .column-overview-faq-category .component-faq-questions {
      margin-bottom: 6rem; } }

.column-overview-faq-category .heading {
  font-family: "Netto W01 Bold", "Netto W01 Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1d7296;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  margin-bottom: 3rem;
  font-size: 3.3rem;
  margin-bottom: 3rem; }

.page-main-content-faq-page {
  margin-bottom: 3rem; }

.component-faq-questions {
  border-bottom: 1px solid #c9c9c9; }

.faq-question-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3;
  color: #1d7296;
  text-align: left;
  border-top: 1px solid #c9c9c9;
  border-radius: 0; }
  .faq-question-button .icon::after {
    content: "b";
    font-family: "cosis";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    font-size: 12px; }
    @media reader, speech, aural {
      .faq-question-button .icon::after {
        display: none;
        visibility: hidden; } }

.faq-answer {
  display: none;
  padding: 0 3rem;
  font-size: inherit;
  color: inherit; }
  .faq-answer.show-answer {
    display: block; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 5.3rem;
  margin: 0 0 3rem;
  padding: 0 1.5rem;
  border: 0;
  border-radius: 1rem;
  background-color: #f8f8f8;
  box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  font-family: "Netto W01 Bold", "Netto W01 Regular", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3;
  color: #000000;
  transition: 0.25s ease-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 0;
    background-color: #f8f8f8;
    box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    transition: 0.25s ease-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f8f8f8;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 1rem; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #6e777e; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 3rem; }

[type='checkbox'] + label, [type='checkbox'] + legend.form-control-label,
[type='radio'] + label,
[type='radio'] + legend.form-control-label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1.5rem;
  margin-right: 3rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for], [type='checkbox'] + legend.form-control-label[for],
  [type='radio'] + label[for],
  [type='radio'] + legend.form-control-label[for] {
    cursor: pointer; }

label > [type='checkbox'], legend.form-control-label > [type='checkbox'],
label > [type='radio'],
legend.form-control-label > [type='radio'] {
  margin-right: 1.5rem; }

[type='file'] {
  width: 100%; }

label, legend.form-control-label {
  display: block;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.6;
  color: #000000; }
  label.middle, legend.middle.form-control-label {
    margin: 0 0 3rem;
    line-height: 3;
    padding: 1.5rem 0; }

.help-text {
  margin-top: -1.5rem;
  font-size: 1.8rem;
  font-style: italic;
  color: #1e1e1e; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 3rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 1rem 0 0 1rem; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 1rem 1rem 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button legend.form-control-label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #6e777e;
  background: #c9c9c9;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label,
  .input-group-button legend.form-control-label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.8rem; }

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

legend {
  max-width: 100%;
  margin-bottom: 1.5rem; }

.fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.3rem;
    padding: 0; }

select {
  height: 5.3rem;
  margin: 0 0 3rem;
  padding: 0 1.5rem;
  appearance: none;
  border: 0;
  border-radius: 1rem;
  background-color: #f8f8f8;
  font-family: "Netto W01 Bold", "Netto W01 Regular", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3;
  color: #000000;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2830, 30, 30%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -3rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 4.5rem;
  transition: 0.25s ease-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 0;
    background-color: #f8f8f8;
    box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    transition: 0.25s ease-out; }
  select:disabled {
    background-color: #f8f8f8;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -1.5rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.callout {
  position: relative;
  margin: 0 0 3rem;
  padding: 1.5rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  background-color: white;
  color: #000000; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d5edf7;
    color: #000000; }
  .callout.secondary {
    background-color: #f9e2dc;
    color: #000000; }
  .callout.tertiary {
    background-color: #f6f3e7;
    color: #000000; }
  .callout.quaternary {
    background-color: #e2f4f8;
    color: #000000; }
  .callout.success {
    background-color: #d5edf7;
    color: #000000; }
  .callout.warning {
    background-color: #fff3d9;
    color: #000000; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #000000; }
  .callout.small {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.callout li label, .callout li legend.form-control-label {
  display: inline;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer; }
  @media (hover: hover) and (pointer: fine) {
    .callout li label:hover, .callout li legend.form-control-label:hover {
      text-decoration: none; } }

.callout.primary li label, .callout.primary li legend.form-control-label {
  color: #fff; }

.callout.secondary li label, .callout.secondary li legend.form-control-label {
  color: #000000; }

.callout.tertiary li label, .callout.tertiary li legend.form-control-label {
  color: #000000; }

.callout.quaternary li label, .callout.quaternary li legend.form-control-label {
  color: #000000; }

.callout.success li label, .callout.success li legend.form-control-label {
  color: #fff; }

.callout.warning li label, .callout.warning li legend.form-control-label {
  color: #000000; }

.callout.alert li label, .callout.alert li legend.form-control-label {
  color: #000000; }

.form {
  display: flex;
  flex-flow: column wrap;
  margin: 0 0 3rem; }
  .form .form-controls {
    min-width: 100%;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    flex-direction: column; }
  .form .form-control, .form .recaptcha-holder {
    margin-bottom: 3rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem; }
    .form .form-control .form-control-wrapper, .form .recaptcha-holder .form-control-wrapper {
      margin-left: -1rem;
      margin-right: -1rem; }
    .form .form-control .form-control, .form .recaptcha-holder .form-control, .form .form-control .recaptcha-holder, .form .recaptcha-holder .recaptcha-holder {
      margin-bottom: 1.5rem; }
  .form .form-control-whitespace {
    height: 3rem; }
  .form [type='text'], .form [type='password'], .form [type='date'], .form [type='datetime'], .form [type='datetime-local'], .form [type='month'], .form [type='week'], .form [type='email'], .form [type='number'], .form [type='search'], .form [type='tel'], .form [type='time'], .form [type='url'], .form [type='color'],
  .form select,
  .form textarea {
    margin: 0;
    -webkit-appearance: none; }
  .form .form-control-buttons {
    display: flex;
    align-items: center; }
    .form .form-control-buttons > button {
      margin: 0 0 3rem; }
      .form .form-control-buttons > button:not(:last-child) {
        margin-right: 3rem; }
  .component-form-verwijzing .component-block:not(:last-child) {
    margin-bottom: 3rem; }
    @media print, screen and (min-width: 64em) {
      .component-form-verwijzing .component-block:not(:last-child) {
        margin-bottom: 6rem; } }

.form-control-label {
  margin: 0 0 0.75rem; }
  .form-control-label .form-control-optional {
    margin: 0 0 0 0.75rem;
    color: #1e1e1e;
    font-style: normal;
    font-weight: normal; }
  .form-control-field-wrapper-checkbox-radio .form-control-label,
  .form-control-wrapper .form-control-label {
    font-weight: normal; }
  legend.form-control-label {
    margin: 0 0 0.75rem;
    float: left; }
    legend.form-control-label + * {
      clear: both; }

.form-control-field-wrapper-checkbox-radio {
  position: relative; }
  .form-control-field-wrapper-checkbox-radio .form-control-label {
    padding-left: 2.4rem;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .form-control-field-wrapper-checkbox-radio .form-control-label::before {
      transition: 0.25s ease-out;
      content: '';
      background: #f8f8f8;
      width: 1.6rem;
      height: 1.6rem;
      display: block;
      position: absolute;
      top: 1.5rem;
      transform: translateY(-50%);
      left: 0;
      border: 0;
      border-radius: 0.5rem;
      padding: 0.2rem;
      background-clip: content-box; }
    @media (hover: hover) and (pointer: fine) {
      .form-control-field-wrapper-checkbox-radio .form-control-label:hover::before, .form-control-field-wrapper-checkbox-radio [type='checkbox']:focus + .form-control-label::before,
      .form-control-field-wrapper-checkbox-radio [type='radio']:focus + .form-control-label::before {
        border: 0;
        background-color: rgba(29, 114, 150, 0.5); }
      .form-control-field-wrapper-checkbox-radio .form-control-label:hover::after {
        color: #fff;
        opacity: 1 !important; } }
  .form-control-field-wrapper-checkbox-radio [type='radio'] + .form-control-label::before {
    border-radius: 50%; }
  .form-control-field-wrapper-checkbox-radio [type='checkbox'] + .form-control-label:hover + .form-control-label::after, .form-control-field-wrapper-checkbox-radio [type='checkbox'] + .form-control-label:checked + .form-control-label::after {
    opacity: 1;
    color: #fff; }
  .form-control-field-wrapper-checkbox-radio [type='checkbox'] + .form-control-label::after {
    content: "";
    font-family: "cosis";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    top: 1.5rem;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; }
    @media reader, speech, aural {
      .form-control-field-wrapper-checkbox-radio [type='checkbox'] + .form-control-label::after {
        display: none;
        visibility: hidden; } }
  .form-control-field-wrapper-checkbox-radio [type='checkbox'],
  .form-control-field-wrapper-checkbox-radio [type='radio'] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
    .form-control-field-wrapper-checkbox-radio [type='checkbox']:checked + .form-control-label::before,
    .form-control-field-wrapper-checkbox-radio [type='radio']:checked + .form-control-label::before {
      background: #1d7296;
      background-clip: content-box; }
    .form-control-field-wrapper-checkbox-radio [type='checkbox']:focus + .form-control-label::before,
    .form-control-field-wrapper-checkbox-radio [type='radio']:focus + .form-control-label::before {
      box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.3); }
  .form-control-field-wrapper-checkbox-radio + .form-control-field-wrapper input[type='text'] {
    margin-top: 0.75rem; }
  .form-control-radio-text .form-control-field-wrapper-checkbox-radio:has([type='radio']:not(:checked)) ~ .form-control-field-wrapper [type='text'] {
    display: none; }

.form .form-control-select-date {
  margin-bottom: 1.5rem; }
  .form .form-control-select-date .form-control-wrapper {
    padding-left: 1rem;
    padding-right: 1rem; }
  .form .form-control-select-date .form-control-field-wrapper {
    margin-bottom: 1.5rem; }
    .form .form-control-select-date .form-control-field-wrapper .form-label {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important; }
  @media print, screen and (min-width: 40em) {
    .form .form-control-select-date .form-control-wrapper {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
    .form .form-control-select-date .form-control-field-wrapper {
      position: relative;
      width: calc(33.3333% - 2.0001rem); }
      .form .form-control-select-date .form-control-field-wrapper:not(:last-of-type) {
        margin-right: 3rem; } }

textarea {
  min-height: 12rem; }

.form-control-file .file-upload-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3rem;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 1rem;
  transition: 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  font-weight: bold;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  font-weight: bold;
  text-decoration: none;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-flex; }
  [data-whatinput='mouse'] .form-control-file .file-upload-button {
    outline: 0; }
  .form-control-file .file-upload-button dfn {
    color: inherit !important; }
    .form-control-file .file-upload-button dfn:before, .form-control-file .file-upload-button dfn::after {
      content: ' ';
      white-space: pre; }
  .form-control-file .file-upload-button, .form-control-file .file-upload-button.disabled, .form-control-file .file-upload-button[disabled], .form-control-file .file-upload-button.disabled:hover, .form-control-file .file-upload-button[disabled]:hover, .form-control-file .file-upload-button.disabled:focus, .form-control-file .file-upload-button[disabled]:focus {
    border: 2px solid #1d7296;
    color: #1d7296; }
  .form-control-file .file-upload-button:hover, .form-control-file .file-upload-button:focus {
    border-color: #0f394b;
    color: #0f394b; }

.form-control-file [type='file'] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }
  .form-control-file [type='file']:focus + .file-upload-button {
    outline: 1px dotted #212121;
    outline: auto 5px -webkit-focus-ring-color; }
    .form-control-file [type='file']:focus + .file-upload-button, .form-control-file [type='file']:focus + .file-upload-button.disabled, .form-control-file [type='file']:focus + .file-upload-button[disabled], .form-control-file [type='file']:focus + .file-upload-button.disabled:hover, .form-control-file [type='file']:focus + .file-upload-button[disabled]:hover, .form-control-file [type='file']:focus + .file-upload-button.disabled:focus, .form-control-file [type='file']:focus + .file-upload-button[disabled]:focus {
      border: 2px solid #1a6787;
      color: #1a6787; }
    .form-control-file [type='file']:focus + .file-upload-button:hover, .form-control-file [type='file']:focus + .file-upload-button:focus {
      border-color: #0d3344;
      color: #0d3344; }

.form .form-control, .form .recaptcha-holder {
  position: relative; }

.form .form-control-label {
  padding-right: 2.5rem; }

.form .form-control-wrapper .form-control-label {
  padding-right: 0; }

.form .tooltip-trigger {
  position: absolute;
  top: 0;
  right: 1rem; }

.tooltip.dropdown-pane {
  border: 0; }
  .tooltip.dropdown-pane::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    content: '';
    border-bottom-width: 0;
    border-color: #000000 transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%; }

.form-control-error-message {
  margin: 0.75rem 0 0;
  color: #cc4b37;
  font-weight: bold;
  font-size: 1.8rem; }

.form-control-error [type='text']:not(:focus), .form-control-error [type='password']:not(:focus), .form-control-error [type='date']:not(:focus), .form-control-error [type='datetime']:not(:focus), .form-control-error [type='datetime-local']:not(:focus), .form-control-error [type='month']:not(:focus), .form-control-error [type='week']:not(:focus), .form-control-error [type='email']:not(:focus), .form-control-error [type='number']:not(:focus), .form-control-error [type='search']:not(:focus), .form-control-error [type='tel']:not(:focus), .form-control-error [type='time']:not(:focus), .form-control-error [type='url']:not(:focus), .form-control-error [type='color']:not(:focus),
.form-control-error textarea:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .form-control-error [type='text']:not(:focus)::placeholder, .form-control-error [type='password']:not(:focus)::placeholder, .form-control-error [type='date']:not(:focus)::placeholder, .form-control-error [type='datetime']:not(:focus)::placeholder, .form-control-error [type='datetime-local']:not(:focus)::placeholder, .form-control-error [type='month']:not(:focus)::placeholder, .form-control-error [type='week']:not(:focus)::placeholder, .form-control-error [type='email']:not(:focus)::placeholder, .form-control-error [type='number']:not(:focus)::placeholder, .form-control-error [type='search']:not(:focus)::placeholder, .form-control-error [type='tel']:not(:focus)::placeholder, .form-control-error [type='time']:not(:focus)::placeholder, .form-control-error [type='url']:not(:focus)::placeholder, .form-control-error [type='color']:not(:focus)::placeholder,
  .form-control-error textarea:not(:focus)::placeholder {
    color: #cc4b37; }

.form-required-description {
  display: none; }

.form-control-color [type='color'] {
  padding: 2px; }

.recaptcha-holder .grecaptcha-badge {
  position: static !important; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #1e1e1e;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.8rem);
  z-index: 1200;
  max-width: 20rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #000000;
  font-size: 1.6rem;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    content: '';
    border-top-width: 0;
    border-color: transparent transparent #000000;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    content: '';
    border-bottom-width: 0;
    border-color: #000000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #000000;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    content: '';
    border-left-width: 0;
    border-color: transparent #000000 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.tooltip-trigger {
  min-width: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #1d7296;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: help;
  position: relative;
  font-size: 16px; }
  .tooltip-trigger .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Netto W01 Regular", sans-serif;
    content: "?"; }

.meta {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap; }

.meta-item {
  color: #1d7296;
  font-size: 1.8rem;
  text-transform: none;
  display: inline-flex;
  margin: 0; }
  .meta-item a {
    color: #1d7296; }
    @media (hover: hover) and (pointer: fine) {
      .meta-item a:hover {
        color: #15526b; } }
  .meta-item:not(:last-child) {
    margin-right: 3rem; }
  .meta-item .icon {
    order: -1; }
    .meta-item .icon::before {
      margin-right: 1.5rem; }
  .meta-item .meta-item-key {
    display: inline-flex;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
    .meta-item .meta-item-key::after {
      content: ': ';
      white-space: pre; }

.download-list {
  margin-left: 0;
  padding: 0;
  list-style: none; }
  .download-list li:nth-child(odd) {
    background: #f8f8f8; }
  .download-list li:nth-child(even) {
    background: transparent; }
  .download-list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5rem 0 0;
    white-space: nowrap;
    color: #000000;
    text-decoration: none; }
    .download-list a > * {
      margin: 0 1.5rem 1.5rem; }
  .download-list .title {
    width: 100%;
    white-space: normal;
    text-decoration: underline; }
  .download-list .file-size {
    color: #1d7296;
    white-space: nowrap;
    text-align: right;
    font-size: 1.8rem; }
  .download-list .file-size {
    flex-grow: 1; }
  @media print, screen and (min-width: 40em) {
    .download-list a {
      flex-wrap: nowrap; }
    .download-list .title {
      width: auto; } }

.component-download-item .extension,
.download-list .extension {
  white-space: nowrap; }

.component-download-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3rem 0 0;
  border: 1px solid #c9c9c9;
  text-decoration: none; }
  .component-download-item a > * {
    margin: 0 3rem 3rem !important; }

.component-download-item .component-title {
  text-decoration: underline; }

.component-download-item .file-size {
  color: #1d7296;
  white-space: nowrap;
  text-align: right; }

.component-download-item .trigger {
  white-space: nowrap; }

.component-download-item .file-size {
  flex-grow: 1; }

.component-notification {
  position: relative; }
  .component-notification.default {
    background: #1d7296; }
    .component-notification.default,
    .component-notification.default a:not(.button-notification),
    .component-notification.default ul,
    .component-notification.default ol,
    .component-notification.default ol li:before,
    .component-notification.default li,
    .component-notification.default li::before,
    .component-notification.default blockquote p,
    .component-notification.default .glossary-term,
    .component-notification.default .close-button {
      color: #fff; }
    .component-notification.default ul li::before {
      background: #fff; }
    .component-notification.default blockquote,
    .component-notification.default .glossary-term {
      border-color: #fff; }
  .component-notification.alert {
    background: #d22323; }
    .component-notification.alert,
    .component-notification.alert a:not(.button-notification),
    .component-notification.alert ul,
    .component-notification.alert ol,
    .component-notification.alert ol li:before,
    .component-notification.alert li,
    .component-notification.alert li::before,
    .component-notification.alert blockquote p,
    .component-notification.alert .glossary-term,
    .component-notification.alert .close-button {
      color: #fff; }
    .component-notification.alert ul li::before {
      background: #fff; }
    .component-notification.alert blockquote,
    .component-notification.alert .glossary-term {
      border-color: #fff; }
  .component-notification.warning {
    background: #ffb628; }
    .component-notification.warning,
    .component-notification.warning a:not(.button-notification),
    .component-notification.warning ul,
    .component-notification.warning ol,
    .component-notification.warning ol li:before,
    .component-notification.warning li,
    .component-notification.warning li::before,
    .component-notification.warning blockquote p,
    .component-notification.warning .glossary-term,
    .component-notification.warning .close-button {
      color: #000000; }
    .component-notification.warning ul li::before {
      background: #000000; }
    .component-notification.warning blockquote,
    .component-notification.warning .glossary-term {
      border-color: #000000; }
  .component-notification.information {
    background: #1779ba; }
    .component-notification.information,
    .component-notification.information a:not(.button-notification),
    .component-notification.information ul,
    .component-notification.information ol,
    .component-notification.information ol li:before,
    .component-notification.information li,
    .component-notification.information li::before,
    .component-notification.information blockquote p,
    .component-notification.information .glossary-term,
    .component-notification.information .close-button {
      color: #fff; }
    .component-notification.information ul li::before {
      background: #fff; }
    .component-notification.information blockquote,
    .component-notification.information .glossary-term {
      border-color: #fff; }
  .component-notification.success {
    background: #1d7296; }
    .component-notification.success,
    .component-notification.success a:not(.button-notification),
    .component-notification.success ul,
    .component-notification.success ol,
    .component-notification.success ol li:before,
    .component-notification.success li,
    .component-notification.success li::before,
    .component-notification.success blockquote p,
    .component-notification.success .glossary-term,
    .component-notification.success .close-button {
      color: #fff; }
    .component-notification.success ul li::before {
      background: #fff; }
    .component-notification.success blockquote,
    .component-notification.success .glossary-term {
      border-color: #fff; }
  .component-notification > :last-child {
    margin-bottom: 0; }
  .component-notification .button-notification {
    margin-top: 3rem;
    margin-bottom: 0; }

.close-button {
  position: absolute;
  z-index: 10;
  color: #1e1e1e;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.close-button-icon {
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .close-button-icon::before {
    content: "×";
    font-family: "Netto W01 Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .close-button-icon::before {
        display: none;
        visibility: hidden; } }

.component-video .responsive-embed {
  position: relative;
  width: 100%;
  position: relative;
  height: 0;
  margin-bottom: 3rem;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0;
  overflow: visible;
  background: #000000;
  border: 0; }
  .component-video .responsive-embed iframe,
  .component-video .responsive-embed object,
  .component-video .responsive-embed embed,
  .component-video .responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.component-video button[data-play-video] {
  display: none; }

.component-video iframe,
.component-video object,
.component-video embed,
.component-video video {
  border: 0;
  z-index: 1; }

.component-video.has-image button[data-play-video] {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }

.component-video.has-image iframe,
.component-video.has-image object,
.component-video.has-image embed,
.component-video.has-image video {
  display: none; }

.component-video .responsive-image {
  padding-top: 56.25% !important; }

.component-video img {
  max-width: none;
  width: 100%;
  height: auto; }

.component-video .video-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
  cursor: pointer; }

.component-video.video-is-playing .video-placeholder {
  visibility: hidden; }

.has-image .responsive-embed .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: #1d7296;
  border-radius: 1rem;
  z-index: 3;
  pointer-events: none;
  width: 4.8rem;
  height: 4.8rem; }
  @media print, screen and (min-width: 40em) {
    .has-image .responsive-embed .video-play-button {
      width: 7.2rem;
      height: 7.2rem; } }
  .has-image .responsive-embed .video-play-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    z-index: 4;
    transform: translate(-50%, -50%) scaleY(0.6667);
    pointer-events: none;
    margin-left: 2%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.2rem;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #fff; }
    @media print, screen and (min-width: 40em) {
      .has-image .responsive-embed .video-play-button::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1.8rem;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #fff; } }

.video-is-playing .video-play-button {
  visibility: hidden; }

.component-youtube.has-youtube-shorts:not(.has-image) {
  width: auto;
  max-width: 80vw;
  height: auto;
  max-height: 50vh;
  aspect-ratio: 9 / 16; }
  .component-youtube.has-youtube-shorts:not(.has-image) .responsive-embed {
    height: auto;
    aspect-ratio: 9 / 16; }

.readspeaker-toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 11.8rem;
  min-height: auto;
  padding: 0 1rem;
  width: 4.5rem;
  height: 4.5rem; }
  @media print, screen and (min-width: 30em) {
    .readspeaker-toggle-button {
      margin-right: 10.8rem; } }
  @media screen and (min-width: 75.0625em) {
    .readspeaker-toggle-button {
      margin-right: -0.5rem; } }
  .readspeaker-toggle-button .readspeaker-toggle-button-icon::after {
    content: '\6c';
    font-size: 24px;
    color: #6e777e;
    margin-left: 0;
    font-family: "cosis"; }
  .readspeaker-toggle-button:hover, .readspeaker-toggle-button:focus {
    background: #fff; }
    .readspeaker-toggle-button:hover::after, .readspeaker-toggle-button:focus::after {
      color: #cf4622; }
  .readspeaker-toggle-button[aria-expanded=true]::after {
    color: #cf4622; }

.rsbtn_tooltoggle::after {
  content: none; }

.readspeaker-widget .rsbtn {
  width: 17.6rem; }

.filter-form .has-collapsible-options .form-control-collapsible-wrapper {
  display: none; }
  .filter-form .has-collapsible-options .form-control-collapsible-wrapper[aria-hidden='false'] {
    display: block; }

.filter-form .has-collapsible-options [data-collapsible-options-toggle] .show-less {
  display: none; }

.filter-form .has-collapsible-options [data-collapsible-options-toggle] .icon {
  transition: 0.25s ease-out;
  display: inline-block;
  transform: rotate(90deg); }
  .filter-form .has-collapsible-options [data-collapsible-options-toggle] .icon::after {
    content: "❯";
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    font-size: 1.4rem; }
    @media reader, speech, aural {
      .filter-form .has-collapsible-options [data-collapsible-options-toggle] .icon::after {
        display: none;
        visibility: hidden; } }

.filter-form .has-collapsible-options [data-collapsible-options-toggle][aria-expanded='true'] .show-less {
  display: inline-block; }

.filter-form .has-collapsible-options [data-collapsible-options-toggle][aria-expanded='true'] .show-more {
  display: none; }

.filter-form .has-collapsible-options [data-collapsible-options-toggle][aria-expanded='true'] .icon {
  transform: rotate(-90deg); }

.filter-form {
  display: flex;
  flex-flow: column wrap;
  margin: 0 0 3rem; }
  .filter-form .form-controls {
    min-width: 100%;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    flex-flow: row wrap; }
  .filter-form .form-control, .filter-form .recaptcha-holder {
    margin-bottom: 3rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media print, screen and (min-width: 40em) {
      .filter-form .form-control, .filter-form .recaptcha-holder {
        max-width: 28rem; } }
    .filter-form .form-control .form-control-wrapper, .filter-form .recaptcha-holder .form-control-wrapper {
      margin-left: -1rem;
      margin-right: -1rem; }
    .filter-form .form-control .form-control, .filter-form .recaptcha-holder .form-control, .filter-form .form-control .recaptcha-holder, .filter-form .recaptcha-holder .recaptcha-holder {
      margin-bottom: 1.5rem; }
  .filter-form .form-heading {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .filter-form .form-control-whitespace {
    height: 3rem; }
  .filter-form [type='text'], .filter-form [type='password'], .filter-form [type='date'], .filter-form [type='datetime'], .filter-form [type='datetime-local'], .filter-form [type='month'], .filter-form [type='week'], .filter-form [type='email'], .filter-form [type='number'], .filter-form [type='search'], .filter-form [type='tel'], .filter-form [type='time'], .filter-form [type='url'], .filter-form [type='color'],
  .filter-form select,
  .filter-form textarea {
    margin: 0;
    -webkit-appearance: none; }
  .filter-form .form-control-buttons {
    display: flex;
    align-items: center; }
    .filter-form .form-control-buttons > button {
      margin: 0 0 3rem; }
      .filter-form .form-control-buttons > button:not(:last-child) {
        margin-right: 3rem; }
  .component-form-verwijzing .component-block:not(:last-child) {
    margin-bottom: 3rem; }
    @media print, screen and (min-width: 64em) {
      .component-form-verwijzing .component-block:not(:last-child) {
        margin-bottom: 6rem; } }
  .filter-form .button-reset {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .filter-form .form-controls {
    align-items: flex-end; }
  .filter-form .form-control-buttons {
    max-width: none;
    width: auto; }
    .filter-form .form-control-buttons > button {
      margin-bottom: 0; }
  .filter-form-close-button,
  .form-filter-overlay-button {
    display: none; }

@media print, screen and (max-width: 39.99875em) {
  .filter-form {
    padding: 3rem;
    background: #fff;
    z-index: 14;
    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-close-button,
    .form-filter-overlay-button {
      display: block; }
    .form-filter-overlay-button .text-closed {
      display: none; }
    .filter-form-visible .site-header,
    .filter-form-visible .hamburger {
      visibility: hidden; }
    .filter-form-visible .form-filter-overlay-button .text-open {
      display: none; }
    .filter-form-visible .form-filter-overlay-button .text-closed {
      display: block; } }

.component-slider {
  /**
	 * Swiper 6.8.1
	 * Most modern mobile touch slider and framework with hardware accelerated transitions
	 * https://swiperjs.com
	 *
	 * Copyright 2014-2021 Vladimir Kharlampidi
	 *
	 * Released under the MIT License
	 *
	 * Released on: August 3, 2021
	 */
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* Scrollbar */
  /* Preloader */
  /* a11y */ }

@font-face {
  .component-slider {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal; } }
  .component-slider .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1; }
  .component-slider .swiper-vertical > .swiper-wrapper {
    flex-direction: column; }
  .component-slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform; }
  .component-slider .swiper-android .swiper-slide,
  .component-slider .swiper-wrapper {
    transform: translate3d(0, 0, 0); }
  .component-slider .swiper-multirow > .swiper-wrapper {
    flex-wrap: wrap; }
  .component-slider .swiper-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column; }
  .component-slider .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto; }
  .component-slider .swiper-pointer-events {
    touch-action: pan-y; }
  .component-slider .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }
  .component-slider .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform; }
  .component-slider .swiper-slide-invisible-blank {
    visibility: hidden; }
  .component-slider .swiper-autoheight,
  .component-slider .swiper-autoheight .swiper-slide {
    height: auto; }
  .component-slider .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height; }
  .component-slider .swiper-3d {
    perspective: 1200px; }
  .component-slider .swiper-3d .swiper-wrapper,
  .component-slider .swiper-3d .swiper-slide,
  .component-slider .swiper-3d .swiper-slide-shadow-left,
  .component-slider .swiper-3d .swiper-slide-shadow-right,
  .component-slider .swiper-3d .swiper-slide-shadow-top,
  .component-slider .swiper-3d .swiper-slide-shadow-bottom,
  .component-slider .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .component-slider .swiper-3d .swiper-slide-shadow-left,
  .component-slider .swiper-3d .swiper-slide-shadow-right,
  .component-slider .swiper-3d .swiper-slide-shadow-top,
  .component-slider .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .component-slider .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .component-slider .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .component-slider .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .component-slider .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .component-slider .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */ }
  .component-slider .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
  .component-slider .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }
  .component-slider .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory; }
  .component-slider .swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory; }
  .component-slider .swiper-button-prev,
  .component-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    transform: translateY(-50%); }
  .component-slider .swiper-button-prev.swiper-button-disabled,
  .component-slider .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none; }
  .component-slider .swiper-button-prev::after,
  .component-slider .swiper-button-next::after {
    font-family: 'swiper-icons', sans-serif;
    font-size: var(--swiper-navigation-size);
    letter-spacing: 0;
    text-transform: none !important;
    font-variant: initial;
    line-height: 1; }
  .component-slider .swiper-button-prev,
  .component-slider .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto; }
  .component-slider .swiper-button-prev::after,
  .component-slider .swiper-rtl .swiper-button-next::after {
    content: 'prev'; }
  .component-slider .swiper-button-next,
  .component-slider .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto; }
  .component-slider .swiper-button-next::after,
  .component-slider .swiper-rtl .swiper-button-prev::after {
    content: 'next'; }
  .component-slider .swiper-button-prev.swiper-button-white,
  .component-slider .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #fff; }
  .component-slider .swiper-button-prev.swiper-button-black,
  .component-slider .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000; }
  .component-slider .swiper-button-lock {
    display: none; }
  .component-slider .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  .component-slider .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .component-slider .swiper-pagination-fraction,
  .component-slider .swiper-pagination-custom,
  .component-slider .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }
  .component-slider .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }
  .component-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  .component-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  .component-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .component-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .component-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .component-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .component-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }
  .component-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2; }
  .component-slider button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
  .component-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .component-slider .swiper-pagination-bullet:only-child {
    display: none !important; }
  .component-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
  .component-slider .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .component-slider .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  .component-slider .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
  .component-slider .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top; }
  .component-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }
  .component-slider .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }
  .component-slider .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }
  .component-slider .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right; }
  .component-slider .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }
  .component-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  .component-slider .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .component-slider .swiper-horizontal > .swiper-pagination-progressbar,
  .component-slider .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .component-slider .swiper-vertical > .swiper-pagination-progressbar,
  .component-slider .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  .component-slider .swiper-pagination-white {
    --swiper-pagination-color: #fff; }
  .component-slider .swiper-pagination-black {
    --swiper-pagination-color: #000; }
  .component-slider .swiper-pagination-lock {
    display: none; }
  .component-slider .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }
  .component-slider .swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  .component-slider .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }
  .component-slider .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }
  .component-slider .swiper-scrollbar-cursor-drag {
    cursor: move; }
  .component-slider .swiper-scrollbar-lock {
    display: none; }
  .component-slider .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .component-slider .swiper-zoom-container > img,
  .component-slider .swiper-zoom-container > svg,
  .component-slider .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  .component-slider .swiper-slide-zoomed {
    cursor: move; }
  .component-slider .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent; }
  .component-slider .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff; }
  .component-slider .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
  .component-slider .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }
  .component-slider .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out; }
  .component-slider .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity; }
  .component-slider .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
  .component-slider .swiper-fade .swiper-slide-active,
  .component-slider .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .component-slider .swiper-cube {
    overflow: visible; }
  .component-slider .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
  .component-slider .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none; }
  .component-slider .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0; }
  .component-slider .swiper-cube .swiper-slide-active,
  .component-slider .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .component-slider .swiper-cube .swiper-slide-active,
  .component-slider .swiper-cube .swiper-slide-next,
  .component-slider .swiper-cube .swiper-slide-prev,
  .component-slider .swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  .component-slider .swiper-cube .swiper-slide-shadow-top,
  .component-slider .swiper-cube .swiper-slide-shadow-bottom,
  .component-slider .swiper-cube .swiper-slide-shadow-left,
  .component-slider .swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .component-slider .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0; }
  .component-slider .swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px); }
  .component-slider .swiper-flip {
    overflow: visible; }
  .component-slider .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }
  .component-slider .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none; }
  .component-slider .swiper-flip .swiper-slide-active,
  .component-slider .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .component-slider .swiper-flip .swiper-slide-shadow-top,
  .component-slider .swiper-container-flip .swiper-slide-shadow-bottom,
  .component-slider .swiper-container-flip .swiper-slide-shadow-left,
  .component-slider .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.component-slider[data-autoheight='false'] .swiper {
  height: 24rem; }
  @media print, screen and (min-width: 40em) {
    .component-slider[data-autoheight='false'] .swiper {
      height: 36rem; } }
  @media print, screen and (min-width: 64em) {
    .component-slider[data-autoheight='false'] .swiper {
      height: 48rem; } }
  .component-slider[data-autoheight='false'] .swiper .component-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; }

.component-slider .swiper-button-prev,
.component-slider .swiper-button-next {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  height: 4.8rem;
  line-height: 1;
  text-align: center;
  transition: 0.25s ease-out;
  width: 4.8rem; }
  .component-slider .swiper-button-prev:not(.swiper-button-disabled):focus, .component-slider .swiper-button-prev:not(.swiper-button-disabled):hover,
  .component-slider .swiper-button-next:not(.swiper-button-disabled):focus,
  .component-slider .swiper-button-next:not(.swiper-button-disabled):hover {
    background: rgba(0, 0, 0, 0.4);
    color: #fff; }
  .component-slider .swiper-button-prev::after,
  .component-slider .swiper-button-next::after {
    content: ''; }

.component-slider .swiper-button-next::after {
  text-align: right; }

.component-slider .swiper-button-prev .icon {
  left: 1.5rem; }
  .component-slider .swiper-button-prev .icon::after {
    content: "←";
    font-family: "Netto W01 Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .component-slider .swiper-button-prev .icon::after {
        display: none;
        visibility: hidden; } }

.component-slider .swiper-button-next .icon {
  right: 1.5rem; }
  .component-slider .swiper-button-next .icon::after {
    content: "→";
    font-family: "Netto W01 Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .component-slider .swiper-button-next .icon::after {
        display: none;
        visibility: hidden; } }

.component-slider .swiper-pagination-fraction,
.component-slider .swiper-pagination-custom,
.component-slider .swiper-horizontal > .swiper-pagination-bullets,
.component-slider .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: auto;
  padding: 0 1.5rem;
  background: #fff;
  left: auto;
  right: auto;
  transform: none;
  bottom: 0;
  right: 0; }

.component-slider .swiper-pagination-bullet {
  background: #fff;
  border-radius: 50%;
  height: 0.8rem;
  margin: 0 0.375rem !important;
  border: 2px solid #1d7296;
  opacity: 1;
  transition: 0.25s ease-out;
  width: 0.8rem; }
  .component-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus, .component-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: rgba(29, 114, 150, 0.7); }
  .component-slider .swiper-pagination-bullet-active {
    background: #1d7296;
    border: 2px solid #1d7296; }

.component-rich-link-slide {
  position: relative;
  padding-bottom: 66.66667%;
  position: relative;
  padding-bottom: 66.66667%; }
  .component-rich-link-slide .heading,
  .component-rich-link-slide .meta,
  .component-rich-link-slide .paragraph {
    color: #000000; }
  .component-rich-link-slide .card-image {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .component-rich-link-slide .image-ratio {
    position: static; }
  .component-rich-link-slide .card-section {
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 2.4rem; }
  .component-rich-link-slide .heading,
  .component-rich-link-slide .meta,
  .component-rich-link-slide .paragraph {
    color: #000000; }
  .component-rich-link-slide .card-image {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .component-rich-link-slide .image-ratio {
    position: static; }
  .component-rich-link-slide .card-section {
    max-width: 100%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 2.4rem; }
  .component-rich-link-slide .card-section {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
    color: #000000; }

.image-marker {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -1.6rem 0 0 -1.6rem;
  background: #1d7296;
  border: 2px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  position: absolute;
  font-size: 1.8rem;
  font-weight: bold; }
  .image-marker, .image-marker:hover, .image-marker:focus {
    color: #fff; }
  .markers-wrapper {
    position: relative; }
    .markers-wrapper img {
      max-width: none;
      width: 100%; }

.marker-transparent .image-marker {
  animation: none;
  background: none;
  border: 0;
  box-shadow: none; }

.image-marker-tooltip {
  position: absolute;
  z-index: 10;
  display: none;
  width: 36rem;
  padding: 3rem;
  visibility: hidden;
  border: 1px solid #c9c9c9;
  border-radius: 0;
  background-color: #fff;
  font-size: 62.5%;
  max-width: 32rem;
  padding: 0;
  background: #fff;
  color: #000000;
  border: none;
  border-radius: 1rem;
  box-shadow: -0.1rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.15); }
  .image-marker-tooltip.is-opening {
    display: block; }
  .image-marker-tooltip.is-open {
    display: block;
    visibility: visible; }
  .image-marker-tooltip .popup-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
    max-height: 24rem; }
    @media print, screen and (min-width: 40em) {
      .image-marker-tooltip .popup-wrapper {
        max-height: 36rem; } }
    @media print, screen and (min-width: 64em) {
      .image-marker-tooltip .popup-wrapper {
        max-height: 42rem; } }
    .image-marker-tooltip .popup-wrapper > * {
      margin: 0 0 1.5rem; }
      .image-marker-tooltip .popup-wrapper > *:last-child {
        margin-bottom: 0; }
  .image-marker-tooltip dfn {
    color: #000000; }
  .image-marker-tooltip a {
    color: #cf4622; }
  .image-marker-tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #fff transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%; }
  .image-marker-tooltip::after {
    content: '';
    display: block;
    height: 3rem;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 3rem;
    left: 3rem;
    pointer-events: none; }

.component-image-with-markers.behavior-legend {
  counter-reset: kirra-iwm-legend; }
  .component-image-with-markers.behavior-legend .markers-wrapper {
    counter-reset: kirra-iwm-legend-marker; }
  .component-image-with-markers.behavior-legend .image-marker-legend {
    counter-increment: kirra-iwm-legend-marker; }
    .component-image-with-markers.behavior-legend .image-marker-legend::before {
      content: counter(kirra-iwm-legend-marker, decimal); }
  .component-image-with-markers.behavior-legend .component-marker-with-legend {
    position: relative;
    scroll-margin-top: 7.2rem;
    scroll-snap-margin-top: 7.2rem; }
    @media print, screen and (min-width: 40em) {
      .component-image-with-markers.behavior-legend .component-marker-with-legend {
        scroll-margin-top: 9.6rem;
        scroll-snap-margin-top: 9.6rem; } }
    .component-image-with-markers.behavior-legend .component-marker-with-legend .popup-title {
      counter-increment: kirra-iwm-legend; }
      .component-image-with-markers.behavior-legend .component-marker-with-legend .popup-title::before {
        content: counter(kirra-iwm-legend, decimal) ". "; }
    .component-image-with-markers.behavior-legend .component-marker-with-legend::after {
      content: '';
      position: absolute;
      inset: -1.5rem;
      border-radius: 1rem;
      box-shadow: 0 0.75rem 1.5rem rgba(207, 70, 34, 0.25);
      border: 1px solid rgba(207, 70, 34, 0.5);
      pointer-events: none;
      opacity: 0; }
    .component-image-with-markers.behavior-legend .component-marker-with-legend:target::after {
      animation: highlight ease-in-out 1.2s .6s; }

@keyframes highlight {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .component-image-with-markers.behavior-legend .component-marker-with-legend > * {
      margin: 0 0 1.5rem; }

.row-overview-image-with-markers-legend {
  margin-bottom: 0;
  list-style: none;
  margin-right: -1rem;
  margin-left: -1rem;
  display: flex;
  flex-flow: row wrap; }
  @media print, screen and (min-width: 30em) {
    .row-overview-image-with-markers-legend {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 40em) {
    .row-overview-image-with-markers-legend {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 48em) {
    .row-overview-image-with-markers-legend {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 64em) {
    .row-overview-image-with-markers-legend {
      margin-right: -1rem;
      margin-left: -1rem; } }
  .row-overview-image-with-markers-legend > .column-overview {
    display: flex;
    flex-direction: column;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .row-overview-image-with-markers-legend > .column-overview {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%; } }
    @media print, screen and (min-width: 64em) {
      .row-overview-image-with-markers-legend > .column-overview {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%; } }

.image-marker-reveal .reveal-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .image-marker-reveal .reveal-content > * {
    margin: 0 0 1.5rem; }
    .image-marker-reveal .reveal-content > *.image {
      margin: 0 0 3rem; }
    .image-marker-reveal .reveal-content > *:last-child {
      margin-bottom: 0; }

.component-csat-form {
  margin: 0 0 2.4rem;
  padding: 3.6rem 4.8rem;
  background: #f8f8f8;
  border-radius: 1rem; }
  .component-csat-form .csat-entry-form.is-loading::before {
    background: rgba(248, 248, 248, 0.5); }
  .component-csat-form .csat-entry-form {
    display: grid;
    margin-bottom: 0; }
    .component-csat-form .csat-entry-form[data-auto-submit-on-rating-change='true'] .form-controls-comment {
      display: none; }
    .component-csat-form .csat-entry-form[data-auto-submit-on-rating-change='false'] .form-controls-comment {
      margin-top: 3rem; }
    .component-csat-form .csat-entry-form .form-controls-rating .form-control-buttons {
      display: none; }
    .component-csat-form .csat-entry-form .form-controls-comment textarea {
      background: #fff; }
    .component-csat-form .csat-entry-form .form-control-buttons,
    .component-csat-form .csat-entry-form .form-control-buttons > .button,
    .component-csat-form .csat-entry-form .component-notification .form-control-buttons > .button-notification,
    .component-notification .component-csat-form .csat-entry-form .form-control-buttons > .button-notification {
      margin-bottom: 0; }
    .component-csat-form .csat-entry-form .form-heading:has(+ .submitted-text) {
      margin-bottom: 1.2rem; }
    .component-csat-form .csat-entry-form .submitted-text {
      margin-bottom: 1.6rem; }
  .component-csat-form .form-control-csat-rating {
    margin-bottom: 0 !important; }
    .component-csat-form .form-control-csat-rating > .form-control-label {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important; }
    .component-csat-form .form-control-csat-rating .form-control-wrapper {
      display: flex; }
      .component-csat-form .form-control-csat-rating .form-control-wrapper label, .component-csat-form .form-control-csat-rating .form-control-wrapper legend.form-control-label {
        position: relative;
        padding: 0 1.5rem;
        cursor: pointer; }
        .component-csat-form .form-control-csat-rating .form-control-wrapper label .icon, .component-csat-form .form-control-csat-rating .form-control-wrapper legend.form-control-label .icon {
          position: relative;
          display: block;
          width: 3.2rem;
          height: 3.2rem; }
        .component-csat-form .form-control-csat-rating .form-control-wrapper label svg, .component-csat-form .form-control-csat-rating .form-control-wrapper legend.form-control-label svg {
          width: 100%; }
      .component-csat-form .form-control-csat-rating .form-control-wrapper .form-control-rating {
        width: auto;
        margin-bottom: 0; }
        .component-csat-form .form-control-csat-rating .form-control-wrapper .form-control-rating .form-control-label {
          margin: 0; }
        .component-csat-form .form-control-csat-rating .form-control-wrapper .form-control-rating input {
          position: absolute !important;
          width: 1px !important;
          height: 1px !important;
          padding: 0 !important;
          overflow: hidden !important;
          clip: rect(0, 0, 0, 0) !important;
          white-space: nowrap !important;
          border: 0 !important; }
          html:not([data-whatinput='mouse']) .component-csat-form .form-control-csat-rating .form-control-wrapper .form-control-rating input:focus + .form-control-label .icon {
            outline: 2px solid #000000;
            outline-offset: 3px; }
  .component-csat-form .form-controls-rating.icon-style-star .form-control-csat-rating .form-control-wrapper label svg path, .component-csat-form .form-controls-rating.icon-style-star .form-control-csat-rating .form-control-wrapper legend.form-control-label svg path {
    fill: #ffbf00; }
  .component-csat-form .form-controls-rating.icon-style-star .form-control-csat-rating .form-control-wrapper label .full, .component-csat-form .form-controls-rating.icon-style-star .form-control-csat-rating .form-control-wrapper legend.form-control-label .full {
    position: absolute;
    inset: 0;
    opacity: 0; }
  .component-csat-form .form-controls-rating.icon-style-star .form-control-csat-rating .form-control-wrapper .form-control-rating.selected .form-control-label .icon .full, .component-csat-form .form-controls-rating.icon-style-star .form-control-csat-rating .form-control-wrapper .form-control-rating:has(~ .form-control-rating.selected) .form-control-label .icon .full, .component-csat-form .form-controls-rating.icon-style-star .form-control-csat-rating .form-control-wrapper .form-control-rating:has(~ .form-control-rating:hover) .form-control-label .icon .full, .component-csat-form .form-controls-rating.icon-style-star .form-control-csat-rating .form-control-wrapper .form-control-rating:hover .form-control-label .icon .full, .component-csat-form .form-controls-rating.icon-style-star .form-control-csat-rating .form-control-wrapper .form-control-rating:hover + .form-control-label .icon .full {
    opacity: 1; }
  .component-csat-form .form-controls-rating.icon-style-star .form-control-csat-rating .form-control-wrapper .form-control-rating:hover ~ .before .form-control-label .icon .full,
  .component-csat-form .form-controls-rating.icon-style-star .form-control-csat-rating .form-control-wrapper .form-control-rating:hover ~ .selected .form-control-label .icon .full {
    opacity: .4; }
  .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper label svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper legend.form-control-label svg path {
    transition: 0.25s ease-out;
    fill: rgba(29, 114, 150, 0.6); }
  .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper label .full, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper legend.form-control-label .full {
    position: absolute;
    inset: 0;
    opacity: 0; }
  .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper label:focus svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper legend.form-control-label:focus svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper label:hover svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper legend.form-control-label:hover svg path {
    fill: #1d7296; }
  .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.selected.icon-1 label svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.selected.icon-1 legend.form-control-label svg path {
    fill: #d22323; }
  .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.selected.icon-2 label svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.selected.icon-2 legend.form-control-label svg path {
    fill: #e95831; }
  .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.selected.icon-3 label svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.selected.icon-3 legend.form-control-label svg path {
    fill: #c5b25e; }
  .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.selected.icon-4 label svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.selected.icon-4 legend.form-control-label svg path {
    fill: #54a967; }
  .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.selected.icon-5 label svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.selected.icon-5 legend.form-control-label svg path {
    fill: #437919; }
  .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.before label svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.before legend.form-control-label svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.after label svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.after legend.form-control-label svg path {
    fill: rgba(29, 114, 150, 0.3); }
  .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.before label:focus svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.before legend.form-control-label:focus svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.before label:hover svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.before legend.form-control-label:hover svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.after label:focus svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.after legend.form-control-label:focus svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.after label:hover svg path, .component-csat-form .form-controls-rating.icon-style-face .form-control-csat-rating .form-control-wrapper .form-control-rating.after legend.form-control-label:hover svg path {
    fill: #1d7296; }

.icon-child::before {
  content: "";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .icon-child::before {
      display: none;
      visibility: hidden; } }

.icon-young_adult::before {
  content: "";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .icon-young_adult::before {
      display: none;
      visibility: hidden; } }

.icon-adult::before {
  content: "";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .icon-adult::before {
      display: none;
      visibility: hidden; } }

.icon-senior::before {
  content: "";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .icon-senior::before {
      display: none;
      visibility: hidden; } }

.icon-daytime_activities::before {
  content: "";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .icon-daytime_activities::before {
      display: none;
      visibility: hidden; } }

.icon-daytime_center::before {
  content: "";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .icon-daytime_center::before {
      display: none;
      visibility: hidden; } }

.icon-office::before {
  content: "";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .icon-office::before {
      display: none;
      visibility: hidden; } }

.icon-daycare::before {
  content: "";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .icon-daycare::before {
      display: none;
      visibility: hidden; } }

.icon-stay_home::before {
  content: "";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .icon-stay_home::before {
      display: none;
      visibility: hidden; } }

.icon-home_support::before {
  content: "";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .icon-home_support::before {
      display: none;
      visibility: hidden; } }

.icon-home::before {
  content: "";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .icon-home::before {
      display: none;
      visibility: hidden; } }

.component-job-alerts-subscribe-block .button, .component-job-alerts-subscribe-block .component-notification .button-notification, .component-notification .component-job-alerts-subscribe-block .button-notification,
.button-white {
  background: #fff;
  color: #6e777e; }
  .component-job-alerts-subscribe-block .button:hover, .component-job-alerts-subscribe-block .component-notification .button-notification:hover, .component-notification .component-job-alerts-subscribe-block .button-notification:hover,
  .button-white:hover {
    background: #e6e6e6;
    color: #565d63; }

.read-more:hover .text, .column-overview-faq-category .faq-category-link:hover .text, .read-more:focus .text, .column-overview-faq-category .faq-category-link:focus .text {
  text-decoration: underline; }

.component-download-item .component-title,
.component-download-list .component-title {
  color: #1d7296; }

.component-download-item a {
  border-radius: 1rem; }

.filter-result-container {
  position: relative;
  min-height: 15.6rem; }
  .filter-result-container::before, .filter-result-container::after {
    transition: 0.25s ease-out;
    content: '';
    opacity: 0;
    visibility: hidden; }
  .filter-result-container::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1; }
  .filter-result-container::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3.6rem;
    height: 3.6rem;
    display: inline-block;
    border: 0.6rem solid #3cb7cf;
    border-left-color: #cf4622;
    border-radius: 50%;
    animation: animation-full-rotate 1.2s linear infinite;
    top: 6rem;
    z-index: 2; }

@keyframes animation-full-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
  .filter-result-container.loading-filtering::before, .filter-result-container.loading-filtering::after {
    opacity: 1;
    visibility: visible; }

.tooltip-trigger {
  min-height: auto;
  padding: 0; }
  .tooltip-trigger::after {
    content: none; }

.readspeaker-widget {
  z-index: 1; }
  .readspeaker-widget .rsbtn.rsexpanded {
    width: 52.6rem; }

@media print, screen and (min-width: 48em) {
  .component-rich-link-featured {
    position: relative;
    padding-bottom: 66.66667%;
    padding-bottom: 0; }
    .component-rich-link-featured .heading,
    .component-rich-link-featured .meta,
    .component-rich-link-featured .paragraph {
      color: #000000; }
    .component-rich-link-featured .card-image {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .component-rich-link-featured .image-ratio {
      position: static; }
    .component-rich-link-featured .card-section {
      max-width: 100%;
      position: absolute;
      top: 3rem;
      right: 9rem;
      z-index: 2;
      padding: 2.4rem; }
    .component-rich-link-featured .card-image {
      padding: 0;
      margin-bottom: 3rem;
      position: relative;
      overflow: hidden; }
      .component-rich-link-featured .card-image,
      .component-rich-link-featured .card-image .responsive-image-ratio,
      .component-rich-link-featured .card-image img {
        border-radius: 1rem; }
      .component-rich-link-featured .card-image img:not([src*='.svg']) {
        object-fit: cover;
        font-family: "object-fit: cover", "Netto W01 Regular", sans-serif; }
    .component-rich-link-featured .image-ratio {
      width: 100%;
      position: relative;
      padding-bottom: 41.7272% !important; }
      .component-rich-link-featured .image-ratio img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none; }
      .component-rich-link-featured .image-ratio .responsive-image {
        padding-top: 0 !important;
        position: static; } }

.component-rich-link-featured .card-image {
  border-radius: 2.5rem 2.5rem 0 0; }
  @media print, screen and (min-width: 48em) {
    .component-rich-link-featured .card-image {
      border-radius: 2.5rem; } }

.component-rich-link-featured .card-section {
  background: #1d7296;
  border-radius: 0 0 2.5rem 2.5rem;
  color: #fff;
  text-align: left;
  padding: 4.8rem; }
  @media print, screen and (min-width: 48em) {
    .component-rich-link-featured .card-section {
      border-radius: 2.5rem;
      max-width: 50.5rem; } }

.component-rich-link-featured .component-title,
.component-rich-link-featured .component-title a,
.component-rich-link-featured .paragraph,
.component-rich-link-featured .read-more,
.component-rich-link-featured .column-overview-faq-category .faq-category-link,
.column-overview-faq-category .component-rich-link-featured .faq-category-link {
  color: #fff; }

.component-rich-link-featured .component-title {
  font-family: "Caveat", cursive;
  font-weight: normal;
  font-size: 6.4rem;
  margin-bottom: 0.75rem; }
  .component-rich-link-featured .component-title::after {
    content: none; }

.component-rich-link-featured .paragraph {
  font-size: 2.2rem;
  line-height: 1.2; }

.component-rich-link-featured .btn {
  margin: 0 1.2rem 0 0; }


.component-rich-link-featured .read-more,
.component-rich-link-featured .column-overview-faq-category .faq-category-link,
.column-overview-faq-category .component-rich-link-featured .faq-category-link {
  font-size: 1.9rem;
  margin: 2.25rem 0 0; }
  @media screen and (min-width: 33.75em) {
    
    .component-rich-link-featured .read-more,
    .component-rich-link-featured .column-overview-faq-category .faq-category-link,
    .column-overview-faq-category .component-rich-link-featured .faq-category-link {
      margin: 0; } }

.component-job-alerts-subscribe-block {
  padding: 3rem 3rem 1.5rem;
  background: #1d7296;
  border-radius: 1.4rem;
  color: #fff; }
  .component-job-alerts-subscribe-block .row .row {
    margin-right: -1rem;
    margin-left: -1rem; }
    @media print, screen and (min-width: 30em) {
      .component-job-alerts-subscribe-block .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media print, screen and (min-width: 40em) {
      .component-job-alerts-subscribe-block .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media print, screen and (min-width: 48em) {
      .component-job-alerts-subscribe-block .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media print, screen and (min-width: 64em) {
      .component-job-alerts-subscribe-block .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
  .component-job-alerts-subscribe-block .column-text {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    flex: 0 0 100%;
    max-width: 100%; }
  .component-job-alerts-subscribe-block .column-content {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 64em) {
    .component-job-alerts-subscribe-block .row .row {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 30em) {
    .component-job-alerts-subscribe-block .row .row {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .component-job-alerts-subscribe-block .row .row {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 48em) {
    .component-job-alerts-subscribe-block .row .row {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .component-job-alerts-subscribe-block .row .row {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 64em) {
    .component-job-alerts-subscribe-block .column-text {
      padding-right: calc(2rem * .5);
      padding-left: calc(2rem * .5);
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .component-job-alerts-subscribe-block .column-content {
      padding-right: calc(2rem * .5);
      padding-left: calc(2rem * .5);
      flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  .page-overview-block .component-job-alerts-subscribe-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0; }
    .page-overview-block .component-job-alerts-subscribe-block .component-title {
      font-size: 4.6rem;
      padding-right: 0; }
    .page-overview-block .component-job-alerts-subscribe-block .paragraph {
      font-weight: bold;
      margin-bottom: 1.5rem; }
    .page-overview-block .component-job-alerts-subscribe-block .form-control-label {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important; }
    .page-overview-block .component-job-alerts-subscribe-block .button, .page-overview-block .component-job-alerts-subscribe-block .component-notification .button-notification, .component-notification .page-overview-block .component-job-alerts-subscribe-block .button-notification {
      margin-top: auto;
      margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 64em) {
    .page-content-container .component-job-alerts-subscribe-block {
      margin-left: -3rem;
      margin-right: -3rem; }
      .page-content-container .component-job-alerts-subscribe-block ~ .call-to-action-block-wrapper {
        margin-top: -3rem; } }
  .component-job-alerts-subscribe-block .component-title,
  .component-job-alerts-subscribe-block .form-control-label {
    color: #fff; }
  .component-job-alerts-subscribe-block .component-title {
    font-family: "Caveat", "Netto W01 Bold", "Netto W01 Regular", sans-serif;
    font-size: 5.8rem;
    font-weight: normal;
    line-height: 4.7rem;
    padding-right: 4.5rem; }
  .component-job-alerts-subscribe-block .form-control-text:not(:last-child) {
    margin-bottom: 1.5rem; }
  .component-job-alerts-subscribe-block .form-control-label {
    font-weight: bold; }
  .component-job-alerts-subscribe-block .form-control-error-message {
    color: #fff; }
  .component-job-alerts-subscribe-block .load-more {
    position: relative;
    left: 0;
    transform: none; }
  .component-job-alerts-subscribe-block .form,
  .component-job-alerts-subscribe-block .form .form-control-buttons {
    margin-bottom: 0; }
  .component-job-alerts-subscribe-block .callout {
    margin-bottom: 0; }
    .component-job-alerts-subscribe-block .callout h3 {
      margin-bottom: 1.5rem; }

.callout .ck-editor > *:last-child {
  margin-bottom: 0; }

@media print, screen and (max-width: 47.99875em) {
  .filter-form {
    padding: 0;
    background: transparent;
    position: static;
    height: auto;
    overflow: visible;
    display: block; } }

.component-highlighted-stories .intro-container h2 {
  margin-bottom: 1.5rem; }

.component-highlighted-stories .intro-container p {
  font-size: 2.1rem; }

.component-notification {
  min-height: 7.2rem;
  padding: 3rem 3rem 3rem 7.5rem;
  border-radius: 1rem; }
  .component-notification:not(.form-success) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .component-notification .component-block {
    max-width: none;
    margin: 0; }
  .component-notification .icon-component {
    position: absolute;
    top: 3rem;
    left: 3rem; }
  .component-notification .component-title {
    font-family: "Netto W01 Bold", "Netto W01 Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #1d7296;
    text-rendering: optimizeLegibility;
    line-height: 1.2;
    margin-bottom: 3rem;
    font-size: 2rem;
    margin-bottom: 1.5rem; }
  .component-notification.default .icon-component::before {
    content: "";
    font-family: "cosis";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .component-notification.default .icon-component::before {
        display: none;
        visibility: hidden; } }
  .component-notification.default,
  .component-notification.default a,
  .component-notification.default ul,
  .component-notification.default ol,
  .component-notification.default li,
  .component-notification.default li::before,
  .component-notification.default .ck-editor ol:not([style*='list-style']) > li::marker,
  .component-notification.default blockquote p,
  .component-notification.default .component-title,
  .component-notification.default .button-notification,
  .component-notification.default .button-notification .icon::after,
  .component-notification.default .read-more,
  .component-notification.default .column-overview-faq-category .faq-category-link,
  .column-overview-faq-category .component-notification.default .faq-category-link,
  .component-notification.default .read-more .icon::after,
  .component-notification.default .column-overview-faq-category .faq-category-link .icon::after,
  .column-overview-faq-category .component-notification.default .faq-category-link .icon::after,
  .component-notification.default .glossary-term,
  .component-notification.default .close-button {
    color: #fff !important; }
  .component-notification.default ul li::before {
    background: #fff; }
  .component-notification.default blockquote,
  .component-notification.default .glossary-term {
    border-color: #fff; }
  .component-notification.alert .icon-component::before {
    content: "";
    font-family: "cosis";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .component-notification.alert .icon-component::before {
        display: none;
        visibility: hidden; } }
  .component-notification.alert,
  .component-notification.alert a,
  .component-notification.alert ul,
  .component-notification.alert ol,
  .component-notification.alert li,
  .component-notification.alert li::before,
  .component-notification.alert .ck-editor ol:not([style*='list-style']) > li::marker,
  .component-notification.alert blockquote p,
  .component-notification.alert .component-title,
  .component-notification.alert .button-notification,
  .component-notification.alert .button-notification .icon::after,
  .component-notification.alert .read-more,
  .component-notification.alert .column-overview-faq-category .faq-category-link,
  .column-overview-faq-category .component-notification.alert .faq-category-link,
  .component-notification.alert .read-more .icon::after,
  .component-notification.alert .column-overview-faq-category .faq-category-link .icon::after,
  .column-overview-faq-category .component-notification.alert .faq-category-link .icon::after,
  .component-notification.alert .glossary-term,
  .component-notification.alert .close-button {
    color: #fff !important; }
  .component-notification.alert ul li::before {
    background: #fff; }
  .component-notification.alert blockquote,
  .component-notification.alert .glossary-term {
    border-color: #fff; }
  .component-notification.warning .icon-component::before {
    content: "";
    font-family: "cosis";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .component-notification.warning .icon-component::before {
        display: none;
        visibility: hidden; } }
  .component-notification.warning,
  .component-notification.warning a,
  .component-notification.warning ul,
  .component-notification.warning ol,
  .component-notification.warning li,
  .component-notification.warning li::before,
  .component-notification.warning .ck-editor ol:not([style*='list-style']) > li::marker,
  .component-notification.warning blockquote p,
  .component-notification.warning .component-title,
  .component-notification.warning .button-notification,
  .component-notification.warning .button-notification .icon::after,
  .component-notification.warning .read-more,
  .component-notification.warning .column-overview-faq-category .faq-category-link,
  .column-overview-faq-category .component-notification.warning .faq-category-link,
  .component-notification.warning .read-more .icon::after,
  .component-notification.warning .column-overview-faq-category .faq-category-link .icon::after,
  .column-overview-faq-category .component-notification.warning .faq-category-link .icon::after,
  .component-notification.warning .glossary-term,
  .component-notification.warning .close-button {
    color: #664910 !important; }
  .component-notification.warning ul li::before {
    background: #664910; }
  .component-notification.warning blockquote,
  .component-notification.warning .glossary-term {
    border-color: #664910; }
  .component-notification.information .icon-component::before {
    content: "";
    font-family: "cosis";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .component-notification.information .icon-component::before {
        display: none;
        visibility: hidden; } }
  .component-notification.information,
  .component-notification.information a,
  .component-notification.information ul,
  .component-notification.information ol,
  .component-notification.information li,
  .component-notification.information li::before,
  .component-notification.information .ck-editor ol:not([style*='list-style']) > li::marker,
  .component-notification.information blockquote p,
  .component-notification.information .component-title,
  .component-notification.information .button-notification,
  .component-notification.information .button-notification .icon::after,
  .component-notification.information .read-more,
  .component-notification.information .column-overview-faq-category .faq-category-link,
  .column-overview-faq-category .component-notification.information .faq-category-link,
  .component-notification.information .read-more .icon::after,
  .component-notification.information .column-overview-faq-category .faq-category-link .icon::after,
  .column-overview-faq-category .component-notification.information .faq-category-link .icon::after,
  .component-notification.information .glossary-term,
  .component-notification.information .close-button {
    color: #000000 !important; }
  .component-notification.information ul li::before {
    background: #000000; }
  .component-notification.information blockquote,
  .component-notification.information .glossary-term {
    border-color: #000000; }
  .component-notification.success {
    padding-left: 3rem; }
    .component-notification.success .icon-component::before {
      content: "";
      font-family: "cosis";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none; }
      @media reader, speech, aural {
        .component-notification.success .icon-component::before {
          display: none;
          visibility: hidden; } }
    .component-notification.success,
    .component-notification.success a,
    .component-notification.success ul,
    .component-notification.success ol,
    .component-notification.success li,
    .component-notification.success li::before,
    .component-notification.success .ck-editor ol:not([style*='list-style']) > li::marker,
    .component-notification.success blockquote p,
    .component-notification.success .component-title,
    .component-notification.success .button-notification,
    .component-notification.success .button-notification .icon::after,
    .component-notification.success .read-more,
    .component-notification.success .column-overview-faq-category .faq-category-link,
    .column-overview-faq-category .component-notification.success .faq-category-link,
    .component-notification.success .read-more .icon::after,
    .component-notification.success .column-overview-faq-category .faq-category-link .icon::after,
    .column-overview-faq-category .component-notification.success .faq-category-link .icon::after,
    .component-notification.success .glossary-term,
    .component-notification.success .close-button {
      color: #fff !important; }
    .component-notification.success ul li::before {
      background: #fff; }
    .component-notification.success blockquote,
    .component-notification.success .glossary-term {
      border-color: #fff; }
  .component-notification h2 {
    color: #fff; }

.component-global-notification {
  margin-bottom: 0;
  position: relative;
  z-index: 3; }
  .component-global-notification .component-block {
    padding: 3rem 3rem 3rem 7.5rem;
    border-radius: 0.5rem;
    margin-top: 3rem; }
    .component-global-notification .component-block > :last-child {
      margin-bottom: 0; }
  .has-hero-image .component-global-notification .component-block {
    margin-bottom: 3rem; }
  .component-global-notification .close-button {
    top: 2.25rem;
    right: 3rem; }
  .component-global-notification .button-notification {
    margin-top: 0; }

.survey-form {
  min-height: 0;
  overflow: visible; }
  .survey-form .close-button {
    top: 1.8rem;
    right: 0.6rem;
    background: transparent;
    padding: 0;
    box-shadow: none;
    transform: none;
    min-height: 0; }
    .survey-form .close-button:hover .close-button-icon {
      color: #c9c9c9; }
  .survey-form .close-button-icon {
    transition: 0.25s ease-out;
    position: static; }
  .survey-form form,
  .survey-form .component-survey-form > .component-block,
  .survey-form .component-formverwijzing,
  .survey-form .form-control-buttons > .button,
  .survey-form .component-notification .form-control-buttons > .button-notification,
  .component-notification .survey-form .form-control-buttons > .button-notification,
  .survey-form .button-submit {
    margin-bottom: 0; }
  @media print, screen and (min-width: 30em) {
    .survey-form .form-control-buttons {
      margin-bottom: 0; } }
  .survey-form .ck-editor {
    margin-bottom: 3rem; }
  .survey-form .printable-form {
    margin-bottom: 3rem; }
    .survey-form .printable-form tbody,
    .survey-form .printable-form tr {
      background: transparent; }
  .survey-form .button-group {
    margin-bottom: 0; }
    .survey-form .button-group .button, .survey-form .button-group .component-notification .button-notification, .component-notification .survey-form .button-group .button-notification {
      margin-bottom: 0; }
  .survey-form.survey-form-corner {
    box-shadow: -0.1rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    height: auto;
    top: auto !important;
    bottom: 0; }
    @media print, screen and (min-width: 30em) {
      .survey-form.survey-form-corner {
        width: 42rem;
        max-height: calc(100vh - 6rem);
        left: auto !important;
        right: 3rem;
        bottom: 3rem; } }
    .site-cookie-bar:not([style]) ~ .survey-form.survey-form-corner {
      visibility: hidden !important;
      opacity: 0 !important; }
  @media print, screen and (max-width: 39.99875em) {
    .survey-form.survey-form-survey {
      top: 0 !important;
      overflow-y: scroll; } }

div:not(.survey-form) .component-form [data-close] {
  display: none; }

@media print, screen and (max-width: 47.99875em) {
  .site-cookie-bar:not([style]) ~ .reveal-overlay,
  .site-cookie-bar:not([style]) ~ .survey-form {
    visibility: hidden !important;
    opacity: 0 !important; } }

.reveal {
  border-radius: 1rem; }

.component-faq-questions {
  border-bottom: 0;
  background: #f8f8f8;
  margin-bottom: 1.5rem !important; }
  .component-faq-questions .button-title {
    line-height: 1.5;
    padding-right: 1.5rem; }
  .component-faq-questions dt:not(:first-of-type) {
    border-top: 4px solid #fff; }
  .component-faq-questions dd {
    overflow: hidden; }
  .component-faq-questions .faq-question-button {
    display: flex;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
    border-top: 0;
    justify-content: flex-start;
    align-items: flex-start; }
    .component-faq-questions .faq-question-button .icon {
      order: -1;
      margin-right: 0.75rem;
      line-height: 1.5; }
    .component-faq-questions .faq-question-button:hover, .component-faq-questions .faq-question-button:focus {
      color: #1d7296;
      border-color: #c9c9c9; }
  .component-faq-questions .faq-question-button .icon {
    transition: 0.25s ease-out;
    transform: rotate(0); }
  .component-faq-questions .answer-is-visible {
    background: #f8f8f8; }
    .component-faq-questions .answer-is-visible .icon {
      transform: rotate(90deg); }
    .faq-answer.show-answer {
      background: #f8f8f8; }

.component-faq-page .page-content-container.categories {
  max-width: 82rem; }

.component-faq-page .row-overview-faq-page {
  padding-right: 0;
  padding-left: 0; }

.component-faq-page .column-overview-faq-category {
  margin-bottom: 4.5rem; }

.component-flex-grid {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 9rem; }
  @media screen and (min-width: 90em) {
    .component-flex-grid {
      margin-left: -5.11667rem;
      margin-right: -5.11667rem; } }
  @media screen and (min-width: 120em) {
    .component-flex-grid {
      margin-left: -10.23333rem;
      margin-right: -10.23333rem; } }
  .component-flex-grid::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: #f8f8f8;
    width: 400vw; }
  .component-flex-grid .component-block {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3rem; }
    @media print, screen and (min-width: 64em) {
      .component-flex-grid .component-block {
        margin-bottom: 6rem; } }
    .component-flex-grid .component-block .component-block {
      margin-bottom: 0; }

.component-rich-link-highlighted {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  height: 100%; }
  .component-rich-link-highlighted .card-section {
    background: #fff;
    text-align: left;
    padding: 3rem 3rem 0; }
  .component-rich-link-highlighted .read-more, .component-rich-link-highlighted .column-overview-faq-category .faq-category-link, .column-overview-faq-category .component-rich-link-highlighted .faq-category-link {
    color: #cf4622; }
    .component-rich-link-highlighted .read-more:hover, .component-rich-link-highlighted .column-overview-faq-category .faq-category-link:hover, .column-overview-faq-category .component-rich-link-highlighted .faq-category-link:hover, .component-rich-link-highlighted .read-more:focus, .component-rich-link-highlighted .column-overview-faq-category .faq-category-link:focus, .column-overview-faq-category .component-rich-link-highlighted .faq-category-link:focus {
      text-decoration: underline; }

.component-slider-application-process-slider {
  position: relative;
  z-index: 1;
  padding: 9rem 0; }
  .component-slider-application-process-slider::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: #fff;
    width: 400vw;
    left: 0; }
  .component-slider-application-process-slider .swiper {
    height: auto !important; }
  .component-slider-application-process-slider > .component-title {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 61rem; }
  .component-slider-application-process-slider > .component-alinea {
    font-size: 2.2rem;
    margin-bottom: 4.5rem; }
  .component-slider-application-process-slider .slider-background-shape {
    background: #c5b25e;
    width: 100vw;
    height: 30rem;
    position: absolute;
    top: auto;
    bottom: -9rem;
    transform: translate3d(-50%, 0, 0);
    left: 50%;
    pointer-events: none; }
  .component-slider-application-process-slider .swiper {
    overflow: visible;
    max-width: 76.7rem; }
  @media print, screen and (min-width: 64em) {
    .component-slider-application-process-slider .swiper-free-mode > .swiper-wrapper {
      margin-left: -5.11667rem;
      margin-right: 0; } }
  .component-slider-application-process-slider .component-application-process-slide {
    transition: 0.25s ease-out;
    flex-grow: 1;
    background: #fff;
    border-radius: 2.4rem;
    box-shadow: 0 0.9rem 2.4rem -0.4rem rgba(0, 0, 0, 0.1);
    padding: 3rem;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    height: auto !important;
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important; }
    @media print, screen and (min-width: 40em) {
      .component-slider-application-process-slider .component-application-process-slide {
        flex-direction: row;
        border-radius: 10rem;
        padding: 3rem 3rem 3rem 1.5rem;
        flex-wrap: nowrap; } }
    @media print, screen and (min-width: 64em) {
      .component-slider-application-process-slider .component-application-process-slide {
        padding: 3rem;
        border-radius: 25rem; } }
    .component-slider-application-process-slider .component-application-process-slide .icon-container {
      background: #2799C9;
      aspect-ratio: 1 / 1;
      width: 10rem;
      height: 10rem;
      display: flex;
      justify-content: center;
      align-self: center;
      border-radius: 50%;
      flex-shrink: 0;
      margin-bottom: 1.5rem; }
      @media print, screen and (min-width: 40em) {
        .component-slider-application-process-slider .component-application-process-slide .icon-container {
          width: 12rem;
          height: 12rem;
          margin-bottom: 0; } }
      @media print, screen and (min-width: 64em) {
        .component-slider-application-process-slider .component-application-process-slide .icon-container {
          width: 14rem;
          height: 14rem; } }
    .component-slider-application-process-slider .component-application-process-slide .slide-content {
      height: 100% !important; }
    .component-slider-application-process-slider .component-application-process-slide:nth-child(2n) .icon-container {
      background: #e57153; }
    .component-slider-application-process-slider .component-application-process-slide:nth-child(3n) .icon-container {
      background: #C4B986; }
    .component-slider-application-process-slider .component-application-process-slide .icon {
      aspect-ratio: 1 / 1;
      width: 66.6667%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
      .component-slider-application-process-slider .component-application-process-slide .icon:not(.icon-svg) {
        background: #f8f8f8; }
      .component-slider-application-process-slider .component-application-process-slide .icon.icon-svg svg {
        width: 100%;
        height: 100%; }
    .component-slider-application-process-slider .component-application-process-slide .slide-section {
      width: 100%; }
      @media print, screen and (min-width: 40em) {
        .component-slider-application-process-slider .component-application-process-slide .slide-section {
          width: auto;
          padding: 0 3rem; } }
    .component-slider-application-process-slider .component-application-process-slide .title-container {
      display: flex;
      gap: 0 0.9999rem;
      margin-bottom: 0.75rem;
      justify-content: center; }
      @media print, screen and (min-width: 40em) {
        .component-slider-application-process-slider .component-application-process-slide .title-container {
          justify-content: flex-start; } }
    .component-slider-application-process-slider .component-application-process-slide .slide-number,
    .component-slider-application-process-slider .component-application-process-slide .component-title {
      margin-bottom: 0; }
    .component-slider-application-process-slider .component-application-process-slide .slide-number {
      flex-shrink: 0; }
    @media print, screen and (min-width: 40em) {
      .component-slider-application-process-slider .component-application-process-slide .component-title {
        text-align: left; } }
    .component-slider-application-process-slider .component-application-process-slide .paragraph {
      font-size: 2rem; }
      .component-slider-application-process-slider .component-application-process-slide .paragraph p {
        margin-bottom: 0; }
      @media print, screen and (min-width: 40em) {
        .component-slider-application-process-slider .component-application-process-slide .paragraph {
          text-align: left;
          font-size: 2.2rem; }
          .component-slider-application-process-slider .component-application-process-slide .paragraph p {
            text-align: left; } }
    .component-slider-application-process-slider .component-application-process-slide .custom-icon {
      background: none !important;
      fill: #fff; }
  .component-slider-application-process-slider .swiper-horizontal > .swiper-pagination-bullets {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, 1.2rem);
    grid-template-rows: max-content;
    grid-column-gap: 2.0001rem;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    left: auto;
    right: auto;
    bottom: 0;
    pointer-events: auto;
    background: transparent; }
    @media print, screen and (min-width: 48em) {
      .component-slider-application-process-slider .swiper-horizontal > .swiper-pagination-bullets {
        margin-top: 6rem; } }
    .component-slider-application-process-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      transition: 0.25s ease-out;
      margin: 0 !important;
      align-self: center;
      justify-self: center;
      transform: scale(1);
      width: 1.2rem;
      height: 1.2rem;
      border: 2px solid #fff;
      background: transparent;
      /*
			 * Increase target size for touch devices.
			 * https://www.w3.org/WAI/WCAG21/Understanding/target-size.html
			 */ }
      .component-slider-application-process-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
        background: #fff; }
      .component-slider-application-process-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: scale(1) translate(-50%, -50%);
        transform-origin: top left;
        width: 100%;
        height: 100%;
        min-width: 44px;
        min-height: 44px; }
      .component-slider-application-process-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus {
        background: none; }
        .component-slider-application-process-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus:hover {
          background: #fff; }
      .component-slider-application-process-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:focus-visible {
        box-shadow: 0 0 0 2px #f8f8f8, 0 0 0 4px #fff; }
        .component-slider-application-process-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:focus-visible.swiper-pagination-bullet-active {
          box-shadow: 0 0 0 1.3334px #f8f8f8, 0 0 0 2.6668px #fff;
          background: #fff; }
    .component-slider-application-process-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
      transform: scale(1.5);
      background: #fff; }
      .component-slider-application-process-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
        transform: scale(0.6667) translate(-50%, -50%); }

.component-youtube .responsive-embed,
.component-youtube .responsive-embed img,
.component-youtube .responsive-embed iframe {
  border-radius: 1rem; }

@media (hover: hover) and (pointer: fine) {
  .component-youtube .responsive-embed:hover .video-play-button {
    background: #cf4622; } }

.component-youtube.has-image button[data-play-video] {
  background: none; }

.component-youtube.has-image .video-play-button {
  transition: 0.25s ease-out;
  transition-property: background; }

.component-image-with-markers .image-marker {
  min-height: 0; }
  .component-image-with-markers .image-marker.color-primary {
    background: #1d7296; }
  .component-image-with-markers .image-marker.color-secondary {
    background: #cf4622; }
  .component-image-with-markers .image-marker.color-tertiary {
    background: #c5b25e; }
  .component-image-with-markers .image-marker.color-quaternary {
    background: #3cb7cf; }

.component-image-with-markers .image-marker-tooltip {
  font-size: 1.8rem; }

@media print, screen and (min-width: 64em) {
  .page-cards-overview[data-gutter='1'][data-limit='3'], .page-cards-overview[data-gutter='1'][data-limit='4'] {
    margin-left: -10.23333rem;
    margin-right: -10.23333rem; } }

@media screen and (min-width: 80em) {
  .page-cards-overview[data-gutter='1'][data-limit='3'], .page-cards-overview[data-gutter='1'][data-limit='4'] {
    margin-left: -20.46667rem;
    margin-right: -20.46667rem; } }

:root {
  --ubMainContainerPaddingMobile: 0;
  --ubInputBackgroundColor: #f8f8f8;
  --ubFontFamily: Netto W01 Regular, sans-serif;
  --ubInputBorder: 0;
  --ubInputBorderRadius: 1rem;
  --ubTitleColor: #1d7296;
  --ubH1Color: var(--ubTitleColor);
  --ubH2Color: var(--ubTitleColor);
  --ubH3Color: var(--ubTitleColor);
  --ubH4Color: var(--ubTitleColor);
  --ubH5Color: var(--ubTitleColor);
  --ubNoteBorderRadius: 0;
  --ubButtonPadding: .75rem 1.5rem;
  --ubButtonBackground: #6e777e;
  --ubButtonBackgroundHover: #c9c9c9;
  --ubButtonBorderRadius: 1rem;
  --ubButtonFontFamily: Netto W01 Bold, Netto W01 Regular, sans-serif;
  --ubButtonFontSize: 1.7rem; }

#ub-apply-form,
#ub-jobalert-form,
#ub-candidate-portal {
  margin-bottom: 3rem;
  padding: 2.25rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: -0.1rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.15); }

.ub-form input,
.ub-form select,
.ub-form .ub-multiselect {
  margin: 0;
  font-size: 1.7rem !important; }

.ub-form .ub-input-label {
  font-size: 1.8rem !important; }

.ub-form [type='checkbox'] {
  position: unset;
  -webkit-appearance: auto;
  appearance: auto;
  opacity: unset; }
  .ub-form [type='checkbox'] + label, .ub-form [type='checkbox'] + legend.form-control-label {
    margin: 0; }
  .ub-form [type='checkbox']:checked + label::after, .ub-form [type='checkbox']:checked + legend.form-control-label::after {
    transform: none !important; }

.ub-form .ub-multiselect-options {
  --ubInputBorderRadius: 1rem 0 0 1rem;
  background: var(--ubInputBackgroundColor) !important;
  border-radius: 1px solid #6e777e;
  box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.15); }

.ub-form .ub-form-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem; }

.ub-form .ub-form-submitted h3,
.ub-form .ub-form-submitted a {
  color: inherit; }

.ub-form .ub-form-submitted a {
  text-decoration: underline;
  display: inline; }
  .ub-form .ub-form-submitted a:hover {
    color: currentColor;
    text-decoration-color: transparent; }

.ub-anchor-button {
  --ubButtonPadding: 0;
  box-shadow: none; }

.ub-button-as-icon {
  box-shadow: none; }

.ub-form-submitted {
  margin-bottom: 3rem;
  padding: 3rem;
  background: #1d7296;
  border-radius: 1rem;
  color: #fff; }

.ub-toggleable-container-content {
  margin-top: 1.5rem; }

.ub-dropdown-combobox:has(+ .ub-dropdown-listbox.ub-dropdown--open)::after {
  transform: translate(0, -20%) rotate(225deg) !important; }

#ub-candidate-portal,
#ub-jobalert-form {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto; }

#application-form {
  scroll-margin-top: 16rem; }
  @media print, screen and (min-width: 64em) {
    #application-form {
      scroll-margin-top: 9rem; } }

.component-classic-login .page-middle .alert {
  margin-bottom: 1.5rem; }

.component-classic-login .page-middle .alert,
.component-classic-login .page-middle form {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto; }

.form-control:not(:last-child), .recaptcha-holder:not(:last-child) {
  margin-bottom: 2.25rem; }

legend {
  font-family: "Netto W01 Regular", sans-serif; }

.form-control .radio-options, .recaptcha-holder .radio-options {
  flex-wrap: wrap;
  margin: 0 0 1.5rem; }
  .form-control .radio-options li, .recaptcha-holder .radio-options li {
    margin: 0 0.45rem 0.9rem; }
  .form-control .radio-options h2, .recaptcha-holder .radio-options h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem; }
  .form-control .radio-options input[type="radio"]:checked + label, .recaptcha-holder .radio-options input[type="radio"]:checked + label, .form-control .radio-options input[type="radio"]:checked + legend.form-control-label, .recaptcha-holder .radio-options input[type="radio"]:checked + legend.form-control-label {
    color: #fff; }
    .form-control .radio-options input[type="radio"]:checked + label::before, .recaptcha-holder .radio-options input[type="radio"]:checked + label::before, .form-control .radio-options input[type="radio"]:checked + legend.form-control-label::before, .recaptcha-holder .radio-options input[type="radio"]:checked + legend.form-control-label::before {
      background: #1d7296; }
  .form-control .radio-options label, .recaptcha-holder .radio-options label, .form-control .radio-options legend.form-control-label, .recaptcha-holder .radio-options legend.form-control-label {
    position: relative;
    padding: 0.75rem 1.5rem;
    font-family: "Netto W01 Bold", "Netto W01 Regular", sans-serif;
    color: #1d7296;
    margin: 0; }
    .form-control .radio-options label span, .recaptcha-holder .radio-options label span, .form-control .radio-options legend.form-control-label span, .recaptcha-holder .radio-options legend.form-control-label span {
      position: relative;
      z-index: 2; }
    .form-control .radio-options label::before, .recaptcha-holder .radio-options label::before, .form-control .radio-options legend.form-control-label::before, .recaptcha-holder .radio-options legend.form-control-label::before {
      transition: 0.25s ease-out;
      position: absolute;
      background: #fff;
      width: 100%;
      height: 100%;
      border-radius: 2.5rem;
      z-index: 1;
      border: 0; }
    .form-control .radio-options label::after, .recaptcha-holder .radio-options label::after, .form-control .radio-options legend.form-control-label::after, .recaptcha-holder .radio-options legend.form-control-label::after {
      content: none; }
    .form-control .radio-options label:hover, .recaptcha-holder .radio-options label:hover, .form-control .radio-options legend.form-control-label:hover, .recaptcha-holder .radio-options legend.form-control-label:hover {
      color: #fff; }
      .form-control .radio-options label:hover::before, .recaptcha-holder .radio-options label:hover::before, .form-control .radio-options legend.form-control-label:hover::before, .recaptcha-holder .radio-options legend.form-control-label:hover::before, .form-control .radio-options .form-control-field-wrapper-checkbox-radio [type='checkbox']:focus + legend.form-control-label::before, .form-control-field-wrapper-checkbox-radio .form-control .radio-options [type='checkbox']:focus + legend.form-control-label::before, .recaptcha-holder .radio-options .form-control-field-wrapper-checkbox-radio [type='checkbox']:focus + legend.form-control-label::before, .form-control-field-wrapper-checkbox-radio .recaptcha-holder .radio-options [type='checkbox']:focus + legend.form-control-label::before,
      .form-control .radio-options .form-control-field-wrapper-checkbox-radio [type='radio']:focus + legend.form-control-label::before, .form-control-field-wrapper-checkbox-radio .form-control .radio-options [type='radio']:focus + legend.form-control-label::before,
      .recaptcha-holder .radio-options .form-control-field-wrapper-checkbox-radio [type='radio']:focus + legend.form-control-label::before, .form-control-field-wrapper-checkbox-radio .recaptcha-holder .radio-options [type='radio']:focus + legend.form-control-label::before {
        background: #1d7296; }

.filter-form {
  gap: 3rem; }
  .filter-form .form-control, .filter-form .recaptcha-holder {
    max-width: none; }
  .filter-form .form-controls {
    align-items: baseline; }

.component-location-detail .meta address,
.card-location-detail .meta address {
  margin-bottom: 0; }
  .component-location-detail .meta address .location-telephone-number,
  .component-location-detail .meta address .location-email-address,
  .card-location-detail .meta address .location-telephone-number,
  .card-location-detail .meta address .location-email-address {
    display: flex;
    align-items: center; }
    .component-location-detail .meta address .location-telephone-number::before,
    .component-location-detail .meta address .location-email-address::before,
    .card-location-detail .meta address .location-telephone-number::before,
    .card-location-detail .meta address .location-email-address::before {
      margin-right: 1.5rem; }

.component-location-detail .meta-item,
.card-location-detail .meta-item {
  margin-bottom: 1rem; }

.component-location-detail .meta-item-address-info .meta-item-value,
.card-location-detail .meta-item-address-info .meta-item-value {
  display: flex; }

.component-location-detail .meta-item-address-info address,
.card-location-detail .meta-item-address-info address {
  display: flex;
  flex-wrap: wrap; }

.component-location-detail .meta-item-address-info .location-street-address,
.card-location-detail .meta-item-address-info .location-street-address {
  width: 100%; }

.component-location-detail .meta-item-address-info .location-address-locality::before,
.card-location-detail .meta-item-address-info .location-address-locality::before {
  content: '\00a0'; }

.component-location-detail .meta-item-address-info .icon::before,
.card-location-detail .meta-item-address-info .icon::before {
  content: "j";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  font-size: 20px; }
  @media reader, speech, aural {
    .component-location-detail .meta-item-address-info .icon::before,
    .card-location-detail .meta-item-address-info .icon::before {
      display: none;
      visibility: hidden; } }

.component-location-detail .location-telephone-number::before,
.card-location-detail .location-telephone-number::before {
  content: "d";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  font-size: 20px; }
  @media reader, speech, aural {
    .component-location-detail .location-telephone-number::before,
    .card-location-detail .location-telephone-number::before {
      display: none;
      visibility: hidden; } }

.component-location-detail .location-telephone-number-mobile,
.card-location-detail .location-telephone-number-mobile {
  padding-left: 3.5rem; }

.component-location-detail .location-email-address::before,
.card-location-detail .location-email-address::before {
  content: "f";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  font-size: 20px; }
  @media reader, speech, aural {
    .component-location-detail .location-email-address::before,
    .card-location-detail .location-email-address::before {
      display: none;
      visibility: hidden; } }

.component-location-detail .location-email-address a,
.card-location-detail .location-email-address a {
  display: inline-block; }

.component-location-detail .meta-item-google-maps,
.card-location-detail .meta-item-google-maps {
  display: none; }

.component-location-detail .location-information {
  max-width: 82rem;
  margin: 0 auto; }
  @media print, screen and (max-width: 39.99875em) {
    .component-location-detail .location-information .page-overview {
      display: block; } }

.component-location-detail .meta {
  margin-bottom: 0; }

.row-overview-location-folder {
  padding-right: 0;
  padding-left: 0; }
  .row-overview-location-folder .column-overview-location-detail {
    margin-bottom: 3rem; }
    .row-overview-location-folder .column-overview-location-detail .card-wrapper {
      flex-grow: 1; }
    .row-overview-location-folder .column-overview-location-detail .card-location-detail {
      margin-bottom: 0; }

.component-location-folder .page-util-container {
  display: none; }

.component-location-folder .location-page-action-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 3rem;
  background: #f8f8f8;
  border-radius: 1rem;
  max-width: 103rem;
  padding: 1.5rem 2.55rem 0.3rem; }
  @media print, screen and (min-width: 30em) {
    .component-location-folder .location-page-action-bar {
      padding: 3rem 3.75rem 1.5rem; } }
  @media print, screen and (min-width: 64em) {
    .component-location-folder .location-page-action-bar {
      flex-wrap: nowrap; } }

.component-location-folder .filter-view-toggle {
  background: #fff;
  border-radius: 1.4rem;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  width: 100%;
  height: 5.2rem; }
  .component-location-folder .filter-view-toggle .toggle-button {
    transition: 0.25s ease-out;
    border-radius: 1.4rem;
    color: #1d7296;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Netto W01 Bold", "Netto W01 Regular", sans-serif;
    padding: 0.5rem 1.5rem;
    width: calc(50% - 3rem/4); }
    @media print, screen and (min-width: 48em) {
      .component-location-folder .filter-view-toggle .toggle-button {
        width: auto; } }
    @media print, screen and (min-width: 48em) {
      .component-location-folder .filter-view-toggle .toggle-button {
        justify-content: flex-start; } }
    .component-location-folder .filter-view-toggle .toggle-button.active, .component-location-folder .filter-view-toggle .toggle-button:hover {
      background: #f8f8f8; }
    .component-location-folder .filter-view-toggle .toggle-button::before {
      margin-right: 0.75rem; }
  .component-location-folder .filter-view-toggle .toggle-button-grid::before {
    content: "u";
    font-family: "cosis";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .component-location-folder .filter-view-toggle .toggle-button-grid::before {
        display: none;
        visibility: hidden; } }
  .component-location-folder .filter-view-toggle .toggle-button-map::before {
    content: "v";
    font-family: "cosis";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .component-location-folder .filter-view-toggle .toggle-button-map::before {
        display: none;
        visibility: hidden; } }

.component-location-folder .filter-form,
.component-location-folder .form-controls {
  width: auto;
  margin-bottom: 0; }

.component-location-folder .form-controls {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }
  .component-location-folder .form-controls .form-control-search .form-control-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .component-location-folder .form-controls .form-control-search + .form-control, .component-location-folder .form-controls .form-control-search + .recaptcha-holder {
    order: 3; }
    .component-location-folder .form-controls .form-control-search + .form-control .form-control-label, .component-location-folder .form-controls .form-control-search + .recaptcha-holder .form-control-label {
      display: none; }
    .component-location-folder .form-controls .form-control-search + .form-control .heading, .component-location-folder .form-controls .form-control-search + .recaptcha-holder .heading {
      font-size: 2.5rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
  .component-location-folder .form-controls .form-control-select {
    display: flex; }
  .component-location-folder .form-controls .form-control-search {
    order: 2;
    padding-right: 0; }
  .component-location-folder .form-controls .filter-view-toggle {
    order: 1; }
  .component-location-folder .form-controls .form-control-select {
    order: 3;
    padding-right: 0; }
  @media print, screen and (min-width: 30em) {
    .component-location-folder .form-controls .form-control-search {
      flex-grow: 1;
      width: auto; }
    .component-location-folder .form-controls .radio-options {
      display: flex; }
    .component-location-folder .form-controls .form-control-select {
      order: 3;
      width: 100%; }
      .component-location-folder .form-controls .form-control-select .style-select {
        display: none; } }
  @media print, screen and (min-width: 40em) {
    .component-location-folder .form-controls .form-control-search {
      order: 1;
      padding-right: 1.5rem; }
    .component-location-folder .form-controls .filter-view-toggle {
      order: 2;
      width: auto; } }

.component-location-folder .form-control, .component-location-folder .recaptcha-holder {
  margin-bottom: 0;
  padding-left: 0; }
  .component-location-folder .form-control:not(:last-child), .component-location-folder .recaptcha-holder:not(:last-child) {
    margin-bottom: 1.5rem; }
    @media print, screen and (min-width: 30em) {
      .component-location-folder .form-control:not(:last-child), .component-location-folder .recaptcha-holder:not(:last-child) {
        margin-bottom: 0; } }

.component-location-folder .form-control-label {
  font-family: "Netto W01 Bold", "Netto W01 Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1d7296;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  margin-bottom: 0;
  max-width: 13rem;
  width: 100%; }

.component-location-folder .form-input-radio label, .component-location-folder .form-input-radio legend.form-control-label {
  display: flex; }
  .component-location-folder .form-input-radio label.location-type, .component-location-folder .form-input-radio legend.location-type.form-control-label {
    background: none;
    padding-left: 0.975rem; }
  .component-location-folder .form-input-radio label:hover .icon, .component-location-folder .form-input-radio legend.form-control-label:hover .icon {
    color: #1d7296; }
  .component-location-folder .form-input-radio label:hover.location-type-daytime_activities .icon, .component-location-folder .form-input-radio legend.form-control-label:hover.location-type-daytime_activities .icon, .component-location-folder .form-input-radio label:hover.location-type-daytime_center .icon, .component-location-folder .form-input-radio legend.form-control-label:hover.location-type-daytime_center .icon, .component-location-folder .form-input-radio label:hover.location-type-office .icon, .component-location-folder .form-input-radio legend.form-control-label:hover.location-type-office .icon, .component-location-folder .form-input-radio label:hover.location-type-daycare .icon, .component-location-folder .form-input-radio legend.form-control-label:hover.location-type-daycare .icon, .component-location-folder .form-input-radio label:hover.location-type-stay_home .icon, .component-location-folder .form-input-radio legend.form-control-label:hover.location-type-stay_home .icon, .component-location-folder .form-input-radio label:hover.location-type-home_support .icon, .component-location-folder .form-input-radio legend.form-control-label:hover.location-type-home_support .icon, .component-location-folder .form-input-radio label:hover.location-type-home .icon, .component-location-folder .form-input-radio legend.form-control-label:hover.location-type-home .icon {
    color: #fff; }

.component-location-folder .form-input-radio .icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.75rem;
  border: none;
  border-radius: 1.6rem; }

.component-location-folder .form-control-search {
  margin-right: 0;
  margin-bottom: 0.75rem; }
  .component-location-folder .form-control-search .form-control-field-wrapper {
    position: relative; }
    .component-location-folder .form-control-search .form-control-field-wrapper::before {
      content: "m";
      font-family: "cosis";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #6e777e;
      right: 1rem; }
      @media reader, speech, aural {
        .component-location-folder .form-control-search .form-control-field-wrapper::before {
          display: none;
          visibility: hidden; } }
  .component-location-folder .form-control-search [type='search'] {
    border: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 52.5em) {
      .component-location-folder .form-control-search [type='search'] {
        min-width: 28.9rem; } }

.component-location-folder [type='search'],
.component-location-folder .style-select,
.component-location-folder .style-select select {
  color: #6e777e;
  height: 5.2rem; }

.component-location-folder .style-select::before {
  content: "o";
  font-family: "cosis";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  color: #6e777e;
  z-index: 1; }
  @media reader, speech, aural {
    .component-location-folder .style-select::before {
      display: none;
      visibility: hidden; } }

.component-location-folder .google-maps {
  border-radius: 1.4rem; }

.component-location-folder select {
  box-shadow: none; }

.component-location-folder .form-control-field-wrapper input,
.component-location-folder .form-control-field-wrapper .style-select {
  background: #fff;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 1.4rem; }

.component-location-folder .radio-options {
  display: none; }

.card-location-detail {
  border-radius: 1rem;
  display: flex;
  text-align: left;
  position: relative;
  margin-bottom: 3rem;
  height: 100%;
  overflow: hidden; }
  .card-location-detail:hover .card-image img {
    transform: scale(1.1); }
  .card-location-detail:hover .read-more, .card-location-detail:hover .column-overview-faq-category .faq-category-link, .column-overview-faq-category .card-location-detail:hover .faq-category-link {
    color: #cf4622; }
  .card-location-detail .card-image,
  .card-location-detail .card-section {
    border-radius: 0; }
  .card-location-detail .card-image {
    overflow: visible; }
    .card-location-detail .card-image img {
      transform-origin: center center;
      transition: transform 0.25s, visibility 0.25s ease-in; }
  .card-location-detail .card-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative !important; }
  .card-location-detail .location-types {
    list-style: none;
    position: absolute;
    top: -1.9rem;
    left: 0;
    width: 100%;
    z-index: 1; }
  .card-location-detail .heading {
    font-family: "Netto W01 Bold", "Netto W01 Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #1d7296;
    text-rendering: optimizeLegibility;
    line-height: 1.2;
    margin-bottom: 3rem;
    font-size: 2rem;
    margin-bottom: 1.5rem; }
    .card-location-detail .heading::after {
      content: none; }
  .card-location-detail .meta {
    font-style: normal;
    margin-bottom: 1.5rem; }
    .card-location-detail .meta address {
      margin-bottom: 0; }
  .card-location-detail .read-more, .card-location-detail .column-overview-faq-category .faq-category-link, .column-overview-faq-category .card-location-detail .faq-category-link {
    margin: auto 0 0; }
    .card-location-detail .read-more::after, .card-location-detail .column-overview-faq-category .faq-category-link::after, .column-overview-faq-category .card-location-detail .faq-category-link::after {
      content: none; }

.location-type,
.location-types.tags .location-type {
  margin: 0;
  padding: 0; }
  .location-type .icon,
  .location-types.tags .location-type .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.8rem;
    height: 3.8rem;
    background: #f8f8f8;
    border: 0.2rem solid #fff;
    border-radius: 3.8rem;
    color: #1d7296;
    font-size: 1.6rem; }
  .location-type.location-type-daytime_activities .icon, .location-type.location-type-daytime_center .icon, .location-type.location-type-office .icon, .location-type.location-type-daycare .icon, .location-type.location-type-stay_home .icon, .location-type.location-type-home_support .icon, .location-type.location-type-home .icon,
  .location-types.tags .location-type.location-type-daytime_activities .icon,
  .location-types.tags .location-type.location-type-daytime_center .icon,
  .location-types.tags .location-type.location-type-office .icon,
  .location-types.tags .location-type.location-type-daycare .icon,
  .location-types.tags .location-type.location-type-stay_home .icon,
  .location-types.tags .location-type.location-type-home_support .icon,
  .location-types.tags .location-type.location-type-home .icon {
    color: #fff; }
  .location-type.location-type-daytime_activities .icon,
  .location-types.tags .location-type.location-type-daytime_activities .icon {
    background: #e95831; }
  .location-type.location-type-daytime_center .icon,
  .location-types.tags .location-type.location-type-daytime_center .icon {
    background: #c5b25e; }
  .location-type.location-type-office .icon,
  .location-types.tags .location-type.location-type-office .icon {
    background: #3cb7cf; }
  .location-type.location-type-daycare .icon,
  .location-types.tags .location-type.location-type-daycare .icon {
    background: #bd3822; }
  .location-type.location-type-stay_home .icon,
  .location-types.tags .location-type.location-type-stay_home .icon {
    background: #5a241c; }
  .location-type.location-type-home_support .icon,
  .location-types.tags .location-type.location-type-home_support .icon {
    background: #1d7296; }
  .location-type.location-type-home .icon,
  .location-types.tags .location-type.location-type-home .icon {
    background: #418952; }

.location-types.tags {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
  margin-bottom: 0; }

.component-location-detail .page-intro-container {
  gap: 1.5rem; }

.page-extra-content-login {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto; }
  @media print, screen and (min-width: 64em) {
    .page-extra-content-login {
      margin-bottom: 6rem; } }
  .page-extra-content-login .callout,
  .page-extra-content-login .form-profile,
  .page-extra-content-login .form-login {
    order: -1;
    width: 100%; }
  .page-extra-content-login .login-with-heading {
    margin-top: 3rem;
    margin-bottom: 0; }
  .page-extra-content-login ul {
    margin-left: 0;
    padding: 0;
    list-style: none; }
  .page-extra-content-login:has(~ .page-extra-content-login) {
    margin-bottom: 0 !important; }
  .page-extra-content-login .button-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.0001rem; }
    .page-extra-content-login .button-group > * {
      margin: 0 !important; }
  .page-extra-content-login .read-more::after, .page-extra-content-login .column-overview-faq-category .faq-category-link::after, .column-overview-faq-category .page-extra-content-login .faq-category-link::after {
    content: none; }

.component-login.component-kirralogin {
  transition: 0.25s ease-out;
  display: flex;
  align-items: center;
  padding: 0.9999rem;
  margin-bottom: 3rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 1rem;
  box-shadow: -0.1rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.15); }
  .component-login.component-kirralogin:focus, .component-login.component-kirralogin:hover {
    transform: translate3d(0, 2px, 0);
    border-color: #cf4622;
    box-shadow: 0 0.9rem 2.4rem -0.4rem rgba(0, 0, 0, 0.1); }

.form-control-phone .style-select {
  height: auto;
  margin: 0 0 3rem; }
  .form-control-phone .style-select select {
    height: auto; }

@media print, screen and (min-width: 40em) {
  .form-control-phone .form-control-field-wrapper {
    display: flex; }
  .form-control-phone .style-select {
    max-width: 26.4rem;
    margin: 0 1.5rem 0 0; } }

.page-header-top.user-logged-in .page-topmenu > ul {
  padding-right: 0; }

.page-header-top.user-logged-in .page-topmenu li:not(:first-child) {
  margin-left: 0.225rem; }

.page-header-top.user-logged-in .column.column-readspeaker, .page-header-top.user-logged-in .column-readspeaker.columns {
  padding-left: 0; }

.column.site-header-user, .site-header-user.columns {
  padding-right: 0; }
  .column.site-header-user .button-user .button-title, .site-header-user.columns .button-user .button-title {
    font-size: 1.6rem;
    display: block;
    max-width: 120px;
    line-height: 1.2; }

.header-login .dropdown {
  padding-right: 0; }

.header-login .dropdown-icon {
  position: relative;
  top: 2px;
  display: flex;
  margin-left: 0.75rem;
  font-size: 1.2rem; }
  .header-login .dropdown-icon::before {
    content: "o";
    font-family: "cosis";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .header-login .dropdown-icon::before {
        display: none;
        visibility: hidden; } }

.header-login .is-dropdown-submenu {
  transition: 0.25s ease-out;
  position: absolute;
  top: 100%;
  z-index: 9999;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: -0.1rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -8px, 0); }
  .header-login .is-dropdown-submenu.js-dropdown-active {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, -4px, 0); }

.button-login {
  display: flex;
  align-items: center;
  gap: 0.75rem; }
  .button-login .icon {
    display: flex;
    font-size: 1.8rem; }
    .button-login .icon::before {
      content: "r";
      font-family: "cosis";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none; }
      @media reader, speech, aural {
        .button-login .icon::before {
          display: none;
          visibility: hidden; } }

.button-user {
  display: flex;
  align-items: center;
  gap: 0.75rem; }
  .button-user img {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 1.2rem; }
  .button-user:not(.has-picture) .user-icon {
    display: flex;
    font-size: 1.8rem; }
    .button-user:not(.has-picture) .user-icon::before {
      content: "r";
      font-family: "cosis";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none; }
      @media reader, speech, aural {
        .button-user:not(.has-picture) .user-icon::before {
          display: none;
          visibility: hidden; } }

.page-footer .zorgkaartnederland-logo {
  width: 20rem;
  margin-bottom: 3rem; }
  .page-footer .zorgkaartnederland-logo img {
    transition: 0.25s ease-out; }
  .page-footer .zorgkaartnederland-logo a:hover img, .page-footer .zorgkaartnederland-logo a:focus img {
    transform: scale(1.03); }

.nav-off-canvas-login .submenu-toggle {
  margin-left: 0.75rem;
  font-size: 1.2rem; }
  .nav-off-canvas-login .submenu-toggle::before {
    content: "o";
    font-family: "cosis";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .nav-off-canvas-login .submenu-toggle::before {
        display: none;
        visibility: hidden; } }
  .nav-off-canvas-login .submenu-toggle .submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }

.nav-off-canvas-login .is-submenu-parent {
  display: flex;
  flex-wrap: wrap; }

.nav-off-canvas-login .submenu {
  width: 100%;
  margin: -1.5rem 0 3rem;
  padding: .75rem 3rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: -0.1rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.15); }
  .nav-off-canvas-login .submenu .submenu-item {
    display: flex; }
    .nav-off-canvas-login .submenu .submenu-item:last-child .menu-link {
      margin-bottom: 0; }
  .nav-off-canvas-login .submenu a {
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    line-height: inherit;
    opacity: 1; }
    .nav-off-canvas-login .submenu a:focus, .nav-off-canvas-login .submenu a:hover {
      background: none;
      color: inherit;
      text-decoration: underline; }

