/* 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 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;
}

.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.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;
	/*overflow: hidden;*/
}

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

/* 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 .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 .insert.cinemascope h4.inserttitle,
.wrapper .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);
}

/* 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;
}

.story .insert.full {
    margin-bottom: 1rem;
}

/* 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 1.5rem 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) {
	.story .insert.cinemascope {
		left:calc( (100% - 100vw) / 2 );
	}

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

@media screen and (max-width: 1026px) {
	.story .insert.cinemascope {
		left:calc( -7.5% * 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;
}

/* sharebar */
.watson-snippet__shareBubblesGroup > .share-action > .number {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    color:#ffffff;
    font-size: .625rem;
    line-height: 1rem;
    background-color:#f40f97;
    border-radius: 9999px;
    right: -0.25rem;
    top: -0.5rem;
    position: absolute;
}





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

	.story {
		margin-left: 2rem;
		margin-right: 2rem;
		width: calc(100vw - 4rem);
	}

	.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: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) {

    .story {
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc(100vw - 2rem);
    }

	/* 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 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 .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 p.caption.inside {
		font-size:2.571em;
		position: static;
	}

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

    /*inserts*/
    .story .insert.force_normal_full_width_mobile {
        width:100%;
        margin: 0 0 1.5rem 0;
    }

    .story .insert.jumbo.force_normal_full_width_mobile,
    .story .insert.cinemascope.force_normal_full_width_mobile {
        width:108.695%;
        left:-4.347%;
    }

	.story .insert.right {
		margin:0 0 1.5rem 0;
	}

	.story .insert.side {
		margin:0 0 1.5rem 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;
	}
	.currentblock {
		display: none;
	}
}

@media screen and (max-width: 975px) and (min-width: 591px) {
    .watson-user-bubble.old-story {
        width: 41px !important;
        height: 41px !important;
        top: -3px !important;
    }
}

/* 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;
	}
}

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

}

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

