* {
    padding: 0;
    margin: 0;

}

.clickdeel {
    /* border: 1px solid red; */
    position: absolute;
}

.pijl {
    width: 150px;
    height: 110px;
    right: 10px;
    bottom: 49px;
    position: absolute;
}


#doek {
    width: 1500px; 
    height: 1060px; 
    background-image: url("../img/annoteren-basis.png");
}

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

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

html {
    font-family: 'GalanoGrotesque';
}


.rollovertekst {
    position: absolute;
    left: 0;
    top: 0;
    background-color: orange;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
}

video {
    position: absolute;
    top: 0px;
    left: 80px;
}


.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;
}


#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_container {
    position: absolute;
    display: inline-block;
    /* border: 1px solid red; */
}


#doek .img_container img {
    position: relative;
    width: 100%;
}

#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;
    padding-bottom: 20px;
}

#overlay {
    background-color: rgba(41,10, 51, 0.6);
    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;
}


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

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

.inhoud a {
    background-color: #E83A54;
    display: block;
    padding: 5px 0px 10px 0px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 6px;
}

.inhoud a:hover {
    background-color: #411051;
}


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


.tekenelement {
    position: relative;
}

.inhoudlinks {
    width: 300px;
    text-align: left;
}

.smallerwidth {
    width: 200px;
}

.inhoudlinks h1 {
    color: #149ed9;
    padding-bottom: 15px;
}

h1 {
    font-size: 30px;
}

p {
    font-size: 14px;
    line-height: 22px;
}

.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;
}

#gridstyle {
    z-index: 2000;
    position: absolute;
    display: none;
}
#gridstyle img {
    width: 100%;
}

.visible {
    display: block;
}

#ok {
    pointer-events: none;
    z-index: 5000;
}

.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;
    
}
