@charset "UTF-8";
/* CSS Document */

/* @import url(//cdn.warenform.de/fonts/font-awesome-4.7.0/css/font-awesome.min.css); */
@import url(//cdn.warenform.de/fonts/fontawesome-free-6.4.2-web/css/all.min.css);

:root {
	--rot: #e2001a;
	--fastschwarz: #444;
	--content-fontsize: 1rem;
}
@media only screen and (min-width: 73.75em) { /* 1180 */
	:root {
		--content-fontsize: 20px;
	}
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body,div,dl,dt,dd,ul,nav,menu,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/* Additions */
img{vertical-align: bottom;border: none;}


/* Mobile-Navi: Bugfix */
body { -webkit-animation: webkitCheckedBugWorkaround infinite 1s; }
@-webkit-keyframes webkitCheckedBugWorkaround {
	from { padding: 0; }
	to { padding: 0; }
}

body {
	color: var(--fastschwarz);
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.PUB body{
	background: #eee;
}

.Jumplabels {
	left: -10000px;
	position: absolute;
	top: -10000px;
}

.Wrapper {
	background: #fff;
}

* {
	box-sizing: border-box;
}
img {
	max-width: 100% !important;
}

a {
	color: var(--rot);
	text-decoration: none;
}

/* Grundformate */
sub, sup,
.cke_show_borders sub, .cke_show_borders sup {
	font-size: 0.8em !important;
}
sub,
.cke_show_borders sub {
	vertical-align:bottom;
}
sup,
.cke_show_borders sup {
	vertical-align:top;
}
strong,
b,
.cke_show_borders strong,
.cke_show_borders b {
	font-weight: bold;
}
em,
i,
.cke_show_borders em,
.cke_show_borders i {
	font-style: italic;
}
strong i,
b i,
i strong,
i b,
strong em,
b em,
em strong,
em b,
.cke_show_borders strong i,
.cke_show_borders b i,
.cke_show_borders i strong,
.cke_show_borders i b,
.cke_show_borders strong em,
.cke_show_borders b em,
.cke_show_borders em strong,
.cke_show_borders em b {
	font-weight: bold;
	font-style: italic;
}

/* Absatz */
.Main .Content p,
.cke_show_borders p {
	margin-bottom: 10px;
}

/* Blockquote */
.Content blockquote,
.cke_show_borders blockquote {
	font-style: italic;
	margin: 0 20px 0 40px;
}

/* Listen */
.Main .Content ul,
.Main .Content ol,
.cke_show_borders ul,
.cke_show_borders ol {
	clear: left;
	list-style: disc;
	margin: 20px 10px;
}
.Main .Content ul li,
.Main .Content ol li,
.cke_show_borders ul li,
.cke_show_borders ol li {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 10px;
}
.Main .Content ol,
.Main .Content ol li,
.cke_show_borders ol,
.cke_show_borders ol li {
	list-style: decimal;
}

/* Downloads */
.Documents li a,
#ID_Documents li a /* alt */ {
	background: url(/kontext/images/icons/download2.png) 0 3px no-repeat;
	display: block;
	font-weight: normal;
	padding-left: 20px;
}
.Documents li.pdf a,
#ID_Documents li .pdf a /* alt */ {
	background: url(/kontext/images/icons/pdf.png) no-repeat;
	display: block;
	padding-left: 20px;
}

/* Formular-Fehler */
p.Form-Error {
	background: none pink;
	font-size: 14px;
	padding-bottom: 10px;
}
p.Form-Error .Form-Error-Message {
	color: #c00;
	display: block;
	font-weight: bold;
}

/* Clearfix */
.Clear {
	clear: both;
}

/* Markierung */
.mark {
	background: #eef2f7;
	color: #666;
	font-weight: bold;
	padding: 0 2px;
}

/* Media */
.MediaBox {
	clear: both;
	margin: 20px auto 0 auto;
	/*width: 450px;*/ /* ! */
	width: 100%;
}

.MediaBox.Left {
	float: left;
	margin: 0 10px 10px 0;
}

.MediaBox.Right{
	float: right;
	margin: 0 0 0 10px;
}

.MediaBox.Left,
.MediaBox.Right {
	/*width: 190px;*/ /* ! */
	width: 30%;
}

.MediaBox img {
	width: 100%;
}

.MediaBox.Left img,
.MediaBox.Right img {
	max-width: 100%;
}
.MediaBox .Title,
.MediaBox .Copyright {
	color: #999;
	display: inline-block;
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	font-style: italic;
	padding: 5px 2px;
}
.MediaBox .Copyright {
	color: #ccc;
}

/*.MediaBox.youtube iframe {*/
	/*height: 281px;*/ /* ! */
	/*width: 450px;*/ /* ! */
/* } */

.MediaBox.oembed .mediaParent iframe {
	border: 0 none;
}
.MediaBox.oembed.rich {
	display: flex;
	justify-content: center;
	width: 100%;
}
.MediaBox.oembed.rich .mediaParent {
	flex: 0 0 auto;
	width: auto;
}
.MediaBox.oembed.rich .mediaParent > * {
	display: block;
	width: auto;
}
.MediaBox.oembed.gmaps,
.MediaBox.oembed.gmaps .mediaParent  {
	display: block;
}
.MediaBox.oembed.gmaps .mediaParent iframe {
	height: 100%;
	width: 100%;
}
.MediaBox.embed-16by9 .mediaParent,
.MediaBox.video .mediaParent {
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.MediaBox.video .mediaParent::before,
.MediaBox.embed-16by9 .mediaParent::before {
	display: block;
	content: '';

}
.MediaBox.embed-16by9 .mediaParent::before {
	padding-top: 56.25%;
}
.MediaBox.embed-16by9 .mediaParent > *,
.MediaBox.bundestag .mediaParent span,
.MediaBox.bundestag .mediaParent iframe {
	border: 0;
	bottom: 0;
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

.MediaBox .mediaParent.oembed-privacy {
	display: block !important;
	flex: 1 !important;
}
.MediaBox .mediaParent.oembed-privacy::before {
	padding-top: 0 !important;
}
.MediaBox .mediaParent.oembed-privacy ~ * {
	display: none;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder {
	height: auto !important;
	position: static !important;
	width: auto !important;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body {
	background: #f9f9fa;
	font-size: 0.875rem;
	padding: 1rem;
	position: relative;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-repeat: no-repeat;
	content: '';
	height: 24px;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 24px;
}
.MediaBox.bundestag .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/bundestag.png);
}
.MediaBox.europarl .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/europarl.png);
}
.MediaBox.facebook .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/facebook.png);
}
.MediaBox.gmaps .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/gmaps.png);
}
.MediaBox.soundcloud .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/soundcloud.png);
}
.MediaBox.twitter .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/twitter.png);
}
.MediaBox.vimeo .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/vimeo.png);
}
.MediaBox.youtube .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/youtube.png);
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body .media-placeholder-title {
	font-style: italic;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body h1 {
	font-size: 1.125rem;
	margin: 0 0 0.625rem;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body p {
	margin: 0 0 0.625rem;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button {
	background: #fff;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	display: block;
	font-size: 1rem;
	margin: auto;
	padding: 10px 16px;
	text-decoration: none;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button:hover {
	background: #f9f9fa;
	text-decoration: underline;
}

/* Gallery */
.GalleryImage {
	margin-bottom: 20px;
}
.GalleryImage menu {
	background: #e1e2e8;
    background: -moz-linear-gradient(top, #e1e2e8, #ccc);
    background: -webkit-gradient(linear, left top, left bottombottom, from(#e1e2e8), to(#ccc));
	padding: 5px 0;
	width: 440px; /* ! */
}
.GalleryImage menu a {
	color: #00314a;
	text-decoration: none;
}
.GalleryImage menu a:focus,
.GalleryImage menu a:hover,
.GalleryImage menu a:active {
	text-decoration: underline;
}
.GalleryImage .Previous {
	display: inline;
}
.GalleryImage .Previous a {
	background: url(images\icons\cc_mono_icons/arrow_left_icon&16.png) left top no-repeat;
	padding: 0 0 0 12px;
}
.GalleryImage .Next {
	margin: -16px 0 0 200px;
	position: absolute;
	text-align: right;
	width: 240px; /* ! */
}
.GalleryImage .Next a {
	background: url(images\icons\cc_mono_icons/arrow_left_icon&16.png) right top no-repeat;
	padding: 0 12px 0 0 ;
}
.GalleryImage .Photographer {
	font-style: italic;
}

/* Fotogalerien */
.Main .Content ul.Gallery,
.Main .Content ul.Gallery li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Main .Content ul.Gallery {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 500px; /* ! */
}
.Main .Content ul.Gallery li {
	border-bottom: 10px solid #fff;
	float: left;
	height: 140px; /* ! */
	list-style: none;
	margin: 0 ;
	overflow: hidden;
	padding: 0;
	width: 150px; /* ! */
}

/* Listing */
.Listing {
	clear: both;
}
.Listing h1 {
	margin-bottom: 20px;
}
.Listing li {
	clear: both;
	margin-bottom: 30px;
}
.Listing h3,
.Listing h4 {
	margin: 0;
}
.Listing h3 {
	font-size: 18px;
}
.Listing h3 a {
	text-decoration: none;
}
.Listing h3 a:focus,
.Listing h3 a:hover,
.Listing h3 a:active {
	text-decoration: underline;
}
.Listing .Teaser a {
	display: inline-block;
}
.Listing li .Image {
	float: left;
	margin: 0 10px 10px 0;
}
.Listing .Video object,
.Listing .Video embed,
.Listing .Video iframe {
	float: left;
	height: 196px !important;
	margin: 0 10px 10px 0;
	width: 325px !important;
}
.Listing .Audio object,
.Listing .Audio embed,
.Listing .Audio iframe {
	float: left;
	height: 20px !important;
	margin: 20px 20px 50px 0;
	width: 150px !important;
}
.Listing .Image h3,
.Listing .Image h4,
.Listing .Image p,
.Listing .Video h3,
.Listing .Video h4,
.Listing .Video p {
	margin-left: 210px;
	padding: 0 10px 0 0 !important;
}
.Listing .Video h3,
.Listing .Video h4,
.Listing .Video p {
	margin-left: 335px;
}
.Listing .Date,
.Listing .Author {
	color: #999;
	display: inline-block;
}

/* Paging */
.Paging {
	clear: both;
	display: block;
	margin-bottom: 20px;
	word-spacing: 3px;
}
.Paging .Browse {
	display: none;
}
.Paging .Previous,
.Paging .Next {
	display: inline-block;
	position: relative;
	top: -5px;
	width: 20px;
}
.Paging .Previous a,
.Paging .Next a {
	background-image: url(/kontext/images/icons/cc_mono_icons/br_prev_icon&16.png);
	background-position: right 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	text-indext: -1000px;
	width: 20px;
}
.Paging .Next a {
	background-image: url(/kontext/images/icons/cc_mono_icons/br_next_icon&16.png);
	background-position: left 0;
}
.Paging ul {
	display: inline-block;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
.Paging ul li {
	background: none;
	border: 0;
	color: #000;
	display: inline-block;
	font-weight: bold;
	height: 20px;
	list-style: none;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
.Paging ul li a {
	padding: 10px;
	text-decoration: underline;
}
.Paging ul li a:focus,
.Paging ul li a:hover,
.Paging ul li a:active {
	background: #000 !important;
	color: #fff !important;
	text-decoration: none !important;
}
.Paging ul li.Active {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	background: none;
	border-radius: 3px;
	color: #000;
	display: inline-block;
	font-weight: bold;
}
.Paging ul li:first-child.Active {
	padding-left: 40px;
}

/* Paging mit Select */
.Paging-Select {
	clear: both;
	display: block;
	margin: 20px 0;
	word-spacing: 3px;
}
.Paging-Select .Browse {
	display: none;
}
.Paging-Select .Previous,
.Paging-Select .Next,
.Paging-Select .First,
.Paging-Select .Last {
	width: 20px;
}
.Paging-Select .Previous a,
.Paging-Select .Next a,
.Paging-Select .First a,
.Paging-Select .Last a {
	background-position: left 0;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	text-indent: -10000px;
}
.Paging-Select .Next a {
	background-image: url(/kontext/images/icons/cc_mono_icons/rnd_br_next_icon&16.png);
}
.Paging-Select .Last a {
	background-image: url(/kontext/images/icons/cc_mono_icons/rnd_br_last_icon&16.png);
}
.Paging-Select .Previous a {
	background-image: url(/kontext/images/icons/cc_mono_icons/rnd_br_prev_icon&16.png);
	background-position: right 0;
}
.Paging-Select .First a {
	background-image: url(/kontext/images/icons/cc_mono_icons/rnd_br_first_icon&16.png);
	background-position: right 0;
}
.Paging-Select .Previous,
.Paging-Select .Next,
.Paging-Select .First,
.Paging-Select .Last,
.Paging-Select form {
	display: table-cell;
	height: 20px;
}
.Paging-Select form {
	width: 100%;
}
.Paging-Select form select {
	text-align: center;
}
.Paging-Select p {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.Head a {
	color: var(--fastschwarz);
	text-decoration: none;
}

/*
.Transparenz {
	display: none;
}
*/
	.Transparenz a,
	.Corona a {
		background: var(--rot);
		color: #fff;
		display: block;
		font-weight: 700;
		font-size: 1.25rem;
		padding: 1rem 0;
		/* rotate: -2.5deg; */
		text-align: center;
	}
	.Transparenz a:focus,
	.Transparenz a:hover,
	.Transparenz a:active,
	.Corona a:focus,
	.Corona a:hover,
	.Corona a:active {
		background: #fff;
		color: var(--rot);
	}
	.Transparenz a span {
		display: block;
	}

.Claim a span {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}

.Claim a strong {
	display: table-cell;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 100%;
	padding-top: 16px;
}
.Claim a span {
	color: #555;
	font-size: 14px;
	height: 60px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.Photo img {
	max-width: 100%;
}
.Partei {
	position: absolute;
}
.Partei img {
	height: auto;
	max-width: 100%;
}

.Navi a i {
	font-style: normal;
}

.Newsletter-Signin .Email {
	float: left;
}
.Newsletter-Signin .Submit {
	display: inline-block;
}
.Newsletter-Signin .Submit input {
	cursor: pointer;
}

.Newsletter-Signin input {
	height: 46px;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.Newsletter-Signin .Email input::-webkit-input-placeholder {
	opacity: 1 !important;
}
.Newsletter-Signin .Email input:-moz-placeholder { /* Firefox 18- */
	opacity: 1 !important;
}
.Newsletter-Signin .Email input::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1 !important;
}
.Newsletter-Signin .Email input:-ms-input-placeholder {
	opacity: 1 !important;
}

/* Suche-Layer */
.Metanavi li.Search p.Click {
	display: none;
}
.Metanavi li.Search p.Extended-Search {
	display: block;
	margin-top: 20px;
	text-align: center;
}
.Metanavi li.Search .Search-Layer p.Input {
	display: table-cell;
	width: 180px;
}
.Metanavi li.Search .Search-Layer label {
	display: block;
	left: -10000px;
	position: absolute;
	top: -10000px;
}
.Metanavi li.Search .Search-Layer p.Input input {
	background: #fff;
	border: 1px solid #667682;
	color: #667682;
	margin-right: 10px;
	padding: 5px 40px 5px 10px;
	width: 180px;
}
.Metanavi li.Search .Search-Layer p.Submit {
	margin-left: 150px;
	margin-top: -47px;
	position: absolute;
}
.Metanavi li.Search .Search-Layer p.Submit:before {
	color: #667682;
	content: '\f002';
	font-family: "FontAwesome";
	font-size: 18px;
	margin-top: 20px;
	position: absolute;
}
.Metanavi li.Search .Search-Layer p.Submit input {
	background: none;
	border: 0;
	cursor: pointer;
	display: block;
	height: 35px;
	margin-top: 15px;
	position: absolute;
	text-indent: -10000px;
	width: 30px;
}
.Metanavi li.Search .Search-Layer li {
	display: block;
	margin: 0 0 10px 0;
}

/* Content */
.Main * {
	line-height: 160%;
}

.Article .Date {
	color: rgba(94,96,102,0.4);
	font-size: 0.75rem;
}

.Main .Content a,
.cke_editable a {
	text-decoration: underline;
}
.Main a:focus,
.Main a:hover,
.Main a:active {
	color: #9b0468;
}
.Main .Author {
	color: #999;
	font-style: italic;
}
.Content,
.cke_editable {
	font-size: var(--content-fontsize);
	line-height: 150%;
	margin-bottom: 50px;
	margin-top: 20px;
}

.Content em, .Content i,
.cke_editable em, .cke_editable i {
	font-style: italic;
}
.Content strong, .Content b,
.cke_editable strong, .cke_editable b {
	font-weight: bold;
}
.Content strong em, .Content strong i, .Content b em, , .Content b i, .Content em strong, .Content i strong, .Content em b, , .Content i b,
.cke_editable strong em, .cke_editable strong i, .cke_editable b em, , .cke_editable b i, .cke_editable em strong, .cke_editable i strong, .cke_editable em b, , .cke_editable i b {
	font-style: italic;
	font-weight: bold;
}
.Content blockquote,
.cke_editable blockquote {
	font-style: italic;
	margin-left: 20px;
}
.Main .Content p {
	margin-bottom: 20px;
}
.cke_editable p {
	margin-bottom: 10px;
}
.Main .Content h1,
.Main .Content h2,
.Main .Content h3,
.Main .Content h4,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4 {
	clear: left;
	font-size: 18px;
	line-height: 140%;
	padding: 20px 0 10px 0;
}
.Main .Content h3,
.cke_editable h3 {
	color: #666;
	font-size: 20px;
	font-weight: bold;
}
.Main .Content h4,
.cke_editable h4 {
	color: #999;
	font-size: 16px;
	font-weight: bold;
}
.Main .Content ul,
.cke_editable ul {
	clear: left;
	list-style: disc;
	margin: 20px 10px;
}
.Main .Content ul li,
.cke_editable ul li {
	list-style: disc;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* Listing */
.Listing li .Image {
	display: block;
	float: none;
	margin: 10px auto;
	max-width: 200px;
}

.Listing a {
	color: var(--fastschwarz) !important;
	display: block;
}
.Listing .Team a {
	color: var(--rot) !important;
	display: inline;
}
.Listing a .Date {
	font-size: 0.75rem;
}
.Listing a strong {
	color: var(--rot) !important;
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 5px;
}
.Listing a:focus strong,
.Listing a:hover strong,
.Listing a:active strong {
	text-decoration: underline;
}

/* Listing */
.Listing h1 a,
.Listing h3 a {
    display: block;
	font-size: 18px;
    text-decoration: none;
}
.Listing ul li {
	border-bottom: 1px solid rgba(94,96,102,0.4);
	line-height: 180%;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.Listing ul li.Team {
	background: #eee;
	border: 0;
	line-height: 180%;
	margin-bottom: 10px;
	padding: 20px;
}
.Listing ul li.Team .Image {
	border: 0;
}
.Listing ul li.Team .Content {
	margin: 0;
	padding: 0;
}
.Listing ul.ui-accordion li {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.Listing ul li:last-child {
	margin-bottom: 0;
}
.Listing.Search form ul li {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.Listing ul li .Date {
	color: rgba(94,96,102,0.4);
	font-family: "Noto Sans", Arial, sans-serif;
	font-size: 0.75rem;
}
.Listing ul li span.Image {
	display: block;
	height: 135px;
	padding-top: 6px;
	text-indent: -10000px;
	width: 200px;
	max-width: 100%;
}
.Listing ul li .Image img {
	width: 100%;
}

.Listing.Search form,
.Listing.Search ul.Listing {
	padding: 20px 0;
}


/* Paging */
.Main .Paging {
	clear: both;
	display: block;
	font-family: "Noto Sans", Arial, sans-serif;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
	word-spacing: 3px;
}
.Main .Paging .Browse {
	display: none;
}
.Main .Paging .Previous,
.Main .Paging .Next {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 15px;
}
.Main .Paging .Previous a,
.Main .Paging .Next a {
	background: none;
}
.Paging .Previous a:before,
.Paging .Next a:before {
	color: #333;
	content: '\f053';
	font-family: "FontAwesome";
	position: absolute;
	top: 7px;
}
.Paging .Previous {
	margin-right: 10px;
}
.Paging .Next a:before {
	content: '\f054';
	margin-left: 10px;
}

.Main .Paging ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.Main .Paging ul li {
	background: none !important;
	border: 0 !important;
	color: #100e10;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 !important;
	text-align: center;
}
.Main .Paging ul li a {
	color: rgba(216,30,0,1);
	display: inline-block;
	margin-left: 1px;
	margin-right: 1px;
	padding: 3px 5px !important;
	text-decoration: none !important;
}
.Main .Paging ul li a:focus,
.Main .Paging ul li a:hover,
.Main .Paging ul li a:active {
	background: none !important;
	color: rgba(216,30,0,1) !important;
	text-decoration: underline !important;
}
.Main .Paging ul li.Active {
	background: none;
	color: #100e10;
	font-weight: 700;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 3px;
	text-align: center;
}
.Main .Paging ul li.Active:before {
	content: '(';;
}
.Main .Paging ul li.Active:after {
	content: ')';;
}
.Main .Paging ul li:first-child.Active {
	padding-left: 15px;
}

/* Seite versenden / FAQ-Tool */
.Main .Sendarticle h1 q {
	color: #de1831;
}
.Main fieldset {
	background: #fff;
	border: 0;
	clear: both;
	padding: 0;
}
.Main fieldset legend {
	border-bottom: 1px solid rgba(94,96,102,1);
	display: block;
	font-family: "Noto Sans", Arial, sans-serif;
	font-style: italic;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 10px;
	opacity: 0.25;
	width: 100%;
}
.Main fieldset.Searchterm legend {
	display: none;
}
.Main fieldset legend + p {
	clear: right;
}
.Main fieldset p {
	margin-bottom: 20px;
}
.Main fieldset.AGB {
	margin-bottom: 20px;
	padding: 0 30px;
}
.Main fieldset.AGB {
	margin-bottom: 20px;
	padding: 0 30px;
}
.Main fieldset.AGB legend {
	margin-left: -30px;
}
.Main fieldset.AGB p.Input {
	margin: 10px 0;
	padding: 0;
}
.Main .Terms p {
	padding: 0 30px;
}
.Main .Terms p.Checkbox {
	margin-top: 20px;
}
.Main .Input.Text input,
.Main .Input.Email input,
.Main textarea {
	border: 1px solid #ccc;
	display: block;
	line-height: 140%;
	padding: 5px 10px;
	width: 100%;
}
.Main .Input.Text input:focus,
.Main .Input.Text input:hover,
.Main .Input.Text input:active,
.Main .Input.Email input:focus,
.Main .Input.Email input:hover,
.Main .Input.Email input:active,
.Main textarea:focus,
.Main textarea:hover,
.Main textarea:active {
	border-color: #6f7c86;
	box-shadow: 0 0 1px #6f7c86;
    -moz-box-shadow: 0 0 1px #6f7c86;
    -webkit-box-shadow: 0 0 1px #6f7c86;
}
.Main textarea {
	height: 150px;
}
.Main fieldset ul {
	padding: 10px 0;
}
.Main fieldset ul li {
	display: inline;
	margin-left: 20px;
}
.Main fieldset ul li:first-child {
	margin-left: 0;
}
.Main fieldset.Radio label {
	padding-left: 10px;
}
.Main .F_title input {
	font-size: 18px;
	padding: 2px 0;
}
.Main .Question .F_questionerEmail input,
.Main .Question .F_questionerTown input,
.Main .Sendarticle .F_sn input,
.Main .Sendarticle .F_rn input,
.Main .Sendarticle .F_se input,
.Main .Sendarticle .F_re input {
	display: block;
	width: 100%;
}
.Main .Sendarticle .Name,
.Main .Sendarticle .Email,
.Main .Question .F_questionerEmail,
.Main .Question .F_questionerTown {
	display: block;
}

.Main p.F_disclaimer input,
.Main p.F_agreement input {
	display: block;
	float: left;
}
.Main p.F_disclaimer label,
.Main p.F_agreement label {
	display: block;
	margin-left: 20px;
}
.Main p.Input.Submit,
.Main .Content p.Input.Submit {
	display: block;
	margin-left: 10px;
	margin-right: 0 !important;
	text-align: right;
}
.Main .Input.Submit input {
	background: rgba(0,0,0,0.15);
	border: 0;
	cursor: pointer;
	padding: 5px 20px;
}
.Main .Input.Submit input:hover,
.Main .Input.Submit input:target {
	background: rgba(0,0,0,0.25);
}

/* Newsletter */
.Main .Newsletter p.F_subscribe {
	float: right;
}

/* Suche */
.Main .Search h2 {
	border-bottom: 1px solid rgba(94,96,102,1);
	font-size: 24px;
	padding: 10px 0;
}
.Main .Search fieldset p.Input {
    padding: 0;
}


.Was-mir-wichtig-ist h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}
.Was-mir-wichtig-ist p {
	margin-bottom: 15px;
}
.Was-mir-wichtig-ist .Lesen-Sie-Mehr {
	text-align: center;
}
.Was-mir-wichtig-ist .Lesen-Sie-Mehr a {
	background: #9b0468;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
}
.Was-mir-wichtig-ist .Lesen-Sie-Mehr a:focus,
.Was-mir-wichtig-ist .Lesen-Sie-Mehr a:hover,
.Was-mir-wichtig-ist .Lesen-Sie-Mehr a:active {
	text-decoration: underline;
}

/* Akkordion */
.Content.ui-accordion h3,
ul.ui-accordion h2 {
	background: #eee !important;
	border: 0;
	border-radius: 0;
	font-size: 1.063rem;
	font-weight: 700;
	padding-left: 2.2rem;
}
.Content.ui-accordion h3.ui-state-active,
ul.ui-accordion h2.ui-state-active {
	border-bottom: 0;
}
.Content.ui-accordion .ui-widget-content p,
ul.ui-accordion .ui-widget-content p {
	font-size: 1rem;
	line-height: 160%;
}

.Content.ui-accordion .ui-state-default,
ul.ui-accordion .ui-state-default {
	background: none;
	border: none;
	color: #666;
}
.Content.ui-accordion .ui-state-active,
.Content.ui-accordion .ui-widget-content .ui-state-active,
.Content.ui-accordion .ui-widget-header .ui-state-active,
.Content.ui-accordion .ui-widget-content.ui-accordion-content-active,
ul.ui-accordion .ui-state-active,
ul.ui-accordion .ui-widget-content .ui-state-active,
ul.ui-accordion .ui-widget-header .ui-state-active,
ul.ui-accordion .ui-widget-content.ui-accordion-content-active {
	border: none;
}
.Content.ui-accordion .ui-accordion-content + h2,
ul.ui-accordion .ui-accordion-content + h2 {
}
.Content.ui-accordion .ui-accordion-header,
ul.ui-accordion .ui-accordion-header {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

/* Tools */
.Additionalcontent {
	margin-top: 50px;
}
.Additionalcontent h3,
.Additionalcontent .Similar,
.Additionalcontent .Tags {
	display: inline;
}
.Additionalcontent .Tools {
	padding-top: 50px;
	text-align: center;
}
.Additionalcontent .Tags ul {
	display: inline;
}
.Additionalcontent .Tags li,
.Additionalcontent .Tools li {
	display: inline;
}
.Additionalcontent .Tools li:after,
.Additionalcontent .Tags li:after {
	content: ' | ';
}
.Additionalcontent .Tools li:last-child:after,
.Additionalcontent .Tags li:last-child:after {
	content: '';
}
.Additionalcontent .Similar ul li {
	float: left;
	margin-right: 40px;
	width: 220px;
}
.Additionalcontent .Similar ul li:last-child {
	margin-right: 0;
}
.Additionalcontent .Similar ul li a {
	color: rgba(68,68,75,1);
	font-size: 14px;
	text-decoration: none;
}
.Additionalcontent .Similar ul li a .Date {
	color: rgba(68,68,75,0.5)
	font-size: 11px;
	margin-bottom: 0;
}
.Additionalcontent .Similar ul li a strong {
	color: rgba(16,81,159,1);
	display: block;
	font-weight: 600;
	padding-bottom: 10px;
}
.Additionalcontent .Similar ul li a span.Image {
	background-position: center 0;
	border-bottom: 10px solid #fff;
	display: block;
	height: 140px;
	width: 220px;
}
.Additionalcontent .Similar ul li a span.Image img {
	display: none;
}

/* Sharrif */
.SocialmediaButtons {
	color: #999;
	margin: 40px 0 20px 0;
	text-align: center;
}
.shariff {
	margin-top: 2rem;
}
.shariff .share_text,
.shariff .share_count {
	display: none !important;
}
.shariff ul.orientation-horizontal {
	margin: 0 auto !important;
	width: 200px !important; /* mobil: mit whatsapp */
}
.shariff ul.orientation-horizontal.col-3 {
	width: 140px !important; /* desktop: ohne whatsapp */
}
.shariff ul.orientation-horizontal,
.shariff .orientation-horizontal li {
	display: block !important;
}
.shariff .orientation-horizontal li {
	height: 40px !important;
	margin-right: 10px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	width: 40px !important;
}
.shariff .orientation-horizontal li:last-child {
	margin-right: 0 !important;
}
.shariff li a {
    color: #fff !important;
	height: 40px !important;
	padding: 5px !important;
}

.shariff li .fa {
	line-height: 1 !important;
}
.shariff li .fa:before { /* Font-Awesome-Shariff-Hack */
	font-family: "FontAwesome";
}

/* Termine */
.Main .Event .passed {
	margin-bottom: 20px;
}
.Main .Event .passed a {
	display: inline-block;
	text-decoration: underline;
}

/* Footer */
.Footer {
	background: #667682;
	color: #fff;
	padding: 20px 0;
}
.Footer * {
	line-height: 150%;
}
.Footer a {
	color: #fff;
}
.Footer .Meta {
	font-size: 0.75rem;
	padding-top: 2rem;
	text-align: center;
}
.Footer .Meta,
.Footer .Meta a {
	color: rgba(255,255,255,0.25);
}
.Footer .Meta a:focus,
.Footer .Meta a:hover,
.Footer .Meta a:active {
	color: rgba(255,255,255,1);
}
.Newsletter-Signin {
	background: #9b0468;
	margin: 20px auto;
	padding: 50px;
	text-align: center;
}
.Newsletter-Signin h3 {
	color: #fff;
	margin-bottom: 20px;
}

.Footer .Col h4,
.Footer .Col p,
.Footer .tel {
	margin-bottom: 10px;
}
.Footer .Col h4 {
	font-weight: 700;
}
.Footer .tel {
	display: block;
	white-space: nowrap;
}
.Footer p a:focus,
.Footer p a:hover,
.Footer p a:active,
.Footer a:focus span,
.Footer a:hover span,
.Footer a:active span {
	text-decoration: underline;
}
.Footer .email:before,
.Footer .tel:before {
	font-family: "FontAwesome";
	font-size: 0.75rem;
}
.Footer .email:before,
.Footer .tel:before {
	font-size: 1rem;
	margin-right: 5px;
}
.Footer .email:before {
	content: '\f0e0';
}
.Footer .tel:before {
	content: '\f095';
}
.Footer ul li {
	clear: left;
	margin-bottom: 20px;
}
.Footer ul li strong {
	display: block;
}

.Clear {
	clear: both;
}

/* Medien */
.MediaBox {
	clear: both;
	margin: 0 auto 10px auto;
	padding-top: 6px;
	width: 100%;
}
.MediaBox ul,
.MediaBox ul li,
.MediaBox ul li a {
	display: inline !important;
	margin: 0 !important;
}
.MediaBox ul li {
	margin: 0 10px 0 0 !important;
}
.MediaBox ul li.License:before {
	content: 'Lizenz: ';
}
.MediaBox ul li:last-child {
	margin: 0 !important;
}
.MediaBox .mediaParent {
	background-color:rgba(255,255,255,0.8);
	display: block;
	padding-bottom: 4px;
	position: relative;
	width: auto;
	z-index: 0;
	/* line-height: 0; */
}
.MediaBox.oembed.youtube .mediaParent .media-placeholder {
	/* line-height: 1; */
}
.MediaBox.oembed.youtube .mediaParent {
	padding-top: 0 !important;
}
.MediaBox a {
	display: block;
}
.MediaBox a:hover, .MediaBox a:active, .MediaBox a:focus {
	background: none;
}
.MediaBox.Left, .MediaBox.Right {
	clear: both;
	width: 350px;
	max-width: 35%;
}
.MediaBox.Left img, .MediaBox.Right img {
	width: 100%;
}

.MediaBox.Left {
	float: left;
	margin: 0 15px 15px 0;
}
.MediaBox.Right {
	float: right;
	margin: 0 0 15px 15px;
}
.MediaBox .Title,
.MediaBox .Copyright {
	color: rgba(0,0,0,0.5);
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	padding: 5px 0;
}
.MediaBox .Copyright,
.MediaBox .Copyright * {
	color: rgba(0,0,0,0.3);
	font-size: var(--fontsize-tiny);
	font-style: normal;
	font-weight: 400;
}
.MediaBox .Copyright:before {
	content: 'Foto: ';
}
.MediaBox .Copyright:after {
	content: '';
}
.MediaBox img {
	height: auto;
	width: 100%;
}

.MediaBox.oembed.rich .mediaParent {
	width: 100%;
}
/* Responsive Youtube-Loesung */

.MediaBox.oembed.youtube .mediaParent:before {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.MediaBox.oembed.youtube .mediaParent .media-placeholder-body {
	background-color:rgba(0,0,0,0.75);
	color: #fff;
}
.MediaBox.Video {
/*	height: 100%;*/
	width: 100%;
}
.MediaBox.europarl .embedHelper, .MediaBox.vimeo .embedHelper, .MediaBox.youtube .embedHelper, .MediaBox.gmaps .embedHelper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.MediaBox.europarl .embedHelper iframe, .MediaBox.europarl .embedHelper object, .MediaBox.europarl .embedHelper embed, .MediaBox.vimeo .embedHelper iframe, .MediaBox.vimeo .embedHelper object, .MediaBox.vimeo .embedHelper embed, .MediaBox.youtube .embedHelper iframe, .MediaBox.youtube .embedHelper object, .MediaBox.youtube .embedHelper embed {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.MediaBox.europarl.europarl .embedHelper, .MediaBox.vimeo.europarl .embedHelper, .MediaBox.youtube.europarl .embedHelper {
	padding-bottom: 63%;
}

.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body {
	height: 1200px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body .media-placeholder-title,
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body h1,
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body p {
	margin-left: 75px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body .media-placeholder-title,
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body h1 {
	margin-bottom: 20px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body p {
	margin-bottom: 50px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button {
	background: rgba(230,68,21,1);
	border: 1px solid rgba(230,68,21,1);
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	margin-bottom: 50px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button:hover {
	background: #fff;
	color: rgba(230,68,21,1);
	text-decoration: none;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: none !important;
	content: '\f059';
	font-family: 'FontAwesome';
	font-size: 60px;
	right: auto;
	top: 3rem;
}
.MediaBox.youtube .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	content: '\f167';
}
.MediaBox.vimeo .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	content: '\f194';
}
.MediaBox.facebook .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	content: '\f082';
}
.MediaBox.twitter .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	content: '\e61b';
}
.MediaBox.gmaps .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	content: '\f1a0';
}

/* Twitter */
.EmbeddedTweet {
	border: 0 !important;
}

/* Retweets */
.MediaBox.oembed.twitter.retweet {
	margin-top: 1rem;
	padding-top: 1.5rem !important;
	position: relative;
}
.MediaBox.oembed.twitter.retweet:before {
	content: '\f079';
	display: inline-block;
	font-family: 'FontAwesome';
	left: 1rem;
	position: absolute;
	top: -0.5rem;
}
.MediaBox.oembed.twitter.retweet:after {
	content: 'Caren Lay hat retweetet:';
	display: inline-block;
	left: 2.75rem;
	font-size: 12px;
	position: absolute;
	top: -0.5rem;
}
.Lang-en .MediaBox.oembed.twitter.retweet:after {
	content: 'Caren Lay retweeted:';
}
.MediaBox.oembed.twitter .retweetLink {
	display: none;
}
.MediaBox.oembed.twitter.retweet .retweetLink {
	display: block;
	height: 16px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

/*
.Navi-Main li:first-child,
.Navi-Main li:nth-child(6),
.Navi-Main li:nth-child(8) {
	display: none;
}
.Navi-Main li a[href="/de/topic/8.regional.html"] span {
	display: none;
}
.Navi-Main li a[href="/de/topic/8.regional.html"]:before {
	content: 'Castrop-Rauxel, Waltrop und Recklinghausen';
}
*/
.Navi .Level_2 {
	display: none !important;
}

/* Downloads */
.Documents li {
	margin-bottom: 20px;
}
.Documents li * {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.Documents li a {
	background: none !important;
	padding-left: 0 !important;
}
.Documents li .Author {
	color: rgba(68,68,75,0.3);
	margin-left: 25px;
}
.Documents li a span.Title:before {
	color: rgba(68,68,75,1);
	content: '\f019';
	font-family: "FontAwesome";
	margin-right: 10px;
}
.Documents .pdf a span.Title:before {
	content: '\f1c1';
}
.Documents .image a span.Title:before {
	content: '\f1c5';
}
.Documents .audio a span.Title:before {
	content: '\f1c7';
}
.PUB .Main .Documents li.Preview-Image {
    display: table;
}
.PUB .Main .Documents li.Preview-Image .Image {
    display: table-cell;
}
.PUB .Main .Documents li.Preview-Image .Image img {
	background: url(/kontext/images/icons/spinner.gif) center no-repeat;
	border: 1px solid #eee;
	height: auto;
	width: 50px;
}
.PUB .Main .Documents li.Preview-Image a .Title {
    display: table-cell;
	padding-left: 20px !important;
	vertical-align: middle;
}
.PUB .Main .Documents li.Preview-Image .Author {
	font-size: 10px;
	margin: 0;
	padding-left: 5px !important;
	text-align: left;
}

/* Pressebilder zum Download */
.PUB body.Topic-62 .Main .Documents li.Preview-Image {
	float: left;
	margin-left: 5%;
	width: 30%;
}
.PUB body.Topic-62 .Main .Documents li.Preview-Image:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
.PUB body.Topic-62 .Main .Documents li.Preview-Image,
.PUB body.Topic-62 .Main .Documents li.Preview-Image .Image,
.PUB body.Topic-62 .Main .Documents li.Preview-Image .Title {
	display: block;
	padding: 0 !important;
}
.PUB body.Topic-62 .Main .Documents li.Preview-Image .Image img {
	display: block;
	width: 100%;
	max-width: 360px !important;
}
.PUB body.Topic-62 .Main .Documents li.Preview-Image a .Title {
	margin-left: 20px;
	padding: 10px 0 0 0 !important;
}
.PUB body.Topic-62 .Main .Documents li.Preview-Image a .Title:before {
	display: block;
	margin-left: -20px;
	position: absolute;
}

/* Kontaktseite */
.Topic-23 .Index .Content ul,
.Topic-23 .Index .Content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 73.6875em) { /* 1179 */
	.Partei {
		position: absolute;
		width: 100px;
	}
}
@media only screen and (max-width: 60.0624em) {
	body {
		font-size: 18px;
	}
	.Wrapper {
		padding: 0 10px;
	}
	.Photo {
		margin-bottom: -30px;
	}
	.Navi {
		border: 0;
		margin-left: 0;
		margin-top: 0;
		padding: 0;
		position: relative;
		width: 100%;
		z-index: 10000000;
	}
	.Navi-Main {
		padding: 10px;
	}
	.Navi-Extra {
		display: none;
	}
	.Navi-Main li {
		display: inline !important;
	}
	.Navi-Main a[href="/de/topic/1.start.html"]:before {
		content: '\f015';
		font-family: "FontAwesome";
		font-size: 24px;
		padding-right: 10px;
	}
	.Navi-Main .Home a {
		margin-left: 0;
	}

	/* Mobile-Navi */
	nav {
		width: 100%;
		z-index: 10000000000000000;
	}
	nav input[id*="NaviCheckbox"] {
		display: none;
	}
	nav input[id*="NaviCheckbox"] + label {
		background: #9b0468;
		color: #fff;
		cursor: pointer;
		display: block;
		height: 3rem;
		position: relative;
		text-align: center;
		text-indent: 0;
		user-select: none;
		width: 100%;
	}
	nav input[id*="NaviCheckbox"] + label:before {
		position: absolute;
		left: 0.9rem;
		top: 0.2rem;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	nav input[id*="NaviCheckbox"] + label:after {
		color: #fff;
		content: '\f0c9';
		font-family: "FontAwesome";
		font-size: 2.5rem;
		height: 28px;
		line-height: 0;
		position: absolute;
		right: 1.5rem;
		top: 1.5rem;
		width: 24px;
	}
	nav input[id*="NaviCheckbox"]:checked + label {
		color: black;
	}
	nav input[id*="NaviCheckbox"]:checked + label:before {
		color: #ccc;
	}
	nav input[id*="NaviCheckbox"]:checked + label:after {
		background: none;
		color: #fff !important;
		content: '\f00d';
		font-family: "FontAwesome";
	}
	nav input[id*="NaviCheckbox"]:checked ~ .Navi {
		max-height: 999px;
	}
	nav .Navi {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}
	nav .Navi-Main,
	nav .Navi-Extra {
		padding: 0;
	}
	nav .Navi ul {
		backface-visibility: hidden;
		background: #e7e6e5;
		display: block;
	}
	nav .Navi-Main ul ul {
		display: none;
	}
	nav .Navi-Main ul li,
	nav .Navi-Extra ul li {
		display: block;
		margin: 0;
		width: 100%;
	}
	.Metanavi li.Search .Search-Layer,
	nav .Navi ul li a {
		border-top: 1px solid #fff;
		color: #333333;
		display: block;
		font-size: 1.2rem;
		padding: 0.8rem 1rem;
		text-decoration: none;
		text-shadow: #fff 1px 1px 1px;
	}
	nav .Navi-Main ul li:hover ul {
		display: none;
	}
	nav .Navi-Main ul li.Active ul {
		display: block;
		margin: 0;
		position: relative;
		width: 100%;
	}
	nav .Navi-Main ul li.Active ul li a {
		font-size: 1rem;
		padding: 0.8em 2em;
	}
	nav .Navi-Extra ul {
		padding: 0;
	}
	nav .Navi-Extra ul li:after {
		content: '';
	}

	.Partei {
		right: 20px;
		top: 80px;
	}

	.Main {
		margin-top: 20px;
	}

	.Listing li {
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
		padding-bottom: 20px;
		text-align: center;
	}
	.Was-mir-wichtig-ist {
		padding: 30px 0;
		text-align: center;
	}
	.Was-mir-wichtig-ist li {
		border-bottom: 1px solid #232323;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.Was-mir-wichtig-ist li h4 {
		font-size: 18px;
		font-weight: 700;
		margin: 10px 0;
	}

	.Newsletter-Signin {
		margin: 20px auto 70px auto;
	}
	.Newsletter-Signin .Email {
		width: 60%;
	}
	.Newsletter-Signin .Email input::-webkit-input-placeholder {
		color: #232323 !important;
	}

	.Newsletter-Signin .Email input:-moz-placeholder { /* Firefox 18- */
		color: #232323 !important;
	}

	.Newsletter-Signin .Email input::-moz-placeholder {  /* Firefox 19+ */
		color: #232323 !important;
	}

	.Newsletter-Signin .Email input:-ms-input-placeholder {
		color: #232323 !important;
	}
	.Newsletter-Signin .Submit {
		width: 40%;
	}
	.Newsletter-Signin input {
		border: 1px solid #232323;
		color: #232323;
	}
	.Newsletter-Signin .Submit input {
		background: #9b0468;
		border: 0;
		color: #fff;
	}

	/* Shariff */
	.shariff {
		margin: 0 auto;
		width: 500px;
	}

	.Footer {
		text-align: center;
	}
	.Footer .Col {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 44.94em) {
	body {
		font-size: 14px;
	}
	.Photo,
	.Button {
		margin-bottom: 10px !important;
	}
	.Claim a span {
		font-size: 16px;
	}

	/* Listing */
	.Listing ul {
		padding: 40px 10px;
	}
	.Listing.Search form,
	.Listing.Search ul.Listing {
		padding: 40px 0;
	}
	.Listing ul li .Teaser {
		font-size: 14px;
		line-height: 170%;
	}

	.Listing.Search {
		padding-top: 40px;
	}
	.Main .Search form {
		padding-top: 40px;
	}

	.Main p.Select {
		margin: 10px 0;
		margin-right: 10px;
	}
	.Main p.F_sort {
		background: #fff;
		padding: 10px;
	}
	.Main p.F_sort label {
		padding-right: 5px;
	}
	.Main p.Select.Date {
		display: inline-block;
		margin-bottom: 30px;
	}
	.Main .Select.Date select {
		max-width: 33%;
	}

	.Newsletter-Signin .Email,
	.Newsletter-Signin .Submit {
		width: 50%;
	}

	/* Kontaktseite */
	.Topic-23 .Index .Content ul li {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 36.94em) {
	/*
	.Transparenz,
	.Corona {
		right: 15px;
		top: 140px;
		width: 180px;
	}
	.Corona {
		top: 220px;
	}
	*/
	.Transparenz a,
	.Corona a {
		font-weight: 700;
		font-size: 0.875rem;
	}
	.Claim a span {
		display: block;
		padding: 10px 0;
	}
	.Claim a strong {
		display: block;
		font-size: 24px;
		padding-top: 0;
	}
	.Partei {
		top: 70px;
		width: 60px !important;
	}
	.Photo {
		margin-top: -20px;
	}
	nav input[id*="NaviCheckbox"] + label {
		height: 2rem;
	}
	nav input[id*="NaviCheckbox"]:checked + label:after,
	nav input[id*="NaviCheckbox"] + label:after {
		font-size: 1.6rem;
		right: 0.9rem;
		top: 1rem;
	}

	.Listing ul li span.Image {
		float: none;
		height: 200px;
		/* margin: 0 0 10px 0; */
		/* width: 100%; */
		max-width: 300px;
	}
	.Listing ul li .Illu + .Desc {
		margin-left: 0;
	}

	/* Shariff */
	.shariff {
		margin: 0 auto;
		width: 192px;
	}
}
@media only screen and (max-width: 28.13em) {
	/*
	.Transparenz,
	.Corona {
		right: 15px;
		top: 120px;
		width: 110px;
	}
	.Corona {
		top: 180px;
	}
	*/
	.Transparenz a,
	.Corona a {
		font-size: 0.75rem;
		padding: .5rem 1rem;
	}
	.Claim {
		padding-top: 10px;
	}
	.Claim a span {
		font-size: 0.75rem;
	}
	.Claim a strong {
		font-size: 16px;
	}
	.Partei {
		width: 40px !important;
	}
	.Newsletter-Signin {
		width: 100%;
	}
	.Newsletter-Signin .Email,
	.Newsletter-Signin .Submit {
		display: block;
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.Newsletter-Signin .Submit {
		margin-top: 10px;
	}
	.MediaBox.Left, .MediaBox.Right {
		float: none !important;
		width: 100% !important;
	}
	.MediaBox.Left, .MediaBox.Right a {
		display: block;
		text-align: center;
	}
	.MediaBox.Left a img, .MediaBox.Right a img {
		width: auto;
		max-width: 100%;
	}
	.Listing ul li span.Image {
		height: 150px;
	}
}

@media only screen and (max-width: 25em) {
	.Partei {
		width: 12% !important;
	}
}

@media only screen and (min-width: 25em) {
	/* Kontaktseite */
	.Topic-23 .Index .Content ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.Topic-23 .Index .Content ul li {
		width: 50%;
	}
}
@media only screen and (min-width: 45em) {
	.Transparenz,
	.Corona {
		display: block;
		position: absolute;
		right: 20px;
		top: 200px;
		width: 250px;
		z-index: 999999;
	}
	.Corona {
		top: 300px;
	}
}
@media only screen and (min-width: 45em) and ( max-width: 60.0624999999999em) {

	.Newsletter-Signin {
		max-width: 600px;
	}

	/* Listing */
	.Listing ul {
		padding: 40px 90px;
	}
	.Listing.Search form,
	.Listing.Search ul.Listing {
		padding: 40px 0;
	}
	.Listing.Highlights li:nth-child(1),
	.Listing.Highlights li:nth-child(2) {
		border-bottom: 0;
	}
	.Listing.Highlights li:nth-child(3) {
		border-top: 1px solid #ccc;
		clear: left;
		padding-top: 20px;
	}
}
@media only screen and (min-width: 45em) {
	/* Lebenslauf */
	.Article-19 .Article .MediaBox.Image.Left,
	.Article-19 .Article .MediaBox.Image.Right {
		float: none;
	}
	.Article-19 .Article .Content .MediaBox.Image.Left + h4 {
		margin-left: 0;
	}
	.Article-19 .Article .Content h4 {
		float: left;
		font-style: italic;
		font-weight: 400;
		padding: 20px;
		padding-left: 0;
		vertical-align: top;
		width: 250px;
	}
	.Article-19 .Article .Content p,
	.Article-19 .Article .Content ul,
	.Article-19 .Article .Content blockquote {
		border-left: 1px solid rgba(76,82,92,0.6);
		margin: 0 0 0 270px;
		padding: 20px;
		padding-right: 0;
		vertical-align: top;
		z-index: 1000;
	}
	.Article-19 .Article .Content ul li {
		margin-left: 30px;
		padding-left: 5px;
	}
	.Article-19 .Article .Content ul li p {
		border-left: 0;
		margin: 0;
		padding-left: 0;
	}
	.Article-19 .Article .Content p + p,
	.Article-19 .Article .Content p + ul,
	.Article-19 .Article .Content ul + p,
	.Article-19 .Article .Content p + blockquote,
	.Article-19 .Article .Content ul + blockquote {
		padding-top: 10px;
	}
	.Article-19 .Article .Content h3 {
		font-size: 36px;
		line-height: 130%;
		margin: 40px 0 20px 0;
	}
	.Article-19 .Article .Content h4 {
		font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}
	.Article-19 .Article .Content h4 {
		font-size: 24px;
		text-align: right;
	}
}
@media only screen and (min-width: 60.0625em) { /* 960 */
	/*
	.Transparenz {
		display: block;
		margin-top: -250px;
		padding-left: 790px;
		position: absolute;
		z-index: 999999;
	}
	.Transparenz a {
		background: var(--rot);
		border-radius: 50%;
		color: #fff;
		display: block;
		font-weight: 700;
		font-size: 1.25rem;
		height: 180px;
		padding-top: 1.5rem;
		position: absolute;
		text-align: center;
		width: 180px;
	}
	.Transparenz a span {
		display: block;
		margin: 0.75rem 0 1rem 0;
	}
	*/
	.Transparenz,
	.Corona {
		top: unset;
		margin-top: -320px;
		margin-left: 680px;
		right: unset;
	}
	.Corona {
		margin-top: -220px;
	}
	.Listing.Highlights li:nth-child(3) strong,
	.Listing.Highlights li:nth-child(4) strong,
	.Listing.Highlights li:nth-child(5) strong,
	.Listing.Highlights li:nth-child(6) strong,
	.Listing.Highlights li:nth-child(7) strong {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}
	.Listing.Highlights li:nth-child(3) .Teaser,
	.Listing.Highlights li:nth-child(4) .Teaser,
	.Listing.Highlights li:nth-child(5) .Teaser,
	.Listing.Highlights li:nth-child(6) .Teaser,
	.Listing.Highlights li:nth-child(7) .Teaser,
	.Listing.Highlights li:nth-child(3) .Image,
	.Listing.Highlights li:nth-child(4) .Image,
	.Listing.Highlights li:nth-child(5) .Image,
	.Listing.Highlights li:nth-child(6) .Image,
	.Listing.Highlights li:nth-child(7) .Image {
		display: none;
	}

	.Wrapper {
		margin: 0 auto;
		width: 960px;
	}

	/* Mobile-Navi */
	nav input[id*="NaviCheckbox"] {
		display: none;
	}
	nav input[id*="NaviCheckbox"] + label {
		display: none;
	}
	.Photo {
		height: 320px;
		margin: 20px;
		overflow: hidden;
	}
	.Navi {
		background: #fff;
		padding-left: 20px;
		position: absolute;
		top: 350px;
		width: 960px;
	}
	body.Home .Photo {
		margin: 0;
		height: auto;
	}
	body.Home .Navi {
		top: 480px;
	}

	/* Hauptnavi */
	.Navi-Main a {
		color: #000;
		text-decoration: none;
	}
	.Navi-Main ul li a {
		display: block;
		padding: 15px 10px;
	}
	.Navi-Main ul {
		font-size: 14px;
		height: 50px;
		line-height: 100%;
		text-transform: uppercase;
		width: 100%;
	}
	.Navi-Main li {
		display: inline-block;
		margin: 0 -5px 0 0;
	}
	.Navi-Main ul.Level_0 li:first-child {
		margin-left: -10px;
	}
	.Navi-Main ul.Level_1 li:first-child {
		margin: -5px 0 0 0;
	}
	.Navi-Main li:last-child {
		margin-right: 0;
	}
	.Navi-Main ul li:hover,
	.Navi-Main ul li:hover a,
	.Navi-Main ul li.Active a,
	.Navi-Main ul li a:focus,
	.Navi-Main ul li a:hover,
	.Navi-Main ul li a:active {
		background: #fff;
		color: #9b0468;
		text-shadow: none;
	}
	.Navi-Main li ul {
		/*
		border: 10px solid rgba(255, 255, 255, 0.75);
		*/
		border: 5px solid #fff;
		border-top: 0;
		display: none;
		height: auto;
		margin-left: -1px;
		padding-top: 5px;
		position: absolute;
		text-transform: none;
		width: 300px;
		z-index: 100000;
	}
	.Navi ul li ul {
		display: none;
	}

	.Navi ul li:hover ul {
		display: block;
		z-index: 100001;
	}

	.Navi-Main li ul li {
		display: block;
		margin-right: 0;
	}
	.Navi-Main li:hover ul li a {
		background: #9b0468;
		border-bottom: 1px solid #fff;
		color: #fff;
		display: block;
		font-size: 14px;
		line-height: 160%;
		padding: 10px;
		text-shadow: none;
	}
	.Navi-Main li ul li:first-child a {
		background: url(../images/bg-navi-submenu-top.png) 20px 0 repeat-x #9b0468;
		padding-top: 15px;
	}
	.Navi-Main li:hover ul li a:focus,
	.Navi-Main li:hover ul li a:hover,
	.Navi-Main li:hover ul li a:active {
		background-color: #b4438e;
	}

	/* Navi */
	.Navi {
		border-bottom: 1px solid #232323;
		height: 50px;
	}
	.Navi .Nav ul {
		margin-left: 20px;
	}
	.Navi .Nav ul li {
		float: left;
		font-size: 14px;
		line-height: 100%;
		margin-right: 20px;
		text-transform: uppercase;
	}
	.Navi .Nav ul li a:focus,
	.Navi .Nav ul li a:hover,
	.Navi .Nav ul li a:active {
		text-decoration: underline;
	}
	.Navi .Nav ul li:last-child {
		margin-right: 0;
	}


	/* Metanavi neu */
	div.Metanavi {
		margin-left: 720px;
		position: absolute;
		top: -411px;
	}
	.Home div.Metanavi {
		top: -461px;
	}
	div.Metanavi {
		top: -330px;
	}
	div.Metanavi li {
		display: inline;
	}
	div.Metanavi a {
		border-radius: 6px;
		color: #667682;
		display: inline-block;
		font-size: 18px;
		font-weight: normal;
		padding: 2px 0;
		text-align: center;
		text-decoration: none;
	}
	div.Metanavi li {
		background: none !important;
		margin-right: 10px;
	}
	div.Metanavi li:last-child {
		margin-right: 0;
	}
	.Navi div.Metanavi ul li a:before {
		background: none !important;
		font-family: "FontAwesome";
	}
	div.Metanavi li.Search a:before {
		content: '\f002';
		font-size: 18px;
		vertical-align: 2px;
	}
	div.Metanavi li.Facebook a:before {
		content: '\f09a';
	}
	div.Metanavi li.Twitter a:before {
		content: '\e61b';
	}
	div.Metanavi li.Instagram a:before {
		content: '\f16d';
	}
	div.Metanavi li.Tiktok a:before {
		content: '\e07b';
	}
	/*
	div.Metanavi li.Tiktok a {
		background: url(../images/tiktok.png) 0 6px no-repeat;
		background-size: 19px 19px;
		display: inline-block;
		height: 25px;
		opacity: 0.6;
		width: 19px;
	}
	*/
	div.Metanavi li a i {
		display: block;
		left: -10000px;
		position: absolute;
		top: -10000px;
	}
	.Metanavi li.Search p.Click {
		cursor: pointer;
		display: inline;
	}
	.Metanavi li.Search .Search-Layer {
		display: none;
		margin-left: -150px;
		margin-top: -30px;
		position: absolute;
		z-index: 1000000000000;
	}

	.Languages {
		margin-left: 390px;
		position: absolute;
		text-align: center;
		top: -330px;
		width: 370px;
	}
	.Home .Languages {
		top: -460px;
	}
	.Languages ul li {
		display: inline;
		font-size: 10px;
		text-transform: uppercase;
	}
	.Languages ul li:after {
		content: ' | ';
	}
	.Languages ul li:last-child:after {
		content: '';
	}
	.Languages ul li a {
		opacity: 0.5;
	}
	.Languages ul li a:focus,
	.Languages ul li a:hover,
	.Languages ul li a:active {
		opacity: 1;
	}

	.Languages ul li a span {
		display: none;
	}

	/* Kopf */
	.Claim a strong {
		text-indent: 20px;
	}
	/*
	.Claim a i {
		display: block;
		position: absolute;
		top: 60px;
		height: 464px;
		width: 960px;
	}
	*/
	.Partei {
		margin-left: 830px;
		top: 90px;
		width: 100px;
	}

	/* Main */
	.Main {
		margin-top: 20px;
	}

	.Article,
	.Listing,
	.Main .Search,
	.Main .Newsletter,
	.Newsletter-Unsubscribe,
	.Main .Sendarticle {
		margin: 20px 140px;
	}
	.Search .Listing,
	.Main .Newsletter .Listing {
		margin: 70px 0;
	}
	h1 {
		color: rgba(35,35,35,0.6);
		font-size: 36px;
		margin-bottom: 20px;
	}
	.Subtopic h1 {
		color: #000;
		font-size: 24px;
	}
	h2 {
		color: rgba(35,35,35,0.3);
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: -10px;
	}
	.Article .Date {
		margin: 40px 0;
	}
	.Article .Date span {
		border-top: 3px solid #eee;
		padding-top: 10px;
	}
	.Article .Content,
	.Article aside,
	.Main form,
	.Main .Listing ul
	.Main .Listing.Highlights ul {
		margin: 20px 0;
	}

	/* Medien */
	.MediaBox {
		clear: both;
		margin: 0 auto 10px auto;
		padding-top: 5px;
		width: 100%;
	}

	.MediaBox .mediaParent {
		background-color: #fff;
		display: block;
		position: relative;
		width: auto;
		z-index: 0;
		line-height: 0;
		padding-bottom: 4px;
	}
	.MediaBox a {
		display: block;
	}
	.MediaBox a:hover, .MediaBox a:active, .MediaBox a:focus {
		background: none;
	}
	.MediaBox.Left, .MediaBox.Right {
		clear: both;
		max-width: 50%;
		width: 200px;
	}
	.MediaBox.Left img, .MediaBox.Right img {
		max-width: 100%;
	}

	.MediaBox.Left {
		float: left;
		margin: 0 15px 15px 0;
	}
	.MediaBox.Right {
		float: right;
		margin: 0 0 15px 15px;
	}
	.MediaBox .Title,
	.MediaBox .Copyright {
		color: rgba(0,0,0,0.5);
		display: inline-block;
		font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		padding: 5px 0;
	}
	.MediaBox .Copyright {
		color: rgba(0,0,0,0.3);
		font-size: 9px;
		font-style: normal;
		font-weight: 400;
		text-transform: uppercase;
	}
	.MediaBox .Copyright:before {
		content: 'Foto: ';
	}
	.MediaBox .Copyright:after {
		content: '';
	}
	.MediaBox.Video {
		width: 100%;
	}
	.MediaBox.europarl .embedHelper, .MediaBox.vimeo .embedHelper, .MediaBox.youtube .embedHelper {
		height: 0;
		padding-bottom: 56.25%;
		position: relative;
	}
	.MediaBox.europarl .embedHelper iframe, .MediaBox.europarl .embedHelper object, .MediaBox.europarl .embedHelper embed, .MediaBox.vimeo .embedHelper iframe, .MediaBox.vimeo .embedHelper object, .MediaBox.vimeo .embedHelper embed, .MediaBox.youtube .embedHelper iframe, .MediaBox.youtube .embedHelper object, .MediaBox.youtube .embedHelper embed {
		bottom: 0;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	.MediaBox.europarl.europarl .embedHelper, .MediaBox.vimeo.europarl .embedHelper, .MediaBox.youtube.europarl .embedHelper {
		padding-bottom: 63%;
	}
	.MediaBox img {
		height: auto;
		width: 100%;
	}

	/* Responsive Yottube-Loesung */
	.MediaBox.Video {
		position: relative;
		padding-bottom: 63%; /* Default for 1600x900 videos 16:9 ratio*/
		padding-top: 0px;
		height: 0;
		overflow: hidden;
		width: 100%;
	}
	.MediaBox.Video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* Listing */
	.Listing ul li .Illu {
		display: block;
		float: right;
		margin: 0 0 10px 10px;
	}
	.Listing ul li .Image {
		border-top: 18px solid #fff;
		display: block;
		float: none;
		height: 180px !important;
	}
	.Listing ul li .Image img {
		display: none;
	}
	.Listing ul li .Illu + .Desc {
		display: block;
		width: 550px;
	}
	.Listing ul li .Teaser {
		line-height: 170%;
	}
	.Listing.Highlights {
		border-bottom: 10px solid #eee;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 70px;
		padding-left: 0;
		padding-right: 0;
	}
	.Listing.Highlights li {
		border: 0;
		clear: none;
		margin: 0;
		padding: 0;
		width: 290px;
	}
	.Listing.Highlights li:nth-child(1),
	.Listing.Highlights li:nth-child(2) {
		float: left;
		margin-left: 20px;
		padding: 0;
	}
	.Listing.Highlights li:nth-child(1) .Image,
	.Listing.Highlights li:nth-child(2) .Image {
		border-top: 6px solid #fff;
		display: block !important;
		float: left;
		height: 75px !important;
		margin: 0 10px 5px 0;
		width: 30%;
	}
	/*
	.Listing.Highlights ul li:nth-child(1) .Image img,
	.Listing.Highlights ul li:nth-child(2) .Image img {
		display: block;
	}
	*/
	.Listing.Highlights li:nth-child(1) .Image + .Teaser,
	.Listing.Highlights li:nth-child(2) .Image + .Teaser {
		display: block !important;
		margin: 0;
		padding: 0;
	}

	.Listing.Highlights li:nth-child(3),
	.Listing.Highlights li:nth-child(4),
	.Listing.Highlights li:nth-child(5),
	.Listing.Highlights li:nth-child(6),
	.Listing.Highlights li:nth-child(7) {
		margin-left: 640px;
	}

	.Listing .Team .Img {
		float: left;
		padding-right: 20px;
		width: 200px;
	}
	.Listing ul li.Team .Image {
		height: 200px !important;
	}
	.Listing ul li.Team .Wrap {
		padding-top: 3px;
	}

	.Was-mir-wichtig-ist {
		padding: 70px 20px;
		padding-top: 0;
	}
	.Was-mir-wichtig-ist h3 {
		font-size: 24px;
		font-weight: 700;
		line-height: 100%;
		margin-bottom: 25px;
	}
	.Was-mir-wichtig-ist li {
		display: table;
		margin-bottom: 40px;
	}
	.Was-mir-wichtig-ist li:last-child {
		margin-bottom: 0;
	}
	.Was-mir-wichtig-ist .Image {
		display: table-cell;
		vertical-align: top;
		width: 500px;
	}
	.Was-mir-wichtig-ist .Desc {
		display: table-cell;
		padding-left: 20px;
		vertical-align: top;
	}
	.Was-mir-wichtig-ist h4 {
		border-bottom: 1px solid #232323;
		color: #9b0468;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	/* Newsletter */
	.Newsletter-Signin {
		background: #9b0468;
		margin: 20px auto;
		padding: 50px;
		text-align: center;
	}
	.Newsletter-Signin h3 {
		color: #fff;
		margin-bottom: 20px;
	}
	.Newsletter-Signin form {
		margin: auto;
		max-width: 520px;
	}

	.Home .Newsletter-Signin {
		background: none;
		margin: 0 0 0 60px;
		padding: 0;
		position: absolute;
		top: 400px;
	}
	.Home .Newsletter-Signin h3 {
		display: none;
	}
	.Newsletter-Signin .Email {
		margin-right: 10px;
		width: 270px;
	}
	.Newsletter-Signin .Submit {
		float: left;
	}
	.Newsletter-Signin input {
		border: 1px solid #fff;
		color: #fff;
		font-weight: 700;
	}
	.Newsletter-Signin .Email input {
		background: rgba(0,0,0,0.15);
		color: #fff !important;
	}

	.Newsletter-Signin .Email input::-webkit-input-placeholder {
		color: white !important;
	}

	.Newsletter-Signin .Email input:-moz-placeholder { /* Firefox 18- */
		color: white !important;
	}

	.Newsletter-Signin .Email input::-moz-placeholder {  /* Firefox 19+ */
		color: white !important;
	}

	.Newsletter-Signin .Email input:-ms-input-placeholder {
		color: white !important;
	}
	.Newsletter-Signin .Submit input {
		background: rgba(255,255,255,0.85);
		color: #9b0468;
	}

	/* Footer */
	.Footer .Col {
		float: left;
		margin-left: 20px;
		width: 220px;
	}
	.Footer ul li a {
		display: block;
		padding-left: 25px;
	}
	.Footer ul li a span {
		display: block;
	}
	.Footer ul li:before {
		content: '\f061';
		display: block;
		font-family: "FontAwesome";
		font-size: 16px;
		position: absolute;
	}

}
@media only screen and (min-width: 73.75em) { /* 1180 */
	body {
		font-size: 16px;
	}

	.Partei {
		margin-left: 840px;
		top: 0;
		width: 100px;
	}

	.Transparenz,
	.Corona {
		/*
		margin-top: -230px;
		padding-left: 960px;
		*/
		margin-top: -480px;
		margin-left: 920px;
	}
	.Corona {
		margin-top: -380px;
	}
	.Wrapper {
		width: 1180px;
	}
	/*
	.Claim a i {
		height: 570px;
		width: 1180px;
	}
	*/
	.Claim a strong {
		font-size: 36px;
		padding-top: 7px;
		text-indent: 70px;
	}
	.Claim a span {
		font-size: 18px;
	}
	.Partei {
		margin-left: 985px;
		width: 125px;
	}
	.Navi {
		height: 60px;
		padding-left: 70px;
		top: 400px;
		top: 480px;
		width: 1180px;
	}
	div.Metanavi,
	.Home div.Metanavi {
		margin-left: 940px;
		top: 15px;
	}
	div.Metanavi a {
		background: none;
		color: #667682;
		font-size: 22px;
		padding: 0;
	}
	.Metanavi li.Search .Search-Layer {
		margin-left: -40px;
	}
	div.Metanavi li.Facebook a:before {
		content: '\f082';
	}

	.Languages {
		margin-left: 600px;
		top: -380px;
		top: -460px;
		width: 310px;
	}
	.Home .Languages {
		top: -595px;
	}

	.Photo {
		height: 350px;
		height: 430px;
		margin: 0 70px;
	}
	body.Home .Photo img {
		margin-top: 0;
	}
	body.Home .Photo {
		height: 570px;
	}
	body.Home .Navi {
		top: 615px;
	}

	.Navi-Main ul {
		height: 60px;
	}
	.Navi-Main ul li a {
		padding: 20px 10px;
	}

	.Article,
	.Listing,
	.Main .Search,
	.Main .Newsletter,
	.Newsletter-Unsubscribe,
	.Main .Sendarticle {
		margin: 70px 230px;
	}
	.Article.Subtopic {
		margin-bottom: 0;
	}
	.Article.Subtopic + .Listing {
		margin-top: 0;
	}
	.no-mq .Article {
		margin: 0 !important;
		width: 720px !important;
	}

	/* Main */
	.Main {
		margin-top: 20px;
	}
	h1, h3, h4 {
		font-weight: bold;
	}
	h2 {
		color: #999;
		font-size: 24px;
	}

	/* Artikel */
	.Listing.Highlights {
		border-bottom: 10px solid #eee;
		padding-bottom: 70px;
	}
	.Listing {
		padding: 40px 0;
	}
	.Listing.Highlights {
		padding-left: 30px;
		padding-right: 0;
	}
	.Listing.Highlights li {
		width: 320px;
	}
	.Listing.Highlights li:nth-child(1),
	.Listing.Highlights li:nth-child(2) {
		float: left;
		margin-left: 40px;
	}
	.Listing.Highlights li:nth-child(3),
	.Listing.Highlights li:nth-child(4),
	.Listing.Highlights li:nth-child(5),
	.Listing.Highlights li:nth-child(6),
	.Listing.Highlights li:nth-child(7) {
		margin-left: 760px;
	}
	.Listing.Highlights li:nth-child(3) strong,
	.Listing.Highlights li:nth-child(4) strong,
	.Listing.Highlights li:nth-child(5) strong,
	.Listing.Highlights li:nth-child(6) strong,
	.Listing.Highlights li:nth-child(7) strong {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}
	.Listing.Highlights li:nth-child(3) .Teaser,
	.Listing.Highlights li:nth-child(4) .Teaser,
	.Listing.Highlights li:nth-child(5) .Teaser,
	.Listing.Highlights li:nth-child(6) .Teaser,
	.Listing.Highlights li:nth-child(7) .Teaser {
		display: none;
	}

	/* Was mir wichtig ist */
	.Was-mir-wichtig-ist {
		padding: 70px;
		padding-top: 0;
	}
	.Was-mir-wichtig-ist h3 {
		font-size: 36px;
	}
	.Was-mir-wichtig-ist .Desc {
		padding-left: 40px;
	}
	.Was-mir-wichtig-ist h4 {
		font-size: 24px;
	}

	/* Newsletter */
	.Home .Newsletter-Signin {
		margin-left: 80px;
		top: 520px;
	}
	.Newsletter-Signin .Email {
		width: 300px;
	}
	.Newsletter-Signin .Submit {
		width: 206px;
	}

	/* Footer */
	.Footer {
		padding: 40px;
	}
	.Footer .Col {
		margin-left: 30px;
		width: 230px;
	}
}
