@font-face {
    font-family: 'Active Regular';
	font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/active-regular-webfont.woff2') format('woff2'),
         url('../fonts/active-regular-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Aaux Next';
	font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/aauxnext-rg-webfont.woff2') format('woff2'),
         url('../fonts/aauxnext-rg-webfont.woff') format('woff');

}
@font-face {
    font-family: 'Aaux Next';
	font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/aauxnext-bd-webfont.woff2') format('woff2'),
         url('../fonts/aauxnext-bd-webfont.woff') format('woff');
}

:root {
	/* Farben */
	--schwarz: #000;
	--ombud-rot: #b41f3d;
	--rot: #cf1f42;
	--grau: #707070;
	--petrol: #4f6b75;
	--dunkelblau: #0a2e4d;
	--blau: #8cd1e5;
	--gruen: #cfe5d1;
	--hellblau: #dee5f0;
	--hellhellblau: #f5f7fa;
	--gelb: #ffe380;
	--hellhellgelb: #fffaf2;
	--weiss: #fff;

	/* neue farben */
	--lilaNeu: #D45CCE;
	--gruenNeu: #0A9623;
	--hellgruenNeu: #DFFFE3;

	/* Typo */
	--fontsize-body: 1rem;
	--fontsize-navi: 1.5rem;
	--fontsize-subnavi: 1.25rem;
	--fontsize-metanavi: 1.25rem;
	--fontsize-h1: 2rem;
	--fontsize-h2: 1.5rem;
	--fontsize-h3: 1.5rem;
	--fontsize-h4: 1.125rem;
	--fontsize-claim: 1.25rem;

	--font-fontawesome: 'FontAwesome';
}
@media (min-width:640px) { /* sm */
	:root {
	/*	--fontsize-body: .875rem;
		--fontsize-navi: 1rem;
		--fontsize-subnavi: .625rem;
		--fontsize-metanavi: .75rem;
	*/}
}
@media (min-width:768px) { /* md */
	:root {
		--fontsize-navi: .875rem;
		--fontsize-subnavi: 1rem;
		--fontsize-metanavi: .875rem;
		--fontsize-h1: 2.5rem;
		--fontsize-h2: 1.75rem;
		--fontsize-h3: 1.75rem;
		--fontsize-h4: 1.25rem;
	}
}
@media (min-width:1024px) { /* lg */
	:root {
		--fontsize-body: 1rem;
		--fontsize-navi: 1rem;
		--fontsize-subnavi: .75rem;
		--fontsize-metanavi: .875rem;
		--fontsize-claim: 1.5rem;
	}
}
@media (min-width:1280px) { /* xl */
	:root {
		--fontsize-body: 1.125rem;
	/*	--fontsize-navi: 1.125rem; */
		--fontsize-subnavi: .875rem;
	/*	--fontsize-metanavi: .75rem; */
		--fontsize-h1: 3rem;
		--fontsize-h2: 2rem;
		--fontsize-h3: 2rem;
		--fontsize-h4: 1.25rem;
	 	--fontsize-claim: 1.75rem;
	/* 	--fontsize-claim: 2.3331173vw; */
	}
}
@media (min-width:1536px) { /* xxl */
	:root {
		--fontsize-body: 1.25rem;
		--fontsize-navi: 1.25rem;
		--fontsize-subnavi: 1rem;
	/*	--fontsize-metanavi: .875rem; */
	/*	--fontsize-claim: 1.875rem; */
	}
}

html.PUB,
.PUB body {
	min-height: 100%;
}
body,
.cke_editable {
	background: var(--weiss);
	color: var(--dunkelblau);
	font-family: 'Aaux Next', sans-serif;
	font-size: var(--fontsize-body);
	line-height: 160%;
	font-weight: 400;
}
.PUB body * {
	box-sizing: border-box;
	outline: none !important;
}

.Breadcrumbs li:after {
	content: '/';
	padding-left: .25rem;
	padding-right: .25rem;
}
.Breadcrumbs li:last-child:after {
	content: '';
	display: none;
}

/* Forms */
p.Input label,
p.Textarea label,
p.Select label {
	display: block;
}
p.Required label {
	color: var(--rot);
	font-weight: 700;
}
p.Checkbox label,
p.Radio label {
	display: inline;
	float: none;
}
p.Radio ul,
p.Radio ul li {
	list-style: none;
}
fieldset.Select legend {
	padding-bottom: .25rem;
}

input:focus,
input:hover,
input:active,
textarea:focus,
textarea:hover,
textarea:active {
	background: var(--hellhellgelb);
}
p.Input input[type="text"] {
	min-height: 18px;
}
input, select, textarea, .Button a {
	background: var(--weiss);
	border: 1px solid #000;
	border-radius: 4px;
	display: inline-block;
	font-size: 1rem;
	height: auto;
	line-height: 2;
	min-height: 30px;
	padding: 0 .5rem;
	width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
	min-height: auto;
	width: auto;
}
[disabled="disabled"] {
	opacity: .25;
}
select {
	-webkit-appearance: none;
	background: var(--weiss) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
	background-size: auto;
	background-size: 16px 16px;
	cursor: pointer;
	padding-right: 1.5rem;
	vertical-align: middle;
	width: 100%;
}
select::-ms-expand {
	display: none;
}

.FsBase ul {
	display: flex;
	justify-content: flex-start;
	margin: 0 -1rem;
}
.FsBase ul li {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 1rem;
	text-align: center;
}
.FsBase ul li * {
	cursor: pointer;
}
.FsBase ul li label {
	padding-left: 0.5rem;
}

.Select.Date select,
.Select.DateTime select {
	width: auto;
}
.Submit input,
.Button a {
	background-color: var(--dunkelblau);
	border: 1px solid transparent;
	border-radius: 9999px;
	box-shadow: 0 0 0 0 var(--weiss) inset;
	color: var(--weiss);
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	height: auto;
	line-height: 2;
	padding: .5rem 2rem;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.25s ease-in-out;
	width: auto;
}
.Button.Modify a {
	background-color: var(--blau);
}
.Submit input[name="unsubscribe"],
.Submit input:focus,
.Submit input:hover,
.Button a:focus,
.Button a:hover,
.Button a:active {
	background-color: var(--weiss) !important;
	border-color: var(--dunkelblau) !important;
	color: var(--dunkelblau) !important;
}
.Submit input[name="unsubscribe"]:focus,
.Submit input[name="unsubscribe"]:hover {
	background: var(--rot) !important;
	border-color: var(--rot) !important;
	color: var(--weiss) !important;
}
.Button a .fa {
	color: var(--weiss);
}
.Button a:focus .fa,
.Button a:hover .fa,
.Button a:active .fa {
	color: var(--dunkelblau) !important;
}

.bg-ombud-rot { background: var(--ombud-rot) !important }
.bg-rot { background: var(--rot) !important }
.bg-gruenNeu { background: var(--gruenNeu) !important }
.border-gruenNeu { border-color: var(--gruenNeu) !important }
.bg-lilaNeu { background-color: var(--lilaNeu) !important }
.border-lilaNeu { border-color: var(--lilaNeu) !important }
.bg-hellgruenNeu { background: var(--hellgruenNeu) !important }
.bg-hellhellgelb { background: var(--hellhellgelb) !important }
.bg-dunkelblau { background: var(--dunkelblau) !important }
.bg-blau { background: var(--blau) !important }
.bg-hellblau { background: var(--hellblau) !important }
.bg-hellhellblau { background: var(--hellhellblau) !important }
.border-ombud-rot, a.hover\:border-ombud-rot:hover, a.\!hover\:border-ombud-rot:hover { border-color: var(--ombud-rot) !important }
.border-weiss, a.hover\:border-weiss:hover, a.\!hover\:border-weiss:hover { border-color: var(--weiss) !important }

.hover\:bg-ombud-rot:hover, .Button a.\!hover\:bg-ombud-rot:hover { background: var(--ombud-rot) !important }
.hover\:bg-hellhellblau:hover, .Button a.\!hover\:bg-hellhellblau:hover { background: var(--hellhellblau) !important }

.text-ombud-rot, .\!text-ombud-rot { color: var(--ombud-rot) !important }
.text-lilaNeu { color: var(--lilaNeu); }
.text-rot, a.hover\:text-rot:hover, a.\!hover\:text-rot:hover { color: var(--rot) !important }
.text-dunkelblau, .\!text-dunkelblau, a.hover\:text-dunkelblau:hover { color: var(--dunkelblau) !important }
.Button a.\!hover\:text-white:hover { color: var(--weiss) !important }

.Aaux { font-family: 'Aaux Next', sans-serif; }
.Font-Active { font-family: 'Active Regular', sans-serif; }
@media (min-width:640px){
	.sm\:Font-Active { font-family: 'Active Regular', sans-serif; }
}
main {
	line-height: 160%;
}

a,
.Content.ui-accordion a,
.Accordion-List .ui-widget-content a {
	color: var(--rot);
	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;
}

h1 {
	font-family: 'Active Regular';
	font-size: var(--fontsize-h1);
	font-weight: 700;
	line-height: 1.5;
}

h2 {
	font-family: 'Active Regular';
	font-size: var(--fontsize-h2);
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.Claim h1 {
	font-size: var(--fontsize-claim);
	font-weight: 700;
	line-height: 1.5;
}

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

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

/* Blockquote */
main blockquote,
.cke_show_borders blockquote {
	background-color: var(--gelb);
	margin: 2rem -1rem;
	padding: 1rem;
}

main blockquote p:last-child,
.cke_show_borders blockquote p:last-child {
	margin-bottom: 0;
}

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

.Content h3,
.cke_editable h3 {
	clear: left;
	font-family: 'Active Regular';
	font-size: var(--fontsize-h3);
	font-weight: 700;
	line-height: 1.5;
	margin-top: .75rem;
}
.Content h4,
.cke_editable h4 {
	clear: left;
	color: var(--color-dark-gray);
	font-size: var(--fontsize-h4);
	font-weight: 700;
	line-height: 150%;
    margin-top: .75rem;
}


.Nothingfound {
	text-align: center;
}

.Material-Item {
	background: var(--hellblau);
}

/* Suche */
.Search .Listing li h3 a {
	font-size: 1.5rem;
	font-weight: 700;
}

main .Search div.Listing h1,
main .Search div.Listing h2 {
	background: #fff;
	margin: 0;
}
main .Search div.Listing h1 {
	padding-bottom: 0;
}
main .Search div.Listing h2 {
	font-size: 18px;
}

/* Medien */
.MediaBox {
	clear: both;
	margin: 0 auto .75rem 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.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 {
	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%;*/
	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: '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: 3rem;
}

.Navi .Navi-Main li a {
	font-size: var(--fontsize-navi);
}
.Navi .Navi-Main li li a {
	font-size: var(--fontsize-subnavi);
	font-weight: 400;
}
.Navi .Meta li a {
	font-size: var(--fontsize-metanavi);
}

.Navi-Main ul ul ul {
	display: none !important;
}

.Listing .Image a {
	padding-bottom: 100%;
}

/* Termine */
.Event .passed a {
}
.Event .passed:focus a,
.Event .passed:hover a,
.Event .passed:active a {
}
.Event div.Listing li:first-child {
    border-top: 0;
}
.Event .Info {
	border-top: 1px solid #ccc;
	margin-bottom: 40px;
	margin-top: 20px;
	padding-top: 10px;
}
.Event .Info h3 {
	color: var(--dunkelblau);
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
}
.Event .Info address {
	margin-bottom: 5px;
}
.Event .Date {
	color: var(--dunkelblau);
	margin: 0 10px 0 0;
}
.Event .Info .Accessibility-Description {
	margin-top: 20px;
}
.Event .Accessibility {
	color: var(--dunkelblau);
	margin-bottom: 20px;
}

/* Infoboxen */
.Infobox-2 {
	background: var(--gelb);
}

/* Accordion */
.Accordion button,
.Content.ui-accordion h3,
.Accordion-List.ui-accordion .State {
	background: var(--hellblau) !important;
	border: 0;
	border-radius: 0;
	display: block;
	padding: 0;
	text-align: left;
	width: 100%;
}
.Content.ui-accordion h3,
.Accordion-List.ui-accordion .State {
	color: var(--dunkelblau) !important;
	font-family: 'Aaux Next', sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 3.5rem;
	margin-top: 2rem;
	padding: 15px 1.875rem;
	padding-right: 3rem;
	width: 100%;
}
.Content.ui-accordion h3 span,
.Accordion-List.ui-accordion .State span {
	display: none;
}
/*
.Content.ui-accordion h3:after,
.Accordion-List.ui-accordion .State:after {
	content: '\f0da';
	color: var(--dunkelblau);
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: -1.75rem;
	text-align: right;
}
*/
.Content.ui-accordion h3:after,
.Accordion-List.ui-accordion .State:after {
	content: '\f0da';
	color: var(--dunkelblau);
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.125rem;
	font-weight: 600;
	position: absolute;
	right: 1rem;
	top: 30%;
}

.Content.ui-accordion h3.ui-state-active:after,
.Accordion-List.ui-accordion .State.ui-state-active:after {
	content: '\f0d7';
}
.Content.ui-accordion h3.ui-state-active,
.Accordion-List.ui-accordion .State.ui-state-active {
	border-bottom: 0;
}
html[dir="rtl"] .Accordion button {
	text-align: right;
}
.Accordion li {
	margin-bottom: 1.875rem;
}
.Accordion button {
	cursor: pointer;
	margin: 0 !important;
}
.Accordion button span {
	color: var(--dunkelblau);
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 15px 1.875rem;
}
.Accordion button span i:after {
	color: var(--dunkelblau);
	content: '\f0da';
	display: block;
	font-family: 'FontAwesome';
	font-style: normal;
	float: right;
}
html[dir="rtl"] .Accordion button span i:after {
	content: '\f0d9';
	float: left;
}
.Accordion button[aria-expanded="true"] span i:after {
	content: '\f0d7' !important;
}
.Accordion .Accordion-Item,
.Content.ui-accordion .ui-widget-content,
.Accordion-List.ui-accordion .ui-widget-content {
	background: var(--hellhellblau) !important;
	border-top: 1px solid #fff;
	display: none;
	padding: 1.875rem;
}
.Accordion .Accordion-Item .MediaBox {
	margin-left: -1.875rem;
}

/* Akkordion */
.Content.ui-accordion,
.Accordion-List.ui-accordion,
.Content.ui-accordion .ui-widget-content p,
.Accordion-List.ui-accordion .ui-widget-content p {
	font-family: 'Aaux Next', sans-serif;
	line-height: 1.25;
}
@media only screen and (min-width: 768px) { /* md */
	.Content.ui-accordion,
	.Accordion-List.ui-accordion,
	.Content.ui-accordion .ui-widget-content p,
	.Accordion-List.ui-accordion .ui-widget-content p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px) { /* xl */
	.Content.ui-accordion,
	.Accordion-List.ui-accordion,
	.Content.ui-accordion .ui-widget-content p,
	.Accordion-List.ui-accordion .ui-widget-content p {
		font-size: 1.125rem;
			line-height: 1.75rem;
		}
}
.Content.ui-accordion .ui-state-default,
.Accordion-List.ui-accordion .ui-state-default {
	background: none;
	border: none;
	color: #666;
}
.Content.ui-accordion .ui-state-active,
.Content.ui-accordion .ui-widget-content .ui-state-active,
.Content.ui-accordion .ui-widget-header .ui-state-active,
.Content.ui-accordion .ui-widget-content.ui-accordion-content-active,
.Accordion-List.ui-accordion .ui-state-active,
.Accordion-List.ui-accordion .ui-widget-content .ui-state-active,
.Accordion-List.ui-accordion .ui-widget-header .ui-state-active,
.Accordion-List.ui-accordion .ui-widget-content.ui-accordion-content-active {
	border: none;
}
.Content.ui-accordion .ui-accordion-header,
.Accordion-List.ui-accordion .ui-accordion-header {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.Accordion-List .Content:last-child {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* Bestellen */
.Order-Item {
	border-bottom: 1px solid #000;
}
.Order-Item p {
	display: flex;
	align-items: start;
	flex-direction: row-reverse;
	margin: .5rem 0;
}
.Order-Item label {
	margin-left: .5rem;
	width: calc(100% - 5rem);
}
.Order-Item input {
	margin-right: .5rem;
	width: 5rem;
}

/* Slider */
.Carousel .Kicker span {
	text-transform: uppercase;
}

.slick-dots li {
	width: 8px !important;
	margin: 0 5px;
}
.slick-dots li button {
	border: 0 !important;
	display: inline-block;
	height: 1px;
	outline: none !important;
	width: 1px;
	text-indent: -10000px;
}
.slick-dots li:before {
	color: #000;
	content: '\f111' !important;
	font-family: 'FontAwesome' !important;
	font-size: 10px !important;
	opacity: 0.25;
	position: absolute;
	z-index: 1000;
}
.slick-dots li.slick-active:before {
	opacity: 1;
}
.slick-next-icon,
.slick-prev-icon {
	display: none !important;
}
.Slider .slick-prev {
	left: 1rem;
}
.Slider .slick-next {
	right: 3rem;
}

/* Literaturliste */
.Literatur-Item .Title {
	background: var(--hellhellblau);
}
.Literatur-Item .Infos a {
	margin-right: .5rem;
}
.Literatur-Item .Infos a:before {
	color: var(--dunkelblau);
	content: '\f08e';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: .75rem;
	margin-right: .25rem;
}
.Literatur-Item .Infos a[href^="https://ombudschaft-jugendhilfe.de/"]:before,
.Literatur-Item .Infos a[href^="https://ombudschaft.warenform.de/"]:before {
	content: ''
}
.Literatur-Item .Infos a[href*=".pdf"]:before {
	content: '\f1c1' !important;
	font-size: 1rem;
}

/* Paging */
.Paging {
	clear: both;
	display: block;
	margin: 0;
	text-align: center;
	padding: 1.25rem 0;
	word-spacing: 3px;
}
main .Paging .Browse {
	display: none;
}
main .Paging .Previous,
main .Paging .Next {
	display: inline-block;
	position: relative;
	width: 1.875rem;
}
main .Paging a {
	background: none !important;
}
main .Paging .Previous a:before,
main .Paging .Next a:after {
	background: none;
	color: var(--ombud-rot);
	content: '\f060';
	font-family: 'FontAwesome';
	display: inline-block;
	margin: 0 1.25rem 0 0;
}
main .Paging .Next a:after {
	margin: 0 0 0 1.25rem;
	content: '\f061';
}
main .Paging ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto !important;
}
main .Paging ul li {
	background: none !important;
	border: 0 !important;
	display: inline-block;
	list-style: none;
	font-weight: normal;
	margin: -40px 0 0 0 !important;
	padding: 0 !important;
	text-align: center;
	width: auto;
}
main .Paging ul li:before {
	display: none !important;
}

main .Paging ul li a {
	background: var(--hellblau) !important;
	display: inline-block;
	margin: 0 0 0.625rem 0 !important;
	padding: 5px 0.625rem !important;
	text-decoration: none !important;
	min-width: 2.5rem;
}
main .Paging ul li.Active {
	color: var(--ombud-rot);
	font-weight: 700;
	padding: 0.625rem;
	min-width: 3.125rem;
}
main .Paging ul li a:focus,
main .Paging ul li a:hover,
main .Paging ul li a:active {
	background: var(--blau) !important;
	font-weight: 700;
	text-decoration: none !important;
}
main .Paging ul li:first-child.Active {
	padding-left: 15px;
}
main .Paging ul li:last-child {
	padding-right: 15px;
}

/* Slider */
.slick-slider {
	margin-bottom: 0 !important;
}

/* Downloads */
.Documents li * {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.Documents li a {
	margin: 0 -.5rem;
}
.Documents li a .Image,
.Documents li a .Desc {
	padding: 0 .5rem;
}
.Documents li a .Image {
	width: 4rem;
}
.Documents li a .Desc {
	width: calc(100% - 4rem);
}
.Documents li.image a .Image {
	width: 12rem;
}
.Documents li.image a .Desc {
	width: calc(100% - 12rem);
}
.Documents li a:focus .Title,
.Documents li a:hover .Title,
.Documents li a:active .Title {
	text-decoration: underline;
}
.Documents li a .Title {
	padding-left: 1.5rem;
}
.Documents li a .Title:before {
	color: rgba(68,68,75,1);
	content: '\f019';
	font-family: "FontAwesome";
	margin-left: -1.5rem;
	position: absolute;
	width: 1rem;
}
.Documents .pdf a .Title:before {
	content: '\f1c1';
}
.Documents .image a .Title:before {
	content: '\f1c5';
}
.Documents .audio a .Title:before {
	content: '\f1c7';
}
.PUB main .Documents li.Preview-Image .Image img {
	background: url(/kontext/images/icons/spinner.gif) center no-repeat;
}

@media only screen and (max-width: 1024px) { /* lg */
	.Logo img {
		height: 89px;
		width: 200px;
	}
}
@media only screen and (max-width: 767px) { /* md */
	.Navi {
		border: 0;
		left: 0;
		position: relative;
		width: calc (100vw - 2rem);
	}
	.Navi-Main {
		padding: 10px;
	}

	/* Mobile-Navi */
	nav {
		width: 100%;
	}
	nav a {
		border-top: 1px solid var(--weiss);
		padding: .5rem 1rem;
	}
	nav .Level_0 li:first-child a {
		border-top: 0;
	}
	nav input[id*="NaviCheckbox"] {
		display: none;
	}
	nav input[id*="NaviCheckbox"] + label {
		left: calc(100% - 36px);
		top: -60px;
	}
	nav input[id*="NaviCheckbox"] + label i:before {
		color: var(--color-green);
		content: '\f0c9';
		font-family: var(--font-fontawesome);
		font-style: normal;
	}
	nav input[id*="NaviCheckbox"]:checked + label i:before {
		content: '\f00d';
	}
	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;
		transition: all 0.6s;
	}
	nav .Navi-Main,
	nav .Navi-Extra {
		padding: 0;
	}
	nav .Navi ul {
		backface-visibility: hidden;
		display: block;
	}
	nav .Navi-Main ul ul {
		display: none;
	}
	nav .Navi ul li a {
		display: block;
		font-weight: 700;
		text-decoration: none;
	}
	nav .Navi .Meta ul li a {
		color: var(--grau);
		font-weight: 400;
	}
	nav .Navi ul li ul li a,
	nav .Navi .Navi-Extra ul li a {
		font-weight: normal;
	}
	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 {
		padding-left: 3rem;
	}
	nav .Navi-Extra ul {
		padding: 0;
	}
	nav .Navi-Extra ul li:after {
		content: '';
	}

	.Follow-us {
		background: var(--hellhellblau);
	}

}
@media (max-width:640px){ /* sm */
}
@media (min-width:640px){ /* sm */
}

@media only screen and (min-width: 768px) { /* md */
	nav input[id*="NaviCheckbox"] {
		display: none;
	}
	nav input[id*="NaviCheckbox"] + label {
		display: none;
	}
	.Navi .Navi-Main {
		margin-top: .5rem;
	}
	.Navi ul {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
	}
	.Navi .Level_0 {
		padding-left: 1rem;
	}
	.Navi .Level_0 > li a {
		display: block;
		padding: 0 .5rem;
	}
	.Navi a:focus,
	.Navi a:hover,
	.Navi a:active {
		text-decoration: underline;
	}
	.Navi-Main li:last-child {
		border-right: 0;
	}
	.Navi-Main a {
		color: var(--rot);
	}
	.Navi-Main li ul {
		display: none;
		padding-top: .5rem;
		position: absolute;
		text-transform: none;
		top: 4rem;
		width: 20rem;
		z-index: 100000;
	}
	.Navi-Main li li a {
		background: var(--hellblau);
		border: 1px solid var(--dunkelblau);
		border-top: 0;
		color: var(--dunkelblau);
		display: block;
		font-weight: 700;
		padding: .5rem 1.5rem !important;
	}
	.Navi-Main li li:first-child a {
		border-top: 1px solid var(--dunkelblau);
	}
	.Navi-Main li li a:focus,
	.Navi-Main li li a:hover,
	.Navi-Main li li a:active {
		background: var(--hellhellblau);
		text-decoration: underline;
	}
	.Navi .Meta li a {
		color: var(--schwarz);
	}
	.Navi .Meta li a[href="englisch.html"] {
		color: var(--ombud-rot);
	}

	.Slider {
		position: relative;
	}
	.Section.Slider-Small .slick-dots {
		display: none !important;
	}
	.Slider .Arrows {
		display: block;
	}
	.Slider .Arrows button {
		border: 0;
		color: var(--weiss);
		cursor: pointer;
		display: block;
		opacity: 0.75;
		position: absolute;
		z-index: 10000;
	}
	.Slider .Arrows button:before {
		align-items: center;
		background: var(--weiss);
		border-radius: 9999px;
		color: rgba(36,50,76,0.5);
		content: '\f054';
		display: flex;
		font-family: 'FontAwesome';
		font-size: 30px;
		height: 3rem;
		justify-content: center;
		text-align: center;
		text-indent: 0px;
		width: 3rem;
	}
	.Slider .Arrows button.slick-prev:before {
		content: '\f053';
	}

	.Slider .Arrows button:hover {
		opacity: 1;
	}

	.Follow-us {
		background-image: url(../images/Klumpen-Hellgelb-1.svg);
	}

}

@media (min-width:1024px){ /* lg */
	.Navi .Level_0 {
		padding-left: 0;
	}
	.Navi .Navi-Main {
		margin-top: 1rem;
	}
	.Navi-Main li ul {
		top: 4.5rem;
	}
	nav .Navi .Meta ul li:first-child a {
		padding-left: 0;
	}
	nav .Navi .Meta ul li:last-child a {
		padding-right: 1rem;
	}
}

@media (min-width:1280px){ /* xl */
	.Navi ul li:hover ul {
		display: block;
	}

	.Navi-Main li ul {
		top: 6.5rem;
	}
}

@media (min-width:1536px){ /* xxl */
	.Navi .Level_0 > li a {
		padding: 0 1.5rem;
	}
	.Navi .Navi-Main li a {
		font-weight: 700;
	}
}

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