@charset "UTF-8";
/* ------------------------------------------------ // fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "dewaal-icomoon";
  src: url("https://cdn.icomoon.io/45713/dewaalbvnl/dewaal-icomoon.woff2?kexbnk") format("woff2"), url("https://cdn.icomoon.io/45713/dewaalbvnl/dewaal-icomoon.woff?kexbnk") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 🔑 hiermee voorkom je de waarschuwing */
}
/* ------------------------------------------------ // variables */
/* ------------------------------------------------ // colors */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

body {
  font-size: 18px;
  font-weight: 400;
  color: #212529;
}

.text-muted {
  color: #102539;
}

/* ------------------------------------------------ // kop */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.25rem;
  margin-top: 27px;
  line-height: 1;
  color: #001B26;
  font-weight: 900;
}

h1 {
  margin-top: 80px;
  margin-bottom: 25px;
  font-size: 54px;
  line-height: 64px;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

h2 {
  font-size: 46px;
  line-height: 48px;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  margin-top: 34px;
  font-size: 28px;
  line-height: 34px;
  margin-top: 34px;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

h4,
h5,
h6 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h4,
h5,
h6 {
    font-size: 20px;
    line-height: 28px;
  }
}

/**
 * Body text
*/
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

/**
 * Links
 */
a {
  text-decoration: underline;
  transition: 0.3s;
  color: #102539;
}
a:hover {
  color: #E70014;
}

/**
 * Placeholder
 */
/**
 * Legend
 */
legend {
  font-size: 18px;
}

/* Table styling */
table {
  border: 0;
  border-collapse: collapse;
  margin-top: 30px;
  width: 100%;
}
table tbody tr td,
table tbody tr th {
  border: 0;
  padding: 10px 15px;
}
table tbody tr td:first-of-type {
  font-weight: 700;
  width: 36%;
}
table tbody tr:nth-child(odd) {
  background: #F2F6F8;
}
table tbody tr:first-of-type {
  background: #102539;
  color: #FFFFFF;
}
table tbody tr:first-of-type td {
  font-weight: 700;
}

.btn {
  padding: 17px 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #001B26;
}
.btn.default-btn {
  background: #F2F6F8;
}
.btn.default-btn:hover {
  background: #7F8D92;
  color: #001B26;
}
.btn.blue-button {
  background: #102539;
  color: #FFFFFF;
  font-size: 16px;
  padding: 15px 20px;
  line-height: 1;
}
.btn.blue-button:hover {
  background: #050b11;
}
.btn.read-more {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #102539;
  display: flex;
  align-items: center;
}
.btn.read-more:hover {
  color: #001B26;
}
.btn.read-more:after {
  content: "";
  font-family: "dewaal-icomoon";
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-left: 7px;
}

.mod-breadcrumbs__wrapper {
  padding-top: 20px;
}
.mod-breadcrumbs__wrapper .breadcrumb {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}
@media (max-width: 991.98px) {
  .mod-breadcrumbs__wrapper .breadcrumb {
    padding-left: 0;
  }
}
.mod-breadcrumbs__wrapper .breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}
.mod-breadcrumbs__wrapper .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  padding-right: 15px;
  font-family: "dewaal-icomoon";
  color: #C5CCCF;
  font-size: 9px;
}
.mod-breadcrumbs__wrapper .float-start {
  padding-right: 15px;
}
.mod-breadcrumbs__wrapper .float-start span {
  color: #757778;
  font-size: 14px;
}
.mod-breadcrumbs__wrapper .float-start::after {
  content: "";
  padding-left: 15px;
  font-family: "dewaal-icomoon";
  color: #C5CCCF;
  font-size: 9px;
}
.mod-breadcrumbs__wrapper li {
  display: flex;
  align-items: center;
}
.mod-breadcrumbs__wrapper li span {
  font-size: 12px;
  line-height: 24px;
  color: #102539;
}
.mod-breadcrumbs__wrapper li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 24px;
}
.mod-breadcrumbs__wrapper li a span {
  color: #757778;
}

.card.default {
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
  border: none;
}
.card.default .card-body {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  justify-content: flex-end;
  overflow: hidden;
}
.card.default .card-body picture {
  height: 100%;
}
.card.default .card-body picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.default .card-body:hover picture {
  transform: scale(1.025);
}
.card.default .card-body:hover .card-content .card-heading h2.card-title {
  color: #FFFFFF;
}
.card.default .card-body picture {
  transition: 0.3s;
  height: 100%;
}
.card.default .card-body picture img {
  object-fit: cover;
}
.card.default .card-body .card-content {
  position: absolute;
  width: 100%;
}
.card.default .card-body .card-content:after {
  position: absolute;
  content: "";
  background-image: url("/templates/buro26/img/card-overlay.svg");
  width: 100%;
  height: 286px;
  bottom: -38px;
  left: 0;
  z-index: 0;
}
.card.default .card-body .card-content .card-heading {
  position: relative;
  padding: 35px 40px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .card.default .card-body .card-content .card-heading {
    padding: 30px 25px;
  }
}
.card.default .card-body .card-content .card-heading .card-meta {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #CDCFD1;
}
.card.default .card-body .card-content .card-heading .card-meta .card-tag {
  margin-right: 10px;
  background-color: #102539;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 2px 4px;
  text-transform: uppercase;
}
.card.default .card-body .card-content .card-heading .card-meta .date .create {
  color: #FFFFFF;
}
.card.default .card-body .card-content .card-heading .card-meta .meta {
  margin-left: 3px;
}
.card.default .card-body .card-content .card-heading .card-meta .article-info,
.card.default .card-body .card-content .card-heading .card-meta dd {
  margin-bottom: 0;
}
.card.default .card-body .card-content .card-heading .card-title {
  position: relative;
  margin-top: 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .card.default .card-body .card-content .card-heading .card-title {
    font-size: 24px;
  }
}
.card.default .card-body .card-content .card-heading .link_button {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #FFFFFF;
}
.card.default .card-body .card-content .card-heading .link_button .icon {
  font-size: 10px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.card.default .card-body:hover .card-content .card-heading .card-title {
  transition: 0.3s;
  color: #0a58ca;
}

.card.vacature {
  margin-bottom: 30px;
  border: none;
}
.card.vacature .card-body {
  padding-top: 5px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 5px;
  background-color: #F2F6F8;
  transition: 0.3s ease-in-out;
}
.card.vacature .card-body .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card.vacature .card-body .card-content .card-title {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  color: #001B26;
}
.card.vacature .card-body .card-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #001B26;
}
.card.vacature .card-body .card-content .specifications {
  display: flex;
  margin-bottom: 5px;
}
.card.vacature .card-body .card-content .specifications span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #102539;
}
.card.vacature .card-body .card-content .specifications span:not(:first-of-type):before {
  content: "";
  margin-left: 5px;
  margin-right: 5px;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 60px;
  background-color: #102539;
}
.card.vacature .card-body .card-content .btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #102539;
}
.card.vacature .card-body .card-content .btn:focus, .card.vacature .card-body .card-content .btn:active {
  outline: none;
  border: none;
}
.card.vacature .card-body .card-content .btn .icon {
  margin-left: 5px;
  font-size: 10px;
}
.card.vacature .card-body:hover {
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.15);
}

.card.contactperson {
  max-height: 468px;
  border: 0;
}
.card.contactperson .card-body {
  padding: 0;
  margin-bottom: 18px;
}
.card.contactperson .card-body .image-wrapper {
  width: 100%;
  max-height: 256px;
  overflow: hidden;
}
.card.contactperson .card-body .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.card.contactperson .card-body .card-content {
  background: #F2F6F8;
  padding: 30px 40px;
}
.card.contactperson .card-body .card-content h4 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 3px;
}
.card.contactperson .card-body .card-content span.functie {
  font-size: 18px;
  font-weight: 400;
}
.card.contactperson .card-body .card-content .contact-info {
  margin-top: 20px;
}
.card.contactperson .card-body .card-content .contact-info a {
  color: #102539;
}
.card.contactperson .card-body .card-content .contact-info a:hover {
  color: #E70014;
}
.card.contactperson .card-body .card-content .contact-info a:not(:last-child) {
  margin-bottom: 15px;
  display: inline-block;
}

.card.news:hover .picture img {
  transform: scale(1.025);
}
.card.news .card-body {
  min-height: 250px;
  height: auto;
  justify-content: start;
  text-decoration: none;
  display: block;
  padding: 0;
}
.card.news .card-body .picture {
  height: 250px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .card.news .card-body .picture {
    height: 300px;
  }
}
.card.news .card-body .picture img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  min-width: 100%;
  max-width: unset;
}
.card.news .card-body .card-content {
  background-image: none;
  padding: 20px;
}
.card.news .card-body .card-content .card-meta {
  font-size: 14px;
}
.card.news .card-body .card-content .card-meta span {
  font-size: 14px;
  line-height: 16px;
}
.card.news .card-body .card-content h2 {
  font-size: 22px;
  line-height: 1.4em;
  margin-top: 8px;
  margin-bottom: 0;
}
.card.news .card-body .card-content::after {
  display: none;
}

.mod-diensten {
  margin: 110px 0px;
  position: relative;
  padding: 80px 0px;
  background-color: #F2F6F8;
}
@media (max-width: 1399.98px) {
  .mod-diensten {
    padding: 65px 0px;
  }
}
.mod-diensten:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-color: #F2F6F8;
  z-index: -1;
}
.mod-diensten h2 {
  margin-top: 0;
}
.mod-diensten ul {
  display: block;
  padding-left: 0;
  padding-top: 30px;
  list-style: none;
  flex-wrap: wrap;
  columns: 2;
  gap: 30px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .mod-diensten ul {
    columns: 1;
  }
}
.mod-diensten ul li a {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding: 23px 20px;
  background-color: #102539;
  text-decoration: none;
}
.mod-diensten ul li a .icon {
  margin-right: 10px;
  color: #FFFFFF;
  font-size: 28px;
}
@media (max-width: 1399.98px) {
  .mod-diensten ul li a .icon {
    font-size: 24px;
  }
}
.mod-diensten ul li a .titel {
  margin-right: 15px;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .mod-diensten ul li a .titel {
    font-size: 18px;
  }
}
.mod-diensten ul li a .icon-arrow-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
@media (max-width: 1399.98px) {
  .mod-diensten ul li a .icon-arrow-right {
    font-size: 14px;
  }
}
.mod-diensten ul li a:hover {
  background-color: #004081;
}

.keyfigures {
  margin-bottom: 120px;
}
.keyfigures .keyfigure {
  background-color: #F2F6F8;
  padding: 35px 40px;
}
@media (max-width: 991.98px) {
  .keyfigures .keyfigure {
    margin-bottom: 30px;
  }
}
.keyfigures .keyfigure .keyfigures-subtitle-top {
  color: #666666;
  font-size: 14px;
}
.keyfigures .keyfigure .keyfigures-value {
  margin: 14px 0 5px;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #102539;
}
.keyfigures .keyfigure .keyfigures-description {
  color: #102539;
  font-weight: 600;
}

.mod-languages {
  position: relative;
  z-index: 999;
}
.mod-languages a.dropdown-toggle {
  display: flex;
  align-items: center;
  padding-block: 0;
}
.mod-languages a.dropdown-toggle:focus, .mod-languages a.dropdown-toggle:active {
  border: 0;
  outline: none;
}
.mod-languages a.dropdown-toggle.active {
  border: 0;
}
.mod-languages a.dropdown-toggle.active:after {
  transform: rotate(180deg);
}
.mod-languages a.dropdown-toggle:after {
  all: unset;
  content: "";
  font-family: "dewaal-icomoon";
  font-size: 7px;
  margin-left: 7px;
  position: relative;
  top: -1px;
}
@media (max-width: 575.98px) {
  .mod-languages a.dropdown-toggle:after {
    margin-left: 4px;
  }
}
.mod-languages a.dropdown-toggle span {
  font-size: 16px;
  font-weight: 700;
  margin-left: 8px;
}
@media (max-width: 575.98px) {
  .mod-languages a.dropdown-toggle span {
    margin-left: 4px;
  }
}
.mod-languages ul.dropdown-menu {
  position: absolute;
  z-index: 10000000000000002000000;
  top: 100%;
  left: 0;
  display: none;
  min-width: unset;
  border: none;
  background: #FFFFFF;
  padding: 5px 0px !important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.mod-languages ul.dropdown-menu li {
  background: none;
  margin-inline: 0;
  width: 100%;
}
.mod-languages ul.dropdown-menu li a {
  font-size: 16px;
  font-weight: 700;
  padding: 8px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.mod-languages ul.dropdown-menu li a:hover {
  background: lightgrey;
}
.mod-languages ul.dropdown-menu li a img {
  margin-right: 10px;
}
.mod-languages ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}
.mod-languages ul.dropdown-menu li.lang-active {
  background: none;
}
.mod-languages img {
  max-width: 28px;
}

#imagelayer {
  width: 100%;
  padding-top: 0;
  display: grid;
  display: -ms-grid;
  grid-auto-rows: minmax(125px, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  #imagelayer {
    padding-inline: 0;
    padding-top: 50px;
  }
}
#imagelayer.small .image-container:nth-child(1) {
  grid-area: 1/1/5/5;
}
#imagelayer.small .image-container:nth-child(2) {
  grid-area: 1/5/3/7;
}
#imagelayer.default .image-container:nth-child(1) {
  grid-area: 1/1/span 4/span 4;
}
#imagelayer.default .image-container:nth-child(2) {
  grid-area: 1/5/span 2/span 2;
}
#imagelayer.default .image-container:nth-child(3) {
  grid-area: 3/5/span 2/span 2;
}
#imagelayer.default .image-container:nth-child(4) {
  grid-area: 3/5/span 2/span 2;
}
#imagelayer.default .image-container:nth-child(n+5) {
  display: none;
}
#imagelayer.medium .image-container:nth-child(1) {
  grid-area: 1/1/span 3/span 3;
}
#imagelayer.medium .image-container:nth-child(2) {
  grid-area: 1/4/span 3/span 3;
}
#imagelayer.medium .image-container:nth-child(3) {
  grid-area: 4/4/span 3/span 3;
}
#imagelayer.medium .image-container:nth-child(4) {
  grid-area: 4/1/span 3/span 3;
}
#imagelayer.medium .image-container:last-child {
  grid-area: 4/1/span 3/span 3;
}
#imagelayer.medium .image-container:nth-child(n+6) {
  display: none;
}
#imagelayer.big .image-container:nth-child(1) {
  grid-area: 1/1/5/5;
}
#imagelayer.big .image-container:nth-child(2) {
  grid-area: 1/5/3/7;
}
#imagelayer.big .image-container:nth-child(3) {
  grid-area: 3/5/5/7;
}
#imagelayer.big .image-container:nth-child(3) .counter {
  display: block;
}
#imagelayer.big .image-container:nth-child(3):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, black 100%);
}
#imagelayer.big .image-container:nth-child(1n+4) {
  display: none;
}
#imagelayer.large .image-container:nth-child(1) {
  grid-area: 1/1/span 4/span 4;
}
#imagelayer.large .image-container:nth-child(2) {
  grid-area: 1/5/3/7;
}
#imagelayer.large .image-container:nth-child(3) {
  grid-area: 3/5/5/7;
}
#imagelayer.large .image-container:nth-child(3) .counter {
  display: block;
  z-index: 1;
}
#imagelayer.large .image-container:nth-child(3):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, black 100%);
}
#imagelayer.large .image-container:nth-child(n+4) {
  display: none;
}
@media (min-width: 768px) {
  #imagelayer.full .image-container:after {
    display: none;
  }
}
#imagelayer.medium-large .image-container:nth-child(n+6) {
  display: none;
}
#imagelayer .image-container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#imagelayer .image-container .counter {
  z-index: 1;
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: none;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}
#imagelayer .image-container .counter .small-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#imagelayer .image-container.last-visible:hover {
  cursor: pointer;
}
#imagelayer .image-container:hover {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  #imagelayer {
    margin-top: 70px;
    grid-template-rows: repeat(4, minmax(75px, 89px));
  }
  #imagelayer.small .image-container:nth-of-type(n) .counter, #imagelayer.medium .image-container:nth-of-type(n) .counter, #imagelayer.big .image-container:nth-of-type(n) .counter, #imagelayer.large .image-container:nth-of-type(n) .counter {
    font-size: 14px;
    line-height: 20px;
  }
  #imagelayer.small .image-container:nth-of-type(n) .counter .icon, #imagelayer.medium .image-container:nth-of-type(n) .counter .icon, #imagelayer.big .image-container:nth-of-type(n) .counter .icon, #imagelayer.large .image-container:nth-of-type(n) .counter .icon {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  #imagelayer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  #imagelayer.small .image-container:nth-child(1), #imagelayer.default .image-container:nth-child(1), #imagelayer.medium .image-container:nth-child(1), #imagelayer.big .image-container:nth-child(1), #imagelayer.large .image-container:nth-child(1) {
    grid-area: 1/1/5/5;
  }
  #imagelayer.small .image-container:nth-child(2), #imagelayer.default .image-container:nth-child(2), #imagelayer.medium .image-container:nth-child(2), #imagelayer.big .image-container:nth-child(2), #imagelayer.large .image-container:nth-child(2) {
    grid-area: 1/5/3/7;
  }
  #imagelayer.small .image-container:nth-child(3), #imagelayer.default .image-container:nth-child(3), #imagelayer.medium .image-container:nth-child(3), #imagelayer.big .image-container:nth-child(3), #imagelayer.large .image-container:nth-child(3) {
    grid-area: 3/5/5/7;
  }
  #imagelayer.small .image-container:nth-child(3):after, #imagelayer.default .image-container:nth-child(3):after, #imagelayer.medium .image-container:nth-child(3):after, #imagelayer.big .image-container:nth-child(3):after, #imagelayer.large .image-container:nth-child(3):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
  }
  #imagelayer.small .image-container:nth-child(3) .counter, #imagelayer.default .image-container:nth-child(3) .counter, #imagelayer.medium .image-container:nth-child(3) .counter, #imagelayer.big .image-container:nth-child(3) .counter, #imagelayer.large .image-container:nth-child(3) .counter {
    display: block;
  }
  #imagelayer.small .image-container:nth-child(n+4), #imagelayer.default .image-container:nth-child(n+4), #imagelayer.medium .image-container:nth-child(n+4), #imagelayer.big .image-container:nth-child(n+4), #imagelayer.large .image-container:nth-child(n+4) {
    display: none;
  }
  #imagelayer.small .image-container:nth-child(n+4):after, #imagelayer.default .image-container:nth-child(n+4):after, #imagelayer.medium .image-container:nth-child(n+4):after, #imagelayer.big .image-container:nth-child(n+4):after, #imagelayer.large .image-container:nth-child(n+4):after {
    content: none;
  }
  #imagelayer.small .image-container:nth-child(n+4) .counter, #imagelayer.default .image-container:nth-child(n+4) .counter, #imagelayer.medium .image-container:nth-child(n+4) .counter, #imagelayer.big .image-container:nth-child(n+4) .counter, #imagelayer.large .image-container:nth-child(n+4) .counter {
    display: none;
  }
  #imagelayer.default .image-container:after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #imagelayer {
    margin-top: 40px;
    grid-template-columns: repeat(3, 22%);
    grid-template-rows: repeat(5, minmax(50px, 62px));
  }
  #imagelayer.small .image-container:nth-child(1), #imagelayer.default .image-container:nth-child(1), #imagelayer.medium .image-container:nth-child(1), #imagelayer.big .image-container:nth-child(1), #imagelayer.large .image-container:nth-child(1) {
    grid-area: 1/1/5/5;
  }
  #imagelayer.small .image-container:nth-child(2), #imagelayer.default .image-container:nth-child(2), #imagelayer.medium .image-container:nth-child(2), #imagelayer.big .image-container:nth-child(2), #imagelayer.large .image-container:nth-child(2) {
    grid-area: 5/1/7/3;
  }
  #imagelayer.small .image-container:nth-child(3), #imagelayer.default .image-container:nth-child(3), #imagelayer.medium .image-container:nth-child(3), #imagelayer.big .image-container:nth-child(3), #imagelayer.large .image-container:nth-child(3) {
    grid-area: 5/3/7/5;
  }
  #imagelayer.small .image-container:nth-child(3) .counter, #imagelayer.default .image-container:nth-child(3) .counter, #imagelayer.medium .image-container:nth-child(3) .counter, #imagelayer.big .image-container:nth-child(3) .counter, #imagelayer.large .image-container:nth-child(3) .counter {
    display: block;
  }
  #imagelayer.small .image-container:nth-child(n+4), #imagelayer.default .image-container:nth-child(n+4), #imagelayer.medium .image-container:nth-child(n+4), #imagelayer.big .image-container:nth-child(n+4), #imagelayer.large .image-container:nth-child(n+4) {
    display: none;
  }
  #imagelayer.small .image-container.show:nth-child(n+4), #imagelayer.small .image-container.show:nth-child(n+7), #imagelayer.medium .image-container.show:nth-child(n+4), #imagelayer.medium .image-container.show:nth-child(n+7), #imagelayer.big .image-container.show:nth-child(n+4), #imagelayer.big .image-container.show:nth-child(n+7), #imagelayer.large .image-container.show:nth-child(n+4), #imagelayer.large.medium-large .image-container.show:nth-child(n+6), #imagelayer.large .image-container.show:nth-child(n+7) {
    display: block;
    grid-area: unset;
  }
  #imagelayer.small .image-container:nth-child(n+4), #imagelayer.medium .image-container:nth-child(n+4), #imagelayer.big .image-container:nth-child(n+4), #imagelayer.large .image-container:nth-child(n+4) {
    grid-area: unset;
  }
}

header .navbar {
  position: unset;
  padding-block: 0;
}
header ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  border: 0;
  position: unset;
  padding-block: 0;
}
@media (max-width: 1199.98px) {
  header ul.navbar-nav {
    gap: 20px;
  }
}
header ul.navbar-nav li.nav-item > a.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0481FF;
  display: block;
  top: 30px;
  opacity: 1;
  transition: 0.2s;
  width: 0;
}
@media (max-width: 991.98px) {
  header ul.navbar-nav li.nav-item > a.nav-link:before {
    display: none;
  }
}
header ul.navbar-nav li.nav-item > a.nav-link:hover:before {
  width: 100%;
}
header ul.navbar-nav li.nav-item a.nav-link {
  position: relative;
  padding: 0;
  color: #666666;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}
@media (max-width: 1399.98px) {
  header ul.navbar-nav li.nav-item a.nav-link {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  header ul.navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
  }
}
header ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #0481FF;
}
header ul.navbar-nav li.nav-item.active > a.nav-link {
  color: #001B26;
  position: relative;
}
header ul.navbar-nav li.nav-item.active > a.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
  top: 30px;
  opacity: 1;
}
header ul.navbar-nav li.nav-item.active.no-underline > a.nav-link:before {
  display: none;
}
header ul.navbar-nav li.nav-item.underline > a.nav-link {
  color: #001B26;
}
header ul.navbar-nav li.nav-item.underline > a.nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
  top: 30px;
  opacity: 1;
}
header ul.navbar-nav li.nav-item.parent.level-1 {
  position: unset;
  display: flex;
  align-items: center;
  gap: 0px;
  /* Styling dropdown menu */
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child {
  display: none;
  flex-direction: row;
  transition: 0.3s;
  position: absolute;
  height: fit-content;
  top: 100%;
  left: 0;
  width: 100vw;
  list-style: none;
  background: #FFFFFF;
  padding: 50px 300px;
  border-top: 2px solid #C5CCCF;
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child .close-btn {
  position: absolute;
  top: 15px;
  right: 30px;
  border-radius: 50%;
  height: 40px;
  color: #CDCFD1;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child .close-btn:hover {
  background: #F2F6F8;
}
@media (max-width: 1599.98px) {
  header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child {
    padding: 50px 200px;
  }
}
@media (max-width: 1399.98px) {
  header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child {
    padding: 50px 100px;
  }
}
@media (max-width: 1199.98px) {
  header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child {
    padding: 50px 30px;
  }
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child span.catlabel,
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child span.catlabel a {
  font-size: 16px;
  font-weight: 700;
  color: #001B26;
  padding-left: 10px;
  display: inline-block;
  padding-bottom: 7px;
  text-decoration: none;
  padding-left: 10px;
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child span.catlabel a,
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child span.catlabel a a {
  padding-left: 0;
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child .sub-wrapper-third {
  order: 2;
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child .sub-wrapper-third > ul {
  display: none;
  list-style: none;
  border-left: 1px solid #C5CCCF;
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child .sub-wrapper-second li.parent > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child .sub-wrapper-second li.parent > a:after {
  content: "";
  font-family: "dewaal-icomoon";
  font-size: 8px;
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child li.nav-item a.nav-link {
  white-space: nowrap;
  padding: 9px 10px;
  color: #7F8D92;
  font-weight: 400;
  font-size: 16px;
  width: 200px;
  z-index: 5;
  position: relative;
}
@media (max-width: 1199.98px) {
  header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child li.nav-item a.nav-link {
    font-size: 12px;
  }
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child li.nav-item a.nav-link:before {
  display: none;
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child li.nav-item a.nav-link:hover {
  background: #F2F8FD;
  color: #000;
}
header ul.navbar-nav li.nav-item.parent.level-1 ul.nav-child li.nav-item.active a.nav-link {
  color: #000;
  background: #E7F2FD;
  border: none;
}
header .mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  min-width: 100vw;
  max-width: 100vw;
  z-index: 999;
  background: #FFFFFF;
  top: 90px;
  left: 0;
  right: 0;
  padding: 30px;
  height: calc(100vh - 90px);
  overflow: hidden;
  border-top: 1px solid #C5CCCF;
}
header .mobile-menu li.nav-item.search {
  list-style: none;
}
header .mobile-menu li.nav-item.search a {
  text-decoration: none;
  color: #666666;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 20px;
}
header .mobile-menu .vacature-card {
  margin: 25px 0 0;
  order: 2;
}
header .mobile-menu ul.navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-block: 0;
  gap: 20px;
  overflow-x: hidden;
}
header .mobile-menu ul.navbar-nav li.nav-item {
  width: 100%;
  display: flex;
  gap: 0;
}
header .mobile-menu ul.navbar-nav li.nav-item.active a.nav-link:before {
  display: none;
}
header .mobile-menu ul.navbar-nav li.nav-item > a.nav-link {
  height: 30px;
}
header .mobile-menu ul.navbar-nav li.nav-item .show-deeper {
  position: relative;
  padding: 0;
  margin-left: auto;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #CDCFD1;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
header .mobile-menu ul.navbar-nav li.nav-item .show-deeper:after {
  content: "";
  font-family: "dewaal-icomoon";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #000;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
}
header .mobile-menu ul.navbar-nav li.nav-item .show-deeper:hover {
  cursor: pointer;
  background-color: #004081;
}
header .mobile-menu ul.navbar-nav li.nav-item .show-deeper:hover:after {
  color: white;
}
header .mobile-menu ul.navbar-nav li.nav-item a.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .mobile-menu ul.navbar-nav li.nav-item a.nav-link.head {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #001b26;
}
header .mobile-menu ul.navbar-nav li.nav-item a.nav-link.close {
  background: #102539;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1;
  width: fit-content;
  border-radius: 5px;
  margin-bottom: 15px;
}
header .mobile-menu ul.navbar-nav li.nav-item a.nav-link.close:hover {
  background: #050b11;
}
header .mobile-menu ul.navbar-nav li.nav-item a.nav-link.close .icon {
  margin-right: 11px;
  font-size: 10px;
}
header .mobile-menu ul.navbar-nav li.nav-item .show-deeper:before {
  position: absolute;
  font-size: 16px;
  right: 0;
  cursor: pointer;
  transform: rotate(0);
  transition: 0.3s;
}
header .mobile-menu ul.navbar-nav li.nav-item .show-deeper.open:before {
  transform: rotate(180deg);
}
header .mobile-menu ul.navbar-nav li.nav-item ul.nav-child {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  z-index: 2;
  position: fixed;
  flex-direction: column;
  padding: 30px !important;
  top: 90px;
  left: 100vw;
  width: 100%;
  list-style: none;
  padding-left: 0;
  box-shadow: none;
  background-color: white;
  transition: 0.3s ease-in-out;
}
header .mobile-menu ul.navbar-nav li.nav-item ul.nav-child .outside-wrapper {
  display: flex;
  flex-direction: column;
}
header .mobile-menu ul.navbar-nav li.nav-item ul.nav-child li {
  padding-block: 10px;
}
header .mobile-menu ul.navbar-nav li.nav-item ul.nav-child li a.nav-link:not(.head):not(.close) {
  font-size: 18px;
}
header .mobile-menu ul.navbar-nav li.nav-item ul.nav-child.open {
  display: block;
  left: 0;
  max-height: calc(100vh - 90px);
}

.text-left,
.text-right {
  padding: 160px 0 230px;
}
@media (max-width: 767.98px) {
  .text-left,
.text-right {
    padding: 70px 0 100px;
  }
}
.text-left .content,
.text-right .content {
  max-width: 498px;
}
.text-left .content .subtitle,
.text-right .content .subtitle {
  line-height: 34px;
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #102539;
}
.text-left .content h2,
.text-right .content h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 10px;
}
.text-left .content p:last-child,
.text-right .content p:last-child {
  margin-bottom: 0;
}
.text-left .content-wrapper,
.text-right .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.text-left .content-wrapper .btn.read-more,
.text-right .content-wrapper .btn.read-more {
  display: block;
  text-align: left;
}
.text-left .content-wrapper .btn.read-more:after,
.text-right .content-wrapper .btn.read-more:after {
  top: -1px;
}
@media (max-width: 991.98px) {
  .text-left .content-wrapper,
.text-right .content-wrapper {
    flex-direction: column;
  }
}
.text-left .content-wrapper .picture,
.text-right .content-wrapper .picture {
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .text-left .content-wrapper .picture,
.text-right .content-wrapper .picture {
    margin-bottom: 30px;
    max-width: 100%;
  }
}

.text-left.cta-block {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 200px;
}
.text-left.cta-block.product {
  margin-bottom: 120px;
}
@media (max-width: 767.98px) {
  .text-left.cta-block.product {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .text-left.cta-block {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.text-left.cta-block .content-wrapper {
  background: #F2F6F8;
  padding: 46px 60px;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 1199.98px) {
  .text-left.cta-block .content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .text-left.cta-block .content-wrapper {
    padding-bottom: 0;
  }
}
.text-left.cta-block .content-wrapper .content {
  max-width: 700px;
}
@media (max-width: 1399.98px) {
  .text-left.cta-block .content-wrapper .content {
    max-width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .text-left.cta-block .content-wrapper .content {
    max-width: 500px;
  }
}
.text-left.cta-block .content-wrapper .content a.btn {
  margin-top: 30px;
}
.text-left.cta-block .content-wrapper .picture {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: flex;
  max-height: 90%;
}
@media (max-width: 991.98px) {
  .text-left.cta-block .content-wrapper .picture {
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 1599.98px) {
  .text-left.cta-block .content-wrapper .picture img {
    max-width: 250px;
  }
}

@media (max-width: 991.98px) {
  .text-right .content-wrapper {
    flex-direction: column;
  }
}

.werkenbij {
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .werkenbij {
    margin-bottom: 50px;
  }
}
.werkenbij .module-wrapper {
  display: flex;
}
@media (max-width: 991.98px) {
  .werkenbij .module-wrapper {
    flex-direction: column-reverse;
  }
}
.werkenbij .module-wrapper .content {
  background: #102539;
  color: #FFFFFF;
  padding: 130px 80px;
  padding-right: 0;
  position: relative;
  flex-basis: 43%;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .werkenbij .module-wrapper .content {
    padding: 42px 37px;
  }
}
.werkenbij .module-wrapper .content:after {
  content: "";
  background: #102539;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 200px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 10;
}
@media (max-width: 991.98px) {
  .werkenbij .module-wrapper .content:after {
    left: 0;
    right: 0;
    top: unset;
    top: 0;
    transform: translateY(-50%);
    height: 200px;
    width: 100%;
    z-index: -1;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}
@media (max-width: 767.98px) {
  .werkenbij .module-wrapper .content:after {
    height: 90px;
  }
}
@media (max-width: 575.98px) {
  .werkenbij .module-wrapper .content:after {
    height: 70px;
  }
}
.werkenbij .module-wrapper .content h2 {
  color: inherit;
  margin-top: 0;
}
.werkenbij .module-wrapper .content p:last-child {
  margin-bottom: 0;
}
.werkenbij .module-wrapper .content .btn {
  font-size: 16px;
  padding: 15px 20px;
  line-height: 1;
  margin-top: 24px;
}
.werkenbij .module-wrapper .picture {
  overflow: hidden;
  position: relative;
  flex-basis: 57%;
}
@media (max-width: 991.98px) {
  .werkenbij .module-wrapper .picture {
    flex-basis: 100%;
  }
}
.werkenbij .module-wrapper .picture img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .werkenbij .module-wrapper .picture img {
    position: relative;
    bottom: unset;
    transform: none;
    min-height: 286px;
  }
}

.stuwa {
  margin: 20px auto 40px;
  padding: 50px 50px 50px;
  background: #F2F6F8;
  text-align: center;
}
.stuwa img {
  margin-bottom: 20px;
  width: auto !important;
}

.youtubevideo26 {
  border-radius: 5px;
  margin-bottom: 30px;
}

.advanced-video {
  margin-bottom: 100px;
}
.advanced-video h2 {
  margin-top: 0;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .advanced-video h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.advanced-video .content a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
}
.advanced-video .content a:after {
  content: "";
  font-family: "dewaal-icomoon";
  font-size: 9px;
  margin-top: 3px;
}
.advanced-video .subtitel {
  font-size: 18px;
  line-height: 34%;
  text-transform: uppercase;
  color: #102539;
  font-weight: 900;
}
.advanced-video .video {
  margin-top: 40px;
  position: relative;
  aspect-ratio: 16/9;
  height: 100%;
}
.advanced-video .video .play_button {
  bottom: 20px;
  right: 20px;
}
.advanced-video .video #circle {
  right: 16px;
  bottom: 8px;
}

.quicknavigation {
  margin-bottom: 200px;
}
@media (max-width: 767.98px) {
  .quicknavigation {
    margin-bottom: 100px;
  }
}
.quicknavigation h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 50px;
}
@media (max-width: 767.98px) {
  .quicknavigation h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .quicknavigation h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.quicknavigation .nav-items {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .quicknavigation .nav-items {
    justify-content: center;
  }
}
.quicknavigation .nav-items a {
  background: #F2F6F8;
  color: #001B26;
  font-size: 22px;
  font-weight: 700;
  padding: 23px 29px;
  line-height: 1;
  min-width: 220px;
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .quicknavigation .nav-items a {
    font-size: 18px;
    padding: 20px 20px;
    min-width: 190px;
  }
}
.quicknavigation .nav-items a:hover {
  background: #7F8D92;
}
.quicknavigation .nav-items a:after {
  content: "";
  font-family: "dewaal-icomoon";
  margin-left: auto;
  font-size: 14px;
}

.navbar-toggler {
  display: none;
  padding: 0;
  position: relative;
  top: -2px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler .animated-icon3 {
  width: 30px;
  height: 15px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggler .animated-icon3 span:nth-child(1) {
  top: 0;
}
.navbar-toggler .animated-icon3 span:nth-child(2) {
  top: 8px;
}
.navbar-toggler .animated-icon3 span:nth-child(3) {
  top: 16px;
}
.navbar-toggler .animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 4px;
}
.navbar-toggler .animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler .animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 4px;
}
.navbar-toggler .animated-icon3 span {
  background: #000;
}

.rsform-wrapper {
  padding: 40px 50px;
  margin-bottom: 200px;
  border-radius: 5px;
  background: #F2F6F8;
  position: relative;
}
@media (max-width: 767.98px) {
  .rsform-wrapper {
    padding: 30px;
    padding-bottom: 0;
  }
}
.rsform-wrapper::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #F2F6F8;
  background-size: 280px;
  background-position-x: 0px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .rsform-wrapper::before {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .rsform-wrapper::before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 100%;
    z-index: -1;
  }
}
.rsform-wrapper:after {
  content: "";
  background-image: url("../img/form-image.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 346px;
  height: 390px;
}
@media (max-width: 1599.98px) {
  .rsform-wrapper:after {
    left: 90%;
    bottom: 0;
    height: 100%;
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .rsform-wrapper:after {
    position: relative;
    display: block;
    width: 300px;
    height: 400px;
    left: 0;
  }
}
.rsform-wrapper #userForm {
  max-width: 712px;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .rsform-wrapper #userForm {
    max-width: unset;
  }
}
.rsform-wrapper #userForm .formRed {
  display: none;
}
.rsform-wrapper h3 {
  margin-top: 0;
}
.rsform-wrapper .formResponsive .formRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .rsform-wrapper .formResponsive .formRow {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .rsform-wrapper .formResponsive .formRow .formSpan6 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.rsform-wrapper .formResponsive .formRow .formError {
  margin-top: 4px;
  font-size: 14px;
  color: #b02a37;
}
.rsform-wrapper .formResponsive .formRow .rsform-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.rsform-wrapper .formResponsive .formRow .rsform-block label.formControlLabel {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
  padding-top: 0;
  color: #001B26;
}
.rsform-wrapper .formResponsive .formRow .rsform-block .formControls {
  margin-left: 0;
}
.rsform-wrapper .formResponsive .formRow .rsform-block .formControls input,
.rsform-wrapper .formResponsive .formRow .rsform-block .formControls textarea {
  border: 0;
  border-radius: 5px;
  padding: 19px 18px;
  width: 100%;
  font-size: 18px;
  color: #002E40;
  min-height: 55px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.rsform-wrapper .formResponsive .formRow .rsform-block .formControls input::placeholder,
.rsform-wrapper .formResponsive .formRow .rsform-block .formControls textarea::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #C5CCCF;
}
.rsform-wrapper .formResponsive .formRow .rsform-block .formControls textarea {
  min-height: 160px;
}
.rsform-wrapper .formResponsive .formRow .rsform-block input.rsform-upload-box {
  min-height: unset;
  height: auto;
  background: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  margin: auto;
  padding: 10px 15px;
  cursor: pointer;
}
.rsform-wrapper .formResponsive .formRow .rsform-block input.rsform-upload-box::file-selector-button {
  background: none;
  border: none;
  color: #102539;
  font-size: 18px;
  font-weight: 700;
}
.rsform-wrapper .formResponsive .formRow .rsform-block-submit.rsform-block {
  margin-bottom: 0;
}
.rsform-wrapper .formResponsive .formRow .rsform-block-submit.rsform-block .formDescription {
  margin: 0;
}
.rsform-wrapper .formResponsive .formRow .rsform-block-submit.rsform-block button[type=submit] {
  background: #102539;
  font-size: 16px;
  font-weight: 700;
  border: none;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 15px 20px;
  line-height: 1;
  transition: 0.3s;
}
.rsform-wrapper .formResponsive .formRow .rsform-block-submit.rsform-block button[type=submit]:hover {
  background: #050b11;
}

body.contact .contactform {
  padding: 41px 60px;
}
@media (max-width: 991.98px) {
  body.contact .contactform {
    padding: 30px;
  }
}
body.contact .rsform-wrapper {
  padding: 0;
}
body.contact .rsform-wrapper:after {
  display: none;
}
body.contact .rsform-wrapper .formRow div[class*=formSpan] {
  margin-left: 0;
}
body.contact .rsform-wrapper .formRow input {
  width: 100%;
}
body.contact .rsform-wrapper .formRow .rsform-block .formControls div.formBody {
  width: 100%;
}
body.contact .rsform-wrapper .formRow .rsform-block .formControls input,
body.contact .rsform-wrapper .formRow .rsform-block .formControls textarea {
  width: 100%;
}

.grecaptcha-badge {
  display: none;
}

.rsform-block.rsform-block-recaptcha-text * {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 0;
}

#visual {
  position: relative;
  overflow: hidden;
}
#visual .scroll-animation {
  display: flex;
  flex-direction: column;
  transition: 0.4s;
  transform: scale(1);
}
#visual .scroll-animation.hide {
  transform: scale(1);
  opacity: 0;
}
#visual .scroll-animation svg {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
#visual .scroll-animation svg path {
  animation: lighten 1.1s alternate infinite;
  animation-delay: 1.1s;
}
#visual .scroll-animation svg:nth-child(2) path {
  animation-delay: 1.3s;
}
#visual .scroll-animation svg:nth-child(3) path {
  animation-delay: 1.5s;
}
@keyframes lighten {
  from {
    stroke: #0481FF;
    transform: scale(1.1);
  }
  to {
    stroke: #FFFFFF;
    transform: scale(1);
  }
}
#visual #video {
  object-fit: cover;
  position: relative;
}
#visual #video .visual-overlay {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 5;
}
#visual #video .visual-overlay #circle {
  position: absolute;
  right: 26px;
  bottom: 88px;
}
@media (max-width: 767.98px) {
  #visual #video .visual-overlay #circle {
    right: 13px;
    bottom: 58px;
  }
}
#visual #video .visual-overlay .play_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  opacity: 0.7;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  bottom: 100px;
  z-index: 10;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  #visual #video .visual-overlay .play_button {
    right: 17px;
    bottom: 70px;
  }
}
#visual #video .visual-overlay .play_button:before {
  font-family: "dewaal-icomoon";
  color: #000;
  font-size: 25px;
}
#visual #video .visual-overlay .play_button.play:before {
  content: "";
}
#visual #video .visual-overlay .play_button.pause:before {
  content: "";
}
#visual #video video {
  max-height: 780px;
}
@media (max-width: 767.98px) {
  #visual #video video {
    min-height: 520px;
    width: auto;
  }
}
#visual .visual {
  position: relative;
}
@media (max-width: 1199.98px) {
  #visual .visual .img {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  #visual .visual .img {
    width: auto;
  }
}
#visual .visual .img .visual-overlay {
  position: absolute;
  right: 0;
  bottom: -1px;
}

.homepage #visual #video video {
  max-height: inherit;
}

#visual .scroll-icon-wrapper {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}
svg #wheel {
  animation: scroll ease 1.5s infinite;
}

/* ------------------------------------------------ // Fader-holder styling */
.visual .fader-holder {
  height: 760px;
}
@media (max-width: 767.98px) {
  .visual .fader-holder {
    height: 400px;
  }
}
.visual .fader-holder .slick-slide {
  min-height: 760px;
}
@media (max-width: 767.98px) {
  .visual .fader-holder .slick-slide {
    min-height: 400px;
  }
}
.visual .fader-holder .slick-slide .img {
  min-height: 760px;
}
@media (max-width: 767.98px) {
  .visual .fader-holder .slick-slide .img {
    min-height: 400px;
  }
}

/* ------------------------------------------------ // Fader-holder dots styling */
.fader-holder .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: left;
  z-index: 10;
  left: 100px;
}
@media (max-width: 767.98px) {
  .fader-holder .slick-dots {
    display: none !important;
  }
}

.fader-holder .slick-dots li {
  transition: 0.3s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  background: #838487;
  width: 70px;
  height: 6px;
  margin: 0 8px;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .fader-holder .slick-dots li {
    width: 30px;
  }
}
.fader-holder .slick-dots li.slick-active {
  background-color: white;
}
.fader-holder .slick-dots li:hover, .fader-holder .slick-dots li:focus, .fader-holder .slick-dots li:active, .fader-holder .slick-dots li.active {
  background: white;
}

#visual26 .visual-overlay {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 5;
}

#circle {
  position: absolute;
  right: 26px;
  bottom: 88px;
}
@media (max-width: 767.98px) {
  #circle {
    right: 13px;
    bottom: 58px;
  }
}

.play_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  opacity: 0.7;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  bottom: 100px;
  z-index: 10;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .play_button {
    right: 17px;
    bottom: 70px;
  }
}
.play_button:before {
  font-family: "dewaal-icomoon";
  color: #000;
  font-size: 25px;
}
.play_button.play:before {
  content: "";
}
.play_button.pause:before {
  content: "";
}

footer {
  background-color: #002E40;
}
footer .footer-overlay {
  display: flex;
  justify-content: end;
  position: relative;
  top: -10px;
  position: relative;
}
@media (max-width: 991.98px) {
  footer .footer-overlay {
    height: 50px;
  }
  footer .footer-overlay svg {
    width: 120px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  footer .footer-overlay svg {
    right: -2px;
  }
}
footer .logo {
  padding-top: 35px;
  padding-bottom: 65px;
}
@media (max-width: 991.98px) {
  footer .logo {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
footer .contact {
  height: 100%;
  display: flex;
  align-items: center;
}
footer .contact #contact26 {
  display: flex;
}
@media (max-width: 991.98px) {
  footer .contact #contact26 {
    flex-direction: column;
    margin-top: 35px;
  }
}
footer .contact #contact26 .adres {
  margin-bottom: 25px;
  margin-right: 65px;
}
footer .contact #contact26 .e-mail {
  margin-bottom: 40px;
}
footer .contact #contact26 .emergency-e-mail a {
  margin-top: 10px;
  display: block;
  padding: 15px 20px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  footer .contact #contact26 .emergency-e-mail a {
    width: fit-content;
  }
}
footer .contact #contact26 .emergency-e-mail a:hover {
  color: #004081;
  transition: 0.3s ease-in-out;
  background-color: #FFFFFF;
}
footer .contact #contact26 .subtitle {
  margin-top: 0;
  margin-bottom: 0px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #C5CCCF;
}
footer .contact #contact26 a,
footer .contact #contact26 .value {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
}
footer .contact #contact26 a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
footer .contact #contact26 a:hover {
  color: #0481FF;
}
footer .footer-menu ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display: block;
}
footer .footer-menu ul li {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  footer .footer-menu ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  footer .footer-menu ul li {
    margin-bottom: 20px;
  }
}
footer .footer-menu ul .nav-link {
  width: fit-content;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #F2F6F8;
  transition: 0.3s;
}
footer .footer-menu ul .nav-link:hover {
  color: #0481FF;
  text-decoration: none;
}
footer .bottom-menu ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  flex-wrap: wrap;
}
footer .bottom-menu ul .nav-link {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #7F8D92;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  footer .bottom-menu ul .nav-link {
    margin-left: 0;
    margin-right: 30px;
  }
}
footer .bottom-menu ul .nav-link:hover {
  color: #FFFFFF;
}
footer .bottom-menu ul li:first-of-type .nav-link {
  margin-left: 0;
}
footer .bottom-menu,
footer .copyright {
  margin-top: 90px;
}
@media (max-width: 991.98px) {
  footer .bottom-menu,
footer .copyright {
    margin-top: 0;
  }
}
footer .copyright {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #7F8D92;
  white-space: nowrap;
}
footer .scroll-top {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 15px 22px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  footer .scroll-top {
    margin-top: 35px;
    margin-bottom: 45px;
  }
}
footer .scroll-top .icon {
  margin-left: 7px;
  font-size: 14px;
}
footer .scroll-top:hover {
  color: #002E40;
  cursor: pointer;
  background-color: #FFFFFF;
}
footer .social-icons #social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 991.98px) {
  footer .social-icons {
    margin-bottom: 45px;
    margin-top: 45px;
  }
}
footer .social-icons a {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  width: 40px;
}
footer .social-icons a:hover {
  color: #0481FF;
}
footer .social-icons a:last-of-type {
  margin-right: 0;
}
footer .metaal-website {
  margin-top: 72px;
}
footer .metaal-website a {
  margin-top: 10px;
  display: inline-block;
  padding: 16px 20px;
  border-radius: 5px;
  width: auto;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  background-color: #E70014;
  text-decoration: none;
}
footer .metaal-website a span {
  margin-left: 3px;
}
footer .metaal-website a:hover {
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  background-color: #670004;
}
footer .metaal-website .subtitle {
  margin-top: 0;
  margin-bottom: 0px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #C5CCCF;
}
footer .metaal-website .value {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
}

.black-overlay {
  visibility: hidden;
  background: #000;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  inset: 0;
  z-index: -1;
  position: fixed;
  transition: 0.2s;
}
.black-overlay.show {
  opacity: 0.8;
  visibility: visible;
  z-index: 11;
}

header {
  background: #FFFFFF;
  width: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #C5CCCF;
  z-index: 105;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 90px;
}
header .vacature-card {
  order: 3;
  margin-left: auto;
}
header .vacature-card .card.default .card-body .card-content {
  padding: 30px;
}
header .vacature-card .card.default .card-body .card-content span.link_button p {
  margin-bottom: 0;
}
header .vacature-card .card.default .card-body .card-content .text {
  display: flex;
  align-items: center;
}
header .vacature-card .card.default .card-body .card-content .text p,
header .vacature-card .card.default .card-body .card-content .text span {
  z-index: 10;
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
header .vacature-card .card.default .card-body .card-content .text p {
  margin-right: 5px;
}
header .vacature-card .card.default .card-body .card-content .text span {
  font-size: 12px;
  position: relative;
  top: 1px;
}
header .vacature-card .card.default .card-body .card-content .card-heading {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
header .vacature-card .card.default .card-body .card-content .card-heading h2.card-title {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 700;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 60px;
  position: relative;
}
@media (max-width: 1399.98px) {
  header .header-wrapper {
    padding-inline: 30px;
  }
}
@media (max-width: 1199.98px) {
  header .header-wrapper {
    justify-content: flex-start;
  }
}
header .header-left {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media (max-width: 1399.98px) {
  header .header-left {
    gap: 40px;
  }
}
@media (max-width: 1199.98px) {
  header .header-left {
    gap: 10px;
  }
}
header .header-right {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 1199.98px) {
  header .header-right {
    margin-left: auto;
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  header .header-right {
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  header .header-right {
    margin-right: 10px;
    gap: 10px;
  }
}
header .header-right a {
  color: #666666;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}
header .header-right a:hover {
  color: #001B26;
}
header .header-right a .icon-search {
  position: relative;
  top: 3px;
}
header > .container {
  height: 100%;
}
@media (max-width: 575.98px) {
  header a.logo {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  header a.logo {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  header a.logo {
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
  }
}
header a.logo img {
  display: flex;
  height: auto;
  width: 166px;
  z-index: 20;
  position: relative;
}
@media (max-width: 1399.98px) {
  header a.logo img {
    width: 120px;
  }
}
header #topbar-right {
  display: flex;
  margin-left: auto;
}
header #topbar-right .mod-custom p {
  margin-bottom: 0;
}
header #topbar-right .mod-custom p .btn-cta {
  vertical-align: 2px;
}
@media (max-width: 575.98px) {
  header #topbar-right .mod-custom p .btn-cta {
    font-size: 12px;
  }
}
header #topbar-right nav {
  padding: 0;
}
header .topbar-below {
  background-color: #102539;
}
@media (max-width: 991.98px) {
  header .topbar-below {
    padding-top: 15px;
  }
}
header .topbar-below .logo img {
  max-width: 285px;
}
@media (max-width: 1199.98px) {
  header .navbar {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  header .navbar {
    margin-right: 0;
  }
}

.homepage.article .item-page.homepage {
  display: flex;
  gap: 90px;
  padding-inline: 140px;
}
@media (max-width: 1199.98px) {
  .homepage.article .item-page.homepage {
    padding-inline: 90px;
  }
}
@media (max-width: 991.98px) {
  .homepage.article .item-page.homepage {
    flex-direction: column;
    padding-inline: 50px;
    gap: 0;
  }
}
@media (max-width: 767.98px) {
  .homepage.article .item-page.homepage {
    padding-inline: 0;
    padding-bottom: 60px;
  }
}
.homepage.article .item-page.homepage > div {
  flex: 1;
}
.homepage.article .item-page {
  margin-top: 100px;
  padding-bottom: 110px;
}
@media (max-width: 767.98px) {
  .homepage.article .item-page {
    margin-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .homepage.article .item-page {
    margin-top: 30px;
  }
}
.homepage.article .item-page h1 {
  margin-top: 0;
}
.homepage.article .item-page p:last-child {
  margin-bottom: 0;
}
.homepage .sidebar .reading-man {
  display: none;
}
@media (max-width: 991.98px) {
  .homepage h2.quick-items-title {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .homepage h2.quick-items-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .homepage h2.quick-items-title {
    margin-bottom: 0;
  }
}
.homepage .quick-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
}
.homepage .quick-items .card {
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  .homepage .quick-items {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .homepage .quick-items {
    gap: 20px;
  }
}
.homepage .quick-items .section {
  flex: 1;
  width: 100%;
}
.homepage .quick-items .section span.parent-item {
  font-size: 22px;
  color: #C5CCCF;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .homepage .quick-items .section span.parent-item {
    font-size: 20px;
    margin-top: 20px;
  }
}
.homepage .quick-items .section .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .homepage .quick-items .section .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .homepage .quick-items .section .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .homepage .quick-items .section .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575.98px) {
  .homepage .quick-items .section .cards {
    flex-direction: column;
    gap: 0px;
  }
}
.homepage .quick-items .section .cards .card-body {
  min-height: 450px;
  display: block;
}
@media (max-width: 575.98px) {
  .homepage .quick-items .section .cards .card-body {
    min-height: 350px;
  }
}
.homepage .quick-items .section .cards .card-body:hover picture img {
  transform: scale(1.025);
}
.homepage .quick-items .section .cards .card-body picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.homepage .quick-items .section .cards .card-body .card-content {
  height: 100%;
  width: 100%;
  inset: 0;
  display: flex;
}
.homepage .quick-items .section .cards .card-body .card-content .card-heading {
  margin-top: auto;
  padding: 35px 40px;
}
@media (max-width: 767.98px) {
  .homepage .quick-items .section .cards .card-body .card-content .card-heading {
    padding: 25px 30px;
  }
}
@media (max-width: 767.98px) {
  .homepage .quick-items .section .cards .card-body .card-content .card-heading .card-title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .homepage .quick-items .section .cards .card-body .card-content .card-heading span.link_button {
    font-size: 16px;
  }
}
.homepage .projecten-overview {
  margin-top: 130px;
  margin-bottom: 120px;
}
@media (max-width: 767.98px) {
  .homepage .projecten-overview {
    margin-top: 80px;
  }
}
.homepage .projecten-overview .text {
  margin-bottom: 56px;
}
@media (max-width: 767.98px) {
  .homepage .projecten-overview .text {
    margin-bottom: 40px;
  }
}
.homepage .projecten-overview .card {
  min-height: 539px;
}
@media (max-width: 991.98px) {
  .homepage .projecten-overview .card .card-body .card-content .card-heading .card-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.homepage .projecten-overview .btn.blue-button {
  display: inline-block;
  margin-top: 30px;
}
.homepage .news-items#blog {
  background: #F2F6F8;
  padding: 100px 0 120px;
  position: relative;
}
@media (max-width: 767.98px) {
  .homepage .news-items#blog {
    padding: 60px 0 70px;
  }
}
.homepage .news-items#blog .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .homepage .news-items#blog .header-wrapper {
    margin-bottom: 20px;
  }
}
.homepage .news-items#blog .read-more {
  width: fit-content;
  font-size: 18px;
}
.homepage .news-items#blog::before {
  content: "";
  background: #F2F6F8;
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.homepage .news-items#blog h2 {
  margin-top: 0;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .homepage .news-items#blog h2 {
    font-size: 30px;
  }
}
.homepage .news-items#blog .card {
  background: none;
}
@media (max-width: 575.98px) {
  .homepage .news-items#blog .card .card-heading {
    padding: 21px 22px;
  }
}
.homepage .news-items#blog .card .card-body {
  height: 550px;
}
@media (max-width: 1399.98px) {
  .homepage .news-items#blog .card .card-body {
    height: 450px;
  }
}
@media (max-width: 1199.98px) {
  .homepage .news-items#blog .card .card-body {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .homepage .news-items#blog .card .card-body {
    height: 450px;
  }
}
.homepage .news-items#blog .card .card-body picture img {
  height: 100%;
  width: 100%;
}
.homepage .news-items#blog .card .card-content h2.card-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: var(--bs-card-title-spacer-y);
  line-height: 34px;
}
.homepage .about {
  padding-bottom: 200px;
}
@media (max-width: 767.98px) {
  .homepage .about {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.list-vacatures {
  margin-bottom: 120px;
}
@media (max-width: 767.98px) {
  .list-vacatures {
    margin-bottom: 80px;
  }
}
.list-vacatures .page-header {
  margin-bottom: 60px;
}

.rsformapplication-form {
  margin-top: 143px;
}
@media (max-width: 767.98px) {
  .rsformapplication-form {
    margin-top: 103px;
  }
}

.btn-previous {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  color: #102539;
  font-weight: 900;
  border: none;
}
.btn-previous .icon {
  margin-right: 8px;
  font-size: 10px;
}
.btn-previous:active {
  border: none;
}

.extra > div.detail-specifications {
  padding: 10px 40px 15px;
  margin-bottom: 40px;
  background-color: #F2F6F8;
}
.extra > div.detail-specifications h2 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  color: #001B26;
}
@media (max-width: 1399.98px) {
  .extra > div.detail-specifications h2 {
    font-size: 24px;
  }
}
.extra > div.detail-specifications ul {
  padding-left: 0;
  list-style: none;
}
.extra > div.detail-specifications ul li {
  margin-bottom: 20px;
}
.extra > div.detail-specifications ul li h4 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #002E40;
}
.extra > div.detail-specifications ul li span {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #001B26;
}
.extra .questions-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  background-color: #F2F6F8;
  padding: 38px 44px 47px;
}
@media (max-width: 991.98px) {
  .extra .questions-box {
    margin-bottom: 80px;
  }
}
.extra .questions-box h2 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 900;
  margin-top: 0;
}
.extra .questions-box p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}
.extra .questions-box a {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
  color: #102539;
}
.extra .questions-box a:hover {
  color: #001b26;
}
.extra .questions-box a:last-child {
  margin-bottom: 0;
}

body.project > main,
body.actueel-blog > main {
  margin-bottom: 170px;
}
@media (max-width: 767.98px) {
  body.project > main,
body.actueel-blog > main {
    margin-bottom: 70px;
  }
}
body.project .text-left.cta-block,
body.actueel-blog .text-left.cta-block {
  margin-top: 100px;
  margin-bottom: 0;
}
body.project.category .filters,
body.actueel-blog.category .filters {
  margin: 70px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
body.project.category .filters span.filter,
body.actueel-blog.category .filters span.filter {
  display: inline-block;
  padding: 17px 30px;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  background: #F2F6F8;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  body.project.category .filters span.filter,
body.actueel-blog.category .filters span.filter {
    font-size: 16px;
    padding: 14px 25px;
  }
}
body.project.category .filters span.filter:hover, body.project.category .filters span.filter.selected,
body.actueel-blog.category .filters span.filter:hover,
body.actueel-blog.category .filters span.filter.selected {
  background: #102539;
  color: #FFFFFF;
}
body.project.category .masonry-items,
body.actueel-blog.category .masonry-items {
  padding-left: 15px;
  padding-right: 15px;
}
body.project.category .masonry-items .card,
body.actueel-blog.category .masonry-items .card {
  min-height: 391px;
}
@media (max-width: 767.98px) {
  body.project.category .masonry-items .card,
body.actueel-blog.category .masonry-items .card {
    padding-inline: 0;
  }
}
body.project.category .masonry-items .card.first-item.col-md-12,
body.actueel-blog.category .masonry-items .card.first-item.col-md-12 {
  height: 670px;
}
body.project.category .masonry-items .card.first-item.col-md-12 .card-meta span,
body.actueel-blog.category .masonry-items .card.first-item.col-md-12 .card-meta span {
  font-size: 18px;
  line-height: 32px;
}
body.project.category .masonry-items .card.first-item.col-md-12 h2.card-title,
body.actueel-blog.category .masonry-items .card.first-item.col-md-12 h2.card-title {
  font-size: 42px;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  body.project.category .masonry-items .card.first-item.col-md-12,
body.actueel-blog.category .masonry-items .card.first-item.col-md-12 {
    height: 391px;
  }
}
body.project.category .masonry-items .card.leading-items,
body.actueel-blog.category .masonry-items .card.leading-items {
  height: 576px;
}
@media (max-width: 767.98px) {
  body.project.category .masonry-items .card.leading-items,
body.actueel-blog.category .masonry-items .card.leading-items {
    height: 391px;
  }
}
body.project.category .masonry-items .card .card-body,
body.actueel-blog.category .masonry-items .card .card-body {
  height: 391px;
}
@media (max-width: 991.98px) {
  body.project.category .masonry-items .card .card-body .card-content .card-heading .card-title,
body.actueel-blog.category .masonry-items .card .card-body .card-content .card-heading .card-title {
    font-size: 24px;
    line-height: 28px;
  }
}
body.project.category .masonry-items .load-more,
body.actueel-blog.category .masonry-items .load-more {
  display: none;
  position: absolute;
  white-space: nowrap;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #102539;
  color: #FFFFFF;
  width: fit-content;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
body.project.category .masonry-items .load-more:hover,
body.actueel-blog.category .masonry-items .load-more:hover {
  background: #050b11;
}
body.project.category .masonry-items .isotope-pager,
body.actueel-blog.category .masonry-items .isotope-pager {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  body.project.category .masonry-items .isotope-pager,
body.actueel-blog.category .masonry-items .isotope-pager {
    gap: 10px;
  }
}
body.project.category .masonry-items .isotope-pager a.pager,
body.actueel-blog.category .masonry-items .isotope-pager a.pager {
  display: inline-block;
  padding: 17px 30px;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  background: #F2F6F8;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  body.project.category .masonry-items .isotope-pager a.pager,
body.actueel-blog.category .masonry-items .isotope-pager a.pager {
    font-size: 16px;
    padding: 14px 25px;
  }
}
body.project.category .masonry-items .isotope-pager a.pager.active, body.project.category .masonry-items .isotope-pager a.pager:hover,
body.actueel-blog.category .masonry-items .isotope-pager a.pager.active,
body.actueel-blog.category .masonry-items .isotope-pager a.pager:hover {
  background: #102539;
  color: #fff;
}

.finder {
  position: relative;
  margin: 50px 0;
  padding: 80px 60px 88px;
  background: #F2F6F8;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .finder {
    padding: 30px 10px 30px;
  }
}
.finder .page-header h1 {
  margin-bottom: 30px;
}
.finder p {
  margin-bottom: 25px;
}
.finder .search-total {
  margin-top: 20px;
  margin-bottom: 0;
}
.finder .zoekwoord {
  color: #102539;
}
.finder #finder-search input[type=text] {
  border: 1px solid #C5CCCF;
  background: white;
  height: 50px;
  border-radius: 5px;
  padding: 20px 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 350px;
}
@media (max-width: 575.98px) {
  .finder #finder-search input[type=text] {
    max-width: 80%;
  }
}
.finder #finder-search input[type=text]::placeholder {
  color: #000;
  font-size: 16px;
  background: white;
}
.finder #finder-search input[type=text]:focus {
  outline: none;
}
.finder #finder-search .word {
  display: flex;
}
.finder #finder-search .word .btn-search {
  background: #102539;
  color: #FFFFFF;
  height: 50px;
  width: 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 575.98px) {
  .finder #finder-search .word .btn-search {
    width: 40px;
  }
}
.finder #finder-search .word .btn-search:hover {
  background: #050b11;
}
.finder #search-result-list {
  list-style: decimal;
  margin-top: 50px;
  margin-left: 30px;
}
.finder #search-result-list li::marker {
  font-weight: 700;
  font-size: 28px;
  font-weight: bolder;
}
.finder #search-result-list a {
  text-decoration: none;
  display: block;
}
.finder #search-result-list a:hover h3 {
  color: #102539;
}
.finder #search-result-list a:hover h3 mark {
  transition: 0.2s;
  color: #102539;
}
.finder #search-result-list a h3 {
  margin-top: 20px;
  transition: 0.2s;
  margin-bottom: 10px;
}
.finder #search-result-list a h3 mark {
  background: none;
  transition: 0.2s;
}
.finder #search-result-list a .result-text {
  color: #000;
  font-weight: 400;
}
.finder #search-result-list a .result-text mark {
  color: #102539;
  background: none;
  font-weight: 700;
}
.finder .pagination {
  margin-top: 40px;
}
.finder .pagination li .icon-angle-double-left:before, .finder .pagination li .icon-angle-left:before {
  content: "";
  font-family: "dewaal-icomoon";
  color: #000;
}
.finder .pagination li.active a {
  background: #102539;
  color: #FFFFFF;
}
.finder .pagination li a {
  color: #102539;
  font-weight: 700;
}
.finder .pagination li .icon-angle-double-right:before, .finder .pagination li .icon-angle-right:before {
  content: "";
  font-family: "dewaal-icomoon";
  color: #000;
}

body.actueel-blog .page-header {
  padding-bottom: 80px;
}
body.actueel-blog #visual .scroll-icon-wrapper {
  display: none;
}
body.actueel-blog.category .masonry-items .card .card-body {
  height: 550px;
}
@media (max-width: 1399.98px) {
  body.actueel-blog.category .masonry-items .card .card-body {
    height: 450px;
  }
}
@media (max-width: 1199.98px) {
  body.actueel-blog.category .masonry-items .card .card-body {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  body.actueel-blog.category .masonry-items .card .card-body {
    height: 450px;
  }
}
body.actueel-blog.category .masonry-items .carousel-wrapper {
  background: #F2F6F8;
  position: relative;
  margin-top: 50px;
  padding: 60px 0 70px;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-header h3 {
  margin-top: 0;
}
body.actueel-blog.category .masonry-items .carousel-wrapper:before {
  content: "";
  background: #F2F6F8;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items {
    padding: 0;
  }
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-list {
  margin: 0 -15px;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-list .card.default {
  border-radius: 0;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-slide {
  margin: 0 15px;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-next,
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-prev {
  border: none;
  position: absolute;
  background: #102539;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 10;
  top: 137px;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-next.slick-disabled,
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-prev.slick-disabled {
  display: none !important;
}
@media (max-width: 767.98px) {
  body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-next,
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-prev {
    top: 150px;
  }
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-next:hover,
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-prev:hover {
  background: #050b11;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-next:before,
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-prev:before {
  font-family: "dewaal-icomoon";
  color: #FFFFFF;
  opacity: 1;
  font-size: 15px;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-prev {
  left: -25px;
}
@media (max-width: 767.98px) {
  body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 575.98px) {
  body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-prev {
    transform: translate(-20%, -50%);
  }
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-prev:before {
  content: "";
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-next {
  right: -25px;
}
@media (max-width: 767.98px) {
  body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-next {
    right: 0;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 575.98px) {
  body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-next {
    transform: translate(20%, -50%);
  }
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items .slick-next:before {
  content: "";
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items article {
  min-height: 411px;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items article:hover .picture img {
  transform: scale(1.025);
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items article .card-body {
  min-height: 250px;
  height: auto;
  justify-content: start;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items article .card-body .picture {
  height: 250px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items article .card-body .picture {
    height: 300px;
  }
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items article .card-body .picture img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  min-width: 100%;
  max-width: unset;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items article .card-body .card-content {
  position: relative;
  top: 100%;
  background-image: none;
  padding: 20px;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items article .card-body .card-content .card-meta {
  font-size: 14px;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items article .card-body .card-content .card-meta span {
  font-size: 14px;
  line-height: 16px;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items article .card-body .card-content h2 {
  font-size: 22px;
  line-height: 1.4em;
  margin-top: 8px;
  margin-bottom: 0;
}
body.actueel-blog.category .masonry-items .carousel-wrapper .carousel-items article .card-body .card-content::after {
  display: none;
}
body.actueel-blog .nieuwspage-container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767.98px) {
  body.actueel-blog .nieuwspage-container {
    margin: 0 15px;
  }
}
body.actueel-blog .nieuwspage-container img {
  margin-left: -73px !important;
  margin-right: -73px !important;
  width: calc(100% + 156px) !important;
  max-width: calc(100% + 156px);
}
@media (max-width: 767.98px) {
  body.actueel-blog .nieuwspage-container img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 100%;
  }
}
body.actueel-blog .nieuwspage-container .wf-icon-zoom-image {
  margin-left: -50px !important;
  margin-right: -50px !important;
  width: calc(100% + 120px);
  max-width: calc(100% + 120px);
}
@media (max-width: 767.98px) {
  body.actueel-blog .nieuwspage-container .wf-icon-zoom-image {
    margin-left: -50px !important;
    margin-right: -50px !important;
    width: calc(100% + 45px);
    max-width: calc(100% + 45px);
  }
}
body.actueel-blog .image-wrapper {
  margin: 40px auto;
}
body.actueel-blog .image-wrapper .subtext {
  font-size: 14px;
  font-weight: 700;
  color: #CDCFD1;
}
body.actueel-blog blockquote {
  margin-top: 30px 0;
}
body.actueel-blog p {
  margin-bottom: 35px;
}

body.actueel-blog.article #visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body.actueel-blog.article .visual {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  width: 834px;
  max-width: 100%;
  max-height: 100%;
  height: 468px;
  overflow: hidden;
  margin: 0 auto;
  padding-inline: 30px;
  box-sizing: content-box;
}
@media (max-width: 991.98px) {
  body.actueel-blog.article .visual.intro-image {
    padding-inline: 0;
  }
}
@media (max-width: 767.98px) {
  body.actueel-blog.article .visual {
    padding-top: 0;
    padding-inline: 0;
    height: 70vw;
  }
}
body.actueel-blog.article .visual .img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  background-attachment: unset !important;
  background-size: cover;
  border-radius: 4px;
  background-position: center center;
}
@media (max-width: 767.98px) {
  body.actueel-blog.article .visual .img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
body.actueel-blog.article .visual .visual-overlay {
  display: none;
}
body.actueel-blog.article .visual img {
  object-fit: cover;
  min-width: 100%;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  body.actueel-blog.article .visual img {
    position: absolute;
    width: 100vw;
    height: 100%;
    max-height: 70vw;
  }
}

.center-text {
  text-align: center;
}

.blog26 .blog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991.98px) {
  .blog26 .blog-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog26 .blog-items .card .picture {
  min-height: 290px;
}

body.contact {
  /**
   * Alle contactpersonen
   */
}
body.contact .item-page {
  padding-bottom: 70px;
}
body.contact .com-content-article__body > .row {
  row-gap: 30px;
}
body.contact .articlebody-text {
  max-width: 762px;
  margin-bottom: 30px;
}
body.contact .storingsnummer {
  background: #F2F6F8;
  padding: 28px 40px;
  margin-top: 80px;
}
@media (max-width: 1199.98px) {
  body.contact .storingsnummer {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  body.contact .storingsnummer {
    padding: 20px;
  }
}
body.contact .storingsnummer h3 {
  margin-top: 0;
}
body.contact .storingsnummer p:last-child {
  margin-bottom: 0;
}
body.contact .storingsnummer .phonenumber {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  body.contact .storingsnummer .phonenumber {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
body.contact .storingsnummer .phonenumber a {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
body.contact .contact-information {
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  body.contact .contact-information {
    margin-top: 50px;
  }
}
body.contact .contact-information h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
body.contact .contact-information pre,
body.contact .contact-information p {
  font-family: inherit;
  margin-bottom: 0;
}
body.contact .contact-information .email-phone {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  body.contact .contact-information .email-phone {
    margin: 20px 0;
  }
}
body.contact .contact-information .email-phone a {
  color: #102539;
  line-height: 32px;
  text-decoration: none;
}
body.contact .contact-information .email-phone a:hover {
  color: #001b26;
}
body.contact .bank-information .wrapper {
  display: flex;
}
body.contact .bank-information .wrapper .key {
  margin-top: 0;
  min-width: 65px;
  line-height: 30px;
}
body.contact .openinghours {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  body.contact .openinghours {
    margin: 20px 0;
  }
}
body.contact .openinghours .titel {
  margin-bottom: 10px;
}
body.contact .openinghours .wrapper {
  display: flex;
}
body.contact .openinghours .wrapper .key {
  width: 50%;
  line-height: 30px;
  max-width: 143px;
}
body.contact .openinghours .wrapper .value {
  white-space: nowrap;
}
body.contact .contact-block {
  padding: 35px;
  padding-top: 30px;
  height: 100%;
  background-color: #F2F6F8;
  border-radius: 5px;
}
body.contact .contact-block h3 {
  display: flex;
  align-items: center;
  margin-top: 0;
}
body.contact .contact-block h3 .icon {
  margin-top: 0;
  margin-right: 15px;
}
body.contact .contact-block a {
  display: block;
  width: fit-content;
  margin-top: 10px;
}
body.contact .contact-block span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}
body.contact .contact-block span + a {
  margin-top: 0;
}
body.contact .contactpersonen {
  margin-bottom: 108px;
  padding: 0;
}
body.contact .contactpersonen h2 {
  font-size: 40px;
  margin-top: 55px;
}
@media (max-width: 1199.98px) {
  body.contact .contactpersonen h2 {
    margin-top: 30px;
  }
}
body.contact .snazzymaps iframe {
  height: 100%;
}
@media (max-width: 991.98px) {
  body.contact .snazzymaps iframe {
    height: 822px;
  }
}

.article:not(:has(.mod-breadcrumbs__wrapper)) .item-page {
  margin-top: 50px;
}
.article .item-page {
  padding-bottom: 45px;
  /* Logo's in tekstpaginas */
}
.article .item-page .page-header {
  margin-top: 10px;
}
.article .item-page h1 {
  margin-top: 5px;
}
.article .item-page p:empty {
  display: none;
}
.article .item-page iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.article .item-page ul {
  position: relative;
  padding: 0;
  padding-left: 30px;
  list-style: none;
}
.article .item-page ul li {
  margin-bottom: 15px;
}
.article .item-page ul li:before {
  content: "";
  position: absolute;
  margin-top: 3px;
  left: 0;
  font-family: "dewaal-icomoon";
  font-size: 14px;
  color: #102539;
}
.article .item-page .wf_caption {
  max-width: 100% !important;
  width: 100% !important;
}
.article .item-page .wf_caption > a {
  width: 100%;
}
.article .item-page img {
  width: 100%;
}
.article .item-page .wf_caption span {
  margin-left: -73px;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .article .item-page .wf_caption span {
    margin-left: 0;
  }
}
.article .item-page.vacature-page {
  padding-bottom: 80px;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .article .item-page.vacature-page {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .article .item-page.vacature-page {
    padding-bottom: 50px;
  }
}
.article .item-page .voordelen {
  margin: 35px 0;
  padding: 70px;
  background-color: #F2F6F8;
}
@media (max-width: 767.98px) {
  .article .item-page .voordelen {
    padding: 45px;
  }
}
@media (max-width: 575.98px) {
  .article .item-page .voordelen {
    padding: 30px;
  }
}
.article .item-page .voordelen h3 {
  margin-top: 0;
}
.article .item-page .voordelen ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .article .item-page .voordelen ul {
    grid-template-columns: 1fr;
  }
}
.article .item-page .voordelen ul li {
  padding-right: 15px;
  position: relative;
  margin: 0;
}
.article .item-page .voordelen ul li::before {
  left: -30px;
  font-weight: bold;
}
.article .item-page img.logo {
  max-width: 250px;
  padding: 20px;
  border: 1px solid #C5CCCF;
}
.article .reading-man {
  margin: -110px 0 60px;
  max-width: 210px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .article .reading-man {
    margin: 30px 0 0;
    max-width: 210px;
    margin-left: inherit !important;
  }
}
.article .sidebar {
  margin-bottom: 40px;
}
.article .sidebar .fields26 {
  padding-left: 45px;
}
@media (max-width: 991.98px) {
  .article .sidebar .fields26 {
    padding-left: 0;
  }
  .article .sidebar .fields26 .fields26-text {
    word-break: break-word;
  }
}
.article .sidebar .fields26 .field {
  margin: 16px 0 0 0;
  padding-left: 0;
  border-bottom: 2px solid #102539;
}
.article .sidebar .fields26 .field h4 {
  color: #000;
}
.article .sidebar .fields26 .field .content p {
  font-size: 16px;
  color: #102539;
}
.article .sidebar .fields26 .field .content p:before {
  margin-right: 8px;
  content: "•";
  vertical-align: 2px;
}
.article .sidebar .fields26 .field:last-child {
  border: none;
}
.article blockquote {
  padding: 28px 32px;
  margin-top: 50px;
  position: relative;
  background-color: #F2F6F8;
}
@media (max-width: 767.98px) {
  .article blockquote {
    padding: 22px 25px;
  }
}
.article blockquote * {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #001B26;
}
@media (max-width: 767.98px) {
  .article blockquote * {
    font-size: 22px;
    line-height: 24px;
  }
}
.article blockquote p:last-of-type {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
  line-height: 1;
}
.article blockquote:before {
  font-family: "dewaal-icomoon";
  content: "";
  color: #FFFFFF;
  position: absolute;
  left: 32px;
  top: 0;
  transform: translateY(-50%);
  background: #E70014;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.article.project h3, .article.actueel-blog h3 {
  margin-top: 0;
}
.article.project .article-info, .article.actueel-blog .article-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  line-height: 1;
}
.article.project .article-info span, .article.actueel-blog .article-info span {
  font-size: 16px;
  font-weight: 700;
  color: #757778;
}
.article.project .article-info span:first-child + span, .article.actueel-blog .article-info span:first-child + span {
  display: flex;
  align-items: center;
}
.article.project .article-info span:first-child + span:before, .article.actueel-blog .article-info span:first-child + span:before {
  content: "•";
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  bottom: 1px;
  font-size: 19px;
  font-family: "dewaal-icomoon";
}
.article.project h1,
.article .vacature-title h1 {
  margin-top: 0;
}
.article .related.project {
  margin-top: 120px;
  margin-bottom: 0;
  border-top: 0;
}
@media (max-width: 767.98px) {
  .article .related.project {
    margin-top: 60px;
  }
}
.article .related.project.projecten-nieuwsitems {
  border: none;
}
.article a.btn-previous {
  margin: 60px 0 40px;
}
.article .related {
  padding-top: 33px;
  margin-bottom: 0;
  margin-top: 20px;
  border-top: 1px solid #C5CCCF;
}
@media (max-width: 767.98px) {
  .article .related {
    margin-bottom: 100px;
  }
}
.article .related h3 {
  margin-bottom: 30px;
  margin-top: 0;
}
.article .related .card {
  height: 391px;
}

.osmap-sitemap {
  padding-bottom: 45px;
}

.article:not(.actueel-blog) .wf-icon-zoom-image {
  right: 10px;
}

.article .item-page .wf_caption span {
  margin-left: 0;
  font-size: 14px;
  line-height: 20px;
}
.article .item-page .wf_caption span.wf-icon-zoom-image svg {
  right: 18px;
}
.article .item-page .wf_caption span:not(:has(svg)):before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #102539;
  margin-right: 5px;
}

body {
  color: #212529;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  margin-top: 90px;
}
body#tinymce {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.lightbox {
  display: none;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 5px;
}

main {
  overflow-x: hidden;
}