.strytl { --color-text:#333333; }

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

.strytl .item.em-football.event.score,
.strytl .item.em-football.event.gamephase-change {
    background-image: url(https://data.storytile.net/customer_files/ez/ezcup.jpg);
}

.strytl .item.em-football .timestamp .group {
    background-image: url(https://data.storytile.net/customer_files/ez/ezcup.jpg);
    background-size: cover;
}

.strytl .item.em-football.event .timestamp .group {
	background-image: none;
}

.strytl .item.em-football.event.goal .text-content {
	background-image: url(https://data.storytile.net/customer_files/ez/handball.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(https://data.storytile.net/customer_files/ez/handball.png); 
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,1));
}

.last-update {
	display: none;
}

.strytl {
	font-family: 'Open Sans',sans serif !important;
}

.strytl .item .title,
.strytl .item.text .timestamp .group .time,
.strytl .item.quote .quote,
.strytl .item.em-football.event .timestamp .time,
.strytl .item.em-football.event.gamephase,
.strytl .item.em-football.event.gamephase-change,
.strytl .item.em-football.event.score .team {
	font-family: 'Open Sans',sans serif !important;
}
.strytl .item.text .text-content {
    line-height: 1.25rem;
    font-size: 1rem;
}
body {
	content:'ezpokalhandball';
}


@media screen and (max-width: 500px) {
	.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 {
	    margin-left: 1.5em;
	}
}

.strytl .item.em-football.event.score .team .icon {
	background-size: contain;
	background-position: center center;

}



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%;
}