/* laatste update: 27-02-2021 */

/* ####### TEASERBLOKJE ####### */
/* =========================== */

.teaserke {
    border: 1px solid #ccc;
    background-color: #fefefe;
    padding: 1em;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: 1rem !important;
}

.teaserke .info {
    padding: 5px;
}

.question b i,
.question i,
.question i b {
    font: normal normal normal 14px/1 FontAwesome !important;
    color: black !important;
    font-style: normal !important;
    margin-left: 0.5em !important;
    font-weight: 600 !important;
}

.question span {
    font-weight: 600;
}

.question span.leesmeer {
    color: rgb(158, 46, 46);
    font-size: 0.9em;
}

.teaserke .inzet-img {
    margin: 10px;
    flex-shrink: 0;
}

.teaserke .inzet-tekst {
    padding: 20px;
    font-size: 0.8em;
}

.teaserke .inzet-cijfer {
    font-family: "arnhem-bold", Georgia, serif;
    font-size: 4em;
}

@media only screen and (max-width: 768px) {
    .teaserke {
        flex-direction: column;
        align-items: center;
    }
}

/* ####### ACHTERGRONDVIDEO ####### */
/* =============================== */

h2 span.description {
    margin-top: 0.5em;
    text-align: left;
    font-size: 0.64em;
    line-height: 1.2;
}

.achtergrond.video {
    position: relative;
    background-color: black;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.banner__video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    min-height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    object-fit: cover;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.achtergrond.video .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100%;
    width: 500px;
    max-width: 80%;
    margin: 0px auto;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

.container h2 {
    width: 550px !important;
    max-width: 550px !important;
    font-size: 1.5em !important;
    line-height: 1.3;
}

.achtergrond.video .container.top {
    /* margin-top: -15%; */
    align-items: flex-start;
}

.achtergrond.video .container.bottom {
    /* margin-top: 15%; */
    align-items: flex-end;
}

.achtergrond.video .container.left {
    margin-left: 5%;
    width: 550px !important;
}

.achtergrond.video .container.right {
    margin-right: 5%;
    width: 550px !important;
    text-align: left;
}

.achtergrond.video .container.center {
    width: 550px !important;
}

.container.bottom h2 {
    padding-bottom: 2em !important;
}

.container.top h2 {
    padding-top: 1em !important;
}

.achtergrond.video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.1;
    z-index: 1;
}

/* MOBILE */

@media (pointer: coarse) and (hover: none) {
    video.video-small::-webkit-media-controls {
        display: none !important;
    }

    video.video-small::-webkit-media-controls-start-playback-button {
        display: none !important;
    }

    .video-small::-webkit-media-controls-panel {
        display: none !important;
        -webkit-appearance: none;
    }

    .video-small::-webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none;
    }

    .video-small::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none;
    }
}

@media only screen and (max-width: 768px) {

    .article__body .gallery:first-child,
    .article__body .video:first-child {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
        margin-top: 0rem !important;
    }


    .achtergrond.video,
    .achtergrond.video .container,
    .achtergrond.foto .hold {
        min-height: 640px;
    }

    .achtergrond.video .container.mobiletop {
        margin: auto;
        align-items: flex-start;
    }

    .achtergrond.video .container.mobilebottom {
        margin: auto;
        align-items: flex-end;
    }

    .container.bottom h2 {
        padding-bottom: 0em !important;
    }

    .hold.mobiletop,
    .mobiletop {
        align-items: flex-start !important;
        padding-top: 2em;
    }

    .achtergrond.video .container h2 {
        margin-bottom: 2em;
    }
}
