@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/css/font-awesome-animation/font-awesome-animation.min.css);
@import url(//cdn.warenform.de/fonts/pt-sans/latin-ext_latin/css/stylesheet.css);

@import url(/kontext/css/reset-min.css);
@import url(/css/media-min.css);
@import url(/kontext/css/content-min.css);
@import url(/kontext/css/listing-min.css);
@import url(/kontext/css/paging.css);

/* roboto-slab-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
       url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//cdn.warenform.de/fonts/roboto-slab/latin-ext_latin/roboto-slab-v6-latin-ext_latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* Farben:
sehr helles grau: #f1f1f1 rgb(241,241,241);
blau: #00b0e9 rgba(0,176,233,1);
dunkelblau: #00b0e9 rgba(0,142,189,1);
knallrot: #eb220d rgba(235,34,14,1);
dunkelrot: #be1e00 rgba(190,30,0,1);
grün: #85c144 rgba(133,193,68,1)
*/

body,
.cke_editable {
	font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 160%;
	font-size: 14px;
	font-weight: 400;
}

.PUB * {
	box-sizing: border-box;
}

a {
	color: rgba(0,142,189,1);
	outline: none;
}

.Wrapper {
	background: #fff;
}

/* Logo */
.Logo a {
	color: rgba(0,0,0,1);
	font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	text-decoration: none;
}

/* Navi (3. Ebene unterdruecken) */
.Navi-Main ul.Level_2 {
	display: none !important;
}
.Quicksearch form,
.Quicksearch form * {
	display: inline;
}
.Quicksearch label,
.Quicksearch .Hidden {
	display: block;
	left: -10000px;
	position: absolute;
	top: -10000px;
}
.Navi-Extra .Socialmedia {
	display: none;
}

/* Sprungmarken */
.Go-To-Page-Top,
.Jumplabels {
	display: block;
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* Startseite */
.Slider hr {
	display: none;
}

/* Slider auf der Startseite */
.Slider {
	background: rgba(235,34,14,1);
	margin: 30px 0 40px 0;
}
.Slider .item {
	display: table;
	width: 100%;
}
.Slider .item .Image {
	background: rgba(0,0,0,0.1);
	display: table-cell;
	width: 55%;
}
.Slider .item .Image img {
	width: 100%;
}
.Slider .item .Desc {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 45%;
}
.Slider .item .Desc a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 100%;
	overflow: hidden;
	padding: 20px;
}
.Slider .item .Desc a strong {
	display: block;
	font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 150%;
}
.Slider .item .Desc a {
	text-decoration: none;
}
.Slider .item .Desc a b {
	display: none;
}
.Slider .item .Desc a:focus strong,
.Slider .item .Desc a:hover strong,
.Slider .item .Desc a:active strong {
	text-decoration: underline;
}
.Slider .Copyright {
	display: block;
	font-size: 12px;
	opacity: 0.3;
}
.Slider .Copyright:before {
	content: 'Foto: ';
}
.Slider button {
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* Medien */
.MediaBox {
	clear: both;
	margin: 0 auto 10px auto;
	padding-top: 5px;
	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: #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 {
	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%;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button {
	background: rgb(190,30,0);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	margin-bottom: 50px;
	margin-top: 2rem;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button:hover {
	background: rgba(235,34,14,1);
	text-decoration: none;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body h1 {
	font-size: 1.25rem;
	margin: 1rem 0 0.625rem;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body {
	height: 1200px;
	line-height: 1;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body h1:after {
	display: none;
}

/* Downloads */
.Documents h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.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;
	text-decoration: none !important;
}
.Documents li .Author {
	color: rgba(68,68,75,0.3);
	display: block;
}
.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: 75px;
}
.PUB .Main .Documents li.Preview-Image a .Title {
    display: table-cell;
	padding-left: 20px !important;
	vertical-align: top;
}
.PUB .Main .Documents li.Preview-Image .Author {
	font-size: 10px;
	margin: 0;
	padding-left: 30px !important;
	text-align: left;
}

.Main h1 {
	font-weight: 700;
	font-size: 36px;
	line-height: 140%;
}
.Main h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 30px;
	margin-top: 20px;
}
.Main h3,
.cke_editable h3 {
	clear: both;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 10px;
}
.Main .Content h4,
.cke_editable h4 {
	clear: both;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 10px;
}
.Article .Date {
	color: #999;
	margin-bottom: 10px;
}
.Article .Date a {
	color: #999;
	text-decoration: none;
}
.Article .Date a:focus,
.Article .Date a:hover,
.Article .Date a:active {
	color: rgba(0, 142, 189, 1);
	text-decoration: underline;
}
.Article .Date time,
.Article .Date ul,
.Article .Date ul li {
	display: inline;
}
.Article .Date time {
	color: #000;
}
.Article .Date time + ul:before {
	content: ' / ';
}
.Article .Date ul li:after {
	content: ', ';
}

.Article .Date ul li:after {
	content: ', ';
}
.Article .Date ul li:last-child:after {
	content: '';
}

.Article .Content,
.Person-View .Content {
	margin-top: 30px;
}
.Article .Content h3,
.Person-View .Content h3,
.Documents h3,
.cke_editable h3 {
	margin-top: 40px;
}
.Rubric a {
	background: #85c144;
	color: #fff;
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px;
	text-decoration: none;
}
.Rubric a:before {
	content: '\f053';
	font-family: "FontAwesome";
	padding-right: 10px;
}

/* Listing */
.Listing ul li {
	border-top: 1px solid rgb(241,241,241);
	margin-top: 25px;
	padding-top: 25px;
}
.Root .Listing ul li:first-child,
.Person-View ul li:first-child,
.Listing ul li ul li,
.Listing .Paging ul li,
.Box.Listing ul li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.Box.Listing ul li:first-child {
	padding-top: 20px;
}

.Listing .Date,
.Listing .Date a {
	color: #999;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.Listing .Date address,
.Listing .Date address ul,
.Listing .Date address ul li {
	display: inline;
	font-size: 12px;
}
.Listing .Date address ul {
	margin-left: 5px;
}
.Listing .Date address ul li {
	margin-left: -5px;
}
.Listing .Date address:before,
.Listing .Date address li:before {
	content: ', ';
}
.Listing .Date address li:first-child:before {
	content: '';
}
.Listing .Date a:focus,
.Listing .Date a:hover,
.Listing .Date a:active {
	text-decoration: underline;
}
/*
.Listing li .Image {
	padding-top: 7px;
	width: 200px;
}
.Listing li .Image img {
	width: auto;
	max-width: 100%;
}
*/
.Listing li .Image {
	float: none;
	margin: 0;
}
.Listing .Image img {
	height: auto;
	width: auto;
}
.Listing li h3 a,
.Box.Listing li p a,
.Listing.Similar li h5 a {
	color: rgba(0,0,0,1);
	font-size: 24px;
	font-weight: 700;
	line-height: 140% !important;
	margin-bottom: 10px;
	text-decoration: none;
}
.Listing li h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 140% !important;
	margin-bottom: 10px;
	text-decoration: none;
}

.Box.Listing li p a {
	font-size: 16px;
}
.Listing li a:focus,
.Listing li a:hover,
.Listing li a:active,
.Listing.Similar li h5 a:focus,
.Listing.Similar li h5 a:hover,
.Listing.Similar li h5 a:active {
	text-decoration: underline;
}
.Listing li.More {
	text-align: center;
}
.Listing li.More a {
	background: rgba(0,176,233,1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
}
.Listing li.More a:focus,
.Listing li.More a:hover,
.Listing li.More a:active {
	background: rgba(0,142,189,1);
}

.Main-Focus {
	margin-bottom: 50px;
}
.Main-Focus .Image img {
	width: 100%
}
.Main-Focus .Desc h1 {
	font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-top: 10px;
}
.Main-Focus .Desc h1 strong {
	border-bottom: 3px solid rgba(0,0,0,0.4);
	display: block;
	font-size: 24px;
	line-height: 140%;
	padding: 10px 0;
	margin-bottom: 10px;
}
.Focus-Topics {
	margin-bottom: 50px;
}
.Focus-Topics h3 {
	border-bottom: 1px solid rgba(0,0,0,0.4);
	color: rgba(0,0,0,0.4);
	margin-bottom: 0;
	padding: 10px 0;
}
.Focus-Topics li {
	border-bottom: 1px solid rgba(0,0,0,0.4);
	padding: 10px 0;
}
.Focus-Topics li a {
	font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.Focus-Topics li a:before {
	content: '\f0da';
	font-family: "FontAwesome";
	margin: 0 10px;
}
.Focus-Topics li a:focus span,
.Focus-Topics li a:hover span,
.Focus-Topics li a:active span {
	text-decoration: underline;
}
.Focus-Topics li .Content {
	padding: 0 25px;
}

.Focus h2 {
	border-bottom: 1px solid rgba(0,0,0,0.6);
	color: rgba(0,0,0,0.6);
	font-size: 18px;
	margin: 0;
	padding-bottom: 10px;
}
.Focus-Themen {
	margin-bottom: 60px;
}
.Focus-Themen ul li {
	border-bottom: 1px solid rgba(0,0,0,0.6);
}
.Focus-Themen ul li:before {
	color: rgba(0,142,189,1);
	display: block;
	content: '\f0da';
	font-family: "FontAwesome";
	margin-top: 10px;
	position: absolute;
}
.Focus-Themen ul li a {
	display: block;
	font-family: "Roboto Slab";
	padding: 10px;
	padding-left: 15px;
	text-decoration: none;
}
.Focus .Listing ul li:first-child {
	border-top: 0;
	padding-top: 0;
}

/* MEP-Karussell und Team */
.Person,
.Specials .Box.Person {
	background: rgba(0,176,233,1);
	padding-bottom: 15px;
}
.Main .Person {
	margin-bottom: 50px;
	padding-bottom: 0;
}
.Main .Person:nth-child(odd) {
	clear: left;
}
.Main .Person .Desc {
	padding: 10px;
}
.Person ul.MEP-Navi {
	margin-left: 20px;
	padding-top: 15px;
}
.Person ul.MEP-Navi li {
	display: inline-block;
	margin-right: 2px;
	opacity: 0.5;
	width: 31px;
}
.Person ul.MEP-Navi li:hover,
.Person ul.MEP-Navi li.Active {
	opacity: 1;
}
.Person ul.MEP-Navi li:last-child {
	margin-right: 0;
}
.Person ul.MEP-Navi a {
	background-position: center center;
	background-size: cover;
	display: inline-block;
	filter: grayscale(100%);
	height: 36px;
	width: 100%;
}
.Person ul.MEP-Navi a:focus,
.Person ul.MEP-Navi a:hover,
.Person ul.MEP-Navi a:active,
.Person ul.MEP-Navi .Active a {
	filter: grayscale(0%);
}
.Person ul.MEP-Navi i {
	display: none;
}
.Person * {
	color: #fff;
}
Specials .Box.Person .Item {
	padding-bottom: 0;
}
.Specials .Box.Person .Item {
	padding-bottom: 0;
}
.Person .Item * {
	display: block;
}
.Person .Item a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
.Person .Item a b {
}
.Person .Item a i {
	font-style: normal;
}
.Person .Item a:focus strong,
.Person .Item a:hover strong,
.Person .Item a:active strong,
.Person .Item a:focus b i,
.Person .Item a:hover b i,
.Person .Item a:active b i {
	text-decoration: underline;
}
.Person .Image {
	background-position: center center;
	background-size: auto 180px;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	width: 120px;
}
.Person .Image,
.Person .Desc {
	height: 180px;
	overflow: hidden;
}
.Person .Desc {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin-left: 130px;
}
.Person .Desc strong {
	font-size: 18px;
	font-weight: 700;
}

/* Personen */
.Person-View h2 {
	border-bottom: 1px solid rgba(0,0,0,0.3) !important;
	color: rgba(0,0,0,0.5);
	font-size: 16px;
	margin: 60px 0 30px 0;
	padding-bottom: 10px;
}
.Person-View h2 {
	display: none;
}
.Mitarbeiter_innen .Person-View .Listing h2 {
	display: block;
}

/* Listing EuropaRot */
.Topic-98 .Listing li {
	border: 0;
	clear: none;
	float: left;
}
.Topic-98 .Listing li h3 {
	margin: 0;
}
.Topic-98 .Listing li h3 a {
	background: rgba(190,30,0,1);
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 10px 0;
}
.Topic-98 .Listing li .Teaser {
	padding: 10px;
	text-align: left;
}
.Topic-98 .Listing li * {
	text-align: center;
}
.Topic-98 .Listing li article {
	background: #fff;
	border: 10px solid rgb(241,241,241);
}
.Topic-98 .Listing li:nth-child(odd) {
	clear: left;
	margin-right: 40px;
}

.Topic-98 .Listing li .Image {
	background: #fff;
	height: 280px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Additional Content */
.Additionalcontent .Box {
	margin: 60px 0;
}
.Additionalcontent .Box h3 {
	border-bottom: 1px solid rgba(0,0,0,1);
	color: #666;
	font-size: 20px;
	margin-bottom: 10px;
}
.Additionalcontent .Box a {
	text-decoration: none;
}
.Additionalcontent .Box a:focus,
.Additionalcontent .Box a:hover,
.Additionalcontent .Box a:active {
	text-decoration: underline;
}

/*
.Additionalcontent .Similar li {
	color: rgba(0,0,0,0.4);
	margin-bottom: 10px;
}
*/

.Additionalcontent .Tags li {
	display: inline;
}
.Additionalcontent .Tags li:after {
	color: rgba(0,0,0,0.4);
	content: ' | ';
	margin-right: 2px;
	margin-left: 2px;
}
.Additionalcontent .Tags li:last-child:after {
	content: '';
}

/* Tools */
.Additionalcontent .Tools {
	margin: 30px 0;
}
.Additionalcontent .Tools li {
	display: inline;
	font-family: "FontAwesome";
	font-size: 20px;
	margin-right: 40px;
}
.Additionalcontent .Tools li:last-child {
	margin-right: 0;
}
.Additionalcontent .Tools li a {
	color: rgba(0,0,0,0.4);
	font-family: "FontAwesome";
	font-size: 20px;
	text-decoration: none;
}
.Additionalcontent .Tools li a:focus,
.Additionalcontent .Tools li a:hover,
.Additionalcontent .Tools li a:active {
	color: rgba(0,0,0,1);
}
.Additionalcontent .Tools li.Print a:before {
	content: '\f02f';
}
.Additionalcontent .Tools li.Send a:before {
	content: '\f003';
}
.Additionalcontent .Tools li.Top a:before {
	content: '\f062';
}
.Additionalcontent .Tools li a i {
	display: none;
}

/* Paging */
.Paging .Previous,
.Paging .Next {
    top: -5px;
}
.Paging ul li.Active {
	padding: 0 10px;
}
.Paging ul li.Active:first-child {
	padding: 0;
}
.Paging .Previous a,
.Paging .Next a {
	background: none;
	display: inline-block;
	height: 20px;
	text-indext: -1000px;
	width: 20px;
}
.Paging .Previous a:before,
.Paging .Next a:before {
	color: #333;
	content: '\f053';
	font-family: "FontAwesome";
	position: absolute;
	top: 13px;
}
.Paging .Next a:before {
	content: '\f054';
	margin-left: 10px;
}
/* Reiter */
.Reiter {
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin: 20px 0;
}
.Reiter ul li {
	float: left;
	margin: 0;
	padding-right: 5px;
}
.Reiter ul li a {
	background: rgba(241,241,241,1);
	color: #000;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
}
.Reiter ul li.Active a,
.Reiter ul li a:focus,
.Reiter ul li a:hover,
.Reiter ul li a:active {
	background: rgba(0,0,0,0.15);
}
.Reiter ul li.Active a {
	font-weight: 700;
}

/* Termine */
.Main .Event .Listing h1 {
	margin-bottom: 80px;
}
.Main .Event .passed {
	background: #00b0e9;
	border: 5px solid #00b0e9;
	color: #00b0e9;
	float: left;
	margin-top: -60px;
	position: absolute;
}
.Main .Event .passed a,
.Main .Event .passed span {
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 0 20px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.Main .Event .passed span span {
	color: #00b0e9;
	display: inline;
	padding: 0;
}
.Main .Event .passed:hover span span {
	color: #fff;
}
.Main .Event .passed a {
	background: #00b0e9;
	border-top: 1px solid #fff;
	display: none;
	margin-top: 10px;
	padding-top: 5px;
	text-decoration: none;
}
.Main .Event .passed:focus a,
.Main .Event .passed:hover a,
.Main .Event .passed:active a {
	display: block;
}
.Main .Event .passed a:focus,
.Main .Event .passed a:hover,
.Main .Event .passed a:active {
	text-decoration: underline;
}

/* Seite versenden / FAQ-Tool */
.Main .Sendarticle h1 q {
	color: #de1831;
}
.Main form {
	margin-top: 40px;
}
.Main fieldset {
	background: #fff;
	border: 0;
	clear: both;
	padding: 0;
}
.Main fieldset legend {
	font-style: italic;
	font-weight: 700;
	margin-left: 0;
	opacity: 0.25;
}
.Main fieldset legend + p {
	clear: right;
}
.Main .F_me label {
	background: #999;
	color: #fff;
	font-style: italic;
	margin-left: -30px;
	margin-top: -35px;
	padding: 2px 5px;
	position: absolute;
}
.Main fieldset p.Input,
.Main fieldset fieldset.Checkbox {
	margin-bottom: 20px;
	padding: 0 30px;
}
.Main fieldset fieldset.Checkbox ul li {
	display: inline;
	margin-right: 20px;
}
.Main fieldset fieldset.Checkbox ul li:last-child {
	margin-right: 0;
}
.Main fieldset fieldset.Checkbox ul li label {
	padding-left: 5px;
}
.Main fieldset .Textarea {
	margin-bottom: 20px;
	padding: 0 15px;
}
.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 .Connected fieldset.Radio label {
	padding-left: 5px;
}
.Main .F_title input {
	font-size: 18px;
	padding: 2px 0;
}
.Main .Question .Connected .F_questionerEmail input,
.Main .Question .Connected .F_questionerTown input,
.Main .Sendarticle .Connected .F_sn input,
.Main .Sendarticle .Connected .F_rn input,
.Main .Sendarticle .Connected .F_se input,
.Main .Sendarticle .Connected .F_re input {
	display: block;
	width: 230px;
}
.Main .Sendarticle .Connected .Name,
.Main .Sendarticle .Connected .Email,
.Main .Question .Connected .F_questionerEmail,
.Main .Question .Connected .F_questionerTown {
	display: table-cell;
	padding-bottom: 20px;
	width: 100px;
}

.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 .Input.Submit {
	display: block;
	margin: 10px;
	margin-right: 0;
	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;
	margin: 0 0 10px 0;
}
.Topic-130 .Main fieldset.FsBase.Checkbox.F_subscriptions li {
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.Topic-130 .Main fieldset.FsBase.Checkbox.F_subscriptions li input {
	display: block;
	float: left;
	margin-top: 5px;
}
.Topic-130 .Main fieldset.FsBase.Checkbox.F_subscriptions li input + label {
	display: block;
	margin-left: 20px;
}
.Main .Newsletter .Lists {
	margin-bottom: 30px;
	padding-left: 30px;
}
.Main .Newsletter .Lists h3 {
	margin-top: 20px;
	padding-left: 20px;
}
.Main .Newsletter .Lists h3.Headline {
	color: #00b0e9;
	cursor: pointer;
	text-decoration: underline;
}

/* Suche */
.Main .Search h1,
.Main .Search h2,
.Main .Search p {
	margin: 0;
}
.Main .Search h1 {
	padding-top: 15px;
}
.Main .Search h2 {
	padding-top: 15px;
}
.Main .Search .Listing p {
	padding: 0;
}
.Main .Search form {
	background: #fff;
	padding: 20px 5px;
}
.Main .Search fieldset p.Input {
	padding: 0;
}
.Main .Search fieldset p.F_and label {
	display: none;
}
.Main .Connected fieldset.F_scope {
	float: left;
	width: 50%;
}
.Main .Connected fieldset.F_mode {
	clear: none;
	margin-left: 50%;
	width: 50%;
}
.Main .Connected fieldset.F_scope ul,
.Main .Connected fieldset.F_mode ul {
	padding: 10px;
}
.Main .Connected p.Select {
	margin: 10px 0;
	margin-right: 10px;
}
.Main .Connected p.Select.Date {
	display: inline-block;
	margin-bottom: 30px;
}
.Main .Select.F_sort {
	margin: 20px 0;
}
.Main .Select.F_sort label {
	margin-right: 10px;
}

/* Publikationen bestellen */
.Order-Form {
	background: rgb(241,241,241);
}
.Order-Form h1 {
	background: rgb(0,0,0);
	color: #fff;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	padding: 5px 10px;
	text-align: center;
}
.Order-Form h1 span:before,
.Order-Form h1 span:after {
	content: '\f063';
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: lighter;
	vertical-align: 2px;
}
.Order-Form h1 span:before {
	padding-right: 20px;
}

.Order-Form h1 span:after {
	padding-left: 20px;
}
.Order-Form .Content {
	background: rgb(241,241,241);
	padding: 5px 10px;
}
.Order-Form fieldset {
	background: none;
}

/* Brotkrumen */
.Breadcrumbs {
	overflow: hidden;
	max-width: 100%;
}
.Breadcrumbs.Subnavi h6:after {
	content: ': ';
}
.Breadcrumbs.Subnavi h6 strong {
	font-weight: 700;
}
.Breadcrumbs li a {
	white-space: nowrap;
}
.Breadcrumbs a {
	opacity: 0.4;
	text-decoration: none;
}
.Breadcrumbs a:focus,
.Breadcrumbs a:hover,
.Breadcrumbs a:active {
	opacity: 1;
	text-decoration: underline;
}
.Breadcrumbs.Subnavi li a {
	opacity: 1;
}
.Breadcrumbs span {
	display: block;
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* Tagcloud */
.Tagcloud ul {
	text-align: center;
}
.Tagcloud ul li {
	display: inline-block;
	margin: 5px;
	margin-left: 0;
}
.Tagcloud ul li a:focus,
.Tagcloud ul li a:hover,
.Tagcloud ul li a:active {
	text-decoration: underline;
}
.Tagcloud ul li.Size1 a {
	font-size: 12px;
}
.Tagcloud ul li.Size2 a {
	font-size: 14px;
}
.Tagcloud ul li.Size3 a {
	font-size: 16px;
	font-weight: 700;
}
.Tagcloud ul li.Size4 a {
	font-size: 18px;
	font-weight: 700;
}
.Tagcloud ul li.Size5 a {
	font-size: 20px;
	font-weight: 700;
}

/* Specials */
.Specials a {
	text-decoration: none;
}
.Specials a:focus,
.Specials a:hover,
.Specials a:active {
	text-decoration: underline;
}

/* Schnellsuche */
.Specials .Quicksearch {
	border: 1px solid rgba(0,0,0,0.5);
	font-size: 14px;
	width: 150px;
}
.Specials .Quicksearch p {
	display: table-cell;
	vertical-align: middle;
}
.Specials .Quicksearch input {
	background: none;
	border: 0;
}
.Specials .Quicksearch label {
	display: none;
}
.Specials .Quicksearch p.Input input {
	border: 0;
	display: block;
	padding: 2px 0 2px 10px;
	width: 120px;
}
.Specials .Quicksearch p.Submit input {
	cursor: pointer;
	display: block;
	position: absolute;
	text-indent: -10000px;
	top: 0;
	width: 27px;
	z-index: 2;
}
.Specials .Quicksearch p.Submit i {
	color: rgba(0,0,0,0.4);
	margin-left: 7px;
	position: absolute;
	margin-top: -7px;
	z-index: 1;
}
.Specials Quicksearch:hover p.Submit i {
	color: rgba(0,0,0,1);
}

.Specials .Box .More {
	border-top: 1px solid #ccc;
	font-weight: 700;
	margin-top: 10px;
	padding-top: 10px;
}
.Specials .Box .Item .More a {
	color: rgba(0,142,189,1);
}
.Specials .Box .Item .More a:focus span,
.Specials .Box .Item .More a:hover span,
.Specials .Box .Item .More a:active span {
	text-decoration: underline;
}
.Specials .Box .More a:before {
	content: '\f054';
	font-family: "FontAwesome";
	font-size: 14px;
	padding-right: 5px;
}

.Specials .Box.Presseschau ul li {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.Specials .Box.Presseschau ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.Specials .Box.Presseschau .More {
	border-top: 1px solid #fff;
}
.Specials .Box.Presseschau .More a:before {
	color: #fff;
}

.GUENGL img {
	width: 150px;
}

/* Sonstige */
.DN {
	display: block;
	left: -10000px;
	position: absolute;
	top: -10000px;
}

.Paging ul li {
	width: auto;
	min-width: 20px;
}

/* Felder nebeneinander */
.F_receiver {
	margin-bottom: 30px;
}
.F_receiver label {
	padding-right: 30px;
}
.Arranged {
	clear: both;
	margin-left: -30px;
}
.Arranged input,
.Arranged select {
	display: block;
	width: 100%;
}
.Arranged .Radio input,
.Arranged .Checkbox input,
.Arranged .Select.Date select,
.Arranged .Select.DateTime select {
	width: auto;
}
.Arranged .Select.Date select,
.Arranged .Select.DateTime select {
	display: inline-block;
}
.Arranged .Select.DateTime select {
	margin-bottom: 5px;
}
fieldset.DateTime {
	padding-bottom: 30px;
}
.Arranged .Field {
	float: left;
	padding-left: 30px;
}
.Arranged .Field-Half {
	width: 50%;
}
.Arranged .Field-Third {
	width: 33.33%;
}
.Arranged .Field-2-Thirds {
	width: 66.33%;
}
.Arranged .Field-Quarter {
	width: 25%;
}
.Arranged .Field-3-Quarters {
	width: 75%;
}
.Arranged .Field-Fifth {
	width: 20%;
}
.Arranged .Field-2-Fifth {
	width: 40%;
}
.Arranged .Field-3-Fifth {
	width: 60%;
}
.Arranged .Field-4-Fifth {
	width: 80%;
}
.Advice {
	margin: 30px 0;
}
@media only screen and (max-width: 39.99em) {
	.Arranged .Field {
		float: none !important;
		padding-right: 0 !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 60.0624em) {
	.Logo {
		background: rgba(0,0,0,0.05);
		height: 60px;
	}
	.Logo a {
		display: table-cell;
		font-size: 30px;
		height: 60px;
		padding-left: 10px;
		padding-right: 80px;
		vertical-align: middle;
		width: 100%;
	}
	.Logo a span {
		white-space: nowrap;
	}

	/* Navi */
	.Navi {
		border: 0;
		margin: 0 0 30px 0;
		padding: 0;
		position: relative;
		top: -40px;
		width: 100%;
	}
	.Navi-Main,
	.Navi-Extra {
		padding: 10px;
	}
	.Navi-Extra a {
		font-size: 18px;
		line-height: 150%;
	}

	/* Mobile-Navi */
	.MobileNaviButton,
	.MobileNaviButtonClose {
		box-sizing: border-box;
		color: #fff;
		font-size: 36px;
		min-height: 60px;
		padding: 0 20px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
	}
	.MobileNaviButton span,
	.MobileNaviButtonClose span {
		display: none;
	}
	.MobileNaviButton i,
	.MobileNaviButtonClose i {
		border-top: 12px solid transparent;
	}
	.MobileNaviButton {
		background: rgba(190,30,0,1);;
		z-index: 5;
	}
	.MobileNaviButtonClose {
		background: rgba(0,0,0,0.4);
	}

	.Breadcrumbs {
		margin-bottom: 20px;
	}

	.Head nav.Navi {
		height: 0;
		max-height: 0;
		opacity: 0;
		padding-top: 0;
		top: 0;
		transition: none;
		width: 100%;
	}
	.Head nav.Navi:target {
		height: 100%;
		margin-bottom: -140px;
		max-height: 200em;
		opacity: 1;
		padding-top: 160px;
		top: -160px;
		transition:	opacity .4s ease-out, max-height .4s ease-out;
		z-index: 2;
	}
	.Head nav.Navi:target + .MobileNaviButtonClose {
		display: block;
		z-index: 5;
	}
	.Head nav .NaviContainer {
		background: #333;
	}
	.Head nav {
		width: 100%;
	}
	.Head nav a {
		color: #fff !important;
		border-top: 1px solid #fff;
	}
	.Head nav .Navi-Main + ul li:first-child a {
		border-top: 0;
	}
	.Head nav.Navi {
		max-height: 0;
		overflow: hidden;
	}
	.Head nav .Navi-Main,
	.Head nav .Navi-Extra {
		padding: 0;
	}
	.Head nav .Navi-Extra {
		background: rgba(255,255,255,0.3);
	}
	.Head nav.Navi ul {
		backface-visibility: hidden;
		display: block;
	}
	.Head nav.Navi ul ul {
		display: none !important;
	}
	.Head nav.Navi-Main ul li,
	.Head nav .Navi-Extra ul li {
		display: inline;
	}
	.Head nav.Navi-Extra ul li.Home {
		display: none;
	}
	.Head nav.Navi ul li a {
		display: block;
		font-size: 1rem;
		font-weight: bold;
		margin: 0.1%;
		padding: 2% 0 2% 20px;
		text-decoration: none;
	}
	.Head nav .Navi-Extra ul li  a {
		border: 0;
		display: inline-block;
	}
	.Navi ul li ul li a {
		padding-left: 40px;
	}
	.Head nav.Navi ul li ul li a,
	.Head nav.Navi .Navi-Extra ul li a {
		color: #666;
		font-weight: normal;
	}
	.Head nav.Navi-Main ul li:hover ul {
		display: none;
	}
	.Head nav.Navi-Main ul li.Active ul {
		display: block;
		margin: 0;
		position: relative;
		width: 100%;
	}
	.Head nav.Navi-Main ul li.Active ul li a {
		font-size: 1rem;
		padding: 0.8em 2em;
	}
	.Head nav.Navi-Extra ul {
		padding: 0;
	}
	.Head nav.Navi-Extra ul li:after {
		content: '';
	}
	.Navi-Extra ul li.Quicksearch form {
		display: none;
	}

	.Schwerpunktleiste,
	.Specials {
		display: none;
	}
	.Slider .item .Image {
		display: none;
	}
	.Slider ul.slick-dots {
		left: -10000px;
		position: absolute;
		top: -10000px;
	}
	.Container {
		padding: 0 10px;
	}

	.Focus .Breadcrumbs {
		display: none;
	}

	.Main h1 {
		font-size: 30px;
		text-align: center;
		margin: 20px 0;
	}
	.Main h1:after {
		background-color: rgba(190,30,0,1);
		content: "";
		display: block;
		height: 5px;
		margin: 10px auto 25px auto;
		width: 10%;
		min-width: 80px
	}

	.Main h2 {
		font-size: 24px;
		font-style: italic;
		font-weight: 400;
		text-align: center;
		margin: 20px 0;
	}
	.Main h3 {
		font-size: 16px;
		margin: 20px 0 10px 0;
	}
	.Main h4 {
		font-size: 14px;
		margin: 20px 0 10px 0;
	}
	.Main .Content h3,
	.Main .Content h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.Main .Content h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.Additionalcontent * {
		text-align: center;
	}
	.Additionalcontent .Documents * {
		text-align: left;
	}
	.Additionalcontent .Documents .Image {
		display: none !important;
	}
	.Additionalcontent .Documents .Title {
		display: block !important;
	}
	.Additionalcontent .Box h3 {
		background-color: rgba(0,0,0,0.5);
		border-bottom: 0;
		color: #fff;
		margin: 0 auto 10px auto;
		padding: 5px 10px;
	}

	.Additionalcontent .Tags li {
		display: inline-block;
		margin: 0 10px 10px;
	}
	.Additionalcontent .Tags li a {
		font-size: 18px;
	}
	.Additionalcontent .Tags li::after {
		display: none;
	}
	.shariff {
		margin: 0 auto;
		width: 500px;
	}

	.Listing li h3 a,
	.Listing.Similar li h5 a {
		font-size: 20px;
		margin: 0;
	}

	.Main-Focus,
	.Focus-Topics {
		background: rgba(0,0,0,0.1);
		margin: 0 -10px 20px -10px;
		padding: 10px;
	}
	.Focus-Topics {
		margin-bottom: 50px;
		padding-bottom: 30px;
	}

	.Person-View .Description * {
		text-align: center;
	}
	.Person-View h2 {
		display: block;
		text-align: left;
	}

	/* Listing EuropaRot */
	.Topic-98 .Listing li {
		width: 30%;
		margin: 10px 2% 10px 0 !important;
		padding: 0;
	}
	.Topic-98 .Listing li:nth-child(odd) {
		clear: none;
	}
	.Topic-98 .Listing li .Image {
		height: 100px;
	}

	.GUENGL {
		border-top: 1px solid rgba(0,0,0,0.3);
		padding: 20px 0;
		text-align: center;
	}
}
@media only screen and (max-width: 45em) {
	.PUB body {
		line-height: 160%;
		font-size: 13px;
	}
	.Logo a {
		font-size: 24px;
	}

	.Listing li .Date a {
		display: none;
	}

	/* Main */
	.Main {
		padding: 0;
	}

	/* Paging */
	.Paging {
		padding-bottom: 30px;
	}
	.Paging .Browse {
		display: block;
		margin-bottom: 10px;
	}
	.Paging .Previous a:before,
	.Paging .Next a:before {
		position: static;
		top: 0;
	}
	.Paging ul {
		display: none !important;
	}
}

@media only screen and (max-width: 34.99em) {
	.Logo a {
		font-size: 18px;
	}

	.Breadcrumbs a {
		background: #00b0e9;
		color: #fff;
		display: block;
		padding: 10px;
	}
	.Breadcrumbs li {
		margin: 10px 0;
	}

	.Listing li .Date {
		display: block;
	}
	.Listing li *,
	.Person-View h2 {
		text-align: center !important;
	}
	.Listing li .Image {
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}

	.Main .Person {
		background: none;
		border-bottom: 1px solid rgba(0,0,0,0.3);
		margin: 0 0 20px 0;
		padding-bottom: 20px;
	}
	.Main .Person * {
		color: #000;
	}
	.Main .Person .Image {
		background: none !important;
		float: none;
		text-align: left;
		width: auto;
	}
	.Main .Person .Image img.DN {
		left: 0;
		position: static;
		top: 0;
	}
	.Main .Person .Image,
	.Main .Person .Desc {
		height: auto;
		overflow: auto;
	}
	.Main .Person .Desc {
		margin-left: 0;
		padding: 10px 0 0 0;
	}
	.Main .Person .Desc strong {
		color: rgba(190,30,0,1)
	}

	/* Reiter */
	.Reiter {
		border-bottom: 0;
	}
	.Reiter ul li {
		margin-bottom: 5px;
	}

	.shariff {
		margin: 0 auto;
		width: 340px;
	}
}
@media only screen and (max-width: 32em) {
	/* Listing EuropaRot */
	.Topic-98 .Listing li {
		width: 48%;
	}
	.Topic-98 .Listing li h3 a {
		padding-left: 5px;
		padding-right: 5px;
	}

}
@media only screen and (max-width: 28.13em) {
	.Logo a {
		font-size: 16px;
	}
	.Listing li .Image {
		width: 100%;
	}
}

@media only screen and (max-width: 23em) {
	.Article header .Date {
		border-bottom: 1px solid #000;
		margin: 0 0 10px 0;
		padding-bottom: 10px;
	}
	.Listing li h3 a,
	.Listing.Similar li h5 a {
		color: rgba(190,30,0,1);
		font-size: 16px;
	}
	.Person-View h2 {
		margin: 30px 0;
	}
	.Topic-98 .Listing li {
		margin-right: 0;
		width: 100%;
	}
	.Topic-98 .Listing li .Image {
		height: 220px;
	}

	.shariff {
		margin: 0 auto;
		width: 160px;
	}
}

@media only screen and (min-width: 35em) { /* 960 */
	.Focus .Breadcrumbs {
		left: -10000px;
		position: absolute;
		top: -10000px;
	}
	.Breadcrumbs {
		border-bottom: 1px solid rgba(0,0,0,0.3);
		margin-bottom: 20px;
	}
	.Breadcrumbs h6,
	.Breadcrumbs ul,
	.Breadcrumbs li {
		display: inline;
		font-size: 12px;
	}
	.Breadcrumbs.Subnavi h6 {
		font-weight: 700;
		margin-right: 5px;
	}
	.Breadcrumbs li {
		display: inline-block;
		margin: 0 5px 8px 0;
	}
	.Breadcrumbs li:last-child {
		margin-right: 0;
	}
	.Breadcrumbs li:before {
		color: rgba(0,0,0,0.3);
		content: '\f061';
		font-family: "FontAwesome";
		padding-right: 5px;
	}

	.Article + .Listing {
		margin-top: 40px;
	}

	/* Listing */
	.Listing li .Image {
		padding-top: 7px;
		float: left;
		width: 30%;
	}
	.Listing .Image i {
		background-size: cover;
		background-position: 50% 0;
		background-repeat: no-repeat;
		display: block;
		height: 160px;
		overflow: hidden;
		text-indent: -10000px;
	}
	body:not(.Topic-98) .Listing li .Image + .Teaser {
		margin-left: 33%;
	}
	body:not(.Topic-98) .Listing .Date + h3 {
		margin-top: -3px;
	}

	/* Listing Startseite u. Schwerpunktseiten */
	.Root .Listing li:nth-child(n+10) .Image,
	.Focus .Related-Articles .Listing li:nth-child(n+3) .Image {
		display: none;
	}
	body:not(.Topic-6) .Listing li:nth-child(n+5) .Image {
		width: 130px;
	}
	body.Topic-98 .Listing li:nth-child(n+5) .Image {
		width: 100%;
	}
	body:not(.Topic-6) .Listing li:nth-child(n+5) .Image i {
		height: 130px;
		overflow: hidden;
		text-indent: -10000px;
	}
	body:not(.Topic-6) .Listing li:nth-child(n+5) .Image + .Teaser {
		margin-left: 140px;
	}
	body.Topic-98 .Listing li:nth-child(n+5) .Image + .Teaser {
		margin-left: 0;
	}

	.Root .Listing li:nth-child(n+5) h3 a,
	.Focus Related-Articles .Listing li:nth-child(n+3) h3 a {
		font-size: 18px;
	}
	.Root .Listing li:nth-child(n+10) h3 a,
	.Focus Related-Articles .Listing li:nth-child(n+3) h3 a {
		font-size: 16px;
		font-weight: 400;
	}
	.Root .Listing li:nth-child(n+10) h4,
	.Focus .Related-Articles .Listing li:nth-child(n+3) h4,
	.Root .Listing li:nth-child(n+10) .Teaser,
	.Focus .Related-Articles .Listing li:nth-child(n+3) .Teaser {
		display: none;
	}
	/*
	.Root .Listing li:nth-child(n+16) {
		display: none;
	}
	*/

	.Listing.Focus-Listing .Image {
		width: 200px;
	}
	.Listing.Focus-Listing .Image i {
		height: 103px;
	}
	.Listing.Focus-Listing li .Image + .Teaser {
		margin-left: 220px;
	}

	.Article .Box.Listing ul li {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}
	.Article .Box.Listing ul li:first-child {
		padding-top: 20px;
	}
	.Article .Box.Listing ul li .Date {
		margin-bottom: 0;
	}


}
@media only screen and (min-width: 60.0625em) { /* 960 */
	.PUB body {
		background: rgb(241,241,241);
	}
	.Wrapper,
	.Navi-Extra {
		margin: 0 auto;
		width: 950px;
	}

	.Head {
		height: 220px;
	}

	.Logo {
		margin-left: 20px;
		padding-top: 97px;
	}

	.PUB .Main {
		float: left;
		width: 620px;
	}

	.NaviContainer {
		border-top: 10px solid rgb(241,241,241);
		margin-top: 30px;
	}
	.Navi ul li {
		list-style: none;
	}

	.MobileNaviButton,
	.MobileNaviButtonClose {
		display: none;
	}
	nav input[id*="NaviCheckbox"] {
		display: none;
	}
	nav input[id*="NaviCheckbox"] + label {
		display: none;
	}
	.Navi-Main {
		box-sizing: border-box;
	}
	.Navi-Main a {
		background: rgb(241,241,241);
		color: rgba(0,0,0,1);
		font-weight: 700;
		padding: 10px 20px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-font-smoothing: antialiased;
	}
	.Navi-Main a[href="/de/topic/1.linke-ep.html"] span {
		display: none;
	}
	.Navi-Main a[href="/de/topic/1.linke-ep.html"] span:before {
		content: '\f015';
		font-family: "FontAwesome";
	}
	.Navi-Main a:focus,
	.Navi-Main a:hover,
	.Navi-Main a:active,
	.Navi-Main li:focus a,
	.Navi-Main li:hover a,
	.Navi-Main li:active a,
	.Navi-Main .Active a {
		background: rgb(190,30,0);
		color: #fff;
	}
	.Navi-Main ul {
		display: table;
		margin-left: 20px;
		margin-top: 18px;
	}
	.Navi-Main ul li {
		display: table-cell;
		line-height: 100%;
		padding-right: 5px;
		vertical-align: middle;
		white-space: nowrap;
	}
	.Navi-Main .Level_1 a,
	.Navi-Main .Level_1 strong {
		font-size: 14px;
		font-weight: 400;
	}
	.Navi-Main .Level_1 li {
		border-bottom: 1px solid rgba(255,255,255,1);
		border-left: 2px solid rgba(255,255,255,1);
		border-right: 2px solid rgba(255,255,255,1);
		margin-left: -2px;
		white-space: normal;
	}
	.Navi-Main .Level_1 li:last-child {
		border-bottom: 2px solid rgba(255,255,255,1);
	}
	.Navi a {
		text-decoration: none;
	}
	.Navi li ul {
		display: none;
		margin-left: 0;
		padding-top: 6px;
		position: absolute;
		width: 270px; /* CONFIGURE */
		z-index: 1005;
	}
	.Navi ul li:hover ul {
		display: block;
	}

	.Navi-Main li ul.Level_1 li {
		background: #fff;
		display: block;
		height: auto;
		padding: 0 !important;
		width: auto;
	}
	.Navi li ul.Level_1 li a {
		background: rgb(190,30,0);
		box-sizing: border-box;
		display: block !important;
		line-height: 140%;
		padding: 10px 20px;
		text-transform: none;
	}
	.Navi li ul.Level_1 li.Active a,
	.Navi li ul.Level_1 li a:focus,
	.Navi li ul.Level_1 li a:hover,
	.Navi li ul.Level_1 li a:active {
		background: rgba(235,34,14,1);
		box-sizing: border-box;
		display: block !important;
		line-height: 140%;
		padding: 10px 20px;
		text-transform: none;
	}
	.Navi ul li ul li:last-child {
		margin-bottom: 10px;
	}
	.Navi ul li ul {
		margin-top: 8px;
	}
	.Navi-Extra {
		color: rgba(0,0,0,0.5);
		font-size: 14px;
		font-weight: 400;
		position: absolute;
		text-transform: uppercase;
		top: 10px;
	}
	.Navi-Extra ul {
		box-sizing: border-box;
		margin: 0 0 0 20px;
	}
	.Navi-Extra ul li {
		display: inline;
	}
	.Navi-Extra ul li.Presse,
	.Navi-Extra ul li.Dossiers {
		margin-right: 30px;
	}
	/* .Navi-Extra ul li.Mediathek:after, */
	.Navi-Extra ul li.Termine:after {
		content: ' | ';
		margin-left: 5px;
		margin-right: 5px;
	}
	.Navi-Extra ul li.Newsletter,
	.Navi-Extra ul li.Quicksearch,
	.Navi-Extra .Socialmedia.Youtube {
		margin-left: 30px;
	}
	.Navi-Extra ul li.Newsletter:before {
		content: '\f003';
		font-family: 'FontAwesome';
		padding-right: 5px;
	}
	.Navi-Extra ul li.Kontakt:before {
		content: '\f095';
		font-family: 'FontAwesome';
		margin-left: 10px;
		padding-right: 5px;
	}
	.Navi-Extra a {
		color: rgba(0,0,0,0.5);
	}
	.Navi-Extra a:focus,
	.Navi-Extra a:hover,
	.Navi-Extra a:active {
		color: rgba(0,0,0,1);
		text-decoration: underline;
	}
	/* Schnellsuhe im Kopf */
	.Navi-Extra ul li.Quicksearch a {
		display: none;
	}
	.Navi-Extra ul li.Quicksearch p.Input input {
		padding: 3px;
		padding-right: 25px;
		width: 170px;
	}
	.Navi-Extra ul li.Quicksearch p.Submit {
		margin-left: -23px;
		position: absolute;
	}
	.Navi-Extra ul li.Quicksearch p.Submit:before {
		color: rgba(0,0,0,0.3);
		content: '\f002';
		font-family: 'FontAwesome';
		font-weight: bold;
		margin-top: 3px;
		position: absolute;
		transform: scaleX(-1);
	}
	.Navi-Extra ul li.Quicksearch p.Submit input {
		background: none;
		border: 0;
		cursor: pointer;
		position: absolute;
		text-indent: -10000px;
		width: 20px;
	}
	.Navi-Extra .Socialmedia {
		display: inline;
		padding-left: 15px;
	}
	.Navi-Extra .Socialmedia a span {
		display: block;
		left: -10000px;
		position: absolute;
		top: -10000px;
	}
	.Navi-Extra .Socialmedia a:before {
		font-family: "FontAwesome";
		font-size: 24px;
	}
	.Navi-Extra .Socialmedia a {
		color: rgba(0,0,0,0.4);
	}
	.Navi-Extra .Socialmedia a:focus,
	.Navi-Extra .Socialmedia a:hover,
	.Navi-Extra .Socialmedia a:active {
		color: rgba(0,0,0,0.75);
		text-decoration: none !important;
	}
	.Navi-Extra .Socialmedia.Youtube a:before {
		content: '\f167';
	}
	.Navi-Extra .Socialmedia.Flickr a:before {
		content: '\f16e';
	}
	.Navi-Extra .Socialmedia.Facebook a:before {
		content: '\f082';
	}
	.Navi-Extra .Socialmedia.Twitter a:before {
		content: '\f099';
	}

	/* GUE/NGL-Logo */
	.GUENGL {
		height: 150px;
		margin-left: 795px;
		position: absolute;
		top: 53px;
	}

	/* Slider auf der Startseite */
	.slick-prev,
	.slick-next {
		opacity: 0 !important;
	}
	.Slider .slick-prev:hover,
	.Slider .slick-next:hover {
		opacity: 0.75 !important;
	}
	.Slider.slick-slider {
		margin-bottom: 40px !important;
	}
	.Slider .item {
		height: 255px;
		width: 960px;
	}
	.Slider .item .Image {
		height: 255px;
		width: 510px;
	}
	.Slider .item .Desc {
		height: 255px;
		width: 450px;
	}
	.Slider .item .Desc a {
		height: auto;
		padding: 20px 40px;
	}
	.Slider .item .Desc a b {
		display: block;
		font-weight: normal !important;
		margin-top: 5px;
		text-align: right;
	}
	.Slider .item .Desc a b i {
		background: rgba(0,0,0,0.2);
		display: inline-block;
		font-style: normal;
		padding: 5px 10px;
	}
	.Slider .slick-next,
	.Slider .slick-prev {
		background: url(../images/arrows.png) 5px 180px no-repeat rgba(53, 66, 74, 0.5) !important;
		display: block;
		height: 255px;
		left: auto !important;
		margin: 0 !important;
		margin-top: -255px !important;
		position: absolute;
		right: auto !important;
		top: auto !important;
		width: 20px;
	}
	.Slider .slick-next:before,
	.Slider .slick-prev:before {
		content: '\f054';
		font-family: "FontAwesome";
	}
	.Slider .slick-prev:before {
		content: '\f053';
	}
	.Slider .slick-next {
		left: 930px !important;
	}
	.Slider .slick-prev,
	.Slider .slick-next {
		opacity: 0 !important;
	}
	.Slider .slick-next:focus,
	.Slider .slick-next:hover,
	.Slider .slick-next:active,
	.Slider .slick-prev:focus,
	.Slider .slick-prev:hover,
	.Slider .slick-prev:active {
		background-color: rgba(53, 66, 74, 0.8) !important;
		opacity: 0.75 !important;
	}

	.Container {
		padding: 20px 0;
	}

	.Main {
		padding: 0 20px;
	}

	/* Schwerpunkt-Leiste */
	.Schwerpunktleiste {
		color: #999;
		font-size: 12px;
		line-height: 100%;
		margin-bottom: 40px;
		margin-left: 20px;
		text-transform: uppercase
	}
	.Schwerpunktleiste * {
		display: inline-block;
	}
	.Schwerpunktleiste ul {
		display: inline-block;
	}
	.Schwerpunktleiste li:first-child:before {
		content: 'Aktuelle Themen:';
		padding-right: 10px;
	}
	.Schwerpunktleiste a {
		color: rgba(0,0,0,1);
		margin-bottom: 10px;
		margin-right: 10px;
		text-decoration: none;
	}
	.Schwerpunktleiste ul li a:focus,
	.Schwerpunktleiste ul li a:hover,
	.Schwerpunktleiste ul li a:active {
		text-decoration: underline;
	}

	body.Focus .Container {
		padding-top: 50px;
	}
	body.Focus .Main-Focus {
		margin-left: -20px;
		margin-top: -425px;
		position: absolute;
	}
	body.Focus h1 + .Related-Articles {
		margin-top: 50px;
	}
	.Focus-Overview li {
		float: left;
		margin-bottom: 20px;
		padding: 10px;
		width: 50%;
	}
	.Focus-Overview li:nth-child(odd) {
		clear: left;
	}
	.Focus-Overview li a,
	.Focus-Overview li a span,
	.Focus-Overview li a strong {
		color: #000;
		display: block;
		text-decoration: none;
	}
	.Focus-Overview li a .Desc {
		background: rgba(255,255,255,0.75);
		position: absolute;
		z-index: 1000000;
	}
	.Focus-Overview li a .Desc {
		padding: 10px;
	}
	.Focus-Overview li img {
		width: 100%;
	}

	.Main-Focus .Image,
	.Main-Focus .Desc,
	.Main-Focus .Wrap {
		height: 380px;
		overflow: hidden;
	}
	.Main-Focus .Image {
		width: 735px;
	}
	.Main-Focus .Image img {
		margin-left: -60px;
	}
	.Main-Focus .Desc {
		background: rgba(190,30,0,1);
		margin: -380px 0 0 570px;
		padding: 0;
		position: absolute;
		width: 380px;
	}
	.Main-Focus .Wrap {
		display: table-cell;
		vertical-align: middle;
	}
	.Main-Focus .Desc h1,
	.Main-Focus .Desc p {
		color: #fff;
		margin-left: 20px;
		margin-right: 20px
	}
	.Main-Focus .Desc p {
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	.Main-Focus .Desc h1 {
		font-weight: 400;
		margin-top: 0;
	}
	.Main-Focus .Desc h1 strong {
		border-bottom: 3px solid #fff;
		font-size: 24px;
		font-weight: 400;
		padding: 10px 0 20px 0;
		margin-bottom: 20px;
	}
	.Focus-Paging {
		margin-top: 420px;
	}
	body.Focus .Specials {
		margin-top: 425px;
	}
	body.Topic-6 .Specials {
		margin-top: 0 !important;
	}

	/* Personen */
	.Person-View .Description .Image,
	.Person-View .Description .Image + .Wrap {
		display: table-cell;
		vertical-align: top;
	}
	.Person-View .Description .Image + .Wrap {
		padding-left: 20px;
		vertical-align: middle;
	}
	.Person-View .Description .Image img {
		width: 150px;
	}
	.Person-View .Description h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.Person-View .Description .Content {
		margin-top: 0;
	}
	.Person-View ul.Contacts {
		margin-bottom: 20px;
	}
	.Person-View ul.Contacts li:before {
		font-family: "FontAwesome";
		padding-right: 10px;
	}
	.Person-View ul.Contacts li.Email:before {
		content: '\f003';
	}
	.Person-View ul.Contacts li.Phone:before {
		content: '\f095';
	}
	.Person-View ul.Contacts li.Url:before {
		content: '\f08e';
	}
	.Person-View dl {
		padding-top: 20px;
	}
	.Person-View dl dt {
		border-top: 1px solid #ccc;
		display: block;
		float: left;
		padding-top: 20px;
		width: 200px;
	}
	.Person-View dl dt + dd {
		border-top: 1px solid #ccc;
		margin-left: 200px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-top: 20px;
	}
	.Person-View dl dd h3 {
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
		margin: 20px 0 10px 0;
	}
	.Person-View dl dd h4 {
		font-weight: 700;
		margin: 20px 0 10px 0;
	}

	/* Versenden */
	.Main fieldset p.F_se.Input,
	.Main fieldset p.F_re.Input {
		max-width: 50%;
	}

	/* Tagcloud */
	h1 + .Tagcloud {
		margin-top: 20px;
	}
	.Tagcloud ul li a {
		white-space: nowrap;
	}

	/* Specials */
	.Specials {
		margin-left: 630px;
		width: 300px;
	}

	/* Social-Media-Kanaele */
	.Specials .Socialmedia {
		margin-left: 140px;
		position: absolute;
		top: 10px;
	}
	.Specials .Socialmedia a {
		color: rgba(0,0,0,0.5);
		font-size: 18px;
	}
	.Specials .Socialmedia a:focus,
	.Specials .Socialmedia a:hover,
	.Specials .Socialmedia a:active {
		color: rgba(0,0,0,1);
	}
	.Specials .Socialmedia ul li {
		display: inline;
		margin-right: 10px;
	}

	/* Schnellsuche */
	.Specials .Quicksearch {
		margin-left: -50px;
		position: absolute;
		top: 10px;
	}

	/* Randspalte: Standard-Box */
	.Specials .Box {
		background: #f1f1f1;
		margin-bottom: 50px;
	}
	.Specials .Box h3 {
		background: rgba(0,0,0,0.1);
		font-family: 'Roboto Slab';
		padding: 10px 20px;
		text-transform: uppercase;
	}
	.Specials .Box a {
		display: block;
	}
	.Specials .Box .Item {
		padding: 10px 20px;
	}
	.Specials .Box .Item a {
		color: rgba(0,0,0,1);
	}
	.Specials .Box .Item a:focus,
	.Specials .Box .Item a:hover,
	.Specials .Box .Item a:active {
		text-decoration: none;
	}
	.Specials .Box .Item a:focus strong,
	.Specials .Box .Item a:hover strong,
	.Specials .Box .Item a:active strong {
		text-decoration: underline;
	}
	.Specials .Box .Item .Date {
		display: block;
		font-size: 14px;
	}
	.Specials .Box .Item strong {
		display: block;
	}
	.Specials .Box img {
		width: 100%;
	}

	/* Randspalte: Twitter */
	.Specials .Box.Twitter {
		background: #fff;
	}
	.Specials .Box.Twitter h3 {
		background: rgba(0,176,233,1);
		color: #fff;
	}
	.Specials .Box.Twitter iframe {
		border: 1px solid rgba(0,176,233,1) !important;
	}

	/* Presseschau */
	.Specials .Box.Presseschau {
		background: rgba(133,193,68,1);
	}
	.Specials .Box.Presseschau * {
		color: #fff;
	}
	.Specials .Box.Presseschau li a {
		border-bottom: 0;
	}
	.Specials .Box.Presseschau li {
		border-bottom: 1px solid #fff;
	}

	/* Randspalte: Termine */
	.Specials .Box.Events {
		background: rgba(235,34,14,1);
	}
	.Specials .Box.Events * {
		color: #fff;
	}
	.Specials .Box.Events .Item {
		border-bottom: 1px solid rgba(255,255,255,0.4);
	}
	.Specials .Box.Events li:last-child .Item {
		border-bottom: 0;
	}
	.Specials .Box.Events strong {
		margin: 10px 0;
	}

	/* Randspalte: Dossiers */
	.Specials .Box.Dossiers {
		background: rgba(133,193,68,1);
	}
	.Specials .Box.Dossiers * {
		color: #fff;
	}
	.Specials .Box.Dossiers a {
		border-bottom: 1px solid rgba(255,255,255,0.5);
		display: block;
		padding: 7px 20px;
		width: 300px;
	}
	.Specials .Box.Dossiers li:last-child a {
		border-bottom: 0;
	}
	.Specials .Box.Dossiers a:focus,
	.Specials .Box.Dossiers a:hover,
	.Specials .Box.Dossiers a:active {
		background: rgba(0,0,0,0.05);
		text-decoration: none;
	}
	.Specials .Box.Dossiers a:after {
		color: rgba(255,255,255,0.5);
		content: '\f054';
		float: right;
		font-family: FontAwesome;
		font-size: 12px;
	}
	.Specials .Box.Dossiers a:focus:after,
	.Specials .Box.Dossiers a:hover:after,
	.Specials .Box.Dossiers a:active:after {
		color: rgba(255,255,255,1);
	}
	.Specials .Box.Dossiers * {
		color: #fff;
	}

	/* Randspalte: MEPs zu Schwerpunkt */
	.Specials .Box.Focus-MEPs {
		background: rgba(0,176,233,1);
	}
	.Specials .Box.Focus-MEPs * {
		color: #fff;
	}
	.Specials .Box.Focus-MEPs a {
		border-bottom: 1px solid rgba(0,0,0,0.1);
		display: block;
		padding: 7px 20px;
		width: 300px;
	}
	.Specials .Box.Focus-MEPs a i {
		background-position: center center;
		background-size: cover;
		box-sizing: border-box;
		display: block;
		float: left;
		height: 36px;
		margin-right: 20px;
		width: 40px;
	}
	.Specials .Box.Focus-MEPs a span {
		display: inline-block;
		height: 36px;
		padding-top: 4px;
	}
	.Specials .Box.Focus-MEPs a i img {
		display: none;
	}
	.Specials .Box.Focus-MEPs li:last-child a {
		border-bottom: 0;
	}
	.Specials .Box.Focus-MEPs a:focus,
	.Specials .Box.Focus-MEPs a:hover,
	.Specials .Box.Focus-MEPs a:active {
		background: rgba(0,0,0,0.05);
		text-decoration: none;
	}
	.Specials .Box.Focus-MEPs a:after {
		color: rgba(255,255,255,0.5);
		content: '\f054';
		float: right;
		font-family: FontAwesome;
		font-size: 12px;
		padding-top: 4px;
	}
	.Specials .Box.Focus-MEPs a:focus:after,
	.Specials .Box.Focus-MEPs a:hover:after,
	.Specials .Box.Focus-MEPs a:active:after {
		color: rgba(255,255,255,1);
	}
	.Specials .Box.Focus-MEPs * {
		color: #fff;
	}

	/* Randspalte: Tags */
	.Specials .Box.Tags li,
	.Specials .Box.Tags li a {
		display: inline;
		font-size: 12px;
		text-transform: uppercase;
	}
	.Specials .Box.Tags li:nth-child(even) {
		font-weight: 700;
	}
	.Specials .Box.Tags li:after {
		content: ' / ';
	}
	.Specials .Box.Tags li:last-child:after {
		content: '';
	}
	.Specials .Box.Tags li a {
		color: rgba(0,0,0,1);
	}
	.Specials .Box.Tags li a:focus,
	.Specials .Box.Tags li a:hover,
	.Specials .Box.Tags li a:active {
		text-decoration: underline;
	}

	/* Randspalte: Ausschuesse */
	.Specials .Box.Ausschuesse li {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.Specials .Box.Ausschuesse li:last-child {
		border-bottom: 0;
	}
	.Specials .Box.Ausschuesse li a {
		color: rgba(0,0,0,0.75);
		display: block;
		padding: 10px 20px;
	}
	.Specials .Box.Ausschuesse li a strong {
		display: inline;
	}

	.Specials .Box.Buttons {
		background: none;
	}
	.Specials .Box.Buttons ul li {
		margin-bottom: 50px;
	}


	/* Randspalte: Box mit Sonderinhalten */
	.Specials .Extra-Box {
		margin-bottom: 50px;
	}
	.Specials .Extra-Box.TTIP-Banner {
		margin-left: -10px;
		margin-right: -10px;
	}
	.GUENGL {
		margin-left: 760px;
	}
	@media only screen and (max-width: 73.999em) { /* 1184 */
		/* GUE/NGL-Logo */
/*
		.GUENGL {
			margin-left: 795px;
			top: 50px;
		}
		.GUENGL img {
			height: 80px;
			width: 115px;
			width: auto;
		}
	}
*/
}
@media only screen and (min-width: 74em) { /* 1184 */
	.PUB body {
		font-size: 16px;
	}
	.Wrapper,
	.Navi-Main,
	.Navi-Extra {
		width: 1100px;
	}

	.Navi-Main a {
		font-size: 18px;
	}


	/* Schnellsuche */
	.Specials .Quicksearch {
		margin-left: -150px;
	}
	.Specials .Socialmedia {
		margin-left: 40px;
	}

	.MediaBox.Left, .MediaBox.Right {
		width: 300px;
	}

	.GUENGL {
		margin-left: 860px;
	}

	/* Slider */
	.Slider .item {
		height: 260px;
		width: 1100px;
	}
	.Slider .item .Image {
		height: 260px;
		width: 510px;
	}
	.Slider .item .Desc {
		height: 260px;
		width: 590px;
	}
	.Slider .slick-next,
	.Slider .slick-prev {
		height: 260px;
		margin-top: -260px !important;
	}
	.Slider .slick-next {
		left: 1080px !important;
	}

	.Schwerpunktleiste a {
		border: 1px solid rgba(0,0,0,0.1);
		padding: 5px 7px;
	}
	.Schwerpunktleiste ul li a:focus,
	.Schwerpunktleiste ul li a:hover,
	.Schwerpunktleiste ul li a:active {
		background: rgba(190,30,0,1);
		border-color: rgba(190,30,0,1);
		color: #fff;
		text-decoration: none;
	}

	.PUB .Main {
		width: 690px;
	}

	/* Medien */
	.MediaBox.Left, .MediaBox.Right {
		width: 250px;
	}

	/* Schwerpunkt-Seiten */
	.Main-Focus .Image img {
		margin-left: -30px;
	}
	.Main-Focus .Desc {
		background: url(../images/bg-schwerpunkt.png);
		margin: -380px 0 0 620px;
		width: 480px;
	}
	.Main-Focus .Desc h1,
	.Main-Focus .Desc p {
		margin-left: 110px;
		margin-right: 40px
	}
	.Main-Focus .Desc h1 {
		font-size: 18px;
	}
	.Main-Focus .Desc h1 strong {
		font-size: 30px;
	}

	.Topic-98 .Listing li {
		width: 300px;
	}


	/* Formulare */
	form .Firstname,
	form .Lastname,
	form .Zip,
	form .Town {
		display: table-cell;
		vertical-align: top;
		width: 300px;
	}
	form .Firstname p.Input,
	form .Lastname p.Input,
	form .Zip p.Input,
	form .Town p.Input {
		padding: 0 0 0 30px;
	}

	form .Zip {
		width: 150px;
	}
	form .Town {
		width: 450px;
	}

	/* Specials */
	.Specials .Socialmedia a {
		font-size: 24px;
	}
	.PUB .Specials {
		margin-left: 730px;
		width: 350px;
	}

	/* MEP-Karussell */
	.Person ul.MEP-Navi li {
		width: 39px;
	}
	.Person ul.MEP-Navi a {
		height: 45px;
	}
	.Person .Image {
		background-color: #fff !important;
	}
	.Abgeordnete .Person .Image {
		background-size: auto 180px !important;
		width: 133px !important;
	}
	.Abegordnete .Person .Desc {
		margin-left: 155px;
	}
	.Mitarbeiter_innen .Person .Image {
		width: 160px;
	}
	.Specials .Box.Dossiers a,
	.Specials .Box.Focus-MEPs a {
		width: 350px;
	}
}

/* Admin-Preview */
.no-mq {
	max-width: 720px;
}

/* IE-Hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body.Focus .Main-Focus {
		margin-top: 0 !important;
	}
}

/* Matomo-Optout */
.matomo-optout-bar {
	background: rgba(0,176,233,1);
	border-top: 3px solid #fff;
	box-sizing: border-box;
	bottom: -44px;
	color: #fff;
	left: 0;
	height: 50px;
	right: 0;
	line-height: 30px;
	margin: 0 auto;
	opacity: 0.9;
	padding: 0.6rem 0 0.4rem 0;
	position: fixed;
	text-align: center;
	width: 100% !important;
}
.matomo-optout-bar a {
	color: #efefef;
}
.matomo-optout-bar.open {
	background: #44444b;
	bottom: 0;
}
.matomo-optout-bar,
.matomo-optout-bar h3 span {
	transition: all 0.25s ease-in;
}
.matomo-optout-bar h3 {
	margin-top: -52px;
	position: absolute;
	width: 100%;
}
.matomo-optout-bar h3 span {
	background: rgba(0,176,233,1);
	border: 3px solid #fff;
	border-bottom: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 5px 20px;
}
.matomo-optout-bar h3 span i {
	margin-left: 10px;
}
.matomo-optout-bar.open h3 span {
	background: #44444b;
}
.matomo-optout-bar iframe {
	height: 110px !important;
	margin-bottom: 20px;
	overflow: scroll !important;
	width: 80% !important;
}
.matomo-optout-bar button {
	border: 1px #fff solid;
	background: #44444b;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	padding: 4px 5px;
}
.matomo-optout-bar button:hover {
	background: #fff;
	color: #44444b;
	transition: background-color, color 0.3s ease;
}
.matomo-optout-bar .Banner-Content {
	font-size: 16px;
}
@media only screen and (max-width: 36.94em) {
	.matomo-optout-bar {
		height: 130px;
		bottom: -126px;
	}
}
@media only screen and (min-width: 37em) and (max-width: 74em) {
	.matomo-optout-bar {
		height: 90px;
		bottom: -86px;
	}
	}
@media only screen and (min-width: 60.0625em) and (max-width: 74em) {
	.matomo-optout-bar {
		/*bottom: -174px;
		height: 180px;*/
	}
	.matomo-optout-bar iframe {
		height: 170px !important;
	}
}
@media only screen and (min-width: 74em) { /* 1184 */
	.matomo-optout-bar iframe {
		width: 1150px !important;
	}
}
