@import url('https://fonts.googleapis.com/css2?family=Roboto: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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
section.pagetop {
  position: relative;
  background-color: black;
}
section.pagetop .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.pagetop .background .image {
  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.pagetop .content {
  position: relative;
  padding: 150px 0 100px;
  z-index: 4;
}
section.pagetop .content .breadcrumbs-wrapper a.breadcrumbs__link,
section.pagetop .content .breadcrumbs-wrapper a,
section.pagetop .content .breadcrumbs-wrapper .breadcrumbs__current,
section.pagetop .content .breadcrumbs-wrapper .breadcrumbs__separator {
  color: white !important;
  -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 a.breadcrumbs__link:hover,
section.pagetop .content .breadcrumbs-wrapper a:hover {
  color: #00A6EC !important;
}
section.pagetop .content .breadcrumbs-wrapper .breadcrumbs__separator {
  padding: 0 3px;
}
section.cta {
  position: relative;
  background-color: black;
}
section.cta .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.cta .background .image {
  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.cta .content {
  position: relative;
  padding: 100px 0;
  z-index: 4;
}
section.cta .content .row-cta {
  margin: -25px;
}
section.cta .content .row-cta .col-cta {
  padding: 25px;
}
section.cta .content .cta-titel {
  position: relative;
  margin: 25px 0;
}
section.cta .content .cta-content {
  position: relative;
  margin: 50px 0;
}
section.cta .content .cta-content .cta-inner-content {
  color: white;
}
section.cta .content .cta-buttons {
  position: relative;
  margin: 15px -10px;
  display: block;
}
section.cta .content .cta-buttons .button {
  margin: 10px;
}
section.default-page {
  position: relative;
  overflow-x: hidden;
  background-color: black;
  color: white;
}
section.default-page.white {
  background-color: white;
  color: black;
}
section.default-page.default-home {
  z-index: 2;
}
section.default-page.default-blog-single {
  padding: 100px 0;
}
section.home-pagetop {
  position: relative;
  z-index: 1;
}
section.home-pagetop .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.home-pagetop .background.bg-video {
  background-color: black;
  overflow: hidden;
}
section.home-pagetop .background.bg-video video {
  height: 100%;
  width: 140vh;
  min-width: 100%;
  min-height: 26.25vw;
  object-fit: cover;
}
@media screen and (max-width: 568px) {
  section.home-pagetop .background.bg-video video {
    width: 110vh;
  }
}
section.home-pagetop .background.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.home-pagetop .content {
  position: relative;
  min-height: 800px;
  z-index: 3;
}
section.home-pagetop .content .links-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.home-pagetop .content .links-wrapper .link {
  color: white;
  height: 100%;
  border-left: rgba(255,255,255,0.5) solid 1px;
}
section.home-pagetop .content .links-wrapper .link:first-child a {
  top: 40%;
}
section.home-pagetop .content .links-wrapper .link:last-child a {
  top: 60%;
}
section.home-pagetop .content .links-wrapper .link a {
  position: absolute;
  top: 50%;
  left: -145px;
  color: white;
  transform-origin: center;
  transform: rotateZ(270deg);
  text-align: center;
  width: 300px;
  opacity: 0.5;
  -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.home-pagetop .content .links-wrapper .link a .link-text {
  display: block;
  font-weight: bold;
  transform: translateX(-40px);
  font-size: 20px;
  -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.home-pagetop .content .links-wrapper .link a .link-titel {
  display: block;
  font-weight: bold;
  transform: translateX(40px);
  font-size: 30px;
  -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.home-pagetop .content .links-wrapper .link a:hover {
  opacity: 1;
}
section.home-pagetop .content .links-wrapper .link a:hover .link-text {
  transform: translateX(-20px);
}
section.home-pagetop .content .links-wrapper .link a:hover .link-titel {
  transform: translateX(20px);
}
section.home-pagetop .content .links-wrapper .link.link-1 {
  position: absolute;
  left: 33%;
  top: 0;
}
section.home-pagetop .content .links-wrapper .link.link-2 {
  position: absolute;
  right: 33%;
  top: 0;
}
section.home-pagetop .content .titel-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 100px;
}
section.blog-overzicht {
  position: relative;
  background-color: black;
  color: white;
  z-index: 1;
}
section.blog-overzicht .blogberichten {
  position: relative;
  padding: 100px 0;
}
section.blog-overzicht .blogberichten .row-blog {
  margin: -15px;
}
section.blog-overzicht .blogberichten .row-blog .col-blog {
  padding: 15px;
}
section.blog-overzicht .blogberichten .blogbericht {
  position: relative;
  display: block;
  color: white;
  -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.blog-overzicht .blogberichten .blogbericht .thumbnail {
  position: relative;
}
section.blog-overzicht .blogberichten .blogbericht .thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: black;
  opacity: 0.2;
  -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.blog-overzicht .blogberichten .blogbericht .content {
  position: relative;
  display: block;
  padding: 25px;
}
section.blog-overzicht .blogberichten .blogbericht .content .date {
  font-size: 14px;
}
section.blog-overzicht .blogberichten .blogbericht .content .title {
  height: 70px;
  font-size: 26px;
  margin: 15px 0;
}
section.blog-overzicht .blogberichten .blogbericht .content .excerpt {
  height: 80px;
  margin: 15px 0;
}
section.blog-overzicht .blogberichten .blogbericht:hover .thumbnail .overlay {
  opacity: 0;
}
