@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans:ital,wght@0,300;0,700;0,800;1,600&display=swap');
/* imports */
/* includes */
/* paddings and margins */
/* grid	 */
.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 960px) {
  .container {
    padding-left: 60px;
  }
}
@media (min-width: 960px) {
  .container {
    padding-right: 60px;
  }
}
/* psuedo columns */
/* fast flex */
/* to the right! */
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * 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;
}
/* Grouping content
     ========================================================================== */
/**
   * 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 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 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 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * 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;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 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 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* clearfix */
/* font-awesome */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.social-pages img {
  width: 40px;
  height: auto;
}
.layout-header .full-menu-toggle,
.layout-header .full-search-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  text-align: center;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child,
.layout-header .full-menu-toggle *:last-child,
.layout-header .full-search-toggle *:last-child {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  width: 100%;
  height: auto;
}
.layout-header .full-menu-toggle *:first-child img,
.layout-header .full-search-toggle *:first-child img,
.layout-header .full-menu-toggle *:last-child img,
.layout-header .full-search-toggle *:last-child img {
  width: 40px;
  height: 40px;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child {
  opacity: 1;
}
@media (min-width: 1150px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.full-menu-open .layout-header .full-menu-toggle *:first-child {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu-toggle *:last-child {
  opacity: 1;
}
.layout-header {
  height: 0;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1150px) {
  .layout-header .header .menu {
    display: block;
  }
}
.layout-header .full-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
.full-menu-open .layout-header .header .menu {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu {
  top: 0vh;
}
.layout-hero {
  position: relative;
}
.layout-contents .left-and-right {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-contents .left-and-right:before,
.layout-contents .left-and-right:after {
  content: " ";
  display: table;
}
.layout-contents .left-and-right:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-left: -60px;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-right: -60px;
  }
}
@media (min-width: 1200px) {
  .layout-contents .left-and-right {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) and (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-left: -60px;
  }
}
@media (min-width: 1200px) and (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-right: -60px;
  }
}
.layout-contents .left-and-right > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    padding-left: 60px;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    padding-right: 60px;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    margin-bottom: 120px;
  }
}
@media (min-width: 640px) {
  .layout-contents .left-and-right > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
.layout-contents.two_columns .text {
  columns: 2;
}
.layout-contents.two_columns .text > *:first-child {
  margin-top: 0;
}
.layout-textandcta .text-and-cta {
  align-items: center;
}
@media (min-width: 960px) {
  .layout-textandcta .text-and-cta {
    display: flex;
  }
  .layout-textandcta .text-and-cta > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-textandcta .text-and-cta > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
@media (min-width: 960px) {
  .layout-textandusps .text-and-usps {
    display: flex;
  }
  .layout-textandusps .text-and-usps > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-textandusps .text-and-usps > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
@media (min-width: 960px) {
  .layout-textandform .text-and-form {
    display: flex;
  }
  .layout-textandform .text-and-form > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-textandform .text-and-form > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
@media (min-width: 960px) {
  .layout-textandvisual .container {
    display: flex;
  }
  .layout-textandvisual .container > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-textandvisual .container > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
@media (min-width: 960px) {
  .layout-textandvisual .container {
    position: relative;
    min-height: 300px;
  }
  .layout-textandvisual .container .image {
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 50%;
  }
  .layout-textandvisual .container .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.layout-imageandtext .image-and-text {
  display: flex;
}
.layout-imageandtext .image-and-text > *:nth-child(1) {
  flex: 0 0 30%;
}
.layout-imageandtext .image-and-text > *:nth-child(2) {
  flex: 0 0 70%;
}
.layout-imageandtext .image-and-text.text-only {
  display: block;
}
.layout-imageandtext .image-and-text.text-only > * {
  flex: none;
}
@media (min-width: 960px) {
  .layout-imageandtext .image-and-text.text-only .text {
    padding-left: 80px;
  }
}
@media (min-width: 960px) {
  .layout-footer .container > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .layout-footer .container > ul:before,
  .layout-footer .container > ul:after {
    content: " ";
    display: table;
  }
  .layout-footer .container > ul:after {
    clear: both;
  }
  .layout-footer .container > ul > * {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    float: left;
    width: 50%;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-footer .container > ul {
    margin-left: -60px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-footer .container > ul {
    margin-right: -60px;
  }
}
@media (min-width: 960px) and (min-width: 1200px) {
  .layout-footer .container > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 960px) and (min-width: 1200px) and (min-width: 960px) {
  .layout-footer .container > ul {
    margin-left: -60px;
  }
}
@media (min-width: 960px) and (min-width: 1200px) and (min-width: 960px) {
  .layout-footer .container > ul {
    margin-right: -60px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-footer .container > ul > * {
    padding-left: 60px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-footer .container > ul > * {
    padding-right: 60px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-footer .container > ul > * {
    margin-bottom: 120px;
  }
}
@media (min-width: 960px) and (min-width: 640px) {
  .layout-footer .container > ul > * {
    width: 50%;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-footer .container > ul > * {
    width: 25%;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  .layout-footer .container > ul > * {
    width: 25%;
  }
}
.layout-footer .container > ul > * {
  margin-bottom: 0;
}
.layout-copyright {
  text-align: right;
}
.layout-copyright .copyright {
  display: inline-block;
}
.layout-copyright ul {
  display: inline-block;
}
.layout-copyright ul li {
  display: inline-block;
}
/* fonts, links and headers */
@font-face {
  font-family: 'Helvetica Nueu';
  src: url('/wp-content/themes/siersema-vlaggen/fonts/helvetica.woff2') format('woff2'), url('/wp-content/themes/siersema-vlaggen/fonts/helvetica.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica Nueu Bold';
  src: url('/wp-content/themes/siersema-vlaggen/fonts/helvetica-bold.woff2') format('woff2'), url('/wp-content/themes/siersema-vlaggen/fonts/helvetica-bold.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica Nueu Light';
  src: url('/wp-content/themes/siersema-vlaggen/fonts/helvetica-light.woff2') format('woff2'), url('/wp-content/themes/siersema-vlaggen/fonts/helvetica-light.woff') format('woff');
}
/* vars */
/* reusable */
/* go */
body {
  padding-top: 140px;
  font-family: 'Helvetica Nueu', Arial, sans-serif;
  font-size: 17px;
  line-height: 35px;
  min-width: 360px;
}
@media (min-width: 960px) {
  body {
    padding-top: 190px;
  }
}
strong {
  font-family: 'Helvetica Nueu Bold';
}
#page {
  overflow: hidden;
}
h1 {
  color: #02478e;
}
h1,
h2 {
  font-size: 2.25em;
  line-height: 1em;
  font-family: 'Open Sans';
  font-weight: 600;
}
h1 strong,
h2 strong {
  font-weight: 800;
  font-family: 'Open Sans';
}
.layout-header {
  transition: all 0.25s ease;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #ffffff;
}
.scrolled .layout-header {
  box-shadow: 0 0 7px 0px rgba(50, 50, 50, 0.16);
}
.layout-header,
.layout-header .container {
  height: 140px;
  transition: all 0.25s ease;
}
@media (min-width: 960px) {
  .layout-header,
  .layout-header .container {
    height: 190px;
  }
}
.scrolled .layout-header,
.scrolled .layout-header .container {
  height: 100px;
}
.layout-header .container {
  position: relative;
}
.layout-header .container .home {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  display: block;
  width: 200px;
  transition: all 0.25s ease;
}
.scrolled .layout-header .container .home {
  width: 110px;
  margin-top: 13px;
}
@media (min-width: 960px) {
  .layout-header .container .home {
    width: 285px;
    margin-top: 0;
  }
  .scrolled .layout-header .container .home {
    width: 150px;
  }
}
@media (min-width: 1430px) {
  .layout-header .container .home {
    left: 0;
  }
}
.layout-header .container .home svg {
  width: 100%;
}
.layout-header .container .contact {
  position: absolute;
  right: 70px;
  top: 0;
  transition: all 0.25s ease;
}
.scrolled .layout-header .container .contact {
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
@media (min-width: 1150px) {
  .layout-header .container .contact {
    right: 15px;
    font-size: 17px;
  }
  .scrolled .layout-header .container .contact {
    font-size: 17px;
  }
}
.layout-header .container .contact a {
  color: #ffffff;
  text-decoration: none;
  background-color: #02478e;
  padding: 1px 15px;
  text-align: center;
  border-radius: 0 0 15px 15px;
  transition: all 0.25s ease;
  display: block;
  font-family: 'Helvetica Nueu Bold';
}
.scrolled .layout-header .container .contact a {
  border-radius: 15px;
}
@media (min-width: 1150px) {
  .layout-header .container .contact a {
    padding: 5px 25px;
  }
}
.layout-header .container .contact a i {
  margin-right: 0px;
}
@media (min-width: 960px) {
  .layout-header .container .contact a i {
    margin-right: 8px;
  }
}
.layout-header .container .contact a:hover {
  background-color: #e40520;
}
.layout-header .container .contact ul {
  padding: 0;
  list-style: 0;
}
.layout-header .container .contact ul li {
  display: inline-block;
  margin-left: 5px;
}
.layout-header .container .contact ul li span {
  display: none;
}
@media (min-width: 960px) {
  .layout-header .container .contact ul li span {
    display: inline-block;
  }
}
.layout-header .container .contact ul li.webshop {
  display: none;
  display: inline-block;
}
.layout-header .container .full-menu-toggle {
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #02478e;
  margin-top: 5px;
}
@media (min-width: 960px) {
  .layout-header .container .full-menu-toggle {
    font-size: 40px;
    margin-top: 0;
  }
}
.layout-header .container .full-menu-toggle .fa-xmark {
  color: #e40520;
}
.layout-header .header .menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: all 0.25s ease;
}
.scrolled .layout-header .header .menu {
  right: 360px;
}
.layout-header .header .menu li {
  display: inline-block;
  margin-left: 30px;
}
.layout-header .header .menu li:first-child {
  margin-left: 0;
}
.layout-header .header .menu li a {
  text-decoration: none;
  color: #0c2143;
  font-family: 'Open Sans';
  font-weight: 700;
  transition: all 0.25s ease;
  font-size: 1em;
}
.layout-header .header .menu li a:hover {
  color: #e40520;
}
.layout-header .full-menu {
  background: #ffffff;
}
.layout-header .full-menu .menu {
  padding-top: 100px;
}
.layout-header .full-menu .menu li {
  display: block;
  margin: 10px 0;
}
.layout-header .full-menu .menu li a {
  text-decoration: none;
  color: #000000;
  font-family: 'Open Sans';
  font-weight: 700;
  transition: all 0.25s ease;
}
.layout-header .full-menu .menu li a:hover {
  color: #e40520;
}
.layout-header .full-menu .contact {
  position: relative;
  top: 0 !important;
  left: 0;
  right: 0;
  text-align: center;
}
.layout-header .full-menu .contact a {
  border-radius: 15px;
}
.single .layout-contents .container {
  box-shadow: none;
}
@media (min-width: 960px) {
  .single .layout-contents .container {
    padding-right: 140px;
  }
}
.page-id-63 .layout-contents .container,
.page-id-13 .layout-contents .container {
  box-shadow: 0 0 20px 0px rgba(50, 50, 50, 0.16);
  padding-top: 80px;
  margin-top: -125px;
}
.page-id-344 .layout-contents .container {
  padding-left: 0;
}
.page-id-344 .layout-contents .container .gform_wrapper {
  margin-left: 0%;
  padding: 30px;
  margin-right: 0px;
  margin-top: 0;
  border-radius: 3px;
}
.text .tablewrapper {
  overflow-x: auto;
  position: relative;
}
@media (max-width: 960px) {
  .text .tablewrapper {
    padding-bottom: 35px;
  }
}
.text .tablewrapper:after {
  content: 'Scroll naar rechts om de gehele tabel te bekijken';
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
}
@media (min-width: 960px) {
  .text .tablewrapper:after {
    display: none;
  }
}
.text table {
  width: 800px !important;
}
@media (max-width: 960px) {
  .text table {
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  .text table {
    width: 100% !important;
  }
}
.text table tr {
  height: 30px !important;
}
@media (max-width: 960px) {
  .text table tr {
    height: 25px !important;
  }
}
.text table tr td {
  padding: 0px 10px !important;
  height: 30px !important;
  border-bottom: 1px solid #ccc;
}
.text table tr:nth-of-type(1) td,
.text table tr:nth-of-type(2) td,
.text table tr:nth-of-type(3) td,
.text table tr:nth-of-type(4) td {
  border-bottom: none;
}
.text table tr:nth-of-type(1) td,
.text table tr:nth-of-type(2) td,
.text table tr:last-child td {
  font-size: 15px;
}
.layout-contents .container {
  z-index: 9;
  position: relative;
  background: #ffffff;
  padding-top: 0;
}
@media (min-width: 960px) {
  .layout-contents .container {
    padding-left: 140px;
  }
}
.layout-contents .container .phone,
.layout-contents .container .email {
  color: #02478e;
  text-decoration: none;
}
.layout-contents .container .phone svg,
.layout-contents .container .email svg,
.layout-contents .container .phone i,
.layout-contents .container .email i {
  margin-right: 5px;
}
.layout-contents .container .phone:hover,
.layout-contents .container .email:hover {
  color: #e40520;
  text-decoration: underline;
}
.layout-contents .container em {
  font-family: 'Helvetica Nueu Bold';
  color: #02478e;
}
.layout-contents .container a {
  color: #02478e;
  text-decoration: none;
}
.layout-contents .container a:hover {
  color: #e40520;
  text-decoration: underline;
}
.layout-contents .container a strong,
.layout-contents .container strong a {
  color: #ffffff;
  background-color: #e40520;
  padding: 17px 45px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1.25em;
  font-family: 'Open Sans';
  font-weight: 700;
}
.layout-contents .container a strong:hover,
.layout-contents .container strong a:hover {
  background-color: #02478e;
  color: #ffffff;
  text-decoration: none;
}
.layout-contents .container .gform_wrapper {
  background-color: #f8f8f8;
  padding: 25px;
  margin-top: 50px;
}
.layout-contents .container .gform_wrapper .gform_heading h2 {
  color: #02478e;
  margin-top: 0;
}
@media (min-width: 960px) {
  .layout-contents .container .gform_wrapper {
    margin-left: 20%;
    padding: 100px;
    margin-right: -60px;
  }
}
.layout-contents .container .gform_wrapper .gfield_label {
  color: #02478e;
  font-family: 'Open Sans';
  font-size: 15px;
}
@media (max-width: 960px) {
  .layout-contents .container .gform_wrapper .gfield_label {
    font-size: 12px;
    line-height: 20px;
  }
}
.layout-contents .container .gform_wrapper .materiaalsoort .gchoice input {
  display: none;
}
.layout-contents .container .gform_wrapper .materiaalsoort .gchoice label {
  background-color: #d4e6f4;
  max-width: 241px;
  border-radius: 11px;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 3px 0;
  display: block;
}
.layout-contents .container .gform_wrapper .materiaalsoort .gchoice label:hover {
  background-color: #02478e;
  color: #ffffff;
}
.layout-contents .container .gform_wrapper .materiaalsoort .gchoice.active label {
  background-color: #02478e;
  color: #ffffff;
}
.layout-contents .container .gform_wrapper input,
.layout-contents .container .gform_wrapper textarea {
  border-radius: 15px;
  border: 1px solid #939393;
  height: 40px;
  padding: 0 30px !important;
}
@media (max-width: 960px) {
  .layout-contents .container .gform_wrapper input,
  .layout-contents .container .gform_wrapper textarea {
    padding: 0 15px !important;
  }
}
.layout-contents .container .gform_wrapper input[type="checkbox"] {
  height: auto;
}
.layout-contents .container .gform_wrapper .validation_message {
  border-radius: 15px;
  padding-top: 2px;
  padding: 2px 24px 2px 30px;
}
@media (max-width: 960px) {
  .layout-contents .container .gform_wrapper .validation_message {
    padding: 2px 24px 2px 15px;
  }
}
.layout-contents .container .gform_wrapper textarea {
  padding: 20px 30px !important;
  max-height: 150px;
}
@media (max-width: 960px) {
  .layout-contents .container .gform_wrapper textarea {
    padding: 15px 15px !important;
  }
}
.layout-contents .container .gform_wrapper div.lengte .ginput_container input {
  display: inline;
  width: 100px !important;
  padding: 0 !important;
  color: #02478e;
  font-size: 1.25em;
}
.layout-contents .container .gform_wrapper div.lengte .ginput_container:after {
  content: "meter";
  font-size: 14px;
  color: black;
  margin-left: 5px;
  display: inline;
  width: auto;
}
.layout-contents .container .gform_wrapper div.uitleg {
  border: 1px solid black;
  border-radius: 3px;
  padding: 10px;
  font-size: 0.89em;
  line-height: 1.5em;
  display: block;
}
.layout-contents .container .gform_wrapper .gform_footer .button,
.layout-contents .container .gform_wrapper .gform-page-footer .button,
.layout-contents .container .gform_wrapper .gform_footer .gform_next_button,
.layout-contents .container .gform_wrapper .gform-page-footer .gform_next_button {
  color: #02478e;
  background-color: #ffd700;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 3px;
  margin-right: 15px;
  border: 1px solid #ffd700;
  cursor: pointer;
}
.layout-contents .container .gform_wrapper .gform_footer .button:hover,
.layout-contents .container .gform_wrapper .gform-page-footer .button:hover,
.layout-contents .container .gform_wrapper .gform_footer .gform_next_button:hover,
.layout-contents .container .gform_wrapper .gform-page-footer .gform_next_button:hover {
  background-color: #02478e;
  color: #ffffff;
  border: 1px solid #02478e;
}
.layout-contents .container #gotrgf_form_container_4 .gform_wrapper {
  padding: 20px;
}
.layout-contents .container #gform_4 .gform_fields.left_label legend.gfield_label,
.layout-contents .container #gform_4 .left_label .gfield_label {
  width: 46%;
}
.layout-contents .container #gform_4 .gform_fields.left_label fieldset .ginput_container,
.layout-contents .container #gform_4 .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons),
.layout-contents .container #gform_4 .right_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
  width: 54%;
}
.layout-contents .container #gform_4 div.uitleg {
  margin-left: 0%;
}
.layout-contents .container #gform_4 .pc_image_choice.pcafe_imgp_col_auto .gfield_radio .gchoice,
.layout-contents .container #gform_4 .pc_image_choice.pcafe_imgp_col_auto .gfield_checkbox .gchoice {
  margin-right: 5px;
  width: 31% !important;
}
.layout-contents .container #gform_4 .pc_image_choice.pcafe_imgp_col_auto .gfield_radio .gchoice:last-of-type,
.layout-contents .container #gform_4 .pc_image_choice.pcafe_imgp_col_auto .gfield_checkbox .gchoice:last-of-type {
  margin-right: 0;
}
.layout-contents .container #gform_4 .gfield_description {
  padding-top: 10px !important;
  border-radius: 3px;
  font-size: 0.89em;
  line-height: 1.5em;
  display: block;
  width: 100% !important;
}
.layout-images li {
  text-align: center;
}
.layout-images img {
  margin-top: 60px;
}
@media (min-width: 960px) {
  .layout-images img {
    width: 87%;
  }
}
.layout-projectsslider {
  padding-top: 100px;
}
.layout-projects .project,
.layout-projectsslider .project {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .layout-projects .project,
  .layout-projectsslider .project {
    display: flex;
  }
  .layout-projects .project > *,
  .layout-projectsslider .project > * {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .layout-projects .project img,
  .layout-projectsslider .project img {
    margin-bottom: -12px;
  }
}
.layout-projects .project .text-and-more,
.layout-projectsslider .project .text-and-more {
  background-color: #02478e;
  padding: 60px;
}
.layout-projects .project .text-and-more,
.layout-projectsslider .project .text-and-more,
.layout-projects .project .text-and-more a,
.layout-projectsslider .project .text-and-more a {
  color: #ffffff;
}
.layout-projects .project .text-and-more .title-and-text .title,
.layout-projectsslider .project .text-and-more .title-and-text .title {
  font-size: 2em;
  line-height: 1.5em;
  font-family: 'Open Sans';
  font-weight: 600;
}
.layout-projects .project .text-and-more .more,
.layout-projectsslider .project .text-and-more .more {
  margin-top: 30px;
}
.layout-projects .project .text-and-more .more a,
.layout-projectsslider .project .text-and-more .more a {
  background: #ffffff;
  color: #02478e;
  display: inline-block;
  padding: 2px 30px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 900;
  transition: all 0.25s ease;
  border: 2px solid #ffffff;
}
.layout-projects .project .text-and-more .more a:hover,
.layout-projectsslider .project .text-and-more .more a:hover {
  background: #02478e;
  color: #ffffff;
}
.layout-imageandtext h2 {
  color: #02478e;
}
.layout-imageandtext .image {
  text-align: center;
}
.layout-imageandtext .image img {
  width: 60%;
}
.layout-imageandtext .text ul {
  padding-left: 20px;
  list-style: disc;
}
.layout-imageandtext .text strong a,
.layout-imageandtext .text a strong {
  color: #02478e;
  background-color: #ffd700;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 3px;
  margin-right: 15px;
}
.layout-imageandtext .text strong a:hover,
.layout-imageandtext .text a strong:hover {
  background-color: #02478e;
  color: #ffffff;
}
.layout-hero {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}
.layout-hero.has-cta,
.layout-hero.has-circles {
  padding-bottom: 140px;
}
@media (min-width: 381px) {
  .layout-hero.has-cta,
  .layout-hero.has-circles {
    padding-bottom: 85px;
  }
}
@media (min-width: 960px) {
  .layout-hero.has-cta,
  .layout-hero.has-circles {
    padding-bottom: 85px;
  }
}
@media (min-width: 1350px) {
  .layout-hero.has-cta,
  .layout-hero.has-circles {
    padding-bottom: 130px;
  }
}
@media (min-width: 1900px) {
  .layout-hero.has-cta,
  .layout-hero.has-circles {
    padding-bottom: 180px;
  }
}
@media (min-width: 1350px) {
  .layout-hero.has-circles {
    padding-bottom: 85px;
  }
}
.layout-hero img.themeimg {
  position: absolute;
  bottom: 150px;
  right: -6%;
  width: 100%;
  max-width: none;
  transform: translateX(-50%) translateX(50%);
  transition: all 0.25s ease;
}
@media (min-width: 640px) {
  .layout-hero img.themeimg {
    right: -6%;
    bottom: 100px;
  }
}
@media (min-width: 960px) {
  .layout-hero img.themeimg {
    right: -16%;
  }
}
@media (min-width: 1350px) {
  .layout-hero img.themeimg {
    right: -30%;
  }
}
@media (min-width: 1600px) {
  .layout-hero img.themeimg {
    right: -25%;
  }
}
@media (min-width: 2000px) {
  .layout-hero img.themeimg {
    right: -23%;
  }
}
@media (min-width: 2500px) {
  .layout-hero img.themeimg {
    right: -21%;
  }
}
.layout-hero .slick-active img.themeimg {
  width: 123%;
}
.layout-hero .container {
  position: relative;
  z-index: 9;
}
.layout-hero .container .links {
  position: absolute;
  left: 2px;
  width: 100%;
}
@media (min-width: 640px) {
  .layout-hero .container .links {
    left: 15px;
  }
}
@media (min-width: 960px) {
  .layout-hero .container .links {
    bottom: -5px;
  }
}
.layout-hero .container .links li {
  display: inline-block;
  position: relative;
  margin-right: 2px;
}
@media (min-width: 640px) {
  .layout-hero .container .links li {
    margin-right: 15px;
  }
}
@media (min-width: 960px) {
  .layout-hero .container .links li {
    margin-right: 15px;
  }
}
@media (min-width: 1280px) {
  .layout-hero .container .links li {
    margin-right: 15px;
  }
}
.layout-hero .container .links li.nr-2 {
  margin-right: 5px;
}
@media (min-width: 640px) {
  .layout-hero .container .links li.nr-2 {
    margin-right: 100px;
  }
}
@media (min-width: 960px) {
  .layout-hero .container .links li.nr-2 {
    margin-right: 130px;
  }
}
@media (min-width: 1350px) {
  .layout-hero .container .links li.nr-2 {
    margin-right: 170px;
  }
}
.layout-hero .container .links li:first-child.cta {
  margin-left: 65%;
}
.layout-hero li {
  width: 85px;
  height: 85px;
}
@media (min-width: 960px) {
  .layout-hero li {
    width: 180px;
    height: auto;
  }
}
@media (min-width: 1350px) {
  .layout-hero li {
    width: 240px;
  }
}
.layout-hero li a {
  border-radius: 50%;
  text-align: center;
  position: absolute;
  display: block;
  color: #ffffff;
  font-size: 10px;
  height: 85px;
  width: 85px;
  transition: all 0.25s ease;
  transform: translateY(-50%);
  text-decoration: none;
}
@media (min-width: 960px) {
  .layout-hero li a {
    font-size: 20px;
    height: 180px;
    width: 180px;
  }
}
@media (min-width: 1350px) {
  .layout-hero li a {
    height: 240px;
    width: 240px;
  }
}
.layout-hero li a .name-and-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.layout-hero li a .name-and-label .name {
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 20px;
  font-family: 'Open Sans';
}
@media (min-width: 1350px) {
  .layout-hero li a .name-and-label .name {
    font-size: 1.5em;
    line-height: 30px;
    margin-bottom: 15px;
    line-height: 40px;
  }
}
.layout-hero li a .name-and-label .label {
  font-style: italic;
  font-size: 1em;
  font-family: 'Open Sans';
  line-height: 20px;
  display: none;
  font-weight: 700;
}
@media (min-width: 960px) {
  .layout-hero li a .name-and-label .label {
    font-size: 0.9em;
    display: block;
  }
}
@media (min-width: 1350px) {
  .layout-hero li a .name-and-label .label {
    font-size: 1em;
  }
}
.layout-hero li.nr-0 a {
  background-color: #02478e;
}
.layout-hero li.nr-0 a:hover {
  color: #ffffff;
  background-color: #ffd700;
}
.layout-hero li.nr-1 a {
  background-color: #e40520;
}
.layout-hero li.nr-1 a:hover {
  color: #ffffff;
  background-color: #02478e;
}
.layout-hero li.nr-2 {
  margin-right: 0px;
}
.layout-hero li.nr-2 a {
  color: #02478e;
  background-color: #ffd700;
}
.layout-hero li.nr-2 a:hover {
  color: #ffffff;
  background-color: #02478e;
}
.layout-hero li.cta {
  right: 0;
  position: absolute;
}
.layout-hero li.cta a {
  color: #02478e;
  background-color: #ffd700;
  text-align: left;
}
.layout-hero li.cta a:after {
  content: "";
  display: block;
  width: 100vw;
  background-color: #ffd700;
  position: absolute;
  z-index: -1;
  height: 85px;
  left: 42.5px;
  transition: all 0.25s ease;
}
@media (min-width: 960px) {
  .layout-hero li.cta a:after {
    height: 180px;
    left: 90px;
  }
}
@media (min-width: 1350px) {
  .layout-hero li.cta a:after {
    height: 240px;
    left: 120px;
  }
}
.layout-hero li.cta a .name-and-label {
  left: 60%;
}
@media (min-width: 1500px) {
  .layout-hero li.cta a .name-and-label {
    left: 75%;
  }
}
.layout-hero li.cta a .name-and-label .name {
  position: relative;
}
.layout-hero li.cta a .name-and-label .name:after {
  content: '';
  background-image: url('../images/arrow-right.svg');
  height: 12px;
  width: 22px;
  background-size: cover;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
@media (max-width: 640px) {
  .layout-hero li.cta a .name-and-label .name:after {
    display: none;
  }
}
@media (min-width: 960px) {
  .layout-hero li.cta a .name-and-label .name:after {
    height: 14px;
    width: 30px;
  }
}
.layout-hero li.cta a:hover,
.layout-hero li.cta a:hover:after {
  color: #ffffff;
  background-color: #02478e;
}
.layout-hero li.cta a:hover .name-and-label .name:after {
  background-image: url('../images/arrow-right-white.svg');
}
.layout-hero .text {
  position: absolute;
  left: 0;
  top: calc(50% - 0px - 15px);
  width: 100%;
  z-index: 9;
}
@media (min-width: 960px) {
  .layout-hero .text {
    top: calc(50% - 0px - 40px);
  }
}
@media (min-width: 960px) {
  .layout-hero .text .container {
    padding-left: 0;
  }
}
.layout-hero .text .container .inner {
  font-size: 2.5em;
  line-height: 1em;
  font-family: 'Open Sans';
  font-weight: 800;
  color: #ffffff;
}
@media (min-width: 960px) {
  .layout-hero .text .container .inner {
    font-size: 3.5em;
    max-width: 600px;
  }
}
.layout-hero .images {
  position: relative;
}
.layout-hero .images:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: #02478e;
  background: linear-gradient(93deg, #002349 24%, rgba(0, 35, 73, 0) 98%);
}
@media (min-width: 960px) {
  .layout-hero .images:after {
    width: 50%;
  }
}
.layout-hero .images img.baseimg {
  vertical-align: bottom;
  min-height: 350px;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.layout-hero.has-circles .images:after {
  bottom: 50px;
}
@media (min-width: 960px) {
  .layout-hero.has-circles .images:after {
    bottom: 150px;
  }
}
.layout-hero.has-circles .images .image {
  position: relative;
}
.layout-hero.has-circles .images img.baseimg {
  max-height: 400px;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .layout-hero.has-circles .images img.baseimg {
    max-height: 700px;
    margin-bottom: 150px;
  }
}
.layout-hero.has-circles .links {
  bottom: -50px;
}
@media (min-width: 960px) {
  .layout-hero.has-circles .links {
    bottom: 135px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-footer .container > ul > * {
    padding-right: 45px;
  }
}
.layout-footer {
  padding-top: 60px;
  background-color: #0c2143;
  line-height: 25px;
  font-size: 0.9em;
  font-family: 'Helvetica Nueu Light';
  font-family: 'Open Sans';
  font-weight: 300;
}
@media (max-width: 960px) {
  .layout-footer {
    text-align: center;
  }
}
.layout-footer,
.layout-footer a {
  color: #999999;
  color: #ffffff;
  text-decoration: none;
}
.layout-footer a {
  display: block;
  margin-bottom: 10px;
}
.layout-footer a i,
.layout-footer a svg {
  margin-right: 5px;
}
.layout-footer a:hover {
  text-decoration: underline;
}
.layout-footer p strong {
  color: #ffffff;
}
.layout-footer .home {
  height: 45px;
  margin-bottom: 10px;
  display: block;
}
.layout-footer .home svg {
  height: 100%;
  width: auto;
}
.layout-footer .home svg path {
  fill: #ffffff !important;
}
.layout-footer .part-of {
  height: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  color: #ffffff;
}
@media (max-width: 960px) {
  .layout-footer .part-of {
    text-align: center;
    height: 115px;
  }
}
.layout-footer .part-of a {
  display: inline-block;
}
.layout-footer .part-of a img {
  vertical-align: middle;
  filter: brightness(0) invert(1);
  height: 50px;
  width: auto;
}
@media (min-width: 960px) {
  .layout-footer .part-of a img {
    margin-left: 60px;
  }
}
.layout-copyright {
  padding: 20px 0;
  background-color: #0c2143;
  text-align: center;
  font-family: 'Helvetica Nueu Light';
  font-size: 0.85em;
  font-family: 'Open Sans';
  font-weight: 300;
}
.layout-copyright,
.layout-copyright a {
  color: #999999;
  text-decoration: none;
}
.layout-copyright a:hover {
  text-decoration: underline;
}
.layout-copyright .copyright {
  margin-right: 20px;
}
.layout-copyright .menu li {
  margin: 0 20px;
}
.layout-text.style-centered .container {
  max-width: 630px;
  text-align: center;
  padding: 80px 15px;
  line-height: 45px;
  font-size: 1.25em;
  font-family: 'Open Sans';
  font-weight: 600;
}
.layout-text.style-centered .container .pagetext {
  font-family: 'Helvetica Nueu', Arial, sans-serif;
  font-size: 17px;
  line-height: 35px;
  font-weight: normal;
}
.layout-text.style-default {
  padding: 3rem 0;
}
.layout-text.style-default h2 {
  color: #02478e;
}
.page-id-368 .layout-textandcta .cta a {
  color: #ffffff;
  background-color: #269818;
}
.layout-textandform {
  padding: 1.5rem 0;
}
@media (min-width: 960px) {
  .layout-textandform {
    padding: 4.5rem 0;
  }
}
.layout-textandform .container .text {
  padding: 0;
}
@media (min-width: 960px) {
  .layout-textandform .container .text {
    padding-right: 30px;
  }
}
.layout-textandform .container .text .box {
  border: 1px solid #6d6c6c;
  border-radius: 3px;
  padding: 30px;
}
.layout-textandform .container .form .gform_wrapper .gform_button {
  color: #ffffff;
  background-color: #269818;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 3px;
  margin-right: 15px;
  border: none;
  height: 45px;
  cursor: pointer;
}
.layout-textandform .container .form .gform_wrapper .gform_button:hover {
  background-color: #02478e;
  color: #ffffff;
}
.layout-textandform .container .form .gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label,
.layout-textandform .container .form .gform_wrapper.gravity-theme .gform_fields.right_label legend.gfield_label,
.layout-textandform .container .form .gform_wrapper.gravity-theme .left_label .gfield_label,
.layout-textandform .container .form .gform_wrapper.gravity-theme .right_label .gfield_label {
  width: 50%;
}
.layout-textandform .container .form .gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container,
.layout-textandform .container .form .gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container,
.layout-textandform .container .form .gform_wrapper.gravity-theme .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons),
.layout-textandform .container .form .gform_wrapper.gravity-theme .right_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
  width: 50%;
}
.layout-textandform .container .form div.lengte .ginput_container input {
  display: inline;
  width: 80px !important;
  color: #02478e;
  font-size: 1.25em;
}
.layout-textandform .container .form div.lengte .ginput_container:after {
  content: "meter";
  font-size: 14px;
  color: black;
  margin-left: 5px;
  display: inline;
  width: auto;
}
.layout-textandform .container .form .gfield--type-radio label,
.layout-textandform .container .form .gfield--type-number label,
.layout-textandform .container .form .gfield--type-radio legend,
.layout-textandform .container .form .gfield--type-number legend {
  font-weight: normal;
}
.layout-textandform .container .form div.lengte label {
  font-weight: bold;
}
@media (min-width: 960px) {
  .layout-textandfaq .container .left-and-right {
    display: flex;
  }
  .layout-textandfaq .container .left-and-right > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-textandfaq .container .left-and-right > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
.layout-textandfaq .container .left strong a,
.layout-textandfaq .container .left a strong {
  color: #02478e;
  background-color: #ffd700;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 3px;
  margin-right: 15px;
}
.layout-textandfaq .container .left strong a:hover,
.layout-textandfaq .container .left a strong:hover {
  background-color: #02478e;
  color: #ffffff;
}
.layout-textandfaq .container .left em a,
.layout-textandfaq .container .left a em {
  color: #02478e;
  background-color: #f8f8f8;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 3px;
  font-style: normal;
}
.layout-textandfaq .container .left em a:hover,
.layout-textandfaq .container .left a em:hover {
  background-color: #02478e;
  color: #ffffff;
}
.layout-textandfaq .container .faqs {
  padding: 0;
}
@media (min-width: 960px) {
  .layout-textandfaq .container .faqs {
    padding: 30px;
  }
}
.layout-textandfaq .container .faqs .faq-item {
  border: 1px solid #999999;
  padding: 10px 25px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.layout-textandfaq .container .faqs .faq-item .question {
  font-size: 1em;
  font-family: 'Helvetica Nueu', Arial, sans-serif;
  font-weight: 600;
}
.layout-textandfaq .container .faqs .faq-item:hover {
  background-color: #f8f8f8;
}
.layout-textandfaq .container .faqs .faq-item.unfolded .question {
  border-bottom: 1px solid #999999;
}
.layout-textandfaq .container .faq-item .question,
.layout-textandfaq .container .faq .question {
  position: relative;
  cursor: pointer;
}
.layout-textandfaq .container .faq-item .answer,
.layout-textandfaq .container .faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.layout-textandfaq .container .faq-item.unfolded .answer,
.layout-textandfaq .container .faq.unfolded .answer {
  max-height: none;
}
.layout-textandfaq .container .faq-item .open,
.layout-textandfaq .container .faq .open,
.layout-textandfaq .container .faq-item .close,
.layout-textandfaq .container .faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.layout-textandfaq .container .faq-item.folded .open,
.layout-textandfaq .container .faq.folded .open {
  opacity: 1;
}
.layout-textandfaq .container .faq-item.folded .close,
.layout-textandfaq .container .faq.folded .close {
  opacity: 0;
}
.layout-textandfaq .container .faq-item.unfolded .open,
.layout-textandfaq .container .faq.unfolded .open {
  opacity: 0;
}
.layout-textandfaq .container .faq-item.unfolded .close,
.layout-textandfaq .container .faq.unfolded .close {
  opacity: 1;
}
.layout-textandtoggles.image_right .container .toggles .toggle .left-and-right {
  flex-direction: row-reverse;
}
.layout-textandtoggles .container .toggles .toggle {
  display: none;
}
.layout-textandtoggles .container .toggles .toggle.active {
  display: block;
}
@media (min-width: 960px) {
  .layout-textandtoggles .container .toggles .toggle .left-and-right {
    display: flex;
  }
  .layout-textandtoggles .container .toggles .toggle .left-and-right > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-textandtoggles .container .toggles .toggle .left-and-right > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
.layout-textandtoggles .container .toggles .toggle .left-and-right > div {
  padding: 0;
}
@media (min-width: 960px) {
  .layout-textandtoggles .container .toggles .toggle .left-and-right > div {
    padding: 45px;
  }
}
.layout-textandtoggles .container .toggles .toggle .left-and-right .right strong a,
.layout-textandtoggles .container .toggles .toggle .left-and-right .right a strong {
  background-color: #269818;
  color: #ffffff;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 3px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.layout-textandtoggles .container .toggles .toggle .left-and-right .right strong a:hover,
.layout-textandtoggles .container .toggles .toggle .left-and-right .right a strong:hover {
  background-color: #02478e;
  color: #ffffff;
}
.layout-textandtoggles .container .toggles .toggle .left-and-right .right em a,
.layout-textandtoggles .container .toggles .toggle .left-and-right .right a em {
  color: #02478e;
  background-color: #f8f8f8;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 3px;
  font-style: normal;
}
.layout-textandtoggles .container .toggles .toggle .left-and-right .right em a:hover,
.layout-textandtoggles .container .toggles .toggle .left-and-right .right a em:hover {
  background-color: #02478e;
  color: #ffffff;
}
.layout-textandtoggles .container .toggles .toggle .left-and-right .right .selectors {
  display: flex;
  flex-wrap: wrap;
}
.layout-textandtoggles .container .toggles .toggle .left-and-right .right .selectors li {
  display: inline-block;
}
.layout-textandtoggles .container .toggles .toggle .left-and-right .right .selectors li a {
  color: #02478e;
  background-color: #f8f8f8;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 0.9em;
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 3px;
  font-style: normal;
  text-align: center;
}
@media (min-width: 960px) {
  .layout-textandtoggles .container .toggles .toggle .left-and-right .right .selectors li a {
    padding: 5px 25px;
    font-size: 1em;
  }
}
.layout-textandtoggles .container .toggles .toggle .left-and-right .right .selectors li a:hover {
  background-color: #02478e;
  color: #ffffff;
}
.layout-textandtoggles .container .toggles .toggle .left-and-right .right .selectors li.active a {
  color: #02478e;
  background-color: #ffd700;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 3px;
}
@media (min-width: 960px) {
  .layout-textandtoggles .container .toggles .toggle .left-and-right .right .selectors li.active a {
    padding: 5px 25px;
  }
}
.layout-textandtoggles .container .toggles .toggle .left-and-right .right .selectors li.active a:hover {
  background-color: #02478e;
  color: #ffffff;
}
.layout-textandusps .container .text strong a,
.layout-textandusps .container .text a strong {
  color: #02478e;
  background-color: #ffd700;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 3px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.layout-textandusps .container .text strong a:hover,
.layout-textandusps .container .text a strong:hover {
  background-color: #02478e;
  color: #ffffff;
}
.layout-textandusps .container .text em a,
.layout-textandusps .container .text a em {
  color: #02478e;
  background-color: #f8f8f8;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
  border-radius: 3px;
  font-style: normal;
}
.layout-textandusps .container .text em a:hover,
.layout-textandusps .container .text a em:hover {
  background-color: #02478e;
  color: #ffffff;
}
.layout-textandusps .container .usps ul {
  margin-top: 10px;
  margin-left: 40px;
}
.layout-textandusps .container .usps ul li {
  padding-left: 55px;
  position: relative;
  margin: 30px 0;
  display: block;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #02478e;
}
.layout-textandusps .container .usps ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 43px;
  height: 40px;
  background-size: cover;
  background-color: #02478e;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../images/icon-check.svg);
  mask-image: url(../images/icon-check.svg);
}
.layout-textandvisual {
  background-color: #02478e;
}
.layout-textandvisual,
.layout-textandvisual a {
  color: #ffffff;
}
.layout-textandvisual .text {
  padding: 75px 0;
}
@media (min-width: 960px) {
  .layout-textandvisual .text {
    padding: 75px 65px 75px 0;
  }
}
.layout-textandvisual .text ul {
  margin-top: 40px;
}
.layout-textandvisual .text ul li {
  padding-left: 55px;
  position: relative;
  margin: 30px 0;
  display: block;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 700;
}
.layout-textandvisual .text ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-image: url(../images/icon-check.svg);
  width: 39px;
  height: 36px;
  background-size: cover;
}
.layout-textandvisual .container {
  position: relative;
  margin-top: 60px;
}
.layout-textandvisual .container:before {
  content: "";
  position: absolute;
  right: 100%;
  width: calc(50vw - 600px);
  background-color: #02478e;
  height: 60px;
  bottom: 100%;
}
.layout-textandcta {
  color: #6d6c6c;
  color: #000000;
}
@media (min-width: 960px) {
  .layout-textandcta .container {
    padding-left: 140px;
  }
}
@media (min-width: 960px) {
  .layout-textandcta .container .text-and-cta > *:nth-child(1) {
    flex: 0 0 55%;
  }
}
.layout-textandcta .cta a {
  color: #ffffff;
  background-color: #e40520;
  padding: 17px 45px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1.25em;
  font-family: 'Open Sans';
  font-weight: 700;
}
.layout-textandcta .cta a:hover {
  background-color: #02478e;
}
.layout-textandcta .title h1 {
  color: #02478e;
}
.layout-textandcta .text em {
  font-family: 'Helvetica Nueu Bold';
  color: #02478e;
}
@media (min-width: 960px) {
  .layout-textandcta .text {
    padding-right: 60px;
  }
  .layout-textandcta .cta {
    padding-left: 60px;
  }
}
@media (min-width: 960px) {
  .pc_image_choice .gfield_radio .gchoice {
    width: 28% !important;
  }
}
.pc_image_choice .gfield_radio .gchoice label,
.pc_image_choice .gfield_checkbox .gchoice label {
  background: #D4E6F4;
  border-radius: 20px;
  color: #000000;
  font-family: 'Helvetica Nueu Bold';
  padding: 0 14px 14px 14px !important;
  text-align: center;
}
.pc_image_choice .gfield_radio .gchoice input:checked + label,
.pc_image_choice .gfield_checkbox .gchoice input:checked + label,
.gfield_radio .gchoice input:checked + label {
  border-color: #02478e !important;
}
#cookie-notice {
  z-index: 999999 !important;
}
.cn-position-bottom {
  bottom: 50% !important;
  left: 50% !important;
  transform: translateY(50%) translateX(-50%);
  width: 90%;
  min-width: 90% !important;
  padding: 30px;
  font-size: 1.25em !important;
  line-height: 1.5em !important;
  border-radius: 25px;
  background: #0c2143 !important;
}
@media (min-width: 960px) {
  .cn-position-bottom {
    width: 525px;
    min-width: 525px !important;
    padding: 50px;
  }
}
#cn-accept-cookie {
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 10px 31px !important;
  margin-top: 16px !important;
  color: #0c2143 !important;
}
.cookie-notice-hidden {
  display: none !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  bottom: 50% !important;
  left: 50% !important;
  transform: translateY(50%) translateX(-50%);
  width: 90%;
  min-width: 90% !important;
  padding: 30px;
  font-size: 15px !important;
  line-height: 1.5em !important;
  border-radius: 25px;
  background-color: #0c2143 !important;
  z-index: 9999999;
}
@media (min-width: 960px) {
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    width: 525px;
    min-width: 525px !important;
    padding: 50px 10px;
  }
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .mgbutton.moove-gdpr-infobar-allow-all {
  background-color: #ffd700 !important;
  color: #0c2143 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .mgbutton.moove-gdpr-infobar-allow-all:hover {
  background-color: #e40520 !important;
  color: #ffffff !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder {
  margin-top: 15px;
  padding-left: 32% !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  display: block;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  font-size: 15px !important;
  line-height: 1.5em !important;
  text-align: center;
  margin-top: 15px;
}
#moove_gdpr_save_popup_settings_button {
  background-color: #0c2143 !important;
  color: #0c2143;
}
#moove_gdpr_save_popup_settings_button:hover {
  background-color: #e40520 !important;
}
.gotrgf_summary_title {
  padding: 5px 0;
}
.gotrgf_summary_title h5 {
  display: none;
}
.gotrgf_summary_title:after {
  content: "Samenvatting";
  font-size: 18px;
  color: black;
  margin-left: 5px;
  display: inline;
  width: auto;
  color: #02478e;
  margin: 15px;
  font-weight: bold;
}
.gotrgf_summary_lines {
  padding: 10px !important;
}
.video-responsive-wrapper {
  display: none;
}
/* Tooltip container */
.gform-tooltip-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
/* Tooltip icoon */
.gform-tooltip-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  cursor: help;
  position: relative;
}
.gform-tooltip-icon i {
  color: #02478e;
}
/* Tooltip tekst */
.gform-tooltip {
  visibility: hidden;
  background-color: #02478e;
  color: #fff;
  text-align: left;
  border-radius: 4px;
  padding: 15px 20px;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: normal;
  min-width: 350px;
  max-width: 450px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
}
/* Toon tooltip bij hover/focus */
.gform-tooltip-icon:hover .gform-tooltip,
.gform-tooltip-icon:focus .gform-tooltip {
  visibility: visible;
  opacity: 1;
}
