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

.strytl .item.photo .item-content .photo-description b {
	font-weight: 800;
}
.strytl .item.event.score .team {
	word-break: normal;
}

.strytl { --color-contrast:#00963f; }
.strytl .item.chapter h1.title { color:#ffffff; font-weight:400; }
.strytl .item.chapter .item-content { background-color:#00963f; border-top-color:#00963f; background-color:var(--color-contrast); border-top-color:var(--color-contrast); }
.strytl .item.chapter .marker { color:#00963f; font-weight:300; background-color:#ffffff; }
.strytl .item.text h1.title { color:#00963f; font-weight:700; }
.strytl .item.text .timestamp .group .time { font-weight:400; }
.strytl .item.text .timestamp .group .date { font-weight:700; }

.strytl .item.quote .comment { padding-left: 0 }
.strytl .item.quote .timestamp { display: none; }
@media screen and (max-width:500px) { .strytl .item.quote .comment { padding-top: 0 } }

.photo-description .author:before{
content: "Foto: ";
}

.video-description .author:before{
content: "Video: ";
}



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 {
  display: none;
}

#priv-btn {
    position: fixed;
    bottom: 00px;
    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%;
}
