/* story definitions, only used on story layouts */
/* ============================================= */

/* story-brandday overrides => */
.wrapper {
	background-color: #ffffff;
}
/* <= story-brandday overrides */

.story {
	position:static;
	margin-left:7.5%;
	width:85%;
}

/* stackable story */
/* =============== */

.story.stackable {
	margin-bottom: 10em;
}

@media screen and (min-width: 975px) {
	.story.stackable h2.maintitle {
		font-size: 4em;
	}
}

@media screen and (max-width: 975px) {
	.story.stackable {
		margin-bottom: 5em;
		border-top: 1px solid rgba(205,204,204, .75);
		padding-top: 5em;
	}
}

/* teads width correction */
.story > .teads-inread {
	width:60%;
	margin-bottom:3em;
}

.story h2.maintitle {
	font-size:6em; /* 60px / 10px */
	font-weight:bold;
	line-height:1.1em; /* wegen oberlängen bei grossgeschriebenen umlauten nicht 1em */
	margin-top:0;
	-moz-hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	-o-hyphens: manual;
	hyphens: manual;
	margin-bottom:0.5em; /* 30px / 60px */
}

.story h3.uppertitle {
	font-size:1.6em; /* 16px / 10px */
	font-weight:bold;
	text-transform:uppercase;
	width:60%;
	margin-bottom:10px;
	margin-top:1.25em; /* 20px / 16px */
}

.story > h3.uppertitle {
	background-image:url("/media/img/main/icons/icon_fold.png");
	background-position:top right;
	background-repeat:no-repeat;
	background-size:1.25em 1.25em;
}

.story > h3.uppertitle.combo_bg.combo_fg {
	padding: 4px 12px 4px 8px;
	margin: 0 0 10px 0;
	width: auto;
	line-height: 1.5em;
	display: inline-block;
}

.story.tagclass_native > h3.uppertitle {
	color: #666666;
}

.story h4.tweentitle {
	width: 60%;
	font-size:2.6em; /* 26px / 10px */
	line-height: 1.2em;
	margin:0px 0 10px 0;
	font-weight:bold;
}

.story h4.kongtitle {
	width: 60%;
	font-size: 3.428em; /* 34.28px / 10px, because of mobile's title size (is 3.428em) */
	line-height: 1.4em;
	margin:1.5em 0 10px 0;
	color: #222222;
	font-weight:bold;
}

.story h4.kongtitle {
    margin : 1.5em 0px 16px 0px;
}

.story ul h4.kongtitle {
	font-size: 2.2em;
}

.story h4.kongtitle.numbered::before,
.story h4.kongtitle.child_numbered::before {
	counter-increment: kong_counter;
	content: counter(kong_counter) "";
	background-color:#f40f97;
	color:#ffffff;
	margin-right:0.3em;
	line-height:1.4em;
	padding:0 0.1em;
	min-width:1.2em;
	display:inline-block;
	text-align:center;
	background-image:url("/media/img/main/icons/icon_fold.png");
	background-position:top right;
	background-repeat:no-repeat;
	background-size:0.77em 0.77em;
}

.story h4.kongtitle.numbered.asc::before,
.story h4.kongtitle.child_numbered.asc::before {
	counter-increment: kong_counter;
	content: counter(kong_counter) "";
}

.story h4.kongtitle.numbered.desc::before,
.story h4.kongtitle.child_numbered.desc::before {
	counter-increment: kong_counter -1;
}

.story h4.kongtitle span.magenta-highlighting {
	color:#ffffff;
	background-color:#f40f97;
	padding:0 0.25em;;
	line-height:1.5em;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break:clone;
}

.story p.date {
	font-size: 1.4em;
	margin: 0 0 5px 0;
	color: #666;
}

.story p.author {
	color:#666666;
	margin: 0 0 1.666em 0;
	padding: 5px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-transform: lowercase;
	text-align: center;
}

body[data-lang='deu'] .story p.author {
    text-transform: initial;
}

.story p.lead {
	font-weight:bold;
	font-style:italic;
	font-size:2.2em;
	line-height:1.3em;
	width:auto;
	margin-bottom:1.363em;
}

.story p.lead {
    line-height : 1.5em;
    font-style : normal;
}

.story p.font_l, .story p .font_l {
	font-size: 2em;
	line-height: 1.1em;
}


.story p, .story ul, .story ol, .story h4.tweentitle {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	width:60%;
}

.story p, .story ul, .story ol {
	font-size:1.8em /* 18px / 10px */;
	line-height:1.5em;
	margin-bottom:1.666em; /* 30px / 18px */
}

.story ol {
	list-style-type:decimal;
	margin: 0px 0 1.666em 35px;
}

.story ol li {
	margin:0;
	padding: 0 0 10px 5px;
}

.wrapper .story p, .wrapper .story ul, .wrapper .story ol {
    line-height : 1.7em;
}

/* default lists */
/* ============= */
.story ul.list-default,
.story ol.list-default {
	list-style: none;
	margin-left:0;
}

.story ul.list-default li {
	background-image:url("/media/img/main/icons/icon_dot.png");
	background-size:0.38888em 0.38888em; /* 7px / 18px */
	background-position:0.1666em 0.5em; /* 3px / 18px, 9px / 18px */
	background-repeat:no-repeat;
	padding-left:1.2em;
	padding-bottom: 10px;
}

.story ol.list-default li {
	margin-left:0;
	list-style-type:none;
	counter-increment:list;
	padding-left:1.777em; /* 32px / 18px */
	position:relative;
}

.story ol.list-default li:before {
	content: counter(list) ".";
	color:#f40f97;
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
}

.story ul.list-default p,
.story ol.list-default p {
	font-size:1em;
}



/* inserts */
/* ======= */
/* default insert (textflow)*/
/* reset insert values */
.story .insert {
	position: relative;
	max-width:60%;
	margin:0 0 3em 0; /* 30px / 10px */
	float:none;
}

.insert.nospacing {
	margin-bottom:0;
}

/* reset insert values */
.story .insert p,
.story .insert h2,
.story .insert h3,
.story .insert h4,
.story .insert ul,
.story .insert ol {
	max-width:none;
	width:auto;
	padding:0;
	margin:0 0 4px 0;
}

.story .insert h4.inserttitle {
	font-size: 2.6em; /* 26px / 10px */
	color: #222;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.story .insert h4.inserttitle {
    margin-bottom : 16px;
    line-height : 1.5em;
}

/* is the first placed element ann insert? add a margin on top of the inserttitle */
.story div.insert:nth-child(3) h4.inserttitle {
	margin-top:1em;
}

.story .insert .insertcaption {
	font-size:1.8em /* 18px / 10px */;
	color:#999;
	width:95%;
	padding:0;
	margin:0.3em 0 0 0;
}

.story .insert .insertcaption {
    margin : 10px 0px;
    line-height : 1.6em;
}

.story .insert .insertcaption .caption {
	margin: 0 3px 0 0;
}

.story .insert .insertcaption .source {
	font-style:italic;
	font-size:0.75em;
	text-transform:lowercase;
	white-space:nowrap;
}

/* candid captions */
.insert.candid_caption .insertcaption {
	display:none;
}

.insert.candid_caption.revealed .insertcaption {
	display:block;
	-webkit-animation-name: candid_caption_revealed;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	animation-name: candid_caption_revealed;
	animation-duration: 2s;
	animation-iteration-count: 1;
}

@keyframes candid_caption_revealed {
	0%   {color:#ff9500;opacity:0;}
	50%   {color:#ff9500;opacity:1;}
	100% {color:#999999;opacity:1;}
}

@-webkit-keyframes candid_caption_revealed {
	0%   {color:#ff9500;opacity:0;}
	50%   {color:#ff9500;opacity:1;}
	100% {color:#999999;opacity:1;}
}


/* n a notice */
.story .insert p.insert_n_a_notice {
	text-align:center;
	font-size:1.4em;
}

.story .insert p.insert_n_a_notice a img {
	margin-bottom:0;
	margin-top:0.25em;
	width:50%;
}

.story .insert p.note {
	font-size: 1.4em;
	text-align: center;
	margin-top: 0.3em;
}

.story .insert.jumbo h4.inserttitle,
.story .insert.jumbo .insertcaption,
.story .insert.cinemascope h4.inserttitle,
.story .insert.cinemascope .insertcaption {
	width: calc(1026px * 0.85);
	position:relative;
}

.story .insert.jumbo h4.inserttitle,
.story .insert.jumbo .insertcaption {
	padding-left: calc(50% - 437px);
}

.story .insert.cinemascope h4.inserttitle,
.story .insert.cinemascope .insertcaption {
	padding-left: calc(50% - 437px);
}

.wrapper.has_side_ad .insert.cinemascope h4.inserttitle,
.wrapper.has_side_ad .insert.cinemascope .insertcaption {
	padding-left: calc(50% - 587px);
}

.story .insert .insertcaption.inside {
	bottom: 0;
	font-family: 'Merriweather','Times New Roman',Times,serif;
	font-size: 3.6em;
	font-style: italic;
	left: 0;
	line-height: 1em;
	margin: 0;
	padding: 2%;
	position: absolute;
	text-align: center;
	width: 96%;
}

/* cinemascope insert */
.story .insert.cinemascope {
	position:relative;
	max-width:none;
	width:100vw;
	left:calc( ( 100% - 100vw ) / 2 + 150px);
	margin:0 0 3em 0; /* 30px / 10px */
	clear:both;
	float:none;
}

.wrapper.has_side_ad .story .insert.cinemascope {
	left:calc( (100% + 300px - 100vw) / 2 );
}

/* jumbo insert */
.story .insert.jumbo {
	position:relative;
	max-width:none;
	width:994px;
	left:calc(50% - 497px);
	margin:0 0 3em 0; /* 30px / 10px */
	clear:both;
	float:none;
}

/* full insert */
.story .insert.full {
	max-width:none;
	width:100%;
	margin:0 0 3em 0; /* 30px / 10px */
	clear:both;
	float:none;
}

/* half insert */
.story .insert.half {
	max-width:none;
	width:49%;
	margin:0 0.75% 3em 0; /* 30px / 10px */
	display:inline-block;
	vertical-align:top;
}

/* side insert */
.story .insert.side {
	max-width:none;
	clear:right;
	float: right;
	width:37%;
	margin:0 0 3em 2%; /* 30px / 10px */
}

/* left side only */
.story .insert.right {
	max-width:none;
	clear:right;
	margin:0 0 3em 2%; /* 30px / 10px */
	padding:0;
	width:56%;
	float:right;
	font-size:inherit;
	line-height:auto;
}

/* extra spacing */
.story .insert.extra_spacing {
	margin-bottom:6em; /* 60px / 10px */
}

.story .insert.extra_spacing:not(.side):not(.right) {
	margin-top:6em; /* 60px / 10px */
}

.story .insert.block {
	display:inline-block;
	clear:both;
}

.story .insert.shift-right {
	padding-left:10%;
}

.story .insert.shift-left {
	padding-left:-10%;
}

/* full screen insert */
/* important for overriding cinemascope values */
.story .insert.fullscreen {
	position: fixed;
	z-index: 12348;
	top: 0;
	left: 0;
	width: 100%;
	max-width:none;
	height: 100%;
	margin:0;
}

.story .insert.fullscreen .inserttitle, .story .insert.fullscreen .insertcaption,  {
	display: none;
}

/* standard story links */
/* ==================== */
.story > p > a,
.story > p > strong > a,
.story > p > em > a,
.story .insert .inserttitle a,
.story ul.list-default a,
.story ol.list-default a {
	background: linear-gradient(to bottom, transparent 90.9%,rgba(0,193,246,1) 91%,rgba(0,193,246,1) 94.9%,transparent 95%);
	color: inherit;
	text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
}

/* story tool */
body > .upfront-wrapper .story > p > a,
body > .upfront-wrapper .story > p > strong > a,
body > .upfront-wrapper .story > p > em > a,
body > .upfront-wrapper .story .insert .inserttitle a {
	color: #00c1f6;
}

/* subtle story links */
/* ================== */
.story > p > a.tag_link,
.story .insert .insertcaption a {
	background: linear-gradient(to bottom, transparent 90.9%,#cccccc 91%,#cccccc 94.9%, transparent 95%);
	color: inherit;
	text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
}

/* story tool */
body > .upfront-wrapper .story > p > a.tag_link,
body > .upfront-wrapper .story .insert .insertcaption a,
body > .upfront-wrapper .story ul.list-default a,
body > .upfront-wrapper .story ol.list-default a {
	color: #00c1f6;
}




/* breadcrumb */
/* ========== */
.breadcrumbblock {
	position:relative;
	margin-top:2em;
	margin-bottom:0.5em;
	height:2.4em; /* 24px / 10px */
	width:100%;
	text-align:left;
}

.breadcrumbblock {
    margin-bottom : 2em;
}

.wrapper.has_spondored_header .breadcrumbblock {
	margin-top:1em;
}

ul.breadcrumb {
	font-size:1.2em; /* 12px / 10px */
	line-height:2em; /* 24px / 12px */
	overflow:hidden;
	white-space:nowrap;
	position:relative;
	margin:0 auto;
	width:100%;
}

ul.breadcrumb {
    font-weight : 600;
    font-size : 12px;
}

ul.breadcrumb li:not(.fade) {
	display:inline-block;
	padding-left:2em; /* 28px / 14px */
	background-image:url(/media/img/main/icons/icon_breadcrumb.png);
	background-position:0.5em 50%; /* 7px / 14px */
	background-repeat:no-repeat;
	Background-size:1em 1em;
}

ul.breadcrumb li:not(.fade):first-child {
	padding-left:0;
	background-image:none;
}

ul.breadcrumb li:not(.fade) a,
ul.breadcrumb li:not(.fade) h1 {
	color:#777777;
}

ul.breadcrumb li.fade {
	position:absolute;
	width:2.857em; /* 40px / 14px */
	height:100%;
	top:0;
	right:0;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.ajax_loader_story {
	display: none;
	min-height:60px;
	position:relative;
}

@media screen and (max-width: 1330px) {
	.wrapper.has_side_ad .story .insert.cinemascope {
		left:calc( (100% - 100vw) / 2 );
	}

	.wrapper.has_side_ad .story .insert.cinemascope h4.inserttitle,
	.wrapper.has_side_ad .story .insert.cinemascope .insertcaption {
		padding-left: calc(50% - 437px);
	}
}

@media screen and (max-width: 1026px) {
	.story .insert.cinemascope,
	.wrapper.has_side_ad .story .insert.cinemascope {
		left:calc( -7.5% * 100 / 85 );
		width:calc( 100% * 100 / 85 );
	}
}

/* autocontext */
@media screen and (min-width: 976px) {
	.insert.side.autocontext {
		padding-top:0.8em;
	}
}

.insert.side.autocontext .teaser h2 a {
	hyphens:auto;
}

.insert.side.autocontext .spacer {
	height:16px;
}

@media screen and (max-width: 975px) {
	.insert.side.autocontext .spacer {
		height:14px;
	}
}

.insert.side.autocontext .teaser.teaser_type_list {
	margin-bottom:1px !important;
}

.insert.side.autocontext .teaser.teaser_type_list .text h2 {
	line-height:1.2em;
}

.insert.side.autocontext .teaser.teaser_type_list:not(.text_only) {
	height:108px !important;
}

.insert.side.autocontext .teaser.teaser_type_list:not(.text_only) .pic {
	width:108px;
}

.insert.side.autocontext .teaser.teaser_type_list:not(.text_only) .pic .storyimage {
	background-image: none;
}

.insert.side.autocontext .teaser.teaser_type_list:not(.text_only) .text {
	padding-left:108px;
}

.insert.side.autocontext .teaser.teaser_type_list:not(.text_only) .text h2 {
	vertical-align:top;
	padding-top:8px;
	padding-bottom:8px;
}

@media screen and (max-width: 975px) {
	.insert.side.autocontext .teaser.teaser_type_list:not(.text_only) {
		height:102px;
	}

	.insert.side.autocontext .teaser.teaser_type_list:not(.text_only) .pic {
		width:102px;
	}

	.insert.side.autocontext .teaser.teaser_type_list:not(.text_only) .text {
		padding-left:102px;
	}
}

.insert.side.autocontext .teaser.teaser_type_list .text a {
	display:block;
}

.insert.side.autocontext .teaser.teaser_type_list .uppertitle {
	display:inline-block;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.62em;
	padding:0 8px 0 8px;
	margin-bottom:4px;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image:url("/media/img/main/icons/icon_fold.png");
	background-position:top right;
	background-repeat:no-repeat;
	background-size:1.25em 1.25em;
	-webkit-clip-path: polygon(0 0, calc(100% - (1.30em / 2)) 0, 100% calc(1.30em / 2), 100% 100%, 0 100%); /* 1.30em instead of 1.25em, for renderbuffering */
	clip-path: polygon(0 0, calc(100% - (1.30em / 2)) 0, 100% calc(1.30em / 2), 100% 100%, 0 100%);
}

.insert.side.autocontext .teaser.teaser_type_list .bubbler {
	position:absolute;
	right:4px;
	bottom:4px;
	overflow:hidden;
	box-shadow:none;
	font-size:1.4em;
	background-color:transparent;
}

.insert.side.autocontext .teaser.teaser_type_list .bubbler::before {
	content:"präsentiert von";
	display:inline-block;
	font-weight:normal;
	color:#999999;
	font-size:0.6em;
	vertical-align:bottom;
	margin-right:8px;
	margin-bottom:0.3em;
}

@media screen and (max-width: 740px) {
	.insert.side.autocontext .teaser.teaser_type_list .bubbler,
	.insert.side.autocontext .teaser.teaser_type_list .uppertitle {
		display:none;
	}
}

/* cheap cover for "präsentiert von" text */
.insert.side.autocontext .teaser.teaser_type_list .bubbler::after {
	content:"";
	display:block;
	background-color:#ffffff;
	top:0;
	right:0;
	height:0.4em;
	width:4.5em;
	position:absolute;
}

.insert.side.autocontext .teaser.teaser_type_list .bubbler img {
	max-width:none;
	max-height:none;
	width:4.5em;
	height:auto;
	margin-top:-0.54em;
}

/* ad in autocontext */
.insert.side.autocontext .stack_element iframe {
	width:calc(100% + 16px + 16px);
	height:calc(108px + 16px);
	margin-left:-16px;
	margin-bottom:-16px;
	position:relative;
	/* hack */
	display:block;
	height:calc(108px + 16px);
}

@media screen and (max-width: 975px) {
	.insert.side.autocontext .stack_element iframe {
		width:calc(100% + 14px + 14px);
		height:calc(102px + 14px);
		margin-left:-14px;
		margin-bottom:-14px;
		/* hack */
		display:block;
		height:calc(102px + 14px);
	}
}

/* initially hidden */
.insert.side.autocontext,
.insert.side.autocontext > .stack_element {
	display:none;
}







/* tablet */
/* ====== */
@media screen and (max-width: 975px) {

	.story {
		margin-left:4%;
		margin-right:4%;
		width:auto;
	}

	.story h2.maintitle {
		font-size:4em; /* 36px / 9px */
	}

	.story .insert.jumbo h4.inserttitle,
	.story .insert.cinemascope h4.inserttitle,
	.story .insert.jumbo .insertcaption,
	.story .insert.cinemascope .insertcaption {
		padding-left:4%;
		padding-right:4%;
		left:0;
		width: auto;
	}


	.story .insert.jumbo,
	.story .insert.cinemascope {
		/*width:calc(100% * 100 / 92);
		left:calc(-4% * 100 / 92);*/
		width:108.695%;
		left:-4.347%;
	}

	/* full screen insert */
	/* important for overriding cinemascope values */
	.story .insert.fullscreen {
		width: 100%;
		height: 100%;
		left:0;
	}
}







/* mobile */
/* ====== */
@media screen and (max-width: 591px) {

	/* teads width correction */
	.story > .teads-inread {
		width:100%;
	}

	.story h2, .story h3, .story h4 {letter-spacing:0;}
	.story h2.maintitle { font-size:3.428em; } /* 24px / 7px */

    .story h2.maintitle {
        font-size : 4em;
        line-height : 1.2em;
        margin-bottom : 0.75em;
    }

	.story p.lead, .story ul, .story ol { font-size:2.2857em; } /* 16px / 7px */
	.story p.label, .story p.date { font-size:1.7142em; } /* 12px / 7px */
	.story h3 { font-size:1.57142em; } /* 11px / 7px */

	.story .widget.infobox h4,
	.story h4,
	.story p.lead,
	.story p.half_title { font-size:2.571em; } /* 18px / 7px */

	.story p.caption, .story p.source { font-size:2em; } /* 14px / 7px */
	.story h4.kongtitle {font-size: 3.428em; margin-top: 1.5em; width: auto;}
	.story h4.tweentitle { width: auto; }

	.story p {
		width:auto;
		clear:both;
		float:none;
		display:block;
		max-width: none;
		letter-spacing:0;
		font-size:2.2857em;
	}

    .story p.lead {
        font-size : 2.3em;
        margin-bottom : 2em;
    }

	.story .insert.side,
	.story h2,
	.story h3,
	.story h4,
	.story ol,
	.story ul,
	.story .insert {
		width:auto;
		clear:both;
		float:none;
		display:block;
		max-width: none;
	}

    .story .insert .insertcaption {
        font-size: 14px;
    }

	.story .insert p.caption.inside {
		font-size:2.571em;
		position: static;
	}

	.story .insert.hide_on_mobile {
		display:none;
	}

	/*inserts*/
	.story .insert.right {
		margin:0 0 3em 0px;
	}

	.story .insert.side {
		margin:0 0 3em 0;
	}

	/* extra spacing */
	.story .insert.extra_spacing {
		margin-bottom:6em; /* 60px / 10px */
		margin-top:6em; /* 60px / 10px */
	}

	.story .insert.force_full_width_mobile:not(.fullscreen) {
		position:relative;
		max-width:none;
		/*width:calc(100% * 100 / 92);
		left:calc(-4% * 100 / 92);*/
		width:108.695%;
		left:-4.347%;
	}

	.story .insert.force_full_width_mobile:not(.fullscreen) h4.inserttitle,
	.story .insert.force_full_width_mobile:not(.fullscreen) .insertcaption {
		padding-left:4.5%;
		padding-right:4.5%;
		margin-left:0;
		margin-right:0;
	}

	/* full screen insert */
	/* important for overriding cinemascope values */
	.story .insert.fullscreen {
		width: 100%;
		height: 100%;
		left:0;
	}

	.breadcrumbblock {
		height:3em; /* 30px / 10px */
	}

	ul.breadcrumb {
		line-height:2.142em; /* 30px / 14px */
		font-size:1.4em;
	}

    ul.breadcrumb {
        font-size: 12px;
    }

	/* hide currentblock (bacuse of breadcrumb in stories) and adjust wrapper top padding */
	/* ================================================================================== */
	.wrapper {
		padding-top: 5.85em !important;
	}
	.currentblock {
		display: none;
	}
}

.insert .teaser:not(.teaser_type_paid_content) {
	width:100%;
	height:0;
	padding-bottom:34.7%;
	position:relative;
	overflow:hidden;
	background-size:cover;
	background-position:center center;
	margin-bottom:4px;
}

.insert.side .teaser:not(.teaser_type_paid_content) {
	padding-bottom:56.25%; /* 100% / 16 * 9 */
}

.insert .teaser .storyimage {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image:url('/media/img/main/icons/teaser_fallback.png');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	z-index: 1;
}

.insert .teaser .imagefade {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	box-shadow:0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.insert .teaser .storylink {
	display: block;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}
.insert .teaser .storylink span {
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
}

.insert .teaser .text {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	padding:0 0 10px 0;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.insert .teaser h2 {
	font-weight:bold;
	line-height:1.3em;
	padding:5px 15px 5px 15px;
	font-size:1.8em;
	margin:0;
}

.insert .teaser:not(.teaser_type_list) h2 {
	-moz-hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	-o-hyphens: manual;
	hyphens: manual;
}

.insert .teaser h2 a {
	color:#222222;
}

.insert .teaser h3 {
	font-weight:bold;
	text-transform:uppercase;
	padding-top:10px;
	line-height:1.62em;
	font-size:1.4em;
}

.insert .teaser:not(.teaser_type_paid_content) h3 {
	display:none !important;
}

.insert .teaser p.author {
	font-weight:bold;
	text-transform: lowercase;
	line-height:1.6em;
	text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.6);
	-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,0.3));
	-ms-filter:drop-shadow(0 0 4px rgba(0,0,0,0.3));
	filter:drop-shadow(0 0 4px rgba(0,0,0,0.3));
	border:0;
	text-align:left;
	color:inherit;
	padding:5px 15px 5 15px;
	margin:0;
}

.insert .teaser p.lead {
	display:none !important;
}

/* default teaser */
/* ============== */
.insert .teaser:not(.text_only):not(.teaser_type_list) .text {
    padding-top: 10em;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 10em) repeat scroll 0 0;
}

.insert .teaser:not(.text_only):not(.teaser_type_list) .text h2 {
	line-height:1.62em;
    padding:0 20px 0 10px;
}

.insert .teaser:not(.text_only):not(.teaser_type_list) .text h2 a {
    background-color:rgba(255,255,255,0.95) !important;
    box-shadow:2px 2px 9px rgba(0,0,0,0.2);
    color:#222222 !important;
    padding:0 8px 0 8px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.insert .teaser:not(.text_only):not(.teaser_type_list) .text p.author {
    line-height:1.4em;
    color:#ffffff;
}

.insert .teaser:not(.text_only):not(.teaser_type_list) .text h3 {
	padding:0 20px 0.35em 10px; /* 10px + 10px safety to the right */
}

.insert .teaser:not(.text_only):not(.teaser_type_list) .text h3 span  {
    padding:0 8px 0 8px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow:2px 2px 9px rgba(0,0,0,0.2);
}

/* related_stories */
/* =============== */
.insert.related_stories .teaser.teaser_type_default {
	margin-bottom:inherit;
	border-bottom:1px solid #dddddd;
	height:auto;
	padding:0;
}

.insert.related_stories .teaser.teaser_type_default .text {
	position:static;
	padding-bottom:0;
}

.insert.related_stories .teaser.teaser_type_default .text h2 {
	padding-top:5px;
	padding-bottom:5px;
}

/* teaser for paid content */
/* ======================= */
.insert .teaser.teaser_type_paid_content .storylink {
	border-width: 8px ;
	border-style: solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:100%;
	height:100%;
}

.insert .teaser.teaser_type_paid_content .text {
	padding-right: 8px !important;
	padding-left:8px !important;
	padding-bottom:18px !important;
	width:Calc(100% - 16px);
}

/* => this could also be done with color combos */
.insert .teaser.teaser_type_paid_content:not(.teaser_type_list) .text h2 a {
	background-color:#00c1f6 !important;
	color:#ffffff !important;
}

/* list teaser */
/* =========== */
.insert .teaser.teaser_type_list {
	padding-bottom:0 !important;
	height:54px !important;
	margin-bottom:16px !important;
	box-shadow:2px 3px 8px rgba(0,0,0,0.15);
	background-color:#ffffff;
}

.insert .teaser.teaser_type_list.boundless {
	margin-bottom:1px !important;
}

.insert .teaser.teaser_type_list .pic {
	position:relative;
	height:100%;
}

.insert .teaser.teaser_type_list .number {
	display:table;
	position:relative;
	height:54px;
	width:54px;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) calc(100% - 7px),rgba(0,0,0,0.05) 100%);
}

.insert .teaser.teaser_type_list .number span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:3em;
	font-weight:bold;
}

.insert .teaser.teaser_type_list .number.font_s span {
	font-size:1.6em;
	border-right:1px solid transparent;
}

.insert .teaser.teaser_type_list .text {
	display:table;
	position:absolute;
	left:0;
	top:0;
	width:auto;
	height:100%;
	padding:0 0 0 54px;
}

.insert .teaser.teaser_type_list .text h2 {
	display:table-cell;
	vertical-align:middle;
	padding:2px 8px;
	font-size:1.4em;
	line-height:1.1em;
}

.insert .teaser.teaser_type_list .text .iconrow {
	left:10px;
	bottom:5px;
}

.insert .teaser.teaser_type_list.teaser_ad::after {
	 content: "Werbung";
	 display: inline-block;
	 font-weight: normal;
	 color: #999999;
	 font-size: .9em;
	 vertical-align: bottom;
	 margin-right: 8px;
	 margin-bottom: 0.3em;
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 text-transform: none;
 }

/* tablet */
/* ====== */
@media screen and (max-width: 975px) {
	.insert .teaser:not(.teaser_type_paid_content) {
		padding-bottom:56.25%; /* 100% / 16 * 9 */
	}

	.insert .teaser h3,
	.insert .teaser p.author { font-size:1.33333em; } /* 12px / 9px */
	.insert .teaser h2,
	.insert .teaser p.lead { font-size:1.77777em; } /* 16px / 9px */

	.insert .teaser:not(.text_only):not(.teaser_type_list) .text h3 span,
	.insert .teaser:not(.text_only):not(.teaser_type_list) .text h2 a {
		padding:0 7px;
	}

	/* teaser for paid content */
	/* ======================= */
	.insert .teaser.teaser_type_paid_content .storylink {
		border-width: 7px ;
	}

	.insert .teaser.teaser_type_paid_content .text {
		padding-right: 7px !important;
		padding-left:7px !important;
		width:Calc(100% - 14px);
	}

	/* list teaser */
	/* =========== */
	.insert .teaser.teaser_type_list .number.font_s span {
		font-size:1.55555em;
	}

	/* teaser_type_list */
	/* ================ */
	.insert .teaser.teaser_type_list {
		height:51px !important;
		margin-bottom:14px !important;
	}

	.insert .teaser.teaser_type_list .number {
		height:51px;
		width:51px;
	}

	.insert .teaser.teaser_type_list .text {
		padding-left:51px;
	}

	.insert .teaser.teaser_type_list .text h2 {
		font-size:1.33333em;
	}
}

/* mobile */
/* ====== */
@media screen and (max-width: 591px) {
	.insert .teaser h3,
	.insert .teaser p.author { font-size:1.4285em; } /* 10px / 7px */
	.insert .teaser h2,
	.insert .teaser p.lead { font-size:2em; } /* 14px / 7px */

	.insert .teaser:not(.text_only):not(.teaser_type_list) .text h3 span,
	.insert .teaser:not(.text_only):not(.teaser_type_list) .text h2 a {
		padding:0 6px;
	}

	/* teaser for paid content */
	/* ======================= */
	.insert .teaser.teaser_type_paid_content .storylink {
		border-width: 5px ;
	}

	.insert .teaser.teaser_type_paid_content .text {
		padding-right: 5px !important;
		padding-left:5px !important;
		width:calc(100% - 10px);
	}

	/* list teaser */
	/* =========== */
	.insert .teaser.teaser_type_list .number.font_s span {
		font-size:2em;
	}

	.insert .teaser.teaser_type_list {
		height:45px !important;
		margin-bottom:10px !important;
	}

	.insert .teaser.teaser_type_list .number {
		height:45px;
		width:45px;
	}

	.insert .teaser.teaser_type_list .text {
		padding-left:45px;
	}

	.insert .teaser.teaser_type_list .text h2 {
		font-size:1.714em;
		display:table-cell !important;
	}

}

/* timeline */
/* ======== */
.widget ul.timeline {
	line-height:1.4em;
}

/* one element */
.widget ul.timeline > li {
	position:relative;
	padding-bottom:2.222em; /* 40px / 18px */
}

.widget ul.timeline > li.inactive {
	display:none !important;
}

/* ray to the left of the timeline */
.widget ul.timeline > li > .ray {
	width:3.333em;
	margin-right:10px;
	display:inline-block;
	vertical-align:top;
}

/* thin grey line */
.widget ul.timeline > li > .ray > .line {
	height:100%;
	width:4px;
	margin-left:-2px;
	background-color:#eeeeee;
	position:absolute;
	top:3px;
	left:1.666em;
	z-index:1;
}

.widget ul.timeline > li:last-child > .ray > .line {
	display:none;
}

.widget ul.timeline > li > .ray > a {
	position:relative;
	cursor:default;
}

.widget ul.timeline > li > .ray > .member_icon {
	z-index:2;
	margin-right:8px;
	width:3.333em;
	height:3.333em;
}

.widget ul.timeline > li > .ray > .icon {
	width:60%;
	left:15%;
	position:relative;
	z-index:2;
	outline: 8px solid #ffffff;
	background-color:#ffffff;
}

.widget ul.timeline > li > .ray > .dot {
	background-color:#eeeeee;
	width:15px;
	height:15px;
	-webkit-border-radius:50%;
	border-radius:50%;
	position:relative;
	top:3px;
	z-index:2;
	margin:0 auto;
}

/* content area to the right of the timeline */
.widget ul.timeline > li > .text {
	width:calc(100% - 10px - 3.333em);
	display:inline-block;
	vertical-align:top;
}

.widget ul.timeline > li > .text p {
	font-size:inherit;
}

/* entry header/name */
.widget ul.timeline > li > .text > .name {
	font-weight:bold;
	color:inherit;
}

.widget ul.timeline > li > .text > .title {
	font-weight:bold;
	color:inherit;
	font-size:1.2222em; /* 1/1.8em * 2.2em */
	line-height:1.3em;
}

.widget ul.timeline > li > .text > .addition {
	font-style:italic;
	text-transform:lowercase;
	font-size:0.8em;
	line-height:1.2em;
	display:block;
}

.widget ul.timeline > li > .text > .content > a {
	background: linear-gradient(to bottom, transparent 90.9%,#00c1f6 91%,#00c1f6 94.9%, transparent 95%);
	color: inherit;
	text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
}

.widget ul.timeline > li > .text > .content > .quote {
	font-style: italic;
	color:inherit;
	font-size:1.2222em; /* 1/1.8em * 2.2em */
	line-height:1.3em;
}

/* highlight */
.widget ul.timeline > li > .text > .content > .highlight_note {
	display:none;
	text-transform:uppercase;
	font-style:italic;
	font-size:0.6875em;
}

.widget ul.timeline > li > .text > .content > .highlight_note > img {
	height:1em;
	width:auto;
}

.widget ul.timeline > li.highlight:not(.ignore_highlight) > .text > .content > .highlight_note {
	display:block;
}

.widget ul.timeline > li.highlight:not(.ignore_highlight) > .text > .content {
	color:#ff9500;
}

.widget ul.timeline > li.highlight:not(.ignore_highlight) > .text > .content > a {
	background: linear-gradient(to bottom, transparent 90.9%,#ff9500 91%,#ff9500 94.9%, transparent 95%);
}

.widget ul.timeline > li.highlight:not(.ignore_highlight) > .text > .content > .widget {
	color:#222222;
}

/* marked */
.widget ul.timeline > li.marked .line {
	background-color: #f40f97;
	opacity: 0.55;
}

/* nested timelines */
.widget ul.timeline ul.timeline {
	font-size:inherit !important;
	margin-top:2.222em; /* 40px / 18px */
}

.widget ul.timeline ul.timeline > li > .ray > .line,
.widget ul.timeline ul.timeline > li > .ray > .dot {
	display:none;
}

.widget ul.timeline ul.timeline > li:last-child {
	padding-bottom:0;
}

/* other widgets within timeline */
.widget ul.timeline .widget {
	margin-top:10px;
	font-size:0.55555em; /* 1em / 1.8em */
}

.widget ul.timeline .widget.image {
	overflow:hidden;
}

.widget ul.timeline > li > .text > .content > img {
	margin-top:10px;
}

/* timelineshare */
.insert ul.timeline > li > .text > .content > .timelineshare {
	margin-top:10px;
}

.insert ul.timeline > li > .text > .content > .timelineshare > ul > li {
   opacity:0.8;
   text-align: center;
   margin: 0 5px 0 0;
   padding:0;
   display:block;
   background-color:#cccccc;
   font-size:10px !important; /* 10px / 18px */
   line-height:1em;
   float:left;
}

.insert ul.timeline > li > .text > .content > .timelineshare > ul > li:hover {
   opacity:1;
}

.insert ul.timeline > li > .text > .content > .timelineshare > ul > li > a {
	border:0 !important;
}

.insert ul.timeline > li > .text > .content > .timelineshare > ul > li > a > img {
    width:1.866em !important;
    height:1.4em !important;
    margin:0.8em 0.666em !important;
}

/* ads */
/* === */
.widget ul.timeline > li.advert .ad_wrapper {
	padding:11px 0;
	background-color:#eeeeee;
	position:relative;
	z-index:2;
	margin-top:20px;
	text-align:center;
}


/* @MEDIA Phone */
/* ============= */
@media screen and (max-width: 591px) {

	.widget ul.timeline > li > .ray {
		font-size:0.75em;
	}

	.widget ul.timeline > li > .text {
		width:calc(100% - 10px - 2.5em); /* 2.49975em = 3.333em * 0.75 */
	}

	/* ads */
	/* === */
	.widget ul.timeline > li.advert .ad_wrapper {
		width:108%;
		z-index:2;
		left:-4%;
	}
}

/* talkback */
/* ======== */

.widget.talkback .commentButton {
	display: block;
	font-size: 1.8em;
}

.widget.talkback .commentButton.hide {
	display: none;
}

.widget.talkback .commentButton .text {
	position:relative;
}

.widget.talkback .commentButton .text .icon {
	position:absolute;
	height:1.5em; /* 27px / 18px */
	width:1.5em; /* 27px / 18px */
	top:-0.4em;
	left:calc( -1.5em - 0.666em);
	background-image:url(/media/img/main/icons/icon_comments_white.png?x);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	filter:drop-shadow(0px 0px 4.5px rgba(0, 0, 0, 0.25));
}

.widget.talkback .commentButton .text .number {
	font-size:0.722em; /* 13px / 18px */
	background-color:#f40f97;
	box-shadow:2px 2px 9px rgba(0,0,0,0.2);
	line-height:1.5em;
	height:1.5em;
	padding:0 0.5em;
	border-radius:0.75em;
	position:absolute;
	top:-1.2em;
	left:-2.2em;
}

.widget.talkback .commentChildButton {
	width: 100%;
}

.widget.talkback .commentChildButton .text {
	position: relative;
}
.widget.talkback .timeline li.hidden {
	display: none;
}

.widget.talkback .allComments {
	visibility: hidden;
	height: 1px;
	-webkit-transition:visibility 0.5s ease;
	transition:visibility 0.5s ease;
}

.widget.talkback .allComments.show {
	visibility:visible;
	height: auto;
}
/* top part */
.widget.talkback .new_comment {
	font-size:1.8em; /* 18px / 10px */
	padding-bottom:1.111em; /* 20px / 18px */
	padding-top:1.111em; /* 20px / 18px */
}

.widget.talkback .new_comment .overview {
	position:relative;
	height:3.333em; /* 60px / 18px */
	display:table;
	width:100%;
	margin-bottom:4px;
}

.widget.talkback .new_comment .overview .member_icon {
	width:3.333em; /* 60px / 18px */
	height:3.333em; /* 60px / 18px */
	float:none;
}

.widget.talkback .new_comment .overview .name {
	padding-left:10px;
	display:table-cell;
	vertical-align:middle;
	width:100%;
	font-weight:bold;
}

.widget.talkback .new_comment .overview .num_comments {
	float:right;
	font-size:2.5em; /* 45px / 18px */
	font-weight:bold;
	background-image:url("/media/img/main/icons/icon_comments.png");
	background-size:auto 75%;
	padding-right:0.95em;
	background-repeat:no-repeat;
	background-position: right 0.12em;
	position:absolute;
	bottom:0.16666em; /* ( 60px - 45px / 2 ) = 7.5px / 45px = 0.16666em */
	right:0;
}

.widget.talkback .new_comment .tools {
	font-weight:normal;
	padding-top:5px;
	text-align:right;
	font-size:0.7777em; /* 14px / 18px */
}

.widget.talkback .new_comment .tools ul.orderoptions {
	margin-top:5px;
	font-size:inherit !important;
	height:0;
	overflow:hidden;
}

.widget.talkback .new_comment .tools ul.orderoptions.expanded {
	height:auto;
	border-top:1px solid #dddddd;
}

.widget.talkback .new_comment .tools ul.orderoptions li {
	border-bottom:1px solid #dddddd;
	padding-bottom:5px;
	padding-top:3px;
}

/* main part (bottom) */
.widget.talkback ul.timeline > li > .text > .tools {
	font-size:0.777em; /* 14px / 18px */
	margin-top:1em; /* 14px / 14px */
}

.widget.talkback ul.timeline > li > .text > .tools > .love,
.widget.talkback ul.timeline > li > .text > .tools > .hate,
.widget.talkback ul.timeline > li > .text > .tools > .facebook,
.widget.talkback ul.timeline > li > .text > .tools > .twitter {
	background-size:contain;
	display:inline-block;
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align:middle;
}

.widget.talkback ul.timeline > li > .text > .tools > .love,
.widget.talkback ul.timeline > li > .text > .tools > .hate {
	height:1.714em; /* 24px / 14px */
	padding-left:2.285em; /* 32px / 14px */
	padding-right:0.5em; /* 7px / 14px */
}

.widget.talkback ul.timeline > li > .text > .tools > .facebook,
.widget.talkback ul.timeline > li > .text > .tools > .twitter {
	height:1.642em; /* 23px / 14px */
	width:1.642em; /* 23px / 14px */
	margin-right:0.571em; /* 8px / 14px */
	margin-left:0.571em; /* 8px / 14px */
	opacity:0.25;
}

.widget.talkback ul.timeline.hide {
	display: none !important;
}

.widget.talkback ul.timeline > li > .text > .tools > .love {
	background-image:url("/media/img/main/icons/icon_love_grey.png");
}

.widget.talkback ul.timeline > li > .text > .tools > .hate {
	background-image:url("/media/img/main/icons/icon_hate_grey.png");
}

.widget.talkback ul.timeline > li > .text > .tools > .facebook {
	background-image:url("/media/img/main/icons/icon_facebook.png");
}

.widget.talkback ul.timeline > li > .text > .tools > .twitter {
	background-image:url("/media/img/main/icons/icon_twitter.png");
}

.widget.talkback ul.timeline > li > .text > .tools > .love.highlight {
	background-image:url("/media/img/main/icons/icon_love_dark.png");
}

.widget.talkback ul.timeline > li > .text > .tools > .hate.highlight {
	background-image:url("/media/img/main/icons/icon_hate_dark.png");
}

.widget.talkback ul.timeline > li > .text > .tools > .love.your_vote,
.widget.talkback ul.timeline > li > .text > .tools > .love:hover {
	background-image:url("/media/img/main/icons/icon_love_magenta.png");
}

.widget.talkback ul.timeline > li > .text > .tools > .hate.your_vote,
.widget.talkback ul.timeline > li > .text > .tools > .hate:hover {
	background-image:url("/media/img/main/icons/icon_hate_magenta.png");
}

.widget.talkback ul.timeline > li > .text > .tools > .facebook:hover,
.widget.talkback ul.timeline > li > .text > .tools > .twitter:hover {
	opacity:1;
}

.widget.talkback ul.timeline > li > .text > .tools > .report {
	float:right;
	color:#aaaaaa;
}

.widget.talkback ul.timeline > li > .text > .tools > .reportform {
	display:none;
	font-size:1.287em; /* 1em / 0.777em */
	border-bottom:1px solid #dddddd;
	padding-bottom:0.5em; /* 9px / 18px */
	padding-top:0.777em; /* 14px / 18px */
}

.widget.talkback ul.timeline > li > .text > .tools > .reportform > form > input {
	margin-top:4px;
	text-transform:uppercase;
}

.widget.talkback ul.timeline > li > .text > .tools > .reportform.expanded {
	display:block;
}
.widget.talkback ul.timeline > li > .text > .tools > .reportform > form > .reportsubmit {
	background-color: #eee;
  text-align: right;
	padding: 10px 10px 10px 0;
}

.widget.talkback ul.timeline > li > .text > .tools > .report:hover {
	color:#222222;
}

.widget.talkback ul.timeline > li > .text > .response {
	margin-top:0.777em; /* 14px / 18px */
}


/* textareas */
.widget.talkback ul.timeline > li > .text > .response > form > .main > textarea,
.widget.talkback ul.timeline > li > .text > .tools > .reportform > form > .main > textarea,
.widget.talkback .new_comment .comment textarea,
.widget.talkback .mapp_register {
	border:0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1em;
    /*height: 1.777em;*/
    line-height: 1.1em;
    margin: 0;
    padding: 0.338em 2.7%;
    vertical-align: top;
    width: 100%;
    background-color:#eeeeee;
    -webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	transition: height 0.5s ease;
}

.widget.talkback .mapp_register a {
	color: darkgrey;
}

.widget.talkback ul.timeline > li > .text > .response > form > .main > textarea.focussed,
.widget.talkback ul.timeline > li > .text > .tools > .reportform > form > .main > textarea.focussed,
.widget.talkback .new_comment .comment textarea.focussed {
	height:9em;
	margin:0px;
}

.widget.talkback .response .commentRules,
.widget.talkback .comment .commentRules {
	font-size: 0.7em;
	color: #666;
}

/* additional fields */
.widget.talkback .additional {
	display:none;
}

.widget.talkback .additional.expanded {
	position: relative;
	z-index: 2;
	display:block;
}

.widget.talkback .additional input[type="text"] {
	border:none;
	color: #888;
	font-style: italic;
}

.widget.talkback .commentInfo {
    color: #f40f97;
    font-size:calc(1.4em / 1.8);
    line-height: 1.4em;
    max-width: calc( 100% - 3.5em );
	min-height:2.9em;
    position:relative;
    padding-left:3.5em;
	padding-bottom:0.5em;
}

.widget.talkback .commentInfo a {
	color:inherit;
	text-decoration:underline;
}

.widget.talkback .commentInfo.noLogin {
	color:#ff9306;
	cursor:pointer;
	margin-bottom:12px;
}

.widget.talkback .commentInfo.announcement {
}

.widget.talkback .commentInfo.closed {
	color: #999999;
}

.widget.talkback .commentInfo.linkinfo {
	line-height:2.5em;
}

.widget.talkback .commentInfo .bubble {
	height: 2.7em;
	line-height: 1.7777em;
	padding: 0 0.4em 0 0;
	filter:drop-shadow(1px 1px 4.5px rgba(0,0,0,0.4));
	margin-right:0.8em;
	position:absolute;
	top:0;
	left:0;
}

.widget.talkback .additional .inputMedia {
	position: relative;
	background: #eeeeee;
	padding: 0.4em;
	height:1.77em;
}

.widget.talkback .additional .linkField {
	display: block;
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	transition: height 0.5s ease;
	height:0px;
	background-color:#eee;
}

.widget.talkback .additional .linkField.show {
	display: block;
	height: 30px;
}

.widget.talkback .additional .linkField input {
	width:94.6%;
	padding:0 2.7%;
	margin:0;
	border:none !important;
	outline:none;
	background-color:transparent;
}

.widget.talkback .additional .inputMedia .inputImg {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
    position: relative;
}

.widget.talkback .additional .inputMedia .inputImg .qq-upload-txt {
	display: none;
}

.widget.talkback .additional .inputMedia .inputImg img {
	height: 22px;
	width: 28px;
}

.widget.talkback .additional .inputMedia .inputImg .qqInput {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	cursor: pointer;
	opacity: 0;
    overflow: hidden;
}

.widget.talkback .additional .inputMedia .comment_image_progress {
	position: absolute;
	left: 0;
	bottom: -32px;
	font-size: 0.8em;
	font-weight: normal;
	padding: 5px 15px 5px 10px;
	background: #FFF;
	background: rgba(255,255,255,0.9);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 95%;
}

.widget.talkback .additional .inputMedia .inputYouTube {
	position: absolute;
	left: 57px;
	top: 8px;
	cursor: pointer;
}

.widget.talkback .additional .inputMedia .inputImg:hover, .widget.talkback .additional .inputMedia .inputYouTube:hover {
	opacity: 0.9;
}

.widget.talkback .additional .inputMedia .inputYouTube img{
	width:3.222em; /* 58px / 18px */
}

.widget.talkback .additional .char_counter {
	position:absolute;
	color:#888888;
	font-style:italic;
	font-weight:normal;
	line-height:2.2857em;
	right:8.5em;
	bottom:10px;
	text-align:right;
}

.widget.talkback .additional .char_counter.alert {
	color:#f40f97;
}

.widget.talkback .additional .inputMedia .inputSend {
	position:absolute;
	right:10px;
	bottom:10px;
}

.widget.talkback .additional .inputMedia .inputSend.inactive {
	opacity:0.5;
}

.widget.talkback .button.more {
	font-size:1.8em;
	display:inline-block;
	padding:0.4em;
}

.widget.talkback .hidden {
    display: none !important;
}


/* styles form commets.css */
#ajax_loader,
.ajax_loader,
#sort_loader {
    display: none;
    text-align: center;
}

#ajax_loader img,
.ajax_loader img,
#sort_loader img {
    width: 128px;
    height: 128px;
}

.imagedrop_wrapper {
    font-size: inherit;
    border: 1px dashed #444444;
    display: inline-block;
    width: 20%;
    height: 1.45em;
    padding: 1%;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    float: left;
}

.imagedrop_wrapper img {
    width: auto;
    height: 100%;
}


.widget.talkback ul.timeline > li > .text > .commentdate {
	display: block;
	font-size: 0.66666em;
	color: #666;
}

.widget.talkback ul.timeline > li > .text > .content.deleted {
	color: #aaa;
}

.widget.talkback ul.timeline > li > .text > .userinfo {
	display: block;
	margin: 0;
	font-weight: bold;
}

.widget.talkback ul.timeline > li > .text > .userinfo > .userScore {
	display: none;
	font-weight: normal;
	margin-left: 5px;
}

.widget.talkback ul.timeline > li > .text > .userinfo > .userScore > img {
	height: 0.8em;
}
/* END styles form commets.css */





/* @MEDIA Tablet */
/* ============= */
@media screen and (max-width: 975px) {

	.widget.talkback ul.timeline > li > .text > .tools > .love:hover { background-image:url("/media/img/main/icons/icon_love_grey.png"); }
	.widget.talkback ul.timeline > li > .text > .tools > .hate:hover { background-image:url("/media/img/main/icons/icon_hate_grey.png"); }
	.widget.talkback ul.timeline > li > .text > .tools > .facebook:hover,
	.widget.talkback ul.timeline > li > .text > .tools > .twitter:hover { opacity:0.25; }
	.widget.talkback ul.timeline > li > .text > .tools > .love.highlight:hover { background-image:url("/media/img/main/icons/icon_love_dark.png"); }
	.widget.talkback ul.timeline > li > .text > .tools > .hate.highlight:hover { background-image:url("/media/img/main/icons/icon_hate_dark.png"); }
	.widget.talkback ul.timeline > li > .text > .tools > .love.your_vote:hover { background-image:url("/media/img/main/icons/icon_love_magenta.png"); }
	.widget.talkback ul.timeline > li > .text > .tools > .hate.your_vote:hover { background-image:url("/media/img/main/icons/icon_hate_magenta.png"); }

	.widget.talkback .commentInfo:not(.noLogin):not(.closed):not(.announcement) {
		display:none;
	}

	.widget.talkback .additional .imgUpload {
		float: none;
	}

	.widget.talkback .additional .imgLink {
		min-height: 30px;
		line-height: 30px;
		margin: 0.4em 0;
		float:none;
	}

	.widget.talkback .additional .imgLink input {
		margin: 0;
		width: 60%;
		float: right;
	}

	.widget.talkback .additional .inputLink {
		min-height: 30px;
		line-height: 30px;
	}

	.widget.talkback .additional .inputLink input {
		float: right;
		width: 60%;
		margin: 0;
		padding: 0.2em 0;
	}

	.widget.talkback .additional .inputMedia {
		padding: 0.4em 0 0 0;
		height:auto;
	}

	.widget.talkback .additional .inputMedia .inputYouTube {
		display:inline-block;
		position:static;
	}

	.widget.talkback .additional .inputMedia .inputSend {
		position: static;
		margin: 5px 0 0 0;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		display:block;
		width:100%;
		clear:both;
	}

	.widget.talkback .additional .char_counter {
		margin-right:10px;
		position:static;
		float:right;
		line-height:1.6em;
	}

	.widget.talkback .button.more {
		font-size:2.2857em;
		display:block;
		text-align:center;
	}
}




/* @MEDIA Phone */
/* ============= */
@media screen and (max-width: 591px) {
	.widget.talkback .commentButton,
	.widget.talkback .new_comment {
		font-size:2.2857em; /* 16px / 7px */
	}

	.widget.talkback .commentInfo {
	    font-size:calc(1.4em / 2.2857);
	}
	.widget.talkback ul.timeline > li > .text > .tools > .reportform > form > .reportsubmit	{
		padding: 0;
	}
}






/* call to talkback */
/* ================ */
.widget.call_to_talkback {
	margin-top:1.7em;
}

.widget.call_to_talkback > a > .bubble {
	width: 2.6em;
	height: 2.6em;
	padding:1em;
	border-radius:50%;
	-webkit-box-shadow: 2px 2px 9px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 9px 0 rgba(0,0,0,0.2);
	display:inline-block;
	vertical-align:middle;
	background-size:auto 2.6em;
	margin-right:1em;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	background-color:#b3b7bb;
    background-image:url(/media/img/main/socialicons/comments.png);
}

.widget.call_to_talkback > a > .bubble > .number {
	position:absolute;
	top:-0.5em;
	right:-0.25em;
	font-size:1.2em;
	line-height:1em;
	height:1em;
	min-width:0.5em;
	text-align:center;
	padding:0.25em 0.5em;
	border-radius:0.75em;
	background-color:#f40f97;
	color:#ffffff;
	box-shadow:2px 2px 9px rgba(0,0,0,0.2);
}

.widget.call_to_talkback > a > .block {
	display:inline-block;
	vertical-align:middle;
}

.widget.call_to_talkback > a > .block > .text {
	font-size:1.8em;
	line-height:1.3em;
	background: linear-gradient(to bottom, transparent 90.9%,rgba(0,193,246,1) 91%,rgba(0,193,246,1) 94.9%,transparent 95%);
	color: #222222;
	text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
}

/* tablet only */
@media screen and (min-width: 592px) and (max-width: 975px) {
	.widget.call_to_talkback > a > .block {
		width:calc(100% - 6em);
	}
}

/* mobile only */
@media screen and (max-width: 591px) {
	.widget.call_to_talkback {
		text-align:center;
	}

	.widget.call_to_talkback > a > .block > .text {
		font-size:2.2857em;
	}
}





/* update v5.2 */
/* =========== */
/* must be cleaned up after implementation into php */
/* definitions for .widget.talkback .allComments.show no more necessary */
.widget.talkback .allComments {
    visibility: visible;
    height: auto;
    margin-bottom:3em;
}

.widget.talkback ul.timeline.most_popular,
.widget.talkback ul.timeline.latest {
	display:block !important;
}

.widget.talkback ul.timeline h5.category {
	font-weight:bold;
	font-size:calc(1.6em / 1.8);
	text-transform:uppercase;
	padding-bottom:0.25em;
	margin-bottom:0.75em;
	border-bottom:1px solid #cccccc;
}

.widget.talkback ul.timeline h5.category .icon {
	display:inline-block;
	width:0.75em;
	height:0.75em;
	vertical-align:baseline;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:0.4em;
}

.widget.talkback ul.timeline.most_popular h5.category .icon {
	background-image:url(/media/img/main/icons/icon_love_dark.png);
}

.widget.talkback ul.timeline.latest h5.category .icon {
	background-image:url(/media/img/main/icons/icon_published.png);
	filter:brightness(0.4);
}

.widget.talkback ul.timeline.all h5.category .icon {
	background-image:url(/media/img/main/icons/icon_fav.png);
}

/* comment sorting*/
.widget.talkback ul.timeline h5.category.comment-sorting {
	margin-bottom: 0;
}
.sorting {
	font-size: 12px;
	margin-bottom: 0.75em;
}
.sorting .dropdown {
	display: inline-block;
	padding: 5px 20px;
	position: relative;
	cursor: pointer;
	min-width: 180px;
	font-size: 1.2em;
}
.sorting .dropdown.blue {
	color: #00c1f6;
}
.sorting .dropdown.blue:hover {
	color: #00b4e5;
}
.sorting.right {
	text-align: right;
}
.sorting .dropdown .slider {
	display: inline-block;
	position: absolute;
	-moz-transform: scale(0.5) translatey(60%);
	-webkit-transform: scale(0.5) translatey(60%);
	-o-transform: scale(0.5) translatey(60%);
	-ms-transform: scale(0.5) translatey(60%);
	transform: scale(0.5) translatey(60%);
}
.sorting .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	overflow: auto;
	min-width: 180px;
	right: 0px;
	z-index: 99;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
.sorting .dropdown-content a {
	color: #444444;
	padding: 10px 16px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.sorting .dropdown-content a:hover {
	color: #999999;
}
.sorting .dropdown-content a:last-child {
	border-bottom: none;
}
.dropdown-content.show {
	display: block;
}
.widget ul.timeline > li > .ray > .member_icon {
	background: #ccc;
	border-radius: 50%;
	-moz-box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.2);
}

/* WIDGET: Recomend_Storys | Story_Fake */

/* Recomend Storys */
/*==================*/
.widget.recomended_storys {
	margin: 30px 0 0 0;
}

.widget.recomended_storys .header {
	height: 35px;
	width: 98%;
	padding: 0 1%;
	line-height: 35px;
	background: #58b8d8;
	color: #FFF;
	font-size: 2em;
	margin: 0 0 4px 0;
}

.widget.recomended_storys .recomend {
	position: relative;
	float: left;
	height: 110px;
	width: 48%;
	margin: 0 2% 10px 0;
	overflow: hidden;
}

.widget.recomended_storys .recomend a {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.widget.recomended_storys .recomend img {
	float: left;
	height: 110px;
}

.widget.recomended_storys .recomend .txt {
	height: 109px;
	overflow: hidden;
	margin: 0 0 0 110px;
	border-bottom: 1px solid #CCC;
}

.widget.recomended_storys .recomend .txt h5 {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0 0 2px 0;
}

.widget.recomended_storys .recomend .txt h4 {
	font-weight: bold;
	font-size: 2.2em;
}

 /* story_fake */
 /*===========*/
.widget.story_fake {
	margin-top:3em; /* 30px / 10px */
}

.widget.story_fake.nolead {
	padding-bottom: 10em;
}

.widget.story_fake a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

.widget.story_fake h3.uppertitle {
	margin-bottom: 10px;
}

.widget.story_fake h2.maintitle {
	padding-bottom: 10px;
	margin-top: 0.25em;
	font-size:5em;
}

.widget.story_fake p {
	width: 60%;
	margin-bottom: 1.666em; /* 30px / 18px */
    font-size: 18px;
    line-height: 1.5;
}

.widget.story_fake p.lead {
	margin-bottom: 1.363em; /* 30px / 22px */
	width:100%;
}

.widget.story_fake .read_all {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10em;
	padding-top:10em;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0.99)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width:100%;
}

.widget.story_fake .read_all .button {
	font-size: 1.8em;
	margin:0 0 0 calc(30% - 3.5em);
}

/* kann bei gelegenheit rausgenommen werden august 2015 */
.widget.story_fake .read_all .arrow {
	display:none !important;
	visibility:hidden !important;
}


/* no space for displaying side_ad */
/* =============================== */
@media screen and (min-width: 976px) and (max-width: 1330px) {
	.widget.story_fake h2.maintitle,
	.widget.story_fake p.lead,
	.widget.story_fake .read_all {
		width:60%;
	}

	.widget.story_fake .read_all .button {
		margin-left:calc(50% - 3.5em);
	}
}


/* @MEDIA Tablet */
/* ============= */
@media screen and (max-width: 975px) {

	/* story_fake */
	/* ============= */
	.widget.story_fake h2.maintitle {
		width:100%;
		font-size:4em;
	}

    .widget.story_fake p,
    .widget.story_fake p.lead {
		width:100%;
        font-size: 16px;
	}
}


/* @MEDIA Phone */
/* ============= */
@media screen and (max-width: 591px) {

	/* Recomend Storys */
	/*==================*/
	.widget.recomended_storys .header {
		width: 92%;
		font-size: 2.4em;
		padding:0 4%;
	}

	.widget.recomended_storys .recomend {
		width: 100%;
		height: 75px;
		float: none;
	}

	.widget.recomended_storys .recomend img {
		height:75px;

	}

	.widget.recomended_storys .recomend .txt {
		height: 74px;
		margin: 0 0 0 80px;
		padding: 0 2% 0 0;
	}

	.widget.recomended_storys .recomend .txt h5 {
		font-size: 1.8em;
		margin:0 0 2px 0;
	}

	.widget.recomended_storys .recomend .txt h4 {
		font-size:2.4em !important;
	}

	/* story_fake */
	/* ========== */
	.widget.story_fake h2.maintitle { font-size:3.428em; } /* 24px / 7px */

	.widget.story_fake .read_all .button {
		width:100%;
		padding:0;
		margin-left:0;
		font-size: 2.2857em;
	}
}

.widget.chronicle .chronicle_entry {
	position:relative;
	display:inline-block;
	width:48%;
	height:120px;
	-webkit-box-shadow: 2px 2px 9px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 9px 0 rgba(0,0,0,0.2);
	vertical-align:middle;
}

.widget.chronicle .chronicle_entry .story_img {
	float:left;
	margin-right:10px;
	width:120px;
	height:120px;
	background-size:cover;
	background-position:center center;
	box-shadow:inset 0 0 3em rgba(0,0,0,0.12);
}

.widget.chronicle h4.inserttitle {
    margin: 30px 0 24px 17px;
    color: #F51793;
    line-height: normal;
    text-transform: uppercase;
}

.widget.chronicle .chronicle_entry .story_text {
	font-size:1.6em;
	line-height:1.2em;
	font-weight:bold;
	padding:10px;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
}

.widget.chronicle .chronicle_entry .entry_story {

}

.widget.chronicle .chronicle_entry .entry_name {
	color:#00c1f6;
	padding-bottom:10px;
}

.widget.chronicle .chronicle_entry .entry_story_link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.widget.chronicle .chronicle_entry .entry_story_link span {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}

.widget.chronicle .more_chronicle .text {
	text-align:center;
}

.widget.chronicle .more_chronicle {
	font-size: 1.8em;
}

.widget.chronicle .more_chronicle span {
	margin-top: -2px !important;
}


/* visibilities */
.widget.chronicle section:not(.open) .chronicle_entry:nth-child(n+14),
.widget.chronicle section:not(.open) .chronicle_line:nth-child(n+14),
.widget.chronicle section:not(.open) .chronicle_curve:nth-child(n+14),
.widget.chronicle .more_chronicle.hide {
	display:none !important;
}


/* tablet & desktop */
/* ================ */
@media screen and (min-width: 592px) {
	.widget.chronicle .chronicle_line {
		display:inline-block;
		height:4px;
		background-color:#f6f6f6;
	}

	.widget.chronicle .chronicle_curve {
		display:none;
		position:relative;
		overflow:hidden;
		padding-left:2.057%;
		padding-bottom:2.057%;
		height:4px;
		width:4px;
	}

	.widget.chronicle .chronicle_curve .shape {
		width:200%;
		height:200%;
		position:absolute;
		border-radius:50%;
		border:4px solid #f6f6f6;
		box-sizing:border-box;
	}

	/* for regular boxes */
	.widget.chronicle section .chronicle_line:nth-child(8n+3) {
		width:3%;
		vertical-align:middle;
	}

	.widget.chronicle section .chronicle_line:nth-child(8n+7) {
		width:47.443%; /* 49.5% - 2.057%    (49.5% => width of two boxes next to each other)  */
		margin-top:2.057%;
		margin-bottom:2.057%;
	}

	.widget.chronicle section .chronicle_curve:nth-child(8n+6) {
		display:inline-block;
		margin-left:25%;
	}

	.widget.chronicle section .chronicle_curve:nth-child(8n+8) {
		display:inline-block;
		vertical-align:top;
	}

	.widget.chronicle section .chronicle_curve:nth-child(8n+6) .shape {
		top:0;
		left:0;
	}

	.widget.chronicle section .chronicle_curve:nth-child(8n+8) .shape {
		bottom:0;
		right:0;
	}

	/* for more more_chronicle link */
	.widget.chronicle .more_chronicle .chronicle_line {
		width:22.972%; /* 24% - 1.028% */
		margin-top:2.057%;
		margin-bottom:2.057%;
	}

	.widget.chronicle .more_chronicle .chronicle_curve:nth-child(1) {
		display:inline-block;
		margin-left:49.5%;
	}

	.widget.chronicle .more_chronicle .chronicle_curve:nth-child(3) {
		display:inline-block;
		vertical-align:top;
	}

	.widget.chronicle .more_chronicle .chronicle_curve:nth-child(1) .shape {
		top:0;
		left:0;
	}

	.widget.chronicle .more_chronicle .chronicle_curve:nth-child(3) .shape {
		bottom:0;
		right:0;
	}
}


/* mobile */
/* ====== */
@media screen and (max-width: 591px) {
	.widget.chronicle .chronicle_entry {
		width:auto;
		display:block;
        height:90px;
	}

	.widget.chronicle .chronicle_entry .story_img {
		margin-right:5px;
		width:90px;
		height:90px;
	}

	.widget.chronicle .chronicle_entry .story_text {
		font-size:1.714em; /* 12px / 7px */
		padding:5px;
	}

	.widget.chronicle .chronicle_entry .story_text h2 {
		clear:none !important;
	}

	.widget.chronicle .chronicle_curve {
		display:none;
	}

	.widget.chronicle .chronicle_line {
		display:block;
		width:4px;
		height:20px;
		background-color:#f6f6f6;
		margin: 0 auto;
	}

	.widget.chronicle .chronicle_entry .entry_name {
		padding-bottom:5px;
	}

	.widget.chronicle .more_chronicle span {
		width: 100%;
		padding: 0 !important;
	}
	.widget.chronicle .more_chronicle {
    font-size: 2.2857em;
	}
}


/* element containing hover box */
/* ======================= */
.has_hover_box {
	cursor:help !important;
}

/* hover box */
/* ========= */
.hover_box {
	display:none;
	position:fixed;
	width:300px;
	background-color:#ffffff;
	box-shadow:2px 2px 9px rgba(0,0,0,0.2);
	font-size:16px;
	line-height:1.3em;
	border-radius:2px;
	margin-top:30px;
	margin-left:-20px;
	z-index:12345;
}

.hover_box .arrow {
	width:0;
	height:0;
	border:10px solid transparent;
	border-bottom-color:#00c1f6;
	position:absolute;
	top:-20px;
	left:10px;
}

.hover_box.to_top .arrow {
	border-top-color:#00c1f6;
	border-bottom-color:transparent;
	top:auto;
	bottom:-20px;
}

.hover_box .title {
	border-radius:2px 2px 0 0;
	padding:5px 10px;
	font-weight:bold;
	display:block;
	background-color:#00c1f6;
	color:#ffffff;
}

.hover_box .content {
	border-radius:0 0 2px 2px;
	padding:5px 10px;
	display:block;
	color:#222222;
}






/* sharebear */
/* ========= */
.widget.sharebear {
	margin-top:3.6em;
}

.widget.sharebear > .bubble span,
.widget.sharebear > .box span {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}

.widget.sharebear > .bubble {
	width: 2.6em;
	height: 2.6em;
	padding:1em;
	border-radius:50%;
	-webkit-box-shadow: 2px 2px 9px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 9px 0 rgba(0,0,0,0.2);
	display:inline-block;
	background-size:auto 2.6em;
	margin-right:1em;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}

.widget.sharebear > .bubble.facebook {
    background-color:#b3b7bb;
    background-image:url(/media/img/main/socialicons/facebook.png);
}

.widget.sharebear > .bubble.messenger {
    background-color:#b3b7bb;
    background-image:url(/media/img/main/socialicons/messenger.png);
}

.widget.sharebear > .bubble.pocket {
    background-color:#b3b7bb;
    background-image:url(/media/img/main/socialicons/pocket.png);
}


.widget.sharebear > .box {
	width: 8em;
    height: 4.6em;
    display: inline-block;
    background-size: auto 4.6em;
    margin-right: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 8px;
    padding: 0 5px;
}

.widget.sharebear > .box.google_news {
    margin-top: 16px;
    background-image:url(/media/img/main/socialicons/btn_google-news.png);
}

.widget.sharebear > .box.instagram {
    background-image:url(/media/img/main/socialicons/btn_instagram.png);
}

/* very narrow tablet size */
@media screen and (min-width: 592px) and (max-width: 690px) {
	.widget.sharebear > .bubble.messenger {
		display:none !important;
	}
}

/* very narrow mobile size */
@media screen and (max-width: 330px) {
	.widget.sharebear > .bubble.messenger {
		display:none !important;
	}
}

.widget.sharebear > .bubble.twitter {
    background-color:#b3b7bb;
    background-image:url(/media/img/main/socialicons/twitter.png);
}

.widget.sharebear > .bubble.whatsapp {
    background-color:#b3b7bb;
    background-image:url(/media/img/main/socialicons/whatsapp.png);
}

.widget.sharebear > .bubble.mail {
    background-color:#b3b7bb;
    background-image:url(/media/img/main/socialicons/mail.png);
}

.widget.sharebear > .bubble.comments {
    background-color:#b3b7bb;
    background-image:url(/media/img/main/socialicons/comments.png);
}

.widget.sharebear > .bubble.add_to_favourites {
    background-color:#b3b7bb;
    background-image:url(/media/img/main/icons/icon_quiz_check_white.png);
}

.widget.sharebear > .bubble.add_to_favourites:not(.added) {
    background-image:url(/media/img/main/socialicons/add_to_favourites.png);
    background-size:auto 4.2em;
    background-position:center top;
}

.widget.sharebear > .bubble > .number {
	position:absolute;
	top:-0.5em;
	right:-0.25em;
	font-size:1.2em;
	line-height:1em;
	height:1em;
	min-width:0.5em;
	text-align:center;
	padding:0.25em 0.5em;
	border-radius:0.75em;
	background-color:#f40f97;
	color:#ffffff;
	box-shadow:2px 2px 9px rgba(0,0,0,0.2);
}

.widget.sharebear > .divider {
	content:"";
	display:inline-block;
	width:0;
	height:4.6em;
	border-right:1px solid #b3b7bb;
	margin-right:1em;
}

.widget.sharebear > .publish_date {
	color:#666666;
	font-size:1.2em;
	line-height:1em;
	margin-top:1em;
	background-size:auto 1em;
	background-position:left center;
	background-repeat:no-repeat;
}

.widget.sharebear > .publish_date::before {
	display:inline-block;
	height:1em;
	width:1em;
	content:"";
	background-image:url(/media/img/main/icons/icon_published.png);
	background-size:auto 1em;
	background-position:left center;
	background-repeat:no-repeat;
	vertical-align:-0.1em;
	margin-right:0.2em;
}

.widget.sharebear > .publish_date > .changed {
	color:#888888;
	margin-left:0.5em;
	padding-left:1.4em;
	background-image:url(/media/img/main/icons/icon_changed.png);
	background-size:auto 1em;
	background-position:left center;
	background-repeat:no-repeat;
}

.widget.sharebear > .get_app {
	position:absolute;
	top:0;
	right:0;
	font-size:1.6em; /* 16px / 10px */
	line-height:2.875em; /* 4.6em / 1.8em */
}

.widget.sharebear > .get_app > a {
	color:#f40f97;
	position:relative;
	padding-right:1.1em;
	background-image:url(/media/img/main/arrows/arrow_get_the_app.png);
	background-size:auto 1em;
	background-position:right center;
	background-repeat:no-repeat;
}

/* tablet */
@media screen and (max-width: 975px) {
	.widget.sharebear > .get_app {
		position:static;
		margin-bottom:-1em;
	}

	body.app_view .widget.sharebear > .get_app {
		display:none;
	}
}

/* mobile */
@media screen and (max-width: 591px) {

    /* additional = deu */
    .widget.sharebear.additional {
        font-size: 6px;
    }

    .widget.sharebear.additional > .box.google_news {
        margin-top: 0px;
    }

    .widget.sharebear.additional > .bubble,
    .widget.sharebear.additional > .divider,
    .widget.sharebear > .box {
        margin-right: 3px;
    }

    .widget.sharebear.additional > .box {
        padding: 0 3px;
    }

	.widget.sharebear {
		text-align:center;
	}

	.widget.sharebear .inline_block {
		display: inline-block !important;
	}
}

/* better newsletter */
/* ================= */
.widget.better_newsletter {
	min-height:3.6em;
}

.widget.better_newsletter > h4 {
	color:#f40f97 !important;
}

.widget.better_newsletter > .call,
.widget.better_newsletter > .success {
	font-size:1.6em;
	line-height:2.25em; /* 36px / 16px */
	color:#f40f97;
	background-image:url(/media/img/main/icons/icon_newsletter_magenta.png);
	background-size:auto 1em;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:1.5em;
}

.widget.better_newsletter > .success {
	color:#7bd400;
	line-height:1.3em;
	padding-top:0.4em;
	background-position:left 0.6em;
	background-image:url(/media/img/main/icons/icon_quiz_check_right.png);
}

.widget.better_newsletter > form {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-column-gap: 3px;
	font-size: 1.6em;

	display: -ms-grid;
	-ms-grid-columns: 2fr 1fr;
	display: inline-flex;
	font-size: 1.8em;
	display: -ms-grid;
	-ms-grid-columns: 2fr 1fr;
	width: 100%;
	height: auto;
}

.widget.better_newsletter form > input[type="email"] {
  padding: 0em 0.75em;
  line-height: 2.2857em;
  border: none;
  color: #222222;
  background-color: #eeeeee;
  -khtml-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	width: 75%;
	box-sizing: border-box;
	display: inline-block;
	font-size: 1em;
	margin: 0;
	vertical-align: top;
}

.widget.better_newsletter form > input[type="submit"] {
  box-sizing: border-box;
	width: 25%;
	padding: 0em 0.75em;
  margin: 0;
  border: none;
	margin: 0 0 0 5px !important;

}

/* custom */
@media screen and (min-width: 592px) and (max-width: 775px) {
	.widget.better_newsletter > .call > .long { display:none; }
	.widget.better_newsletter > .call > .short { display:inline; }
}
@media screen and (max-width: 360px) {
	.widget.better_newsletter > .call > .long { display:none; }
	.widget.better_newsletter > .call > .short { display:inline; }
}
/* tablet */
@media screen and (max-width: 975px) {
	.widget.better_newsletter form > input[type="email"] {
		width: 70%; 
	}
	.widget.better_newsletter form > input[type="submit"] {
		width: 30%;
	}
}
/* mobile */
@media screen and (max-width: 591px) {
	.widget.better_newsletter > form {
		font-size: 2.2857em;
		display: inline-block;
	}
	.widget.better_newsletter form > input[type="submit"] {
		width: 100%;
		margin: 0 !important;
		border-radius: 0 0 2px 2px;
	}
	.widget.better_newsletter form > input[type="email"] {
		width: 100%;
	}

}

.story.shortstory .teaser.tag_teaser {
    height: auto;
}
.story.shortstory .teaser.tag_teaser .media_icons .tag span {
    color: #00c6ff;
    text-shadow: none;
}

.story.shortstory .breadcrumbblock {
    display: none;
}

.story.shortstory .widget.sharebear,
.story.shortstory .widget.socialmaxi {
    text-align: center;
}

.story h4.kongtitle span.magenta-highlighting {
    color: #ffffff;
    background-color: #f40f97;
    padding: 0 0.25em;
    line-height: 1.5em;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.story.shortstory .bg {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url(/media/img/main/icons/teaser_fallback.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

@media (min-width: 1024px) {
    .story.shortstory h2.maintitle {
        width: 60%;
    }
}

