:root{
  --font-row-height: 75px;
  --bg: #90C1DC;
}

body{
    background-color:#f7f7f7;
    font-family: Gotham;
    font-size: 18px;
    color: #292929;
}

p{
  font-family: Gotham;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
}

h1{
  font-family: Gotham;
  font-weight: bold;
  font-size: 50px;
  color: #0E0A27;
  margin: 0;
  line-height: 1.5;
  height: var(--font-row-height);
}

#font h2{
  margin: 0;
  line-height: 1.8;
  height: var(--font-row-height);
  color: #0E0A27;
}

h2{
  font-family: Gotham;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 30px;
  margin-bottom: clamp(15px, 1.8vw, 30px);
}

h3{
  font-family: Gotham;
  font-weight: bold;
  font-size: 26px;
  color: #0E0A27;
  line-height: 3;
  height: var(--font-row-height);
}

h4{
  font-family: Gotham;
  font-weight: bold;
  font-size: 24px;
  color: #0E0A27;
  line-height: 3.5;
  height: var(--font-row-height);
}

h5{
  font-family: Gotham;
  font-weight: bold;
  font-size: 21px;
  color: #0E0A27;
  line-height: 4;
  height: var(--font-row-height);
}

h6{
  font-family: Gotham;
  font-weight: bold;
  font-size: 19px;
  color: #0E0A27;
  line-height: 4;
  height: var(--font-row-height);
}

span.intro{
  font-family: Gotham;
  font-weight: 500;
  font-size: 24px;
  color: #292929;
  line-height: 4;
  height: var(--font-row-height);
  display: block;
}

#font,#colors{
  min-height: 100vh;
}

#font p{
  font-family: Gotham;
  font-weight: normal;
  font-size: 18px;
  color: #292929;
  line-height: 5.5;
  height: var(--font-row-height);
  margin: 0;
}

.btn{
  background-repeat: no-repeat;
  transition-duration: .5s;
}

.btn-primary{
  padding-right: 50px;
  background-image: url(img/btn-next-white.svg);
  background-position: center right 15px;
  background-size: 15px;
}

.btn-primary:hover{
  background-image: url(img/btn-next-white.svg);
  background-position: center right 10px;
}

.btn-outline-primary{
  border: 2px solid var(--bs-primary);
  padding-right: 55px;
  background-image: url(img/btn-next.svg);
  background-position: center right 20px;
}

.btn-outline-primary:hover{
  background-image: url(img/btn-next-white.svg);
  background-position: center right 15px;
}

.btn-link{
  position: relative;
  padding-right: 75px;
  text-decoration: none;
  font-weight: 500;
}

.btn-link:after{
  content: "";
  width: 58px;
  height: 58px;
  position: absolute;
  right: 0;
  top: -3px;
  border: 2px solid #EAE9F1;
  background-image: url(img/btn-next.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  border-radius: 3rem;
  transition: width .5s;
}

.btn-link:hover:after{
  width: 100%;
  transition-duration: 1s;
  border-color: var(--bs-primary);
}

.btn-next{
  padding-right: 40px;
  font-weight: 500;
  background-image:url(img/btn-next.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  text-decoration: none;
}

.btn-next:hover{
  background-position: center right 5px;
}

#block_afbeelding_tekst .contentimg{
  min-height: 570px;
  background-size: cover;
  background-position: center;
}

#block_afbeelding_tekst .container{
  color:#fff;
}

#block_afbeelding_tekst .contenttext{
  background-color: var(--bg);
  height: 100%;
}

#block_afbeelding_tekst .contenttext h2{
  max-width: 650px;
}

#block_afbeelding_tekst .btn, #block_afbeelding_tekst p,#block_afbeelding_tekst a{
  color:#fff;
}

#block_afbeelding_tekst .btn:not(.btn-next){
  border-color:#fff;
  background-image: url(img/btn-next-white.svg);
}

#block_afbeelding_tekst .btn-next {
  background-image: url(img/btn-next-white.svg);
}

#block_afbeelding_tekst p:last-of-type{
  margin-bottom: clamp(15px, 2vw, 45px);
}

#block_afbeelding_tekst p{
  max-width: 550px;
}

#block_afbeelding_tekst .btn-outline-primary:hover{
  background-color: rgb(255 255 255 / 20%);
}

[data-aos="image_load_animation"]{
  position: relative;
}

[data-aos="image_load_animation"]:before{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  right: 0;
  background-color: var(--bg);
  transition: width 1s;
  z-index: 2;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

[data-aos="image_load_animation"].aos-animate:before{
  width: 0%;
  transition: width 1s;
}

[data-aos="image_load_animation"]:after{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  right: 0;
  background-color: #7fadc6;
  transition: width 1s ease-in;
  opacity: .7;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

[data-aos="image_load_animation"].aos-animate:after{
  width: 0%;
  transition: width 1.25s;
}

.note{
  color:#fff;
  text-align: center;
  width: 100%;
  height: 231px;
  padding-top: 50px;
  position: relative;
  background-color:#ededed;
}

.note:before{
  content: "";
  background-color: #000;
  width: 100px;
  height: 100px;
  clip-path: polygon(70% 0, 100% 30%, 100% 0);
  position: absolute;
  right: 0;
  top: 0;
  opacity: .3;
}

.note .countdown{
font-family: Gotham;
font-weight: bold;
font-size: 60px;
color: #FFFFFF;
text-align: center;
}

/* demo css */

section .container{
  margin: auto;
  background-color:#fff;
  border-top: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}

#logo{
  height: 100vh;
}

#logo .container{
    background-image:url(img/bg-logo.svg);
    background-position: center;
    background-size: cover;
    height: 100%;
    max-height: 800px;
}

#logo .logowrapper{
    width: 370px;
    height: 130px;
    max-width: 100%;
}

#logo img{
  max-width: 100%;
}

#logo .sloganwrapper{
    display: inline-block;
    height: 32px;
    overflow: hidden;
    vertical-align: middle;
    text-align: right;
}

#logo .sloganwords{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-animation-name: wordSlider;
            animation-name: wordSlider;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
}

#logo .sloganwrapper li{
    font-family: Gotham;
    font-weight: 500;
    font-size: 29px;
    color: #90C1DC;
    letter-spacing: -0.71px;
    display: block;
    line-height: 1;
}

#colors .container,#font .container,#buttons .container{
  max-height: 800px;
}

#colors .colorbox{
  width: 100%;
  height: 100%;
  min-height: 100px;
  color:#fff;
  position: relative;
}

#colors .colorbox p{
  position: absolute;
  top: 30px;
  left: 30px;
  height: auto;
  line-height: 1;
  color: #fff;
}

.h-33{
  height: 33.33333333%;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-bg-type: #F5F9FC !important;
}

td .t{
  min-height: 94px !important;
  display: flex;
}

#buttons td .t{
  min-height: 92px !important;
}

#block_afbeelding_background .container{
  background-size: cover;
  background-position: left center;
}

#block_afbeelding_background .textOverlay{
  background: #fff;
}

#block_afbeelding_background .textOverlay{
  padding: clamp(15px, 5vw, 60px);
}

#block_afbeelding_background .textOverlayWrapper{
  padding-top: 25rem;
  padding-bottom: 15px;
}

#notes{
  min-height: 100vh;
}

#buttons{
  margin-bottom: 150px;
}

@media (min-width: 992px) {
  #block_afbeelding_background .textOverlayWrapper{
    padding-top: clamp(15px, 10vw, 120px);
    padding-left: clamp(15px, 5vw, 85px);
    padding-bottom: clamp(15px, 10vw, 120px);
  }
  section{
    width: 100%;
    height: 100vh;
  }
  #buttons{
    margin-bottom: 0;
  }
}


@keyframes wordSlider {
  0%, 27% {
    transform: translateY(0%);
  }
  33%, 60% {
    transform: translateY(-25%);
  }
  66%, 93% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-75%);
  }
}