* {
    padding: 0;
    margin: 0;
}

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

html {
    font-family: 'Poppins', sans-serif;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}



iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

#doekwrapper {
    resize: both;
    padding: 0px;
    overflow: hidden;
    height: 100vh;
    position: relative;
    background-color: white;
}


#doek {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    overflow: hidden;

}



#doek img {
    position: absolute;
    cursor: pointer;
}

#doek .popup {
    position: absolute;
    z-index: 100;   
    display: none; 
}

.popup {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

#doek .popup img {
    position: relative;
    display: block;
    max-height: 300px;
    margin: 0 auto;
    cursor: auto;
    padding-bottom: 20px;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 99;
    display: none;
    position: absolute;
}

.sluitknop {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url('../img/sluitknop.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.sluitknop:hover {
    background-image: url('../img/sluitknop_hover.png');
}

.inhoud {
    padding: 40px 40px;
    text-align: center;
}


.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }


.tekenelement {
    /* border: 1px solid red; */
}

.kleiner {
    font-size: 10px;
    margin-bottom: 12px;
}

.inhoudlinks {
    width: 600px;
    text-align: left;
    font-size: 13px;
}

.smallerwidth {
    width: 200px;
}

.inhoudlinks h1 {
    color: #42b982;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.inhoudlinks h4 {
    color: #42b982;
    font-size: 13px;
    padding-bottom: 0px;
}

.inhoudlinks h3 {
    color: #317ec2;
    font-size: 13px;
    padding-bottom: 15px;
}

.ruimteman {
    /* width: 150px;
    height: 150px; */
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
}

.ruimteman img {
    width: 150px;
    height: 150px;
}

.poptekst {
    position: fixed;
    top: 85px;
    left: 40px;
    background-color: #ffcc42;
    color: black;
    padding: 10px 20px;
    font-size: 1em;
    z-index: 100000;
    pointer-events: none;
}

.balletje {
    position: absolute;
    border-radius: 12px;
    background-image: url('../img/flash.gif');
    background-repeat: no-repeat;
    background-size: cover;
}


.slider {
    width: 100%;
    height: 380px;
    display: flex;
}

.slider > div {
    flex: 1;
    border: 1px solid red;
    
}
