*{
    margin:0;
    padding:0;
}

/* @font-face {
    font-family: "WWF", Arial;
    src: url("/fonts/WWF.woff2");
} */

@font-face {
    font-family: "WWF";
    src: url('/fonts/WWF.woff2') format('woff2'),
         url('/fonts/WWF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-behavior: smooth;
}

.client-title{
        opacity: 0;
        -moz-transition: all 700ms ease-out;
        -webkit-transition: all 700ms ease-out;
        -o-transition: all 700ms ease-out;
        transition: all 700ms ease-out;
        -moz-transform: translate3d(0px, 200px, 0px);
        -webkit-transform: translate3d(0px, 200px, 0px);
        -o-transform: translate(0px, 200px);
        -ms-transform: translate(0px, 200px);
        transform: translate3d(0px, 200, 0px);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
      
}
.client-text{
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 100px, 0px);
    -webkit-transform: translate3d(0px, 100px, 0px);
    -o-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate3d(0px, 100, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  
}
.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

#contents{
    visibility:hidden;
}

/* GENERAL */
body, html{
    overflow-x:hidden;
    background-color:black;
    -webkit-overflow-scrolling:initial;
    /* overflow-y: scroll; */
    -webkit-overflow-scrolling: touch;
}
p, a, span, input, button, div, textarea{
    font-family: Georgia, Times, "Times New Roman";
    font-size:26px;
    color:white;
}
h1, h2, h3, h2 span, h2 div, h3 div{
    font-family: 'WWF', Times, "Times New Roman" !important;
    text-transform:uppercase;
    color:white;
    font-weight:normal;
}
.bg_white p, .bg_white a, .bg_white span, .bg_white input, .bg_white button, .bg_white div, .bg_white textarea, .bg_white h1, .bg_white h2, .bg_white h3{
    color:black
}
h1, h2, h2 span, h2 div{
    font-size: 82px;
    /* margin-bottom: 25px !important; */ /* RUINS THE TIEL REVEAL EFFECT*/
}
h3, h3 div{
    font-size:38px;
}
main{
    background-color:black;
}
.bg_white{
    background-color:white;
}
.highlight_me, .highlight_me div{
    color:#A09F4D !important;
}
.max_width_wrapper{
    max-width: 1200px;
    margin:0 auto;
    height: fit-content;
}
.max_width_wrapper h2, .max_width_wrapper h3, .max_width_wrapper p, .max_width_wrapper a{
    text-align:left;
    padding-right: 50px;
}

.bg_white .max_width_wrapper p, .bg_white .max_width_wrapper a{
    padding-left: 50px;
}
.bg_white .max_width_wrapper .button{
    margin-left:50px;
}
.bg_white .column-right {
    margin-right: 30px;
    margin-left:unset;
}
.bollen_boven{
    width: 5000px;
    position: relative;
    top: 200px;
    left: -500px;
}
.bollen_beneden{
    width: 5000px;
    position: relative;
    transform:rotate(180deg);
    top: -200px;
    left: -2000px;
}

.hideMe{
    width: 100px !important;
    background-color: lightgrey !important;
    opacity:.5;
    height: 100%;
    display: block !important;
}
.content_centered h2, .content_centered p{
    text-align:center;
    max-width:630px;
    margin:0 auto;
}
.content_centered .button{
    float: none;
    display: inline-block;
}
.block_01, .block_02, .block_03, .block_04, .block_05, .block_06, .block_07, .block_08, .block_09{
    padding-top:30px;
    padding-bottom:30px;
}
.block_02, .block_03, .block_04, .block_05, .block_06, .block_07{
    min-height:100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.block_01{
    z-index: 99999999;
    position: relative;
    padding-top:100px;
    padding-bottom:100px;
}
.block_01 p{
    background-color:white;
    z-index: 9999;
    position: relative;
}
.block_01 h2{
    line-height: 1;
    margin-bottom: 20px;
}
.block_09{
    padding-top:100px;
    padding-bottom:100px;
}
.block_08{
    padding-top: 100px !important;
}

.columns{
    display:flex;
    flex-flow:wrap;
    margin-top:50px;
    background-color: black;
    position: relative;
    z-index: 9999;
}

.bg_white .columns{
    flex-flow: row-reverse;
    background-color:white;
}
.bg_white .column-right {
    margin-right: 30px;
}
.column-left, .column-right{
    width:calc(50% - 15px);
}
.column-right{
    margin-left: 30px;
}
.column-left{
    padding-top: 100px;
}
.button{
    background-color: #A09F4D;
    padding: 10px !important;
    color: black !important;
    float: left;
    margin-top: 30px;
    text-decoration:none;
}

.wolk{
    max-width: 1100px;
    margin: 0 auto;
    padding-right:100px;
}
.wolk h3{
    position: relative;
    top: -530px;
    color: black;
}
.bol{
    max-width:370px;
    margin: 0 auto;
    position: relative;
    top: -400px;
    left: 25vw;
}
.bol .shape{
    background-color:#A09F4D;
    border-radius:100px;
    width:150px;
    height:150px;
    margin:0 auto;
}
.bol h3{
    color:#A09F4D;
    margin-top:20px
}

.block_08{
    margin-bottom:-250px;
}
#load{
    width:100%;
    zoom:0.2;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("assets/loading.gif") no-repeat center center rgba(0,0,0,0.25)
}
/* #load p{
    margin:0 auto;
    display:block;
    text-align:center;
    position:absolute;
    top:90vh;
} */

.swipe_down{
    position: relative;
    top: 5px;
    /* bottom: 5px; */
    width: 100%;
    font-size: 25px;
}


/* image fade-in systeem */
img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.img-container.right img{
    /* clip-path: polygon(0% 0%, 100% 0%, 0% 0%, 100% 0%); */
    opacity:0;
    height:0%;
    /* position: relative;
    top: -800px; */
    filter: hue-rotate(90deg);
}


/* Header */
header{
    background-color:black;
    /* z-index: 99999999;
    position: fixed;
    top: 0; */
}
header div{
    height:80px;
    display:flex;
    justify-content: space-between;
    max-width:1200px;
    margin:0 auto;
    padding-right:30px;
    padding-left:30px;
}
header img{
    height:100%;
    width:auto;
}
header nav a{
    font-size: 21px;
    text-decoration: none;
    padding: 15px 8px 8px 8px;
    margin-left: 15px;
    display: inline-block;
}

.highlighted_nav{
    background-color:#A09F4D;
    color:black;
}

.lang_switch{
    display: inline-flex;
    flex-direction: column;
    z-index: 99999;
    position: relative;
}
.lang_switch img{
    width: fit-content;
    height: fit-content;
    align-self: center;
    margin-left: 5px;
}
.lang_switch a{
    padding:0;
}
.the_other_lang{
    display:none;
}

.lang_switch:hover .the_other_lang {
    display:block;
}​ 
.btn6{
    display:none;
}


/* .icon{
    transition-duration: 0.5s;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 30px;
    background-color: lightcoral;
  } */
  
  /* @mixin icon-before($height, $width, $top) {
    transition-duration: 0.5s;
    position: absolute;
    width: $width;
    height: $height;
    background-color: $dark;
    content: "";
    top: $top;
  } */
  
  /* @mixin icon-after($height, $width, $top) {
    transition-duration: 0.5s;
    position: absolute;
    width: $width;
    height: $height;
    background-color: $dark;
    content: "";
    top: $top;
  } */
  
  
  
  
    
  
  
.btn6{
    display:none;
}
    
.btn6 .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 36px;
    top: 30px;
    background-color: white;
    padding-left:0px;
    padding-right:0px;
}
      
.btn6 .icon:before{
    transition-duration: 0.5s;
    position: absolute;
    width: 36px;
    height: 4px;
    background-color: white;
    content: "";
    top: -13px;
}
      
.btn6 .icon:after{
    transition-duration: 0.5s;
    position: absolute;
    width: 36px;
    height: 4px;
    background-color: white;
    content: "";
    top: 13px;
}
    
.btn6.open .icon{
    transition-duration: 0.5s;
    transform: rotateZ(180deg);
}
        
.btn6.open .icon:before{
    transform: rotateZ(45deg) scaleX(0.75) translate(12px, -3px);
}
  
.btn6.open .icon:after{
    transform: rotateZ(-45deg) scaleX(0.75) translate(13px, 3px);
}
    
.btn6:hover {
    cursor: pointer;
}
  
  










/* Split Mask -> title appearing */
#heading{
    visibility:hidden;
}


.footer_top{
    background-color:#E5E5E5;
    color:black;
}
.footer_bottom{
    background-color:black;
    color:white;
}

.links{
    max-width:450px;
    display:flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin:0 auto;
    padding:15px;
}
.links a{
    font-size:15px;
    text-decoration:none;
}
.links a:hover{
    text-decoration:underline;
}
.panda{
    max-width:100px;
    height: fit-content;
}
.footer_top p, .footer_top a{
    font-size:15px;
    color:black;
} 

.footer_top{
    display: flex;
    flex-flow: wrap;
    padding-left: calc((100vw - 850px) / 2);
    padding-top:60px;
    padding-bottom:60px;
}

.socials{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.social_icons{
    display:flex;
    margin-top:15px;
}
.social_icons a{
    width: 18px;
    margin-right:10px;
    display: block;
}

.social_icons a img{
    object-fit: contain;
}
.footer_top .info{
    max-width:340px;
    margin-left:60px;
    margin-right:240px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.showMeMobile{
    display:none;
}


.masktobeRevealed{
    mask-mode: alpha;
    -webkit-mask-mode:alpha;
    -moz-mask-mode:alpha;
    mask-type: alpha;
    -webkit-mask-type:alpha;
    -moz-mask-type:alpha;
}



/* Hover on button */
.button{
	position: relative;
	/*padding: 20px 50px;
	text-decoration: none;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	font-family: sans-serif;
	letter-spacing: 4px; */
	overflow: hidden;
    transition: 0.5s;
	/*background: rgba(255,255,255,.1);*/
	/*box-shadow: 0 5px 5px rgba(0,0,0.2);*/
}
/* .button:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,.1);
} */
/* .button:after{
	content: '';
	position: absolute;
	top: -50%;
	left: -100%;
	width: 45%;
	height: 300%;
    transform:rotate(45deg);
	background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
	transition: 0.8s;
	transition-delay: 0s;
} */
/* .button:hover:after{
	left: 120%;
} */

.button:hover{
    transform: scale(1.025);
    /* box-shadow: 0 5px 5px rgba(255,255,255,.2); */
}

.bg_white .button:hover{
    transform: scale(1.025);
    /* box-shadow: 0 5px 5px rgba(0,0,0.2,.2); */
}








/* TOP ILLUSTRATIE */ 
.number1, .number2, .number3{
    position: relative;
    top: 0;
    overflow:hidden;
    left: 0;
    max-width:500px;
}

.number1 img, .number2 img, .number3 img{
    position: absolute;
    top: 0;
    left: 0;
}
.number1 img:first-of-type, .number2 img:first-of-type, .number3 img:first-of-type  {
    position: relative;
    top: 0;
    left: 0;
}








/* MEDIA QUERIES */
@media screen and (min-width: 1800px) {
    .totalwidth{
        max-width:1800px !important;
    }
    .number1, .number2, .number3, .number4, .number5 {
        display:flex;
        justify-content: space-between;
    }
}
@media screen and (max-width: 1800px) {
    .hideMe{
        display:none !important;
    }
}
@media screen and (max-width: 1260px) {
    .block_01, .block_02, .block_03, .block_04, .block_05, .block_06, .block_07, .block_08, .block_09{
        padding-left: 30px;
        padding-right:30px;
    }
    .wolk{
        max-width:950px;
    }
    .wolk h3{
        top:-450px;
    }
    .bol{
        top:-320px;
    }
}

@media screen and (max-width: 1200px) {
    .number1{
        width:400px !important;
    }
    .parent1{
        width:400px !important;
    }
    .parent2{
        width:800px !important;
        display:flex;flex-flow:wrap;
    }
    .number4, .number5{
        width:50%;
    }
    .bg_white .max_width_wrapper p, .bg_white .max_width_wrapper a{
        padding-left: 10px;
    }
    .max_width_wrapper h2, .max_width_wrapper h3, .max_width_wrapper p, .max_width_wrapper a {
        padding-right: 10px;
    }.bg_white .max_width_wrapper .button {
        margin-left: 10px;
    }
    /* .number3{
        display:none;
    }
    .number1, .number2{
        width:48% !important;
        max-width:unset;
    } */
    .number1, .number2, .number3{
        width:33% !important;
        max-width:unset;
    }
}
@media screen and (max-width: 1050px) {
    .footer_top .info {
        margin-right: 60px;
    }
    .footer_top {
        padding-left: unset;
        justify-content: center;
    }
    .column-left {
        padding-top: 0px;
    }
}
@media screen and (max-width: 980px) {
    .wolk h3{
        top:-420px;
    }
}
@media screen and (max-width: 880px) {
    .columns, .bg_white .columns{
        flex-flow:column-reverse;
    }
    .column-left, .column-right {
        width: calc(100% - 30px);
    }
    .column-left {
        padding-top: 0px;
        padding-bottom: 30px;
        margin-top:-40px;
    }
    .column-right {
        margin-left: 0px;
    }
    .bg_white .max_width_wrapper .button {
        margin-left: 0px;
    }
    .bg_white .max_width_wrapper p, .bg_white .max_width_wrapper a {
        padding-left: 0px;
    }
    .showMeMobile{
        display:block;
        max-width:calc(100vw - 60px);
        margin-top:30px;
    }
    .hideMeMobile{
        display:none;
    }
    .block_08{
        margin-bottom:0px;
    }
}
@media screen and (max-width: 800px) {
    .parent2 {
        justify-content: space-around;
    }
    .parent1{
        display: flex;
        flex-flow: wrap;
    }
    .number4, .number5 {
        width: 400px;
    }
    .hideMe{
        display:block !important;
    }
    /* .number1, .number2, .number3, .number4, .number5 {
        display: flex;
        justify-content: space-between;
        width: 600px !important;
    } */
    .parent1 {
        width: 600px !important;
    }
    .footer_top {
        padding-left: 30px;
        padding-right: 30px;
        flex-flow:unset;
    }
    .bollen_boven {
        width: 3000px;
        top: 100px;
    }
    .bollen_beneden {
        width: 3000px;
        top: -100px;
    }
    .block_08 h2{
        margin-bottom:15px;
    }
    .footer_top .info {
        margin-right: 20px;
        margin-left: 20px;
    }
    
}
@media screen and (max-width: 700px) {
    .column-right{
        max-width:75vw;
    }
    /* .number1, .number2 {
        height: 75% !important;
        margin-top: 15%;
    } */
    .number1, .number2, .number3 {
        height: 60% !important;
        margin-top: 15%;
    }
}
@media screen and (max-width: 950px) {
    .btn6{
        display:block;
        position: absolute;
        right: 40px;
        top: 10px;
    }
    header nav{
        display:none;
        height: calc(100vh - 100px);
        background-color: black;
        width: calc(100vw - 0px);
        position: absolute;
        left: 0;
        z-index: 9;
        top:-800px;
        transition: all 2s ease 0s;   
    }
    .HeaderMobileOpen nav{
        top: 100px;
    }
    .MobileOpened{
        padding-top:60px;
        display: flex;
        flex-direction: column;
        
    }
    .MobileOpened a{
        font-size:32px;
        text-align:center;
        padding:20px 15px;
        margin-left:0px;
        border-bottom:1px solid white;
    }
    .lang_switch{
        width: 100%;
        padding: 0px;
    }
}
@media screen and (max-width: 650px) {
    h2, h2 span{
        font-size:50px;
    }
    h3{
        font-size:28px;
    }
    p, a, span, input, button, div, textarea{
        font-size:18px;
    }
    .block_01, .block_02, .block_03, .block_04, .block_05, .block_06, .block_07, .block_08, .block_09{
        padding-left:15px;
        padding-right:15px;
    }
    h1, h2, h2 span{
        line-height: 48px;
    }
    .block_01 h2{
        margin-bottom: 15px;
    }
    .columns {
        margin-top: 15px;
    }
    .column-left, .column-right {
        width: calc(100% - 0px);
    }
    .footer_top .info {
        max-width: 300px;
    }

}
@media screen and (max-width: 600px) {
    .footer_top {
        flex-flow: wrap;
    }
    .footer_top .info{
        width: 50vw;
        margin-right: 0px;
    }
    .footer_top .panda{
        width: 20vw;
        max-width:unset;
    }
    .socials{
        width: 100%;
        margin-left: 35vw;
    }
    
}
@media screen and (max-width: 600px) {
    .parent1 {
        width: 400px !important;
    }
    .hideMe{
        display:none !important;
    }
    /* .number1, .number2, .number3, .number4, .number5 {
        width: 400px !important;
    } */
}
@media screen and (max-width: 550px) {
    .column-right {
        max-width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .designbykpot{
        margin: 0 auto;
        width:100%;
        margin-top: 20px;
        text-align: center;
    }
}
@media screen and (max-width: 450px) {
    /* .number1, .number2 {
        height: 65% !important;
        margin-top: 20%;
    } */
    .number1, .number2, .number3 {
        height: 50% !important;
        margin-top: 20%;
    }
    .MobileOpened a {
        font-size: 30px;
        
    }
}
@media screen and (max-width: 400px) {
    .footer_top .info{
        width: 100%;
        margin-left: 0px;
        text-align: center;
        margin-top: 30px;
    }
    .socials{
        margin-left: unset;
        text-align: center;
        margin-top:30px;
    }
    .social_icons{
        justify-content: space-around;
        margin-top: 10px !important;
    }
    .social_icons a {
        margin-right: 20px;
    }
    .socials div{
        margin: 0 auto;
        text-align: center;
    }
    h2, h2 span{
        font-size: 40px;
        line-height:42px;
    }
    h3{
        font-size: 26px;
    }
    p, a, span, input, button, div, textarea {
        font-size: 16px;
    }
}
@media screen and (max-width: 370px) {
    
}
@media screen and (max-width: 350px) {
    /* .number1, .number2 {
        height: 55% !important;
        margin-top: 25%;
    } */
    .number1, .number2, .number3 {
        height: 42% !important;
        margin-top: 25%;
    }
    .MobileOpened a {
        font-size: 28px;
    }
}
