/* laatste update: 17-08-2021 */

/* ####### ALGEMEEN ####### */
/* ======================= */


#intro p {
    max-width: 650px;
}

#outro {
    height: 40vh;
}

main {
    font-size: 1.2rem;
    line-height: 1.444444444;
    font-family: "arnhem-blond", Georgia, serif;
}

h1,
h2 {
    font-family: "arnhem-bold", Georgia, serif;
}

p.crossheading {
    font-size: 1.2em;
    margin-block-end: 0em !important;
}

.crossheading+p {
    margin-block-start: 0em !important;
}

.is-small {
    margin: 0 auto;
    width: 80%;
    max-width: 600px;
    padding: 50px 0 !important;
}

div.is-small img {
    width: 100%;
    max-width: 600px;
}

.is-760 {
    margin: 0 auto;
    width: 100%;
    max-width: 760px;
    padding: 0 !important;
}

div.is-760 img {
    width: 100%;
    max-width: 760px;
}




/* ####### TITEL & INTRO ZONDER FOTO ####### */
/* ============================ */

.DS2020-headline--feature {
    line-height: 1.05;
    margin-bottom: 0;
    margin-top: 0.1875em;
    margin-bottom: 0em;
    font-family: arnhem-blond, Georgia, serif;
    font-weight: 400;
    letter-spacing: -0.25px;
    color: black;
}



/* ####### TITEL & INTRO MET FOTO IN ACHTERGROND ####### */
/* ============================ */

.achtergrond.foto .DS2020-container__inner,
.achtergrond.video .DS2020-container__inner {
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 90vh;
    min-height: 90vh;
}

.achtergrond.foto .DS2020-container__inner.top,
.achtergrond.video .DS2020-container__inner.top {
    justify-content: flex-start;
    margin-top: 2em;
}

.achtergrond.foto .DS2020-container__inner.center,
.achtergrond.video .DS2020-container__inner.center {
    justify-content: center;
}

.achtergrond.foto .DS2020-container__inner.bottom,
.achtergrond.video .DS2020-container__inner.bottom {
    justify-content: flex-end;
    margin-bottom: 2em;
}

.DS2020-overhead__header p .sublabel-text {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
}

.DS2020-container__inner .DS2020-overhead__header p .label-text {
    color: white;
}

.achtergrond.foto .DS2020-headline--feature,
.achtergrond.video .DS2020-headline--feature {
    line-height: 1.05;
    margin-bottom: 0;
    margin-top: 0.1875em;
    margin-bottom: 2em;
    font-family: arnhem-blond, Georgia, serif;
    font-weight: 400;
    letter-spacing: -0.25px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    color: white;
}

/* ####### VIDEO OPENER ####### */
/* ===================== */

.achtergrond.video .DS2020-container__inner {
    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 4px rgba(0, 0, 0, 0.4);
}


/* ####### TITEL & INTRO algemeen ####### */
/* ============================ */

.DS2020-header__text {
    font-size: 0.8333333333em;
}


.DS2020-introduction p {
    line-height: 1.33333em !important;
}

.auteurbox {
    display: flex;
    margin: 1em 0;
}

.auteurbox .logo {
    flex-shrink: 0;
}

.auteurbox .logo img {
    height: 75px !important;
    width: 75px !important;
}

.DS2020-storyimage__img,
.logo.DS2020-storyimage__img,
.DS2020-storyimage__img img {
    width: 75px !important;
    height: 75px !important;
    min-width: 75px !important;
    margin-right: 1.1111111111em;
    margin-top: 0.4em;
    background-color: transparent;
    border: none;
    outline: none;
}

.DS2020-author {
    line-height: 1.3846153846;
    margin-top: 2.1111111111em;
}

.DS2020-timestamp {
    line-height: 1.3333333333;
    color: rgb(116, 116, 116);
}

.socialbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.5em;
}

.social-media {
    width: 100%;
    text-align: right;
}

.social-media img {
    width: 9% !important;
    padding-right: 2% !important;
    display: inline !important;
    top: 0;
}

.pluslogo {
    width: 100%;
    top: 0;
    margin-bottom: 20px;
    text-align: left;
}

.pluslogo img {
    width: 7% !important;
    text-align: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* SCROLLICOON */

.scroll-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 1em auto;
}

.field {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 300px;
}

.field-text {
    text-transform: uppercase;
    font-size: 0.8em;
    margin-bottom: 15px;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid white;
    border-radius: 60px;
    position: relative;
}

.mouse::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 1.7s infinite;
    -webkit-animation: wheel 1.7s infinite;
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 30px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 30px;
    }
}

/* ####### AFBEELDINGEN ####### */
/* =========================== */

.achtergrond.foto {
    background-repeat: no-repeat;
    /* background-position: bottom; */
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
    padding: 2rem;
}

.achtergrond.foto.opener {
    height: 90vh;
}

.hold {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 100vh;
}

.hold h2 {
    max-width: 500px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    font-size: 1.5em !important;
    line-height: 1.3;
}

h2 .description {
    margin-top: 0.5em;
    text-align: left;
    font-size: 0.64em;
    line-height: 1.23;
}

.hold.bottom {
    align-items: flex-end;
}

.hold.top {
    align-items: flex-start;
}

.hold.left {
    justify-content: flex-start;
}

.hold.right {
    justify-content: flex-end;
}

.dubbel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.dubbel img {
    width: 49% !important;
    max-width: 49% !important;
}

figcaption p,
figcaption,
.DS2020-storyimage__caption {
    margin-block-start: 0 !important;
    padding-top: 0 !important;
    margin-top: -15px !important;
}

.is-760 figcaption p, .is-760 figcaption, .is-760 .DS2020-storyimage__caption {
    padding-top: 0 !important;
    margin-block-start: 0!important;
    margin-top:initial!important;
}


/* ####### QUOTES CREDITS ####### */
/* ===================== */

blockquote {
    margin-bottom: 1em;
    border-top: 1px solid #000;
    padding-top: 0.8333333333em;
    font-size: 1.3333333333em;
    line-height: 1.25;
    font-family: "arnhem-bold-italic", Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
    hyphens: none;
    color: black;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

blockquote .quotation-name {
    font-size: 0.67em;
    line-height: 1.23;
}

blockquote .description {
    margin-top: 0.2222222222em;
    font-size: 0.64em;
    line-height: 1.2;
}

.credits {
    border: 1px solid #ccc;
    background-color: #fefefe;
    padding: 0 1em;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: 1rem !important;
}

.credits .img {
    margin: 10px;
    flex-shrink: 0;
}

.credits .info {
    padding: 5px;
}

/* ======================= */
/* ####### MOBIEL ####### */
/* ===================== */
@media only screen and (max-width: 768px) {


    body {
        margin: 0 !important;
    }

    .DS2020-overhead {
        margin: .5555555556em auto;
    }

    .temp_mob2015_header .article__body {
        padding: 0 !important;
    }

    .col__cell {
        padding: 0rem !important;
    }

    .article__body {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .achtergrond {
        margin-top: 0px;
    }

    .achtergrond.foto {
        align-items: flex-end;
        min-height: 640px !important;
    }

    .achtergrond.foto.opener,
    .achtergrond.foto .hold,
    .achtergrond.video .container {
        min-height: 640px !important;
    }

    .achtergrond.foto.opener p {
        margin-top: 0;
    }

    .achtergrond.foto .DS2020-container__inner,
    .achtergrond.video .DS2020-container__inner {
        padding: 0 !important;
        min-height: 640px !important;
    }

    .achtergrond.foto .DS2020-container__inner.mobiletop,
    .achtergrond.video .DS2020-container__inner.mobiletop {
        justify-content: flex-start !important;
        margin-top: 50px !important;
    }

    .achtergrond.foto .DS2020-container__inner.mobilecenter,
    .achtergrond.video .DS2020-container__inner.mobilecenter {
        justify-content: center !important;
    }

    .achtergrond.foto .DS2020-container__inner.mobilebottom,
    .achtergrond.video .DS2020-container__inner.mobilebottom {
        justify-content: flex-end !important;
        padding-bottom: 2em !important;
    }

    .DS2020-headline--feature {
        line-height: 1.05;
        margin-bottom: 0;
        margin-top: 0.1875em;
    }

    .article__image--inline,
    .article__video--inline,
    .video {
        font-size: inherit !important;
    }

    figcaption p,
    figcaption,
    .DS2020-storyimage__caption {
        margin-block-end: 1em !important;
    }

    .DS2020-storyimage__caption {
        margin-left: 0em !important;
    }


    .dubbel {
        display: block;
    }

    .dubbel img {
        width: 100% !important;
        max-width: 100% !important;
    }


    .scroll-icon-container {
        display: none;
    }

    .is-760+div {padding-top:0!important;}

    .is-small {
        width: 90% !important;
    }

    .is-small p img {
        width: 100%;
    }

    .DS2020-storyimage__caption {
        margin-left: .666666667em;
    }

    blockquote {
        border-top: none !important;
        padding-top: 0em !important;
    }

    .desktop {
        display: none;
    }

    .hold {
        min-height: 640px !important;
    }



    .hold h2 {
        width: 90%;
    }

    .hold.left {
        justify-content: center;
    }

    .hold.right {
        justify-content: center;

    }

    .hold.mobiletop,
    .mobiletop {
        align-items: flex-start !important;
        padding-top: 4em;
    }

    .hold.mobilecenter,
    .mobilecenter {
        align-items: center !important;
        margin-top: 0px !important;
    }

    .hold.mobilebottom,
    .mobilebottom {
        align-items: flex-end !important;
        padding-bottom: 4em;
        margin-top: 0px !important;
    }

    .credits {
        flex-direction: column;
        align-items: center;
    }

}

/* ===============+======== */
/* ####### DESKTOP ####### */
/* ================+===== */

@media only screen and (min-width: 769px) {



    .hold h2 {
        width: 80%;
        padding: 2em;
    }

    .hold.bottom {
        padding-bottom: 3em;
    }

    .hold.top {
        padding-top: 3em;
    }

    .hold.left {
        padding-left: 3em;
    }

    .hold.right {
        padding-right: 3em;
    }

    .achtergrond.foto .DS2020-container__inner,
    .achtergrond.video .DS2020-container__inner {
        padding: 0 !important;
        min-height: 90vh;
        height: 90vh;
        width: 50%;
        display: flex;
        flex-direction: column;
        max-width: 500px;
    }

    .mobile {
        display: none;
    }

    /* ==== MNT ARTICLE TEMPLATE OVERRIDES == */

    .breaker {
        max-width: 955px;
        margin: 0 auto;
    }

    .article__body {
        margin-top: -70px;
    }

    .theme-live .breadcrumb {
        display: none;
    }

    .ntm {
        max-width: 997px;
        margin: 0 auto !important;
    }

    .main-container {
        max-width: 100%;
    }

    .col__cell {
        padding: 0 !important;
        margin: 0 !important;
    }


    .widget__list>li article {
        padding-top: 5em;
        padding-bottom: auto !important;
    }

    .widget__list .article,
    .widget__list article {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }
}
