
.strytl { --color-contrast:#454545; --color-text:#454545; }
.strytl .item.chapter .marker { background-color:#454545; }
.strytl .item.text h1.title { font-weight:700; }

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700&display=swap');

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://data.storytile.net/customer_files/stzstn/fonts/roboto-slab-v7-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}


/*  setting the base color scheme */
.strytl {
  --color-contrast:#454545;
  --color-text:#454545;
}

/* define layout version */
.loading {
  content : "_v2";
}

body .strytl {
  font-family: 'Roboto Slab', serif;
}

/* smoothening fonts */
@media screen and (max-width: 500px) {
  .strytl .item {
    -webkit-font-smoothing: antialiased;
  }
}


/* adjustment for storyeditor */
#ticker.strytl {
  font-size: 1.105em;
}

/* font size and line height adjustment */
#strytl-body.strytl {
    line-height: 1.5;
}
@media screen and (min-width: 500px) and (max-width: 560px) {
  #strytl-body.strytl {
      font-size: 2.6vw;
    }
}
@media screen and (min-width: 561px) and (max-width: 720px) {
  #strytl-body.strytl {
      font-size: 2.5vw;
    }
}
@media screen and (min-width: 721px) and (max-width: 800px) {
  #strytl-body.strytl {
      font-size: 2.4vw;
    }
}
@media screen and (min-width: 801px) and (max-width: 870px) {
  #strytl-body.strytl {
      font-size: 2.3vw;
    }
}
@media screen and (min-width: 871px) and (max-width: 910px) {
  #strytl-body.strytl {
      font-size: 2.2vw;
    }
}
@media screen and (min-width: 911px) {
  #strytl-body.strytl {
      font-size: 2.15vw;
  }
}


/* items */
.strytl .item.text h1.title,
.strytl .item.em-polls .question,
.strytl .item.quote .quote .text,
.strytl .item.sound h1.title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:700;
  color: var(--color-text);
  line-height: 1.2;
}

.strytl .item.text,
.strytl .item.em-polls,
.strytl .item.quote,
.strytl .item.em-football:not(.gamephase-change):not(.score) .text-content {
  color: var(--color-text);
  line-height: 1.6;
}

.strytl .item.text .timestamp,
.strytl .item.quote .timestamp,
.strytl .item.sound .timestamp {
  margin-right: 0.9em; 
}

.strytl .item .timestamp .group .time {
  font-weight:300;
}
.strytl .item .timestamp .group .date {
  color: var(--color-text);
}

.strytl .item.text .timestamp .group,
.strytl .item.quote .timestamp .group,
.strytl .item.em-football .timestamp .group .time {
  font-family: 'Roboto Condensed', sans-serif;
}


.strytl .item.facebook, .strytl .item.twitter {
    font-size: 90%;
}


/* general design changes */
.strytl .live {
  background-image: url(https://data.storytile.net/customer_files/live.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--color-contrast);
  line-height: 1px;
}
.strytl .live img {
  visibility: hidden;
}

.strytl .load-next {
  background-color: var(--color-contrast);
}

.strytl .loading .img {
    background-image:none; /* url(https://data.storytile.net/customer_files/loading-infinite-neutral.gif); */
}

.strytl .item.em-polls .header .icon,
.strytl .item.em-polls .results .result .result-bar,
.strytl .item.em-polls .answers.open .answer:hover {
    background-color: var(--color-contrast);
}


/* soccer module */
.strytl .item.em-football.event .timestamp .group.time {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:700;
}

.strytl .item.em-football .timestamp .group .unit,
.strytl .item.em-football.event .timestamp .group.unit {
  font-family: 'Roboto Condensed', sans-serif;  
}

/* normal time display */
.strytl .item.em-football .timestamp .group {
  background-color: var(--color-contrast); 
  color: #fff;
}

/* scoreboard and gamephase change */
.strytl .item.em-football.event.gamephase-change,
.strytl .item.em-football.event.score,
.strytl .item.em-football.event.score .team.score-a,
.strytl .item.em-football.event.score .team.score-b {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:700;
}


.strytl .row:first-child .item.photo:before {
    padding-bottom:0px;
}

.widget_match_widget_liveticker #liveticker_min, .widget_team_widget_liveticker #liveticker_min {
    min-width: 40px; 
}

.strytl .item.link .description .text {
    position: relative;
    max-height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

/* Ad Anapssung um den Margin für die Banner auf 0px zu bekommen – wichtig für MeinVFB Ads */
.row.flexible {
    margin: 2px;
    width:calc(100% - 4px);
}


@media only screen and (max-width: 500px) {

    .strytl .item.text h1.title {
        width: 73%;   
        margin-bottom: .3em;
    }
    .strytl .item.text .timestamp {
        width: 4em !important;
        margin-top: -.2em;
        margin-right: 0em;
    }

    .strytl .item.text .timestamp .group .time {
      font-size: 170%;
    }

    .strytl .item.link.h-1 .description .title {
        white-space: initial;
    }
    .strytl .item.link .description .text {
        max-height: 18em !important;
        line-height: 1.5;
    }

}



/* privacy stuff */
.strytl .item .strytlpp-placeholder {
  position: absolute;
}

.strytl .privacy-notification {
  box-shadow: 0px 5px 40px rgb(0,0,0,.1)M
  padding: 1.5em 1em;
}

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

.strytl .privacy-notification .bottom-bar .button {
  display:block;
  float: none;
  border-radius: 0;
  text-align: center;
  margin: 2em 0em 0em;
  box-shadow: 0px 0px 20px rgba(0,0,0,.2)
}

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

.strytl .privacy-notification .close-button {
  margin: -.5em -0.5em 0.5em 0.5em;
}

@media only screen and (max-width: 500px) {
    .strytl .item.text .timestamp {
        width: 5.5em !important;
        margin-top: -.2em;
        margin-right: 0em;
    }
   .strytl .item.text .timestamp .group {
       letter-spacing: -0.2px;
    }
}

body.strytl {
    padding-bottom: 40px;
}

.strytl .load-next {
    background: var(--color-contrast);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    bottom: 80px;
    margin-left: -25px;
}

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


/* Privacy Addition 2022 */
#strytl-user-consent-banner,
#strytl-last-update,
#strytl-live {
  display: none;
}

#priv-btn {
    position: fixed;
    bottom: 20px;
    transform: translate(-50%, 0%);
    left: 50%;

    padding: 10px;

    background: var(--color-contrast);
    color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);

    cursor: pointer;
    z-index: 999998;
}
@media screen and (max-width: 500px) {
	#priv-btn {
		font-size: .8em;
    	text-align: center;
    }
}

#priv-btn #eye {
  display: block;
  filter:  invert(1);
  width: 26px;
  margin: 7px;
}


#priv {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 80px;
    width: calc(100% - 40px);
    background: #fff;
    box-shadow: 0 0 60px rgb(0 0 0 / 30%);
    z-index: 999999;
    padding: 60px 20px 0;
    box-sizing: border-box;
    color: #000;
    overflow: auto;
}

#priv-close {
  position: absolute;
  right: 20px;
  top: -6px;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
  color: #fff;
  z-index: 99999;
}
#priv-close:hover {
  color: #000;
}

#priv-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: var(--color-contrast);
  color: #fff;
  font-weight: bold;
}

#priv .priv-label {
  display: inline-block;
  width: calc(100% - 70px);
  margin-bottom: 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--color-contrast);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--color-contrast);
}

input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}
