/*
Theme Name: HVCE
Author: Strawberry Fields
Description: Thema website HVCE
Text Domain: HVCE_theme
Version: 1.0.3
*/


/* SLIDES ALGEMEEN */

p.slide_text {
  font-size: 3.5vh;
}


/* SLIDE 1 */

.horizon_layer_fg {
    position: absolute;
    bottom: -10vw;
    width: 101vw;
    margin-left: -0.5vw;
    height: auto;
    transform: translate( 0, 45vw)
}

.horizon_layer_bg {
    position: absolute;
    bottom: -12vw;
    width: 101vw;
    height: auto;
    transform: translate( 0, 30vw)
}

.horizon_layer_fg_wide {
    bottom: -17vw;
}

.horizon_layer_bg_wide {
    bottom: -20vw;
}

.horizon_layer_fg_portait {
  bottom: 10vh;
  transform: translate( 0, 65vh);
}

.horizon_layer_bg_portait {
    bottom: 10vh;
    transform: translate( 0, 50vh);
}

.extra_black {
  width: 102vw;
  height: 12vh;
  margin-left: -1vw;
  opacity: 1;
  position: absolute;
  bottom: -10vh;
  background-color: #000000;
}

#wieken1 {
    position: absolute;
    left: 73%;
    top: -9.8%;
    width: 8vw;
    height: 8vw;
}

#wieken2 {
    position: absolute;
    left: 78.4%;
    top: -10.2%;
    width: 8vw;
    height: 8vw;
}

#wieken3 {
    position: absolute;
    left: 78.3%;
    top: -2%;
    width: 6vw;
    height: 6vw;
}

#wieken4 {
    position: absolute;
    left: 82.4%;
    top: -3.2%;
    width: 6vw;
    height: 6vw;
}

.rotate1 {
  animation: rotate1 5s linear infinite;
}

.rotate2 {
  animation: rotate2 5s linear infinite;
}

.rotate3 {
  animation: rotate3 5s linear infinite;
}

.rotate4 {
  animation: rotate4 5s linear infinite;
}

@keyframes rotate1 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes rotate2 {
  from { transform: rotate(50deg); }
  to { transform: rotate(410deg); }
}

@keyframes rotate3 {
  from { transform: rotate(10deg); }
  to { transform: rotate(370deg); }
}

@keyframes rotate4 {
  from { transform: rotate(35deg); }
  to { transform: rotate(395deg); }
}

@keyframes rotate5 {
  from { transform: rotate(25deg); }
  to { transform: rotate(385deg); }
}

.splash_logo_container {
  position: absolute;
  width: 56vw;
  height: 28vw;
  top: 50%;
  left: 50%;
  margin-left: -28vw;
  margin-top: -23vw;
  perspective: 1000px;
}

.slc_wide {
  position: absolute;
  width: 40vw;
  height: 20vw;
  top: 50%;
  left: 50%;
  margin-left: -20vw;
  margin-top: -15vw;
}


.slc_portrait {
  position: absolute;
  width: 80vw;
  height: 40vw;
  top: 50%;
  left: 50%;
  margin-left: -40vw;
  margin-top: -35vw;
}

.logo_ondertitel {
  position: absolute; 
  width: 65.2%; 
  top: 0; 
  left: 0; 
  margin-left: 17%; 
  margin-top: 36.5%;
  animation: backfadein 1500ms;
  transition-timing-function: cubic-bezier(.08,.55,.41,1);
  animation-fill-mode: forwards;
  animation-delay: 3s;
  opacity: 0;
}

.logo_letter {
  position: absolute; 
  top: 0; 
  left: 0; 
  transition-timing-function: cubic-bezier(0,1,0,1);
  animation: logoletterfadein 1500ms;
  animation-fill-mode: forwards;
  opacity: 0;
}

#logo_letter_h {
  width: 20.2%;
  margin-left: 15.2%; 
  margin-top: 12.1%;
  animation-delay: 1.5s;
}

#logo_letter_v {
  width: 20.2%;
  margin-left: 33%; 
  margin-top: 12.1%;
  animation-delay: 1.7s;
}

#logo_letter_c {
  width: 20.2%;
  margin-left: 49.3%; 
  margin-top: 12.1%;
  animation-delay: 1.9s;
}

#logo_letter_e {
  width: 20.2%;
  margin-left: 65.5%; 
  margin-top: 12.1%;
  animation-delay: 2.1s;
}


@keyframes backfadein {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes logoletterfadein {
  0% {
    opacity: 0;
    transform: translateZ(1000px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}




.boog {
  position: absolute;
  top: 0;
  left: 0;
  width: 106%;
  margin-left: -3%;
  margin-top: -2%;
}

.boogstip {
  offset-path: path("M30,166.47c0,0,418.82-325.97,940,0");
  animation-fill-mode: forwards;
  animation-delay: 1s;
  cx: 0;
  cy: 0;
}

#slide2-4_boogstip, .title_boogstip {
  transform-origin: 16px 16px;
}

.boog_stroke {
  animation-delay: 1s;
  animation-fill-mode: forwards;
  clip-path: inset(-10% 110% -10% -10%); 
}

.boog_stroke_animation_instant {
  animation: boogclip 2200ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 700ms;
}

.boogstip_animation_instant {
  animation: stipmove 2200ms ease-in-out, stipgrow 2200ms ease-in-out;
  animation-fill-mode: forwards;
  transform: scale(0);
  animation-delay: 700ms;
}



@keyframes stipmove {
  4% {
    offset-distance: 0%;
  }
  95% {
    offset-distance: 100%;
  }
  100% {
    offset-distance: 100%;
  }
}

@keyframes stipgrow {
  0% {
    transform: scale(0);
  }

  5% {
    transform: scale(1);
  }

  85% {
    transform: scale(1);
    fill:#FFED00
  }

  95% {
    transform: scale(1.5);
    fill:#FFFFFF
  }

  100% {
    transform: scale(0);
    fill:#FFED00
  }
}


@keyframes boogclip {
  4% {
    clip-path: inset(-10% 100% -10% -10%); 
  }
  95% {
    clip-path: inset(-10% 0% -10% -10%); 
  }
  100% {
    clip-path: inset(-10% -10% -10% -10%); 
  }
}



/* SLIDE 2 */

.dot {
	width: 0.5vw; 
	height: 0.5vw; 
	border-radius: 1vw;
	background-color: #ffed00; 
	transition: all .3s;
}



.dot_container {
    margin-left: -0.3vw;
    margin-top: -0.5vw;
}


.connect_line {
  opacity: 0;
}

.slide2_titles_container {
  position: absolute;
  margin-left: 0;
  margin-top: 15vh;
  width: 100vw;
  top: 0;
  left: 0;
}

.equal_container {
  position: absolute;
  width: 10vh;
  height: 10vh;
  top: 1.5vh;
  left: 0;
}

.slide2_text {
  position: absolute;
  margin-left: 14vh;
  top: 0;
}

.portrait_ratio .slide2_text  {
  position: absolute;
  margin-left: 14vw;
  top: -0.25em;
}


.portrait_ratio .equal_container {
  width: 11vw;
  height: 11vw;
  top: 1.5vw;
}

.portrait_ratio p.slide_text {
  font-size: 4.5vw;
}

.globe_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 60%;
  margin-top: 10%;
  margin-right: 5%;
  z-index: -200;
}

.globe_fader {
  position: absolute;
  width: 100%;
  height: 135%;
  background-color: #000000;
  opacity: 1;
  z-index: -100;
}

.map_fader {
  opacity: 0;
}

.progress_bar {
  position: absolute;
  top: 35vh;
  left: 5vw;
  width: 4px;
  height: 35vh;
  border: solid 1px #888888;
  opacity: 0.8;
}

.progress_dot {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -7px;
  border: solid 1px #888888;
  background-color: #000000;
  border-radius: 60px;
  transition: all 0.3s;
  cursor: pointer;
}

.progress_dot:hover {
  scale: 1.5;
}


#p-dot1 {
    background-color: #cccccc;
}

.progress_line {
  width: 4px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cccccc;
}

.portrait_ratio .globe_container {
  width: 90%;
  height: 90%;
  margin-top: 5%;
  margin-right: 5%;
}

.portrait_ratio .progress_bar {
  transform: rotate(-90deg);
  top: initial;
  height: 50vw;
  bottom: -8vh;
  left: 50vw;
}


@media screen and (max-width: 700px) {

.progress_line, .progress_bar {
  width: 2px;
}

.progress_dot {
  width: 10px;
  height: 10px;
  margin-top: -4px;
  margin-left: -5px;
}

}


@media screen and (max-width: 700px) {

.slide2_titles_container {
  margin-top: 20vh;
}

}

@media screen and (max-width: 600px) {

.slide2_titles_container {
  margin-top: 30vh;
}

}

#text2-1-2, #text2-1-3, .slide2-4_title_container {
opacity: 0;
}

#text2-1-1a {
  margin-top: 0.5em;
}


#slide2-4_boog {
  position: relative;
  display: inline-block;
  float: none;
  width: 43vh;
  margin-left: 15vh;
  margin-bottom: -6vh;
}

.portrait_ratio #slide2-4_boog {
  width: 55vw;
  margin-left: 16vw;
  margin-bottom: 0;
}



.slide2-4_title_container {
  position: absolute;
  margin-top: 22vh;
  width: 100vw;
  top: 0;
  left: 0;
}

#text2-1-4 {
  margin-top: 8vh;
  margin-left: 15vh;
}

.portrait_ratio #text2-1-4 {
  margin-top: 10vw;
  margin-left: 15vw;
}



.portrait_ratio .slide2-4_title_container {
  margin-top: 15vh;
}


@media screen and (max-width: 600px) {

.portrait_ratio .slide2-4_title_container {
  margin-top: 15vh;
}

}


.text3-1_container {
  position: absolute;
  top: calc(50% + 30px);
  transform: translate(0, -50%);
  width: 30vw;
  height: auto;
  text-align: right;
}

.split_white_container {
  position: absolute;
  width: 63vw;
  height: 100vh;
  max-height: 120vw;
  right: 0;
}

.split_white_fill {
  margin-left: 3vw;
  width: 60vw;
  height: 100vh;
  background-color: #fff;
}


.text3 {
  font-size: 2.6vw;
  margin-bottom: 0;
}




.slide3_container, .slide2-1_container  {
  margin: 0;
}

.bw_split {
  width: 6vw;
  left: 0;
  position: absolute;
  top: calc(50% + 32px);
  transform: translate(0, -50%);
}

.text3_container {
  position: absolute;
  margin-left: 10vw;
  top: calc(50% + 0.2em);
}

#text3-2, #text3-3, #text3-4 {
  opacity: 0;
}

#text3-2 {
  transform: translateY(-8vw) scale(0.8);
}

#text3-3 {
  transform: scale(0.8);
}

#text3-4 {
  transform: translateY(8vw) scale(0.8);
}



@media screen and (max-width: 1200px) {

.text3 {
  font-size: 3vw;
}

.text3_container {
  top: calc(50% + 0.5em);
}

}

@media screen and (max-width: 800px) {

.text3_container {
  top: calc(50% + 0.7em);
}

}

@media screen and (max-width: 600px) {

.text3_container {
  top: calc(50% + 1.3em);
}

}


.titleframe_boog_container {
  position: absolute;
  width: 50vw;
  left: 25vw;
  top: 0;
}


.main_title_container {
 position: absolute;
 width: 100vw;
 height: 25vw;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}

.main_title_container_slide6 {
   top: 25vh;
   transform: translate(-50%, 0);
}


.homepage_title {
  font-size: 9vw;
  font-weight: 300;
  width: 90vw;
  position: absolute;
  top: 10vw;
  left: 5vw;
  text-align: center;
  line-height: 1.2em;
  margin-top: 0;
}

@media screen and (max-width: 800px) {
.homepage_title {
  font-size: 11vw;
}
}

.slide4_title_container {
  position: absolute;
  margin-left: 0;
  margin-top: 20vh;
  width: 100vw;
}

.circle_image_container {
  display: flex;
  align-content: end;
  float: right;
  display: block; 
  position: relative;
}

.slide4_container {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 10vh;
}

.slide5-1_container {
  
}


.slide_trigger {
  width: 100%;
  /* height: 0px;
  background-color: #ff0000; */
  transform: translateY( calc( ( ( -100vh + 46vw ) / 2 ) - 20px ) );
}


.circle_image_container_inner {
  position: relative;
  width: 46vw;
  height: 46vw;
  margin-right: 5vw;
  overflow: hidden;
  border-radius: 1em;
}

#circle_mask {
  position: absolute;
  /* width: 184vw;
  height: 184vw;
  right: calc( ( -184vw / 2 ) + ( 46vw / 2 ) + 6vw );
  top: calc( ( -184vw / 2 )  + ( 46vw / 2 ) + ( ( ( 100vh - 46vw ) / 2 ) + 20px ) ); 
  */
} 


.circle2_line {
  height: 1px;
  background-color: #cccccc;
  width: 49vw;
  position: absolute;
  right: 0;
  /* bottom: 0.35vw; */
  bottom: 7.2vw;
}


.slide4_text {
  position: absolute;
  margin-left: 9vw;
  top: 0;
}

.slide4_title_container .equal_container {
  width: 6.5vw;
  height: 6.5vw;
}

p.slide4_text {
  font-size: 2vw;
}


/* SQUARE RATIO */ 

.square_ratio .circle_image_container_inner {
  width: 40vw;
  height: 40vw;
  margin-right: 6vw;
}


/* .square_ratio #circle_mask {
  width: 224vw;
  height: 224vw;
  right: calc( ( -224vw / 2 ) + ( 56vw / 2 ) + 7.3vw );
  top: calc( ( -224vw / 2 )  + ( 56vw / 2 ) + ( ( ( 100vh - 46vw ) / 2 ) + 20px ) );
} */

.square_ratio .slide4_text {
  margin-left: 9vw;
}

.square_ratio p.slide4_text {
  font-size: 2.7vw;
}

.square_ratio .slide4_title_container {
  margin-top: calc( 10vh + 20px);
}


.slide4_bg_container {
  position: fixed;
  width: 100vh;
  min-width: 100vw;
  height: 133vh;
  top: 0;
  z-index: -100;
  opacity: 0;
}

.slide4_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PORTRAIT RATIO */ 

.portrait_ratio .circle_image_container_inner {
  width: 70vw;
  height: 70vw;
  margin-right: 15vw;
}

.portrait_ratio .circle_image_container {
  padding-top: calc( ( ( 35vw ) ) + 10px ); 
  /* padding-bottom: calc( ( ( 100vh - 85vw ) ) ); */
}

.portrait_ratio .circle_more_padding {
    padding-top: calc( ( ( 40vw ) ) + 10px ); 
}

.portrait_ratio .hover_box {
  right: 8vw;
}

.portrait_ratio .circle2_line {
  width: 85vw;
  bottom: 11vw;
}

/* .portrait_ratio #circle_mask {
  width: 280vw;
  height: 280vw;
  right: calc( ( -280vw / 2 ) + ( 52vw ) );
  top: calc( ( -280vw / 2 )  + ( 70vw / 2 ) + ( ( ( 100vh - 85vw ) ) + 10px ) );
} */

.portrait_ratio .slide_trigger {
  transform: translateY( calc( ( (36vw ) ) - 10px ) );
}


.portrait_ratio .slide4_text {
  margin-left: 16vw;
}

.portrait_ratio .slide4_title_container .equal_container {
  width: 12vw;
  height: 12vw;
}

.portrait_ratio p.slide4_text {
  font-size: 4.5vw;
}

.portrait_ratio .slide4_title_container {
  margin-top: calc( 10vw + 20px);
}

/* WIDE RATIO */ 

.wide_ratio .circle_image_container_inner {
  width: 80vh;
  height: 80vh;
  margin-right: 10vw;
}

.wide_ratio .slide_trigger {
  transform: translateY( calc( -10vh - 20px ) );
}


.wide_ratio .circle_image_container {
  padding-top: calc( 10vh + 20px ); 
  /* padding-bottom: calc( 10vh + 20px ); */
}

/* .wide_ratio #circle_mask {
  width: 320vh;
  height: 320vh;
  right: calc( ( ( -320vh / 2 ) + 50vw ) - 40vw + 40vh + 0.6vw );
  top: calc( ( -320vh / 2 )  + ( 80vh / 2 ) + ( 10vh + 20px ) );
} */





/* SLIDE 5 INTERACTIEVE KAART */

.slide5-1_container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}


.kaart_icon {
  width: 1.4vw;
  height: 1.4vw;
  scale: 1;
  transition: all .3s;
  pointer-events: all; 
  z-index: 700;
  margin: 0;
  padding: 0;
}

.icon_appear_o, .icon_appear_d {
  transform: scale(0);
  margin: 0;
  padding: 0;
}

.icon_container {
  transform: scale(1) translate(-0.7vw, -0.7vw);
  margin: 0;
  padding: 0;
  line-height: 0;
}

.kaart_icon:hover {
  scale: 1.4;
}

.square_ratio .kaart_icon {
  width: 1.8vw;
  height: 1.8vw;
}

.square_ratio .icon_container {
   transform: translate(-0.9vw, -0.9vw); 
}

.portrait_ratio .kaart_icon {
  width: 2.5vw;
  height: 2.5vw;
}

.portrait_ratio .icon_container {
   transform: translate(-1.25vw, -1.25vw); 
}


.wide_ratio .kaart_icon {
  width: 2vh;
  height: 2vh;
}

.wide_ratio .icon_container {
   transform: translate(-1vh, -1vh); 
}

.icons_line_box{
   transform: translate(0vw, 0vw); 
}

.kaart_molen_container {
  width: 2.6vw;
  height: 3.7vw;
  transform: translateY(-3.7vw);
}

.molen_base {
  position: absolute;
  bottom: 0;
}

.molen_wieken {
  position: absolute;
  top: 0;
}

.wieken1 {
  animation: rotate1 8s linear infinite;
}

.wieken2 {
  animation: rotate2 8s linear infinite;
}

.wieken3 {
  animation: rotate3 8s linear infinite;
}

.wieken4 {
  animation: rotate4 8s linear infinite;
}

.wieken5 {
  animation: rotate5 8s linear infinite;
}

.kaart_main_title_box {
  position: absolute;
  top: calc( 4vw + 30px );
  left: 4vw;
}

.square_ratio .kaart_main_title_box {
  top: calc( 60px );
}


p.kaart_title {
  font-size: 2.2vw;
  margin-bottom: 0.5em;
}

.value_chain {
  font-size: 1.5vw;
  max-width: 20em;
}

.bullets {
  width: 2em;
  height: 9em;
  padding: 0.5em 1em 1em 0;
  float: left;
  position: relative;
}

.bullet {
  position: relative;
  width: 1.6em;
  height: 1.6em;
  border-radius: 1em;
  margin-bottom: 2.4em;
  margin-top: 0.2em;
  overflow: hidden;
  background-color: #ffed00;
}

.valuechain_text_container {
  float: left;
  width: 17em;
  height: 3em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  line-height: 1.3em;
}

.hover_box {
  background-color: rgb(255, 255, 255, 0.9);
  border-radius: 0.3em;
  border: solid 1px #ccc;
  position: absolute;
  bottom: 10vh;
  right: 15vw;
  width: 25em;
  height: 2.2em;
  font-size: 1vw;
  line-height: 1.2em;
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  align-items: top;
  flex-wrap: wrap;
}

.wide_ratio .hover_box {
  right: 3vw;
}

.hover_box p {
    font-size: 1vw;
}

.hover_box h3 {
    padding: 0;
    margin: 0.5em 0 1em 0;
}

.hover_box_inner {
  padding: 0.5em 1em;
  width: 100%;
}


.legenda_box {
  background-color: rgb(255, 255, 255, 0.9);
  border-radius: 0.3em;
  border: solid 1px #ccc;
  position: absolute;
  bottom: 5vw;
  left: 5vw;
  font-size: 1vw;
  line-height: 1.4em;
}

.legenda_box_inner {
  padding: 0.5em 1em;
}

.legenda_icon {
  margin-right: 1em;
  float: left;
}

.legenda_icon:hover{
  scale: 1!important;
}

.legenda_row {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.hover_title {
  font-size: 110%;
}

#close_box {
  padding: 0.2;
  border-radius: 2em;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  background-color: #ccc;
  overflow: hidden;
  margin: 0;
  line-height: 1;
  text-align: center;
  font-size: 80%;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0;
}

#close_box:hover {
  background-color: #ffed00;
}

@media screen and (max-width: 1400px) {
  .hover_box, .hover_title, .hover_box p {
  font-size: 12pt;
  }
}

@media screen and (max-width: 860px) {
  .hover_box {
  font-size: 11pt;
  width: 25em;
  }

  .hover_title, .hover_box p {
      font-size: 11pt;
  }

  .legenda_box {
    font-size: 9pt;
  }
  
}

@media screen and (max-width: 700px) {

  .legenda_box {
    display: none;
  }

.kaart_main_title_box {
  position: absolute;
  top: 6vw;
  left: 4vw;
}

p.kaart_title {
  font-size: 3.4vw;
  margin-bottom: 0.5em;
}

.value_chain {
  font-size: 2vw;
}


}

@media screen and (max-width: 600px) {
  .hover_box {
  font-size: 10pt;
  width: 86.5vw;
  right: 6vw;
  bottom: 5vw;
  }

}

#hoverbox_button {
  background-color: #ffed00;
  padding: 0.5em 1em;
  float: right;
  margin: 0;
  text-decoration: none !important;
  border-radius: 0.3em;
  position: absolute;
  bottom: 1em;
  right: 1em;
  transition: all 0.3s;
  opacity: 0;
}

#hoverbox_button a {
  font-size: 80%;
  text-decoration: none !important;
}

#hoverbox_button:hover {
  background-color: #fdf79a;
}

#hoverbox_button:hover a {
  color: #000;
}

.button {
padding: 0.8em 1em 0.5em 1em;
  text-decoration: none !important;
  border-radius: 0.3em;
  transition: all 0.3s;
  max-width: 240px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

.button a {
  text-decoration: none !important;
  color: #000;
}

.button_link {
    text-decoration: none !important;
    color: #000 !important;
}

a .button_link:hover, .button_link a:hover {
  color: #000 !important;
}

.yellow_button {
  background-color: #ffed00;
}

.yellow_button:hover {
  background-color: #fdf79a;
}

.white_button {
  background-color: #ffffff;
}

.white_button:hover {
  background-color: #e2e2e2;
}

.black_button {
  background-color: #000000;
}

.black_button:hover {
  background-color: #ffed00;
}



.home_content_h3, .impact_text h3, .homepage_content_paragraph h3 {
  font-size: 180%;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

.icon {
  width: 0.9em;
  padding: 0.05em;
}

#slide6-2_text {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  transform: translate( -450px, -60% )
}


@media screen and (min-width: 1300px) {
#slide6-2_text {
  left: 15vw;
  transform: translate( 0, -60% )
}
}


.slide6-2_bg {
  width: 106vw;
  height: 73vw;
  margin-left: -10vw;
  margin-top: -5vh;
}

.slide6-2_bg video {
  width: 120%;
  height: 120%;
  position: absolute;
  object-fit: contain;
}

@media screen and (max-width: 1100px) {
  .home_content_h3 {
  font-size: 140%;
}

.homepage_content_paragraph, .homepage_content_paragraph p {
  font-size: 13pt;
}

#slide6-2_text {
  position: absolute;
  width: 450px;
  transform: translate( -400px, -60% )
}

}

@media screen and (max-width: 900px) {

  .home_content_h3 {
  font-size: 125%;
}

.homepage_content_paragraph, .homepage_content_paragraph p {
  font-size: 12pt;
}

#slide6-2_text {
  position: absolute;
  width: 400px;
  left: 32px;
  transform: translate( 0, -60% )
}


#slide6-2_text {
  left: 32px;
}

}


@media screen and (max-width: 760px) {

.slide6-2_bg {
  margin-left: 0vw;
}

.slide6-2_bg video {
  width: 115%;
}

}

@media screen and (max-width: 700px) {

#slide6-2_text {
  position: absolute;
  width: 55%;
  transform: translate( 0, -60% );
}

.homepage_content_paragraph, .homepage_content_paragraph p {
  font-size: 100%;
}

}


@media screen and (max-width: 600px) {

#slide6-2_text {
  position: absolute;
  width: 80vw;
  top: auto;
  left: 10vw;
  transform: translate( 0, 0 );
}

.slide6-2_bg video {
  width: 200%;
  height: 100%;
  margin-left: -70%;
  position: initial;
}

.slide6-2_bg {
  width: 100vw;
  height: 50vw;
  margin-top: -3vh;
}

.slide6-2 {
  min-height: 540px;
}

}

#slide6-3_text {
  position: absolute;
  width: 500px;
  left: 10vw;
  bottom: 12vw;
  transform: translate( 0, 0 )
}


.slide6-3_bg {
  position: absolute;
  width: 100vw;
  height: 56.25vw;
  bottom: calc( ( ( 100vh - 56.25vw ) / 4 ) + 12px );
}

.slide6-3_bg video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.slide6-3_colorvideo {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide6-3_colorvideo video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.slide6-3_colorvideo_spacer {
  height: 100%;
  overflow: hidden;
}

.slide6-3_colorvideo_spacer video {
  height: 600%;
  bottom: 0;
}

video::-webkit-media-controls {
            display: none !important; 
}


@media screen and (max-width: 1440px) {

#slide6-3_text {
  right: 5vw;
  bottom: 18vw;
}

}


@media screen and (max-width: 1440px) {

#slide6-3_text {
  right: 5vw;
  bottom: 18vw;
}

}


@media screen and (max-width: 1280px) {

#slide6-3_text {
  width: 420px;
  bottom: 25vh;
}

}

@media screen and (max-width: 1100px) {

#slide6-3_text {
  width: 37vw;
}

}

@media screen and (max-width: 800px) {

#slide6-3_text {
  width: auto;
  position: absolute;
  width: 80vw;
  max-width: 400px;
  right: 10vw;
  top: 8vh;
  transform: translate( 0, 0 )
}

.slide6-3_bg {
  bottom: 2vw ;
}

}

.font_white, .font_white h3, .font_white p {
  color: #fff;
}


#slide6-4_text {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  transform: translate( -580px, -60% )
}

.slide6-4_bg {

}

.slide6-4_bg video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  top: 50%;
  transform: translate( 0, -12vw )
}

@media screen and (min-height: 800px) {
.slide6-4_bg video {
  transform: translate( 0, -15vw )
}

}

@media screen and (max-width: 1200px) {

#slide6-4_text {
  left: 5vw;
  width: 40vw;
  transform: translate( 0, -55% )
}

}


@media screen and (max-width: 700px) {

#slide6-4_text {
  left: 10vw;
  width: 80vw;
  top: 22vh;
  transform: translate( 0, 0 )
}

.slide6-4_bg video {
  width: 160%;
  margin-left: -57%;
  transform: translate( 0, -5vw )
}

}

@media screen and (min-width: 1440px) {

#slide6-4_text {
  left: 10vw;
  transform: translate( 0, -60% )
}

}


.impact_container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  bottom: 0;
}

.impact_video_container {
  position: absolute;
  width: 100vw;
  height: 41vw;
  top: 0;
  z-index: -300;
}

.impact_text {
  position: absolute;
  width: 700px;
  left: 50%;
  top: 45vw;
  /* top: calc( ( 100vh - 29vw ) / 2 + 30% ); */
  transform: translate( -450px, 0 );
  opacity: 0;
  padding-left: 100px;
  padding-right: 100px;
}


#prev_button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translate( 0, -50% );
}

#next_button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  transform: translate( 0, -50% );
}

.impact_button {
  z-index: 800;
  overflow: hidden;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.slide7-2_container {
  width:100vw; 
  height: 100vh; 
  min-height: 75vw; 
  position: relative; 
  display: block; 
  perspective: 1000px;
  max-height: 640px;
}

@media screen and (max-width: 800px) {
.slide7-2_container {
  max-height: 640px;
}
}



.square_ratio .impact_video_container, .portrait_ratio .impact_video_container {
  top: 0vw;
}


@media screen and (max-width: 900px) {
.impact_text {
  width: 80vw;
  left: 0;
  transform: translate( 0, 0 );
  padding-left: 10vw;
  padding-right: 10vw;
}


#prev_button {
  left: 2.5vw;
  width: 5vw;
}

#next_button {
  right: 2.5vw;
  width: 5vw;
}

}


@media screen and (max-width: 460px) {
.impact_text {
  font-size: 10pt;
  width: 90vw;
  left: 0;
  top: 50vw;
  transform: translate( 0, 0 );
  padding-left: 5vw;
  padding-right: 5vw;
}


#prev_button {
  left: 2.5vw;
  width: 5vw;
  transform: translate( 0, 0 );
  top: -5vw;
}

#next_button {
  right: 2.5vw;
  width: 5vw;
  transform: translate( 0, 0 );
  top: -5vw;
}

}





.mogelijkheden_text {
  position: absolute;
  width: 700px;
  left: 50%;
  top: 50%;
  transform: translate( -350px, -50% );
  text-align: center;
}



/* PROJECT TABLET STYLING */

.projecten_bg_container {
  position: absolute;
  z-index: -500;
  top: 40vh;
}

.project_tablet {
  width: 400px;
  height: auto;
  min-height: 400px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: rgba(255, 237, 0, 0.8);
  float: left;
  border-radius: 32px;
  transition: all 0.3s;
  position: relative;
  display: block;
  backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.project_tablet_left {
  float: left;
}

.project_tablet_right {
  float: right;
}


.project_tablet_inner {
  padding: 24px;
}

.project_tablet_offset {
  margin-top: 300px;
}

.project_tablets_container {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  float: left;
}

.project_tablets_row_container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


.project_tablets_container_right {
  float: right;
  margin-top: calc( 25vh + 200px );
}


.project_title {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 2.5em;
  border-bottom: solid 1px #000;
  transition: all 0.3s;
}

.project_title h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28pt;
  line-height: 1.2em;
}

.project_subtitle {
  font-weight: 400;
}

.project_description, .project_description p {
  font-size: 11pt;
}

.project_description {
  margin-top: 1.5em;
  margin-bottom: 2em;
  transition: all 0.3s;
}

.project_button {
  width: 240px;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translate( -50%, 0 );
  opacity: 0;

}

a .project_button {
    font-size: 12pt;
}

.project_tablet:hover {
scale: 1.2;
}

.project_tablet:hover .project_button {
  opacity: 1;
}

.project_tablet:hover .project_description {
    margin-bottom: 6em;
}

.project_tablet:hover .project_title {
  margin-top: 1em;
}

.project_boog_container {
  position: absolute;
  width: 80%;
  height: 40%;
  left: 10%;
  top: 1.5em;
  opacity: 0;
}

.project_tablet:hover .project_boog_container {
  opacity: 1;
}

.project_tablet:hover .boog_stroke {
  animation: boogclip 1200ms ease-in-out;
  animation-fill-mode: forwards;
}


.project_tablet:hover .boogstip {
  animation: stipmove 1200ms ease-in-out, projectstipgrow 1200ms ease-in-out;
  animation-fill-mode: forwards;
}

.project_boogstip {
    transform-origin: 8px 8px;
    z-index: 999;
}


@keyframes projectstipgrow {
  0% {
    transform: scale(0);
  }

  5% {
    transform: scale(1);
  }

  80% {
    transform: scale(1);
  }

  90% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(0);
  }
}


@media screen and (min-width: 1800px) {

.project_tablets_container {
  /* scale: 1.2; */
}

}


@media screen and (max-width: 1300px) {

.project_tablets_row_container {
  max-width: 900px;
}

}

@media screen and (max-width: 1080px) {

.project_tablets_row_container {
  max-width: 80vw;
}

.project_tablets_container {
    width: 35vw;
}

.project_tablet {
  width: 35vw;
  margin-top: 7vw;
  margin-bottom: 7vw;
  min-height: 35vw;
}

.project_tablet_offset {
  margin-top: 25vw;
}


.project_button {
  width: 22vw;
}

.project_title h3 {
  font-size: 2.5vw;
}

.project_description, .project_description p {
  font-size: 10pt;
}


a .project_button {
    font-size: 11pt;
}

}


@media screen and (max-width: 640px) {

  
.project_tablets_row_container {
  width: 400px;
  max-width: 80vw;
}
  
.project_tablets_container {
  width: 400px;
  max-width: 80vw;
}

.project_tablet {
  width: 100%;
  margin-top: 12vw;
  margin-bottom: 12vw;
}

.project_button {
  width: 50vw;
  max-width: 240px;
}

.project_title h3 {
  font-size: 5vw;
}

.project_description, .project_description p {
  font-size: 10pt;
}

a .project_button {
    font-size: 11pt;
}

.project_tablets_container_right {
    margin-top: 0;
}

.project_tablet:hover {
/* scale: 1.1; */
}

.projecten_bg_container_inner {
  scale: 2;
  margin-left: -50vw;
}

}


.grid_img_container {
  position: absolute;
  overflow: hidden;
  display: flex;
  object-fit: cover;

}

.grid_img_container img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.grid_2x2 {
  width: 16.667vw;
  height: 16.667vw;
}

.grid_4x2 {
  width: 33.333vw;
  height: 16.667vw;
}

.grid_2x4 {
  width: 16.667vw;
  height: 33.333vw;
}

.grid_4x3 {
  width: 33.333vw;
  height: 25vw;
}

.grid_3x3 {
  width: 25vw;
  height: 25vw;
}

.grid_4x6 {
  width: 33.333vw;
  height: 50vw;
}

.grid_6x4 {
  width: 50vw;
  height: 33.333vw;
}

.partners_white_split {
  position: absolute;
  width: 50vw;
  height: 100%;
  right: 0;
}

.partners_black_split {
  position: absolute;
  width: 53vw;
  height: 100%;
  left: 0;
}

.partners_white_bg {
  position: absolute;
  width: 50vw;
  height: 100vh;
  background-color: #ffffff;
  right: 0;
  filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.1) );
}

.partners_black_bg {
  position: absolute;
  width: 50vw;
  height: 100vh;
  background-color: #000000;
  left: 0;
}

.partners_mozaiek_black_bg {
  height: calc( 100% - 120px );
}

.text13_left_container {
  position: absolute;
  top: calc(50% + 30px);
  transform: translate(0, -50%);
  width: 40vw;
  height: auto;
  text-align: right;
}


.text13_container {
  position: absolute;
  margin-left: 10vw;
  top: calc(50% + 30px);
  transform: translate(0, -50%);
}

.text13 {
  font-size: 4vw;
  line-height: 1.2em;
  margin-bottom: 0;
}

.text13_left {
  font-size: 4.5vw;
}

#sliding_door_white {
  transform: translateX(56vw);
}

#sliding_door_black {
  transform: translateX(-56vw);
}

.bw_partner_split {
  width: 6vw;
  right: 0;
  position: absolute;
  top: calc(50% + 32px);
  transform: translate(0, -50%);
}





/* --------------------------------------- PARTNERS ------------------------------------------------------------- */



/* PARTNERS */

.content_container_partners {
	max-width: 1574px;
	margin-left: auto;
	margin-right: auto;
}

.content_partners_inner_margins {
  padding-left: 60px;
	padding-right: 60px;
}

.partner_flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  width: 100%;
  gap: 4px;
}


.partner_container {
	position: relative;
	display: block;
	float: left;
	width: 270px;
	height: 190px;
	border: solid 1px #dfdfdf;
  background-color: #ffffff;
	padding: 0;
	margin: 0px 0 24px 0;
	overflow: hidden;
	vertical-align: middle;
	border-radius: 4px;
  justify-content: center;
	align-items: center;
}

.partner_container_inner {
    /* padding: 15px; */
    display: flex;
    padding: 5%;
    justify-content: center;
	  align-items: center;
    width: 90%;
    height: 86%;
}


.partner_image_container, .partner_image_container_scaler  {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partner_image_container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.partner_dummy_four {
  display: none;
}


@media screen and (max-width: 1800px) {


.partner_container {
        width: calc(20vw - 30px - 15px);
        height: 12vw;
        margin-bottom: 20px;
}

}


@media screen and (max-width: 1400px) {


.partner_container {
        width: calc(20vw - 20px - 15px);
        height: 13vw;
        margin-bottom: 10px;
}

}


@media screen and (max-width: 1000px) {

.content_container_partners {
	max-width: 1400px;
}

.partner_dummy_five {
  display: none;
}

.partner_dummy_four {
  display: initial;
}

.partner_container {
        width: calc(33vw - 20px - 30px);
        height: 20vw;
        margin-bottom: 13px;
}

}

@media screen and (max-width: 640px) {


.content_partners_inner_margins {
  padding-left: 30px;
	padding-right: 30px;
}

.partner_container {
        width: calc(33vw - 15px - 15px);
        height: 21vw;
        margin-bottom: 13px;
}


}



@media screen and (max-width: 520px) {
    .partner_container {
        width: calc(50vw - 3vw - 3vw);
        height: 28vw;
        margin-bottom: 3vw;
    }

    .content_partners_inner_margins {
      padding-left: 3vw;
	    padding-right: 3vw;
    }

}
