.container-to-cover {
  position: relative;
  overflow: hidden;
}
img.cover-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.stage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.stage object.fullvisual,
.stage img.fullvisual {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  -webkit-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 1s 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);
}
.stage object.fullvisual.inactive,
.stage img.fullvisual.inactive {
  filter: blur(4px);
}
.stage .taxtermdisplay {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  z-index: 10;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.5s 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);
}
.stage .taxtermdisplay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0.9;
}
.stage .taxtermdisplay.active {
  opacity: 1;
  visibility: visible;
}
.stage .taxtermdisplay .inner {
  z-index: 11;
  position: relative;
  padding: 15px;
}
.stage .taxtermdisplay .inner.valign {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.stage .taxtermdisplay .inner .rubriek-intro-banner {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  height: 400px;
  position: relative;
}
.stage .taxtermdisplay .inner .rubriek-intro-banner .background {
  z-index: 1;
}
.stage .taxtermdisplay .inner .rubriek-intro-banner .text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #46535f;
  padding: 15px;
  max-width: 600px;
  width: 100%;
  z-index: 2;
  background: white;
  padding-left: 150px;
}
.stage .taxtermdisplay .inner .rubriek-intro-banner .text .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 120px;
}
.stage .taxtermdisplay .inner h2 {
  color: #0070ba;
  font-size: 36px;
}
.stage .loader {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.label {
  display: inline-block;
  border-radius: 3px;
  padding: 0 4px 2px 4px;
  color: white;
}
.label.invoorbereiding {
  background: #c37f3a;
}
.label.instudie {
  background: #de3a2c;
}
.label.gepland {
  background: #f1ad33;
}
.label.inuitvoering {
  background: #8bb678;
}
.label.afgewerkt {
  background: #104ba0;
}
.projecten-list a.project {
  min-height: 100px;
  border: 2px solid #0070ba;
  padding: 15px;
  display: block;
  background: white;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  opacity: 0.4;
}
.projecten-list a.project.available {
  opacity: 1;
}
.projecten-list a.project h3 {
  font-size: 1rem;
}
.projecten-list a.project:hover {
  background: #0070ba;
  color: white;
}
.imagesslider {
  border-radius: 5px;
  overflow: hidden;
}
.imagesslider .item {
  height: 100vh;
  width: 100%;
}
.imagesslider-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 94%;
  height: 84%;
  pointer-events: none;
  display: block;
}
.imagesslider-nav .slick-prev,
.imagesslider-nav .slick-next {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
}
.imagesslider-nav .slick-prev {
  left: 0;
  background-image: url(https://dvw-wall.sbxs.io/wp-content/themes/sbxs-elementor/assets/img/dvw-arrow.svg);
  transform: translateY(-50%) rotate(180deg);
}
.imagesslider-nav .slick-next {
  right: 0;
  background-image: url(https://dvw-wall.sbxs.io/wp-content/themes/sbxs-elementor/assets/img/dvw-arrow.svg);
}
.closebtn {
  z-index: 10;
  top: 0;
  right: 0;
  position: absolute;
  width: 56px;
  height: 56px;
  background-image: url(https://dvw-wall.sbxs.io/wp-content/themes/sbxs-elementor/assets/img/dvw-times.svg);
  pointer-events: all;
}
.closebtn.rubriekoverzicht {
  top: 50px;
  right: 50px;
}
