:root {
	--verlagconfig-color_grey_1: #404A50;
	--verlagconfig-color_grey_2: #818182;
	--verlagconfig-color_grey_3: #A5A5A6;                      
	--verlagconfig-color_grey_4: #C9C9C9;                      
	--verlagconfig-color_grey_5: #E4E4E4;                      
	--verlagconfig-color_grey_6: #F1F1F1;                      
	--verlagconfig-secondary_color_primary: #DA2218;
	--verlagconfig-color_primary_fontcolor: #fff;
	--verlagconfig-color_hover: #a0030c;   
	--verlagconfig-color_primary: #DA2218;
}

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-display: fallback;
	src: url(/layout/fonts/nunito-sans-v3-latin-regular.woff2) format('woff2'), url(/layout/fonts/nunito-sans-v3-latin-regular.woff) format('woff')
}

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 600;
	font-display: fallback;
	src: url(/layout/fonts/nunito-sans-v3-latin-600.woff2) format('woff2'), url(/layout/fonts/nunito-sans-v3-latin-600.woff) format('woff')
}

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	font-display: fallback;
	src: url(/layout/fonts/nunito-sans-v3-latin-700.woff2) format('woff2'), url(/layout/fonts/nunito-sans-v3-latin-700.woff) format('woff')
}

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 800;
	font-display: fallback;
	src: url(/layout/fonts/nunito-sans-v3-latin-800.woff2) format('woff2'), url(/layout/fonts/nunito-sans-v3-latin-800.woff) format('woff')
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

b,
strong {
	font-weight: 700
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

button,
input,
optgroup,
select,
textarea {
	color: #000;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.row {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

[class*=col-],
[class^=col-] {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 5px;
	padding-left: 5px
}

.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

@media (min-width:481px) {
	.row {
		margin-right: -.5rem;
		margin-left: -.5rem
	}

	[class*=col-],
	[class^=col-] {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important
}

@media (max-width:480px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:481px) and (max-width:768px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:769px) and (max-width:940px) {
	.visible-md {
		display: block !important
	}

	.hidden-md {
		display: none !important
	}
}

@media (min-width:941px) {
	.visible-lg {
		display: block !important
	}

	.hidden-lg {
		display: none !important
	}
}

@font-face {
	font-family: infranken;
	font-display:fallback;
	src:url(/layout/fonts/infranken.eot?1601026);
	src:url(/layout/fonts/infranken.eot?1601026#iefix) format('embedded-opentype'),
	url(/layout/fonts/infranken.woff2?1601026) format('woff2'),
	url(/layout/fonts/infranken.woff?1601026) format('woff'),
	url(/layout/fonts/infranken.ttf?1601026) format('truetype'),
	url(/layout/fonts/infranken.svg?1601026#infranken) format('svg');
	font-weight:400;
	font-style:normal
}

[class*=" icon-"],
[class^=icon-] {
	font-family: infranken	 !important;
	speak:never;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	color:inherit;
	text-transform:none;
	line-height:inherit;
	vertical-align:inherit
}

[class*=" icon_"]:before,
[class^=icon_]:before {
	content: "";

	font-family: infranken	 !important
}

.icon-location:before {
	content: '\e824'
}

.icon-calendar:before {
	content: "\e81e"
}

.icon-home:before,
.icon_home:before {
	content: "\e910"
}

.icon-menu:before {
	content: "\e914"
}

.icon-ads:before,
.icon_ads:before {
	content: "\e925"
}

.icon-club:before {
	content: "\e921"
}

.icon-event:before {
	content: "\e922"
}

.icon-gallery:before {
	content: "\e923"
}

.icon-pencil:before {
	content: "\e924"
}

.icon-image-gallery:before {
	content: "\e920"
}

.icon-abo:before,
.icon_abo:before {
	content: "\e900"
}

.icon-embed-article:before {
	content: "\e91f"
}

.icon-arrow-left-open:before {
	content: "\e926"
}

.icon-arrow-right-open:before {
	content: "\e901"
}

.icon-dropdown:before {
	content: "\e906"
}

.icon-candle:before,
.icon_candle:before {
	content: "\e902"
}

.icon-career:before,
.icon_career:before {
	content: "\e903"
}

.icon-close:before {
	content: "\e904"
}

.icon-drive:before,
.icon_drive:before {
	content: "\e905"
}

.icon-e-paper:before,
.icon_e-paper:before {
	content: "\e907"
}

.icon-entertainment:before {
	content: "\e908"
}

.icon-family:before {
	content: "\e90a"
}

.icon-headphone:before {
	content: "\e90c"
}

.icon-health:before,
.icon_health:before {
	content: "\e90d"
}

.icon-heart:before,
.icon_heart:before {
	content: "\e90e"
}

.icon-holiday:before {
	content: "\e90f"
}

.icon-arrow-left:before {
	content: "\e911"
}

.icon-arrow-right:before {
	content: "\e912"
}

.icon-login:before,
.icon_login:before {
	content: "\e913"
}

.icon-menu-flyout:before {
	content: "\e915"
}

.icon-play-button:before {
	content: "\e916"
}

.icon-plus-article-small:before {
	content: "\e918"
}

.icon-plus-article-large:before {
	content: "\e917"
}

.icon-plus-article-medium:before {
	content: "\e919"
}

.icon-reload:before {
	content: "\e91a"
}

.icon-reply:before {
	content: "\e91b"
}

.icon-search:before {
	content: "\e91c"
}

.icon-service:before,
.icon_service:before {
	content: "\e91d"
}

.icon-facebook:before,
.icon_facebook:before {
	content: "\e909"
}

.icon-gplus:before {
	content: "\e90b"
}

.icon-x:before {
	content: '\ed82';
}

.icon-tiktok:before {
	content: '\eb50';
}

.icon-whatsapp:before,
.icon_whatsapp:before {
	content: "\e927"
}

.icon-user:before {
	content: "\e930"
}

.icon-mail:before {
	content: "\e92f"
}

.icon-error:before {
	content: "\e92e"
}

.icon-warning:before {
	content: "\e92b"
}

.icon-success:before {
	content: "\e92c"
}

.icon-info:before {
	content: "\e92d"
}

.fullscreen-active .icon-fullscreen-open:before,
.icon-fullscreen-close:before {
	content: "\e928"
}

.icon-fullscreen-open:before {
	content: "\e929"
}

.icon-loading:before {
	content: "\e92a"
}

.icon-settings:before {
	content: "\e808"
}

.icon-to-start:before {
	content: "\e807"
}

.icon-rings:before,
.icon_rings:before {
	content: '\e809'
}

.icon-contact:before {
	content: '\e805'
}

.icon-print:before {
	content: '\e80a'
}

.icon-shopping:before,
.icon_shopping:before {
	content: '\e80C'
}

.icon-shopping-bag:before,
.icon_shopping-bag:before {
	content: '\f290'
}

.icon-download-alt:before {
	content: '\e80d'
}

.icon-phone:before {
	content: '\e806'
}

.icon-link:before {
	content: '\e80e'
}

.icon-wetter-t1:before {
	content: '\f00d'
}

.icon-wetter-n1:before {
	content: '\f02e'
}

.icon-wetter-t2:before {
	content: '\f00c'
}

.icon-wetter-n2:before {
	content: '\f086'
}

.icon-wetter-t3:before {
	content: '\f002'
}

.icon-wetter-n3:before {
	content: '\f086'
}

.icon-wetter-t4:before {
	content: '\f002'
}

.icon-wetter-n4:before {
	content: '\f086'
}

.icon-wetter-t5:before {
	content: '\f013'
}

.icon-wetter-n5:before {
	content: '\f013'
}

.icon-wetter-t6:before {
	content: '\f009'
}

.icon-wetter-n6:before {
	content: '\f029'
}

.icon-wetter-t7:before {
	content: '\f008'
}

.icon-wetter-n7:before {
	content: '\f028'
}

.icon-wetter-t8:before {
	content: '\f010'
}

.icon-wetter-n8:before {
	content: '\f02d'
}

.icon-wetter-t9:before {
	content: '\f00a'
}

.icon-wetter-n9:before {
	content: '\f02a'
}

.icon-wetter-t10:before {
	content: '\f006'
}

.icon-wetter-n10:before {
	content: '\f0b4'
}

.icon-wetter-t11:before {
	content: '\f007'
}

.icon-wetter-n11:before {
	content: '\f027'
}

.icon-wetter-t12:before {
	content: '\f001'
}

.icon-wetter-n12:before {
	content: '\f023'
}

.icon-wetter-t13:before {
	content: '\f003'
}

.icon-wetter-n13:before {
	content: '\f023'
}

.icon-wetter-t14:before {
	content: '\f015'
}

.icon-wetter-n14:before {
	content: '\f015'
}

.icon-facebook-official:before {
	content: '\f230'
}

.icon-whatsapp-1:before {
	content: '\f232'
}

.icon-police:before {
	content: '\e82b'
}

.icon-wetter-umbrella:before {
	content: '\f084'
}

.icon-tickets:before {
	content: '\e80b'
}

.icon_wetter-t1:before {
	content: '\f00d'
}

.icon_wetter-n1:before {
	content: '\f02e'
}

.icon_wetter-t2:before {
	content: '\f00c'
}

.icon_wetter-n2:before {
	content: '\f086'
}

.icon_wetter-t3:before {
	content: '\f002'
}

.icon_wetter-n3:before {
	content: '\f086'
}

.icon_wetter-t4:before {
	content: '\f002'
}

.icon_wetter-n4:before {
	content: '\f086'
}

.icon_wetter-t5:before {
	content: '\f013'
}

.icon_wetter-n5:before {
	content: '\f013'
}

.icon_wetter-t6:before {
	content: '\f009'
}

.icon_wetter-n6:before {
	content: '\f029'
}

.icon_wetter-t7:before {
	content: '\f008'
}

.icon_wetter-n7:before {
	content: '\f028'
}

.icon_wetter-t8:before {
	content: '\f010'
}

.icon_wetter-n8:before {
	content: '\f02d'
}

.icon_wetter-t9:before {
	content: '\f00a'
}

.icon_wetter-n9:before {
	content: '\f02a'
}

.icon_wetter-t10:before {
	content: '\f006'
}

.icon_wetter-n10:before {
	content: '\f0b4'
}

.icon_wetter-t11:before {
	content: '\f007'
}

.icon_wetter-n11:before {
	content: '\f027'
}

.icon_wetter-t12:before {
	content: '\f001'
}

.icon_wetter-n12:before {
	content: '\f023'
}

.icon_wetter-t13:before {
	content: '\f003'
}

.icon_wetter-n13:before {
	content: '\f023'
}

.icon_wetter-t14:before {
	content: '\f015'
}

.icon_wetter-n14:before {
	content: '\f015'
}

.icon_wetter-umbrella:before {
	content: '\f084'
}

.icon-weather-alert-icon:before {
	content: '\e813'
}

.icon-min-temp:before {
	content: '\ea2a'
}

.icon-max-temp:before {
	content: '\ea2b'
}

.icon-help-circled:before {
	content: '\e801'
}

.icon-login-1:before {
	content: '\e802'
}

.icon-comment:before {
	content: '\e80f'
}

.icon-filter:before {
	content: '\f0b0'
}

.icon-bookmark-empty:before {
	content: '\f097'
}

.icon-subway:before {
	content: '\f239'
}

.icon-kochen:before,
.icon_kochen:before {
	content: '\ea43'
}

.icon_lokalwerben:before {
	content: url("data:image/svg+xml,%3Csvg width='18.856619' height='25.009002' xmlns='http://www.w3.org/2000/svg' version='1.1'%3E%3Cg%3E%3Cpath stroke-width='0.02501' fill='%23404a50' id='path104' d='m0,9.42853q0,-3.90137 2.75097,-6.67734q2.75096,-2.77598 6.67734,-2.75097q3.92638,0.025 6.67734,2.75097q2.75097,2.72596 2.75097,6.67734q0,3.07608 -1.32547,4.8267l-8.10284,10.75377l-8.10284,-10.75377q-1.32547,-1.75062 -1.32547,-4.8267zm5.47692,0q0,1.65058 1.15041,2.80099q1.1504,1.1504 2.80098,1.1504q1.65058,0 2.80098,-1.1504q1.15041,-1.15041 1.15041,-2.80099q0,-1.65058 -1.15041,-2.80098q-1.1504,-1.1504 -2.80098,-1.1504q-1.65058,0 -2.80098,1.1504q-1.15041,1.1504 -1.15041,2.80098z'/%3E%3C/g%3E%3C/svg%3E");
	margin-top: 7px;
}

.icon-home_1:before,
.icon_home_1:before {
	content: '\e811'
}

.icon-envelope_at:before,
.icon_envelope_at:before {
	content: '\ea48'
}

.icon-mic:before,
.icon_mic:before {
	content: '\e817';
}

.icon-suitcase_1:before {
	content: '\f0f2'
}

.icon-comments:before {
	content: '\ea45'
}

.icon-deals:before {
	content: '\e814'
}

.icon-booking:before {
	content: '\e815';
	font-size: .85em
}

.icon-plus>path {
	fill: #c31400
}

.icon-plus>polygon {
	fill: #e4e4e4
}

.icon-pinterest-official:before,
.icon-pinterest:before {
	content: '\f0d2'
}

.icon-youtube-official:before,
.icon-youtube:before,
.icon_youtube:before {
	content: '\f16a'
}

.icon-instagram-official:before,
.icon-instagram:before {
	content: '\f16d'
}

.icon-twitter-official:before {
	content: "\e91e"
}

.icon-newsletter-official:before,
.icon-newsletter:before {
	content: "\e92f"
}

.icon_infrankenapp:before {
	content: '\e815'
}

.icon-back-in-time:before {
	content: '\e816'
}

.icon-back-in-time {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	display: inline-block
}

.icon-telegram:before {
	content: '\f2c6';
}

.icon-heart-fill:before {
	content: '\ea32';
}

.icon-share:before {
	content: '\ea33';
}

.icon-tickets:before,
.icon_tickets:before {
	content: '\e80b';
}

.post-teaser .teaser-inner {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
	overflow: hidden
}

.post-teaser .post-thumb {
	position: relative;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	overflow: hidden
}

.post-teaser .no-thumb:before,
.post-teaser .post-thumb:before {
	content: '';
	display: block;
	height: 0;
	padding-top: 56.25%
}

.post-teaser .post-thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: 100%;
	-webkit-transform: scale(1) rotate(.02deg) translate3d(-50%, -50%, 0);
	transform: scale(1) rotate(.02deg) translate3d(-50%, -50%, 0);
	-webkit-transition: -webkit-transform .8s ease-out;
	transition: -webkit-transform .8s ease-out;
	transition: transform .8s ease-out;
	transition: transform .8s ease-out, -webkit-transform .8s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.post-teaser .post-content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: .5rem 10px;
	border-bottom: 1px solid #e4e4e4;
	background: #fff
}

.post.post-has-thumb .post-content {
	position: static
}

@media (min-width:481px) {
	.post-teaser .post-content {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

.post-teaser .post-content .post-location {
	display: block;
	padding: 0;
	margin: 0 0 .25rem;
	line-height: 0
}

.post.post-has-thumb .post-location {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 2;
	pointer-events: auto
}

.post-teaser .post-content .post-location>a,
.post-teaser .post-content .post-location>span,
.post-teaser .post-content a.post-location,
.post-teaser .post-content span.post-location {
	display: inline-block;
	max-width: 100%;
	padding: .25rem .25rem calc(.25rem - 1px) .25rem;
	margin: 0;
	font-size: .6875rem;
	font-weight: 800;
	line-height: 1em;

	color: #fff

	;
	letter-spacing:.0333em;
	overflow:hidden;
	text-transform:uppercase;
	text-overflow:ellipsis;
	white-space:nowrap;

	background: #DA2218
    }

.post-teaser .post-content .post-location>span {
	pointer-events: none
}

.post-teaser .post-content .post-topline {
	margin: 0 0 .25rem;
	font-size: .875rem;
	line-height: 1.35em;
	z-index: 10
}

.post-teaser .post-content .post-headline {
	display: block;
	display: -webkit-box;
	height: 5em;
	overflow: hidden;
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25em;
	color: #404a50;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	z-index: 10
}

.post-teaser .post-content .post-headline a {
	color: inherit;
	transition: color .2s ease-in
}

.post-teaser .post-content .post-headline a:focus,
.post-teaser .post-content .post-headline a:hover {
	color: #DA2218
}

.post-teaser .post-content .post-meta,
.post-teaser .post-content .post-meta_time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
	margin-top: auto;
	font-size: .6875rem;
	line-height: 1.5454em;
	color: #404a50;
	z-index: 10
}

@media (max-width:480px) {

	.post-teaser.teaser-format-blog .teaser-inner,
	.post-type-article.teaser-format-default .teaser-inner {
		
		-webkit-box-direction: normal;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.post-teaser.teaser-format-blog .post-thumb,
	.post-type-article.teaser-format-default .post-thumb {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%
	}

	.post-type-article.teaser-format-default .post-thumb:before {
		padding-top: 100%
	}

	.post-teaser.teaser-format-blog .post-content,
	.post-type-article.teaser-format-default .post-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 0;
		border-bottom: 0;
		max-width: 100% !important
	}

	.post-type-article.teaser-format-default.post-has-thumb .post-content,
	.post-type-article.teaser-format-default.post-has-thumb.post-is-premium .post-content {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		background: #fff;
		justify-content: initial;
		flex-basis: 62.5%;
		max-width: 62.5%;
		padding: 0 10px 0 0
	}

	.post-teaser.teaser-format-blog.post-has-thumb .post-content .post-location,
	.post-type-article.teaser-format-default.post-has-thumb .post-content .post-location {
		position: static;
		flex: 0 0 auto
	}

	.post-teaser.teaser-format-blog .post-content .post-topline,
	.post-type-article.teaser-format-default .post-content .post-topline {
		font-size: .75rem
	}

	.post-teaser.teaser-format-blog .post-content .post-headline,
	.post-type-article.teaser-format-default .post-content .post-headline {
		font-size: .8125rem
	}
}

.post-published.post-meta,
.post-teaser:not(.post-type-event) .post-content .post-meta {
	display: none !important
}

.teaser-format-default.post-teaser .post-content .post-headline {
	font-size: .9rem
}

.post-detail {
	position: relative;
	display: block;
	background: #fff
}

.post-detail .inner {
	padding-left: 6px;
	padding-right: 6px
}

.post-detail h1 {
	font-family: 'Nunito Sans';
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 1.2em;
	margin: 1em 0 .5em
}

.post-detail h2 {
	font-family: 'Nunito Sans';
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.2em;
	color: #404a50;
	margin: 1em 0 .5em
}

.post-detail h3 {
	font-family: 'Nunito Sans';
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.2em;
	color: #404a50;
	margin: 1em 0 .5em
}

.post-detail h4 {
	font-family: 'Nunito Sans';
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.2em;
	color: #404a50;
	margin: 1em 0 .5em
}

.post-detail h5 {
	font-family: 'Nunito Sans';
	font-weight: 600;
	font-size: .6875rem;
	line-height: 1.8181em;
	color: #818182;
	margin: 1em 0 .5em
}

.post-detail h6 {
	font-family: 'Nunito Sans';
	font-weight: 700;
	font-size: .6875rem;
	line-height: 1.8181em;
	color: #404a50;
	margin: 1em 0 .5em
}

.post-detail .post-header {
	display: block;
	padding: 1rem 0
}

.post-detail .post-header .post-location {
	float: left;
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 0
}

.post-detail .post-header .post-location>a,
.post-detail .post-header .post-location>span {
	display: inline-block;
	max-width: 100%;
	padding: .25rem .25rem calc(.25rem - 1px) .25rem;
	margin: 0;
	font-size: .6875rem;
	font-weight: 800;
	line-height: 1em;

	color: #fff;
	letter-spacing:.0333em;
	overflow:hidden;
	text-transform:uppercase;
	text-overflow:ellipsis;
	white-space:nowrap;

	background: #DA2218
}

.post-detail .post-header .post-published {
	float: right;
	display: inline-block;
	font-size: .6875rem;
	line-height: 1em;
	padding: .25rem;
	margin-bottom: 1rem
}

.post-detail .post-header .post-topline {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4em;
	color: #404a50;
	margin: 0 0 .25rem
}

.post-detail .post-header .post-headline {
	margin: 0;
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 1.2em;
	color: #000
}

.post-detail .post-header .post-description {
	margin: 1rem 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4em;
	color: #404a50
}

.post-detail .post-image,
.post-detail .post-video {
	position: relative;
	display: block;
	background: #f1f1f1
}

.post-detail .post-image {
	margin: 1rem -10px
}

.post-detail .post-image>a {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.post-detail .post-image>a>img {
	display: block;
	width: 100%;
	height: auto
}

.post-detail .post-image .img-text,
.post-detail .post-video .video-text {
	display: block;
	padding: 1rem 10px 1rem;
	font-weight: 400;
	font-size: .6875rem;
	line-height: 1.8em;
	color: #404a50
}

.post-detail .post-image .more-images {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: block;
	padding: .5rem;
	font-family: 'Nunito Sans';
	font-weight: 900;
	font-size: 1rem;
	color: #fff;
	line-height: 1rem;
	background: #404a50;
	pointer-events: none
}

.post-detail .post-content {
	display: block;
	margin-top: 1rem;
	padding: 1rem 0
}

.post-detail .post-text {
	font-family: "Nunito Sans";
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.8em;
	color: #404a50
}

.post-detail .post-text a {
		text-decoration:underline;text-decoration-color:#DA2218;text-decoration-thickness:2px;
}

.post-detail .post-text a:hover {
	color: #a0030c
}

.post-detail .post-text .embed-image,
.post-detail .post-text .embed-video {
	margin: 1rem -1rem;
	padding-bottom: 1rem;
}

.post-detail .post-text .embed-video {
	z-index: 100032323
}

.post-footer {
	display: block;
	padding: 1rem 0 0;
	clear: both
}

.post-meta .post-authors,
.post-meta .post-keywords,
.post-meta .post-places {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	padding: .75rem 0;
	border-top: 1px solid #e4e4e4
}

.post-meta .post-keywords h6,
.post-meta .post-keywords>span,
.post-meta .post-places h6,
.post-meta .post-places>span {
	flex: 0 0 75px;
	margin: .75rem 0 0
}

.post-meta .post-keywords>span,
.post-meta .post-places>span,
.social-share-btn>div {
	font-size: .6875rem;
	font-family: 'Nunito Sans';
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.8181em;
	color: #404a50;
	display: block
}

.post-author {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-right: 1rem;
	float: left
}

.post-author .post-author-image {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
	background: #e4e4e4
}

.post-author .post-author-image-verlag {
	background: 0 0
}

.post-author .post-author-image>.icon {
	display: inline-block;
	font-size: 1.5rem;
	color: #818182
}

.post-author .post-author-image>img {
	display: inline-block;
	width: 42px;
	height: 42px
}

.post-author p {
	font-family: 'Nunito Sans';
	font-weight: 700;
	font-size: .6875rem;
	color: #818182;
	line-height: 1.6em;
	margin: 0
}

.post-author .post-author-image+p {
	margin-left: 1rem
}

.post-author p .post-author-name {
	font-size: 1rem;

		text-decoration:underline;text-decoration-color:#DA2218;text-decoration-thickness:2px;
}

.post-author-spacer {
	flex: 0 0 auto;
	width: 42px
}

.post-author .post-author-spacer+p {
	margin-left: 1rem
}

.post-meta .post-authors {
	padding-bottom: 1rem
}

.post-detail .post-imgbox {
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem
}

@media (min-width:481px) {
	

	.post-detail .post-header {
		padding-top: 2rem
	}

	.post-detail .post-image {
		margin-left: 0;
		margin-right: 0
	}

	.post-detail .post-image .img-text,
	.post-detail .post-video .video-text {
		padding-left: 0;
		padding-right: 0
	}

	.post-detail .post-footer,
	.post-detail .post-text .embed-image,
	.post-detail .post-text .embed-video {
		margin-left: -2rem;
		margin-right: -2rem
	}

	.post-meta .post-authors,
	.post-meta .post-keywords,
	.post-meta .post-places {
		padding: 0;
		border-top: 0
	}

	.post-meta .post-authors {
		margin: 1rem 0
	}
}

.post-meta .post-authors {
	margin: 1rem 0
}

@media (min-width:769px) {
	

	.post-detail .post-header {
		padding-top: 3rem
	}

	.post-detail .post-header .post-location {
		margin-bottom: 2rem
	}

	.post-detail .post-header .post-headline {
		font-size: 2.625rem
	}

	.post-detail .post-header .post-description {
		font-size: 1.125rem;
		line-height: 2em
	}

	.post-detail .post-image .img-text,
	.post-detail .post-video .video-text {
		font-size: .875rem
	}

	.post-detail .post-text {
		font-size: 1.125rem
	}

	.post-detail .post-text .embed-image,
	.post-detail .post-text .embed-video {
		margin-left: -5rem;
		margin-right: -5rem
	}

	.post-detail h1 {
		font-size: 2.625rem
	}

	.post-detail h2 {
		font-size: 2rem
	}

	.post-detail h3 {
		font-size: 1.5rem
	}

	.post-detail h4 {
		font-size: 1.125rem
	}

	.post-detail h5 {
		font-size: .875rem
	}

	.post-detail h6 {
		font-size: .6875rem
	}

	.post-detail .post-meta {
		padding-bottom: 0
	}
}

.post-extras {
	position: relative;
	display: block;
	padding: .5rem 0;
	margin: 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4
}

.post-footer .post-extras {
	border-bottom: none
}

.post-extras .post-extras-scroll>.btn {
	margin: 0 1rem 0 0
}

.post-extras .social-share-btn {
	justify-content: flex-end;
	z-index: auto !important
}

@media (min-width:481px) {
	.post-extras:after {
		display: none
	}

	.post-extras .social-share-btn {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media (max-width:768px) {
	.post-extras .post-extras-scroll {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.post-extras .post-extras-scroll>.btn {
		flex: 0 0 auto
	}

	.post-extras .social-share-btn {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		/* padding-right:1.5rem */
		width: 100%;
	}

	.post-extras .social-share-btn h5 {
		font-weight: 800;
		margin: 0 .5rem 0 0
	}

	.post-extras .social-share-btn .btn-list {
		white-space: nowrap;
		width: 100%;
	}

	.post-extras .social-share-btn .btn-list .comment-btn {
		float: right;
	}

	.social-share-btn[data-fcms-method=stickyElement] {
		position: static !important;
		top: auto !important;
		z-index: initial !important;
		width: auto !important;
		height: auto !important
	}
}

@media (min-width:769px) {
	.post-extras {
		position: static;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
		border: 0
	}

	.post-extras:after {
		display: none
	}

	.post-extras .post-extras-scroll {
		overflow: visible
	}

	.post-detail.post-type-article .social-share-btn[data-fcms-method=stickyElement] {
		display: block;
		margin-left: -9rem;
		position: relative !important;
		top: 11.5rem
	}

	.post-index.post-type-gallery .social-share-btn[data-fcms-method=stickyElement] {
		display: block;
		margin-left: -3.5rem;
		position: relative !important;
		top: 13.75rem
	}

	.post-detail.post-type-article .social-share-btn.stickyElement[data-fcms-method=stickyElement],
	.post-index.post-type-gallery .social-share-btn.stickyElement[data-fcms-method=stickyElement] {
		position: fixed !important;
		z-index: 998 !important
	}

	.social-share-btn[data-fcms-method=stickyElement]>div {
		display: none
	}

	.social-share-btn[data-fcms-method=stickyElement] .btn-list {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 3.5rem;
		padding: 0;
		margin: 0 .25rem
	}
}

.comment-section {
	background: #f1f1f1
}

.comment-section a[name=kommentare] {
	position: absolute;
	top: -3rem
}

.comment-container {
	margin-right: -10px;
	margin-left: -10px
}

.comment-container [data-fcms-container=spacer]>.alert {
	padding: 1rem;
	background: #fff
}

.comment-container [data-fcms-container=elements]>div+div {
	margin-top: .5rem
}

.comment-form {
	padding: 2rem 0;
	margin-top: 1rem;
	background: #e4e4e4
}

.comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.comment {
	display: block;
	padding: 1rem;
	margin-left: 8rem;
	background: #fff;
	border: 1px solid #f1f1f1;
	border-left: 2px solid #da2218
}

.comment+.comment {
	margin-top: .5rem
}

.comment.nested-1 {
	margin-left: 0;
	border-left: 1px solid #f1f1f1
}

.comment.nested-2 {
	margin-left: 2rem
}

.comment.nested-3 {
	margin-left: 4rem
}

.comment.nested-4 {
	margin-left: 6rem
}

.comment .comment-header {
	margin-bottom: 1rem
}

.comment .comment-meta {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	font-family: "Nunito Sans";
	font-size: .6875rem
}

.comment .comment-author-avatar {
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 1rem;
	border-radius: 50%;
	overflow: hidden
}

.comment .comment-author-avatar img {
	display: block;
	width: 100%;
	height: auto
}

.comment .comment-author-name {
	display: block;
	font-weight: 800
}

.comment .comment-text {
	font-family: "Nunito Sans";
	font-weight: 400;
	font-size: 1rem;
	color: #404a50
}

.comment .comment-footer .btn>.icon {
	font-size: 1.25em;
	margin: 0 .25em
}

.teaserimage img {
	max-width: 100%
}

@media (min-width:481px) {

	.comment-container,
	.comment-form {
		margin-left: -1rem;
		margin-right: -1rem
	}
}

@media (min-width:769px) {
	.comment-section {
		background: #fff
	}

	.comment-container,
	.comment-form {
		margin-left: 0;
		margin-right: 0
	}

	.comment-form {
		margin-top: 0
	}

	.comment-container [data-fcms-container=spacer]>.alert {
		padding: 0;
		background: 0 0
	}
}

.readonly-form-control {
	width: calc(100% - 301px);
	margin-right: 3px;
	height: 46px;
	float: left;
	border: none
}

.readonly-form-textarea {
	resize: none;
	margin-right: 3px;
	width: 100%;
	height: 100px;
	float: left;
	-webkit-transition: height .35s ease-in-out;
	transition: height .35s ease-in-out;
	border: none
}

.readonly-form-textarea:focus {
	height: 100px
}

input::-webkit-input-placeholder {
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	overflow: hidden !important
}

input:-moz-placeholder {
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	overflow: hidden !important
}

@media (max-width:768px) {

	.readonly-form-control,
	.readonly-form-textarea {
		float: none;
		width: 100%
	}

	.comment-form .btn {
		float: none;
		width: 100%;
		margin-top: 3px
	}
}

p.help-block {
	font-size: 12px
}

.autor-verlag {
	display: none
}

.post-text .btn.shopping-button {
	text-decoration: none;
	font-family: Nunito Sans;
	color: #fff;
	width: fit-content;
	width: -moz-fit-content;
	margin: 1rem 0;
	display: table
}

.post-text .btn.shopping-button-fullwidth {
	text-decoration: none;
	font-family: Nunito Sans;
	color: #fff;
	width: -moz-fit-content;
	margin: 1rem 0;
	display: table
}

.post-text .btn.cta-button-center {
	display: table;
	width: auto;
	margin: auto;
}

.post-text .btn.cta-button {
	text-decoration: none;
	font-family: Nunito Sans;
	margin: 1rem 0;
	display: table-cell
}

.post-text .btn.cta-button-fullwidth {
	text-decoration: none;
	font-family: Nunito Sans;
	margin: 1rem 0;
	display: inline-block
}

.post-text .btn-secondary.shopping-button {
	color: #da2218
}

.post-text .btn.btn-secondary {
	text-decoration: none;
	font-family: Nunito Sans
}

.post-text .btn.btn-secondary:hover {
	color: #fff
}

@media (max-width:480px) {
	.mediaPdf img {
		height: auto !important;
		width: 100% !important
	}
}

article .post-content ul,
article .post-content ol.asul {
	list-style-type: none;
	padding: 1rem;
	margin: 0;
	left: 1rem
}

article .post-content li {
	left: 1rem;
	position: relative
}

article .post-content ul:not(.slick-dots)>li:before,
article .post-content ol.asul>li:before {
	content: "";
	margin-left: .5rem;
	width: 11px;
	height: 11px;

	background: #DA2218;
	display:inline-block;
	margin-left:-1.2rem;
	margin-right:.5rem;
	position:relative;
	left:-.5rem
}

.artZwischenzeile2 a {
	display: block;
	margin-bottom: 1.5rem
}

.divTable {
	display: flow-root;
	font-size: .875rem
}

_:default:not(:root),
.divTable {
	display: block;
	float: left;
	width: 100%;
	clear: both
}

.divTableRow {
	display: flex
}

.divTableHeading {
	background-color: #eee;
	display: table-header-group
}

.divTableCell {
	display: table-cell;
	padding: 3px 10px;
	border-top-color: rgb(255 255 255 / 0);
	font-family: 'Nunito Sans';
	border-style: solid;
	border-color: #e6e6e6;
	border-width: 0 0 1px 0
}

.divTableHeadline {
	font-weight: 700;
	background: #da2218 !important;
	color: #fff !important;
	border-color: #da2218 !important
}

.divTableHeading {
	background-color: #eee;
	display: table-header-group;
	font-weight: 700
}

.divTableFoot {
	background-color: #eee;
	display: table-footer-group;
	font-weight: 700
}

.divTableBody {
	display: table-row-group
}

.divTableCell.col-lg-1 {
	-ms-flex-preferred-size: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%
}

.divTableCell.col-lg-2 {
	-ms-flex-preferred-size: 16.667%;
	flex-basis: 16.667%;
	max-width: 16.667%
}

.divTableCell.col-lg-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%
}

.divTableCell.col-lg-4 {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%
}

.divTableCell.col-lg-5 {
	-ms-flex-preferred-size: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%
}

.divTableCell.col-lg-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%
}

.divTableCell.col-lg-7 {
	-ms-flex-preferred-size: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%
}

.divTableCell.col-lg-8 {
	-ms-flex-preferred-size: 66.667%;
	flex-basis: 66.667%;
	max-width: 66.667%
}

.divTableCell.col-lg-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%
}

.divTableCell.col-lg-10 {
	-ms-flex-preferred-size: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%
}

.divTableCell.col-lg-11 {
	-ms-flex-preferred-size: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%
}

.divTableCell.col-lg-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

@media (max-width:600px) {
	.divTable {
		width: 100%
	}

	.divTableRow {
		display: block;
		margin-bottom: 1rem
	}

	.divTableCell {
		display: block;
		flex-basis: 100% !important;
		max-width: 100% !important;
		display: block;
		font-weight: 700;
		font-family: 'Nunito Sans';
		font-size: 12px;
		border: 1px solid #e6e6e6;
		border-top-color: rgb(255 255 255 / 0)
	}

	.changeLayout .divTableCell {
		position: relative;
		text-align: right
	}

	.changeLayout .divTableCell.text-left {
		text-align: left
	}

	.divTableCell:before {
		content: attr(data-title);
		position: absolute;
		left: 6px;
		width: 45%;
		text-align: left !important;
		padding-right: 10px
	}

	.divTableCell:first-child {
		font-weight: 700;
		background: #da2218 !important;
		color: #fff !important;
		border-color: #da2218 !important
	}

	.divTableHeadline {
		display: none
	}
}

.breadcrumb-menu h1 {
	display: inline-block;
	padding: .5rem;
	font-size: .6875rem;
	line-height: 1rem;
	vertical-align: middle;
	margin: 0;
	color: #404a50;
	font-weight: 600
}

.post-hintergruende {
	background: #f1f1f1;
	margin-bottom: 1rem
}

.post-hintergruende h3 {
	color: #da2218
}

.post-hintergruende .infoBox {
	background-color: #da2218;
	float: right;
	width: 300px;
	color: #fff;
	padding: 1rem;
	margin-left: 1rem;
	margin-right: -3rem
}

.post-hintergruende .infoBox h3 {
	color: #fff;
	margin: .25rem 0
}

.intext-image {
	background: #f1f1f1;
	display: table
}

.intext-image img {
	width: 100%
}

.intext-image .img-text {
	font-size: .875rem;
	display: block;
	padding: 1rem 10px 1.5rem;
	font-weight: 400;
	line-height: 1.8em;
	color: #404a50
}

iframe[src*="www.google.com/maps/embed"] {
	width: 100%
}

.inner .interviewFrage {
	margin-top: 1.5rem
}

.top-special-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 1rem 0 0;
	margin-bottom: 1rem
}

.top-special-links .menu {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 10px
}

.top-special-links .menu>li {
	position: relative;
	font-size: .75rem;
	line-height: 1.3333em;
	margin-bottom: .25em
}

.top-special-links .menu.list-type-arrow>li:before {
	line-height: 2.6666em
}

.top-special-links .menu>li>a:hover {
	text-decoration: underline
}

.top-special-links .head-campaign {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
	padding: .75rem 0;
	margin: 1rem 0 0;
	text-align: center;
	background: #f1f1f1
}

.top-special-links .head-campaign img {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	height: auto
}

@media (min-width:481px) {
	.top-dossiers-nav .h4 {
		margin: 0 1rem
	}

	.top-special-links .menu {
		margin: 0 1rem
	}

	.top-special-links .head-campaign {
		padding-bottom: 0
	}
}

@media (min-width:769px) {
	.top-special-links {
		padding: .5rem 0;
		border-bottom: 1px solid #e4e4e4
	}

	.top-special-links .menu {
		-webkit-box-flex: 9;
		-ms-flex: 9;
		flex: 9
	}

	.top-special-links .head-campaign {
		
		-ms-flex: 0 1 320px;
		flex: 0 1 320px;
		padding: 0;
		margin: 0;
		text-align: right;
		background: 0 0;
        -webkit-box-flex: 0;
-ms-flex: 0 1 320px;
flex: 0 1 320px;
	}
}

.top-special-links li:nth-child(n+6) {
	display: none
}

.post-meta .scroll-x {
	flex: auto !important
}

li.rgal {
	order: 1
}

.post-detail .post-text p img {
	max-width: 100%;
	height: auto
}

.post-detail #glomex-video {
	margin-bottom: 2rem
}

@media (max-width:600px) {
	.height72vw {
		height: 72vw
	}
}

aside.embed-image {
	display: table-cell
}

aside.embed-image figure {
	display: -webkit-box
}

aside.embed-image figure img {
	width: 100%
}

aside.embed-image figcaption {
	display: -webkit-inline-box
}

.embed-image .post-image {
	margin: auto;
	width: 80%
}

.embed-image .img-text .inner {
	font-size: .6875rem !important;
	padding: 0 1rem !important
}

@media (max-width:700px) {
	aside.embed-image figure {
		width: 100%
	}
}

.section-content:empty {
	display: none
}

.top-special-links.section-content {
	border: none;
	padding-bottom: 2rem
}

.author_mobile_v2 {
	font-size: .8rem;
	font-family: 'Nunito Sans';
	font-weight: 700;
	color: var(--verlagconfig-color_grey_1);
	line-height: 1.6em;
	margin: 0
}

.author_mobile_v2.post-extras {
	margin: .5rem 0 0 0;
	border-bottom: 0
}

.author_mobile_v2 .post-authors a {
	font-size: inherit;
		text-decoration:underline;text-decoration-color:#DA2218;text-decoration-thickness:2px;
}

.author_mobile_v2 .scroll-x-inner {
	display: flex
}

.author_mobile_v2 .post-authors {
	flex: 0 0 auto;
	margin-right: 1rem
}

.author_mobile_v2 .post-authors.print-ausgabe {
	padding-right: 2rem
}

.height609 {
	height: 609px !important
}

.post-plus header .post-headline:after {
	content: "PLUS";
	display: inline-block;
	background-image: url(data:image/svg+xml,%3Csvg%20class%3D%22icon-plus%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2099.2%2035.9%22%20%3E%3Ctitle%3EIcon%20Plus%3C%2Ftitle%3E%3Cpath%20fill%3D%22%23C31400%22%20d%3D%22M13.9%2C19.5c0%2C2.9-1.3%2C3.9-4.5%2C3.9H6.3V15.7H9.4c3.2%2C0%2C4.5%2C1%2C4.5%2C3.8m6.1%2C0c0-6.5-3.6-9-10.5-9H1.3c-.7%2C0-1%2C.3-1%2C1V34.4c0%2C.7.3%2C1%2C1%2C1h4c.7%2C0%2C1-.3%2C1-1v-6H9.5c6.9.1%2C10.5-2.3%2C10.5-8.9m17.4%2C15V31.1c0-.7-.3-1-1-1H27.6V11.6c0-.7-.4-1-1.1-1h-4c-.7%2C0-1%2C.3-1%2C1V34.5c0%2C.7.3%2C1%2C1%2C1H36.4c.7%2C0%2C1-.3%2C1-1m20.9-8.2V11.6c0-.7-.3-1-1-1h-4c-.7%2C0-1%2C.3-1%2C1V25.8c0%2C3.1-1.1%2C4.7-4%2C4.7s-4-1.6-4-4.7V11.6c0-.7-.3-1-1.1-1h-4c-.7%2C0-1%2C.3-1%2C1V26.3c0%2C6.4%2C3.4%2C9.6%2C10.1%2C9.6%2C6.5%2C0%2C10-3.2%2C10-9.6M99.5%2C12.9a12.79%2C12.79%2C0%2C0%2C0-25.4-2.1%2C17.52%2C17.52%2C0%2C0%2C0-5-.6c-5.9%2C0-9.3%2C2.3-9.3%2C7%2C0%2C5.2%2C3.7%2C6.7%2C7.5%2C8.1%2C2.5.9%2C4.4%2C1.6%2C4.4%2C3.2s-1.9%2C2.4-4.5%2C2.4a12.83%2C12.83%2C0%2C0%2C1-5.4-1.1.86.86%2C0%2C0%2C0-1.3.6l-1%2C2.7c-.2.7%2C0%2C1%2C.6%2C1.3A19.84%2C19.84%2C0%2C0%2C0%2C68.2%2C36c5.3%2C0%2C9.6-2.1%2C9.6-7.3s-3.7-6.4-7.7-8c-2.5-1-4.2-1.6-4.2-3.2s1.4-2.1%2C3.8-2.1a15.88%2C15.88%2C0%2C0%2C1%2C4.6.7A12.88%2C12.88%2C0%2C0%2C0%2C86.8%2C26%2C13.13%2C13.13%2C0%2C0%2C0%2C99.5%2C12.9%22%20transform%3D%22translate%28-0.3%20-0.1%29%22%3E%3C%2Fpath%3E%3Cpolygon%20points%3D%2279.9%2014.9%2084.5%2014.9%2084.5%2019.4%2088.5%2019.4%2088.5%2014.9%2093%2014.9%2093%2010.8%2088.5%2010.8%2088.5%206.2%2084.5%206.2%2084.5%2010.8%2079.9%2010.8%2079.9%2014.9%22%20fill%3D%22%23E4E4E4%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	margin-left: 10px;
	color: transparent;
	font-size: .7em
}

section#lesensieauch .top-special-links .menu>li {
	position: relative;
	font-size: .85rem;
	line-height: 1.33333em;
	margin-bottom: .65em
}

section#lesensieauch .top-special-links .menu>li>a {
	display: inline-block;
	min-height: 30px
}

.post-meta ul a {
		text-decoration:underline;text-decoration-color:#DA2218;text-decoration-thickness:2px;
}

.post-meta ul a i {
	color: #818182
}

@media(min-width:897px) {
	.left_p {
		width: calc(100% - 300px);
		float: left
	}

	.left_p+.embed-image {
		width: 300px;
		float: left;
		margin: 0 !important
	}

	hr {
		clear: both
	}
}

article .post-content footer ul:not(.slick-dots) li:before {
	display: none
}

.social-share-btn .btn-list>li {
	margin: 0
}

.social-share-btn .btn-list>li a.btn.btn-icon {
	font-size: 1.3rem
}

#socialfooter {
	display: none;
}

/*#socialfooter{bottom:0;z-index:998;background-color:#fff;transition:opacity .5s,visibility .5s;padding:0;line-height:0}#socialfooter .btn-list{width:100%}#socialfooter .comment-item{float:right}#socialfooter .social-share-btn{justify-content:left}*/
#div-gpt-ad-skyscraper {
	position: absolute;
	top: 0;
	left: 1090px;
}

#div-gpt-ad-fireplace_skyscraper_links:before,
#div-gpt-ad-billboard:before,
#div-gpt-ad-billboard_1:before,
#div-gpt-ad-billboard_2:before,
#div-gpt-ad-billboard_3:before,
div-gpt-ad-billboard_4:before,
#div-gpt-ad-content_1:before,
#div-gpt-ad-content_2:before,
#div-gpt-ad-content_3:before,
#div-gpt-ad-content_4:before,
#div-gpt-ad-content_5:before,
#div-gpt-ad-content_6:before,
#div-gpt-ad-mobile_pos1:before,
#div-gpt-ad-mobile_pos2:before,
#div-gpt-ad-mobile_pos3:before,
#div-gpt-ad-mobile_pos4:before,
#div-gpt-ad-mobile_pos5:before,
#div-gpt-ad-mobile_pos6:before,
#div-gpt-ad-mobile_pos7:before,
#div-gpt-ad-mobile_pos8:before,
#div-gpt-ad-mobile_pos9:before,
#div-gpt-ad-rectangle_1:before,
#div-gpt-ad-rectangle_2:before,
#div-gpt-ad-rectangle_Fotogalerie:before,
#div-gpt-ad-skyscraper:before {
	content: "Anzeige";
	font-size: .7em;
	margin-left: 3px;
	text-align: left;
	display: block;
	font-family: 'Nunito Sans';
	color: #404a50
}

#div-gpt-ad-billboard_1:before,
#div-gpt-ad-mobile_pos1:before,
#div-gpt-ad-mobile_pos2:before,
#div-gpt-ad-mobile_pos3:before,
#div-gpt-ad-mobile_pos4:before,
#div-gpt-ad-mobile_pos5:before,
#div-gpt-ad-mobile_pos6:before,
#div-gpt-ad-mobile_pos7:before,
#div-gpt-ad-mobile_pos8:before,
#div-gpt-ad-mobile_pos9:before {
	content: "Weiterlesen nach der Anzeige";
}

#div-gpt-ad-fireplace_skyscraper_links:before {
	text-align: right !important;
	margin-right: 3px;
}

#div-gpt-ad-billboard,
#div-gpt-ad-billboard_1,
#div-gpt-ad-billboard_2,
#div-gpt-ad-billboard_3,
#div-gpt-ad-billboard_4 {
	text-align: center
}

#div-gpt-ad-mobile_pos1 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
	margin-bottom: 1rem
}

.shape-outside-container {
	position: relative;
	width: auto;
	height: 0;
	clear: both
}

@media (max-width:700px) {
	.post-type-article #div-gpt-ad-content_2>div {
		position: relative
	}

	.billboard-wrapper {
		height: 270px;
		transition: height 2s;
		background: #fff;
		display: table;
		width: 100%
	}
}

@media (max-width:745px) {
	.billboard-wrapper {
		display: none
	}
}

#div-gpt-ad-mobile_sticky_ad_wrap {
	position: fixed;
	bottom: 0;
	z-index: 998;
	width: 100%;
	text-align: center;
	background-color: #fff
}

.sky-wrapper {
	width: 100%;
	position: relative
}

#smartbannerHead {
	display: none
}

#div-gpt-ad-content_1>div:first-child {
	position: unset !important
}

#vrweb_player_button_image {
	display: none
}

.embed-iframe,
aside.embed-video {
	display: flow-root;
	margin-left: 0 !important;
	margin-right: 0 !important;
	height: 100%;
	max-width: 100%
}

.post-text #div-gpt-ad-content_1,
.post-text #div-gpt-ad-content_2,
.post-text #div-gpt-ad-rectangle_1,
.shape-outside-container #div-gpt-ad-content_1,
.shape-outside-container #div-gpt-ad-content_2,
.shape-outside-container #div-gpt-ad-rectangle_1 {
	position: relative;
	min-width: 300px
}

.hidden {
	display: none
}

.sticky-ad-close-button {
	position: absolute;
	visibility: hidden;
	width: 28px;
	height: 28px;
	top: -28px;
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234F4F4F' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-size: 13px 13px;
	background-position: 74px 9px;
	width: 100px;
	background-color: #fff;
	background-repeat: no-repeat;
	box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 0.2);
	border: none;
	border-radius: 12px 0 0 0
}

.sticky-ad-close-button:before {
	position: absolute;
	content: "Anzeige";
	top: 7px;
	right: 0;
	left: 11px;
	bottom: 0;
	font-size: .7em;
	margin-left: 3px;
	text-align: left;
	display: block;
	font-family: 'Nunito Sans';
}

.ob-smartfeed-wrapper {
	margin-top: -2px;
}

#div-gpt-ad-mobile_pos1,
#div-gpt-ad-mobile_pos2,
#div-gpt-ad-mobile_pos3,
#div-gpt-ad-mobile_pos4 {
	margin-bottom: 1rem;
	background: #fff
}

#div-gpt-ad-mobile_pos5 {
	background: #fff
}

#div-gpt-ad-rectangle_2,
.ad-section {
	overflow: hidden
}

.mobile_sticky_ad:not([style*="display: none"])~.sticky-ad-close-button {
	visibility: visible;
}

.trf-native-container {
	margin: auto
}

.vrweb_hover_player {
	z-index: 99999999
}

.vrweb_player_main {
	position: relative
}

.vrweb_player_main a {
	margin: 0;
	font-size: inherit
}

span.VR20S_highlight {
	background-color: #ff0
}

div.VR20S_h_player_container {
	width: 248px;
	height: 45px;
	background-image: url(/templates/img/voicereader/buttons/black/bkg.png);
	border: 1px solid #000;
	border-radius: 20px;
	padding-top: 4px;
	padding-left: 6px;
	box-sizing: content-box;
	line-height: normal;
	font: medium sans-serif
}

.vrweb_settings,
div.VR20S_h_player_container {
	box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	-webkit-box-shadow: 0 3px 5px #666;
	-o-box-shadow: 0 3px 5px #666;
	-ms-box-shadow: 0 3px 5px #666
}

div.VR20S_h_player_button {
	width: 38px;
	height: 38px;
	text-decoration: none;
	float: left;
	border-radius: 8px;
	border: 1px solid transparent;
	box-sizing: content-box
}

button.vrweb_icon {
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer
}

button.VR20S_h_player_button {
	width: 38px;
	height: 38px;
	padding: 1px 0;
	text-decoration: none;
	float: left;
	border-radius: 8px;
	border: 1px solid transparent;
	box-sizing: content-box;
	background-color: transparent;
	cursor: pointer
}

button.VR20S_h_player_button:hover {
	border: 1px solid #fff
}

button.VR20S_h_button_play {
	background-image: url(/templates/img/voicereader/buttons/blue/play.png)
}

button.VR20S_h_button_pause {
	background-image: url(/templates/img/voicereader/buttons/blue/pause.png)
}

button.VR20S_h_button_waiting {
	background-image: url(/templates/img/voicereader/buttons/blue/wait.png)
}

button.VR20S_h_button_previous {
	background-image: url(/templates/img/voicereader/buttons/blue/prev.png)
}

button.VR20S_h_button_next {
	background-image: url(/templates/img/voicereader/buttons/blue/next.png)
}

button.VR20S_h_button_config {
	background-image: url(/templates/img/voicereader/buttons/blue/config.png)
}

button.VR20S_h_button_close {
	margin-left: 56px;
	width: 16px;
	height: 16px;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-image: url(/templates/img/voicereader/buttons/blue/close.png);
	background-repeat: no-repeat;
	background-position: center
}

div.VR20S_h_player_button:hover {
	border: 1px solid #fff
}

div.VR20S_h_close_logo {
	width: 76px;
	height: 38px
}

div.VR20S_h_close_logo:hover {
	border: 1px solid transparent
}

img.VR20S_h_linguatec_logo {
	width: 77px;
	height: 19px;
	margin: 0;
	float: left
}

.VR20S_Color_Black {
	background-color: #000
}

.VR20S_Color_LightGrey {
	background-color: #ccc
}

.VR20S_Color_White {
	background-color: #fff
}

.VR20S_Color_LightBlue {
	background-color: #9cf
}

.VR20S_Color_Cyan {
	background-color: #0ff
}

.VR20S_Color_Yellow {
	background-color: #ff0
}

.VR20S_Color_LightGreen {
	background-color: #6f0
}

.VR20S_Color_Magenta {
	background-color: #f3f
}

.VR20S_Color_Blue {
	background-color: #69f
}

.VR20S_Color_LightYellow {
	background-color: #ff9
}

.VR20S_Color_Green {
	background-color: #cf9
}

.VR20S_Color_Red {
	background-color: #f99
}

.VR20S.VR20S_Color_Black {
	background-color: #000
}

.VR20S.VR20S_Color_Cyan {
	background-color: #0ff
}

.VR20S.VR20S_Color_LightBlue {
	background-color: #9cf
}

.VR20S.VR20S_Color_Yellow {
	background-color: #ff0
}

.VR20S.VR20S_Color_LightGreen {
	background-color: #6f0
}

.VR20S.VR20S_Color_Magenta {
	background-color: #f3f
}

.VR20S.VR20S_Color_LightGrey {
	background-color: #ccc
}

.VR20S.VR20S_Color_White {
	background-color: #fff
}

.VR20S_subtitle.VR20S_Color_Black {
	background-color: #000
}

.VR20S_subtitle.VR20S_Color_LightBlue {
	background-color: #9cf
}

.VR20S_subtitle.VR20S_Color_LightGrey {
	background-color: #ccc
}

.VR20S_subtitle.VR20S_Color_White {
	background-color: #fff
}

.VR20S_subtitle.VR20S_Color_Blue {
	background-color: #69f
}

.VR20S_subtitle.VR20S_Color_LightYellow {
	background-color: #ff9
}

.VR20S_subtitle.VR20S_Color_Green {
	background-color: #cf9
}

.VR20S_subtitle.VR20S_Color_Red {
	background-color: #f99
}

.VR20S_subtitle {
	display: block;
	position: fixed !important;
	top: auto !important;
	bottom: 50px !important;
	left: 50px !important;
	right: 50px !important;
	padding: 25px !important;
	background-color: #9cf;
	border: solid 4px #000;
	border-radius: 15px;
	text-align: center;
	z-index: 1000;
	font: 3em Arial, Helvetica, sans-serif;
	line-height: 1.15em;
	color: #000;
	max-height: 100% !important
}

.VR20S_closeSubtitle {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700
}

.vrweb_settings_wrapper {
	display: none
}

.vrweb_settings {
	width: 300px;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 3px;
	resize: both;
	font: 13px Arial, sans-serif;
	line-height: normal
}

.vrweb_settings * {
	box-sizing: content-box !important
}

.vrweb_settings .vrweb_s_content_header {
	margin: 5px;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	padding: 0
}

.vrweb_settings .vrweb_s_content_header h2 {
	display: inline-block;
	margin: 2px
}

button.vrweb_x {
	float: right;
	padding: 1px 0;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	background-color: transparent;
	border: 2px solid transparent;
	cursor: pointer
}

button.VR20S_closeSubtitle {
	background-color: transparent;
	border: none
}

.vrweb_settings .vrweb_settings_frame {
	background-color: #fff;
	margin: 5px;
	padding: 10px 5px;
	overflow: auto;
	border: 1px solid #ccc;
	border-radius: 3px
}

.vrweb_settings .vrweb_settings_content {
	color: #000;
	background-color: #fff;
	padding-left: 5px
}

.vrweb_settings .vrweb_settings_option:not(:last-of-type) {
	margin-bottom: 20px
}

.vrweb_settings .vrweb_settings_option {
	position: relative
}

.vrweb_settings .vrweb_s_option_label {
	font-size: 14px;
	font-weight: 700
}

.vrweb_settings label.vrweb_s_option_label {
	display: block;
	margin-bottom: 5px
}

.vrweb_settings input {
	margin: 0;
	border: none;
	padding: 0
}

.vrweb_settings .vrweb_s_slider {
	width: 150px;
	vertical-align: middle
}

.vrweb_settings .vrweb_s_value {
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-left: 25px;
	border: 1px solid #000;
	border-radius: 8px;
	width: 40px;
	height: 15px;
	color: #000
}

.vrweb_settings label {
	display: inline;
	float: none;
	font-weight: 400
}

.vrweb_settings .vrweb_s_button {
	position: absolute;
	top: 0;
	right: 45px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #000;
	border-radius: 8px;
	box-shadow: 2px 2px 2px grey;
	font-size: 13px;
	color: #000
}

.vrweb_settings .vrweb_s_color_border {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	padding: 1px
}

.vrweb_settings .vrweb_s_color_border:not(:last-of-type) {
	margin-right: 1px
}

.vrweb_settings .vrweb_s_color_border.active {
	border-color: #000
}

.vrweb_settings .vrweb_s_color_option {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	border-radius: 5px
}

button.vrweb_s_color_option {
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 0;
	border: 1px solid #000;
	border-radius: 5px;
	cursor: pointer
}

.vrweb_s_color_border.active {
	border: 2px solid #000
}

.vrweb_tapSubPlayerMessage {
	background-color: #000;
	color: #fff;
	margin-left: 8px;
	margin-top: 46px;
	padding: 2px 0 25px;
	position: absolute;
	text-align: center;
	width: 224px !important;
	height: 5px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

#smartbanner,
#smartbannerHead {
	display: none;
	position: relative;
	width: 100%;
	background: #f4f4f4;
	z-index: 10;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	color: #fff
}

.artFett {
	font-weight: 700
}

.artKursiv {
	font-style: italic
}

.artUnters {
	text-decoration: underline
}

.artUpper {
	text-transform: uppercase
}

.artZwischenzeile {
	font-weight: 700
}

.cc_container_FB {
	padding: 15px 30px 15px;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0
}

.cc_container_FB a {
	color: #fff;
	text-decoration: underline;
	font-weight: 700
}

.cc_container_FB .cc_btn_FB {
	padding: 8px 10px;
	cursor: pointer;
	text-align: center;
	display: block;
	width: 33%;
	margin-right: 8px;
	float: right;
	max-width: 140px;
	margin-top: 15px;
	font-weight: 600;
	border-color: #e4e4e4;
	margin-bottom: .25rem;
	font-size: 1.125rem;
	line-height: 1.4em;
	position: relative;
	border: 1px solid #404a50;
	transition: .2s;
	background: #da2218;
	color: #fff;
	text-decoration: none
}

.cc_btn_FB:hover {
	color: #da2218;
	background-color: #fff
}

.cc_container_FB .cc_message_FB {
	font-weight: 400;
	font-size: .8em;
	transition: font-size .2s;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	display: inline-table;
	width: 85%
}

.cc_container_FB {
	background: #404a50;
	color: #fff;
	font-size: 17px;
	box-sizing: border-box;
	width: 1080px;
	margin: auto;
	position: relative
}

#cookie_container {
	opacity: 0;
	transition: 1s;
	width: 100%;
	z-index: -10;
	position: fixed;
	bottom: 0
}

a.x_zum_close_FB {
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 9px;
	top: 0;
	text-decoration: none
}

@media (max-width:1080px) {
	.cc_container_FB {
		width: 100%
	}

	.cc_container_FB .cc_message_FB {
		width: 80%
	}
}

@media (max-width:930px) {
	.cc_container_FB {
		padding: 5px
	}

	.cc_container_FB .cc_btn_FB {
		margin-right: 3%
	}
}

@media (max-width:840px) {
	.cc_container_FB .cc_message_FB {
		width: 98%
	}

	.cc_container_FB .cc_btn_FB {
		margin-top: 0
	}
}

.top-special-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 1rem 0 0
}

.top-special-links .menu {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 10px
}

@media (min-width:481px) {
	.top-special-links .menu {
		margin: 0 1rem
	}
}

@media (min-width:769px) {
	.top-special-links {
		padding: .5rem 0;
		border-bottom: 1px solid #e4e4e4
	}

	.top-special-links .menu {
		-webkit-box-flex: 9;
		-ms-flex: 9;
		flex: 9
	}
}

.newsticker .container {
	background-color: #DA2218	;
	color: #fff	;
	font-weight:400;
	font-size:.9em;
	overflow:hidden;
	position:relative
}

.newsticker .newsticker-label {
	display: inline-block;
	position: relative;
	font-weight: 700;
	z-index: 2;
	float: left;
	padding: 10px 15px;
	background-color: #DA2218	;
}

.newsticker-label-icon {
	display: inline-block;
	width: 16px;
	height: auto;
	top: 2px;
	margin-right: 5px;
	position: relative
}

.newsticker-label-text {
	display: none
}

@media screen and (min-width:768px) {
	.newsticker-label-text {
		display: inline
	}
}

.marquee {
	width: 100%;

	color: #fff;
	white-space:nowrap;
	overflow:hidden;
	box-sizing:border-box;
	position:absolute
}

.marquee-inner {
	display: inline-block;
	padding-left: 100%;
	animation: marquee2 20s linear infinite;
	line-height: 43px
}

.marquee-inner:hover {
	animation-play-state: paused
}

@keyframes marquee {
	0% {
		transform: translate(1000%, 0)
	}

	100% {
		transform: translate(-100%, 0)
	}
}

@keyframes marquee2 {
	0% {
		transform: translate(0, 0)
	}

	100% {
		transform: translate(-100%, 0)
	}
}

.streamset-placeholder {
	cursor: pointer
}

.streamset-placeholder img {
	width: 100%
}

.streamset-placeholder h2.streamset-titel {
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin: 0;
	color: #fff;
	text-shadow: #000 1px 1px 5px
}

.streamset-placeholder:hover h2.streamset-titel {
	color: #da2218;
	transition: color .2s ease-in
}

.video-container {
	width: 100%;
	position: relative;
	z-index: 999;
}

.video-container figure.post-image::after {
	position: absolute;
	display: block !important;
	content: '\e916';
	top: calc(50% - .5rem) !important;
	right: auto !important;
	bottom: auto !important;
	left: 50% !important;
	width: auto !important;
	height: auto !important;

	font-family: infranken;
	font-size:5rem;
	font-weight:400;
	color:#fff;
	background:0 0 !important;
	transform:translate3d(-50%, -50%, 0);
	text-shadow:#000 1px 1px 5px
}

.video-container:hover figure.post-image::after {
	color: #da2218;
	transition: color .2s ease-in
}

div.ws-loader>div.spinner {
	top: 56%
}

.video-link {
	padding-bottom: 1rem
}

@media (max-width:480px) {
	.video-container figure.post-image::after {
		font-size: 7rem
	}

	.placeholder-headline {
		display: none
	}
}

.weather-alert {
	background-color: #fff;
	color: #404a50;
	position: relative;
	height: 57px;
	width: 100%
}

.weather-alert .h4 {
	margin: 0;
	line-height: 30px;
	display: table-cell;
	height: 57px;
	vertical-align: middle;
	white-space: nowrap
}

.level5,
.level5 *,
.level5 .h4 {
	background-color: #C71585;
	color:#fff
}

.level4,
.level4 *,
.level4 .h4 {
	background-color: #DA2218	;
	color:#fff
}

.level3,
.level3 *,
.level3 .h4 {
	background-color: #E8590C	;
	color:#fff
}

.level2,
.level2 *,
.level2 .h4 {
	background-color: #f8f83e;
	color: #000
}

.icon-weather-alert-icon {
	display: block;
	width: 100%;
	max-width: 40px;
	float: left;
	margin-right: 1rem;
	font-size: 37px
}

.weather-alert-figure {
	float: right;
	position: relative
}

.weather-alert-figure .degree {
	display: block;
	position: absolute;
	top: 10px;
	left: -35px
}

.weather-alert-message {
	float: left;
	width: calc(100% - 140px)
}

.icon-weather {
	font-size: 37px;
	margin-right: 1rem
}

.level2.type1 .weather-alert-icon:before,
.level3.type1 .weather-alert-icon:before {
	content: "\f2dc"
}

.level2.type5 .weather-alert-icon:before,
.level3.type5 .weather-alert-icon:before {
	content: "\f2dc"
}

.level3.type6 .weather-alert-icon:before,
.level4.type6 .weather-alert-icon:before {
	content: "\f2dc"
}

.level4.type2 .weather-alert-icon:before {
	content: "\f01e";
	margin-top: -6px
}

.level4.type2 .weather-alert-icon {
	margin-top: -6px
}

.icon-weather-alert-icon {
	float: left;
	font-size: 2rem;
	font-size: 37px;
	line-height: 57px;
	margin-right: 1rem
}

.weather-alert .marquee {
	height: 57px
}

.author_mobile_v2.post-extras {
	margin: .5rem 0 0 0;
	border-bottom: 0
}

.author_mobile_v2 .post-author p {
	font-size: .8rem
}

.author_mobile_v2 .post-author p .post-author-name {
	font-size: inherit
}

.post-meta ul {
	padding: 0
}

.post-meta ul li {
	float: left;
	display: block;
	margin-right: 1rem;
	font-size: .8rem;
	font-family: 'Nunito Sans';
	font-weight: 700;
	font-size: .8rem;
	color: #818182;
	line-height: 1.6em
}

.post-meta ul li a {
		text-decoration:underline;text-decoration-color:#DA2218;text-decoration-thickness:2px;
}

.markets-menu-wrapper.menu.markets-menu>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 5.75rem;
	padding: .5rem 1rem;
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	transition: color .2s;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

@media (min-width:481px) {
	.markets-menu-wrapper.menu.markets-menu a {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		height: 5.5rem;
		padding: .25rem
	}
}

.markets-menu-wrapper.menu.markets-menu a:before {
	font-size: 1.5em;
	font-weight: 400
}

.section.ad-section {
	margin-top: 0;
	background: 0 0
}

.section.ad-section div:not([style*="display: none;"]) {
	margin-top: 1rem;
	background: #fff
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-button {
	background: rgb(30 30 30 / 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

.fancybox-caption {
	background: linear-gradient(0deg, rgb(0 0 0 /0.85) 0, rgb(0 0 0 /0.3) 50%, rgb(0 0 0 / 0.15) 65%, rgb(0 0 0 /0.075) 75.5%, rgb(0 0 0 / 0.037) 82.85%, rgb(0 0 0 / 0.019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgb(0 0 0 / 0.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.fancybox-search-container-inner .fancybox-content {
	max-width: 400px;
	width: 100%;
	padding: 10px
}

.fancybox-search-container-inner .fancybox-content i {
	margin-right: 1rem
}

.fancybox-search-container.fancybox-is-open .fancybox-bg {
	opacity: .4
}

.fancybox-slide.fancybox-search-container-inner:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: unset;
	vertical-align: middle;
	width: 0
}

html {
	position: relative;
	font-size: 16px
}

body {
	overflow-x: hidden;
	font-family: 'Nunito Sans';
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	color: #404a50;
	line-height: 1.625;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	text-rendering: optimizeLegibility;
	background: #f1f1f1
}

html.locked {
	overflow: hidden
}

a,
a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
	outline: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito Sans';
	padding: 0;
	margin: 0 0 .5em
}

.h1,
h1 {
	font-size: 2.625rem;
	font-weight: 700;
	color: #000;
	line-height: 1.2em
}

.h2,
h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #404a50;
	line-height: 1.3125em
}

.h3,
h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #404a50;
	line-height: 1.4444em
}

.h4,
h4 {
	font-size: 1.125rem;
	font-weight: 700;
	color: #404a50;
	line-height: 1.4444em
}

.h6,
h6 {
	font-size: .6875rem;
	font-weight: 600;
	color: #404a50;
	line-height: 2em;
	text-transform: uppercase
}

p {
	margin: 0 0 1.5em 0
}

iframe {
	border: 0
}

::-webkit-input-placeholder {
	color: #a5a5a6
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: 0;
	margin: 0;
	list-style-type: none
}

.menu.menu-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.menu>li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

ul.list-type-arrow {
	padding: 0 0 0 1.25em;
	margin: 0;
	list-style-type: none
}

ul.list-type-arrow>li {
	position: relative
}

ul.list-type-arrow>li:before {
	content: '\e912';
	display: block;
	position: absolute;
	left: -2.5em;
	top: 0;

	font-family: infranken

	;
	font-size:.5em;
	font-weight:400;
	line-height:3em
}

#page {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto
}

.section {
	position: relative;
	margin-bottom: 2px;
	background: #fff
}

.section .section-inner {
	padding-left: 10px;
	padding-right: 10px
}

.section-header {
	padding-top: 1.5rem;
	padding-bottom: .5rem
}

.section-header .headline {
	font-family: "Nunito Sans";
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.35em;
	margin: 0;
	cursor: default
}

.section-content {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.section-header+.section-content,
.section-header+[data-fcms-container=wsLoadTarget]>.section-content {
	padding-top: 0
}

@media (min-width:481px) {
	.section {
		margin-top: 1rem
	}

	.section .section-inner {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.section-header {
		padding-top: 2.5rem;
		padding-bottom: 1.25rem
	}

	.section-header .headline {
		font-size: 2rem
	}

	.section-header-bg+.section-header .headline {
		padding-bottom: 1rem
	}
}

@media (min-width:769px) {
	.section-content {
		padding-top: 2rem;
		padding-bottom: 2rem
	}

	.section .section-inner {
		padding-left: 4rem;
		padding-right: 4rem
	}
}

@media (max-width:768px) {
	.scroll-x {
		position: relative;
		display: block;
		width: 100%;
		overflow: hidden
	}

	.scroll-x-inner {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}

.scroll-x-inner li:last-of-type {
	margin-right: 48px
}

#site-header {
	width: 100%;
	background: #fff
}

#sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 9999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 65px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	background: #fff;
	border-bottom: 1px solid #e4e4e4
}

@media (min-width:769px) {
	#site-header {
		padding-top: 0
	}

	#sticky-header {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
}

.site-logo {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	height: 100%
}

.site-logo a>img,
.site-logo a>svg {
	display: block;
	width: 180px;
	height: 30px;
	margin-left: 10px
}

.site-logo svg>g.figurative-mark>* {
	fill: #e30613
}

.site-logo svg>g.word-mark>* {
	fill: #4a4a49
}

@media (min-width:481px) {
	.site-logo {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.site-logo a>img,
	.site-logo a>svg {
		width: 250px;
		height: 42px;
		margin-left: 1rem
	}
}

@media (min-width:769px) {

	.site-logo a>img,
	.site-logo a>svg {
		max-height: 42px
	}
}

.top-nav,
.top-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.top-search-handler {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
	padding: 1rem;
	font-size: 20px;
	text-align: center;
	transition: .2s;
	cursor: pointer
}

.top-search-container {
	display: block;
	padding-left: 0;
	max-width: 0;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	overflow: hidden
}

.top-search-container label {
	display: none
}

.top-search-container input[type=search] {
	color: #a5a5a6;
	border: 0
}

#main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

#main-nav>.mobile-menu-handler {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
	font-size: 20px;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer
}

#main-nav>.mobile-menu-handler .lines {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

#main-nav>.mobile-menu-handler .lines,
#main-nav>.mobile-menu-handler .lines:after,
#main-nav>.mobile-menu-handler .lines:before {
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #404a50
}

#main-nav>.mobile-menu-handler .lines:after,
#main-nav>.mobile-menu-handler .lines:before {
	content: '';
	position: absolute;
	left: 0;
	transition: .2s;
	-webkit-transform-origin: .28571rem center;
	transform-origin: .28571rem center
}

#main-nav>.mobile-menu-handler .lines:before {
	top: 7px
}

#main-nav>.mobile-menu-handler .lines:after {
	top: -7px
}

#main-nav>.mobile-menu-handler.active .lines {
	background: 0 0
}

#main-nav>.mobile-menu-handler.active .lines:after,
#main-nav>.mobile-menu-handler.active .lines:before {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 24px;
	margin-left: -3px;
	background-color: #da2218
}

#main-nav>.mobile-menu-handler.active .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg)
}

#main-nav>.mobile-menu-handler.active .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg)
}

#main-nav>.main-nav-container {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	top: 65px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	overflow: hidden;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0
}

@media (max-width:768px) {
	#main-nav>.main-nav-container.visible {
		position: fixed;
		opacity: 1
	}

	#main-nav .menu.sub-menu.level-3 {
		border-bottom: 1px solid #a5a5a6
	}
}

#main-nav>.main-nav-container>div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #f1f1f1;
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: .2s;
	transition: .2s
}

#main-nav>.main-nav-container.visible>div {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#main-nav .menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

#main-nav .menu.main-menu {
	border-top: 1px solid #e4e4e4
}

#main-nav .menu.main-menu .menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	font-size: 1.125rem;
	color: #404a50;
	line-height: 1.8888em;
	background: #fff
}

#main-nav .menu.main-menu .menu-item>a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .5rem 1rem;
	white-space: nowrap;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #e4e4e4
}

#main-nav .menu.main-menu .menu-item>a.sub-menu-handler {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 64px;
	flex: 0 0 64px;
	display: inline-block;
	padding: .5rem !important;
	margin-left: auto;
	line-height: inherit;
	text-align: center;
	cursor: pointer;
	border-width: 0 0 1px 1px
}

#main-nav .menu.main-menu .menu-item>a.sub-menu-handler.active {
	color: #fff;
	background-color: #404a50;
	border-bottom-color: transparent
}

#main-nav .menu.main-menu .menu-item>a.sub-menu-handler.icon:before {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

#main-nav .menu.main-menu .menu-item>a.sub-menu-handler.active.icon:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block
}

#main-nav .menu.main-menu .menu-item>.sub-menu-wrapper {
	display: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

#main-nav .menu.sub-menu .menu-item {
	color: #fff;
	background-color: #404a50
}

#main-nav .menu.sub-menu.level-2 .menu-item>a {
	padding-left: 2rem
}

#main-nav .menu.sub-menu.level-3 .menu-item>a {
	padding-left: 4rem;
	border-color: transparent
}

.menu.markets-menu {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#main-nav .menu.markets-menu {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 1rem
}

.menu.breadcrumb-menu {
	width: 100%;
	padding: 0 1rem;
	align-items: center;
	border-bottom: 1px solid #e4e4e4
}

.menu.breadcrumb-menu>li {
	flex: 0 0 auto
}

.menu.breadcrumb-menu>li:nth-child(n+2):before {
	content: '\e901';
	display: inline-block;
	margin: 0 .25rem;

	font-family: infranken

	;
	font-size:.4rem;
	color:#a5a5a6;
	line-height:1rem;
	vertical-align:middle
}

.menu.breadcrumb-menu>li span {
	display: inline-block;
	padding: .5rem;
	font-size: .6875rem;
	line-height: 1rem;
	vertical-align: middle
}

.menu.breadcrumb-menu>li span>.icon-home {
	font-size: .7rem
}

@media (max-width:745px) {
	.menu.breadcrumb-menu {
		border: none
	}
}

#site-footer {
	padding: 1rem 0 12rem 0
}

#site-footer .other-links-nav,
#site-footer .social-profiles-nav {
	margin-top: 1rem
}

#site-footer .menu {
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px
}

#site-footer .menu>li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

#site-footer .menu>li a {
	display: inline-block;
	padding: .82rem;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.3em;
	min-width: 48px;
	text-align: center
}

#site-footer .social-profiles-nav .btn-list {
	display: table;
	margin: 0 auto
}

#site-footer .impress-nav .menu>li+li:before,
#site-footer .other-links-nav .menu>li+li:before {
	content: '|';
	display: inline-block;
	margin: 0 .25rem
}

@media (min-width:481px) {
	#site-footer {
		padding: 2rem 0 12rem 0
	}

	#site-footer .menu {
		margin-bottom: .25rem
	}

	#site-footer .menu>li a {
		font-size: 1rem;
		padding: .25rem
	}
}

#site-footer .btn.btn-icon {
	color: #404a50;
	background: 0 0 !important;
	width: 3rem;
	height: 3rem;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 3rem;
	border: 0;
	overflow: hidden;
	padding: 0;
	vertical-align: unset
}

#site-footer .btn.btn-twitter:hover {
	color: #60abf4
}

#site-footer .btn.btn-icon {
	background: 0 0;
	color: #404a50
}

#site-content {
	position: relative;
	display: block
}

.btn {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 1em 1.5em;
	font-size: .6875rem;
	font-weight: 600;
	color: #404a50;
	line-height: 1.2em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: 1px solid #404a50;
	transition: .2s
}

.btn:focus {
	outline: 0
}

.btn.btn-lg {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4em;
	color: #da2218;
	padding: .5em
}

.btn.btn-block {
	display: block;
	width: 100%;
	margin-bottom: .25rem
}

.btn.btn-primary,
.btn.btn-swf-upload,
.post-detail .post-text a.btn.btn-primary {
	font-weight: 700;

	color: #fff;
	border-color: #fff;
	background-color: #DA2218
    }

.btn.btn-primary:hover,
.btn.btn-swf-upload:hover:before,
.post-detail .post-text a.btn.btn-primary:hover {
	color: #fff;
	border-color: #a0030c;
	background-color: #a0030c
    }

.btn.btn-secondary {
	font-weight: 700;
    color: #DA2218;
	border-color: #DA2218;
	background-color:#fff
}

.btn.btn-secondary:hover {
	color: #fff;
	border-color: #da2218;
	background-color: #da2218
}

.btn.btn-primary.btn-lg,
.btn.btn-secondary.btn-lg {
	letter-spacing: -.5px
}

.btn.btn-icon {
	width: 3rem;
	height: 3em;
	padding: .5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2em;
	text-align: center;
	vertical-align: middle;
	border: 0
}

.btn.btn-arrow-right,
.btn.btn-icon-right {
	padding-right: 2.5em
}

.btn.btn-arrow-left:after,
.btn.btn-arrow-right:after,
.btn.btn-icon-left>.icon:first-child,
.btn.btn-icon-right>.icon:last-child {
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	display: block;
	width: 1em;
	text-align: center;
	margin: 0 .5em
}

.btn.btn-arrow-right:after,
.btn.btn-icon-right>.icon:last-child {
	right: 0
}

.btn.btn-more {
	margin-top: 2rem;
	font-size: .875rem;
	font-weight: 700;
	color: #da2218;
	text-transform: uppercase;
	background: 0 0;
	border-color: transparent
}

.btn-list {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.btn-list>li {
	display: inline-block;
	margin: .25rem
}

.spinner {
	margin: 20px auto;
	width: 70px;
	text-align: center
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #e4e4e4;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
	animation: bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.spinner .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.btn-list:after,
.btn-list:before,
.clearfix:after,
.clearfix:before {
	content: '';
	display: block
}

.btn-list:after,
.clearfix:after {
	clear: both
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

#main-nav .menu.main-menu .menu-item>a.sub-menu-handler.active {
	background-color: #a5a5a6
}

#main-nav .menu.sub-menu.level-2 .menu-item {
	color: #fff;
	background-color: #a5a5a6
}

@media (min-width:768px) {
	#sticky-header #main-nav .menu.sub-menu.level-3 .menu-item {
		color: #fff;
		background-color: #818182
	}

	#sticky-header #main-nav .menu.sub-menu.level-2 a.sub-menu-handler.active {
		background-color: #818182;
		border-bottom: 0
	}

	#sticky-header #main-nav .menu.sub-menu.level-2 .menu-item a {
		border-color: #fff
	}
}

@media (max-width: 769px) {
	#main-nav .menu.sub-menu.level-2 .menu-item {
		color: #fff;
		background-color: #A5A5A6;
	}

	#main-nav .menu.sub-menu.level-2 .menu-item a {
		border-color: white;
	}

	#main-nav .menu.sub-menu.level-3 .menu-item {
		color: #fff;
		background-color: #818182;
	}
}

.menu.breadcrumb-menu>li span.newcount,
.menu.breadcrumb-menu>li span[data-fcms-method=article_newcount] {
	display: none
}

@media (max-width:768px) {
	#main-nav>.main-nav-container.visible {
		position: fixed;
		opacity: 1;
		background: rgb(0 0 0 / 0.3)
	}
}

#main-nav>.main-nav-container.visible>div {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 80%;
	right: 0;
	left: unset;
	max-width: 350px;
	box-shadow: -20px 0 5px 0 rgb(0 0 0 / 0.2) !important
}

.markets-menu-wrapper.menu.markets-menu>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .5rem 1rem;
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .05em;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	transition: color .2s;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a {
	-ms-flex-preferred-size: 25%;
	flex-basis: 100%;
	padding: .5rem 3rem;
	line-height: 1.8888em;
	font-size: 18px;
	color: #404a50;
	height: auto;
	align-items: flex-start;
	text-transform: unset;
	background-color: #f1f1f1;
	font-weight: 600
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a:before {
	font-weight: 400;
	float: left;
	position: absolute;
	left: 0;
	width: 50px;
	text-align: center;
	font-size: 1.125rem
}

#main-nav .visible .menu.markets-menu {
	margin-top: 0
}

#main-nav .visible .markets-menu-wrapper {
	margin-bottom: 0
}

#sticky-header.sh {
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 1001;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 65px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	max-width: 1080px;
	margin: auto
}

#sticky-header .mobile-menu-handler {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
	font-size: 20px;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer
}

#sticky-header .main-nav-container {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	top: 65px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2147483647;
	overflow: hidden;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0
}

#sticky-header #main-nav {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	flex: unset !important
}

#sticky-header .main-nav-container.visible {
	display: block;
	position: fixed;
	opacity: 1;
	max-width: 1080px;
	margin: auto;
	background: rgb(0 0 0 / 0.3)
}

#sticky-header .main-nav-container.visible>div {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 80%;
	right: 0;
	left: unset;
	max-width: 350px;
	background: #f1f1f1;
	box-shadow: -20px 0 5px 0 rgb(0 0 0 / 0.2) !important
}

#sticky-header #main-nav .menu.main-menu .menu-item>.sub-menu-wrapper.opened {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:768px) {
	#sticky-header .mobile-menu-handler {
		width: 65px
	}
}

.site-logo {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}

@media (min-width:481px) {

	.site-logo a>img,
	.site-logo a>svg {
		width: 200px
	}
}

.newcount {
	display: none
}

.shownewcount {
	display: none
}

.newcount+.shownewcount {
	display: inline-block;
	position: absolute;
	top: 34px;
	right: 8px;
	background: red;
	width: 10px;
	height: 10px;
	line-height: 12px;
	font-size: 8px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-family: 'Nunito Sans';
	font-weight: 700
}

.markets-menu .newcount+.shownewcount {
	top: 12px;
	left: 24px
}

.icon-back-in-time,
.icon_home_1 {
	position: relative
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a.icon_home_1:before {
	font-size: 1.5rem
}

#main-nav .social-profiles-nav {
	list-style-type: none;
	background-color: #f1f1f1;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	height: 45px
}

#main-nav .social-profiles-nav li {
	width: 20%;
	display: block;
	float: left;
	height: inherit
}

#main-nav .btn.btn-icon {
	color: #404a50;
	background: 0 0 !important;
	width: 100%;
	height: 45px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 45px;
	border: 0;
	overflow: hidden;
	padding: 0;
	vertical-align: unset
}

.main-nav-container.visible a,
.markets-menu a {
	font-size: 15px
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a {
	padding: .5rem 0 .5rem 3rem
}

.top-dossiers-nav,
.top-special-links {
	background-color: #fff
}

.main-nav-container.visible .markets-menu-wrapper.menu.service-menu a {
	background-color: #fff
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a {
	font-size: 15px
}

.schnellsuche li {
	margin-bottom: .7rem;
	margin-left: 1rem
}

.markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_abo,
.markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_e-paper,
.markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_login {
	display: none
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu.login-menu {
	display: table
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu.login-menu a {
	font-size: 11px
}

.markets-menu-wrapper.menu.markets-menu.login-menu a:after {
	content: attr(data-title)
}

@media (max-width:626px) {
	.markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_abo {
		display: table-cell
	}
}

@media (max-width:565px) {
	.markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_e-paper {
		display: table-cell
	}
}

@media (max-width:500px) {
	.markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_login {
		display: table-cell
	}
}

#sticky-header .mobile-menu-handler {
	width: 100%
}

#sticky-header a[title] i {
	font-size: 1rem
}

.articlenewcount {
	height: 64px;
	line-height: 64px;
	flex: 1 0 auto
}

.site-logo {
	flex: 0 0 250px
}

@media (max-width:480px) {
	.site-logo {
		flex: 0 0 200px
	}
}

@media (min-width:768px) {
	
	#sticky-header #main-nav {
		width: 95px
	}

	#sticky-header #main-nav {
		width: 65px
	}

	#main-nav>.mobile-menu-handler .lines {
		right: 0
	}
}

.site-logo {
	order: 1
}

.articlenewcount {
	order: 2
}

.top-search {
	order: 3
}

.ajax-login-container {
	display: block;
	order: 4
}

.epaper {
	order: 5
}

.aboservice,
.epaper,
.login {
	display: none
}

@media(min-width:626px) {
	.aboservice {
		display: block;
		order: 6
	}
}

@media(min-width:565px) {
	.epaper {
		display: block;
		order: 5
	}
}

@media(min-width:500px) {
	.login {
		display: block;
		order: 4
	}
}

@media(min-width:48px) {
	.trauer {
		display: block;
		order: 7;
	}
}


#main-nav>.mobile-menu-handler,
.top-search label,
header .aboservice a,
header .epaper a,
header .trauer a,
header .login a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 60px;
	padding-top: 13px;
	font-size: 1rem;
	text-align: center;
	transition: .2s;
	cursor: pointer;
	
}

#main-nav {
	order: 7
}

@media (max-width:768px) {

	#main-nav>.mobile-menu-handler,
	.top-search label,
	header .aboservice a,
	header .epaper a,
	header .login a,
	header .trauer a {
		width: 50px
	}
}

@media (min-width:768px) {

	#main-nav>.mobile-menu-handler,
	.top-search label,
	header .aboservice a,
	header .epaper a,
	header .login a,
	header .trauer a {
		width: 60px
	}

	
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a {
	font-size: 15px
}

.menu.markets-menu.login-menu {
	flex-wrap: nowrap
}

.menu.markets-menu.login-menu a {
	position: relative
}

#breadcrumb-nav {
	background: #fff
}

#site-footer .btn.btn-icon {
	width: 3rem;
	height: 3rem;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 3rem;
	border: 0;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	vertical-align: unset
}

.locked #site-header {
	position: fixed
}

#site-header {
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	max-width: 1080px;
	top: 0;
	height: 65px;
	z-index: 999999;
	background: 0 0
}

.btn.btn-arrow-left:after,
.btn.btn-icon-left>.icon:first-child {
	left: 0
}

.btn.btn-arrow-left,
.btn.btn-icon-left {
	padding-left: 2.5em
}

.footer-store-badge {
	margin: 0 !important;
	text-align: center
}

p.footer-store-badge img.store-badge {
	width: auto;
	max-height: 48px
}

.billboard-wrapper {
	height: 270px;
	transition: height 2s;
	background: #fff
}

@media (max-width:769px) {
	[data-fcms-domid=slider] {
		--n: 1;
		align-items: center;
		width: 100%;
		margin-left: calc(var(--tx, 0px) + var(--i, 0)/ var(--n)*-100%)
	}
}

.smooth {
	transition: transform .5s ease-out
}

.embed-article {
	display: flow-root;
	margin-bottom: 1rem
}

.embed-article h2 {
	font-size: 1rem
}

.embed-article .post-type-newsletterbutton,
.embed-article article {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 1rem
}

.embed-article .post-teaser.teaser-format-blog .teaser-inner,
.embed-article .post-type-article.teaser-format-default .teaser-inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.embed-article .post-teaser.teaser-format-blog .post-thumb,
.embed-article .post-type-article.teaser-format-default .post-thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 80px
}

.embed-article .post-type-article.teaser-format-default .post-thumb:before {
	padding-top: 100%
}

.embed-article .post-type-article.teaser-format-default.post-has-thumb .post-content,
.embed-article .post-type-article.teaser-format-default.post-has-thumb.post-is-premium .post-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	background: #fff;
	justify-content: initial;
	flex-basis: 62.5%;
	padding: 0 1rem;
	font-family: "Nunito Sans"
}

.embed-article .post-teaser.teaser-format-blog .post-content,
.embed-article .post-type-article.teaser-format-default .post-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
	border-bottom: 0
}

.embed-article .post-type-article.teaser-format-default.post-has-thumb .post-content a {
	text-decoration: none
}

.post.post-has-thumb .post-location {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 2;
	pointer-events: auto
}

.embed-article .post-teaser.teaser-format-blog.post-has-thumb .post-content .post-location,
.embed-article .post-type-article.teaser-format-default.post-has-thumb .post-content .post-location {
	position: static;
	flex: 0 0 auto
}

@media (min-width:769px) {

	.post-detail.post-type-article .social-share-btn.stickyElement[data-fcms-method=stickyElement],
	.post-index.post-type-gallery .social-share-btn.stickyElement[data-fcms-method=stickyElement] {
		position: fixed !important;
		z-index: 998 !important
	}

	.social-share-btn[data-fcms-method=stickyElement] .btn-list {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 3.5rem;
		padding: 0;
		margin: 0 .25rem
	}
}

.trf-native-container {
	max-width: 300px
}

.section-header-bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	overflow: hidden
}

.section-header-bg>img {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	height: auto;
	transform: translate3d(0, -50%, 0)
}

.section-header-bg+.section-header {
	position: relative;
	z-index: 2;
	padding: 0;
	margin-bottom: 2rem
}

.section-header-bg+.section-header .headline {
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: block;
	width: 100%;
	padding: 0 10px;
	color: #fff
}

.section-header-bg+.section-header:before,
.section-header-bg:before {
	content: '';
	display: block;
	height: 0;
	padding-top: 33.3333%
}

.section-header-bg:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
	background: -webkit-linear-gradient(top, rgb(0 0 0 / 0) 50%, rgb(0 0 0 / 0.8) 100%);
	background: -moz-linear-gradient(top, rgb(0 0 0 / 0) 50%, rgb(0 0 0 / 0.8) 100%);
	background: linear-gradient(to bottom, rgb(0 0 0  / 0) 50%, rgb(0 0 0 / 0.8) 100%)
}

@media (min-width:769px) {
	.section-header-bg+.section-header {
		margin-bottom: 0
	}

	.section-header-bg+.section-header .headline {
		margin-bottom: 5%
	}
}

#kommentSlider {
	height: 100%;
	width: 100vw;
	max-width: 750px;
	position: fixed;
	z-index: 99999999;
	left: -100vw;
	overflow-x: hidden;
	transition: left .5s;
	background-color: #fff
}

#kommentSlider.open {
	top: 0;
	left: 0;
	box-shadow: 20px 0 5px 0 rgb(0 0 0 / 0.2) !important
}

#kommentSlider .site-logo {
	background-color: #fff;
	height: auto;
	padding: .5rem 0
}

.sidebar-inner {
	padding-left: 1rem;
	padding-right: 1rem
}

.sample-sidebar {
	background: #fff;
	width: 100%;
	max-width: 750px
}

#commentoverlay {
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 1;
	transition: opacity .5s;
	background: rgb(0 0 0 / 0.3);
	left: 0;
	animation-delay: 2s
}

#commentoverlay.overlayhidden {
	display: none
}

.btn.btn-sm {
	font-size: .6875rem;
	font-weight: 700;
	padding: .5em 1em;
	border-color: #e4e4e4
}

.top-dossiers-nav {
	border-bottom: 1px solid #e4e4e4
}

.top-dossiers-nav .h4 {
	display: inline-block;
	margin: 0 10px;
	font-size: .6875rem;
	font-weight: 800;
	line-height: 39px;
	white-space: nowrap
}

@media (max-width:768px) {
	.scroll-x .btn-list {
		white-space: nowrap
	}
}

@media(min-width:769px) {
	.fcms--slider-dots {
		display: none
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: grab
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: unset;
	-moz-transform: unset;
	-ms-transform: unset;
	-o-transform: unset;
	transform: unset
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.fcms--slider-dots * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fcms--slider-dots-outerContainer {
	width: 60px;
	overflow: hidden;
	margin: 0 auto
}

.fcms--slider-dots-innerContainer {
	display: block;
	width: 84px;
	margin: 0 0 0 -12px;
	padding: 5px 0;
	white-space: nowrap
}

.fcms--slider-dots-innerContainer:after {
	content: '';
	display: table;
	clear: left
}

.fcms--slider-dots-innerContainer .fcms--slider-dot {
	float: left;
	display: inline-block;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	margin: 2px;
	background-color: #fff;
	border: 1px solid #505050
}

.fcms--slider-dots-innerContainer.fcms--slider-dot-fifth .fcms--slider-dot:nth-child(6),
.fcms--slider-dots-innerContainer.fcms--slider-dot-first .fcms--slider-dot:nth-child(2),
.fcms--slider-dots-innerContainer.fcms--slider-dot-fourth .fcms--slider-dot:nth-child(5),
.fcms--slider-dots-innerContainer.fcms--slider-dot-second .fcms--slider-dot:nth-child(3),
.fcms--slider-dots-innerContainer.fcms--slider-dot-third .fcms--slider-dot:nth-child(4) {
	background-color: #505050
}

.fcms--slider-dot-animate-left {
	transform: translate3d(-10px, 0, 0);
	transition: transform .4s ease-out
}

.fcms--slider-dot-animate-right {
	transform: translate3d(10px, 0, 0);
	transition: transform .4s ease-out
}

.fcms--slider-container {
	min-height: 500px
}

.slick-inactive {
	max-height: 500px
}

glomex-sticky.stick.stick-mobile {
	width: 100vw !important;
	left: 0 !important;
	transform: translateX(0) !important;
	top: 64px !important;
	z-index: 999 !important
}

.listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -.5rem;
	margin-right: -.5rem
}

@media (min-width:481px) {
	.listing.listing-imgbox-1-2 {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.listing.listing-imgbox-1-2 .listing-item:nth-child(1) {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 66.6666%;
		height: 100%;
		padding-bottom: 0
	}
}

.listing.listing-imgbox-1-2 .listing-item:nth-child(1) {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

.post-type-image.teaser-format-large .post-thumb:before {
	padding-top: calc(56.25% + 1rem)
}

.post-teaser .post-thumb img.lazyload {
	/*width:100%!important;*/
	height: 100% !important;
	background: -webkit-linear-gradient(top, #f1f1f1 0, rgb(241 241 241 / 0) 100%);
	background: -moz-linear-gradient(top, #f1f1f1 0, rgb(241 241 241 / 0) 100%);
	background: linear-gradient(to bottom, #f1f1f1 0, rgb(241 241 241 / 0) 100%)
}

@media (min-width:481px) {
	.listing.listing-imgbox-1-2 .listing-item:nth-child(1) .post-teaser.post-type-image.teaser-format-large .post-thumb {
		height: 100%
	}

	.listing.listing-imgbox-1-2 .listing-item:nth-child(n+2) {
		flex: 1 0 auto;
		width: 33.3333%
	}
}

.listing .listing-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 .5rem 1rem
}

.post-teaser.post-type-image .post-thumb .img-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 10;
	background: rgb(0 0 0 / 0.5);
	pointer-events: none
}

.post-teaser.post-type-image .post-thumb .img-overlay>a,
.post-teaser.post-type-image .post-thumb .img-overlay>span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'Nunito Sans';
	font-weight: 900;
	font-size: 2rem;
	color: #fff;
	line-height: 1em;
	transform: translate3d(-50%, -50%, 0)
}

@media (max-width:480px) {
	.listing.listing-imgbox-1-2 .listing-item:nth-child(1) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.listing.listing-imgbox-1-2 .listing-item:nth-child(n+2) {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding-bottom: 0
	}
}

.cmp_app .cmp_paragraph p {
	margin-bottom: 0;
	padding: 0;
	display: inline
}

.cmplazypreviewiframe:not([data-cmp-vendor=s30]) {
	background-color: #f1f1f1 !important;
	height: 264px !important
}

.cmplazypreviewiframe .cmplazypreviewmsg {
	color: var(--verlagconfig-color_grey_1);
	background: 0 0
}

.cmplazypreviewiframe .cmplazypreviewmsg * {
	color: var(--verlagconfig-color_grey_1);
}

.cmplazytxt {
	font-weight: normal;
}

.cmplazypreviewiframe .cmplazyhl:before {
	font-family: infranken	;
	margin-right:10px;
	font-size:22px
}

.cmplazypreviewiframe[data-cmp-vendor=s7] .cmplazyhl:before {
	content: "\e909"
}

.cmplazypreviewiframe[data-cmp-vendor=s34] .cmplazyhl:before {
	content: "\e91e"
}

.cmplazypreviewiframe[data-cmp-vendor=s30] .cmplazyhl:before {
	content: "\f16a"
}

.cmplazypreviewiframe[data-cmp-vendor=s14] .cmplazyhl:before {
	content: "\f16d"
}

.cmplazypreviewiframe[data-cmp-vendor=s1104] .cmplazyhl:before {
	content: "\e824"
}

.cmplazypreviewiframe[data-cmp-vendor=s49] .cmplazyhl:before {
	content: "\f0d2"
}

.w4_Content_2,
.w4_Content_3,
.w4_Mobile_Pos3,
.w4_Mobile_Pos4,
.w4_Mobile_Pos8 {
	height: 350px
}

.w4_Rectangle_1 {
	height: 350px;
}

.w4_Content_1 {
	height: 660px
}

@media (min-width:769px) {

	.w4_Content_1,
	.w4_Content_2,
	.w4_Content_3,
	.w4_Content_4,
	.w4_Content_5,
	.w4_Content_6,
	.w4_Content_7,
	.w4_Mobile_Pos2,
	.w4_Mobile_Pos3,
	.w4_Mobile_Pos4,
	.w4_Mobile_Pos5,
	.w4_Mobile_Pos6,
	.w4_Mobile_Pos7,
	.w4_Mobile_Pos8,
	.w4_Mobile_Pos9,
	.w4_Rectangle_1 {
		clear: both;
		margin-right: -5rem;
		margin-left: 20px;
		float: right;
		position: relative;
		min-width: 300px;
		z-index: 100
	}
}

div.w4_Rectangle_1 {
	width: 336px;
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a.icon_tickets:before {
	top: initial;
	height: auto;
	font-size: 2rem !important;
}

@media (max-width: 768px) {
	.w4_Mobile_Pos5 {
		min-height: 292px
	}

	.w4_Mobile_Pos2 {
		min-width: 300px;
		vertical-align: middle;
		margin-bottom: 1rem;
	}
}

#div-gpt-ad-smartbanner-Ad {
	display: none;
}

.scroll-teaser .post-content {
	padding: 0 0;
	margin-top: 0;
}

.progress-container {
	width: 100%;
	overflow: hidden;
	display: none;
	background: transparent;
	height: 3px;
}

@media(max-width:768px) {
	.progress-container {
		position: fixed;
		top: 60px;
	}
}

.progress-bar {
	height: 100%;
	background: var(--verlagconfig-color_primary);
	width: 0%;
}

.billboard-wrapper {
	display: table;
	width: 100%;
}

@media (max-width: 745px) {
	.billboard-wrapper {
		display: none;
	}
}

#div-gpt-ad-billboard {
	display: table-cell;
	vertical-align: middle;
}

picture img {
	width: 100%;
	height: auto;
}

.section-header-bg picture {
	position: absolute;
	top: 0;
}

.post-detail .post-text a.enriched {
	text-decoration: underline dotted var(--verlagconfig-color_primary);
	color: inherit;
	text-underline-offset: 2px;
}


@media (min-width: 784px) {

	.ad-section.bb1,
	.ad-section.bb2,
	.ad-section.bb3 {
		height: 305px;
		display: table;
		width: 100%;
	}

	.trf-center-container {
		height: inherit;
		display: table-cell;
		vertical-align: middle
	}

}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;

}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}


.fancybox-share__button:hover {
	text-decoration: none
}


.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-share__button {
	display: block
}

.fancybox-share__button:before {
	font-family: 'infranken';
	font-size: 1.5rem;
	margin-right: 10px;
	width: 32px;
	display: inline-block;
	text-align: center;

}

a.fancybox-share__button--fb:before {
	content: "\e909";
}

a.fancybox-share__button--tw:before {
	content: "\e91e";
}

a.fancybox-share__button--pt:before {
	content: '\f0d2';
}

.fancybox-share svg {
	display: none
}

div[class^="w4_Mobile_Pos"] {
	text-align: center;
}

#showGallery,
#showBilderserie {
	margin: 0 1rem;
}

#gallerySlider.open,
#bilderserieSlider.open {
	top: 0;
	left: 0;
	box-shadow: 20px 0 5px 0 rgb(0 0 0 / 0.2) !important;
}

@media (min-width: 769px) {
	.post-type-article.teaser-format-large .post-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-ms-flex-preferred-size: 33.3333%;
		flex-basis: 33.3333%;
		max-width: 33.3333%;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
		padding: 1.5rem 0 1rem 1rem !important;
		margin: 0 0.5rem 0 0;
		position: static !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		background: #FFF !important;
		transform: none !important;
		pointer-events: all !important;
	}

	.post-type-article.teaser-format-large .post-thumb:before {
		padding-top: 56.25% !important;
	}

	.post-type-article.teaser-format-large .post-thumb {
		position: relative;
		top: initial;
		right: initial;
		bottom: initial;
		left: initial;
		flex-basis: 66.6666%;
		max-width: 66.6666%;
		margin-left: 0.5rem;
	}

	.post-type-article.teaser-format-large .teaser-inner {
		position: relative;
		flex-direction: row;
		padding-top: 0;
		margin-left: -0.5rem;
		margin-right: -0.5rem;
		padding-bottom: 1rem;
	}
}

#galleryoverlay,
#bilderserieoverlay {
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999998;
	opacity: 1;
	transition: opacity .5s;
	background: rgb(0 0 0 / 0.8);
	left: 0;

}

#div-gpt-ad-skyscraper.showsky {
	position: fixed;
	left: 1100px;
	top: 0;
	z-index: 9999999;
}

#page .sky-wrapper.notfixed {
	position: relative;

}

.fancybox-container {
	z-index: 9999999;
}

#gallerySlider,
#bilderserieSlider {
	height: 100%;
	width: 100vw;
	max-width: 1080px;
	position: fixed;
	z-index: 9999999;
	left: -100vw;
	overflow-x: hidden;
	transition: left .5s;
	background-color: #fff;
}

#galleryoverlay.overlayhidden,
#bilderserieoverlay.overlayhidden {
	display: none;
}

.Fireplace_Skyscraper_links {
	top: 0 !important;
	text-align: right;
	left: -310px;
	width: 300px;
	position: absolute !important;
}


.w4_Mobile_Pos2 {
	height: 630px;
}

.Mobile_Pos2 {
	position: sticky !important;
	top: 60px;
}

ul.tablestyle li {
	border-style: solid;
	border-color: #e6e6e6;
	border-width: 0 0 1px 0;
	padding: 4px 0;
}

article .post-content ul.tablestyle li:before {
	content: "";
	background: transparent
}

#div-gpt-ad-mobile_pos4 .ob-widget-header {
	display: none;
}

.w4_Mobile_Pos4 {
	min-height: 350px;
	height: auto;
}

a[href*="video.inrlp.de"] {
	display: none;
}

div[id^=div-gpt-ad-yieldlove-sticky-]:not([style*="visibility: collapse"]):not([style*="display: none"])~.cleverpush-bell {
	bottom: 140px !important
}

div[id^=div-gpt-ad-yieldlove-sticky-]:not([style*="visibility: collapse"]):not([style*="display: none"])~#page #tbutton {
	bottom: 130px !important
}

.trmheaderunternehmen {
	display: none;
}

.TRM-RPA-image-container~.trmheaderunternehmen {
	display: block;
}

/* article rating */
#rating {
	margin-left: 0.5em;
}

.post-meta ul {
	display: flex;
	align-items: baseline;
}

/*
.post-meta ul li.author-margin {
	margin-left: 5em;
}
*/
.btn.btn-round {
	text-decoration: none;
	border-radius: 50%;
	padding: 1em;
	color: var(--verlagconfig-color_grey_1);
	border-color: var(--verlagconfig-color_grey_4);
	background-color: var(--verlagconfig-color_grey_4);
	box-shadow: 1px 1px 5px var(--verlagconfig-color_grey_1);
}

.btn.btn-round:hover {
	color: var(--verlagconfig-color_primary_fontcolor);
	border-color: var(--verlagconfig-color_primary);
	background-color: var(--verlagconfig-color_primary);
}

#share .icon.icon-share {
	font-weight: 600;
	color: inherit;
}

#rating .icon.icon-heart,
#rating .icon.icon-heart-fill,
#kombtn .icon.icon-comments {
	font-size: 1.2em;
	color: inherit;
}

#social-share.social-share-btn.fancybox-content .share-hint.hidden {
	display: block;
}

a.external_link:before {
	font-family: 'infranken';
	content: '\ea30';

	margin-right: 2px;
}

.post-authors span[data-fcms-module="Author"]:not(:last-of-type):after {
	content: ", ";
	margin-right: 4px;
	float: left;
}


.post-authors[data-info]:before {
	padding-top: 11px;
	content: attr(data-info);
	display: block;
}

.post-authors span[data-info]:before {
	padding-top: 11px;
	content: attr(data-info);
	display: block;
}

.post-authors span[data-info] {
	float: left;
}

.post-authors span[data-info] a {
	display: block;
	white-space: nowrap;
	float: left;

}

.post-authors .post-author-name a:hover,
.post-meta ul li a:hover {
	color: var(--verlagconfig-color_hover);
}

.post-authors .post-author-image {
	float: left;
	margin-right: .8rem;
}

.post-authors .post-author-image img {
	border-radius: 50%;
}


figure.cite {

	color: #DA2218;
	margin-left: 0;
	line-height: 35px;
	font-style: italic;
	/* margin: 0 0 0 40px; */
	border-left: 5px solid #DA2218;
	padding: 0;
	padding: 1rem 0 1rem 40px;
}

figure.cite blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

figure.cite blockquote p {
	margin: 0 0 1rem 0
}

figure.cite figcaption {
	font-size: 14px;
	color: #A5A5A6;
	line-height: 22px;
	padding-left: 40px;

}

header .epaper a:after,
header .aboservice a:after,
header .trauer a:after,
header .login a:after,
.top-search label:after,
.mobile-menu-handler:after {
	content: "";

}

.trauer.hidden-xs {
	display: none;
}


header .epaper a,
header .trauer a,
header .aboservice a,
header .login a,
.top-search label,
#main-nav>.mobile-menu-handler {
	border-left: none;

}

#sticky-header.sh,
#site-header {
	height: 60px;
}

header .epaper a,
header .trauer a,
header .aboservice a,
header .login a,
.top-search label,
#main-nav>.mobile-menu-handler {
	width: 60px;
	height: 60px;

}


#sticky-header a[title] i {
	font-size: 1.3rem;
}


#main-nav>.mobile-menu-handler,
.top-search label,
header .aboservice a,
header .epaper a,
header .trauer a,
header .login a {
	padding-top: 13px;
}

@media (max-width: 768px) {

	header .login a,
	.top-search label,
	#main-nav>.mobile-menu-handler {
		width: 50px;
	}
}

.mitscaler img {
	width: auto !important;
}

.w4_Mobile_Pos4:has(.ob-chunks-loader) {
	height: 385px;
}

/* new article header */
.post-authors .post-author-image {
	max-width: 48px;
	width: 100%;
}

.post-authors span[data-info]:before {
	padding-top: 6px;
}

.post-content .post-description {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8em;
	color: #404a50
}

.post-detail .post-header .post-location {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.post-detail .post-header .post-topline {
	line-height: 1.2rem;
	font-size: 1.025rem;
	float: left;
}

.post-detail .post-header .post-readtime {
	display: inline-block;
	font-size: .8rem;
	line-height: 1rem;
	padding: .25rem;
}

.post-detail .post-header .post-published-readtime-spacer::before {
	content: '|';
}

.post-detail .post-header .post-published {
	float: unset;
	font-size: .8rem;
	margin-bottom: 0;
}

.author_mobile_v2.post-extras {
	margin: 0;
	padding-top: 0;
}

.post-extras {
	border: none;
}

.post-extras.post-timings {
	margin-bottom: .5rem;
}

.post-detail .post-image {
	margin-top: 0;
}

.post-detail .post-image .img-text,
.post-detail .post-video .video-text {
	padding-top: 0;
	padding-bottom: .25rem;
}

.post-detail .post-content {
	margin: 0;
}

@media(max-width: 768px) {
	.post-content .post-description {
		font-size: 1.1rem;
	}

	.post-detail .post-header {
		padding-bottom: 0;
	}

	.post-detail .post-header .post-headline {
		font-size: 1.3rem;
	}

	.post-extras.post-timings {
		margin-bottom: 0;
	}
}


figcaption .inner a {
	text-decoration: underline;
	text-decoration-color: #DA2218;
	text-decoration-thickness: 2px;

}

article .post-content ul.pfeilunten>li:before {
	content: "\2B07";
	text-indent: -1px;
	font-size: 21px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: white;
}

html.locked div[data-widget-id="READNXTM_1"] {
	display: none;
}

.locked #ogy-ad-slot.ogy_ad_slot_element.ogy_ad_slot_element--force-index {
	z-index: 99999 !important;
}

.locked #inScreen {
	z-index: 99999 !important;
	position: absolute;
}

*.cmpbox{position:fixed;font-family:Arial,sans-serif;background-color:white;-webkit-box-shadow:0 0 5px 0 rgb(0 0 0 / 0.75);-moz-box-shadow:0 0 5px 0 rgb(0 0 0 / 0.75);box-shadow:0 0 5px 0 rgb(0 0 0 / 0.75);box-sizing:border-box;transition:.9s all ease;z-index:9999999}*.cmpbox IMG,*.cmpbox SVG{display:inline-block !important}*.cmpboxrecall IMG,*.cmpboxrecall SVG{display:inline-block !important}*.cmpboxinner,*.cmpboxinner2{height:100%;max-width:1400px;margin-left:auto;margin-right:auto}.cmpfullscreen .cmpboxinner{display:flex;flex-direction:column}*.cmpbox0{bottom:0;right:0;width:600px}*.cmpbox1{bottom:0;left:0;width:100%}*.cmpbox2{bottom:0;left:50%;width:600px;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}*.cmpbox3{position:fixed;top:50%;left:50%;width:600px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}*.cmpbox4{top:0;left:50%;width:600px;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}*.cmpbox5{top:0;left:0;width:100%}*.cmpbox6{top:0;right:0;height:100%;max-width:300px}*.cmpbox7{top:0;left:0;height:100%;max-width:300px}*.cmpboxBG{position:fixed;left:0;top:0;width:100%;height:100%;background-color:#cfcfcf;opacity:.5;z-index:8999999}*.cmpbox *,*.cmpbox>*{font-family:Arial,sans-serif;text-decoration:none;box-sizing:border-box;border:0 solid white;transition:.9s all ease;vertical-align:middle}*.cmpboxhl{font-size:12pt;color:#3b3b3b}*.cmpboxbtns{text-align:center;min-height:50px;flex-shrink:0}*.cmpboxtxt,.cmpprpsdescr{font-size:11pt;line-height:1.3em;color:#5f5f5f;text-align:justify}.cmpprpsdescr{margin-bottom:10px}*.cmpboxbtn{font-size:11pt;margin:10px;-webkit-box-shadow:0 0 5px 0 rgb(0 0 0/ 0.5);-moz-box-shadow:0 0 5px 0 rgb(0 0 0 / 0.5);box-shadow:0 0 5px 0 rgb(0 0 0 / 0.5);width:200px;display:inline-block;text-align:center;position:relative;height:auto;padding:7px 0 7px 10px;border-radius:3px;line-height:normal}*.cmpboxbtn.cmpboxbtnsave{padding-left:0}*.cmpbox1 *.cmpboxcontent{display:inline-block;max-width:70%;padding-bottom:0}*.cmpbox1 *.cmpboxcontent.cmpboxcontentfull{max-width:100%}*.cmpbox1 *.cmpboxbtns{display:inline-block;min-width:30%;margin-top:40px;max-width:30%}*.cmpbox5 *.cmpboxcontent{display:inline-block;max-width:70%;padding-bottom:0}*.cmpbox5 *.cmpboxcontent.cmpboxcontentfull{max-width:100%}*.cmpbox5 *.cmpboxbtns{display:inline-block;min-width:30%;margin-top:40px;max-width:30%}.cmpfullscreen.cmpbox1 *.cmpboxbtns,.cmpfullscreen.cmpbox5 *.cmpboxbtns{display:block;margin-top:10px;max-width:100%;width:100%}@media(max-width:1500px){*.cmpbox1 *.cmpboxcontent{max-width:calc(100% - 450px)}*.cmpbox1 *.cmpboxcontent.cmpboxcontentfull{max-width:100%}*.cmpbox1 *.cmpboxbtns{min-width:450px}*.cmpbox5 *.cmpboxcontent{max-width:calc(100% - 450px)}*.cmpbox5 *.cmpboxcontent.cmpboxcontentfull{max-width:100%}*.cmpbox5 *.cmpboxbtns{min-width:450px}}@media(max-width:1200px){*.cmpbox1 *.cmpboxcontent{max-width:calc(100% - 250px)}*.cmpbox1 *.cmpboxcontent.cmpboxcontentfull{max-width:100%}*.cmpbox1 *.cmpboxbtns{width:250px;min-width:250px}*.cmpbox5 *.cmpboxcontent{max-width:calc(100% - 250px)}*.cmpbox5 *.cmpboxcontent.cmpboxcontentfull{max-width:100%}*.cmpbox5 *.cmpboxbtns{width:250px;min-width:250px}.cmpfullscreen.cmpbox1 *.cmpboxbtns,.cmpfullscreen.cmpbox5 *.cmpboxbtns{display:block;margin-top:10px;max-width:100%;width:100%}*.cmpboxbtn{display:block;margin-left:auto;margin-right:auto;margin-bottom:10px}.cmpfullscreen *.cmpboxbtn{display:inline-block;margin-bottom:10px}}@media(max-width:800px){*.cmpbox1 *.cmpboxcontent{max-width:100%;width:100%;display:block}*.cmpbox1 *.cmpboxbtns{width:100%;display:block;max-width:100%;margin-top:0}*.cmpbox5 *.cmpboxcontent{max-width:100%;width:100%;display:block}*.cmpbox5 *.cmpboxbtns{width:100%;display:block;max-width:100%;margin-top:0}.cmpfullscreen.cmpbox1 *.cmpboxbtns,.cmpfullscreen.cmpbox5 *.cmpboxbtns{margin-top:10px}*.cmpboxbtn{display:inline-block;margin:10px}}@media(max-width:600px){*.cmpbox0,*.cmpbox2,*.cmpbox3,*.cmpbox4{width:100%}}@media(max-width:400px){*.cmpbox6,*.cmpbox7{width:100%}}*.cmpboxbtnno,A.cmpboxbtnno,A.cmpboxbtnno:link{background-color:#229cca;color:white}*.cmpboxbtncustom,A.cmpboxbtncustom,A.cmpboxbtncustom:link{background-color:#229cca;color:white;padding-left:0}*.cmpboxbtnyes,A.cmpboxbtnyes,A.cmpboxbtnyes:link{background-color:#229cca;color:white}*.cmpboxbtnsave,A.cmpboxbtnsave,A.cmpboxbtnsave:link{background-color:#229cca;color:white}*.cmpboxbtnaccept,A.cmpboxbtnaccept,A.cmpboxbtnaccept:link{background-color:#229cca;color:white}*.cmpboxbtnreject,A.cmpboxbtnreject,A.cmpboxbtnreject:link{background-color:#229cca;color:white}.cmpboxbtn span{vertical-align:bottom}*.cmplogo{position:absolute}*.cmplogo2{position:absolute;padding:2px;right:2px;bottom:0;font-size:7pt;line-height:2px;color:gray;transition:.9s all ease}*.cmplogo2 span{font-size:7pt;color:#a8a8a8;text-decoration:none;transition:.9s all ease;line-height:2px}*.cmplogo2 A,*.cmplogo2 A:link{font-size:7pt;color:#575d80;text-decoration:none;transition:.9s all ease;line-height:2px}*.cmpdl2{width:16px;height:16px;border:0 solid white;padding:0;margin:0 2px 0 0;transition:.9s all ease}*.cmplogo2h{display:none;transition:.9s all ease}*.cmplogo2:hover *.cmplogo2h{display:inline;transition:.9s all ease}.cmplanguage{display:block;border-radius:5px;position:absolute;padding:6px 3px;text-align:left;left:3px;bottom:3px;font-size:7pt;line-height:2px;color:gray;transition:.4s all ease;border:1px solid transparent;cursor:pointer}.cmplanguage:hover{background-color:#fffdcd;border:1px solid #ffd341;-webkit-box-shadow:0 0 5px 0 rgb(0 0 0 / 0.25);-moz-box-shadow:0 0 5px 0 rgb(0 0 0/ 0.25);box-shadow:0 0 5px 0 rgb(0 0 0 / 0.25)}.cmplangicon{width:16px;height:11px;-webkit-filter:grayscale(60%);filter:grayscale(60%)}.cmplanguage:hover .cmplangicon,.cmplangicon:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}.cmpaltlangs{position:absolute;bottom:-1px;left:-1px;background-color:#fffdcd;border:1px solid #ffd341;border-radius:5px;width:144px;-webkit-box-shadow:0 0 5px 0 rgb(0 0 0 / 0.25);-moz-box-shadow:0 0 5px 0 rgb(0 0 0/ 0.25);box-shadow:0 0 5px 0 rgb(0 0 0 / 0.25)}.cmpaltlang{display:inline-block;padding:6px 3px;font-size:7pt;line-height:2px;color:gray;border:1px solid #f7e939;border-radius:5px;background-color:#ffffe3;margin:2px;cursor:pointer}.cmpaltlang:hover{background-color:white;-webkit-box-shadow:0 0 5px 0 rgb(0 0 0 / 0.25);-moz-box-shadow:0 0 5px 0 rgb(0 0 0 / 0.25);box-shadow:0 0 5px 0 rgb(0 0 0 / 0.25)}.cmpaltlangcurrent{display:block;padding:6px 3px;cursor:pointer}*.cmpmore{text-align:center;font-size:9pt;color:silver;line-height:1em}*.cmpmorelink,A.cmpmorelink,A.cmpmorelink:link{padding:10px;display:inline-block}*.cmpimg{width:15px;height:15px;position:absolute;left:10px;top:0;border:0;margin-top:.6em}*.cmpdl{max-height:50px;max-width:200px;border:0}*.cmptblbox{height:calc(100% - 60px);overflow-y:scroll;max-width:800px;min-height:100px;margin-right:auto;margin-left:auto;width:100%}.cmpboxheadline{max-width:800px;min-height:100px;margin-right:auto;margin-left:auto;width:100%;flex-shrink:0}*.cmpboxnavi{width:200px;float:left}*.cmpboxnaviitem{border:1px solid silver;border-radius:5px;padding:10px;margin-bottom:5px;cursor:pointer}.cmpboxnaviitem *{vertical-align:middle}.cmpboxnaviitem img{margin-right:5px}*.cmpboxnaviitemactive{background-color:#fffdcd}*.cmpboxdetails{float:left;width:calc(100% - 200px);padding-left:15px}@media(max-width:570px){*.cmpboxnavi{width:100%;float:none}*.cmplogo{display:none}*.cmpboxnaviitem{border:1px solid silver;border-radius:5px;padding:5px;margin-bottom:3px;font-size:10pt}*.cmpboxnaviitemactive{background-color:#fffdcd}*.cmpboxdetails{float:none;width:100%;padding-left:0}}*.cmptbl{border:0 solid white;width:100%}*.cmptbl TH{font-size:10pt;font-weight:bold;border-bottom:2px solid silver;color:#5f5f5f}*.cmpclose{position:absolute;right:2px;top:2px}*.cmptbl Td{font-size:9pt;text-align:center;color:#5f5f5f}td.cmptdborder{border-bottom:1px solid silver}*.cmpcookietbl Td{font-size:9pt;border-bottom:1px solid silver;text-align:left;color:#5f5f5f}td.cmpvendname{text-align:right}*.cmpimgyesno{border:0 solid white;width:40px;height:20px;color:#cfcfcf}.cmpwelcomeprpsbtn *.cmpimgyesno{border:0 solid white;width:40px;height:20px;color:#cfcfcf}*.cmpimgyesno svg,.cmptogglespan svg{border:0 solid white;width:40px;height:20px;color:#cfcfcf}*.cmpimgsaveno{border:0 solid white;width:40px;height:20px;color:#cfcfcf}.cmpwelcomeprpsbtn *.cmpimgsaveno{border:0 solid white;width:40px;height:20px;color:#cfcfcf}.cmpboxwelcomeprps{text-align:left;display:flex;flex-wrap:wrap}.cmpwelcomeprps{column-span:none;display:inline-flex;margin-bottom:5px;width:240px;text-align:left;margin-right:15px}.cmpwelcomeprpsbtn{display:inline;margin-right:5px;flex-shrink:0}.cmpwelcomeprpstxt{display:inline;padding-top:2px}.cmpbox.cmpfullscreen{width:100%;height:100%;transform:none !important;left:0;top:0;max-width:unset;max-height:unset;z-index:9999999999;}TD.cmpallvend,TH.cmpallvend,TD.cmpallprps,TH.cmpallprps{background-color:#fffdcd}TD.cmpcenter,TH.cmpcenter{text-align:center}TD.cmpsmallborder,TH.cmpsmallborder{border-bottom:1px solid silver}*.cmpboxtxt svg{width:16px;height:16px}*.cmpcolorcodingtxt{font-size:10pt;color:#333;padding:5px;line-height:1.2em}*.cmppurposeicon svg{width:16px;height:16px}*.cmpvendorpurposes svg{fill:#333;width:14px;height:14px}*.cmpcolorcodingtxtconsent{color:#333;font-weight:bold}*.cmpvendorlegintpurposes svg{fill:#b4b4b4;width:14px;height:14px}*.cmpcolorcodingtxtlegint{color:#b4b4b4;font-weight:bold}*.cmpvendorfeatures svg{fill:#5781ad;width:14px;height:14px}*.cmpcolorcodingtxtfeatures{color:#5781ad;font-weight:bold}*.cmpboxrecall{position:fixed;bottom:10px;left:10px;border-radius:30px;padding:3px;vertical-align:middle;line-height:20px;z-index:7999999}*.cmpboxrecall *{font-size:12px;line-height:20px;vertical-align:middle}*.cmpboxrecalltxt{display:none;font-family:Arial,sans-serif;padding-right:10px}A.cmpboxrecalllink,A.cmpboxrecalllink:link,A.cmpboxrecalllink:hover,A.cmpboxrecalllink:active,A.cmpboxrecalllink:visited{display:block;height:20px;color:#0b9ac5;text-decoration:none}*.cmpboxrecall{background-color:#f7fcff;-webkit-box-shadow:0 0 5px 0 rgb(0 0 0 / 0.25);-moz-box-shadow:0 0 5px 0 rgb(0 0 0 / 0.25);box-shadow:0 0 5px 0 rgb(0 0 0 / 0.25)}A.cmpboxrecalllink:hover *.cmpboxrecalltxt{display:inline}*.cmptdchoice{width:100px}*.cmponofftext{display:block;font-size:8pt;color:#999}*.cmppurposedescription{position:absolute;left:calc(50% - 400px);top:25%;background-color:white;margin-left:auto;margin-right:auto;padding:20px;box-shadow:0 0 15px 0 rgb(0 0 0 / 0.25);width:800px;max-width:75%;max-height:75%;overflow-y:scroll}@media(max-width:820px){*.cmppurposedescription{left:12%;top:12%}}.cmppurposedescrboxhl{font-size:11pt;color:#3b3b3b}.cmppurposedescrtext{font-size:10pt;line-height:1.2em;color:#5f5f5f;text-align:justify}.cmpageverifybox{max-width:300px;margin-left:auto;margin-right:auto}.cmpageverifybox SELECT.cmpageverify{display:inline-block;padding:3px;line-height:2em;font-size:11pt;border:0 solid white;margin:0 0 5px}.cmpageverifybox SELECT.cmpageverifymonth{margin-left:10px}.cmpageverifybox SELECT.cmpageverifyday{margin-left:10px}.cmpageverifytype1 SELECT.cmpageverify,.cmpageverifytype4 SELECT.cmpageverify{display:inline-block;width:100%}.cmpageverifytype2 SELECT.cmpageverify{display:inline-block;width:calc(50% - 10px)}.cmpageverifytype3 SELECT.cmpageverify{display:inline-block;width:calc(33% - 20px)}.cmpageverifybox SELECT.cmpagewrong{background-color:#f6592c;color:white}.cmpcookiesdescrbox{display:flex;flex-direction:column;height:100%}.cmpcookiesdescrboxhl{font-size:11pt;color:#3b3b3b;flex-grow:1}.cmpcookiesdescrtable{flex-grow:10;overflow-y:scroll}.cmpcookiesdescrbox .cmpboxbtnsmore{flex-grow:1}@media(max-width:321px),(max-height:321px){.cmpbox{font-size-adjust:.38 !important;line-height:1.05em !important;padding:5px !important}}@media(max-width:414px) and (max-height:736px),(max-width:736px) and (max-height:414px),(max-width:414px) and (max-height:736px),(max-width:736px) and (max-height:414px){.cmpbox{padding:10px !important}}@media(max-height:896px) and (max-width:414px) and (orientation:portrait){.cmpbox{width:100%;max-height:50%;min-height:300px;height:300px;overflow:auto !important;-webkit-overflow-scrolling:auto !important;padding:15px !important}.cmpboxinner{display:flex;flex-direction:column}.cmpboxcontent{flex-grow:1;overflow:auto;-webkit-overflow-scrolling:auto}.cmpboxbtns{flex-grow:1;min-height:120px;max-height:200px !important}.cmplogo{display:none}.cmpbox.cmpfullscreen{max-height:100% !important;height:100% !important}.cmpboxbtn{margin:5px}A.cmpmorelink:link{padding:3px}.cmpwelcomeprps{width:100%}}@media(max-width:896px) and (max-height:414px) and (orientation:landscape){.cmpbox{width:100%;max-height:50%;min-height:150px;height:350px;overflow:auto !important;-webkit-overflow-scrolling:auto !important;padding:15px !important}.cmpboxinner{display:flex;flex-direction:row}.cmpboxcontent{flex-grow:1;overflow:auto;-webkit-overflow-scrolling:auto}.cmpboxbtns{flex-grow:1;min-height:50px;width:100%;max-width:100%}.cmplogo{display:none}.cmpboxbtn{margin:5px}.cmpbox.cmpfullscreen{max-height:100% !important;height:100% !important}A.cmpmorelink:link{padding:3px}}@media(max-height:600px) and (max-width:400px){.cmpbox{width:100%;max-height:50%;min-height:50%;height:250px;overflow:auto !important;-webkit-overflow-scrolling:auto !important;padding:15px !important}.cmpboxbtns{flex-grow:1;min-height:50px}.cmpboxbtn{margin:5px;width:130px}A.cmpmorelink:link{padding:3px}}.cookieinfotable{width:100%}.cookieinfotable td,.cookieinfotable th{text-align:left}.cookieinfotable_descr{font-size:smaller;padding-bottom:10px}.cmpvendorbox2{text-align:left !important;position:relative;padding-right:20px}.cmppurposebox2{text-align:left !important;position:relative;padding-right:20px}.cmpvendorinfohl{font-weight:bold;margin-top:15px}.cmplazypreviewiframe{position:relative;overflow:hidden;box-sizing:border-box;transition:.9s all ease;font-family:Arial,sans-serif;background-repeat:no-repeat;background-position:center;background-size:cover}.cmplazypreviewiframe *,.cmplazypreviewiframe>*{font-family:Arial,sans-serif;text-decoration:none;box-sizing:border-box;border:0 solid white;transition:.9s all ease;vertical-align:middle}.cmplazypreviewmsg{margin:0;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:rgb(255 255 255 / 0.95);width:100%;padding:20px}.cmpcheckboxpreview {margin-right: 0.5rem;}.cmplazypreviewmsg *{font-size:11pt;color:#242424}.cmplazypreviewmsginner{max-width:90%;width:640px;margin-left:auto;margin-right:auto}.cmplazyhl{font-weight:bold}.cmplazybtn{text-align:center}.cmplazycb{font-size:10pt;text-align:center}.cmphelpicon{width:16px;height:16px;max-width:16px;max-height:16px;margin-right:2px;margin-left:4px}.cmphelpicon path{fill:#999}.cmpvendoricon{width:16px;height:16px;max-width:16px;max-height:16px;padding:0;margin:0 2px 0 4px}.cmpvendboxclose,A.cmpvendboxclose,A.cmpvendboxclose:link{position:absolute;right:5px;top:5px}.cmpvendboxclose svg{width:16px;height:16px;fill:#999}.cmplisticon{width:14px;height:14px;margin-top:3px;margin-right:5px}.cmpcarousel{display:flex;flex-direction:column;overflow:hidden}.cmpboxnavi.cmpcarouselnavi{width:100%;float:none}.cmpcarouselcontent{padding:15px;overflow-y:scroll}.cmpboxdetailscarousel{float:none;width:100%;padding:0}.cmptblboxcarousel{overflow-y:unset}.cmpboxdetailscarousel{display:flex;flex-direction:column;height:100%}@media(max-width:896px) and (max-height:414px) and (orientation:landscape){.cmpboxdetailscarousel{display:block;overflow-y:auto}.cmpcarouselnavi{overflow:auto}}.cmpbox.cmpboxWelcomeGDPR{    overflow: auto; max-height: 100% !important;max-width: 800px !important;transform: translate(-50%, -50%) !important;left: 50%;top: 50%;z-index:9999999999;}#page{position:relative;}#page .sky-wrapper { width: 100%; position: fixed; top: 0; max-width: 1080px;}




.text_teaser {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	align-content: stretch
}

.post-teaser.post-content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: .5rem 10px;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
}

.post-teaser.post-content .post-location>a, .post-teaser.post-content .post-location>span, .post-teaser.post-content a.post-location, .post-teaser.post-content span.post-location {
    display: inline-block;
    max-width: 100%;
    padding: .25rem .25rem calc(.25rem - 1px) .25rem;
    margin: 0;
    font-size: .6875rem;
    font-weight: 800;
    line-height: 1em;
    color: #fff;
    letter-spacing: .0333em;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #DA2218;
}


.text_col {
	width: calc(100% - 316px);
	padding: 0 2rem;
	border-right: 1rem solid #f1f1f1;
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	align-self: auto
}

@media( max-width:480px ){

.text_col{
padding: 0 1rem;
}
.post-detail  .buehne header.post-header
{
    padding-right: 1rem;
    padding-left: 1rem;
}
}
@media( min-width:481px ){
	.post-detail .buehne header.post-header {
		padding-right: 2rem;
		padding-left: 2rem
	}
}
.text_col:not(.first_text_col) {
	padding-top: 2rem
}

.teaser {
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 0 1 316px;
	flex: 0 1 316px;
	-webkit-align-self: auto;
	align-self: auto;
	padding: 0 .5rem 1rem .5rem;
    width:316px;
}

.w4_desk .sticky {
	position: sticky;
	top: 60px
}

.post-detail .post-image .img-text {
	padding: 0
}

.section-withteaser {
	width: 100%;
	max-width: 1080px
}

.post-detail .post-header .post-readtime {
	display: inline-block;
	font-size: .8rem;
	line-height: 1rem;
	padding: .25rem
}

.post-detail .post-header .post-published {
	float: unset;
	font-size: .8rem;
	margin-bottom: 0;
	display: inline-block;
	line-height: 1em;
	padding: 0
}

.section .section-inner.section-withteaser {
	padding-left: 0rem;
	padding-right: 0rem
}

.buehne_teaser {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: auto
}

.buehne {
	flex-grow: 1;
	flex-shrink: 1;
	width: calc(100% - (300px + 2rem));
	padding-right: 0rem
}


.teaserf {
	flex-basis: 20.75rem;
	border-left: 1rem solid #f1f1f1;
	padding-left: .5rem;
	background: #fff
}

.teaser-flex {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	position: relative
}

.teaser-oben {
	height: 100%;
	flex-basis: 100%;
	max-height: 100%;
	overflow: hidden;
	max-width: 300px;
	position: absolute
}

.teaser-unten {
	height: 50%;
	overflow: hidden;
	flex-basis: 50%;
	max-height: 50%;
	position: absolute;
	top: 50%
}

.teaser-oben-flex,
.teaser-unten-flex {
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-webkit-align-content: stretch;
	-webkit-align-items: flex-start;
	width: 300px;
	height: 100%;
	overflow: hidden
}

.teaser-flex .listing-item {
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 0 1 55px;
	flex: 0 1 55px;
	-webkit-align-self: auto;
	align-self: auto;
	width: 300px;
	height: 55px
}

.teaserf .post-teaser .post-content .post-location span,
.teaserf .post-teaser .post-content .post-location a,
.teaserf .post-teaser.post-content .post-location span,
.teaserf .post-teaser.post-content .post-location a{
	font-size: .5rem
}

.section-withteaser .post-detail .post-content.nopadding {
	margin-top: 0;
	padding: 0
}

.section-withteaser aside.embed-video {
	height: auto
}

.teaserf .h4 {
	border-bottom: 1px solid #DA2218;
	padding-top: 1.5rem
}

.teaserf .post-content h3 a:before {
	content: attr(data-location);
	display: block;
	padding: 0;
	margin: 0 0 .25rem;
	line-height: 0;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	padding: .25rem .5rem calc(0.25rem - 1px) .25rem;
	margin: 0;
	font-size: .5rem;
	font-weight: 800;
	line-height: 1em;
	color: #fff;
	letter-spacing: .0333em;
	overflow: hidden;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #DA2218;
	visibility: hidden
}

.post-detail .teaserf .post-content {
	border-bottom: none
}

.teaserf .post-teaser .post-content .post-location,
.teaserf .post-teaser.post-content .post-location{
	position: absolute;
	top: 3px;
	z-index: 100
}

.teaserf .post-content .post-headline {
	max-height: 2.8em;
	font-size: .8125rem;
	line-height: 1.4em;
	-webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    height: 5em;
    overflow: hidden;
    margin: 0;
    
    font-weight: 700;
        color: #404a50;
    
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    z-index: 10;
}

.teaserf .post-teaser .teaser-inner, .teaserf .post-teaser.teaser-inner {
	height: 55px
}

.container {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.container>section:first-child {
	margin-bottom: 1rem;
	width: calc(100% - 300px - 2rem)
}

.listing-newsticker {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.listing-newsticker .listing-item {
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	align-self: auto;
	width: 300px
}

.post-detail .inner {
	padding-left: 0;
	padding-right: 0
}

.post-extras.post-timings {
	float: right;
	padding-top: 18px;
    margin-bottom: 0;
}

.post-detail .post-header .post-readtime {
	display: block !important;
	padding: 0
}

.w4_Mobile_Pos2.listing-item {
	height: 0
}

.post-extras.post-timings {
	text-align: right
}

.post-detail .post-header {
	padding-top: 1rem
}

.hero-section .icon-arrow-right-open:before {
	float: none
}

.content-box-newsticker h2 {
	border-bottom: 1px solid #DA2218
}

@media (min-width:769px) {
	.content-box-newsticker.ticker-bottom {
		padding-top: 0;
		height: 320px
	}

	.content-box-newsticker.ticker-top {
		height: 320px
	}
}

.timewrapper {
	position: relative;
	width: auto;
	height: 0;
	clear: both
}

.timewrapper .timesep {
	float: right;
	width: 0;
	height: 21px;
	clear: right
}

.timewrapper .time {
	float: right;
	font-weight: 400;
	clear: right;
	padding-left: 20px;
	color: var(--verlagconfig-color_grey_2);
	margin-top: -1px;
	font-size: .8125rem;
	line-height: 1.4em
}

.w4_newsticker {
	margin-bottom: 1rem;
	display: flex;
	flex-flow: column nowrap
}

.section.hero-section .section-inner .section-content .row .listing.columns-3.notrow .listing-item {
	padding-bottom: 1rem
}

@media(max-width:768px) {
	.content-box-newsticker {
		margin-top: 1rem
	}

	.w4_newsticker {
		border-top: 1px solid var(--color-gray-1);
		border-bottom: 1px solid var(--color-gray-1)
	}

	.hero-section {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.listing.columns-3.notrow {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.w4_newsticker {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
}

.listing-newsticker .listing-item-from-175778 .post-content h3:before {
	content: "";
	shape-outside: inset(0 0 0 0);
	width: 40px;
	float: right;
	height: 39px
}

.listing-newsticker .post-content h3 a:before {
	content: attr(data-location);
	display: block;
	padding: 0;
	margin: 0 0 .25rem;
	line-height: 0;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	padding: .25rem .5rem calc(0.25rem - 1px) .25rem;
	margin: 0;
	font-size: .5rem;
	font-weight: 800;
	line-height: 1em;
	color: #fff;
	letter-spacing: .0333em;
	overflow: hidden;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #DA2218;
	visibility: hidden
}

.post-type-article.teaser-format-ticker .post-content .post-headline {
	position: absolute;
	top: -1px;
	width: 100%
}

.post-type-article.teaser-format-ticker.post-content .post-headline {
	position: absolute;
	top: 2px;
	width: 100%
}


.post-type-article.teaser-format-ticker .teaser-inner {
	padding-left: 0
}

.content-box-newsticker .listing.listing-newsticker .listing-item:nth-last-child(n+2) {
	border-width: 0 0 1px 0
}

.post-type-article.teaser-format-ticker .teaser-inner:before {
	content: none
}

.img-text .post-text {
	padding: .5rem 1rem;
	display: block;
	font-size: .8rem
}

.isSafari .post-type-article.teaser-format-ticker .post-content .post-headline,
.isSafari .post-type-article.teaser-format-ticker.post-content .post-headline{
	display: block !important
}

#div-gpt-ad-rectangle_1_teaser:before,
#div-gpt-ad-content_1_teaser:before,
#div-gpt-ad-content_2_teaser:before,
#div-gpt-ad-content_3_teaser:before{
	content: "Anzeige";
	font-size: .7em;
	margin-left: 3px;
	text-align: left;
	display: block;
	font-family: 'Nunito Sans';
	color: #404A50;
	border-top: 1px solid #404A50;
	margin-top: .5rem;
	padding-top: .5rem
}

.w4_desk,
.w4_mobile {
	text-align: center;
	height: auto;
	min-height: 370px
}


@media(min-width:901px) {

	.text_col .w4_mobile,
	.text_col .w4_desk {
		display: none
	}
}

@media(max-width:900px) {

	.teaser,
	.teaserf {
		display: none
	}

	.text_teaser .text_col {
		width: 100%;
		border-right: none
	}
}

@media(max-width:900px) and (min-width:768px) {
	.text_col .w4_mobile {
		display: none
	}
}

@media(max-width:768px) {
	.text_col .w4_desk {
		display: none
	}
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial)
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide {
	transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgb(0 0 0 / .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgb(0 0 0 / .5), #fff0)
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: #fff0
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

.swiper-button-next,
.swiper-button-prev {
	cursor: pointer
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none
}

.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgb(0 0 0 / .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgb(0 0 0 / .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgb(0 0 0 / .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.swiper-button-next,
.swiper-button-prev {
	cursor: pointer
}

.teaser.artdia.swiper-slide:after {
	content: 'Bild ' attr(aria-label);
	display: block;
	text-align: center;
	margin-top: -10px
}

.swiper.swiper--hero .swiper-button-next,
.swiper.swiper--hero .swiper-button-prev,
.swiper.swiper--mediathek .swiper-button-next,
.swiper.swiper--mediathek .swiper-button-prev {
	background: rgb(0 0 0 / .5);
	border-radius: 0;
	height: 100%;
	top: 0;
	margin-top: 0;
	left: 0;
	width: 40px;
	opacity: 0
}

.swiper.swiper--hero .swiper-button-next,
.swiper.swiper--mediathek .swiper-button-next {
	left: auto;
	right: 0
}

.swiper.swiper--hero .swiper-button-next:after,
.swiper.swiper--hero .swiper-button-prev:after,
.swiper.swiper--mediathek .swiper-button-next:after,
.swiper.swiper--mediathek .swiper-button-prev:after {
	color: var(--color-menue-tertiary)
}

.swiper.swiper--hero:hover .swiper-button-next,
.swiper.swiper--hero:hover .swiper-button-prev,
.swiper.swiper--mediathek:hover .swiper-button-next,
.swiper.swiper--mediathek:hover .swiper-button-prev {
	opacity: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	box-sizing: content-box
}

.swiper-wrapper {
	transform: translate3d(0, 0, 0)
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	display: block
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after {
	content: 'prev'
}

.swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after {
	content: 'next'
}

.swiper {
	width: 100%;
	max-width: 1280px;
	margin: 0
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
	width: 56px;
	height: 56px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background: var(--color-menue-tertiary);
	border-radius: 50%;
	border: 0
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 30px;
	text-align: center;
	padding-left: 6px
}

.swiper-button-prev:after {
	padding: 0 4px 0 0
}

.icon-zoom-in {
	position: absolute;
	top: 1rem
}

.post-description-togglestate,
.post-detail .post-image .img-title {
	display: none
}

.post-description-togglestate:checked .post-image .img-title {
	display: block
}

.img-text .bildauthor {
	float: right
}

.post-description-toggle i {
	position: absolute;
	top: 0;
	z-index: 2;
	padding-right: 11px;
	padding-top: 4px
}

.post-description-toggle i:before {
	transform: rotate(90deg);
	display: block;
	font-weight: 700
}

.post-description-togglestate:checked~.post-image .post-description-togglei:before {
	transform: rotate(-90deg)
}

.post-detail .post-image {
	margin: 0
}

.post-detail .post-image .img-text {
	position: relative
}

.button {
	display: inline-block
}

.button {
	align-items: center;
	background: rgb(0 0 0 / .25);
	border-radius: 60px;
	color: #fff;
	display: inline-flex;
	justify-content: end;
	height: 32px;
	overflow: hidden;
	position: absolute;
	right: 1rem;
	bottom: 2rem;
	width: auto;
	text-decoration: none;
	max-width: 32px;
	-webkit-transition: max-width 0.5s;
	transition: max-width 0.5s
}

.button:hover {
	max-width: 300px
}

.text {
	white-space: nowrap;
	margin-left: 15px;
	padding-right: 32px
}

.post-description-togglestate:checked+.teaser-image .img-title {
	display: block
}

.post-description-togglestate:checked+.teaser-image .icon-zoom-in {
	display: none
}

.img-title {
	position: absolute;
	top: 0;
	background: #f1f1f1;
	width: 100%;
	padding: .5rem 1rem;
	opacity: .8
}

.swiper-initialized .button-left {
	left: 1rem;
	top: var(--swiper-navigation-top-offset, 50%);
	z-index: 99;
	align-items: center;
	background: rgb(0 0 0 / .25);
	border-radius: 60px;
	color: #fff;
	height: 32px;
	overflow: hidden;
	position: absolute;
	width: 32px;
	padding-top: 2px;
	text-align: center;
	cursor: pointer;
	margin-top: -35px
}

.swiper-initialized .button-right {
	top: var(--swiper-navigation-top-offset, 50%);
	right: 1rem;
	z-index: 99;
	align-items: center;
	background: rgb(0 0 0 / .25);
	border-radius: 60px;
	color: #fff;
	height: 32px;
	width: 32px;
	overflow: hidden;
	position: absolute;
	padding-top: 2px;
	text-align: center;
	cursor: pointer;
	margin-top: -35px
}

.slideteaser.diashowextern.swiper-slide {
	width: 100% !important
}

.post-extras {
	border: 0 !important
}

.post-description-togglestate:checked~figure .post-description-toggle i:before {
	transform: rotate(-90deg)
}

.author_mobile_v2.post-extras{
    margin: .5rem 0 0 0;
    padding: .5rem;
}
.post-published{padding-top:6px;}

.post-detail .teaserf .post-content {
    display: block;
    
    padding: 1rem 0;
}

#plistasection{
margin-top:1rem;
border-top:1rem solid #f1f1f1;

}
.post-authors{
width: calc(100% - 90px);
}
.author_mobile_v2.author_float {
    width: -webkit-fill-available;
    width: -moz-available;
    position: absolute;
}
 .post-readtime:before{
  		    font-family: 'infranken';
    font-style: normal;
    font-weight: 400;
    margin-right: 2px;
    text-decoration: none !important;
    content: "\e81d";	
    }
  
.post-video .cmppreviewroot{  
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    }