@import url('https://www.wort.lu/assets/stylesheets/storytile-wort-css.css');
.strytl .item.link.h-1 .description .title {
white-space:normal !Important;
}
/* .strytl .item .share { display: none!important } */

.strytl-indicator-container .indicator.live .logo{
width:auto;
}

/* disable image enlargement for mobile */
@media (max-width: 500px) {
      #strytl-body.strytl .item.text h1.title {
          max-width: calc(100% - 30px)
      }
	.strytl .item.photo, .strytl .item.photo .item-content {
	    pointer-events: none;
	}
}


.strytl .item .share {
	width: 1.5em;
}
.strytl .item .share .box {
	height: 2.2em;	
}
.strytl .item .share .box .out {
	width: 1.7em;
	margin: 0.3em;
}

.strytl .item .share .box .out.embed,
.strytl .item .share .box .out.linkedin,
.strytl .item .share .box .out.xing {
	display:none;
}

.strytl .item .share .box .out.facebook {
	background-size: 1.2em;
}
.strytl .item .share .box .out.twitter {
	background-size: 1.9em;
}
.strytl .item .share .box .out.copy-link {
	background-size: 1.45em;
}
.strytl { --color-contrast:#0f9cd8; }
.strytl .item.chapter .marker { background-color:#0f9cd8; }
.strytl .item.text h1.title { color:#555555; }
.strytl .item.text .text-content { color:#333333; }
.strytl .item.text p.author { color:#333333; }
.strytl .item.text .timestamp .group .time { color:#333333; }
.strytl .item.text .timestamp .group .date { color:#333333; }
.strytl .item .xt-react .reaction[data-reaction="0"] { background-image:url('https://strytl.blob.core.windows.net/groupdata/132/em/designs/GREEN.png'); background-size:0.7em; }
.strytl .item .xt-react .reaction[data-reaction="1"] { background-image:url('https://strytl.blob.core.windows.net/groupdata/132/em/designs/RED.png'); background-size:0.7em; }
.strytl .item .xt-react .reaction[data-reaction="2"] { display:none; }
.strytl .item .xt-react .reaction[data-reaction="3"] { display:none; }
.strytl .item .xt-react .reaction[data-reaction="4"] { display:none; background-size:2em; }

.strytl .item.text p.text a {color: #0f9cd8}
.strytl .item.text .timestamp .group {border-bottom-color: #0f9cd8}
.strytl .item.em-polls .results .result .result-bar {background-color: #0f9cd8}
.strytl .item.em-polls .header .icon {background-color: #0f9cd8}
.strytl .item.link .description .title {color: #0f9cd8}
.strytl .item.chapter .marker {background-color: #0f9cd8}
.strytl .item.quote .quote .text::before {color: #0f9cd8}
.strytl .item.quote .quote .text::after {color: #0f9cd8}
@media only screen and (max-width: 600px) { .strytl .item.photo .item-content .photo-description { font-size:75%; } }
#strytl-pagination { display: none; };