@charset "UTF-8";

@import url(//cdn.warenform.de/fonts/droid-sans/latin/css/stylesheet.css);
@import url(//cdn.warenform.de/fonts/droid-serif/latin/css/stylesheet.css);
@import url(//cdn.warenform.de/css/font-awesome-animation/font-awesome-animation.min.css);
@import url(//cdn.warenform.de/fonts/font-awesome-4.7.0/css/font-awesome.min.css);


/* Droid font licence: http://cdn.warenform.de/fonts/droid-sans/licence/ */
/* Droid font licence: http://cdn.warenform.de/fonts/droid-serif/licence/ */

@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);

body,
.cke_editable {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
body#PUB{
	background: url(../images/bg-body.png) #eee;
}

/* Padding ausserhalb der Box */
/*
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*/

/* Schriftgroesse u. Grundformate */
.Wrapper,
.Main,
body.cke_editable {
	font-size: 16px;
}
.cke_editable a,
a {
	color: #7189a7;
	text-decoration: none;
}
.cke_editable a,
.Main a {
	font-weight: bold;
}
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
strong, b,
.cke_editable strong, .cke_editable b {
	font-weight: bold;
}
em,
i,
.cke_editable em,
.cke_editable i {
	font-style: italic;
}
strong i,
b i,
i strong,
i b,
strong em,
b em,
em strong,
em b,
.cke_editable strong i,
.cke_editable b i,
.cke_editable i strong,
.cke_editable i b,
.cke_editable strong em,
.cke_editable b em,
.cke_editable em strong,
.cke_editable em b {
	font-style: italic;
	font-weight: bold;
}

.Topic-42 .Article .Content table {
	max-width: 800px;
}

.Topic-42 .Article .Content table,
.Topic-42 .Article .Content thead,
.Topic-42 .Article .Content tbody,
.Topic-42 .Article .Content th,
.Topic-42 .Article .Content td,
.Topic-42 .Article .Content tr {
	display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.Topic-42 .Article .Content thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.Topic-42 .Article .Content tr {
	border: 1px solid #ccc;
	margin-bottom: 1rem;
}

.Topic-42 .Article .Content td {
	/* Behave	like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 20%;
}

.Topic-42 .Article .Content td p {
	margin: 0;
}

.Topic-42 .Article .Content td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 0;
	left: 0;
	width: 15%;
	padding-right: 0;
	padding-top: 5px;
	text-align: right;
	white-space: nowrap;
}

/*
	Label the data
	*/
.Topic-42 .Article .Content td:nth-of-type(1):before {
	content: "Type";
}
.Topic-42 .Article .Content td:nth-of-type(2):before {
	content: "Dossier";
}
.Topic-42 .Article .Content td:nth-of-type(3):before {
	content: "Committee";
}
.Topic-42 .Article .Content td:nth-of-type(4):before {
	content: "Title";
}

.Outer-Wrapper {
	background: #fff;
}

/* Kopf */
.Head .Logo {
	max-width: 100%;
	position: absolute;
}
.Head.Bild2 .Logo {
	margin-left: 20px;
	top: 10px;
}
.Head.Bild2 .Logo img {
	width: 380px;
}
.Head .Logo img {
	max-width: 100%;
}
.Head .Partei {
	position: absolute;
	top: 150px;
}
.Head.Bild2 .Partei {
	top: -10px;
}
.Head .Partei img {
	max-width: 100%;
}
/* Navi */
nav input[id*="NaviCheckbox"] {
	display: none;
}
nav input[id*="NaviCheckbox"] + label {
	display: none;
}
.Navi {
	background: #fff;
	position: absolute;
	width: 950px;
}
.Navi-Main a {
	color: #666;
}
.Navi-Main ul,
.Navi-Main li {
	display: inline-block;
}
.Navi-Main li {
	margin-right: 20px;
}
.Navi-Main li:last-child {
	margin-right: 0;
}
.Navi-Main li ul {
	background: #fff;
	border-bottom: 2px solid #999;
	display: none;
	margin-left: -10px;
	padding-top: 15px;
	position: absolute;
	z-index: 100000;
	width: 200px;
	max-width: 80%;
}
.Navi ul li:hover ul {
	display: block;
}

.Navi-Main li ul li {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: block;
	width: 198px;
}
.Navi-Main li:first-child ul li {
	border-left: 0;
	width: 199px;
}
.Navi-Main li ul li a {
	display: block;
	font-size: 14px;
	padding: 5px 10px;
}

/* Karussell */
.Carousel .item {
	margin: 9px;
}
.Carousel .item img {
	display: block;
	height: auto;
	width: 100%;
}
.Carousel .item h3 {
	background: url(../images/left.png) 0 3px no-repeat;
	background-size: 15px 14px;
	font-weight: bold;
	height: 20px;
	line-height: 100%;
	margin-bottom: 10px;
}
.Carousel .item h3 a {
	display: block;
	padding-top: 4px;
	text-indent: 20px;
	text-shadow: 1px 1px 1px #FFF;
	z-index: 1;
}
.Carousel .item:hover h3 a {
	text-decoration: underline;
}
.Carousel .item p {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-style: italic;
	min-height: 60px;
	padding: 5px 10px;
	white-space: normal;
	width: 100%;
	max-width: 300px;
}
/*
.Carousel .item.item3 p {
	height: 27px;
	margin-top: -27px;
}
*/
.Carousel .item:hover p {
	background: #fff;
}
.Carousel .item p a {
	color: #000;
	font-size: 14px;
	line-height: 170%;
	text-decoration: none;
}

/* Main */
.Main h1 {
	font-size: 36px;
}
.Main table td,
.Main table th {
	padding: 5px;
	vertical-align: top;
}
.Main h2 {
	color: #666;
	font-size: 24px;
	margin-top: 10px;
}
.Main .Author {
	margin-bottom: -10px;
	margin-top: 20px;
}
.Main .Content {
	margin-top: 20px;
}
.Main .Content p,
.Main .Content li,
.cke_editable p,
.cke_editable li {
	line-height: 150%;
}
.Main h1,
.Main h2,
.Main .Content h3,
.Main .Content h4,
.cke_editable h3,
.cke_editable h4 {
	line-height: 130%;
	font-weight: bold;
}
.Main .Content p,
.cke_editable p {
	margin-bottom: 20px;
}
.Main .Content h3,
.cke_editable h3 {
	clear: both;
	font-size: 18px;
	margin: 20px 0 0 0;
}
.Main .Content h4,
.cke_editable h4 {
	font-size: 14px;
	margin: 20px 0 0 0;
}
.Main .Content a,
.cke_editable a {
	text-decoration: underline;
}

/* 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 {
	background: none !important;
	margin-bottom: 20px;
	padding: 0 !important;
}
.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: '\f230';
}
.MediaBox.twitter .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	content: '\f099';
}
.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;
}

.Main .Content #Gallery {
	margin-bottom: 50px;
}

.Main .Article .Date {
	font-size: 12px;
	margin: 20px 0;
}

/* 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;
	margin: 0 0 20px 0;
}
.Main fieldset legend {
	background: #eee;
	color: #000;
	font-size: 18px;
	line-height: 150%;
	padding: 5px 10px;
}
.Main fieldset legend + p {
	clear: right;
}
.Main .F_me label {
	display: none;
}
.Main fieldset p.Input {
	margin-bottom: 20px;
	padding: 0 30px;
}
.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;
}
.Input.Text input,
.Submit input,
.Input.Email input,
.Main textarea {
	background: #fff;
	border: 1px solid #999;
	box-sizing: border-box;
	display: block;
	height: 30px;
	padding: 2px 0;
	text-indent: 10px;
	width: 100%;
}
.Input.Text input:focus,
.Input.Text input:hover,
.Input.Text input:active,
.Input.Email input:focus,
.Input.Email input:hover,
.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;
}
.Submit input {
	cursor: pointer;
}
.Submit input:hover {
	background: #6f7c86;
	border-color: transparent;
	color: #fff;
}

.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;
}
.Submit {
	display: block;
	text-align: right;
}

/* Suche */
.Main .Search div.Listing {
	background: none;
	padding: 0;
}
.Main .Search div.Listing h1,
.Main .Search div.Listing h2 {
	background: #fff;
	margin: 0;
	padding: 20px;
}
.Main .Search div.Listing h1 {
	padding-bottom: 0;
}
.Main .Search div.Listing h2 {
	font-size: 18px;
}
.Main .Search div.Listing ul {
	margin-top: 20px;
}
.Main .Search div.Listing li {
	background: #fff;
	padding: 20px;
}
.Main .Search form {
	background: #fff;
	padding: 20px;
}
.Main .Search fieldset p.Input {
	padding: 0;
}
.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 .Search div.Listing p {
	background: #fff;
	padding: 20px;
}
.Main .Search div.Listing ul.Listing p {
	padding: 0;
}

/* Tools */
.Main .Tools {
	margin: 30px 0;
}
.Main .Tools li:after {
	color: #ccc;
	content: '  |  ';
}
.Main .Tools li {
	display: inline;
}
.Main .Tools li:last-child {
	margin-right: 0;
}
.Main .Tools li:last-child:after {
	content: '';
}
.Specials .Newsletter .Input {
	margin-bottom: 10px;
}
.Specials .Newsletter .Submit input {
	background: #999;
	border-color: transparent;
	cursor: pointer;
	color: #fff;
}
.Specials .Newsletter .Submit input:hover {
	background: #666;
}
.Specials .Newsletter form + p {
	margin: 20px 0;
}

.Main .Newsletter form fieldset {
	display: flex;
	flex-wrap: wrap;
}
.Main .Newsletter form fieldset .Input {
	box-sizing: border-box;
	width: 100%;
}
.Main .Newsletter form fieldset .Submit {
	width: 50%;
}
.Main .Newsletter form fieldset .Submit + .Submit {
	width: 50%;
}
.Main .Newsletter .Listing h2 {
	border-bottom: 1px solid #666;
	padding: 50px 0 10px 0;
}

/* Downloads */
.Main .Documents {
	margin: 50px 0 30px 0;
}
.Main .Documents h3 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.Main .Documents li {
	margin: 10px 0;
}
.Documents li.pdf a {
	background-position: 0 2px;
}
.Main .Documents li .Author {
	display: block;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 0;
}
.Main .Documents ~ .Listing {
	margin-top: 50px;
}

/* Listings */
.Main .Home .Listing h1 {
	font-size: 30px;
}
.Main .Home .Listing h1 {
	font-size: 30px;
}
.Main .Listing .Image {
	padding-top: 5px;
	max-width: 100%;
}
.Main .Listing .Image img {
	max-width: 100%;
}
.Main .Listing .Image.Custom img {
	max-width: 150px;
}
.Main .Listing h3 {
	font-size: 20px;
	margin: 10px 0;
}
.Main .Listing .Date {
	display: block;
	font-size: 12px;
}
.Main .Listing .Date,
.Main .Listing .Date a {
	color: #333;
	font-weight: normal;
}
.Main .Listing .Date a:focus,
.Main .Listing .Date a:hover,
.Main .Listing .Date a:active {
	color: #7189a7;
	text-decoration: underline;
}
.Main .Listing ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 25px 0;
}
.Main .Listing ul li:last-child {
	border-bottom: 0;
}
.Main .Listing ul li .Desc {
	line-height: 150%;
}

/* Social Share Privacy */
.Main .socialshareprivacy {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	height: 25px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.Main .social_share_privacy_area.line {
	position: absolute;
	width: 510px;
}
.Main .social_share_privacy_area.line li {
	display: table-cell;
}
.Main .settings_info {
	display: none !important;
}

/* Aehnliche Artikel */
.Main .Similar {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}
.Main .Similar h3 {
	font-family: "open_sansbold", Helvetica Neue, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}
.Main .Similar .Date a {
	font-family: 'open_sansregular', sans-serif;
}
.Main .Similar li {
	margin-bottom: 10px;
}

/* Tags zum Artikel */
.Main .Tags {
	border-bottom: 1px solid #999;
	margin: 30px 0;
	padding-bottom: 20px;
}
.Main .Tags h3 {
	font-family: "open_sansbold", Helvetica Neue, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}
.Main .Tags ul,
.Main .Tags li {
	display: inline;
}
.Main .Tags li:after {
	content: ', ';
}
.Main .Tags li:last-child:after {
	content: '';
}

/* Termine */
.Main .Event .passed {
	background: #7189a7;
	border: 5px solid #7189a7;
	border-radius: 6px;
	color: #7189a7;
	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: #7189a7;
	display: inline;
	padding: 0;
}
.Main .Event .passed:hover span span {
	color: #fff;
}
.Main .Event .passed a {
	background: #7189a7;
	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;
}
.Main .Event div.Listing h1 {
	margin-bottom: 100px;
}
.Main .Event div.Listing li:first-child {
	border-top: 0;
}
.Main .Event .Info {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 10px;
}
.Main .Event .Info h3 {
	color: #ac161e;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
}
.Main .Event .Info address {
	margin-bottom: 5px;
}
.Main .Event .Date {
	color: #000;
	font-size: 14px;
	margin: 0 10px 0 0;
}
.Main .Event .Info .Accessibility-Description {
	margin-top: 20px;
}
.Main .Event .Accessibility {
	color: #ac161e;
	margin-bottom: 20px;
}

/* Paging */
.Main .Paging {
	clear: both;
	display: block;
	margin-bottom: 20px;
	word-spacing: 3px;
}
.Main .Paging .Browse {
	display: none;
}
.Main .Paging .Previous,
.Main .Paging .Next {
	display: inline-block;
	position: relative;
	top: 10px;
	width: 15px;
}
.Main .Paging .Previous a,
.Main .Paging .Next a {
	background-image: url(/kontext/images/icons/arrow1_w.png);
	background-position: right 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	text-indent: -1000px;
	width: 15px;
}
.Main .Paging .Next a {
	background-image: url(/kontext/images/icons/arrow1_e.png);
	background-position: left 0;
}
.Main .Paging ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.Main .Paging ul li {
	background: none !important;
	border: 0 !important;
	color: #000;
	display: inline-block;
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.Main .Paging ul li a {
	color: #369;
	display: inline-block;
	margin-left: 1px;
	margin-right: 1px;
	padding: 5px;
	text-decoration: underline;
}
.Main .Paging ul li a:focus,
.Main .Paging ul li a:hover,
.Main .Paging ul li a:active {
	background: #369 !important;
	color: #fff !important;
	text-decoration: none !important;
}
.Main .Paging ul li.Active {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: none;
	border-radius: 3px;
	color: #000;
	font-family: 'open_sansbold';
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
	text-align: center;
}
.Main .Paging ul li:first-child.Active {
	padding-left: 15px;
}

/* Tagcloud (in Main + Specials) */
.Tagcloud {
	list-style: none;
	margin: 0 -2px;
	padding: 0;
}
.Main .Tagcloud {
	text-align: center;
}
.Tagcloud li {
	display: inline-block;
	margin: 2px;
}
.Specials .Tagcloud ul {
	text-align: center;
}
.Specials .Tagcloud li a {
	color: #666;
}
.Tagcloud li a {
	padding: 0 2px;
	text-decoration: none;
	white-space: nowrap;
}
.Tagcloud li a:focus,
.Tagcloud li a:hover,
.Tagcloud li a:active {
	text-decoration: underline;
}
.Tagcloud li.Size1 a {
	font-size: 12px;
}
.Tagcloud li.Size2 a {
	font-size: 16px;
}
.Tagcloud li.Size3 a {
	font-size: 24px;
}

/* Specials */
.Specials .Box {
	background: #e9ebef;
	margin-bottom: 40px;
	text-align: center;
}
.Specials .Box .Catchline {
	border-bottom: 1px solid #fff;
	padding: 10px;
}
.Specials .Box .Box-Content {
	padding: 10px;
}

/* Mediathek */
.Specials .Box.Mediathek .Box-Content,
.Specials .Box.Mediathek a {
	background: #7189a7;
	color: #fff;
	padding: 0;
	text-decoration: none;
}
.Specials .Box.Mediathek .Box-Content img {
	width: 300px;
}
.Specials .Box.Mediathek span {
	display: block;
	padding-top: 10px;
	position: relative;
}
.Specials .Box.Mediathek strong {
	border-bottom: 10px solid transparent;
	display: block;
	font-size: 20px;
	margin: 5px 10px;
}
.Specials .Box.Mediathek a:focus strong,
.Specials .Box.Mediathek a:hover strong,
.Specials .Box.Mediathek a:active strong {
	text-decoration: underline;
}
.Specials .Box.Mediathek .Reiter {
	padding: 5px 0;
}
.Specials .Box.Mediathek .Reiter ul {
	display: block;
	margin: 0 10px;
}
.Specials .Box.Mediathek .Reiter li {
	float: left;
	margin-right: 2px;
}
.Specials .Box.Mediathek .Reiter li:last-child {
	margin-right: 0;
}
.Specials .Box.Mediathek .Box-Content.Reiter li img {
	border: 2px solid transparent;
	border-radius: 3px;
	width: 50px;
}
.Specials .Box.Mediathek .Box-Content.Reiter li a:focus img,
.Specials .Box.Mediathek .Box-Content.Reiter li a:hover img,
.Specials .Box.Mediathek .Box-Content.Reiter li a:active img {
	border: 2px solid #fff;
}

/* MEP-Listing auf Abgeordnetenseite */
.Specials .MEPs ul.Members li.MemberList {
	float: left;
	height: 150px;
	margin-right: 40px;
}
/* MEPs */
.Specials .MEPs div.Image {
	float: left;
	margin-top: 5px;
}
.Specials .MEPs h3 {
	padding-top: 40px;
}
.Specials .MEPs h3,
.Specials .MEPs p {
	background: none;
	margin-left: 136px;
}
.Specials .MEPs ul ul {
	margin-left: 136px;
	margin-top: 10px;
}
.Specials .MEPs ul ul li {
	line-height: 100%;
	margin-bottom: 10px;
}
.Specials .MEPs ul ul li a {
	background: url(../images/arrow.png) no-repeat 0 4px;
	padding-left: 8px;
}
.Specials .MEPs ul ul li a:focus,
.Specials .MEPs ul ul li a:hover,
.Specials .MEPs ul ul li a:active {
	background-position: 0 -96px;
}
.Specials .MEPs .Member {
	background: #fff;
	height: 136px;
}
.Specials .MEPs .Nav {
	padding: 15px 20px;
}
.Specials .MEPs .Nav li {
	display: inline;
	margin-right: 10px;
	/* margin-right: -4px; */ /* Workaround: Sonst Abstand zwischen Listenpunkten... */
}
.Specials .MEPs .Nav li:last-child {
	margin-right: 0;
}
.Specials .MEPs .Nav li a {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
.Specials .MEPs .Nav li a:focus,
.Specials .MEPs .Nav li a:hover,
.Specials .MEPs .Nav li a:active {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* Termintipp */
.Specials .Box.Event .Box-Content,
.Specials .Box.Event a {
	background: #ac161e;
	color: #fff;
	text-decoration: none;
}
.Specials .Box.Event ul li {
	margin-bottom: 20px;
}
.Specials .Box.Event span {
	display: block;
}
.Specials .Box.Event strong {
	display: block;
	font-size: 16px;
	margin: 5px 0;
}
.Specials .Box.Event a:focus strong,
.Specials .Box.Event a:hover strong,
.Specials .Box.Event a:active strong {
	text-decoration: underline;
}

.Specials .Box.Dossiers ul li a {
	background: url(../images/arrow.png) 2px 6px no-repeat;
	font-weight: bold;
	padding-left: 12px;
}

/* Suche */
.Specials .Box.Search {
	background: none;
}
.Specials .Box .Smallform {
	border: 1px solid #999;
	display: table;
	height: 30px;
	overflow: hidden;
	width: 100%;
}
.Specials .Box .Smallform:focus,
.Specials .Box .Smallform:hover,
.Specials .Box .Smallform:active,
.Specials .Box .Smallform:focus .Input input,
.Specials .Box .Smallform:hover .Input input,
.Specials .Box .Smallform:active .Input input {
	border-color: #6f7c86;
	box-shadow: 0 0 1px #6f7c86;
	-moz-box-shadow: 0 0 1px #6f7c86;
	-webkit-box-shadow: 0 0 1px #6f7c86;
}
.Specials .Box .Smallform:focus .Input input,
.Specials .Box .Smallform:hover .Input input,
.Specials .Box .Smallform:active .Input input {
	color: #000;
}
.Specials .Box .Smallform .Input,
.Specials .Box .Smallform .Submit {
	display: table-cell;
}
.Specials .Box .Smallform label {
	display: block;
	left: -10000px;
	position: absolute;
	top: -10000px;
}
.Specials .Box .Smallform .Input input,
.Specials .Box .Smallform .Submit input {
	background: #fff;
	border: 0;
	color: #808e9a;
	display: block;
	overflow: hidden;
	padding: 2px;
}
.Specials .Box .Smallform .Input input {
	border-right: 1px solid #666;
	height: 30px;
	text-indent: 10px;
	width: 100%;
}
.Specials .Box .Smallform .Submit {
	height: 30px;
	width: 30px !important;
}
.Specials .Box .Smallform .Submit input {
	background: url(../images/form-buttons-sprite.png) 10px 3px no-repeat !important;
	border: 0;
	cursor: pointer;
	height: 30px;
	opacity: 0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	text-indent: -10000px;
	width: 40px;
}
.Specials .Box .Smallform:hover .Submit input {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.Specials .Box.Search .Smallform .Submit input {
	background-position: 3px 5px;
}

/* Facebook-Buztton */
.Specials .Box.Socialmedia {
	background: url(../images/social-media-sprite.png) 10px 15px no-repeat #fff;
	font-weight: bold;
	margin: -20px auto 20px auto;
	padding: 20px 0 20px 60px;
	max-width: 240px;
	text-align: left;
}
.Specials .Socialmedia span {
	display: block;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-weight: normal;
}
.Specials .Box.Socialmedia.Twitter {
	background-position: 10px -85px;
	margin-top: -30px;
}
.Specials .Box.Socialmedia.Twitter span {
	padding-top: 10px;
}

/* Buttons */
.Specials .Box.Buttons {
	background: none;
	margin: 0;
}
.Specials .Box.Buttons ul li {
	margin-bottom: 40px;
	padding: 0;
	text-align: center;
}

/* Footer */
.Footer {
	color: #666;
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-style: italic;
	margin: 30px auto;
}
.Footer a {
	background: url(../images/arrow.png) 2px 6px no-repeat;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	font-style: normal;
	padding-left: 12px;
}
.Footer .Row {
	line-height: 140%;
}
.Footer h3 {
	border-bottom: 1px solid #ccc;
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-style: italic;
	margin: 40px 0 20px 0;
	padding-bottom: 20px;
}
.Footer li {
	margin-bottom: 10px;
}
.Footer .Row1 .Image {
	float: left;
	margin: 0 20px 20px 0;
}

/* Sprungmarken */
.Jumplabels,
.Wrapper .Go-To-Page-Top,
.Go-To-Page-Top span {
	left: -10000px;
	position: absolute;
	top: -10000px;
}
.Go-To-Page-Top {
	border-top: 1px solid #ccc;
	margin: 20px auto;
	padding: 30px 0;
	text-align: center;
	width: 950px;
	max-width: 100%;
}

.Main .Breadcrumbs.Ebene1,
.Main .Breadcrumbs span {
	display: block;
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* Admin */
#ADM .Main {
	display: block !important;
	width: 650px !important;
}

.DN {
	display: none;
}
@media only screen and (min-width: 45em) {
	/* Startseite */
	.Main .Listing .Image {
		float: left;
		margin: 0 20px 10px 0;
		width: 150px;
	}
	.Main .Listing .Img .Desc {
		margin-left: 170px;
	}
	.Main .Home .Listing .Highlight .Image {
		/*
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
		*/
	}
	.Main .Home .Listing .Highlight .Image img {
		width: 100%;
		max-width: 600px;
	}
}
@media only screen and (min-width: 60.49em) {
	html, body {
		max-width: 100%;
		overflow-x: hidden !important;
		position: relative;
		width: 100% !important;
	}

	.Outer-Wrapper {
		background: #fff;
		box-shadow: 0 1px 5px #000;
		margin: 0 auto;
		max-width: 1000px;
	}

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

	/* Kopf */
	.Head {
		height: 365px;
	}
	.Head .Partei {
		margin-left: 700px;
	}

	/* Navigation */
	.Navi {
		border-bottom: 2px solid #999;
		display: table;
		height: 20px;
		padding: 15px 0;
	}
	.Navi-Main,
	.Navi-Extra {
		display: table-cell;
	}
	.Navi-Main {
		width: 600px;
	}
	.Navi-Extra {
		text-align: right;
		width: 350px;
	}
	.Navi-Extra a {
		color: #333;
		font-weight: normal;
	}
	.Navi-Extra li {
		color: #ccc;
		display: inline;
		font-size: 12px;
		line-height: 150%;
		text-transform: uppercase;
	}
	.Navi-Extra li:after {
		content: ' | ';
	}
	.Navi-Extra li:last-child:after {
		content: '';
	}

	/* Carousel */
	.Carousel {
		background: #e9ebef;
		margin: 0 -25px;
		padding: 10px 25px 20px 25px;
		white-space: nowrap;
	}
	.Carousel .item {
		margin: 9px;
	}
	.Carousel .item h3 a {
		height: 220px;
		position: absolute;
		width: 300px;
	}
	.Carousel .item a.Image {
		display: block;
		position: relative;
		width: 100%;
	}
	.Carousel .owl-controls .owl-buttons {
		 opacity: 0;
		-webkit-transition: all 250ms;
		-moz-transition: all 250ms;
		-o-transition: all 250ms;
		transition: all 250ms;
	}
	.Carousel:hover .owl-controls .owl-buttons{
		opacity: 1;
	}
	.Carousel .owl-controls .owl-next,
	.Carousel .owl-controls .owl-prev	{
		bottom: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		height: 20px;
		margin: auto;
		overflow: hidden;
		padding: 0;
		position: absolute;
		/*text-indent: -1000px;*/
		top: 0;
		width: 20px;
	}
	.Carousel .owl-controls .owl-next {
		right: 5px;
	}
	.Carousel .owl-controls .owl-prev {
		left: 5px;
	}

	/* Container */
	.Container {
		display: table;
		width: 100%;
	}

	/* Main */
	.Main {
		display: table-cell;
		padding-bottom: 50px;
		padding-right: 50px;
		vertical-align: top;
		width: 600px;
	}

	/* Specials */
	.Specials .Box {
		text-align: left;
		max-width: 320px;
	}
	.Specials {
		display: table-cell;
		padding-bottom: 50px;
		padding-top: 30px;
		vertical-align: top;
	}

	/* Tagcloud in Specials */
	.Specials .Tagcloud ul {
		text-align: left;
	}

	/* Mediathek in Specials */
	.Specials .Box.Mediathek span {
		padding-top: 0;
	}
	.Specials .Box.Mediathek span:after {
		background: url(/kontext/images/playBtn.png) no-repeat;
		background-size: 72px 56px;
		content: '';
		bottom: 0;
		height: 56px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 72px;
	}

	/* Footer */
	.Footer {
		width: 950px;
	}
	.Footer .Row {
		display: table-cell;
		width: 300px;
	}
	.Footer .Row3 h3 {
		margin-top: 0;
	}
	.Footer .Row1,
	.Footer .Row2 {
		padding-right: 25px;
	}
	.Footer .Row3 {
		background: url(../images/left.png) right 112px no-repeat;
		background-size: 76px 70px;
	}

	/* Brotkrumen */
	.Breadcrumbs {
		color: #999;
		font-size: 16px;
		margin: 20px 0;
	}
	.Breadcrumbs a {
		font-weight: normal;
	}

}
@media only screen and (max-width: 60.48em) {
	.Outer-Wrapper {
		margin: 0 !important;
		overflow-x: hidden;
		padding: 0 !important;
		width: 100%;
	}
	/* Kopf */
	.Head {
		background: url(../images/bg-body.png) #eee;
	}
	.Head.Bild2 .Logo img {
		width: 425px;
	}
	.Head .Portrait {
		background: url(../images/helmut-scholz.jpg) center 0 no-repeat;
		min-height: 290px;
		max-height: 290px;
	}
	.Head.Bild2 .Portrait {
		background: url(../images/helmut-scholz-2.jpg) center 0 no-repeat;
	}
	.Head .Portrait img {
		display: none;
	}
	.Head .Partei {
		right: 0;
	}

	/* Navi */
	.Navi {
		border: 0;
		margin-left: 0;
		margin-top: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}
	.Navi-Main,
	.Navi-Extra {
		padding: 10px;
	}
	.Navi-Extra a {
		color: #000;
		font-size: 18px;
		line-height: 150%;
	}
	.Navi-Main li,
	.Navi-Extra li {
		display: inline !important;
		white-space: nowrap;
	}
	/* Mobile-Navi */
	nav {
		width: 100%;
	}
	nav input[id*="NaviCheckbox"] {
		display: none;
	}
	nav input[id*="NaviCheckbox"] + label {
		background: #000;
		color: #fff;
		cursor: pointer;
		display: block;
		height: 2rem;
		position: relative;
		text-align: center;
		text-indent: 0;
		text-shadow: #333333 1px 1px 1px;
		user-select: none;
		width: 100%;
	}
	nav input[id*="NaviCheckbox"] + label:before {
		content: 'Navigation';
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 1.2rem;
		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,
	nav input[id*="NaviCheckbox"]:checked + label:after {
		/*content: '\2630';*/
		content: '';
		background: url("/images/bg-navi-responsive.png") no-repeat scroll 99% 7px #000000;
		font-size: 1.4rem;
		height: 28px;
		line-height: 0;
		position: absolute;
		right: 0.9rem;
		top: 0rem;
		width: 24px;
	}
	nav input[id*="NaviCheckbox"]:checked + label {
		color: black;
	}
	nav input[id*="NaviCheckbox"]:checked + label:before {
		color: #ccc;
	}
	nav input[id*="NaviCheckbox"]:checked ~ .Navi {
		max-height: 999em;
	}
	nav .Navi {
		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
		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%;
	}
	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: '';
	}

	.Main,
	.Footer {
		padding: 10px;
	}

	/* Content */
	.Main .socialshareprivacy {
		display: none;
	}
	/* Listing */
	.Main .Listing .Image {
		float: right;
		margin: 0 0 10px 10px;
		width: 150px;
		max-width: 35%;
	}
	.Main .Listing .Image img {
		width: 100%;
	}
	.Main .Home .Listing .Highlight .Image {
		float: right;
		margin: 0 0 10px 10px;
		width: 600px;
		max-width: 40%;
	}
}
@media only screen and (max-width: 55em) {
	/* Kopf */
	.Head .Logo {
		top: 180px;
	}
	.Carousel {
		display: none !important;
	}
}
@media only screen and (max-width: 45em) {
	nav input[id*="NaviCheckbox"] + label {
		right: 0;
	}
}
@media only screen and (max-width: 42em) {
	/* Kopf */
	.Head .Portrait {
		display: none;
	}
	.Head .Logo {
		background: url(../images/bg-body.png) #eee;
		position: relative;
		top: 0;
	}
	.Head .Partei {
		max-width: 25%;
		top: 0;
	}
	.Specials {
		background: url(../images/bg-body.png) #eee;
	}
	.Specials .Box.Search {
		padding: 40px 10px 10px 10px;
	}
}

@media only screen and (max-width: 37.5em) and (orientation: portrait) {
	/* Kopf */
	.Main .Listing .Highlight .Image {
		float: none;
		margin: 0 0 10px 0;
		min-width: 100%;
		max-width: 100%;
	}
	.Main .Listing .Image img {
		width: 600px;
		max-width: 100%;
	}
}

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