<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* @group GRADIENTS */
.bg-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#126e96+0,2989d8+50,8aba26+100 */
  background: #126e96;
  /* Old browsers */
  background: -moz-linear-gradient(left, #126e96 0%, #2989d8 50%, #8aba26 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #126e96 0%, #2989d8 50%, #8aba26 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 0%, #2989d8 50%, #8aba26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
}
.bg-gradient-vertical {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8aba26+0,2989d8+50,126e96+100 */
  background: #8aba26;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8aba26 0%, #2989d8 50%, #126e96 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8aba26 0%, #2989d8 50%, #126e96 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8aba26 0%, #2989d8 50%, #126e96 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8aba26', endColorstr='#126e96', GradientType=0);
  /* IE6-9 */
}
.bg-gradient-diagonal {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#126e96+0,8aba26+100 */
  background: #126e96;
  /* Old browsers */
  background: -moz-linear-gradient(left, #126e96 0%, #8aba26 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #126e96 0%, #8aba26 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 0%, #8aba26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
}
.bg-greydient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.t-gradient {
  color: #95c11c;
  background: -webkit-linear-gradient(left, #126e96, #95c11c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* @end */
/* ==========================================================================
   	BOOTSTRAP SPACERS
   ========================================================================== */
/* ==========================================================================
   	CSS VARIABLES
   ========================================================================== */
:root {
  --container-width: 100vw;
}
@media (min-width: 768px) {
  :root {
    --container-width: 740px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1280px) {
  :root {
    --container-width: 1280px;
  }
}
@media (min-width: 1480px) {
  :root {
    --container-width: 1480px;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  color: #242424;
  font-variant-numeric: lining-nums;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #126e96;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #95c11c;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
img {
  max-width: 100%;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.2);
}
div.js-duotone {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
div.js-duotone .duotone {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
div.js-duotone.duotone-blocks span {
  display: block;
}
.pre-title {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #126e96;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
.h0,
.h1,
.h2,
.h3,
.h4,
.h1a,
.h0a {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #126e96;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h0 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h1a a,
.h0a a {
  color: inherit;
}
h1.mb,
h2.mb,
h3.mb,
h4.mb,
.h0.mb,
.h1.mb,
.h2.mb,
.h3.mb,
.h4.mb,
.h1a.mb,
.h0a.mb {
  margin-bottom: 30px;
}
h1.js-duotone,
h2.js-duotone,
h3.js-duotone,
h4.js-duotone,
.h0.js-duotone,
.h1.js-duotone,
.h2.js-duotone,
.h3.js-duotone,
.h4.js-duotone,
.h1a.js-duotone,
.h0a.js-duotone {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
h1.js-duotone .duotone,
h2.js-duotone .duotone,
h3.js-duotone .duotone,
h4.js-duotone .duotone,
.h0.js-duotone .duotone,
.h1.js-duotone .duotone,
.h2.js-duotone .duotone,
.h3.js-duotone .duotone,
.h4.js-duotone .duotone,
.h1a.js-duotone .duotone,
.h0a.js-duotone .duotone {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
h1.js-duotone.duotone-blocks span,
h2.js-duotone.duotone-blocks span,
h3.js-duotone.duotone-blocks span,
h4.js-duotone.duotone-blocks span,
.h0.js-duotone.duotone-blocks span,
.h1.js-duotone.duotone-blocks span,
.h2.js-duotone.duotone-blocks span,
.h3.js-duotone.duotone-blocks span,
.h4.js-duotone.duotone-blocks span,
.h1a.js-duotone.duotone-blocks span,
.h0a.js-duotone.duotone-blocks span {
  display: block;
}
h1.js-duotone.reversed .toptone,
h2.js-duotone.reversed .toptone,
h3.js-duotone.reversed .toptone,
h4.js-duotone.reversed .toptone,
.h0.js-duotone.reversed .toptone,
.h1.js-duotone.reversed .toptone,
.h2.js-duotone.reversed .toptone,
.h3.js-duotone.reversed .toptone,
.h4.js-duotone.reversed .toptone,
.h1a.js-duotone.reversed .toptone,
.h0a.js-duotone.reversed .toptone {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
h1.js-duotone.reversed .duotone,
h2.js-duotone.reversed .duotone,
h3.js-duotone.reversed .duotone,
h4.js-duotone.reversed .duotone,
.h0.js-duotone.reversed .duotone,
.h1.js-duotone.reversed .duotone,
.h2.js-duotone.reversed .duotone,
.h3.js-duotone.reversed .duotone,
.h4.js-duotone.reversed .duotone,
.h1a.js-duotone.reversed .duotone,
.h0a.js-duotone.reversed .duotone {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
h1[data-lastword],
h2[data-lastword],
h3[data-lastword],
h4[data-lastword],
.h0[data-lastword],
.h1[data-lastword],
.h2[data-lastword],
.h3[data-lastword],
.h4[data-lastword],
.h1a[data-lastword],
.h0a[data-lastword],
h1.js-lastword,
h2.js-lastword,
h3.js-lastword,
h4.js-lastword,
.h0.js-lastword,
.h1.js-lastword,
.h2.js-lastword,
.h3.js-lastword,
.h4.js-lastword,
.h1a.js-lastword,
.h0a.js-lastword {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
h1[data-lastword] .lastword,
h2[data-lastword] .lastword,
h3[data-lastword] .lastword,
h4[data-lastword] .lastword,
.h0[data-lastword] .lastword,
.h1[data-lastword] .lastword,
.h2[data-lastword] .lastword,
.h3[data-lastword] .lastword,
.h4[data-lastword] .lastword,
.h1a[data-lastword] .lastword,
.h0a[data-lastword] .lastword,
h1.js-lastword .lastword,
h2.js-lastword .lastword,
h3.js-lastword .lastword,
h4.js-lastword .lastword,
.h0.js-lastword .lastword,
.h1.js-lastword .lastword,
.h2.js-lastword .lastword,
.h3.js-lastword .lastword,
.h4.js-lastword .lastword,
.h1a.js-lastword .lastword,
.h0a.js-lastword .lastword {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.h0 {
  font-size: 50px;
}
.h0a {
  font-size: 56px;
}
.h0a.medium {
  font-size: 46px;
}
h1,
.h1 {
  font-size: 46px;
}
h1,
.h1a {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 25px;
  line-height: 1.3em;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 1.3em;
}
h4,
.h4 {
  font-size: 18px;
}
@media (max-width: 1480px) {
  .h0 {
    font-size: 46px;
  }
  .h0a {
    font-size: 50px;
  }
  .h0a.medium {
    font-size: 42px;
  }
  h1,
  .h1 {
    font-size: 42px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .h0 {
    font-size: 42px;
  }
  .h0a {
    font-size: 46px;
  }
  .h0a.medium {
    font-size: 38px;
  }
  h1,
  .h1 {
    font-size: 38px;
  }
  .h1a {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .h0 {
    font-size: 40px;
  }
  .h0a {
    font-size: 40px;
  }
  .h0a.medium {
    font-size: 32px;
  }
  h1,
  .h1 {
    font-size: 36px;
  }
  .h1a {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .h0 {
    font-size: 38px;
  }
  .h0a {
    font-size: 36px;
  }
  .h0a.medium {
    font-size: 28px;
  }
  h1,
  .h1 {
    font-size: 34px;
  }
  .h1a {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .h0a {
    font-size: 32px;
  }
}
.article-intro {
  font-size: 20px;
  text-transform: uppercase;
  color: #00acd8;
}
@media (max-width: 1280px) {
  .article-intro {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .article-intro {
    font-size: 17px;
  }
}
.f1 {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
.f2 {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.t-white,
a.t-white {
  color: #fff;
}
.t-blue {
  color: #126e96;
}
.t-blue2 {
  color: #f3fbfd;
}
.t-blue3 {
  color: #00acd8;
}
.t-blue4 {
  color: #e7f7fb;
}
.t-blue5 {
  color: #71a8c0;
}
.t-blue6 {
  color: #1D252C;
}
.t-green {
  color: #95c11c;
}
.fs-sm {
  font-size: 15px;
}
.fs-lg {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .fs-lg {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .fs-lg {
    font-size: 18px;
  }
}
strong {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.t-upper {
  text-transform: uppercase;
}
.article-output .h1,
.article-output h2,
.article-output h3,
.article-output h4 {
  margin-bottom: 10px;
}
.article-output p {
  margin-bottom: 30px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output a {
  color: #95c11c;
}
.article-output a:hover {
  color: #126e96;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 40px;
}
.article-output ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 3px;
}
.article-output ul li:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 14px;
  height: 14px;
  background-image: url(../img/vb-arrow-blue.svg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}
.article-output ol {
  margin: 0 0 40px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #242424;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
.article-actions .button {
  margin: 0 30px 15px 0;
}
/* @group SITE HEADER */
.site-wrapper {
  overflow: hidden;
  padding-top: 130px;
}
.tpl-pijlers.view-article .site-wrapper {
  overflow: unset;
}
.site-header {
  width: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
.site-header.no-bg {
  background: transparent;
}
.site-header .container {
  height: 130px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.site-header .comp-logo {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.site-header .nav-icon {
  position: absolute;
  top: 25px;
  right: 25px;
}
.site-header .top-bar {
  color: #126e96;
  font-size: 15px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 100px;
}
.site-header .top-bar .box {
  float: left;
  margin-left: 30px;
}
.site-header .top-bar .box i::before {
  margin: 0;
}
.site-header .top-bar .box.divider &gt; * + * {
  position: relative;
  padding-left: 4px;
  margin-left: 4px;
}
.site-header .top-bar .box.divider &gt; * + *::before {
  content: '';
  position: absolute;
  border-left: 1px solid #126e96;
  left: -1px;
  top: 50%;
  height: 16px;
  margin-top: -8px;
}
.site-header .top-bar .box.socials {
  font-size: 20px !important;
}
.site-header .top-bar .contact {
  float: left;
  margin-left: 30px;
}
.site-header .top-bar .contact a {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  color: #126e96;
  display: inline-block;
  margin-left: 6px;
  text-transform: lowercase;
}
.site-header .top-bar .contact a:hover {
  color: #95c11c;
}
.site-header .std-nav {
  position: absolute;
  top: 80px;
  right: 25px;
  transition: all 0.3s ease-in-out;
}
.site-header .mainnav {
  overflow: hidden;
}
.site-header .mainnav li {
  float: left;
  margin-left: 30px;
}
.site-header .mainnav a {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #126e96;
  text-transform: uppercase;
}
.site-header .mainnav a:hover {
  color: #95c11c;
}
.scrolled:not(.shownav) .site-header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .shownav .site-wrapper {
    padding-top: 85px;
  }
  .shownav .site-header {
    background-color: #fff !important;
  }
  .shownav .site-header .container {
    height: 85px;
  }
  .shownav .site-header .comp-logo {
    width: 60px;
    height: 60px;
  }
  .shownav .site-header .std-nav {
    top: 40px;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .site-wrapper {
    padding-top: 60px !important;
  }
  .tpl-home .site-wrapper {
    padding-top: 0 !important;
  }
  .tpl-home .site-header .container:before {
    width: 200px;
    height: 120px;
  }
  .site-header .container {
    height: 60px;
  }
  .scrolled .site-header .container {
    height: 60px;
  }
  .site-header .comp-logo {
    width: 40px;
    height: 40px;
  }
  .scrolled .site-header .comp-logo {
    width: 40px;
    height: 40px;
  }
  .site-header .contacts {
    top: 18px;
  }
  .site-header .contact .label {
    display: none;
  }
  .site-header .nav-icon {
    top: 13px;
  }
  .site-header .top-bar {
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header .std-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header .contacts .contact {
    margin-left: 30px;
  }
  .site-header .contacts .contact.c-mail {
    display: none;
  }
}
@media (max-width: 620px) {
  .site-header .top-bar .contact {
    display: none;
  }
}
@media (max-width: 600px) {
  .tpl-home .site-header .container:before {
    width: 160px;
    height: 100px;
  }
}
@media (max-width: 420px) {
  .site-header .contacts .contact span {
    display: none;
  }
}
/* @end */
/* @group STIE-FOOTER */
.site-footer {
  overflow: hidden;
  padding: 60px 0 60px;
  background: #242424;
  color: #fff;
  font-size: 17px;
  position: relative;
  z-index: 5;
}
.site-footer:before {
  display: block;
  content: "";
  width: 1500px;
  height: 1000px;
  background: url(../img/vb-wires.png) bottom left no-repeat;
  position: absolute;
  left: 50%;
  bottom: -220px;
  pointer-events: none;
}
.site-footer h2,
.site-footer h3,
.site-footer a {
  color: #fff;
}
.site-footer .comp-logo {
  width: 80px;
  height: 80px;
  margin: 0 auto -25px;
}
.site-footer .primary {
  margin-bottom: 15px;
}
.site-footer .partner-atrium {
  display: block;
  width: 200px;
}
.site-footer .partner-atrium .text {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
}
.site-footer .partner-atrium .logo {
  display: block;
  height: 20px;
  background: url(../img/atrium-logo.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
.site-footer .footnav li {
  margin-bottom: 3px;
}
.site-footer .footnav a {
  position: relative;
  padding-left: 22px;
}
.site-footer .footnav a:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url('../img/vb-arrow.svg');
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.site-footer .footnav a:hover {
  opacity: 0.8;
}
.credits {
  padding: 15px 0;
}
.credits ul {
  overflow: hidden;
  float: left;
}
.credits li {
  float: left;
}
.credits li a {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  margin-right: 20px;
}
.credits .logos {
  float: left;
}
.credits .logos .logo {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .site-footer .comp-logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer:before {
    bottom: -150px;
  }
  .site-footer .comp-logo {
    margin-bottom: 40px;
  }
  .site-footer .footnav {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .credits ul {
    margin-bottom: 15px;
  }
  .credits li a {
    line-height: 1.4em;
  }
}
/* @end */
/* @group MOBILE-NAV */
.nav-icon {
  display: block;
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 25px;
  transition: all 0.3s ease-in-out;
}
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #126e96;
  content: '';
  display: block;
  height: 4px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.open:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}
.nav-icon.open:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg);
}
.nav-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  --header-height: 85px;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  color: #126e96;
  padding-top: var(--header-height);
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease 0s;
}
.mobile-nav .container {
  z-index: 200;
  font-size: 17px;
  position: relative;
}
.mobile-nav .container .inner {
  min-height: calc(100vh - var(--header-height) - 130px);
  /* hoogte - header - footer */
  position: relative;
}
.mobile-nav .col-lft .inner {
  padding-top: 120px;
  padding-bottom: 40px;
  background-color: #1D252C;
  z-index: 2;
}
.mobile-nav .col-lft .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 2000px;
  background-color: #1D252C;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  pointer-events: none;
}
.mobile-nav .col-lft .inner:after {
  content: '';
  width: calc();
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(100% - 200px);
  width: calc(50vw - var(--container-width) / 2 + 200px + 25px);
  bottom: -130px;
  background: url('../img/vb-wires-nav.svg') no-repeat 100% 0;
  background-size: cover;
  pointer-events: none;
}
.mobile-nav .col-rgt .inner {
  margin-left: 50px;
  background-color: #EAF7FA;
  position: relative;
}
.mobile-nav .col-rgt .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 2000px;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.mobile-nav .col-rgt .inner .circle {
  position: absolute;
  z-index: 3;
  left: -95px;
  top: 0;
  width: calc(400px + 20vw);
  height: calc(400px + 20vw);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.mobile-nav .col-rgt .side-image {
  padding: 80px 0;
}
.mobile-nav .col-rgt .side-image img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.mobile-nav .col-rgt .side-menu {
  margin-left: 50px;
}
.mobile-nav .main-menu-box {
  overflow: hidden;
}
.mobile-nav .main-menu-box .title {
  margin-bottom: 60px;
}
.mobile-nav .main-menu-box .left-side {
  width: 50%;
  float: left;
}
.mobile-nav .main-menu-box .right-side {
  width: 50%;
  float: left;
}
.mobile-nav .mainnav &gt; li {
  display: block;
  padding: 10px 0;
}
.mobile-nav .mainnav &gt; li.hover &gt; a {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.mobile-nav .mainnav ul {
  display: none;
}
.mobile-nav .mainnav a {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.mobile-nav .mainnav a:hover {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.mobile-nav .mobile-submenu a {
  display: block;
  padding: 5px 0;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.mobile-nav .mobile-submenu a:hover {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.mobile-nav .menu-footer {
  height: 130px;
  position: relative;
}
.mobile-nav .menu-footer .inner-box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
}
.mobile-nav .menu-footer .inner-box .box {
  float: left;
  margin-right: 60px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.mobile-nav .menu-footer .inner-box .box i:before {
  margin: 0;
}
.shownav .mobile-nav {
  top: 0;
}
@media (max-width: 1480px) {
  .mobile-nav .menu-footer .inner-box .box {
    margin-right: 40px;
  }
}
@media (max-width: 1280px) {
  .mobile-nav .col-lft .inner {
    padding-top: 80px;
  }
  .mobile-nav .col-rgt .inner .circle {
    width: calc(300px + 20vw);
    height: calc(300px + 20vw);
  }
  .mobile-nav .col-rgt .side-image {
    padding: 60px 0 60px;
  }
  .mobile-nav .col-rgt .side-image img {
    height: 320px;
  }
  .mobile-nav .main-menu-box .title {
    margin-bottom: 40px;
  }
  .mobile-nav .mainnav &gt; li {
    padding: 8px 0;
  }
  .mobile-nav .mainnav a {
    font-size: 24px;
  }
  .mobile-nav .menu-footer .inner-box {
    left: 0;
  }
}
@media (max-width: 992px) {
  .mobile-nav {
    --header-height: 60px;
  }
  .mobile-nav .col-lft .inner:before {
    right: -200px;
  }
  .mobile-nav .col-rgt {
    display: none;
  }
  .mobile-nav .menu-footer .inner-box {
    width: 100%;
  }
  .mobile-nav .menu-footer .inner-box .box {
    width: 33.3334%;
    margin-right: 0;
  }
}
@media (max-height: 750px) {
  .mobile-nav .container .inner {
    min-height: unset;
    position: relative;
  }
  .mobile-nav .container .inner:after {
    bottom: 0;
  }
  .mobile-nav .mainnav {
    position: static;
    transform: translate(0, 0);
  }
  .mobile-nav .secondary {
    position: static;
    margin-top: 60px;
  }
  .mobile-nav .menu-footer {
    height: unset;
    padding: 20px 0;
  }
  .mobile-nav .menu-footer .inner-box {
    position: static;
    top: 0;
    transform: none;
    font-size: 16px;
    line-height: 1.7em;
  }
  .mobile-nav .menu-footer .inner-box .box-a {
    width: 40%;
  }
  .mobile-nav .menu-footer .inner-box .box-b {
    width: 40%;
  }
  .mobile-nav .menu-footer .inner-box .box-c {
    width: 20%;
  }
}
@media (max-width: 540px) {
  .mobile-nav .col-lft .inner {
    padding: 50px 0 40px;
  }
  .mobile-nav .main-menu-box .title {
    margin-bottom: 30px;
  }
  .mobile-nav .main-menu-box .left-side {
    width: 55%;
  }
  .mobile-nav .main-menu-box .right-side {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .mobile-nav .main-menu-box .left-side {
    width: 100%;
    float: none;
  }
  .mobile-nav .main-menu-box .right-side {
    display: none;
  }
  .mobile-nav .main-menu-box .mainnav ul {
    padding: 15px 0 30px;
  }
  .mobile-nav .main-menu-box .mainnav ul a {
    display: block;
    font-size: 18px;
    line-height: 1.8em;
    padding-left: 15px;
  }
  .mobile-nav .menu-footer .inner-box .box-a {
    width: 50%;
    margin-bottom: 15px;
  }
  .mobile-nav .menu-footer .inner-box .box-b {
    width: 50%;
    margin-bottom: 15px;
  }
  .mobile-nav .menu-footer .inner-box .box-c {
    width: 100%;
  }
}
/* @end */
/* @group ANIMATIONS */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* @end */
/* @group BUTTONS */
a.button,
form button {
  display: inline-block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  color: #95c11c;
  background-image: url(../img/vb-kwart.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
a.button .btn-inner,
form button .btn-inner {
  display: block;
  padding: 3px 27px 16px 0;
}
a.button.grd .btn-inner,
form button.grd .btn-inner {
  background: -webkit-linear-gradient(left, #126e96, #95c11c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.button.big,
form button.big {
  font-size: 22px;
  height: 50px;
  line-height: 50px;
}
a.button:hover,
form button:hover {
  opacity: 0.7;
}
a.button.white,
form button.white {
  color: #fff;
  background-image: url(../img/vb-kwart-wit.svg);
}
a.button.t-white,
form button.t-white {
  color: #fff;
}
a.button.t-blue,
form button.t-blue {
  color: #126e96;
}
a.button.t-blue2,
form button.t-blue2 {
  color: #f3fbfd;
}
a.button.t-blue3,
form button.t-blue3 {
  color: #00acd8;
}
a.button.t-blue4,
form button.t-blue4 {
  color: #e7f7fb;
}
a.button.t-blue5,
form button.t-blue5 {
  color: #71a8c0;
}
a.button.t-green,
form button.t-green {
  color: #95c11c;
}
/* ==========================================================================
   	BUTTON LIGHT (kaart home)
   ========================================================================== */
.btn-lblue {
  color: #006E96 !important;
  font-size: 17px;
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  display: inline-block;
  padding: 6px 16px;
  background-color: #EAF7FA;
  border: 2px solid #EAF7FA;
  border-radius: 99px;
  text-transform: uppercase;
  transition: border-color 0.2s ease-out;
}
.btn-lblue.active,
.btn-lblue:focus,
.btn-lblue:hover {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #006E96;
  border-color: #006E96;
}
/* ==========================================================================
   	BUTTON OUTLINE WHITE (vr tour home)
   ========================================================================== */
.btn-outline-white {
  color: #fff !important;
  font-size: 17px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  display: inline-block;
  padding: 6px 16px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 99px;
  text-transform: uppercase;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.btn-outline-white.active,
.btn-outline-white:focus,
.btn-outline-white:hover {
  color: #006E96 !important;
  background-color: #fff;
  text-decoration: none;
}
.btn-outline-white.th-lgreen {
  color: #93D500 !important;
  border-color: #93D500;
}
.btn-outline-white.th-lgreen.active,
.btn-outline-white.th-lgreen:focus,
.btn-outline-white.th-lgreen:hover {
  color: #fff !important;
  background-color: #93D500;
}
.btn-outline-white.th-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#126e96+0,2989d8+50,8aba26+100 */
  background: #126e96;
  /* Old browsers */
  background: -moz-linear-gradient(left, #126e96 0%, #2989d8 50%, #8aba26 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #126e96 0%, #2989d8 50%, #8aba26 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 0%, #2989d8 50%, #8aba26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
  border: none;
  padding: 10px 24px 8px;
}
.btn-outline-white.th-gradient.active,
.btn-outline-white.th-gradient:focus,
.btn-outline-white.th-gradient:hover {
  color: #fff !important;
  opacity: 0.8;
}
.btn-outline-white.btn-md {
  font-size: 14px;
}
/* ==========================================================================
   	BUTTON OUTLINE GREEN (vr tour home)
   ========================================================================== */
.btn-outline-green {
  color: #93D500 !important;
  font-size: 17px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  display: inline-block;
  padding: 6px 16px;
  background-color: transparent;
  border: 2px solid #93D500;
  border-radius: 99px;
  text-transform: uppercase;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.btn-outline-green.active,
.btn-outline-green:focus,
.btn-outline-green:hover {
  color: #fff !important;
  background-color: #93D500;
}
/* ==========================================================================
   	BUTTON VIDEO
   ========================================================================== */
.btn-video {
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-video-icon {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: white;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
}
.btn-video-icon::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/play-btn-wit.svg) no-repeat 50% 50%;
  transition: transform 0.25s ease-in-out;
}
.btn-video-image {
  display: block;
  transition: transform 0.35s ease;
}
.btn-video:hover .btn-video-icon::before {
  transform: rotate(360deg) scale(0.9);
}
.btn-video:hover .btn-video-image {
  transform: scale(1.05);
}
/* @group FONTELLO */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?16887337bc');
  src: url('../font/fontello.eot?16887337bc#iefix') format('embedded-opentype'), url('../font/fontello.woff2?16887337bc') format('woff2'), url('../font/fontello.woff?16887337bc') format('woff'), url('../font/fontello.ttf?16887337bc') format('truetype'), url('../font/fontello.svg?16887337bc#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?16887337#fontello') format('svg');
  }
}
*/
[class^="icon-"],
[class*=" icon-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-right-open:before {
  content: '\e801';
}
/* 'î&nbsp;' */
.icon-left-open:before {
  content: '\e810';
}
/* 'î&nbsp;' */
.icon-video:before {
  content: '\e812';
}
/* 'î&nbsp;’' */
.icon-x-twitter:before {
  content: '\e819';
}
/* 'î&nbsp;™' */
.icon-close:before {
  content: '\e846';
}
/* 'î¡†' */
.icon-down-open:before {
  content: '\e84e';
}
/* 'î¡Ž' */
.icon-up-open:before {
  content: '\e84f';
}
/* 'î¡' */
.icon-linkedin:before {
  content: '\ead1';
}
/* 'î«‘' */
.icon-phone:before {
  content: '\ead2';
}
/* 'î«’' */
.icon-at:before {
  content: '\ead3';
}
/* 'î«“' */
.icon-brand:before {
  content: '\ead5';
}
/* 'î«•' */
.icon-angle-left:before {
  content: '\f104';
}
/* 'ï„„' */
.icon-angle-right:before {
  content: '\f105';
}
/* 'ï„…' */
.icon-angle-up:before {
  content: '\f106';
}
/* 'ï„†' */
.icon-angle-down:before {
  content: '\f107';
}
/* 'ï„‡' */
.icon-youtube:before {
  content: '\f167';
}
/* 'ï…§' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* 'ï…ª' */
.icon-instagram:before {
  content: '\f16d';
}
/* 'ï…­' */
.icon-twitter-squared:before {
  content: '\f304';
}
/* 'ïŒ„' */
.icon-facebook-squared:before {
  content: '\f308';
}
/* 'ïŒˆ' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* 'ïŒŒ' */
/* @end */
/* @group WEBFONTS */
/*
@import url("//hello.myfonts.net/count/380099");
*/
@font-face {
  font-family: 'FFSignaWebProLight';
  src: url('../font/380099_0_0.eot');
  src: url('../font/380099_0_0.eot?#iefix') format('embedded-opentype'), url('../font/380099_0_0.woff2') format('woff2'), url('../font/380099_0_0.woff') format('woff'), url('../font/380099_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'FFSignaWebProBold';
  src: url('../font/380099_1_0.eot');
  src: url('../font/380099_1_0.eot?#iefix') format('embedded-opentype'), url('../font/380099_1_0.woff2') format('woff2'), url('../font/380099_1_0.woff') format('woff'), url('../font/380099_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CeraPRO-Light';
  src: url('../font/380099_2_0.eot');
  src: url('../font/380099_2_0.eot?#iefix') format('embedded-opentype'), url('../font/380099_2_0.woff2') format('woff2'), url('../font/380099_2_0.woff') format('woff'), url('../font/380099_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CeraPRO-Bold';
  src: url('../font/380099_3_0.eot');
  src: url('../font/380099_3_0.eot?#iefix') format('embedded-opentype'), url('../font/380099_3_0.woff2') format('woff2'), url('../font/380099_3_0.woff') format('woff'), url('../font/380099_3_0.ttf') format('truetype');
}
/* @end */
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
.std-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.7);
}
.std-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #242424;
  opacity: 0.7;
}
.std-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #242424;
  opacity: 0.7;
}
.std-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}
.std-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.7);
}
.std-form ::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(0, 0, 0, 0.7);
}
.std-form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.std-form textarea,
.std-form input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 3px 15px;
  background: none;
  color: #242424;
  background-color: #fff;
  border: 1px solid #00acd8;
  border-radius: 3px;
}
.std-form textarea {
  height: 160px;
  padding: 15px 20px;
}
.std-form label .formRequired {
  display: inline-block;
  color: #242424;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
.std-form .formError {
  display: block;
  color: #fe0000;
  font-size: 80%;
  font-weight: normal;
}
.std-form .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 20px;
}
.std-form .rsform-block .formDescription {
  display: none;
}
.std-form .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
.std-form .rsform-block.rsform-error-parent textarea,
.std-form .rsform-block.rsform-error-parent input[type="text"] {
  border-color: #fe0000;
}
.std-form .rsform-block.rsform-type-submitbutton {
  background: none;
  padding: 0;
  border-radius: 0;
}
.std-form .rsform-block.rsform-type-submitbutton .formBody {
  text-align: left;
}
.std-form .rsform-block.rsform-type-submitbutton button {
  background-color: transparent;
  border: none;
}
.std-form .rsform-block .formControlLabel {
  display: block;
  color: #242424;
  font-weight: bold;
  margin-bottom: 5px;
}
.std-form .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
.std-form .rsform-type-freetext {
  margin-bottom: 50px;
}
.std-form .rsform-type-freetext h1,
.std-form .rsform-type-freetext h2,
.std-form .rsform-type-freetext h3,
.std-form .rsform-type-freetext h4 {
  margin-bottom: 20px;
}
.std-form .rsform-select {
  padding: 3px 0 10px;
}
.std-form .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
.std-form .rsform-select select {
  width: 100%;
}
.std-form .rsform-checkboxes,
.std-form .rsform-radios {
  background: #f9f9f9;
  padding: 20px;
}
.std-form .rsform-checkboxes .formControlLabel,
.std-form .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
.std-form .formBody {
  width: 100%;
  clear: both;
  float: none;
}
.std-form .formBody.frm-checkboxes label,
.std-form .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
.std-form .formBody.frm-checkboxes input,
.std-form .formBody.frm-radios input {
  margin-right: 10px;
}
.std-form .rsform-type-fileupload {
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: lowercase;
}
.std-form .rsform-type-fileupload button,
.std-form .rsform-type-fileupload input {
  text-transform: lowercase !important;
}
.std-form .rsform-type-fileupload .rsform-upload-box {
  text-transform: lowercase;
  max-width: 100%;
}
.std-form .rsform-type-fileupload .formControlLabel {
  margin-bottom: 5px;
}
.std-form .rsform-type-fileupload .formDescription {
  display: block;
  font-size: 15px;
  font-style: italic;
}
/* @group IMAGE GALLERIE */
.article-images {
  overflow: hidden;
  margin-top: 40px;
}
.article-images a {
  display: block;
  float: left;
  overflow: hidden;
  width: 31%;
  margin: 0 2% 15px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  cursor: pointer;
}
.article-images a:before,
.article-images a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.2;
  transition: transform 0.4s ease-in-out 0s;
}
.article-images a:before {
  transition: transform 0.4s ease-in-out 0s;
  transform: translateX(-100%);
}
.article-images a:after {
  transition: transform 0.4s ease-in-out 0.2s;
  transform: translateX(100%);
}
.article-images a.vrtour:before,
.article-images a.vrtour:after {
  transform: translateX(0);
}
.article-images a.vrtour .icon {
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: #95c11c;
  background-image: url(../img/360-icon.svg);
  background-size: 48px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.article-images a.vrtour:hover:before,
.article-images a.vrtour:hover:after {
  opacity: 0.3;
}
.article-images a.vrtour:hover .icon {
  transform: translate(-50%, -50%) scale(1.15);
}
.article-images a.isvideo:before,
.article-images a.isvideo:after {
  transform: translateX(0);
}
.article-images a.isvideo .icon {
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: #95c11c;
}
.article-images a.isvideo .icon i {
  font-size: 34px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-images a.isvideo:hover:before,
.article-images a.isvideo:hover:after {
  opacity: 0.3;
}
.article-images a.isvideo:hover .icon {
  transform: translate(-50%, -50%) scale(1.15);
}
.article-images a .icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #126e96;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out 0.15s;
  transform: translate(-50%, 150px);
  opacity: 0;
  z-index: 1;
}
.article-images a .label {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(60px);
  opacity: 0;
}
.article-images a:hover:before,
.article-images a:hover:after {
  transform: translateX(0);
}
.article-images a:hover .icon {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.article-images a:hover .label {
  transform: translateY(45px);
  opacity: 1;
}
@media (max-width: 991px) {
  .article-images a {
    width: 48%;
    margin: 0 2% 15px 0;
  }
}
@media (max-width: 540px) {
  .article-images a {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
/* @end */
/* ==========================================================================
   	IMAGE OVERLAY
   ========================================================================== */
.img-overlay {
  position: relative;
}
.img-overlay::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #006E96;
  opacity: 0.3;
}
/* @group BODY */
.article-single .main-body {
  padding-bottom: 50px;
}
.tpl-vacatures.view-category .main-body {
  padding-top: 160px;
  padding-bottom: 80px;
}
.tpl-vacatures.view-category .main-body .col-aside .inner {
  padding-left: 230px;
  position: relative;
}
.tpl-vacatures.view-article .main-body {
  padding-top: 0;
  padding-bottom: 80px;
}
.tpl-vacatures.view-article .main-body .col-main .inner {
  padding-top: 160px;
}
.tpl-vacatures.view-article .main-body .col-aside .inner {
  padding-left: 110px;
  position: relative;
}
@media (max-width: 1480px) {
  .tpl-vacatures.view-category .main-body {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .tpl-vacatures.view-category .main-body .col-main {
    width: 55%;
  }
  .tpl-vacatures.view-category .main-body .col-aside {
    width: 45%;
  }
  .tpl-vacatures.view-category .main-body .col-aside .inner {
    padding-left: 120px;
    position: relative;
  }
  .tpl-vacatures.view-article .main-body .col-main .inner {
    padding-top: 120px;
  }
  .tpl-vacatures.view-article .main-body .col-aside .inner {
    padding-left: 80px;
  }
}
@media (max-width: 1280px) {
  .tpl-vacatures.view-category .main-body {
    padding-top: 120px;
  }
  .tpl-vacatures.view-category .main-body .col-aside .inner {
    padding-left: 80px;
  }
  .tpl-vacatures.view-article .main-body .col-main .inner {
    padding-top: 100px;
  }
  .tpl-vacatures.view-article .main-body .col-aside .inner {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .tpl-vacatures.view-category .main-body {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tpl-vacatures.view-category .main-body .col-main {
    width: 100%;
    float: left;
  }
  .tpl-vacatures.view-category .main-body .col-aside {
    width: 100%;
    float: left;
  }
  .tpl-vacatures.view-category .main-body .col-aside .inner {
    padding-left: 0;
  }
  .tpl-vacatures.view-category .article-list {
    margin-top: 0 !important;
    margin-right: 70px;
  }
  .tpl-vacatures.view-article .main-body .col-main {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .tpl-vacatures.view-article .main-body .col-main .inner {
    padding-top: 80px;
  }
  .tpl-vacatures.view-article .main-body .col-aside {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .tpl-vacatures.view-article .main-body {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .tpl-vacatures.view-category .article-list {
    margin-right: 0;
  }
}
.main-body {
  padding-top: 80px;
  position: relative;
  z-index: 20;
}
.main-body .article-header {
  margin-bottom: 60px;
}
.main-body .article-header h1 {
  font-size: 40px;
  color: #126e96;
}
.main-body .article-intro {
  color: #00acd8;
  font-size: 20px;
  text-transform: uppercase;
}
.main-body .article-output blockquote {
  background: #fbfaf3;
  border-left: 5px solid #126e96;
  margin: 0 0 30px;
  padding: 10px 10px 10px 20px;
}
.main-body .article-output blockquote p {
  margin: 0;
  font-style: italic;
}
.main-body .article-output .wf_file_icon {
  float: left;
  margin-right: 10px;
}
/* ----------------------- */
@media (max-width: 767px) {
  .article-output .show-xl,
  .article-output .show-lg,
  .article-output .show-md,
  .article-output .show-sm,
  .article-output .show-xs {
    display: none;
  }
  .article-output .show-xs {
    display: block;
  }
}
@media (min-width: 768px) {
  .article-output .show-xl,
  .article-output .show-lg,
  .article-output .show-md,
  .article-output .show-sm,
  .article-output .show-xs {
    display: none;
  }
  .article-output .show-sm {
    display: block;
  }
}
@media (min-width: 992px) {
  .article-output .show-xl,
  .article-output .show-lg,
  .article-output .show-md,
  .article-output .show-sm,
  .article-output .show-xs {
    display: none;
  }
  .article-output .show-md {
    display: block;
  }
}
@media (min-width: 1280px) {
  .article-output .show-xl,
  .article-output .show-lg,
  .article-output .show-md,
  .article-output .show-sm,
  .article-output .show-xs {
    display: none;
  }
  .article-output .show-lg {
    display: block;
  }
}
@media (min-width: 1480px) {
  .article-output .show-xl,
  .article-output .show-lg,
  .article-output .show-md,
  .article-output .show-sm,
  .article-output .show-xs {
    display: none;
  }
  .article-output .show-xl {
    display: block;
  }
}
/* ----------------------- */
@media (max-width: 991px) {
  .main-body {
    padding-top: 60px;
  }
  .main-body .article-header {
    margin-bottom: 40px;
  }
  .main-body .article-header h1 {
    font-size: 28px;
  }
  .main-body .article-intro {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .main-body {
    padding-top: 50px;
  }
  .main-body .article-header {
    margin-bottom: 30px;
  }
  .main-body .article-header h1 {
    font-size: 24px;
  }
  .main-body .article-intro {
    font-size: 17px;
  }
  .tpl-home .main-body {
    padding-top: 0;
  }
}
/* @end */
/* @group ARTICLE-LIST */
.article-list .article-row {
  position: relative;
  margin-bottom: 80px;
}
.article-list .article-row:before {
  display: block;
  content: "";
  width: 5000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2000px;
}
.article-list .article-row:nth-child(even):before {
  background: #f3fbfd;
}
.article-list .article-row:nth-child(even) .article-output-box .more {
  background: #f3fbfd;
}
.article-list .article-row:hover .bgimg:before {
  left: 100%;
}
.article-list .article-image .bgimg {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.article-list .article-image .bgimg:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -3000px;
  background: #126e96;
  opacity: 0.3;
  transition: 0.8s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.article-list .article-image .bgimg:after {
  display: block;
  content: "";
  width: 170px;
  height: 120%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10%;
  right: 0;
}
.article-list .article-image .bgimg .label {
  width: 140px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2em;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 30px 10px 15px;
  border-radius: 0 100px 100px 0;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.article-list .article-image img {
  display: none;
}
.article-list .article-output-box .inner {
  padding: 40px 0 40px 90px;
  position: relative;
}
.article-list .article-output-box .article-header {
  margin-bottom: 20px;
}
.article-list .article-output-box .article-header h2 {
  margin-bottom: 0;
}
.article-list .article-output-box .article-header .article-date {
  display: block;
  color: #126e96;
  margin-top: 10px;
}
.article-list .article-output-box .article-info p {
  margin-bottom: 0;
}
.article-list .article-output-box .more {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  line-height: 140px;
  background: #fff;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  color: #126e96;
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out 0s;
}
.article-list .article-output-box .more span {
  position: relative;
}
.article-list .article-output-box .more span:after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/vb-kwart.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  right: -18px;
}
@media (max-width: 1280px) {
  .article-list .article-output-box .inner {
    padding: 30px 0 30px 50px;
  }
}
@media (max-width: 991px) {
  .article-list .article-output-box .inner {
    padding: 20px 0 20px 50px;
  }
  .article-list .article-output-box .article-info {
    font-size: 15px;
  }
}
@media (max-width: 680px) {
  .article-list {
    margin-top: -50px;
  }
  .article-list .article-row {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .article-list .article-image {
    width: 100%;
    float: none;
  }
  .article-list .article-image .bgimg {
    height: 260px;
  }
  .article-list .article-image .bgimg:after {
    width: 105%;
    height: 105%;
    background: url(../img/vb-circle-kwart.png) top left no-repeat;
    background-size: contain;
    bottom: auto;
    top: 0;
    left: 40px;
  }
  .article-list .article-image .bgimg .label {
    padding: 10px 15px 10px 30px;
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0;
  }
  .article-list .article-output-box {
    clear: both;
    width: 100%;
    float: none;
  }
  .article-list .article-output-box .inner {
    padding: 30px 0 0;
  }
  .article-list .article-output-box .article-info {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .article-list .article-output-box .more {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    line-height: 40px;
    text-align: left;
    color: #126e96;
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .article-list .article-output-box .more span:after {
    top: -4px;
    right: -24px;
  }
}
@media (max-width: 480px) {
  .article-list .article-image .bgimg {
    height: 200px;
  }
  .article-list .article-image .bgimg:after {
    left: 0;
  }
}
/* @end */
/* @group PROJECTEN-LIST */
.project-filter {
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.project-filter ul {
  display: inline-block;
}
.project-filter li {
  display: inline-block;
  padding: 0 5px;
}
.project-filter li a {
  color: #95c11c;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.project-filter li.current a {
  color: #126e96;
}
.project-list .item {
  margin-bottom: 160px;
}
.project-list .item:nth-child(2n+1) .inner {
  margin-right: 30px;
}
.project-list .item:nth-child(2n) .inner {
  margin-left: 30px;
}
.project-list .item:hover .project-image:before {
  opacity: 0.8;
}
.project-list .item:hover .project-circle {
  opacity: 1;
  transform: scale(1);
}
.project-list .inner {
  position: relative;
}
.project-list .project-image {
  height: 260px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.project-list .project-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.5;
  transition: 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.project-list .project-image img {
  display: none;
}
.project-list .project-circle {
  width: 96%;
  height: 340px;
  position: absolute;
  top: -40px;
  left: 2%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  transform: scale(0.98);
}
.project-list .project-circle.topleft {
  background-position: top left;
}
.project-list .project-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project-list .project-header h2,
.project-list .project-header .project-label {
  display: block;
  width: 50%;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
}
.project-list .project-header h2 {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: 50%;
  padding-right: 40px;
}
.project-list .project-header .project-label {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  text-align: right;
  padding: 7px 40px 0 20px;
  position: absolute;
  top: 25%;
  left: 0;
}
.project-list .circle-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 90px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%);
  background-size: auto 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
.project-list .circles {
  position: absolute;
  bottom: 0;
  right: 30px;
  transform: translateY(50%);
}
.project-list .circles .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin-left: 10px;
  line-height: 40px;
  text-align: center;
  background-color: #126e96;
  color: #fff;
  font-size: 14px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1480px) {
  .project-list .item:nth-child(2n+1) .inner {
    margin-right: 0;
  }
  .project-list .item:nth-child(2n) .inner {
    margin-left: 0;
  }
  .project-list .project-header .project-label {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .project-list .item {
    margin-bottom: 100px;
  }
  .project-list .project-header h2 {
    width: 70%;
    left: 30%;
    top: auto;
    bottom: 80px;
  }
  .project-list .project-header .project-label {
    width: 70%;
    top: 20px;
  }
}
@media (max-width: 1280px) {
  .project-list .item {
    margin-bottom: 100px;
  }
  .project-list .project-header h2 {
    font-size: 18px;
    padding-right: 30px;
  }
  .project-list .project-header .project-label {
    font-size: 22px;
    padding-right: 30px;
  }
  .project-list .circle-logo {
    left: 80px;
  }
}
@media (max-width: 991px) {
  .project-list .item {
    margin-bottom: 80px;
  }
}
@media (max-width: 520px) {
  .project-list .circle-logo {
    left: 25px;
  }
  .project-list .circles {
    right: 25px;
  }
  .project-list .project-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .project-list .project-header {
    position: static;
    padding: 60px 25px 80px;
    position: relative;
  }
  .project-list .project-header h2,
  .project-list .project-header .project-label {
    width: 100%;
    position: static;
    padding: 0;
    margin: 0;
  }
  .project-list .project-header h2 {
    padding-right: 10%;
    margin-bottom: 30px;
  }
  .project-list .project-header .project-label {
    padding-left: 10%;
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .project-list .circle-logo {
    left: 15px;
  }
  .project-list .circles {
    right: 15px;
  }
  .project-list .project-header {
    padding: 60px 20px 80px;
  }
  .project-list .project-header h2 {
    padding-right: 0%;
    margin-bottom: 15px;
  }
  .project-list .project-header .project-label {
    padding-left: 0%;
  }
}
/* @end */
/* @group PROJECTEN DETAIL */
.project-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.project-banner:before {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  background: url(../img/vb-contact-circle-map.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.project-banner .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.project-banner .overlay.bg-greydient {
  height: 100%;
  opacity: 0.3;
  z-index: 2;
}
.project-banner .overlay.bg-gradient {
  opacity: 0;
  z-index: 3;
}
.project-banner .container {
  position: relative;
  z-index: 10;
}
.project-banner .project-circle {
  width: 1000px;
  height: 750px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 50%;
  pointer-events: none;
}
.project-banner .project-header {
  height: 650px;
  position: relative;
  color: #fff;
}
.project-banner .project-header h1 {
  color: inherit;
  font-size: 42px;
  width: 50%;
  padding-left: 25px;
  position: absolute;
  left: 50%;
  bottom: 35%;
}
.project-banner .project-header h2 {
  color: inherit;
  font-size: 55px;
  line-height: 1em;
  width: 50%;
  padding-right: 25px;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 40%;
}
.project-banner .circle-logo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  line-height: 140px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.project-banner .circles {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
.project-banner .circles .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  margin-left: 10px;
  line-height: 80px;
  text-align: center;
  background: #126e96;
  color: #fff;
  font-size: 14px;
  background-size: 50% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.tpl-projecten-detail .main-body {
  padding-top: 160px;
}
.tpl-projecten-detail .section-details {
  margin-bottom: 125px;
}
.tpl-projecten-detail .section-details .left-col,
.tpl-projecten-detail .section-details .right-col {
  transition: all 0.8s ease-in-out 0s;
}
.tpl-projecten-detail .section-details .left-col {
  padding-bottom: 440px;
}
.tpl-projecten-detail .section-details .right-col {
  background: #242424;
  position: relative;
  z-index: 2;
}
.tpl-projecten-detail .section-details .right-col:before {
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  background: #242424;
  position: absolute;
  top: 0;
  left: 0;
}
.tpl-projecten-detail .section-details .kenmerken {
  margin-bottom: 20px;
}
.tpl-projecten-detail .section-details .kenmerken li {
  padding: 16px 0;
}
.tpl-projecten-detail .section-details .kenmerken li:nth-child(odd) {
  position: relative;
  background: #f3fbfd;
}
.tpl-projecten-detail .section-details .kenmerken li:nth-child(odd):before {
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  background: #f3fbfd;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 0;
}
.tpl-projecten-detail .section-details .kenmerken .box {
  position: relative;
  z-index: 1;
  color: #126e96;
}
.tpl-projecten-detail .section-details .kenmerken .box strong {
  display: inline-block;
  width: 30%;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.tpl-projecten-detail .section-details .shout-out {
  padding: 16px 0;
  background: #71a8c0;
  position: relative;
  margin-bottom: 20px;
}
.tpl-projecten-detail .section-details .shout-out:before {
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  background: #71a8c0;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 0;
}
.tpl-projecten-detail .section-details .shout-out:hover {
  opacity: 0.8;
}
.tpl-projecten-detail .section-details .shout-out .box {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
}
.tpl-projecten-detail .section-details .shout-out .box strong {
  display: inline-block;
  width: 30%;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.tpl-projecten-detail .section-details .quote-box {
  width: 100%;
  height: 420px;
  position: relative;
  padding: 90px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}
.tpl-projecten-detail .section-details .quote-box:before {
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  background: #126e96 url(../img/bg-about.jpg);
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.tpl-projecten-detail .section-details .quote-box blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 30px;
  line-height: 1.4em;
  text-align: right;
  text-transform: uppercase;
}
.tpl-projecten-detail .section-details .quote-box blockquote span {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.tpl-projecten-detail .section-details .quote-box small {
  display: block;
  font-size: 17px;
  text-align: right;
  margin-top: 20px;
}
.tpl-projecten-detail .section-details .accordeon {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 90px 0 90px 115px;
}
.tpl-projecten-detail .section-details .accordeon .acc-item {
  margin-bottom: 30px;
  position: relative;
}
.tpl-projecten-detail .section-details .accordeon .acc-item:before {
  display: block;
  content: "";
  width: 2000px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.tpl-projecten-detail .section-details .accordeon .question {
  padding-bottom: 30px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.tpl-projecten-detail .section-details .accordeon .question h2 {
  display: inline-block;
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.tpl-projecten-detail .section-details .accordeon .question h2:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/vb-arrow-wit.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 0;
  left: -60px;
  transition: transform 0.3s ease-in-out 0s;
}
.tpl-projecten-detail .section-details .accordeon .question h2 .duotone {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.tpl-projecten-detail .section-details .accordeon .question.open h2:before {
  background-image: url(../img/vb-arrow.svg);
  background-size: 30px auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tpl-projecten-detail .section-details .accordeon .answer {
  padding-bottom: 30px;
}
.tpl-projecten-detail .section-details .accordeon .answer p:last-child {
  margin-bottom: 0;
}
.tpl-projecten-detail .section-media {
  overflow: hidden;
  margin-bottom: 125px;
}
.tpl-projecten-detail .section-media .item {
  display: block;
  width: 33.3334%;
  float: left;
  height: 320px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  position: relative;
  cursor: pointer;
}
.tpl-projecten-detail .section-media .item:before,
.tpl-projecten-detail .section-media .item:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.2;
  transition: transform 0.4s ease-in-out 0s;
}
.tpl-projecten-detail .section-media .item:before {
  transition: transform 0.4s ease-in-out 0s;
  transform: translateX(-100%);
}
.tpl-projecten-detail .section-media .item:after {
  transition: transform 0.4s ease-in-out 0.2s;
  transform: translateX(100%);
}
.tpl-projecten-detail .section-media .item.vrtour:before,
.tpl-projecten-detail .section-media .item.vrtour:after {
  transform: translateX(0);
}
.tpl-projecten-detail .section-media .item.vrtour .icon {
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: #95c11c;
  background-image: url(../img/360-icon.svg);
  background-size: 48px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.tpl-projecten-detail .section-media .item.vrtour:hover:before,
.tpl-projecten-detail .section-media .item.vrtour:hover:after {
  opacity: 0.3;
}
.tpl-projecten-detail .section-media .item.vrtour:hover .icon {
  transform: translate(-50%, -50%) scale(1.15);
}
.tpl-projecten-detail .section-media .item.isvideo:before,
.tpl-projecten-detail .section-media .item.isvideo:after {
  transform: translateX(0);
}
.tpl-projecten-detail .section-media .item.isvideo .icon {
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: #95c11c;
}
.tpl-projecten-detail .section-media .item.isvideo .icon i {
  font-size: 34px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tpl-projecten-detail .section-media .item.isvideo:hover:before,
.tpl-projecten-detail .section-media .item.isvideo:hover:after {
  opacity: 0.3;
}
.tpl-projecten-detail .section-media .item.isvideo:hover .icon {
  transform: translate(-50%, -50%) scale(1.15);
}
.tpl-projecten-detail .section-media .item .icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #126e96;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out 0.15s;
  transform: translate(-50%, 150px);
  opacity: 0;
  z-index: 1;
}
.tpl-projecten-detail .section-media .item .label {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(60px);
  opacity: 0;
}
.tpl-projecten-detail .section-media .item:hover:before,
.tpl-projecten-detail .section-media .item:hover:after {
  transform: translateX(0);
}
.tpl-projecten-detail .section-media .item:hover .icon {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.tpl-projecten-detail .section-media .item:hover .label {
  transform: translateY(45px);
  opacity: 1;
}
.tpl-projecten-detail .section-location {
  overflow: hidden;
}
.tpl-projecten-detail .section-location .halfling {
  width: 50%;
  min-height: 360px;
  float: left;
}
.tpl-projecten-detail .section-location .halfling.map {
  background: #f3fbfd;
}
.tpl-projecten-detail .section-location .halfling.tags {
  padding-left: 80px;
}
.tpl-projecten-detail .section-location .halfling.tags h3 {
  font-size: 30px;
  margin: 0 0 30px 0;
}
.tag-list {
  overflow: hidden;
}
.tag-list .tag {
  display: block;
  float: left;
  background: #71a8c0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  margin: 0 15px 15px 0;
}
.tag-list .tag:hover {
  background: #126e96;
  color: #fff;
}
.tag-list .tag.type2 {
  background: #f3fbfd;
  color: #126e96;
}
.tag-list .tag.type2:hover {
  background: #71a8c0;
  color: #fff;
}
.tag-list .tag.type3 {
  background: none;
  border: 1px solid #126e96;
  color: #126e96;
  line-height: 38px;
  cursor: default;
}
.tag-list .tag.type3:hover {
  background: none;
  border: 1px solid #126e96;
  color: #126e96;
}
@media (max-width: 991px) {
  .tag-list {
    overflow: hidden;
  }
  .tag-list .tag {
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
  }
  .tag-list .tag.type3 {
    line-height: 30px;
  }
}
.is-safari .tpl-projecten-detail .section-details .accordeon .question h2 .duotone {
  display: inline;
}
.is-safari .tpl-projecten-detail .section-details .accordeon .question h2 .duotone:before {
  display: block;
  content: " ";
}
@media (max-width: 1280px) {
  .project-banner .project-circle {
    height: 610px;
    top: -30px;
  }
  .project-banner .project-header {
    height: 550px;
  }
  .project-banner .project-header h1 {
    font-size: 36px;
    bottom: 40%;
  }
  .project-banner .project-header h2 {
    font-size: 40px;
    bottom: 46%;
  }
}
@media (max-width: 991px) {
  .project-banner .project-circle {
    height: 530px;
    top: -15px;
  }
  .project-banner .project-header {
    height: 500px;
  }
  .project-banner .project-header h1 {
    font-size: 30px;
    bottom: 42%;
  }
  .project-banner .project-header h2 {
    font-size: 36px;
    bottom: 47%;
  }
  .project-banner .circles {
    left: 15px;
  }
  .project-banner .circles .circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .tpl-projecten-detail .main-body {
    padding-top: 100px;
  }
  .tpl-projecten-detail .section-details {
    margin-bottom: 60px;
  }
  .tpl-projecten-detail .section-details .left-col {
    padding-bottom: 0;
  }
  .tpl-projecten-detail .section-details .right-col:before {
    left: -200px;
  }
  .tpl-projecten-detail .section-details .kenmerken li:nth-child(odd):before {
    right: -200px;
  }
  .tpl-projecten-detail .section-details .shout-out:before,
  .tpl-projecten-detail .section-details .quote-box:before {
    right: -200px;
  }
  .tpl-projecten-detail .section-details .shout-out {
    margin-bottom: 60px;
  }
  .tpl-projecten-detail .section-details .quote-box {
    position: static;
    position: relative;
    padding: 60px;
    height: auto;
  }
  .tpl-projecten-detail .section-details .accordeon {
    padding: 60px 0 60px 80px;
  }
  .tpl-projecten-detail .section-media {
    margin-bottom: 60px;
  }
  .tpl-projecten-detail .section-media .item {
    height: 240px;
  }
  .tpl-projecten-detail .section-location .halfling.tags {
    padding-left: 40px;
    padding-right: 30px;
  }
  .tpl-projecten-detail .section-location .halfling.tags h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .project-banner .project-circle {
    height: 470px;
    top: -10px;
  }
  .project-banner .project-header {
    height: 450px;
  }
  .project-banner .project-header h1 {
    font-size: 25px;
    bottom: 46%;
  }
  .project-banner .project-header h2 {
    font-size: 32px;
    bottom: 50%;
  }
  .tpl-projecten-detail .section-details {
    margin-bottom: 60px;
  }
  .tpl-projecten-detail .section-media {
    margin-bottom: 60px;
  }
  .tpl-projecten-detail .section-media .item {
    width: 50%;
    height: 180px;
  }
}
@media (max-width: 720px) {
  .tpl-projecten-detail .section-location .halfling {
    width: 100%;
    min-height: 10px;
  }
  .tpl-projecten-detail .section-location .halfling.map {
    height: 300px;
  }
  .tpl-projecten-detail .section-location .halfling.tags {
    padding: 60px 25px 0;
  }
}
@media (max-width: 620px) {
  .project-banner .circles {
    width: 215px;
    bottom: -140px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .project-banner .circles .circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 5px;
  }
  .tpl-projecten-detail .main-body {
    padding-top: 180px;
  }
}
@media (max-width: 600px) {
  .tpl-projecten-detail .section-details .quote-box {
    padding: 40px 0;
  }
  .tpl-projecten-detail .section-details .quote-box blockquote,
  .tpl-projecten-detail .section-details .quote-box small {
    text-align: center;
  }
  .tpl-projecten-detail .section-details .quote-box blockquote {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .tpl-projecten-detail .section-details .kenmerken .box strong {
    width: 100%;
  }
  .tpl-projecten-detail .section-details .shout-out .box strong {
    width: 100%;
  }
  .tpl-projecten-detail .section-details .quote-box blockquote {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .project-banner:before {
    background-size: auto 180px;
  }
  .project-banner .project-circle {
    display: none;
  }
  .project-banner .project-header {
    height: auto;
    margin-bottom: 240px;
  }
  .project-banner .project-header h1 {
    font-size: 25px;
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .project-banner .project-header h2 {
    font-size: 32px;
    position: static;
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 420px) {
  .tpl-projecten-detail .section-details .accordeon {
    padding: 60px 0 60px 0;
  }
  .tpl-projecten-detail .section-details .accordeon .acc-item:before {
    width: 100%;
  }
  .tpl-projecten-detail .section-details .accordeon .question h2 {
    font-size: 25px;
    padding-left: 40px;
  }
  .tpl-projecten-detail .section-details .accordeon .question h2:before {
    left: 0;
    background-size: contain;
    width: 23px;
    height: 23px;
  }
  .tpl-projecten-detail .section-details .accordeon .question.open h2:before {
    background-size: contain;
  }
  .tpl-projecten-detail .section-media {
    padding: 20px;
  }
  .tpl-projecten-detail .section-media .item {
    width: 100%;
    height: 180px;
    margin: 0 0 20px 0;
  }
}
/* @end */
/* @group PAGE NAVIGATION */
.bullet-navigation {
  text-align: center;
}
.bullet-navigation a {
  display: inline-block;
  width: 240px;
  height: 48px;
  line-height: 48px;
  margin: 0 5px;
  position: relative;
  z-index: 100;
}
.bullet-navigation .text {
  text-transform: uppercase;
}
.bullet-navigation .arrow {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: #126e96;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.bullet-navigation .arrow:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  /* Old browsers */
  background: -moz-linear-gradient(left, #126e96 0%, #8aba26 140%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #126e96 0%, #8aba26 140%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 0%, #8aba26 140%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.bullet-navigation .arrow:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../img/vb-arrow-wit.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.bullet-navigation .prev {
  padding-right: 60px;
  text-align: right;
}
.bullet-navigation .prev .arrow {
  right: 0;
}
.bullet-navigation .prev .arrow:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bullet-navigation .prev .arrow:after {
  left: -2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bullet-navigation .next {
  padding-left: 60px;
  text-align: left;
}
.bullet-navigation .next .arrow {
  left: 0;
}
.section-page-navigation {
  padding: 40px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 560px) {
  .section-page-navigation {
    padding: 20px 0;
  }
  .bullet-navigation a {
    width: 150px;
  }
  .bullet-navigation a .hide-phone {
    display: none;
  }
}
@media (max-width: 380px) {
  .bullet-navigation {
    overflow: hidden;
  }
  .bullet-navigation a {
    width: 50%;
    float: left;
    padding: 0 !important;
    text-align: center !important;
    margin: 0;
  }
  .bullet-navigation a .text {
    display: none;
  }
  .bullet-navigation a .arrow {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
  }
}
/* @end */
/* @group CONTACT */
.page-banner-map {
  position: relative;
}
.page-banner-map .gmap {
  height: 600px;
}
.page-banner-map:before {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  background: url(../img/vb-contact-circle-map.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.page-banner-map .contact-circles {
  position: absolute;
  bottom: -35px;
  left: 50%;
  z-index: 40;
  transform: translateX(-50%);
}
.page-banner-map .contact-circles .circle {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  background: #126e96;
  color: #fff;
  margin: 0 8px;
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out 0s;
}
.page-banner-map .contact-circles .circle:hover {
  background-color: #95c11c;
  transform: scale(1.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tpl-contact .contact-header {
  text-align: center;
  margin: 40px 0 80px;
}
.tpl-contact .contact-header h1 {
  margin: 0 0 15px;
}
.tpl-contact .contact-header .info {
  font-size: 20px;
  margin: 0 20%;
}
.tpl-contact .contact-info {
  margin-bottom: 60px;
}
.tpl-contact .contact-info .col-left {
  position: relative;
}
.tpl-contact .contact-info .col-left:before {
  display: block;
  content: "";
  width: 170px;
  height: 100%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 800;
  pointer-events: none;
}
.tpl-contact .contact-info .col-left .bgimg {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.tpl-contact .contact-info .col-right {
  background: #f3fbfd;
  position: relative;
}
.tpl-contact .contact-info .col-right:before {
  display: block;
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff url(../img/vb-logo.png) center center no-repeat;
  background-size: 70px auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.tpl-contact .contact-info .col-right .inner {
  min-height: 360px;
  padding: 80px 40px;
  margin-left: 40px;
  overflow: hidden;
}
.tpl-contact .contact-info .col-right .inner p {
  width: 50%;
  float: left;
  padding-left: 40px;
}
.contact-form {
  position: relative;
  margin-bottom: 80px;
}
.contact-form .form {
  margin: 0 20%;
}
.contact-form .grecaptcha-badge {
  position: fixed;
  bottom: 60px;
  left: -280px;
  transition: all 0.4s ease-in-out 0s;
}
.contact-form .rsform h2 {
  display: none;
}
.contact-form .rsform fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.contact-form .rsform input[type="text"] {
  width: 100%;
  height: 36px;
  padding-left: 10px;
  background: none;
  border: 1px solid #5bc0d8;
}
.contact-form .rsform .formDescription,
.contact-form .rsform .formRequired {
  display: none;
}
.contact-form .rsform .rsform-block-naam,
.contact-form .rsform .rsform-block-bedrijf,
.contact-form .rsform .rsform-block-telefoonnummer,
.contact-form .rsform .rsform-block-email {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.contact-form .rsform .rsform-block-naam .formBody,
.contact-form .rsform .rsform-block-bedrijf .formBody,
.contact-form .rsform .rsform-block-telefoonnummer .formBody,
.contact-form .rsform .rsform-block-email .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.contact-form .rsform .rsform-block-naam .formValidation,
.contact-form .rsform .rsform-block-bedrijf .formValidation,
.contact-form .rsform .rsform-block-telefoonnummer .formValidation,
.contact-form .rsform .rsform-block-email .formValidation {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.contact-form .rsform .rsform-block-naam,
.contact-form .rsform .rsform-block-telefoonnummer {
  padding-right: 15px;
}
.contact-form .rsform .rsform-block-bedrijf,
.contact-form .rsform .rsform-block-email {
  padding-left: 15px;
}
.contact-form .rsform .rsform-block-bericht {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.contact-form .rsform .rsform-block-bericht .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.contact-form .rsform .rsform-block-bericht .formValidation {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.contact-form .rsform .rsform-block-bericht textarea {
  width: 100%;
  height: 140px;
  background: none;
  border: 1px solid #5bc0d8;
  padding: 10px;
}
.contact-form .rsform button {
  border: none;
  background-color: transparent;
}
.showcaptcha .contact-form .grecaptcha-badge {
  left: -188px;
}
.showcaptcha .contact-form .grecaptcha-badge:hover {
  left: -3px;
}
@media (max-width: 1280px) {
  .tpl-contact .contact-info .col-right .inner {
    padding: 80px 0;
    margin-left: 30px;
  }
  .contact-form .form {
    margin: 0 10%;
  }
}
@media (max-width: 991px) {
  .page-banner-map .gmap {
    height: 500px;
  }
  .tpl-contact .contact-header .info {
    margin: 0;
  }
  .tpl-contact .contact-info .col-left,
  .tpl-contact .contact-info .col-right {
    position: relative;
  }
  .tpl-contact .contact-info .col-left:after,
  .tpl-contact .contact-info .col-right:after {
    display: block;
    content: "";
    width: 2000px;
    height: 100%;
    background: #f3fbfd;
    position: absolute;
    top: 0;
    left: -600px;
    z-index: -1;
  }
  .tpl-contact .contact-info .col-left .bgimg,
  .tpl-contact .contact-info .col-right .bgimg {
    height: 300px;
    position: static;
  }
  .tpl-contact .contact-info .col-left:before {
    width: 100%;
    height: 170px;
    background: url(../img/vb-contact-circle-map.png) center bottom no-repeat;
    background-size: contain;
  }
  .tpl-contact .contact-info .col-right:before {
    top: 0;
    left: 50%;
    right: auto;
  }
  .tpl-contact .contact-info .col-right .inner {
    min-height: 80px;
    margin-left: 0;
    padding: 100px 0 20px;
  }
  .tpl-contact .contact-info .col-right .inner p {
    padding: 0 40px 0 0;
  }
  .contact-form .form {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-banner-map:before {
    height: 160px;
  }
  .page-banner-map .gmap {
    height: 400px;
  }
  .page-banner-map .contact-circles {
    width: 200px;
    bottom: -25px;
  }
  .page-banner-map .contact-circles .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tpl-contact .contact-header {
    margin: 20px 0 60px;
  }
  .tpl-contact .contact-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 540px) {
  .tpl-contact .contact-info .col-right .inner p {
    width: 100%;
    float: none;
  }
}
@media (max-width: 500px) {
  .contact-form .rsform .rsform-block-naam,
  .contact-form .rsform .rsform-block-bedrijf,
  .contact-form .rsform .rsform-block-telefoonnummer,
  .contact-form .rsform .rsform-block-email {
    width: 100%;
    float: none;
  }
  .contact-form .rsform .rsform-block-naam,
  .contact-form .rsform .rsform-block-telefoonnummer {
    padding-right: 0;
  }
  .contact-form .rsform .rsform-block-bedrijf,
  .contact-form .rsform .rsform-block-email {
    padding-left: 0;
  }
}
/* @end */
/* @group PRESENTATIE */
.tpl-presentatie .page-banner {
  background: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#126e96+35,8aba26+90 */
  background: #126e96;
  /* Old browsers */
  background: -moz-linear-gradient(left, #126e96 35%, #8aba26 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #126e96 35%, #8aba26 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 35%, #8aba26 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
}
.tpl-presentatie .page-banner h1 {
  text-align: left;
}
.tpl-presentatie .site-footer:before {
  display: none;
}
.presentatie-intro {
  padding-bottom: 60px;
}
/* @end */
.project-ajax-output {
  min-height: 160px;
  position: relative;
}
.project-ajax-output.loading:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
}
.project-ajax-output .c-ajax-loader {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.project-ajax-output .result-state {
  clear: both;
  display: block;
  text-align: center;
  position: relative;
  z-index: 10;
}
.project-ajax-output .result-state.end-results {
  transform: translateY(-80px);
}
.project-ajax-output .result-state .title {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #126e96;
  font-size: 25px;
  line-height: 1.3em;
}
.project-ajax-output .result-state .title a {
  color: inherit;
}
.project-ajax-output .result-state .title.mb {
  margin-bottom: 30px;
}
.project-ajax-output .result-state .title.js-duotone {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
.project-ajax-output .result-state .title.js-duotone .duotone {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.project-ajax-output .result-state .title.js-duotone.duotone-blocks span {
  display: block;
}
.project-ajax-output .result-state .title.js-duotone.reversed .toptone {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.project-ajax-output .result-state .title.js-duotone.reversed .duotone {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
.project-ajax-output .result-state .title[data-lastword],
.project-ajax-output .result-state .title.js-lastword {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
.project-ajax-output .result-state .title[data-lastword] .lastword,
.project-ajax-output .result-state .title.js-lastword .lastword {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.project-ajax-actions {
  clear: both;
  padding: 0 0 120px;
  text-align: center;
}
.section-page-content {
  padding: 100px 0 80px;
}
.section-page-content .article-header {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .section-page-content {
    padding: 80px 0 60px;
  }
}
@media (max-width: 767px) {
  .section-page-content {
    padding: 60px 0 40px;
  }
}
.section-page-blocks {
  padding: 50px 0;
}
.section-page-blocks .list-blocks {
  margin-left: -25px;
  margin-right: -25px;
  overflow: hidden;
}
.section-page-blocks .list-blocks .list-item {
  width: 50%;
  float: left;
  padding: 30px 25px;
}
@media (max-width: 480px) {
  .section-page-blocks .list-blocks .list-item {
    width: 100%;
    float: none;
    padding: 20px 25px;
  }
}
.section-invest-header .primary {
  background-color: #1D252C;
  padding-bottom: 300px;
}
.section-invest-header .primary .row-a .col-right {
  padding-top: 250px;
  padding-bottom: 200px;
  position: relative;
  z-index: 10;
}
.section-invest-header .primary .row-a .col-left {
  float: right;
  position: relative;
}
.section-invest-header .primary .row-a .col-left .hero-image {
  width: 100%;
  height: 620px;
  position: absolute;
  top: 0;
  left: -300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-invest-header .primary .row-a .col-left .hero-image:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  width: calc(100% + 15px);
  height: 101%;
  bottom: -2px;
  left: -2px;
  background-image: url(../img/svg/hero-mask.svg);
  background-position: bottom left;
  background-size: 1920px auto;
  background-repeat: no-repeat;
}
.section-invest-header .primary .row-b {
  color: #fff;
}
.section-invest-header .primary .row-b .col-left .box {
  padding: 30px 0;
  position: relative;
}
.section-invest-header .primary .row-b .col-left .box .content {
  max-width: 300px;
  position: relative;
}
.section-invest-header .primary .row-b .col-left .box strong {
  color: #95c11c;
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
.section-invest-header .primary .row-b .col-left .box .image {
  position: absolute;
  bottom: 0;
  left: calc(100% + 30px);
}
.section-invest-header .primary .row-b .col-left .box-1 .image {
  width: 220px;
  bottom: 60px;
  left: 100%;
}
.section-invest-header .primary .row-b .col-left .box-2 {
  padding-left: 220px;
}
.section-invest-header .primary .row-b .col-left .box-2 .image {
  width: 145px;
  bottom: -30px;
  left: calc(100% + 25px);
}
.section-invest-header .primary .row-b .col-left .box-3 {
  padding-left: 120px;
}
.section-invest-header .primary .row-b .col-left .box-3 .content {
  max-width: 260px;
}
.section-invest-header .primary .row-b .col-left .box-3 .image {
  width: 280px;
  bottom: -180px;
  left: calc(100% - 180px);
  z-index: 5;
}
.section-invest-header .primary .row-b .col-left .box-3 .circle-box {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 40px 12px;
  text-align: center;
  background-color: #00acd8;
  color: #fff;
  position: absolute;
  bottom: -95px;
  right: -190px;
}
.section-invest-header .primary .row-b .col-left .box-3 .circle-box strong {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #fff;
}
.section-invest-header .primary .row-b .col-left .box-3 .circle-box p {
  margin-bottom: 0;
}
.section-invest-header .primary .row-b .col-right .inner {
  padding-bottom: 0px;
  position: relative;
}
.section-invest-header .primary .row-b .col-right .circle-box {
  width: 325px;
  height: 325px;
  border-radius: 50%;
  background-color: #DEF2B2;
  color: #1D252C;
  text-align: center;
}
.section-invest-header .primary .row-b .col-right .circle-box .content {
  padding: 70px 35px;
}
.section-invest-header .primary .row-b .col-right .circle-box.bg-green {
  background-color: #4FB36A;
  color: #fff;
}
.section-invest-header .primary .row-b .col-right .circle-box-1 {
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
  z-index: 5;
}
.section-invest-header .primary .row-b .col-right .circle-box-1:before {
  display: block;
  content: "";
  width: 125%;
  height: 125%;
  background-image: url(../img/svg/invest-circle-text.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-invest-header .primary .row-b .col-right .circle-box-2 {
  position: absolute;
  bottom: auto;
  left: -150px;
}
.section-invest-header .primary .row-b .col-right .circle-box-2 .content {
  padding: 80px 60px;
}
.section-invest-header .primary .row-b .col-right .circle-box-2 .logo {
  width: 210px;
  margin: 0 auto;
}
.section-invest-header .primary .row-b .col-right .circle-box-2 .people {
  position: absolute;
  bottom: -10px;
  right: -55px;
}
.section-invest-header .primary .row-b .col-right .circle-box-3 {
  width: 160px;
  height: 160px;
  padding: 40px 30px;
  line-height: 1.2em;
  background-color: #93D500;
  color: #fff;
  position: absolute;
  bottom: -55px;
  left: 240px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 19px !important;
  text-transform: uppercase;
}
.section-invest-header .secondary {
  padding: 0;
}
.section-invest-header .secondary .inner {
  height: 450px;
  position: relative;
}
.section-invest-header .secondary .circle-image {
  width: 850px;
  height: 850px;
  border-radius: 50%;
  background-size: 850px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  right: 0;
}
.section-invest-header .secondary .circle-image img {
  display: none;
}
.section-invest-header .secondary .mod-stories {
  top: -110px;
  right: auto;
  left: 0;
}
.section-invest-header .secondary .mod-stories:before {
  background-color: #EAF7FA;
  left: auto;
  right: 100%;
}
.section-invest-header .secondary .c-medewerker {
  position: relative;
}
.section-invest-header .secondary .c-medewerker-image {
  width: 210px;
  height: 210px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section-invest-header .secondary .c-medewerker-body {
  background-color: #EAF7FA;
  border-radius: 0 999px 999px 0;
  margin-left: 0;
  margin-right: 160px;
  text-align: left;
  padding: 50px 100px 50px 10px;
}
.section-invest-header .secondary .c-medewerker-body:after {
  display: none;
}
.section-invest-header .secondary .c-medewerker-body .title {
  color: #95c11c;
}
.section-invest-header .slick-medewerkers-b .slick-prev {
  right: auto;
  left: 10px;
}
.section-invest-header .slick-medewerkers-b .slick-next {
  right: auto;
  left: 70px;
}
.active-language-en-us .section-invest-header .primary .row-a .col-right .m-title {
  max-width: 510px;
}
@media (max-width: 1480px) {
  .section-invest-header .primary .row-a .col-left .hero-image {
    height: 600px;
    left: -275px;
  }
  .section-invest-header .primary .row-a .col-right {
    padding-top: 240px;
    padding-bottom: 190px;
  }
  .section-invest-header .secondary .inner {
    height: 350px;
  }
  .section-invest-header .secondary .circle-image {
    width: 680px;
    height: 680px;
    background-size: 730px auto;
    top: -130px;
  }
}
@media (max-width: 1280px) {
  .section-invest-header .primary {
    padding-bottom: 350px;
  }
  .section-invest-header .primary .row-a .col-left {
    width: 40%;
  }
  .section-invest-header .primary .row-a .col-left .hero-image {
    height: 500px;
    left: -500px;
  }
  .section-invest-header .primary .row-a .col-left .hero-image:after {
    background-size: 1840px auto;
  }
  .section-invest-header .primary .row-a .col-right {
    width: 52%;
    padding-top: 240px;
    padding-bottom: 150px;
  }
  .section-invest-header .primary .row-b .col-left {
    width: 62%;
  }
  .section-invest-header .primary .row-b .col-left .box-1 .image {
    width: 180px;
    bottom: 30px;
  }
  .section-invest-header .primary .row-b .col-left .box-2 {
    padding-left: 80px;
  }
  .section-invest-header .primary .row-b .col-left .box-2 .image {
    width: 120px;
    left: calc(100% + 10px);
  }
  .section-invest-header .primary .row-b .col-left .box-3 {
    padding-left: 0;
  }
  .section-invest-header .primary .row-b .col-left .box-3 .circle-box {
    width: 150px;
    height: 150px;
    padding: 35px 15px;
    bottom: -90px;
    right: -150px;
  }
  .section-invest-header .primary .row-b .col-left .box-3 .image {
    width: 230px;
    bottom: -165px;
  }
  .section-invest-header .primary .row-b .col-right {
    width: 38%;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-1 {
    width: 310px;
    height: 310px;
    margin-top: -120px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-1 .content {
    padding: 45px 40px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-1 .content p {
    margin-bottom: 25px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-2 {
    width: 280px;
    height: 280px;
    bottom: -150px;
    left: -60px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-2 .content {
    padding: 55px 40px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-2 .content p {
    margin-bottom: 25px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-2 .content .logo {
    width: 180px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-2 .content .image {
    width: 190px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-2 .people {
    width: 100px;
    bottom: 7px;
    right: -40px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-3 {
    width: 150px;
    height: 150px;
    padding: 35px 26px;
    bottom: -330px;
    left: auto;
    right: 0;
    z-index: 20;
  }
  .section-invest-header .secondary .inner {
    height: 240px;
    position: relative;
  }
  .section-invest-header .secondary .circle-image {
    width: 660px;
    height: 660px;
    background-size: 660px auto;
    position: absolute;
    top: -190px;
    right: auto;
    left: 400px;
  }
  .section-invest-header .secondary .mod-stories {
    width: 380px;
    top: -200px;
  }
  .section-invest-header .secondary .mod-stories:before {
    display: block;
    height: calc(100% - 100px);
    background-color: #F4FBFC;
  }
  .section-invest-header .secondary .slick-medewerkers-b .c-medewerker .c-medewerker-body.type-b {
    padding: 50px 25px 40px 15px;
    border-radius: 0 200px 200px 0;
  }
  .active-language-en-us .section-invest-header .primary .row-a .col-right {
    padding-top: 280px;
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .section-invest-header .primary {
    padding-bottom: 0;
  }
  .section-invest-header .primary .container {
    max-width: unset;
    width: 100%;
  }
  .section-invest-header .primary .row-a .col-left {
    width: calc(100% - 500px);
  }
  .section-invest-header .primary .row-a .col-left .hero-image {
    height: 465px;
    left: -410px;
  }
  .section-invest-header .primary .row-a .col-left .hero-image:after {
    background-size: 1500px auto;
  }
  .section-invest-header .primary .row-a .col-right {
    width: 500px;
    padding-top: 300px;
    padding-bottom: 40px;
  }
  .section-invest-header .primary .row-b .col-left {
    width: 100%;
  }
  .section-invest-header .primary .row-b .col-left .inner {
    padding-top: 180px;
    padding-bottom: 250px;
  }
  .section-invest-header .primary .row-b .col-left .box {
    padding: 0;
    position: relative;
  }
  .section-invest-header .primary .row-b .col-left .box-2 {
    padding: 30px 0 30px 45%;
  }
  .section-invest-header .primary .row-b .col-left .box-3 {
    padding-left: 10%;
  }
  .section-invest-header .primary .row-b .col-left .box-3 .content {
    max-width: 300px;
  }
  .section-invest-header .primary .row-b .col-right {
    width: 100%;
  }
  .section-invest-header .primary .row-b .col-right .inner {
    height: 1120px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box {
    margin: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-1 {
    top: -127px;
    left: 43%;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-2 {
    top: 148px;
    left: 12%;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-3 {
    top: 390px;
    left: 450px;
  }
  .section-invest-header .secondary .inner {
    height: 160px;
  }
  .section-invest-header .secondary .mod-stories {
    position: absolute;
    width: 430px;
    top: -105px;
    margin-bottom: 0;
  }
  .section-invest-header .secondary .mod-stories:before {
    height: 100%;
    background-color: #EAF7FA;
  }
  .section-invest-header .secondary .slick-medewerkers-b .c-medewerker .c-medewerker-body.type-b {
    padding: 40px 60px 40px 0;
    margin: 0;
    background-color: #EAF7FA;
  }
  .section-invest-header .secondary .slick-medewerkers-b .c-medewerker .c-medewerker-image {
    background-color: #fff;
    left: calc(100% - 50px);
  }
  .section-invest-header .secondary .slick-medewerkers-b .slick-prev {
    left: 0;
  }
  .section-invest-header .secondary .slick-medewerkers-b .slick-next {
    left: 60px;
  }
  .section-invest-header .secondary .circle-image {
    width: 1600px;
    height: 1600px;
    background-size: 1000px auto;
    background-position: center top;
    top: auto;
    right: auto;
    bottom: -775px;
    left: 50%;
    transform: translateX(-50%);
  }
  .active-language-en-us .section-invest-header .primary .row-a .col-right {
    padding-top: 320px;
    padding-bottom: 0;
  }
  .active-language-en-us .section-invest-header .primary .row-a .col-right .m-title {
    max-width: 410px;
  }
}
@media (max-width: 820px) {
  .section-invest-header .primary .row-a .col-left .hero-image {
    height: 410px;
    left: -350px;
  }
  .section-invest-header .primary .row-a .col-left .hero-image:after {
    background-size: 1300px auto;
  }
  .section-invest-header .primary .row-a .col-right {
    padding-top: 260px;
    padding-bottom: 0;
  }
  .section-invest-header .primary .row-b .col-left .box-2 {
    padding: 50px 0 50px;
    padding-left: calc(100% - 415px);
  }
  .section-invest-header .primary .row-b .col-left .box-3 {
    padding-left: 5%;
  }
  .section-invest-header .primary .row-b .col-right .inner {
    height: 1015px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box {
    font-size: 17px;
  }
  .section-invest-header .secondary .circle-image {
    background-size: 820px auto;
    bottom: -895px;
  }
}
@media (max-width: 767px) {
  .section-invest-header .primary .row-a .col-left .hero-image {
    height: 400px;
    left: -411px;
  }
  .section-invest-header .primary .row-a .col-right {
    width: 500px;
    padding-top: 260px;
    padding-bottom: 0;
  }
}
@media (max-width: 740px) {
  .section-invest-header .primary .row-b .col-rightxx .inner {
    height: 600px;
  }
  .section-invest-header .primary .row-b .col-rightxx .circle-box-2 {
    top: 220px;
    left: auto;
    right: 34px;
  }
  .section-invest-header .primary .row-b .col-rightxx .circle-box-3 {
    top: 390px;
    left: auto;
    right: 334px;
  }
}
@media (max-width: 660px) {
  .section-invest-header .primary .row-a .col-left {
    width: 100%;
    height: 350px;
  }
  .section-invest-header .primary .row-a .col-left .hero-image {
    width: 100% !important;
    height: 350px;
    left: 0;
  }
  .section-invest-header .primary .row-a .col-left .hero-image:after {
    width: 200%;
    left: -400px;
  }
  .section-invest-header .primary .row-a .col-right {
    width: 100%;
    padding-top: 40px;
  }
  .section-invest-header .primary .row-a .col-right h1 {
    max-width: 450px;
  }
  .section-invest-header .primary .row-b .col-right .inner {
    height: 1015px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-1 {
    top: -111px;
    left: 38%;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-1 .content {
    padding-top: 55px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-2 {
    top: 228px;
    left: 12%;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-3 {
    top: 460px;
    left: 400px;
  }
  .section-invest-header .secondary .mod-stories {
    top: -90px;
  }
  .section-invest-header .secondary .circle-image {
    background-size: 700px auto;
    bottom: -975px;
  }
  .active-language-en-us .section-invest-header .primary .row-a .col-right {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .section-invest-header .primary .row-b .col-left .box-2 {
    padding: 80px 0 50px;
    padding-left: calc(100% - 320px);
  }
  .section-invest-header .primary .row-b .col-left .box-2 .image {
    right: auto;
    left: -100px;
    bottom: -45px;
  }
  .section-invest-header .primary .row-b .col-left .box-3 {
    padding-left: 5%;
  }
}
@media (max-width: 580px) {
  .section-invest-header .primary .row-b .col-right .inner {
    height: 1000px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-1 {
    top: -80px;
    left: 25%;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-2 {
    top: 260px;
    left: 0;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-3 {
    top: 525px;
    left: 60%;
  }
  .section-invest-header .secondary .inner {
    height: 200px;
  }
  .section-invest-header .secondary .mod-stories {
    width: 390px;
  }
  .section-invest-header .secondary .circle-image {
    width: 1400px;
    height: 1400px;
    background-size: 600px auto;
    bottom: -810px;
  }
}
@media (max-width: 530px) {
  .section-invest-header .primary .row-b .col-left .box .content {
    width: 240px;
  }
  .section-invest-header .primary .row-b .col-left .box-2 {
    padding: 80px 0 50px;
    padding-left: calc(100% - 320px);
  }
  .section-invest-header .primary .row-b .col-left .box-2 .image {
    right: auto;
    left: -100px;
    bottom: -45px;
  }
  .section-invest-header .primary .row-b .col-left .box-3 {
    padding-left: 5%;
  }
}
@media (max-width: 500px) {
  .section-invest-header .secondary .mod-stories {
    width: 95%;
    top: -90px;
  }
  .section-invest-header .secondary .slick-medewerkers-b .c-medewerker .c-medewerker-image {
    top: -80px;
    right: -30px;
    left: auto;
    transform: unset;
  }
}
@media (max-width: 480px) {
  .section-invest-header .primary .row-b .col-right .inner {
    height: 980px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-1 {
    top: -80px;
    left: 16%;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-2 {
    top: 275px;
    left: -15px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-3 {
    top: 570px;
    left: 55%;
  }
  .section-invest-header .secondary .inner {
    height: 240px;
  }
  .section-invest-header .secondary .mod-stories {
    width: 95%;
    top: -15px;
  }
  .section-invest-header .secondary .circle-image {
    width: 1000px;
    height: 1000px;
    background-size: 500px auto;
    bottom: -428px;
  }
}
@media (max-width: 460px) {
  .section-invest-header .primary .row-a .col-left {
    height: 260px;
  }
  .section-invest-header .primary .row-a .col-left .hero-image {
    width: 500px !important;
    height: 260px;
    left: 0;
  }
  .section-invest-header .primary .row-a .col-left .hero-image:after {
    width: 150%;
    bottom: -2px;
    left: -240px;
    background-size: 810px auto;
  }
  .section-invest-header .primary .row-a .col-right {
    margin-bottom: 40px;
  }
  .section-invest-header .primary .row-a .col-right h1 {
    font-size: 28px;
  }
  .section-invest-header .primary .row-b .col-left .box .content {
    width: 240px;
  }
  .section-invest-header .primary .row-b .col-left .box-1 {
    padding-bottom: 20px;
  }
  .section-invest-header .primary .row-b .col-left .box-1 .content {
    width: 100%;
    max-width: unset;
  }
  .section-invest-header .primary .row-b .col-left .box-1 .image {
    bottom: auto;
    left: 30%;
    top: -170px;
  }
  .section-invest-header .primary .row-b .col-left .box-2 {
    padding-left: 90px;
  }
  .section-invest-header .primary .row-b .col-left .box-2 .content {
    width: unset;
  }
  .section-invest-header .primary .row-b .col-left .box-2 .image {
    right: auto;
    left: -100px;
    bottom: -35px;
  }
  .section-invest-header .primary .row-b .col-left .box-3 {
    padding-left: 0;
  }
  .section-invest-header .primary .row-b .col-left .box-3 .image {
    left: calc(100% - 220px);
  }
  .section-invest-header .primary .row-b .col-left .box-3 .circle-box {
    bottom: -105px;
    right: -122px;
  }
}
@media (max-width: 420px) {
  .section-invest-header .primary .row-b .col-right .circle-box {
    font-size: 16px;
  }
  .section-invest-header .primary .row-b .col-right .circle-box-1 {
    width: 290px;
    height: 290px;
    left: 10%;
  }
}
@media (max-width: 400px) {
  .section-invest-header .primary .row-b .col-right .circle-box-1 {
    left: 8%;
  }
}
.tpl-volg-b .main-body {
  padding-top: 100px;
  padding-bottom: 60px;
}
.tpl-volg-b .main-body .col-lft .inner {
  max-width: 740px;
}
.tpl-volg-b .main-body .col-lft .article-title {
  margin-bottom: 30px;
}
.tpl-volg-b .main-body .col-rgt {
  position: relative;
}
.tpl-volg-b .main-body .col-rgt:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 1500px;
  height: calc(100% + 80px);
  background-color: #EAF7FA;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
.tpl-volg-b .main-body .col-rgt .inner {
  padding: 20px 0 20px 20px;
}
.tpl-volg-b .main-body .col-rgt .article-output ul li a {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #126e96;
}
.tpl-volg-b .main-body .col-rgt .article-output ul li a:hover {
  color: #95c11c;
}
@media (max-width: 991px) {
  .tpl-volg-b .main-body {
    padding-top: 80px;
  }
  .tpl-volg-b .main-body .col-rgt {
    margin-top: 60px;
  }
  .tpl-volg-b .main-body .col-rgt:before {
    width: 2000px;
    height: calc(100%);
    top: 0;
    left: -800px;
    z-index: -1;
  }
  .tpl-volg-b .main-body .col-rgt .inner {
    padding: 60px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .tpl-volg-b .main-body {
    padding-top: 60px;
  }
}
.secondary-seo-content {
  margin-top: 120px;
  background-color: #F4FBFC;
  position: relative;
}
.secondary-seo-content .before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: unset;
  height: calc(100% + 60px);
  background-image: url(../img/bg-gradient-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: calc(50% + 80px);
}
.secondary-seo-content .mod-seo-project {
  position: relative;
  background-color: #EAF7FA;
}
.secondary-seo-content .mod-seo-project .inner {
  min-height: 500px;
}
.secondary-seo-content .mod-seo-project .col-left {
  position: relative;
}
.secondary-seo-content .mod-seo-project .col-left .article-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 10px;
}
.secondary-seo-content .mod-seo-project .col-left .article-image:after {
  display: block;
  content: "";
  width: 220px;
  height: 100%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: auto 120%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.secondary-seo-content .mod-seo-project .col-left .article-image img {
  display: none;
}
.secondary-seo-content .mod-seo-project .col-right .inner {
  padding: 60px 0 40px;
}
.secondary-seo-content .mod-seo-project .col-right .article-title {
  margin-bottom: 20px;
}
.secondary-seo-content .mod-seo-information {
  position: relative;
}
.secondary-seo-content .mod-seo-information .inner {
  min-height: 400px;
  padding: 80px 0 40px 0;
}
.secondary-seo-content .mod-seo-information .col-left .inner {
  max-width: 450px;
}
.secondary-seo-content .mod-seo-information .col-left .article-title {
  margin-bottom: 20px;
}
.secondary-seo-content .mod-seo-information .col-left .article-output a {
  color: #fff;
  opacity: 0.7;
}
.secondary-seo-content .mod-seo-information .col-left .article-output a:hover {
  opacity: 1;
}
.secondary-seo-content .mod-seo-information .col-left .article-output ul li {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.secondary-seo-content .mod-seo-information .col-left .article-output ul li:before {
  background-image: url(../img/vb-arrow-wit.svg);
}
.secondary-seo-content .mod-seo-information .col-right .m-header {
  margin-bottom: 30px;
}
.secondary-seo-content .mod-seo-information .col-right .m-header .m-title {
  max-width: 460px;
}
.secondary-seo-content .mod-seo-information .splide-outer {
  overflow: hidden;
  position: relative;
  padding-bottom: 75px;
}
.secondary-seo-content .mod-seo-information .splide-infoblocks .splide__track {
  overflow: visible;
}
.secondary-seo-content .mod-seo-information .splide-infoblocks .box {
  width: 360px;
  background-color: #242424;
  padding: 30px;
  color: #fff;
  margin-right: 30px;
}
.secondary-seo-content .mod-seo-information .splide-infoblocks .box p:last-child {
  margin-bottom: 0;
}
.secondary-seo-content .mod-seo-information .splide-infoblocks .splide__arrows {
  position: absolute;
  bottom: -30px;
  left: 0;
}
.secondary-seo-content .mod-seo-information .splide-infoblocks .splide__arrows .splide__arrow {
  width: 44px;
  height: 44px;
  background-color: #95c11c;
  transform: none;
  opacity: 1 !important;
}
.secondary-seo-content .mod-seo-information .splide-infoblocks .splide__arrows .splide__arrow:hover {
  opacity: 0.7 !important;
}
.secondary-seo-content .mod-seo-information .splide-infoblocks .splide__arrows .splide__arrow--prev {
  top: 0;
  left: 0;
  background-image: url(../img/slick-arrow-left.svg);
}
.secondary-seo-content .mod-seo-information .splide-infoblocks .splide__arrows .splide__arrow--next {
  left: 60px;
  background-image: url(../img/slick-arrow-right.svg);
}
@media (max-width: 1480px) {
  .secondary-seo-content {
    margin-top: 100px;
  }
}
@media (max-width: 1280px) {
  .secondary-seo-content {
    margin-top: 60px;
  }
  .secondary-seo-content .mod-seo-information .col-left .inner {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .secondary-seo-content .before {
    right: calc(50%);
  }
  .secondary-seo-content .mod-seo-project .col-left {
    width: 100%;
  }
  .secondary-seo-content .mod-seo-project .col-left .inner {
    min-height: 200px;
    height: 400px;
  }
  .secondary-seo-content .mod-seo-project .col-left .article-image {
    width: calc(100% + 300px) !important;
    right: -130px;
  }
  .secondary-seo-content .mod-seo-project .col-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .secondary-seo-content {
    margin-top: 30px;
  }
  .secondary-seo-content .before {
    display: none;
  }
  .secondary-seo-content .mod-seo-project .col-left .inner {
    height: 400px;
  }
  .secondary-seo-content .mod-seo-project .col-left .article-image {
    width: calc(100% + 30px) !important;
    right: -30px;
  }
  .secondary-seo-content .mod-seo-information .col-left {
    background-color: #00acd8;
    background-image: url(../img/bg-gradient-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .secondary-seo-content .mod-seo-information .col-left .inner {
    max-width: unset;
    min-height: unset;
    padding: 60px 0 30px 0;
  }
  .secondary-seo-content .mod-seo-information .col-right .inner {
    max-width: unset;
    min-height: unset;
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 560px) {
  .secondary-seo-content .mod-seo-project .col-left .inner {
    height: 320px;
  }
}
@media (max-width: 420px) {
  .secondary-seo-content .mod-seo-project .col-left .inner {
    height: 280px;
  }
  .secondary-seo-content .mod-seo-information .splide-infoblocks .box {
    width: 290px;
    padding: 25px;
  }
}
.mod-seo-cta {
  background-color: #242424;
  margin-bottom: 120px;
  overflow: hidden;
}
.mod-seo-cta .container {
  position: relative;
}
.mod-seo-cta .container:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 120%;
  background: url(../img/vb-wires-nav.svg) top right no-repeat;
  background-size: auto 1200px;
  top: 0;
  right: calc(50% + 350px);
}
.mod-seo-cta .col-left {
  position: relative;
}
.mod-seo-cta .col-left .inner {
  position: relative;
}
.mod-seo-cta .col-left .article-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mod-seo-cta .col-right .inner {
  padding: 60px 0 40px;
}
.mod-seo-cta .col-right .article-contacts {
  margin-top: 30px;
}
/* @group PAGE-BANNER-HOME */
.page-banner-home {
  height: 780px;
  overflow: hidden;
  position: relative;
  margin-top: -40px;
}
.page-banner-home .slider-nav {
  display: none;
  width: 60px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -30px;
}
.page-banner-home .slider-nav a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 50px;
}
.page-banner-home .slider-nav a i:before {
  margin: 0;
}
.page-banner-home .slider-nav a:hover {
  color: #d5cd8c;
}
.page-banner-home .slick-banner .slick-list {
  overflow: visible;
}
.page-banner-home .slick-banner .container {
  height: 700px;
  position: relative;
  z-index: 50;
  pointer-events: none;
}
.page-banner-home .slick-banner .slide {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.page-banner-home .tagline {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 0.9em;
  text-transform: uppercase;
  color: #fff;
  padding-right: 50px;
  text-align: right;
  position: absolute;
  right: 50%;
  top: 35%;
}
.page-banner-home .content-box {
  width: 480px;
  color: #fff;
  padding-left: 50px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%);
}
.page-banner-home .content-box a {
  color: #fff;
}
.page-banner-home .content-box .title {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-banner-home .content-box .output {
  font-weight: bold;
}
.page-banner-home .circle {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/svg/hero-boog-left-home.svg);
  background-position: bottom right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.page-banner-home .circle-lft {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/svg/hero-circle-lft.svg);
  background-position: bottom right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.page-banner-home .image {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  background-color: #dcf2eb;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.page-banner-home .image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.3;
}
.page-banner-home .image .bgvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}
.page-banner-home .slick-active .circle {
  animation: FadeInRight 0.6s cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-delay: 0.65s;
}
.page-banner-home .slick-active .tagline {
  animation: FadeInRight 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-delay: 0.45s;
}
.page-banner-home .slick-active .content-box &gt; * {
  animation: FadeInLeft 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: both;
}
.page-banner-home .slick-active .content-box &gt; *:nth-child(1) {
  animation-delay: 0.45s;
}
.page-banner-home .slick-active .content-box &gt; *:nth-child(2) {
  animation-delay: 0.6s;
}
.page-banner-home .slick-active .content-box &gt; *:nth-child(3) {
  animation-delay: 0.75s;
}
.page-banner-home .slick-active .content-box &gt; *:nth-child(4) {
  animation-delay: 0.9s;
}
.page-banner-home .slick-active .content-box &gt; *:nth-child(5) {
  animation-delay: 0.105s;
}
.page-banner-home .slick-dots {
  bottom: 65px;
  z-index: 400;
}
.page-banner-home .tag-nav {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 400;
  transform: translateX(-50%);
}
.page-banner-home .tag-nav a {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 17px;
  border-left: 1px solid #fff;
  padding: 0 8px;
}
.page-banner-home .tag-nav a:first-child {
  border: none;
}
.page-banner-home .tag-nav a.active {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.page-banner-home .mod-notifications {
  width: 100%;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 30;
}
.page-banner-home .mod-notifications .notification-toggle {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.page-banner-home .mod-notifications .notification-toggle:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('../img/vb-arrow.svg');
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-banner-home .mod-notifications .notification-toggle.close {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.page-banner-home .mod-notifications .notification-toggle.close:before {
  left: 10px;
}
.page-banner-home .mod-notifications .notification-toggle.open {
  position: absolute;
  top: 50%;
  right: 25px;
  transition: all 0.3s ease-in-out;
  transform: translate(100%, -50%);
  opacity: 0;
}
.page-banner-home .mod-notifications .notification-toggle.open:before {
  transform: translateY(-50%) rotate(180deg);
  left: 7px;
}
.page-banner-home .mod-notifications .c-notification-box {
  max-width: 520px;
  background-color: #EAF7FA;
  padding: 35px 30px 30px 40px;
  position: relative;
  float: right;
  transition: all 0.3s ease-in-out;
}
.page-banner-home .mod-notifications .c-notification-box:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 1000px;
  background-color: #EAF7FA;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.page-banner-home .mod-notifications.close .c-notification-box {
  transform: translateX(300px);
  opacity: 0;
}
.page-banner-home .mod-notifications.close .notification-toggle.open {
  opacity: 1;
  transform: translate(0, -50%);
}
@media (max-width: 1280px) {
  .page-banner-home {
    height: 740px;
  }
  .page-banner-home .slick-banner .container {
    height: 660px;
  }
  .page-banner-home .tagline {
    font-size: 70px;
    padding-right: 50px;
  }
  .page-banner-home .content-box {
    width: 400px;
    padding-left: 0;
  }
  .page-banner-home .content-box .title {
    font-size: 30px;
  }
  .page-banner-home .content-box .output {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .page-banner-home {
    height: 700px;
  }
  .page-banner-home .slick-banner .container {
    height: 620px;
  }
  .page-banner-home .tagline {
    font-size: 60px;
    padding-right: 50px;
    top: 40%;
  }
  .page-banner-home .content-box {
    width: 50%;
    padding-left: 0;
    top: 45%;
  }
  .page-banner-home .mod-notifications .c-notification-box {
    max-width: 420px;
  }
}
@media (max-width: 880px) {
  .page-banner-home {
    height: 630px;
  }
  .page-banner-home .circle {
    width: 55%;
  }
  .page-banner-home .slick-banner .container {
    height: 550px;
    padding-top: 180px;
  }
  .page-banner-home .slick-banner .tagline,
  .page-banner-home .slick-banner .content-box {
    display: block;
    width: 70%;
    position: static;
    transform: translate(0, 0);
    text-align: left;
  }
  .page-banner-home .slick-banner .tagline {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .page-banner-home .slick-banner .content-box .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-banner-home .circle {
    width: 60%;
  }
  .page-banner-home .slick-banner .container {
    height: 500px;
    padding-top: 160px;
  }
  .page-banner-home .slide-14 .image,
  .page-banner-home .slide-144 .image {
    background-position: -280px center;
  }
}
@media (max-width: 600px) {
  .page-banner-home .circle {
    width: 70%;
    height: 80%;
    top: auto;
    bottom: 0;
  }
  .page-banner-home .slick-banner .container {
    padding-top: 180px;
  }
  .page-banner-home .slick-banner .tagline,
  .page-banner-home .slick-banner .content-box {
    width: 90%;
  }
  .page-banner-home .slick-banner .tagline {
    font-size: 40px;
  }
  .page-banner-home .slick-banner .content-box .title {
    font-size: 22px;
  }
  .page-banner-home .slick-banner .slick-dots {
    display: none !important;
  }
  .page-banner-home .slick-banner .tag-nav {
    width: 100%;
    text-align: center;
    bottom: 70px;
  }
  .page-banner-home .mod-notifications .c-notification-box {
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  .page-banner-home .circle {
    width: 90%;
  }
}
/* @end */
/* @group PAGE-BANNER */
.page-banner {
  padding: 60px 0 50px;
  background: #126e96 url(../img/bg-banner.jpg) center center no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-banner .container {
  position: relative;
  z-index: 50;
  text-align: center;
}
.page-banner .crumbs {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.page-banner .crumbs li {
  display: inline-block;
}
.page-banner .crumbs a {
  color: #fff;
}
.page-banner .page-header h1 {
  font-size: 60px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1280px) {
  .page-banner {
    padding: 60px 0 50px;
  }
  .page-banner .page-header h1 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .page-banner .page-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .page-banner {
    padding: 50px 0 40px;
  }
  .page-banner .page-header h1 {
    font-size: 30px;
  }
}
.page-banner-image {
  background: #126e96;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-banner-image .container {
  pointer-events: none;
}
.page-banner-image:before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/bg-banner-image.jpg) center center no-repeat;
  background-size: cover;
}
.page-banner-image .bgimg {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 50%;
  overflow: hidden;
}
.page-banner-image .bgimg:before {
  display: block;
  content: "";
  width: 105%;
  height: 105%;
  position: absolute;
  top: 0;
  left: 60px;
  background: url(../img/vb-circle-kwart.png) top left no-repeat;
  background-size: contain;
}
.page-banner-image .bgimg.clean:before {
  display: none;
}
.page-banner-image .inner {
  width: 50%;
  float: right;
  padding: 130px 0 150px 60px;
  position: relative;
  pointer-events: auto;
}
.page-banner-image .c-crumbs {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 60px;
  left: 60px;
}
.page-banner-image .c-crumbs li {
  display: inline-block;
}
.page-banner-image .c-crumbs a {
  color: #fff;
}
.page-banner-image .page-header h1 {
  font-size: 60px;
  color: #fff;
  margin: 0;
}
.page-banner-image .page-header h1.js-duotone span {
  display: block;
}
.page-banner-image.has-video .inner {
  padding: 130px 0 200px 60px;
}
.page-banner-image.has-video .isvideo .icon {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #95c11c;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0.15s;
  opacity: 1;
}
.page-banner-image.has-video .isvideo .icon i {
  font-size: 34px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-banner-image.has-video .isvideo .label {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(60px);
  opacity: 0;
}
.page-banner-image.has-video .isvideo:hover .icon {
  transform: translate(-50%, -50%) scale(1.15);
}
.page-banner-image.has-video .isvideo:hover .label {
  transform: translateY(45px);
  opacity: 1;
}
@media (max-width: 1280px) {
  .page-banner-image .page-header h1 {
    font-size: 46px;
  }
  .page-banner-image.has-video .inner {
    padding: 120px 0 180px 60px;
  }
  .page-banner-image.has-video .bgimg:before {
    left: -60px;
  }
}
@media (max-width: 991px) {
  .page-banner-image .inner {
    padding: 100px 0 80px 40px;
  }
  .page-banner-image .c-crumbs {
    top: 40px;
    left: 40px;
  }
  .page-banner-image .page-header h1 {
    font-size: 36px;
  }
  .page-banner-image.has-video .inner {
    padding: 80px 0 160px 40px;
  }
  .page-banner-image.has-video .bgimg:before {
    top: auto;
    bottom: -25px;
    left: -100px;
  }
}
@media (max-width: 767px) {
  .page-banner-image:before {
    width: 65%;
  }
  .page-banner-image .bgimg {
    width: 35%;
    right: 65%;
  }
  .page-banner-image .bgimg:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-banner-image .inner {
    width: 65%;
    padding: 90px 0 60px 30px;
  }
  .page-banner-image .inner .c-crumbs {
    left: 30px;
  }
  .page-banner-image .page-header h1 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .page-banner-image.has-video .bgimg {
    width: 50%;
    right: 50%;
  }
  .page-banner-image.has-video .inner {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .page-banner-image .bgimg:before {
    width: 240px;
    height: 240px;
  }
  .page-banner-image.has-video:before {
    height: calc(100% - 240px);
    width: 100%;
  }
  .page-banner-image.has-video .bgimg {
    position: static;
    position: relative;
    width: 100%;
    height: 300px;
    right: 0;
  }
  .page-banner-image.has-video .inner {
    width: 100%;
    padding: 100px 0 80px;
  }
  .page-banner-image.has-video .c-crumbs {
    left: 0;
  }
}
@media (max-width: 560px) {
  .page-banner-image:before {
    width: 100%;
  }
  .page-banner-image .bgimg {
    display: none;
  }
  .page-banner-image .inner {
    width: 100%;
    padding: 90px 0 50px 0;
  }
  .page-banner-image .inner .c-crumbs {
    left: 0;
  }
  .page-banner-image .page-header h1 {
    font-size: 30px;
  }
  .page-banner-image.has-video:before {
    height: calc(100% - 200px);
  }
  .page-banner-image.has-video .bgimg {
    display: block;
    height: 240px;
  }
}
/* @end */
/* @group PAGE-BANNER-IMAGE */
.page-banner-slide {
  min-height: 500px;
  background: #126e96;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
}
.page-banner-slide .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-banner-slide .overlay.bg-greydient {
  height: 100%;
  opacity: 0.3;
  z-index: 2;
}
.page-banner-slide .overlay.bg-gradient {
  opacity: 0;
  z-index: 3;
}
.page-banner-slide:before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background: #126e96;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.page-banner-slide .container {
  position: relative;
  z-index: 10;
}
.page-banner-slide .circle {
  width: 100%;
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: 50%;
  margin-left: -220px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: rgab(23, 45, 56, 0, 2);
}
.page-banner-slide .left-col {
  text-align: right;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.page-banner-slide h1 {
  color: inherit;
  font-size: 80px;
}
.page-banner-slide h2 {
  color: inherit;
  font-size: 40px;
  line-height: 1.1em;
  text-align: left;
  position: absolute;
  top: 215px;
  left: 100%;
  width: 700px;
  padding-left: 115px;
}
.page-banner-slide .output {
  padding-top: 30px;
}
@media (max-width: 1280px) {
  .page-banner-slide .left-col {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-banner-slide h1 {
    font-size: 70px;
  }
  .page-banner-slide h2 {
    width: 460px;
    padding-left: 60px;
    font-size: 34px;
    top: 190px;
  }
}
@media (max-width: 991px) {
  .page-banner-slide .left-col {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-banner-slide h1 {
    font-size: 60px;
  }
  .page-banner-slide h2 {
    width: 350px;
    padding-left: 70px;
    font-size: 30px;
    top: 160px;
  }
}
@media (max-width: 767px) {
  .page-banner-slide {
    min-height: 300px;
  }
  .page-banner-slide .left-col {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .page-banner-slide h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .page-banner-slide h2 {
    position: static;
    width: auto;
    padding-left: 0;
    font-size: 22px;
  }
  .page-banner-slide .output {
    padding-top: 10px;
  }
}
@media (max-width: 620px) {
  .page-banner-slide .circle {
    display: none;
  }
}
.page-banner-slide.hasvideo {
  min-height: 300px;
  background: #126e96 url(../img/bg-about.jpg);
  background-size: cover;
  background-position: center center;
}
.page-banner-slide.hasvideo .btn-video {
  display: block;
  width: 550px;
  height: 260px;
  background-size: cover;
  background: center center;
  position: absolute;
  bottom: -60px;
  left: 100%;
  margin-left: 115px;
}
.page-banner-slide.hasvideo .btn-video:before {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/play-btn-wit.svg);
  background-size: contain;
}
.page-banner-slide.hasvideo .btn-video:hover:before {
  opacity: 0.8;
}
.page-banner-slide.hasvideo .left-col {
  padding-top: 70px;
  padding-bottom: 70px;
}
.page-banner-slide.hasvideo h2 {
  top: auto;
  bottom: 220px;
}
@media (max-width: 1280px) {
  .page-banner-slide.hasvideo .left-col {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .page-banner-slide.hasvideo h2 {
    font-size: 30px;
    bottom: 200px;
  }
  .page-banner-slide.hasvideo .btn-video {
    width: 400px;
    height: 240px;
    margin-left: 60px;
  }
  .page-banner-slide.hasvideo .btn-video:before {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .page-banner-slide.hasvideo h2 {
    font-size: 24px;
    bottom: 240px;
  }
  .page-banner-slide.hasvideo .btn-video {
    width: 275px;
    height: 160px;
    margin-left: 70px;
    bottom: 70px;
  }
  .page-banner-slide.hasvideo .btn-video:before {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .page-banner-slide.hasvideo .btn-video {
    position: static;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 200px;
    margin-left: 0;
  }
}
/* @end */
.page-hero-a {
  background-image: url('../img/bg-gradient-3.png');
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-hero-a .col-lft {
  float: right;
}
.page-hero-a .col-lft .title {
  margin-top: -3px;
}
.page-hero-a .col-rgt {
  text-align: right;
}
.page-hero-a .col-rgt .article-output {
  margin: 15px 0 20px 100px;
}
.page-hero-a .inner {
  padding: 150px 0;
}
@media (max-width: 1480px) {
  .page-hero-a .inner {
    padding: 100px 0 80px;
  }
}
@media (max-width: 1280px) {
  .page-hero-a .inner {
    padding: 100px 0 80px;
  }
  .page-hero-a .col-rgt {
    width: 55%;
  }
  .page-hero-a .col-rgt .article-output {
    margin: 15px 0 20px 0;
  }
  .page-hero-a .col-lft {
    width: 45%;
  }
  .page-hero-a .col-lft .inner {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .page-hero-a .inner {
    padding: 100px 0 60px;
  }
  .page-hero-a .col-rgt {
    width: 60%;
  }
  .page-hero-a .col-lft {
    width: 40%;
  }
  .page-hero-a .col-lft .inner {
    padding-left: 0;
  }
}
@media (max-width: 620px) {
  .page-hero-a .inner {
    padding: 0;
  }
  .page-hero-a .col-lft {
    width: 100%;
    float: none;
  }
  .page-hero-a .col-lft .inner {
    padding: 60px 0 0 0;
  }
  .page-hero-a .col-lft .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-hero-a .col-rgt {
    width: 100%;
    float: none;
    text-align: left;
  }
  .page-hero-a .col-rgt .inner {
    padding: 0 0 60px 0;
  }
}
.page-hero-b {
  background-image: url('../img/bg-gradient-3.png');
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-hero-b .inner {
  padding: 150px 0;
  position: relative;
}
.page-hero-b .col-lft .hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-hero-b .col-lft .hero-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.3;
}
.page-hero-b .col-lft .hero-image:after {
  display: block;
  content: "";
  width: 360px;
  height: 120%;
  background: url(../img/vb-circle-white-lft.png) bottom right no-repeat;
  background-size: 360px auto;
  position: absolute;
  bottom: -30px;
  right: 300px;
  z-index: 2;
}
.page-hero-b .col-lft .hero-image img {
  display: none;
}
.page-hero-b .col-lft .subtitle {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-hero-b .col-rgt .c-crumbs {
  height: auto;
  margin-bottom: 25px;
}
.page-hero-b .col-rgt .title {
  max-width: 700px;
}
.page-hero-b .col-rgt .title span {
  display: block;
}
.page-hero-b .col-rgt .hero-action {
  position: absolute;
  top: 155px;
  right: 0;
}
@media (max-width: 1480px) {
  .page-hero-b .inner {
    padding: 140px 0;
  }
  .page-hero-b .col-lft .hero-image:after {
    right: 180px;
  }
  .page-hero-b .col-rgt .title {
    max-width: 600px;
  }
}
@media (max-width: 1280px) {
  .page-hero-b .inner {
    padding: 120px 0;
  }
  .page-hero-b .col-lft .hero-image:after {
    right: 120px;
  }
  .page-hero-b .col-rgt .title {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .page-hero-b .inner {
    padding: 100px 0 60px;
  }
  .page-hero-b .col-lft {
    width: 40%;
  }
  .page-hero-b .col-lft .hero-image:after {
    right: 60px;
  }
  .page-hero-b .col-rgt {
    width: 60%;
  }
  .page-hero-b .col-rgt .hero-action {
    margin-top: 30px;
    position: static;
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .page-hero-b .inner {
    padding: 90px 0 40px;
  }
  .page-hero-b .col-rgt .hero-action {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .page-hero-b .inner {
    padding: 90px 0 40px;
  }
  .page-hero-b .col-lft {
    display: none;
  }
  .page-hero-b .col-rgt {
    width: 100%;
  }
  .page-hero-b .col-rgt .js-duotone span {
    display: inline-block;
  }
  .page-hero-b .col-rgt .hero-action {
    margin-top: 30px;
  }
}
.page-hero-projecten {
  background-color: #F4FBFC;
}
.page-hero-projecten .inner {
  position: relative;
}
.page-hero-projecten .content {
  padding-top: 80px;
  padding-bottom: 60px;
}
.page-hero-projecten .col-lft .inner {
  position: relative;
  z-index: 2;
}
.page-hero-projecten .col-lft .inner .bg-hero {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg-gradient-5.svg');
  background-size: cover;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: -1;
}
.page-hero-projecten .col-lft .inner .content {
  max-width: 300px;
}
.page-hero-projecten .col-lft .inner .filter-toggle {
  display: none;
}
@media (max-width: 1480px) {
  .page-hero-projecten .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .page-hero-projecten .content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .page-hero-projecten .col-lft {
    width: 40%;
  }
  .page-hero-projecten .col-lft .inner {
    position: relative;
    z-index: 2;
  }
  .page-hero-projecten .col-lft .inner .bg-hero {
    right: 0;
  }
  .page-hero-projecten .col-rgt {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .page-hero-projecten .col-lft {
    width: 100%;
  }
  .page-hero-projecten .col-lft .inner .bg-hero {
    width: 1000px !important;
    right: -160px;
    background-position: bottom right;
  }
  .page-hero-projecten .col-lft .inner .content {
    max-width: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-hero-projecten .col-lft .inner .article-output {
    margin-bottom: 30px;
  }
  .page-hero-projecten .col-lft .inner .filter-toggle {
    display: inline-block;
  }
  .page-hero-projecten .col-rgt {
    width: 100%;
    height: 0;
  }
}
@media (max-width: 767px) {
  .page-hero-projecten .col-lft .inner .bg-hero {
    width: 120% !important;
    right: -10%;
    background-position: bottom right;
  }
}
.page-hero-round {
  overflow: hidden;
  padding-bottom: 50px;
}
.page-hero-round .hero-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-hero-round .hero-image:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 101%;
  bottom: -2px;
  left: 0;
  background-image: url(../img/svg/hero-mask-wit.svg);
  background-position: bottom center;
  background-size: 2500px auto;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.page-hero-round .container {
  min-height: 650px;
  position: relative;
}
.page-hero-round .circle-rgt {
  display: block;
  width: 1500px;
  height: 1000px;
  background-image: url(../img/svg/hero-circle-lft.svg);
  background-position: bottom right;
  background-size: 1200px auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: calc(50% + 150px);
  z-index: 50;
  pointer-events: none;
  transform: scaleX(-1);
}
@media (max-width: 1480px) {
  .page-hero-round .container {
    min-height: 600px;
  }
  .page-hero-round .circle-rgt {
    background-size: 1000px auto;
    bottom: -15px;
  }
}
@media (max-width: 1280px) {
  .page-hero-round .container {
    min-height: 550px;
  }
  .page-hero-round .circle-rgt {
    background-size: 850px auto;
    bottom: -10px;
  }
  .page-hero-round .hero-image:after {
    background-size: 2100px auto;
  }
}
@media (max-width: 1100px) {
  .page-hero-round .container {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .page-hero-round .container {
    min-height: 450px;
  }
  .page-hero-round .circle-rgt {
    width: 800px;
    height: 600px;
    background-size: 700px auto;
    bottom: -25px;
    left: calc(50% + 80px);
  }
  .page-hero-round .hero-image:after {
    background-size: 1800px auto;
  }
}
@media (max-width: 767px) {
  .page-hero-round .container {
    min-height: 350px;
  }
  .page-hero-round .circle-rgt {
    background-size: 550px auto;
    bottom: -37px;
    left: calc(50% + 20px);
  }
  .page-hero-round .hero-image:after {
    background-size: 1200px auto;
  }
}
@media (max-width: 540px) {
  .page-hero-round .container {
    min-height: 300px;
  }
  .page-hero-round .circle-rgt {
    background-size: 480px auto;
    bottom: -37px;
    left: calc(50% + 0px);
  }
  .page-hero-round .hero-image:after {
    background-size: 900px auto;
  }
}
/* @group MOD-PROJECTS */
.mod-projects .mod-header {
  text-align: center;
  margin-bottom: 40px;
}
.mod-projects .nav-box {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 24px;
}
.mod-projects .mod-actions {
  margin-top: 60px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #95c11c;
}
.mod-projects .mod-actions a {
  color: inherit;
}
.mod-projects .circles .circle {
  float: left;
  margin-right: 10px;
}
.mod-projects .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: #126e96;
  color: #fff;
  font-size: 14px;
  background-size: 26px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-projects .slick-project {
  overflow: hidden;
}
.slick-projects .slick-project .s-image {
  width: 50%;
  float: left;
  position: relative;
  transition: all 1.1s ease-in-out 0.2s;
  transform: translateX(500px);
  opacity: 0;
}
.slick-projects .slick-project .s-image .circles {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.slick-projects .slick-project .s-image .project-label {
  width: 380px;
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 200px;
  z-index: 5;
  transform: translateY(-50%);
}
.slick-projects .slick-project .s-image .project-image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
}
.slick-projects .slick-project .s-image .project-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #126e96;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.slick-projects .slick-project .s-image .project-image:after {
  display: block;
  content: "";
  width: 170px;
  height: 120%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10%;
  right: 0;
}
.slick-projects .slick-project .s-image .project-image img {
  display: none;
}
.slick-projects .slick-project .s-info {
  width: 50%;
  float: right;
  background: #e7f7fb;
  position: relative;
  min-height: 360px;
  padding: 80px 100px 50px 100px;
  transition: all 1s ease-in-out 0.2s;
  transform: translateX(-500px);
}
.slick-projects .slick-project .s-info:before {
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  background: #e7f7fb;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-projects .slick-project .s-info .inner {
  position: relative;
  z-index: 5;
}
.slick-projects .slick-project .s-info h2 {
  font-size: 20px;
}
.slick-projects .slick-project .s-info .circles {
  display: none;
}
.slick-projects .slick-project .s-info .project-data {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.slick-projects .slick-project .s-info .project-data .logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  background-size: auto 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-projects .slick-project .s-info .project-data .circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slick-projects .slick-active .slick-project .s-image {
  transform: translateX(0);
  opacity: 1;
}
.slick-projects .slick-active .slick-project .s-info {
  transform: translateX(0);
}
.slick-projects-bottom .slick-project {
  overflow: hidden;
}
.slick-projects-bottom .slick-project .s-image {
  float: right;
  transform: translateX(-500px);
}
.slick-projects-bottom .slick-project .s-image .circles {
  left: auto;
  right: -30px;
}
.slick-projects-bottom .slick-project .s-image .project-label {
  text-align: left;
  right: auto;
  left: 200px;
}
.slick-projects-bottom .slick-project .s-image .project-image:after {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slick-projects-bottom .slick-project .s-info {
  float: left;
  text-align: right;
  padding: 80px 100px 50px 100px;
  transform: translateX(500px);
}
.slick-projects-bottom .slick-project .s-info:before {
  left: auto;
  right: 0;
}
.slick-projects-bottom .slick-project .s-info .project-data {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
.slick-projects-bottom .slick-project .s-info .project-data .circle {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 1280px) {
  .slick-projects .slick-project .s-image .project-label {
    width: 200px;
    right: 180px;
    font-size: 28px;
  }
  .slick-projects .slick-project .s-info {
    padding: 60px 40px 30px 80px;
  }
  .slick-projects-bottom .slick-project .s-image .project-label {
    right: auto;
    left: 180px;
  }
  .slick-projects-bottom .slick-project .s-info {
    padding: 60px 80px 30px 40px;
  }
}
@media (max-width: 991px) {
  .mod-projects .nav-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slick-projects .slick-project .s-image .project-label {
    width: 190px;
    right: auto;
    left: 20px;
    top: auto;
    bottom: 30px;
    font-size: 24px;
  }
  .slick-projects .slick-project .s-image .project-image:after {
    height: 90%;
    background-position: center right;
    bottom: 5%;
  }
  .slick-projects .slick-project .s-info {
    padding: 40px 0 30px 80px;
  }
  .slick-projects-bottom .slick-project .s-image .project-label {
    right: 20px;
    left: auto;
  }
  .slick-projects-bottom .slick-project .s-info {
    padding: 40px 80px 30px 0;
  }
}
@media (max-width: 767px) {
  .slick-projects .slick-project .s-image,
  .slick-projects .slick-project .s-info {
    width: 100%;
    float: none;
    min-height: 10px;
  }
  .slick-projects .slick-project .s-image {
    height: 280px;
    position: relative;
  }
  .slick-projects .slick-project .s-image .project-image {
    top: 0;
    bottom: 0;
  }
  .slick-projects .slick-project .s-image .project-image:after {
    width: 100%;
    height: 140px;
    background: url(../img/vb-contact-circle-map.png) center bottom no-repeat;
    background-size: auto 100%;
    bottom: 0;
    right: auto;
    left: 0;
  }
  .slick-projects .slick-project .s-image .project-label {
    width: 50%;
    top: 30px;
    right: 50%;
    bottom: auto;
    left: auto;
    font-size: 30px;
    transform: translate(0, 0);
  }
  .slick-projects .slick-project .s-image .circles {
    display: none;
  }
  .slick-projects .slick-project .s-info {
    padding: 100px 40px 40px 40px;
  }
  .slick-projects .slick-project .s-info:before {
    display: none;
  }
  .slick-projects .slick-project .s-info .project-data {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slick-projects .slick-project .s-info .circles {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(42px, -50%);
  }
  .slick-projects-bottom .slick-project .s-image .project-label {
    right: 0;
  }
  .slick-projects-bottom .slick-project .s-info .circles {
    position: absolute;
    top: 0;
    left: auto;
    right: 50%;
    transform: translate(-32px, -50%);
  }
}
@media (max-width: 560px) {
  .slick-projects .slick-project .s-image .project-label {
    width: 100%;
    top: 0;
    right: 0;
    padding: 30px;
  }
}
@media (max-width: 460px) {
  .slick-projects .slick-project .s-info {
    padding: 100px 25px 40px 25px;
  }
}
/* @end */
/* @group MOD-ABOUT */
.mod-about {
  background: #126e96 url(../img/bg-about.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
  color: #fff;
  position: relative;
  z-index: 100;
}
.mod-about h1,
.mod-about h2,
.mod-about h3 a {
  color: inherit;
}
.mod-about .container {
  min-height: 150px;
}
.mod-about .mod-header h2 {
  font-size: 60px;
  line-height: 1;
  text-align: right;
}
.mod-about .mod-header h2 span {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  display: block;
}
.mod-about .left-box .inner {
  position: relative;
}
.mod-about .btn-video {
  display: block;
  width: 100%;
  height: 280px;
  line-height: 280px;
  text-align: center;
  background: #95c11c;
  background-size: cover;
  background: center center;
  position: absolute;
  left: 0;
  top: 180px;
}
.mod-about .btn-video:before {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/play-btn-wit.svg);
  background-size: contain;
}
.mod-about .btn-video:hover:before {
  opacity: 0.8;
}
.mod-about .right-box {
  padding-top: 60px;
}
.mod-about .tab-nav {
  margin-bottom: 40px;
}
.mod-about .tab-nav a {
  font-size: 20px;
  text-transform: uppercase;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #fff;
  margin-right: 40px;
}
.mod-about .tab-nav a:last-child {
  margin-right: 0;
}
.mod-about .tab-nav a.active {
  opacity: 0.8;
}
.mod-about .tab-slide a {
  color: #fff;
  font-weight: bold;
}
.mod-about .tab-slide .tab-actions {
  text-align: right;
}
.mod-about .tab-slide .tab-actions a {
  color: #fff;
}
@media (max-width: 1280px) {
  .mod-about .mod-header h2 {
    font-size: 42px;
  }
  .mod-about .btn-video {
    top: 135px;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .mod-about .mod-header h2 {
    font-size: 36px;
  }
  .mod-about .btn-video {
    position: static;
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .mod-about .btn-video {
    height: 240px;
  }
}
@media (max-width: 560px) {
  .mod-about .tab-nav a {
    margin-right: 20px;
  }
}
@media (max-width: 520px) {
  .mod-about .right-box {
    padding-top: 40px;
  }
  .mod-about .tab-nav a {
    display: block;
    margin: 0 0 15px 0;
  }
}
/* @end */
/* @group MOD-NEWS */
.mod-news .container {
  padding-top: 240px;
  padding-bottom: 320px;
  overflow: hidden;
}
.mod-news .bgsky,
.mod-news .bgblue {
  position: relative;
}
.mod-news .bgsky:before,
.mod-news .bgblue:before {
  display: block;
  content: "";
  height: 2000px;
  position: absolute;
  top: -400px;
  right: 13px;
  left: 13px;
}
.mod-news .bgsky:before {
  width: 120%;
  background: #f3fbfd;
  left: 25px;
}
.mod-news .bgblue:before {
  background: #e7f7fb;
}
.mod-news .bggreen {
  position: relative;
}
.mod-news .bggreen .mod-title {
  font-size: 60px;
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 100;
}
.mod-news .slide-box {
  overflow: hidden;
  position: relative;
}
.mod-news .slider-nav {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 138px;
  left: 0;
  z-index: 300;
}
.mod-news .slider-nav .prev,
.mod-news .slider-nav .next {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  position: relative;
  position: absolute;
  bottom: 0;
  z-index: 300;
}
.mod-news .slider-nav .prev i,
.mod-news .slider-nav .next i {
  display: none;
}
.mod-news .slider-nav .prev .text,
.mod-news .slider-nav .next .text {
  display: block;
  line-height: 100px;
  font-size: 24px;
  text-transform: uppercase;
  color: #126e96;
  position: absolute;
  top: 0;
}
.mod-news .slider-nav .prev:before,
.mod-news .slider-nav .next:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 30px;
}
.mod-news .slider-nav .prev:hover,
.mod-news .slider-nav .next:hover {
  opacity: 0.98;
}
.mod-news .slider-nav .prev:hover .text,
.mod-news .slider-nav .next:hover .text {
  color: #126e96;
}
.mod-news .slider-nav .prev {
  left: 11%;
  transform: translateX(-50%);
}
.mod-news .slider-nav .prev .text {
  right: 110px;
}
.mod-news .slider-nav .prev:before {
  left: 25px;
  background-image: url('../img/vb-arrow.svg');
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mod-news .slider-nav .next {
  right: 25%;
  transform: translateX(50%);
}
.mod-news .slider-nav .next .text {
  left: 110px;
}
.mod-news .slider-nav .next:before {
  left: 35px;
  background-image: url('../img/vb-arrow.svg');
}
.slick-news {
  width: 50%;
  margin-left: 25%;
}
.slick-news .slick-list {
  overflow: visible !important;
}
.slick-news .slide {
  padding: 0;
  position: relative;
}
.slick-news .slide .box {
  height: 380px;
  padding: 40px 60px;
  transition: all 0.4s ease-in-out 0.3s;
  transform: translateX(-120px);
  opacity: 0;
}
.slick-news .slide .metadata {
  width: 360px;
  padding: 160px 50px 0 120px;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 10;
  transition: all 0.4s ease-in-out 0.35s, opacity 0.3s ease-in-out 0s;
  transform: translateX(-120px);
  opacity: 0;
}
.slick-news .slide .metadata strong {
  display: inline-block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: 60px;
}
.slick-news .slide .metadata .text {
  color: #126e96;
}
.slick-news .slide .actions {
  width: 360px;
  padding: 160px 50px 0;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  transition: all 0.4s ease-in-out 0.35s, opacity 0.3s ease-in-out 0s;
  transform: translateX(-120px);
  opacity: 0;
}
.slick-news .slide h2 {
  font-size: 28px;
  margin: 0 0 20px 0;
}
.slick-news .slide .image-box {
  overflow: hidden;
}
.slick-news .slide .image {
  height: 360px;
  background-size: cover;
  background-position: center center;
  transition: all 0.4s ease-in-out 0s;
  transform: translateX(-200px);
  opacity: 0.3;
}
.slick-news .slide .image img {
  display: none;
}
.slick-news .slick-active .slide .box,
.slick-news .slick-active .slide .metadata,
.slick-news .slick-active .slide .actions {
  transform: translateX(0);
  opacity: 1;
}
.slick-news .slick-active .slide .image {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1280px) {
  .mod-news .container {
    padding-top: 120px;
    padding-bottom: 200px;
  }
  .mod-news .slider-nav .prev {
    left: 17%;
  }
  .mod-news .slider-nav .next {
    right: 17%;
  }
  .mod-news .bgsky {
    display: none;
  }
  .mod-news .bgblue {
    width: 60%;
    margin: 0;
  }
  .mod-news .bgblue:before {
    right: 5px;
    left: 25px;
  }
  .mod-news .bggreen {
    width: 40%;
    margin: 0;
  }
  .mod-news .bggreen .mod-title {
    top: 20px;
  }
  .mod-news .slider-nav {
    width: 40%;
    height: 70px;
    bottom: auto;
    left: auto;
    top: 310px;
    right: 0;
  }
  .mod-news .slider-nav .prev,
  .mod-news .slider-nav .next {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
  }
  .mod-news .slider-nav .prev .text,
  .mod-news .slider-nav .next .text {
    display: none;
    line-height: 70px;
    font-size: 18px;
  }
  .mod-news .slider-nav .prev:before,
  .mod-news .slider-nav .next:before {
    width: 30px;
    height: 30px;
    left: 20px;
    top: 20px;
  }
  .mod-news .slider-nav .prev:before {
    left: 18px;
  }
  .mod-news .slider-nav .prev .text {
    right: 80px;
  }
  .mod-news .slider-nav .next:before {
    left: 23px;
  }
  .mod-news .slider-nav .next .text {
    left: 80px;
  }
  .slick-news {
    width: 60%;
    margin-left: 0%;
  }
  .slick-news .slide .box {
    height: 400px;
    padding: 30px 50px;
  }
  .slick-news .slide h2 {
    font-size: 26px;
  }
  .slick-news .slide .metadata {
    position: static;
    padding: 0 0 0 40px;
    height: auto !important;
    position: absolute;
    top: 130px;
    left: 100%;
  }
  .slick-news .slide .actions {
    padding-top: 220px;
    padding-left: 40px;
  }
  .slick-news .slide .image {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .mod-news {
    background: #f3fbfd;
  }
  .mod-news .container {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: visible;
  }
  .mod-news .bgblue {
    display: none;
  }
  .mod-news .bggreen {
    width: 100%;
    margin-bottom: 30px;
  }
  .mod-news .bggreen .mod-title {
    position: static;
    left: 0;
  }
  .mod-news .slide-box {
    overflow: visible;
  }
  .mod-news .slider-nav {
    width: 130px;
    top: -105px;
    right: 0;
  }
  .mod-news .slider-nav .prev,
  .mod-news .slider-nav .next {
    background: #fff;
  }
  .slick-news {
    width: 100%;
  }
  .slick-news .slick-list {
    overflow: hidden !important;
  }
  .slick-news .slide .box {
    height: auto;
    padding: 0;
  }
  .slick-news .slide .metadata,
  .slick-news .slide .actions {
    position: static;
    padding: 0;
    height: auto !important;
  }
  .slick-news .slide .metadata {
    margin-bottom: 30px;
  }
  .slick-news .slide .actions {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .mod-news .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mod-news .bggreen {
    margin-bottom: 20px;
  }
  .mod-news .bggreen .mod-title {
    font-size: 40px;
  }
  .mod-news .slider-nav {
    width: 75px;
    height: 40px;
    top: -68px;
  }
  .mod-news .slider-nav .prev,
  .mod-news .slider-nav .next {
    width: 40px;
    height: 40px;
    background: transparent;
  }
  .mod-news .slider-nav .prev:before,
  .mod-news .slider-nav .next:before {
    top: 5px;
    left: auto;
    right: auto;
  }
  .mod-news .slider-nav .prev:before {
    left: 3px;
  }
  .mod-news .slider-nav .next:before {
    right: 3px;
  }
  .slick-news .slide h2 {
    font-size: 20px;
  }
}
/* @end */
.mod-medewerkers .grid-medewerkers .item {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .mod-medewerkers .grid-medewerkers .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .mod-medewerkers .grid-medewerkers .item {
    width: 100%;
  }
}
/* ==========================================================================
   	HOME MEDEWERKER
  ========================================================================== */
.tpl-home .mod-home-medewerker {
  margin-bottom: 120px;
}
.mod-home-medewerker .title {
  margin-bottom: 30px;
}
.tpl-investeerders .mod-home-medewerker {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.mod-home-medewerker .col-lft .m-image img {
  max-width: 300px;
}
@media (min-width: 520px) and (max-width: 768px) {
  .mod-home-medewerker .col-rgt {
    float: right;
    width: 60%;
  }
  .mod-home-medewerker .col-lft {
    float: left;
    width: 40%;
  }
  .mod-home-medewerker .position-sm-absolute {
    position: absolute;
  }
}
@media (max-width: 1280px) {
  .tpl-home .mod-home-medewerker {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .tpl-home .mod-home-medewerker {
    margin-bottom: 60px;
  }
  .mod-home-medewerker .col-rgt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mod-home-medewerker .c-btn-icon-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tpl-home .mod-home-medewerker {
    margin-bottom: 40px;
  }
  .mod-home-medewerker .col-rgt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .mod-home-medewerker .col-rgt {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .mod-home-medewerker .col-lft .m-image {
    min-height: unset;
    margin: 0 auto;
  }
  .mod-home-medewerker .col-lft .m-image img {
    width: 250px;
  }
}
/* ==========================================================================
   	HOME ONTDEK VB
  ========================================================================== */
.mod-home-ontdek {
  --bg-width: 100%;
  --panel-padding: 30px;
  position: relative;
  margin-bottom: 40px;
}
.mod-home-ontdek &gt; .container {
  padding-top: var(--panel-padding);
}
.mod-home-ontdek::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--bg-width);
  background: url('../img/bg-gradient-2.png') no-repeat 50% 50%;
  background-size: cover;
}
.mod-home-ontdek .mod-p {
  padding: var(--panel-padding);
}
.mod-home-ontdek .mod-pt {
  padding-top: var(--panel-padding);
}
.mod-home-ontdek .mod-pb {
  padding-bottom: var(--panel-padding);
}
.mod-home-ontdek .mod-pl {
  padding-left: var(--panel-padding);
}
.mod-home-ontdek .mod-pr {
  padding-right: var(--panel-padding);
}
.mod-home-ontdek .primary .h0a {
  font-size: 50px;
  margin-bottom: var(--panel-padding);
}
.mod-home-ontdek .primary .col-lft .title span {
  display: block;
}
.mod-home-ontdek .primary .col-rgt {
  padding-left: 0;
  padding-right: 0;
}
.mod-home-ontdek .primary .mod-rgt-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.mod-home-ontdek .primary .mod-rgt-panel {
  position: relative;
  padding-left: var(--panel-padding);
  padding-top: calc(2 * var(--panel-padding));
  padding-right: var(--panel-padding);
  padding-bottom: calc(2 * var(--panel-padding));
}
.mod-home-ontdek .secondary .col-lft,
.mod-home-ontdek .secondary .col-rgt {
  padding-left: 0;
  padding-right: 0;
}
.mod-home-ontdek .third .col-lft {
  padding-bottom: 25px;
}
.mod-home-ontdek .third .col-rgt {
  padding-left: 0;
  padding-right: 0;
}
.mod-home-ontdek .third .col-rgt h2.h1 {
  font-size: 32px;
}
.mod-home-ontdek .third .col-rgt .inner {
  padding: var(--panel-padding);
}
.mod-home-ontdek .third .col-rgt .article-output {
  max-width: 550px;
  margin-bottom: 20px;
}
.mod-home-ontdek-360-container {
  position: relative;
  padding-top: 75%;
}
.mod-home-ontdek-medewerker {
  margin-right: -25px;
}
@media (min-width: 768px) {
  .mod-home-ontdek {
    --grid-padding: 15px;
    --panel-padding: 45px;
    --bg-width: calc(50% - var(--container-width) / 12 + 17px);
    margin-bottom: 120px;
  }
  .mod-home-ontdek .row {
    margin-left: calc(-1 * var(--grid-padding));
    margin-right: calc(-1 * var(--grid-padding));
  }
  .mod-home-ontdek .row &gt; div {
    padding-left: var(--grid-padding) !important;
    padding-right: var(--grid-padding) !important;
  }
  .mod-home-ontdek .primary .h0a {
    font-size: 40px;
  }
  .mod-home-ontdek .primary .mod-rgt-panel {
    padding-left: var(--panel-padding);
    padding-top: var(--panel-padding);
    padding-right: 0;
    padding-bottom: var(--panel-padding);
  }
  .mod-home-ontdek .third .col-lft {
    padding-bottom: 0;
  }
  .mod-home-ontdek .third .col-rgt .inner {
    padding-right: 0;
  }
  .mod-home-ontdek-360-container {
    height: 100%;
    padding-top: 0;
  }
  .mod-home-ontdek-medewerker {
    margin-right: -50px;
  }
}
@media (min-width: 992px) {
  .mod-home-ontdek {
    --grid-padding: 25px;
    --panel-padding: 60px;
    --bg-width: calc(50% - var(--container-width) / 12 + 25px);
  }
  .mod-home-ontdek .primary .h0a {
    font-size: 50px;
  }
  .mod-home-ontdek .third .col-rgt .article-output {
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .mod-home-ontdek {
    --panel-padding: 90px;
  }
  .mod-home-ontdek .primary .h0a {
    font-size: 60px;
  }
  .mod-home-ontdek .third .col-rgt h2.h1 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .mod-home-ontdek &gt; .container {
    padding-top: 0;
  }
  .mod-home-ontdek .primary .m-leader {
    padding: 40px 0;
    text-align: left;
  }
  .mod-home-ontdek .primary .m-leader .title {
    font-size: 44px;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .mod-home-ontdek .primary .m-leader {
    padding: 40px 0;
  }
  .mod-home-ontdek .primary .m-leader .title {
    font-size: 38px;
  }
}
.mod-pijler-projects {
  background-color: #F4FBFC;
  overflow: hidden;
}
.mod-pijler-projects .primary {
  padding: 140px 0 100px;
}
.mod-pijler-projects .primary .article-actions {
  margin-top: 40px;
}
.mod-pijler-projects .secondary {
  margin-bottom: 150px;
}
.mod-pijler-projects .secondary .inner-box {
  min-height: 300px;
  position: relative;
}
.mod-pijler-projects .secondary .col-lft {
  position: relative;
}
.mod-pijler-projects .secondary .col-rgt {
  position: relative;
  z-index: 10;
}
.mod-pijler-projects .secondary .col-rgt:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F4FBFC;
  position: absolute;
  top: 0;
  left: -25px;
}
.mod-pijler-projects .secondary .col-rgt .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/bg-gradient-5.svg');
  background-size: cover;
}
.mod-pijler-projects .secondary .col-rgt .set-project-quote {
  width: 100%;
  padding: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.mod-pijler-projects .secondary .col-rgt .set-project-quote.loading {
  opacity: 0;
  transform: translateY(-50%) translateX(80px);
}
.mod-pijler-projects .secondary .col-rgt .set-project-quote .output {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.tpl-investeerders .mod-pijler-projects .secondary {
  margin-bottom: 100px;
}
.slick-pijler-projectsxxx .slick-list {
  overflow: visible !important;
}
.slick-pijler-projectsxxx .slick-arrow {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -40px;
  z-index: 100;
}
.slick-pijler-projectsxxx .slick-arrow:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url('../img/vb-arrow.svg');
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-pijler-projectsxxx .slick-arrow.slick-prev {
  left: 20px;
}
.slick-pijler-projectsxxx .slick-arrow.slick-prev:before {
  left: 17px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-pijler-projectsxxx .slick-arrow.slick-next {
  left: 120px;
}
.slick-pijler-projectsxxx .slick-arrow.slick-next:before {
  left: 23px;
}
.slick-pijler-projectsxxx .item {
  display: block !important;
  position: relative;
}
.slick-pijler-projectsxxx .item .inner {
  transition: all 0.3s ease-in-out;
}
.slick-pijler-projectsxxx .item .inner:after {
  display: block;
  content: "";
  width: 220px;
  height: 100%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: auto 120%;
  position: absolute;
  bottom: 0;
  right: 65px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(60px);
}
.slick-pijler-projectsxxx .item .project-image {
  position: relative;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.slick-pijler-projectsxxx .item .project-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.slick-pijler-projectsxxx .item .project-image img {
  height: 500px;
  object-fit: cover;
}
.slick-pijler-projectsxxx .item .project-title {
  text-align: right;
  max-width: 500px;
  position: absolute;
  top: 50%;
  right: 200px;
  transform: translateY(-50%);
  z-index: 120;
}
.slick-pijler-projectsxxx .item .project-title span {
  display: block;
}
.slick-pijler-projectsxxx .item .project-title .toptone {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(-60px);
}
.slick-pijler-projectsxxx .item .project-title .duotone {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(60px);
}
.slick-pijler-projectsxxx .item .project-data {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.slick-pijler-projectsxxx .item .project-data .c-circle-logo {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(40px);
}
.slick-pijler-projectsxxx .item .c-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-pijler-projectsxxx .item .c-circles .c-circle-data {
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  opacity: 0;
  transform: translateX(40px);
}
.slick-pijler-projectsxxx .item .c-circles .c-circle-data.data-a {
  top: -50px;
}
.slick-pijler-projectsxxx .item .c-circles .c-circle-data.data-b {
  bottom: -110px;
}
.slick-pijler-projectsxxx .item .c-circles .c-circle-data.data-c {
  bottom: -120px;
}
.slick-pijler-projectsxxx .item .project-quote {
  position: absolute;
  top: 30px;
  left: 30px;
  display: none;
}
.slick-pijler-projectsxxx .slick-active .item .inner {
  margin-right: 65px;
}
.slick-pijler-projectsxxx .slick-active .item .inner:after {
  opacity: 0.9;
  transition: all 0.3s ease-in-out 0.5s;
  transform: translateX(0);
}
.slick-pijler-projectsxxx .slick-active .item .project-image {
  opacity: 1;
}
.slick-pijler-projectsxxx .slick-active .item .project-title .toptone {
  transition: all 0.3s ease-in-out 0.8s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projectsxxx .slick-active .item .project-title .duotone {
  transition: all 0.3s ease-in-out 0.9s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projectsxxx .slick-active .item .project-data .c-circle-logo {
  transition: all 0.3s ease-in-out 0.6s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projectsxxx .slick-active .item .project-data .c-circles .c-circle-data {
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projectsxxx .slick-active .item .project-data .c-circles .c-circle-data.data-a {
  transition: all 0.3s ease-in-out 0.7s;
}
.slick-pijler-projectsxxx .slick-active .item .project-data .c-circles .c-circle-data.data-b {
  transition: all 0.3s ease-in-out 0.8s;
}
.slick-pijler-projectsxxx .slick-active .item .project-data .c-circles .c-circle-data.data-c {
  transition: all 0.3s ease-in-out 0.9s;
}
@media (max-width: 1480px) {
  .mod-pijler-projects .primary {
    padding: 100px 0 80px;
  }
  .mod-pijler-projects .primary .article-actions {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .mod-pijler-projects .primary {
    padding: 80px 0 60px;
  }
  .mod-pijler-projects .primary .col-lft {
    width: 55%;
  }
  .mod-pijler-projects .primary .col-rgt {
    width: 45%;
  }
  .mod-pijler-projects .primary .article-actions {
    margin-top: 30px;
  }
  .mod-pijler-projects .secondary .col-lft {
    width: 70%;
    padding-right: 0;
  }
  .mod-pijler-projects .secondary .col-rgt {
    width: 30%;
  }
  .mod-pijler-projects .secondary .col-rgt:before {
    left: 0;
  }
  .mod-pijler-projects .secondary .col-rgt .set-project-quote {
    padding: 30px 0 30px 30px;
  }
  .mod-pijler-projects .secondary .col-rgt .set-project-quote .output {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .mod-pijler-projects .primary {
    padding: 70px 0 60px;
  }
  .mod-pijler-projects .primary .col-lft {
    width: 100%;
    margin-bottom: 30px;
  }
  .mod-pijler-projects .primary .col-rgt {
    width: 100%;
  }
  .mod-pijler-projects .primary .article-actions {
    margin-top: 30px;
  }
  .mod-pijler-projects .secondary {
    margin-bottom: 120px;
  }
  .mod-pijler-projects .secondary .col-lft {
    width: 100%;
  }
  .mod-pijler-projects .secondary .col-rgt {
    display: none;
  }
  .mod-pijler-projects .secondary .col-rgt .set-project-quote {
    padding: 0 0 0 30px;
  }
  .mod-pijler-projects .secondary .col-rgt .set-project-quote .output {
    font-size: 17px;
  }
}
.mod-cta {
  margin-bottom: -70px;
  overflow: hidden;
}
.mod-cta .col-lft {
  padding-top: 70px;
  padding-bottom: 70px;
}
.mod-cta .col-lft .inner {
  padding: 120px 0 80px;
  position: relative;
}
.mod-cta .col-lft .inner:before,
.mod-cta .col-lft .inner:after {
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}
.mod-cta .col-lft .inner:before {
  width: 3000px;
  background-color: #1D252C;
  left: -1000px;
  z-index: -2;
}
.mod-cta .col-lft .inner:after {
  width: 600px;
  background-image: url(../img/vb-wires-nav.svg);
  background-size: auto 1200px;
  background-position: top right;
  left: -340px;
  z-index: -1;
  opacity: 0.7;
}
.mod-cta .col-lft .inner .content {
  max-width: 550px;
}
.mod-cta .col-lft .inner .article-output {
  margin: 20px 0 30px 0;
}
.mod-cta .col-lft .inner .user-actions {
  display: none;
  overflow: hidden;
}
.mod-cta .col-lft .inner .user-actions a {
  display: block;
  float: left;
  margin-right: 30px;
  padding-left: 45px;
  position: relative;
}
.mod-cta .col-lft .inner .user-actions a .circle {
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: left center;
  transform: translateY(-50%) scale(0.8);
}
.mod-cta .col-lft .inner .user-actions a .text {
  display: block;
  white-space: nowrap;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 46px;
  color: #fff;
}
.mod-cta .col-lft .inner .contact-circle {
  position: absolute;
  top: 50%;
  right: -160px;
  transform: translateY(-50%);
  z-index: 100;
}
.mod-cta .col-lft .inner .contact-circle .actions {
  position: absolute;
  top: 50%;
  right: 210px;
  transform: translateY(-50%);
  z-index: 20;
}
.mod-cta .col-lft .inner .contact-circle .actions a {
  display: block;
  text-align: right;
  padding-right: 60px;
  position: relative;
}
.mod-cta .col-lft .inner .contact-circle .actions a .text {
  display: block;
  white-space: nowrap;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 46px;
  color: #fff;
}
.mod-cta .col-lft .inner .contact-circle .actions a .circle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mod-cta .col-lft .inner .contact-circle .actions a:nth-child(1) {
  position: relative;
  top: -12px;
  right: -12px;
}
.mod-cta .col-lft .inner .contact-circle .actions a:nth-child(3) {
  position: relative;
  bottom: -12px;
  right: -12px;
}
.mod-cta .col-lft .inner .contact-circle .image {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #1D252C;
  background-size: 90%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.mod-cta .col-lft .inner .contact-circle .image img {
  display: none;
}
.mod-cta .col-rgt {
  float: right;
}
.mod-cta .col-rgt .inner {
  position: relative;
}
.mod-cta .col-rgt .inner .article-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-cta .col-rgt .inner .article-image img {
  display: none;
}
@media (min-width: 2100px) {
  .mod-cta .col-lft {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mod-cta .col-lft .inner:after {
    width: 1000px;
    background-size: auto 1600px;
    left: -740px;
  }
}
@media (max-width: 1480px) {
  .mod-cta .col-lft {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mod-cta .col-lft .inner {
    padding: 80px 0 60px;
  }
  .mod-cta .col-lft .inner .contact-circle {
    right: -150px;
  }
  .mod-cta .col-lft .inner .contact-circle .image {
    width: 200px;
    height: 200px;
  }
  .mod-cta .col-lft .inner .contact-circle .actions {
    right: 175px;
  }
}
@media (max-width: 1280px) {
  .mod-cta {
    margin-bottom: -35px;
  }
  .mod-cta .col-lft {
    width: 70%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mod-cta .col-lft .inner {
    padding: 50px 0 30px;
  }
  .mod-cta .col-lft .inner .content {
    max-width: unset;
    width: 100%;
  }
  .mod-cta .col-lft .inner .article-output {
    margin-right: 80px;
  }
  .mod-cta .col-lft .inner .user-actions {
    display: block;
  }
  .mod-cta .col-lft .inner .contact-circle {
    right: -150px;
  }
  .mod-cta .col-lft .inner .contact-circle .image {
    width: 180px;
    height: 180px;
  }
  .mod-cta .col-lft .inner .contact-circle .actions {
    right: 150px;
    display: none;
  }
  .mod-cta .col-rgt {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .mod-cta {
    margin-bottom: -35px;
  }
  .mod-cta .col-lft {
    width: 60%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mod-cta .col-lft .inner .user-actions {
    display: block;
  }
  .mod-cta .col-lft .inner .contact-circle .actions {
    display: none;
  }
  .mod-cta .col-rgt {
    width: 40%;
  }
}
@media (max-width: 720px) {
  .mod-cta {
    margin-bottom: 0;
  }
  .mod-cta .col-lft {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mod-cta .col-lft .inner {
    padding: 100px 0 40px;
  }
  .mod-cta .col-lft .inner .contact-circle {
    right: auto;
    top: -110px;
    left: 50%;
    transform: none;
    transform: translateX(-50%);
  }
  .mod-cta .col-rgt {
    width: 100%;
  }
  .mod-cta .col-rgt .inner .article-image {
    width: 100%;
    height: 350px;
    background-position: bottom center;
    position: static;
    margin-left: -40px;
  }
  .mod-cta .col-rgt .inner .article-image img {
    display: none;
  }
}
@media (max-width: 500px) {
  .mod-cta .col-lft .inner .contact-circle {
    top: -75px;
  }
  .mod-cta .col-lft .inner .contact-circle .image {
    width: 150px;
    height: 150px;
  }
  .mod-cta .col-rgt .inner .article-image {
    height: 300px;
  }
}
.mod-pijlers {
  padding: 120px 0;
}
@media (max-width: 1280px) {
  .mod-pijlers {
    padding: 80px 0;
  }
  .mod-pijlers .c-pijler-item .circle {
    width: 260px;
    height: 260px;
  }
  .mod-pijlers .c-pijler-item .vb-icon {
    width: 120px;
    height: 120px;
  }
  .mod-pijlers .c-pijler-item .vb-icon .title {
    font-size: 18px;
    top: 41px;
    left: 103px;
  }
}
@media (max-width: 991px) {
  .mod-pijlers .col-a {
    width: 100%;
    margin-bottom: 40px;
  }
  .mod-pijlers .col-b,
  .mod-pijlers .col-c {
    width: 50%;
  }
}
@media (max-width: 670px) {
  .mod-pijlers {
    padding: 80px 0;
  }
  .mod-pijlers .c-pijler-item {
    width: 220px;
  }
  .mod-pijlers .c-pijler-item .circle {
    width: 220px;
    height: 220px;
  }
  .mod-pijlers .c-pijler-item .vb-icon {
    width: 100px;
    height: 100px;
  }
  .mod-pijlers .c-pijler-item .vb-icon .title {
    font-size: 15px;
    top: 34px;
    left: 87px;
  }
}
@media (max-width: 570px) {
  .mod-pijlers {
    padding: 60px 0 40px;
  }
  .mod-pijlers .col-a,
  .mod-pijlers .col-b,
  .mod-pijlers .col-c {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .mod-pijlers .col-a .title {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .mod-pijlers .c-pijler-item {
    margin: 0 auto;
  }
}
.mod-hero-pijler {
  background-color: #1D252C;
  overflow: hidden;
}
.mod-hero-pijler .hero-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.mod-hero-pijler .hero-image .bgvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.4s ease-in-out;
}
.mod-hero-pijler .hero-image:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 101%;
  bottom: -2px;
  left: 0;
  background-image: url(../img/svg/hero-mask.svg);
  background-position: bottom center;
  background-size: 2500px auto;
  background-repeat: no-repeat;
  transition: all 0.6s ease-in-out 0s;
}
.mod-hero-pijler .hero-image .container {
  height: 800px;
  position: relative;
  transition: all 1s ease-in-out 0s;
}
.mod-hero-pijler .hero-image .container .vr-toggle {
  display: block;
  position: absolute;
  top: 40%;
  right: 25px;
  z-index: 10;
}
.mod-hero-pijler .hero-content {
  padding: 150px 0 100px;
}
.mod-hero-pijler .hero-content .container {
  position: relative;
}
.mod-hero-pijler .hero-content .vb-logo {
  display: block;
  width: 250px;
  height: 250px;
  background-image: url(../img/vb-logo-wit-clean.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -740px;
  left: 25px;
  z-index: 200;
  transition: all 0.6s ease-in-out 0.1s;
}
.mod-hero-pijler .hero-content .vb-logo .label {
  display: block;
  color: #fff;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 82px;
  left: 230px;
}
.mod-hero-pijler .hero-content .circle-lft {
  display: block;
  width: 1500px;
  height: 1000px;
  background-image: url(../img/svg/hero-circle-lft.svg);
  background-position: bottom right;
  background-size: 1340px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -1060px;
  right: 43%;
  pointer-events: none;
  transition: all 0.6s ease-in-out 0.3s;
}
.mod-hero-pijler .hero-content .circle-lft .curved-text {
  display: block;
  background-image: url(../img/svg/text-cirkel-horti.svg);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  width: 520px;
  height: 250px;
  bottom: 50px;
  right: 85px;
  transform: rotate(-1deg);
}
.mod-hero-pijler .hero-content .circle-lft .curved-text.climate {
  background-image: url(../img/svg/text-cirkel-climate.svg);
}
.mod-hero-pijler .hero-content .circle-lft .curved-text.energy {
  width: 440px;
  background-image: url(../img/svg/text-cirkel-energy.svg);
}
.mod-hero-pijler .hero-content .circle-rgt {
  display: block;
  width: 1800px;
  height: 1200px;
  background-image: url(../img/svg/hero-circle-rgt.svg);
  background-position: bottom left;
  background-size: 1800px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -975px;
  left: 66%;
  pointer-events: none;
  transition: all 0.6s ease-in-out 0.3s;
}
.mod-hero-pijler .hero-content .col-rgt {
  float: right;
}
.mod-hero-pijler.open .hero-image:after {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out 0.6s;
}
.mod-hero-pijler.open .hero-image .container {
  height: calc(100vh - 130px);
}
.mod-hero-pijler.open .hero-content .vb-logo {
  opacity: 0;
  transform: translateY(-150px);
}
.mod-hero-pijler.open .hero-content .circle-lft {
  opacity: 0;
  transform: translateX(-200px);
}
.mod-hero-pijler.open .hero-content .circle-rgt {
  opacity: 0;
  transform: translateX(200px);
}
.mod-hero-pijler .hero-header {
  max-width: 760px;
  margin-bottom: 100px;
}
.mod-hero-pijler .hero-header .title {
  margin-bottom: 40px;
}
.mod-hero-pijler .hero-output {
  overflow: hidden;
}
.mod-hero-pijler .hero-output .hero-item {
  width: 33.3334%;
  float: left;
  margin-bottom: 40px;
}
.mod-hero-pijler .hero-output .hero-item .article-output {
  max-width: 400px;
}
.mod-hero-pijler .hero-output .hero-item.has-goto {
  transition: all 0.2s ease-in-out;
}
.mod-hero-pijler .hero-output .hero-item.has-goto .title {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.mod-hero-pijler .hero-output .hero-item.has-goto .title:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url('../img/vb-arrow-wit.svg');
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.2s ease-in-out 0.1s;
  opacity: 0;
  transform: translateX(-15px);
}
.mod-hero-pijler .hero-output .hero-item.has-goto .goto {
  display: none;
}
.mod-hero-pijler .hero-output .hero-item.has-goto:hover {
  opacity: 0.7;
}
.mod-hero-pijler .hero-output .hero-item.has-goto:hover .title {
  padding-left: 22px;
}
.mod-hero-pijler .hero-output .hero-item.has-goto:hover .title:before {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 2500px) {
  .mod-hero-pijler .hero-image:after {
    background-image: url(../img/svg/hero-mask-lg.svg);
    background-size: 4600px auto;
    height: 102%;
  }
}
@media (max-width: 1480px) {
  .mod-hero-pijler .hero-image:after {
    background-size: 1800px auto;
  }
  .mod-hero-pijler .hero-image .container {
    height: 700px;
  }
  .mod-hero-pijler .hero-content .vb-logo {
    width: 200px;
    height: 200px;
    top: -635px;
  }
  .mod-hero-pijler .hero-content .vb-logo .label {
    font-size: 32px;
    top: 66px;
    left: 183px;
  }
  .mod-hero-pijler .hero-content .circle-lft {
    background-size: 1060px auto;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text {
    width: 430px;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text.energy {
    width: 400px;
    transform: rotate(1deg);
  }
  .mod-hero-pijler .hero-content .circle-rgt {
    background-size: 1350px auto;
    top: -1000px;
    left: 66%;
  }
  .mod-hero-pijler .hero-output .hero-item .article-output {
    max-width: 360px;
  }
  .mod-hero-pijler.open .hero-image .container {
    height: 830px;
  }
  .mod-hero-pijler.open .hero-image .bgvideo {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: unset;
    min-height: unset;
    width: 1480px;
    height: 830px;
    transform: translateX(-50%) translateY(0);
  }
}
@media (max-width: 1280px) {
  .mod-hero-pijler .hero-image:after {
    background-size: 1600px auto;
  }
  .mod-hero-pijler .hero-image .container {
    height: 600px;
  }
  .mod-hero-pijler .hero-header {
    max-width: 550px;
    margin-bottom: 80px;
  }
  .mod-hero-pijler .hero-content .vb-logo {
    width: 180px;
    height: 180px;
    top: -495px;
  }
  .mod-hero-pijler .hero-content .vb-logo .label {
    font-size: 28px;
    top: 58px;
    left: 164px;
  }
  .mod-hero-pijler .hero-content .circle-lft {
    background-size: 900px auto;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text {
    width: 315px;
    bottom: 40px;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text.energy {
    width: 360px;
    transform: rotate(1.5deg);
    bottom: 45px;
    right: 64px;
  }
  .mod-hero-pijler .hero-content .circle-rgt {
    background-size: 1250px auto;
    top: -1015px;
    left: 66%;
  }
  .mod-hero-pijler .hero-output .hero-item {
    width: 50%;
    padding-right: 50px;
  }
  .mod-hero-pijler .hero-output .hero-item .article-output {
    max-width: unset;
  }
  .mod-hero-pijler.open .hero-image .container {
    height: 720px;
  }
  .mod-hero-pijler.open .hero-image .bgvideo {
    width: 1280px;
    height: 720px;
  }
}
@media (max-width: 991px) {
  .mod-hero-pijler .hero-image:after {
    background-size: 1300px auto;
  }
  .mod-hero-pijler .hero-image .container {
    height: 450px;
  }
  .mod-hero-pijler .hero-content .vb-logo {
    width: 150px;
    height: 150px;
    top: -400px;
  }
  .mod-hero-pijler .hero-content .vb-logo .label {
    font-size: 22px;
    top: 46px;
    left: 137px;
  }
  .mod-hero-pijler .hero-content .circle-lft {
    background-size: 900px auto;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text {
    width: 315px;
    bottom: 26px;
    right: 35px;
    transform: rotate(-4deg);
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text.energy {
    width: 300px;
    transform: rotate(-0.5deg);
    bottom: 35px;
    right: 64px;
  }
  .mod-hero-pijler.open .hero-image .container {
    height: 650px;
  }
  .mod-hero-pijler.open .hero-image .bgvideo {
    width: auto;
    height: 650px;
  }
}
@media (max-width: 767px) {
  .mod-hero-pijler .hero-image:after {
    background-size: 1200px auto;
  }
  .mod-hero-pijler .hero-image .container {
    height: 420px;
  }
  .mod-hero-pijler .hero-content {
    padding-bottom: 40px;
  }
  .mod-hero-pijler .hero-content .vb-logo {
    width: 150px;
    height: 150px;
    top: -400px;
  }
  .mod-hero-pijler .hero-content .vb-logo .label {
    font-size: 22px;
    top: 46px;
    left: 137px;
  }
  .mod-hero-pijler .hero-content .circle-lft {
    background-size: 900px auto;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text {
    width: 315px;
    bottom: 26px;
    right: 35px;
    transform: rotate(-4deg);
  }
  .mod-hero-pijler .hero-output {
    margin-left: -25px;
    margin-right: -25px;
  }
  .mod-hero-pijler .hero-output .hero-item {
    width: 50%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .mod-hero-pijler.open .hero-image .container {
    height: 540px;
  }
  .mod-hero-pijler.open .hero-image .bgvideo {
    width: auto;
    height: 540px;
  }
}
@media (max-width: 660px) {
  .mod-hero-pijler .hero-image:after {
    background-size: 1200px auto;
  }
  .mod-hero-pijler .hero-image .container {
    height: 380px;
  }
  .mod-hero-pijler .hero-content .vb-logo {
    width: 120px;
    height: 120px;
    top: -365px;
  }
  .mod-hero-pijler .hero-content .vb-logo .label {
    font-size: 18px;
    top: 35px;
    left: 109px;
  }
  .mod-hero-pijler .hero-content .circle-lft {
    background-size: 780px auto;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text {
    width: 275px;
    bottom: 26px;
    right: 35px;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text.energy {
    width: 250px;
  }
  .mod-hero-pijler .hero-content .circle-rgt {
    background-size: 850px auto;
    top: -1140px;
  }
  .mod-hero-pijler .hero-content .col-lft {
    width: 100%;
    float: none;
  }
  .mod-hero-pijler .hero-content .col-rgt {
    width: 100%;
    float: none;
    margin-bottom: 80px;
  }
  .mod-hero-pijler .hero-content .title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .mod-hero-pijler.open .hero-image .container {
    height: 420px;
  }
  .mod-hero-pijler.open .hero-image .bgvideo {
    width: auto;
    height: 420px;
  }
}
@media (max-width: 560px) {
  .mod-hero-pijler .hero-image:after {
    background-size: 995px auto;
  }
  .mod-hero-pijler .hero-image .container {
    height: 320px;
  }
  .mod-hero-pijler .hero-content .vb-logo {
    width: 100px;
    height: 100px;
    top: -328px;
  }
  .mod-hero-pijler .hero-content .vb-logo .label {
    font-size: 17px;
    top: 29px;
    left: 91px;
  }
  .mod-hero-pijler .hero-content .circle-lft {
    top: -1077px;
    background-size: 680px auto;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text {
    width: 230px;
    bottom: 26px;
    right: 35px;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text.energy {
    width: 230px;
    transform: rotate(-1.9deg);
    bottom: 23px;
    right: 38px;
  }
  .mod-hero-pijler .hero-content .circle-rgt {
    background-size: 700px auto;
    top: -1180px;
    left: 70%;
  }
  .mod-hero-pijler .hero-output .hero-item {
    width: 100%;
    padding-right: 0;
  }
  .mod-hero-pijler.open .hero-image .container {
    height: 380px;
  }
  .mod-hero-pijler.open .hero-image .bgvideo {
    width: auto;
    height: 380px;
  }
}
@media (max-width: 460px) {
  .mod-hero-pijler .hero-image:after {
    background-size: 740px auto;
  }
  .mod-hero-pijler .hero-content .vb-logo {
    top: -288px;
  }
  .mod-hero-pijler .hero-content .circle-lft {
    top: -1077px;
    background-size: 580px auto;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text {
    width: 192px;
    transform: rotate(-5.9deg);
    bottom: 12px;
    right: 25px;
  }
  .mod-hero-pijler .hero-content .circle-lft .curved-text.energy {
    width: 192px;
    transform: rotate(-1.9deg);
    bottom: 20px;
    right: 25px;
  }
  .mod-hero-pijler .hero-content .circle-rgt {
    background-size: 600px auto;
    top: -1200px;
    left: 70%;
  }
}
.mod-image-slider {
  position: relative;
}
.mod-image-slider:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EAF7FA;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.mod-image-slider:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  height: 160px;
  background-color: #1D252C;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mod-image-slider.bg-color-b:after {
  background-color: #EAF7FA;
}
.mod-image-slider.has-mt {
  margin-top: 60px;
}
.mod-image-slider.has-mb {
  margin-bottom: 60px;
}
.mod-image-slider .inner {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.mod-image-slider.no-bg:before,
.mod-image-slider.no-bg:after {
  display: none;
}
.mod-image-slider .slick-images,
.mod-image-slider .slick-nav {
  width: 850px;
}
.mod-image-slider .slick-nav {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  z-index: 100;
  pointer-events: none;
}
.mod-image-slider .slick-nav .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  pointer-events: auto;
  transition: transform 0.3s cubic-bezier(0.5, 2, 0.75, 1.25);
}
.mod-image-slider .slick-nav .slick-arrow:hover {
  transform: scale(1.1);
}
.mod-image-slider .slick-nav .slick-arrow:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('../img/vb-arrow.svg');
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mod-image-slider .slick-nav .slick-next {
  right: -25px;
}
.mod-image-slider .slick-nav .slick-next:before {
  left: 15px;
}
.mod-image-slider .slick-nav .slick-prev {
  left: -25px;
}
.mod-image-slider .slick-nav .slick-prev:before {
  left: 11px;
  transform: translateY(-50%) rotate(180deg);
}
.mod-image-slider .slick-images .slick-list {
  overflow: visible !important;
}
.mod-image-slider .slick-images .item {
  display: block !important;
  pointer-events: none;
}
.mod-image-slider .slick-images .item .image {
  display: block;
  height: 450px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.mod-image-slider .slick-images .item .image img {
  display: none;
}
.mod-image-slider .slick-images .slick-active .item {
  pointer-events: auto;
}
.mod-image-slider .slick-images .slick-active .item .image {
  opacity: 1;
}
@media (max-width: 1480px) {
  .mod-image-slider:after {
    height: 120px;
  }
  .mod-image-slider .slick-images,
  .mod-image-slider .slick-nav {
    width: 740px;
  }
  .mod-image-slider .slick-images .item .image {
    height: 420px;
  }
}
@media (max-width: 1280px) {
  .mod-image-slider:after {
    height: 100px;
  }
  .mod-image-slider .slick-images,
  .mod-image-slider .slick-nav {
    width: 650px;
  }
  .mod-image-slider .slick-images .item .image {
    height: 380px;
  }
}
@media (max-width: 991px) {
  .mod-image-slider:after {
    height: 100px;
  }
  .mod-image-slider .slick-images,
  .mod-image-slider .slick-nav {
    width: 100%;
  }
  .mod-image-slider .slick-nav {
    height: 50px;
    left: 0;
  }
  .mod-image-slider .slick-nav .slick-next {
    right: 0px;
  }
  .mod-image-slider .slick-nav .slick-prev {
    left: 0px;
  }
  .mod-image-slider .slick-images .item .image {
    height: 380px;
  }
}
@media (max-width: 650px) {
  .mod-image-slider:after {
    height: 100px;
  }
  .mod-image-slider .slick-images .item .image {
    height: 320px;
  }
}
@media (max-width: 500px) {
  .mod-image-slider .slick-images .item .image {
    height: 280px;
  }
}
.mod-what-we-offer {
  padding: 100px 0 80px;
  position: relative;
}
.mod-what-we-offer.mb-md {
  margin-bottom: 120px;
}
.mod-what-we-offer.mb-lg {
  margin-bottom: 250px;
}
.mod-what-we-offer.zz-top {
  z-index: 100;
}
.mod-what-we-offer .primary {
  position: relative;
}
.mod-what-we-offer .mod-header {
  margin-bottom: 60px;
  position: relative;
}
.mod-what-we-offer .mod-header .title {
  margin-bottom: 20px;
}
.mod-what-we-offer .mod-header .article-output {
  font-size: 20px;
  max-width: 640px;
}
.mod-what-we-offer .mod-header .article-actions {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mod-what-we-offer .list-items {
  overflow: hidden;
}
.mod-what-we-offer .list-items .list-item {
  width: 50%;
  float: left;
  padding-right: 40px;
  margin-bottom: 40px;
}
.mod-what-we-offer .secondary .col-lft,
.mod-what-we-offer .secondary .col-rgt {
  height: inherit;
}
.mod-what-we-offer .secondary .col-lft .inner,
.mod-what-we-offer .secondary .col-rgt .inner {
  height: inherit;
  min-height: 600px;
}
.mod-what-we-offer .col-rgt .inner {
  position: relative;
}
.mod-what-we-offer .vb-img {
  display: block;
  width: 1500px;
  height: 1000px;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
}
.mod-what-we-offer .vb-img.vb-img-a {
  background-image: url(../img/vb-img-a.png);
  background-position: bottom left;
  background-size: 1400px auto;
  left: 0;
  bottom: -180px;
}
.mod-what-we-offer .vb-img.vb-img-b {
  background-image: url(../img/vb-img-b.png);
  background-position: top left;
  background-size: 1500px auto;
  top: 60px;
  left: auto;
  right: -1032px;
}
.mod-what-we-offer .c-accordeon {
  max-width: 820px;
}
.mod-what-we-offer.type-a .vb-img-top {
  display: none;
}
.mod-what-we-offer.type-a .vb-img-bottom {
  display: block;
}
.mod-what-we-offer.type-b .vb-img.vb-img-top {
  display: block;
}
.mod-what-we-offer.type-b .vb-img-bottom {
  display: none;
}
@media (max-width: 1480px) {
  .mod-what-we-offer {
    padding: 80px 0 50px;
  }
  .mod-what-we-offer .col-lft {
    width: 72%;
    position: relative;
    z-index: 20;
  }
  .mod-what-we-offer .col-rgt {
    width: 28%;
    position: relative;
    z-index: 2;
  }
  .mod-what-we-offer .vb-img.vb-img-a {
    background-size: 1100px auto;
    bottom: -180px;
  }
  .mod-what-we-offer .vb-img.vb-img-b {
    background-size: 1200px auto;
    top: 48px;
    right: -1130px;
  }
}
@media (max-width: 1280px) {
  .mod-what-we-offer {
    padding: 80px 0 120px;
  }
  .mod-what-we-offer.mb-lg {
    margin-bottom: 190px;
  }
  .mod-what-we-offer .col-lft {
    width: 100%;
  }
  .mod-what-we-offer .col-rgt {
    width: 100%;
  }
  .mod-what-we-offer .vb-img.vb-img-a {
    width: 800px;
    height: 540px;
    background-size: 800px auto;
    left: auto;
    bottom: -220px;
    right: -620px;
  }
  .mod-what-we-offer .vb-img.vb-img-b {
    background-size: 850px auto;
    top: -106px;
    right: -1239px;
  }
}
@media (max-width: 991px) {
  .mod-what-we-offer.type-b {
    padding: 80px 0 40px;
  }
  .mod-what-we-offer.type-b .mod-header .article-output {
    max-width: 490px;
  }
  .mod-what-we-offer .vb-img.vb-img-b {
    right: -1310px;
  }
}
@media (max-width: 767px) {
  .mod-what-we-offer.type-b {
    padding: 80px 0 40px;
  }
  .mod-what-we-offer.type-b .mod-header .article-output {
    font-size: 18px;
    max-width: unset;
    width: calc(100% - 240px);
  }
  .mod-what-we-offer .vb-img.vb-img-b {
    background-size: 800px auto;
    top: -103px;
    right: -1265px;
  }
}
@media (max-width: 720px) {
  .mod-what-we-offer.type-b {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 660px) {
  .mod-what-we-offer.type-b {
    padding: 80px 0 40px;
  }
  .mod-what-we-offer.type-b .mod-header .article-output {
    max-width: unset;
    width: calc(100%);
  }
  .mod-what-we-offer .vb-img.vb-img-b {
    display: none !important;
  }
}
@media (max-width: 560px) {
  .mod-what-we-offer {
    padding: 80px 0 140px;
  }
  .mod-what-we-offer.mb-lg {
    margin-bottom: 130px;
  }
  .mod-what-we-offer .mod-header .article-output {
    font-size: 18px;
  }
  .mod-what-we-offer .list-items .list-item {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .mod-what-we-offer .vb-img.vb-img-a {
    background-size: 650px auto;
    bottom: -190px;
    right: -575px;
  }
  .mod-what-we-offer .vb-img.vb-img-b {
    background-size: 1500px auto;
    top: -160px;
  }
}
@media (max-width: 480px) {
  .mod-what-we-offer {
    padding: 80px 0 140px;
  }
  .mod-what-we-offer.mb-lg {
    margin-bottom: 130px;
  }
  .mod-what-we-offer .vb-img.vb-img-a {
    bottom: -205px;
    right: -580px;
  }
  .mod-what-we-offer .vb-img.vb-img-b {
    background-size: 1500px auto;
    top: -160px;
  }
}
.mod-contact-vb {
  position: relative;
  z-index: 1;
  padding: 60px 60px 60px 0;
}
.mod-contact-vb:before {
  display: block;
  content: "";
  width: 1500px;
  height: calc(100% + 160px);
  background-color: #EAF7FA;
  position: absolute;
  bottom: 0;
  left: -40px;
  z-index: -1;
}
.mod-contact-vb .m-title {
  max-width: 350px;
}
.mod-contact-vb .mod-contact-image {
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: -60px;
}
@media (max-width: 1480px) {
  .mod-contact-vb {
    padding: 60px 0 40px 0;
  }
  .mod-contact-vb .mod-contact-image {
    margin-bottom: -40px;
  }
}
@media (max-width: 1280px) {
  .mod-contact-vb {
    padding: 30px 0 20px 0;
  }
  .mod-contact-vb:before {
    left: -30px;
  }
  .mod-contact-vb .mod-contact-image {
    margin-bottom: -20px;
  }
}
@media (max-width: 991px) {
  .mod-contact-vb {
    background-color: #EAF7FA;
    padding: 40px;
  }
  .mod-contact-vb:before {
    left: 0px;
    height: 100%;
  }
  .mod-contact-vb .mod-contact-image {
    margin-bottom: -40px;
  }
}
.mod-stories {
  width: 610px;
  position: absolute;
  top: -280px;
  right: 0;
  z-index: 10;
}
.mod-stories:before {
  display: block;
  content: "";
  width: 1000px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: -1;
}
@media (max-width: 1480px) {
  .mod-stories {
    width: 540px;
  }
  .mod-stories .c-medewerker-image {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1280px) {
  .mod-stories {
    width: 100%;
    top: -315px;
  }
  .mod-stories:before {
    display: none;
  }
  .mod-stories .slick-medewerkers-b .slick-list {
    overflow: visible;
  }
  .mod-stories .slick-medewerkers-b .c-medewerker {
    position: relative;
    padding-top: 100px;
  }
  .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-image {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-body.type-b {
    margin: 0;
    padding: 50px 0 30px 30px;
    border-radius: 200px 0 0 200px;
    font-size: 16px;
    background-color: #F4FBFC;
  }
  .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-body.type-b:after {
    background-radius: 0;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .mod-stories {
    position: unset;
    position: relative;
    z-index: 10;
    top: 0;
    margin-bottom: 60px;
  }
  .mod-stories .slick-medewerkers-b .slick-list {
    overflow: visible;
  }
  .mod-stories .slick-medewerkers-b .c-medewerker {
    position: relative;
    padding-top: 0;
  }
  .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-image {
    transform: unset;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #1D252C;
  }
  .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-body.type-b {
    background-color: #EAF7FA;
    margin-left: 100px;
    padding-left: 60px;
  }
}
.mod-werkwijze-cta {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mod-werkwijze-cta {
    margin-top: 60px;
  }
}
.mod-contact-me {
  margin: 80px 0;
  position: relative;
  z-index: 2;
}
.mod-contact-me:before {
  display: block;
  content: "";
  width: 1000px;
  height: 100%;
  background-color: #1D252C;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.mod-contact-me:after {
  display: block;
  content: "";
  width: 1000px;
  height: 100%;
  background-image: url(../img/bg-contact-me.svg);
  background-size: auto 110%;
  background-position: center left;
  position: absolute;
  bottom: 0;
  left: 200px;
  z-index: -1;
}
.mod-contact-me .panel {
  max-width: 340px;
  padding: 40px 0 40px 40px;
  position: relative;
  z-index: 5;
}
.mod-contact-me .panel .article-output {
  margin: 20px 0;
}
.mod-contact-me .panel .article-action {
  margin-left: -62px;
}
.mod-contact-me .panel .article-action .c-btn-icon {
  gap: 16px;
}
.mod-contact-me .article-image {
  width: 360px;
  position: absolute;
  bottom: 0;
  left: 300px;
}
@media (min-width: 2100px) {
  .mod-contact-me:after {
    background-size: auto 140%;
  }
}
@media (max-width: 1130px) {
  .mod-contact-me .article-image {
    width: 340px;
    left: 230px;
  }
}
@media (max-width: 991px) {
  .mod-contact-me .panel {
    max-width: 430px;
  }
  .mod-contact-me .article-image {
    width: 310px;
    left: 360px;
  }
}
@media (max-width: 620px) {
  .mod-contact-me .panel {
    max-width: unset;
    margin-right: 160px;
  }
  .mod-contact-me .article-image {
    width: 310px;
    left: auto;
    right: -80px;
  }
}
@media (max-width: 420px) {
  .mod-contact-me .panel {
    max-width: unset;
    margin-right: 0;
  }
  .mod-contact-me .article-image {
    display: none;
  }
}
.mod-ervaringen {
  position: relative;
}
.mod-ervaringen .col-lft {
  padding-top: 70px;
  padding-bottom: 70px;
}
.mod-ervaringen .col-lft .inner {
  padding: 120px 0 120px;
  position: relative;
}
.mod-ervaringen .col-lft .inner:after {
  display: block;
  content: "";
  width: calc(180%);
  height: 100%;
  background-image: url('../img/bg-gradient-4.jpg');
  background-size: cover;
  background-position: center right;
  position: absolute;
  top: 0;
  right: -120px;
  z-index: -1;
}
.mod-ervaringen .col-lft .inner .content {
  max-width: 650px;
}
.mod-ervaringen .col-lft .slick-ervaringen {
  max-width: 650px;
}
.mod-ervaringen .col-rgt {
  float: right;
}
.mod-ervaringen .col-rgt .inner {
  position: relative;
}
.mod-ervaringen .col-rgt .inner .c-medewerker-image {
  position: absolute;
  top: 50%;
  left: -115px;
  transform: translateY(-50%);
  z-index: 50;
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}
.mod-ervaringen .col-rgt .inner .c-medewerker-image.loading {
  opacity: 0;
  transform: translateY(-50%) scale(0.5);
}
.mod-ervaringen .col-rgt .inner .article-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-ervaringen .col-rgt .inner .article-image img {
  display: none;
}
@media (max-width: 1480px) {
  .mod-ervaringen .col-lft {
    width: 60%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mod-ervaringen .col-lft .inner {
    padding: 100px 0 100px;
  }
  .mod-ervaringen .col-lft .slick-ervaringen .slick-arrow {
    bottom: -142px;
  }
  .mod-ervaringen .col-rgt {
    width: 40%;
  }
  .mod-ervaringen .col-rgt .inner .c-medewerker-image {
    width: 200px;
    height: 200px;
    left: -100px;
  }
}
@media (max-width: 1280px) {
  .mod-ervaringen .col-lft {
    width: 65%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mod-ervaringen .col-lft .inner {
    padding: 60px 0 80px;
  }
  .mod-ervaringen .col-lft .slick-ervaringen {
    max-width: 480px;
  }
  .mod-ervaringen .col-lft .slick-ervaringen .slick-arrow {
    width: 60px;
    height: 60px;
    bottom: -110px;
  }
  .mod-ervaringen .col-lft .slick-ervaringen .slick-arrow:before {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
  }
  .mod-ervaringen .col-lft .slick-ervaringen .slick-arrow.slick-prev:before {
    left: 13px;
  }
  .mod-ervaringen .col-lft .slick-ervaringen .slick-arrow.slick-next {
    left: 80px;
  }
  .mod-ervaringen .col-lft .slick-ervaringen .slick-arrow.slick-next:before {
    left: 18px;
  }
  .mod-ervaringen .col-rgt {
    width: 35%;
  }
  .mod-ervaringen .col-rgt .inner .c-medewerker-image {
    width: 200px;
    height: 200px;
    left: -100px;
  }
}
@media (max-width: 991px) {
  .mod-ervaringen .col-lft {
    width: 60%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mod-ervaringen .col-lft .inner {
    padding: 50px 60px 60px 0;
  }
  .mod-ervaringen .col-rgt {
    width: 40%;
  }
  .mod-ervaringen .col-rgt .inner .c-medewerker-image {
    width: 180px;
    height: 180px;
    left: -90px;
  }
  .mod-ervaringen .col-rgt .inner .c-medewerker-image.loading {
    opacity: 0;
    transform: translateY(0) translateX(-50%) scale(0.5);
  }
}
@media (max-width: 720px) {
  .mod-ervaringen .col-lft {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mod-ervaringen .col-lft .inner {
    padding: 100px 0 60px 0;
  }
  .mod-ervaringen .col-lft .slick-ervaringen {
    max-width: unset;
  }
  .mod-ervaringen .col-lft .slick-ervaringen .slick-arrow {
    bottom: -92px;
  }
  .mod-ervaringen .col-rgt {
    width: 100%;
    float: none;
  }
  .mod-ervaringen .col-rgt .inner {
    position: relative;
  }
  .mod-ervaringen .col-rgt .inner .article-image {
    height: 350px;
    position: static;
    margin-left: -40px;
  }
  .mod-ervaringen .col-rgt .inner .c-medewerker-image {
    right: auto;
    top: auto;
    bottom: -80px;
    left: 50%;
    transform: none;
    transform: translateX(-50%);
  }
}
@media (max-width: 500px) {
  .mod-ervaringen .col-rgt .inner .article-image {
    height: 300px;
  }
  .mod-ervaringen .col-rgt .inner .c-medewerker-image {
    width: 160px;
    height: 160px;
  }
}
.mod-page-action-bottom .inner {
  padding: 100px 0;
  text-align: center;
}
.mod-project-filter .filter-header,
.mod-project-filter .filter-footer {
  display: none;
}
.mod-project-filter .filter-box .filter-title {
  display: block;
  margin-bottom: 8px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #126e96;
}
.mod-project-filter .filter-box.main-filter {
  margin-bottom: 30px;
}
.mod-project-filter .filter-options {
  overflow: hidden;
}
.mod-project-filter .filter-options .filter-option {
  display: block;
  float: left;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 50px;
  background-color: #e7f7fb;
  border: 2px solid #e7f7fb;
  margin: 0 10px 10px 0;
  color: #126e96;
  cursor: pointer;
}
.mod-project-filter .filter-options .filter-option input {
  display: none;
}
.mod-project-filter .filter-options .filter-option.is-circle {
  width: 42px;
  height: 42px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.mod-project-filter .filter-options .filter-option.is-circle img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.mod-project-filter .filter-options .filter-option.selected {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  border-color: #126e96;
}
.mod-project-filter .filter-options .filter-option.selected img {
  opacity: 1;
}
.mod-project-filter .filters-advanced {
  display: none;
}
.mod-project-filter .filters-advanced.show {
  display: block;
}
.mod-project-filter .filters-advanced .filter-box {
  width: 50%;
  float: left;
  padding-right: 30px;
}
@media (max-width: 1280px) {
  .mod-project-filter .filter-options .filter-option {
    line-height: 30px;
    padding: 0 15px;
    margin: 0 8px 8px 0;
  }
  .mod-project-filter .filter-options .filter-option.is-circle {
    width: 34px;
    height: 34px;
  }
  .mod-project-filter .filter-options .filter-option.is-circle img {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 991px) {
  .mod-project-filter {
    width: 320px;
    height: 100%;
    margin: 0;
    background-color: #F4FBFC;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: -340px;
    z-index: 9999;
    transition: all 0.5s ease 0s;
    transform: unset;
  }
  .mod-project-filter .filter-box {
    width: 100% !important;
    float: none;
    padding: 0 20px 30px 20px;
  }
  .mod-project-filter .filter-box.main-filter {
    margin: 0;
  }
  .mod-project-filter .filter-options .filter-option {
    line-height: 30px;
    padding: 0 15px;
    margin: 0 8px 8px 0;
  }
  .mod-project-filter .filter-header {
    display: block;
    height: 60px;
    padding: 20px 20px;
    background-color: #126e96;
    position: relative;
    color: #fff;
  }
  .mod-project-filter .filter-header .title {
    margin-bottom: 0;
    color: inherit;
  }
  .mod-project-filter .filter-header .filter-toggle {
    display: block;
    font-size: 24px;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .mod-project-filter .filter-body {
    width: 100%;
    height: calc(100% - 120px);
    position: absolute;
    top: 60px;
    left: 0;
    padding-top: 30px;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .mod-project-filter .filter-footer {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #126e96;
    text-align: center;
    padding-top: 12px;
  }
  .show-filters .mod-project-filter {
    left: 0;
  }
}
.mod-infographic {
  padding: 70px 0 70px;
  background-color: #F4FBFC;
}
.mod-infographic .primary {
  padding: 120px 0 80px;
}
.mod-infographic .primary .col-rgt .article-actions {
  margin-top: 40px;
}
.mod-infographic .infographic-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.mod-infographic .infographic-wrapper img {
  width: 100%;
}
@media (max-width: 1280px) {
  .mod-infographic {
    padding-top: 35px;
  }
  .mod-infographic .primary {
    padding: 80px 0 40px;
  }
}
@media (max-width: 991px) {
  .mod-infographic .primary .col-lft {
    width: 50%;
  }
  .mod-infographic .primary .col-rgt {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mod-infographic .primary .col-lft {
    width: 100%;
    margin-bottom: 20px;
  }
  .mod-infographic .primary .col-rgt {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .mod-infographic {
    padding-top: 0;
  }
}
.mod-projectlist {
  margin-bottom: 100px;
}
.mod-projectlist .article-title {
  margin-bottom: 30px;
}
.mod-projectlist .article-output {
  column-count: 3;
  column-gap: 100px;
}
.mod-projectlist .article-output ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .mod-projectlist {
    margin-bottom: 80px;
  }
  .mod-projectlist .article-output {
    column-count: 2;
    column-gap: 80px;
  }
}
@media (max-width: 620px) {
  .mod-projectlist {
    margin-bottom: 80px;
  }
  .mod-projectlist .article-output {
    column-count: 1;
  }
}
.mod-sideinfo {
  font-style: italic;
  font-size: 95%;
}
.mod-project-filter-text {
  padding: 100px 0;
  background-color: #95c11c;
  background-image: url(../img/bg-gradient-3.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 100;
}
.mod-project-filter-text .set-filter-text {
  display: inline-block;
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  position: relative;
  padding-left: 45px;
  margin-left: 3px;
}
.mod-project-filter-text .set-filter-text img {
  display: inline;
  width: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mod-project-filter-text .set-filter-text img.on {
  display: none;
}
.mod-project-filter-text .filter-options {
  overflow: hidden;
  margin-top: 20px;
}
.mod-project-filter-text .filter-options .filter-option {
  display: block;
  float: left;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 10px 0;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.mod-project-filter-text .filter-options .filter-option input {
  display: none;
}
.mod-project-filter-text .filter-options .filter-option.is-circle {
  height: 38px;
  padding: 0 20px 0 45px;
  position: relative;
  overflow: hidden;
}
.mod-project-filter-text .filter-options .filter-option.is-circle img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.mod-project-filter-text .filter-options .filter-option.is-circle img.on {
  opacity: 0;
}
.mod-project-filter-text .filter-options .filter-option:hover,
.mod-project-filter-text .filter-options .filter-option.selected {
  color: #126e96;
  background-color: #ffffff;
}
.mod-project-filter-text .filter-options .filter-option:hover img.on,
.mod-project-filter-text .filter-options .filter-option.selected img.on {
  opacity: 1;
}
.mod-project-filter-text .filter-options .filter-option:hover img.off,
.mod-project-filter-text .filter-options .filter-option.selected img.off {
  opacity: 0;
}
@media (max-width: 1480px) {
  .mod-project-filter-text {
    padding: 90px 0;
  }
  .mod-project-filter-text .col-left {
    float: unset;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .mod-project-filter-text {
    padding: 80px 0;
  }
  .mod-project-filter-text .col-left {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .mod-project-filter-text {
    padding: 70px 0 60px;
  }
  .mod-project-filter-text .container {
    max-width: unset;
    width: 100%;
  }
  .mod-project-filter-text .title {
    font-size: 36px;
  }
  .mod-project-filter-text .set-filter-text {
    padding-left: 40px;
  }
  .mod-project-filter-text .set-filter-text img {
    width: 34px;
  }
}
@media (max-width: 767px) {
  .mod-project-filter-text {
    padding: 60px 0 50px;
  }
  .mod-project-filter-text .pretitle {
    margin-bottom: 8px;
  }
  .mod-project-filter-text .title {
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 25px;
  }
  .mod-project-filter-text .set-filter-text {
    padding-left: 38px;
  }
  .mod-project-filter-text .set-filter-text img {
    width: 32px;
  }
}
@media (max-width: 680px) {
  .mod-project-filter-text {
    padding: 60px 0 50px;
  }
  .mod-project-filter-text .title {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  .mod-project-filter-text .title {
    font-size: 28px;
  }
  .mod-project-filter-text .set-filter-text {
    padding-left: 35px;
  }
  .mod-project-filter-text .set-filter-text img {
    width: 28px;
  }
}
.mod-stages-info {
  position: relative;
  margin-bottom: 80px;
}
.mod-stages-info:before {
  display: block;
  content: "";
  width: calc(50% - 150px);
  height: 100%;
  background-color: #95c11c;
  background-image: url(../img/bg-gradient-2.png);
  background-position: top right;
  background-size: cover;
  position: absolute;
  top: 0;
  right: calc(50% + 150px);
}
.mod-stages-info .primary {
  background-color: #EAF7FA;
  position: relative;
  z-index: 10;
}
.mod-stages-info .primary .inner {
  max-width: 680px;
  padding: 60px 40px 60px;
  margin-left: 50%;
  min-height: 500px;
}
.mod-stages-info .primary .c-crumbs {
  color: #126e96;
  margin-bottom: 30px;
}
.mod-stages-info .primary .c-crumbs a {
  color: #126e96;
}
.mod-stages-info .primary .title {
  margin-bottom: 20px;
}
.mod-stages-info .primary .btn-video {
  display: block;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 50%;
}
.mod-stages-info .primary .btn-video:after {
  display: block;
  content: "";
  width: 260px;
  height: 100%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: auto 120%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mod-stages-info .secondary {
  position: relative;
  z-index: 10;
}
.mod-stages-info .secondary .inner {
  padding: 150px 0 100px;
  min-height: 650px;
}
.mod-stages-info .secondary .col-left .inner {
  max-width: 430px;
  padding-bottom: 0;
}
.mod-stages-info .secondary .col-left .mod-whatsapp {
  margin-top: 80px;
  text-align: center;
}
.mod-stages-info .secondary .col-left .mod-whatsapp .mod-contact-image {
  width: 260px;
  margin: 30px auto 0;
}
.mod-stages-info .secondary .col-right {
  float: right;
}
.mod-stages-info .secondary .col-right .inner {
  max-width: 530px;
  padding-left: 20px;
}
.mod-stages-info .secondary .col-right h1,
.mod-stages-info .secondary .col-right h2,
.mod-stages-info .secondary .col-right h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1480px) {
  .mod-stages-info .primary .inner {
    padding: 40px 40px 40px;
    min-height: 400px;
  }
  .mod-stages-info .primary .c-crumbs {
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .mod-stages-info:before {
    width: calc(50% - 110px);
    right: auto;
    left: 0;
  }
  .mod-stages-info .primary .inner {
    padding: 40px 60px 20px 40px;
    min-height: 300px;
  }
  .mod-stages-info .primary .btn-video:after {
    right: -40px;
  }
  .mod-stages-info .primary .c-crumbs {
    margin-bottom: 20px;
  }
  .mod-stages-info .secondary .inner {
    padding: 120px 0 120px;
    min-height: 500px;
  }
  .mod-stages-info .secondary .col-left {
    width: 40%;
  }
  .mod-stages-info .secondary .col-right {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .mod-stages-info {
    margin-bottom: 60px;
  }
  .mod-stages-info:before {
    width: calc(50% - 70px);
  }
  .mod-stages-info .primary .inner {
    padding: 30px 0 10px 30px;
    min-height: 200px;
  }
  .mod-stages-info .primary .btn-video:after {
    right: -80px;
  }
  .mod-stages-info .primary .c-crumbs {
    margin-bottom: 20px;
  }
  .mod-stages-info .secondary .inner {
    padding: 80px 0 80px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .mod-stages-info {
    margin-bottom: 40px;
  }
  .mod-stages-info:before {
    display: none;
  }
  .mod-stages-info .secondary .inner {
    padding: 0;
    min-height: unset;
    max-width: unset !important;
  }
  .mod-stages-info .secondary .col-left {
    width: 100%;
    clear: both;
    position: relative;
  }
  .mod-stages-info .secondary .col-left:before {
    display: block;
    content: "";
    width: calc(100% + 50px);
    height: 100%;
    background-color: #95c11c;
    background-image: url(../img/bg-gradient-5.svg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -25px;
  }
  .mod-stages-info .secondary .col-left .inner {
    padding: 60px 0;
    position: relative;
    z-index: 5;
  }
  .mod-stages-info .secondary .col-right {
    width: 100%;
    clear: both;
  }
  .mod-stages-info .secondary .col-right .inner {
    padding: 60px 0;
  }
}
@media (max-width: 680px) {
  .mod-stages-info {
    padding-top: 0;
  }
  .mod-stages-info .primary .inner {
    width: 100%;
    max-width: unset;
    min-height: unset;
    padding: 40px 0 20px;
    margin-left: 0;
  }
  .mod-stages-info .primary .btn-video {
    position: relative;
    width: 100%;
    height: 300px;
    left: 0;
    right: 0;
  }
}
.mod-stages {
  margin-bottom: 100px;
}
.mod-stages .top {
  padding: 30px 0;
}
.mod-stages .primary {
  padding: 80px 0 100px;
  background-color: #F4FBFC;
  position: relative;
}
.mod-stages .primary:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  height: 120px;
  background-color: #EAF7FA;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.mod-stages .primary .container {
  position: relative;
  z-index: 10;
}
.mod-stages .secondary {
  padding: 0 0 80px;
  background-color: #EAF7FA;
}
.mod-stages .secondary .inner {
  position: relative;
}
.mod-stages .secondary .col-left .article-output {
  margin-top: 20px;
  margin-bottom: 40px;
}
.mod-stages .secondary .col-left .actions {
  margin-top: 50px;
}
.mod-stages .secondary .mod-stories {
  top: 30px;
}
.mod-stages .secondary .mod-stories .c-medewerker-image {
  background-color: #fff;
  width: 180px;
  height: 180px;
}
@media (max-width: 1280px) {
  .mod-stages .secondary .mod-stories .slick-medewerkers-b .slick-prev {
    right: 60px;
  }
  .mod-stages .secondary .mod-stories .slick-medewerkers-b .slick-next {
    right: 0;
  }
  .mod-stages .secondary .mod-stories .slick-medewerkers-b .c-medewerker {
    padding-top: 120px;
  }
  .mod-stages .secondary .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-image {
    width: 170px;
    height: 170px;
  }
  .mod-stages .secondary .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-body.type-b {
    padding: 50px 0 50px 40px;
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  .mod-stages .primary {
    padding-bottom: 80px;
  }
  .mod-stages .secondary {
    padding: 0 0 60px;
  }
  .mod-stages .secondary .col-left {
    width: 100%;
    margin-bottom: 60px;
  }
  .mod-stages .secondary .col-right {
    width: 100%;
  }
  .mod-stages .secondary .mod-stories {
    padding-left: 100px;
  }
  .mod-stages .secondary .mod-stories .slick-medewerkers-b .c-medewerker {
    padding-top: 0;
  }
  .mod-stages .secondary .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-body.type-b {
    padding: 40px 0 50px 40px;
    margin-left: 120px;
  }
}
@media (max-width: 767px) {
  .mod-stages {
    margin-bottom: 80px;
  }
  .mod-stages .top {
    padding: 25px 0;
  }
  .mod-stages .primary {
    padding: 60px 0 60px;
  }
}
@media (max-width: 650px) {
  .mod-stages .primary {
    padding: 60px 0 70px;
  }
  .mod-stages .secondary {
    padding: 0 0 40px;
  }
  .mod-stages .secondary .mod-stories {
    padding-left: 0;
  }
  .mod-stages .secondary .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-image {
    width: 170px;
    height: 170px;
  }
  .mod-stages .secondary .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-body.type-b {
    padding: 50px 0 50px 40px;
    background-color: #fff;
    margin-left: 130px;
  }
}
@media (max-width: 500px) {
  .mod-stages .secondary .mod-stories {
    padding-top: 100px;
  }
  .mod-stages .secondary .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-image {
    width: 140px;
    height: 140px;
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .mod-stages .secondary .mod-stories .slick-medewerkers-b .c-medewerker .c-medewerker-body.type-b {
    padding: 50px 0 50px 30px;
    margin-left: 0;
  }
}
.mod-pijlers-all {
  background-color: #EAF7FA;
  padding: 140px 0;
}
.mod-pijlers-all .mod-header {
  text-align: center;
}
.mod-pijlers-all .mod-header .article-output {
  font-size: 20px;
  text-transform: uppercase;
  max-width: 900px;
  margin: 30px auto 60px;
}
.mod-pijlers-all .slick-pijlers .item {
  overflow: visible;
}
.mod-pijlers-all .slick-pijlers .slick-dots li button:before {
  border-color: #126e96;
  background-color: #126e96;
}
.mod-pijlers-all .slick-pijlers .slick-dots li.slick-active button:before {
  background: none;
}
.mod-pijlers-all .c-pijler-item .circle {
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .mod-pijlers-all {
    padding: 100px 0;
  }
  .mod-pijlers-all .c-pijler-item .circle {
    width: 260px;
    height: 260px;
  }
  .mod-pijlers-all .c-pijler-item .vb-icon {
    width: 120px;
    height: 120px;
  }
  .mod-pijlers-all .c-pijler-item .vb-icon .title {
    font-size: 18px;
    top: 41px;
    left: 103px;
  }
}
@media (max-width: 1280px) {
  .mod-pijlers-all {
    padding: 80px 0;
  }
  .mod-pijlers-all .container {
    width: 100%;
    padding: 0 60px;
  }
  .mod-pijlers-all .c-pijler-item .circle {
    width: 260px;
    height: 260px;
  }
  .mod-pijlers-all .c-pijler-item .vb-icon {
    width: 120px;
    height: 120px;
  }
  .mod-pijlers-all .c-pijler-item .vb-icon .title {
    font-size: 18px;
    top: 41px;
    left: 103px;
  }
}
@media (max-width: 1150px) {
  .mod-pijlers-all .container {
    padding: 0;
  }
}
@media (max-width: 1030px) {
  .mod-pijlers-all .container {
    padding: 0 30px;
  }
  .mod-pijlers-all .c-pijler-item .circlexx {
    margin: unset;
  }
  .mod-pijlers-all .c-pijler-item {
    width: 220px;
    margin: unset;
  }
  .mod-pijlers-all .c-pijler-item .circle {
    width: 220px;
    height: 220px;
  }
  .mod-pijlers-all .c-pijler-item .vb-icon {
    width: 100px;
    height: 100px;
  }
  .mod-pijlers-all .c-pijler-item .vb-icon .title {
    font-size: 15px;
    top: 34px;
    left: 87px;
  }
}
@media (max-width: 820px) {
  .mod-pijlers-all {
    padding: 60px 0 80px;
  }
  .mod-pijlers-all .container {
    padding: 0 60px;
  }
  .mod-pijlers-all .c-pijler-item {
    margin: 0 auto;
  }
  .mod-pijlers-all .c-pijler-item .circle {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .mod-pijlers-all .container {
    padding: 0 20px;
  }
  .mod-pijlers-all .c-pijler-item {
    width: 220px;
    margin: 0 auto;
  }
  .mod-pijlers-all .c-pijler-item .circle {
    width: 220px;
    height: 220px;
  }
  .mod-pijlers-all .c-pijler-item .vb-icon {
    width: 100px;
    height: 100px;
  }
  .mod-pijlers-all .c-pijler-item .vb-icon .title {
    font-size: 15px;
    top: 34px;
    left: 87px;
  }
}
@media (max-width: 675px) {
  .mod-pijlers-all .c-pijler-itemxx {
    margin: unset;
  }
  .mod-pijlers-all .c-pijler-itemxx .circle {
    width: 260px;
    height: 260px;
  }
  .mod-pijlers-all .c-pijler-itemxx .vb-icon {
    width: 120px;
    height: 120px;
  }
  .mod-pijlers-all .c-pijler-itemxx .vb-icon .title {
    font-size: 18px;
    top: 41px;
    left: 103px;
  }
}
.mod-about-header .primary .inner {
  padding: 60px 0 140px;
}
.mod-about-header .primary .col-right .inner {
  padding-left: 110px;
  padding-right: 50px;
}
.mod-about-header .primary .col-right .mod-werkwijze-cta {
  margin-top: 40px;
}
.mod-about-header .secondary {
  background-color: #1D252C;
}
.mod-about-header .secondary .inner {
  padding: 150px 0 150px;
}
.mod-about-header .secondary .col-left .inner {
  padding-right: 110px;
}
.mod-about-header .secondary .col-left .article-output h1,
.mod-about-header .secondary .col-left .article-output h2,
.mod-about-header .secondary .col-left .article-output h3,
.mod-about-header .secondary .col-left .article-output h4 {
  color: #fff;
}
.mod-about-header .secondary .col-left .article-actions {
  margin-top: 40px;
}
.mod-about-header .secondary .col-right .inner {
  padding-left: 110px;
  padding-top: 180px;
  position: relative;
  z-index: 5;
}
.mod-about-header .secondary .col-right .inner .before {
  display: block;
  width: 100%;
  height: calc(100% + 80px);
  background-color: #95c11c;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8aba26+0,2989d8+50,126e96+100 */
  background: #8aba26;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8aba26 0%, #2989d8 50%, #126e96 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8aba26 0%, #2989d8 50%, #126e96 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8aba26 0%, #2989d8 50%, #126e96 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8aba26', endColorstr='#126e96', GradientType=0);
  /* IE6-9 */
  background: url('../img/bg-gradient-6.png') no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
}
.mod-about-header .secondary .col-right .box {
  margin-bottom: 60px;
}
.mod-about-header .third .container {
  position: relative;
}
.mod-about-header .third .mod-stories {
  top: -130px;
  right: 80px;
}
@media (max-width: 1480px) {
  .mod-about-header .secondary .inner {
    padding: 120px 0;
  }
  .mod-about-header .secondary .col-left .inner {
    padding-right: 50px;
  }
  .mod-about-header .secondary .col-right .inner {
    padding-top: 120px;
  }
}
@media (max-width: 1280px) {
  .mod-about-header .primary .inner {
    padding: 50px 0 140px;
  }
  .mod-about-header .primary .col-right .inner {
    padding-left: 60px;
    padding-right: 0;
  }
  .mod-about-header .primary .col-right .mod-werkwijze-cta {
    margin-top: 40px;
  }
  .mod-about-header .secondary .inner {
    padding: 120px 0;
  }
  .mod-about-header .secondary .col-left .inner {
    padding-right: 0;
  }
  .mod-about-header .secondary .col-right .inner {
    padding-top: 120px;
    padding-left: 60px;
  }
  .mod-about-header .third .mod-stories {
    width: 540px;
    right: 25px;
    top: -105px;
  }
  .mod-about-header .third .c-medewerker {
    position: relative;
    padding: 0;
  }
  .mod-about-header .third .c-medewerker .c-medewerker-image {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
  }
  .mod-about-header .third .c-medewerker .c-medewerker-body.type-b {
    padding: 50px 0 50px 50px;
    margin-left: 160px;
  }
  .mod-about-header .third .slick-medewerkers-b .slick-next {
    right: 0;
  }
  .mod-about-header .third .slick-medewerkers-b .slick-prev {
    right: 60px;
  }
}
@media (max-width: 991px) {
  .mod-about-header .primary .inner {
    padding: 0;
  }
  .mod-about-header .primary .col-left {
    width: 100%;
  }
  .mod-about-header .primary .col-left .inner {
    padding: 40px 0;
  }
  .mod-about-header .primary .col-right {
    width: 100%;
  }
  .mod-about-header .primary .col-right .inner {
    padding: 20px 0 100px;
  }
  .mod-about-header .secondary .inner {
    padding: 80px 0;
  }
  .mod-about-header .secondary .col-left {
    width: 100%;
  }
  .mod-about-header .secondary .col-right {
    width: 100%;
  }
  .mod-about-header .secondary .col-right .inner {
    padding: 80px 0 140px 0;
  }
  .mod-about-header .secondary .col-right .inner .before {
    height: 100%;
    width: calc(100% + 300px) !important;
    top: 0;
    left: -150px;
  }
  .mod-about-header .third .mod-stories {
    position: absolute;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .mod-about-header .secondary .inner {
    padding: 60px 0;
  }
  .mod-about-header .secondary .col-right .inner {
    padding: 60px 0 120px 0;
  }
  .mod-about-header .secondary .col-right .inner .before {
    width: calc(100% + 60px) !important;
    left: -30px;
  }
  .mod-about-header .third .mod-stories {
    width: 520px;
  }
  .mod-about-header .third .c-medewerker .c-medewerker-image {
    width: 190px;
    height: 190px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
  }
  .mod-about-header .third .c-medewerker .c-medewerker-body.type-b {
    padding: 35px 0 40px 50px;
    margin-left: 150px;
  }
}
@media (max-width: 520px) {
  .mod-about-header .third .mod-stories {
    width: 420px;
    top: -80px;
  }
  .mod-about-header .third .c-medewerker .c-medewerker-image {
    width: 160px;
    height: 160px;
    top: -50px;
    left: -40px;
    transform: translateY(0);
  }
  .mod-about-header .third .c-medewerker .c-medewerker-body.type-b {
    padding: 35px 0 40px 50px;
    margin-left: 70px;
  }
}
@media (max-width: 480px) {
  .mod-about-header .third .mod-stories {
    width: 400px;
    top: -80px;
  }
  .mod-about-header .third .c-medewerker .c-medewerker-image {
    width: 160px;
    height: 160px;
    top: -50px;
    left: -40px;
    transform: translateY(0);
  }
  .mod-about-header .third .c-medewerker .c-medewerker-body.type-b {
    padding: 35px 0 40px 50px;
    margin-left: 70px;
  }
}
@media (max-width: 440px) {
  .mod-about-header .secondary .col-right .inner {
    padding: 60px 0 170px 0;
  }
  .mod-about-header .third .mod-stories {
    width: 400px;
    top: -115px;
  }
  .mod-about-header .third .c-medewerker .c-medewerker-image {
    width: 150px;
    height: 150px;
    top: -70px;
    left: 5px;
  }
}
@media (max-width: 440px) {
  .mod-about-header .secondary .col-right .inner {
    padding: 60px 0 180px 0;
  }
  .mod-about-header .third .c-medewerker .c-medewerker-image {
    top: -75px;
    left: 5px;
  }
}
.mod-bgimage img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.mod-about-info-a {
  padding: 120px 0 100px;
}
.mod-about-info-a .inner {
  position: relative;
}
.mod-about-info-a .col-left .image {
  display: block;
  width: 1100px;
  max-width: unset;
  position: absolute;
  top: -170px;
  right: 0;
}
@media (max-width: 1480px) {
  .mod-about-info-a .col-left .image {
    width: 1000px;
  }
}
@media (max-width: 1280px) {
  .mod-about-info-a {
    padding: 100px 0 100px;
  }
  .mod-about-info-a .col-left {
    width: 35%;
  }
  .mod-about-info-a .col-left .image {
    width: 930px;
    top: -150px;
  }
  .mod-about-info-a .col-right {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .mod-about-info-a {
    padding: 80px 0 100px;
  }
  .mod-about-info-a .col-left {
    width: 30%;
  }
  .mod-about-info-a .col-left .image {
    width: 850px;
    top: -130px;
  }
  .mod-about-info-a .col-right {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .mod-about-info-a {
    padding: 80px 0 100px;
  }
  .mod-about-info-a .col-left {
    width: 35%;
  }
  .mod-about-info-a .col-left .image {
    width: 700px;
    top: -115px;
    right: -15px;
  }
  .mod-about-info-a .col-right {
    width: 65%;
  }
}
@media (max-width: 680px) {
  .mod-about-info-a {
    padding: 80px 0 100px;
  }
  .mod-about-info-a .col-left {
    width: 100%;
  }
  .mod-about-info-a .col-left .inner {
    height: 200px;
  }
  .mod-about-info-a .col-left .image {
    width: 620px;
    top: -115px;
    right: 37%;
  }
  .mod-about-info-a .col-right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .mod-about-info-a .col-left .image {
    right: 30%;
  }
}
.mod-about-info-b {
  padding: 0 0 120px;
}
.mod-about-info-b .col-left {
  position: relative;
  z-index: 50;
}
.mod-about-info-b .col-left .inner {
  padding-right: 115px;
}
.mod-about-info-b .col-right {
  position: relative;
}
.mod-about-info-b .col-right:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: calc(100% + 20px);
  width: 2000px;
  top: -10px;
  right: calc(100% - 25px);
  z-index: 2;
  background-color: #fff;
}
@media (max-width: 1480px) {
  .mod-about-info-b {
    padding: 0 0 100px;
  }
  .mod-about-info-b .col-left .inner {
    padding-right: 60px;
  }
}
@media (max-width: 1280px) {
  .mod-about-info-b {
    padding: 0 0 80px;
  }
  .mod-about-info-b .col-left {
    width: 50%;
  }
  .mod-about-info-b .col-left .inner {
    padding-right: 0;
  }
  .mod-about-info-b .col-right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .mod-about-info-b {
    padding: 0 0 80px;
  }
  .mod-about-info-b .col-left {
    width: 100%;
    margin-bottom: 60px;
  }
  .mod-about-info-b .col-right {
    width: 100%;
  }
}
.mod-atrium {
  padding: 120px 0;
}
.mod-atrium .article-title,
.mod-atrium .article-intro,
.mod-atrium .article-output {
  margin-bottom: 30px;
}
.mod-atrium .primary {
  margin-bottom: 80px;
}
.mod-atrium .primary .inner {
  position: relative;
}
.mod-atrium .primary .container {
  position: relative;
}
.mod-atrium .primary .container:before {
  display: block;
  content: " ";
  width: 1400px;
  height: 850px;
  background: url(../img/atrium-patroon.png) no-repeat top right;
  background-size: contain;
  position: absolute;
  top: -160px;
  right: 35%;
  opacity: 0.23;
  pointer-events: none;
}
.mod-atrium .primary .col-left .logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mod-atrium .primary .col-right .logo {
  display: none;
}
@media (max-width: 1480px) {
  .mod-atrium .primary .col-leftx {
    background-color: rgba(125, 85, 25, 0.3);
  }
  .mod-atrium .primary .col-rightx {
    background-color: rgba(125, 185, 125, 0.3);
  }
}
@media (max-width: 1280px) {
  .mod-atrium {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .mod-atrium {
    padding: 100px 0 40px;
  }
  .mod-atrium .primary .container:before {
    width: 1400px;
    height: 950px;
    top: -210px;
    right: 55%;
    opacity: 0.2;
  }
  .mod-atrium .primary .col-left {
    display: none;
  }
  .mod-atrium .primary .col-right {
    width: 100%;
  }
  .mod-atrium .primary .col-right .logo {
    display: block;
    width: 200px;
    margin: 10px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .mod-atrium {
    padding: 80px 0 40px;
  }
  .mod-atrium .primary .container:before {
    right: 50%;
  }
}
@media (max-width: 600px) {
  .mod-atrium .primary .container:before {
    right: 38%;
  }
}
.mod-featured-service {
  margin-bottom: 100px;
  overflow: hidden;
}
.mod-featured-service .col-left .inner {
  padding: 100px 0 0;
}
.mod-featured-service .col-left .article-image {
  min-height: 400px;
  position: relative;
  right: -50px;
}
.mod-featured-service .col-left .article-image .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-featured-service .col-left .article-image .bg-image img {
  display: none;
}
.mod-featured-service .col-left .tagline {
  min-height: 100px;
  padding-top: 25px;
  max-width: 450px;
}
.mod-featured-service .col-left .tagline p {
  margin-bottom: 0;
  color: #126e96;
  font-size: 16px;
}
.mod-featured-service .col-right .inner {
  max-width: 680px;
  padding: 100px 0 80px 100px;
  background-color: #1D252C;
  position: relative;
  z-index: 40;
}
.mod-featured-service .col-right .bg-layer {
  display: block;
  width: 1500px;
  height: 100%;
  background-color: #1D252C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mod-featured-service .col-right .bg-layer:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 300px;
  background-image: url(../img/bg-wires.png);
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-position: left center;
}
.mod-featured-service .col-right .article-title {
  margin-bottom: 30px;
}
.mod-featured-service .col-right .article-intro,
.mod-featured-service .col-right .article-output {
  color: #fff;
}
.mod-featured-service .col-right .article-intro ul a,
.mod-featured-service .col-right .article-output ul a {
  display: block;
  color: #fff;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.mod-featured-service .col-right .article-intro ul a:hover,
.mod-featured-service .col-right .article-output ul a:hover {
  color: #95c11c;
}
.mod-featured-service .col-right .article-actions {
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .mod-featured-service .col-left .inner {
    padding: 60px 0 0;
  }
  .mod-featured-service .col-right .bg-layer {
    width: 1000px;
  }
  .mod-featured-service .col-right .bg-layer:before {
    left: 85px;
  }
  .mod-featured-service .col-right .inner {
    padding: 60px 0 60px 60px;
  }
}
@media (max-width: 991px) {
  .mod-featured-service .container {
    width: 100%;
  }
  .mod-featured-service .col-left .inner {
    padding: 60px 0 0;
  }
  .mod-featured-service .col-right .bg-layer {
    width: 1000px;
  }
  .mod-featured-service .col-right .bg-layer:before {
    left: 85px;
  }
  .mod-featured-service .col-right .inner {
    padding: 60px 0 60px 60px;
  }
}
@media (max-width: 900px) {
  .mod-featured-service .col-left {
    width: 100%;
    background-color: #EAF7FA;
  }
  .mod-featured-service .col-left .inner {
    padding: 0;
  }
  .mod-featured-service .col-left .tagline {
    padding: 25px 0;
  }
  .mod-featured-service .col-left .tagline p {
    margin-bottom: 0;
  }
  .mod-featured-service .col-right {
    width: 100%;
  }
  .mod-featured-service .col-right .bg-layer {
    left: -30px;
  }
  .mod-featured-service .col-right .bg-layer:before {
    left: 265px;
  }
  .mod-featured-service .col-right .inner {
    padding: 60px 0;
  }
}
.menu-featured-article {
  padding-top: 100px;
  margin-bottom: 100px;
}
.menu-featured-article .content {
  padding: 50px 250px 30px 50px;
  position: relative;
  z-index: 20;
}
.menu-featured-article .content:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/bg-banner-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.menu-featured-article .content .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: calc(100% - 220px);
}
.menu-featured-article .content .article-output {
  margin: 30px 0;
}
@media (max-width: 1580px) {
  .menu-featured-article {
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .menu-featured-article .content {
    padding: 50px 250px 30px 50px;
    position: relative;
    z-index: 20;
  }
  .menu-featured-article .content .article-title {
    font-size: 36px;
  }
}
@media (max-width: 1480px) {
  .menu-featured-article {
    padding-top: 80px;
    margin-bottom: 50px;
  }
  .menu-featured-article .content {
    padding: 40px 250px 30px 40px;
    position: relative;
    z-index: 20;
  }
  .menu-featured-article .content .article-title {
    font-size: 34px;
  }
  .menu-featured-article .content .article-output {
    margin: 25px 0;
  }
}
@media (max-width: 1280px) {
  .menu-featured-article {
    padding-top: 80px;
    margin-bottom: 50px;
  }
  .menu-featured-article .content {
    padding: 50px 0 30px 50px;
  }
  .menu-featured-article .content .image {
    top: 0;
    bottom: 0;
    left: 100%;
  }
}
.mod-process {
  background-color: #F4FBFC;
  position: relative;
  z-index: 500;
}
.mod-process .accordeon-static {
  display: none;
}
.mod-process .col-left {
  width: 35%;
}
.mod-process .col-left .inner {
  height: calc(100vh - 130px);
  position: sticky;
  top: 130px;
  padding-top: 100px;
}
.mod-process .col-left .inner .before {
  display: block;
  height: 100%;
  width: 1200px;
  position: absolute;
  top: 0;
  right: -35px;
  z-index: -1;
  background-image: url(../img/bg-gradient-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.mod-process .col-left .inner .m-title {
  margin-bottom: 40px;
}
.mod-process .col-right {
  width: 65%;
}
.mod-process .col-right .inner {
  padding: 350px 60px 600px;
}
.mod-process .col-right .img-lg {
  display: block;
}
.mod-process .col-right .img-sm {
  display: none;
}
.mod-process .col-right .process-spots {
  position: relative;
}
.mod-process .col-right .spot {
  display: block;
  width: 100%;
  height: 9%;
  opacity: 0.05;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.mod-process .col-right .spot-1 {
  top: 1%;
}
.mod-process .col-right .spot-2 {
  top: 11%;
}
.mod-process .col-right .spot-3 {
  top: 21%;
}
.mod-process .col-right .spot-4 {
  top: 31%;
}
.mod-process .col-right .spot-5 {
  top: 41%;
}
.mod-process .col-right .spot-6 {
  top: 51%;
}
.mod-process .col-right .spot-7 {
  top: 61%;
}
.mod-process .col-right .spot-8 {
  top: 71%;
}
.mod-process .col-right .spot-9 {
  top: 81%;
}
.mod-process .col-right .spot-10 {
  top: 91%;
}
.mod-process .col-right .debug .spotxxx {
  display: block;
  width: 100% !important;
  height: 300px !important;
  margin-bottom: 5px;
  background-color: pink;
}
.mod-process .col-right .debug .spot {
  background-color: dodgerblue;
  opacity: 0;
}
.mod-process .col-right .debug .spot.active {
  background-color: red;
  opacity: 0.06;
}
@media (max-width: 1280px) {
  .mod-process .container {
    width: 100%;
  }
  .mod-process .col-left .inner {
    padding-top: 60px;
  }
  .mod-process .col-right .inner {
    padding: 350px 25px 500px;
  }
}
@media (max-width: 991px) {
  .mod-process .col-left {
    width: 38%;
  }
  .mod-process .col-left .inner {
    padding-top: 40px;
    height: calc(100vh - 60px);
    top: 60px;
  }
  .mod-process .col-left .inner .m-title {
    margin-bottom: 30px;
    font-size: 34px;
  }
  .mod-process .col-right {
    width: 62%;
  }
  .mod-process .col-right .inner {
    padding: 300px 30px 400px 30px;
  }
  .mod-process .col-right .img-lg {
    display: none;
  }
  .mod-process .col-right .img-sm {
    display: block;
  }
  .mod-process .accordeon h2 {
    font-size: 19px;
  }
  .mod-process .accordeon .answer p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (max-width: 840px) {
  .mod-process .col-left {
    width: 100%;
    height: auto !important;
    position: sticky;
    height: calc(100vh - 60px);
    top: 60px;
    z-index: 200;
  }
  .mod-process .col-left .inner {
    height: unset;
    padding: 30px 0 1px;
  }
  .mod-process .col-left .inner .before {
    width: calc(100% + 50px) !important;
    right: -25px;
  }
  .mod-process .col-left .inner .m-title {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .mod-process .col-right {
    width: 100%;
    height: auto !important;
  }
  .mod-process .col-right .inner {
    padding: 100px 0 60px;
  }
  .mod-process .col-right .img-lg {
    display: block;
  }
  .mod-process .col-right .img-sm {
    display: none;
  }
  .mod-process .accordeon {
    display: none;
  }
  .mod-process .accordeon-static {
    display: block;
  }
  .mod-process .accordeon-static .acc-item {
    display: none;
  }
  .mod-process .accordeon-static .acc-item.active {
    display: block;
  }
}
@media (max-width: 580px) {
  .mod-process .col-left .inner .m-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .mod-process .col-right .img-lg {
    display: none;
  }
  .mod-process .col-right .img-sm {
    display: block;
  }
}
.mod-rsform {
  padding: 0 0 60px;
}
.mod-rsform .inner {
  max-width: 800px;
  margin: 0 auto;
}
.slick-medewerkers .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  transition: transform 0.3s cubic-bezier(0.5, 2, 0.75, 1.25);
}
.slick-medewerkers .slick-arrow:hover {
  transform: scale(1.1);
}
.slick-medewerkers .slick-prev {
  right: 110px;
  background-image: url('../img/slick-arrow-left.svg');
}
.slick-medewerkers .slick-next {
  right: 50px;
  background-image: url('../img/slick-arrow-right.svg');
}
.slick-medewerkers .item {
  display: block !important;
  overflow: hidden;
}
.slick-medewerkers .c-medewerker-image {
  transition: transform 0.8s ease-in-out 0s;
  transform: translateX(100px);
}
.slick-medewerkers .slick-active .c-medewerker-image {
  transform: translateX(0);
}
.slick-medewerkers .c-medewerker-body {
  transition: transform 0.5s ease-in-out 0s;
  transform: translateX(30px);
}
.slick-medewerkers .slick-active .c-medewerker-body {
  transform: translateX(0);
}
.slick-medewerkers-b .item {
  display: block !important;
}
.slick-medewerkers-b .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  transition: transform 0.3s cubic-bezier(0.5, 2, 0.75, 1.25);
}
.slick-medewerkers-b .slick-arrow:hover {
  transform: scale(1.1);
}
.slick-medewerkers-b .slick-prev {
  right: 110px;
  background-image: url('../img/slick-arrow-left.svg');
}
.slick-medewerkers-b .slick-next {
  right: 50px;
  background-image: url('../img/slick-arrow-right.svg');
}
.slick-pijler-projects .slick-list {
  overflow: visible !important;
}
.slick-pijler-projects .slick-arrow {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -40px;
  z-index: 100;
}
.slick-pijler-projects .slick-arrow:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url('../img/vb-arrow.svg');
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-pijler-projects .slick-arrow.slick-prev {
  left: 20px;
}
.slick-pijler-projects .slick-arrow.slick-prev:before {
  left: 17px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-pijler-projects .slick-arrow.slick-next {
  left: 120px;
}
.slick-pijler-projects .slick-arrow.slick-next:before {
  left: 23px;
}
.slick-pijler-projects .item {
  display: block !important;
  position: relative;
}
.slick-pijler-projects .item .inner {
  transition: all 0.3s ease-in-out;
}
.slick-pijler-projects .item .inner:after {
  display: block;
  content: "";
  width: 220px;
  height: 100%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: auto 120%;
  position: absolute;
  bottom: 0;
  right: 65px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(60px);
}
.slick-pijler-projects .item .project-image {
  position: relative;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.slick-pijler-projects .item .project-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.slick-pijler-projects .item .project-image img {
  height: 500px;
  object-fit: cover;
}
.slick-pijler-projects .item .project-title {
  text-align: right;
  max-width: 500px;
  position: absolute;
  top: 50%;
  right: 200px;
  transform: translateY(-50%);
  z-index: 120;
}
.slick-pijler-projects .item .project-title span {
  display: block;
}
.slick-pijler-projects .item .project-title .toptone {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(-60px);
}
.slick-pijler-projects .item .project-title .duotone {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(60px);
}
.slick-pijler-projects .item .project-data {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.slick-pijler-projects .item .project-data .c-circle-logo {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(40px);
}
.slick-pijler-projects .item .c-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-pijler-projects .item .c-circles .c-circle-data {
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  opacity: 0;
  transform: translateX(40px);
}
.slick-pijler-projects .item .c-circles .c-circle-data.data-a {
  top: -50px;
}
.slick-pijler-projects .item .c-circles .c-circle-data.data-b {
  bottom: -110px;
}
.slick-pijler-projects .item .c-circles .c-circle-data.data-c {
  bottom: -120px;
}
.slick-pijler-projects .item .project-quote {
  position: absolute;
  top: 30px;
  left: 30px;
  display: none;
}
.slick-pijler-projects .slick-active .item .inner {
  margin-right: 65px;
}
.slick-pijler-projects .slick-active .item .inner:after {
  opacity: 0.9;
  transition: all 0.3s ease-in-out 0.5s;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-image {
  opacity: 1;
}
.slick-pijler-projects .slick-active .item .project-title .toptone {
  transition: all 0.3s ease-in-out 0.8s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-title .duotone {
  transition: all 0.3s ease-in-out 0.9s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-data .c-circle-logo {
  transition: all 0.3s ease-in-out 0.6s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data {
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data.data-a {
  transition: all 0.3s ease-in-out 0.7s;
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data.data-b {
  transition: all 0.3s ease-in-out 0.8s;
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data.data-c {
  transition: all 0.3s ease-in-out 0.9s;
}
@media (max-width: 1280px) {
  .slick-pijler-projects .item .project-image img {
    height: 450px;
  }
  .slick-pijler-projects .item .project-title {
    font-size: 35px;
  }
  .slick-pijler-projects .slick-active .item .inner {
    margin-right: 65px;
  }
}
@media (max-width: 767px) {
  .slick-pijler-projects .slick-arrow {
    width: 70px;
    height: 70px;
    bottom: -35px;
  }
  .slick-pijler-projects .slick-arrow:before {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
  }
  .slick-pijler-projects .slick-arrow.slick-next {
    left: 110px;
  }
  .slick-pijler-projects .item .inner:after {
    width: 165px;
    height: 100%;
    background-size: auto 86%;
  }
  .slick-pijler-projects .item .project-image img {
    height: 400px;
  }
  .slick-pijler-projects .item .project-title {
    right: 170px;
    font-size: 32px;
  }
  .slick-pijler-projects .item .project-data {
    right: 5px;
  }
  .slick-pijler-projects .item .project-data .c-circle-logo {
    width: 120px;
    height: 120px;
  }
  .slick-pijler-projects .item .c-circles .c-circle-data {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    background-size: 24px auto;
  }
  .slick-pijler-projects .item .c-circles .c-circle-data.data-a {
    top: -25px;
  }
  .slick-pijler-projects .item .c-circles .c-circle-data.data-b {
    bottom: -75px;
  }
  .slick-pijler-projects .item .c-circles .c-circle-data.data-c {
    bottom: -85px;
  }
}
@media (max-width: 600px) {
  .slick-pijler-projects .item .inner:after {
    width: 130px;
  }
  .slick-pijler-projects .item .project-image img {
    height: 350px;
  }
  .slick-pijler-projects .item .project-title {
    font-size: 30px;
    right: 150px;
  }
}
@media (max-width: 500px) {
  .slick-pijler-projects .item .inner:after {
    width: 115px;
    right: 50px;
  }
  .slick-pijler-projects .item .project-image img {
    height: 320px;
  }
  .slick-pijler-projects .item .project-title {
    font-size: 28px;
    right: 130px;
    padding-left: 20px;
  }
  .slick-pijler-projects .item .project-data .c-circle-logo {
    width: 100px;
    height: 100px;
  }
  .slick-pijler-projects .item .c-circles .c-circle-data.data-a {
    top: -15px;
  }
  .slick-pijler-projects .item .c-circles .c-circle-data.data-b {
    bottom: -65px;
  }
  .slick-pijler-projects .item .c-circles .c-circle-data.data-c {
    bottom: -70px;
  }
  .slick-pijler-projects .slick-active .item .inner {
    margin-right: 50px;
  }
}
@media (max-width: 420px) {
  .slick-pijler-projects .item .project-title {
    font-size: 24px;
  }
}
.slick-ervaringen .slick-arrow {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -160px;
  z-index: 100;
}
.slick-ervaringen .slick-arrow:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url('../img/vb-arrow.svg');
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-ervaringen .slick-arrow.slick-prev {
  left: 0;
}
.slick-ervaringen .slick-arrow.slick-prev:before {
  left: 17px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-ervaringen .slick-arrow.slick-next {
  left: 100px;
}
.slick-ervaringen .slick-arrow.slick-next:before {
  left: 23px;
}
.slick-ervaringen .item .article-image {
  display: none;
}
.slick-ervaringen .item .article-output {
  margin: 20px 0;
}
.slick-ervaringen .item .article-subtitle {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.slick-stages {
  width: calc(100% + 40px);
}
.slick-stages .slick-listxx {
  overflow: visible !important;
}
.slick-stages .slick-arrow {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 170px;
  z-index: 100;
}
.slick-stages .slick-arrow:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('../img/vb-arrow.svg');
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-stages .slick-arrow.slick-prev {
  left: -25px;
}
.slick-stages .slick-arrow.slick-prev:before {
  left: 11px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-stages .slick-arrow.slick-next {
  right: 15px;
}
.slick-stages .slick-arrow.slick-next:before {
  left: 15px;
}
.slick-stages .item {
  display: block;
  padding-right: 40px;
}
.slick-stages .inner .article-image {
  margin-bottom: 20px;
}
.slick-stages .inner .article-info {
  display: none;
}
@media (max-width: 1480px) {
  .slick-stages .slick-arrow {
    top: 140px;
  }
}
@media (max-width: 991px) {
  .slick-stages .slick-arrow {
    top: 170px;
  }
}
@media (max-width: 700px) {
  .slick-stages .slick-arrow {
    top: 155px;
  }
  .slick-stages .inner .article-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }
}
.slick-sdg {
  width: 200px;
}
.slick-sdg .slick-list {
  overflow: visible !important;
}
.slick-sdg .item {
  width: 100%;
  height: 250px;
  position: relative;
}
.slick-sdg .item .box {
  width: 160px;
  height: 160px;
  background-color: #C88500;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(0.56);
  position: absolute;
  top: 0;
  left: 0;
}
.slick-sdg .item.item-1 .box {
  top: 10px;
  left: 10px;
}
.slick-sdg .item.item-2 .box {
  top: 50px;
  left: 50px;
}
.slick-sdg .item.item-3 .box {
  top: 0px;
  left: 50px;
}
.slick-sdg .item.item-4 .box {
  top: 100px;
  left: 30px;
}
.slick-sdg .item.item-5 .box {
  top: 10px;
  left: 0px;
}
.slick-sdg .item.item-6 .box {
  top: 120px;
  left: 30px;
}
.slick-sdg .item.item-7 .box {
  top: 0;
  left: 70px;
}
.slick-sdg .item.item-8 .box {
  top: 100px;
  left: 30px;
}
.slick-sdg .item.item-9 .box {
  top: 50px;
  left: 50px;
}
.slick-sdg .slick-active .item .box {
  transform: scale(1);
  top: 0;
  left: 0;
}
.slick-logos .slick-list {
  overflow: visible !important;
}
.slick-logos .item {
  text-align: center;
  padding: 40px;
}
.slick-logos .item .image {
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-logos .item img {
  display: none;
}
@media (max-width: 991px) {
  .slick-logos .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .slick-logos .item {
    padding: 20px;
  }
}
.scrollto-trigger {
  display: none;
}
.comp-logo {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/vb-logo.png) center top no-repeat;
  background-size: contain;
}
.c-label {
  display: inline-block;
  margin-bottom: 10px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.c-crumbs {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.c-crumbs.pull-up,
.crumbs-pull-up .c-crumbs {
  height: 50px;
  margin-top: -50px;
}
.c-crumbs li {
  display: inline-block;
}
.c-crumbs a {
  color: #fff;
}
.c-crumbs a:hover {
  opacity: 0.7;
}
.crumbs-blue .c-crumbs {
  color: #126e96;
}
.crumbs-blue .c-crumbs a {
  color: #126e96;
}
.crumbs-blue .c-crumbs a:hover {
  opacity: 0.7;
}
.crumbs-no-pull .c-crumbs.pull-up {
  height: auto;
  margin-top: 0;
}
.c-circle-data {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background-color: #126e96;
  color: #fff;
  font-size: 14px;
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-circle-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  background-size: auto 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-contact-circle {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#126e96+0,8aba26+100 */
  background: #126e96;
  /* Old browsers */
  background: -moz-linear-gradient(left, #126e96 0%, #8aba26 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #126e96 0%, #8aba26 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 0%, #8aba26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
  position: relative;
}
.c-contact-circle i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.c-contact-list {
  margin-top: 20px;
}
.c-contact-list li {
  margin-bottom: 12px;
}
.c-quick-menu li {
  margin-bottom: 5px;
}
.c-quick-menu a {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #fff;
  position: relative;
  padding-left: 24px;
}
.c-quick-menu a:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url('../img/vb-arrow-wit.svg');
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.c-quick-menu a:hover {
  opacity: 0.8;
}
.c-quick-menu.th-blue a {
  color: #126e96;
}
.c-quick-menu.th-blue a:before {
  background-image: url('../img/vb-arrow-blue.svg');
}
.c-quick-menu.th-blue a:hover:before {
  background-image: url('../img/vb-arrow.svg');
}
.cta-side {
  display: block;
  width: 170px;
  position: fixed;
  top: 150px;
  right: -2px;
  z-index: 400;
  line-height: 1.2em;
  text-align: right;
  text-transform: uppercase;
  padding: 10px 30px 10px 15px;
  border-radius: 100px 0 0 100px;
  border: 2px solid #95c11c;
  transition: all 0.4s ease-in-out 0s;
  right: -200px;
}
.cta-side.secondary {
  width: 190px;
  top: 230px;
  transition-delay: 0.3s;
  background-color: #95c11c;
}
.cta-side strong {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}
.showcta .cta-side {
  right: -2px;
}
.active-language-en-gb .cta-side {
  display: none;
}
.gsap-active .cta-side {
  opacity: 0;
  right: -200px;
}
@media (max-width: 600px) {
  .cta-side {
    width: 130px;
    padding-right: 20px;
    top: auto;
    bottom: 60px;
  }
  .cta-side.secondary {
    top: auto;
    bottom: 135px;
  }
}
.c-vcard {
  position: relative;
}
.c-vcard .image {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e7f7fb;
  margin-left: 15px;
  background-size: 90%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.c-vcard .image img {
  display: none;
}
.c-vcard .info {
  padding: 20px 0 20px 35px;
  border-radius: 300px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 170px;
  transform: translateY(-50%);
}
.c-vcard .actions {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-vcard .actions a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #126e96;
  margin: 8px 0;
  text-align: center;
  line-height: 46px;
  color: #fff;
}
.c-vcard .actions a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#126e96+0,8aba26+100 */
  background: #126e96;
  /* Old browsers */
  background: -moz-linear-gradient(left, #126e96 0%, #8aba26 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #126e96 0%, #8aba26 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 0%, #8aba26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
}
@media (max-width: 1480px) {
  .c-vcard .info {
    left: 160px;
  }
}
@media (max-width: 991px) {
  .c-vcard .image {
    width: 190px;
    height: 190px;
  }
  .c-vcard .info {
    padding: 20px 0 20px 30px;
    left: 140px;
  }
  .c-vcard .info .title {
    font-size: 16px;
    margin: 0;
  }
  .c-vcard .info .subtitle {
    font-size: 15px;
  }
}
/* ==========================================================================
   	ICON WITH LABEL OR LINK (bij medewerker)
  ========================================================================== */
.c-btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: inherit;
  font-size: 17px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.c-btn-icon:hover .c-btn-icon-icon {
  transform: scale(1.1);
}
.c-btn-icon:hover .c-btn-icon-label {
  opacity: 0.75;
}
.c-btn-icon-icon {
  width: 46px;
  height: 46px;
  font-size: 24px;
  border-radius: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.5, 2, 0.75, 1.25);
}
.c-btn-icon-label {
  line-height: 1.1;
  transition: opacity 0.3s ease-out;
}
/* ==========================================================================
   	INFOMAP
  ========================================================================== */
.c-infomap {
  position: relative;
  width: 100%;
}
.c-infomap-country img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-infomap-country.active img {
  opacity: 1;
}
.c-infomap-marker {
  display: block;
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 44px;
  margin-top: -44px;
  margin-left: -14px;
  background: url('../img/marker.svg') no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
}
.active .c-infomap-marker {
  animation: FadeInDown 0.4s cubic-bezier(0, 1, 0.5, 1.1);
  animation-fill-mode: both;
  animation-delay: 200ms;
}
/* ==========================================================================
   	LISTS
   ========================================================================== */
.c-list-brand {
  list-style: none;
  padding: 0;
}
.c-list-brand &gt; li {
  padding-left: 1.75em;
  position: relative;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.c-list-brand &gt; li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 1em;
  height: 1em;
  background: url(../img/vb-arrow-blue.svg) no-repeat 50% 50%;
  background-size: contain;
}
.c-list-brand &gt; li:hover::before {
  background: url(../img/vb-arrow.svg) no-repeat 50% 50%;
}
.c-list-brand &gt; li a {
  position: relative;
}
.c-list-brand &gt; li a:hover {
  color: #006E96;
}
.c-list-brand-hidden-label {
  position: absolute;
  padding-left: 10px;
  top: -3px;
  left: 100%;
  opacity: 0;
  display: inline-block;
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
li:hover .c-list-brand-hidden-label {
  animation: FadeInRight 0.2s ease;
  animation-fill-mode: forwards;
}
/* ==========================================================================
   	MEDEWERKER
   ========================================================================== */
.c-medewerker {
  position: relative;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.c-medewerker-image {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background-color: #EAF7FA;
  overflow: hidden;
}
.c-medewerker-image img {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-medewerker-body {
  position: relative;
  text-align: right;
  padding: 30px 50px 30px 40px;
  border-radius: 60px 0 0 0;
  background-color: #fff;
  margin-top: -50px;
}
.c-medewerker-body::after {
  content: '';
  position: absolute;
  width: 120px;
  top: 0;
  left: 100%;
  bottom: 0;
  background-color: inherit;
  border-radius: 0 999px 999px 0;
}
.c-medewerker-body.type-b {
  padding: 40px 50px 60px 60px;
}
.c-medewerker-body .subtitle {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.c-medewerker-body .c-medewerker-body-first {
  padding-left: 84px;
}
@media (min-width: 1280px) {
  .c-medewerker {
    align-items: center;
    flex-direction: row;
  }
  .c-medewerker-image {
    width: 230px;
    height: 230px;
  }
  .c-medewerker-body {
    margin-top: 0;
    margin-left: -50px;
    padding: 30px 50px 30px 60px;
    border-radius: 999px 0 0 999px;
  }
  .c-medewerker-body .c-medewerker-body-first {
    padding-left: 0;
  }
}
/* ==========================================================================
   	PIJLER CIRCLE BLOCK
   ========================================================================== */
.c-pijler-item {
  position: relative;
}
.c-pijler-item .circle {
  display: block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.c-pijler-item .vb-icon {
  display: block;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../img/vb-logo.png);
  background-size: 87%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.c-pijler-item .vb-icon .title {
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 20px;
  color: #126e96;
  position: absolute;
  top: 51px;
  left: 130px;
}
.c-readmore-circle {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  line-height: 140px;
  background: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  color: #126e96;
}
.c-readmore-circle span {
  position: relative;
}
.c-readmore-circle span:after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/vb-kwart.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  right: -20px;
}
.c-mod-skills {
  margin-top: -75px;
}
.c-mod-skills .m-header {
  height: 75px;
  background-color: #76B3C9;
  padding: 24px 30px 20px;
}
.c-mod-skills .m-item {
  padding: 30px 60px 30px 30px;
  background-color: #e7f7fb;
  overflow: hidden;
}
.c-mod-skills .m-item .key {
  width: 45%;
  float: left;
}
.c-mod-skills .m-item .value {
  width: 55%;
  float: left;
}
.c-mod-skills .m-item p {
  margin-bottom: 0;
}
.c-mod-skills .m-item:nth-child(odd) {
  background-color: #F4FBFC;
}
@media (max-width: 1480px) {
  .c-mod-skills .m-item {
    padding: 30px 30px 30px 30px;
  }
  .c-mod-skills .m-item .key {
    width: 100%;
    float: none;
  }
  .c-mod-skills .m-item .value {
    width: 100%;
    float: none;
  }
}
@media (max-width: 991px) {
  .c-mod-skills {
    margin-top: 0;
  }
}
.c-ajax-loader {
  display: block;
  width: 100%;
  height: 160px;
  clear: both;
  background-image: url(../img/ajaxloader.gif);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
.c-clickable {
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.c-clickable:before,
.c-clickable:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.2;
  transition: transform 0.4s ease-in-out 0s;
}
.c-clickable:before {
  transition: transform 0.4s ease-in-out 0s;
  transform: translateX(-100%);
}
.c-clickable:after {
  transition: transform 0.4s ease-in-out 0.2s;
  transform: translateX(100%);
}
.c-clickable .icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #126e96;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out 0.15s;
  transform: translate(-50%, 150px);
  opacity: 0;
  z-index: 1;
}
.c-clickable .label {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(60px);
  opacity: 0;
}
.c-clickable.vrtour:before,
.c-clickable.vrtour:after {
  transform: translateX(0);
}
.c-clickable.vrtour .icon {
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: #95c11c;
  background-image: url(../img/360-icon.svg);
  background-size: 48px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-clickable.vrtour:hover:before,
.c-clickable.vrtour:hover:after {
  opacity: 0.3;
}
.c-clickable.vrtour:hover .icon {
  transform: translate(-50%, -50%) scale(1.15);
}
.c-clickable.isvideo:before,
.c-clickable.isvideo:after {
  transform: translateX(0);
}
.c-clickable.isvideo .icon {
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: #95c11c;
}
.c-clickable.isvideo .icon i {
  font-size: 34px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-clickable.isvideo:hover:before,
.c-clickable.isvideo:hover:after {
  opacity: 0.3;
}
.c-clickable.isvideo:hover .icon {
  transform: translate(-50%, -50%) scale(1.15);
}
.c-clickable:hover:before,
.c-clickable:hover:after {
  transform: translateX(0);
}
.c-clickable:hover .icon {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.c-clickable:hover .label {
  transform: translateY(45px);
  opacity: 1;
}
.c-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 900;
  transition: all 0.3s ease-in-out;
}
.show-filters .c-overlay {
  left: 0;
}
.c-accordeon .panel {
  margin-bottom: 15px;
}
.c-accordeon .panel .question {
  position: relative;
  padding-left: 26px;
}
.c-accordeon .panel .question .arrow {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/vb-arrow-blue.svg);
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.article-list .article-type-a {
  position: relative;
  margin-bottom: 80px;
}
.article-list .article-type-a .article-image {
  height: 320px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.article-list .article-type-a .article-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.3;
  transition: 0.8s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.article-list .article-type-a .article-image:after {
  display: block;
  content: "";
  width: 170px;
  height: 120%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10%;
  right: 0;
  z-index: 2;
}
.article-list .article-type-a .article-title {
  position: absolute;
  top: 50%;
  right: 200px;
  left: 40px;
  transform: translateY(-50%);
  z-index: 20;
  text-align: right;
}
.article-list .article-type-a .article-title span {
  display: block;
}
.article-list .article-type-a .c-readmore-circle {
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}
@media (max-width: 1480px) {
  .article-list .article-type-a .article-image {
    height: 300px;
  }
}
@media (max-width: 1280px) {
  .article-list .article-type-a .article-image {
    height: 260px;
  }
  .article-list .article-type-a .article-image:after {
    width: 140px;
    height: 112%;
    bottom: -6%;
  }
  .article-list .article-type-a .article-title {
    right: 170px;
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .article-list .article-type-a .article-image {
    height: 260px;
  }
  .article-list .article-type-a .article-image:after {
    width: 100%;
    height: 115px;
    background: url(../img/vb-contact-circle-map.png) center bottom no-repeat;
    background-size: auto;
    background-size: auto 100%;
    bottom: 0;
    right: auto;
    left: 0;
  }
  .article-list .article-type-a .article-title {
    top: 30px;
    right: 30px;
    left: 30px;
    font-size: 26px;
    text-align: left;
    transform: none;
  }
  .article-list .article-type-a .c-readmore-circle {
    top: auto;
    bottom: -70px;
    right: 50%;
    transform: translateY(0) translateX(50%);
  }
}
@media (max-width: 500px) {
  .article-list .article-type-a .article-title {
    font-size: 24px;
    right: 25px;
    left: 25px;
  }
}
.link-green {
  color: #93D500 !important;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.link-green:hover {
  color: #006E96 !important;
}
.mod-home-pijlers {
  background-color: #fff;
  margin-bottom: 60px;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transition: background-color 0.6s ease-in-out;
}
.mod-home-pijlers .vb-icon {
  transition: background-color 0.6s ease-in-out;
}
.mod-home-pijlers .pijler-menu {
  position: absolute;
  top: 100px;
  right: 80px;
  z-index: 20;
}
.mod-home-pijlers .pijler-menu a {
  display: block;
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
  background-image: url(../img/vb-logo-grey-clean.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  transition: margin-left 0.4s ease-in-out;
}
.mod-home-pijlers .pijler-menu a .label {
  display: block;
  color: #707070;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 16px;
  left: 69px;
}
.mod-home-pijlers .pijler-menu a:hover,
.mod-home-pijlers .pijler-menu a.active {
  background-image: url(../img/vb-logo-clean.svg);
}
.mod-home-pijlers .pijler-menu a:hover .label,
.mod-home-pijlers .pijler-menu a.active .label {
  color: #95c11c;
}
.mod-home-pijlers .pijler-menu a.active {
  margin-left: -10px;
}
.mod-home-pijlers .mod-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 100px;
  position: relative;
}
.mod-home-pijlers .mod-header .h1 {
  display: inline-block;
  margin-bottom: 20px;
}
.mod-home-pijlers .mod-header .info-a,
.mod-home-pijlers .mod-header .info-b,
.mod-home-pijlers .mod-header .info-c {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-home-pijlers .inner {
  position: relative;
  padding: 60px 0 100px;
  height: calc(100vh - 130px);
  background-color: rgba(225, 100, 50, 0);
}
.mod-home-pijlers .panel-wrapper {
  position: relative;
}
.mod-home-pijlers .panels {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mod-home-pijlers .panels .panel {
  width: 350px;
  padding-top: 100%;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mod-home-pijlers .panels .panel .bgimg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-home-pijlers .panels .panel-a {
  z-index: 3;
}
.mod-home-pijlers .panels .panel-b {
  z-index: 2;
}
.mod-home-pijlers .panels .panel-c {
  z-index: 1;
}
.mod-home-pijlers .panels .panel-b,
.mod-home-pijlers .panels .panel-c {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-home-pijlers .circles {
  display: flex;
  justify-content: space-between;
}
.mod-home-pijlers .circles .item {
  position: relative;
}
.gsap-active .mod-home-pijlers {
  background-color: #242424;
}
.gsap-active .mod-home-pijlers .mod-header .title {
  color: #95c11c;
  background: -webkit-linear-gradient(left, #126e96, #95c11c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gsap-active .mod-home-pijlers .vb-icon {
  background-color: #242424;
}
.gsap-active .mod-home-pijlers .vb-icon .title {
  color: #95c11c;
}
.gsap-active .mod-home-pijlers .article-intro {
  color: #fff;
}
@media (max-width: 1480px) {
  .mod-home-pijlers .pijler-menu {
    right: 40px;
  }
  .mod-home-pijlers .mod-header {
    max-width: 840px;
    margin-bottom: 90px;
  }
  .mod-home-pijlers .mod-header .article-intro {
    font-size: 19px;
  }
  .mod-home-pijlers .c-pijler-item .circle {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 1280px) {
  .mod-home-pijlers .pijler-menu {
    top: 60px;
    right: 40px;
  }
  .mod-home-pijlers .mod-header {
    max-width: 600px;
    margin-bottom: 60px;
  }
  .mod-home-pijlers .mod-header .article-intro {
    font-size: 16px;
  }
  .mod-home-pijlers .c-pijler-item .circle {
    width: 250px;
    height: 250px;
  }
  .mod-home-pijlers .c-pijler-item .vb-icon {
    width: 120px;
    height: 120px;
  }
  .mod-home-pijlers .c-pijler-item .vb-icon .title {
    font-size: 18px;
    top: 40px;
    left: 103px;
  }
}
@media (max-width: 991px) {
  .mod-home-pijlers .inner {
    height: calc(100vh - 60px);
  }
  .mod-home-pijlers .circles {
    display: none;
  }
  .mod-home-pijlers .pijler-menu {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 30px;
    left: 0;
  }
  .mod-home-pijlers .pijler-menu a {
    display: block;
    width: 33.3334%;
    float: left;
    height: auto;
    margin-bottom: 0;
    background: none;
    transition: margin-left 0.4s ease-in-out;
  }
  .mod-home-pijlers .pijler-menu a .label {
    color: #fff;
    font-size: 20px;
    position: static;
    text-align: center;
    transition: all 0.4s ease-in-out;
  }
  .mod-home-pijlers .pijler-menu a:hover,
  .mod-home-pijlers .pijler-menu a.active {
    background: none;
  }
  .mod-home-pijlers .pijler-menu a:hover .label,
  .mod-home-pijlers .pijler-menu a.active .label {
    color: #95c11c;
    transform: scale(1.3);
  }
  .mod-home-pijlers .pijler-menu a.active {
    background: none;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .mod-home-pijlers .inner {
    padding-top: 40px;
  }
  .mod-home-pijlers .mod-header {
    margin: 0 auto 40px;
  }
}
/* ==========================================================================
   POSITON
   ========================================================================== */
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.top-50 {
  top: 50%;
}
.left-50 {
  left: 50%;
}
.right-50 {
  right: 50%;
}
.bottom-50 {
  bottom: 50%;
}
@media (min-width: 768px) {
  .position-sm-absolute {
    position: absolute;
  }
}
.z-1 {
  z-index: 1;
}
/* ==========================================================================
  	TRANSLATE
   ========================================================================== */
.translate-middle {
  transform: translate(-50%, -50%);
}
/* ==========================================================================
   DISPLAY
   ========================================================================== */
.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.d-inline-flex {
  display: inline-flex;
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 982px) {
  .d-md-none {
    display: none;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}
/* ==========================================================================
   FLEX
   ========================================================================== */
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
/* ==========================================================================
   SPACERS (padding, margin, height, width &amp; gap)
   ========================================================================== */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.last-child-mb-0 &gt; *:last-child {
  margin-bottom: 0 !important;
}
.m-0 {
  margin: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.p-0 {
  padding: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.h-0 {
  height: 0px;
}
.w-0 {
  width: 0px;
}
.gap-0 {
  gap: 0px;
}
.gap-row-0 {
  row-gap: 0px;
}
.gap-col-0 {
  column-gap: 0px;
}
.m-1 {
  margin: 5px;
}
.ml-1 {
  margin-left: 5px;
}
.mt-1 {
  margin-top: 5px;
}
.mr-1 {
  margin-right: 5px;
}
.mb-1 {
  margin-bottom: 5px;
}
.p-1 {
  padding: 5px;
}
.pl-1 {
  padding-left: 5px;
}
.pt-1 {
  padding-top: 5px;
}
.pr-1 {
  padding-right: 5px;
}
.pb-1 {
  padding-bottom: 5px;
}
.px-1 {
  padding-left: 5px;
  padding-right: 5px;
}
.py-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.h-1 {
  height: 5px;
}
.w-1 {
  width: 5px;
}
.gap-1 {
  gap: 5px;
}
.gap-row-1 {
  row-gap: 5px;
}
.gap-col-1 {
  column-gap: 5px;
}
.m-2 {
  margin: 10px;
}
.ml-2 {
  margin-left: 10px;
}
.mt-2 {
  margin-top: 10px;
}
.mr-2 {
  margin-right: 10px;
}
.mb-2 {
  margin-bottom: 10px;
}
.p-2 {
  padding: 10px;
}
.pl-2 {
  padding-left: 10px;
}
.pt-2 {
  padding-top: 10px;
}
.pr-2 {
  padding-right: 10px;
}
.pb-2 {
  padding-bottom: 10px;
}
.px-2 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.h-2 {
  height: 10px;
}
.w-2 {
  width: 10px;
}
.gap-2 {
  gap: 10px;
}
.gap-row-2 {
  row-gap: 10px;
}
.gap-col-2 {
  column-gap: 10px;
}
.m-3 {
  margin: 15px;
}
.ml-3 {
  margin-left: 15px;
}
.mt-3 {
  margin-top: 15px;
}
.mr-3 {
  margin-right: 15px;
}
.mb-3 {
  margin-bottom: 15px;
}
.p-3 {
  padding: 15px;
}
.pl-3 {
  padding-left: 15px;
}
.pt-3 {
  padding-top: 15px;
}
.pr-3 {
  padding-right: 15px;
}
.pb-3 {
  padding-bottom: 15px;
}
.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.h-3 {
  height: 15px;
}
.w-3 {
  width: 15px;
}
.gap-3 {
  gap: 15px;
}
.gap-row-3 {
  row-gap: 15px;
}
.gap-col-3 {
  column-gap: 15px;
}
.m-4 {
  margin: 20px;
}
.ml-4 {
  margin-left: 20px;
}
.mt-4 {
  margin-top: 20px;
}
.mr-4 {
  margin-right: 20px;
}
.mb-4 {
  margin-bottom: 20px;
}
.p-4 {
  padding: 20px;
}
.pl-4 {
  padding-left: 20px;
}
.pt-4 {
  padding-top: 20px;
}
.pr-4 {
  padding-right: 20px;
}
.pb-4 {
  padding-bottom: 20px;
}
.px-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.h-4 {
  height: 20px;
}
.w-4 {
  width: 20px;
}
.gap-4 {
  gap: 20px;
}
.gap-row-4 {
  row-gap: 20px;
}
.gap-col-4 {
  column-gap: 20px;
}
.m-5 {
  margin: 30px;
}
.ml-5 {
  margin-left: 30px;
}
.mt-5 {
  margin-top: 30px;
}
.mr-5 {
  margin-right: 30px;
}
.mb-5 {
  margin-bottom: 30px;
}
.p-5 {
  padding: 30px;
}
.pl-5 {
  padding-left: 30px;
}
.pt-5 {
  padding-top: 30px;
}
.pr-5 {
  padding-right: 30px;
}
.pb-5 {
  padding-bottom: 30px;
}
.px-5 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.h-5 {
  height: 30px;
}
.w-5 {
  width: 30px;
}
.gap-5 {
  gap: 30px;
}
.gap-row-5 {
  row-gap: 30px;
}
.gap-col-5 {
  column-gap: 30px;
}
.m-6 {
  margin: 45px;
}
.ml-6 {
  margin-left: 45px;
}
.mt-6 {
  margin-top: 45px;
}
.mr-6 {
  margin-right: 45px;
}
.mb-6 {
  margin-bottom: 45px;
}
.p-6 {
  padding: 45px;
}
.pl-6 {
  padding-left: 45px;
}
.pt-6 {
  padding-top: 45px;
}
.pr-6 {
  padding-right: 45px;
}
.pb-6 {
  padding-bottom: 45px;
}
.px-6 {
  padding-left: 45px;
  padding-right: 45px;
}
.py-6 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.h-6 {
  height: 45px;
}
.w-6 {
  width: 45px;
}
.gap-6 {
  gap: 45px;
}
.gap-row-6 {
  row-gap: 45px;
}
.gap-col-6 {
  column-gap: 45px;
}
.m-7 {
  margin: 60px;
}
.ml-7 {
  margin-left: 60px;
}
.mt-7 {
  margin-top: 60px;
}
.mr-7 {
  margin-right: 60px;
}
.mb-7 {
  margin-bottom: 60px;
}
.p-7 {
  padding: 60px;
}
.pl-7 {
  padding-left: 60px;
}
.pt-7 {
  padding-top: 60px;
}
.pr-7 {
  padding-right: 60px;
}
.pb-7 {
  padding-bottom: 60px;
}
.px-7 {
  padding-left: 60px;
  padding-right: 60px;
}
.py-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.h-7 {
  height: 60px;
}
.w-7 {
  width: 60px;
}
.gap-7 {
  gap: 60px;
}
.gap-row-7 {
  row-gap: 60px;
}
.gap-col-7 {
  column-gap: 60px;
}
.m-8 {
  margin: 90px;
}
.ml-8 {
  margin-left: 90px;
}
.mt-8 {
  margin-top: 90px;
}
.mr-8 {
  margin-right: 90px;
}
.mb-8 {
  margin-bottom: 90px;
}
.p-8 {
  padding: 90px;
}
.pl-8 {
  padding-left: 90px;
}
.pt-8 {
  padding-top: 90px;
}
.pr-8 {
  padding-right: 90px;
}
.pb-8 {
  padding-bottom: 90px;
}
.px-8 {
  padding-left: 90px;
  padding-right: 90px;
}
.py-8 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.h-8 {
  height: 90px;
}
.w-8 {
  width: 90px;
}
.gap-8 {
  gap: 90px;
}
.gap-row-8 {
  row-gap: 90px;
}
.gap-col-8 {
  column-gap: 90px;
}
.m-9 {
  margin: 120px;
}
.ml-9 {
  margin-left: 120px;
}
.mt-9 {
  margin-top: 120px;
}
.mr-9 {
  margin-right: 120px;
}
.mb-9 {
  margin-bottom: 120px;
}
.p-9 {
  padding: 120px;
}
.pl-9 {
  padding-left: 120px;
}
.pt-9 {
  padding-top: 120px;
}
.pr-9 {
  padding-right: 120px;
}
.pb-9 {
  padding-bottom: 120px;
}
.px-9 {
  padding-left: 120px;
  padding-right: 120px;
}
.py-9 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.h-9 {
  height: 120px;
}
.w-9 {
  width: 120px;
}
.gap-9 {
  gap: 120px;
}
.gap-row-9 {
  row-gap: 120px;
}
.gap-col-9 {
  column-gap: 120px;
}
/* ==========================================================================
   DIMENSIONS
   ========================================================================== */
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.min-h-260px {
  min-height: 260px;
}
/* ==========================================================================
   BACKGROUNDS
   ========================================================================== */
.bg-white {
  background-color: white;
}
.bg-blue {
  background-color: #126e96;
}
.bg-lblue {
  background-color: #EAF7FA;
}
.bg-dblue {
  background-color: #1D252C;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: 50% 50%;
}
.bg-gradient-1 {
  background-image: url('../img/bg-gradient-1.png');
}
.bg-gradient-2 {
  background-image: url('../img/bg-gradient-2.png');
}
.bg-gradient-3 {
  background-image: url('../img/bg-gradient-3.png');
}
.bg-gradient-4 {
  background-image: url('../img/bg-gradient-4.jpg');
}
.bg-gradient-5 {
  background-image: url('../img/bg-gradient-5.svg');
}
/* ==========================================================================
   BORDERS
   ========================================================================== */
.rounded-circle {
  border-radius: 999px;
}
.rounded-xl {
  border-radius: 60px;
}
/* ==========================================================================
   LINE CLAMP
   ========================================================================== */
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  -webkit-line-clamp: 6;
}
/* ==========================================================================
	RATIO
 ========================================================================== */
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--aspect-ratio);
}
.ratio &gt; * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-2x3 {
  --aspect-ratio: 150%;
}
.ratio-3x4 {
  --aspect-ratio: 133.33333%;
}
.ratio-4x5 {
  --aspect-ratio: 125%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-4x3 {
  --aspect-ratio: 75%;
}
.ratio-3x2 {
  --aspect-ratio: 66.67%;
}
.ratio-16x9 {
  --aspect-ratio: 56.25%;
}
.ratio-2x1 {
  --aspect-ratio: 50%;
}
.ratio-21x9 {
  --aspect-ratio: 42.85714286%;
}
</pre></body></html>