@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

@-webkit-keyframes arrow-up {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    30% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    30.01% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes arrow-up {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    30% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    30.01% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes popIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        visibility: hidden
    }
    33% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0;
        visibility: hidden
    }
    50% {
        opacity: 1;
        visibility: visible
    }
    66% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes popIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        visibility: hidden
    }
    33% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0;
        visibility: hidden
    }
    50% {
        opacity: 1;
        visibility: visible
    }
    66% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes popOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    33% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1;
        visibility: visible
    }
    66% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        visibility: hidden
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes popOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    33% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1;
        visibility: visible
    }
    66% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        visibility: hidden
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes pulsate {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes pulsate-color {
    0% {
        color: #000
    }
    50% {
        color: rgba(0, 0, 0, .25)
    }
    100% {
        color: #000
    }
}

@keyframes pulsate-color {
    0% {
        color: #000
    }
    50% {
        color: rgba(0, 0, 0, .25)
    }
    100% {
        color: #000
    }
}

@-webkit-keyframes slide-in-up {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in-up {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-out-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slide-out-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes tooltipActive {
    0% {
        -webkit-transform: translate(-44%, -1px);
        transform: translate(-44%, -1px);
        -webkit-transform: translate(calc(-50% + 15px), -1px);
        transform: translate(calc(-50% + 15px), -1px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(-44%, 9px);
        transform: translate(-44%, 9px);
        -webkit-transform: translate(calc(-50% + 15px), 9px);
        transform: translate(calc(-50% + 15px), 9px);
        opacity: 1
    }
}

@keyframes tooltipActive {
    0% {
        -webkit-transform: translate(-44%, -1px);
        transform: translate(-44%, -1px);
        -webkit-transform: translate(calc(-50% + 15px), -1px);
        transform: translate(calc(-50% + 15px), -1px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(-44%, 9px);
        transform: translate(-44%, 9px);
        -webkit-transform: translate(calc(-50% + 15px), 9px);
        transform: translate(calc(-50% + 15px), 9px);
        opacity: 1
    }
}

.hidden, .js-hidden {
    display: none !important
}

.scr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

html {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, :after, :before {
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    background-color: #f5f5f5;
    -webkit-font-feature-settings: 'liga', 'kern';
    -moz-font-feature-settings: 'liga', 'kern';
    font-feature-settings: 'liga', 'kern'
}

a {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    text-decoration: none
}

a, a:active, a:focus, a:hover, a:visited {
    color: #1313f1
}

a:active, a:focus, a:hover {
    -webkit-transition: none;
    transition: none
}

a[disabled] {
    pointer-events: none
}

a.link-wrapper {
    display: block
}

figure {
    margin: 0
}

img {
    max-width: 100%;
    max-height: 100%
}

figure img {
    display: block
}

iframe {
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    font-size: 1em;
    line-height: 18px;
    font-weight: 700;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden
}

p {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word
}

br + br {
    display: block;
    height: .3em;
    content: ''
}

abbr[title] {
    border-bottom: 0;
    text-decoration: none
}

.button {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: 40px;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: .3s ease-in-out background-color, .3s ease-in-out color;
    transition: .3s ease-in-out background-color, .3s ease-in-out color;
    border: 0;
    border-radius: 3px;
    background-color: red;
    color: #fff;
    text-transform: uppercase
}

.js-ramagothice-loaded .button, .no-js .button {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.button, .button:active, .button:focus, .button:hover, .button:visited {
    color: #fff
}

.button:active, .button:focus, .button:hover {
    background-color: #e60000
}

.button[disabled], .button[disabled]:active, .button[disabled]:focus, .button[disabled]:hover, .button[disabled]:visited {
    background-color: #c00;
    color: #f33
}

.button-group > .button {
    float: left
}

.page-theme--de-krant .button--navigation-style {
    background-color: #0095d9;
    color: #fff
}

.page-theme--de-krant .button--navigation-style:hover {
    background-color: #0083c0
}

.page-theme--home .button--navigation-style {
    background-color: red;
    color: #fff
}

.page-theme--home .button--navigation-style:hover {
    background-color: #e60000
}

.page-theme--nieuws .button--navigation-style {
    background-color: red;
    color: #fff
}

.page-theme--nieuws .button--navigation-style:hover {
    background-color: #e60000
}

.page-theme--nina .button--navigation-style {
    background-color: #9703bb;
    color: #fff
}

.page-theme--nina .button--navigation-style:hover {
    background-color: #8303a2
}

.page-theme--regio .button--navigation-style {
    background-color: #ff7f00;
    color: #fff
}

.page-theme--regio .button--navigation-style:hover {
    background-color: #e67200
}

.page-theme--showbizz .button--navigation-style {
    background-color: #ec008c;
    color: #fff
}

.page-theme--showbizz .button--navigation-style:hover {
    background-color: #d3007d
}

.page-theme--sponsored .button--navigation-style {
    background-color: #1313f1;
    color: #fff
}

.page-theme--sponsored .button--navigation-style:hover {
    background-color: #0d0ddd
}

.page-theme--sport .button--navigation-style {
    background-color: #46b20f;
    color: #fff
}

.page-theme--sport .button--navigation-style:hover {
    background-color: #3d9a0d
}

.page-theme--video .button--navigation-style {
    background-color: #1c1c1c;
    color: #fff
}

.page-theme--video .button--navigation-style:hover {
    background-color: #0f0f0f
}

.component-theme--de-krant .button--navigation-style {
    background-color: #0095d9;
    color: #fff
}

.component-theme--de-krant .button--navigation-style:hover {
    background-color: #0083c0
}

.component-theme--home .button--navigation-style {
    background-color: red;
    color: #fff
}

.component-theme--home .button--navigation-style:hover {
    background-color: #e60000
}

.component-theme--nieuws .button--navigation-style {
    background-color: red;
    color: #fff
}

.component-theme--nieuws .button--navigation-style:hover {
    background-color: #e60000
}

.component-theme--nina .button--navigation-style {
    background-color: #9703bb;
    color: #fff
}

.component-theme--nina .button--navigation-style:hover {
    background-color: #8303a2
}

.component-theme--regio .button--navigation-style {
    background-color: #ff7f00;
    color: #fff
}

.component-theme--regio .button--navigation-style:hover {
    background-color: #e67200
}

.component-theme--showbizz .button--navigation-style {
    background-color: #ec008c;
    color: #fff
}

.component-theme--showbizz .button--navigation-style:hover {
    background-color: #d3007d
}

.component-theme--sponsored .button--navigation-style {
    background-color: #1313f1;
    color: #fff
}

.component-theme--sponsored .button--navigation-style:hover {
    background-color: #0d0ddd
}

.component-theme--sport .button--navigation-style {
    background-color: #46b20f;
    color: #fff
}

.component-theme--sport .button--navigation-style:hover {
    background-color: #3d9a0d
}

.component-theme--video .button--navigation-style {
    background-color: #1c1c1c;
    color: #fff
}

.component-theme--video .button--navigation-style:hover {
    background-color: #0f0f0f
}

.button--extend {
    padding-left: 0
}

.button--extend:before {
    display: inline-block;
    width: 2em;
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .15);
    text-align: center;
    vertical-align: top
}

.button--compact {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1
}

.button--compact:before {
    line-height: 40px
}

.button--large {
    display: block;
    width: 100%;
    padding: 10px 0;
    outline: 0;
    font-size: 1.5em;
    line-height: 1
}

.button--small {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-right: 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    text-transform: none
}

.js-stagsans-loaded .button--small, .no-js .button--small {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.button--small:before {
    margin-right: 0
}

@media screen and (max-width: 1023px) {
    .button--collapse {
        padding-right: 0
    }

    .button--collapse:before {
        margin-right: 0;
        border-right: 0
    }
}

.js-form-in-progress .button--ajax:after {
    display: inline-block;
    width: 50px;
    height: 26px;
    background-image: url(../images/spinner/loader-red-1e84950f5b.gif);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    vertical-align: bottom
}

.js-form-in-progress .button--ajax .button__text {
    display: none
}

@media screen and (max-width: 1023px) {
    .button--collapse .button__link-text {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        overflow: hidden;
        clip: rect(0 0 0 0)
    }
}

.button--compact .button__link-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.article__social > .button, .article__social > .button-group {
    margin-right: 15px;
    float: left
}

.article__social > .button-group:last-child, .article__social > .button:last-child {
    margin-right: 0
}

.article__social > .button--comments, .article__social > .button-group--comments {
    padding-left: 15px;
    border-left: 1px solid #e5e5e5
}

.article__social > .button .twitter, .article__social > .button-group .twitter {
    margin-left: 15px
}

.button-group:after {
    display: table;
    clear: both;
    content: ' '
}

.bet-button {
    font-size: 1em;
    line-height: 19px;
    font-weight: 600;
    display: block;
    width: 39px;
    padding: 2px 0 1px;
    float: left;
    border: 0;
    border-radius: 3px;
    background-color: #e5e5e5;
    text-transform: uppercase
}

.bet-button, .bet-button:active, .bet-button:focus, .bet-button:hover, .bet-button:visited {
    color: #000
}

.bet-button:not(:first-of-type) {
    margin-left: 1px
}

.calculator-bet-button:checked + .bet-button {
    background-color: #ffce00
}

.article__scoreboard .bet-button {
    font-size: 1.125em;
    line-height: 22px;
    font-weight: 600;
    width: 50px
}

.component__body {
    background-color: #f5f5f5
}

.component-cta {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 10px 0;
    border-top: 1px solid #fff;
    font-size: .875em;
    text-align: center
}

.js-stagsans-loaded .component-cta, .no-js .component-cta {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.popular-online .component-cta {
    border-top-color: rgba(255, 255, 255, .15)
}

.popular-online .component-cta, .popular-online .component-cta:active, .popular-online .component-cta:focus, .popular-online .component-cta:hover, .popular-online .component-cta:visited {
    color: #fff
}

.page-section--stand-out .component-cta {
    display: inline-block;
    border-top: 0
}

.page-section--stand-out .component-cta, .page-section--stand-out .component-cta:active, .page-section--stand-out .component-cta:focus, .page-section--stand-out .component-cta:hover, .page-section--stand-out .component-cta:visited {
    color: #fff
}

.page-section__footer--controls .component-cta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0;
    line-height: 50px
}

.row--teaser-list-split + .component-cta {
    border-top-color: #e5e5e5
}

.component-header:after {
    display: table;
    clear: both;
    content: ' '
}

.component-header--filled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.component-header--filled:after {
    content: none
}

.component-header--advertorial {
    margin-top: 6px;
    margin-bottom: 28px;
    background-color: #fdfde7
}

.weather-map .component-header {
    margin-bottom: 30px;
    border-bottom: #e5e5e5 thin solid
}

.page-section--stand-out .component-header {
    position: absolute;
    top: 15px;
    right: 30px;
    left: 15px;
    z-index: 1000;
    pointer-events: none
}

@media screen and (min-width: 768px) {
    .page-section--stand-out .component-header {
        right: 330px
    }
}

.page-section--navigation.component-theme--regio .component-header {
    position: static;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.page-section--dossier-teaser .component-header {
    top: 15px
}

.page-section--dossier-teaser-breaking-large .component-header {
    right: 15px
}

.football-overview .component-title__prefix {
    color: #ffef00
}

.component-title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 24px;
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 3px 15px;
    float: left;
    background-color: red;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    overflow: visible;
    pointer-events: all
}

.js-ramagothice-loaded .component-title, .no-js .component-title {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.component-title--dossier {
    background-color: #003;
    color: #fff
}

.component-theme--ihln .component-title {
    text-transform: none
}

.popular-videos .component-title {
    position: relative;
    padding-left: calc(1em + 15px);
    background-color: #1c1c1c;
    color: #fff
}

.popular-videos .component-title:before {
    content: "Video";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 1rem;
    height: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    color: #1c1c1c;
    font-size: .5rem;
    line-height: 1rem;
    text-align: center;
    vertical-align: middle
}

.js-iconfont-loaded .popular-videos .component-title:before, .no-js .popular-videos .component-title:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.popular-online .component-title:after {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background-image: url(../images/popular-online-icon@3x-42180aedc6.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: ' '
}

.component-header--filled .component-title {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: none
}

.branded.component-theme--nina .component-title {
    width: 85px;
    background-image: url(nina-logo-white-cd7cb8876c.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%
}

.branded.component-theme--nina .component-title span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.page-theme--de-krant .article .component-title, .page-theme--de-krant .comments .component-title, .page-theme--de-krant .row--teaser-list-split .component-title, .page-theme--de-krant .teaser-group.read-more .component-title {
    background-color: #0095d9;
    color: #fff
}

.page-theme--home .article .component-title, .page-theme--home .comments .component-title, .page-theme--home .row--teaser-list-split .component-title, .page-theme--home .teaser-group.read-more .component-title {
    background-color: red;
    color: #fff
}

.page-theme--nieuws .article .component-title, .page-theme--nieuws .comments .component-title, .page-theme--nieuws .row--teaser-list-split .component-title, .page-theme--nieuws .teaser-group.read-more .component-title {
    background-color: red;
    color: #fff
}

.page-theme--nina .article .component-title, .page-theme--nina .comments .component-title, .page-theme--nina .row--teaser-list-split .component-title, .page-theme--nina .teaser-group.read-more .component-title {
    background-color: #9703bb;
    color: #fff
}

.page-theme--regio .article .component-title, .page-theme--regio .comments .component-title, .page-theme--regio .row--teaser-list-split .component-title, .page-theme--regio .teaser-group.read-more .component-title {
    background-color: #ff7f00;
    color: #fff
}

.page-theme--showbizz .article .component-title, .page-theme--showbizz .comments .component-title, .page-theme--showbizz .row--teaser-list-split .component-title, .page-theme--showbizz .teaser-group.read-more .component-title {
    background-color: #ec008c;
    color: #fff
}

.page-theme--sponsored .article .component-title, .page-theme--sponsored .comments .component-title, .page-theme--sponsored .row--teaser-list-split .component-title, .page-theme--sponsored .teaser-group.read-more .component-title {
    background-color: #1313f1;
    color: #fff
}

.page-theme--sport .article .component-title, .page-theme--sport .comments .component-title, .page-theme--sport .row--teaser-list-split .component-title, .page-theme--sport .teaser-group.read-more .component-title {
    background-color: #46b20f;
    color: #fff
}

.page-theme--video .article .component-title, .page-theme--video .comments .component-title, .page-theme--video .row--teaser-list-split .component-title, .page-theme--video .teaser-group.read-more .component-title {
    background-color: #1c1c1c;
    color: #fff
}

.teaser-group.watch-more .component-title {
    background-color: #1c1c1c;
    color: #fff
}

.page-theme .component-theme--de-krant .component-title {
    background-color: #0095d9;
    color: #fff
}

.page-theme .component-theme--home .component-title {
    background-color: red;
    color: #fff
}

.page-theme .component-theme--nieuws .component-title {
    background-color: red;
    color: #fff
}

.page-theme .component-theme--nina .component-title {
    background-color: #9703bb;
    color: #fff
}

.page-theme .component-theme--regio .component-title {
    background-color: #ff7f00;
    color: #fff
}

.page-theme .component-theme--showbizz .component-title {
    background-color: #ec008c;
    color: #fff
}

.page-theme .component-theme--sponsored .component-title {
    background-color: #1313f1;
    color: #fff
}

.page-theme .component-theme--sport .component-title {
    background-color: #46b20f;
    color: #fff
}

.page-theme .component-theme--video .component-title {
    background-color: #1c1c1c;
    color: #fff
}

.page-section--dossier-teaser .component-title {
    margin-top: -4px;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 11px;
    background-color: #003
}

.page-section--dossier-group .component-title {
    background-color: #003
}

.page-section--dossier-teaser-breaking .component-title {
    background-color: #003
}

.page-section--stand-out .component-title {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.dossier-teaser-group .component-title {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 4px;
    float: none;
    background-color: #003;
    font-size: .875em;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 101
}

.dossier-teaser-group--large .component-title, .dossier-teaser-group--medium .component-title {
    top: 15px;
    left: 15px;
    max-width: calc(100% - 30px)
}

.dossier-teaser-group--horizontal .component-title {
    max-width: calc(50% - 15px)
}

.live-sport-teaser .component-title {
    background-color: #ffce00;
    color: #000
}

.page--matchcenter-worldcup .component-title {
    background-color: #006ab8;
    color: #fff
}

.component-header__message {
    padding: 9px 10px;
    float: right;
    color: #bbb;
    font-size: .75em;
    line-height: 1
}

.component-header__sponsor {
    display: block;
    height: 30px;
    float: left
}

.component-header--filled .component-header__sponsor {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    float: none
}

.component-header__sponsor--napoleon-games {
    background-color: #1c1c1c
}

.component-header__sponsor--napoleon-games, .component-header__sponsor--napoleon-games:active, .component-header__sponsor--napoleon-games:focus, .component-header__sponsor--napoleon-games:hover, .component-header__sponsor--napoleon-games:visited {
    color: #fff
}

.component-header__sponsor--napoleon-games {
    position: relative
}

.component-header__sponsor--napoleon-games .component-header__sponsor-logo {
    position: absolute;
    bottom: 0;
    max-height: 38px;
    padding: 0 10px
}

.component-header__sponsor-cta {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    padding: 0 15px 0 5px;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase
}

.js-ramagothice-loaded .component-header__sponsor-cta, .no-js .component-header__sponsor-cta {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.component-header__sponsor--napoleon-games .component-header__sponsor-cta {
    background-color: #c00
}

.component-header__sponsor-cta:after {
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: ''
}

.component-header__sponsor--napoleon-games .component-header__sponsor-cta:after {
    border-right: 20px solid #c00
}

.component-header__link {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .75em;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    margin: 3px 10px
}

.js-stagsans-loaded .component-header__link, .no-js .component-header__link {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.page-section--stand-out .component-header__link, .page-section--stand-out .component-header__link:active, .page-section--stand-out .component-header__link:focus, .page-section--stand-out .component-header__link:hover, .page-section--stand-out .component-header__link:visited {
    color: rgba(255, 255, 255, .5)
}

.divider {
    display: none
}

@media screen and (min-width: 768px) {
    .divider {
        display: block;
        height: 1px;
        margin: 0 0 15px;
        border-width: 0;
        background-color: #e5e5e5
    }

    .divider:first-child, .matchcenter-header + .divider {
        display: none
    }
}

.article-page .divider.row-divider {
    margin-bottom: 30px
}

.region-search + .divider.row-divider, .row--breadcrumb + .divider.row-divider, .row--live-sport-teaser + .divider.row-divider {
    display: none
}

.js-hidden + .divider.row-divider {
    display: none
}

.page-section--full-width + .divider, .page-section--stand-out + .divider {
    display: none
}

.row--filler:last-child .divider:last-child {
    display: none
}

.footer-divider {
    background-color: rgba(255, 255, 255, .15)
}

.highlight-divider {
    margin-top: 24px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.read-more-teaser-divider {
    display: none
}

.read-more-teaser-divider.js-visible {
    display: block;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 7.5px;
    margin-left: 7.5px
}

.page-footer {
    position: relative;
    margin-top: 15px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
    background-color: #003;
    color: #fff
}

.page-footer__column {
    text-align: center
}

@media screen and (min-width: 768px) {
    .page-footer__column {
        padding-left: 15px;
        text-align: left
    }

    .col + .col .page-footer__column {
        padding-left: 30px;
        border-left: 1px solid rgba(255, 255, 255, .15)
    }
}

.col:nth-child(even) .page-footer__column {
    border-left: 1px solid rgba(255, 255, 255, .15)
}

.page-footer__title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0 0 5px;
    padding: 0;
    color: #aaa;
    font-size: 1em;
    font-weight: 500
}

.js-stagsans-loaded .page-footer__title, .no-js .page-footer__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.page-footer__list {
    margin: 0 0 25px;
    padding: 0
}

.page-footer__item {
    display: block;
    padding: 5px 0;
    font-size: .875em
}

.page-footer__link, .page-footer__link:active, .page-footer__link:focus, .page-footer__link:hover, .page-footer__link:visited {
    color: #fff
}

.page-footer__legal {
    margin: 15px 0 30px;
    text-align: center
}

.page-footer__copyright {
    padding: 0 15px;
    color: #999;
    font-size: .875em
}

.page-footer__policy-list {
    display: inline-block;
    margin: 0;
    padding: 0
}

.page-footer__policy-item {
    display: inline-block;
    max-height: 12px;
    padding: 0 15px;
    font-size: .875em;
    line-height: .85;
    overflow: visible
}

@media screen and (min-width: 768px) {
    .page-footer__policy-item:first-child {
        border-left: 1px solid rgba(255, 255, 255, .15)
    }
}

.page-footer__policy-item + .page-footer__policy-item {
    border-left: 1px solid rgba(255, 255, 255, .15)
}

.page-footer__logos {
    margin: 30px 0 15px;
    padding: 0 15px;
    text-align: center
}

.page-footer__logos:after {
    display: table;
    clear: both;
    content: ' '
}

.page-footer__logo {
    margin-top: 30px
}

@media screen and (min-width: 1024px) {
    .page-footer__logo {
        margin-top: 0;
        float: left
    }
}

.page-footer__partner-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.page-footer__partner-list:after {
    display: table;
    clear: both;
    content: ' '
}

@media screen and (min-width: 1024px) {
    .page-footer__partner-list {
        float: right
    }
}

.page-footer__partner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 0 15px
}

.page-footer__partner, .page-footer__partner:active, .page-footer__partner:focus, .page-footer__partner:hover, .page-footer__partner:visited {
    color: #fff
}

.form {
    display: block;
    max-width: 400px;
    margin: 0 auto
}

.form__fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

.form__group {
    margin-top: 15px
}

.form__group:after {
    display: table;
    clear: both;
    content: ' '
}

.form__label {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    padding-bottom: 9px;
    font-size: 1em;
    font-weight: 500;
    line-height: 18px;
    text-align: left
}

.js-stagsans-loaded .form__label, .no-js .form__label {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.form__label--required:after {
    content: ' *'
}

.form__label--radio {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    padding-left: 25px;
    line-height: 1.5;
    cursor: pointer;
    vertical-align: middle
}

.js-has-error .form__label--radio {
    color: red
}

.form__label--radio:after, .form__label--radio:before {
    position: absolute;
    content: ' '
}

.form__label--radio:before {
    display: block;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: solid 2px #e5e5e5;
    border-radius: 12px;
    z-index: 2
}

.js-poll-error .form__label--radio:before {
    -webkit-animation: js-flash-error .8s 1;
    animation: js-flash-error .8s 1
}

.form__label--radio:after {
    display: block;
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .25s ease-in-out all;
    transition: .25s ease-in-out all;
    border-radius: 5px;
    background-color: #000;
    opacity: 0;
    z-index: 5
}

.layout--theater .page-content .form__label--radio:after {
    background-color: #fff
}

.form__radio:checked + .form__label--radio:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.form__radio:checked + .form__label--radio:before {
    border-color: #000
}

.layout--theater .page-content .form__radio:checked + .form__label--radio:before {
    border-color: #fff
}

.form__input {
    font-size: 1em;
    line-height: 20px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 12px 15px 11px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.layout--theater .page-content .form__input {
    border-color: transparent;
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.form__input[type=email][readonly], .form__input[type=number][readonly], .form__input[type=password][readonly], .form__input[type=phone][readonly], .form__input[type=text][readonly] {
    background-color: #f5f5f5;
    cursor: not-allowed
}

.layout--theater .page-content .form__input[type=email][readonly], .layout--theater .page-content .form__input[type=number][readonly], .layout--theater .page-content .form__input[type=password][readonly], .layout--theater .page-content .form__input[type=phone][readonly], .layout--theater .page-content .form__input[type=text][readonly] {
    border-color: rgba(255, 255, 255, .2);
    background-color: transparent;
    color: #fff
}

.js-has-error .form__input {
    border-color: red
}

.form__input::-webkit-input-placeholder {
    color: #bbb
}

.form__input::-moz-placeholder {
    color: #bbb
}

.form__input::placeholder {
    color: #bbb
}

.layout--theater .form__input::-webkit-input-placeholder {
    color: #999
}

.layout--theater .form__input::-moz-placeholder {
    color: #999
}

.layout--theater .form__input::placeholder {
    color: #999
}

.form__select {
    padding-bottom: 9px;
    background-image: url(../images/arrow-up-down-76c36f273f.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 10px;
    color: #999
}

.form__select option {
    color: #000
}

.form__select:valid {
    color: #000
}

.form__select::-ms-expand {
    display: none
}

.form__checkbox {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form__checkbox:checked {
    position: relative;
    background-color: transparent
}

.form__checkbox:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '✓'
}

.form__checkbox-label {
    display: block;
    padding-bottom: 9px;
    font-size: .75em;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    cursor: pointer
}

.form__reset {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent
}

.form__reset:before {
    content: "x";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(204, 204, 204, .5);
    font-size: 1.3em;
    text-align: center;
    vertical-align: middle;
    z-index: 1
}

.js-iconfont-loaded .form__reset:before, .no-js .form__reset:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.form__reset > .form__reset-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.form__input:not(:valid) + .form__reset {
    display: none
}

.form__radio {
    display: none
}

.form__radio-item {
    display: inline-block
}

.form__radio-item + .form__radio-item {
    margin-left: 20px
}

.form__dob-item {
    display: inline-block;
    width: 33.3333%;
    width: calc((100% - 30px) / 3);
    float: left
}

.form__dob-item + .form__dob-item {
    margin-left: 15px
}

.form__radio-label {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 25px;
    cursor: pointer
}

.form__radio-label:after, .form__radio-label:before {
    position: absolute;
    content: ' '
}

.form__radio-label:before {
    display: block;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: solid 2px #ccc;
    border-radius: 12px;
    z-index: 2
}

.js-has-error .form__radio-label:before {
    -webkit-animation: js-radio-flash-error .8s 1;
    animation: js-radio-flash-error .8s 1
}

.form__radio-label:after {
    display: block;
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .25s ease-in-out all;
    transition: .25s ease-in-out all;
    border-radius: 5px;
    background-color: #000;
    opacity: 0;
    z-index: 5
}

.form__radio-input {
    display: none
}

.form__radio-input:checked + .form__radio-label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.form__radio-input:checked + .form__radio-label:before {
    border-color: #000
}

.form__feedback {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 10px;
    list-style: none
}

.form__feedback-item, .js-field-error {
    margin: 0;
    padding: 6px 0 0;
    clear: both;
    color: red;
    font-size: .75em;
    line-height: 14px;
    word-break: break-word
}

@-webkit-keyframes js-radio-flash-error {
    0% {
        border-width: 1px;
        border-color: #ccc
    }
    1% {
        border-width: 2px
    }
    20% {
        border-color: red
    }
    30% {
        border-color: red
    }
    50% {
        border-color: #ccc
    }
    70% {
        border-color: red
    }
    80% {
        border-color: red
    }
    99% {
        border-width: 2px
    }
    100% {
        border-width: 1px
    }
}

@keyframes js-radio-flash-error {
    0% {
        border-width: 1px;
        border-color: #ccc
    }
    1% {
        border-width: 2px
    }
    20% {
        border-color: red
    }
    30% {
        border-color: red
    }
    50% {
        border-color: #ccc
    }
    70% {
        border-color: red
    }
    80% {
        border-color: red
    }
    99% {
        border-width: 2px
    }
    100% {
        border-width: 1px
    }
}

.container {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff
}

.row {
    display: block;
    margin-right: -7.5px;
    margin-left: -7.5px
}

@media screen and (min-width: 768px) {
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .row--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.no-flex .row {
    display: table;
    width: 100%
}

.row.tablet-teaser-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width: 1024px) {
    .row.tablet-teaser-row {
        display: none
    }
}

.col--sidebar .row.tablet-teaser-row {
    margin-bottom: 0
}

.row.page-section--stand-out {
    margin-right: -15px;
    margin-left: -15px
}

.col--sidebar .row {
    margin-bottom: 15px
}

.col--sidebar .row--filler {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .no-flex .navigation-teaser-lists .row, .no-flex .read-more .row, .no-flex .watch-more .row {
        display: block
    }

    .no-flex .navigation-teaser-lists .row:after, .no-flex .read-more .row:after, .no-flex .watch-more .row:after {
        display: table;
        clear: both;
        content: ' '
    }
}

@media screen and (max-width: 768px) {
    .row--marketing-ear {
        display: none
    }
}

.col {
    max-width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

@media screen and (min-width: 768px) {
    .col {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

.no-flex .col {
    display: table-cell;
    vertical-align: top
}

.read-more .col--advertisement.js-col--ligatus {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-height: 200px;
    margin-bottom: 15px
}

.no-js .read-more .col--advertisement {
    display: none
}

.no-flex .read-more .col--advertisement {
    width: 100%
}

.col--main-content {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .col--main-content {
        max-width: calc(100% - 315px)
    }
}

@media screen and (min-width: 1024px) {
    .col--main-content {
        max-width: 694px
    }
}

.col--secondary-split {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media screen and (min-width: 1024px) {
    .col--secondary-split {
        -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        max-width: 200px
    }

    .no-flex .col--secondary-split {
        width: 200px;
        min-width: 200px
    }
}

.no-flex .col--secondary-split {
    width: 100%
}

.col--sidebar {
    position: relative
}

@media screen and (min-width: 768px) {
    .col--sidebar {
        -webkit-flex-basis: 315px;
        -ms-flex-preferred-size: 315px;
        flex-basis: 315px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 315px
    }

    .no-flex .col--sidebar {
        width: 315px;
        min-height: 1px
    }
}

@media screen and (min-width: 768px) {
    .layout--theater .col--sidebar {
        -webkit-flex-basis: 330px;
        -ms-flex-preferred-size: 330px;
        flex-basis: 330px;
        max-width: 330px;
        padding-top: 30px;
        padding-right: 22.5px
    }

    .no-flex .layout--theater .col--sidebar {
        width: 330px
    }
}

@media screen and (min-width: 1024px) {
    .col--lead {
        max-width: calc(100% - 197px)
    }
}

@media screen and (min-width: 768px) {
    .col--sidekicks {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .col--sidekicks {
        -webkit-flex-basis: 197px;
        -ms-flex-preferred-size: 197px;
        flex-basis: 197px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 197px
    }

    .no-flex .col--sidekicks {
        width: 50%;
        min-width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .col--sidekicks > .row > .col {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .no-flex .col--sidekicks > .row > .col {
        width: 50%;
        min-width: 50%
    }
}

.row--reverse:last-child > .col:first-child {
    display: none
}

@media screen and (min-width: 1024px) {
    .row--reverse:last-child > .col:first-child {
        display: block
    }
}

.row--side-by-side .col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .row--side-by-side .col {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%
    }

    .no-flex .row--side-by-side .col {
        width: 50%;
        min-width: 50%
    }
}

.page-section--stand-out > .col {
    padding: 15px 15px 0
}

@media screen and (min-width: 768px) {
    .navigation-teaser-lists .col {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .no-flex .navigation-teaser-lists .col {
        display: block;
        width: 50%;
        min-width: 50%;
        float: left
    }
}

@media screen and (max-width: 1023px) {
    .navigation-teaser-lists .col:last-child:nth-child(odd) {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .no-flex .navigation-teaser-lists .col:last-child:nth-child(odd) {
        display: block;
        width: 100%;
        min-width: 100%;
        float: none
    }
}

@media screen and (min-width: 1024px) {
    .navigation-teaser-lists .col {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%
    }

    .no-flex .navigation-teaser-lists .col {
        width: 33.33%;
        min-width: 33.33%
    }
}

@media screen and (min-width: 768px) {
    .read-more .col {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .no-flex .read-more .col {
        display: block;
        width: 50%;
        min-width: 50%;
        float: left
    }
}

.region-quick-look > .row > .col {
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
    max-width: 66.67%
}

.no-flex .region-quick-look > .row > .col {
    width: 66.67%;
    min-width: 66.67%
}

.region-quick-look > .row > .col:first-child {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%
}

.no-flex .region-quick-look > .row > .col:first-child {
    width: 33.33%;
    min-width: 33.33%
}

.region-quick-look > .row > .col > .row > :not(:only-child) {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.watch-more .col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .watch-more .col {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .watch-more .col:nth-last-of-type(-n+4):nth-of-type(3n) ~ .col {
        margin-bottom: 0
    }

    .no-flex .watch-more .col {
        display: block;
        width: 33.33%;
        min-width: 33.33%;
        float: left
    }
}

.page-header {
    display: inline-block;
    width: 100%;
    margin: 10px 0 15px
}

.article-page .page-header, .hftn-page .page-header, .weather-page .page-header {
    margin-bottom: 30px
}

.icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.icon--logo {
    display: inline-block;
    background-image: url(logo-hln-main-744c834847.svg);
    vertical-align: middle
}

.icon__text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.page-logo {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    float: left;
    border-radius: 5px
}

@media screen and (min-width: 800px) {
    .page-logo {
        width: 90px;
        height: 90px
    }
}

@media screen and (min-width: 1024px) {
    .page-logo {
        width: 100px;
        height: 100px
    }
}

.page-logo__image {
    width: 100%;
    height: 100%
}

.paper-logo {
    width: 80px;
    vertical-align: text-bottom
}

@media screen and (min-width: 800px) {
    .paper-logo {
        width: 90px
    }
}

@media screen and (min-width: 1024px) {
    .paper-logo {
        width: 100px
    }
}

.page-navigation:after {
    display: table;
    clear: both;
    content: ' '
}

.side-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.no-flex .side-navigation {
    display: table;
    width: 100%
}

.page-content {
    min-height: 650px;
    min-height: calc(100vh - 592px)
}

.authentication-page .page-content {
    background-color: #f5f5f5
}

.page-section {
    position: relative
}

.page-section:last-child {
    margin-bottom: 30px
}

.search-page .page-section:last-child {
    margin-bottom: 0
}

.page-section--full-width {
    margin-top: 15px;
    margin-bottom: 15px
}

.page-section--stand-out {
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #003
}

.page-section--stand-out:first-child {
    margin-top: 0
}

.page-section--video {
    background-color: #1c1c1c
}

.page-section__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    text-align: center
}

.page-section-wrapper {
    border-radius: 5px
}

.layout--theater .page-section-wrapper {
    background-color: #1c1c1c;
    color: #fff
}

.layout--theater .page-section-wrapper a, .layout--theater .page-section-wrapper a:active, .layout--theater .page-section-wrapper a:focus, .layout--theater .page-section-wrapper a:hover, .layout--theater .page-section-wrapper a:visited {
    color: #fff
}

.account {
    padding: 25px;
    background-color: #f5f5f5
}

.account__container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto
}

.account__header {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.875em;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
    text-align: center
}

.js-stag-loaded .account__header, .no-js .account__header {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.account__description {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: .875em;
    line-height: 1.285;
    text-align: center
}

.account__button, .account__button.social-button {
    font-size: 1.5em;
    line-height: 29px;
    display: block;
    position: relative;
    width: 100%;
    padding: 12px 0;
    outline: 0;
    line-height: 1;
    text-align: center
}

.account__button.social-button:before, .account__button:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5em;
    height: 100%;
    padding: 12px 18px
}

.account__back-button {
    font-size: 1.5rem;
    line-height: 29px;
    margin-top: 30px;
    padding: 12px 30px
}

.account__divider {
    position: relative;
    margin-top: 30px;
    text-align: center;
    z-index: 1
}

.account__divider:before {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #bbb;
    content: ' ';
    z-index: -1
}

.account__divider-text {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 0 1em;
    background-color: #f5f5f5;
    color: #bbb;
    font-weight: 500
}

.js-stagsans-loaded .account__divider-text, .no-js .account__divider-text {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.account__password-forgotten {
    font-size: .75em;
    text-align: right
}

.account__password-forgotten a {
    vertical-align: middle
}

.account__cta {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: .875em;
    font-weight: 500;
    text-align: center
}

.js-stagsans-loaded .account__cta, .no-js .account__cta {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.account__cta-link {
    text-decoration: none
}

.social-authentication {
    margin-top: 25px
}

.account__subline {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 15px;
    padding: 0;
    font-weight: 500;
    text-align: center
}

.js-stagsans-loaded .account__subline, .no-js .account__subline {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.account__confirmation-email {
    display: inline-block;
    font-weight: 700
}

.account__service-links {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500;
    text-align: center
}

.js-stagsans-loaded .account__service-links, .no-js .account__service-links {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.ktsjing-row--leader {
    display: none
}

@media screen and (min-width: 768px) {
    .ktsjing-row--leader {
        display: table;
        width: 100%;
        max-width: 1024px;
        min-height: 120px;
        margin: 0 auto
    }
}

@media screen and (min-width: 970px) {
    .ktsjing-row--leader {
        min-height: 180px
    }
}

.ktsjing {
    position: relative;
    background-color: #f5f5f5;
    color: #bbb
}

.ktsjing:before {
    display: block;
    font-size: .75em;
    line-height: 30px;
    text-align: center;
    content: attr(data-prefix)
}

.ktsjing--colruyt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 117px;
    padding: 15px 0
}

.ktsjing--colruyt:before {
    content: none
}

.popular-online .ktsjing--colruyt {
    border-top: 1px solid rgba(255, 255, 255, .15);
    background: 0 0
}

.ktsjing--inread:empty {
    display: none
}

.ktsjing--leader {
    display: table-cell;
    width: 100%;
    max-width: 768px;
    height: 120px;
    padding: 15px 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: inherit;
    text-align: center;
    overflow: hidden;
    vertical-align: bottom;
    pointer-events: none
}

@media screen and (min-width: 970px) {
    .ktsjing--leader {
        max-width: 970px;
        height: 180px
    }
}

.ktsjing--leader:before {
    content: none
}

.ktsjing--leader iframe {
    display: block;
    margin: 0 auto;
    pointer-events: initial
}

.js-has-hpto .ktsjing--leader {
    padding: 0
}

.ktsjing--ligatus {
    height: 95%;
    height: calc(100% - 15px)
}

.js-col--ligatus .ktsjing--ligatus {
    height: auto;
    background-color: transparent
}

.ktsjing--outofpage {
    display: none !important
}

.ktsjing--rectangle {
    width: 300px;
    min-height: 266px
}

.ktsjing--sky {
    width: 300px;
    min-height: 266px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 0
}

.read-more .ktsjing--native {
    height: 100%
}

.ktsjing--native iframe {
    display: none
}

.ktsjing.js-native-rendered {
    min-height: initial
}

.ktsjing.js-native-rendered:before {
    content: none
}

.ktsjing.js-native-rendered iframe {
    display: block;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    float: left;
    border: 0;
    outline: 0
}

.ktsjing.js-integration-rendered iframe {
    display: block;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    float: left;
    border: 0;
    outline: 0
}

.page-section-wrapper .ktsjing {
    background-color: rgba(255, 255, 255, .05)
}

.page-section-wrapper .component-hiking-trail.js-sticky-between .ktsjing {
    background: 0 0
}

.ktsjing iframe {
    pointer-events: initial
}

.ktsjing-row--multi .ktsjing-root + .ktsjing-root {
    margin-top: 15px
}

.ktsjing--colruyt .ktsjing__placeholder:after {
    display: table;
    clear: both;
    content: ' '
}

.ktsjing--colruyt .ktsjing__placeholder iframe {
    float: left
}

.js-sticked-ktsjing {
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #f5f5f5;
    z-index: 10
}

.js-has-hpto .js-sticked-ktsjing {
    background-color: transparent
}

.js-sticked-ktsjing.js-sticky {
    position: fixed
}

.js-has-hpto {
    background-repeat: no-repeat;
    background-position: top center
}

.js-hpto-fixed {
    position: relative;
    background-attachment: fixed
}

.js-hpto-clickbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.js-ligatus {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    background-color: #f5f5f5
}

.js-ligatus [id^=txt] {
    display: block;
    width: 100%;
    height: auto;
    padding-top: .1px;
    padding-bottom: .1px
}

.article {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 1rem
}

.page-section-wrapper .article {
    padding-top: 30px;
    padding-left: 15px
}

.article-divider {
    margin-top: 30px
}

.article-divider:last-child {
    display: none
}

.article-qr {
    display: none
}

.article__label {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 19px;
    font-weight: 600;
    display: inline-block;
    margin-right: 8px;
    padding: 1px 4px;
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    vertical-align: text-bottom
}

.page-theme--de-krant .article__label {
    background-color: #0095d9;
    color: #fff
}

.page-theme--home .article__label {
    background-color: red;
    color: #fff
}

.page-theme--nieuws .article__label {
    background-color: red;
    color: #fff
}

.page-theme--nina .article__label {
    background-color: #9703bb;
    color: #fff
}

.page-theme--regio .article__label {
    background-color: #ff7f00;
    color: #fff
}

.page-theme--showbizz .article__label {
    background-color: #ec008c;
    color: #fff
}

.page-theme--sponsored .article__label {
    background-color: #1313f1;
    color: #fff
}

.page-theme--sport .article__label {
    background-color: #46b20f;
    color: #fff
}

.page-theme--video .article__label {
    background-color: #1c1c1c;
    color: #fff
}

.js-ramagothice-loaded .article__label, .no-js .article__label {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.live-article {
    position: relative
}

.live-article__highlight-group {
    display: none;
    margin: 30px 0 0;
    padding: 0
}

.js-live-article--live .live-article__highlight-group--live, .js-live-article--review .live-article__highlight-group--live, .live-article--live .live-article__highlight-group--live, .live-article--review .live-article__highlight-group--live {
    display: block
}

.live-article__highlight-group--preview {
    display: block
}

.js-live-article--review .live-article__highlight-group--review, .live-article--review .live-article__highlight-group--review {
    display: block
}

.live-article__highlight-group--top-highlights {
    display: block;
    margin-bottom: 30px
}

.js-live-article__highlight-group--empty, .live-article__highlight-group--empty {
    display: none
}

.live-article__highlights {
    margin-top: 15px
}

.live-article__status.component-title {
    display: none;
    margin-left: 1px;
    background-color: #ffce00;
    color: #000
}

.js-live-article--live .live-article__status.component-title, .live-article--live .live-article__status.component-title {
    display: inline-block
}

.js-live-article--live .live-article__status.component-title span, .live-article--live .live-article__status.component-title span {
    opacity: 0;
    -webkit-animation-name: pulsate;
    animation-name: pulsate;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.live-update-button {
    font-size: 1.125em;
    line-height: 30px;
    display: none;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1313f1;
    color: #fff;
    white-space: nowrap;
    z-index: 10
}

.live-update-button:active, .live-update-button:focus, .live-update-button:hover {
    background-color: #0c0cc5
}

@media screen and (min-width: 768px) {
    .live-update-button {
        font-size: 1.5em;
        line-height: 40px
    }
}

.live-update-button.js-active {
    display: block
}

.js-live-article-in-viewport .live-update-button {
    position: fixed
}

@media screen and (min-width: 768px) {
    .js-live-article-in-viewport .live-update-button {
        left: calc(50% - 157.5px)
    }
}

.highlight-spacer {
    height: 30px
}

.highlight-wrapper--has-photo + .highlight-wrapper .highlight-spacer, .highlight-wrapper:first-child .highlight-spacer, .highlight-wrapper:not(.highlight-wrapper--important) + .highlight-wrapper .highlight-spacer {
    display: none
}

.highlight, .highlight-spacer {
    position: relative;
    padding-left: 15px
}

.highlight-spacer:before, .highlight:before {
    display: block;
    position: absolute;
    top: 0;
    left: 75px;
    height: 100%;
    border-left: 2px solid #e5e5e5;
    content: ' '
}

.live-article--football .highlight-spacer:before, .live-article--football .highlight:before {
    left: 85px
}

.highlight-wrapper:first-child .highlight-spacer:before, .highlight-wrapper:first-child .highlight:before {
    top: 15px
}

.highlight {
    display: table;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 15px 0
}

.highlight-wrapper:not(&--important):first-child .highlight {
    padding-top: 0
}

.highlight-wrapper:last-child .highlight:before {
    height: 15px
}

.highlight--important {
    background-color: #f5f5f5
}

.highlight--important:after {
    background-image: url(../images/live/important-bullet-c146329a11.png)
}

.highlight.highlight--has-photo {
    padding-bottom: 0
}

.live-article--football .highlight {
    min-height: 38px
}

.top-highlight {
    padding-bottom: 0
}

.top-highlight:after {
    background-image: url(../images/live/important-bullet-c146329a11.png)
}

.top-highlight:first-child {
    padding-top: 0
}

.top-highlight:first-child:before {
    top: 15px
}

.top-highlight:last-child:before, .top-highlight:nth-child(5):before {
    top: 8px;
    height: 15px
}

.top-highlight:nth-child(n+6) {
    display: none
}

.top-highlight.football-highlight {
    padding-top: 25px
}

.top-highlight.football-highlight:before {
    top: 7.5px
}

.top-highlight.football-highlight:first-child {
    padding-top: 0
}

.highlight__info {
    display: table-cell;
    width: 76px;
    min-width: 76px;
    max-width: 76px;
    padding: 0 27px 0 15px;
    vertical-align: top
}

.highlight--important .highlight__info, .top-highlight .highlight__info {
    color: red
}

.live-article--football .highlight__info {
    width: 86px;
    min-width: 86px;
    max-width: 86px
}

.live-article--football .highlight__info:after {
    left: 79px
}

.highlight__info:after {
    position: absolute;
    top: 15px;
    left: 69px;
    width: 14px;
    height: 24px;
    background-color: #fff;
    background-image: url(../images/live/bullet-008d2d1f1a.png);
    background-repeat: no-repeat;
    background-position: top 4px center;
    background-size: 14px;
    content: ''
}

.highlight--important .highlight__info:after, .top-highlight .highlight__info:after {
    background-image: url(../images/live/important-bullet-c146329a11.png)
}

.top-highlight:first-child .highlight__info:after {
    top: 0
}

.top-highlight .highlight__info:after {
    top: 17.5px
}

.highlight--important .highlight__info:after {
    background-color: #f5f5f5
}

.highlight__content {
    display: table-cell;
    width: 100%;
    padding-left: 28px;
    vertical-align: top
}

.highlight__title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.125em;
    line-height: 24px;
    font-weight: 500;
    margin: 0
}

.js-stagsans-loaded .highlight__title, .no-js .highlight__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.highlight--important .highlight__title {
    color: red
}

.football-highlight:not(.top-highlight) .highlight__title {
    display: none
}

.highlight__link, .highlight__link:active, .highlight__link:focus, .highlight__link:hover, .highlight__link:visited {
    color: #1313f1
}

.highlight__time {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .9375em;
    line-height: 15px;
    font-weight: 500;
    display: inline-block;
    padding-top: 4px
}

.js-stagsans-loaded .highlight__time, .no-js .highlight__time {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.highlight-group-divider {
    display: none;
    margin: 30px 0
}

.js-live-article--live .live-article__highlight-group--live + .highlight-group-divider, .js-live-article--review .live-article__highlight-group--live + .highlight-group-divider, .js-live-article--review .live-article__highlight-group--review + .highlight-group-divider, .live-article--live .live-article__highlight-group--live + .highlight-group-divider, .live-article--review .live-article__highlight-group--live + .highlight-group-divider, .live-article--review .live-article__highlight-group--review + .highlight-group-divider, .live-article__highlight-group--top-highlights + .highlight-group-divider {
    display: block
}

.js-live-article--live .live-article__highlight-group--live + .highlight-group-divider, .js-live-article--review .live-article__highlight-group--live + .highlight-group-divider, .live-article--live .live-article__highlight-group--live + .highlight-group-divider, .live-article--review .live-article__highlight-group--live + .highlight-group-divider {
    margin-top: 0
}

.live-article__highlight-group--empty + .highlight-group-divider {
    display: none
}

.football-highlight__action {
    display: block;
    position: absolute;
    top: 7.5px;
    left: 57px;
    width: 38px;
    height: 38px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../images/live/football-icons-sprite-86f1bf88d1.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
    background-size: auto;
    z-index: 1
}

.football-highlight__action > * {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.top-highlight:first-child .football-highlight__action {
    top: -7.5px
}

.top-highlight .football-highlight__action {
    top: 17.5px
}

.live-article--football .football-highlight__action {
    left: 67px
}

.football-highlight__action--goal {
    background-position: 7px -416px
}

.football-highlight__action--injury {
    background-position: 7px -356px
}

.football-highlight__action--own_goal {
    background-position: 7px -476px
}

.football-highlight__action--penalty_missed {
    background-position: 7px -537px
}

.football-highlight__action--penalty_scored {
    background-position: 7px -416px
}

.football-highlight__action--red_card {
    background-position: 7px -174px
}

.football-highlight__action--restart {
    background-position: 7px -659px
}

.football-highlight__action--second_yellow {
    background-position: 7px -235px
}

.football-highlight__action--shutdown_final {
    background-position: 7px -718px
}

.football-highlight__action--shutdown_temp {
    background-position: 7px -718px
}

.football-highlight__action--start {
    background-position: 7px -598px
}

.football-highlight__action--stop {
    background-position: 7px -718px
}

.football-highlight__action--substitution {
    background-position: 7px -53px
}

.football-highlight__action--yellow_card {
    background-position: 7px -114px
}

.article__metadata {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0 15px;
    color: #bbb;
    font-size: .875em;
    list-style-type: none
}

.article__metadata:after {
    display: table;
    clear: both;
    content: ' '
}

.layout--theater .article__metadata {
    color: rgba(255, 255, 255, .5)
}

.article__metadata-item {
    display: inline
}

.article__metadata-item + .article__metadata-item {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #e5e5e5
}

.layout--theater .article__metadata-item {
    border-color: rgba(255, 255, 255, .5)
}

.article__authors {
    display: inline;
    padding-left: 0;
    list-style-type: none
}

.article__author {
    display: inline;
    font-weight: 700
}

.article__author + .article__author:before {
    content: ', '
}

.article__author + .article__author:last-child:before {
    content: " " attr(data-binder) " "
}

.article__social {
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 0 15px
}

.article__social:after {
    display: table;
    clear: both;
    content: ' '
}

.article__media {
    margin: 23px 0 0
}

.highlight .article__media {
    position: relative;
    margin-bottom: 0;
    margin-left: -104px;
    background-color: #fff
}

.live-article--football .highlight .article__media {
    margin-left: -114px
}

.highlight .article__media + .article__media {
    margin-top: 0;
    margin-bottom: 0
}

.article__poll {
    margin: 23px 0 0
}

.article__quote {
    margin: 23px 0 0
}

.article__scoreboard {
    margin-bottom: 20px
}

.article__snippet {
    margin: 23px 0 0;
    padding: 0 15px
}

.article__snippet--freehtml {
    overflow: hidden
}

.article__snippet--freehtml:after {
    display: table;
    clear: both;
    content: ' '
}

.article__snippet--freehtml * {
    max-width: 100%
}

.article__snippet--freehtml > iframe {
    display: block;
    margin: 0;
    border: 0
}

.article__snippet--freehtml .embd-active {
    display: none
}

.article__snippet--freehtml .embedly-card-hug {
    width: 100% !important
}

.article__snippet--instagram, .article__snippet--tweet {
    margin-top: 30px
}

.article__snippet--livefeed {
    max-width: 100%;
    padding: 0
}

.article__snippet--livefeed iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0
}

.highlight .article__snippet {
    padding: 0
}

.article__subhead {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.375em;
    line-height: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 15px;
    color: #777
}

.js-stag-loaded .article__subhead, .no-js .article__subhead {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.layout--theater .article__subhead {
    color: rgba(255, 255, 255, .5)
}

.article__text {
    font-size: 1.125em;
    line-height: 28px;
    margin: 23px 0 0;
    padding: 0 15px
}

.article__text:after {
    display: table;
    clear: both;
    content: ' '
}

.article__text--intro {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.25em;
    line-height: 30px;
    font-weight: 500
}

.js-stag-loaded .article__text--intro, .no-js .article__text--intro {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.article__text--subtitle {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.125em;
    line-height: 26px;
    font-weight: 500
}

.js-stag-loaded .article__text--subtitle, .no-js .article__text--subtitle {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.article__text--subtitle b, .article__text--subtitle strong {
    font-weight: inherit
}

.article__text--question {
    font-weight: 700
}

.article__media + .related-content + .article__text {
    margin-top: 23px
}

.article__text + .article__text, .related-content + .article__text {
    margin-top: 13px
}

.article__text--subtitle + .article__text {
    margin-top: 0
}

.article--photoalbum .article__text--subtitle + .article__text {
    margin-top: 20px
}

.highlight .article__text {
    font-size: 1.125em;
    line-height: 24px;
    margin-top: 12px;
    margin-right: 15px;
    padding: 0
}

.highlight .article__text:first-child {
    margin-top: -2px
}

.football-highlight .article__text {
    margin-top: 0
}

.article__text > br:first-child {
    display: none
}

.layout--theater .article__text a, .layout--theater .article__text a:active, .layout--theater .article__text a:focus, .layout--theater .article__text a:hover, .layout--theater .article__text a:visited {
    text-decoration: underline
}

.article__media + .article__text, .article__poll + .article__text, .article__quote + .article__text, .article__snippet + .article__text {
    margin-top: 20px
}

.article__title {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 2.375em;
    line-height: 40px;
    font-weight: 500;
    margin-top: -6px;
    margin-bottom: 0;
    padding: 0 15px
}

.js-stag-loaded .article__title, .no-js .article__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.article__title b, .article__title strong {
    font-weight: inherit
}

.back-to-top {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    margin-bottom: 15px;
    text-align: center
}

.js-stagsans-loaded .back-to-top, .no-js .back-to-top {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 768px) {
    .back-to-top {
        text-align: left
    }
}

.back-to-top, .back-to-top:active, .back-to-top:focus, .back-to-top:hover, .back-to-top:visited {
    color: #fff
}

.back-to-top:before {
    content: "^";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 3px;
    background-color: #fff;
    color: #003;
    line-height: 40px;
    text-align: center
}

.js-iconfont-loaded .back-to-top:before, .no-js .back-to-top:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.back-to-top__text {
    padding: 5px 0;
    font-size: 1em;
    font-weight: 500;
    vertical-align: text-bottom
}

.sticky-back-to-top {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: none;
    position: fixed;
    top: 0;
    right: calc(50% - 512px);
    padding: 5px 10px 20px;
    -webkit-transform: translate(100%, -500%);
    -ms-transform: translate(100%, -500%);
    transform: translate(100%, -500%);
    -webkit-transform: translate3d(100%, -500%, 0);
    transform: translate3d(100%, -500%, 0);
    background: red;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    z-index: 15
}

.js-ramagothice-loaded .sticky-back-to-top, .no-js .sticky-back-to-top {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.page-theme--de-krant .sticky-back-to-top {
    background-color: #0095d9;
    color: #fff
}

.page-theme--home .sticky-back-to-top {
    background-color: red;
    color: #fff
}

.page-theme--nieuws .sticky-back-to-top {
    background-color: red;
    color: #fff
}

.page-theme--nina .sticky-back-to-top {
    background-color: #9703bb;
    color: #fff
}

.page-theme--regio .sticky-back-to-top {
    background-color: #ff7f00;
    color: #fff
}

.page-theme--showbizz .sticky-back-to-top {
    background-color: #ec008c;
    color: #fff
}

.page-theme--sponsored .sticky-back-to-top {
    background-color: #1313f1;
    color: #fff
}

.page-theme--sport .sticky-back-to-top {
    background-color: #46b20f;
    color: #fff
}

.page-theme--video .sticky-back-to-top {
    background-color: #1c1c1c;
    color: #fff
}

.sticky-back-to-top, .sticky-back-to-top:active, .sticky-back-to-top:focus, .sticky-back-to-top:hover, .sticky-back-to-top:visited {
    -webkit-transition: -webkit-transform ease-in-out .7s;
    transition: -webkit-transform ease-in-out .7s;
    transition: transform ease-in-out .7s;
    transition: transform ease-in-out .7s, -webkit-transform ease-in-out .7s;
    color: #fff
}

@media screen and (min-width: 1124px) {
    .sticky-back-to-top {
        display: block
    }

    .sticky-back-to-top.js-visible {
        -webkit-transform: translate(100%, 130px);
        -ms-transform: translate(100%, 130px);
        transform: translate(100%, 130px);
        -webkit-transform: translate3d(100%, 130px, 0);
        transform: translate3d(100%, 130px, 0)
    }
}

.sticky-back-to-top__arrow {
    display: block;
    padding: 10px 0;
    overflow: hidden
}

.sticky-back-to-top__arrow:before {
    content: "^";
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sticky-back-to-top:hover .sticky-back-to-top__arrow:before {
    -webkit-animation-name: arrow-up;
    animation-name: arrow-up;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.js-iconfont-loaded .sticky-back-to-top__arrow:before, .no-js .sticky-back-to-top__arrow:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.sticky-back-to-top__arrow span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.bakskes {
    background-color: #f5f5f5
}

.bet-now {
    max-width: 152px;
    margin: 10px auto 0
}

.bet-now__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    border-radius: 5px;
    background-color: #1c1c1c
}

.bet-now__sponsor {
    display: block;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 83px;
    margin-right: 5px
}

.bet-now__button {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 50px;
    padding: 4px 7px;
    background-color: red;
    font-size: 14px;
    line-height: 1
}

.js-ramagothice-loaded .bet-now__button, .no-js .bet-now__button {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.bet-now__container:hover .bet-now__button {
    background-color: #e60000
}

.breadcrumb {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 15px;
    font-family: StagSans;
    font-size: .75em
}

.breadcrumb__item {
    display: inline-block
}

.breadcrumb__item:after {
    padding-right: 5px;
    padding-left: 8px;
    color: #bbb;
    content: '>'
}

.breadcrumb__item:last-child:after {
    content: normal
}

.carousel {
    position: relative;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden
}

.carousel__frame {
    position: relative;
    width: auto;
    height: inherit;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    overflow: hidden
}

.live-sport-teaser.js-live-sport-teaser-carousel-active .carousel__frame {
    margin: 0 25px
}

.carousel__slides {
    display: inline-block;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0
}

.no-js .carousel__slides:not(.prev-next__slides) {
    width: 100%;
    overflow-x: scroll
}

.carousel__slide {
    display: inline-block;
    position: relative;
    width: inherit;
    height: inherit;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 1rem;
    line-height: 1.375;
    white-space: normal;
    list-style-type: none
}

.carousel__slide.prev-next__slide {
    margin-bottom: 15px
}

.carousel__slide.prev-next__slide:last-child {
    margin-bottom: 0
}

.carousel__controls {
    position: relative;
    padding: 5px;
    background-color: #f5f5f5;
    text-align: center
}

.carousel__controls:after {
    display: table;
    clear: both;
    content: ' '
}

.carousel--topics .carousel__controls {
    margin-top: 15px
}

.carousel__control {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 6px;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
    background-color: #ccc;
    font-size: 1.125em;
    line-height: 1.7
}

.carousel__control, .carousel__control:active, .carousel__control:focus, .carousel__control:hover, .carousel__control:visited {
    color: #000
}

.live-sport-teaser .carousel__control:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.carousel__control span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.carousel__control--next {
    right: 0;
    padding-right: 10px;
    padding-left: 12px
}

.carousel__control--next:before {
    content: ">"
}

.js-iconfont-loaded .carousel__control--next:before, .no-js .carousel__control--next:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.popular-videos-carousel .carousel__control--next {
    right: -2px;
    padding-right: 0
}

.carousel__control--previous {
    left: 0;
    padding-right: 12px;
    padding-left: 10px
}

.carousel__control--previous:before {
    content: "<"
}

.js-iconfont-loaded .carousel__control--previous:before, .no-js .carousel__control--previous:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.popular-videos-carousel .carousel__control--previous {
    left: -2px;
    padding-left: 0
}

.carousel__control.js-carousel-control-inactive, .carousel__control.js-carousel-control-inactive:active, .carousel__control.js-carousel-control-inactive:focus, .carousel__control.js-carousel-control-inactive:hover, .carousel__control.js-carousel-control-inactive:visited {
    color: #bbb
}

.js-carousel-active .carousel__control {
    display: block
}

.carousel--topics .carousel__control {
    -webkit-transition: color .4s ease-in, opacity .4s ease-in;
    transition: color .4s ease-in, opacity .4s ease-in
}

.carousel--topics .carousel__control, .carousel--topics .carousel__control:visited {
    background-color: #ee3b33;
    color: #fff
}

.carousel--topics .carousel__control:active, .carousel--topics .carousel__control:focus, .carousel--topics .carousel__control:hover {
    background-color: #ee3b33
}

.carousel--topics .carousel__control.js-carousel-control-inactive, .carousel--topics .carousel__control.js-carousel-control-inactive:active, .carousel--topics .carousel__control.js-carousel-control-inactive:focus, .carousel--topics .carousel__control.js-carousel-control-inactive:hover, .carousel--topics .carousel__control.js-carousel-control-inactive:visited {
    cursor: default;
    opacity: 0
}

.live-sport-teaser.js-live-sport-teaser-carousel-active .carousel__control {
    width: 25px;
    background-color: #d6d6d6
}

.live-sport-teaser.js-live-sport-teaser-carousel-active .carousel__control--next {
    right: 0;
    border-left: 1px solid #fff
}

.live-sport-teaser.js-live-sport-teaser-carousel-active .carousel__control--previous {
    left: 0;
    border-right: 1px solid #fff
}

.carousel__cta {
    display: inline-block;
    padding: 5px;
    font-size: .875em;
    line-height: 1.5
}

.carousel--topics .carousel__cta {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif
}

.js-adelle-loaded .carousel--topics .carousel__cta, .no-js .carousel--topics .carousel__cta {
    font-family: Adelle, Arial, Helvetica Neue, Helvetica, sans-serif
}

.carousel--topics .carousel__cta, .carousel--topics .carousel__cta:visited {
    color: #ee3b33
}

.carousel--topics .carousel__cta:active, .carousel--topics .carousel__cta:focus, .carousel--topics .carousel__cta:hover {
    color: #dc1b12
}

.comments {
    margin-bottom: 15px
}

.comment-form {
    padding: 15px;
    background-color: #f5f5f5
}

.comment-form__feedback {
    font-size: .875em;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 15px
}

.comment-form__input {
    height: 45px;
    -webkit-transition: height ease-in-out .4s;
    transition: height ease-in-out .4s;
    border-color: #e5e5e5;
    overflow: hidden;
    resize: none
}

.comment-form__input::-webkit-input-placeholder {
    color: #1313f1;
    font-weight: 700
}

.comment-form__input::-moz-placeholder {
    color: #1313f1;
    font-weight: 700
}

.comment-form__input::placeholder {
    color: #1313f1;
    font-weight: 700
}

.comment-form__input:focus, .js-comments-active .comment-form__input {
    height: 120px;
    outline: 0;
    overflow: auto
}

.comment-form__button {
    display: none;
    margin: 15px 0 0 auto
}

.comment-form__button, .comment-form__button:active, .comment-form__button:focus, .comment-form__button:hover, .comment-form__button:visited {
    color: #fff
}

.comment-form__input:focus ~ .comment-form__button, .comment-form__input:valid ~ .comment-form__button, .js-comments-active .comment-form__button {
    display: block
}

.comment-form__button[disabled], .comment-form__button[disabled]:active, .comment-form__button[disabled]:focus, .comment-form__button[disabled]:hover, .comment-form__button[disabled]:visited {
    color: #fff
}

.comment-form__disclaimer {
    display: none;
    margin-top: 12px;
    color: #999;
    font-size: .875em
}

.comment-form__input:focus ~ .comment-form__disclaimer, .comment-form__input:valid ~ .comment-form__disclaimer, .js-comments-active .comment-form__disclaimer {
    display: block
}

.comments__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    border-top: 1px solid #e5e5e5;
    list-style-type: none
}

.comments__list:first-of-type {
    border-top: 0
}

.comments__more-toggle {
    display: none
}

.comment {
    padding: 15px
}

.comments__list:first-of-type .comment:first-child {
    padding-top: 0
}

.comment + .comment {
    border-top: 1px solid #e5e5e5
}

.comment__author {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}

.js-stagsans-loaded .comment__author, .no-js .comment__author {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.comment__body {
    margin: 10px 0
}

.comment__meta {
    font-size: .875em;
    line-height: 1
}

.comment__time {
    color: #aaa
}

.comments__more-trigger-wrapper {
    display: none
}

.comments__more-trigger-wrapper:last-child {
    display: block
}

.no-js .comments__more-trigger-wrapper:last-child {
    display: none
}

.comments__more-trigger {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    padding: 15px 0;
    background-color: #f5f5f5;
    color: #1313f1;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.js-ramagothice-loaded .comments__more-trigger, .no-js .comments__more-trigger {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.comments__more-trigger.js-loading {
    background-image: url(../images/spinner/loader-blue-bd00af477c.gif);
    background-repeat: no-repeat;
    background-position: center center
}

.comments__more-trigger.js-loading:after {
    display: inline-block;
    content: ' '
}

.js-loading .comments__more-text {
    display: none
}

.comment-shortcut {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    height: 40px;
    margin-left: 55px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase
}

.js-ramagothice-loaded .comment-shortcut, .no-js .comment-shortcut {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.page-theme--de-krant .comment-shortcut:active, .page-theme--de-krant .comment-shortcut:focus, .page-theme--de-krant .comment-shortcut:hover {
    color: #0095d9
}

.page-theme--home .comment-shortcut:active, .page-theme--home .comment-shortcut:focus, .page-theme--home .comment-shortcut:hover {
    color: red
}

.page-theme--nieuws .comment-shortcut:active, .page-theme--nieuws .comment-shortcut:focus, .page-theme--nieuws .comment-shortcut:hover {
    color: red
}

.page-theme--nina .comment-shortcut:active, .page-theme--nina .comment-shortcut:focus, .page-theme--nina .comment-shortcut:hover {
    color: #9703bb
}

.page-theme--regio .comment-shortcut:active, .page-theme--regio .comment-shortcut:focus, .page-theme--regio .comment-shortcut:hover {
    color: #ff7f00
}

.page-theme--showbizz .comment-shortcut:active, .page-theme--showbizz .comment-shortcut:focus, .page-theme--showbizz .comment-shortcut:hover {
    color: #ec008c
}

.page-theme--sponsored .comment-shortcut:active, .page-theme--sponsored .comment-shortcut:focus, .page-theme--sponsored .comment-shortcut:hover {
    color: #1313f1
}

.page-theme--sport .comment-shortcut:active, .page-theme--sport .comment-shortcut:focus, .page-theme--sport .comment-shortcut:hover {
    color: #46b20f
}

.page-theme--video .comment-shortcut:active, .page-theme--video .comment-shortcut:focus, .page-theme--video .comment-shortcut:hover {
    color: #1c1c1c
}

.comment-shortcut:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
    transform: translateX(-55px);
    border-radius: 3px;
    background-color: red;
    color: #fff;
    font-size: 1.5rem;
    text-align: center
}

.page-theme--de-krant .comment-shortcut:before {
    background-color: #0095d9;
    color: #fff
}

.page-theme--home .comment-shortcut:before {
    background-color: red;
    color: #fff
}

.page-theme--nieuws .comment-shortcut:before {
    background-color: red;
    color: #fff
}

.page-theme--nina .comment-shortcut:before {
    background-color: #9703bb;
    color: #fff
}

.page-theme--regio .comment-shortcut:before {
    background-color: #ff7f00;
    color: #fff
}

.page-theme--showbizz .comment-shortcut:before {
    background-color: #ec008c;
    color: #fff
}

.page-theme--sponsored .comment-shortcut:before {
    background-color: #1313f1;
    color: #fff
}

.page-theme--sport .comment-shortcut:before {
    background-color: #46b20f;
    color: #fff
}

.page-theme--video .comment-shortcut:before {
    background-color: #1c1c1c;
    color: #fff
}

.js-iconfont-loaded .comment-shortcut:before, .no-js .comment-shortcut:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.comment-shortcut:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-4px) translateX(-5px) rotate(-45deg);
    -ms-transform: translateY(-4px) translateX(-5px) rotate(-45deg);
    transform: translateY(-4px) translateX(-5px) rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background-color: #fff;
    content: ''
}

.not-supported {
    width: 75%;
    max-width: 600px;
    margin: 10% auto;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background-color: #ffe
}

.not-supported ~ * {
    display: none
}

.mobile-alternative {
    display: block;
    padding: 9px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5
}

@media screen and (min-width: 768px) {
    .mobile-alternative {
        display: none
    }
}

.mobile-alternative__text {
    position: relative;
    line-height: 1
}

.mobile-alternative__text:after {
    content: "📱";
    position: absolute;
    top: 50%;
    right: calc(100% - 28px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2em
}

.js-iconfont-loaded .mobile-alternative__text:after, .no-js .mobile-alternative__text:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.mobile-alternative__text:before {
    display: inline-block;
    width: 28px;
    content: ' '
}

.mobile-alternative__button.button {
    display: block;
    margin: 9px auto 6px;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 1.25;
    text-align: center
}

.page-theme--de-krant .mobile-alternative__button.button {
    background-color: #0095d9;
    color: #fff
}

.page-theme--home .mobile-alternative__button.button {
    background-color: red;
    color: #fff
}

.page-theme--nieuws .mobile-alternative__button.button {
    background-color: red;
    color: #fff
}

.page-theme--nina .mobile-alternative__button.button {
    background-color: #9703bb;
    color: #fff
}

.page-theme--regio .mobile-alternative__button.button {
    background-color: #ff7f00;
    color: #fff
}

.page-theme--showbizz .mobile-alternative__button.button {
    background-color: #ec008c;
    color: #fff
}

.page-theme--sponsored .mobile-alternative__button.button {
    background-color: #1313f1;
    color: #fff
}

.page-theme--sport .mobile-alternative__button.button {
    background-color: #46b20f;
    color: #fff
}

.page-theme--video .mobile-alternative__button.button {
    background-color: #1c1c1c;
    color: #fff
}

.error {
    position: relative;
    text-align: center
}

.error__title {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.375em;
    line-height: 22px;
    font-weight: 500;
    margin-top: .5em;
    margin-bottom: 1em
}

.js-stag-loaded .error__title, .no-js .error__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.error__body {
    position: absolute;
    top: 35%;
    right: 10%;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #f5f5f5
}

@media screen and (min-width: 768px) {
    .error__body {
        right: 15%
    }
}

.error__image {
    width: 100%;
    height: 800px
}

.favorite {
    display: inline-block;
    margin: -4px -4px -4px 1px;
    vertical-align: baseline
}

.favorite__button {
    display: block;
    position: relative;
    height: 100%;
    padding: 4px;
    border: 0;
    outline: 0;
    background-color: transparent
}

.favorite__button:before {
    content: "x";
    color: #fff;
    font-size: 13px
}

@media screen and (min-width: 800px) {
    .favorite__button:before {
        font-size: 14px
    }
}

@media screen and (min-width: 1024px) {
    .favorite__button:before {
        font-size: 15px
    }
}

.js-checked .favorite__button:before {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: popOut;
    animation-name: popOut
}

.js-iconfont-loaded .favorite__button:before, .no-js .favorite__button:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.favorite__button:after {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px;
    -webkit-transition: opacity ease-in-out .01s .4s;
    transition: opacity ease-in-out .01s .4s;
    color: #fff;
    font-size: 13px;
    opacity: 0
}

@media screen and (min-width: 800px) {
    .favorite__button:after {
        font-size: 14px
    }
}

@media screen and (min-width: 1024px) {
    .favorite__button:after {
        font-size: 15px
    }
}

.js-checked .favorite__button:after {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: popIn;
    animation-name: popIn
}

.js-iconfont-loaded .favorite__button:after, .no-js .favorite__button:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.favorite__text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.beta-feedback-container {
    position: fixed;
    right: 50px;
    bottom: -1px;
    z-index: 5500
}

.beta-button {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 5px 10px;
    border-radius: 3px 3px 0 0;
    font-size: 1.125em;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 5500
}

.js-ramagothice-loaded .beta-button, .no-js .beta-button {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.beta-button + .beta-button {
    margin-left: 1px
}

.beta-button--feedback {
    background-color: #1313f1;
    color: #fff
}

.beta-button--feedback, .beta-button--feedback:active, .beta-button--feedback:focus, .beta-button--feedback:hover, .beta-button--feedback:visited {
    color: #fff
}

.football-overview__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.football-overview__match {
    max-width: 100%;
    background-color: #f5f5f5
}

.football-overview__match + .football-overview__match {
    margin-top: 1px
}

.integration {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    overflow: hidden
}

.integration + .integration {
    margin-top: 30px
}

.integration .integration__iframe, .integration .js-integration__iframe {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.col--sidebar .integration {
    max-width: 300px;
    margin-bottom: 0
}

.component-hiking-trail .integration {
    margin-bottom: 0
}

.layout--theater .integration {
    background-color: rgba(245, 245, 245, .05)
}

.integration-carousel-livios {
    margin-bottom: 15px;
    background-color: #0178aa
}

.integration-carousel-livios__title {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    color: #fff;
    font-size: 1.375em;
    line-height: 30px
}

.integration-carousel-livios__title-highlight {
    color: #fff100
}

.integration-carousel-livios__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #0178aa;
    border-left: 1px solid #0178aa
}

@media screen and (min-width: 800px) {
    .integration-carousel-livios__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.integration-carousel-livios__frame {
    position: relative;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 100%;
    border-bottom: 1px solid #0178aa;
    background-color: #fff
}

.integration-carousel-livios__cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 800px) {
    .integration-carousel-livios__cta-btn-container {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-top: 10px
    }
}

.integration-carousel-livios__cta-btn {
    padding: 6px;
    font-size: 1em;
    letter-spacing: .3px;
    line-height: 1;
    text-align: center
}

.integration-carousel-livios__cta-btn, .integration-carousel-livios__cta-btn:visited {
    background-color: #fff100;
    color: #000
}

.integration-carousel-livios__cta-btn:active, .integration-carousel-livios__cta-btn:focus, .integration-carousel-livios__cta-btn:hover {
    background-color: #e6d900;
    color: #000
}

.integration-carousel-livios__cta-text {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    color: #fff;
    font-size: .875em;
    font-weight: 500;
    letter-spacing: .3px;
    line-height: 1.28
}

.js-stagsans-loaded .integration-carousel-livios__cta-text, .no-js .integration-carousel-livios__cta-text {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 800px) {
    .integration-carousel-livios__cta-text {
        margin: 0 10px;
        font-size: .8125em;
        line-height: 1.23;
        text-align: center
    }
}

.integration-carousel-livios__slides {
    width: 100%;
    min-height: 100%
}

.integration-carousel-livios__slide {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.integration-carousel-livios__slide-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.integration-carousel-livios__controls {
    position: relative;
    padding: 0;
    background-color: #0178aa;
    overflow: hidden
}

.js-carousel-active .integration-carousel-livios__controls {
    min-height: 35px
}

.integration-carousel-livios__control {
    padding: 8px 12px 9px;
    background-color: transparent;
    line-height: 1
}

.integration-carousel-livios__control, .integration-carousel-livios__control:active, .integration-carousel-livios__control:focus, .integration-carousel-livios__control:hover, .integration-carousel-livios__control:visited {
    color: #fff100
}

.integration-carousel-livios__control.js-carousel-control-inactive, .integration-carousel-livios__control:active.js-carousel-control-inactive, .integration-carousel-livios__control:focus.js-carousel-control-inactive, .integration-carousel-livios__control:hover.js-carousel-control-inactive, .integration-carousel-livios__control:visited.js-carousel-control-inactive {
    color: rgba(255, 241, 0, .5)
}

.integration-carousel-livios__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    overflow: hidden;
    z-index: 1
}

@media screen and (min-width: 800px) {
    .integration-carousel-livios__info {
        -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 200px;
        padding: 15px 25px 60px;
        text-align: center
    }

    .integration-carousel-livios__info:after {
        display: block;
        position: absolute;
        right: 28px;
        bottom: 0;
        left: 28px;
        height: 56px;
        margin: 0 auto;
        background-image: url(../images/integration/livios-bg-image-0b8e5bb436.svg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        content: ''
    }
}

.integration-carousel-livios__info:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    -webkit-transform: skew(-15deg, 0deg) translateX(-30%);
    -ms-transform: skew(-15deg, 0deg) translateX(-30%);
    transform: skew(-15deg, 0deg) translateX(-30%);
    background-color: rgba(255, 255, 255, .05);
    content: '';
    z-index: -1
}

@media screen and (min-width: 800px) {
    .integration-carousel-livios__info:before {
        width: 65%
    }
}

.integration-carousel-livios__slide-partner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 119px;
    height: 165px
}

@media screen and (min-width: 800px) {
    .integration-carousel-livios__slide-partner {
        -webkit-flex-basis: 166px;
        -ms-flex-preferred-size: 166px;
        flex-basis: 166px;
        width: 166px
    }
}

.integration-carousel-livios__partner-link {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 15px
}

@media screen and (min-width: 800px) {
    .integration-carousel-livios__partner-link {
        padding-right: 30px;
        padding-left: 20px
    }
}

.integration-carousel-livios__slide-teaser-container {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 312px
}

.integration-carousel-livios__teaser {
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0
}

.integration-carousel-livios__teaser:after {
    display: table;
    clear: both;
    content: ' '
}

.integration-carousel-livios__teaser + .integration-carousel-livios__teaser {
    border-top: 1px solid #e5e5e5
}

.integration-carousel-livios__teaser-placeholder {
    width: 95px;
    height: 53px;
    float: left
}

.integration-carousel-livios__teaser-placeholder.js-no-image {
    background-color: #f5f5f5;
    background-image: url(../images/no-photo-external-e8c88457fd.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto
}

.integration-carousel-livios__teaser-image {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 53px;
    margin-right: auto;
    margin-left: auto
}

.integration-carousel-livios__teaser-title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    display: -webkit-box;
    max-width: 60%;
    max-width: calc(100% - 95px);
    max-height: 54px;
    margin: 0;
    padding-left: 15px;
    float: left;
    font-size: .875em;
    font-weight: 300;
    line-height: 1.29;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.js-stagsans-loaded .integration-carousel-livios__teaser-title, .no-js .integration-carousel-livios__teaser-title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.integration-carousel-livios__teaser-title, .integration-carousel-livios__teaser-title:active, .integration-carousel-livios__teaser-title:focus, .integration-carousel-livios__teaser-title:hover, .integration-carousel-livios__teaser-title:visited {
    color: #000
}

.legal {
    margin-top: 15px;
    margin-bottom: 30px
}

.legal__list {
    padding: 0 40px
}

.legal__rule {
    font-weight: 700
}

.legal__rule + .legal__rule {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee
}

.legal__rule-body {
    font-weight: 400
}

.livios-integration {
    border: #0178aa thin solid
}

.livios-integration__header {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 30px 0;
    background-color: #0178aa;
    color: #fff;
    font-weight: 600;
    text-align: center
}

.js-ramagothice-loaded .livios-integration__header, .no-js .livios-integration__header {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.livios-integration__title {
    margin: 0 auto 20px;
    font-family: inherit;
    font-size: 1.875em;
    font-weight: inherit;
    line-height: 32px;
    text-transform: uppercase
}

.livios-integration__container {
    padding: 0 15px 10px
}

.livios-integration__subtitle {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 20px 15px 10px;
    font-weight: 500
}

.js-stagsans-loaded .livios-integration__subtitle, .no-js .livios-integration__subtitle {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.livios-integration__button {
    display: block;
    margin: 0 50px;
    padding: 8px 10px 6px;
    border-radius: 3px;
    font-size: 1em;
    letter-spacing: .3px;
    line-height: 1;
    text-transform: uppercase
}

.livios-integration__button, .livios-integration__button:visited {
    background-color: #fff100;
    color: #000
}

.livios-integration__button:active, .livios-integration__button:focus, .livios-integration__button:hover {
    background-color: #e6d900;
    color: #000
}

.livios-integration__button + .livios-integration__button {
    margin-top: 15px
}

.livios-text-url-teaser {
    padding: 9px 0
}

.livios-text-url-teaser + .livios-text-url-teaser {
    border-top: #e5e5e5 2px solid
}

.livios-text-url-teaser__link {
    display: block;
    font-size: .875em;
    line-height: 1.14
}

.livios-text-url-teaser__link, .livios-text-url-teaser__link:visited {
    color: #000
}

.livios-text-url-teaser__link:active, .livios-text-url-teaser__link:focus, .livios-text-url-teaser__link:hover {
    color: #0178aa
}

.matchcenter--sidebar {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f5f5f5
}

.matchcenter__frame-wrapper {
    height: 400px;
    margin: 15px;
    margin-bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.matchcenter__header {
    text-align: center
}

.matchcenter__title {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 2em;
    line-height: 34px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 30px 0;
    text-align: center
}

.js-stag-loaded .matchcenter__title, .no-js .matchcenter__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.matchcenter__competition-list {
    display: inline-block;
    max-width: 920px;
    margin: 20px 0;
    padding-left: 0;
    list-style: none
}

.matchcenter--sidebar .matchcenter__competition-list {
    display: block;
    max-width: 100%;
    margin: 0 15px
}

.matchcenter--sidebar .matchcenter__competition-list:after {
    display: table;
    clear: both;
    content: ' '
}

.matchcenter__competition-image {
    display: block;
    width: 100%;
    height: auto
}

.matchcenter__competition-title {
    margin-top: 10px;
    padding: 0 15px
}

.matchcenter__competition-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    white-space: nowrap
}

.matchcenter--sidebar .matchcenter__competition-item {
    width: 10%;
    padding: 0;
    float: left
}

.matchcenter--sidebar .matchcenter__competition-item + .matchcenter__competition-item {
    margin-left: 1%
}

.matchcenter__competition-logo {
    -webkit-box-flex: 20px;
    -webkit-flex: 20px 0 0;
    -ms-flex: 20px 0 0px;
    flex: 20px 0 0;
    width: 20px;
    max-width: 20px;
    height: 20px;
    margin-right: 10px
}

.matchcenter__competition-logo--large {
    -webkit-box-flex: 40px;
    -webkit-flex: 40px 0 0;
    -ms-flex: 40px 0 0px;
    flex: 40px 0 0;
    width: 40px;
    max-width: 40px;
    height: 40px;
    margin-right: 20px
}

.matchcenter__competition-link {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: 20px;
    font-weight: 600;
    -webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s ease-in-out, border-color .25s ease-in-out
}

.js-ramagothice-loaded .matchcenter__competition-link, .no-js .matchcenter__competition-link {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.matchcenter--full .matchcenter__competition-link, .matchcenter--full .matchcenter__competition-link:visited {
    color: #000
}

.matchcenter--full .matchcenter__competition-link:active, .matchcenter--full .matchcenter__competition-link:focus, .matchcenter--full .matchcenter__competition-link:hover {
    color: #46b20f
}

.matchcenter--full .matchcenter__competition-link--selected, .matchcenter--full .matchcenter__competition-link--selected:visited {
    color: #46b20f
}

.matchcenter--sidebar .matchcenter__competition-link {
    display: block;
    border: 3px solid rgba(70, 178, 15, 0);
    border-radius: 50%
}

.matchcenter--sidebar .matchcenter__competition-link--selected, .matchcenter--sidebar .matchcenter__competition-link:hover {
    border: 3px solid #46b20f
}

.matchcenter__container {
    padding: 0 15px;
    background-color: #f5f5f5
}

@media screen and (min-width: 768px) {
    .matchcenter-widgets {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 800px;
        margin-right: -7.5px;
        margin-left: -7.5px
    }
}

.matchcenter-widget {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .matchcenter-widget {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        max-width: 50%;
        padding-right: 7.5px;
        padding-left: 7.5px
    }
}

@media screen and (min-width: 1024px) {
    .matchcenter-widget {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media screen and (min-width: 1024px) {
    .matchcenter-widget--schedule {
        -webkit-flex-basis: 535px;
        -ms-flex-preferred-size: 535px;
        flex-basis: 535px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: none
    }
}

.matchcenter-widget iframe {
    display: block;
    margin-bottom: 15px
}

.matchcenter--sidebar .matchcenter-widget iframe {
    min-height: 400px
}

.matchcenter__button {
    display: block;
    margin: 15px;
    margin-bottom: 0;
    font-size: 1.375em;
    line-height: 2;
    text-align: center
}

.matchcenter-header {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 27px;
    padding-left: 95px;
    border-radius: 5px;
    font-size: 2.7em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

.js-ramagothice-loaded .matchcenter-header, .no-js .matchcenter-header {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.page--matchcenter-worldcup .matchcenter-header {
    background-color: #006ab8;
    background-image: url(../images/wk2018/header-cup-1397db6e5f.png), url(../images/wk2018/header-cfd461bb4d.png);
    background-repeat: no-repeat;
    background-position: left 30px top 15px, left top;
    background-size: 35px, cover;
    color: #fff
}

.matchcenter-standings {
    padding: 10px;
    background-color: #f5f5f5
}

.matchcenter-standings__group {
    width: 100%;
    background-color: #fff;
    text-transform: uppercase;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}

.matchcenter-standings__group + .matchcenter-standings__group {
    margin-top: 10px
}

.matchcenter-standings__group-header {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    color: #bbb;
    font-size: .875em;
    font-weight: 600
}

.js-ramagothice-loaded .matchcenter-standings__group-header, .no-js .matchcenter-standings__group-header {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.matchcenter-standings__group-row {
    height: 30px;
    padding: 0 15px;
    text-align: center
}

.matchcenter-standings__group-row + .matchcenter-standings__group-row {
    border-top: 1px solid #f5f5f5
}

.matchcenter-standings__group-row:after, .matchcenter-standings__group-row:before {
    display: table-cell;
    width: 10px;
    content: ''
}

.matchcenter-standings__group-col {
    width: 100%;
    vertical-align: middle
}

.matchcenter-standings__group-col--country {
    width: 80px;
    text-align: left
}

.matchcenter-standings__group-col--points {
    font-weight: 700
}

.matchcenter-standings__team {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 10px 0;
    font-weight: 600;
    line-height: 30px
}

.js-ramagothice-loaded .matchcenter-standings__team, .no-js .matchcenter-standings__team {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.matchcenter-standings__team-flag {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    font-family: 'object-fit: cover; object-position: center center;';
    overflow: hidden;
    vertical-align: middle;
    object-position: center center;
    object-fit: cover
}

.matchcenter-standings__team-name {
    padding-left: 10px;
    vertical-align: middle
}

.tournament-calendar {
    position: relative;
    padding: 10px;
    background-color: #f5f5f5;
    overflow: hidden
}

.tournament-calendar__button {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: none;
    width: 100%;
    padding: 10px 0 9px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .4s -webkit-transform ease-in-out;
    transition: .4s -webkit-transform ease-in-out;
    transition: .4s transform ease-in-out;
    transition: .4s transform ease-in-out, .4s -webkit-transform ease-in-out;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1.375em;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase
}

.js-ramagothice-loaded .tournament-calendar__button, .no-js .tournament-calendar__button {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.tournament-calendar__button, .tournament-calendar__button:active, .tournament-calendar__button:focus, .tournament-calendar__button:hover, .tournament-calendar__button:visited {
    color: #1313f1
}

.js-has-old-matches .tournament-calendar__button {
    display: block
}

.js-show-all .tournament-calendar__button {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%)
}

.tournament-day {
    -webkit-transition: .3s opacity ease-in-out .4s;
    transition: .3s opacity ease-in-out .4s;
    background-color: #fff
}

.tournament-day + .tournament-day {
    margin-top: 10px
}

.tournament-day__date {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    padding: 8px 0 7px;
    color: #cc171f;
    font-size: 1.375em;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase
}

.js-ramagothice-loaded .tournament-day__date, .no-js .tournament-day__date {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.js-match-past {
    display: none
}

.js-show-all .js-match-past {
    display: block
}

.tournament-match {
    position: relative
}

.tournament-match.js-match--state-active, .tournament-match.match--state-active {
    margin-top: 10px
}

.tournament-match.js-match--state-active:before, .tournament-match.match--state-active:before {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 1px 3px 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffce00;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    content: 'live';
    -webkit-animation-name: pulsate-color;
    animation-name: pulsate-color;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.js-ramagothice-loaded .tournament-match.js-match--state-active:before, .js-ramagothice-loaded .tournament-match.match--state-active:before, .no-js .tournament-match.js-match--state-active:before, .no-js .tournament-match.match--state-active:before {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.tournament-match-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    border-top: 1px solid #f5f5f5
}

.js-with-betting .tournament-match-container {
    padding-bottom: 10px
}

.tournament-match__link {
    display: block;
    line-height: 1
}

.tournament-match__link, .tournament-match__link:active, .tournament-match__link:focus, .tournament-match__link:hover, .tournament-match__link:visited {
    color: #000
}

.tournament-match__team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.tournament-match__team--home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

.tournament-match__team-flag {
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    font-family: 'object-fit: cover; object-position: center center;';
    overflow: hidden;
    object-position: center center;
    object-fit: cover
}

@media screen and (min-width: 1024px) {
    .tournament-match__team-flag {
        width: 45px;
        min-width: 45px;
        height: 45px
    }
}

.tournament-match__team-name {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    font-size: 1em;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase
}

.js-ramagothice-loaded .tournament-match__team-name, .no-js .tournament-match__team-name {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .tournament-match__team-name {
        font-size: 1.25em;
        line-height: 22px
    }
}

.tournament-match__live-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 122px;
    -ms-flex-preferred-size: 122px;
    flex-basis: 122px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 122px
}

@media screen and (min-width: 1024px) {
    .tournament-match__live-data {
        -webkit-flex-basis: 137px;
        -ms-flex-preferred-size: 137px;
        flex-basis: 137px;
        max-width: 137px
    }
}

.tournament-match__scoreboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width: 1024px) {
    .tournament-match__scoreboard {
        -webkit-flex-basis: 135px;
        -ms-flex-preferred-size: 135px;
        flex-basis: 135px
    }
}

.tournament-match__score {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 1px;
    border-radius: 3px;
    background-color: #1c1c1c;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center
}

.js-stagsans-loaded .tournament-match__score, .no-js .tournament-match__score {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .tournament-match__score {
        width: 45px;
        height: 45px;
        padding-top: 2px;
        font-size: 35px;
        line-height: 45px
    }
}

.tournament-match__time {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 65px;
    height: 40px;
    padding: 0 5px;
    color: #999;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase
}

.js-ramagothice-loaded .tournament-match__time, .no-js .tournament-match__time {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .tournament-match__time {
        -webkit-flex-basis: 45px;
        -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
        height: 45px
    }
}

.tournament-match--linked.js-match--state-active .tournament-match__time, .tournament-match--linked.match--state-active .tournament-match__time {
    color: #1313f1
}

.tournament-match__betting {
    display: none;
    width: 122px;
    margin: 0 auto;
    padding-bottom: 15px;
    border-radius: 3px;
    overflow: hidden
}

.tournament-match__betting:after {
    display: table;
    clear: both;
    content: ' '
}

@media screen and (min-width: 1024px) {
    .tournament-match__betting {
        width: 137px
    }
}

.js-with-betting .tournament-match__betting {
    display: block
}

.tournament-match__betting-button {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    width: 40px;
    float: left;
    background-color: #f5f5f5;
    font-size: .875em;
    font-weight: 600;
    line-height: 1.42;
    text-align: center
}

.js-ramagothice-loaded .tournament-match__betting-button, .no-js .tournament-match__betting-button {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.tournament-match__betting-button, .tournament-match__betting-button:active, .tournament-match__betting-button:focus, .tournament-match__betting-button:hover, .tournament-match__betting-button:visited {
    color: #000
}

@media screen and (min-width: 1024px) {
    .tournament-match__betting-button {
        width: 45px
    }
}

.tournament-match__betting-button + .tournament-match__betting-button {
    margin-left: 1px
}

.menu {
    width: calc(100% - 90px);
    float: left;
    border-radius: 5px
}

@media screen and (min-width: 800px) {
    .menu {
        width: calc(100% - 100px)
    }
}

@media screen and (min-width: 1024px) {
    .menu {
        width: calc(100% - 110px)
    }
}

.menu__form {
    display: inline-block;
    padding-right: 4px
}

.menu__container {
    border-radius: 5px
}

.menu__container:after {
    display: table;
    clear: both;
    content: ' '
}

.menu--tabbed .menu__container {
    background-color: #f5f5f5
}

.menu__top-container {
    font-size: 1.25em;
    line-height: 48px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px 5px 0 0;
    background-color: #1313f1
}

.page-theme--de-krant .menu__top-container {
    background-color: #0095d9;
    color: #fff
}

.page-theme--home .menu__top-container {
    background-color: red;
    color: #fff
}

.page-theme--nieuws .menu__top-container {
    background-color: red;
    color: #fff
}

.page-theme--nina .menu__top-container {
    background-color: #9703bb;
    color: #fff
}

.page-theme--regio .menu__top-container {
    background-color: #ff7f00;
    color: #fff
}

.page-theme--showbizz .menu__top-container {
    background-color: #ec008c;
    color: #fff
}

.page-theme--sponsored .menu__top-container {
    background-color: #1313f1;
    color: #fff
}

.page-theme--sport .menu__top-container {
    background-color: #46b20f;
    color: #fff
}

.page-theme--video .menu__top-container {
    background-color: #1c1c1c;
    color: #fff
}

@media screen and (min-width: 768px) {
    .menu__top-container {
        font-size: 1.625em
    }
}

@media screen and (min-width: 800px) {
    .menu__top-container {
        font-size: 1.75em;
        line-height: 54px;
        font-weight: 600
    }
}

@media screen and (min-width: 1024px) {
    .menu__top-container {
        font-size: 1.875em;
        line-height: 60px;
        font-weight: 600
    }
}

.menu--tabbed .menu__top-container {
    background-color: transparent
}

.menu__wrapper {
    position: relative
}

.menu__wrapper:after {
    display: table;
    clear: both;
    content: ' '
}

.menu__content {
    margin: -5px 4px;
    padding: 5px;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    border-radius: 5px
}

.menu__content:after {
    display: table;
    clear: both;
    content: ' '
}

@media screen and (min-width: 800px) {
    .menu__content {
        margin: -6px 4px;
        padding: 6px
    }
}

@media screen and (min-width: 1024px) {
    .menu__content {
        margin: -8px 4px;
        padding: 8px
    }
}

.menu--tabbed .menu__list--secondary .menu__item .menu__content:active, .menu--tabbed .menu__list--secondary .menu__item .menu__content:focus, .menu--tabbed .menu__list--secondary .menu__item .menu__content:hover {
    background-color: rgba(0, 0, 0, .25)
}

.page-theme--video .menu--tabbed .menu__list--secondary .menu__item .menu__content:active, .page-theme--video .menu--tabbed .menu__list--secondary .menu__item .menu__content:focus, .page-theme--video .menu--tabbed .menu__list--secondary .menu__item .menu__content:hover {
    background-color: rgba(255, 255, 255, .15)
}

.menu--tabbed .menu__list--secondary .menu__item.active .menu__content {
    background-color: rgba(0, 0, 0, .25)
}

.page-theme--video .menu--tabbed .menu__list--secondary .menu__item.active .menu__content {
    background-color: rgba(255, 255, 255, .15)
}

.menu__item {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    height: 48px;
    float: left;
    list-style: none
}

.js-ramagothice-loaded .menu__item, .no-js .menu__item {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 800px) {
    .menu__item {
        height: 54px
    }
}

@media screen and (min-width: 1024px) {
    .menu__item {
        height: 60px
    }
}

.menu__item--login, .menu__item--logout {
    font-size: .85em
}

@media screen and (min-width: 800px) {
    .menu__item--login, .menu__item--logout {
        font-size: .945em
    }
}

@media screen and (min-width: 1024px) {
    .menu__item--login, .menu__item--logout {
        font-size: 1em
    }
}

.menu__item--search {
    font-size: .85em
}

@media screen and (min-width: 800px) {
    .menu__item--search {
        font-size: .786em
    }
}

.menu__item--logout {
    position: relative
}

.menu__list--secondary .menu__item {
    height: 14px;
    margin: 9px 0;
    line-height: 14px
}

@media screen and (min-width: 800px) {
    .menu__list--secondary .menu__item {
        margin: 11px 0
    }
}

@media screen and (min-width: 1024px) {
    .menu__list--secondary .menu__item {
        margin: 13px 0
    }
}

.menu__list--secondary .menu__item + .menu__item {
    border-left: 1px solid #e5e5e5
}

.menu--tabbed .menu__list--secondary .menu__item + .menu__item {
    border-color: rgba(255, 255, 255, .25)
}

.menu--tabbed .menu__item + .menu__item.active, .menu--tabbed .menu__item.active + .menu__item {
    margin-left: 1px;
    border-left: 0
}

.menu__list--primary .menu__item + .menu__item, .menu__list--prio .menu__item + .menu__item {
    border-left: 1px solid rgba(255, 255, 255, .25)
}

.menu__list--primary .menu__item + .menu__item:last-child, .menu__list--prio .menu__item + .menu__item:last-child {
    border-right: 1px solid rgba(255, 255, 255, .25)
}

.menu--tabbed .menu__list--primary .menu__item + .menu__item, .menu--tabbed .menu__list--prio .menu__item + .menu__item {
    border-color: #fff
}

.menu__link {
    display: block;
    height: 100%;
    padding: 0 7.5px;
    border-radius: 5px 5px 0 0;
    font-weight: 600
}

.menu__link, .menu__link:active, .menu__link:focus, .menu__link:hover, .menu__link:visited {
    color: #fff
}

@media screen and (min-width: 768px) {
    .menu__link {
        padding: 0 15px
    }
}

.menu--tabbed .menu__link, .menu--tabbed .menu__link:active, .menu--tabbed .menu__link:focus, .menu--tabbed .menu__link:hover, .menu--tabbed .menu__link:visited {
    color: #000
}

.menu__list--secondary .menu__link {
    display: inline-block;
    padding: 0
}

.menu__list--secondary .menu__link, .menu__list--secondary .menu__link:active, .menu__list--secondary .menu__link:focus, .menu__list--secondary .menu__link:hover, .menu__list--secondary .menu__link:visited {
    color: #000
}

.menu--tabbed .menu__list--secondary .menu__link, .menu--tabbed .menu__list--secondary .menu__link:active, .menu--tabbed .menu__list--secondary .menu__link:focus, .menu--tabbed .menu__list--secondary .menu__link:hover, .menu--tabbed .menu__list--secondary .menu__link:visited {
    color: #fff
}

.menu--tabbed .menu__list--primary .menu__item.active .menu__link {
    background-color: #1313f1
}

.page-theme--de-krant .menu--tabbed .menu__list--primary .menu__item.active .menu__link {
    background-color: #0095d9;
    color: #fff
}

.page-theme--home .menu--tabbed .menu__list--primary .menu__item.active .menu__link {
    background-color: red;
    color: #fff
}

.page-theme--nieuws .menu--tabbed .menu__list--primary .menu__item.active .menu__link {
    background-color: red;
    color: #fff
}

.page-theme--nina .menu--tabbed .menu__list--primary .menu__item.active .menu__link {
    background-color: #9703bb;
    color: #fff
}

.page-theme--regio .menu--tabbed .menu__list--primary .menu__item.active .menu__link {
    background-color: #ff7f00;
    color: #fff
}

.page-theme--showbizz .menu--tabbed .menu__list--primary .menu__item.active .menu__link {
    background-color: #ec008c;
    color: #fff
}

.page-theme--sponsored .menu--tabbed .menu__list--primary .menu__item.active .menu__link {
    background-color: #1313f1;
    color: #fff
}

.page-theme--sport .menu--tabbed .menu__list--primary .menu__item.active .menu__link {
    background-color: #46b20f;
    color: #fff
}

.page-theme--video .menu--tabbed .menu__list--primary .menu__item.active .menu__link {
    background-color: #1c1c1c;
    color: #fff
}

.menu--tabbed .menu__list--primary .menu__item.active .menu__link, .menu--tabbed .menu__list--primary .menu__item.active .menu__link:active, .menu--tabbed .menu__list--primary .menu__item.active .menu__link:focus, .menu--tabbed .menu__list--primary .menu__item.active .menu__link:hover, .menu--tabbed .menu__list--primary .menu__item.active .menu__link:visited {
    color: #fff
}

.menu:not(.menu--tabbed) .menu__list--secondary .menu__item .menu__link:active, .menu:not(.menu--tabbed) .menu__list--secondary .menu__item .menu__link:focus, .menu:not(.menu--tabbed) .menu__list--secondary .menu__item .menu__link:hover {
    color: red
}

.menu:not(.menu--tabbed) .menu__list--secondary .menu__item.active .menu__link, .menu:not(.menu--tabbed) .menu__list--secondary .menu__item.active .menu__link:active, .menu:not(.menu--tabbed) .menu__list--secondary .menu__item.active .menu__link:focus, .menu:not(.menu--tabbed) .menu__list--secondary .menu__item.active .menu__link:hover, .menu:not(.menu--tabbed) .menu__list--secondary .menu__item.active .menu__link:visited {
    color: red
}

.menu__item--ihln .menu__link {
    text-transform: none
}

.menu__item--nina .menu__link {
    width: 78px;
    background-image: url(nina-logo-white-cd7cb8876c.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px
}

@media screen and (min-width: 768px) {
    .menu__item--nina .menu__link {
        width: 94px;
        background-size: auto
    }
}

.menu__item--search .menu__link:before {
    content: "Q"
}

.js-iconfont-loaded .menu__item--search .menu__link:before, .no-js .menu__item--search .menu__link:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

@media screen and (min-width: 768px) {
    .menu__item--search .menu__link {
        padding: 0 16px
    }
}

.menu__item--login .menu__link, .menu__item--logout .menu__link {
    position: relative;
    font-size: 1.375rem
}

@media screen and (min-width: 768px) {
    .menu__item--login .menu__link, .menu__item--logout .menu__link {
        padding: 0 16px
    }
}

@media screen and (min-width: 1024px) {
    .menu__item--login .menu__link, .menu__item--logout .menu__link {
        font-size: 2.125rem
    }
}

.menu__item--login .menu__link:after {
    content: "Inloggen";
    display: inline-block
}

.js-iconfont-loaded .menu__item--login .menu__link:after, .no-js .menu__item--login .menu__link:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.menu__item--logout .menu__link {
    min-width: 58px;
    padding-right: 15px
}

@media screen and (min-width: 1024px) {
    .menu__item--logout .menu__link {
        min-width: 60px
    }
}

.menu__item--logout .menu__link:after {
    content: "Uitloggen";
    display: none
}

@media screen and (min-width: 1024px) {
    .menu__item--logout .menu__link:after {
        display: inline-block
    }
}

.js-iconfont-loaded .menu__item--logout .menu__link:after, .no-js .menu__item--logout .menu__link:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.menu__item--logout .menu__link--noname:after {
    display: inline-block
}

.menu--tabbed .menu__item--nina:not(.active) .menu__link {
    background-image: url(nina-logo-black-ff8c6c4cf7.svg)
}

.menu__item--nina .menu__link-text, .menu__item--search .menu__link-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.menu__item--login .menu__link-text {
    margin-right: 2px;
    font-size: .875rem;
    vertical-align: top
}

@media screen and (max-width: 1023px) {
    .menu__item--login .menu__link-text {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        overflow: hidden;
        clip: rect(0 0 0 0)
    }
}

.menu__item--logout .menu__link-text--nobreak {
    display: inline-block;
    max-width: 100px;
    margin-right: 2px;
    font-size: .875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top
}

@media screen and (max-width: 1023px) {
    .menu__item--logout .menu__link-text--nobreak {
        display: none
    }
}

.menu__item--logout .menu__link-text--alternate {
    display: none;
    position: relative;
    color: #000;
    font-size: .56em;
    text-align: center;
    vertical-align: top;
    z-index: 0
}

@media screen and (max-width: 1023px) {
    .menu__item--logout .menu__link-text--alternate {
        display: block
    }
}

.menu__item--logout .menu__link-text--alternate:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
    border-radius: 50%;
    background-color: #fff;
    content: ' ';
    z-index: -1
}

@media screen and (min-width: 1024px) {
    .menu__item--logout .menu__link-text--alternate:before {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px
    }
}

.menu--tabbed .menu__item--logout .menu__link-text--alternate {
    color: #fff
}

.menu--tabbed .menu__item--logout .menu__link-text--alternate:before {
    background-color: #000
}

@media screen and (min-width: 800px) {
    .menu__link-text--short {
        display: none
    }
}

.menu__link-text--short + .menu__link-text {
    display: none
}

@media screen and (min-width: 800px) {
    .menu__link-text--short + .menu__link-text {
        display: block
    }
}

.menu__list {
    height: 48px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    overflow: hidden
}

.menu__list:after {
    display: table;
    clear: both;
    content: ' '
}

@media screen and (min-width: 800px) {
    .menu__list {
        height: 54px
    }
}

@media screen and (min-width: 1024px) {
    .menu__list {
        height: 60px
    }
}

.menu__list--secondary {
    height: 32px;
    border-radius: 0 0 5px 5px;
    background-color: #f5f5f5
}

@media screen and (min-width: 800px) {
    .menu__list--secondary {
        height: 36px;
        font-size: 1.125em
    }
}

@media screen and (min-width: 1024px) {
    .menu__list--secondary {
        height: 40px;
        font-size: 1.25em
    }
}

.menu--tabbed .menu__list--secondary {
    background-color: #1313f1
}

.page-theme--de-krant .menu--tabbed .menu__list--secondary {
    background-color: #0095d9;
    color: #fff
}

.page-theme--home .menu--tabbed .menu__list--secondary {
    background-color: red;
    color: #fff
}

.page-theme--nieuws .menu--tabbed .menu__list--secondary {
    background-color: red;
    color: #fff
}

.page-theme--nina .menu--tabbed .menu__list--secondary {
    background-color: #9703bb;
    color: #fff
}

.page-theme--regio .menu--tabbed .menu__list--secondary {
    background-color: #ff7f00;
    color: #fff
}

.page-theme--showbizz .menu--tabbed .menu__list--secondary {
    background-color: #ec008c;
    color: #fff
}

.page-theme--sponsored .menu--tabbed .menu__list--secondary {
    background-color: #1313f1;
    color: #fff
}

.page-theme--sport .menu--tabbed .menu__list--secondary {
    background-color: #46b20f;
    color: #fff
}

.page-theme--video .menu--tabbed .menu__list--secondary {
    background-color: #1c1c1c;
    color: #fff
}

.menu__list--prio {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible
}

.menu__popover {
    display: block;
    position: absolute;
    top: -500px;
    right: 0;
    min-width: 200px;
    margin-top: 0;
    padding: 0 15px;
    -webkit-transition: .01s linear top .2s, .2s ease-out opacity;
    transition: .01s linear top .2s, .2s ease-out opacity;
    border-radius: 5px;
    background-color: #fff;
    line-height: 25px;
    box-shadow: 0 3px 8px 0 rgba(28, 28, 28, .5);
    opacity: 0;
    z-index: 5000;
    list-style-type: none
}

.menu__popover:before {
    position: absolute;
    top: 0;
    right: 28px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    box-shadow: 2px -3px 5px 0 rgba(28, 28, 28, .1);
    content: ' '
}

@media screen and (max-width: 1024px) {
    .menu__popover:before {
        right: 25px
    }
}

.responsive-menu .menu__popover {
    right: auto;
    -webkit-transform: translateX(-72%);
    -ms-transform: translateX(-72%);
    transform: translateX(-72%);
    -webkit-transform: translateX(calc(-100% + 55px));
    -ms-transform: translateX(calc(-100% + 55px));
    transform: translateX(calc(-100% + 55px));
    text-align: left
}

@media screen and (min-width: 1023px) {
    .responsive-menu .menu__popover {
        -webkit-transform: translateX(calc(-100% + 58px));
        -ms-transform: translateX(calc(-100% + 58px));
        transform: translateX(calc(-100% + 58px))
    }
}

.menu__popover-state:checked ~ .menu__popover {
    top: 100%;
    -webkit-transition: .01s linear top, .2s ease-out opacity .01s;
    transition: .01s linear top, .2s ease-out opacity .01s;
    opacity: 1
}

.menu__popover-item {
    padding: 0 5px;
    -webkit-transition: .2s ease-in-out height;
    transition: .2s ease-in-out height
}

.responsive-menu .menu__popover-item {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block
}

.js-ramagothice-loaded .responsive-menu .menu__popover-item, .no-js .responsive-menu .menu__popover-item {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.responsive-menu .menu__popover-item--nina {
    height: 0;
    background-image: url(nina-logo-black-ff8c6c4cf7.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 55px
}

.responsive-menu .menu__popover-item--primary {
    display: none
}

.responsive-menu:hover .menu__popover-item--nina {
    height: 50px
}

.menu__account-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.menu__popover-link {
    display: block;
    max-height: 0;
    padding: 0;
    -webkit-transition: .2s ease-in-out max-height, .2s ease-in-out padding-top, .2s ease-in-out padding-bottom, .2s ease-in-out color;
    transition: .2s ease-in-out max-height, .2s ease-in-out padding-top, .2s ease-in-out padding-bottom, .2s ease-in-out color;
    font-size: 1.25rem;
    overflow: hidden
}

.menu__popover-link, .menu__popover-link:visited {
    color: #000
}

.menu__popover-link:active, .menu__popover-link:focus, .menu__popover-link:hover {
    color: red
}

.menu__popover-link--settings:after {
    content: ""
}

.js-iconfont-loaded .menu__popover-link--settings:after, .no-js .menu__popover-link--settings:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.menu__popover-link--logout:after {
    content: ""
}

.js-iconfont-loaded .menu__popover-link--logout:after, .no-js .menu__popover-link--logout:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.menu__popover-link:after {
    float: right;
    font-size: 1.25em
}

.responsive-menu .menu__popover-item--nina .menu__popover-link {
    height: 100%
}

.menu__popover-item + .menu__popover-item .menu__popover-link {
    border-top: 1px solid #e5e5e5
}

.menu__popover-state:checked ~ .menu__popover .menu__popover-link {
    max-height: 300px;
    padding: 12px 0
}

.responsive-menu .menu__popover-item--ihln .menu__popover-text {
    text-transform: none
}

.responsive-menu .menu__popover-item--nina .menu__popover-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.menu__popover-toggle {
    padding: 0;
    cursor: pointer
}

.responsive-menu .menu__popover-toggle:before {
    content: "Meer";
    padding: 9px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .responsive-menu .menu__popover-toggle:before {
        font-size: 30px
    }
}

.menu--tabbed .responsive-menu .menu__popover-toggle:before {
    color: #000
}

.js-iconfont-loaded .responsive-menu .menu__popover-toggle:before, .no-js .responsive-menu .menu__popover-toggle:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.menu__popover-state:checked + .menu__popover-toggle.js-click-only.menu__popover-toggle--user:before, .menu__popover-state:checked + .menu__popover-toggle.js-click-only:not(.menu__popover-toggle--user):after {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 1001
}

.menu__popover-state {
    display: none
}

.responsive-menu {
    display: inline-block;
    width: 56px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    list-style: none;
    text-align: center
}

.menu--tabbed .responsive-menu {
    border-color: #fff
}

.responsive-menu__text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

@-webkit-keyframes modal-body-intro {
    0% {
        margin-top: 20px
    }
    100% {
        margin-top: 0
    }
}

@keyframes modal-body-intro {
    0% {
        margin-top: 20px
    }
    100% {
        margin-top: 0
    }
}

@-webkit-keyframes modal-intro {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes modal-intro {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 150000
}

.modal__trigger--closed:checked ~ .modal {
    display: none
}

.modal__trigger--opened:checked ~ .modal {
    -webkit-animation: .4s modal-intro 1;
    animation: .4s modal-intro 1
}

.modal__link {
    cursor: pointer
}

.modal__trigger {
    display: none
}

.modal__bg-close {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.modal__body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.modal__trigger--opened:checked ~ .modal .modal__body {
    -webkit-animation: .4s modal-body-intro 1;
    animation: .4s modal-body-intro 1
}

.multibet-calculator {
    padding: 15px;
    background-color: #1c1c1c
}

.multibet-calculator__wrapper {
    width: 100%;
    padding: 2px 0
}

.multibet-calculator__wrapper:after {
    display: table;
    clear: both;
    content: ' '
}

.multibet-calculator__label {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    max-width: 50%;
    padding: 7px 0;
    float: left;
    color: #bbb;
    font-size: .875em;
    font-weight: 500;
    line-height: 16px
}

.js-stagsans-loaded .multibet-calculator__label, .no-js .multibet-calculator__label {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.multibet-calculator__input-container {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    max-width: 50%;
    float: right;
    color: #bbb;
    font-size: 1.375em;
    font-weight: 600;
    line-height: 24px
}

.js-ramagothice-loaded .multibet-calculator__input-container, .no-js .multibet-calculator__input-container {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.multibet-calculator__input-container:before {
    display: inline;
    margin-right: 6px;
    content: '€'
}

.multibet-calculator__input {
    display: inline-block;
    max-width: 70px;
    padding: 3px 5px;
    border: 0;
    border-radius: 3px;
    outline: 0;
    color: #000;
    line-height: 16px;
    text-align: right
}

.multibet-calculator__input::-webkit-inner-spin-button, .multibet-calculator__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.multibet-calculator__result {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    max-width: 50%;
    padding-left: 10px;
    float: right;
    color: #fff;
    font-size: 1.375em;
    font-weight: 600;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden
}

.js-ramagothice-loaded .multibet-calculator__result, .no-js .multibet-calculator__result {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.js-has-profit .multibet-calculator__result {
    color: #ffce00
}

.multibet-calculator__result:before {
    display: inline;
    margin-right: 6px;
    content: attr(data-currency)
}

.multibet-calculator__button {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 13px 0;
    -webkit-transition: .4s ease-in-out background-color;
    transition: .4s ease-in-out background-color;
    border: 0;
    border-radius: 3px;
    outline: 0;
    background-color: red;
    color: #fff;
    font-size: 1.375em;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase
}

.js-ramagothice-loaded .multibet-calculator__button, .no-js .multibet-calculator__button {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.multibet-calculator__button:disabled, .multibet-calculator__button[disabled=disabled], .multibet-calculator__button[disabled] {
    background-color: rgba(255, 255, 255, .15)
}

.navigation-section {
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .col:nth-last-child(2) > .navigation-section {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .col:nth-last-child(3) > .navigation-section {
        margin-bottom: 0
    }
}

.col:last-child > .navigation-section {
    margin-bottom: 0
}

.navigation-teaser-list {
    width: 100%;
    background-color: #f5f5f5
}

.newspaper-cover__link {
    display: block;
    padding: 15px;
    background-color: #f5f5f5
}

.newspaper-cover__photo {
    -webkit-transition: .3s ease-in-out border;
    transition: .3s ease-in-out border;
    border: 1px solid #e5e5e5
}

.newspaper-cover:hover .newspaper-cover__photo {
    border: 1px solid #0095d9
}

.pagination {
    display: block;
    padding: 13px 15px 12px;
    border-radius: 3px;
    background-color: #f5f5f5;
    text-align: center
}

.pagination:after {
    display: table;
    clear: both;
    content: ' '
}

.pagination__link {
    padding: 0 5px
}

@media screen and (min-width: 1024px) {
    .pagination__link {
        padding: 0 10px
    }
}

.pagination__pages--spaced .pagination__link {
    padding: 0 10px
}

.pagination__link:before {
    display: block;
    width: 15px;
    height: 25px;
    padding-top: 1px;
    line-height: 1.25
}

.pagination__link--disabled {
    pointer-events: none
}

.pagination__link--disabled, .pagination__link--disabled:active, .pagination__link--disabled:focus, .pagination__link--disabled:hover, .pagination__link--disabled:visited {
    color: #ccc
}

.pagination__link--active {
    pointer-events: none
}

.pagination__link--active, .pagination__link--active:active, .pagination__link--active:focus, .pagination__link--active:hover, .pagination__link--active:visited {
    color: red
}

.pagination__link--prev {
    padding-left: 0;
    float: left
}

.pagination__link--prev:before {
    content: "<"
}

.js-iconfont-loaded .pagination__link--prev:before, .no-js .pagination__link--prev:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.pagination__link--next {
    padding-right: 0;
    float: right
}

.pagination__link--next:before {
    content: ">"
}

.js-iconfont-loaded .pagination__link--next:before, .no-js .pagination__link--next:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.pagination__link-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.pagination__pages {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.pagination__pages:after {
    display: table;
    clear: both;
    content: ' '
}

.pagination__item, .pagination__spacer {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    float: left;
    font-size: 1.25em;
    font-weight: 600;
    text-align: center;
    list-style-type: none
}

.js-ramagothice-loaded .pagination__item, .js-ramagothice-loaded .pagination__spacer, .no-js .pagination__item, .no-js .pagination__spacer {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.pagination__spacer {
    color: #ccc
}

@media screen and (min-width: 1024px) {
    .pagination__pages--lg .pagination__spacer {
        display: none
    }
}

.pagination__pages--first-half .pagination__spacer:nth-child(2), .pagination__pages--last-half .pagination__spacer:nth-last-child(2), .pagination__pages--xs .pagination__spacer {
    display: none
}

.pagination__item {
    display: none
}

@media screen and (min-width: 1024px) {
    .pagination__pages--first-half .pagination__item:nth-child(-n+10), .pagination__pages--last-half .pagination__item:nth-last-child(-n+10), .pagination__pages:not(.pagination__pages--first-half):not(.pagination__pages--last-half) .pagination__item:nth-child(n+4):nth-last-child(n+4) {
        display: block
    }
}

.pagination__pages--first-half .pagination__item:nth-child(-n+8), .pagination__pages--last-half .pagination__item:nth-last-child(-n+8), .pagination__pages:not(.pagination__pages--first-half):not(.pagination__pages--last-half) .pagination__item:nth-child(n+5):nth-last-child(n+5) {
    display: block
}

.pagination__item:first-child, .pagination__item:last-child {
    display: block
}

.paywall {
    margin: 30px 0
}

.paywall__body {
    max-width: 400px;
    margin: 0 auto
}

.paywall__title {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    margin: 0;
    padding-bottom: 15px;
    font-weight: 500;
    text-align: center
}

.js-stag-loaded .paywall__title, .no-js .paywall__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.paywall__divider {
    height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0;
    background-color: #e5e5e5
}

.paywall__divider[data-divider-text] {
    position: relative
}

.paywall__divider[data-divider-text]:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f5f5f5;
    color: #828282;
    content: attr(data-divider-text)
}

.paywall__text-input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0
}

.paywall__button {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: red;
    font-size: 1.5em;
    line-height: 26px;
    text-align: center
}

.paywall__button, .paywall__button:active, .paywall__button:focus, .paywall__button:hover, .paywall__button:visited {
    color: #fff
}

.paywall__social-button {
    font-size: 1.5em;
    line-height: 29px;
    display: block;
    position: relative;
    width: 100%;
    padding: 12px 0;
    outline: 0;
    line-height: 1;
    text-align: center
}

.paywall__social-button:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    padding: 15px;
    font-size: 1.3rem
}

.paywall__benefit-list {
    margin: 5px 0 0;
    padding: 0;
    border-radius: 3px;
    text-align: left;
    overflow: hidden
}

.paywall__benefit {
    display: table;
    background-color: #fff;
    font-size: 1em;
    line-height: 1.2;
    list-style-type: none
}

.paywall__benefit:before {
    content: "✓";
    display: table-cell;
    margin-right: 15px;
    padding: 10px;
    border-right: 1px solid #f5f5f5;
    color: red;
    font-size: 1.2em;
    vertical-align: middle
}

.layout--theater .paywall__benefit:before {
    border-color: rgba(255, 255, 255, .1)
}

.js-iconfont-loaded .paywall__benefit:before, .no-js .paywall__benefit:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.layout--theater .paywall__benefit {
    background-color: rgba(255, 255, 255, .1)
}

.paywall__benefit + .paywall__benefit {
    border-top: 1px solid #f5f5f5
}

.layout--theater .paywall__benefit + .paywall__benefit {
    border-color: rgba(255, 255, 255, .1)
}

.paywall__benefit-text {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: table-cell;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4;
    vertical-align: middle
}

.js-stagsans-loaded .paywall__benefit-text, .no-js .paywall__benefit-text {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.paywall__emoji {
    display: inline-block;
    margin-right: 3px
}

.paywall__feedback {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.paywall__feedback-item {
    margin: 0;
    padding: 6px 0 0;
    color: red;
    font-size: .75em;
    line-height: 14px;
    word-break: break-word
}

.paywall__footer {
    font-family: Arial, sans-serif;
    padding: 9px;
    font-size: .875em;
    font-weight: 700;
    line-height: 16px;
    text-align: center
}

.paywall__promo {
    position: relative;
    max-width: 468px;
    margin: 30px auto 0;
    padding: 0
}

.paywall__promo-image {
    display: block;
    max-width: 100%;
    height: auto
}

.paywall__promo-description {
    position: absolute;
    top: 0;
    right: 34px;
    width: 120px;
    height: 120px
}

.instant-replay-paywall {
    position: relative;
    width: 100%;
    margin: 30px 0;
    padding: 30px;
    background-color: #f5f5f5
}

.instant-replay-paywall__title {
    font-size: 1.75em;
    line-height: 30px;
    text-align: center
}

.instant-replay-paywall__description {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 0;
    font-size: 1em;
    font-weight: 500;
    line-height: 20px;
    text-align: center
}

.js-stagsans-loaded .instant-replay-paywall__description, .no-js .instant-replay-paywall__description {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.instant-replay-paywall__highlighted-text {
    color: red;
    text-transform: uppercase
}

.instant-replay-paywall__benefit-list {
    margin-top: 15px
}

.instant-replay-paywall__footer {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
    font-size: .875em;
    line-height: 18px
}

.instant-replay-activation-paywall {
    padding: 30px 0;
    background-color: #f5f5f5
}

.instant-replay-activation-paywall__title {
    padding-bottom: 24px;
    font-size: 1.375em;
    line-height: 24px
}

.instant-replay-activation-paywall__description {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0;
    font-weight: 500;
    text-align: center
}

.js-stagsans-loaded .instant-replay-activation-paywall__description, .no-js .instant-replay-activation-paywall__description {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.instant-replay-activation-paywall__divider {
    margin: 15px 0
}

.instant-replay-activation-paywall__divider:before {
    font-size: 1em
}

.instant-replay-activation-paywall__step {
    margin: 0;
    font-size: 1em;
    line-height: 18px;
    text-align: center
}

.instant-replay-activation-paywall__step + .instant-replay-activation-paywall__step {
    margin-top: 11px
}

.login-required-paywall {
    width: 100%;
    background-color: transparent;
    overflow: hidden
}

.login-required-paywall__container {
    width: 200%;
    background-color: #f5f5f5
}

.login-required-paywall__container:after {
    display: table;
    clear: both;
    content: ' '
}

.layout--theater .login-required-paywall__container {
    background-color: rgba(247, 247, 247, .1)
}

.js .login-required-paywall__container {
    -webkit-transition: -webkit-transform ease-in-out .35s;
    transition: -webkit-transform ease-in-out .35s;
    transition: transform ease-in-out .35s;
    transition: transform ease-in-out .35s, -webkit-transform ease-in-out .35s
}

.js-paywall-success .login-required-paywall__container, .login-required-paywall--success .login-required-paywall__container {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.login-paywall-required__view {
    width: 50%;
    float: left;
    overflow: hidden
}

.login-required-paywall__body {
    padding: 30px 15px 15px
}

.login-required-paywall__success-body {
    padding: 60px 15px
}

.login-required-paywall__title {
    font-size: 1.5em;
    line-height: 26px
}

.layout--theater .login-required-paywall__title {
    color: #fff
}

.login-required-paywall__label-container:after {
    display: table;
    clear: both;
    content: ' '
}

.login-required-paywall__label {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    float: left;
    color: #000;
    font-size: 1em;
    font-weight: 500;
    line-height: 18px
}

.js-stagsans-loaded .login-required-paywall__label, .no-js .login-required-paywall__label {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.layout--theater .login-required-paywall__label {
    color: #fff
}

.login-required-paywall__label-description {
    float: right;
    color: #989898;
    font-size: .875em;
    line-height: 16px
}

.login-required-paywall__text-input {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1em;
    line-height: 26px
}

.login-required-paywall__footer {
    margin-top: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    border-top: 1px solid #fff;
    font-size: .875em;
    font-weight: 600;
    line-height: 20px
}

.layout--theater .login-required-paywall__footer {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.layout--theater .login-required-paywall__link {
    color: #fff;
    text-decoration: underline
}

.login-required-paywall__success-title {
    margin-bottom: 0;
    font-size: 2em;
    line-height: 34px
}

.login-required-paywall__success-visual {
    position: relative;
    width: 85px;
    margin: 20px auto 27px
}

.js .login-required-paywall__success-visual {
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: -webkit-transform .35s ease-in-out .35s;
    transition: -webkit-transform .35s ease-in-out .35s;
    transition: transform .35s ease-in-out .35s;
    transition: transform .35s ease-in-out .35s, -webkit-transform .35s ease-in-out .35s
}

.js-paywall-success .login-required-paywall__success-visual {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.login-required-paywall__success-visual:before {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    -webkit-transform: translate(50%, -33%);
    -ms-transform: translate(50%, -33%);
    transform: translate(50%, -33%);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    content: '1';
    z-index: 1
}

.js-stag-loaded .login-required-paywall__success-visual:before, .no-js .login-required-paywall__success-visual:before {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.js-paywall-success .login-required-paywall__success-visual:before {
    -webkit-transform: translate(50%, -33%) scale(0);
    -ms-transform: translate(50%, -33%) scale(0);
    transform: translate(50%, -33%) scale(0);
    -webkit-animation: paywall-mail-icon-pulse .3s ease-out .85s 1 forwards, pulsate-the-bubble 5s ease-in-out 6.15s infinite forwards;
    animation: paywall-mail-icon-pulse .3s ease-out .85s 1 forwards, pulsate-the-bubble 5s ease-in-out 6.15s infinite forwards
}

.login-required-paywall__registration-email {
    display: block
}

.login-required-paywall__success-image {
    display: block;
    position: relative;
    width: 85px;
    padding-top: 68.88%;
    background-image: url(../images/letter-15360698d1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.layout--theater .login-required-paywall__success-image {
    background-image: url(../images/letter-theater-1d5c37f704.svg)
}

.js-paywall-success .login-required-paywall__success-image {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-delay: 6.15s;
    animation-delay: 6.15s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: shake-the-envelope;
    animation-name: shake-the-envelope;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.login-required-paywall__success-message {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word
}

.js-stagsans-loaded .login-required-paywall__success-message, .no-js .login-required-paywall__success-message {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.login-required-paywall__success-greeting {
    margin-bottom: 0
}

.login-required-paywall__success-email {
    display: none
}

.js-paywall-success .login-required-paywall__success-email, .login-required-paywall--success .login-required-paywall__success-email {
    display: inline
}

.login-required-paywall__consent {
    display: inline-block;
    color: #989898;
    font-size: .875em;
    line-height: 16px;
    text-align: center
}

.login-required-paywall__consent-url {
    color: #989898;
    text-decoration: underline
}

.login-required-paywall__consent-url:active, .login-required-paywall__consent-url:focus, .login-required-paywall__consent-url:hover {
    color: #1313f1;
    text-decoration: none
}

@-webkit-keyframes paywall-mail-icon-pulse {
    0% {
        -webkit-transform: translate(50%, -33%) scale(0);
        transform: translate(50%, -33%) scale(0)
    }
    40% {
        -webkit-transform: translate(50%, -33%) scale(1.3);
        transform: translate(50%, -33%) scale(1.3)
    }
    100% {
        -webkit-transform: translate(50%, -33%) scale(1);
        transform: translate(50%, -33%) scale(1)
    }
}

@keyframes paywall-mail-icon-pulse {
    0% {
        -webkit-transform: translate(50%, -33%) scale(0);
        transform: translate(50%, -33%) scale(0)
    }
    40% {
        -webkit-transform: translate(50%, -33%) scale(1.3);
        transform: translate(50%, -33%) scale(1.3)
    }
    100% {
        -webkit-transform: translate(50%, -33%) scale(1);
        transform: translate(50%, -33%) scale(1)
    }
}

@-webkit-keyframes pulsate-the-bubble {
    0% {
        -webkit-transform: translate(50%, -33%) scale(1);
        transform: translate(50%, -33%) scale(1)
    }
    2% {
        -webkit-transform: translate(50%, -33%) scale(1.3);
        transform: translate(50%, -33%) scale(1.3)
    }
    4% {
        -webkit-transform: translate(50%, -33%) scale(1);
        transform: translate(50%, -33%) scale(1)
    }
    6% {
        -webkit-transform: translate(50%, -33%) scale(1.3);
        transform: translate(50%, -33%) scale(1.3)
    }
    8% {
        -webkit-transform: translate(50%, -33%) scale(1);
        transform: translate(50%, -33%) scale(1)
    }
    100% {
        -webkit-transform: translate(50%, -33%) scale(1);
        transform: translate(50%, -33%) scale(1)
    }
}

@keyframes pulsate-the-bubble {
    0% {
        -webkit-transform: translate(50%, -33%) scale(1);
        transform: translate(50%, -33%) scale(1)
    }
    2% {
        -webkit-transform: translate(50%, -33%) scale(1.3);
        transform: translate(50%, -33%) scale(1.3)
    }
    4% {
        -webkit-transform: translate(50%, -33%) scale(1);
        transform: translate(50%, -33%) scale(1)
    }
    6% {
        -webkit-transform: translate(50%, -33%) scale(1.3);
        transform: translate(50%, -33%) scale(1.3)
    }
    8% {
        -webkit-transform: translate(50%, -33%) scale(1);
        transform: translate(50%, -33%) scale(1)
    }
    100% {
        -webkit-transform: translate(50%, -33%) scale(1);
        transform: translate(50%, -33%) scale(1)
    }
}

@-webkit-keyframes shake-the-envelope {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    1% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    2% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    3% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    4% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    5% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    6% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    7% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    8% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes shake-the-envelope {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    1% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    2% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    3% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    4% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    5% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    6% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    7% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    8% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.recurrent-paywall__content {
    padding: 30px 0 15px;
    background-color: #f5f5f5
}

.layout--theater .recurrent-paywall__content {
    background-color: rgba(247, 247, 247, .1)
}

.recurrent-paywall__body {
    text-align: center
}

.recurrent-paywall__title {
    padding: 0 10px;
    font-size: 1.5em;
    line-height: 26px
}

.recurrent-paywall__title-highlight {
    color: red
}

.recurrent-paywall__offer-text {
    margin-top: 30px;
    padding: 0;
    font-size: 1em;
    line-height: 1.25;
    text-align: center
}

.recurrent-paywall__figure-caption {
    bottom: 15px;
    font-size: 1em;
    line-height: 18px
}

.recurrent-paywall__offer-strike {
    color: red;
    text-decoration: line-through
}

.recurrent-paywall__footer {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    max-width: 400px;
    margin: 25px auto 0;
    padding-top: 15px;
    border-top: 1px solid #fff;
    font-size: .875em;
    font-weight: 500;
    line-height: 20px;
    text-align: center
}

.js-stagsans-loaded .recurrent-paywall__footer, .no-js .recurrent-paywall__footer {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.layout--theater .recurrent-paywall__footer {
    border-color: rgba(255, 255, 255, .1)
}

.layout--theater .recurrent-paywall__link {
    color: #fff;
    text-decoration: underline
}

.subscription-required-paywall {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 30px;
    background-color: #f5f5f5
}

.layout--theater .subscription-required-paywall {
    background-color: rgba(247, 247, 247, .1)
}

.subscription-required-paywall__title {
    position: relative;
    padding-top: 140px;
    padding-bottom: 0;
    font-size: 1.75em;
    line-height: 30px
}

.subscription-required-paywall__title:before {
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    width: 90px;
    height: 80px;
    margin-left: -45px;
    background-image: url(../images/paywall/gift-6963641e0b.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: ' ';
    -webkit-animation: gift-appear ease-out 1 .4s;
    animation: gift-appear ease-out 1 .4s
}

.layout--theater .subscription-required-paywall__title:before {
    background-image: url(../images/paywall/gift-theater-b4d6cb7ac9.png)
}

.subscription-required-paywall__body {
    padding-bottom: 10px
}

.subscription-required-paywall__offer-text {
    margin-top: 27px;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.25;
    text-align: center
}

.subscription-required-paywall__promise {
    margin: 7px 0 0;
    color: #bbb;
    font-size: .875em;
    text-align: center
}

.subscription-required-paywall__label {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
    font-size: .9325em;
    font-weight: 500;
    line-height: 17px
}

.js-stagsans-loaded .subscription-required-paywall__label, .no-js .subscription-required-paywall__label {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.layout--theater .subscription-required-paywall__label {
    color: #fff
}

.subscription-required-paywall__label-description {
    display: block;
    margin-bottom: 10px;
    color: #989898;
    font-size: .8125em;
    line-height: 15px
}

.form__input + .subscription-required-paywall__label-description {
    margin-top: 5px;
    margin-bottom: 0
}

.subscription-required-paywall__text-input-wrapper {
    position: relative
}

.subscription-required-paywall__text-input-wrapper--email:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    color: #7ed321;
    font-size: 1.25em
}

.js-iconfont-loaded .subscription-required-paywall__text-input-wrapper--email:after, .no-js .subscription-required-paywall__text-input-wrapper--email:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.subscription-required-paywall__text-input--email {
    padding-right: 50px
}

@-webkit-keyframes gift-appear {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    60% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes gift-appear {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    60% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.paywall-message__toggle {
    display: none
}

.paywall-message {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 0;
    max-width: 300px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 5400;
    pointer-events: none;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.paywall-message.js-reveal {
    -webkit-animation-name: slide-in-up;
    animation-name: slide-in-up
}

.no-js .paywall-message {
    -webkit-animation-name: slide-in-up;
    animation-name: slide-in-up;
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.paywall-message__toggle:checked + .paywall-message {
    -webkit-animation-name: slide-out-down;
    animation-name: slide-out-down;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.paywall-message__body {
    display: block;
    position: relative;
    margin-bottom: 44px;
    padding: 15px;
    border: 1px solid #000;
    background-color: #fff;
    pointer-events: all
}

.paywall-message__close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #bbb;
    font-size: 1.5em;
    line-height: 16px;
    cursor: pointer
}

.paywall-message__close:before {
    content: "x"
}

.js-iconfont-loaded .paywall-message__close:before, .no-js .paywall-message__close:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.paywall-message__text {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.375em;
    font-weight: 500;
    line-height: 24px
}

.js-stag-loaded .paywall-message__text, .no-js .paywall-message__text {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.paywall-message__button {
    display: block;
    margin-top: 15px;
    padding: 10px;
    font-size: 1.5em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase
}

.paywall-progress {
    position: relative;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    padding-top: 1px;
    padding-left: 26px;
    color: #999;
    font-size: 1em;
    line-height: 18px
}

.paywall-progress:before {
    content: "🕐"
}

.js-iconfont-loaded .paywall-progress:before, .no-js .paywall-progress:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.paywall-progress:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 1
}

.paywall-progress--medium:before {
    content: "🕑"
}

.js-iconfont-loaded .paywall-progress--medium:before, .no-js .paywall-progress--medium:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.paywall-progress--high:before {
    content: "🕓"
}

.js-iconfont-loaded .paywall-progress--high:before, .no-js .paywall-progress--high:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.article__text + .paywall-progress {
    margin-top: 7px
}

.photo__placeholder {
    display: block;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    background-color: #e5e5e5;
    /*background-image: url(../images/no-photo-e008c7099c.svg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35%;
    overflow: hidden
}

.layout--theater .page-section-wrapper .photo__placeholder {
    background-color: rgba(0, 0, 0, .5);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.photo__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.photo__meta {
    font-size: .8125em;
    line-height: 18px;
    font-weight: 400;
    padding: .5em 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #999
}

.photo__meta:before {
    content: "";
    margin-right: 8px;
    color: #1313f1;
    vertical-align: top
}

.layout--theater .photo__meta:before {
    color: #fff
}

.js-iconfont-loaded .photo__meta:before, .no-js .photo__meta:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.photoalbum-page .article__media .photo__meta {
    padding: 0;
    border-bottom: 0
}

.photoalbum-page .article__media .photo__meta:before {
    display: none
}

.highlight .article__media:not(:last-child) .photo__meta {
    border-bottom: 0
}

.layout--theater .photo__meta {
    border-color: rgba(255, 255, 255, .5)
}

.photo__credit:before {
    content: "© ";
    vertical-align: middle
}

.photoalbum-page .article__media .photo__credit {
    display: block;
    padding: 8px 0 8px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.photo__credit + .photo__caption:before {
    content: ' - '
}

.photo__description {
    margin: 25px 0 0;
    padding: 0 0 0 15px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.8
}

.photo__description a, .photo__description a:active, .photo__description a:focus, .photo__description a:hover, .photo__description a:visited {
    color: #fff;
    text-decoration: underline
}

.poll {
    overflow: hidden
}

.poll__header {
    margin-bottom: -1px
}

.poll__container {
    border: 1px solid #e5e5e5
}

.poll__toggle-trigger {
    display: none
}

.poll__view-toggle {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-left: 0;
    padding-right: 20px;
    -webkit-transition: .4s ease-out margin-left, .4s ease-out opacity;
    transition: .4s ease-out margin-left, .4s ease-out opacity;
    color: #1313f1;
    font-weight: 500;
    line-height: 2.125;
    white-space: nowrap;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    pointer-events: auto
}

.js-stagsans-loaded .poll__view-toggle, .no-js .poll__view-toggle {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.poll__content {
    display: block;
    width: 50%;
    padding: 0 15px
}

.poll__content:after {
    display: table;
    clear: both;
    content: ' '
}

.poll--inactive .poll__content {
    width: 100%
}

.poll__content--vote {
    float: left
}

.no-js .poll__content--vote {
    float: right
}

.poll--inactive .poll__content--vote {
    display: none
}

.poll__content--result {
    float: right
}

.no-js .poll__content--result {
    float: left
}

.poll__content-holder {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: .4s ease-in-out margin-left;
    transition: .4s ease-in-out margin-left
}

.poll__content-holder:after {
    display: table;
    clear: both;
    content: ' '
}

.no-js .poll__content-holder {
    margin-left: 0
}

.poll__toggle-trigger:checked ~ .poll__container .poll__content-holder {
    margin-left: 0
}

.no-js .poll__toggle-trigger:checked ~ .poll__container .poll__content-holder {
    margin-left: -100%
}

.poll--inactive .poll__toggle-trigger ~ .poll__container .poll__content-holder {
    width: 100%;
    margin-left: 0
}

.poll__question {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-family: Arial, sans-serif;
    font-size: 1.375em;
    line-height: 24px;
    font-weight: 700;
    margin: 15px 0;
    padding: 0 15px;
    font-weight: 500
}

.js-stag-loaded .poll__question, .no-js .poll__question {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.poll__options {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style-type: none
}

.poll__option-item {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    max-width: calc(100% - 2.5em);
    margin-bottom: 10px;
    font-weight: 500
}

.js-stagsans-loaded .poll__option-item, .no-js .poll__option-item {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.js-no-csscalc .poll__option-item {
    width: 80%
}

.poll__option-item + .poll__option-item {
    margin-top: 4px
}

.poll__option-label {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 25px
}

.poll__option-label:after, .poll__option-label:before {
    position: absolute;
    content: ' '
}

.poll__option-label:before {
    display: block;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: solid 2px #e5e5e5;
    border-radius: 12px;
    z-index: 2
}

.js-poll-error .poll__option-label:before {
    -webkit-animation: js-flash-error .8s 1;
    animation: js-flash-error .8s 1
}

.poll__option-label:after {
    display: block;
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .25s ease-in-out all;
    transition: .25s ease-in-out all;
    border-radius: 5px;
    background-color: #000;
    opacity: 0;
    z-index: 5
}

.poll__option-radio {
    display: none
}

.poll__option-radio:checked + .poll__option-label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.poll__option-radio:checked + .poll__option-label:before {
    border-color: #000
}

.poll__button {
    border-radius: 3px;
    background-image: url(../images/spinner/loader-red-1e84950f5b.gif);
    background-repeat: no-repeat;
    background-position: -2000px;
    cursor: pointer
}

.js-poll-has-voted .poll__button {
    display: none
}

.js-poll-is-waiting .poll__button {
    background-position: center center;
    opacity: .6
}

.poll__button:focus {
    outline: 0
}

.poll--inactive .poll__button {
    display: none
}

.js-poll-is-waiting .poll__button-text {
    visibility: hidden
}

.poll__results {
    margin-top: 0;
    padding: 0;
    list-style-type: none
}

.poll__bar {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    position: relative;
    padding: 6px 0;
    background-color: #e5e5e5;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .1px
}

.poll__bar:after {
    display: table;
    clear: both;
    content: ' '
}

.js-stagsans-loaded .poll__bar, .no-js .poll__bar {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.poll__result-item + .poll__result-item {
    margin-top: 1px
}

.poll__percentage-label, .poll__result-label {
    display: block;
    position: relative;
    padding: 0;
    color: #fff;
    line-height: 1.13;
    overflow: visible;
    vertical-align: bottom;
    z-index: 5
}

.poll__result-label {
    width: 100%;
    max-width: calc(100% - 3.5em);
    padding-left: 10px;
    float: left
}

.js-no-csscalc .poll__result-label {
    width: 80%
}

.poll__percentage-label {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-right: 10px;
    float: right;
    -webkit-transition: .5s ease-in-out opacity 1s;
    transition: .5s ease-in-out opacity 1s;
    color: #003;
    font-size: .875em;
    font-weight: 500;
    line-height: 1.356;
    opacity: 1
}

.js-stagsans-loaded .poll__percentage-label, .no-js .poll__percentage-label {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.js-no-csscalc .poll__percentage-label {
    width: 20%
}

.poll__toggle-trigger ~ .poll__container .poll__content-holder .poll__percentage-label {
    opacity: 1
}

.no-js .poll__toggle-trigger ~ .poll__container .poll__content-holder .poll__percentage-label {
    opacity: 0
}

.poll__toggle-trigger:checked ~ .poll__container .poll__content-holder .poll__percentage-label {
    -webkit-transition: .1s ease-in-out opacity .6s;
    transition: .1s ease-in-out opacity .6s;
    opacity: 0
}

.no-js .poll__toggle-trigger:checked ~ .poll__container .poll__content-holder .poll__percentage-label {
    -webkit-transition: .5s ease-in-out opacity .6s;
    transition: .5s ease-in-out opacity .6s;
    opacity: 1
}

.poll__percentage {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-right: 15px;
    -webkit-transition: .8s ease-out width .5s;
    transition: .8s ease-out width .5s;
    background-color: #003;
    color: #fff;
    font-size: 1.05em;
    font-weight: 700;
    z-index: 1
}

.js-ramagothice-loaded .poll__percentage, .no-js .poll__percentage {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.poll__toggle-trigger:checked ~ .poll__container .poll__content-holder .poll__percentage {
    -webkit-transition: .1s ease-out width .6s;
    transition: .1s ease-out width .6s
}

.js .poll__toggle-trigger:checked ~ .poll__container .poll__content-holder .poll__percentage {
    width: 0 !important
}

.poll__vote-count {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: inline-block;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-top: .4em;
    font-size: 1;
    font-weight: 500
}

.js-stagsans-loaded .poll__vote-count, .no-js .poll__vote-count {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.poll__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px
}

.poll__cta {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    text-align: right
}

.poll__result-toggle {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

@-webkit-keyframes js-flash-error {
    0% {
        border-width: 1px;
        border-color: #d6d6d6
    }
    1% {
        border-width: 2px
    }
    20% {
        border-color: red
    }
    30% {
        border-color: red
    }
    50% {
        border-color: #d6d6d6
    }
    70% {
        border-color: red
    }
    80% {
        border-color: red
    }
    99% {
        border-width: 2px
    }
    100% {
        border-width: 1px;
        border-color: #d6d6d6
    }
}

@keyframes js-flash-error {
    0% {
        border-width: 1px;
        border-color: #d6d6d6
    }
    1% {
        border-width: 2px
    }
    20% {
        border-color: red
    }
    30% {
        border-color: red
    }
    50% {
        border-color: #d6d6d6
    }
    70% {
        border-color: red
    }
    80% {
        border-color: red
    }
    99% {
        border-width: 2px
    }
    100% {
        border-width: 1px;
        border-color: #d6d6d6
    }
}

.popular-online__teasers {
    background-color: #003
}

.popular-videos__teasers {
    background-color: #1c1c1c
}

.quote {
    position: relative;
    margin: 0
}

.highlight--important .quote {
    margin-right: 15px
}

.quote__text {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    position: relative;
    min-height: 104px;
    margin: 0;
    padding: 24px 30px 24px 126px;
    background-color: #f5f5f5;
    font-size: 1.375em;
    line-height: 1.27
}

.js-stag-loaded .quote__text, .no-js .quote__text {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.quote__text:before {
    content: '"';
    position: absolute;
    top: 19px;
    left: 30px;
    color: red;
    font-size: 3em;
    line-height: 1
}

.js-iconfont-loaded .quote__text:before, .no-js .quote__text:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.highlight--important .quote__text {
    background-color: #fff
}

.layout--theater .quote__text {
    color: #000
}

.quote__quotee {
    display: block;
    position: relative;
    min-height: 35px;
    padding-top: 16px;
    padding-left: 75px;
    color: #bbb;
    font-size: .875em;
    line-height: 16px
}

.quote__quotee:before {
    position: absolute;
    top: 0;
    left: 30px;
    margin-right: 20px;
    border-top: 30px solid #f5f5f5;
    border-left: 35px solid transparent;
    content: ' ';
    vertical-align: text-bottom
}

.highlight--important .quote__quotee:before {
    border-top-color: #fff
}

.no-flex .region-search, .no-js .region-search {
    display: none
}

.region-search__results {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    min-height: 47px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-top-width: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f5f5f5;
    z-index: 102
}

.search__form.js-input-active .region-search__results {
    display: block
}

.region-search__results li {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 15px;
    -webkit-transition: .2s ease-in background-color;
    transition: .2s ease-in background-color;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
    text-transform: capitalize;
    list-style-type: none
}

.js-stagsans-loaded .region-search__results li, .no-js .region-search__results li {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.region-search__results li:first-child {
    background-color: #e8e8e8
}

.region-search__results li:last-child {
    border-bottom: 0
}

.region-search__results li:hover {
    background-color: #e8e8e8;
    cursor: pointer
}

.region-search__results li a[href] {
    display: block;
    height: 100%
}

.region-search__results li a[href]:after {
    display: table;
    clear: both;
    content: ' '
}

.region-search__results li a[href], .region-search__results li a[href]:active, .region-search__results li a[href]:focus, .region-search__results li a[href]:hover, .region-search__results li a[href]:visited {
    color: #000
}

.region-search__results li span {
    float: right
}

.region-search__results li span:first-child {
    float: left
}

.region-search__results li strong {
    color: #ff7f00;
    font-weight: 500
}

.region-search__results:hover li:first-child:not(:hover) {
    background-color: #f5f5f5
}

.region {
    display: table;
    width: 100%
}

.region__name {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: table-cell;
    padding-right: 5px;
    font-weight: 500;
    line-height: 18px
}

.js-stagsans-loaded .region__name, .no-js .region__name {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.region__postal-code {
    display: table-cell;
    padding-left: 5px;
    text-align: right
}

.region-link-wrapper .region__postal-code {
    color: #000
}

.region-link-wrapper {
    display: block
}

.region-group__header {
    background-color: #f5f5f5
}

.region-group__title {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    margin: 0;
    padding: 10px 15px;
    font-size: 1.375em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.js-stag-loaded .region-group__title, .no-js .region-group__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.region-group__list {
    margin-top: 0;
    padding-left: 0;
    border-bottom: 1px solid #e5e5e5;
    list-style-type: none
}

.region-group__item {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    line-height: 1
}

.region-group__item:last-child {
    border-bottom-width: 0
}

.related-content--right {
    width: 40%;
    max-width: 300px;
    margin-top: 13px;
    margin-left: 30px;
    float: right
}

.article__media + .related-content--right {
    margin-top: 23px
}

.related-content--fullwidth {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.125em;
    font-weight: 500
}

.js-stag-loaded .related-content--fullwidth, .no-js .related-content--fullwidth {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.related-content__title {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.125em;
    line-height: 26px;
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500
}

.js-stag-loaded .related-content__title, .no-js .related-content__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.live-sport-teaser {
    margin-bottom: 15px
}

.live-sport-teaser__scoreboards {
    background-color: #f5f5f5
}

.live-sport-teaser__scoreboard {
    vertical-align: top
}

.scoreboard {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    padding: 15px;
    overflow: hidden
}

.js-ramagothice-loaded .scoreboard, .no-js .scoreboard {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.article__scoreboard .scoreboard {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5
}

.live-sport-teaser .scoreboard {
    border-right: 1px solid #fff
}

.live-sport-teaser .live-sport-teaser__scoreboard:last-child .scoreboard {
    border-right-width: 0
}

.scoreboard__match-wrapper {
    display: block
}

.match {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.vertical-teaser__scoreboard .match.js-match--state-active:before, .vertical-teaser__scoreboard .match.match--state-active:before {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 4px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffce00;
    color: #000;
    font-size: .875em;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    content: attr(data-match-active-indicator);
    -webkit-animation-name: pulsate-color;
    animation-name: pulsate-color;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.js-ramagothice-loaded .vertical-teaser__scoreboard .match.js-match--state-active:before, .js-ramagothice-loaded .vertical-teaser__scoreboard .match.match--state-active:before, .no-js .vertical-teaser__scoreboard .match.js-match--state-active:before, .no-js .vertical-teaser__scoreboard .match.match--state-active:before {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.match-column {
    display: block
}

.match-column--flag {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 70px;
    padding: 0 15px
}

.article__scoreboard .match-column--flag {
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    max-width: 80px
}

.scoreboard.js-scoreboard--xs .match-column--flag {
    -webkit-flex-basis: 37.5px;
    -ms-flex-preferred-size: 37.5px;
    flex-basis: 37.5px;
    max-width: 37.5px;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

.scoreboard.js-scoreboard--sm .match-column--flag {
    -webkit-flex-basis: 35px;
    -ms-flex-preferred-size: 35px;
    flex-basis: 35px;
    max-width: 35px
}

.live-sport-teaser.js-live-sport-teaser-with-betting .scoreboard.js-scoreboard--sm .match-column--flag, .scoreboard.js-scoreboard--sm.js-with-betting .match-column--flag {
    -webkit-flex-basis: 45px;
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
    max-width: 45px
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-medium-vertical-teaser__scoreboard .match-column--flag, .flow-medium-vertical-teaser__scoreboard .match-column--flag {
        -webkit-flex-basis: 65px;
        -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
        max-width: 65px
    }
}

.tablet-vertical-teaser__scoreboard .match-column--flag {
    display: none
}

.match-column--home-flag {
    text-align: right
}

.scoreboard.js-scoreboard--sm .match-column--home-flag {
    padding-right: 10px;
    padding-left: 0;
    text-align: center
}

.live-sport-teaser.js-live-sport-teaser-with-betting .scoreboard.js-scoreboard--sm .match-column--home-flag, .scoreboard.js-scoreboard--sm.js-with-betting .match-column--home-flag, .scoreboard.js-scoreboard--xs .match-column--home-flag {
    padding-right: 5px
}

.match-column--away-flag {
    text-align: left
}

.scoreboard.js-scoreboard--sm .match-column--away-flag {
    padding-right: 0;
    padding-left: 10px;
    text-align: center
}

.live-sport-teaser.js-live-sport-teaser-with-betting .scoreboard.js-scoreboard--sm .match-column--away-flag, .scoreboard.js-scoreboard--sm.js-with-betting .match-column--away-flag, .scoreboard.js-scoreboard--xs .match-column--away-flag {
    padding-left: 5px
}

.match-column--home-team {
    text-align: right
}

.match-column--score {
    -webkit-flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 40px
}

.article__scoreboard .match-column--score {
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    max-width: 50px
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-medium-vertical-teaser__scoreboard .match-column--score, .flow-medium-vertical-teaser__scoreboard .match-column--score {
        -webkit-flex-basis: 35px;
        -ms-flex-preferred-size: 35px;
        flex-basis: 35px;
        max-width: 35px
    }
}

.match-column--status {
    -webkit-flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 40px;
    padding: 0 5px;
    text-align: center;
    overflow: hidden
}

.article__scoreboard .match-column--status {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 52px;
    max-width: 90px
}

.scoreboard.js-scoreboard--sm .match-column--status, .scoreboard.js-scoreboard--xs .match-column--status {
    padding-right: 3px;
    padding-left: 3px
}

.live-sport-teaser:not(.js-live-sport-teaser-with-betting) .scoreboard.js-scoreboard--sm .match-column--status, .scoreboard.js-scoreboard--lg .match-column--status {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none
}

.match-column--team-small {
    display: block;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 50%
}

@media screen and (min-width: 1024px) {
    .article__scoreboard .match-column--team-small {
        display: none
    }
}

.football-overview .match-column--team-small, .scoreboard.js-scoreboard--lg .match-column--team-small, .scoreboard.js-scoreboard--sm .match-column--team-small, .scoreboard.js-scoreboard--xs .match-column--team-small {
    display: none
}

.match-column--team {
    display: none
}

.article__scoreboard .match-column--team, .scoreboard.js-scoreboard--lg .match-column--team {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 50%;
    word-wrap: break-word
}

@media screen and (min-width: 1024px) {
    .article__scoreboard .match-column--team {
        display: block
    }
}

.scoreboard.js-scoreboard--lg .match-column--team, .vertical-teaser__scoreboard .match-column--team {
    display: block
}

.tablet-vertical-teaser__scoreboard .match-column--team {
    padding: 0 15px
}

.match__score {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    border-radius: 3px;
    background-color: #1c1c1c;
    color: #fff;
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1.15;
    text-align: center
}

.js-stagsans-loaded .match__score, .no-js .match__score {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.article__scoreboard .match__score {
    width: 50px;
    height: 50px;
    font-size: 2.375em
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-medium-vertical-teaser__scoreboard .match__score, .flow-medium-vertical-teaser__scoreboard .match__score {
        width: 35px;
        height: 35px;
        font-size: 1.56em
    }
}

.match__status {
    display: block;
    color: #999;
    font-size: .875em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.article__scoreboard .match__status {
    font-size: 1.25em
}

.live-sport-teaser__scoreboards .match__status {
    white-space: normal
}

.scoreboard.js-scoreboard--lg .match__status {
    font-size: 1em
}

.scoreboard__match-wrapper .match__status, .scoreboard__match-wrapper .match__status:active, .scoreboard__match-wrapper .match__status:focus, .scoreboard__match-wrapper .match__status:hover, .scoreboard__match-wrapper .match__status:visited, .vertical-teaser__scoreboard .js-match--state-active .match__status, .vertical-teaser__scoreboard .js-match--state-active .match__status:active, .vertical-teaser__scoreboard .js-match--state-active .match__status:focus, .vertical-teaser__scoreboard .js-match--state-active .match__status:hover, .vertical-teaser__scoreboard .js-match--state-active .match__status:visited, .vertical-teaser__scoreboard .match--state-active .match__status, .vertical-teaser__scoreboard .match--state-active .match__status:active, .vertical-teaser__scoreboard .match--state-active .match__status:focus, .vertical-teaser__scoreboard .match--state-active .match__status:hover, .vertical-teaser__scoreboard .match--state-active .match__status:visited {
    color: #1313f1
}

.team-wrapper {
    width: 80px;
    padding: 0 15px;
    text-align: center
}

.match-bets-column--home-team .team-wrapper, .match-column--home-team .team-wrapper {
    float: right
}

.match-bets-column--home-team .team-wrapper:after, .match-column--home-team .team-wrapper:after {
    display: table;
    clear: both;
    content: ' '
}

@media screen and (min-width: 1024px) {
    .article__scoreboard .team-wrapper {
        width: 30px
    }
}

.team__flag {
    width: 40px;
    vertical-align: middle
}

.article__scoreboard .team__flag {
    width: 50px
}

.scoreboard.js-scoreboard--sm .team__flag, .scoreboard.js-scoreboard--xs .team__flag {
    width: 25px
}

.live-sport-teaser.js-live-sport-teaser-with-betting .scoreboard.js-scoreboard--sm .team__flag, .live-sport-teaser.js-live-sport-teaser-with-betting .scoreboard.js-scoreboard--xs .team__flag, .scoreboard.js-scoreboard--sm.js-with-betting .team__flag, .scoreboard.js-scoreboard--xs.js-with-betting .team__flag {
    width: 40px
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-medium-vertical-teaser__scoreboard .team__flag, .flow-medium-vertical-teaser__scoreboard .team__flag {
        width: 35px
    }
}

.team__name {
    color: #000;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase
}

.team__flag + .team__name {
    display: none
}

.scoreboard.js-scoreboard--sm .team__flag + .team__name, .scoreboard.js-scoreboard--xs .team__flag + .team__name {
    display: block;
    margin-top: 1px;
    font-size: .875em;
    text-align: center
}

.football-overview .team__flag + .team__name {
    display: block;
    margin-top: 10px;
    font-size: 1.25em;
    text-align: center
}

.scoreboard.js-scoreboard--xs .team__flag + .team__name {
    margin-top: 2px
}

.football-overview .js-with-betting .team__flag + .team__name, .live-sport-teaser.js-live-sport-teaser-with-betting .scoreboard.js-scoreboard--sm .team__flag + .team__name, .live-sport-teaser.js-live-sport-teaser-with-betting .scoreboard.js-scoreboard--xs .team__flag + .team__name, .scoreboard.js-scoreboard--sm.js-with-betting .team__flag + .team__name, .scoreboard.js-scoreboard--xs.js-with-betting .team__flag + .team__name {
    display: none
}

.article__scoreboard .team__name {
    font-size: 1.5625em
}

.live-sport-teaser.js-live-sport-teaser-with-betting .scoreboard.js-scoreboard--xs .match-bets-column--team .team__name, .scoreboard.js-scoreboard--xs.js-with-betting .match-bets-column--team .team__name {
    font-size: 1em
}

.match-bets-column--away-team .team__name {
    padding-left: 5px
}

.match-bets-column--home-team .team__name {
    padding-right: 5px
}

.match-bets {
    display: none;
    width: 100%;
    margin-top: 10px
}

.live-sport-teaser.js-live-sport-teaser-with-betting .match-bets, .scoreboard.js-with-betting .match-bets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.match-bets-column {
    padding: 0;
    text-align: center
}

.live-sport-teaser.js-live-sport-teaser-with-betting .match-bets-column--bets, .scoreboard.js-with-betting .match-bets-column--bets {
    -webkit-flex-basis: 119px;
    -ms-flex-preferred-size: 119px;
    flex-basis: 119px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.article__scoreboard .live-sport-teaser.js-live-sport-teaser-with-betting .match-bets-column--bets, .article__scoreboard .scoreboard.js-with-betting .match-bets-column--bets {
    -webkit-flex-basis: 152px;
    -ms-flex-preferred-size: 152px;
    flex-basis: 152px
}

.match-bets-column--team {
    display: none
}

.live-sport-teaser.js-live-sport-teaser-with-betting .scoreboard.js-scoreboard--sm .match-bets-column--team, .live-sport-teaser.js-live-sport-teaser-with-betting .scoreboard.js-scoreboard--xs .match-bets-column--team, .scoreboard.js-scoreboard--sm.js-with-betting .match-bets-column--team, .scoreboard.js-scoreboard--xs.js-with-betting .match-bets-column--team {
    display: block;
    -webkit-flex-basis: 37.5px;
    -ms-flex-preferred-size: 37.5px;
    flex-basis: 37.5px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.live-sport-teaser.js-live-sport-teaser-with-betting .scoreboard.js-scoreboard--sm .match-bets-column--team, .scoreboard.js-scoreboard--sm.js-with-betting .match-bets-column--team {
    -webkit-flex-basis: 45px;
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px
}

.football-overview .js-with-betting .match-bets-column--team {
    display: block;
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.small-scoreboard {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 18px
}

.small-scoreboard--inline {
    display: inline-block;
    position: relative
}

.small-scoreboard__match {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .875em;
    font-weight: 600;
    text-align: center
}

.js-ramagothice-loaded .small-scoreboard__match, .no-js .small-scoreboard__match {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.small-scoreboard--inline .small-scoreboard__match {
    font-size: 1em
}

.small-scoreboard__match.js-match--state-active:before, .small-scoreboard__match.match--state-active:before {
    display: block;
    padding: 0 3px;
    background-color: #ffce00;
    color: #000;
    line-height: 18px;
    text-transform: uppercase;
    content: attr(data-match-active-indicator);
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: pulsate-color;
    animation-name: pulsate-color;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.small-scoreboard__team {
    padding: 0 3px;
    background-color: #f5f5f5;
    color: #000;
    line-height: 18px
}

.small-scoreboard__score {
    display: block;
    width: 18px;
    background-color: #1c1c1c;
    color: #fff;
    line-height: 18px
}

.small-scoreboard__score + .small-scoreboard__score {
    border-left: 1px solid #333
}

.search-results__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.search-results__item {
    border-top: #e5e5e5 thin solid
}

.search__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f5f5f5
}

.search__form--region {
    background-color: #003
}

.search__input {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    padding-right: 40px;
    padding-left: 50px;
    border: 1px solid #e5e5e5;
    outline: 0;
    font-size: 1.125em;
    box-shadow: none
}

.js-stagsans-loaded .search__input, .no-js .search__input {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.search__input::-ms-clear {
    display: none
}

.search__form.js-input-active .search__input {
    padding-left: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.search__input::-webkit-input-placeholder {
    color: #bbb
}

.search__input::-moz-placeholder {
    color: #bbb
}

.search__input::placeholder {
    color: #bbb
}

.search__form--region .search__input {
    border: 0;
    font-size: 1.25em
}

.search__input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 100%
}

.search__form:not(.js-input-active) .search__input-wrapper:before {
    content: "Q";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.1875em;
    text-align: center;
    vertical-align: middle;
    z-index: 1
}

.js-iconfont-loaded .search__form:not(.js-input-active) .search__input-wrapper:before, .no-js .search__form:not(.js-input-active) .search__input-wrapper:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.search__form.js-input-active .search__input-wrapper:before {
    display: none
}

.search__reset {
    padding: 15px 0
}

.search__button {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
    padding: 15px 30px;
    -webkit-transition: .3s ease-in-out background-color;
    transition: .3s ease-in-out background-color;
    outline: 0;
    font-size: 1.5em;
    line-height: .75
}

.search__form--region .search__button {
    line-height: 1
}

.search__summary {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 0 15px;
    color: #999
}

.js-stagsans-loaded .search__summary, .no-js .search__summary {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.side-menu {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 5px
}

@media screen and (min-width: 750px) {
    .side-menu {
        margin-top: 0
    }
}

.side-menu--services {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

@media screen and (min-width: 750px) {
    .side-menu--services {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.side-menu--social {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    text-align: right
}

@media screen and (min-width: 750px) {
    .side-menu--social {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        max-width: 240px
    }
}

.no-flex .side-menu--social {
    text-align: right
}

.no-flex .side-menu {
    display: table-cell
}

.side-menu__list {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .75em;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.js-stagsans-loaded .side-menu__list, .no-js .side-menu__list {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.side-menu__item {
    display: inline;
    list-style: none
}

.side-menu__item--logo {
    padding-right: 7px
}

.side-menu--social .side-menu__item {
    display: inline-block
}

.side-menu--social .side-menu__item + .side-menu__item {
    margin-left: 8px
}

.side-menu__link {
    display: inline-block;
    padding-right: 8px;
    line-height: 10px
}

.side-menu__item + .side-menu__item .side-menu__link {
    padding-left: 9px;
    border-left: 1px solid #e5e5e5
}

.side-menu__item:last-child .side-menu__link {
    padding-right: 0
}

.side-menu__image {
    height: 10px;
    vertical-align: bottom
}

.facebook {
    background-color: #3b5998
}

.facebook:before {
    content: "F"
}

.js-iconfont-loaded .facebook:before, .no-js .facebook:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.facebook, .facebook:active, .facebook:focus, .facebook:hover, .facebook:visited {
    color: #fff
}

.facebook:active, .facebook:focus, .facebook:hover {
    background-color: #2d4373
}

.facebook--like:before {
    content: "F"
}

.js-iconfont-loaded .facebook--like:before, .no-js .facebook--like:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.twitter {
    background-color: #55acef
}

.twitter:before {
    content: "T"
}

.js-iconfont-loaded .twitter:before, .no-js .twitter:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.twitter, .twitter:active, .twitter:focus, .twitter:hover, .twitter:visited {
    color: #fff
}

.twitter:active, .twitter:focus, .twitter:hover {
    background-color: #2695eb
}

.instagram {
    background-color: #517fa3
}

.instagram:before {
    content: "I"
}

.js-iconfont-loaded .instagram:before, .no-js .instagram:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.instagram, .instagram:active, .instagram:focus, .instagram:hover, .instagram:visited {
    color: #fff
}

.instagram:active, .instagram:focus, .instagram:hover {
    background-color: #406481
}

.newsletter:before {
    content: "M"
}

.js-iconfont-loaded .newsletter:before, .no-js .newsletter:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.page-theme--de-krant .newsletter {
    background-color: #0095d9;
    color: #fff
}

.page-theme--home .newsletter {
    background-color: red;
    color: #fff
}

.page-theme--nieuws .newsletter {
    background-color: red;
    color: #fff
}

.page-theme--nina .newsletter {
    background-color: #9703bb;
    color: #fff
}

.page-theme--regio .newsletter {
    background-color: #ff7f00;
    color: #fff
}

.page-theme--showbizz .newsletter {
    background-color: #ec008c;
    color: #fff
}

.page-theme--sponsored .newsletter {
    background-color: #1313f1;
    color: #fff
}

.page-theme--sport .newsletter {
    background-color: #46b20f;
    color: #fff
}

.page-theme--video .newsletter {
    background-color: #1c1c1c;
    color: #fff
}

.follow-buttons {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: 500
}

.js-stagsans-loaded .follow-buttons, .no-js .follow-buttons {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 768px) {
    .follow-buttons {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.follow-buttons__text {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .follow-buttons__text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.follow-buttons__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.follow-buttons__list:after {
    display: table;
    clear: both;
    content: ' '
}

@media screen and (min-width: 768px) {
    .follow-buttons__list {
        margin-left: 15px
    }
}

.follow-button {
    display: block
}

.follow-button + .follow-button {
    margin-left: 15px
}

.social-count {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: none;
    position: relative;
    min-width: 2em;
    height: 2em;
    margin-left: 10px;
    padding: 0 10px;
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 38px;
    text-align: center
}

.js-ramagothice-loaded .social-count, .no-js .social-count {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.social-count:after, .social-count:before {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none
}

.social-count:after {
    margin-top: -4px;
    border-width: 4px;
    border-right-color: #fff
}

.social-count:before {
    margin-top: -5px;
    border-width: 5px;
    border-right-color: #e5e5e5
}

.social-count.js-s-fb-count-in-progress {
    display: inline-block;
    -webkit-transition: opacity .5s ease-in-out .15s;
    transition: opacity .5s ease-in-out .15s
}

.social-count.js-s-fb-count-ready {
    display: inline-block
}

.no-js .social-button + .social-count {
    display: inline-block
}

.social-widget {
    padding: 15px;
    background-color: #f5f5f5
}

.social-widget__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.social-widget__item + .social-widget__item {
    margin-top: 10px
}

.social-widget__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.social-widget__button:before {
    width: 45px;
    min-width: 45px
}

.social-widget__button.button--large {
    padding: 0;
    line-height: 26px
}

.social-widget__button.button--large .button__link-text, .social-widget__button.button--large:before {
    padding: 10px 0
}

.social-widget__button-text {
    width: 100%;
    text-align: center
}

.instagram-media {
    width: calc(100% - 2px);
    max-width: 658px;
    margin: 1px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5), 0 1px 10px 0 rgba(0, 0, 0, .15)
}

.instagram-media__container {
    padding: 8px
}

.instagram-media__content {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 84.2188%;
    background-color: #f5f5f5;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 0;
    text-align: center
}

.instagram-media__description {
    margin: 8px 0 0;
    padding: 0 4px
}

.instagram-media__link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .875em;
    line-height: 17px;
    text-decoration: none;
    word-wrap: break-word
}

.instagram-media__link, .instagram-media__link:active, .instagram-media__link:focus, .instagram-media__link:hover, .instagram-media__link:visited {
    color: #000
}

.instagram-media__author {
    margin-top: 8px;
    margin-bottom: 0;
    padding: 8px 0 7px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .875em;
    line-height: 17px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.twitter-tweet {
    margin-right: auto;
    margin-left: auto
}

.highlight .twitter-tweet {
    width: 100% !important;
    margin-left: 0
}

blockquote.twitter-tweet {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #f5f5f5;
    font-family: Helvetica Neue, Roboto, Segoe UI, Calibri, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    line-height: 13px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15)
}

blockquote.twitter-tweet:before {
    display: block;
    margin-top: 15px;
    color: #55acef;
    content: 'Twitter'
}

blockquote.twitter-tweet p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 18px
}

blockquote.twitter-tweet a {
    outline: 0 none;
    color: inherit
}

blockquote.twitter-tweet a:active, blockquote.twitter-tweet a:focus, blockquote.twitter-tweet a:hover {
    text-decoration: underline
}

blockquote.twitter-tweet .twitter-tweet__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent
}

blockquote.twitter-tweet .twitter-tweet__text a, blockquote.twitter-tweet .twitter-tweet__text a:active, blockquote.twitter-tweet .twitter-tweet__text a:focus, blockquote.twitter-tweet .twitter-tweet__text a:hover, blockquote.twitter-tweet .twitter-tweet__text a:visited {
    color: #55acef
}

.js-sticky-top {
    position: fixed;
    top: 0
}

.js-sticky-bottom {
    position: absolute;
    bottom: 0
}

.component-hiking-trail {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.component-hiking-trail.js-sticky-between {
    background-color: #f5f5f5
}

.page-section-wrapper .component-hiking-trail.js-sticky-between {
    background-color: rgba(255, 255, 255, .05)
}

.sub-menu {
    clear: both
}

.sub-menu__list {
    max-height: 44px;
    margin: 0;
    padding-left: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    list-style-type: none
}

.sub-menu__list:after {
    display: table;
    clear: both;
    content: ' '
}

.sub-menu__item {
    float: left
}

.sub-menu__link {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    padding: 15px 0;
    font-size: .875em;
    font-weight: 500;
    line-height: 1
}

.js-stagsans-loaded .sub-menu__link, .no-js .sub-menu__link {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.sub-menu__link, .sub-menu__link:active, .sub-menu__link:focus, .sub-menu__link:hover, .sub-menu__link:visited {
    color: #000
}

.sub-menu__item--active .sub-menu__link {
    padding-bottom: 11px;
    border-bottom: 4px solid red
}

.page-theme--de-krant .sub-menu__item--active .sub-menu__link {
    border-color: #0095d9
}

.page-theme--home .sub-menu__item--active .sub-menu__link {
    border-color: red
}

.page-theme--nieuws .sub-menu__item--active .sub-menu__link {
    border-color: red
}

.page-theme--nina .sub-menu__item--active .sub-menu__link {
    border-color: #9703bb
}

.page-theme--regio .sub-menu__item--active .sub-menu__link {
    border-color: #ff7f00
}

.page-theme--showbizz .sub-menu__item--active .sub-menu__link {
    border-color: #ec008c
}

.page-theme--sponsored .sub-menu__item--active .sub-menu__link {
    border-color: #1313f1
}

.page-theme--sport .sub-menu__item--active .sub-menu__link {
    border-color: #46b20f
}

.page-theme--video .sub-menu__item--active .sub-menu__link {
    border-color: #1c1c1c
}

.sub-menu__link-text {
    display: block;
    padding: 0 15px
}

.sub-menu__item + .sub-menu__item .sub-menu__link-text {
    border-left: 1px solid #e5e5e5
}

.subscription {
    padding: 30px 10px;
    background-color: #f5f5f5
}

.subscription__header {
    margin: 0 auto;
    text-align: center
}

.subscription__title {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.75em;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    font-weight: 500;
    word-wrap: break-word
}

.js-stag-loaded .subscription__title, .no-js .subscription__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.subscription__subtitle {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1em;
    line-height: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 500;
    word-wrap: break-word
}

.js-stag-loaded .subscription__subtitle, .no-js .subscription__subtitle {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.subscription__description, .subscription__footer {
    max-width: 720px;
    margin: 35px auto 0;
    font-size: 1em;
    line-height: 1.25;
    text-align: center
}

.subscription__description + .subscription__description, .subscription__description + .subscription__footer, .subscription__footer + .subscription__description, .subscription__footer + .subscription__footer {
    margin-top: 10px
}

.subscription__divider {
    display: block;
    max-width: 460px;
    height: 1px;
    margin: 35px auto;
    border-width: 0;
    background-color: #e5e5e5;
    overflow: visible
}

.subscription__divider--wide {
    max-width: 720px
}

.subscription__footer {
    font-weight: 700
}

.subscription__footer + .subscription__footer {
    margin-top: 10px
}

.subscription__link, .subscription__link:active, .subscription__link:focus, .subscription__link:hover, .subscription__link:visited {
    color: #1313f1
}

.subscription__signature {
    display: block;
    margin-top: 30px;
    font-size: .875em;
    font-style: italic;
    text-align: center
}

.subscription__upper {
    text-transform: uppercase
}

.tag-list {
    margin-top: 13px;
    padding: 0 15px
}

.tag-list:after {
    display: table;
    clear: both;
    content: ' '
}

.tag-list__header {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    color: #000;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase
}

.js-ramagothice-loaded .tag-list__header, .no-js .tag-list__header {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.tag-list__list {
    display: block;
    margin: 0;
    padding: 0
}

.tag-list__item {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    float: left
}

.tag-list__link {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #f5f5f5;
    font-size: 1em;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase
}

.js-ramagothice-loaded .tag-list__link, .no-js .tag-list__link {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.tag-list__link, .tag-list__link:active, .tag-list__link:focus, .tag-list__link:hover, .tag-list__link:visited {
    color: #777
}

.teaser-link {
    display: block;
    line-height: 1
}

.teaser-link--color:active, .teaser-link--color:focus, .teaser-link--color:hover {
    color: red
}

.teaser-theme--de-krant .teaser-link--color:active, .teaser-theme--de-krant .teaser-link--color:focus, .teaser-theme--de-krant .teaser-link--color:hover {
    color: #0095d9
}

.teaser-theme--home .teaser-link--color:active, .teaser-theme--home .teaser-link--color:focus, .teaser-theme--home .teaser-link--color:hover {
    color: red
}

.teaser-theme--nieuws .teaser-link--color:active, .teaser-theme--nieuws .teaser-link--color:focus, .teaser-theme--nieuws .teaser-link--color:hover {
    color: red
}

.teaser-theme--nina .teaser-link--color:active, .teaser-theme--nina .teaser-link--color:focus, .teaser-theme--nina .teaser-link--color:hover {
    color: #9703bb
}

.teaser-theme--regio .teaser-link--color:active, .teaser-theme--regio .teaser-link--color:focus, .teaser-theme--regio .teaser-link--color:hover {
    color: #ff7f00
}

.teaser-theme--showbizz .teaser-link--color:active, .teaser-theme--showbizz .teaser-link--color:focus, .teaser-theme--showbizz .teaser-link--color:hover {
    color: #ec008c
}

.teaser-theme--sponsored .teaser-link--color:active, .teaser-theme--sponsored .teaser-link--color:focus, .teaser-theme--sponsored .teaser-link--color:hover {
    color: #1313f1
}

.teaser-theme--sport .teaser-link--color:active, .teaser-theme--sport .teaser-link--color:focus, .teaser-theme--sport .teaser-link--color:hover {
    color: #46b20f
}

.teaser-theme--video .teaser-link--color:active, .teaser-theme--video .teaser-link--color:focus, .teaser-theme--video .teaser-link--color:hover {
    color: #1c1c1c
}

.teaser-meta .teaser-link {
    overflow: hidden
}

.layout--theater .teaser-link, .layout--theater .teaser-link:active, .layout--theater .teaser-link:focus, .layout--theater .teaser-link:hover, .layout--theater .teaser-link:visited {
    color: #fff
}

.teaser-comment-link {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.teaser-picture {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.teaser-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

.teaser-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1;
    overflow: hidden
}

.teaser-label {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .875em;
    line-height: 14px;
    font-weight: 600;
    display: block;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    max-height: 16px;
    padding: 1px 4px;
    background-color: red;
    color: #fff;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.teaser-theme--de-krant .teaser-label {
    background-color: #0095d9;
    color: #fff
}

.teaser-theme--home .teaser-label {
    background-color: red;
    color: #fff
}

.teaser-theme--nieuws .teaser-label {
    background-color: red;
    color: #fff
}

.teaser-theme--nina .teaser-label {
    background-color: #9703bb;
    color: #fff
}

.teaser-theme--regio .teaser-label {
    background-color: #ff7f00;
    color: #fff
}

.teaser-theme--showbizz .teaser-label {
    background-color: #ec008c;
    color: #fff
}

.teaser-theme--sponsored .teaser-label {
    background-color: #1313f1;
    color: #fff
}

.teaser-theme--sport .teaser-label {
    background-color: #46b20f;
    color: #fff
}

.teaser-theme--video .teaser-label {
    background-color: #1c1c1c;
    color: #fff
}

.js-ramagothice-loaded .teaser-label, .no-js .teaser-label {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.horizontal-teaser__visual .teaser-label, .vertical-teaser__visual .teaser-label {
    max-height: 18px;
    padding-top: 2px;
    padding-bottom: 2px
}

.teaser-comments {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .875em;
    line-height: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 16px;
    padding: 1px 4px;
    background-color: #f5f5f5;
    color: #000;
    white-space: nowrap;
    vertical-align: middle
}

.js-ramagothice-loaded .teaser-comments, .no-js .teaser-comments {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.teaser-comments:before {
    content: "";
    display: inline;
    margin-right: 4px;
    color: red;
    font-size: 1em;
    vertical-align: text-bottom
}

.teaser-theme--de-krant .teaser-comments:before {
    color: #0095d9
}

.teaser-theme--home .teaser-comments:before {
    color: red
}

.teaser-theme--nieuws .teaser-comments:before {
    color: red
}

.teaser-theme--nina .teaser-comments:before {
    color: #9703bb
}

.teaser-theme--regio .teaser-comments:before {
    color: #ff7f00
}

.teaser-theme--showbizz .teaser-comments:before {
    color: #ec008c
}

.teaser-theme--sponsored .teaser-comments:before {
    color: #1313f1
}

.teaser-theme--sport .teaser-comments:before {
    color: #46b20f
}

.teaser-theme--video .teaser-comments:before {
    color: #1c1c1c
}

.js-iconfont-loaded .teaser-comments:before, .no-js .teaser-comments:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.horizontal-teaser__visual .teaser-comments, .vertical-teaser__visual .teaser-comments {
    max-height: 18px;
    padding-top: 2px;
    padding-bottom: 2px
}

.teaser-publication-time {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #777;
    font-size: .8125rem;
    font-weight: 500
}

.js-stagsans-loaded .teaser-publication-time, .no-js .teaser-publication-time {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.teaser-subtitle {
    color: #777;
    font-size: .75em;
    line-height: 14px
}

.teaser__video-icon:after {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px
}

.teaser__video-icon:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #1313f1;
    color: #fff;
    text-align: center
}

.teaser__video-icon:after {
    content: "Video"
}

.js-iconfont-loaded .teaser__video-icon:after, .no-js .teaser__video-icon:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.teaser__photo-icon:after {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px
}

.teaser__photo-icon:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #1313f1;
    color: #fff;
    text-align: center
}

.teaser__photo-icon:after {
    content: "Photoalbum"
}

.js-iconfont-loaded .teaser__photo-icon:after, .no-js .teaser__photo-icon:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.teaser__icon-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.teaser-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    background-color: #f5f5f5;
    list-style-type: none
}

.layout--theater .teaser-list {
    background-color: rgba(255, 255, 255, .05)
}

.teaser-list-item {
    padding: 0
}

.teaser-list-item + .teaser-list-item {
    border-top: 1px solid #fff
}

.layout--theater .teaser-list-item + .teaser-list-item {
    border-top: 1px solid #1c1c1c
}

.horizontal-teaser {
    width: 100%
}

.horizontal-teaser:after {
    display: table;
    clear: both;
    content: ' '
}

.horizontal-teaser__description, .horizontal-teaser__visual {
    width: 50%;
    max-width: 50%;
    float: left
}

.horizontal-teaser__visual {
    position: relative;
    padding-bottom: 15px
}

.horizontal-teaser__meta {
    position: absolute;
    bottom: 15px;
    left: 0
}

.horizontal-teaser__picture {
    background-color: #e5e5e5;
    /*background-image: url(../images/no-photo-e008c7099c.svg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%
}

.horizontal-teaser__plus-icon:before {
    /*background-image: url(../images/hln-plus-logo-406ad55134.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ' ';
    width: 42px;
    height: 18px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20
}

.horizontal-teaser__plus-icon-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.text-teaser__plus-icon:before {
    /*background-image: url(../images/hln-plus-logo-406ad55134.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ' ';
    width: 42px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.text-teaser__plus-icon-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.vertical-teaser__visual {
    position: relative
}

.vertical-teaser__meta {
    position: absolute;
    bottom: 0;
    left: 0
}

.vertical-teaser__picture {
    background-color: #e5e5e5;
    /*background-image: url(../images/no-photo-e008c7099c.svg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%
}

.vertical-teaser__description {
    word-wrap: break-word
}

.vertical-teaser__plus-icon:before {
    /*background-image: url(../images/hln-plus-logo-406ad55134.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ' ';
    width: 42px;
    height: 18px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20
}

.vertical-teaser__plus-icon-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.vertical-teaser__scoreboard {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 10px;
    background-color: rgba(255, 255, 255, .85);
    overflow: visible
}

.bakskes-horizontal-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid #fff
}

.bakskes-horizontal-teaser:first-child {
    border-top: 0
}

.bakskes-horizontal-teaser--plus {
    padding-bottom: 15px;
    font-size: .875rem
}

.bakskes-horizontal-teaser--plus .bakskes-horizontal-teaser__visual {
    padding-bottom: 0
}

.bakskes-horizontal-teaser--plus .bakskes-horizontal-teaser__description {
    margin-top: 10px;
    margin-left: -11px;
    padding: 0
}

.bakskes-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .bakskes-horizontal-teaser__title, .no-js .bakskes-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.bakskes-horizontal-teaser--plus .bakskes-horizontal-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-top: 0;
    padding-left: 0;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .bakskes-horizontal-teaser--plus .bakskes-horizontal-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.bakskes-text-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid #fff
}

.bakskes-text-teaser:first-child {
    border-top: 0
}

.bakskes-text-teaser--plus {
    font-size: .875rem;
    line-height: 1
}

.bakskes-text-teaser--plus.bakskes-text-teaser--no-intro {
    padding-bottom: 15px
}

.bakskes-text-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px
}

.js-stagsans-loaded .bakskes-text-teaser__title, .no-js .bakskes-text-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.bakskes-text-teaser--no-intro .bakskes-text-teaser__title {
    padding-bottom: 11px
}

.bakskes-text-teaser--plus .bakskes-text-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-left: 4px;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .bakskes-text-teaser--plus .bakskes-text-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.bakskes-text-teaser__meta {
    margin-right: 8px;
    float: left
}

.bakskes-text-teaser__intro {
    margin: 0;
    padding-top: 8px
}

.bakskes-text-teaser__intro:after {
    display: table;
    clear: both;
    content: ' '
}

.popular-online-text-teaser--plus .bakskes-text-teaser__intro {
    padding-top: 12px
}

.bakskes-text-teaser__intro-link {
    padding-bottom: 12px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 16px
}

.bakskes-text-teaser__intro-link, .bakskes-text-teaser__intro-link:active, .bakskes-text-teaser__intro-link:focus, .bakskes-text-teaser__intro-link:hover, .bakskes-text-teaser__intro-link:visited {
    color: #000
}

.bakskes-media-teaser {
    padding: 15px 15px 0;
    background-color: #1c1c1c
}

.bakskes-dossier-teaser + .bakskes-media-teaser, .bakskes-media-teaser + .bakskes-media-teaser {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.bakskes-media-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .bakskes-media-teaser__title, .no-js .bakskes-media-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.bakskes-media-teaser__link, .bakskes-media-teaser__link:active, .bakskes-media-teaser__link:focus, .bakskes-media-teaser__link:hover, .bakskes-media-teaser__link:visited {
    color: #fff
}

.bakskes-media-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.bakskes-dossier-teaser {
    position: relative;
    padding: 15px 15px 0;
    background-color: #003;
    color: #fff
}

.bakskes-dossier-teaser + .bakskes-dossier-teaser, .bakskes-media-teaser + .bakskes-dossier-teaser {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.bakskes-dossier-teaser__header {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: inherit;
    z-index: 101;
    max-width: calc(100% - 30px)
}

.bakskes-dossier-teaser__header-title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 4px;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.js-ramagothice-loaded .bakskes-dossier-teaser__header-title, .no-js .bakskes-dossier-teaser__header-title {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.bakskes-dossier-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px;
    color: #fff
}

.js-stagsans-loaded .bakskes-dossier-teaser__title, .no-js .bakskes-dossier-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.bakskes-dossier-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.bakskes-url-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid #fff
}

.bakskes-url-teaser:first-child {
    border-top: 0
}

.bakskes-url-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .bakskes-url-teaser__title, .no-js .bakskes-url-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.bakskes-url-teaser--outbound .bakskes-url-teaser__title {
    padding-bottom: 7px
}

.bakskes-url-teaser__outbound {
    display: block;
    position: relative;
    padding-bottom: 15px;
    padding-left: 10px;
    color: #bbb;
    font-size: .75rem;
    line-height: 14px
}

.bakskes-url-teaser__outbound:after {
    display: table;
    clear: both;
    content: ' '
}

.bakskes-url-teaser__outbound:after {
    content: "↗";
    float: right;
    font-size: 18px;
    vertical-align: bottom
}

.js-iconfont-loaded .bakskes-url-teaser__outbound:after, .no-js .bakskes-url-teaser__outbound:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.breaking-vertical-teaser {
    background-color: #003;
    color: #fff
}

.breaking-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.breaking-vertical-teaser__video-icon:after {
    width: 55px;
    height: 55px;
    font-size: 27px;
    line-height: 55px
}

@media screen and (min-width: 1024px) {
    .breaking-vertical-teaser__video-icon:after {
        width: 65px;
        height: 65px;
        font-size: 32px;
        line-height: 65px
    }
}

.breaking-vertical-teaser__description {
    margin-top: -28px;
    padding: 0 15px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .breaking-vertical-teaser__description {
        margin-top: -34px;
        padding: 0 15px
    }
}

.breaking-vertical-teaser__label {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: inline-block;
    position: absolute;
    top: -22px;
    font-size: 1.25em;
    font-weight: 600;
    text-transform: uppercase
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .breaking-vertical-teaser__label:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.js-ramagothice-loaded .breaking-vertical-teaser__label, .no-js .breaking-vertical-teaser__label {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .breaking-vertical-teaser__label {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -6px 0 0 0 red, 6px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        position: absolute;
        top: -26px;
        font-size: 1.5em
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .breaking-vertical-teaser__label:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.breaking-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #000;
    background-color: #ffce00;
    box-shadow: -4px 0 0 0 #ffce00, 4px 0 0 0 #ffce00;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.js-stag-loaded .breaking-vertical-teaser__title, .no-js .breaking-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .breaking-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: #ffce00;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .breaking-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px;
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #000;
        background-color: #ffce00;
        box-shadow: -6px 0 0 0 #ffce00, 6px 0 0 0 #ffce00;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

    .js-stag-loaded .breaking-vertical-teaser__title, .no-js .breaking-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .breaking-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: #ffce00;
        content: '';
        z-index: -1
    }
}

.breaking-vertical-teaser__title-link {
    padding-right: 6px;
    padding-left: 6px
}

.breaking-vertical-teaser__intro-link {
    line-height: inherit
}

.breaking-vertical-teaser__intro-link, .breaking-vertical-teaser__intro-link:active, .breaking-vertical-teaser__intro-link:focus, .breaking-vertical-teaser__intro-link:hover, .breaking-vertical-teaser__intro-link:visited {
    color: #fff
}

.breaking-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
    padding-bottom: 12px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.dossier-carousel-vertical-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.dossier-carousel-vertical-teaser--plus {
    padding-bottom: 15px
}

.dossier-carousel-vertical-teaser--plus .dossier-carousel-vertical-teaser__description {
    margin-top: -22px;
    padding: 0 15px
}

.dossier-carousel-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 11px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 22px;
    padding-left: 15px
}

.js-stag-loaded .dossier-carousel-vertical-teaser__title, .no-js .dossier-carousel-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.dossier-carousel-vertical-teaser--plus .dossier-carousel-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .dossier-carousel-vertical-teaser--plus .dossier-carousel-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.dossier-carousel-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-carousel-vertical-teaser__icon:after {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px
}

.dossier-carousel-vertical-teaser__plus-icon:before {
    width: 47px;
    height: 20px
}

.dossier-carousel-vertical-teaser__link, .dossier-carousel-vertical-teaser__link:active, .dossier-carousel-vertical-teaser__link:focus, .dossier-carousel-vertical-teaser__link:hover, .dossier-carousel-vertical-teaser__link:visited {
    color: #fff
}

.dossier-carousel-vertical-teaser--plus .dossier-carousel-vertical-teaser__link {
    padding-right: 4px;
    padding-left: 4px
}

.dossier-carousel-media-vertical-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.carousel__slide:last-child .dossier-carousel-media-vertical-teaser {
    border-bottom: 0
}

.dossier-carousel-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 11px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 22px;
    padding-left: 15px
}

.js-stag-loaded .dossier-carousel-media-vertical-teaser__title, .no-js .dossier-carousel-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.dossier-carousel-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-carousel-media-vertical-teaser__link, .dossier-carousel-media-vertical-teaser__link:active, .dossier-carousel-media-vertical-teaser__link:focus, .dossier-carousel-media-vertical-teaser__link:hover, .dossier-carousel-media-vertical-teaser__link:visited {
    color: #fff
}

.dossier-carousel-horizontal-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.dossier-carousel-horizontal-teaser--plus {
    padding-bottom: 15px;
    font-size: .875rem
}

.carousel__slide:last-child .dossier-carousel-horizontal-teaser {
    border-bottom: 0
}

.dossier-carousel-horizontal-teaser--plus .dossier-carousel-horizontal-teaser__visual {
    padding-bottom: 0
}

.dossier-carousel-horizontal-teaser--plus .dossier-carousel-horizontal-teaser__description {
    margin-top: 10px;
    margin-left: -11px;
    padding: 0
}

.dossier-carousel-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-carousel-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .dossier-carousel-horizontal-teaser__title, .no-js .dossier-carousel-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.dossier-carousel-horizontal-teaser--plus .dossier-carousel-horizontal-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-top: 0;
    padding-left: 0;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .dossier-carousel-horizontal-teaser--plus .dossier-carousel-horizontal-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.dossier-carousel-horizontal-teaser__link, .dossier-carousel-horizontal-teaser__link:active, .dossier-carousel-horizontal-teaser__link:focus, .dossier-carousel-horizontal-teaser__link:hover, .dossier-carousel-horizontal-teaser__link:visited {
    color: #fff
}

.dossier-carousel-media-horizontal-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.carousel__slide:last-child .dossier-carousel-media-horizontal-teaser {
    border-bottom: 0
}

.dossier-carousel-media-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-carousel-media-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .dossier-carousel-media-horizontal-teaser__title, .no-js .dossier-carousel-media-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.dossier-carousel-media-horizontal-teaser__link, .dossier-carousel-media-horizontal-teaser__link:active, .dossier-carousel-media-horizontal-teaser__link:focus, .dossier-carousel-media-horizontal-teaser__link:hover, .dossier-carousel-media-horizontal-teaser__link:visited {
    color: #fff
}

.dossier-carousel-text-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.dossier-carousel-text-teaser--plus {
    font-size: .875rem;
    line-height: 1
}

.dossier-carousel-text-teaser--plus.dossier-carousel-text-teaser--no-intro {
    padding-bottom: 15px
}

.carousel__slide:last-child .dossier-carousel-text-teaser {
    border-bottom: 0
}

.dossier-carousel-text-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 15px
}

.js-stagsans-loaded .dossier-carousel-text-teaser__title, .no-js .dossier-carousel-text-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.dossier-carousel-text-teaser--no-intro .dossier-carousel-text-teaser__title {
    padding-bottom: 11px
}

.dossier-carousel-text-teaser--plus .dossier-carousel-text-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .dossier-carousel-text-teaser--plus .dossier-carousel-text-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.carousel__slide--teaser-structure-horizontal ~ .carousel__slide .dossier-carousel-text-teaser--plus .dossier-carousel-text-teaser__title {
    margin-left: 4px
}

.carousel__slide--teaser-structure-horizontal ~ .carousel__slide .dossier-carousel-text-teaser__title {
    padding-left: 0
}

.dossier-carousel-text-teaser__meta {
    margin-right: 8px;
    float: left
}

.dossier-carousel-text-teaser__intro {
    margin: 0;
    padding-top: 8px;
    padding-left: 15px
}

.dossier-carousel-text-teaser--plus .dossier-carousel-text-teaser__intro {
    padding-top: 12px
}

.carousel__slide--teaser-structure-horizontal ~ .carousel__slide .dossier-carousel-text-teaser__intro {
    padding-left: 0
}

.dossier-carousel-text-teaser__title-link {
    line-height: inherit
}

.dossier-carousel-text-teaser__title-link, .dossier-carousel-text-teaser__title-link:active, .dossier-carousel-text-teaser__title-link:focus, .dossier-carousel-text-teaser__title-link:hover, .dossier-carousel-text-teaser__title-link:visited {
    color: #fff
}

.dossier-carousel-text-teaser--plus .dossier-carousel-text-teaser__title-link {
    padding-right: 3px;
    padding-left: 15px
}

.carousel__slide--teaser-structure-horizontal ~ .carousel__slide .dossier-carousel-text-teaser__title-link {
    padding-left: 0
}

.dossier-carousel-text-teaser__intro-link {
    padding-bottom: 12px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 16px
}

.dossier-carousel-text-teaser__intro-link, .dossier-carousel-text-teaser__intro-link:active, .dossier-carousel-text-teaser__intro-link:focus, .dossier-carousel-text-teaser__intro-link:hover, .dossier-carousel-text-teaser__intro-link:visited {
    color: #fff
}

.dossier-cinema-vertical-teaser {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.dossier-cinema-vertical-teaser__description {
    margin-top: -34px;
    padding: 0 15px
}

.dossier-cinema-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 34px;
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #000;
    background-color: #ffce00;
    box-shadow: -6px 0 0 0 #ffce00, 6px 0 0 0 #ffce00;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.js-stag-loaded .dossier-cinema-vertical-teaser__title, .no-js .dossier-cinema-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .dossier-cinema-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: #ffce00;
        content: '';
        z-index: -1
    }
}

.dossier-cinema-vertical-teaser__link {
    padding-right: 6px;
    padding-left: 6px
}

.dossier-cinema-vertical-teaser__picture {
    padding-top: 42.86%;
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-cinema-vertical-teaser__icon:after {
    width: 65px;
    height: 65px;
    font-size: 32px;
    line-height: 65px
}

.dossier-cinema-vertical-teaser__scoreboard {
    bottom: 2rem;
    margin: 15px
}

@media screen and (min-width: 768px) {
    .dossier-cinema-vertical-teaser__scoreboard {
        max-width: 660px;
        margin: 15px auto
    }
}

.dossier-cinema-vertical-teaser__meta {
    bottom: 34px;
    left: 15px;
    position: absolute
}

.dossier-cinema-media-vertical-teaser {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.dossier-cinema-media-vertical-teaser__description {
    margin-top: -34px;
    padding: 0 15px
}

.dossier-cinema-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 34px;
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #000;
    background-color: #ffce00;
    box-shadow: -6px 0 0 0 #ffce00, 6px 0 0 0 #ffce00;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.js-stag-loaded .dossier-cinema-media-vertical-teaser__title, .no-js .dossier-cinema-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .dossier-cinema-media-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: #ffce00;
        content: '';
        z-index: -1
    }
}

.dossier-cinema-media-vertical-teaser__link {
    padding-right: 6px;
    padding-left: 6px
}

.dossier-cinema-media-vertical-teaser__picture {
    padding-top: 42.86%;
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-large-vertical-teaser {
    padding-bottom: 15px
}

.dossier-large-vertical-teaser--intro {
    padding-bottom: 0
}

.dossier-large-vertical-teaser__description {
    margin-top: -28px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .dossier-large-vertical-teaser__description {
        margin-top: -34px;
        padding: 0 15px
    }
}

.dossier-large-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: #003;
    box-shadow: -4px 0 0 0 #003, 4px 0 0 0 #003;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.js-stag-loaded .dossier-large-vertical-teaser__title, .no-js .dossier-large-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .dossier-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: #003;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .dossier-large-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px;
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: #003;
        box-shadow: -6px 0 0 0 #003, 6px 0 0 0 #003;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

    .js-stag-loaded .dossier-large-vertical-teaser__title, .no-js .dossier-large-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .dossier-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: #003;
        content: '';
        z-index: -1
    }
}

.dossier-large-vertical-teaser--breaking .dossier-large-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #000;
    background-color: #ffce00;
    box-shadow: -4px 0 0 0 #ffce00, 4px 0 0 0 #ffce00;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .dossier-large-vertical-teaser--breaking .dossier-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: #ffce00;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .dossier-large-vertical-teaser--breaking .dossier-large-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #000;
        background-color: #ffce00;
        box-shadow: -6px 0 0 0 #ffce00, 6px 0 0 0 #ffce00;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .dossier-large-vertical-teaser--breaking .dossier-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: #ffce00;
        content: '';
        z-index: -1
    }
}

.dossier-large-vertical-teaser--plus .dossier-large-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .dossier-large-vertical-teaser--plus .dossier-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .dossier-large-vertical-teaser--plus .dossier-large-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -6px 0 0 0 red, 6px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .dossier-large-vertical-teaser--plus .dossier-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.dossier-large-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-large-vertical-teaser__icon:after {
    width: 55px;
    height: 55px;
    font-size: 27px;
    line-height: 55px
}

@media screen and (min-width: 1024px) {
    .dossier-large-vertical-teaser__icon:after {
        width: 65px;
        height: 65px;
        font-size: 32px;
        line-height: 65px
    }
}

.live-football-dossier-large-vertical-teaser .dossier-large-vertical-teaser__icon:after {
    top: 40%
}

.dossier-large-vertical-teaser__meta {
    bottom: 28px;
    left: 15px;
    position: absolute
}

@media screen and (min-width: 1024px) {
    .dossier-large-vertical-teaser__meta {
        bottom: 34px;
        left: 15px
    }
}

.dossier-large-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 11px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.dossier-large-vertical-teaser__link {
    padding-right: 6px;
    padding-left: 6px
}

.dossier-large-vertical-teaser__link, .dossier-large-vertical-teaser__link:active, .dossier-large-vertical-teaser__link:focus, .dossier-large-vertical-teaser__link:hover, .dossier-large-vertical-teaser__link:visited {
    color: #fff
}

.dossier-large-vertical-teaser__intro-link {
    line-height: inherit
}

.dossier-large-vertical-teaser__intro-link, .dossier-large-vertical-teaser__intro-link:active, .dossier-large-vertical-teaser__intro-link:focus, .dossier-large-vertical-teaser__intro-link:hover, .dossier-large-vertical-teaser__intro-link:visited {
    color: #fff
}

.dossier-large-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    padding-left: 15px
}

.js-stag-loaded .dossier-large-media-vertical-teaser__title, .no-js .dossier-large-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .dossier-large-media-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px
    }

    .js-stag-loaded .dossier-large-media-vertical-teaser__title, .no-js .dossier-large-media-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.dossier-large-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-large-media-vertical-teaser__picture:after {
    width: 55px;
    height: 55px;
    font-size: 27px;
    line-height: 55px
}

.dossier-large-media-vertical-teaser__picture:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #1313f1;
    color: #fff;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .dossier-large-media-vertical-teaser__picture:after {
        width: 65px;
        height: 65px;
        font-size: 32px;
        line-height: 65px
    }

    .dossier-large-media-vertical-teaser__picture:after {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: #1313f1;
        color: #fff;
        text-align: center
    }
}

.dossier-large-media-vertical-teaser--photoalbum .dossier-large-media-vertical-teaser__picture:after {
    content: "Foto"
}

.js-iconfont-loaded .dossier-large-media-vertical-teaser--photoalbum .dossier-large-media-vertical-teaser__picture:after, .no-js .dossier-large-media-vertical-teaser--photoalbum .dossier-large-media-vertical-teaser__picture:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.dossier-large-media-vertical-teaser--video .dossier-large-media-vertical-teaser__picture:after {
    content: "Video"
}

.js-iconfont-loaded .dossier-large-media-vertical-teaser--video .dossier-large-media-vertical-teaser__picture:after, .no-js .dossier-large-media-vertical-teaser--video .dossier-large-media-vertical-teaser__picture:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.dossier-large-media-vertical-teaser__link, .dossier-large-media-vertical-teaser__link:active, .dossier-large-media-vertical-teaser__link:focus, .dossier-large-media-vertical-teaser__link:hover, .dossier-large-media-vertical-teaser__link:visited {
    color: #fff
}

.dossier-large-vertical-teaser__scoreboard {
    bottom: 2rem;
    margin: 15px
}

.dossier-pyramid-large-vertical-teaser {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.dossier-pyramid-large-vertical-teaser--plus {
    padding-bottom: 15px
}

.dossier-pyramid-large-vertical-teaser--plus .dossier-pyramid-large-vertical-teaser__description {
    margin-top: -28px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-large-vertical-teaser--plus .dossier-pyramid-large-vertical-teaser__description {
        margin-top: -34px;
        padding: 0 15px
    }
}

.dossier-pyramid-large-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    padding-left: 15px
}

.js-stag-loaded .dossier-pyramid-large-vertical-teaser__title, .no-js .dossier-pyramid-large-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-large-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px
    }

    .js-stag-loaded .dossier-pyramid-large-vertical-teaser__title, .no-js .dossier-pyramid-large-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.dossier-pyramid-large-vertical-teaser--plus .dossier-pyramid-large-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .dossier-pyramid-large-vertical-teaser--plus .dossier-pyramid-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-large-vertical-teaser--plus .dossier-pyramid-large-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -6px 0 0 0 red, 6px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .dossier-pyramid-large-vertical-teaser--plus .dossier-pyramid-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.dossier-pyramid-large-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-pyramid-large-vertical-teaser__icon:after {
    width: 55px;
    height: 55px;
    font-size: 27px;
    line-height: 55px
}

.dossier-pyramid-large-vertical-teaser__link, .dossier-pyramid-large-vertical-teaser__link:active, .dossier-pyramid-large-vertical-teaser__link:focus, .dossier-pyramid-large-vertical-teaser__link:hover, .dossier-pyramid-large-vertical-teaser__link:visited {
    color: #fff
}

.dossier-pyramid-large-vertical-teaser__plus-icon:before {
    width: 61px;
    height: 26px
}

.dossier-pyramid-large-media-vertical-teaser {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.dossier-pyramid-large-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    padding-left: 15px
}

.js-stag-loaded .dossier-pyramid-large-media-vertical-teaser__title, .no-js .dossier-pyramid-large-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-large-media-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px
    }

    .js-stag-loaded .dossier-pyramid-large-media-vertical-teaser__title, .no-js .dossier-pyramid-large-media-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.dossier-pyramid-large-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-pyramid-large-media-vertical-teaser__link, .dossier-pyramid-large-media-vertical-teaser__link:active, .dossier-pyramid-large-media-vertical-teaser__link:focus, .dossier-pyramid-large-media-vertical-teaser__link:hover, .dossier-pyramid-large-media-vertical-teaser__link:visited {
    color: #fff
}

.dossier-pyramid-medium-vertical-teaser--plus {
    padding-bottom: 15px
}

.dossier-pyramid-medium-vertical-teaser--plus .dossier-pyramid-medium-vertical-teaser__description {
    margin-top: -18px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-medium-vertical-teaser--plus .dossier-pyramid-medium-vertical-teaser__description {
        margin-top: -24px;
        padding: 0 15px
    }
}

.dossier-pyramid-medium-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 11px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-left: 15px
}

.js-stagsans-loaded .dossier-pyramid-medium-vertical-teaser__title, .no-js .dossier-pyramid-medium-vertical-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-medium-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 24px
    }

    .js-stag-loaded .dossier-pyramid-medium-vertical-teaser__title, .no-js .dossier-pyramid-medium-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.dossier-pyramid-medium-vertical-teaser--plus .dossier-pyramid-medium-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .dossier-pyramid-medium-vertical-teaser--plus .dossier-pyramid-medium-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-medium-vertical-teaser--plus .dossier-pyramid-medium-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .dossier-pyramid-medium-vertical-teaser--plus .dossier-pyramid-medium-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.dossier-pyramid-medium-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-pyramid-medium-vertical-teaser__icon:after {
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 35px
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-medium-vertical-teaser__icon:after {
        width: 45px;
        height: 45px;
        font-size: 22px;
        line-height: 45px
    }
}

.live-football-dossier-pyramid-medium-vertical-teaser .dossier-pyramid-medium-vertical-teaser__icon:after {
    top: 40%
}

.dossier-pyramid-medium-vertical-teaser__link, .dossier-pyramid-medium-vertical-teaser__link:active, .dossier-pyramid-medium-vertical-teaser__link:focus, .dossier-pyramid-medium-vertical-teaser__link:hover, .dossier-pyramid-medium-vertical-teaser__link:visited {
    color: #fff
}

.dossier-pyramid-medium-vertical-teaser__plus-icon:before {
    width: 42px;
    height: 18px
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-medium-vertical-teaser__plus-icon:before {
        width: 51px;
        height: 22px
    }
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-medium-vertical-teaser__scoreboard {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.dossier-pyramid-medium-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 11px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-left: 15px
}

.js-stagsans-loaded .dossier-pyramid-medium-media-vertical-teaser__title, .no-js .dossier-pyramid-medium-media-vertical-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .dossier-pyramid-medium-media-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 24px
    }

    .js-stag-loaded .dossier-pyramid-medium-media-vertical-teaser__title, .no-js .dossier-pyramid-medium-media-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.dossier-pyramid-medium-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.dossier-pyramid-medium-media-vertical-teaser__link, .dossier-pyramid-medium-media-vertical-teaser__link:active, .dossier-pyramid-medium-media-vertical-teaser__link:focus, .dossier-pyramid-medium-media-vertical-teaser__link:hover, .dossier-pyramid-medium-media-vertical-teaser__link:visited {
    color: #fff
}

.filler-vertical-teaser--plus {
    padding-bottom: 15px
}

.filler-vertical-teaser--intro {
    padding-bottom: 0
}

.filler-vertical-teaser--plus .filler-vertical-teaser__description {
    margin-top: -24px;
    padding: 0 15px
}

.filler-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    padding-left: 15px
}

.js-stag-loaded .filler-vertical-teaser__title, .no-js .filler-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.filler-vertical-teaser--intro .filler-vertical-teaser__title {
    padding-bottom: 4px
}

.filler-vertical-teaser--plus .filler-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .filler-vertical-teaser--plus .filler-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.filler-vertical-teaser--plus .filler-vertical-teaser__link {
    padding-right: 4px;
    padding-left: 4px
}

.filler-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 11px;
    padding-left: 15px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.filler-vertical-teaser--plus .filler-vertical-teaser__intro {
    padding-top: 9px;
    padding-left: 0
}

.filler-vertical-teaser__intro-link {
    line-height: inherit
}

.filler-vertical-teaser__intro-link, .filler-vertical-teaser__intro-link:active, .filler-vertical-teaser__intro-link:focus, .filler-vertical-teaser__intro-link:hover, .filler-vertical-teaser__intro-link:visited {
    color: #000
}

.filler-vertical-teaser__icon:after {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px
}

.filler-vertical-teaser__plus-icon:before {
    width: 51px;
    height: 22px
}

.filler-media-vertical-teaser {
    margin-bottom: 15px;
    background-color: #1c1c1c
}

.filler-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stag-loaded .filler-media-vertical-teaser__title, .no-js .filler-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.filler-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.filler-media-vertical-teaser__link, .filler-media-vertical-teaser__link:active, .filler-media-vertical-teaser__link:focus, .filler-media-vertical-teaser__link:hover, .filler-media-vertical-teaser__link:visited {
    color: #fff
}

.filler-text-teaser--plus {
    padding-bottom: 15px
}

.filler-text-teaser--intro {
    padding-bottom: 0
}

.filler-text-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 0;
    padding-bottom: 11px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    margin-top: -6px;
    padding-left: 15px
}

.js-stagsans-loaded .filler-text-teaser__title, .no-js .filler-text-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.filler-text-teaser--intro .filler-text-teaser__title {
    padding-bottom: 5px
}

.filler-text-teaser--plus .filler-text-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .filler-text-teaser--plus .filler-text-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.filler-text-teaser--plus .filler-text-teaser__title-link {
    padding-right: 3px;
    padding-left: 18px
}

.filler-text-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 9px;
    padding-left: 15px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.filler-text-teaser__intro:after {
    display: table;
    clear: both;
    content: ' '
}

.filler-text-teaser--plus .filler-text-teaser__intro {
    padding-top: 9px;
    padding-bottom: 11px
}

.filler-text-teaser__intro-link {
    line-height: inherit
}

.filler-text-teaser__intro-link, .filler-text-teaser__intro-link:active, .filler-text-teaser__intro-link:focus, .filler-text-teaser__intro-link:hover, .filler-text-teaser__intro-link:visited {
    color: #000
}

.filler-text-teaser__meta {
    margin-right: 8px;
    float: left
}

.filler-horizontal-teaser--plus {
    padding-bottom: 15px;
    font-size: .875rem
}

.filler-horizontal-teaser--plus .filler-horizontal-teaser__visual {
    padding-bottom: 0
}

.filler-horizontal-teaser--plus .filler-horizontal-teaser__description {
    margin-top: 10px;
    margin-left: -11px;
    padding: 0
}

.filler-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .filler-horizontal-teaser__title, .no-js .filler-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.filler-horizontal-teaser--plus .filler-horizontal-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-top: 0;
    padding-left: 0;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .filler-horizontal-teaser--plus .filler-horizontal-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.filler-media-horizontal-teaser {
    margin: 15px 0;
    padding: 15px 15px 0;
    background-color: #1c1c1c
}

.filler-media-horizontal-teaser + .filler-media-horizontal-teaser {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.filler-media-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .filler-media-horizontal-teaser__title, .no-js .filler-media-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.filler-media-horizontal-teaser__link, .filler-media-horizontal-teaser__link:active, .filler-media-horizontal-teaser__link:focus, .filler-media-horizontal-teaser__link:hover, .filler-media-horizontal-teaser__link:visited {
    color: #fff
}

.filler-media-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.filler-dossier-horizontal {
    position: relative;
    margin-bottom: 15px;
    background-color: #003;
    color: #fff
}

.filler-dossier-horizontal__header {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: inherit;
    z-index: 101;
    max-width: calc(100% - 30px);
    max-width: calc(50% - 15px)
}

.filler-dossier-horizontal__title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 4px;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.js-ramagothice-loaded .filler-dossier-horizontal__title, .no-js .filler-dossier-horizontal__title {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.filler-dossier-horizontal__link, .filler-dossier-horizontal__link:active, .filler-dossier-horizontal__link:focus, .filler-dossier-horizontal__link:hover, .filler-dossier-horizontal__link:visited {
    color: #fff
}

.filler-dossier-horizontal-teaser {
    position: relative;
    margin: 15px 0;
    padding: 15px 15px 0;
    background-color: #003;
    color: #fff
}

.filler-dossier-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px;
    color: #fff
}

.js-stagsans-loaded .filler-dossier-horizontal-teaser__title, .no-js .filler-dossier-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.filler-dossier-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.filler-dossier-vertical {
    position: relative;
    margin-bottom: 15px;
    background-color: #003;
    color: #fff
}

.filler-dossier-vertical__header {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: inherit;
    z-index: 101;
    max-width: calc(100% - 30px)
}

.filler-dossier-vertical__title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 4px;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.js-ramagothice-loaded .filler-dossier-vertical__title, .no-js .filler-dossier-vertical__title {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.filler-dossier-vertical__link, .filler-dossier-vertical__link:active, .filler-dossier-vertical__link:focus, .filler-dossier-vertical__link:hover, .filler-dossier-vertical__link:visited {
    color: #fff
}

.filler-dossier-vertical-teaser {
    padding-bottom: 9px
}

.filler-dossier-vertical-teaser__description {
    margin-top: -24px;
    padding: 0 15px
}

.filler-dossier-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: #003;
    box-shadow: -4px 0 0 0 #003, 4px 0 0 0 #003;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.js-stag-loaded .filler-dossier-vertical-teaser__title, .no-js .filler-dossier-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .filler-dossier-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: #003;
        content: '';
        z-index: -1
    }
}

.filler-dossier-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.filler-dossier-vertical-teaser--intro .filler-dossier-vertical-teaser__intro {
    padding-bottom: 3px
}

.filler-dossier-vertical-teaser__intro-link {
    line-height: inherit
}

.filler-dossier-vertical-teaser__intro-link, .filler-dossier-vertical-teaser__intro-link:active, .filler-dossier-vertical-teaser__intro-link:focus, .filler-dossier-vertical-teaser__intro-link:hover, .filler-dossier-vertical-teaser__intro-link:visited {
    color: #fff
}

.filler-dossier-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.filler-dossier-vertical-teaser__icon:after {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px
}

.flow-large-vertical-teaser--plus {
    padding-bottom: 15px
}

.flow-large-vertical-teaser--intro {
    padding-bottom: 0
}

.flow-large-vertical-teaser--plus .flow-large-vertical-teaser__description {
    margin-top: -28px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .flow-large-vertical-teaser--plus .flow-large-vertical-teaser__description {
        margin-top: -34px;
        padding: 0 15px
    }
}

.flow-large-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    padding-left: 15px
}

.js-stag-loaded .flow-large-vertical-teaser__title, .no-js .flow-large-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .flow-large-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px
    }

    .js-stag-loaded .flow-large-vertical-teaser__title, .no-js .flow-large-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.flow-large-vertical-teaser--intro .flow-large-vertical-teaser__title {
    padding-bottom: 4px
}

.flow-large-vertical-teaser--plus .flow-large-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .flow-large-vertical-teaser--plus .flow-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .flow-large-vertical-teaser--plus .flow-large-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -6px 0 0 0 red, 6px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .flow-large-vertical-teaser--plus .flow-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.flow-large-vertical-teaser--plus .flow-large-vertical-teaser__title-link {
    padding-right: 4px;
    padding-left: 4px
}

@media screen and (min-width: 1024px) {
    .flow-large-vertical-teaser--plus .flow-large-vertical-teaser__title-link {
        padding-right: 6px;
        padding-left: 6px
    }
}

.flow-large-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 11px;
    padding-left: 15px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.flow-large-vertical-teaser--plus .flow-large-vertical-teaser__intro {
    padding-top: 9px;
    padding-left: 0
}

.flow-large-vertical-teaser__intro-link {
    line-height: inherit
}

.flow-large-vertical-teaser__intro-link, .flow-large-vertical-teaser__intro-link:active, .flow-large-vertical-teaser__intro-link:focus, .flow-large-vertical-teaser__intro-link:hover, .flow-large-vertical-teaser__intro-link:visited {
    color: #000
}

.flow-large-vertical-teaser__icon:after {
    width: 55px;
    height: 55px;
    font-size: 27px;
    line-height: 55px
}

.flow-large-vertical-teaser__plus-icon:before {
    width: 61px;
    height: 26px
}

.flow-large-media-vertical-teaser {
    margin-bottom: 15px;
    background-color: #1c1c1c
}

.flow-large-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stag-loaded .flow-large-media-vertical-teaser__title, .no-js .flow-large-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .flow-large-media-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px
    }

    .js-stag-loaded .flow-large-media-vertical-teaser__title, .no-js .flow-large-media-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.flow-large-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.flow-large-media-vertical-teaser__link, .flow-large-media-vertical-teaser__link:active, .flow-large-media-vertical-teaser__link:focus, .flow-large-media-vertical-teaser__link:hover, .flow-large-media-vertical-teaser__link:visited {
    color: #fff
}

.flow-large-dossier {
    position: relative;
    margin-bottom: 15px;
    background-color: #003;
    color: #fff
}

.flow-large-dossier__header {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: inherit;
    z-index: 101;
    max-width: calc(100% - 30px)
}

.flow-large-dossier__title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 4px;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.js-ramagothice-loaded .flow-large-dossier__title, .no-js .flow-large-dossier__title {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.flow-large-dossier__title-link, .flow-large-dossier__title-link:active, .flow-large-dossier__title-link:focus, .flow-large-dossier__title-link:hover, .flow-large-dossier__title-link:visited {
    color: #fff
}

.flow-large-dossier-vertical-teaser--plus .flow-large-dossier__title-link {
    padding-right: 4px;
    padding-left: 4px
}

@media screen and (min-width: 1024px) {
    .flow-large-dossier-vertical-teaser--plus .flow-large-dossier__title-link {
        padding-right: 6px;
        padding-left: 6px
    }
}

.flow-large-dossier-vertical-teaser {
    padding-bottom: 9px
}

.flow-large-dossier-vertical-teaser__description {
    margin-top: -28px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .flow-large-dossier-vertical-teaser__description {
        margin-top: -34px;
        padding: 0 15px
    }
}

.flow-large-dossier-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: #003;
    box-shadow: -4px 0 0 0 #003, 4px 0 0 0 #003;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.js-stag-loaded .flow-large-dossier-vertical-teaser__title, .no-js .flow-large-dossier-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .flow-large-dossier-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: #003;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .flow-large-dossier-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px;
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: #003;
        box-shadow: -6px 0 0 0 #003, 6px 0 0 0 #003;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

    .js-stag-loaded .flow-large-dossier-vertical-teaser__title, .no-js .flow-large-dossier-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .flow-large-dossier-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: #003;
        content: '';
        z-index: -1
    }
}

.flow-large-dossier-vertical-teaser--plus .flow-large-dossier-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .flow-large-dossier-vertical-teaser--plus .flow-large-dossier-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .flow-large-dossier-vertical-teaser--plus .flow-large-dossier-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -6px 0 0 0 red, 6px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .flow-large-dossier-vertical-teaser--plus .flow-large-dossier-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.flow-large-dossier-vertical-teaser__meta {
    bottom: 28px;
    left: 11px
}

@media screen and (min-width: 1024px) {
    .flow-large-dossier-vertical-teaser__meta {
        bottom: 34px;
        left: 9px
    }
}

.flow-large-dossier-vertical-teaser__comments:before {
    color: #003
}

.flow-large-dossier-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.flow-large-dossier-vertical-teaser--intro .flow-large-dossier-vertical-teaser__intro {
    padding-bottom: 3px
}

.flow-large-dossier-vertical-teaser__intro-link {
    line-height: inherit
}

.flow-large-dossier-vertical-teaser__intro-link, .flow-large-dossier-vertical-teaser__intro-link:active, .flow-large-dossier-vertical-teaser__intro-link:focus, .flow-large-dossier-vertical-teaser__intro-link:hover, .flow-large-dossier-vertical-teaser__intro-link:visited {
    color: #fff
}

.flow-large-dossier-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.flow-large-teaser-divider {
    display: block
}

@media screen and (min-width: 1024px) {
    .flow-large-teaser-divider {
        display: none
    }
}

.flow-medium-vertical-teaser--plus {
    padding-bottom: 15px
}

.flow-medium-vertical-teaser--intro {
    padding-bottom: 0
}

.flow-medium-vertical-teaser--plus .flow-medium-vertical-teaser__description {
    margin-top: -28px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .flow-medium-vertical-teaser--plus .flow-medium-vertical-teaser__description {
        margin-top: -24px;
        padding: 0 15px
    }
}

.flow-medium-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    padding-left: 15px
}

.js-stag-loaded .flow-medium-vertical-teaser__title, .no-js .flow-medium-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .flow-medium-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 24px;
        padding-left: 15px
    }

    .js-stag-loaded .flow-medium-vertical-teaser__title, .no-js .flow-medium-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.flow-medium-vertical-teaser--intro .flow-medium-vertical-teaser__title {
    padding-bottom: 4px
}

.flow-medium-vertical-teaser--plus .flow-medium-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .flow-medium-vertical-teaser--plus .flow-medium-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .flow-medium-vertical-teaser--plus .flow-medium-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .flow-medium-vertical-teaser--plus .flow-medium-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.flow-medium-vertical-teaser--plus .flow-medium-vertical-teaser__title-link {
    padding-right: 4px;
    padding-left: 4px
}

@media screen and (min-width: 1024px) {
    .flow-medium-vertical-teaser--plus .flow-medium-vertical-teaser__title-link {
        padding-right: 4px;
        padding-left: 4px
    }
}

.flow-medium-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 11px;
    padding-left: 15px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.flow-medium-vertical-teaser--plus .flow-medium-vertical-teaser__intro {
    padding-top: 9px;
    padding-left: 0
}

.flow-medium-vertical-teaser__intro-link {
    line-height: inherit
}

.flow-medium-vertical-teaser__intro-link, .flow-medium-vertical-teaser__intro-link:active, .flow-medium-vertical-teaser__intro-link:focus, .flow-medium-vertical-teaser__intro-link:hover, .flow-medium-vertical-teaser__intro-link:visited {
    color: #000
}

.flow-medium-vertical-teaser__icon:after {
    width: 55px;
    height: 55px;
    font-size: 27px;
    line-height: 55px
}

@media screen and (min-width: 1024px) {
    .flow-medium-vertical-teaser__icon:after {
        width: 45px;
        height: 45px;
        font-size: 22px;
        line-height: 45px
    }
}

.live-football-flow-medium-vertical-teaser .flow-medium-vertical-teaser__icon:after {
    top: 40%
}

.flow-medium-vertical-teaser__plus-icon:before {
    width: 61px;
    height: 26px
}

@media screen and (min-width: 1024px) {
    .flow-medium-vertical-teaser__plus-icon:before {
        width: 51px;
        height: 22px
    }
}

@media screen and (min-width: 1024px) {
    .flow-medium-vertical-teaser__scoreboard {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.flow-medium-media-vertical-teaser {
    margin-bottom: 15px;
    background-color: #1c1c1c
}

.flow-medium-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stag-loaded .flow-medium-media-vertical-teaser__title, .no-js .flow-medium-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .flow-medium-media-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 24px
    }

    .js-stag-loaded .flow-medium-media-vertical-teaser__title, .no-js .flow-medium-media-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.flow-medium-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.flow-medium-media-vertical-teaser__link, .flow-medium-media-vertical-teaser__link:active, .flow-medium-media-vertical-teaser__link:focus, .flow-medium-media-vertical-teaser__link:hover, .flow-medium-media-vertical-teaser__link:visited {
    color: #fff
}

.flow-medium-dossier {
    position: relative;
    margin-bottom: 15px;
    background-color: #003;
    color: #fff
}

.flow-medium-dossier__header {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: inherit;
    z-index: 101;
    max-width: calc(100% - 30px)
}

.flow-medium-dossier__title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 4px;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.js-ramagothice-loaded .flow-medium-dossier__title, .no-js .flow-medium-dossier__title {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.flow-medium-dossier__title-link, .flow-medium-dossier__title-link:active, .flow-medium-dossier__title-link:focus, .flow-medium-dossier__title-link:hover, .flow-medium-dossier__title-link:visited {
    color: #fff
}

.flow-medium-dossier-vertical-teaser--plus .flow-medium-dossier__title-link {
    padding-right: 4px;
    padding-left: 4px
}

@media screen and (min-width: 1024px) {
    .flow-medium-dossier-vertical-teaser--plus .flow-medium-dossier__title-link {
        padding-right: 4px;
        padding-left: 4px
    }
}

.flow-medium-dossier-vertical-teaser {
    padding-bottom: 10px
}

.flow-medium-dossier-vertical-teaser__meta {
    bottom: 28px;
    left: 11px
}

@media screen and (min-width: 1024px) {
    .flow-medium-dossier-vertical-teaser__meta {
        bottom: 24px;
        left: 11px
    }
}

.flow-medium-dossier-vertical-teaser__comments:before {
    color: #003
}

.flow-medium-dossier-vertical-teaser__description {
    margin-top: -28px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .flow-medium-dossier-vertical-teaser__description {
        margin-top: -24px;
        padding: 0 15px
    }
}

.flow-medium-dossier-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: #003;
    box-shadow: -4px 0 0 0 #003, 4px 0 0 0 #003;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.js-stag-loaded .flow-medium-dossier-vertical-teaser__title, .no-js .flow-medium-dossier-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .flow-medium-dossier-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: #003;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .flow-medium-dossier-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 24px;
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: #003;
        box-shadow: -4px 0 0 0 #003, 4px 0 0 0 #003;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

    .js-stag-loaded .flow-medium-dossier-vertical-teaser__title, .no-js .flow-medium-dossier-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .flow-medium-dossier-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: #003;
        content: '';
        z-index: -1
    }
}

.flow-medium-dossier-vertical-teaser--plus .flow-medium-dossier-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .flow-medium-dossier-vertical-teaser--plus .flow-medium-dossier-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .flow-medium-dossier-vertical-teaser--plus .flow-medium-dossier-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .flow-medium-dossier-vertical-teaser--plus .flow-medium-dossier-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.flow-medium-dossier-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.flow-medium-dossier-vertical-teaser--intro .flow-medium-dossier-vertical-teaser__intro {
    padding-bottom: 1px
}

.flow-medium-dossier-vertical-teaser__intro-link {
    line-height: inherit
}

.flow-medium-dossier-vertical-teaser__intro-link, .flow-medium-dossier-vertical-teaser__intro-link:active, .flow-medium-dossier-vertical-teaser__intro-link:focus, .flow-medium-dossier-vertical-teaser__intro-link:hover, .flow-medium-dossier-vertical-teaser__intro-link:visited {
    color: #fff
}

.flow-medium-dossier-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.flow-medium-teaser-divider {
    display: block
}

@media screen and (min-width: 1024px) {
    .flow-medium-teaser-divider {
        display: none
    }
}

.flow-small-vertical-teaser--plus {
    padding-bottom: 15px
}

.flow-small-vertical-teaser--plus .flow-small-vertical-teaser__description {
    margin-top: -18px;
    padding: 0 15px
}

.flow-small-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 11px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-left: 15px
}

.js-stagsans-loaded .flow-small-vertical-teaser__title, .no-js .flow-small-vertical-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.flow-small-vertical-teaser--plus .flow-small-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .flow-small-vertical-teaser--plus .flow-small-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.flow-small-vertical-teaser--plus .flow-small-vertical-teaser__title-link {
    padding-right: 3px;
    padding-left: 3px
}

.flow-small-vertical-teaser__icon:after {
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 35px
}

.flow-small-vertical-teaser__plus-icon:before {
    width: 42px;
    height: 18px
}

.flow-small-text-teaser--plus {
    padding-bottom: 15px
}

.flow-small-text-teaser--intro {
    padding-bottom: 0
}

.flow-small-text-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    margin-top: -4px;
    padding-bottom: 11px;
    padding-left: 15px
}

.js-stagsans-loaded .flow-small-text-teaser__title, .no-js .flow-small-text-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.flow-small-text-teaser--intro .flow-small-text-teaser__title {
    padding-bottom: 7px
}

.flow-small-text-teaser--plus .flow-small-text-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .flow-small-text-teaser--plus .flow-small-text-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.flow-small-text-teaser--plus .flow-small-text-teaser__title-link {
    padding-right: 3px;
    padding-left: 18px
}

.flow-small-text-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 11px;
    padding-left: 15px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.flow-small-text-teaser__intro:after {
    display: table;
    clear: both;
    content: ' '
}

.flow-small-text-teaser--plus .flow-small-text-teaser__intro {
    padding-top: 9px
}

.flow-small-text-teaser--plus .flow-small-text-teaser__link {
    margin-left: 15px
}

.flow-small-text-teaser__intro-link {
    line-height: inherit
}

.flow-small-text-teaser__intro-link, .flow-small-text-teaser__intro-link:active, .flow-small-text-teaser__intro-link:focus, .flow-small-text-teaser__intro-link:hover, .flow-small-text-teaser__intro-link:visited {
    color: #000
}

.flow-small-text-teaser__meta {
    margin-right: 8px;
    float: left
}

.flow-small-media-vertical-teaser {
    margin-bottom: 15px;
    background-color: #1c1c1c
}

.flow-small-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stagsans-loaded .flow-small-media-vertical-teaser__title, .no-js .flow-small-media-vertical-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.flow-small-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.flow-small-media-vertical-teaser__link, .flow-small-media-vertical-teaser__link:active, .flow-small-media-vertical-teaser__link:focus, .flow-small-media-vertical-teaser__link:hover, .flow-small-media-vertical-teaser__link:visited {
    color: #fff
}

.flow-small-dossier {
    position: relative;
    margin-bottom: 15px;
    background-color: #003;
    color: #fff
}

.flow-small-dossier__header {
    position: absolute;
    top: 0;
    left: 0;
    background-color: inherit;
    z-index: 101;
    max-width: 100%
}

.flow-small-dossier__title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 4px;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.js-ramagothice-loaded .flow-small-dossier__title, .no-js .flow-small-dossier__title {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.flow-small-dossier__title-link, .flow-small-dossier__title-link:active, .flow-small-dossier__title-link:focus, .flow-small-dossier__title-link:hover, .flow-small-dossier__title-link:visited {
    color: #fff
}

.flow-small-dossier-vertical-teaser--plus .flow-small-dossier__title-link {
    padding-bottom: 11px
}

.flow-small-dossier-vertical-teaser__meta {
    bottom: 0;
    left: 0
}

.flow-small-dossier-vertical-teaser__comments:before {
    color: #003
}

.flow-small-dossier-vertical-teaser--plus .flow-small-dossier-vertical-teaser__description {
    margin-top: -16px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .flow-small-dossier-vertical-teaser--plus .flow-small-dossier-vertical-teaser__description {
        margin-top: -18px;
        padding: 0 15px
    }
}

.flow-small-dossier-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stagsans-loaded .flow-small-dossier-vertical-teaser__title, .no-js .flow-small-dossier-vertical-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.flow-small-dossier-vertical-teaser--plus .flow-small-dossier-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .flow-small-dossier-vertical-teaser--plus .flow-small-dossier-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .flow-small-dossier-vertical-teaser--plus .flow-small-dossier-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .flow-small-dossier-vertical-teaser--plus .flow-small-dossier-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.flow-small-dossier-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.flow-small-teaser-divider {
    display: none
}

@media screen and (min-width: 1024px) {
    .flow-small-teaser-divider {
        display: block
    }
}

.hftn-large-teaser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px
}

.hftn-large-teaser + .hftn-large-teaser {
    padding-top: 15px;
    border-top: 1px solid #e5e5e5
}

.hftn-large-teaser__publication-meta {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hftn-large-teaser__publication-time {
    display: inline-block;
    margin-top: 2px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1rem;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word
}

.hftn-large-teaser__description {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: -3px;
    padding-right: 15px;
    padding-left: 20px
}

.hftn-large-teaser--plus .hftn-large-teaser__description {
    margin-top: 0
}

.hftn-large-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px
}

.js-stag-loaded .hftn-large-teaser__title, .no-js .hftn-large-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.hftn-large-teaser--plus .hftn-large-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-left: 4px
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .hftn-large-teaser--plus .hftn-large-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.hftn-large-teaser__visual {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 15px;
    padding-left: 5px
}

.hftn-large-teaser__label, .hftn-large-teaser__label-link {
    display: inline
}

.hftn-large-teaser__intro {
    margin-top: 6px;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: .875rem;
    line-height: 18px;
    word-break: break-word
}

.hftn-large-teaser__intro-link {
    display: inline;
    line-height: inherit
}

.hftn-large-teaser__intro-link, .hftn-large-teaser__intro-link:active, .hftn-large-teaser__intro-link:focus, .hftn-large-teaser__intro-link:hover, .hftn-large-teaser__intro-link:visited {
    color: #000
}

.hftn-large-teaser--video .hftn-large-teaser__picture:after {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px
}

.hftn-large-teaser--video .hftn-large-teaser__picture:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #1313f1;
    color: #fff;
    text-align: center
}

.hftn-large-teaser--video .hftn-large-teaser__picture:after {
    content: "Video"
}

.js-iconfont-loaded .hftn-large-teaser--video .hftn-large-teaser__picture:after, .no-js .hftn-large-teaser--video .hftn-large-teaser__picture:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.hftn-large-teaser__icon:after {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px
}

.hftn-list-item-teaser {
    padding: 7.5px 15px
}

.hftn-list-item-teaser__wrapper {
    -webkit-transition: height ease-in-out 1s;
    transition: height ease-in-out 1s;
    border-top: 1px solid rgba(255, 255, 255, 0);
    overflow: hidden
}

.hftn-list-item-teaser__wrapper.js-intro, .hftn-list-item-teaser__wrapper.js-outro {
    height: 0 !important
}

.hftn-list-teaser__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.hftn-list-teaser__publication-time {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    color: red;
    font-size: .8125rem;
    line-height: 16px
}

.js-stagsans-loaded .hftn-list-teaser__publication-time, .no-js .hftn-list-teaser__publication-time {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.page-theme .component-theme--de-krant .hftn-list-teaser__publication-time {
    color: #0095d9
}

.page-theme .component-theme--home .hftn-list-teaser__publication-time {
    color: red
}

.page-theme .component-theme--nieuws .hftn-list-teaser__publication-time {
    color: red
}

.page-theme .component-theme--nina .hftn-list-teaser__publication-time {
    color: #9703bb
}

.page-theme .component-theme--regio .hftn-list-teaser__publication-time {
    color: #ff7f00
}

.page-theme .component-theme--showbizz .hftn-list-teaser__publication-time {
    color: #ec008c
}

.page-theme .component-theme--sponsored .hftn-list-teaser__publication-time {
    color: #1313f1
}

.page-theme .component-theme--sport .hftn-list-teaser__publication-time {
    color: #46b20f
}

.page-theme .component-theme--video .hftn-list-teaser__publication-time {
    color: #1c1c1c
}

.hftn-list-teaser__title {
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 0;
    padding-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.js-stagsans-loaded .hftn-list-teaser__title, .no-js .hftn-list-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.most-read-text-teaser {
    position: relative
}

.most-read-text__link {
    min-height: 48px;
    padding: 7.5px 15px
}

.most-read-text__link:after {
    display: table;
    clear: both;
    content: ' '
}

.most-read-text-teaser__index {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    width: 27px;
    padding-left: 15px;
    float: right;
    color: red;
    font-size: 2.375em;
    font-weight: 600;
    line-height: 33px;
    text-align: center
}

.js-ramagothice-loaded .most-read-text-teaser__index, .no-js .most-read-text-teaser__index {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.most-read-text-teaser__title {
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 0;
    padding-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    display: inline
}

.js-stagsans-loaded .most-read-text-teaser__title, .no-js .most-read-text-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.most-read-text-teaser__count {
    display: inline;
    color: #bbb;
    font-size: .75em;
    white-space: nowrap
}

.most-read-horizontal-teaser {
    padding: 15px 15px 0
}

.most-read-horizontal-teaser__visual {
    position: relative
}

.most-read-horizontal-teaser__picture {
    background-size: 45%
}

.most-read-horizontal-teaser__description {
    padding-bottom: 15px
}

.most-read-horizontal-teaser__index {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: red;
    color: #fff;
    font-size: 1.375em;
    font-weight: 600;
    line-height: 24px;
    text-align: center
}

.js-ramagothice-loaded .most-read-horizontal-teaser__index, .no-js .most-read-horizontal-teaser__index {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.most-read-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .most-read-horizontal-teaser__title, .no-js .most-read-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.most-read-horizontal-teaser__count {
    display: inline;
    padding-left: 10px;
    color: #bbb;
    font-size: .75em;
    white-space: nowrap
}

.layout--theater .most-read-horizontal-teaser__count {
    color: rgba(187, 187, 187, .5)
}

.native-small-vertical-teaser {
    margin-bottom: 15px;
    background-color: #fdfde7
}

.native-small-vertical-teaser__picture {
    background-color: #e5e5e5;
    /*background-image: url(../images/no-photo-e008c7099c.svg)*/
}

.native-small-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stagsans-loaded .native-small-vertical-teaser__title, .no-js .native-small-vertical-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.native-small-vertical-teaser__sponsor-label {
    display: block;
    padding: 0 15px 10px;
    color: #bbb;
    font-size: .75em;
    line-height: 12px;
    text-align: right
}

.native-medium-vertical-teaser {
    background-color: #fdfde7
}

.native-medium-vertical-teaser--outbound {
    background-color: #f5f5f5
}

.native-medium-vertical-teaser__picture {
    background-color: #e5e5e5;
    /*background-image: url(../images/no-photo-e008c7099c.svg)*/
}

.native-medium-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stagsans-loaded .native-medium-vertical-teaser__title, .no-js .native-medium-vertical-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.native-medium-vertical-teaser__sponsor-label {
    display: block;
    padding: 0 15px 10px;
    color: #bbb;
    font-size: .75em;
    line-height: 12px;
    text-align: right
}

.native-medium-vertical-teaser--outbound .native-medium-vertical-teaser__sponsor-label {
    text-align: left
}

.native-medium-vertical-teaser--outbound .native-medium-vertical-teaser__sponsor-label:after {
    display: table;
    clear: both;
    content: ' '
}

.native-medium-vertical-teaser--outbound .native-medium-vertical-teaser__sponsor-label:before {
    content: "↗";
    float: right
}

.js-iconfont-loaded .native-medium-vertical-teaser--outbound .native-medium-vertical-teaser__sponsor-label:before, .no-js .native-medium-vertical-teaser--outbound .native-medium-vertical-teaser__sponsor-label:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.navigation-section-carousel-vertical-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.navigation-section-carousel-vertical-teaser--plus {
    padding-bottom: 15px
}

.navigation-section-carousel-vertical-teaser--plus .navigation-section-carousel-vertical-teaser__description {
    margin-top: -22px;
    padding: 0 15px
}

.navigation-section-carousel-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 11px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 22px;
    padding-left: 15px
}

.js-stag-loaded .navigation-section-carousel-vertical-teaser__title, .no-js .navigation-section-carousel-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.navigation-section-carousel-vertical-teaser--plus .navigation-section-carousel-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .navigation-section-carousel-vertical-teaser--plus .navigation-section-carousel-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.navigation-section-carousel-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.navigation-section-carousel-vertical-teaser__icon:after {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px
}

.navigation-section-carousel-vertical-teaser__link, .navigation-section-carousel-vertical-teaser__link:active, .navigation-section-carousel-vertical-teaser__link:focus, .navigation-section-carousel-vertical-teaser__link:hover, .navigation-section-carousel-vertical-teaser__link:visited {
    color: #fff
}

.navigation-section-carousel-vertical-teaser__plus-icon:before {
    width: 47px;
    height: 20px
}

.navigation-section-carousel-media-vertical-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.carousel__slide:last-child .navigation-section-carousel-media-vertical-teaser {
    border-bottom: 0
}

.navigation-section-carousel-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 11px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 22px;
    padding-left: 15px
}

.js-stag-loaded .navigation-section-carousel-media-vertical-teaser__title, .no-js .navigation-section-carousel-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.navigation-section-carousel-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.navigation-section-carousel-media-vertical-teaser__link, .navigation-section-carousel-media-vertical-teaser__link:active, .navigation-section-carousel-media-vertical-teaser__link:focus, .navigation-section-carousel-media-vertical-teaser__link:hover, .navigation-section-carousel-media-vertical-teaser__link:visited {
    color: #fff
}

.navigation-section-carousel-horizontal-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.navigation-section-carousel-horizontal-teaser--plus {
    padding-bottom: 15px;
    font-size: .875rem
}

.carousel__slide:last-child .navigation-section-carousel-horizontal-teaser {
    border-bottom: 0
}

.navigation-section-carousel-horizontal-teaser--plus .navigation-section-carousel-horizontal-teaser__visual {
    padding-bottom: 0
}

.navigation-section-carousel-horizontal-teaser--plus .navigation-section-carousel-horizontal-teaser__description {
    margin-top: 10px;
    margin-left: -11px;
    padding: 0
}

.navigation-section-carousel-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.navigation-section-carousel-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .navigation-section-carousel-horizontal-teaser__title, .no-js .navigation-section-carousel-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.navigation-section-carousel-horizontal-teaser--plus .navigation-section-carousel-horizontal-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-top: 0;
    padding-left: 0;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .navigation-section-carousel-horizontal-teaser--plus .navigation-section-carousel-horizontal-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.js-carousel-slide-active .navigation-section-carousel-horizontal-teaser__title {
    margin-top: -1px
}

.navigation-section-carousel-horizontal-teaser__link, .navigation-section-carousel-horizontal-teaser__link:active, .navigation-section-carousel-horizontal-teaser__link:focus, .navigation-section-carousel-horizontal-teaser__link:hover, .navigation-section-carousel-horizontal-teaser__link:visited {
    color: #fff
}

.navigation-section-carousel-media-horizontal-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.carousel__slide:last-child .navigation-section-carousel-media-horizontal-teaser {
    border-bottom: 0
}

.navigation-section-carousel-media-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.navigation-section-carousel-media-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .navigation-section-carousel-media-horizontal-teaser__title, .no-js .navigation-section-carousel-media-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.js-carousel-slide-active .navigation-section-carousel-media-horizontal-teaser__title {
    margin-top: -1px
}

.navigation-section-carousel-media-horizontal-teaser__link, .navigation-section-carousel-media-horizontal-teaser__link:active, .navigation-section-carousel-media-horizontal-teaser__link:focus, .navigation-section-carousel-media-horizontal-teaser__link:hover, .navigation-section-carousel-media-horizontal-teaser__link:visited {
    color: #fff
}

.navigation-section-carousel-text-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.navigation-section-carousel-text-teaser--plus {
    font-size: .875rem;
    line-height: 1
}

.navigation-section-carousel-text-teaser--plus.navigation-section-carousel-text-teaser--no-intro {
    padding-bottom: 15px
}

.carousel__slide:last-child .navigation-section-carousel-text-teaser {
    border-bottom: 0
}

.navigation-section-carousel-text-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 15px
}

.js-stagsans-loaded .navigation-section-carousel-text-teaser__title, .no-js .navigation-section-carousel-text-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.navigation-section-carousel-text-teaser--no-intro .navigation-section-carousel-text-teaser__title {
    padding-bottom: 11px
}

.navigation-section-carousel-text-teaser--plus .navigation-section-carousel-text-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .navigation-section-carousel-text-teaser--plus .navigation-section-carousel-text-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.carousel__slide--teaser-structure-horizontal ~ .carousel__slide .navigation-section-carousel-text-teaser--plus .navigation-section-carousel-text-teaser__title {
    margin-left: 4px
}

.carousel__slide--teaser-structure-horizontal ~ .carousel__slide .navigation-section-carousel-text-teaser__title {
    padding-left: 0
}

.js-carousel-slide-active .navigation-section-carousel-text-teaser__title {
    margin-top: -3px
}

.navigation-section-carousel-text-teaser__intro {
    margin: 0;
    padding-top: 8px;
    padding-left: 15px
}

.navigation-section-carousel-text-teaser--plus .navigation-section-carousel-text-teaser__intro {
    padding-top: 12px
}

.carousel__slide--teaser-structure-horizontal ~ .carousel__slide .navigation-section-carousel-text-teaser__intro {
    padding-left: 0
}

.navigation-section-carousel-text-teaser__meta {
    margin-right: 8px;
    float: left
}

.navigation-section-carousel-text-teaser__title-link, .navigation-section-carousel-text-teaser__title-link:active, .navigation-section-carousel-text-teaser__title-link:focus, .navigation-section-carousel-text-teaser__title-link:hover, .navigation-section-carousel-text-teaser__title-link:visited {
    color: #fff
}

.navigation-section-carousel-text-teaser--plus .navigation-section-carousel-text-teaser__title-link {
    padding-right: 3px;
    padding-left: 18px
}

.carousel__slide--teaser-structure-horizontal ~ .carousel__slide .navigation-section-carousel-text-teaser--plus .navigation-section-carousel-text-teaser__title-link {
    padding-left: 0
}

.navigation-section-carousel-text-teaser__intro-link {
    padding-bottom: 12px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 16px
}

.navigation-section-carousel-text-teaser__intro-link, .navigation-section-carousel-text-teaser__intro-link:active, .navigation-section-carousel-text-teaser__intro-link:focus, .navigation-section-carousel-text-teaser__intro-link:hover, .navigation-section-carousel-text-teaser__intro-link:visited {
    color: #fff
}

.navigation-section-large-vertical-teaser--plus {
    padding-bottom: 15px
}

.navigation-section-large-vertical-teaser--intro {
    padding-bottom: 0
}

.navigation-section-large-vertical-teaser--plus .navigation-section-large-vertical-teaser__description {
    margin-top: -28px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .navigation-section-large-vertical-teaser--plus .navigation-section-large-vertical-teaser__description {
        margin-top: -34px;
        padding: 0 15px
    }
}

.navigation-section-large-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    padding-left: 15px
}

.js-stag-loaded .navigation-section-large-vertical-teaser__title, .no-js .navigation-section-large-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .navigation-section-large-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px
    }

    .js-stag-loaded .navigation-section-large-vertical-teaser__title, .no-js .navigation-section-large-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.navigation-section-large-vertical-teaser--intro .navigation-section-large-vertical-teaser__title {
    padding-bottom: 4px
}

.navigation-section-large-vertical-teaser--plus .navigation-section-large-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .navigation-section-large-vertical-teaser--plus .navigation-section-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .navigation-section-large-vertical-teaser--plus .navigation-section-large-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -6px 0 0 0 red, 6px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .navigation-section-large-vertical-teaser--plus .navigation-section-large-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.navigation-section-large-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.navigation-section-large-vertical-teaser__icon:after {
    width: 55px;
    height: 55px;
    font-size: 27px;
    line-height: 55px
}

@media screen and (min-width: 1024px) {
    .navigation-section-large-vertical-teaser__icon:after {
        width: 65px;
        height: 65px;
        font-size: 32px;
        line-height: 65px
    }
}

.navigation-section-large-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 11px;
    padding-left: 15px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.navigation-section-large-vertical-teaser--plus .navigation-section-large-vertical-teaser__intro {
    padding-top: 9px;
    padding-left: 0
}

.navigation-section-large-vertical-teaser__title-link, .navigation-section-large-vertical-teaser__title-link:active, .navigation-section-large-vertical-teaser__title-link:focus, .navigation-section-large-vertical-teaser__title-link:hover, .navigation-section-large-vertical-teaser__title-link:visited {
    color: #fff
}

.navigation-section-large-vertical-teaser--plus .navigation-section-large-vertical-teaser__title-link {
    padding-right: 6px;
    padding-left: 6px
}

.navigation-section-large-vertical-teaser__intro-link {
    line-height: inherit
}

.navigation-section-large-vertical-teaser__intro-link, .navigation-section-large-vertical-teaser__intro-link:active, .navigation-section-large-vertical-teaser__intro-link:focus, .navigation-section-large-vertical-teaser__intro-link:hover, .navigation-section-large-vertical-teaser__intro-link:visited {
    color: #fff
}

.navigation-section-large-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    padding-left: 15px
}

.js-stag-loaded .navigation-section-large-media-vertical-teaser__title, .no-js .navigation-section-large-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .navigation-section-large-media-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px
    }

    .js-stag-loaded .navigation-section-large-media-vertical-teaser__title, .no-js .navigation-section-large-media-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.navigation-section-large-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.navigation-section-large-media-vertical-teaser__link, .navigation-section-large-media-vertical-teaser__link:active, .navigation-section-large-media-vertical-teaser__link:focus, .navigation-section-large-media-vertical-teaser__link:hover, .navigation-section-large-media-vertical-teaser__link:visited {
    color: #fff
}

.newspaper-aside-teaser {
    background-color: #f5f5f5
}

.newspaper-aside-teaser + .newspaper-aside-teaser {
    border-top: 1px solid #fff
}

.newspaper-aside-teaser__link {
    padding: 9px 15px 12px
}

.newspaper-aside-teaser__link, .newspaper-aside-teaser__link:active, .newspaper-aside-teaser__link:focus, .newspaper-aside-teaser__link:hover, .newspaper-aside-teaser__link:visited {
    color: #000
}

.newspaper-aside-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px
}

.js-stagsans-loaded .newspaper-aside-teaser__title, .no-js .newspaper-aside-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.newspaper-aside-teaser__intro {
    margin: 0;
    padding-top: 6px;
    font-size: .875rem;
    line-height: 16px
}

.newspaper-vertical-teaser__description-link {
    padding-left: 15px
}

.newspaper-vertical-teaser__description-link, .newspaper-vertical-teaser__description-link:active, .newspaper-vertical-teaser__description-link:focus, .newspaper-vertical-teaser__description-link:hover, .newspaper-vertical-teaser__description-link:visited {
    color: #000
}

.newspaper-vertical-teaser__description:first-child .newspaper-vertical-teaser__description-link {
    padding-top: 15px
}

.newspaper-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 34px;
    padding-top: 4px;
    padding-bottom: 4px
}

.js-stag-loaded .newspaper-vertical-teaser__title, .no-js .newspaper-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.newspaper-vertical-teaser__intro {
    margin: 0;
    padding-bottom: 12px;
    font-size: .875rem;
    line-height: 16px
}

.newspaper-lead-teaser:after {
    display: table;
    clear: both;
    content: ' '
}

.newspaper-lead-teaser__visual {
    width: 50%;
    max-width: 50%;
    padding-top: 7px;
    float: right
}

.region-lead-teaser--plus .newspaper-lead-teaser__visual {
    padding-top: 0
}

.newspaper-lead-teaser__visual-link {
    padding-bottom: 7px;
    padding-left: 10px
}

.newspaper-lead-teaser__description-link {
    padding-left: 15px
}

.newspaper-lead-teaser__description-link, .newspaper-lead-teaser__description-link:active, .newspaper-lead-teaser__description-link:focus, .newspaper-lead-teaser__description-link:hover, .newspaper-lead-teaser__description-link:visited {
    color: #000
}

.newspaper-lead-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    margin-top: -7px
}

.js-stag-loaded .newspaper-lead-teaser__title, .no-js .newspaper-lead-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.newspaper-lead-teaser__intro {
    margin: 0;
    padding-bottom: 12px;
    font-size: .875rem;
    line-height: 16px
}

.popular-online-horizontal-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.popular-online-horizontal-teaser:first-child {
    border-top: 0
}

.popular-online-horizontal-teaser--plus {
    padding-bottom: 15px;
    font-size: .875rem
}

.popular-online-horizontal-teaser--plus .popular-online-horizontal-teaser__visual {
    padding-bottom: 0
}

.popular-online-horizontal-teaser--plus .popular-online-horizontal-teaser__description {
    margin-top: 10px;
    margin-left: -11px;
    padding: 0
}

.popular-online-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.popular-online-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .popular-online-horizontal-teaser__title, .no-js .popular-online-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.popular-online-horizontal-teaser--plus .popular-online-horizontal-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-top: 0;
    padding-left: 0;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .popular-online-horizontal-teaser--plus .popular-online-horizontal-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.popular-online-horizontal-teaser__link, .popular-online-horizontal-teaser__link:active, .popular-online-horizontal-teaser__link:focus, .popular-online-horizontal-teaser__link:hover, .popular-online-horizontal-teaser__link:visited {
    color: #fff
}

.popular-online-text-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.popular-online-text-teaser:first-child {
    border-top: 0
}

.popular-online-text-teaser--plus {
    font-size: .875rem;
    line-height: 1
}

.popular-online-text-teaser--plus.popular-online-text-teaser--no-intro {
    padding-bottom: 15px
}

.popular-online-text-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px
}

.js-stagsans-loaded .popular-online-text-teaser__title, .no-js .popular-online-text-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.popular-online-text-teaser--no-intro .popular-online-text-teaser__title {
    padding-bottom: 11px
}

.popular-online-text-teaser--plus .popular-online-text-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .popular-online-text-teaser--plus .popular-online-text-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.popular-online-text-teaser__meta {
    margin-right: 8px;
    float: left
}

.popular-online-text-teaser__title-link, .popular-online-text-teaser__title-link:active, .popular-online-text-teaser__title-link:focus, .popular-online-text-teaser__title-link:hover, .popular-online-text-teaser__title-link:visited {
    color: #fff
}

.popular-online-text-teaser--plus .popular-online-text-teaser__title-link {
    padding-right: 3px;
    padding-left: 3px
}

.popular-online-text-teaser__intro {
    margin: 0;
    padding-top: 8px
}

.popular-online-text-teaser--plus .popular-online-text-teaser__intro {
    padding-top: 12px
}

.popular-online-text-teaser__intro-link {
    padding-bottom: 12px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 16px
}

.popular-online-text-teaser__intro-link, .popular-online-text-teaser__intro-link:active, .popular-online-text-teaser__intro-link:focus, .popular-online-text-teaser__intro-link:hover, .popular-online-text-teaser__intro-link:visited {
    color: #fff
}

.popular-online-media-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.popular-online-media-teaser:first-child {
    border-top: 0
}

.popular-online-media-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .popular-online-media-teaser__title, .no-js .popular-online-media-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.popular-online-media-teaser__link, .popular-online-media-teaser__link:active, .popular-online-media-teaser__link:focus, .popular-online-media-teaser__link:hover, .popular-online-media-teaser__link:visited {
    color: #fff
}

.popular-online-media-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.popular-region-vertical-teaser {
    padding-top: 15px
}

.popular-region-vertical-teaser--plus .popular-region-vertical-teaser__description {
    margin-top: -24px;
    padding: 0 15px
}

.popular-region-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    padding-left: 15px
}

.js-stag-loaded .popular-region-vertical-teaser__title, .no-js .popular-region-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.popular-region-vertical-teaser--plus .popular-region-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .popular-region-vertical-teaser--plus .popular-region-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.popular-region-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.popular-region-vertical-teaser__icon:after {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px
}

.popular-region-vertical-teaser__plus-icon:before {
    width: 51px;
    height: 22px
}

.popular-region-vertical-teaser__link, .popular-region-vertical-teaser__link:active, .popular-region-vertical-teaser__link:focus, .popular-region-vertical-teaser__link:hover, .popular-region-vertical-teaser__link:visited {
    color: #fff
}

.popular-region-media-vertical-teaser {
    padding-top: 15px
}

.popular-region-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    padding-left: 15px
}

.js-stag-loaded .popular-region-media-vertical-teaser__title, .no-js .popular-region-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.popular-region-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.popular-region-media-vertical-teaser__link, .popular-region-media-vertical-teaser__link:active, .popular-region-media-vertical-teaser__link:focus, .popular-region-media-vertical-teaser__link:hover, .popular-region-media-vertical-teaser__link:visited {
    color: #fff
}

.popular-region-horizontal-teaser {
    padding: 15px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.col:first-child > .popular-region-horizontal-teaser, .col:nth-child(2) > .popular-region-horizontal-teaser {
    border-top: 0
}

.popular-region-horizontal-teaser--plus {
    padding-bottom: 15px;
    font-size: .875rem
}

.popular-region-horizontal-teaser__visual {
    width: 105px;
    max-width: 105px
}

@media screen and (min-width: 1024px) {
    .popular-region-horizontal-teaser__visual {
        width: 135px;
        max-width: 135px
    }
}

.popular-region-horizontal-teaser--plus .popular-region-horizontal-teaser__visual {
    padding-bottom: 0
}

.popular-region-horizontal-teaser__description {
    width: calc(100% - 105px);
    max-width: calc(100% - 105px)
}

@media screen and (min-width: 1024px) {
    .popular-region-horizontal-teaser__description {
        width: calc(100% - 135px);
        max-width: calc(100% - 135px)
    }
}

.popular-region-horizontal-teaser--plus .popular-region-horizontal-teaser__description {
    margin-top: 10px;
    margin-left: -11px;
    padding: 0
}

.popular-region-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.popular-region-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .popular-region-horizontal-teaser__title, .no-js .popular-region-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.popular-region-horizontal-teaser--plus .popular-region-horizontal-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-top: 0;
    padding-left: 0;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .popular-region-horizontal-teaser--plus .popular-region-horizontal-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.popular-region-horizontal-teaser__link, .popular-region-horizontal-teaser__link:active, .popular-region-horizontal-teaser__link:focus, .popular-region-horizontal-teaser__link:hover, .popular-region-horizontal-teaser__link:visited {
    color: #fff
}

.popular-region-text-teaser {
    padding: 15px 15px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.col:first-child > .popular-region-text-teaser, .col:nth-child(2) > .popular-region-text-teaser {
    border-top: 0
}

.popular-region-text-teaser--plus {
    font-size: .875rem;
    line-height: 1
}

.popular-region-text-teaser--plus.popular-region-text-teaser--no-intro {
    padding-bottom: 15px
}

.popular-region-text-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px
}

.js-stagsans-loaded .popular-region-text-teaser__title, .no-js .popular-region-text-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.popular-region-text-teaser--no-intro .popular-region-text-teaser__title {
    padding-bottom: 11px
}

.popular-region-text-teaser--plus .popular-region-text-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .popular-region-text-teaser--plus .popular-region-text-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.popular-region-text-teaser__meta {
    margin-right: 8px;
    float: left
}

.popular-region-text-teaser__title-link, .popular-region-text-teaser__title-link:active, .popular-region-text-teaser__title-link:focus, .popular-region-text-teaser__title-link:hover, .popular-region-text-teaser__title-link:visited {
    color: #fff
}

.popular-region-text-teaser--plus .popular-region-text-teaser__title-link {
    padding-right: 3px;
    padding-left: 3px
}

.popular-region-text-teaser__intro {
    margin: 0;
    padding-top: 8px
}

.popular-region-text-teaser--plus .popular-region-text-teaser__intro {
    padding-top: 12px
}

.popular-region-text-teaser__intro-link {
    padding-bottom: 12px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 16px
}

.popular-region-text-teaser__intro-link, .popular-region-text-teaser__intro-link:active, .popular-region-text-teaser__intro-link:focus, .popular-region-text-teaser__intro-link:hover, .popular-region-text-teaser__intro-link:visited {
    color: #fff
}

.popular-region-media-teaser {
    padding: 15px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.col:first-child > .popular-region-media-teaser, .col:nth-child(2) > .popular-region-media-teaser {
    border-top: 0
}

.popular-region-media-teaser__visual {
    width: 105px;
    max-width: 105px
}

@media screen and (min-width: 1024px) {
    .popular-region-media-teaser__visual {
        width: 135px;
        max-width: 135px
    }
}

.popular-region-media-teaser__description {
    width: calc(100% - 105px);
    max-width: calc(100% - 105px)
}

@media screen and (min-width: 1024px) {
    .popular-region-media-teaser__description {
        width: calc(100% - 135px);
        max-width: calc(100% - 135px)
    }
}

.popular-region-media-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.popular-region-media-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .popular-region-media-teaser__title, .no-js .popular-region-media-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.popular-region-media-teaser__link, .popular-region-media-teaser__link:active, .popular-region-media-teaser__link:focus, .popular-region-media-teaser__link:hover, .popular-region-media-teaser__link:visited {
    color: #fff
}

.popular-video-horizontal-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.popular-video-horizontal-teaser:first-child {
    border-top: 0
}

.popular-video-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .popular-video-horizontal-teaser__title, .no-js .popular-video-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.popular-video-horizontal-teaser__link, .popular-video-horizontal-teaser__link:active, .popular-video-horizontal-teaser__link:focus, .popular-video-horizontal-teaser__link:hover, .popular-video-horizontal-teaser__link:visited {
    color: #fff
}

.popular-video-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.read-more-vertical-teaser--plus {
    padding-bottom: 15px
}

.read-more-vertical-teaser--plus .read-more-vertical-teaser__description {
    margin-top: -18px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .read-more-vertical-teaser--plus .read-more-vertical-teaser__description {
        margin-top: -24px;
        padding: 0 15px
    }
}

.read-more-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 11px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-left: 15px
}

.js-stagsans-loaded .read-more-vertical-teaser__title, .no-js .read-more-vertical-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .read-more-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 24px
    }

    .js-stag-loaded .read-more-vertical-teaser__title, .no-js .read-more-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.read-more-vertical-teaser--plus .read-more-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .read-more-vertical-teaser--plus .read-more-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .read-more-vertical-teaser--plus .read-more-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .read-more-vertical-teaser--plus .read-more-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.read-more-vertical-teaser--plus .read-more-vertical-teaser__link {
    padding-right: 4px;
    padding-left: 4px
}

.read-more-vertical-teaser__icon:after {
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 35px
}

@media screen and (min-width: 1024px) {
    .read-more-vertical-teaser__icon:after {
        width: 45px;
        height: 45px;
        font-size: 22px;
        line-height: 45px
    }
}

.read-more-vertical-teaser__plus-icon:before {
    width: 42px;
    height: 18px
}

@media screen and (min-width: 1024px) {
    .read-more-vertical-teaser__plus-icon:before {
        width: 51px;
        height: 22px
    }
}

.read-more-media-vertical-teaser {
    margin-bottom: 15px;
    background-color: #1c1c1c
}

.read-more-media-vertical-teaser__link, .read-more-media-vertical-teaser__link:active, .read-more-media-vertical-teaser__link:focus, .read-more-media-vertical-teaser__link:hover, .read-more-media-vertical-teaser__link:visited {
    color: #fff
}

.read-more-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stagsans-loaded .read-more-media-vertical-teaser__title, .no-js .read-more-media-vertical-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .read-more-media-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 24px
    }

    .js-stag-loaded .read-more-media-vertical-teaser__title, .no-js .read-more-media-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.read-more-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.read-more-online-services-teaser--plus {
    padding-bottom: 15px
}

.read-more-online-services-teaser--plus .read-more-online-services-teaser__description {
    margin-top: -18px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .read-more-online-services-teaser--plus .read-more-online-services-teaser__description {
        margin-top: -24px;
        padding: 0 15px
    }
}

.read-more-online-services-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 11px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-left: 15px
}

.js-stagsans-loaded .read-more-online-services-teaser__title, .no-js .read-more-online-services-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .read-more-online-services-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 24px
    }

    .js-stag-loaded .read-more-online-services-teaser__title, .no-js .read-more-online-services-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.read-more-online-services-teaser--plus .read-more-online-services-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .read-more-online-services-teaser--plus .read-more-online-services-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .read-more-online-services-teaser--plus .read-more-online-services-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .read-more-online-services-teaser--plus .read-more-online-services-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.read-more-online-services-teaser--plus .read-more-online-services-teaser__link {
    padding-right: 4px;
    padding-left: 4px
}

.read-more-online-services-teaser__plus-icon:before {
    width: 42px;
    height: 18px
}

@media screen and (min-width: 1024px) {
    .read-more-online-services-teaser__plus-icon:before {
        width: 51px;
        height: 22px
    }
}

.read-more-online-services-url-teaser--outbound {
    margin-bottom: 15px;
    background-color: #f5f5f5
}

.read-more-online-services-url-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 11px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-left: 15px
}

.js-stagsans-loaded .read-more-online-services-url-teaser__title, .no-js .read-more-online-services-url-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .read-more-online-services-url-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 24px
    }

    .js-stag-loaded .read-more-online-services-url-teaser__title, .no-js .read-more-online-services-url-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.read-more-online-services-url-teaser--outbound .read-more-online-services-url-teaser__title {
    padding-bottom: 6px
}

@media screen and (min-width: 1024px) {
    .read-more-online-services-url-teaser--outbound .read-more-online-services-url-teaser__title {
        padding-bottom: 5px
    }
}

.read-more-online-services-url-teaser__outbound {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    display: block;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    color: #bbb;
    font-size: .75em;
    font-weight: 400;
    text-align: right
}

.read-more-online-services-url-teaser__outbound:after {
    content: "↗";
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 15px;
    vertical-align: text-bottom
}

.js-iconfont-loaded .read-more-online-services-url-teaser__outbound:after, .no-js .read-more-online-services-url-teaser__outbound:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.read-more-online-services-media-teaser {
    background-color: #1c1c1c
}

.read-more-online-services-media-teaser__link, .read-more-online-services-media-teaser__link:active, .read-more-online-services-media-teaser__link:focus, .read-more-online-services-media-teaser__link:hover, .read-more-online-services-media-teaser__link:visited {
    color: #fff
}

.read-more-online-services-media-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stagsans-loaded .read-more-online-services-media-teaser__title, .no-js .read-more-online-services-media-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .read-more-online-services-media-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 24px
    }

    .js-stag-loaded .read-more-online-services-media-teaser__title, .no-js .read-more-online-services-media-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.read-more-online-services-media-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.region-aside-teaser {
    background-color: #f5f5f5
}

.region-aside-teaser + .region-aside-teaser {
    border-top: 1px solid #fff
}

.region-aside-teaser__link {
    padding: 0 15px
}

.region-aside-teaser__link:active, .region-aside-teaser__link:focus, .region-aside-teaser__link:hover {
    color: #ff7f00
}

.region-aside-teaser__meta {
    padding-top: 13px
}

.region-aside-teaser__label {
    padding: 0;
    background-color: transparent;
    color: #ff7f00
}

.region-aside-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 6px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px
}

.js-stagsans-loaded .region-aside-teaser__title, .no-js .region-aside-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.region-aside-teaser__meta + .region-aside-teaser__title {
    padding-top: 5px
}

.region-aside-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 12px;
    color: #000;
    font-size: .875rem;
    line-height: 16px
}

.region-vertical-teaser__title-link:active, .region-vertical-teaser__title-link:focus, .region-vertical-teaser__title-link:hover {
    color: #ff7f00
}

.region-vertical-teaser--plus .region-vertical-teaser__title-link {
    padding-right: 6px;
    padding-left: 6px
}

.region-vertical-teaser--plus .region-vertical-teaser__description {
    margin-top: -34px;
    padding: 0 15px
}

.region-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 34px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px
}

.js-stag-loaded .region-vertical-teaser__title, .no-js .region-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.region-vertical-teaser--plus .region-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -6px 0 0 0 red, 6px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .region-vertical-teaser--plus .region-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.region-vertical-teaser__intro-link {
    padding-bottom: 12px;
    padding-left: 15px;
    font-size: .875rem;
    line-height: 16px
}

.region-vertical-teaser__intro-link, .region-vertical-teaser__intro-link:active, .region-vertical-teaser__intro-link:focus, .region-vertical-teaser__intro-link:hover, .region-vertical-teaser__intro-link:visited {
    color: #000
}

.region-vertical-teaser--plus .region-vertical-teaser__intro-link {
    padding-left: 0
}

.region-vertical-teaser__intro {
    margin: 0
}

.region-vertical-teaser__intro:after {
    display: table;
    clear: both;
    content: ' '
}

.region-vertical-teaser--plus .region-vertical-teaser__intro {
    padding-top: 9px
}

.region-vertical-teaser__meta {
    display: block;
    float: left
}

.region-vertical-teaser--plus .region-vertical-teaser__meta {
    display: none
}

.region-vertical-teaser__label {
    margin-right: 4px;
    margin-left: 15px
}

.region-vertical-teaser__plus-icon:before {
    width: 61px;
    height: 26px
}

.region-vertical-teaser--plus .region-vertical-teaser__publication-time {
    display: none
}

.region-lead-teaser:after {
    display: table;
    clear: both;
    content: ' '
}

.region-lead-teaser__visual {
    width: 50%;
    max-width: 50%;
    padding-top: 7px;
    float: right
}

.region-lead-teaser--plus .region-lead-teaser__visual {
    padding-top: 0
}

.region-lead-teaser__visual-link {
    padding-bottom: 15px;
    padding-left: 10px
}

.region-lead-teaser__description:after {
    display: table;
    clear: both;
    content: ' '
}

.region-lead-teaser__meta {
    float: left
}

.region-lead-teaser__label {
    margin-right: 4px;
    margin-left: 15px
}

.region-lead-teaser--plus .region-lead-teaser__label {
    display: none
}

.region-lead-teaser__title-link {
    padding-left: 15px
}

.region-lead-teaser--plus .region-lead-teaser__title-link {
    padding-right: 19px;
    padding-bottom: 9px;
    padding-left: 19px
}

.region-lead-teaser__intro-link {
    padding-left: 15px
}

.region-lead-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    margin-top: -7px
}

.js-stag-loaded .region-lead-teaser__title, .no-js .region-lead-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.region-lead-teaser--plus .region-lead-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .region-lead-teaser--plus .region-lead-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.region-lead-teaser__intro {
    margin: 0;
    padding-bottom: 12px;
    color: #000;
    font-size: .875rem;
    line-height: 16px
}

.region-lead-teaser--plus .region-lead-teaser__publication-time {
    display: none
}

.related-vertical-teaser {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.related-vertical-teaser--plus {
    padding-bottom: 15px
}

.related-vertical-teaser--intro {
    padding-bottom: 0
}

.related-vertical-teaser--plus .related-vertical-teaser__description {
    margin-top: -24px;
    padding: 0 15px
}

.related-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    padding-left: 15px
}

.js-stag-loaded .related-vertical-teaser__title, .no-js .related-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.related-vertical-teaser--intro .related-vertical-teaser__title {
    padding-bottom: 4px
}

.related-vertical-teaser--plus .related-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .related-vertical-teaser--plus .related-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.related-vertical-teaser--plus .related-vertical-teaser__link {
    padding-right: 4px;
    padding-left: 4px
}

.related-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 11px;
    padding-left: 15px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.related-vertical-teaser--plus .related-vertical-teaser__intro {
    padding-top: 9px;
    padding-left: 0
}

.related-vertical-teaser__intro-link {
    line-height: inherit
}

.related-vertical-teaser__intro-link, .related-vertical-teaser__intro-link:active, .related-vertical-teaser__intro-link:focus, .related-vertical-teaser__intro-link:hover, .related-vertical-teaser__intro-link:visited {
    color: #000
}

.related-vertical-teaser__icon:after {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px
}

.related-vertical-teaser__plus-icon:before {
    width: 51px;
    height: 22px
}

.related-text-teaser__link {
    display: inline
}

.search-horizontal-teaser {
    padding: 15px 15px 0
}

.search-horizontal-teaser__visual {
    width: 30%;
    max-width: 30%
}

.search-horizontal-teaser__picture {
    background-size: 45%
}

.search-horizontal-teaser__description-link {
    padding-bottom: 10px
}

.search-horizontal-teaser__description {
    width: 70%;
    max-width: 70%
}

.search-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    margin-top: -3px;
    padding-left: 15px
}

.js-stag-loaded .search-horizontal-teaser__title, .no-js .search-horizontal-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.search-horizontal-teaser__intro {
    margin: 0;
    padding-top: 5px;
    padding-left: 15px;
    color: #000;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 16px
}

.tablet-vertical-teaser--plus {
    padding-bottom: 15px
}

.tablet-vertical-teaser--intro {
    padding-bottom: 0
}

.tablet-vertical-teaser--plus .tablet-vertical-teaser__description {
    margin-top: -24px;
    padding: 0 15px
}

.tablet-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    padding-left: 15px
}

.js-stag-loaded .tablet-vertical-teaser__title, .no-js .tablet-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.tablet-vertical-teaser--intro .tablet-vertical-teaser__title {
    padding-bottom: 4px
}

.tablet-vertical-teaser--plus .tablet-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .tablet-vertical-teaser--plus .tablet-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.tablet-vertical-teaser--plus .tablet-vertical-teaser__link {
    padding-right: 4px;
    padding-left: 4px
}

.tablet-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 11px;
    padding-left: 15px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.tablet-vertical-teaser--plus .tablet-vertical-teaser__intro {
    padding-top: 9px;
    padding-left: 0
}

.tablet-vertical-teaser__intro-link {
    line-height: inherit
}

.tablet-vertical-teaser__intro-link, .tablet-vertical-teaser__intro-link:active, .tablet-vertical-teaser__intro-link:focus, .tablet-vertical-teaser__intro-link:hover, .tablet-vertical-teaser__intro-link:visited {
    color: #000
}

.tablet-vertical-teaser__icon:after {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px
}

.tablet-vertical-teaser__plus-icon:before {
    width: 51px;
    height: 22px
}

.tablet-vertical-teaser__scoreboard {
    padding-top: 10px;
    padding-bottom: 10px
}

.tablet-media-vertical-teaser {
    margin-bottom: 15px;
    background-color: #1c1c1c
}

.tablet-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stag-loaded .tablet-media-vertical-teaser__title, .no-js .tablet-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.tablet-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.tablet-media-vertical-teaser__link, .tablet-media-vertical-teaser__link:active, .tablet-media-vertical-teaser__link:focus, .tablet-media-vertical-teaser__link:hover, .tablet-media-vertical-teaser__link:visited {
    color: #fff
}

.tablet-dossier {
    position: relative;
    margin-bottom: 15px;
    background-color: #003;
    color: #fff
}

.tablet-dossier__header {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: inherit;
    z-index: 101;
    max-width: calc(100% - 30px)
}

.tablet-dossier__title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 4px;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.js-ramagothice-loaded .tablet-dossier__title, .no-js .tablet-dossier__title {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.tablet-dossier__link, .tablet-dossier__link:active, .tablet-dossier__link:focus, .tablet-dossier__link:hover, .tablet-dossier__link:visited {
    color: #fff
}

.tablet-dossier-teaser {
    padding-bottom: 9px
}

.tablet-dossier-teaser__description {
    margin-top: -24px;
    padding: 0 15px
}

.tablet-dossier-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: #003;
    box-shadow: -4px 0 0 0 #003, 4px 0 0 0 #003;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.js-stag-loaded .tablet-dossier-teaser__title, .no-js .tablet-dossier-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .tablet-dossier-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: #003;
        content: '';
        z-index: -1
    }
}

.tablet-dossier-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.tablet-dossier-teaser--intro .tablet-dossier-teaser__intro {
    padding-bottom: 3px
}

.tablet-dossier-teaser__intro-link {
    line-height: inherit
}

.tablet-dossier-teaser__intro-link, .tablet-dossier-teaser__intro-link:active, .tablet-dossier-teaser__intro-link:focus, .tablet-dossier-teaser__intro-link:hover, .tablet-dossier-teaser__intro-link:visited {
    color: #fff
}

.tablet-dossier-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.tag-large-teaser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px
}

.tag-large-teaser + .tag-large-teaser {
    padding-top: 15px;
    border-top: 1px solid #e5e5e5
}

.tag-large-teaser__publication-meta {
    -webkit-flex-basis: 85px;
    -ms-flex-preferred-size: 85px;
    flex-basis: 85px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tag-large-teaser__publication-time {
    display: inline-block;
    margin-top: 2px;
    padding-left: 15px;
    font-size: 1rem;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word
}

.tag-large-teaser__description {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: -3px;
    padding-right: 15px;
    padding-left: 20px
}

.tag-large-teaser--plus .tag-large-teaser__description {
    margin-top: 0
}

.tag-large-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px
}

.js-stag-loaded .tag-large-teaser__title, .no-js .tag-large-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.tag-large-teaser--plus .tag-large-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-left: 4px
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .tag-large-teaser--plus .tag-large-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.tag-large-teaser__visual {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 15px;
    padding-left: 5px
}

.tag-large-teaser__label, .tag-large-teaser__label-link {
    display: inline
}

.tag-large-teaser__intro {
    margin-top: 6px;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: .875rem;
    line-height: 18px;
    word-break: break-word
}

.tag-large-teaser__intro-link {
    display: inline;
    line-height: inherit
}

.tag-large-teaser__intro-link, .tag-large-teaser__intro-link:active, .tag-large-teaser__intro-link:focus, .tag-large-teaser__intro-link:hover, .tag-large-teaser__intro-link:visited {
    color: #000
}

.tag-large-teaser__icon:after {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px
}

.top-navigation-vertical-teaser--plus {
    padding-bottom: 15px
}

.top-navigation-vertical-teaser--plus .top-navigation-vertical-teaser__description {
    margin-top: -24px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .top-navigation-vertical-teaser--plus .top-navigation-vertical-teaser__description {
        margin-top: -22px;
        padding: 0 15px
    }
}

.top-navigation-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stag-loaded .top-navigation-vertical-teaser__title, .no-js .top-navigation-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .top-navigation-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 22px
    }

    .js-stag-loaded .top-navigation-vertical-teaser__title, .no-js .top-navigation-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.top-navigation-vertical-teaser--plus .top-navigation-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .top-navigation-vertical-teaser--plus .top-navigation-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.top-navigation-vertical-teaser__plus-icon:before {
    width: 51px;
    height: 22px
}

.top-navigation-vertical-teaser--plus .top-navigation-vertical-teaser__link {
    padding-right: 4px;
    padding-left: 4px
}

.top-navigation-vertical-teaser__icon:after {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px
}

.top-navigation-horizontal-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid #fff
}

.col:first-child > .top-navigation-horizontal-teaser, .col:nth-child(2) > .top-navigation-horizontal-teaser {
    border-top: 0
}

.top-navigation-horizontal-teaser--plus {
    padding-bottom: 15px;
    font-size: .875rem
}

.top-navigation-horizontal-teaser__visual {
    width: 135px;
    max-width: 135px
}

.top-navigation-horizontal-teaser--plus .top-navigation-horizontal-teaser__visual {
    padding-bottom: 0
}

.top-navigation-horizontal-teaser__description {
    width: calc(100% - 135px);
    max-width: calc(100% - 135px)
}

.top-navigation-horizontal-teaser--plus .top-navigation-horizontal-teaser__description {
    margin-top: 10px;
    margin-left: -11px;
    padding: 0
}

.top-navigation-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .top-navigation-horizontal-teaser__title, .no-js .top-navigation-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.top-navigation-horizontal-teaser--plus .top-navigation-horizontal-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-top: 0;
    padding-left: 0;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .top-navigation-horizontal-teaser--plus .top-navigation-horizontal-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.top-navigation-text-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid #fff
}

.col:first-child > .top-navigation-text-teaser, .col:nth-child(2) > .top-navigation-text-teaser {
    border-top: 0
}

.top-navigation-text-teaser--plus {
    font-size: .875rem;
    line-height: 1
}

.top-navigation-text-teaser--plus.top-navigation-text-teaser--no-intro {
    padding-bottom: 15px
}

.top-navigation-text-teaser--plus .top-navigation-text-teaser__title-link {
    padding-right: 3px;
    padding-left: 3px
}

.top-navigation-text-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px
}

.js-stagsans-loaded .top-navigation-text-teaser__title, .no-js .top-navigation-text-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.top-navigation-text-teaser--no-intro .top-navigation-text-teaser__title {
    padding-bottom: 11px
}

.top-navigation-text-teaser--plus .top-navigation-text-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .top-navigation-text-teaser--plus .top-navigation-text-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.top-navigation-text-teaser__meta {
    margin-right: 8px;
    float: left
}

.top-navigation-text-teaser__intro {
    margin: 0;
    padding-top: 8px
}

.top-navigation-text-teaser--plus .top-navigation-text-teaser__intro {
    padding-top: 12px
}

.top-navigation-text-teaser__intro-link {
    padding-bottom: 12px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 16px
}

.top-navigation-text-teaser__intro-link, .top-navigation-text-teaser__intro-link:active, .top-navigation-text-teaser__intro-link:focus, .top-navigation-text-teaser__intro-link:hover, .top-navigation-text-teaser__intro-link:visited {
    color: #000
}

.top-navigation-media-vertical-teaser {
    background-color: #1c1c1c
}

.top-navigation-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 24px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stag-loaded .top-navigation-media-vertical-teaser__title, .no-js .top-navigation-media-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .top-navigation-media-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 22px
    }

    .js-stag-loaded .top-navigation-media-vertical-teaser__title, .no-js .top-navigation-media-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.top-navigation-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.top-navigation-media-vertical-teaser__link, .top-navigation-media-vertical-teaser__link:active, .top-navigation-media-vertical-teaser__link:focus, .top-navigation-media-vertical-teaser__link:hover, .top-navigation-media-vertical-teaser__link:visited {
    color: #fff
}

.top-navigation-media-horizontal-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid #fff;
    background-color: #1c1c1c
}

.top-navigation-media-horizontal-teaser + .top-navigation-media-horizontal-teaser, .top-navigation-media-vertical-teaser + .top-navigation-media-horizontal-teaser {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.top-navigation-media-horizontal-teaser__visual {
    width: 135px;
    max-width: 135px
}

.top-navigation-media-horizontal-teaser__description {
    width: calc(100% - 135px);
    max-width: calc(100% - 135px)
}

.top-navigation-media-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .top-navigation-media-horizontal-teaser__title, .no-js .top-navigation-media-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.top-navigation-media-horizontal-teaser__link, .top-navigation-media-horizontal-teaser__link:active, .top-navigation-media-horizontal-teaser__link:focus, .top-navigation-media-horizontal-teaser__link:hover, .top-navigation-media-horizontal-teaser__link:visited {
    color: #fff
}

.top-navigation-media-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.top-region-horizontal-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid #fff
}

.top-region-horizontal-teaser:first-child {
    border-top: 0
}

.top-region-horizontal-teaser--plus {
    padding-bottom: 15px;
    font-size: .875rem
}

.top-region-horizontal-teaser__visual {
    width: 135px;
    max-width: 135px
}

.top-region-horizontal-teaser--plus .top-region-horizontal-teaser__visual {
    padding-bottom: 0
}

.top-region-horizontal-teaser__description {
    width: calc(100% - 135px);
    max-width: calc(100% - 135px)
}

.top-region-horizontal-teaser--plus .top-region-horizontal-teaser__description {
    margin-top: 10px;
    margin-left: -11px;
    padding: 0
}

.top-region-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .top-region-horizontal-teaser__title, .no-js .top-region-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.top-region-horizontal-teaser--plus .top-region-horizontal-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-top: 0;
    padding-left: 0;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .top-region-horizontal-teaser--plus .top-region-horizontal-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.top-region-text-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid #fff
}

.top-region-text-teaser:first-child {
    border-top: 0
}

.top-region-text-teaser--plus {
    font-size: .875rem;
    line-height: 1
}

.top-region-text-teaser--plus.top-region-text-teaser--no-intro {
    padding-bottom: 15px
}

.top-region-text-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px
}

.js-stagsans-loaded .top-region-text-teaser__title, .no-js .top-region-text-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.top-region-text-teaser--no-intro .top-region-text-teaser__title {
    padding-bottom: 11px
}

.top-region-text-teaser--plus .top-region-text-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .top-region-text-teaser--plus .top-region-text-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.top-region-text-teaser--plus .top-region-text-teaser__title-link {
    padding-right: 3px;
    padding-left: 3px
}

.top-region-text-teaser__meta {
    margin-right: 8px;
    float: left
}

.top-region-text-teaser__intro {
    margin: 0;
    padding-top: 8px
}

.top-region-text-teaser--plus .top-region-text-teaser__intro {
    padding-top: 12px
}

.top-region-text-teaser__intro-link {
    padding-bottom: 12px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 16px
}

.top-region-text-teaser__intro-link, .top-region-text-teaser__intro-link:active, .top-region-text-teaser__intro-link:focus, .top-region-text-teaser__intro-link:hover, .top-region-text-teaser__intro-link:visited {
    color: #000
}

.top-region-media-horizontal-teaser {
    padding: 15px 15px 0;
    border-top: 1px solid #fff;
    background-color: #1c1c1c
}

.top-region-media-horizontal-teaser + .top-region-media-horizontal-teaser {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.top-region-media-horizontal-teaser__visual {
    width: 135px;
    max-width: 135px
}

.top-region-media-horizontal-teaser__description {
    width: calc(100% - 135px);
    max-width: calc(100% - 135px)
}

.top-region-media-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .top-region-media-horizontal-teaser__title, .no-js .top-region-media-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.top-region-media-horizontal-teaser__link, .top-region-media-horizontal-teaser__link:active, .top-region-media-horizontal-teaser__link:focus, .top-region-media-horizontal-teaser__link:hover, .top-region-media-horizontal-teaser__link:visited {
    color: #fff
}

.top-region-media-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.video-navigation-section-horizontal-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.carousel__slide:last-child .video-navigation-section-horizontal-teaser {
    border-bottom: 0
}

.video-navigation-section-horizontal-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.video-navigation-section-horizontal-teaser--plus .video-navigation-section-horizontal-teaser__description {
    margin-top: 10px;
    margin-left: -11px;
    padding: 0
}

.video-navigation-section-horizontal-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .video-navigation-section-horizontal-teaser__title, .no-js .video-navigation-section-horizontal-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.video-navigation-section-horizontal-teaser--plus .video-navigation-section-horizontal-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -3px 0 0 0 red, 3px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-top: 0;
    padding-left: 0;
    font-size: 1em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .video-navigation-section-horizontal-teaser--plus .video-navigation-section-horizontal-teaser__title:after {
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.video-navigation-section-horizontal-teaser__link, .video-navigation-section-horizontal-teaser__link:active, .video-navigation-section-horizontal-teaser__link:focus, .video-navigation-section-horizontal-teaser__link:hover, .video-navigation-section-horizontal-teaser__link:visited {
    color: #fff
}

.video-navigation-section-horizontal-url-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.carousel__slide:last-child .video-navigation-section-horizontal-url-teaser {
    border-bottom: 0
}

.video-navigation-section-horizontal-url-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.video-navigation-section-horizontal-url-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px
}

.js-stagsans-loaded .video-navigation-section-horizontal-url-teaser__title, .no-js .video-navigation-section-horizontal-url-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.video-navigation-section-horizontal-url-teaser__link, .video-navigation-section-horizontal-url-teaser__link:active, .video-navigation-section-horizontal-url-teaser__link:focus, .video-navigation-section-horizontal-url-teaser__link:hover, .video-navigation-section-horizontal-url-teaser__link:visited {
    color: #fff
}

.video-navigation-section-horizontal-url-teaser__label {
    background-color: #1c1c1c
}

.video-navigation-section-vertical-teaser--plus {
    padding-bottom: 15px
}

.video-navigation-section-vertical-teaser--plus .video-navigation-section-vertical-teaser__description {
    margin-top: -28px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .video-navigation-section-vertical-teaser--plus .video-navigation-section-vertical-teaser__description {
        margin-top: -34px;
        padding: 0 15px
    }
}

.video-navigation-section-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    padding-left: 15px
}

.js-stag-loaded .video-navigation-section-vertical-teaser__title, .no-js .video-navigation-section-vertical-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .video-navigation-section-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px
    }

    .js-stag-loaded .video-navigation-section-vertical-teaser__title, .no-js .video-navigation-section-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.video-navigation-section-vertical-teaser--intro .video-navigation-section-vertical-teaser__title {
    padding-bottom: 4px
}

.video-navigation-section-vertical-teaser--plus .video-navigation-section-vertical-teaser__title {
    display: inline;
    position: relative;
    padding: 1px 0;
    color: #fff;
    background-color: red;
    box-shadow: -4px 0 0 0 red, 4px 0 0 0 red;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-left: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .video-navigation-section-vertical-teaser--plus .video-navigation-section-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -4px;
        left: -4px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .video-navigation-section-vertical-teaser--plus .video-navigation-section-vertical-teaser__title {
        display: inline;
        position: relative;
        padding: 1px 0;
        color: #fff;
        background-color: red;
        box-shadow: -6px 0 0 0 red, 6px 0 0 0 red;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    .video-navigation-section-vertical-teaser--plus .video-navigation-section-vertical-teaser__title:after {
        position: absolute;
        top: 0;
        right: -6px;
        left: -6px;
        height: 100%;
        background-color: red;
        content: '';
        z-index: -1
    }
}

.video-navigation-section-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.video-navigation-section-vertical-teaser__icon:after {
    width: 65px;
    height: 65px;
    font-size: 32px;
    line-height: 65px
}

.video-navigation-section-vertical-teaser__title-link, .video-navigation-section-vertical-teaser__title-link:active, .video-navigation-section-vertical-teaser__title-link:focus, .video-navigation-section-vertical-teaser__title-link:hover, .video-navigation-section-vertical-teaser__title-link:visited {
    color: #fff
}

.video-navigation-section-vertical-teaser--plus .video-navigation-section-vertical-teaser__title-link {
    padding-right: 6px;
    padding-left: 6px
}

.video-navigation-section-vertical-teaser__intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 11px;
    padding-left: 15px;
    font-size: .875rem;
    letter-spacing: .1px;
    line-height: 18px
}

.video-navigation-section-vertical-teaser--plus .video-navigation-section-vertical-teaser__intro {
    padding-top: 9px;
    padding-left: 0
}

.video-navigation-section-vertical-teaser__intro-link {
    line-height: inherit
}

.video-navigation-section-vertical-teaser__intro-link, .video-navigation-section-vertical-teaser__intro-link:active, .video-navigation-section-vertical-teaser__intro-link:focus, .video-navigation-section-vertical-teaser__intro-link:hover, .video-navigation-section-vertical-teaser__intro-link:visited {
    color: #fff
}

.video-navigation-section-vertical-url-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 28px;
    padding-left: 15px
}

.js-stag-loaded .video-navigation-section-vertical-url-teaser__title, .no-js .video-navigation-section-vertical-url-teaser__title {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

@media screen and (min-width: 1024px) {
    .video-navigation-section-vertical-url-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2rem;
        font-weight: 500;
        line-height: 34px
    }

    .js-stag-loaded .video-navigation-section-vertical-url-teaser__title, .no-js .video-navigation-section-vertical-url-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.video-navigation-section-vertical-url-teaser__picture {
    background-color: rgba(255, 255, 255, .15);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.video-navigation-section-vertical-url-teaser__link, .video-navigation-section-vertical-url-teaser__link:active, .video-navigation-section-vertical-url-teaser__link:focus, .video-navigation-section-vertical-url-teaser__link:hover, .video-navigation-section-vertical-url-teaser__link:visited {
    color: #fff
}

.video-navigation-section-vertical-url-teaser__label {
    background-color: #1c1c1c
}

.watch-more-media-vertical-teaser {
    height: 100%;
    background-color: #1c1c1c
}

.watch-more-media-vertical-teaser__link, .watch-more-media-vertical-teaser__link:active, .watch-more-media-vertical-teaser__link:focus, .watch-more-media-vertical-teaser__link:hover, .watch-more-media-vertical-teaser__link:visited {
    color: #fff
}

.watch-more-media-vertical-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    padding-right: 15px;
    padding-left: 15px
}

.js-stagsans-loaded .watch-more-media-vertical-teaser__title, .no-js .watch-more-media-vertical-teaser__title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 1024px) {
    .watch-more-media-vertical-teaser__title {
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: .1px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        font-family: Georgia, Cambria, Times New Roman, Times, serif;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 24px
    }

    .js-stag-loaded .watch-more-media-vertical-teaser__title, .no-js .watch-more-media-vertical-teaser__title {
        font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
    }
}

.watch-more-media-vertical-teaser__picture {
    background-color: rgba(255, 255, 255, .05);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.watch-more-media-vertical-teaser__icon:after {
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 35px
}

@media screen and (min-width: 1024px) {
    .watch-more-media-vertical-teaser__icon:after {
        width: 45px;
        height: 45px;
        font-size: 22px;
        line-height: 45px
    }
}

.tooltip {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: none;
    position: absolute;
    max-width: 254px;
    margin: 0;
    padding: 17px 20px;
    -webkit-transform: translate(-44%, 9px);
    -ms-transform: translate(-44%, 9px);
    transform: translate(-44%, 9px);
    -webkit-transform: translate(calc(-50% + 15px), 9px);
    -ms-transform: translate(calc(-50% + 15px), 9px);
    transform: translate(calc(-50% + 15px), 9px);
    border-radius: 3px;
    background-color: #003;
    font-size: .875rem;
    text-align: center;
    text-transform: none;
    z-index: 1001
}

.js-stagsans-loaded .tooltip, .no-js .tooltip {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.tooltip:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-4px) translateX(-50%) rotate(45deg);
    -ms-transform: translateY(-4px) translateX(-50%) rotate(45deg);
    transform: translateY(-4px) translateX(-50%) rotate(45deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    background-color: #003;
    content: ''
}

.tooltip__trigger:checked + .favorite > .tooltip {
    display: block;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-name: tooltipActive;
    animation-name: tooltipActive
}

.tooltip__close-text, .tooltip__open-text, .tooltip__trigger {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.tooltip__toggle {
    position: absolute;
    cursor: pointer;
    z-index: 1
}

.favorite .tooltip__toggle {
    width: 18px;
    height: 18px;
    -webkit-transform: translate(1px, 2px);
    -ms-transform: translate(1px, 2px);
    transform: translate(1px, 2px)
}

@media screen and (min-width: 800px) {
    .favorite .tooltip__toggle {
        width: 19px;
        height: 19px;
        -webkit-transform: translate(2px, 2px);
        -ms-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
}

@media screen and (min-width: 1024px) {
    .favorite .tooltip__toggle {
        width: 23px;
        height: 23px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.tooltip__body {
    margin: 0
}

.tooltip__link, .tooltip__link:active, .tooltip__link:focus, .tooltip__link:hover, .tooltip__link:visited {
    color: #fff;
    text-decoration: underline
}

.tooltip__close {
    position: absolute;
    top: 8px;
    right: 8px
}

.tooltip__close:before {
    content: "x";
    color: #bbb;
    font-size: 1.2em
}

.js-iconfont-loaded .tooltip__close:before, .no-js .tooltip__close:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.top-region__container, .top-region__footer {
    background-color: #f5f5f5
}

.topics {
    margin-bottom: 15px
}

.topics-carousel__item {
    width: 238px;
    height: 100%;
    background-color: #fff;
    overflow: hidden
}

@media screen and (min-width: 769px) {
    .topics-carousel__item {
        width: 248px
    }
}

.topics-carousel__item + .topics-carousel__item {
    margin-left: 10px
}

@media screen and (min-width: 769px) {
    .topics-carousel__item + .topics-carousel__item {
        margin-left: 15px
    }
}

.topics-cta {
    position: relative;
    background-color: #ee3b33;
    color: #fff
}

.topics-cta:before {
    display: block;
    width: 100%;
    padding-top: 105%;
    content: ''
}

.topics-cta__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center
}

.topics-cta__footer {
    line-height: 1
}

.topics-cta__logo {
    display: block;
    width: 100px;
    margin: 0 auto
}

@media screen and (min-width: 769px) {
    .topics-cta__logo {
        width: 120px
    }
}

.topics-cta__greet {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 15px;
    font-size: 1.1em;
    line-height: 1.3
}

.js-adelle-loaded .topics-cta__greet, .no-js .topics-cta__greet {
    font-family: Adelle, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 769px) {
    .topics-cta__greet {
        font-size: 1.3em
    }
}

.topics-cta__button {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: inline-block;
    font-size: .75em
}

.js-adelle-loaded .topics-cta__button, .no-js .topics-cta__button {
    font-family: Adelle, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 769px) {
    .topics-cta__button {
        font-size: .875em
    }
}

.topics-cta__button, .topics-cta__button:visited {
    background-color: #fff;
    color: #ee3b33
}

.topics-cta__button:active, .topics-cta__button:focus, .topics-cta__button:hover {
    background-color: #f2f2f2;
    color: #ee3b33
}

.topics-cta__link {
    font-size: .75em
}

.topics-cta__link, .topics-cta__link:active, .topics-cta__link:focus, .topics-cta__link:hover, .topics-cta__link:visited {
    color: #fff;
    text-decoration: underline
}

.topics-cta__subtext {
    display: block;
    margin: 10px 0 0;
    font-size: .75em;
    line-height: 1
}

.topics-teaser {
    text-align: left
}

.topics-teaser--text {
    height: 100%;
    overflow: hidden
}

.topics-teaser:before {
    display: block;
    width: 100%;
    padding-top: 105%;
    content: ''
}

.topics-teaser__anchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.topics-teaser__anchor, .topics-teaser__anchor:active, .topics-teaser__anchor:focus, .topics-teaser__anchor:hover, .topics-teaser__anchor:visited {
    color: #000
}

.topics-teaser--photo .topics-teaser__anchor, .topics-teaser--photo .topics-teaser__anchor:active, .topics-teaser--photo .topics-teaser__anchor:focus, .topics-teaser--photo .topics-teaser__anchor:hover, .topics-teaser--photo .topics-teaser__anchor:visited {
    color: #fff
}

.topics-teaser--phototext .topics-teaser__anchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.topics-teaser__image {
    width: 100%;
    height: auto
}

.topics-teaser__visual .topics-teaser__image {
    width: auto;
    height: 100%;
    visibility: hidden
}

.topics-teaser__content {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    vertical-align: baseline;
    word-wrap: break-word
}

.topics-teaser--photo .topics-teaser__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8) 100%);
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8) 100%)
}

.topics-teaser--phototext .topics-teaser__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.topics-teaser__visual {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    overflow: hidden
}

.topics-teaser__tag-text {
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.topics-teaser__tag {
    font-family: Arial, sans-serif;
    display: inline-block;
    position: relative;
    max-width: calc(100% - 28px);
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 3px 0 0 3px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: .6em;
    line-height: 1;
    text-transform: uppercase
}

.topics-teaser__tag:after {
    display: block;
    position: absolute;
    top: 0;
    right: -29px;
    width: 28px;
    height: 100%;
    border-radius: 0 3px 3px 0;
    background: inherit;
    font-size: 2em;
    line-height: 1.4;
    text-align: center;
    content: '+'
}

.topics-teaser__tag--subscribed:after {
    content: "✓";
    color: #029c3e;
    font-size: 1.1em;
    line-height: 28px;
    vertical-align: middle
}

.js-iconfont-loaded .topics-teaser__tag--subscribed:after, .no-js .topics-teaser__tag--subscribed:after {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.topics-teaser--text .topics-teaser__tag {
    background-color: #f5f5f5;
    color: #000
}

.topics-teaser--phototext .topics-teaser__tag {
    position: absolute;
    bottom: 10px;
    left: 20px
}

.topics-teaser__title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: -webkit-box;
    position: relative;
    margin: 0 0 12px;
    font-size: 1.25em;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.js-adelle-loaded .topics-teaser__title, .no-js .topics-teaser__title {
    font-family: Adelle, Arial, Helvetica Neue, Helvetica, sans-serif
}

@media screen and (min-width: 769px) {
    .topics-teaser__title {
        font-size: 1.45em
    }
}

.topics-teaser--photo .topics-teaser__title {
    max-height: 130px;
    text-shadow: 1px 1px #222;
    -webkit-line-clamp: 5
}

@media screen and (min-width: 769px) {
    .topics-teaser--photo .topics-teaser__title {
        max-height: 151px
    }
}

.topics-teaser--phototext .topics-teaser__title {
    max-height: 130px;
    -webkit-line-clamp: 5
}

.topics-teaser__intro {
    margin: 0 0 10px;
    font-size: .8em
}

.topics-teaser__meta {
    right: inherit;
    bottom: 0;
    left: inherit;
    width: 100%;
    color: #999;
    font-size: .8em;
    line-height: 1
}

.topics-teaser--text .topics-teaser__meta {
    position: absolute;
    padding: 10px 20px 20px;
    background-color: #fff
}

.topics-teaser--text .topics-teaser__meta:before {
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    content: ''
}

.topics-teaser__meta-data + .topics-teaser__meta-data:before {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 6px;
    margin-bottom: 3px;
    margin-left: 6px;
    border-radius: 2px;
    background-color: #999;
    content: ' '
}

.trending-navigations {
    display: block;
    max-height: 64px;
    margin-bottom: 5px;
    padding: 0 15px;
    font-size: 0;
    line-height: 0;
    list-style: none;
    text-align: center;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .trending-navigations {
        max-height: 32px
    }
}

.trending-navigations__item {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px
}

.trending-navigations__item:first-child {
    margin-left: 0
}

.trending-navigations__item:last-child {
    margin-right: 0
}

.trending-navigations__link {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px;
    border-radius: 2px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: .78;
    text-transform: uppercase
}

.js-ramagothice-loaded .trending-navigations__link, .no-js .trending-navigations__link {
    font-family: RamaGothicE, Arial, Helvetica Neue, Helvetica, sans-serif
}

.trending-navigations__link, .trending-navigations__link:active, .trending-navigations__link:focus, .trending-navigations__link:hover, .trending-navigations__link:visited {
    background-color: red;
    color: #fff
}

.page-theme--de-krant .trending-navigations__link, .page-theme--de-krant .trending-navigations__link:active, .page-theme--de-krant .trending-navigations__link:focus, .page-theme--de-krant .trending-navigations__link:hover, .page-theme--de-krant .trending-navigations__link:visited {
    background-color: #0095d9;
    color: #fff
}

.page-theme--home .trending-navigations__link, .page-theme--home .trending-navigations__link:active, .page-theme--home .trending-navigations__link:focus, .page-theme--home .trending-navigations__link:hover, .page-theme--home .trending-navigations__link:visited {
    background-color: red;
    color: #fff
}

.page-theme--nieuws .trending-navigations__link, .page-theme--nieuws .trending-navigations__link:active, .page-theme--nieuws .trending-navigations__link:focus, .page-theme--nieuws .trending-navigations__link:hover, .page-theme--nieuws .trending-navigations__link:visited {
    background-color: red;
    color: #fff
}

.page-theme--nina .trending-navigations__link, .page-theme--nina .trending-navigations__link:active, .page-theme--nina .trending-navigations__link:focus, .page-theme--nina .trending-navigations__link:hover, .page-theme--nina .trending-navigations__link:visited {
    background-color: #9703bb;
    color: #fff
}

.page-theme--regio .trending-navigations__link, .page-theme--regio .trending-navigations__link:active, .page-theme--regio .trending-navigations__link:focus, .page-theme--regio .trending-navigations__link:hover, .page-theme--regio .trending-navigations__link:visited {
    background-color: #ff7f00;
    color: #fff
}

.page-theme--showbizz .trending-navigations__link, .page-theme--showbizz .trending-navigations__link:active, .page-theme--showbizz .trending-navigations__link:focus, .page-theme--showbizz .trending-navigations__link:hover, .page-theme--showbizz .trending-navigations__link:visited {
    background-color: #ec008c;
    color: #fff
}

.page-theme--sponsored .trending-navigations__link, .page-theme--sponsored .trending-navigations__link:active, .page-theme--sponsored .trending-navigations__link:focus, .page-theme--sponsored .trending-navigations__link:hover, .page-theme--sponsored .trending-navigations__link:visited {
    background-color: #1313f1;
    color: #fff
}

.page-theme--sport .trending-navigations__link, .page-theme--sport .trending-navigations__link:active, .page-theme--sport .trending-navigations__link:focus, .page-theme--sport .trending-navigations__link:hover, .page-theme--sport .trending-navigations__link:visited {
    background-color: #46b20f;
    color: #fff
}

.page-theme--video .trending-navigations__link, .page-theme--video .trending-navigations__link:active, .page-theme--video .trending-navigations__link:focus, .page-theme--video .trending-navigations__link:hover, .page-theme--video .trending-navigations__link:visited {
    background-color: #1c1c1c;
    color: #fff
}

.trial-period {
    padding: 50px 15px;
    background-color: #f5f5f5
}

.trial-period__container {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    text-align: center
}

.trial-period__container:before {
    content: " ";
    border: 4px solid #000;
    border-radius: 50%;
    color: #000;
    font-size: 3.25em;
    line-height: 1;
    overflow: hidden;
    vertical-align: middle
}

.js-iconfont-loaded .trial-period__container:before, .no-js .trial-period__container:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.trial-period__greeting {
    font-family: Georgia, Cambria, Times New Roman, Times, serif;
    margin-top: 19px;
    margin-bottom: 10px;
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1.07;
    text-align: center
}

.js-stag-loaded .trial-period__greeting, .no-js .trial-period__greeting {
    font-family: Stag, Georgia, Cambria, Times New Roman, Times, serif
}

.trial-period__subtitle {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center
}

.js-stagsans-loaded .trial-period__subtitle, .no-js .trial-period__subtitle {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.trial-period__benifits {
    margin: 0;
    padding: 0;
    text-align: left
}

.trial-period__benifit-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    margin: 10px 0;
    -webkit-transition: .25s border ease-in;
    transition: .25s border ease-in;
    border: 1px solid rgba(229, 229, 229, .01);
    border-radius: 5px;
    background-color: #fff;
    list-style-type: none
}

.trial-period__benifit-item:before {
    content: "✓";
    display: block;
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 70px;
    padding-top: 5px;
    -webkit-transition: .25s border-color ease-in-out;
    transition: .25s border-color ease-in-out;
    border-right: 1px solid #f5f5f5;
    color: red;
    font-size: 1.56em;
    line-height: 65px;
    text-align: center;
    vertical-align: middle
}

.js-iconfont-loaded .trial-period__benifit-item:before, .no-js .trial-period__benifit-item:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.trial-period__benifit-content {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 100%;
    padding: 10px 15px;
    vertical-align: middle
}

.trial-period__benifit-title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 5px 0 0;
    font-weight: 500
}

.js-stagsans-loaded .trial-period__benifit-title, .no-js .trial-period__benifit-title {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.trial-period__benifit-description {
    font-size: .875em;
    line-height: 1.14
}

.trial-period__exit-link {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    font-weight: 500;
    line-height: 1.25
}

.js-stagsans-loaded .trial-period__exit-link, .no-js .trial-period__exit-link {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.js .prev-next {
    position: absolute;
    top: 0;
    right: 7.5px;
    bottom: 0;
    left: 7.5px;
    height: 100%;
    overflow: hidden
}

.prev-next__frame {
    width: 100%;
    height: inherit
}

.prev-next__slides {
    height: auto
}

.prev-next__slide {
    display: block;
    height: auto;
    white-space: normal
}

.prev-next__controls {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 15px
}

.no-js .prev-next__controls {
    display: none
}

.prev-next__control {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    margin-left: 1px;
    float: right;
    background-color: rgba(255, 255, 255, .15);
    line-height: 1
}

.prev-next__control, .prev-next__control:active, .prev-next__control:focus, .prev-next__control:hover, .prev-next__control:visited {
    color: #fff
}

.prev-next__control:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.prev-next__control--next:before {
    content: ">"
}

.js-iconfont-loaded .prev-next__control--next:before, .no-js .prev-next__control--next:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.prev-next__control--previous:before {
    content: "<"
}

.js-iconfont-loaded .prev-next__control--previous:before, .no-js .prev-next__control--previous:before {
    font-family: dppIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: ""
}

.prev-next__control.js-carousel-control-inactive, .prev-next__control.js-carousel-control-inactive:active, .prev-next__control.js-carousel-control-inactive:focus, .prev-next__control.js-carousel-control-inactive:hover, .prev-next__control.js-carousel-control-inactive:visited {
    color: rgba(255, 255, 255, .15)
}

.prev-next__control-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.video-embed {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    background-color: #e5e5e5;
    /*background-image: url(../images/no-photo-e008c7099c.svg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35%
}

.layout--theater .page-section-wrapper .video-embed {
    background-color: rgba(0, 0, 0, .5);
    /*background-image: url(../images/no-photo-alternate-d07f8e4df5.svg)*/
}

.video-embed embed, .video-embed iframe, .video-embed object {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.video-embed--muzu {
    padding-top: 57.1875%
}

.video-embed--nosnl {
    padding-top: 56.1818%
}

.video-embed--vimeo_com, .video-embed--vimeocom {
    padding-top: 56.2%
}

.video-embed--zoomin {
    padding-top: 66.9014%
}

#kaltura_player {
    max-width: 100%
}

.video-wall {
    margin-right: -15px;
    margin-left: -15px
}

.weather-forecasts__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-left: -5px;
    padding-left: 0;
    list-style-type: none
}

.weather-forecasts__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px
}

@media screen and (min-width: 768px) {
    .weather-forecasts__item {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
}

@media screen and (min-width: 1024px) {
    .weather-forecasts__item {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }
}

.weather-icon {
    width: 25px;
    height: 25px;
    float: left
}

.weather-status__icon {
    display: inline-block
}

.weather-status__icon:before {
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(../images/weather-statuses-sprite-35cca6d1a9.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    content: ''
}

.weather-status--teaser .weather-status__icon:before {
    background-image: url(../images/weather-statuses-teaser-sprite-ad45fa07a0.png)
}

.weather-list .weather-status__icon:before {
    display: inline-block;
    width: 47px;
    height: 40px
}

.weather-map .weather-status__icon:before {
    height: 55px
}

@media screen and (min-width: 1024px) {
    .weather-map .weather-status__icon:before {
        width: 105px;
        height: 85px
    }
}

.weather-forecasts__list .weather-status__icon:before {
    width: 87.5px;
    height: 87.5px
}

.menu__item--weather .weather-status__icon:before {
    width: 48px;
    height: 48px
}

@media screen and (min-width: 800px) {
    .menu__item--weather .weather-status__icon:before {
        width: 54px;
        height: 54px
    }
}

@media screen and (min-width: 1024px) {
    .menu__item--weather .weather-status__icon:before {
        width: 60px;
        height: 60px
    }
}

.weather-status--clear-sky .weather-status__icon:before, .weather-status--teaser .weather-status--clear-sky .weather-status__icon:before {
    background-position: 0 0
}

.weather-status--partly-cloudy .weather-status__icon:before, .weather-status--teaser .weather-status--partly-cloudy .weather-status__icon:before {
    background-position: 0 5.88235%
}

.weather-status--heavily-cloudy .weather-status__icon:before, .weather-status--teaser .weather-status--heavily-cloudy .weather-status__icon:before {
    background-position: 0 11.76471%
}

.weather-status--low-level-cloud .weather-status__icon:before, .weather-status--teaser .weather-status--low-level-cloud .weather-status__icon:before {
    background-position: 0 17.64706%
}

.weather-status--fog .weather-status__icon:before, .weather-status--teaser .weather-status--fog .weather-status__icon:before {
    background-position: 0 23.52941%
}

.weather-status--rain .weather-status__icon:before, .weather-status--teaser .weather-status--rain .weather-status__icon:before {
    background-position: 0 29.41176%
}

.weather-status--drizzle .weather-status__icon:before, .weather-status--teaser .weather-status--drizzle .weather-status__icon:before {
    background-position: 0 35.29412%
}

.weather-status--snow .weather-status__icon:before, .weather-status--teaser .weather-status--snow .weather-status__icon:before {
    background-position: 0 41.17647%
}

.weather-status--teaser .weather-status--wet-snow .weather-status__icon:before, .weather-status--wet-snow .weather-status__icon:before {
    background-position: 0 47.05882%
}

.weather-status--rain-and-drizzle .weather-status__icon:before, .weather-status--teaser .weather-status--rain-and-drizzle .weather-status__icon:before {
    background-position: 0 52.94118%
}

.weather-status--heavy-rain .weather-status__icon:before, .weather-status--teaser .weather-status--heavy-rain .weather-status__icon:before {
    background-position: 0 58.82353%
}

.weather-status--rain-with-storm .weather-status__icon:before, .weather-status--teaser .weather-status--rain-with-storm .weather-status__icon:before {
    background-position: 0 64.70588%
}

.weather-status--teaser .weather-status--winterish-rain .weather-status__icon:before, .weather-status--winterish-rain .weather-status__icon:before {
    background-position: 0 70.58824%
}

.weather-status--heavy-snow-shower .weather-status__icon:before, .weather-status--teaser .weather-status--heavy-snow-shower .weather-status__icon:before {
    background-position: 0 76.47059%
}

.weather-status--light-snow-shower .weather-status__icon:before, .weather-status--teaser .weather-status--light-snow-shower .weather-status__icon:before {
    background-position: 0 82.35294%
}

.weather-status--storm .weather-status__icon:before, .weather-status--teaser .weather-status--storm .weather-status__icon:before {
    background-position: 0 88.23529%
}

.weather-status--teaser .weather-status--tropical-storm .weather-status__icon:before, .weather-status--tropical-storm .weather-status__icon:before {
    background-position: 0 94.11765%
}

.weather-status--sleet .weather-status__icon:before, .weather-status--teaser .weather-status--sleet .weather-status__icon:before {
    background-position: 0 100%
}

.weather-status--unknown .weather-status__icon:before {
    background-image: none;
    content: none
}

.weather-temperature--max {
    color: red
}

.weather-temperature--min {
    color: #1081d0
}

.weather-chance-of-rain {
    position: relative;
    padding-left: 25px;
    color: #666
}

.weather-chance-of-rain:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/weather-rain-icon-f196797575.png);
    background-size: 20px;
    content: ''
}

.weather-forecast__rain .weather-chance-of-rain:before {
    width: 15px;
    height: 15px;
    background-size: 15px
}

.weather-forecast {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500;
    text-align: center
}

.js-stagsans-loaded .weather-forecast, .no-js .weather-forecast {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.weather-forecasts__list .weather-forecast {
    margin-top: 10px;
    background-color: #f5f5f5
}

.weather-forecast__status {
    margin-top: 0;
    margin-bottom: 0
}

.weather-forecast__day {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13px;
    font-size: .875em;
    line-height: 1
}

.weather-forecast__temperatures {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.weather-forecast__temperatures:after {
    display: table;
    clear: both;
    content: ' '
}

.weather-forecast__temperature {
    display: block;
    width: 50%;
    padding: 7px 0;
    float: left
}

.weather-forecast__temperature + .weather-forecast__temperature {
    border-left: 1px solid #fff
}

.weather-forecast__rain {
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 0;
    color: #666;
    font-size: .875em
}

.weather-list {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: separate;
    border-spacing: 1px
}

.weather-list__col {
    width: 20%;
    height: 40px;
    padding: 0 15px;
    background-color: #f5f5f5
}

.weather-list__col:first-child {
    font-weight: inherit;
    text-align: left
}

.weather-map {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-bottom: 30px;
    font-weight: 500
}

.js-stagsans-loaded .weather-map, .no-js .weather-map {
    font-family: StagSans, Arial, Helvetica Neue, Helvetica, sans-serif
}

.weather-map__container {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 0;
    background-image: url(../images/map-belgium-fcd59582e1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    list-style-type: none
}

.weather-map__container:before {
    display: block;
    width: 100%;
    padding-top: 82%;
    content: ' '
}

.weather-map__location {
    display: none;
    position: absolute;
    width: 105px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.weather-map__location--brussel {
    display: block;
    top: 38%;
    left: 52%
}

.weather-map__location--antwerpen {
    display: block;
    top: 15%;
    left: 54%
}

.weather-map__location--hasselt {
    display: block;
    top: 27%;
    left: 76%
}

.weather-map__location--oostende {
    display: block;
    top: 15%;
    left: 10%
}

.weather-map__location--kortrijk {
    display: block;
    top: 34%;
    left: 26%
}

.weather-map__location--luik {
    display: block;
    top: 53%;
    left: 81%
}

.weather-map__location--philippeville {
    display: block;
    top: 62%;
    left: 51%
}

.weather-map__location--neufchateau {
    display: block;
    top: 80%;
    left: 75%
}

.weather-map__temperature {
    color: #fff;
    font-size: 1.125em
}

.weather-teaser {
    position: relative;
    padding-right: 5px;
    padding-left: 40px
}

.weather-teaser:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 40.58824px;
    margin-top: -20.29412px
}

.weather-status--unknown .weather-teaser {
    padding-left: 5px
}

.weather-teaser__button {
    display: none;
    margin-left: 7px;
    padding: 5px;
    background-color: #f5f5f5;
    text-transform: uppercase
}

@media screen and (min-width: 860px) {
    .weather-teaser__button {
        display: initial
    }
}

.weather-teaser__temperature, .weather-teaser__temperature:active, .weather-teaser__temperature:focus, .weather-teaser__temperature:hover, .weather-teaser__temperature:visited {
    color: #000
}