:root {
    --color-contrast: #D61317;
    --color-text: #888888;
}

.strytl {
    position: relative;
    margin: 0;
    padding: 0;

    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10pt;
    line-height: 1.4;
    color: #888888;
    color: var(--color-text);

    -webkit-text-size-adjust: 100%;
    overflow-x:hidden;
    content: 'desktop';
}

.strytl::-webkit-scrollbar {
    display: none;
}

/* base at 620px: 10pt; for each 10px, add/subtract 0.15pt */
@media screen and (min-width:501px) {	.strytl {	font-size: 2.1vw; 	}	}
@media screen and (min-width:801px) {	.strytl {	font-size: 2vw; 	}	}
@media screen and (min-width:901px) {	.strytl {	font-size: 1.8vw; 	}	}
@media screen and (min-width:1201px) {	.strytl {	font-size: 17pt; 	}	}
/* mobile break */
@media screen and (max-width:500px) {	.strytl {	font-size: 12pt; 	}	}

.strytl a img {
    border : none;
}

.strytl a {
    text-decoration: none;
    color: #D61317;
    color: var(--color-contrast);
}

.strytl a:hover{
    text-decoration: underline;
}

.strytl a.bland,
.strytl a.bland:hover{
    color: inherit;
    text-decoration: none;
}

.strytl a.fill {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#strytl-content {
    margin: -2px;
    overflow: hidden;
}

#strytl-pagination {
    position: relative;
    margin: 0;
    padding: 0.5em 1em;
    text-align: center;
    font-size: 80%;
    color: #999999;
}

#strytl-pagination a {
    color: #888888;
}

#strytl-leadwall:not([data-td="s"]) ~ #strytl-pagination {
    display: none;
}

.strytl {
    height: auto;
    background-color: #FFFFFF;
}

.strytl .logo {
    display: none;
}

.strytl .last-update {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 80%;
    z-index: 999999;
    padding: 0 10px 0 5px;
    background-color: rgba(255,255,255,0.9);
}

.strytl .last-update .time {
    font-weight: bold;
}

.strytl .last-update:hover {
    opacity: 0.1;
}

.strytl .logo img {
    width: 100%;
    max-height: 40px;
    min-height: 25px;
}

.strytl .live {
    position: absolute;
    top: 10px;
    left: 0;
    width: 7.3em;
    height: 2.75em;
    font-size: 80%;
    background-color: #D61317;
    background-color: var(--color-contrast);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/assets/img/live.png');
    z-index: 999999;
}

.strytl .live.was-live {
    background-image: url('/assets/img/blog-transparent.png');
}

.strytl .live:hover {
    opacity: 0.1;
}

.strytl .live img {
    width: 100%;
    height: 2.75em;
}

.strytl .loading {
    position: absolute;
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.8);
    bottom: 20px;
    left: 50%;
    height: 40px;
    width: 80px;
    margin-left: -40px;
    padding: 0;
    text-align: center;
    z-index: 999998!important;
    display: none;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.strytl .loading img,
.strytl .loading .img {
    border: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    margin-top: -20px;
}

.strytl .loading .img {
    background-image: url('/assets/img/loading-infinite-white.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #D61317;
    background-color: var(--color-contrast);
}

.strytl .load-next {
    position: absolute;
    background-color: #D61317;
    background-color: var(--color-contrast);
    bottom: 20px;
    left: 50%;
    height: 40px;
    width: 80px;
    margin-left: -40px;
    padding: 0;
    text-align: center;
    z-index: 999998!important;
    display: none;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.strytl .load-next img,
.strytl .load-next .img{
    border: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    margin-top: -20px;
}

.strytl .load-next .img {
    background-image: url('/assets/img/load-next.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.strytl .link-copied {
    position: absolute;
    top: 50%;
    left: 40%;
    width: 20%;
    padding: 1em;
    text-align: center;
    margin-top: -1.7em;
    color: #FFFFFF;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 9999999;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
}

.strytl .user-consent-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    background: linear-gradient(#FFFFFF, #F8F8F8);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    padding: 1em 1em 1em 7em;
    z-index: 999999999;
}

.strytl .user-consent-banner-title {
    position: relative;
    display: block;
    font-size: 125%;
    font-weight: bold;
    margin: 0.5em 0;
}

.strytl .user-consent-banner-text {
    position: relative;
    display: block;
    margin-bottom: 1em;
}

.strytl .user-consent-banner-grant {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.25em 1em;
    color: #FFFFFF;
    background-color: #D61317;
    background-color: var(--color-contrast);
    cursor: pointer;
}

.strytl .user-consent-banner-revoke {
    position: relative;
    float: right;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.25em 2em;
    cursor: pointer;
}

.strytl .row {
    position: relative;
    width: 100%;
    box-sizing : border-box;
    overflow: visible;
}

.strytl .row:before {
    content: "";
    display: block;
    padding-top: 22.2222%;
}

#strytl-content .row:last-child {
    overflow: hidden;
}

.strytl .row.em-bevrtrl-row {
    border-left: 1em;
    border-right: 1em;
    border-top: 0;
    border-bottom: 0;
    border-style: solid;
}

.strytl .row.em-bevrtrl-row .item {
    font-size: 98%;
}

.strytl .row.em-bevrtrl-row.em-bevrtrl-row-first {
    padding-top: 2.4em;
}

/* absolute positioned items have to be moved */
.strytl .row.em-bevrtrl-row.em-bevrtrl-row-first:not(.flexible) .item {
    top: 2.4em;
}

.strytl .row.em-bevrtrl-row.em-bevrtrl-row-last {
    padding-bottom: 1em;
}

.strytl .em-bevrtrl-pre {
    position: absolute;
    top: 0;
    line-height: 1.4em;
    padding: 0.5em 1em;
    width: 100%;
    color: #FFFFFF;
    box-shadow: inset 0 0.5em 1em -0.5em #333333;
    margin: 0 -1em;
}

.strytl .em-bevrtrl-pre.em-bevrtrl-dark {
    color: #000000;
}

.strytl .em-bevrtrl-pre.em-bevrtrl-bright {
    color: #FFFFFF;
}

.strytl .em-bevrtrl-post {
    position: absolute;
    bottom: 0;
    height: 1em;
    padding: 0 1em;
    width: 100%;
    box-shadow: inset 0 -0.5em 1em -0.5em #333333;
    margin: 0 -1em;
}

.strytl .item {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.strytl .item>a.fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.strytl .item .item-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.strytl .item .padding {
    padding: 1.25em;
}

.strytl .item .padding-r-bottom {
    padding-bottom: 0;
}

.strytl .item .padding-r-top {
    padding-top: 0;
}

.strytl .row.flexible .item .item-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

/* SHARE BUTTON */
.strytl .item .share {
    position: absolute;
    display: none;
    top: 0.6em;
    right: 0.6em;
    width: 2em;
    height: 2em;
    z-index: 1;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/assets/img/sharebutton.png');
}

.strytl .item:hover .share {
    display: block;
}

.strytl .item .share:hover {
    background-image: none;
}

.strytl .item .share .box {
    position: absolute;
    display: none;
    height: 3em;
    top: 0;
    right: 0;
    background-color: #F0F0F0;
    background-color: rgba(255,255,255,0.8);
    white-space: nowrap;
}

.strytl .item .share:hover .box{
    display: block;
}

.strytl .item .share .box .out {
    position: relative;
    display: inline-block;
    margin: 0.4em;
    width: 2.2em;
    height: 2.2em;
    cursor: pointer;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.strytl .item .share .box .out.twitter {
    background-size: 2.5em;
    background-image: url('/assets/img/twitter/Twitter_Logo_Blue.png');
}

.strytl .item .share .box .out.facebook {
    background-size: 1.8em;
    background-image: url('/assets/img/facebook/FB-f-Logo__blue_144.png');
}

.strytl .item .share .box .out.xing {
    background-size: 1.8em;
    background-image: url('/assets/img/xing/XNG_Sharebutton_v01.png');
}

.strytl .item .share .box .out.linkedin {
    background-size: 1.9em;
    background-image: url('/assets/img/linkedin/In-2C-128px-R.png');
}

.strytl .item .share .box .out.embed {
    background-size: 2em;
    background-image: url('/assets/img/embedbutton.png');
}

.strytl .item .share .box .out.copy-link {
    background-size: 2em;
    background-image: url('/assets/img/icon-copy-url.png');
}

/* STRYTL PRIVACY PROTECTION */
.strytl .item .strytlpp-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    padding: 2em;
    box-sizing: border-box;
    background-color: #EEEEEE;
    color: #666666;
}
.strytl .row.flexible .item .strytlpp-placeholder {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    padding: 5em 0;
}

.strytl .item .strytlpp-placeholder .center-frame {
    position: relative;
    top: 50%;
    height: 2em;
    margin-top: -1em;
}

.strytl .item .strytlpp-placeholder .placeholder {
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: 125%;
}

.strytl .item .strytlpp-placeholder .load-content {
    display: inline-block;
    color: #999999;
    background-color: #FFFFFF;
    border-radius: 0.5em;
    padding: 0.25em 0.75em;
    cursor: pointer;
}

.strytl .item .strytlpp-placeholder .load-content:hover {
    color: #555555;
}

.strytl .privacy-notification {
    position: fixed;
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 5px 40px rgb(0, 0, 0, 0.1);
    color: #666666;
    box-sizing: border-box;
    padding: 1.5em 1em;
    display: none;
    width: 100%;
    top: 0;
    z-index: 1000000;
}

.strytl .privacy-notification .close-button {
    position: relative;
    padding: 0.5em;
    float: right;
    cursor: pointer;
    margin: -0.5em -0.5em 0.5em 0.5em;
}

.strytl .privacy-notification .close-button:hover {
    color: #D61317;
    color: var(--color-contrast);
}

.strytl .privacy-notification .bottom-bar {
    position: relative;
    margin-top: 1em;
}

.strytl .privacy-notification .bottom-bar a {
    color: #D61317;
    color: var(--color-contrast);
}

.strytl .privacy-notification .bottom-bar .button {
    display: block;
    text-align: center;
    color: #FFFFFF;
    background-color: #D61317;
    background-color: var(--color-contrast);
    padding: 0.25em 0.75em;
    cursor: pointer;
    margin: 2em 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.strytl .privacy-notification .bottom-bar .button:hover {
    box-shadow: none;
    font-weight: bold;
}


/* TEXT ITEM */
.strytl .item.text h1.title {
    font-size: 200%;
    font-weight: 300;
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.strytl .item.text .timestamp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 0;
    margin: 0 1em 1em 0;
    padding-top: 0.08em;
}

.strytl .item.text.w-1 .timestamp {
    width: 100%;
}

.strytl .item.text.sticky .timestamp,
.strytl .item.text.no-timestamp .timestamp {
    display: none;
}

.strytl .item.text .timestamp .group {
    position: relative;
    display: inline-block;
    border-bottom: 8px solid #D61317;
    border-bottom-color: var(--color-contrast);
}

.strytl .item.text .timestamp .group .time{
    display: inline-block;
    font-size: 175%;
    font-weight: 300;
    margin-bottom: -0.125em;
}

.strytl .item.text .timestamp .group .date{
    display: inline-block;
    font-size: 90%;
    margin-bottom: 0.25em;
}

.strytl .item.text .text-content {
    position: relative;
    display: inline-block;
    max-width: calc(100% - 6em);
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding-top: 0.375em;
}

.strytl .item.text.w-1 .text-content {
    max-width: 100%;
}

.strytl .item.text.sticky .text-content {
    max-width: 100%;
}

.strytl .item.text p.author {
    font-size: 100%;
    font-style: italic;
    margin: 1.125em 0 0 0;
}

.strytl .item.text p.text {
    font-size: 100%;
    margin: 0;
}


/* QUOTE ITEM */
.strytl .item.quote .quote {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.strytl .item.quote .quote .pre,
.strytl .item.quote .quote .post {
    font-size: 100%;
    display: block;
    position: relative;
    font-style: italic;
}
.strytl .item.quote .quote .pre {
    margin-bottom: .25em;
}
.strytl .item.quote .quote .post {
    margin-top: -.8em;
}

.strytl .item.quote .quote .pre:empty,
.strytl .item.quote .quote .post:empty,
.strytl .item.quote .quote .comment:empty {
    display: none;
}

.strytl .item.quote .quote .text {
    position: relative;
    display: block;
    font-size: 200%;
    font-weight: 300;
}

.strytl .item.quote .quote .text::first-letter {
    padding-left: 1.5em;
}

.strytl .item.quote .quote .text:before,
.strytl .item.quote .quote .text:after {
    line-height: .9;
    font-size: 300%;
    color: #D61317;
    color: var(--color-contrast);
    font-weight: 400;
}

.strytl .item.quote .quote .text:before {
    content: '\201e';
    position: relative;;
    display: inline-block;
    vertical-align: top;
    margin-top: -.6em;
}

.strytl .item.quote .quote .text:after {
    content: '\201c';
    display: inline-block;
    vertical-align: top;
    padding-left: .1em;
    height: .6em;
}

.strytl .item.quote .comment {
    position: relative;
    display: block;
    padding-top: 1.7em;
    padding-left: 6em;
}

.strytl .item.quote .comment:not(:empty) {
    min-height: 3.5em;
}

.strytl .item.quote .post:empty ~ .timestamp ~ .comment:not(:empty),
.strytl .item.quote .post:empty ~ .timestamp {
    margin-top: -1.6em;
}

.strytl .item.quote .timestamp {
    position: absolute;
    display: block;
    vertical-align: top;
    border: 0;
    margin: 0;
    padding-top: 1.35em;
    width: 5em;
    left: 0;
}

.strytl .item.quote.sticky .timestamp {
    display: none;
}

.strytl .item.quote .timestamp .group {
    position: relative;
    display: inline-block;
}

.strytl .item.quote .timestamp .group .time{
    display: inline-block;
    font-size: 175%;
    font-weight: 300;
    margin-bottom: -0.125em;
}

.strytl .item.quote .timestamp .group .date{
    display: inline-block;
    font-size: 90%;
    margin-bottom: 0.25em;
}

/* PHOTO ITEM */
.strytl .item.photo,
.strytl .item.photo .item-content{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.strytl .item.photo.photo-contain,
.strytl .item.photo.photo-contain .item-content {
    background-size: contain;
}



.strytl .item.photo.photo-contain.photo-blur .item-content:before{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: inherit;
    content: " ";

    -webkit-filter: blur(25px);
    filter: blur(25px);
    transform: scale(1.1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    /* IE9-11 have no blur support */
    .strytl .item.photo.photo-contain.photo-blur .item-content:before{
        display: none;
    }
}

.strytl .item.photo.photo-contain.photo-blur .item-content:after{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: inherit;
    content: " ";
}

.strytl .item.photo .item-content .photo-description {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    background-color: rgba(0,0,0,0.8);
    padding: 0.5em 1em;
    max-width: 90%;
    color: #FFFFFF;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.strytl .item.photo .item-content .photo-description:hover {
    opacity: 0.1;
}

.strytl .item.photo .item-content .photo-description .time {
    float: left;
    margin-right: 1em;
}

.strytl .item.photo .item-content .photo-description .author {
    font-style: italic;
    color: #DDDDDD;
    margin-right: 0.5em;
}

/* VIDEO ITEM */
.strytl .item.video {
    background-color: #000000;
}

.strytl .item.video .video-description {
    position: absolute;
    display: block;
    background-color: #000000;
    background-color: rgba(0,0,0,0.8);
    padding: 0.5em 1em;
    max-width: 90%;
    color: #FFFFFF;
    max-height: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
    left: 0;
    bottom: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.strytl .item.video .video-description:hover {
    opacity: 0.1;
}

.strytl .item.video .video-description .time {
    float: left;
    margin-right: 1em;
}

.strytl .item.video .video-description .author {
    font-style: italic;
    color: #DDDDDD;
    margin-right: 0.5em;
}

.strytl .row.flexible .item.video.w-3 .video-description {
    position: relative;
    bottom: initial;
}

.strytl .row.flexible .item.video.w-3 .video-description:hover {
    opacity: 1;
}

.strytl .row.flexible .item.video.w-3.h-2 .item-content::before,
.strytl .row.flexible .item.video.w-3.h-3 .item-content::before {
    content: " ";
    display: block;
    padding-top: 56.25%;
    padding-top: 56.25%\9;
}

.strytl .item .flowplayer,
.strytl .item .flowplayer-q {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.strytl .item .flowplayer-q video{
    visibility: hidden;
}

.strytl .item .flowplayer:not(.is-fullscreen) video.fp-engine {
    height: inherit;
    top: 50%;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.strytl .item .media .flowplayer,
.strytl .item .media .flowplayer-q {
    position: relative;
}


/* SOUND ITEM */
.strytl .item.sound h1.title {
    font-size: 200%;
    font-weight: 300;
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.strytl .item.sound .timestamp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 0;
    margin: 0 1em 1em 0;
    padding-top: 0.08em;
}

.strytl .item.sound.w-1 .timestamp {
    width: 100%;
}

.strytl .item.sound.sticky .timestamp {
    display: none;
}

.strytl .item.sound .timestamp .group {
    position: relative;
    display: inline-block;
    border-bottom: 8px solid #D61317;
    border-bottom-color: var(--color-contrast);
}

.strytl .item.sound .timestamp .group .time{
    display: inline-block;
    font-size: 175%;
    font-weight: 300;
    margin-bottom: -0.125em;
}

.strytl .item.sound .timestamp .group .date{
    display: inline-block;
    font-size: 90%;
    margin-bottom: 0.25em;
}

.strytl .item.sound .text-content {
    position: relative;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 0 0 0 6em;
}

.strytl .item.sound.w-1 .text-content {
    padding-left: 0;
}

.strytl .item.sound p.author {
    font-size: 100%;
    font-style: italic;
    margin: 1.125em 0 0 0;
}

.strytl .item.sound .audio-player {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 4em;
    max-width: calc(100% - 6em);
    margin-top: 0.2em;
}

.strytl .item.sound.w-1 .audio-player {
    max-width: 100%;
}

.strytl .item.sound .audio-player .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 4em;
    height: 4em;
}

.strytl .item.sound .audio-player .controls .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border-color: #000000;
    background-color: rgba(225, 225, 225, 0.5);
}

.strytl .item.sound .audio-player .controls .button:hover {
    border-color: #D61317;
    border-color: var(--color-contrast);
    background-color: rgba(225, 225, 225, 0.8);
}

.strytl .item.sound .audio-player .controls .button.play:before {
    position: absolute;
    display: block;
    top: 1em;
    left: 1.4em;
    width: 2em;
    height: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1.75em solid #000000;
    border-color: inherit;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    content: " ";
}

.strytl .item.sound .audio-player .controls .button.pause:before {
    position: absolute;
    display: block;
    top: 1em;
    left: 1em;
    width: 2em;
    height: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0.7em solid #000000;
    border-right: 0.7em solid #000000;
    border-color: inherit;
    content: " ";
}

.strytl .item.sound .audio-player .controls .button.wait:before {
    position: absolute;
    display: block;
    top: 1em;
    left: 1em;
    width: 2em;
    height: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1em solid #000000;
    border-bottom: 1em solid #FFFFFF;
    border-left: 0.9em solid transparent;
    border-right: 0.9em solid transparent;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    content: " ";
    -webkit-animation: animation-audio-player-wait 10s infinite linear;
    -o-animation: animation-audio-player-wait 10s infinite linear;
    animation: animation-audio-player-wait 10s infinite linear;
}

.strytl .item.sound .audio-player .controls .button.error:before {
    position: absolute;
    display: block;
    top: 0.8em;
    left: 1.6em;
    width: 0.8em;
    height: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1.5em solid #000000;
    border-bottom: 1em solid transparent;
    border-left: 0.2em solid transparent;
    border-right: 0.2em solid transparent;
    content: " ";
}

.strytl .item.sound .audio-player .controls .button.error:after {
    position: absolute;
    display: block;
    content: " ";
    top: 2.6em;
    left: 1.7em;
    width: 0.6em;
    height: 0.6em;
    background-color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.strytl .item.sound .audio-player .seek {
    position: absolute;
    top: 0;
    left: 5em;
    right: 0;
    height: 4em;
    background-image: url("/assets/img/sound-item-wave.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.strytl .item.sound .audio-player .seek .time {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 0.2em;
}

.strytl .item.sound .audio-player .seek .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    opacity: 0.3;
    background-color: #D61317;
    background-color: var(--color-contrast);
}

@keyframes animation-audio-player-wait {
    0% {
        border-top-color: #000000;
        border-bottom-color: #FFFFFF;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    45% {
        border-top-color: #FFFFFF;
        border-bottom-color: #000000;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        border-top-color: #FFFFFF;
        border-bottom-color: #000000;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    95% {
        border-top-color: #000000;
        border-bottom-color: #FFFFFF;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        border-top-color: #000000;
        border-bottom-color: #FFFFFF;
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* CHAPTER ITEM */
.strytl .item.chapter {
    border-bottom: 0;
    border-top: 0;
}

.strytl .item.chapter .item-content {
    background-color: #EEEEEE;
    overflow: visible!important;

    -webkit-filter: drop-shadow(0 0.08em 0.32em rgba(0,0,0,0.3));
    -moz-filter: drop-shadow(0 0.08em 0.32em rgba(0,0,0,0.3));
    -ms-filter: drop-shadow(0 0.08em 0.32em rgba(0,0,0,0.3));
    -o-filter: drop-shadow(0 0.08em 0.32em rgba(0,0,0,0.3));
    filter: drop-shadow(0 0.08em 0.32em rgba(0,0,0,0.3));

    border-top-color: #EEEEEE;
}

.strytl .item.chapter .item-content:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 2em;
    border-top: 1em solid #EEEEEE;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top-color: inherit;
}

.strytl .item.chapter .marker {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background-color: #D61317;
    background-color: var(--color-contrast);
    font-size: 75%;
    width: 6.125em;
    margin-bottom: 0.75em;
    padding: 0.4em 0;
}

.strytl .item.chapter.chapter-empty .marker {
    margin-bottom: 0;
}

.strytl .item.chapter h1.title {
    font-size: 200%;
    font-weight: bold;
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #333333;
}

/* TWITTER & FACEBOOK  ITEM */

.strytl .item.twitter {
    background-color: #1DA1F2;
    color: #FFFFFF;
}

.strytl .item.facebook {
    background-color: #3B5998;
    background: linear-gradient(to bottom,#3B5998,#324e87 100%);
    color: #FFFFFF;
}

.strytl .item.twitter .twitter-content,
.strytl .item.facebook .facebook-content {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.strytl .item.portrait .portrait-content {
    position: absolute;
    width: 33.34%;
    left: 66.66%;
    height: 100%;
}

.strytl .item.portrait.w-2 .portrait-content {
    width: 50%;
    left: 50%;
}

.strytl .item.twitter .header,
.strytl .item.facebook .header {
    position: relative;
    display: table-row;
    height: 72px;
}

.strytl .item.twitter .header .background,
.strytl .item.facebook .header .background {
    position: relative;
    display: inline-block;
    top: 15px;
    left: 15px;
    height: 42px;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    padding: 5px;
}

.strytl .item.twitter.portrait .header .background {
    background-color: rgba(29, 161, 242, 0.8);
}

.strytl .item.twitter .header .twitter-logo {
    position: absolute;
    top: 20px;
    right: -1px;
    width: 46px;
    height: 45px;
    background-color: #1DA1F2;
    background-image: url('/assets/img/twitter/Twitter_Logo_White_On_Blue.png');
    background-repeat: no-repeat;
    background-position: 5px 4px;
    background-size: 26px;
    z-index: 2;
}

.strytl .item.facebook .header .facebook-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    background-image: url('/assets/img/facebook/FB-f-Logo__white_144.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 18px;
    opacity: .7;
    z-index: 2;
}

.strytl .item.twitter .header .avatar,
.strytl .item.facebook .header .avatar{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #3397D1;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

.strytl .item.facebook .header .name {
    position: relative;
    margin: 0 5px 0 52px;
    height: 42px;
    line-height: 42px;
    font-size: 100%;
}

.strytl .item.twitter .header .fader {
    position: absolute;
    top: 20px;
    right: 45px;
    height: 42px;
    width: 20px;
    background-image: url('/assets/img/twitter/fadeout.png');
    background-repeat: repeat-y;
    background-position: left;
    z-index: 2;
}

.strytl .item.twitter .header .full-name {
    position: relative;
    display: block;
    margin: 0 5px 0 52px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
}

.strytl .item.twitter .header .screen-name {
    position: relative;
    margin: 0 5px 0 52px;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(255,255,255,.7);
}

.strytl .item.twitter .media,
.strytl .item.facebook .media  {
    position: relative;
    display: table-row;
    height: 100%;
    background-color: rgba(0,0,128,0.2);
}

.strytl .item.twitter.portrait .header {
    z-index: 2;
}

.strytl .item.twitter.portrait .media {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 66.66%;
    height: 100%;
    z-index: 1;
}

.strytl .item.twitter.portrait.w-2 .media {
    width: 50%;
}

.strytl .item.twitter .media .img,
.strytl .item.facebook .media .img {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.strytl .item.twitter .media .img:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: inherit;
    content: " ";
    -webkit-filter: blur(25px);
    filter: blur(25px);
    transform: scale(1.1);

}

.strytl .item.twitter .media .img:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: inherit;
    content: " ";
}

@media screen and (min-width:0\0) {
    /* IE9 and IE10 */

    .strytl .item.twitter .media .img,
    .strytl .item.facebook .media .img {
        display: table-cell;
        height: auto;
    }

    .strytl .item.portrait.twitter .media .img,
    .strytl .item.portrait.facebook .media .img {
        display: block;
        height: 100%;
    }
}

.strytl .item.twitter .media .img {
    background-size: contain;
    overflow: hidden;
}

@media screen and (min-width:0\0) {
    /* IE9+ */

    a.fill {
        position: absolute;
    }
}

.strytl .item.facebook .media .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000C25;
}

.strytl .item.facebook .media .video {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.strytl .item.facebook .media .video iframe{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* facebook video aspect ratios */
.strytl .item.facebook .media .video:before {
    position: relative;
    display: block;
    content: "";
}

.strytl .item.facebook.fb-video-r169 .media .video:before {
    padding-top: 56%;
}
.strytl .item.facebook.fb-video-r169 .media .video {
    margin-top: -28%;
}

.strytl .item.facebook.fb-video-r43 .media .video:before {
    padding-top: 75%;
}
.strytl .item.facebook.fb-video-r43 .media .video {
    margin-top: -37.5%;
}

.strytl .item.facebook.fb-video-r32 .media .video:before {
    padding-top: 66.6%;
}
.strytl .item.facebook.fb-video-r32 .media .video {
    margin-top: -33.3%;
}

.strytl .item.facebook.fb-video-rg05 .media .video:before {
    padding-top: 200%;
}
.strytl .item.facebook.fb-video-rg05 .media .video {
    margin-top: -100%;
}

.strytl .item.facebook.fb-video-rg06 .media .video:before {
    padding-top: 166.6%;
}
.strytl .item.facebook.fb-video-rg06 .media .video {
    margin-top: -83.3%;
}

.strytl .item.facebook.fb-video-rg07 .media .video:before {
    padding-top: 142.8%;
}
.strytl .item.facebook.fb-video-rg07 .media .video {
    margin-top: -71.4%;
}

.strytl .item.facebook.fb-video-rg08 .media .video:before {
    padding-top: 125%;
}
.strytl .item.facebook.fb-video-rg08 .media .video {
    margin-top: -72.5%;
}

.strytl .item.facebook.fb-video-rg09 .media .video:before {
    padding-top: 111.1%;
}
.strytl .item.facebook.fb-video-rg09 .media .video {
    margin-top: -55.55%;
}

.strytl .item.facebook.fb-video-rg10 .media .video:before {
    padding-top: 100%;
}
.strytl .item.facebook.fb-video-rg10 .media .video {
    margin-top: -50%;
}

.strytl .item.facebook.fb-video-rg11 .media .video:before {
    padding-top: 90.9%;
}
.strytl .item.facebook.fb-video-rg11 .media .video {
    margin-top: -45.45%;
}

.strytl .item.facebook.fb-video-rg12 .media .video:before {
    padding-top: 83.3%;
}
.strytl .item.facebook.fb-video-rg12 .media .video {
    margin-top: -41.65%;
}

.strytl .item.facebook.fb-video-rg13 .media .video:before {
    padding-top: 76.9%;
}
.strytl .item.facebook.fb-video-rg13 .media .video {
    margin-top: -38.45%;
}

.strytl .item.facebook.fb-video-rg14 .media .video:before {
    padding-top: 71.4%;
}
.strytl .item.facebook.fb-video-rg14 .media .video {
    margin-top: -35.7%;
}

.strytl .item.facebook.fb-video-rg15 .media .video:before {
    padding-top: 66.6%;
}
.strytl .item.facebook.fb-video-rg15 .media .video {
    margin-top: -33.3%;
}

.strytl .item.facebook.fb-video-rg16 .media .video:before {
    padding-top: 62.5%;
}
.strytl .item.facebook.fb-video-rg16 .media .video {
    margin-top: -31.25%;
}

.strytl .item.facebook.fb-video-rg17 .media .video:before {
    padding-top: 58.8%;
}
.strytl .item.facebook.fb-video-rg17 .media .video {
    margin-top: -29.4%;
}

.strytl .item.facebook.fb-video-rg18 .media .video:before {
    padding-top: 55.5%;
}
.strytl .item.facebook.fb-video-rg18 .media .video {
    margin-top: -27.75%;
}

.strytl .item.facebook.fb-video-rg19 .media .video:before {
    padding-top: 52.6%;
}
.strytl .item.facebook.fb-video-rg19 .media .video {
    margin-top: -26.3%;
}

.strytl .item.facebook.fb-video-rg20 .media .video:before {
    padding-top: 50%;
}
.strytl .item.facebook.fb-video-rg20 .media .video {
    margin-top: -25%;
}

.strytl .item.facebook .link-row {
    position: relative;
    display: table-row;
    background-color: transparent;
}

.strytl .item.facebook .link-row.flex {
    height: 100%;
}

.strytl .item.facebook .link-row .img,
.strytl .item.facebook .link-row .text {
    position: relative;
    display: block;
    top: 0;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    height: 100%;
    border: none;
    background-color: rgba(0,0,0,0.15);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
}

.strytl .item.facebook .link-row .text {
    padding: 10px;
}

@media screen and (min-width:0\0) {
    /* IE9+ */
    /* because they didn't fix this bug in IE11... */
    .strytl .item.facebook .link-row .img {
        display: table-cell;
        width: 100%;
        left: 0;
        background-size: auto 100%;
    }

    .strytl .item.facebook .link-row .text {
        width: 100%;
        left: 0;
        padding: 0 5%;
    }

    /*... and now correct it again for IE11 only...*/
    _:-ms-fullscreen,
    :root .strytl .item.facebook .link-row .img {
        display: block;
        width: 90%;
        left: 5%;
        background-size: cover;
    }

    _:-ms-fullscreen,
    :root .strytl .item.facebook .link-row .text {
        width: 90%;
        left: 5%;
        padding: 0;
    }
}

.strytl .item.facebook .link-row .name,
.strytl .item.facebook .link-row .description,
.strytl .item.facebook .link-row .url {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: normal;
    padding: 5px 10px;
    width: 90%;
    height: auto;
    white-space: normal;
    overflow: hidden;
}

.strytl .item.facebook .link-row .name {
    height: 26px;
    line-height: 26px;
    font-size: 125%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.strytl .item.facebook .link-row .description {
    text-overflow: ellipsis;
    overflow: hidden;
}

.strytl .item.facebook .link-row .url {
    line-height: 16px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.strytl .item.facebook .link-row .description,
.strytl .item.facebook .link-row .url {
    color: rgba(254,254,254,.7);
}


.strytl .item.twitter .media .flowplayer,
.strytl .item.facebook .media .flowplayer,
.strytl .item.twitter .media .flowplayer-q,
.strytl .item.facebook .media .flowplayer-q {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.strytl .item.twitter .media .flowplayer:not(.is-fullscreen) video.fp-engine,
.strytl .item.facebook .media .flowplayer:not(.is-fullscreen) video.fp-engine {
    height: inherit;
    top: 50%;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

@media screen and (min-width:0\0) {
    /* IE9+ */
    .strytl .item.twitter .media .flowplayer,
    .strytl .item.facebook .media .flowplayer,
    .strytl .item.twitter .media .flowplayer-q,
    .strytl .item.facebook .media .flowplayer-q {
        display: table-cell;
        height: auto;
    }

    .strytl .item.twitter .media .flowplayer .fp-player,
    .strytl .item.facebook .media .flowplayer .fp-player {
        padding-top: calc(100% + 15px);
    }

    .strytl .item.portrait.twitter .media .img,
    .strytl .item.portrait.facebook .media .img {
        display: block;
        height: 100%;
    }

    /*... and now revert it again for IE11 only...*/
    _:-ms-fullscreen,
    :root .strytl .item.twitter .media .flowplayer,
    :root .strytl .item.facebook .media .flowplayer,
    :root .strytl .item.twitter .media .flowplayer-q,
    :root .strytl .item.facebook .media .flowplayer-q {
        display: block;
        height: 100%;
    }

    _:-ms-fullscreen,
    :root .strytl .item.twitter .media .flowplayer .fp-player,
    :root .strytl .item.facebook .media .flowplayer .fp-player {
        padding-top: 0;
    }
}

.strytl .item.twitter .body,
.strytl .item.facebook .body {
    position: relative;
    display: table-row;
    min-height: 40px;
}

.strytl .item.twitter.portrait .body {
    height: 100%;
}


.strytl .item.twitter .body a,
.strytl .item.twitter .body a:hover,
.strytl .item.facebook .body a,
.strytl .item.facebook .body a:hover  {
    color: #f0f0ff;
}

.strytl .item.twitter .body .text,
.strytl .item.facebook .body .text {
    position: relative;
    padding: 0 20px 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 200;
}

.strytl .item.twitter .body .text {
    padding-top: 0;
}

.strytl .item.twitter .media:not([style*="display:none"]):not([style*="display: none"]) + .body .text,
.strytl .item.facebook .media:not([style*="display:none"]):not([style*="display: none"]) + .body .text {
    padding-top : 20px;
}

.strytl .item.twitter .footer,
.strytl .item.facebook .footer {
    position: relative;
    display: table-row;
    height: 2em;
}

.strytl .item.facebook .footer {
    height: 50px;
}

.strytl .item.twitter .footer .timestamp,
.strytl .item.facebook .footer .timestamp {
    position: absolute;
    left: 20px;
    right: 120px;
    overflow: hidden;
    font-size: 90%;
    line-height: 1;
    height: 1em;
    margin: 5px 0;
}

.strytl .item.facebook .footer .timestamp {
    margin: 19px 0px;
}

@media screen and (max-width:595px) {
    .strytl .item.twitter .footer .timestamp{
        display: none;
    }
}


.strytl .item.twitter .footer .actions,
.strytl .item.facebook .footer .actions {
    position: absolute;
    right: 20px;
    width: 100px;
    font-size: 90%;
    text-align: right;
}

.strytl .item.twitter .footer .actions svg {
    position: relative;
    display: inline-block;
    height: 1.25em;
    width: 1.25em;
    margin: 0.3185em 0;
    padding: 0 0.15em;
    fill: #FFFFFF;
}

/* INSTAGRAM ITEM */

.strytl .item.instagram {
    /*background-color: #D93175;*/
    color: #FFFFFF;
}

.strytl .item.instagram .media   {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.strytl .item.instagram .media .img {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.strytl .item.instagram .header {
    position: absolute;
    top: 0;
    left: 0;
    height: 72px;
    width: 100%;
    display: none;
}

.strytl .item.instagram .header .background {
    position: relative;
    display: inline-block;
    top: 15px;
    left: 15px;
    height: 47px;
    overflow: hidden;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.7);
}

.strytl .item.instagram .header .avatar {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 38px;
    height: 38px;
    background-color: #3397D1;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.strytl .item.instagram .header .avatar.nopp {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #FFFFFF;
    background-image: url('/assets/img/instagram/glyph-logo_May2016-colored.png');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.strytl .item.instagram .header .name {
    position: relative;
    margin: 0 5px 0 52px;
    height: 47px;
    line-height: 47px;
    padding-right: 5px;
    font-size: 100%;
}

.strytl .item.instagram .instagram-logo {
    position: absolute;
    top: 27px;
    right: 20px;
    width: 26px;
    height: 26px;
    background-color: rgba(255,255,255,.5);
    background-image: url('/assets/img/instagram/glyph-logo_May2016.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 2;
}

.strytl .item.instagram .footer {
    position: absolute;
    display: none;
    bottom: 0;
    width: 100%;
}

.strytl .item.instagram .footer .text {
    position: relative;
    display: block;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    padding: 20px;
}

.strytl .item.instagram:hover .header,
.strytl .item.instagram:active .header,
.strytl .item.instagram:hover .footer,
.strytl .item.instagram:active .footer  {
    display: block;
}

/* SOCIAL EMBED ITEMS */
.strytl .item.social-embed .social-embed-frame {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    border: 0;
}

/* YOUTUBE ITEM */

.strytl .item.youtube {
    /*background-color: #FF0000;*/
    color: #FFFFFF;
}

.strytl .row.flexible .item.youtube.w-3::before {
    content: " ";
    display: block;
    padding-top: 56.25%;
    padding-top: 56.25%\9;
}

.strytl .row.flexible .item.youtube.w-3 .item-content {
    position: absolute;
    top: 0;
    left: 0;
}

/* LINK ITEM */
.strytl .item.link {
    background: #FFFFFF;
    box-sizing: border-box;
}

.strytl .item.link .padding {
    padding: .85em;
}

.strytl .item.link a,
.strytl .item.link a:hover,
.strytl .item.link a:focus,
.strytl .item.link a:visited {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    color: inherit;
    text-decoration: none;
    border: 1em solid #FFFFFF;
}

.strytl .item.link .description {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 33.3%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    background-color: #FFFFFF;
    overflow: hidden;

}

.strytl .item.link .description p {
    margin: 0;
}

.strytl .item.link .description.noimage {
    width: 100%;
    overflow: hidden;
}

.strytl .item.link .description .title{
    position: relative;
    font-weight: 300;
    font-size: 150%;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #D61317;
    color: var(--color-contrast);
    margin: 0.2em 0 0.3em 0.3em;
}

.strytl .item.link a:hover .description .title {
    text-decoration: underline;
}

.strytl .item.link .description .text{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    max-height: 5.6em;
}

.strytl .item.link .description .url{
    display: none;
}

.strytl .item.link .description.noimage .url {
    left: 5em;
}

.strytl .item.link .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 66.6%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.strytl .item.link .indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2.25em;
    min-width: 2.25em;
    line-height: 2.25em;
    background-color: #F3F3F3;
}

.strytl .item.link .indicator .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.25em;
    height: 2.25em;
    background-color: #D61317;
    background-color: var(--color-contrast);
    background-image: url('/assets/img/linkicon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.strytl .item.link .indicator .text {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 0.5em 0 2.75em;
    height: 100%;
    color: #000000;
    color: var(--color-text);
}

.strytl .item.link.h-2 .description {
    top: 50%;
    width: 100%;
}

.strytl .item.link.h-3 .description {
    top: 66.6%;
    width: 100%;
}

.strytl .item.link.h-1 .description .title{
    position: absolute;
    bottom: 0;
    right: 0.5em;
    left: 0.5em;
    height: 5.8em;
    margin: 0;
}

.strytl .item.link.h-2 .description .title,
.strytl .item.link.h-3 .description .title {
    margin-left: 0;
}

.strytl .item.link.h-2 .image {
    width: 100%;
    height: 50%;
}

.strytl .item.link.h-3 .image {
    width: 100%;
    height: 66.6%;
}

.strytl .item.link.h-2 .description .text,
.strytl .item.link.h-3 .description .text {
    display: inline-block;
}

/* EM FOOTBALL ITEM */

.strytl .item.em-football .timestamp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 0;
    margin: 0 1em 0 0;
    padding-top: 0.08em;
    width: 5em;
}

.strytl .item.em-football .timestamp .group {
    position: relative;
    display: inline-block;
    background-color: #D61317;
    background-color: var(--color-contrast);
    color: #FFFFFF;
    padding: 0.5em 0;
    text-align: center;
    width: 5em;
}

.strytl .item.em-football .timestamp .group .time{
    display: inline-block;
    font-size: 150%;
    font-weight: 300;
    margin-bottom: -0.125em;
}

.strytl .item.em-football .timestamp .group .unit{
    display: inline-block;
    font-size: 90%;
    margin: 0 0.25em 0.25em 0.25em;
}

.strytl .item.em-football .text-content {
    position: relative;
    display: inline-block;
    max-width: calc(100% - 7em);
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.strytl .item.em-football p.text {
    font-size: 100%;
    padding-top: 0.75em;
    margin: 0.375em 0;
}

.strytl .item.em-football.event {
    background-color: #EEEEEE;
}

.strytl .item.em-football.event .timestamp .group {
    background-color: transparent;
    color: inherit;
}

.strytl .item.em-football.event .text-content {
    background-repeat: no-repeat;
    background-size: 2.1em;
    background-position: 0 0.75em;
    min-height: 4em;
}

.strytl .item.em-football.event.goal .text-content {
    background-image: url('/assets/img/eventmodule/em-football/goal.png');
}

.strytl .item.em-football.event.key-situation .text-content {
    background-image: url('/assets/img/eventmodule/em-football/key_situation.png');
}

.strytl .item.em-football.event.players-exchange .text-content {
    background-image: url('/assets/img/eventmodule/em-football/players_exchange.png');
}

.strytl .item.em-football.event.card-red .text-content {
    background-image: url('/assets/img/eventmodule/em-football/red_card.png');
}

.strytl .item.em-football.event.card-yellow .text-content {
    background-image: url('/assets/img/eventmodule/em-football/yellow_card.png');
}

.strytl .item.em-football.event.card-yellow-red .text-content {
    background-image: url('/assets/img/eventmodule/em-football/yellow-red_card.png');
}

.strytl .item.em-football.event p.text {
    margin-left: 4em;
}

.strytl .item.em-football.event.gamephase-change {
    background-image: url('/assets/img/eventmodule/em-football/gras.jpg');
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.strytl .item.em-football.event.gamephase-change .timestamp {
    display: none;
}

.strytl .item.em-football.event.gamephase-change .text-content {
    min-height: 0;
    max-width: 100%;
    padding: 0;
}

.strytl .item.em-football.event.gamephase-change p.text {
    display: inline-block;
    margin: 0.25em;
    font-size: 150%;
    font-weight: 300;
    padding: 0;
}

.strytl .item.em-football.event.gamephase-change p.time {
    display: inline-block;
    margin: 0.25em 0.66em 0.25em 0;
    float: left;
    width: 3.33em;
    font-weight: 300;
    font-size: 150%;
    text-align: center;
}

.strytl .item.em-football.event.score {
    color: #FFFFFF;
    font-weight: 300;
    text-align: center;
    background-image: url('/assets/img/eventmodule/em-football/gras.jpg');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

.strytl .item.em-football.event.score .team {
    position: relative;
    display: inline-block;
    width: 45%;
    font-size: 150%;
    text-align: right;
    padding: 0.125em 1em;
    box-sizing: border-box;
    vertical-align: top;
}

.strytl .item.em-football.event.score .border {
    position: absolute;
    left: 50%;
    left: calc(50% - 0.5px);
    top: 5.5em;
    bottom: 1em;
    width: 1px;
    background-color: #FFFFFF;
}

.strytl .item.em-football.event.score .divider {
    position: absolute;
    top: 0;
    right: -0.5em;
    display: block;
    width: 1em;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}

.strytl .item.em-football.event.score .team.score-a {
    top: 0;
    left: 0;
    font-size: 300%;
    padding: 0 0.5em;
}

.strytl .item.em-football.event.score .team.score-b {
    text-align: left;
    top: 0;
    left: 0;
    font-size: 300%;
    padding: 0 0.5em;
}

.strytl .item.em-football.event.score .team.team-a {
    top: 0;
    left: 0;
    /*border-right: 1px solid #FFFFFF;*/
}

.strytl .item.em-football.event.score .team.team-a .border {
    right: -1px;
}

.strytl .item.em-football.event.score .team.team-b {
    text-align: left;
    top: 0;
    left: 0;
    /*border-left: 1px solid #FFFFFF;*/
}

.strytl .item.em-football.event.score .team.team-b .border {
    left: -1px;
}

.strytl .item.em-football.event.score .team .icon {
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
}

.strytl .item.em-football.event.goal .text-content,
.strytl .item.em-football.event.card-yellow .text-content,
.strytl .item.em-football.event.players-exchange .text-content,
.strytl .item.em-football.event.card-red .text-content,
.strytl .item.em-football.event.card-yellow-red .text-content {
    width: calc(100% - 7em);
    padding-right: 5em;
    box-sizing: border-box;
}

.strytl .item.em-football .item-content {
    background-size: 0;
}

.strytl .item.em-football.event.goal .item-content::before,
.strytl .item.em-football.event.card-yellow .item-content::before,
.strytl .item.em-football.event.players-exchange .item-content::before,
.strytl .item.em-football.event.card-red .item-content::before,
.strytl .item.em-football.event.card-yellow-red .item-content::before {
    position: absolute;
    content: " ";
    display: block;
    top: -1em;
    right: -4em;
    width: 10em;
    height: 10em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: inherit;
}

.strytl .item.em-football.event.goal .text-content::before,
.strytl .item.em-football.event.card-yellow .text-content::before,
.strytl .item.em-football.event.players-exchange .text-content::before,
.strytl .item.em-football.event.card-red .text-content::before,
.strytl .item.em-football.event.card-yellow-red .text-content::before {
    position: absolute;
    content: " ";
    display: block;
    top: -2em;
    right: -5em;
    width: 10em;
    height: 10em;
    background: linear-gradient(45deg, rgba(238,238,238,1), rgba(238,238,238,0.8) 40%, rgba(238,238,238,0) 80%);
}

.strytl .item.em-football.event.score .team.team-a .icon {
    margin-right: -0.25em;
}

.strytl .item.em-football.event.score .team.team-b .icon {
    margin-left: -0.25em;
}

.strytl .item.em-football.event.score .team .icon.team-a {
    margin: 0 -0.25em 0 0.375em;
    float: right;
}

.strytl .item.em-football.event.score .team .icon.team-b {
    margin: 0 0.375em 0 -0.25em;
    float: left;
}

.strytl .item.em-football.event.score .team .icon.card-red {
    background-image: url('/assets/img/eventmodule/em-football/red_card.png');
}

.strytl .item.em-football.event.score .team .icon.card-yellow-red {
    background-image: url('/assets/img/eventmodule/em-football/yellow-red_card.png');
}

.strytl .item.em-football.event.score .team .icon.card-yellow {
    background-image: url('/assets/img/eventmodule/em-football/yellow_card.png');
}

.strytl .item.em-football.event.score input.details-toggle {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.strytl .item.em-football.event.score input.details-toggle::before {
    position: absolute;
    display: block;
    color: #FFFFFF;
    content: "\025B3";
    width: 1em;
    height: 1em;
    bottom: 0.5em;
    right: 0.5em;
    font-size: 2em;
    text-align: right;
    cursor: pointer;
    z-index: 1;
}

.strytl .item.em-football.event.score input.details-toggle:checked::before {
    content: "\025BD";
}

.strytl input:checked + .details-table {
    display: none
}

.strytl .item.em-football.event.score .details-table {
    position: relative;
    width: 100%;
    margin-top: 1em;
    table-layout: fixed;
}

.strytl .item.em-football.event.score .details-table .td-player-a {
    width: 50%;
    text-align: right;
}

.strytl .item.em-football.event.score .details-table .td-player-b {
    width: 50%;
    text-align: left;
}

.strytl .item.em-football.event.score .details-table .td-minute-a {
    width: 3em;
    text-align: right;
}

.strytl .item.em-football.event.score .details-table .td-minute-b {
    width: 3em;
    text-align: left;
}

.strytl .item.em-football.event.score .details-table .td-icon-a,
.strytl .item.em-football.event.score .details-table .td-icon-b {
    width: 2.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
}

.strytl .item.em-football.event.score .details-table .td-icon-a.card-yellow,
.strytl .item.em-football.event.score .details-table .td-icon-b.card-yellow {
    background-image: url('/assets/img/eventmodule/em-football/yellow_card.png');
}

.strytl .item.em-football.event.score .details-table .td-icon-a.card-yellow-red,
.strytl .item.em-football.event.score .details-table .td-icon-b.card-yellow-red {
    background-image: url('/assets/img/eventmodule/em-football/yellow-red_card.png');
}

.strytl .item.em-football.event.score .details-table .td-icon-a.card-red,
.strytl .item.em-football.event.score .details-table .td-icon-b.card-red {
    background-image: url('/assets/img/eventmodule/em-football/red_card.png');
}

.strytl .item.em-football.event.score .details-table .td-icon-a.goal,
.strytl .item.em-football.event.score .details-table .td-icon-b.goal {
    background-image: url('/assets/img/eventmodule/em-football/goal_filled.png');
}

/* EM ICEHOCKEY ITEM */

.strytl .item.em-icehockey .timestamp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 0;
    margin: 0 1em 0 0;
    padding-top: 0.08em;
    width: 5em;
}

.strytl .item.em-icehockey .timestamp .group {
    position: relative;
    display: inline-block;
    padding: 0.5em 0;
    text-align: center;
    width: 5em;
    background-color: transparent;
    color: inherit;
}

.strytl .item.em-icehockey .timestamp .group .time{
    display: inline-block;
    font-size: 100%;
    margin-bottom: -0.125em;
}

.strytl .item.em-icehockey .timestamp .group .unit{
    display: inline-block;
    font-size: 90%;
    margin-bottom: 0.1em;
}

.strytl .item.em-icehockey .text-content {
    position: relative;
    display: inline-block;
    max-width: calc(100% - 7em);
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.strytl .item.em-icehockey p.text {
    position: relative;
    font-size: 100%;
    padding-top: 0.75em;
    margin: 0.375em 0;
}

.strytl .item.em-icehockey.event {
    background-color: #EEEEEE;
}

.strytl .item.em-icehockey.event .timestamp .group {
    background-color: #D61317;
    background-color: var(--color-contrast);
    color: #FFFFFF;
}

.strytl .item.em-icehockey.event .text-content {
    background-repeat: no-repeat;
    background-size: 2.1em;
    background-position: 0 0.75em;
    min-height: 4em;
}

.strytl .item.em-icehockey.event.goal .text-content {
    background-image: url('/assets/img/eventmodule/em-icehockey/goal.png');
}

.strytl .item.em-icehockey.event.key-situation .text-content {
    background-image: url('/assets/img/eventmodule/em-icehockey/key_situation.png');
}

.strytl .item.em-icehockey.event.penalty2 .text-content {
    background-image: url('/assets/img/eventmodule/em-icehockey/penalty2.png');
}

.strytl .item.em-icehockey.event.penalty5 .text-content {
    background-image: url('/assets/img/eventmodule/em-icehockey/penalty5.png');
}

.strytl .item.em-icehockey.event.penalty10 .text-content {
    background-image: url('/assets/img/eventmodule/em-icehockey/penalty10.png');
}

.strytl .item.em-icehockey.event.timeout .text-content {
    background-image: url('/assets/img/eventmodule/em-icehockey/timeout.png');
}

.strytl .item.em-icehockey.event.goal .text-content,
.strytl .item.em-icehockey.event.key-situation .text-content,
.strytl .item.em-icehockey.event.penalty2 .text-content,
.strytl .item.em-icehockey.event.penalty5 .text-content,
.strytl .item.em-icehockey.event.penalty10 .text-content,
.strytl .item.em-icehockey.event.timeout .text-content {
    width: calc(100% - 7em);
    padding-right: 5em;
    box-sizing: border-box;
}

.strytl .item.em-icehockey .item-content {
    background-size: 0;
}

.strytl .item.em-icehockey.event.goal .item-content::before,
.strytl .item.em-icehockey.event.key-situation .item-content::before,
.strytl .item.em-icehockey.event.penalty2 .item-content::before,
.strytl .item.em-icehockey.event.penalty5 .item-content::before,
.strytl .item.em-icehockey.event.penalty10 .item-content::before,
.strytl .item.em-icehockey.event.timeout .item-content::before {
    position: absolute;
    content: " ";
    display: block;
    top: -1em;
    right: -4em;
    width: 10em;
    height: 10em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: inherit;
}

.strytl .item.em-icehockey.event.goal .text-content::before,
.strytl .item.em-icehockey.event.key-situation .text-content::before,
.strytl .item.em-icehockey.event.penalty2 .text-content::before,
.strytl .item.em-icehockey.event.penalty5 .text-content::before,
.strytl .item.em-icehockey.event.penalty10 .text-content::before,
.strytl .item.em-icehockey.event.timeout .text-content::before {
    position: absolute;
    content: " ";
    display: block;
    top: -2em;
    right: -5em;
    width: 10em;
    height: 10em;
    background: linear-gradient(45deg, rgba(238,238,238,1), rgba(238,238,238,0.8) 40%, rgba(238,238,238,0) 80%);
}


.strytl .item.em-icehockey.event p.text {
    margin-left: 4em;
}

.strytl .item.em-icehockey.event.gamephase-change {
    background-image: url('/assets/img/eventmodule/em-icehockey/event_top.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
}

.strytl .item.em-icehockey.event.gamephase-change.phase-1,
.strytl .item.em-icehockey.event.gamephase-change.phase-3,
.strytl .item.em-icehockey.event.gamephase-change.phase-5,
.strytl .item.em-icehockey.event.gamephase-change.phase-7,
.strytl .item.em-icehockey.event.gamephase-change.phase-9 {
    background-image: url('/assets/img/eventmodule/em-icehockey/event_top.jpg');
    background-position: center bottom;
}

.strytl .item.em-icehockey.event.gamephase-change.phase-2,
.strytl .item.em-icehockey.event.gamephase-change.phase-4,
.strytl .item.em-icehockey.event.gamephase-change.phase-6,
.strytl .item.em-icehockey.event.gamephase-change.phase-8,
.strytl .item.em-icehockey.event.gamephase-change.phase-10{
    background-image: url('/assets/img/eventmodule/em-icehockey/event_bottom.jpg');
    background-position: center top;
}

.strytl .item.em-icehockey.event.gamephase-change .timestamp {
    display: none;
}

.strytl .item.em-icehockey.event.gamephase-change .text-content {
    min-height: 0;
    max-width: 100%;
    padding: 0;
}

.strytl .item.em-icehockey.event.gamephase-change p.text {
    display: inline-block;
    margin: 0.25em;
    font-size: 150%;
    font-weight: 300;
    padding: 0 0.5em;
}

.strytl .item.em-icehockey.event.gamephase-change p.time {
    display: inline-block;
    margin: 0.25em 0.66em 0.25em 0;
    float: left;
    width: 3.33em;
    font-weight: 300;
    font-size: 150%;
    text-align: center;
}

.strytl .item.em-icehockey.event.score {
    color: #000000;
    font-weight: 300;
    text-align: center;
    background-image: url('/assets/img/eventmodule/em-icehockey/scoreboard.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.strytl .item.em-icehockey.event.score .team {
    position: relative;
    display: inline-block;
    width: 45%;
    font-size: 150%;
    text-align: right;
    padding: 0.125em 1em;
    box-sizing: border-box;
    vertical-align: top;
}

.strytl .item.em-icehockey.event.score .border {
    position: absolute;
    left: 50%;
    left: calc(50% - 0.5px);
    top: 5.5em;
    bottom: 1em;
    width: 1px;
    background-color: #000000;
}

.strytl .item.em-icehockey.event.score .divider {
    position: absolute;
    top: 0;
    right: -0.5em;
    display: block;
    width: 1em;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;
}

.strytl .item.em-icehockey.event.score .team.score-a {
    top: 0;
    left: 0;
    font-size: 300%;
    padding: 0 0.5em;
}

.strytl .item.em-icehockey.event.score .team.score-b {
    text-align: left;
    top: 0;
    left: 0;
    font-size: 300%;
    padding: 0 0.5em;
}

.strytl .item.em-icehockey.event.score .team.team-a {
    top: 0;
    left: 0;
    /*border-right: 1px solid #FFFFFF;*/
}

.strytl .item.em-icehockey.event.score .team.team-a .border {
    right: -1px;
}

.strytl .item.em-icehockey.event.score .team.team-b {
    text-align: left;
    top: 0;
    left: 0;
    /*border-left: 1px solid #FFFFFF;*/
}

.strytl .item.em-icehockey.event.score .team.team-b .border {
    left: -1px;
}

.strytl .item.em-icehockey.event.score .team .icon {
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
}

.strytl .item.em-icehockey.event.score .team.team-a .icon {
    margin-right: -0.25em;
}

.strytl .item.em-icehockey.event.score .team.team-b .icon {
    margin-left: -0.25em;
}

.strytl .item.em-icehockey.event.score .team .icon.team-a {
    margin: 0 -0.25em 0 0.375em;
    float: right;
}

.strytl .item.em-icehockey.event.score .team .icon.team-b {
    margin: 0 0.375em 0 -0.25em;
    float: left;
}

.strytl .item.em-icehockey.event.score .team .icon.penalty2 {
    background-image: url('/assets/img/eventmodule/em-icehockey/penalty2.png');
}

.strytl .item.em-icehockey.event.score .team .icon.penalty5 {
    background-image: url('/assets/img/eventmodule/em-icehockey/penalty5.png');
}

.strytl .item.em-icehockey.event.score .team .icon.penalty10 {
    background-image: url('/assets/img/eventmodule/em-icehockey/penalty10.png');
}

.strytl .item.em-icehockey.event.score input.details-toggle {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.strytl .item.em-icehockey.event.score input.details-toggle::before {
    position: absolute;
    display: block;
    color: #000000;
    content: "\025B3";
    width: 1em;
    height: 1em;
    bottom: 0.5em;
    right: 0.5em;
    font-size: 2em;
    text-align: right;
    cursor: pointer;
    z-index: 1;
}

.strytl .item.em-icehockey.event.score input.details-toggle:checked::before {
    content: "\025BD";
}

.strytl input:checked + .details-table {
    display: none
}

.strytl .item.em-icehockey.event.score .details-table {
    position: relative;
    width: 100%;
    margin-top: 1em;
    table-layout: fixed;
}

.strytl .item.em-icehockey.event.score .details-table .td-player-a {
    width: 50%;
    text-align: right;
}

.strytl .item.em-icehockey.event.score .details-table .td-player-b {
    width: 50%;
    text-align: left;
}

.strytl .item.em-icehockey.event.score .details-table .td-minute-a {
    width: 3em;
    text-align: right;
}

.strytl .item.em-icehockey.event.score .details-table .td-minute-b {
    width: 3em;
    text-align: left;
}

.strytl .item.em-icehockey.event.score .details-table .td-icon-a,
.strytl .item.em-icehockey.event.score .details-table .td-icon-b {
    width: 3.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45%;
}

.strytl .item.em-icehockey.event.score .details-table .td-icon-a.penalty2,
.strytl .item.em-icehockey.event.score .details-table .td-icon-b.penalty2 {
    background-image: url('/assets/img/eventmodule/em-icehockey/penalty2.png');
}

.strytl .item.em-icehockey.event.score .details-table .td-icon-a.penalty5,
.strytl .item.em-icehockey.event.score .details-table .td-icon-b.penalty5 {
    background-image: url('/assets/img/eventmodule/em-icehockey/penalty5.png');
}

.strytl .item.em-icehockey.event.score .details-table .td-icon-a.penalty10,
.strytl .item.em-icehockey.event.score .details-table .td-icon-b.penalty10 {
    background-image: url('/assets/img/eventmodule/em-icehockey/penalty10.png');
}

.strytl .item.em-icehockey.event.score .details-table .td-icon-a.goal,
.strytl .item.em-icehockey.event.score .details-table .td-icon-b.goal {
    background-image: url('/assets/img/eventmodule/em-icehockey/goal.png');
}

/* EM POLLS ITEM */
.strytl .item.em-polls {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.strytl .item.em-polls.with-bgi {
    color: #444444;
}

.strytl .item.em-polls .voted-waiting,
.strytl .item.em-polls .voted-error {
    position: absolute;
    display: none;
    right: 0.125em;
    bottom: 0.125em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
    width: 2em;
    height: 1em;
}

.strytl .item.em-polls .voted-waiting {
    background-image: url('/assets/img/loading-infinite-2.gif');
}

.strytl .item.em-polls .voted-error {
    background-image: url('/assets/img/error-reload.png');
}

.strytl .item.em-polls[data-status=waiting] .voted-waiting {
    display: block;
}

.strytl .item.em-polls[data-status=error] .voted-error {
    display: block;
}

.strytl .item.em-polls .header {
    position: relative;
    width: 100%;
    height: 2.125em;
    background-color: #EEEEEE;
}

.strytl .item.em-polls.with-bgi .header {
    background-color: rgba(238, 238, 238, 0.8);
}

.strytl .item.em-polls .header .icon {
    position: relative;
    float: left;
    width: 2.125em;
    height: 2.125em;
    background-image: url('/assets/img/eventmodule/em-polls/icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #D61317;
    background-color: var(--color-contrast);
}

.strytl .item.em-polls .header .title {
    position: relative;
    display: inline-block;
    padding: 0 1em;
    height: 2.125em;
    line-height: 2.125em;
    font-weight: bold;
}

.strytl .item.em-polls .header .title:before {
    display: block;
    content: "Umfrage";
}

.strytl .item.em-polls .poll-container {
    position: relative;
    margin: 0;
    padding: 2.125em;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
}

.strytl .item.em-polls.with-bgi .poll-container {
    margin: 1em 0 0 0;
}

.strytl .item.em-polls .question {
    position: relative;
    font-size: 200%;
    font-weight: 300;
    margin-bottom: 1em;
    text-align: center;
}

.strytl .item.em-polls .custom-text {
    position: relative;
    display: none;
    margin-bottom: 1em;
}

.strytl .item.em-polls .answers.yes-no {
    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
}

.strytl .item.em-polls .answers.yes-no .answer {
    position: relative;
    display: flex;
    justify-content: center;
    /*align-items: center; -> v-align */
    font-size: 125%;
    padding: 1em 2.125em;
    min-width: 10em;
    background-color: #EEEEEE;
    text-align: center;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 1em 0.25em;
}

.strytl .item.em-polls.with-bgi .answers.yes-no .answer {
    background-color: rgba(238, 238, 238, 0.8);
    -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25);
}

.strytl .item.em-polls .answers.yes-no .answer:hover {
    background-color: #D61317;
    background-color: var(--color-contrast);
    color: #FFFFFF;
}

.strytl .item.em-polls .answers.open {
    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr;
}

.strytl .item.em-polls .answers.open .answer {
    position: relative;
    display: flex;
    justify-content: center;
    /*align-items: center; -> v-align */
    font-size: 125%;
    padding: 1em 2.125em;
    min-width: 10em;
    background-color: #EEEEEE;
    text-align: center;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0.8em 1em 0.25em;
}

.strytl .item.em-polls .answers.open .answer:first-child {
    margin-top: 0;
}

.strytl .item.em-polls.with-bgi .answers.open .answer {
    background-color: rgba(238, 238, 238, 0.8);
    -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25);
}

.strytl .item.em-polls .answers.open .answer:hover {
    background-color: #D61317;
    background-color: var(--color-contrast);
    color: #FFFFFF;
}

.strytl .item.em-polls .results {
    position: relative;
    display: none;
}

.strytl .item.em-polls .results .result {
    position: relative;
    text-align: left;
    padding: 1em;
    margin: 0.5em 0 1.5em 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #EEEEEE;
}

.strytl .item.em-polls .results .result:last-child {
    margin-bottom: 0;
}

.strytl .item.em-polls.with-bgi .results .result {
    background-color: rgba(238, 238, 238, 0.8);
    -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25);
}

.strytl .item.em-polls .results .result .answer {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-right: 2em;
}

.strytl .item.em-polls .results .result .result-value {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 0 0 1em;
    z-index: 1;
    padding: 1em;
    font-weight: bold;
}

.strytl .item.em-polls .results .result .result-bar {
    position: absolute;
    left: 0;
    bottom: -0.675em;
    height: 1.25em;
    max-width: 100%;
    width: 0;
    transition: width 0.5s ease;
    background-color: #D61317;
    background-color: var(--color-contrast);
    z-index: 0;

}

/* FLOWPLAYER */
.strytl .item .flowplayer {
    border-radius: 0;
}

.strytl .item  .flowplayer:not(.is-splash).is-paused {
    background-image: none !important;
}

/* X-POSITION */
.strytl .item.x-0 {
    left: 0;
}

.strytl .item.x-1 {
    left: 33.33%;
}

.strytl .item.x-2 {
    left: 66.66%;
}

/* BORDERS */
.strytl .item {
    border: 2px solid #FFFFFF;
}

@keyframes animation-flash-blue {
    0% { box-shadow: inset 0 0 3px 3px rgba(51,151,209,0); }
    20% { box-shadow: inset 0 0 3px 3px rgba(51,151,209,1); }
    40% { box-shadow: inset 0 0 3px 3px rgba(51,151,209,0.25); }
    60% { box-shadow: inset 0 0 3px 3px rgba(51,151,209,1); }
    80% { box-shadow: inset 0 0 3px 3px rgba(51,151,209,0.25); }
    100% { box-shadow: inset 0 0 3px 3px rgba(51,151,209,1); }
}

@keyframes animation-flash-white {
    0% {
        box-shadow: inset 0 0 20px 10px rgba(255,255,255,0);
    }
    20% {
        box-shadow: inset 0 0 20px 10px rgba(255,255,255,1);
    }
    40% {
        box-shadow: inset 0 0 20px 10px rgba(255,255,255,0.25);
    }
    60% {
        box-shadow: inset 0 0 20px 10px rgba(255,255,255,1);
    }
    80% {
        box-shadow: inset 0 0 20px 10px rgba(255,255,255,0.25);
    }
    100% {
        box-shadow: inset 0 0 20px 10px rgba(255,255,255,1);
    }
}

.strytl .item.highlighted {
    box-shadow: inset 0 0 3px 3px rgba(51,151,209,1);
    animation-name: animation-flash-blue;
    animation-duration: 3s;
    animation-timing-function: linear;
}

.strytl .item.twitter.highlighted,
.strytl .item.facebook.highlighted {
    /* twitter and facebook are already blue and need another color */
    box-shadow: inset 0 0 20px 10px #FFFFFF;
    animation-name: animation-flash-white;
    animation-duration: 3s;
    animation-timing-function: linear;
}

/* for some items, content would be overlapped by the indicators */
/* -> move the content down */
.strytl #strytl-content.prevent-overlap::before {
    position: relative;
    display: block;
    width: 100%;
    height: 2em;
    content: "";
}

/* we also move the share button down, if content is not moved */
.strytl .row:first-child .item .share {
    top: 3em;
}
.strytl #strytl-content.prevent-overlap .row:first-child .item .share {
    top: 0.6em;
}

/* WIDTHS */
.strytl .item.w-1 {
    width: 33.33%;
}

.strytl .item.w-2 {
    width: 66.66%;
}

.strytl .item.w-3 {
    width: 100%;
}

/* HEIGHTS */
/* w-1 */
.strytl .item.w-1.h-1:before {
    content: "";
    display: block;
    padding-top: calc(66.66% - 1px);
    padding-top: 66.6%\9;
}

.strytl .item.w-1.h-2:before {
    content: "";
    display: block;
    padding-top: calc(133.5% + 1px);
    padding-top: 134%\9;
}

.strytl .item.w-1.h-3:before {
    content: "";
    display: block;
    padding-top: calc(200% + 4px);
    padding-top: 201.5%\9;
}

.strytl .item.w-1.h-4:before {
    content: "";
    display: block;
    padding-top: calc(266.66% + 7px);
    padding-top: 269%\9;
}

.strytl .item.w-1.h-5:before {
    content: "";
    display: block;
    padding-top: calc(333.33% + 10px);
    padding-top: 336.5%\9;
}

.strytl .item.w-1.h-6:before {
    content: "";
    display: block;
    padding-top: calc(400% + 13px);
    padding-top: 400%\9;
}

.strytl .item.w-1.h-7:before {
    content: "";
    display: block;
    padding-top: calc(466.66% + 16px);
    padding-top: 469%\9;
}

.strytl .item.w-1.h-8:before {
    content: "";
    display: block;
    padding-top: calc(533.33% + 19px);
    padding-top: 536%\9;
}

.strytl .item.w-1.h-9:before {
    content: "";
    display: block;
    padding-top: calc(600% + 22px);
    padding-top: 600%\9;
}

.strytl .item.w-1.h-10:before {
    content: "";
    display: block;
    padding-top: calc(666.66% + 25px);
    padding-top: 669%\9;
}

.strytl .item.w-1.h-11:before {
    content: "";
    display: block;
    padding-top: calc(733.33% + 28px);
    padding-top: 739%\9;
}

.strytl .item.w-1.h-12:before {
    content: "";
    display: block;
    padding-top: calc(800% + 31px);
    padding-top: 800%\9;
}

.strytl .item.w-1.h-13:before {
    content: "";
    display: block;
    padding-top: calc(866.66% + 34px);
    padding-top: 869%\9;
}

.strytl .item.w-1.h-14:before {
    content: "";
    display: block;
    padding-top: calc(933.33% + 37px);
    padding-top: 936%\9;
}

.strytl .item.w-1.h-15:before {
    content: "";
    display: block;
    padding-top: calc(1000% + 40px);
    padding-top: 1000%\9;
}

/* w-2 */
.strytl .item.w-2.h-1:before {
    content: "";
    display: block;
    padding-top: calc(33.33% - 2px);
    padding-top: 33%\9;
}

.strytl .item.w-2.h-2:before {
    content: "";
    display: block;
    padding-top: calc(66.66% - 1px);
    padding-top: 66.6%\9;
}

.strytl .item.w-2.h-3:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.strytl .item.w-2.h-4:before {
    content: "";
    display: block;
    padding-top: calc(133.5% + 1px);
    padding-top: 133.5%\9;
}

.strytl .item.w-2.h-5:before {
    content: "";
    display: block;
    padding-top: calc(166.66% + 3px);
    padding-top: 167%\9;
}

.strytl .item.w-2.h-6:before {
    content: "";
    display: block;
    padding-top: calc(200% + 3px);
    padding-top: 200%\9;
}

.strytl .item.w-2.h-7:before {
    content: "";
    display: block;
    padding-top: calc(233.33% + 3px);
    padding-top: 234%\9;
}

.strytl .item.w-2.h-8:before {
    content: "";
    display: block;
    padding-top: calc(266.66% + 3px);
    padding-top: 267%\9;
}

.strytl .item.w-2.h-9:before {
    content: "";
    display: block;
    padding-top: calc(300% + 3px);
    padding-top: 300%\9;
}

.strytl .item.w-2.h-10:before {
    content: "";
    display: block;
    padding-top: calc(333.33% + 3px);
    padding-top: 334%\9;
}

.strytl .item.w-2.h-11:before {
    content: "";
    display: block;
    padding-top: calc(366.66% + 3px);
    padding-top: 367%\9;
}

.strytl .item.w-2.h-12:before {
    content: "";
    display: block;
    padding-top: calc(400% + 3px);
    padding-top: 400%\9;
}

.strytl .item.w-2.h-13:before {
    content: "";
    display: block;
    padding-top: calc(433.33% + 3px);
    padding-top: 434%\9;
}

.strytl .item.w-2.h-14:before {
    content: "";
    display: block;
    padding-top: calc(466.66% + 3px);
    padding-top: 467%\9;
}

.strytl .item.w-2.h-15:before {
    content: "";
    display: block;
    padding-top: calc(500% + 3px);
    padding-top: 500%\9;
}

/* w-3 */
.strytl .item.w-3.h-1:before {
    content: "";
    display: block;
    padding-top: calc(22.22% - 3px);
    padding-top: 22.2%\9;
}

.strytl .item.w-3.h-2:before {
    content: "";
    display: block;
    padding-top: calc(44.44% - 2px);
    padding-top: 44.44%\9;
}

.strytl .item.w-3.h-3:before {
    content: "";
    display: block;
    padding-top: calc(66.66% - 1px);
    padding-top: 66.6%\9;
}

.strytl .item.w-3.h-4:before {
    content: "";
    display: block;
    padding-top: 88.88%;
}

.strytl .item.w-3.h-5:before {
    content: "";
    display: block;
    padding-top: 111.11%;
}

.strytl .item.w-3.h-6:before {
    content: "";
    display: block;
    padding-top: 133.33%;
}

.strytl .item.w-3.h-7:before {
    content: "";
    display: block;
    padding-top: 155.55%;
}

.strytl .item.w-3.h-8:before {
    content: "";
    display: block;
    padding-top: 177.77%;
}

.strytl .item.w-3.h-9:before {
    content: "";
    display: block;
    padding-top: 200%;
}

.strytl .item.w-3.h-10:before {
    content: "";
    display: block;
    padding-top: 222.22%;
}

.strytl .item.w-3.h-11:before {
    content: "";
    display: block;
    padding-top: 244.44%;
}

.strytl .item.w-3.h-12:before {
    content: "";
    display: block;
    padding-top: 266.66%;
}

.strytl .item.w-3.h-13:before {
    content: "";
    display: block;
    padding-top: 288.88%;
}

.strytl .item.w-3.h-14:before {
    content: "";
    display: block;
    padding-top: 311.11%;
}

.strytl .item.w-3.h-15:before {
    content: "";
    display: block;
    padding-top: 333.33%;
}

.strytl .row.flexible:before,
.strytl .row.flexible .item:before {
    padding-top: 0;
}

.strytl .row.flexible .item {
    position: relative;
}

.strytl .page-link {
    position: fixed;
    display: inline-block;
    background-color: #D61317;
    background-color: var(--color-contrast);
    color: #FFFFFF;
    padding: 10px 20px;
    min-width: 150px;
    text-align: center;
    opacity: 0.75;
}

.strytl .page-link:hover {
    opacity: 1;
}

.strytl .page-link.next {
    bottom: 2px;
    right: 10px;
}

.strytl .page-link.prev {
    bottom: 2px;
    left: 10px;
}

/*
 * lead wall
 */
#strytl-leadwall {
    position: relative;
    width: 100%;
    min-height: 200px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(238,238,238,1), rgba(218,218,218,1));
    padding: 10px 40px 40px;
    z-index: 999999999;
    color: #333;
    font-size: 13pt;
    line-height: 2;
    font-weight: 300;
    display: none;
    text-align: center;
}

#strytl-leadwall a,
#strytl-leadwall a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#strytl-leadwall .top {
    position: absolute;
    left: 0;
    top: -250px;
    height: 250px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(238,238,238,0), rgba(238,238,238,1));
}

#strytl-leadwall .form {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 20px auto 10px;
}

#strytl-leadwall .form input[type=text],
#strytl-leadwall .form select {
    font-size: 10.5pt;
    font-family: inherit;
    line-height: 2;
    padding: 0.2em 0.5em;
    background-color: #FFFFFF;
    color: #333333;
    width: 90%;
    border: 1px solid #CCCCCC;
    box-sizing: content-box;
    margin: 0 0 0.2em;
}

#strytl-leadwall .form input[type=submit] {
    font-size: 10.5pt;
    font-family: inherit;
    line-height: 2;
    padding: 0.2em 0.5em;
    box-sizing: content-box;
    width: 90%;
    max-width: 400px;
    border: none;
    background: #D61317;
    background: var(--color-contrast);
    color: #FFFFFF;
}

#strytl-leadwall .legal {
    margin: 1.2em auto;
    font-size: 10pt;
    line-height: 1.7;
    max-width: 500px;
}

#strytl-leadwall .skip {
    font-size: 10.5pt;
    font-family: inherit;
    line-height: 2;
    padding: 0.2em 0.5em;
    box-sizing: border-box;
    width: 90%;
    max-width: 400px;
    opacity: 0.8;
    cursor: pointer;
    margin: 2em auto 0;
}

/*
 * Embed Code
 */
#strytl-embed-code-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999999999;
}
#strytl-embed-code-overlay:after {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    width: 1em;
    height: 1em;
    content: "\2716";
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}

#strytl-embed-code {
    position: absolute;
    padding: 0.5em;
    text-align: left;
    top: 1em;
    left: 1em;
    right: 10em;
    bottom: 1em;
    width: calc(100% - 10em);
}

/*
 * Reader Feedback Reactions
 */
.strytl .item .xt-react {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    min-width: 1.75em;
    width: 1.75em;
    height: 1.75em;
    overflow: hidden;
    background-color: rgba(230,230,230,0.8);
    white-space: nowrap;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    transform-origin: bottom right;
    transition: all 0.5s;
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999;
}

.strytl .item .xt-react .reaction {
    position: relative;
    display: inline-block;
    margin: 0.25em;
    width: 1.25em;
    height: 1.25em;
    float: right;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    cursor: pointer;
    background-size: 2.25em;
    background-position: center;
    background-repeat: no-repeat;
}

.strytl .item .xt-react .reaction::before {
    position: relative;
    display: block;
    content: " ";
    background-image: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    width: 1.75em;
    height: 2em;
    margin: -0.375em 0 0 -0.25em;
}

.strytl .item .xt-react .reaction[data-reaction="0"] {
    background-image: url('/assets/img/eventmodule/em-reader-feedback/heart.png');
}

/*.strytl .item .xt-react .reaction[data-reaction="1"] {*/
    /*background-image: url('/assets/img/eventmodule/em-reader-feedback/facepalm.png');*/
/*}*/

.strytl .item .xt-react .reaction[data-reaction="1"] {
    background-image: url('/assets/img/eventmodule/em-reader-feedback/shrug2.png');
}

.strytl .item .xt-react .reaction[data-reaction="2"] {
    background-image: url('/assets/img/eventmodule/em-reader-feedback/happy.png');
}

.strytl .item .xt-react .reaction[data-reaction="3"] {
    background-image: url('/assets/img/eventmodule/em-reader-feedback/party.png');
}

.strytl .item .xt-react .reaction[data-reaction="4"] {
    background-image: url('/assets/img/eventmodule/em-reader-feedback/shocked.png');
}

.strytl .item .xt-react .reaction[data-clicked="1"]{
    /*border: 0.1em solid #3397d1;*/
    background-color: #FFFFFF;
}

.strytl .item .xt-react .reaction .counter,
.strytl .item .xt-react .total-counter {
    position: absolute;
    display: none;
    font-size: 50%;
    bottom: 0.25em;
    right: -0.25em;
    background-color: #FFFFFF;
    color: #666666;
    line-height: 1;
    padding: 0.1em 0.2em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    text-align: center;
}


.strytl .item .xt-react .reaction:hover .counter {
    opacity: 0.5;
}

.strytl .item .xt-react .total-counter {
    display: block;
    bottom: 0.75em;
    right: 0.25em;
}

.strytl .item .xt-react:hover {
    width: auto;
    transform: scale(1.5, 1.5);
    opacity: 1;
    overflow: visible;
}

.strytl .item .xt-react:hover .reaction .counter{
    display: block;
}

.strytl .item .xt-react .reaction .counter:empty {
    display: none;
}

.strytl .item .xt-react .total-counter:empty,
.strytl .item .xt-react:hover .total-counter{
    display: none;
}

/*
 * Overwrite flowplayer style
 */
/*
 * Fixing font size for mobile flowplayer
 */
.flowplayer {
    font-size: 1em;
}

.flowplayer .fp-controls {
    width: calc(100% - 4em);
    margin-left: 2em;
}

/*
 * Center Facebook embed frames
 */
iframe[src*="https://www.facebook.com"] {
    position: relative;
    margin: 0 auto;
    display: block;
}