.section{
    min-height: 400px;
    height: 80vh;
}

.small-section{
    min-height: 200px;
    height: 50vh;
}

#hero h1{
    font-size: 3.5rem;
}

h5{
    line-height: 1.5;
}

@media screen and (max-width: 768px){
    .section{
        height: auto;
    }
    .small-section{
        height: auto;
    }
    #hero h1{
        font-size: 2rem;
    }
}

@media screen and (min-width: 2400px){
    .section{
        height: 50vh;
    }
    .small-section{
        height: 30vh;
    }
}

#hero-block-wrapper{
    cursor: pointer;
}

@media screen and (max-width: 576px){
    #hero-block-wrapper{
        margin-top: 5rem !important;
    }
}

#hero-block{
    background: var(--wtl-b1);
    border-radius: 25px;
    padding: 15px;
    position: relative;
}

#hero-block i{
    font-size: 4rem;
    position: absolute;
    top: calc(50% - 2rem - 50px);
    left: calc(50% - 2rem);
    color: #fff;
}

#hero-block-wrapper p{
    transition: transform 0.2s ease-in-out;
}


#hero-block-wrapper:hover p{
    color: var(--wtl-b2);
    transform: scale(1.1);
}


#hero-block img{
    margin-top: -100px;
    border-radius: 15px;
}

#video-modal{
    pointer-events: none;
    opacity: 0;
    transform: scale(0.9), translate(0, 10px);
    transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 100px;
    background: #fff;
    z-index: 1999;
}

#video-modal #player{
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px){
    #hero-block i{
        top: 10%;
    }
    
    #video-modal{
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 12px;
    }
}

#video-modal.show{
    pointer-events: auto;
    opacity: 1;
    transform: scale(1), translate(0, 0);
}

#artefact-spacer{
    margin-top: -5.5px;
}

.color-t{
    color: var(--wtl-t);
}

#hero-artefacts .artefact:nth-child(1){
    margin: 2rem 0 -2rem;
}

#refs{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem;
    margin: 2rem 0;
}

.ref{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
    padding: 1rem;
    padding-top: 0;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
}

.ref img{
    max-height: 100px;
}

.ref:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}

.blue-marker-highlight{
    color: var(--wtl-b1);
    font-weight: 600;
}

.docenten-kaartjes-wrapper{
    position: relative;
    height: 250px;
    display: inline-flex;
    justify-content: end;
    overflow-x: scroll;
    gap: 2rem;
    perspective: 1000px;
    padding: 12px;
    margin-left: -200px; 
    padding-left: 224px;
}

@media screen and (max-width: 768px){
    .docenten-kaartjes-wrapper{
        gap: 1rem;
        margin: 0;
        margin-right: -12px;
        padding: 0;
        justify-content: start;
    }
}

.docenten-kaartjes-wrapper::-webkit-scrollbar {
    display: none;
}  

.docent-card{
    background: #fff;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.04);
    text-align: center;
    transition: all 1s cubic-bezier(0.7, -.5, 0.3 ,1.8);
    transform-style: preserve-3d;
    position: relative;
    height: 200px;
    z-index: 10;
    cursor: pointer;
}

.docent-card::before{
    content: "";
    position: absolute;
    top: 24px; 
    left: 24px; 
    right: -12px;
    bottom: -12px;
    border-radius: 15px;
    background: var(--wtl-b1);
    z-index: 1;
}


@media screen and (max-width: 768px){
    .docent-card::before{
        display: none;
    }
}

.voorkant, .achterkant{
    position: relative;
    border-radius: 10px;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding: 1rem;
    display: flex;
    width: 200px;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.docent-card .achterkant{
    transform: rotateY(180deg);
    position: absolute;
    text-align: center;
    width: 100%;
}

.docent-card img{
    border-radius: 50%;
    width: 100px;
    margin-bottom: 1rem;
}


.docent-card:hover{
    transform: rotateY(180deg);
}

/* 
.docent-kaartje:nth-child(1){
    transform: rotate(-25deg);
    margin-left: -100px;
    background: var(--wtl-o);
    color: #fff;
}
.docent-kaartje:nth-child(2){
    transform: rotate(-10deg);
    margin-left: 0px;
    margin-top: -10px;
    background: var(--wtl-b1);
    color: #fff;
}
.docent-kaartje:nth-child(3){
    transform: rotate(5deg);
    margin-left: 100px;
    text-align: center;
}

.docent-kaartje:nth-child(1):hover{
    margin-top: -10px;
    transform: rotate(-27deg) scale(1.05);
}
.docent-kaartje:nth-child(2):hover{
    margin-top: -20px;
    transform: rotate(-10deg) scale(1.05);
}
.docent-kaartje:nth-child(3):hover{
    margin-top: -10px;
    transform: rotate(7deg) scale(1.05); 
}*/


.bg-solid-light-pattern::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e5e5f7;
    opacity: 0.03;
    background: linear-gradient(135deg, #0367f255 25%, transparent 25%) -17px 0/ 34px 34px, linear-gradient(225deg, #0367f2 25%, transparent 25%) -17px 0/ 34px 34px, linear-gradient(315deg, #0367f255 25%, transparent 25%) 0px 0/ 34px 34px, linear-gradient(45deg, #0367f2 25%, #e5e5f7 25%) 0px 0/ 34px 34px;
}

.coaches{
    display: inline-flex;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: 1fr; 
    overflow-x: auto;
    overflow-y: hidden;
    grid-gap: 1rem;
    position: relative;
    margin-right: -200px; 
    padding-right: 224px;
}

.coaches::-webkit-scrollbar {
    display: none;
}


.coach{
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none;
}


@media screen and (max-width: 768px){
    .coach{
        width: min-content;
    }
    .coaches{
        margin-right: 0;
        padding-right: 0;
    }

}

.coach .coach-img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.coach .coach-img-holder{
    padding: .5rem;
    width: min-content;
    border-radius: 10px;
}

.coach .coach-info{
    padding: 0.5rem;
    text-align: center;
    font-weight: bold;
}

.coach:hover{
    transform: scale(1.05);
}

.interventie-img{
    width: 100%;
    height: 180px;
}

.interventie{
    overflow: hidden;
}

#interventie-holder{
    margin-top: -180px;
}

#interventie-container{
    margin-top: 180px;
}

.interventie-groot{
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}


.glide__slide{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ice-title-alt{
    color: #000;
    font-weight: 700;
}


.ice-title-alt div{
    color: var(--wtl-b2);
}