@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
section.pagetop {
  position: relative;
  padding: 200px 0 100px;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.pagetop .content {
  position: relative;
  z-index: 3;
}
section.pagetop .content .breadcrumbs-wrapper {
  margin: 15px 0;
}
section.pagetop .content .breadcrumbs-wrapper .breadcrumbs {
  margin: 0 -9px;
}
section.pagetop .content .breadcrumbs-wrapper .breadcrumbs span {
  display: inline-block;
  color: #FFFFFF;
  padding: 0 5px;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.pagetop .content .breadcrumbs-wrapper .breadcrumbs span:not(.breadcrumbs__separator):not(.breadcrumbs__current):hover {
  color: #FFFFFF !important;
}
section.cta {
  position: relative;
}
section.cta .content {
  position: relative;
  z-index: 3;
  padding: 100px 0;
}
section.cta .content .row-cta {
  margin: -25px;
}
section.cta .content .row-cta .col-cta {
  padding: 25px;
}
section.cta .content .cta-titel {
  margin: 0 0 50px;
}
section.cta .content .cta-tekst {
  margin: 50px 0;
  color: #FFFFFF;
}
section.cta .content .cta-buttons {
  margin: -5px;
}
section.cta .content .cta-buttons .button {
  margin: 5px;
}
section.default-page {
  position: relative;
}
section.home-pagetop {
  position: relative;
  z-index: 1;
  border-top: 5px #B1324B solid;
  border-bottom: 5px #c3774f solid;
}
section.home-pagetop .background-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.home-pagetop .background-layer .background-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.home-pagetop .background-layer .background-slider .slick-list {
  height: 100%;
}
section.home-pagetop .background-layer .background-slider .slick-list .slick-track {
  height: 100%;
}
section.home-pagetop .background-layer .background-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
section.home-pagetop .background-layer .background-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
section.home-pagetop .background-layer .background-slider .slick-list .slick-track .slick-slide .background-slide {
  height: 100%;
}
section.home-pagetop .background-layer .background-slider .slick-list .slick-track .slick-slide .background-slide .background-image {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.home-pagetop .background-layer .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.home-pagetop .background-layer .overlay-home-pagetop {
  background: #000000;
  background: -moz-linear-gradient(180deg,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.45) 60%,rgba(0,0,0,0.35) 100%);
  background: -webkit-linear-gradient(180deg,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.45) 60%,rgba(0,0,0,0.35) 100%);
  background: linear-gradient(180deg,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.45) 60%,rgba(0,0,0,0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
section.home-pagetop .content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
section.home-pagetop .content .container {
  height: 100%;
}
section.home-pagetop .content .container .row-pagetop {
  height: 100%;
}
section.home-pagetop .content .container .row-pagetop .col-pagetop {
  position: relative;
  height: 100%;
}
section.home-pagetop .content .pagetop-wrapper {
  color: white !important;
  padding: 325px 0 225px;
}
section.home-diensten {
  position: relative;
  padding: 100px 0;
  z-index: 2;
}
section.home-diensten .diensten-overzicht {
  position: relative;
  margin: 50px 0;
}
section.home-diensten .diensten-overzicht .row-diensten {
  margin: -25px;
}
section.home-diensten .diensten-overzicht .row-diensten .col-diensten {
  padding: 25px;
}
section.home-klanten {
  position: relative;
  padding: 100px 0;
}
section.home-klanten .klanten-overzicht-slider {
  position: relative;
  margin: 50px 0;
}
section.home-klanten .klanten-overzicht-slider .klant-slide {
  position: relative;
  height: 250px;
}
section.home-klanten .klanten-overzicht-slider .klant-slide img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  max-height: 100%;
}
section.nieuws-main {
  position: relative;
  padding: 100px 0;
}
section.nieuws-main .nieuwsoverzicht .row-nieuws {
  margin: -25px;
}
section.nieuws-main .nieuwsoverzicht .row-nieuws .col-nieuws {
  padding: 25px;
}
section.nieuws-main .nieuwsoverzicht .nieuwsbericht {
  height: 100%;
}
section.nieuws-main .nieuwsoverzicht .nieuwsbericht .nieuwsbericht-inner {
  display: block;
  border-radius: 20px;
  border: #000000 5px solid;
  height: 100%;
  background-color: #000000;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
}
section.nieuws-main .nieuwsoverzicht .nieuwsbericht .nieuwsbericht-inner .nieuwsbericht-content {
  padding: 20px;
  text-align: left;
}
section.nieuws-main .nieuwsoverzicht .nieuwsbericht .nieuwsbericht-inner .nieuwsbericht-content .titel {
  margin: 20px auto;
}
section.nieuws-main .nieuwsoverzicht .nieuwsbericht .nieuwsbericht-inner .nieuwsbericht-content .excerpt {
  height: 80px;
}
section.nieuws-main .nieuwsoverzicht .nieuwsbericht .nieuwsbericht-inner .nieuwsbericht-content .button-wrapper {
  margin: 20px auto 0;
}
section.nieuws-main .nieuwsoverzicht .nieuwsbericht .nieuwsbericht-inner:hover {
  color: #FFFFFF;
}
section.klanten-overzicht {
  position: relative;
  padding: 0px 0;
}
section.klanten-overzicht .klant {
  position: relative;
}
section.klanten-overzicht .klant img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  max-height: 100%;
}
section.diensten-main {
  position: relative;
  padding: 100px 0;
}
section.contact-main {
  position: relative;
  margin-top: 100px;
  padding: 100px 0;
}
section.contact-main .content {
  position: relative;
  z-index: 4;
}
section.contact-main .content .row-contact {
  margin: -15px;
}
section.contact-main .content .row-contact .col-contact {
  padding: 15px;
}
section.contact-main .content .contact-wrapper .contact-form-wrapper {
  margin-top: 50px;
}
