@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 pro 400";
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 pro 300";
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 pro solid 900";
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 duotone solid 900";
  src: url('../fonts/Font-Awesome-5-Duotone-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --sub-black: #3e3e3e;
  --zwart: black;
  --md-red: #e30613;
  --grey: #b4b2b1;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

a {
  color: var(--white);
  text-decoration: none;
}

.slider {
  background-color: var(--sub-black);
  height: 100vh;
}

.navbar {
  background-color: var(--zwart);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.container.vertical-div {
  flex-direction: column;
}

.container.vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.container._100 {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.container.navmenu {
  flex-direction: row;
  align-items: center;
}

.container._500px {
  height: 500px;
}

.container._500px.black {
  background-color: var(--sub-black);
}

.container._500px.black.padding-22 {
  height: auto;
  padding: 22px;
}

.container.top-bottom-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container.top-bottom-50.centerd {
  align-items: center;
}

.container.middle {
  justify-content: center;
}

.brand {
  height: 100%;
}

.image {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-2 {
  display: flex;
}

.logo-placeholder {
  flex: 1;
  height: 100%;
}

.slide {
  background-image: linear-gradient(65deg, #000, #53535300 66%), url('../images/elektro-emdee-work-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.placeholder-divblock._100 {
  width: 100%;
  padding-right: 0;
  display: flex;
}

.placeholder-divblock._100.homepage {
  background-image: url('../images/Wij-denken-verder.jpg');
  background-position: 50% 80%;
  background-size: cover;
  height: 75vh;
  display: none;
}

._50-divblock {
  width: 50%;
  height: 100%;
}

._50-divblock.black-50 {
  background-color: #00000080;
  height: 100%;
}

._50-divblock.black-50.padding-20 {
  padding: 5% 10%;
}

.slider-divblock {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.slider-divblock.slide-2 {
  z-index: 2;
  justify-content: flex-end;
  position: relative;
  inset: 0%;
}

.slider-title {
  color: var(--white);
  width: auto;
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.slider-title.allign-right {
  text-align: right;
}

.slider-title.black {
  color: var(--zwart);
}

.title-placeholder-slider {
  width: 375px;
}

.title-placeholder-slider.allign-right {
  text-align: right;
}

.cap-line {
  background-color: var(--md-red);
  background-image: linear-gradient(to bottom, var(--md-red), var(--md-red));
  width: auto;
  height: 5px;
  margin-bottom: 15px;
}

.cap-line._70 {
  background-color: var(--md-red);
  background-image: none;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.cap-line._80 {
  width: auto;
}

.cap-line.contact {
  height: 2px;
}

.hoofdtekst {
  color: var(--white);
  width: 100%;
  line-height: 24px;
}

.hoofdtekst._70 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 100px;
}

.hoofdtekst.no-padding {
  margin-bottom: 0;
}

.hoofdtekst.no-padding:hover {
  color: var(--white);
}

.hoofdtekst.no-padding._5-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.hoofdtekst.no-padding._5-5.black:hover {
  color: var(--zwart);
}

.hoofdtekst.no-padding._5-5.black.center {
  text-align: center;
}

.hoofdtekst.copyright {
  margin-top: 10px;
}

.hoofdtekst.copyright.grey {
  color: #b4b2b1;
}

.hoofdtekst.allign-right {
  text-align: right;
}

.hoofdtekst.black {
  color: var(--zwart);
  line-height: 24px;
}

.hoofdtekst.black.lees-meer, .hoofdtekst.orange {
  color: var(--md-red);
}

.hoofdtekst.orange.cta {
  margin-top: 15px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 700;
}

.button {
  background-color: var(--md-red);
}

.button.filled {
  background-color: var(--md-red);
  border-radius: 10px;
  transition: box-shadow .2s;
}

.button.filled:hover {
  box-shadow: inset 20px 0 20px 20px #0003;
}

.button.lined {
  border-radius: 10px;
  transition: opacity .2s;
}

.button.lined:hover {
  box-shadow: inset 14px 14px 20px 20px #00000021;
}

.button.lined.margin-left-10 {
  border: 1px solid var(--md-red);
  background-color: #0000;
  border-radius: 10px;
  margin-left: 10px;
  transition: background-color .2s;
}

.button.lined.margin-left-10:hover {
  background-color: var(--md-red);
}

.regular-title {
  color: var(--white);
  font-size: 60px;
  line-height: 75px;
}

.regular-title.centerd {
  text-align: center;
}

.regular-title.centerd.no-padding {
  text-align: left;
  margin-bottom: 0;
}

.nav-link {
  color: #fff;
}

.nav-link:hover, .nav-link:focus {
  color: var(--md-red);
}

.nav-link.w--current {
  background-color: var(--md-red);
  color: var(--white);
}

.usp-section {
  background-color: #b4b2b11a;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title-placeholder {
  width: 100%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 25px;
}

.title-placeholder._0 {
  margin-top: 5%;
  margin-bottom: 0%;
}

.title-placeholder._10-bottom {
  margin-top: 5%;
  margin-bottom: 5%;
}

.title-placeholder.padding-bottom {
  margin-bottom: 0%;
}

.subtitel {
  color: var(--md-red);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.subtitel.left {
  text-align: left;
}

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

.regular-title-content {
  color: var(--white);
  font-size: 50px;
  line-height: 75px;
}

.regular-title-content.centerd {
  text-align: center;
}

.regular-title-content.black {
  color: var(--sub-black);
  line-height: 60px;
}

.regular-title-content.black.centerd {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
}

.regular-title-content.black.centerd.white {
  color: var(--white);
}

.info-service-wrapper {
  background-color: var(--white);
  border: 1px solid #e0e0e0;
  padding: 40px 40px 60px;
  position: relative;
  overflow: hidden;
}

.usp-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.usp-icon-image {
  flex: 1;
  padding-left: 0;
  display: block;
}

.service-wrapper {
  width: 100%;
  margin-top: 0%;
}

.service-heading {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.service-heading.left-allign {
  text-align: left;
}

.service-heading.left-allign._24 {
  font-size: 24px;
  line-height: 30px;
}

.service-heading.left-allign._24.white {
  color: #fff;
}

.hoofdtekst-zwart {
  text-align: left;
  margin-left: 0;
}

.hoofdtekst-zwart.right {
  text-align: left;
}

.image-wrapper-team {
  border-radius: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.color-line-placeholder {
  background-color: var(--md-red);
  width: 80%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.column {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.color-line-placeholder-left {
  background-color: var(--sub-black);
  width: 20%;
  height: 3px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer {
  background-color: var(--sub-black);
  color: var(--grey);
  height: auto;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer-columns {
  width: 100%;
  padding-bottom: 15px;
}

.footer-menu-header.white {
  color: var(--white);
}

.footerlink:hover {
  color: var(--md-red);
}

.div-block-6 {
  border-top: 1px solid var(--grey);
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.slide-3 {
  background-image: linear-gradient(294deg, #000, #0000), url('../images/Building.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.section {
  background-image: url('../images/man-making-cable-voltage-measure.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  margin-top: 0;
}

.expertise-wrapper {
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  padding: 40px 40px 60px;
  position: relative;
  overflow: hidden;
}

.expertise-section {
  background-color: #b4b2b11a;
  height: 100%;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 100px;
}

.absolute-divblock-expertise-base {
  background-color: var(--white);
  padding: 40px 40px 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.absolute-divblock-expertise-second {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: absolute;
  inset: 0%;
}

.icon-placeholder {
  background-color: var(--md-red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.icon-placeholder.black {
  background-color: var(--sub-black);
}

.icon-placeholder._2 {
  padding-right: 0;
}

.cta-section {
  background-color: var(--white);
  background-image: linear-gradient(82deg, #000, #fff0), url('../images/Contact.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  height: auto;
  display: none;
}

.logo-grid {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.partner-placeholder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-section {
  background-image: url('../images/man-making-cable-voltage-measure.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
}

.header-section.over-ons {
  background-image: linear-gradient(67deg, #0009 13%, #fff0), url('../images/Afbeelding3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-section.updates {
  background-image: linear-gradient(54deg, #000000bd 20%, #0000), url('../images/elektro-emdee-work-3.jpg');
  background-position: 0 0, 0 20%;
  background-size: auto, cover;
}

.header-section.contact {
  background-image: linear-gradient(67deg, #000000b3 13%, #fff0), url('../images/elektro-emdee-work-3.jpg');
  background-position: 0 0, 0 20%;
  background-size: auto, cover;
}

.header-section.nieuws {
  background-image: linear-gradient(204deg, #000, #fff);
}

.header-section.diensten {
  background-image: url('../images/68a5fad465f48ab2a01d83f0_green-emergency-exit-sign-hospital-showing-way-escape-night.jpg');
  background-repeat: no-repeat;
}

.header-section.diensten.img-change {
  background-image: url('../images/60a0ed55fb0b5f0a32b0e1aa_man-holds-electric-drill-his-hand-drilling.jpg');
}

.header-section.diensten.camera-img {
  background-image: url('../images/img1.jpg');
}

.header-section.diensten.data-img {
  background-image: url('../images/68a5fad465f48ab2a01d83f2_network-engineer-connecting-servers.jpg');
}

.header-section.diensten.domotica-img {
  background-image: url('../images/68a5fad465f48ab2a01d83ed_digital-tablet-screen-with-smart-home-controller-wooden-table.jpg');
}

.header-section.diensten.alarm-img {
  background-image: url('../images/68a5fad465f48ab2a01d83f4_close-up-hand-businessman-using-keycard-open-door.jpg');
}

.header-section.algemene-vooraarden {
  background-image: linear-gradient(53deg, #000000b3, #0000), url('../images/Brainstorm.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
}

.header-section.doelgroepen {
  background-position: 50% 0;
}

.partner-section {
  background-color: var(--white);
  height: auto;
}

.cta-wrapper {
  width: 650px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-title {
  color: var(--white);
  font-size: 30px;
  line-height: 40px;
}

.rename-placeholder {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 15px;
}

.pagination {
  margin-top: 25px;
}

.next {
  border-color: var(--sub-black);
  transition: background-color .2s;
}

.next:hover {
  border-color: var(--white);
  background-color: var(--md-red);
  color: var(--white);
}

.news-placeholder {
  border: 1px solid #b4b2b166;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.news-placeholder:hover {
  border-color: var(--md-red);
}

.image-placeholder {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
}

.news-content-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  height: 220px;
  padding: 10px 15px;
  display: flex;
}

.newsheading.black {
  color: var(--sub-black);
}

.columns {
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.content-wrapper-over-ons {
  width: 500px;
  position: relative;
}

.over-ons-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-2 {
  position: sticky;
  top: 0;
  bottom: 0;
}

.partnerlogo {
  max-width: 80%;
}

.collection-list-wrapper-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.team-member-image {
  border: 1px solid #b4b2b136;
  border-radius: 100%;
  flex: 1;
  padding-left: 0;
  display: block;
}

.info-service-wrapper-copy {
  background-color: var(--white);
  border: 1px solid #e0e0e0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  height: auto;
  display: grid;
}

.collection-item {
  flex-direction: row;
  flex: 1;
  display: flex;
}

.section-2 {
  background-color: #b4b2b140;
  padding-top: 50px;
  padding-bottom: 100px;
}

.social-placeholder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.social-team {
  border: 1px solid #b4b2b180;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 10px;
}

.social-team.team {
  box-shadow: 0 0 1px #000;
}

.social-team.team:hover {
  box-shadow: 0 0 1px 0 var(--md-red);
}

.div-block-10 {
  position: absolute;
  inset: auto 0% 5%;
}

.top-wrapper-team {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.video-hero-wrapper, .background-video {
  height: 100vh;
}

.collection-list-2 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.news {
  background-color: #b4b2b11a;
  height: 100%;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.vacatures-section {
  background-color: var(--sub-black);
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.vacature-image-placeholder {
  border: 1px solid #b4b2b166;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.vacature-titel {
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-4, .paragraph-5 {
  color: var(--md-red);
}

.vacature-content-wrapper2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  padding: 15px;
  transition: border-color .2s;
  display: flex;
}

.vacature-content-wrapper2:hover {
  border: 1px solid var(--md-red);
}

.utility-page-wrap {
  background-color: var(--sub-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-3 {
  color: var(--white);
  margin-top: 25px;
}

.div-block-12 {
  margin-top: 25px;
}

.contact-section {
  padding-top: 50px;
}

.contact-section.bottom-50 {
  padding-bottom: 100px;
}

.contact-wrapper {
  width: 100%;
  height: 100%;
}

.contact-details-wrapper {
  margin-top: 25px;
}

.contact-header {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-link {
  color: var(--zwart);
  transition: color .2s;
}

.contact-link:hover {
  color: var(--md-red);
}

.div-block-13 {
  background-color: var(--sub-black);
  border: 1px solid #b4b2b140;
  height: auto;
  margin-top: 15px;
  padding: 40px;
}

.heading-5 {
  color: var(--white);
}

.title-wrapper {
  width: 100%;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.paragraph-6 {
  color: var(--white);
}

.contact-form-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #b4b2b180;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-color: var(--md-red);
  color: var(--white);
}

.text-field::placeholder {
  color: var(--white);
}

.text-field.big-padding {
  padding-bottom: 50px;
}

.field-label, .field-label-2 {
  color: var(--white);
}

.contact-wrapper-main {
  box-shadow: 1px 1px 20px -8px #000;
}

.column-4 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.columns-2 {
  display: flex;
}

.column-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.categorie-wrapper {
  background-color: var(--md-red);
  border-radius: 10px;
  padding: 0;
  position: absolute;
  inset: 20px auto auto 20px;
}

.update-categorie {
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
}

.nieuws-wrapper {
  width: 600px;
}

.titel-wrapper {
  width: auto;
}

.nieuws-titel {
  color: var(--zwart);
  margin-top: 0;
  font-size: 60px;
  line-height: 75px;
}

.nieuws-titel.black {
  color: var(--zwart);
}

.datum-aanduiding {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
  line-height: 24px;
}

.nieuws-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.update-background-wrapper {
  background-color: #0000;
  background-image: linear-gradient(69deg, #00000080, #0000);
  height: 100%;
}

.onderwerp-wrapper {
  background-color: var(--md-red);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.titel-wrapper-2 {
  width: auto;
  display: inline-block;
}

.collection-list-wrapper-3 {
  width: 100%;
  height: 100%;
}

.section-3 {
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.section-3._2, .section-3.b._1e-alinea-section.c {
  display: none;
}

.rich-text-block {
  color: #fffcfc;
  padding-bottom: 10px;
}

.shader {
  background-image: linear-gradient(46deg, #000000b3, #0000);
  width: 100%;
  height: 100%;
}

.diensten-placeholder {
  width: auto;
}

.beschrijving-diensten {
  width: 375px;
}

.rich-text-block-2 {
  color: var(--white);
}

.content-placeholder-1 {
  height: auto;
  display: none;
}

.diensten-columns {
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.rich-text-block-3 {
  width: 80%;
}

.diensten-tekst-wrapper {
  justify-content: flex-end;
  height: 100%;
  margin-right: -1px;
  display: flex;
}

.image-wrapper-diensten {
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.column-6 {
  height: auto;
  padding-right: 0;
}

.text-block {
  color: var(--white);
}

.dropdown-toggle {
  padding-right: 20px;
}

.dropdown-toggle.navlink:hover {
  color: var(--md-red);
}

.dropdown-toggle.navlink:focus {
  background-color: var(--md-red);
}

.dropdown-toggle.navlink.w--open {
  display: block;
}

.dropdown-toggle.navlink.vertical {
  padding-left: 20px;
}

.dropdown-menu {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 15px;
  font-size: 14px;
}

.dropdown-menu:hover {
  color: var(--md-red);
}

.collection-item-2 {
  background-color: var(--sub-black);
  flex: 1;
  width: 225px;
  padding-left: 0;
}

.navbar-2 {
  background-color: var(--sub-black);
  position: fixed;
  inset: 0% auto 0% 0%;
}

.container-vertical {
  flex-direction: column;
  display: flex;
}

.logo-placeholder-vertical {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
}

.onderwerp-datum-wrapper {
  display: flex;
}

.datum-wrapper {
  background-color: var(--sub-black);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 10px;
}

.onderwerp {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
  line-height: 24px;
}

.algemene-voorwaarden {
  padding-top: 50px;
  padding-bottom: 50px;
}

.rich-text-block-4 {
  background-color: var(--white);
  margin-top: 5%;
}

.rich-text-block-5 {
  margin-top: 5%;
}

.collection-item-4 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.form, .form-block {
  color: var(--white);
}

.filters-wrapper {
  border: 4px #f1eeff;
  width: 100%;
  padding: 16px 16px 0;
  display: none;
}

.sort-button {
  margin: 8px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 1;
  transition: border-color .1s, background-color .1s, color .1s;
  box-shadow: inset 0 0 0 4px #f9f8f9;
}

.sort-button:hover {
  box-shadow: inset 0 0 0 4px #240c2e;
}

.sort-button.blue {
  border: 1px solid var(--md-red);
  box-shadow: none;
  color: var(--md-red);
}

.sort-button.blue:hover {
  box-shadow: inset 0 0 0 2px var(--md-red);
}

.sort-button.red {
  border: 1px solid var(--md-red);
  color: var(--md-red);
  box-shadow: inset 0 0 0 4px #fff0f2;
}

.sort-button.red:hover {
  box-shadow: inset 0 0 0 2px var(--md-red);
  color: var(--md-red);
}

.sort-button.yellow {
  border: 1px solid var(--md-red);
  box-shadow: none;
  color: var(--md-red);
}

.sort-button.yellow:hover {
  box-shadow: inset 0 0 0 2px var(--md-red);
}

.sort-button.orange {
  border: 1px solid var(--md-red);
  box-shadow: none;
  color: var(--md-red);
}

.sort-button.orange:hover {
  box-shadow: inset 0 0 0 4px #e99551;
}

.sort-button.orange.fltr-active {
  background-color: var(--md-red);
  color: var(--white);
}

.sort-button.orange.event, .sort-button.orange.vacature {
  display: none;
}

.filters-horizontal {
  text-align: center;
  justify-content: center;
  margin-bottom: 32px;
  display: flex;
}

.text-block-2 {
  color: var(--md-red);
}

.nav-menu-2 {
  flex-direction: column;
  display: flex;
}

.paragraph-7 {
  color: var(--white);
  margin-top: 10px;
}

.skillsbar-placeholder-1 {
  padding-bottom: 25px;
}

.skills-bar {
  justify-content: space-between;
  font-weight: 700;
  display: flex;
}

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

.skillsbar {
  background-color: var(--grey);
  color: var(--grey);
  border-radius: 20px;
  width: 100%;
  height: 10px;
  position: static;
  overflow: hidden;
}

.skillsbar.filler {
  z-index: 2;
  background-color: var(--md-red);
  width: 60%;
  position: absolute;
}

.skillsbar.filler.x {
  width: 90%;
}

.skillsbar.filler.y {
  width: 95%;
}

.skillsbar.filler.z {
  width: 90%;
}

.columns-3 {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.map {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.div-block-15 {
  width: 88%;
  position: relative;
}

.background-video-2 {
  height: 100%;
}

.video {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
}

.div-block-16 {
  background-color: #0000004d;
  height: 100%;
}

.div-block-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 160px;
  height: 160px;
}

.column-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.columns-4 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.columns-4.cms-alt {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-5 {
  padding-top: 25px;
}

.collection-item-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.collection-item-5.alt {
  flex-direction: row;
  display: flex;
}

.column-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tijdlijn-columns {
  align-items: center;
  height: 100%;
  margin-top: 50px;
  display: flex;
}

.tijdlijn-columns._2 {
  flex-direction: row-reverse;
}

.tijdlijn-columns._2.bottom-50, .tijdlijn-columns.laatste-tijdlijnelement {
  margin-bottom: 50px;
}

.image-placeholder-tijdlijn {
  background-image: url('../images/Brainstorm-1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 160px;
  height: 160px;
}

.image-placeholder-tijdlijn._1 {
  border: 3px solid var(--md-red);
  background-image: url('../images/tijdlijn-2.jpg'), url('../images/Brainstorm-1.jpg');
  background-position: 50%, 0 0;
  background-size: cover, cover;
}

.image-placeholder-tijdlijn._2 {
  border: 3px solid var(--md-red);
  background-image: url('../images/Tijdlijn-3.jpg');
}

.image-placeholder-tijdlijn._3 {
  border: 3px solid var(--md-red);
  background-image: url('../images/Tijdllijn-4.jpg');
}

.image-placeholder-tijdlijn._4 {
  border: 3px solid var(--md-red);
  border: 3px solid var(--md-red);
  background-image: url('../images/Tijdlijn-3.jpg');
}

.column-8 {
  height: 38%;
}

.column-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tijdlijn-placeholder {
  width: 50%;
}

.onze-markten-placeholder {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.collection-list-wrapper-6 {
  padding-top: 50px;
}

.tekst-wrapper-markten {
  color: var(--zwart);
  padding: 20px 40px;
}

.markten-wrapper {
  border: 1px solid #e0e0e0;
  height: 452px;
}

.timeline---line-placeholder {
  background-image: linear-gradient(270deg, transparent 49.9%, var(--grey) 50%, transparent 50.1%, white 50.5%);
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-7 {
  width: 100%;
}

.column-10, .column-11 {
  justify-content: flex-end;
  display: flex;
}

.rich-text-block-6 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.link-block {
  width: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-block-2 {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.pagination-2 {
  margin-top: 20px;
}

.div-block-18 {
  background-image: url('../images/16-01-06-werk-st.willi-013.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-3 {
  display: none;
  position: absolute;
  inset: 0%;
}

.background-video-3 {
  height: 100%;
}

.dropdown-list {
  width: 112.861%;
}

.dropdown-list.w--open {
  background-color: var(--sub-black);
  width: 200px;
}

.brand-placeholder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.form-block-2 {
  margin-top: 15px;
  margin-bottom: 0;
}

.step-placeholder {
  z-index: 5;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-hover-placeholder {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 11px 11px 20px -7px #000;
}

.hoofdtekst-2 {
  font-size: 16px;
}

.hoofdtekst-2.white {
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.hoofdtekst-2.white.right {
  text-align: right;
}

.hoofdtekst-2._20px {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.hoofdtekst-2._20px.big-quote {
  color: #fff;
  font-style: italic;
}

.hoofdtekst-2.link {
  color: var(--md-red);
  font-weight: 700;
}

.sub-news-kop-1 {
  align-self: flex-start;
  width: 30%;
  height: 200px;
  margin-top: 114px;
  margin-bottom: 0;
  position: relative;
}

.hoofdtekst-paragraaf {
  color: var(--sub-black);
  margin-bottom: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 22px;
}

.hoofdtekst-paragraaf.centerd {
  text-align: center;
}

.hoofdtekst-paragraaf._25-left {
  padding-left: 25px;
}

.sub-nieuwskop-2 {
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-end;
  width: 30%;
  height: 200px;
  margin-top: 0;
  margin-bottom: 400px;
  display: flex;
  position: relative;
}

.container-nav {
  width: 85%;
  height: 100vh;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
}

.container-nav.navbar-placeholder {
  height: auto;
}

.x-placeholder-contact {
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.top-bar {
  background-color: #fff;
  align-items: center;
  height: .1px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.bladzijde {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 793px;
  height: 100%;
  margin: auto auto 0%;
  padding-top: 0%;
  padding-bottom: 2%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 20px -4px #000;
}

.bladzijde.frontpage {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(51deg, #000, #fff);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  border: 10px #000;
  width: 793px;
  height: 165vh;
  padding-bottom: 5%;
  display: block;
  position: relative;
}

.bladzijde.voorwoord {
  z-index: 2;
  width: 793px;
  padding-top: 0%;
  padding-bottom: 2%;
  position: relative;
}

.bladzijde.voorwoord.dit-is-een-test {
  height: 0;
  margin-top: 0;
  padding-top: 0%;
  padding-bottom: 0%;
}

.bladzijde.pagina-02 {
  width: 793px;
  height: auto;
  margin-bottom: auto;
  padding-top: 0%;
}

.bladzijde.pagina-03 {
  align-items: flex-end;
  width: 793px;
  padding-top: 0%;
}

.bladzijde.no-bottom-padding {
  padding-bottom: 0%;
}

.div-block-14 {
  height: 10%;
  display: flex;
}

.contact-icons-placeholder {
  height: auto;
  margin-top: 15px;
  display: flex;
}

.link-block-4 {
  height: auto;
}

.contact-icon {
  margin-right: 10px;
}

.nav-menu-container {
  background-color: #ffffff29;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-radius: 100%;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  min-width: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.subtitel-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}

.subtitel-heading.orange {
  color: #ffa535;
  text-align: left;
}

.subtitel-heading.orange.no-padding {
  color: #ffa535;
  padding-left: 0;
  padding-right: 0;
}

.titel-frontpage {
  color: #ffa535;
  font-size: 70px;
  line-height: 80px;
}

.titel-frontpage.hoofdtitel {
  color: #fff;
  letter-spacing: 5px;
  white-space: normal;
  justify-content: center;
  font-size: 120px;
  display: flex;
}

.contact-icon-placeholder-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.button-2 {
  background-color: #7567f8;
  transition: box-shadow .2s;
}

.button-2:hover {
  background-color: #7567f8;
  box-shadow: inset 0 0 20px 20px #6558e2;
}

.div-block-29 {
  width: 75%;
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.image-placeholder-contact {
  justify-content: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.link-block-5 {
  width: 100%;
  height: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.contact-form-link:hover {
  color: #ffa535;
}

.contact-icon-placeholder-right-2 {
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-30 {
  width: auto;
}

.nav-menu-3 {
  background-color: #fff;
  flex: none;
  width: 100%;
  margin-left: 0;
  display: block;
  inset: 0%;
}

.text-span-8 {
  color: #ffa535;
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
}

.navlink:hover {
  color: var(--md-red);
}

.heading-contact-form {
  color: #ffa535;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.section-4 {
  color: #000;
  background-color: #d4d4d4;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 7%;
  padding-bottom: 5%;
}

.section-4.not-shown {
  display: none;
}

.progress-step {
  background-color: #ffa535;
  width: 6%;
  height: 8px;
  margin-right: 5px;
  padding-right: 0;
}

.progress-step.active {
  align-items: center;
  display: flex;
}

.progress-step.inactive {
  background-color: #ffa535;
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.progress-step.not-active {
  background-color: #ecd0ac;
  align-items: center;
  display: flex;
}

.magazine-container {
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 85%;
  height: 100%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: flex;
}

.magazine-container.frontpage {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.magazine-container.column-indeling {
  justify-content: center;
  margin-top: 0%;
  padding-top: 2%;
  display: flex;
}

.div-block-31 {
  width: 100%;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.nav-link-2 {
  background-color: #fff;
  justify-content: flex-start;
  font-size: 16px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #ffa535;
}

.magazine-logo-placeholder {
  justify-content: center;
  height: 33%;
  display: flex;
}

.volgende-pagina {
  background-color: #d4d4d4bf;
  border: 2px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 50px;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  inset: auto 5% 5% auto;
}

.volgende-pagina.inhoudsopgave {
  z-index: 99;
  background-color: var(--md-red);
  z-index: 99;
  inset: 50% 2% 50% auto;
  z-index: 99;
  inset: 50% 2% 50% auto;
  background-color: #ffa535;
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  border-style: none;
  width: 50px;
  padding: 1px 2px;
  display: flex;
  inset: 50% 2% 50% auto;
}

.navigation-item {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 225px;
  display: flex;
}

.navigation-item._2 {
  background-color: #fff;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 0;
}

.navigation-item._7 {
  flex-direction: row-reverse;
}

.container-2 {
  width: 90%;
  height: 100%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
}

.container-2.column-indeling {
  justify-content: center;
  margin-top: 0%;
  padding-top: 2%;
  display: flex;
}

.container-2.inhoudsopgave {
  height: 9%;
}

.container-2._100 {
  width: 85%;
}

.container-2.dit-is-een-test-2 {
  height: auto;
  margin-top: 0%;
}

.div-block-33 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.columns-5 {
  flex-direction: column;
  width: 99.9998%;
  display: flex;
}

.image-2 {
  max-width: none;
  height: 99.9999%;
}

.cover-container {
  flex: 1;
}

.magazine-header-placeholder {
  justify-content: center;
  height: 33%;
  padding: 20px;
  display: block;
}

.image-3 {
  max-width: none;
  max-height: 35%;
}

.heading-7 {
  color: var(--white);
  border: 1px solid #0000;
  font-size: 60px;
  line-height: 70px;
}

.bronvermelding-beschrijving {
  color: var(--zwart);
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.bronvermelding-beschrijving.right {
  text-align: right;
}

.bronvermelding-beschrijving.left {
  text-align: left;
}

.bronvermelding-beschrijving._15-side {
  padding-right: 15px;
}

.heading-titles {
  color: var(--sub-black);
  margin-top: 10px;
  font-size: 70px;
  line-height: 80px;
}

.heading-titles.black {
  color: #000;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-style: normal;
  line-height: 70px;
  display: block;
}

.heading-titles.centerd {
  text-align: center;
}

.bronvermelding {
  flex: 1;
  margin-top: 0;
  font-size: 10px;
}

.bronvermelding._10-padding {
  margin-left: 10px;
}

.bronvermelding.bottom-20-padding {
  margin-bottom: 20px;
}

.handtekening {
  margin-top: 30px;
  margin-bottom: 0;
}

.functieaanduiding-directeur {
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
}

.voorwoord-divblock-intro {
  z-index: 2;
  background-color: #0000;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0 0% 0 0;
  position: static;
}

.inleidende-koptekst {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.inleidende-koptekst.centerd {
  text-align: center;
}

.text-span {
  font-size: 30px;
}

.subheading {
  color: var(--md-red);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.naamaanduiding-directeur {
  margin-bottom: 0;
  font-size: 18px;
}

.text-span-4 {
  color: #ffa535;
}

.paginanummer {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.paginanummer.voorwoord-padding {
  font-size: 20px;
}

.paginanummer.top-20 {
  margin-top: 20px;
}

.vorige-pagina {
  background-color: #d4d4d4bf;
  border: 2px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 50px;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  inset: auto 5% 5% auto;
}

.vorige-pagina.inhoudsopgave {
  z-index: 99;
  background-color: var(--md-red);
  z-index: 99;
  inset: 50% auto 50% 2%;
  background-color: #ffa535;
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  border-style: none;
  width: 50px;
  padding: 1px 2px;
  position: fixed;
  inset: 50% auto 50% 2%;
}

.vorige-pagina-placegolder {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.covertekst-magazine {
  color: var(--white);
  width: 100%;
  font-size: 20px;
  line-height: 32px;
}

.covertekst-magazine._70 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 100px;
}

.covertekst-magazine.no-padding {
  margin-bottom: 0;
}

.covertekst-magazine.no-padding:hover {
  color: var(--white);
}

.covertekst-magazine.no-padding._5-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.covertekst-magazine.no-padding._5-5.black:hover {
  color: var(--zwart);
}

.covertekst-magazine.no-padding._5-5.black.center {
  text-align: center;
}

.covertekst-magazine.copyright {
  margin-top: 10px;
}

.covertekst-magazine.copyright.grey {
  color: #b4b2b1;
}

.covertekst-magazine.allign-right {
  text-align: right;
}

.covertekst-magazine.black {
  color: var(--zwart);
  line-height: 24px;
}

.covertekst-magazine.black.lees-meer, .covertekst-magazine.orange {
  color: var(--md-red);
}

.covertekst-magazine.orange.cta {
  margin-top: 15px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 700;
}

.magazine-spacer-div {
  justify-content: center;
  height: 33%;
  display: flex;
}

.container-content-page {
  flex-direction: column;
  width: 85%;
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.top-divblock-right {
  z-index: 2;
  background-color: #fff;
  flex: 1;
  width: 60%;
  height: 100%;
  padding: 0 0% 25px 0;
  position: static;
}

.column-13 {
  position: sticky;
  top: 0;
  bottom: 0;
}

.top-divblock {
  flex: 0 auto;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.paragraph-placeholder-02 {
  height: 75%;
  padding: 0 30px 30px;
}

.column-14 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-24 {
  background-color: var(--md-red);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.div-block-8 {
  background-image: url('../images/Bedrijf-van-het-jaar-2021.jpg');
  background-position: 50% 30%;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding-right: 0%;
}

.absolute-inhoudsopgave {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 85%;
  height: 100%;
  margin: auto auto 0%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 20px -4px #000;
}

.absolute-inhoudsopgave.no-bottom-padding {
  padding-bottom: 0%;
}

.absolute-inhoudsopgave.no-bottom-padding.absolute {
  z-index: 50;
  width: 100%;
  height: 185vh;
  margin-top: 0%;
  padding-top: 5%;
  display: none;
  position: absolute;
  inset: 0%;
}

.inhoudsopgave-box {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin: 10px;
  display: flex;
}

.heading-titles-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 70px;
  line-height: 80px;
}

.heading-titles-2.black {
  color: #000;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-style: normal;
  line-height: 70px;
  display: block;
}

.heading-titles-2.black.middle {
  text-align: center;
  width: 100%;
  font-weight: 700;
}

.heading-titles-2.black.middle.thirsty {
  color: #ffa535;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.heading-titles-2.black.voorwoord {
  width: 100%;
}

.inhoudsoptie-placeholder {
  flex-direction: column;
  width: 99.9997%;
  display: flex;
}

.inhoudsopgave-placeholder {
  width: 99.9997%;
  margin-top: 25px;
}

.inhoud-boxtitle {
  color: var(--sub-black);
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.big-image-placeholder {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.big-image-placeholder._12 {
  background-image: url('../images/Sneak-peak.jpg');
}

.text-span-2 {
  color: #ffa535;
  font-size: 28px;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  grid-template-columns: 1fr 1fr;
  width: 95%;
  padding-bottom: 50px;
}

.grid-inhoudspagina {
  width: 100%;
  height: 100%;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
}

.columns-7 {
  padding: 25px;
}

.title-block {
  justify-content: flex-end;
  display: flex;
}

.title-block.pagina-03 {
  margin-bottom: 20px;
}

.title-block._70 {
  max-width: 70%;
  padding-left: 25px;
}

.right-block._60 {
  background-color: #ffa53580;
  width: 60%;
  height: 110%;
  overflow: hidden;
}

.paginanummer-placeholder {
  width: 100%;
}

.paginanummer-placeholder._92-5 {
  width: 92.5%;
}

.heading-main {
  color: #fff;
  margin-top: 10px;
  font-size: 70px;
  line-height: 80px;
}

.heading-main.black {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  display: block;
}

.single-image-wrapper {
  width: 50%;
  height: 100%;
}

.double-image-wrapper {
  width: 100%;
  display: flex;
}

.left-block._40 {
  width: 40%;
}

.box-beschrijving {
  opacity: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  width: 70%;
  height: 100%;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.block-placeholder {
  width: 92.5%;
  height: auto;
  display: flex;
}

.half-image-placeholder {
  background-image: url('../images/Voorwoord-Flax.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-self: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.half-image-placeholder._5 {
  background-image: url('../images/pagina-13.jpg');
}

.half-image-placeholder._5._100 {
  width: 100%;
}

.half-image-placeholder._13 {
  background-image: url('../images/Opdrachtgever-aan-het-woord.jpg');
  background-position: 50% 0;
}

.half-image-placeholder._3 {
  background-image: url('../images/Bedrijf-van-het-jaar-2021.jpg');
  background-position: 50% 0;
}

.half-image-placeholder._6 {
  background-image: url('../images/pagina-04.jpg');
}

.half-image-placeholder._6.padding-left {
  background-image: url('../images/Flax-over-ons.jpg');
  background-position: 50% 0;
  margin-left: 5px;
  padding-left: 5px;
}

.half-image-placeholder._6.padding-left._100 {
  width: 100%;
}

.half-image-placeholder._7 {
  background-image: url('../images/Kantoorhond.jpg');
}

.half-image-placeholder._4 {
  background-image: url('../images/pagina-04.jpg');
}

.div-block-9 {
  height: 100%;
}

._3-columns {
  margin-top: 40px;
}

.text-span-3 {
  color: #ffa535;
  font-size: 30px;
}

.column-16 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.citaat {
  color: #ffa535;
  font-size: 20px;
  font-style: italic;
}

.subkop {
  color: #ffa535;
  font-weight: 700;
}

.cap-line-2 {
  background-color: #ffa535;
  width: 90%;
  height: 5px;
  margin: 0 auto 20px;
}

.columns-8 {
  height: 100%;
}

.title-block-page-04 {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.over-ons-tekst-placeholder {
  flex-direction: row;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-9 {
  margin-top: 50px;
}

.columns-9.about-us-pagina-2 {
  flex: 1;
  margin-top: 0;
}

.column-17 {
  padding-left: 0;
  padding-right: 0;
}

.video-placeholder {
  margin-top: 40px;
}

.video-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.inleidende-tekst-over-ons {
  height: 15%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns-10 {
  display: block;
}

.columns-11 {
  flex: 1;
}

.top-50 {
  margin-top: 50px;
  display: flex;
}

.container-content-page-2 {
  flex-direction: column;
  width: 85%;
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.top-divblock-right-2 {
  z-index: 2;
  background-color: #fff;
  flex: 1;
  width: 60%;
  height: 141%;
  padding: 0 0% 25px 0;
  position: static;
}

.inleidende-koptekst-2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.subheading-2 {
  color: var(--md-red);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.div-block-34 {
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-26 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-26.right {
  justify-content: flex-end;
}

.bold-text-3 {
  color: #ffa535;
}

.split-divblock {
  align-items: flex-start;
  height: 85vh;
  display: flex;
}

.split-divblock.swap {
  flex-direction: row-reverse;
  height: auto;
}

.split-divblock-2 {
  height: 75vh;
  margin-top: 25px;
  display: flex;
}

.split-divblock-2.swap {
  flex-direction: row-reverse;
}

.image-split-placeholder-2 {
  background-image: url('../images/office-stick-notes-agile-development-software-deve-NH8Q8LY.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.image-split-placeholder-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  width: 50%;
  height: 675px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.tekst-split-placeholder {
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 0 25px 25px 0;
  display: flex;
}

.tekst-split-placeholder._25-left {
  padding-left: 25px;
}

.tekst-split-placeholder.no-margins {
  padding-right: 0;
}

.div-block-35 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.subheading-3 {
  color: #ffa535;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.image-split-placeholder-3 {
  background-image: url('../images/office-stick-notes-agile-development-software-deve-NH8Q8LY.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 100%;
  margin-top: 25px;
  margin-left: 25px;
}

.image-split-placeholder-4 {
  background-image: url('../images/innovatie-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 800px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.bronvermelding-beschrijving-2 {
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 12px;
  line-height: 22px;
}

.titel-pagina-13 {
  z-index: 2;
  background-color: #fff;
  flex: 1;
  width: 100%;
  height: 141%;
  padding: 0 0% 25px 0;
  position: static;
}

.lightbox-link-7 {
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.opdrachtgever-aan-het-woord-left {
  background-image: url('../images/Opdrachtgever-aan-het-woord.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 75vh;
  display: flex;
}

.column-19 {
  padding-left: 0;
}

.div-block-36 {
  background-image: linear-gradient(#7567f880, #7567f880);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px;
  display: flex;
}

.next-page {
  z-index: 9;
  background-color: var(--md-red);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: 50% 2% 50px auto;
}

.next-page:hover {
  box-shadow: inset 0 0 20px 20px #fff3;
}

.image-5 {
  max-width: 70%;
}

.image-5._80 {
  max-width: 80%;
}

.previous-page {
  z-index: 9;
  background-color: var(--md-red);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: 50% auto 50px 2%;
}

.previous-page:hover {
  box-shadow: inset 0 0 20px 20px #fff3;
}

.big-image-placeholder-2 {
  background-image: url('../images/Pagina-02.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.big-image-placeholder-2.inhoud {
  background-size: cover;
}

.big-image-placeholder-2._12 {
  background-image: url('../images/Sneak-peak.jpg');
}

.footer-image {
  background-image: linear-gradient(#462c0c9c, #462c0c9c), url('../images/Coverphoto-frontpage.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  height: 160px;
}

.heading-title {
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
}

.heading-title.centerd {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.image-6 {
  margin-bottom: 25px;
}

.column-23 {
  padding-left: 0;
}

.column-24 {
  padding-right: 0;
}

.column-25 {
  padding-left: 0;
}

.collection-item-7 {
  padding-left: 0;
  padding-right: 10px;
}

.lightbox-link-8 {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% auto 0% 0%;
}

.div-block-37 {
  flex: 1;
}

.kolommen {
  margin-top: 0;
}

.image-7 {
  width: 100%;
}

.paragraph-8 {
  text-align: right;
  font-size: 12px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-1.black {
  color: var(--sub-black);
  text-align: center;
  margin-top: 10px;
}

.link-block-6 {
  border: 1px solid #0000004d;
}

.section-5 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.updates-drop {
  padding-left: 0;
  font-weight: 700;
  display: block;
}

.updates-drop:hover {
  color: var(--md-red);
}

.dropdown-list-2 {
  width: 95.2344px;
}

.dropdown-list-2.w--open {
  background-color: var(--zwart);
  width: 150px;
}

.link-block-7 {
  width: auto;
}

.collection-list-5 {
  flex-direction: column;
  display: flex;
}

.paragraph-10 {
  padding-left: 10px;
  font-weight: 700;
}

.paragraph-10:hover {
  color: var(--md-red);
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-8 {
  width: 100%;
}

.slide-nav, .timeline {
  display: none;
}

.dropdown {
  display: block;
}

.dropdown-list-3 {
  inset: auto 0% 0%;
}

.dropdown-list-3.w--open {
  width: 0;
  inset: 100% 0% 0%;
}

.expertise {
  color: var(--md-red);
  display: none;
}

.cards-wrappers {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-circle {
  border: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.img {
  background-color: #e30613;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.heading-8 {
  font-size: 24px;
}

.button-3 {
  background-color: var(--md-red);
  border-radius: 9px;
}

.button-3.black {
  border: 1px solid var(--md-red);
  background-color: var(--sub-black);
}

.div-block-39 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: auto;
  padding-top: 20px;
  display: flex;
}

.image-8 {
  height: 70%;
}

.image-9 {
  height: 50px;
}

.image-10 {
  height: 70px;
}

.image-11 {
  height: 50px;
}

.paragraph-12 {
  color: #fff;
}

.section-keuren {
  justify-content: flex-end;
  margin-top: 60px;
  margin-bottom: 60px;
}

.kuren-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center end;
  display: grid;
}

.keuren-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 80%;
  padding-right: 20px;
  display: flex;
}

.collection-list-wrapper-8 {
  width: 100%;
  height: 100%;
}

.collection-item-9 {
  width: 100%;
}

.rich-text-block-7 {
  color: #fffcfc;
  padding-bottom: 10px;
}

.icon-placeholder-2 {
  background-color: #e30613;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.icon-placeholder-2.black {
  background-color: #3e3e3e;
}

.button-4 {
  background-color: #e30613;
}

.button-4.filled {
  background-color: #e30613;
  border-radius: 10px;
  transition: box-shadow .2s;
}

.button-4.filled:hover {
  box-shadow: inset 20px 0 20px 20px #0003;
}

.button-4.lined {
  border-radius: 10px;
  transition: opacity .2s;
}

.button-4.lined:hover {
  box-shadow: inset 14px 14px 20px 20px #00000021;
}

.button-4.lined.margin-left-10 {
  background-color: #0000;
  border: 1px solid #e30613;
  border-radius: 10px;
  margin-left: 10px;
  transition: background-color .2s;
}

.button-4.lined.margin-left-10:hover {
  background-color: #e30613;
}

.hoofdtekst-3 {
  color: #fff;
  width: 100%;
  line-height: 24px;
}

.hoofdtekst-3.orange {
  color: #e30613;
}

.hoofdtekst-3.orange.cta {
  margin-top: 15px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 700;
}

.absolute-divblock-expertise-base-2 {
  background-color: #fff;
  padding: 40px 40px 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-12 {
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .container, .container._100 {
    width: 92.5%;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .title-placeholder {
    flex-direction: column;
    flex: 1;
    display: block;
  }

  .service-wrapper {
    display: block;
  }

  .service-heading.left-allign._24 {
    line-height: 35px;
  }

  .expertise-wrapper {
    height: 350px;
  }

  .absolute-divblock-expertise-base {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-content-wrapper {
    height: 250px;
  }

  .columns {
    flex-flow: column;
    display: block;
  }

  .content-wrapper-over-ons {
    width: auto;
  }

  .column-2 {
    flex: 1;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .navbar-2 {
    flex-direction: row;
    display: block;
    inset: 0% 0% auto;
  }

  .container-vertical {
    flex-direction: row;
    justify-content: space-between;
  }

  .collection-item-4 {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--sub-black);
  }

  .icon {
    color: var(--white);
  }

  .image-placeholder-tijdlijn._1 {
    height: 140px;
  }

  .collection-list-wrapper-6 {
    justify-content: flex-start;
    display: flex;
  }

  .markten-wrapper {
    height: 400px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
    height: 100%;
  }

  .collection-item-6 {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .link-block-2 {
    width: 100%;
    height: auto;
  }

  .contact-hover-placeholder {
    width: 60%;
  }

  .sub-news-kop-1 {
    display: none;
  }

  .hoofdtekst-paragraaf {
    position: relative;
  }

  .sub-nieuwskop-2 {
    display: none;
  }

  .bladzijde {
    width: 100%;
  }

  .bladzijde.frontpage {
    width: 90%;
  }

  .bladzijde.voorwoord {
    width: 100%;
  }

  .subtitel-heading {
    line-height: 25px;
  }

  .titel-frontpage {
    font-size: 60px;
    line-height: 70px;
  }

  .titel-frontpage.hoofdtitel {
    font-size: 100px;
    line-height: 110px;
  }

  .div-block-29 {
    width: 100%;
    margin-top: -210px;
  }

  .section-4 {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .bronvermelding-beschrijving {
    position: relative;
  }

  .heading-titles.black {
    font-size: 50px;
    line-height: 60px;
  }

  .bronvermelding {
    display: none;
  }

  .paginanummer {
    margin-top: 0;
  }

  .column-12 {
    align-self: auto;
    display: block;
  }

  .column-13 {
    position: static;
  }

  .columns-6 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .paragraph-placeholder-02 {
    width: 99.9998%;
    max-width: 99.9937%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-15 {
    flex-direction: column;
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    display: block;
  }

  .absolute-inhoudsopgave.no-bottom-padding.absolute {
    height: 325vh;
    display: block;
  }

  .heading-titles-2.black {
    font-size: 50px;
    line-height: 60px;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .right-block._60 {
    width: 100%;
  }

  .left-block._40 {
    display: none;
  }

  .block-placeholder {
    height: 100%;
  }

  .div-block-9 {
    flex-direction: row;
    display: flex;
  }

  ._3-columns {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: block;
  }

  .columns-8 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .title-block-page-04 {
    width: 100%;
  }

  .video-placeholder {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: block;
  }

  .split-divblock {
    flex-direction: column;
    height: auto;
  }

  .split-divblock-2 {
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
  }

  .image-split-placeholder-2 {
    width: 100%;
    height: 500px;
    margin-left: 0;
  }

  .image-split-placeholder-1 {
    flex-direction: column;
    width: 100%;
    height: 500px;
    padding-top: 0;
    display: flex;
  }

  .tekst-split-placeholder {
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .image-split-placeholder-3 {
    width: 100%;
    height: 500px;
    margin-left: 0;
  }

  .image-split-placeholder-4 {
    flex-direction: column;
    width: 100%;
    height: 500px;
    padding-top: 0;
    display: flex;
  }

  .bronvermelding-beschrijving-2 {
    position: relative;
  }

  .opdrachtgever-aan-het-woord-left {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .div-block-36 {
    align-self: flex-end;
    align-items: flex-end;
    height: 90%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .kolommen {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: block;
  }

  .collection-list-6 {
    grid-template-columns: 1fr 1fr;
  }

  .expertise {
    display: block;
  }

  .cards-wrappers {
    grid-template-columns: 1fr 1fr;
  }

  .kuren-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .absolute-divblock-expertise-base-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 92.5%;
  }

  .image {
    flex: 0 auto;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .placeholder-divblock._100.homepage {
    display: block;
  }

  ._50-divblock.black-50.padding-20 {
    align-items: center;
    width: 100%;
    height: 478.781px;
    display: flex;
  }

  .slider-title {
    font-size: 52px;
  }

  ._2th-section-placeholder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

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

  .regular-title-content.black.centerd {
    font-size: 30px;
  }

  .rename-placeholder {
    flex-direction: row;
    display: block;
  }

  .columns {
    flex-direction: column;
  }

  .columns.inverted {
    flex-direction: column-reverse;
  }

  .column-2 {
    position: static;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .collection-list-2 {
    flex-direction: column;
  }

  .nieuws-wrapper {
    width: auto;
  }

  .navbar-2 {
    inset: 0% 0% auto;
  }

  .container-vertical {
    flex-direction: row;
    justify-content: space-between;
  }

  .logo-placeholder-vertical {
    display: flex;
  }

  .linkblock-cms {
    margin-bottom: 15px;
  }

  .collection-item-3 {
    flex-direction: row;
    display: block;
  }

  .sort-button {
    margin: 4px;
    padding: 10px 16px;
  }

  .filters-horizontal {
    flex-wrap: wrap;
  }

  .nav-menu {
    background-color: var(--sub-black);
    flex-direction: row;
    display: block;
  }

  .icon {
    color: var(--white);
  }

  .markten-wrapper {
    height: 450px;
    margin-bottom: 30px;
  }

  .collection-list-wrapper-7 {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .contact-hover-placeholder {
    z-index: 100;
    width: 80%;
  }

  .bladzijde.frontpage {
    height: 150vh;
  }

  .bladzijde.pagina-02 {
    width: auto;
  }

  .titel-frontpage {
    font-size: 50px;
    line-height: 60px;
  }

  .titel-frontpage.hoofdtitel {
    font-size: 70px;
  }

  .div-block-29 {
    width: 100%;
  }

  .magazine-logo-placeholder {
    height: 33%;
  }

  .volgende-pagina.inhoudsopgave {
    width: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-item {
    flex: 1;
    display: flex;
  }

  .div-block-33 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .image-3 {
    max-width: 554.141px;
    max-height: 25%;
  }

  .heading-titles.black {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-titles.centerd {
    font-size: 60px;
    line-height: 70px;
  }

  .subheading {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .paginanummer {
    margin-top: 0;
  }

  .vorige-pagina.inhoudsopgave {
    flex-direction: row;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .vorige-pagina-placegolder {
    flex: 0 auto;
    max-width: 100%;
  }

  .image-4 {
    flex: 1;
    width: 100%;
  }

  .magazine-spacer-div {
    height: 18%;
  }

  .container-content-page {
    width: 90%;
  }

  .paragraph-placeholder-02 {
    padding-left: 0;
    padding-right: 0;
  }

  .absolute-inhoudsopgave.no-bottom-padding.absolute {
    height: 300vh;
    display: none;
  }

  .heading-titles-2.black {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-titles-2.black.middle {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-titles-2.black.middle.thirsty {
    font-size: 25px;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .right-block._60 {
    width: 100%;
  }

  .heading-main.black {
    font-size: 40px;
    line-height: 50px;
  }

  .left-block._40 {
    display: none;
  }

  .block-placeholder {
    height: 100%;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-8 {
    flex-direction: column;
  }

  .column-18 {
    padding-left: 0;
  }

  .inleidende-tekst-over-ons {
    height: auto;
  }

  .subheading-2 {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .split-divblock.swap {
    flex-direction: column;
  }

  .image-split-placeholder-2 {
    margin-left: 0;
  }

  .subheading-3 {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .image-split-placeholder-3 {
    margin-left: 0;
  }

  .opdrachtgever-aan-het-woord-left {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
  }

  .div-block-36 {
    align-items: flex-end;
    height: auto;
    margin-bottom: 0;
    padding-top: 100px;
  }

  .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-6, .cards-wrappers {
    grid-template-columns: 1fr;
  }

  .heading-9, .heading-10 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    align-items: flex-start;
    width: 95%;
  }

  .container._100 {
    width: 92.5%;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .placeholder-divblock._100.homepage {
    height: auto;
    display: block;
  }

  ._50-divblock.black-50.padding-20 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-divblock {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .title-placeholder-slider, .cap-line {
    width: 250px;
  }

  .title-placeholder._10-bottom {
    flex: 0 auto;
    width: 100vh;
    max-width: 100%;
  }

  .regular-title-content.black {
    font-size: 30px;
    line-height: 40px;
  }

  .regular-title-content.black.centerd {
    font-size: 30px;
    line-height: 40px;
    display: flex;
  }

  .info-service-wrapper {
    margin-bottom: 15px;
  }

  .section {
    background-position: 70% 20%;
    background-size: auto;
  }

  .expertise-wrapper {
    height: 460px;
    margin-bottom: 15px;
  }

  .cta-section {
    background-position: 0 0, 70%;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center flex-end;
    align-items: center;
    display: grid;
  }

  .partner-placeholder {
    justify-content: center;
  }

  .cta-wrapper, .content-wrapper-over-ons {
    width: auto;
  }

  .column-2 {
    position: static;
  }

  .collection-list-wrapper-2, .collection-list {
    flex-direction: column;
  }

  .collection-item {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 15px;
  }

  .collection-list-2 {
    flex-direction: column;
  }

  .utility-page-wrap {
    align-items: center;
  }

  .heading-3.centerd {
    text-align: center;
  }

  .div-block-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

  .columns-2 {
    flex-direction: column;
  }

  .nieuws-wrapper {
    width: auto;
  }

  .onderwerp-wrapper {
    margin-top: 25px;
  }

  .titel-wrapper-2 {
    width: auto;
  }

  .navbar-2 {
    inset: 0% 0% auto;
  }

  .container-vertical {
    display: block;
  }

  .logo-placeholder-vertical {
    height: auto;
  }

  .datum-wrapper {
    margin-top: 25px;
  }

  .collection-list-wrapper-4 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .linkblock-cms {
    padding-bottom: 15px;
  }

  .collection-item-4 {
    margin-bottom: 15px;
  }

  .sort-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sort-button.orange {
    width: 60%;
  }

  .nav-menu {
    background-color: var(--sub-black);
    flex-direction: row;
    display: block;
  }

  .menu-button {
    background-color: var(--md-red);
  }

  .tijdlijn-columns, .tijdlijn-columns._2 {
    flex-direction: column-reverse;
  }

  .image-placeholder-tijdlijn._1 {
    margin-bottom: 15px;
  }

  .image-placeholder-tijdlijn._2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .image-placeholder-tijdlijn._3, .image-placeholder-tijdlijn._4 {
    margin-bottom: 15px;
  }

  .image-placeholder-tijdlijn._4 {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .column-9 {
    flex-direction: row-reverse;
  }

  .tekst-wrapper-markten {
    padding: 10px 20px;
  }

  .markten-wrapper {
    height: auto;
  }

  .timeline---line-placeholder {
    background-image: linear-gradient(270deg, #0000 49.9% 49.9%, #b4b2b14d 50%, #fff 5.1%);
  }

  .brand-placeholder {
    background-color: #d4d4d4;
  }

  .step-placeholder {
    display: none;
  }

  .sub-news-kop-1 {
    width: 100%;
  }

  .hoofdtekst-paragraaf {
    padding-right: 0;
  }

  .sub-nieuwskop-2 {
    width: 100%;
    margin-top: 179px;
  }

  .container-nav.navbar-placeholder {
    width: 95%;
  }

  .top-bar {
    justify-content: space-between;
  }

  .bladzijde {
    width: 100%;
  }

  .bladzijde.frontpage {
    background-position: 50%;
    background-size: cover;
    height: 160vh;
  }

  .bladzijde.pagina-03 {
    padding-top: 20%;
  }

  .contact-icons-placeholder {
    flex-direction: column;
    height: auto;
  }

  .titel-frontpage {
    font-size: 35px;
    line-height: 40px;
  }

  .titel-frontpage.hoofdtitel {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .contact-icon-placeholder-left {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-29 {
    width: 100%;
    margin-top: -121px;
    margin-bottom: 54px;
    padding-bottom: 56px;
  }

  .contact-form-link {
    width: 100%;
  }

  .section-4 {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .magazine-container {
    width: 95%;
  }

  .volgende-pagina.inhoudsopgave {
    z-index: 99;
    z-index: 99;
    inset: 50% 0% 0% auto;
    z-index: 99;
    inset: 50% 0% 0% auto;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    inset: 50% 0% 0% auto;
  }

  .navigation-item {
    flex-direction: column;
    height: auto;
  }

  .navigation-item._2, .navigation-item._2.w--current, .navigation-item._7 {
    flex-direction: column;
  }

  .container-2._100 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-33 {
    width: 100%;
    height: auto;
  }

  .cover-container {
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    align-items: stretch;
    display: block;
  }

  .image-3 {
    max-height: 15%;
  }

  .bronvermelding-beschrijving {
    padding-right: 0;
  }

  .heading-titles.black {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-titles.centerd {
    font-size: 35px;
    line-height: 45px;
  }

  .bronvermelding {
    display: none;
  }

  .functieaanduiding-directeur {
    margin-bottom: 0;
  }

  .voorwoord-divblock-intro {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }

  .subheading {
    line-height: 25px;
  }

  .paginanummer, .paginanummer.voorwoord-padding {
    margin-top: 0;
  }

  .vorige-pagina.inhoudsopgave {
    z-index: 99;
    z-index: 99;
    inset: 50% auto auto 0%;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    inset: 50% auto auto 0%;
  }

  .vorige-pagina-placegolder {
    display: flex;
  }

  .image-4 {
    width: 100%;
  }

  .magazine-spacer-div {
    height: 5%;
  }

  .container-content-page {
    width: 95%;
  }

  .top-divblock-right {
    width: 100%;
  }

  .top-divblock {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .paragraph-placeholder-02 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    background-position: 70%;
    background-size: cover;
    width: 100%;
  }

  .absolute-inhoudsopgave {
    width: 95%;
  }

  .absolute-inhoudsopgave.no-bottom-padding.absolute {
    height: 450vh;
    display: none;
    top: 1%;
  }

  .inhoudsopgave-box {
    flex-direction: row;
  }

  .heading-titles-2.black {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-titles-2.black.apear {
    padding-left: 0;
  }

  .heading-titles-2.black.middle {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-titles-2.black.middle.thirsty {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-titles-2.black.voorwoord {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .inhoud-boxtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .big-image-placeholder, .big-image-placeholder._12 {
    height: 250px;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .columns-7 {
    text-align: left;
    padding-left: 0;
  }

  .columns-7._85, .title-block.pagina-03._85 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-block._60 {
    width: 100%;
  }

  .heading-main {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-main.black {
    margin-top: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  .block-placeholder {
    flex-direction: column;
    height: 100%;
  }

  .half-image-placeholder {
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding-top: 100px;
  }

  ._3-columns {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cap-line-2 {
    margin-top: 5px;
  }

  .title-block-page-04 {
    width: 100%;
    margin-top: 15px;
  }

  .column-17 {
    margin-top: 15px;
  }

  .video-placeholder {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .video-2 {
    width: 100%;
    display: block;
  }

  .top-divblock-right-2 {
    width: 100%;
  }

  .subheading-2 {
    line-height: 25px;
  }

  .image-split-placeholder-2 {
    margin-left: 0;
  }

  .tekst-split-placeholder {
    padding-right: 0;
  }

  .subheading-3 {
    line-height: 25px;
  }

  .image-split-placeholder-3 {
    margin-left: 0;
  }

  .bronvermelding-beschrijving-2 {
    padding-right: 0;
  }

  .titel-pagina-13, .opdrachtgever-aan-het-woord-left {
    width: 100%;
  }

  .column-19 {
    padding-top: 10px;
  }

  .div-block-36 {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .big-image-placeholder-2 {
    height: 250px;
  }

  .big-image-placeholder-2.inhoud {
    height: 175px;
  }

  .big-image-placeholder-2._12 {
    height: 250px;
  }

  .footer-image {
    background-image: linear-gradient(#ffa53540, #ffa53540), url('../images/Coverphoto-frontpage.jpg');
    background-position: 0 0, 50% 0;
  }

  .column-21, .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .kolommen {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-38 {
    flex-flow: column wrap;
    display: flex;
  }

  .paragraph-12 {
    width: 80%;
  }

  .heading-10 {
    font-size: 30px;
  }
}


@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 pro 400';
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 pro 300';
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 pro solid 900';
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 duotone solid 900';
  src: url('../fonts/Font-Awesome-5-Duotone-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}