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

:root {
	--font-fontawesome: 'FontAwesome';
	--fontsize-navi: 1rem;
	--fontsize-h1: 1.5rem;
	--fontsize-h3: 1.125rem;
	--fontsize-h4: 1rem;
	--bg-white-875: rgba(255,255,255,.875);
	--bg-white-75: rgba(255,255,255,.75);
	--petrol: #005C78;
	--dunkelgrau: #636363;
	--weiss: #fff;
	--lila: #FC62A9;
}
@media (min-width:640px) { /* sm */
	:root {
		--fontsize-base: 1rem;
		--fontsize-h1: 2rem;
		--fontsize-h3: 1.125rem;
		--fontsize-h4: 1rem;
	}
}
@media (min-width:1024px) { /* lg */
	:root {
		--fontsize-base: 1.125rem;
	/* 	--fontsize-h1: 2.5rem; */
		--fontsize-h3: 1.25rem;
		--fontsize-h4: 1.125rem;
	}
}
@media (min-width:1280px) { /* xl */
	:root {
		--fontsize-navi: 1.125rem;
	/*	--fontsize-base: 1.25rem; */
		--fontsize-h1: 2rem;
		--fontsize-h3: 1.5rem;
		--fontsize-h4: 1.25rem;
	}
}
@media (min-width:1536px) { /* 2xl */
	:root {
 		--fontsize-navi: 1.25rem;
	/*	--fontsize-base: 1.375rem; */
		--fontsize-h1: 3.5rem;

	}
}

/* Deja Vu Sans font licence: http://cdn.warenform.de/fonts/dejavu-sans/licence/ */

/* dejavu-sans-regular - latin */
@font-face {
  font-family: 'DejaVu Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('DejaVu Sans'), local('DejaVuSans'),
       url('https://cdn.warenform.de/fonts/dejavu-sans/latin/DejaVuSans-webfont.woff') format('woff'), /* Modern Browsers */
       url('https://cdn.warenform.de/fonts/dejavu-sans/latin/DejaVuSans-webfont.ttf') format('truetype') /* Safari, Android, iOS */
}

/* dejavu-sans-700 - latin */
@font-face {
  font-family: 'DejaVu Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('DejaVu Sans Bold'), local('DejaVuSans-Bold'),
       url('https://cdn.warenform.de/fonts/dejavu-sans/latin/DejaVuSans-Bold-webfont.woff') format('woff'), /* Modern Browsers */
       url('https://cdn.warenform.de/fonts/dejavu-sans/latin/DejaVuSans-Bold-webfont.ttf') format('truetype') /* Safari, Android, iOS */
}


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

/* Tailwind-Fixes */
img { border: 0; display: inline; }
html, *, :after, :before { box-sizing: border-box; }

/* Tailwind Fixes Ende */

.border-lila {
	border-color: var(--lila);
}
.bg-white-75 {
	background-color: var(--bg-white-75);
}
.bg-white-875 {
	background-color: var(--bg-white-875);
}
.bg-petrol {
	background-color: var(--petrol);
}

.text-petrol {
	color: var(--petrol);
}
.text-lila {
	color: var(--lila);
}

body {
	font-family: 'DejaVu Sans', sans-serif;
	line-height: 1.5;
}
/*
.PUB body:not(.cke_editable) {
	background: url(../images/regishut-bg.webp) no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
}
*/
.PUB body:before {
	background: url(../images/3000-1734-max.webp) no-repeat;
	background-position: center;
	background-size: cover;
	content: '';
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.PUB body.cke_editable:before {
	display: none;
}

.Head {
	height: 88px;
}
.Logo img {
	height: auto;
	max-width: 470px;
}
.Level_0 {
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
}

main a {
	text-decoration: none;
	transition: color .3s;
}
.Content a {
	text-decoration: underline;
}
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}

strong, b,
.cke_editable strong, .cke_editable b {
	font-weight: 700;
}
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: 700;
}

/* Absatz */
main p,
.cke_show_borders p {
	margin-bottom: 1rem;
}

h1 {
	border-bottom: 1px solid #000;
	display: inline-block;
	font-size: var(--fontsize-h1);
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.Content,
.cke_show_borders,
footer {
	font-size: var(--fontsize-base);
	line-height: 1.6;
}

/*
.Content p,
.cke_show_borders p {
	text-align: justify;
}
*/

/* Beschnittene Bilder */
.Image.Cropped picture {
	display: block;
	overflow: hidden;
	object-fit: cover;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

/* Listen */
.Content ul,
.Content ol,
.cke_show_borders ul,
.cke_show_borders ol {
	clear: left;
	list-style: disc;
	margin: 1.25rem .75rem;
}
.Content ul li,
.Content ol li,
.cke_show_borders ul li,
.cke_show_borders ol li {
	list-style: disc;
	margin-bottom: .75rem;
	margin-left: .75rem;
}
.Content ol,
.Content ol li,
.cke_show_borders ol,
.cke_show_borders ol li {
	list-style: decimal;
}

.Article-Listing-Heading,
.Content h3,
.cke_editable h3 {
    clear: left;
	font-size: var(--fontsize-h3);
	line-height: 1.6;
	margin-bottom: 1rem;
}
.Article-Listing-Heading a {
	color: var(--petrol);
	text-decoration: underline;
}
.Content h3,
.cke_editable h3 {
    font-weight: 700;
	margin-top: 1rem;
}

.Content h4,
.cke_editable h4 {
	clear: left;
	color: var(--dunkelgrau);
	font-size: var(--fontsize-h4);
	font-weight: 700;
	line-height: 150%;
    margin: 1rem 0;
}
.Content a {
	color: var(--petrol);
}
.Content a:before {
	display: inline-block;
	font-family: 'FontAwesome';
	margin-right: .375rem;
}
.Content a[href^=""]:before {
	content: '\f061';
}
.Content a[href^="mailto:"]:before {
	color: #000;
	content: '\f0e0';
	font-family:"Font Awesome 6 Free"
}
.Content a[href^="tel:"] {
	color: #000;
	text-decoration: none;
}
.Content a[href^="tel:"]:before {
	content: '\f095';
}
.Content a[href^="http://"]:before,
.Content a[href^="https://"]:before {
	content: '\f08e';
}
.Content a[href^="https://www.regishut.de/"]:before {
	content: '\f061';
}

.Content .Foerderung a:before {
	content: '';
	display: none !important;
}

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

.Article-5 .Documents {
	display: none;
}

/* Medien */
.MediaBox {
	clear: both;
	margin: 0 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 .75rem 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 {
	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 {
	margin: 0 0 1rem 0;
}
.MediaBox.Left {
	float: left;
	margin: 0 1rem 1rem 0;
}
.MediaBox.Right {
	float: right;
	margin: 0 0 1rem 1rem;
}
.MediaBox .Title,
.MediaBox .Copyright {
	color: rgba(0,0,0,0.5);
	font-size: .625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.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 img {
	height: auto;
	width: 100%;
}






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

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

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








.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: var(--weiss);
}
.MediaBox.Video {
/*	height: 100%;*/
	padding-top: 0;
	width: 100%;
}
.MediaBox.europarl .embedHelper, .MediaBox.vimeo .embedHelper, .MediaBox.youtube .embedHelper, .MediaBox.gmaps .embedHelper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.MediaBox.europarl .embedHelper iframe, .MediaBox.europarl .embedHelper object, .MediaBox.europarl .embedHelper embed, .MediaBox.vimeo .embedHelper iframe, .MediaBox.vimeo .embedHelper object, .MediaBox.vimeo .embedHelper embed, .MediaBox.youtube .embedHelper iframe, .MediaBox.youtube .embedHelper object, .MediaBox.youtube .embedHelper embed {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.MediaBox.europarl.europarl .embedHelper, .MediaBox.vimeo.europarl .embedHelper, .MediaBox.youtube.europarl .embedHelper {
	padding-bottom: 63%;
}

.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body {
	height: 1200px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body .media-placeholder-title,
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body h1,
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body p {
	margin-left: 75px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body .media-placeholder-title,
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body h1 {
	margin-bottom: 20px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body p {
	margin-bottom: 50px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button {
	background: rgba(230,68,21,1);
	border: 1px solid rgba(230,68,21,1);
	border-radius: 0;
	box-shadow: none;
	color: var(--weiss);
	margin-bottom: 50px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button:hover {
	background: var(--weiss);
	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: var(--font-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: var(--font-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;
}

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

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

/* Beschnittene Bilder */
.Image.Cropped picture {
	display: block;
	overflow: hidden;
	object-fit: cover;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.Image.Cropped.Flat picture {
	padding-top: 33.333337%;
}
.Image.Cropped.Square picture {
	padding-top: 100%;
}
.Image.Cropped.Splash picture {
	padding-top: 75%;
}
.Image.Cropped picture img {
	bottom: -100%;
	left: -100%;
	height: auto;
	margin: auto;
	object-fit: cover;
	height: 100%;
	position: absolute;
	right: -100%;
	top: -100%;
	width: 100%;
}

p {
	margin-bottom: 1rem;
}

/* Paging */
.Paging ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.5rem;
}
.Paging ul li {
	border: 1px solid var(--rot);
	margin: .5rem;
	padding: .5rem;
	min-width: 2.5rem;
	text-align: center;
}
.Paging ul li.Active,
.Paging ul li.Active a {
	background: var(--rot);
	color: var(--weiss);
}
.Paging ul li.Active a {
	display: block;
}

@media only screen and (min-width: 48em) and (max-width: 71.25em) { /* 1140 */
/*	.Navi-Main a * {
		font-size: 1.4035088vw !important;
	}
*/
}
@media only screen and (max-width: 63.9375em) { /* 1023 */
	.Head {
		background: #fff;
	}
	.Nav {
		min-height: 3rem;
	}
	.Navi {
		border: 0;
		max-height: 0;
		padding-top: 3rem;
		overflow: hidden;
		position: relative;
		text-align: center;
		transition: all 0.6s;
		z-index: 10000000;
	}

	/* Mobile-Navi */
	nav {
		width: 100%;
		z-index: 100000000;
	}
	nav input[id*="NaviCheckbox"] {
		display: none;
	}
	nav input[id*="NaviCheckbox"] + label {
		cursor: pointer;
		display: block;
		text-align: center;
		text-indent: 0;
		user-select: none;
		width: 100%;
	}
	nav input[id*="NaviCheckbox"] + label:after {
		background: var(--weiss);
		color: #000;
		content: '\f0c9';
		font-family: var(--font-fontawesome);
		font-size: 2rem;
		line-height: 0;
		position: absolute;
		right: 1.5rem;
		top: 2.75rem;
		z-index: 99999999999999999999999999999;
	}
	nav input[id*="NaviCheckbox"]:checked + label:after {
		background: none;
		color: var(--weiss);
		content: '\f00d';
		font-family: var(--font-fontawesome);
	}
	nav input[id*="NaviCheckbox"]:checked ~ .Navi {
		background: var(--petrol);
		left: 0;
		height: 100vh;
		max-height: 9999px;
		position: fixed;
		top: 0;
		width: 100%;
	}
	.Navi ul {
		backface-visibility: hidden;
		display: block;
	}
	.Navi li a {
		border-bottom: 1px solid var(--weiss);
		color: var(--weiss);
		display: block;
		font-weight: 700;
		padding: 1rem;
	}
	.Navi li:last-child a {
		border-bottom: 0;
	}
	.Navi-Main ul li {
		display: block;
		margin: 0;
		width: 100%;
	}
	.Navi-Main li li {
		display: none;
	}
	.Navi-Main li.Active li {
		display: block;
	}
	.Navi-Main li li a:before {
		content: '\f054';
		font-family: var(--font-fontawesome);
		font-size: .5rem;
		margin-left: -1rem;
		margin-top: .375rem;
		position: absolute;
	}
	.Navi-Main li li a {
		color: rgba(255,255,255,.75);
		font-size: .875rem;
		padding-left: 3rem;
	}
	.Logo img {
		min-width: 160px;
	}
	.Documents li.image a .Image {
		width: 6rem;
	}
}
@media only screen and (max-width: 32em) { /* 767 */
	.Documents li a {
		margin: 0;
	}
	.Documents li a .Image,
	.Documents li a .Desc {
		padding: .5rem 0;
	}
	.Documents li.image a .Image {
		width: 10rem;
	}
	.Documents li a .Desc {
		width: 100%;
	}

}
@media only screen and (min-width: 1024px) { /* 760 */
	.Logo img {
		max-width: 480px;
	}
	.Mobile-Only {
		display: none !important;
		visibility: hidden !important;
	}

	/* Navi */
	.Navigation input[id*="NaviCheckbox"] {
		display: none;
	}
	.Navigation input[id*="NaviCheckbox"] + label {
		display: none;
	}

	/* Hover-Effekt */
	.Navi-Main a {
		color: var(--dunkelgrau);
		display: block;
		position: relative;
		text-decoration: none !important;
		transition: all 0.3s ease-out 0s;
	}
	.Navi-Main a:focus,
	.Navi-Main a:hover,
	.Navi-Main a:active,
	.Navi-Main .Active a {
		color: var(--petrol);
	}
	.Navi-Main a:before,
	.Navi-Main .Active a:before {
		content: '';
		position: absolute;
		bottom: 0;
		right: auto;
		top: 2.5rem;
		left: 0;
		width: 0;
		height: 4px;
		background: var(--weiss);
		opacity: 0;
		border-radius: 10px;
		transition: all 0.3s ease-out 0s;
	}
	.Navi-Main a:focus:before,
	.Navi-Main a:hover:before,
	.Navi-Main a:active:before,
	.Navi-Main .Active a:before {
		background: var(--petrol);
		opacity: 1;
		width: 100%;
	}
	.Navi-Main .Level_1 a:before {
		display: none;
	}
	/* Hover-Effekt Ende */

	/* Hauptnavi */
	.Level_0 {
		align-items: center;
		gap: 1rem;
		height: 3.375rem;
		justify-content: center;
	}
	.Navi-Main li ul {
		display: none;
		padding-top: 1rem;
		position: absolute;
		text-transform: none;
		width: 261px;
		z-index: 100000;
	}
	.Navi-Main ul li ul li {
		margin: 0;
	}
	.Navi ul li:hover ul {
		display: block;
		z-index: 100001;
	}

	.Navi-Main li ul li {
		border-top: 1px solid var(--weiss);
		display: block;
		margin-right: 0;
	}
	.Navi-Main li ul li:first-child {
		border-top: 0;
		margin-top: -1px;
	}
	.Navi-Main a {
		font-size: var(--fontsize-navi);
	}
	.Navi-Main li:hover ul li a {
		background: rgba(0,0,0,0.5);
		color: var(--weiss);
		display: block;
		font-size: var(--fontsize-subnavi);
		line-height: 160%;
		opacity: 1;
		text-transform: none;
	}
	.Navi-Main li:hover ul li a:focus,
	.Navi-Main li:hover ul li a:hover,
	.Navi-Main li:hover ul li a:active {
		background: rgba(0,0,0,0.75);
	}

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

	.Highlights {
		padding-top: 88px;
	}
	.Level_0 {
		justify-content: flex-end;
	}
	.Navi-Main a:before {
		background: var(--rot);
	}
	.Navi-Main li ul {
		display: none;
		padding-top: calc(1.5rem + 1px);
		position: absolute;
		text-transform: none;
		width: 261px;
		z-index: 100000;
	}
	.Article h1,
	.Listing h1 {
		margin: 2.5rem;
		margin-top: 0;
	}
	.Article-Date {
		margin-left: 2.5rem;
	}
	.Content,
	.Widgets-to-complete-articles {
		padding: 0 5rem;
	}
	.Content h3 {
		display: flex;
		margin-left: -2.5rem;
		max-width: calc(50% + 7.5rem);
	}
	.Article-Listing-Heading {
		margin-left: -2.5rem;
		padding: 0 5rem;
	}
	.Article-Complete .Article-Listing-Heading {
		max-width: calc(50% + 7.5rem);
	}
	.Content p + h3,
	.Content ul + h3,
	.Content ol + h3 {
		margin-top: 2rem;
	}
	/*
	.Content h3:before {
		border-left: 1px solid var(--petrol);
		content: '';
		display: block;
		margin-right: 1rem;
	}
	*/
}
@media (min-width: 1280px) {
	.Level_0 {
		gap: 2rem;
	}
	.Navi-Main a {
		font-weight: 700;
	}
	.Article h1,
	.Listing h1 {
		margin: 5rem;
		margin-top: 0;
	}
	.Article-Date {
		margin-left: 5rem;
	}
	.Content,
	.Widgets-to-complete-articles {
		padding: 0 10rem;
	}
	.Content h3 {
		margin-left: -5rem;
		max-width: calc(50% + 10rem);
	}
	.Article-Listing-Heading {
		margin-left: -5rem;
		margin-top: 3rem;
		padding: 0 10rem;
	}
	.Article-Complete .Article-Listing-Heading {
		max-width: calc(50% + 10rem);
	}
	.Content p + h3,
	.Content ul + h3,
	.Content ol + h3 {
		margin-top: 3rem;
	}
}
@media (min-width: 1536px) { /* 1521 */
}

/* Admin */
.no-mq .Article,
.no-mq .Wrapper {
	margin: 0 !important;
	padding: 0 !important;
}
.no-mq .Fixed {
	position: inherit !important;
}
.no-mq .Breadcrumbs {
	display: none;
}