/* De Standaard - 2020-07-27T10:52:23+0200 *www.standaard.be* Copyright (c) 2020 Mediahuis */
@font-face {
    font-family: arnhem-blond;
    src: url("https://markup.standaard.be/extra/assets/publications/font/arnhem/Arnhem-Blond.woff2") format("woff2"), url("https://markup.standaard.be/extra/assets/publications/font/arnhem/Arnhem-Blond.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: arnhem-bold;
    src: url("https://markup.standaard.be/extra/assets/publications/font/arnhem/Arnhem-Bold.woff2") format("woff2"), url("https://markup.standaard.be/extra/assets/publications/font/arnhem/Arnhem-Bold.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: arnhem-blond-italic;
    src: url("https://markup.standaard.be/extra/assets/publications/font/arnhem/Arnhem-BlondItalic.woff2") format("woff2"), url("https://markup.standaard.be/extra/assets/publications/font/arnhem/Arnhem-BlondItalic.woff") format("woff");
    font-display: swap;
    font-style: "italic";
    font-weight: 400;
}

@font-face {
    font-family: arnhem-bold-italic;
    src: url("https://markup.standaard.be/extra/assets/publications/font/arnhem/Arnhem-BoldItalic.woff2") format("woff2"), url("https://markup.standaard.be/extra/assets/publications/font/arnhem/Arnhem-BoldItalic.woff") format("woff");
    font-display: swap;
    font-style: "italic";
    font-weight: 600;
}

@font-face {
    font-family: Libre Franklin;
    src: url("https://markup.standaard.be/extra/assets/publications/font/libre-franklin/libre-franklin-v4-latin-regular.woff2") format("woff2"), url("https://markup.standaard.be/extra/assets/publications/font/libre-franklin/libre-franklin-v4-latin-regular.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Libre Franklin;
    src: url("https://markup.standaard.be/extra/assets/publications/font/libre-franklin/libre-franklin-v4-latin-600.woff2") format("woff2"), url("https://markup.standaard.be/extra/assets/publications/font/libre-franklin/libre-franklin-v4-latin-600.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: Libre Franklin;
    src: url("https://markup.standaard.be/extra/assets/publications/font/libre-franklin/libre-franklin-v4-latin-700.woff2") format("woff2"), url("https://markup.standaard.be/extra/assets/publications/font/libre-franklin/libre-franklin-v4-latin-700.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

@media (min-width:48em) {
    .DS2020-layout-detail .DS2020-container {
        max-width: 44em;
    }
}

@media (min-width:48em) {
    .DS2020-layout-detail .DS2020-container--narrower {
        max-width: 31.5555555556em;
    }
}

@media (min-width:48em) {
    .DS2020-layout-detail .DS2020-container--narrow {
        max-width: 37.0555555556em;
    }
}

.DS2020-container--wide {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width:48em) {
    .DS2020-layout-detail .DS2020-container--wide {
        max-width: 56.8888888889em;
    }
}

.DS2020-layout-column .DS2020-container__inner {
    margin-left: 1.40625em;
    margin-right: 1.40625em;
}

.DS2020-layout-detail .DS2020-container__inner {
    margin-left: .8333333333em;
    margin-right: .8333333333em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-container__inner {
        margin-left: 3.6111111111em;
        margin-right: 3.6111111111em;
    }
}

.DS2020-embed {
    display: block;
    overflow: hidden;
    position: relative;
}

.DS2020-embed__placeholder {
    display: block;
    padding-bottom: 100%;
    width: 100%
}

@media print {
    .DS2020-embed__placeholder.DS2020-embed__placeholder {
        padding-bottom: 0;
    }
}

.DS2020-embed__ratio-3-2 {
    padding-bottom: 66.6666666667%
}

.DS2020-embed__content {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media print {
    .DS2020-embed__content {
        position: static;
    }
}

.DS2020-landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (orientation:landscape) {
    @supports (all: inherit) or ((cursor:-moz-zoom-in) or (cursor:zoom-in)) or ((position:-webkit-sticky) or (position:sticky)) {
        .DS2020-layout-detail .DS2020-landscape__main {
            margin-top: 2em;
            -webkit-box-ordinal-group: 0;
            -webkit-order: -1;
            -moz-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
        }
    }
}

.DS2020-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.DS2020-media--centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.DS2020-media--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.DS2020-media__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.DS2020-root {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
    -moz-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.DS2020-root:root {
    -ms-overflow-style: scrollbar;
}

.DS2020-root body,
body.DS2020-root {
    margin: 0;
}

.DS2020-root * {
    background-color: transparent;
    border: none;
    outline: none;
}

.DS2020-root *,
.DS2020-root :after,
.DS2020-root :before {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.DS2020-root ::-moz-selection {
    background-color: #111;
    color: #fff;
    text-shadow: none;
}

.DS2020-root ::selection {
    background-color: #111;
    color: #fff;
    text-shadow: none;
}

.DS2020-layout-column .DS2020-root {
    font-size: 16px;
    line-height: 1.3125;
}

.DS2020-layout-detail .DS2020-root {
    font-size: 18px;
    line-height: 1.3333333333;
}

.DS2020-a11y {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.DS2020-a11y--focusable:active,
.DS2020-a11y--focusable:focus {
    clip: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important;
}

.DS2020-icon {
    display: inline-block;
    height: 1.5em;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    top: -2px;
}

.DS2020-icon--small {
    height: 1em;
}

.DS2020-icon--medium {
    height: 2em;
}

.DS2020-icon--large {
    height: 2.5em;
}

.DS2020-icon__canvas {
    display: block;
    height: 100%;
    visibility: hidden;
}

.DS2020-icon__svg {
    fill: currentColor;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.DS2020-layout-column .DS2020-aside {
    display: none;
}

.DS2020-toolbar {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 1.1111111111em;
    clear: both;
    list-style: none;
    margin-top: 1.6666666667em;
    margin-bottom: 1.8055555556em;
    padding-left: 0;
}

.DS2020-toolbar--app {
    display: none;
}

.DS2020-platform-app .DS2020-toolbar--app {
    display: block;
}

.DS2020-toolbar--web {
    display: none;
}

.DS2020-platform-web .DS2020-toolbar--web {
    display: block;
}

@media print {
    .DS2020-platform-web .DS2020-toolbar--web {
        display: none;
    }
}

.DS2020-toolbar__item {
    display: inline-block;
}

.DS2020-toolbar__item:not(:last-child) {
    margin-right: .8333333333em;
}

.DS2020-toolbar__link {
    border: 1px solid #cacac8;
    color: #575756;
    cursor: pointer;
    display: inline-block;
    font-size: .7222222222em;
    line-height: inherit;
    margin-bottom: .9615384615em;
    min-width: 8.0769230769em;
    padding: .9615384615em 1.1538461538em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.DS2020-toolbar__link:focus,
.DS2020-toolbar__link:hover {
    color: #9a730c;
}

.DS2020-video__preview-image,
.DS2020-video iframe {
    bottom: 0 !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.DS2020-video {
    margin: 0 0 1.3333333333em;
}

.DS2020-video--inline {
    margin-top: 1.3333333333em;
}

.DS2020-video__placeholder {
    padding-bottom: 56.25%
}

.DS2020-video__icon {
    bottom: 0;
    color: #fff;
    height: 3.5em;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.DS2020-video__caption {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #828282;
    font-size: .7222222222em;
    line-height: 1.3076923077;
    padding: .9615384615em;
}

.DS2020-video__caption p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-layout-column .DS2020-video__caption {
    display: none;
}

.DS2020-layout-column .DS2020-video,
.DS2020-layout-detail .DS2020-video {
    margin: 1.1111111111em 0;
}

.DS2020-layout-column .DS2020-video .DS2020-video__caption,
.DS2020-layout-detail .DS2020-video .DS2020-video__caption {
    background-color: #fff;
}

.DS2020-layout-column .DS2020-video--inline .DS2020-video__caption,
.DS2020-layout-detail .DS2020-video--inline .DS2020-video__caption {
    margin-bottom: 0;
    background-color: #fff;
}

.DS2020-container__inner {
    max-width: 550px;
    margin: auto;
}

.DS2020-layout-detail .DS2020-container__inner {
    margin: .8333333333em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-container__inner {
        margin: auto;
    }
}

.DS2020-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width:48em) {
    .DS2020-layout-detail .DS2020-container {
        max-width: 550px;
    }
}

.DS2020-container.DS2020-storyimage--small {
    max-width: 550px;
}

.DS2020-container.DS2020-storyimage--medium {
    max-width: 760px;
}

.DS2020-container.DS2020-storyimage--large {
    max-width: 970px;
}

.linked-page-text {
    display: none;
}

.DS2020-modus-replica .linked-page-text {
    display: initial;
}

a:not([class]) {
    pointer-events: auto;
}

.DS2020-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.DS2020-layout-column .DS2020-page {
    pointer-events: none;
}

@media print {
    .DS2020-page {
        display: block;
    }
}

@media (min-width:48em) {

    .DS2020-layout-detail .DS2020-page--adscollection .DS2020-pagezone: last-child:after,
    .DS2020-layout-detail .DS2020-page--article .DS2020-pagezone:last-child:after,
    .DS2020-layout-detail .DS2020-page--inmemoriam .DS2020-pagezone:last-child:after {
        content: "";
        display: block;
        height: 50vh;
    }
}

@media print and (min-width:48em) {

    .DS2020-layout-detail .DS2020-page--adscollection .DS2020-pagezone: last-child:after,
    .DS2020-layout-detail .DS2020-page--article .DS2020-pagezone:last-child:after,
    .DS2020-layout-detail .DS2020-page--inmemoriam .DS2020-pagezone:last-child:after {
        display: none;
    }
}

.DS2020-page--zipdrop {
    position: relative;
}

.DS2020-layout-detail .DS2020-page--zipdrop iframe {
    height: calc(100vh - 5.3333333333em);
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-page--zipdrop iframe {
        height: calc(100vh - 2.6666666667em);
    }
}

.DS2020-layout-column .DS2020-page--zipdrop {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.DS2020-layout-column .DS2020-page--zipdrop iframe {
    width: 1px;
}

.DS2020-page--zipdrop iframe {
    left: 0;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.DS2020-page--fullsize {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.DS2020-layout-detail .DS2020-page--externallink {
    margin-left: auto;
    margin-right: auto;
    max-width: 42.6666666667em;
    position: static;
}

.DS2020-pagezone {
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.DS2020-pagezone:after,
.DS2020-pagezone:before {
    content: "";
    display: table;
}

.DO-banner__button {
    color: #fff;
}

.DO-banner__title {
    display: none;
}

.DS2020-root {
    font-family: arnhem-blond, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .DS2020-root {
        font-family: arnhem-blond, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-root body {
    min-height: 100vh;
}

.DS2020-layout-column .DS2020-advertentie~.DS2020-pagezone,
.DS2020-layout-column .DS2020-pagezone~.DS2020-pagezone {
    border-top: .46875em solid #2d3a3d;
}

.DS2020-layout-column .DS2020-pagezone~.DS2020-pagezone--joint,
.DS2020-layout-detail .DS2020-advertentie~.DS2020-pagezone,
.DS2020-layout-detail .DS2020-pagezone~.DS2020-pagezone {
    border-top: 0;
}

.DS2020-layout-column .DS2020-pagezone~.DS2020-pagezone--joint:before,
.DS2020-layout-detail .DS2020-advertentie~.DS2020-pagezone:before,
.DS2020-layout-detail .DS2020-pagezone~.DS2020-pagezone:before {
    content: "";
    display: block;
    max-width: 36.7777777778em;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3.125em);
}

.DS2020-layout-column .DS2020-advertentie~.DS2020-pagezone--border,
.DS2020-layout-column .DS2020-pagezone~.DS2020-pagezone--border,
.DS2020-layout-detail .DS2020-pagezone~.DS2020-pagezone--border {
    border-top: 4px solid #fff;
}

.DS2020-layout-column .DS2020-advertentie~.DS2020-pagezone--border:before,
.DS2020-layout-column .DS2020-pagezone~.DS2020-pagezone--border:before,
.DS2020-layout-detail .DS2020-pagezone~.DS2020-pagezone--border:before {
    display: none;
}

.DS2020-layout-column .DS2020-advertentie~.DS2020-pagezone--verder,
.DS2020-layout-column .DS2020-pagezone~.DS2020-pagezone--verder,
.DS2020-layout-detail .DS2020-pagezone~.DS2020-pagezone--verder {
    border-top: 10px solid #fff;
    padding-bottom: 0;
}

.DS2020-layout-column .DS2020-advertentie~.DS2020-pagezone--verder:before,
.DS2020-layout-column .DS2020-pagezone~.DS2020-pagezone--verder:before,
.DS2020-layout-detail .DS2020-pagezone~.DS2020-pagezone--verder:before {
    display: none;
}

.DS2020-layout-column .DS2020-pagezone--seemless+.DS2020-pagezone,
.DS2020-layout-detail .DS2020-pagezone--seemless+.DS2020-pagezone {
    border-top: 0;
}

.DS2020-layout-column .DS2020-pagezone--seemless+.DS2020-pagezone:before,
.DS2020-layout-detail .DS2020-pagezone--seemless+.DS2020-pagezone:before {
    display: none;
}

.DS2020-layout-column p a,
.DS2020-layout-column p a:active,
.DS2020-layout-column p a:hover,
.DS2020-layout-column p a:link,
.DS2020-layout-column p a:visited,
.DS2020-layout-detail p a,
.DS2020-layout-detail p a:active,
.DS2020-layout-detail p a:hover,
.DS2020-layout-detail p a:link,
.DS2020-layout-detail p a:visited {
    color: #00649c;
    text-decoration: underline;
}

.DS2020-author {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: .7222222222em;
    line-height: 1.3846153846;
    margin-top: 1.1111111111em;
}

@media print {
    .DS2020-author {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-author p {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .25px;
}

.DS2020-author-intro-double {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .DS2020-author-intro-double {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-author-intro-double p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-layout-column .DS2020-author-intro-double {
    margin-top: .9375em;
    margin-right: .625em;
}

.DS2020-layout-detail .DS2020-author-intro-double {
    margin-top: 1.1111111111em;
    margin-right: .8333333333em;
}

.DS2020-author-intro-double .DS2020-author-intro__figure .DS2020-storyimage__img {
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 25%;
    object-position: 0 25%
}

.DS2020-layout-column .DS2020-author-intro-double .DS2020-author-intro__figure {
    margin-right: .625em;
    margin-top: 0;
    width: 65px;
    height: 65px;
}

.DS2020-layout-column .DS2020-author-intro-double .DS2020-author-intro__figure .DS2020-storyimage__img {
    width: 65px;
    height: 65px;
}

.DS2020-layout-detail .DS2020-author-intro-double .DS2020-author-intro__figure {
    margin-right: 1.1111111111em;
    margin-top: 0;
    width: 60px;
    height: 60px;
}

.DS2020-layout-detail .DS2020-author-intro-double .DS2020-author-intro__figure .DS2020-storyimage__img {
    width: 60px;
    height: 60px !important;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-author-intro-double .DS2020-author-intro__figure {
        width: 75px;
        height: 75px;
    }

    .DS2020-layout-detail .DS2020-author-intro-double .DS2020-author-intro__figure .DS2020-storyimage__img {
        width: 75px;
        height: 75px !important;
    }
}

.DS2020-author-intro-double .DS2020-author-intro__figure2 .DS2020-storyimage__img {
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 25%;
    object-position: 0 25%
}

.DS2020-layout-column .DS2020-author-intro-double .DS2020-author-intro__figure2 {
    margin-right: .625em;
    margin-left: -2.5em;
    margin-top: 2.2222222222em;
    width: 65px;
    height: 65px;
}

.DS2020-layout-column .DS2020-author-intro-double .DS2020-author-intro__figure2 .DS2020-storyimage__img {
    width: 65px;
    height: 65px;
}

.DS2020-layout-detail .DS2020-author-intro-double .DS2020-author-intro__figure2 {
    margin-left: -2.7777777778em;
    margin-right: 1.1111111111em;
    margin-top: 1.9444444444em;
    width: 60px;
    height: 60px;
}

.DS2020-layout-detail .DS2020-author-intro-double .DS2020-author-intro__figure2 .DS2020-storyimage__img {
    width: 60px;
    height: 60px !important;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-author-intro-double .DS2020-author-intro__figure2 {
        margin-left: -3.0555555556em;
        margin-top: 2.2222222222em;
        width: 75px;
        height: 75px;
    }

    .DS2020-layout-detail .DS2020-author-intro-double .DS2020-author-intro__figure2 .DS2020-storyimage__img {
        width: 75px;
        height: 75px !important;
    }
}

.DS2020-author-intro__text {
    font-size: .6666666667em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .25px;
}

.DS2020-author-intro__text .DS2020-timestamp {
    font-size: 1em;
}

.DS2020-body {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.DS2020-layout-column .DS2020-body p:not([class]),
.DS2020-layout-detail .DS2020-body p:not([class]) {
    margin-bottom: .75em;
    margin-top: 0;
    line-height: 1.4444444444;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-body p: not([class]) {
        margin-bottom: .75em;
        margin-top: 0;
        line-height: 1.4444444444;
    }
}

.DS2020-body .question+.information-text {
    margin-top: 0;
    padding-top: 0;
}

.DS2020-body i {
    font-style: normal;
    font-family: arnhem-blond-italic, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .DS2020-body i {
        font-family: arnhem-blond-italic, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-body b {
    font-family: arnhem-bold, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .DS2020-body b {
        font-family: arnhem-bold, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-body b i,
.DS2020-body i b {
    font-style: normal;
    font-family: arnhem-bold-italic, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {

    .DS2020-body b i,
    .DS2020-body i b {
        font-family: arnhem-bold-italic, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-blokje {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: .8333333333em;
    padding: .6944444444em 1.1111111111em .4166666667em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media print {
    .DS2020-blokje {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-blokje2 {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    border-top: 1px solid #bcbcbc;
    border-bottom: none;
    margin-top: 1.1111111111em;
    margin-bottom: 0;
    padding: .6944444444em 1.1111111111em .4166666667em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    min-width: 10.625em;
}

@media print {
    .DS2020-blokje2 {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-blokje2+.DS2020-blokje2 {
    margin-top: 0;
}

.DS2020-blokje__headline {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    color: #dd2727;
    font-size: .8333333333em;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: .8333333333em;
}

.DS2020-blokje__headline p {
    margin-top: 0;
    margin-bottom: 0;
}

@media print {
    .DS2020-blokje__headline {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-blokje__body p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-layout-column .DS2020-blokje__body p:not([class]),
.DS2020-layout-detail .DS2020-blokje__body p:not([class]) {
    font-size: .8333333333em;
    line-height: 1.7333333333;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-blokje__body p: not([class]) {
        font-size: .8333333333em;
        line-height: 1.7333333333;
    }
}

.DS2020-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.DS2020-head__do {
    margin-bottom: 1.3888888889em;
}

.DS2020-layout-column .DS2020-head__do {
    margin-top: .8333333333em;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media (min-width:29.375em) {
    @supports (all: inherit) or ((cursor:-moz-zoom-in) or (cursor:zoom-in)) or ((position:-webkit-sticky) or (position:sticky)) {
        .DS2020-layout-detail .DS2020-head__do {
            margin-top: 2.2222222222em;
            -webkit-box-ordinal-group: 0;
            -webkit-order: -1;
            -moz-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
        }
    }
}

.DS2020-head__web {
    margin-top: 0;
    margin-bottom: 1.3888888889em;
}

.DS2020-head__secondary {
    margin-top: 1.3888888889em;
    margin-bottom: 1.3888888889em;
}

.DS2020-head__secondary .DS2020-container__secondary {
    border-top: 1px solid #bcbcbc;
    padding-top: .8333333333em;
}

.DS2020-layout-column .DS2020-head__niveau-1,
.DS2020-layout-column .DS2020-head__niveau-2,
.DS2020-layout-column .DS2020-head__niveau-3 {
    margin-bottom: 1.875em;
}

.DS2020-layout-detail .DS2020-head__niveau-1,
.DS2020-layout-detail .DS2020-head__niveau-2,
.DS2020-layout-detail .DS2020-head__niveau-3 {
    margin-bottom: 1.3888888889em;
}

.DS2020-layout-column .DS2020-head__niveau-4 {
    margin-bottom: .9375em;
}

.DS2020-layout-detail .DS2020-head__niveau-4 {
    margin-bottom: 1.1111111111em;
}

include namespace(header--article) {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    color: #b70e0c;
    line-height: 1.05;
    text-transform: uppercase;
}

@media print {
    include namespace(header--article) {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-layout-column include namespace(header--article) {
    font-size: .9375em;
    margin-bottom: 1.3333333333em;
}

.DS2020-layout-detail include namespace(header--article) {
    font-size: 1.1111111111em;
    margin-bottom: 2.5em;
}

.DS2020-header--small {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    color: #b70e0c;
    line-height: 1.05;
    text-transform: uppercase;
}

@media print {
    .DS2020-header--small {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .DS2020-header--small {
    font-size: .9375em;
    margin-bottom: 1.3333333333em;
}

.DS2020-layout-detail .DS2020-header--small {
    font-size: 1.1111111111em;
    margin-bottom: 2.5em;
}

.DS2020-header__text p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-headline {
    margin-top: 0;
    margin-bottom: .2777777778em;
}

.DS2020-headline p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-headline--article {
    font-family: arnhem-bold, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 1.7777777778em;
    line-height: 1;
    margin-top: .234375em;
    margin-right: .3125em;
    margin-bottom: 0;
}

@media print {
    .DS2020-headline--article {
        font-family: arnhem-bold, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-headline--article {
        font-size: 2.2222222222em;
        line-height: 1.05;
        margin-bottom: 0;
        margin-right: .25em;
    }
}

.DS2020-headline--feature {
    font-family: arnhem-blond, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    letter-spacing: -.25px;
}

@media print {
    .DS2020-headline--feature {
        font-family: arnhem-blond, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .DS2020-headline--feature,
.DS2020-layout-detail .DS2020-headline--feature {
    margin-bottom: 0;
    margin-right: .3125em;
    margin-top: .234375em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-headline--feature {
        font-size: 2.2222222222em;
        line-height: 1.05;
        margin-bottom: 0;
        margin-right: .25em;
        margin-top: .1875em;
    }
}

.DS2020-container__secondary .DS2020-headline--article {
    font-family: arnhem-blond, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 1.4444444444em;
    line-height: 1.0769230769;
}

@media print {
    .DS2020-container__secondary .DS2020-headline--article {
        font-family: arnhem-blond, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-container__secondary .DS2020-headline--article {
        font-size: 1.7777777778em;
        line-height: 1;
    }
}

.DS2020-container__secondary .DS2020-headline--feature {
    font-size: 1.4444444444em;
    line-height: 1.0769230769;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-container__secondary .DS2020-headline--feature {
        font-size: 1.7777777778em;
        line-height: 1;
    }
}

.DS2020-info {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    overflow: hidden;
    margin-bottom: .8333333333em;
}

@media print {
    .DS2020-info {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-info .DS2020-embed {
    overflow: visible;
}

.DS2020-info i {
    font-style: italic;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .DS2020-info i {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-info b {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

@media print {
    .DS2020-info b {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-info b i,
.DS2020-info i b {
    font-style: italic;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

@media print {

    .DS2020-info b i,
    .DS2020-info i b {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .DS2020-info--default,
.DS2020-layout-column .DS2020-info--indent {
    margin-bottom: .9375em;
}

.DS2020-layout-detail .DS2020-info--default,
.DS2020-layout-detail .DS2020-info--indent {
    margin-bottom: 1.6666666667em;
}

.DS2020-layout-column .DS2020-info--indent {
    margin-left: .9375em;
}

.DS2020-layout-detail .DS2020-info--indent {
    margin-left: 1.1111111111em;
}

.DS2020-info--inf {
    margin-top: 1.6666666667em;
}

.DS2020-info--inf p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-info--boxed {
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: .5555555556em;
    padding: .6944444444em 1.1111111111em .4166666667em;
    margin-bottom: 1.6666666667em;
}

.DS2020-info--factcheck {
    background-color: #dae6e9;
}

.DS2020-layout-column .DS2020-info--factcheck {
    padding-left: 1.875em;
}

.DS2020-layout-detail .DS2020-info--factcheck {
    margin-bottom: 5.5555555556em;
    padding-left: 1.6666666667em;
    padding-right: .5555555556em;
}

@media (min-width:48em) {
    .DS2020-layout-detail .DS2020-info--factcheck {
        padding-left: 3.0555555556em;
    }
}

.DS2020-info__content {
    letter-spacing: .25px;
}

.DS2020-info__content p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-layout-column .DS2020-info__content p:not([class]),
.DS2020-layout-detail .DS2020-info__content p:not([class]) {
    font-size: .7222222222em;
    line-height: 1.5384615385;
    margin-bottom: 0;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-info__content p: not([class]) {
        font-size: .7222222222em;
        line-height: 1.5384615385;
        margin-bottom: 0;
    }
}

.DS2020-info__content i {
    font-style: italic;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .DS2020-info__content i {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-info__content b {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

@media print {
    .DS2020-info__content b {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-info__content b i,
.DS2020-info__content i b {
    font-style: italic;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

@media print {

    .DS2020-info__content b i,
    .DS2020-info__content i b {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-storyimage.DS2020-info__specialimage {
    float: left;
    margin-right: .8333333333em;
    margin-bottom: .8333333333em;
}

.DS2020-storyimage.DS2020-info__specialimage .DS2020-storyimage__img {
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 25%;
    object-position: 0 25%
}

.DS2020-layout-column .DS2020-storyimage.DS2020-info__specialimage,
.DS2020-layout-column .DS2020-storyimage.DS2020-info__specialimage .DS2020-storyimage__img {
    width: 65px;
    height: 65px;
}

.DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage {
    width: 60px;
    height: 60px;
}

.DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage .DS2020-storyimage__img {
    width: 60px;
    height: 60px !important;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage {
        width: 75px;
        height: 75px;
    }

    .DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage .DS2020-storyimage__img {
        width: 75px;
        height: 75px !important;
    }
}

.DS2020-storyimage.DS2020-info__specialimage-vierhoek {
    float: left;
    margin-right: .8333333333em;
    margin-bottom: .8333333333em;
}

.DS2020-layout-column .DS2020-storyimage.DS2020-info__specialimage-vierhoek,
.DS2020-layout-column .DS2020-storyimage.DS2020-info__specialimage-vierhoek .DS2020-storyimage__img {
    width: 65px;
    height: 65px;
}

.DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage-vierhoek {
    width: 60px;
    height: 60px;
}

.DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage-vierhoek .DS2020-storyimage__img {
    width: 60px;
    height: 60px !important;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage-vierhoek {
        width: 75px;
        height: 75px;
    }

    .DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage-vierhoek .DS2020-storyimage__img {
        width: 75px;
        height: 75px !important;
    }
}

.DS2020-storyimage.DS2020-info__specialimage--recensie {
    margin-right: .8333333333em;
    margin-bottom: .8333333333em;
    float: left;
}

.DS2020-layout-column .DS2020-storyimage.DS2020-info__specialimage--recensie {
    width: 65px;
    height: auto;
    padding-top: .1388888889em;
}

.DS2020-layout-column .DS2020-storyimage.DS2020-info__specialimage--recensie .DS2020-storyimage__img {
    width: 65px;
    height: auto;
}

.DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage--recensie {
    width: 60px;
    height: auto;
    padding-top: .2777777778em;
}

.DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage--recensie .DS2020-storyimage__img {
    width: 60px;
    height: auto;
}

@media (min-width:37.5em) {

    .DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage--recensie,
    .DS2020-layout-detail .DS2020-storyimage.DS2020-info__specialimage--recensie .DS2020-storyimage__img {
        width: 75px;
        height: auto;
    }
}

.DS2020-intro {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Miller, Georgia, serif;
    font-weight: 600;
    letter-spacing: normal;
    color: #575756;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.1153846154;
}

@media print {
    .DS2020-intro {
        font-family: Georgia, serif;
        font-weight: 400;
        letter-spacing: -.015em;
    }
}

.DS2020-intro p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-layout-column .DS2020-intro {
    margin-left: .75em;
    font-size: 1.25em;
    margin-bottom: .5em;
    margin-right: .5em;
}

.DS2020-layout-detail .DS2020-intro {
    margin-left: .7692307692em;
    font-size: 1.4444444444em;
    margin-bottom: .5769230769em;
    margin-right: .5769230769em;
}

.DS2020-introduction {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.DS2020-introduction p {
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
}

.DS2020-introduction--default {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: arnhem-bold, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 1.1111111111em;
}

@media print {
    .DS2020-introduction--default {
        font-family: arnhem-bold, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .DS2020-introduction--default {
    margin-top: .5em;
    margin-right: .5em;
}

.DS2020-layout-detail .DS2020-introduction--default {
    margin-top: .75em;
    margin-right: .75em;
}

.DS2020-introduction--feature {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: arnhem-blond, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 1.1666666667em;
    line-height: 1.2380952381;
}

@media print {
    .DS2020-introduction--feature {
        font-family: arnhem-blond, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .DS2020-introduction--feature {
    margin-top: .4761904762em;
    margin-right: .4761904762em;
}

.DS2020-layout-detail .DS2020-introduction--feature {
    margin-top: .7142857143em;
    margin-right: .7142857143em;
}

.DS2020-inzet {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 1.6666666667em;
    padding: .6944444444em 1.1111111111em .4166666667em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media print {
    .DS2020-inzet {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-inzet .DS2020-overhead {
    line-height: 1.3333333333;
}

.DS2020-layout-column .DS2020-inzet .DS2020-overhead,
.DS2020-layout-detail .DS2020-inzet .DS2020-overhead {
    font-size: .8333333333em;
}

.DS2020-inzet .DS2020-headline {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
}

@media print {
    .DS2020-inzet .DS2020-headline {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .DS2020-inzet .DS2020-headline,
.DS2020-layout-detail .DS2020-inzet .DS2020-headline {
    font-size: 1em;
    line-height: 1.4444444444;
    margin-bottom: .5555555556em;
    margin-right: .5555555556em;
}

.DS2020-inzet.DS2020-inzet2 {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    border-top: 1px solid #bcbcbc;
    border-bottom: none;
    margin-top: 1.6666666667em;
    margin-bottom: 0;
    padding: .6944444444em 1.1111111111em .4166666667em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    min-width: 10.625em;
}

@media print {
    .DS2020-inzet.DS2020-inzet2 {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-inzet .label-text {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    color: #dd2727;
}

@media print {
    .DS2020-inzet .label-text {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-inzet__body ul {
    font-size: .8333333333em;
    line-height: 1.6;
    padding-left: 1.1111111111em;
    margin-top: 0;
    margin-bottom: 1.1111111111em;
}

.DS2020-inzet__body ul li {
    list-style: none;
    background-image: none;
    background-repeat: none;
    background-position: 0;
    margin-top: -.4444444444em;
}

.DS2020-inzet__body ul li:before {
    content: "";
    border-color: transparent #bcbcbc;
    border-style: solid;
    border-width: .35em 0 .35em .55em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.19em;
    position: relative;
}

.DS2020-inzet__body ul ol {
    font-size: .8333333333em;
    line-height: 1.6;
    padding-left: .8333333333em;
    margin-top: 0;
    margin-bottom: 1.1111111111em;
}

.DS2020-inzet__body ul ol li {
    list-style: none;
    background-image: none;
    background-repeat: none;
    background-position: 0;
    margin-top: -.4444444444em;
}

.DS2020-inzet__body p .keyword {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 4.4444444444em;
    line-height: 1;
}

@media print {
    .DS2020-inzet__body p .keyword {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-inzet__body i {
    font-style: italic;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .DS2020-inzet__body i {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-inzet__body b {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

@media print {
    .DS2020-inzet__body b {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-inzet__body b i,
.DS2020-inzet__body i b {
    font-style: italic;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

@media print {

    .DS2020-inzet__body b i,
    .DS2020-inzet__body i b {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .DS2020-inzet__body p:not([class]),
.DS2020-layout-detail .DS2020-inzet__body p:not([class]) {
    font-size: .8333333333em;
    line-height: 1.6;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-inzet__body p: not([class]) {
        font-size: .8333333333em;
        line-height: 1.6;
    }
}

.DS2020-overhead {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.3333333333;
    text-transform: uppercase;
    margin-bottom: .5555555556em;
}

@media print {
    .DS2020-overhead {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-overhead p {
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
}

.DS2020-layout-column .DS2020-overhead,
.DS2020-layout-detail .DS2020-overhead {
    font-size: .8333333333em;
}

.DS2020-layout-column .DS2020-overhead--indent {
    margin-left: 1.25em;
}

.DS2020-layout-detail .DS2020-overhead--indent {
    margin-left: 1.6666666667em;
}

.DS2020-overhead__header {
    margin-bottom: .2777777778em;
}

.DS2020-overhead__header .label-text {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    color: #dd2727;
}

@media print {
    .DS2020-overhead__header .label-text {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-quote {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.DS2020-quote p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-quote+p:not([class]) {
    text-indent: 0;
}

.DS2020-layout-column .DS2020-quote,
.DS2020-layout-detail .DS2020-quote {
    font-family: arnhem-bold-italic, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
    border: none;
    border-top: none;
    border-left: none;
    clear: left;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    padding: 0;
    padding-top: .2777777778em;
    font-size: 18px;
    color: #000;
}

@media print {

    .DS2020-layout-column .DS2020-quote,
    .DS2020-layout-detail .DS2020-quote {
        font-family: arnhem-bold-italic, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .DS2020-quote:after,
.DS2020-layout-column .DS2020-quote:before,
.DS2020-layout-detail .DS2020-quote:after,
.DS2020-layout-detail .DS2020-quote:before {
    border: none;
}

.DS2020-layout-column .DS2020-quote {
    margin: 0 1.6666666667em 1.1111111111em 0;
    padding-left: 1.6666666667em;
    padding-right: 1.6666666667em;
    padding-top: .5555555556em;
    width: 100%
}

.DS2020-layout-detail .DS2020-quote {
    margin-left: 0;
    margin-bottom: 1.6666666667em;
    padding-left: 2.2222222222em;
    padding-right: 2.2222222222em;
    padding-top: .8333333333em;
    width: 100%;
    margin-top: 0;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-quote {
        margin-top: 0;
        width: 100%
    }
}

.DS2020-quote .DS2020-quote__text {
    margin-bottom: .4166666667em;
    border-top: 1px solid #000;
    padding-top: .8333333333em;
}

.DS2020-quote .DS2020-quote__text p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-layout-column .DS2020-quote .DS2020-quote__text {
    font-size: 1.1111111111em;
    line-height: 1.2;
}

.DS2020-layout-column .DS2020-quote .DS2020-quote__text i {
    font-family: arnhem-bold-italic, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .DS2020-layout-column .DS2020-quote .DS2020-quote__text i {
        font-family: arnhem-bold-italic, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-detail .DS2020-quote .DS2020-quote__text {
    font-size: 1.3333333333em;
    line-height: 1.25;
}

.DS2020-layout-detail .DS2020-quote .DS2020-quote__text i {
    font-family: arnhem-bold-italic, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .DS2020-layout-detail .DS2020-quote .DS2020-quote__text i {
        font-family: arnhem-bold-italic, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-storyimage {
    margin: 0;
    position: relative;
}

.DS2020-storyimage--author {
    width: 75px;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-storyimage--author {
        width: 125px;
    }
}

.DS2020-storyimage--logo {
    width: 50px;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-storyimage--logo {
        width: 80px;
    }
}

.DS2020-storyimageteaser--logo {
    width: 120px;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-storyimageteaser--logo {
        width: 150px;
    }
}

.DS2020-layout-column .DS2020-storyimage--inline {
    margin-bottom: .9375em;
    margin-top: .9375em;
}

.DS2020-layout-detail .DS2020-storyimage--inline {
    margin-bottom: 1.1111111111em;
    margin-top: 1.1111111111em;
}

.DS2020-storyimage--main {
    margin-top: 1.6666666667em;
}

.DS2020-storyimage--center {
    background-color: #e7e7e7;
}

.DS2020-storyimage--center .DS2020-storyimage__img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.DS2020-storyimage--center .DS2020-storyimage__img.DS2020-storyimage__img {
    width: auto;
}

.DS2020-storyimage__link {
    display: block;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.DS2020-storyimage__img.DS2020-storyimage__img {
    max-width: 100%;
    width: 100%
}

.DS2020-storyimage__text {
    text-align: left;
}

.DS2020-layout-column .DS2020-storyimage__text {
    display: none;
}

.DS2020-storyimage__text .DS2020-container__inner {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-storyimage__caption {
    font-family: arnhem-blond, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
    color: #828282;
    font-size: .8333333333em;
    line-height: 1.3333333333;
    margin-right: .6666666667em;
    padding-top: .6666666667em;
}

@media print {
    .DS2020-storyimage__caption {
        font-family: arnhem-blond, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-storyimage__caption p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-synopsis {
    font-family: Arial, Helvetica, sans-serif;
    color: #575756;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.1764705882;
}

.DS2020-synopsis p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-layout-column .DS2020-synopsis {
    margin-left: 1.0714285714em;
    font-size: .875em;
    margin-bottom: .7142857143em;
    margin-right: .7142857143em;
}

.DS2020-layout-detail .DS2020-synopsis {
    margin-left: 1.1764705882em;
    font-size: .9444444444em;
    margin-bottom: .8823529412em;
    margin-right: .8823529412em;
}

.DS2020-synopsis p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .25em;
}

.DS2020-synopsis p:before {
    color: #b70e0c;
    content: ">";
    padding-right: .3em;
}

.DS2020-theme-ds2 .DS2020-synopsis p:before {
    color: #d8ad25;
}

.DS2020-theme-economie .DS2020-synopsis p:before {
    color: #567c7e;
}

.DS2020-theme-opinie .DS2020-synopsis p:before {
    color: #000;
}

.DS2020-tag {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 1.1111111111em;
    border-top: 1px solid #cacac8;
    clear: both;
    margin-top: 1.6666666667em;
    margin-bottom: 1.8055555556em;
    padding-left: 0;
    padding-top: 1.6666666667em;
}

.DS2020-tag__heading {
    font-size: .7222222222em;
    font-weight: 700;
    line-height: 1.9230769231;
}

.DS2020-tag__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.DS2020-tag__item {
    display: inline-block;
}

.DS2020-tag__item:not(:last-child) {
    margin-right: .8333333333em;
}

.DS2020-tag__link {
    border: 1px solid #cacac8;
    color: #575756;
    display: inline-block;
    font-size: .7222222222em;
    margin-bottom: .9615384615em;
    padding: .9615384615em 1.1538461538em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.DS2020-tag__link:focus,
.DS2020-tag__link:hover {
    color: #b70e0c;
}

.DS2020-timestamp {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: .6666666667em;
    line-height: 1.3333333333;
    color: #808284;
}

@media print {
    .DS2020-timestamp {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-timestamp p {
    margin-top: 1px;
    margin-bottom: 0;
}

.DS2020-timestamp:first-letter {
    text-transform: uppercase;
}

.DS2020-headline+.DS2020-timestamp,
.DS2020-introduction+.DS2020-timestamp {
    margin-top: 1.1111111111em;
}

.DS2020-advertentie {
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    width: 100%
}

.DS2020-layout-detail .DS2020-page--article .DS2020-advertentie {
    margin-bottom: 3.0555555556em;
    margin-top: 3.0555555556em;
}

.DS2020-layout-column .DS2020-advertentie--Landscape.DS2020-advertentie--Portrait .DS2020-advertentie__Landscape {
    display: none;
}

@media (orientation:landscape) {
    .DS2020-layout-detail .DS2020-advertentie--Landscape.DS2020-advertentie--Portrait .DS2020-advertentie__Portrait {
        display: none;
    }
}

@media (orientation:portrait) {
    .DS2020-layout-detail .DS2020-advertentie--Landscape.DS2020-advertentie--Portrait .DS2020-advertentie__Landscape {
        display: none;
    }
}

.DS2020-advertentie__content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    z-index: 1;
    width: 100%
}

.DS2020-advertentie__content iframe {
    height: 100%;
    width: 100%
}

.DS2020-advertentie__img {
    background-repeat: none;
    background-size: cover;
}

.DS2020-layout-column .DS2020-page--ad {
    pointer-events: none;
}

.DS2020-advertentie--external {
    pointer-events: auto;
}

.DS2020-beeld__storyimages {
    overflow: hidden;
}

.DS2020-layout-column .DS2020-beeld__storyimages {
    margin-left: -.15625em;
    margin-right: -.15625em;
}

.DS2020-layout-detail .DS2020-beeld__storyimages {
    margin-left: -.2777777778em;
    margin-right: -.2777777778em;
}

@supports ((-webkit-column-break-inside:avoid) or (page-break-inside:avoid) or (break-inside:avoid)) {
    .DS2020-beeld__storyimages {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

.DS2020-beeld__storyimage {
    width: 50%
}

.DS2020-beeld__storyimage:nth-child(odd) {
    float: left;
}

.DS2020-beeld__storyimage:nth-child(2n) {
    float: right;
}

@supports ((-webkit-column-break-inside:avoid) or (page-break-inside:avoid) or (break-inside:avoid)) {
    .DS2020-beeld__storyimage {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        width: auto;
    }

    .DS2020-beeld__storyimage:nth-child(2n),
    .DS2020-beeld__storyimage:nth-child(odd) {
        float: none;
    }
}

.DS2020-beeld__storyimage:after {
    content: "";
    display: block;
}

.DS2020-layout-column .DS2020-beeld__storyimage {
    margin-bottom: 0;
    padding-left: .15625em;
    padding-right: .15625em;
}

.DS2020-layout-column .DS2020-beeld__storyimage:after {
    height: .3125em;
}

.DS2020-layout-detail .DS2020-beeld__storyimage {
    margin-bottom: 0;
    padding-left: .2777777778em;
    padding-right: .2777777778em;
}

.DS2020-layout-detail .DS2020-beeld__storyimage:after {
    height: .5555555556em;
}

.DS2020-berichten__header {
    position: relative;
    z-index: 1;
}

.DS2020-layout-column .DS2020-berichten__header {
    margin-bottom: -1.09375em;
}

.DS2020-layout-detail .DS2020-berichten__header {
    margin-bottom: -1.1111111111em;
}

.DS2020-layout-column .DS2020-berichten__overhead {
    margin-bottom: .625em;
}

.DS2020-layout-detail .DS2020-berichten__overhead {
    margin-bottom: .8333333333em;
}

.DS2020-layout-column .DS2020-berichten__storyimage {
    margin-bottom: .9375em;
}

.DS2020-layout-detail .DS2020-berichten__storyimage {
    margin-bottom: 1.1111111111em;
}

.DS2020-layout-detail .DS2020-cartoon {
    margin-top: 1.6666666667em;
}

.DS2020-layout-detail .DS2020-cartoon__storyimage {
    margin-bottom: 1.6666666667em;
}

.DS2020-commentaar {
    overflow: hidden;
}

.DS2020-layout-column .DS2020-commentaar__main {
    margin-left: 1.40625em;
    margin-right: 1.40625em;
}

.DS2020-layout-detail .DS2020-commentaar__main {
    margin-left: 1.25em;
    margin-right: 1.25em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-commentaar__main {
        margin-left: 2.2222222222em;
        margin-right: 3.6111111111em;
    }
}

.DS2020-commentaar__sidebar {
    clear: left;
    float: left;
    min-height: 1px;
    width: 35%
}

.DS2020-layout-column .DS2020-commentaar__sidebar {
    margin-right: 1.5625em;
    max-width: 10em;
}

.DS2020-layout-detail .DS2020-commentaar__sidebar {
    margin-right: 1.1111111111em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-commentaar__sidebar {
        margin-right: 2.2222222222em;
        max-width: 13.6111111111em;
    }
}

.DS2020-commentaar__sidebar--primary {
    background-color: #dae6e9;
}

.DS2020-commentaar__sidebar--primary:before {
    background-color: #dae6e9;
    content: "";
    display: block;
    margin-top: -999px;
    height: 999px;
}

.DS2020-theme-ds2 .DS2020-commentaar__sidebar--primary,
.DS2020-theme-ds2 .DS2020-commentaar__sidebar--primary:before {
    background-color: #d8ad25;
}

.DS2020-layout-column .DS2020-commentaar__sidebar--quotes {
    margin-bottom: 1.25em;
    margin-top: 2.5em;
}

@media (max-width:37.5em) {
    .DS2020-layout-detail .DS2020-commentaar__sidebar--quotes {
        margin-left: 1.25em;
        margin-right: 1.25em;
        width: auto;
    }
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-commentaar__sidebar--quotes {
        margin-bottom: 2.7777777778em;
        margin-top: 3.8888888889em;
    }
}

.DS2020-commentaar__main__inner {
    overflow: hidden;
}

.DS2020-commentaar__header {
    font-family: Miller, Georgia, serif;
    font-weight: 600;
    letter-spacing: normal;
    display: block;
    line-height: 1;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.DS2020-commentaar__header p {
    margin-top: 0;
    margin-bottom: 0;
}

@media print {
    .DS2020-commentaar__header {
        font-family: Georgia, serif;
        font-weight: 400;
        letter-spacing: -.015em;
    }
}

.DS2020-layout-column .DS2020-commentaar__header {
    font-size: 2em;
    margin: .9375em .46875em .3125em;
    text-align: center;
}

.DS2020-layout-detail .DS2020-commentaar__header {
    font-size: 1.7777777778em;
    margin: 1.09375em .46875em .3125em;
    text-align: center;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-commentaar__header {
        font-size: 2.7777777778em;
        margin: 1.4em 0 .2em 1.4em;
        text-align: left;
    }
}

@media (max-width:37.5em) {
    .DS2020-layout-detail .DS2020-commentaar__headline {
        margin-left: 0;
        font-size: 1.2777777778em;
        margin-bottom: 1.0869565217em;
    }
}

.DS2020-commentaar__author {
    font-family: Arial, Helvetica, sans-serif;
    color: #b70e0c;
    display: block;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    text-transform: uppercase;
}

.DS2020-commentaar__author p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-theme-ds2 .DS2020-commentaar__author {
    color: #000;
}

.DS2020-layout-column .DS2020-commentaar__author {
    margin-left: 1.3636363636em;
    font-size: .6875em;
    margin-bottom: 3.1818181818em;
}

.DS2020-layout-detail .DS2020-commentaar__author {
    font-size: .6666666667em;
    margin-bottom: 4.5833333333em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-commentaar__author {
        margin-left: 1.6666666667em;
    }
}

.DS2020-commentaar__quote {
    clear: right;
}

.DS2020-layout-column .DS2020-commentaar__quote {
    margin-left: 1.40625em;
    margin-right: 0;
    margin-top: 0;
    min-width: 0;
    width: auto;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-commentaar__quote {
        float: right;
        margin-right: 0;
        margin-top: 0;
    }
}

@media (max-width:37.5em) {
    .DS2020-layout-detail .DS2020-commentaar__body>p: first-of-type {
        text-indent: 0;
    }
}

.DS2020-cover {
    padding-bottom: 0;
    position: relative;
}

.DS2020-cover__storyimage {
    max-width: 100%;
    vertical-align: middle;
}

.DS2020-externallink {
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    width: 100%;
    pointer-events: auto;
}

.DS2020-layout-detail .DS2020-page--article .DS2020-externallink {
    margin-bottom: 3.0555555556em;
    margin-top: 3.0555555556em;
}

.DS2020-externallink__content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    z-index: 1;
    width: 100%
}

.DS2020-externallink__img {
    background-repeat: none;
    background-size: cover;
}

.DS2020-layout-column .DS2020-etalage__container {
    margin-top: 1.875em;
}

.DS2020-layout-detail .DS2020-etalage__container {
    margin-top: 2.2222222222em;
}

.DS2020-etalage__header {
    background-color: #d8ad25;
}

.DS2020-etalage__header .DS2020-header__text {
    font-family: Miller, Georgia, serif;
    font-weight: 600;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}

.DS2020-etalage__header .DS2020-header__text p {
    margin-top: 0;
    margin-bottom: 0;
}

@media print {
    .DS2020-etalage__header .DS2020-header__text {
        font-family: Georgia, serif;
        font-weight: 400;
        letter-spacing: -.015em;
    }
}

.DS2020-layout-column .DS2020-etalage__header .DS2020-header__text {
    margin-left: .5769230769em;
    font-size: 1.625em;
    margin-bottom: .5769230769em;
    margin-top: 1.1538461538em;
}

.DS2020-layout-detail .DS2020-etalage__header .DS2020-header__text {
    margin-left: .625em;
    font-size: 1.7777777778em;
    margin-bottom: .9375em;
    margin-top: 1.09375em;
}

.DS2020-etalage__storyimage {
    float: left;
    margin-top: 0;
}

.DS2020-etalage__storyimage img {
    max-width: 100%;
    width: 100%
}

.DS2020-layout-column .DS2020-etalage__storyimage {
    margin-left: .9375em;
    margin-bottom: .9375em;
    margin-right: .625em;
    width: 33%
}

.DS2020-layout-detail .DS2020-etalage__storyimage {
    margin-left: 1.1111111111em;
    margin-bottom: 1.1111111111em;
    margin-right: .5555555556em;
    width: 25%
}

.DS2020-etalage__body {
    clear: both;
}

.DS2020-fault-page {
    background-color: #b70e0c;
    color: #fff;
}

.DS2020-fault-page__headline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.037037037;
    margin: .3703703704em auto;
    max-width: 8.5em;
    text-align: center;
    text-transform: uppercase;
}

.DS2020-fault-page__headline p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-front__header {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.DS2020-layout-column .DS2020-front__header {
    margin-left: 2.5em;
    margin-right: 2.5em;
    margin-top: -4.1666666667em;
    padding: 1.5625em 1.5625em .9375em;
}

.DS2020-layout-detail .DS2020-front__header {
    margin: 0 .8333333333em;
    padding-bottom: 1.1111111111em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-front__header {
        margin-left: 5.5555555556em;
        margin-right: 5.5555555556em;
        margin-top: -5.9722222222em;
        padding-left: 2.2222222222em;
        padding-right: 2.2222222222em;
        padding-top: 2.2222222222em;
    }
}

.DS2020-front__headline {
    font-family: Miller, Georgia, serif;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.1555555556;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.DS2020-front__headline p {
    margin-top: 0;
    margin-bottom: 0;
}

@media print {
    .DS2020-front__headline {
        font-family: Georgia, serif;
        font-weight: 400;
        letter-spacing: -.015em;
    }
}

.DS2020-layout-column .DS2020-front__headline {
    font-size: 1.875em;
    margin-bottom: .3333333333em;
}

.DS2020-layout-detail .DS2020-front__headline {
    font-size: 2.5em;
    margin-bottom: .4444444444em;
}

.DS2020-front__introduction {
    text-align: center;
}

.DS2020-layout-column .DS2020-front__introduction,
.DS2020-layout-detail .DS2020-front__introduction {
    margin-left: 0;
}

.DS2020-front__cover {
    position: relative;
}

.DS2020-front__logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
}

.DS2020-layout-column .DS2020-front__logo {
    height: 5.3888888889em;
    top: 2.34375em;
    width: 8.3333333333em;
}

.DS2020-layout-detail .DS2020-front__logo {
    height: 5.3888888889em;
    top: 2.0833333333em;
    width: 8.3333333333em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-front__logo {
        height: 10.8333333333em;
        top: 3.6111111111em;
        width: 16.6666666667em;
    }
}

.DS2020-front__icon svg {
    color: #d8ad25;
    fill: #000;
}

.DS2020-layout-column .DS2020-front__icon,
.DS2020-layout-detail .DS2020-front__icon {
    height: 3.5em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-front__icon {
        height: 7em;
    }
}

.DS2020-layout-column .DS2020-html iframe {
    pointer-events: none;
}

.DS2020-layout-column .DS2020-page--inmemoriam .DS2020-inmemoriam {
    border-top: none;
    margin-top: 12.5px;
}

.DS2020-layout-detail .DS2020-page--inmemoriam .DS2020-inmemoriam {
    margin-top: 25px;
}

.DS2020-layout-detail .DS2020-page--inmemoriam .DS2020-inmemoriam:before {
    border-top: none;
}

.DS2020-levenslessen__head {
    background-color: #d8ad25;
    overflow: hidden;
}

.DS2020-theme-economie .DS2020-levenslessen__head {
    background-color: #567c7e;
}

.DS2020-layout-column .DS2020-levenslessen__head {
    padding-bottom: 1.25em;
    padding-top: 1.875em;
}

.DS2020-layout-detail .DS2020-levenslessen__head {
    padding-bottom: 1.1111111111em;
    padding-top: 1.6666666667em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-levenslessen__head {
        padding-bottom: 1.9444444444em;
        padding-top: 3.0555555556em;
    }
}

.DS2020-levenslessen__header {
    font-family: Miller, Georgia, serif;
    font-weight: 600;
    letter-spacing: normal;
    color: #fff;
    line-height: 1.1333333333;
    position: relative;
    text-transform: uppercase;
}

.DS2020-levenslessen__header p {
    margin-top: 0;
    margin-bottom: 0;
}

@media print {
    .DS2020-levenslessen__header {
        font-family: Georgia, serif;
        font-weight: 400;
        letter-spacing: -.015em;
    }
}

.DS2020-layout-column .DS2020-levenslessen__header {
    margin-left: .75em;
    font-size: 1.25em;
    margin-bottom: .25em;
}

.DS2020-layout-detail .DS2020-levenslessen__header {
    margin-left: .6666666667em;
    font-size: 1.6666666667em;
    margin-bottom: .1666666667em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-levenslessen__header {
        margin-left: 0;
        padding-left: 5em;
    }
}

.DS2020-levenslessen__header span {
    display: block;
}

.DS2020-levenslessen__header .italic {
    color: #9a730c;
    left: -.1em;
    line-height: 0;
    opacity: .3;
    position: absolute;
    top: 0;
}

.DS2020-theme-economie .DS2020-levenslessen__header .italic {
    color: #fff;
    opacity: .1;
}

.DS2020-layout-column .DS2020-levenslessen__header .italic {
    font-size: 7em;
}

.DS2020-layout-detail .DS2020-levenslessen__header .italic {
    font-size: 5em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-levenslessen__header .italic {
        font-size: 10em;
        left: 0;
        top: -.005em;
    }
}

.DS2020-levenslessen__header .naam {
    color: #000;
}

.DS2020-layout-column .DS2020-levenslessen__header .naam {
    font-size: .5em;
    margin-top: .5em;
}

.DS2020-layout-detail .DS2020-levenslessen__header .naam {
    font-size: .4em;
    margin-top: .4166666667em;
}

.DS2020-chapeau--lijst .DS2020-author-intro {
    border-top: none;
}

.DS2020-chapeau--lijst .DS2020-author-intro .byline {
    text-transform: uppercase;
}

.DS2020-chapeau--lijst .byline {
    color: #000;
    text-transform: uppercase;
}

.DS2020-chapeau--lijst .headline-text:not(:first-child) {
    margin-top: 1.3888888889em;
}

.DS2020-chapeau--lijst .Links,
.DS2020-chapeau--lijst .links,
.DS2020-chapeau--lijst .Rechts,
.DS2020-chapeau--lijst .rechts {
    clear: both;
    max-width: 25%;
    width: 100%
}

@media (min-width:37.5em) {

    .DS2020-chapeau--lijst .Links,
    .DS2020-chapeau--lijst .links,
    .DS2020-chapeau--lijst .Rechts,
    .DS2020-chapeau--lijst .rechts {
        max-width: 17%
    }
}

.DS2020-layout-column .DS2020-chapeau--lijst .header-text {
    font-family: Georgia, serif;
    font-weight: 300;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 2.1111111111em;
    color: #1b2f35;
}

.DS2020-layout-column .DS2020-chapeau--lijst .header-text .inf-rating {
    font-style: normal;
    font-size: .7222222222em;
}

.DS2020-layout-column .DS2020-chapeau--lijst .header-text [class*=rating\@]:after,
.DS2020-layout-column .DS2020-chapeau--lijst .header-text [class*=rating\@]:before,
.DS2020-layout-column .DS2020-chapeau--lijst .header-text [class^=rating-]:after,
.DS2020-layout-column .DS2020-chapeau--lijst .header-text [class^=rating-]:before {
    font-size: .7222222222em;
}

.DS2020-layout-column .DS2020-chapeau--lijst .headline-text {
    font-family: Georgia, serif;
    font-size: 1.2222222222em;
    font-weight: 700;
    margin-left: 0;
    margin-bottom: .2777777778em;
}

.DS2020-layout-column .DS2020-chapeau--lijst .overhead-text {
    font-family: Georgia, serif;
    font-weight: 300;
    text-transform: none;
    font-size: .8888888889em;
    line-height: 20px;
    font-style: italic;
    margin-left: 0;
    margin-top: 0;
}

.DS2020-layout-column .DS2020-chapeau--lijst .overhead-text .inf-rating {
    padding-top: .2777777778em;
    font-size: 1.5555555556em;
    font-style: normal;
    font-size: .7222222222em;
}

.DS2020-layout-column .DS2020-chapeau--lijst .overhead-text [class*=rating\@]:after,
.DS2020-layout-column .DS2020-chapeau--lijst .overhead-text [class*=rating\@]:before,
.DS2020-layout-column .DS2020-chapeau--lijst .overhead-text [class^=rating-]:after,
.DS2020-layout-column .DS2020-chapeau--lijst .overhead-text [class^=rating-]:before {
    font-size: 1.5555555556em;
}

.DS2020-layout-detail .DS2020-chapeau--lijst .header-text {
    font-family: Georgia, serif;
    font-weight: 300;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 2.1111111111em;
    color: #1b2f35;
}

.DS2020-layout-detail .DS2020-chapeau--lijst .header-text .inf-rating {
    font-style: normal;
    font-size: .7222222222em;
}

.DS2020-layout-detail .DS2020-chapeau--lijst .header-text [class*=rating\@]:after,
.DS2020-layout-detail .DS2020-chapeau--lijst .header-text [class*=rating\@]:before,
.DS2020-layout-detail .DS2020-chapeau--lijst .header-text [class^=rating-]:after,
.DS2020-layout-detail .DS2020-chapeau--lijst .header-text [class^=rating-]:before {
    font-size: .7222222222em;
}

.DS2020-layout-detail .DS2020-chapeau--lijst .headline-text {
    font-family: Georgia, serif;
    font-size: 1.2222222222em;
    font-weight: 700;
    margin-left: 0;
    margin-bottom: .2777777778em;
}

.DS2020-layout-detail .DS2020-chapeau--lijst .overhead-text {
    font-family: Georgia, serif;
    font-weight: 300;
    text-transform: none;
    font-size: .8888888889em;
    line-height: 20px;
    font-style: italic;
    margin-left: 0;
    margin-top: 0;
}

.DS2020-layout-detail .DS2020-chapeau--lijst .overhead-text .inf-rating {
    padding-top: .2777777778em;
    font-size: 1.5555555556em;
    font-style: normal;
    font-size: .7222222222em;
}

.DS2020-layout-detail .DS2020-chapeau--lijst .overhead-text [class*=rating\@]:after,
.DS2020-layout-detail .DS2020-chapeau--lijst .overhead-text [class*=rating\@]:before,
.DS2020-layout-detail .DS2020-chapeau--lijst .overhead-text [class^=rating-]:after,
.DS2020-layout-detail .DS2020-chapeau--lijst .overhead-text [class^=rating-]:before {
    font-size: 1.5555555556em;
}

.DS2020-layout-detail .DS2020-chapeau--lijst .information-text {
    border-bottom-width: 2px;
    border-color: #000;
    border-style: solid;
}

.DS2020-layout-detail .DS2020-chapeau--lijst .information-text a {
    color: #b70e0c;
}

.DS2020-layout-column .DS2020-chapeau--lijst .information-text {
    border-bottom-width: 2px;
    border-color: #000;
    border-style: solid;
}

.DS2020-layout-column .DS2020-chapeau--lijst .information-text a {
    color: #b70e0c;
}

.DS2020-chapeau--lijst .lijst-link a {
    font-family: Arial, Helvetica, sans-serif;
    color: #b70e0c;
    text-decoration: none;
    font-style: normal;
}

.DS2020-chapeau--lijst .lijst-link a:before {
    content: "\25A0";
    margin-right: 5px;
    color: #1b2f35;
    text-decoration: none;
    display: inline-block;
}

.DS2020-chapeau--lijst [class*=rating\@]:after,
.DS2020-chapeau--lijst [class*=rating\@]:before,
.DS2020-chapeau--lijst [class^=rating-]:after,
.DS2020-chapeau--lijst [class^=rating-]:before,
.DS2020-chapeau--lijst a:active,
.DS2020-chapeau--lijst a:link,
.DS2020-chapeau--lijst a:visited {
    color: #b70e0c;
}

.DS2020-storyimage-chapeau--lijst .DS2020-container__inner {
    margin-left: 0;
}

.DS2020-layout-column .DS2020-storyimage-chapeau--lijst,
.DS2020-layout-detail .DS2020-storyimage-chapeau--lijst {
    margin-bottom: 1.3888888889em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-storyimage-chapeau--lijst {
        margin-bottom: 3.0555555556em;
    }
}

.DS2020-info--lijst {
    margin-right: 1.1111111111em;
}

.DS2020-layout-detail .DS2020-info--lijst {
    line-height: 18px;
}

.DS2020-layout-detail .DS2020-info--lijst .DS2020-info__content {
    font-size: .7222222222em;
}

.DS2020-layout-detail .DS2020-info--lijst span {
    line-height: 23px;
}

.DS2020-layout-column .DS2020-info--lijst .DS2020-info__content {
    font-size: .6111111111em;
}

.DS2020-lijstinfo__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: .0555555556em solid #bcbcbc;
    margin: .8333333333em 0;
    padding-top: 1.3888888889em;
}

.DS2020-specialimagelabel--lijst {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    margin: 0 .25em .2777777778em 0;
}

.DS2020-introduction--lijst p {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 1em;
    line-height: 21px;
    margin-top: .5555555556em;
}

.DS2020-lijst [class*=rating\@]:before,
.DS2020-lijst [class^=rating-]:before,
.DS2020-lijst a {
    color: #b70e0c;
}

.DS2020-lijst p {
    margin-left: 1.1111111111em;
}

.DS2020-layout-detail .DS2020-lijst .title-text {
    font-size: 1.3333333333em;
    font-weight: 700;
    margin: 1.1111111111em auto auto 0;
    margin-left: 0;
}

.DS2020-layout-detail .DS2020-lijst .title-text:before {
    position: relative;
    content: "\25A0";
    margin-right: .2222222222em;
    color: #1b2f35;
    text-decoration: none;
    top: -.0833333333em;
}

.DS2020-layout-detail .DS2020-lijst .crossheading {
    margin-left: 20px;
    margin-top: 0;
    font-size: .7777777778em;
    color: #1b2f35;
}

.DS2020-layout-column .DS2020-lijst .title-text {
    font-size: 1.3333333333em;
    font-weight: 700;
    margin: 1.1111111111em auto auto 0;
    margin-left: 0;
}

.DS2020-layout-column .DS2020-lijst .title-text:before {
    position: relative;
    content: "\25A0";
    margin-right: .2222222222em;
    color: #1b2f35;
    text-decoration: none;
    top: -.0833333333em;
}

.DS2020-layout-column .DS2020-lijst .crossheading {
    margin-left: 20px;
    margin-top: 0;
    font-size: .7777777778em;
    color: #1b2f35;
}

.DS2020-lijst ul {
    list-style-type: none;
    margin-left: 1.8888888889em;
    padding-left: 0;
}

.DS2020-lijst ul li {
    margin-bottom: .2777777778em;
    font-size: .9444444444em;
    font-weight: 700;
}

.DS2020-lijst ul li:before {
    content: "\25A0\A0\A0";
    color: #b70e0c;
    top: -.0833333333em;
    position: relative;
}

.DS2020-lijst ul li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #1b2f35;
    text-decoration: none;
}

.DS2020-ongevraagd__head {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.DS2020-layout-column .DS2020-ongevraagd__head {
    margin-bottom: 1.875em;
}

.DS2020-layout-detail .DS2020-ongevraagd__head {
    margin-bottom: 1.6666666667em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-ongevraagd__head {
        margin-bottom: 3.8888888889em;
    }
}

.DS2020-ongevraagd__authorimage,
.DS2020-ongevraagd__specialimage {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.DS2020-ongevraagd__authorimage {
    width: 33.3333333333%
}

.DS2020-ongevraagd__specialimage {
    width: 66.6666666667%
}

.DS2020-reeks__banner {
    background-color: #dae6e9;
}

.DS2020-reeks-bitsatomen__banner {
    background-color: #a2cf9c;
}

.DS2020-reeks-machtwacht__banner {
    background-color: #c9b8d9;
}

.DS2020-reeks-harthoofd__banner {
    background-color: #ffd97b;
}

.DS2020-reeks-verhaal__banner {
    background-color: #b5d0e6;
}

.DS2020-reeks-uitgelegd__banner {
    background-color: #f8b0a4;
}

.DS2020-layout-column .DS2020-reeks__logo,
.DS2020-layout-column .DS2020-reeks__overhead {
    padding-bottom: .625em;
    padding-top: .625em;
}

.DS2020-layout-detail .DS2020-reeks__logo,
.DS2020-layout-detail .DS2020-reeks__overhead {
    padding-bottom: .8333333333em;
    padding-top: .8333333333em;
}

.DS2020-layout-column .DS2020-reeks__logo {
    margin-left: .9375em;
    margin-bottom: -1.25em;
}

.DS2020-layout-detail .DS2020-reeks__logo {
    margin-left: 1.1111111111em;
    margin-bottom: -1.6666666667em;
}

.DS2020-layout-column .DS2020-reeksteaser__logo {
    margin-left: .9375em;
}

.DS2020-layout-detail .DS2020-reeksteaser__logo {
    margin-left: 1.1111111111em;
}

.DS2020-reeks__overhead {
    color: #9a730c;
}

.DS2020-layout-column .DS2020-reeks__overhead,
.DS2020-layout-detail .DS2020-reeks__overhead {
    margin-bottom: 0;
}

.DS2020-layout-detail .DS2020-reeks__caption {
    margin-bottom: .8333333333em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-reeks__caption {
        margin-bottom: 1.6666666667em;
    }
}

.DS2020-rubriek--background {
    background-color: #e7e7e7;
}

.DS2020-rubriek--background.DS2020-theme-opinie {
    background-color: #dae6e9;
}

.DS2020-theme-ds2 .DS2020-rubriek__header {
    font-family: Miller, Georgia, serif;
    font-weight: 600;
    letter-spacing: normal;
}

@media print {
    .DS2020-theme-ds2 .DS2020-rubriek__header {
        font-family: Georgia, serif;
        font-weight: 400;
        letter-spacing: -.015em;
    }
}

.DS2020-sectie {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.DS2020-sectie__headline {
    color: #adbeb8;
    font-size: 2.2222222222em;
    font-weight: 400;
    line-height: normal;
    -webkit-transform: rotate(180deg) translateY(-1.1111111111em) translateX(14%);
    -ms-transform: rotate(180deg) translateY(-1.1111111111em) translateX(14%);
    transform: rotate(180deg) translateY(-1.1111111111em) translateX(14%);
    white-space: nowrap;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    width: 100%
}

.DS2020-sectie__headline p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-layout-column .DS2020-sectie__headline {
    font-size: 2.5em;
}

.DS2020-tvtips__headline {
    font-family: Miller, Georgia, serif;
    font-weight: 600;
    letter-spacing: normal;
    color: #d8ad25;
    line-height: 1.2;
    margin-top: 0;
    text-transform: uppercase;
}

.DS2020-tvtips__headline p {
    margin-top: 0;
    margin-bottom: 0;
}

@media print {
    .DS2020-tvtips__headline {
        font-family: Georgia, serif;
        font-weight: 400;
        letter-spacing: -.015em;
    }
}

.DS2020-layout-column .DS2020-tvtips__headline {
    margin-left: .75em;
    font-size: 1.25em;
    margin-bottom: .5em;
}

.DS2020-layout-detail .DS2020-tvtips__headline {
    margin-left: .8em;
    font-size: 1.3888888889em;
    margin-bottom: 1em;
    margin-right: .4em;
}

.DS2020-verder {
    background-color: #e0f3ff;
}

.DS2020-layout-column .DS2020-verder {
    padding-bottom: .8823529412em;
}

.DS2020-layout-detail .DS2020-verder {
    padding-bottom: .7407407407em;
}

.DS2020-verder .DS2020-storyimage {
    margin-top: 0;
}

.DS2020-verder__verwijzing {
    color: #000;
    display: block;
    pointer-events: auto;
    text-decoration: none;
}

.DS2020-verder__headline {
    font-family: arnhem-bold, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 1.1111111111em;
    line-height: 1.1;
    margin-bottom: .75em;
    margin-right: .5em;
}

.DS2020-verder__headline p {
    margin-top: 0;
    margin-bottom: 0;
}

@media print {
    .DS2020-verder__headline {
        font-family: arnhem-bold, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .DS2020-verder__overhead {
    margin-bottom: .625em;
}

.DS2020-layout-detail .DS2020-verder__overhead {
    margin-bottom: .8333333333em;
}

.DS2020-verder__header {
    background-color: #e0f3ff;
    border-bottom: 10px solid #fff;
    color: #000;
    text-align: left;
    padding-top: .6666666667em;
    padding-bottom: .5555555556em;
}

.DS2020-verder__header .DS2020-header__text {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: .8888888889em;
}

@media print {
    .DS2020-verder__header .DS2020-header__text {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-author-description-wrapper .author-description {
    font-family: Arial, Helvetica, sans-serif;
    border-color: #444443;
    border-style: solid;
    border-width: 1px 0 2px;
    color: #444443;
    line-height: 1.3636363636;
    margin-bottom: .8823529412em;
    margin-top: 0;
    overflow: hidden;
    padding-bottom: .3em;
    padding-top: .5em;
    text-transform: uppercase;
}

.DS2020-author-description-wrapper .author-description p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-layout-column .DS2020-author-description-wrapper .author-description {
    margin-left: 1.7647058824em;
    font-size: .53125em;
    margin-right: 1.1764705882em;
}

.DS2020-layout-detail .DS2020-author-description-wrapper .author-description {
    margin-left: 1.8181818182em;
    font-size: .6111111111em;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .DS2020-author-description-wrapper .author-description {
        margin-right: 1.3636363636em;
    }
}

.DS2020-author-description-wrapper .author-description p {
    display: inline-block;
}

.byline {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

@media print {
    .byline {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-author-intro-double .byline,
.DS2020-author-intro .byline {
    text-transform: none;
}

.DS2020-intro .byline,
.DS2020-introduction .byline {
    display: inline-block;
    white-space: nowrap;
}

.DS2020-intro .byline {
    font-size: .5em;
}

.DS2020-introduction .byline {
    font-size: .55em;
}

.DS2020-body>p .byline {
    font-size: .8em;
}

.competition {
    font-weight: 400;
    padding-left: .3em;
}

.credit {
    color: #828282;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: .8em;
}

@media print {
    .credit {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.credit:before {
    content: "\00a9";
    padding-left: .3em;
    padding-right: .3em;
}

.crossheading {
    font-family: arnhem-bold, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .crossheading {
        font-family: arnhem-bold, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .crossheading {
    line-height: 1.3;
    font-weight: 700;
    font-size: 1.1111111111em;
    margin-bottom: 0;
    margin-top: 1.3888888889em;
}

.DS2020-layout-column .crossheading:first-of-type {
    margin-top: 0;
}

.DS2020-layout-detail .crossheading {
    line-height: 1.3;
    font-weight: 700;
    font-size: 1.1111111111em;
    margin-bottom: 0;
    margin-top: 1.3888888889em;
}

.DS2020-tvtips .crossheading {
    text-transform: uppercase;
}

.DS2020-layout-column .DS2020-tvtips .crossheading+.crossheading,
.DS2020-layout-detail .DS2020-tvtips .crossheading+.crossheading {
    margin-top: 0;
}

.description {
    display: block;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    text-align: center;
    margin-top: .1666666667em;
}

@media print {
    .description {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .description {
    font-size: .62em;
    line-height: 1.2;
}

.DS2020-layout-detail .description {
    margin-top: .2222222222em;
    font-size: .64em;
    line-height: 1.2;
}

.question .keyword {
    float: left;
    font-family: arnhem-blond, Georgia, serif;
    letter-spacing: normal;
    padding-right: .1944444444em;
    font-weight: 400;
}

@media print {
    .question .keyword {
        font-family: arnhem-blond, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .question .keyword {
    font-size: 3.2222222222em;
    line-height: .7931034483;
}

.DS2020-layout-detail .question .keyword {
    font-size: 3.2222222222em;
    line-height: .8275862069;
}

.title-text .keyword {
    float: left;
    font-family: arnhem-blond, Georgia, serif;
    letter-spacing: normal;
    padding-right: .1666666667em;
    font-weight: 400;
}

@media print {
    .title-text .keyword {
        font-family: arnhem-blond, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .title-text .keyword {
    font-size: 2.5555555556em;
    line-height: .9130434783;
}

.DS2020-layout-detail .title-text .keyword {
    font-size: 2.5555555556em;
    line-height: .8695652174;
}

.crossheading .keyword {
    float: left;
    font-family: arnhem-blond, Georgia, serif;
    letter-spacing: normal;
    padding-right: .1388888889em;
    padding-top: .0555555556em;
    font-weight: 400;
}

@media print {
    .crossheading .keyword {
        font-family: arnhem-blond, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .crossheading .keyword,
.DS2020-layout-detail .crossheading .keyword {
    font-size: 3em;
    line-height: .7777777778;
}

.headline-text .keyword {
    float: left;
    font-family: arnhem-blond, Georgia, serif;
    letter-spacing: normal;
    padding-right: .1388888889em;
    padding-top: .0555555556em;
    padding-bottom: .2777777778em;
    font-weight: 400;
}

@media print {
    .headline-text .keyword {
        font-family: arnhem-blond, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .headline-text .keyword,
.DS2020-layout-detail .headline-text .keyword {
    font-size: 2.6666666667em;
    line-height: .7407407407;
}

[class^=factcheck\@] {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8125em;
    margin-bottom: .7692307692em;
    text-transform: uppercase;
}

[class^=factcheck\@]:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    margin-right: .7692307692em;
    width: 1.1538461538em;
    height: 1.1538461538em;
}

@media (min-width:48em) {
    .DS2020-layout-detail [class^=factcheck\@] {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 0;
        margin-right: 1.9230769231em;
        max-width: 25%
    }
}

.factcheck\@1:before {
    background-color: #b70e0c;
}

.header-text {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    display: block;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin-top: 0;
    text-transform: uppercase;
}

@media print {
    .header-text {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.header-text p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-layout-column .header-text {
    font-size: .8333333333em;
    line-height: 1;
    margin-bottom: .5555555556em;
}

.DS2020-layout-detail .header-text {
    font-size: .8333333333em;
    line-height: 1;
    margin-bottom: .8333333333em;
}

.DS2020-layout-column .header-text .location,
.DS2020-layout-detail .header-text .location {
    font-size: inherit;
}

.DS2020-layout-column .header-text .location:after,
.DS2020-layout-detail .header-text .location:after {
    display: none;
}

.headline-text {
    font-family: arnhem-bold, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 1.3333333333em;
    line-height: 1.125;
    display: block;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin-top: 0;
    margin-bottom: 0;
}

@media print {
    .headline-text {
        font-family: arnhem-bold, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .headline-text,
.DS2020-layout-detail .headline-text {
    font-size: 1.3333333333em;
    line-height: 1.125;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .headline-text {
        font-size: 1.3333333333em;
        line-height: 1.125;
    }
}

.Center,
.center {
    clear: both;
    display: block;
}

.Links,
.links,
.Rechts,
.rechts {
    clear: both;
    max-width: 45%;
    width: 100%
}

.Links-half,
.links-half,
.Rechts-half,
.rechts-half {
    clear: both;
    max-width: 16%;
    width: 100%
}

.Links,
.links,
.Links.Links,
.links.links,
.Rechts,
.rechts,
.Rechts.Rechts,
.rechts.rechts {
    float: right;
    margin-right: -5.8333333333em;
    margin-left: .8333333333em;
    margin-top: .2777777778em;
}

.DS2020-layout-column .Links,
.DS2020-layout-column .links,
.DS2020-layout-column .Links.Links,
.DS2020-layout-column .links.links,
.DS2020-layout-column .Rechts,
.DS2020-layout-column .rechts,
.DS2020-layout-column .Rechts.Rechts,
.DS2020-layout-column .rechts.rechts {
    margin-right: 0;
    float: right;
    clear: both;
    max-width: 35%;
    width: 100%
}

@media (max-width:29.375em) {

    .Links,
    .links,
    .Links.Links,
    .links.links,
    .Rechts,
    .rechts,
    .Rechts.Rechts,
    .rechts.rechts {
        margin-right: 0;
        float: right;
        clear: both;
        max-width: 35%;
        width: 100%
    }
}

.Links-half,
.links-half,
.Rechts-half,
.rechts-half {
    float: right;
    margin-right: 0;
    margin-left: .8333333333em;
    margin-top: 0;
}

.DS2020-layout-column .Links-half,
.DS2020-layout-column .links-half,
.DS2020-layout-column .Rechts-half,
.DS2020-layout-column .rechts-half {
    margin-right: 0;
    float: right;
    clear: both;
    max-width: 17%;
    width: 100%
}

.DS2020-layout-detail .Links-half,
.DS2020-layout-detail .links-half,
.DS2020-layout-detail .Rechts-half,
.DS2020-layout-detail .rechts-half {
    margin-top: 0;
    margin-right: 0;
    float: right;
    clear: both;
    max-width: 17%;
    width: 100%
}

@media (max-width:29.375em) {

    .DS2020-layout-detail .Links-half,
    .DS2020-layout-detail .links-half,
    .DS2020-layout-detail .Rechts-half,
    .DS2020-layout-detail .rechts-half {
        margin-top: 0;
        margin-right: 0;
        float: right;
        clear: both;
        max-width: 17%;
        width: 100%
    }
}

.initials {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: .7222222222em;
    line-height: 1.5384615385;
}

@media print {
    .initials {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.inf-creator,
.inf-genre,
.inf-title {
    display: block;
}

.information-text {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    overflow: hidden;
    margin-bottom: .8333333333em;
}

@media print {
    .information-text {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.information-text .DS2020-embed {
    overflow: visible;
}

.DS2020-layout-column .information-text {
    font-size: .7222222222em;
    line-height: 1.5384615385;
    margin-bottom: 0;
    margin-bottom: .5555555556em;
    margin-top: .5555555556em;
    padding: .2777777778em 0;
    border: none;
}

.DS2020-layout-detail .information-text {
    font-size: .7222222222em;
    line-height: 1.5384615385;
    margin-bottom: .8333333333em;
    margin-top: .8333333333em;
    padding: .5555555556em 0;
    border: none;
}

@media (min-width:37.5em) {
    .DS2020-layout-detail .information-text {
        font-size: .7222222222em;
        line-height: 1.5384615385;
    }
}

.information-text>span {
    margin-right: .3em;
}

.information-text+.information-text {
    border-top: 0;
}

.DS2020-layout-column .information-text+.information-text,
.DS2020-layout-detail .information-text+.information-text {
    padding-top: 0;
}

.DS2020-layout-column .information-text+.information-text {
    margin-top: -.8333333333em;
}

.DS2020-layout-detail .information-text+.information-text {
    margin-top: -1.1111111111em;
}

.information-text i {
    font-style: italic;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .information-text i {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.information-text b {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

@media print {
    .information-text b {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.information-text b i {
    font-style: italic;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

@media print {
    .information-text b i {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.information-text i b {
    font-style: italic;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

@media print {
    .information-text i b {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: normal;
    }
}

.DS2020-body .keyword2 {
    font-family: arnhem-bold, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .DS2020-body .keyword2 {
        font-family: arnhem-bold, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.location {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: inherit;
    padding-right: 1em;
    text-transform: uppercase;
    position: relative;
    vertical-align: middle;
}

.DS2020-layout-column .location {
    font-size: .5em;
}

.DS2020-layout-detail .location {
    font-size: .6111111111em;
}

.location:after {
    content: "";
    border-right: 1px solid;
    display: block;
    font-weight: 400;
    height: 100%;
    position: absolute;
    top: 0;
    right: .45em;
}

.overhead-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: arnhem-blond-italic, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
    display: block;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin-top: 0;
}

@media print {
    .overhead-text {
        font-family: arnhem-blond-italic, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.overhead-text p {
    margin-top: 0;
    margin-bottom: 0;
}

.DS2020-layout-column .overhead-text {
    font-size: 1.1111111111em;
    line-height: 1.2;
    margin-bottom: .5555555556em;
}

.DS2020-layout-detail .overhead-text {
    font-size: 1.1111111111em;
    line-height: 1.2;
    margin-bottom: .8333333333em;
}

.DS2020-layout-column .overhead-text .location,
.DS2020-layout-detail .overhead-text .location {
    font-size: inherit;
}

.DS2020-layout-column .overhead-text .location:after,
.DS2020-layout-detail .overhead-text .location:after {
    display: none;
}

.overhead-text .inf-rating {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: .8em;
}

@media print {
    .overhead-text .inf-rating {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.question {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    display: block;
}

@media print {
    .question {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .question {
    font-size: .8888888889em;
    line-height: 1.3125;
    margin-right: 1.1538461538em;
}

.DS2020-layout-detail .question {
    font-size: .8888888889em;
    line-height: 1.3125;
    margin-right: 1.1111111111em;
}

.question b i,
.question i,
.question i b {
    font-style: italic;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
}

@media print {

    .question b i,
    .question i,
    .question i b {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: normal;
    }
}

.question b {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
}

@media print {
    .question b {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: normal;
    }
}

.quotation-name {
    display: block;
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    margin-top: .6944444444em;
}

@media print {
    .quotation-name {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .quotation-name {
    font-size: .65em;
    line-height: 1.23;
}

.DS2020-layout-detail .quotation-name {
    font-size: .67em;
    line-height: 1.23;
}

[class^=rating-] {
    padding-bottom: .1em;
    padding-top: .1em;
}

.information-text [class^=rating-],
[class*=rating\@]:after,
[class*=rating\@]:before,
[class^=rating-]:after,
[class^=rating-]:before {
    color: #000;
}

.rating\@0:before {
    content: ""
}

.rating\@0:after {
    content: "â˜†â˜†â˜†â˜†â˜†"
}

.rating-20:before,
.rating\@1:before {
    content: "â˜…"
}

.rating-20:after,
.rating\@1:after {
    content: "â˜†â˜†â˜†â˜†"
}

.rating-40:before,
.rating\@2:before {
    content: "â˜…â˜…"
}

.rating-40:after,
.rating\@2:after {
    content: "â˜†â˜†â˜†"
}

.rating-60:before,
.rating\@3:before {
    content: "â˜…â˜…â˜…"
}

.rating-60:after,
.rating\@3:after {
    content: "â˜†â˜†"
}

.rating-80:before,
.rating\@4:before {
    content: "â˜…â˜…â˜…â˜…"
}

.rating-80:after,
.rating\@4:after {
    content: "â˜†"
}

.rating-100:before,
.rating\@5:before {
    content: "â˜…â˜…â˜…â˜…â˜…"
}

.rating-100:after,
.rating\@5:after {
    content: ""
}

.prijs-kwaliteit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8333333333em;
    text-align: center;
    margin-top: 2.2222222222em;
}

[class^=rating-] {
    position: relative;
}

[class*=rating-resto\@]:before {
    color: #000;
}

[class*=rating-resto\@]:after {
    color: #000;
    opacity: .3;
}

.rating-resto\@0:before {
    content: ""
}

.rating-resto\@1:before {
    content: "â¦¿"
}

.rating-resto\@1:after {
    content: "â¦¿â¦¿â¦¿"
}

.rating-resto\@2:after,
.rating-resto\@2:before {
    content: "â¦¿â¦¿"
}

.rating-resto\@3:before {
    content: "â¦¿â¦¿â¦¿"
}

.rating-resto\@3:after {
    content: "â¦¿"
}

.rating-resto\@4:before {
    content: "â¦¿â¦¿â¦¿â¦¿"
}

.rating-resto\@4:after {
    content: ""
}

.inf-rating {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
}

@media print {
    .inf-rating {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.result-text {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    line-height: 1.4;
}

.DS2020-layout-column .result-text {
    font-size: .8125em;
    margin-bottom: 1.1538461538em;
}

.DS2020-layout-detail .result-text {
    font-size: .8333333333em;
    margin-bottom: 1.3333333333em;
}

.result-text table {
    border-collapse: collapse;
    width: 100%
}

.result-text tr {
    border-color: #e7e7e7;
    border-style: solid;
    border-width: 1px 0;
}

.result-text tr:nth-of-type(2n) {
    background-color: #e7e7e7;
}

.result-text td {
    padding-bottom: .5555555556em;
    padding-left: .5555555556em;
    padding-top: .5555555556em;
}

.result-text .C_team {
    font-weight: 700;
}

.DS2020-intro .genre,
.DS2020-intro .rubric,
.DS2020-introduction .genre,
.DS2020-introduction .rubric {
    font-family: Arial, Helvetica, sans-serif;
    color: #9a730c;
    font-weight: 700;
    margin-right: .1em;
    text-transform: uppercase;
    -webkit-font-smoothing: auto;
}

.DS2020-intro .genre,
.DS2020-intro .rubric {
    font-size: .7em;
}

.DS2020-introduction .genre,
.DS2020-introduction .rubric {
    font-size: .75em;
}

.DS2020-overhead .genre,
.DS2020-overhead .rubric {
    color: #000;
}

.DS2020-overhead__header .genre,
.DS2020-overhead__header .rubric {
    color: #b70e0c;
}

.DS2020-theme-ds2 .DS2020-overhead__header .genre,
.DS2020-theme-ds2 .DS2020-overhead__header .rubric {
    color: #d8ad25;
}

.DS2020-theme-economie .DS2020-overhead__header .genre,
.DS2020-theme-economie .DS2020-overhead__header .rubric {
    color: #567c7e;
}

.DS2020-theme-opinie .DS2020-overhead__header .genre,
.DS2020-theme-opinie .DS2020-overhead__header .rubric {
    color: #000;
}

.title-text {
    font-family: arnhem-bold, Georgia, serif;
    font-weight: 400;
    letter-spacing: normal;
}

@media print {
    .title-text {
        font-family: arnhem-bold, Georgia, serif;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.DS2020-layout-column .title-text {
    font-size: 1.0625em;
    line-height: 1.2941176471;
    margin-bottom: .1470588235em;
    margin-top: 0;
}

.DS2020-layout-detail .title-text {
    font-size: 1.3888888889em;
    line-height: 1.08;
    margin-bottom: .2em;
    margin-top: 0;
}

.DS2020-layout-column p+.title-text {
    margin-top: 1.1111111111em;
}

.DS2020-layout-detail p+.title-text {
    margin-top: 1.6666666667em;
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
}

.pswp * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pswp__bg {
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.pswp__bg,
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.pswp__scroll-wrap {
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img,
.pswp__item {
    position: absolute;
    left: 0;
    top: 0;
}

.pswp__img {
    width: auto;
    height: auto;
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}

.pswp__button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1em;
    height: 4.125em;
    margin: 0;
    opacity: .75;
    overflow: visible;
    padding: 0;
    position: relative;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    width: 4.125em;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    opacity: .9;
    outline: none;
}

.pswp__button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp--touch .pswp__button--next,
.pswp--touch .pswp__button--prev {
    visibility: hidden;
}

.pswp__button--next,
.pswp__button--prev {
    height: 5.5555555556em;
    margin-top: -2.7777777778em;
    position: absolute;
    top: 50%;
    width: 4.125em;
}

.pswp__button--prev {
    left: 0;
}

.pswp__button--next {
    right: 0;
}

.pswp__caption {
    bottom: 0;
    left: 0;
    min-height: 4.125em;
    position: absolute;
    width: 100%
}

.pswp__caption__center {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 768px;
    padding: 10px;
    text-align: left;
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1550;
}

.pswp__top-bar {
    height: 4.125em;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp--has_mouse .pswp__button--next,
.pswp--has_mouse .pswp__button--prev,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--next,
.pswp--has_mouse .pswp__button--prev {
    visibility: visible;
}

.pswp__caption {
    background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__button--next,
.pswp__ui--idle .pswp__button--prev,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--hidden .pswp__button--next,
.pswp__ui--hidden .pswp__button--prev,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001;
}

.pswp__ui--one-slide .pswp__button--next,
.pswp__ui--one-slide .pswp__button--prev {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

.pswp__html {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width:40em) {
    .pswp__html {
        bottom: 4.125em;
        left: 4.125em;
        right: 4.125em;
        top: 4.125em;
    }
}

.pswp__html__inner {
    background-color: #000;
    color: #fff;
    height: 100%;
    margin: 0 auto;
    padding: 1.25em;
    width: 100%
}

@media (min-width:40em) {
    .pswp__html__inner {
        max-height: 25em;
        max-width: 38.75em;
    }
}

@media print {
    @page {
        margin: 1.25cm .5cm;
    }

    * {
        background: transparent !important;
        color: black !important;
        -ms-filter: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    a[data-bro-caption] {
        font-size: 10pt;
        margin: 0 10pt;
        text-decoration: none;
    }

    a[data-bro-caption]:after {
        content: attr(data-bro-caption);
    }
}
