/*
Farben:




*/

:root {
	--anthracite: rgb(37,48,59);
	--anthracite20: #D2D6D8;
	--mint: #46C5C8;
	/* --lightmint: #D1F0F1; */
	--lightmint: #E4DBFA;
	/* --orange: #FF8F67; */
	--orange: #46C5C8;
	/* --lightorange: #FFDDD1; */
	--lightorange: #E4DBFA;
	--lila: rgb(155,138,255);
	--lightpurple: #E4DBFA;
	--weiss: #fff;
	--fontsize-h1: 24px;
	--leading-h1: 1.5;
	--fontsize-h2: 20px;
	--leading-h2: 1.5;
	--leading-h3: 1.5;
	--leading-h4: 1.5;
	--fontsize-body: 14px;
	--lineheight-body: 140%;
}
@media (min-width:1024px) { /* lg */
	:root {
		--fontsize-body: 1.25rem;
		--lineheight-body: 1.875rem;
	}
}
@media (min-width:1024px) { /* lg */
	:root {
		--fontsize-h1: 35px;
		--leading-h1: 1.375;
		--fontsize-h2: 31px;
		--leading-h2: 1.375;
		--fontsize-h3: 24px;
		--leading-h3: 1.375;
		--fontsize-h4: 18px;
		--leading-h4: 1.375;
	}
}
@media (min-width:1280px) { /* lg */
	:root {
		--fontsize-h1: 43px;
		--fontsize-h2: 28px;
	}
}
@media (min-width:1636px) { /* lg */
	:root {
		--fontsize-h1: 56px;
		--fontsize-h2: 40px;
		--fontsize-h3: 28px;
		--fontsize-h4: 20px;
	}
}
@font-face{
	font-display:swap;
	font-family: "BSG-EqualBold";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/BSGEqual-Bold.woff2) format("woff2"),url(../fonts/BSGEqual-Bold.woff) format("woff")
}
@font-face{
	font-display:swap;
	font-family: "BSG-EqualLight";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/BSGEqual-Light.woff2) format("woff2"),url(../fonts/BSGEqual-Light.woff) format("woff")
}

body {
	color: var(--anthracite);
	font-family: "BSG-EqualLight",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.Navi a,
.Quicksearch a {
	font-family: "BSG-EqualBold";
	font-size: 18px;
}
.Navi a * {
	font-weight: 400 !important;
}

@media only screen and (max-width: 1023px) {
	.Navi {
		background: var(--lightmint);
		border: 0;
		max-height: 0;
		overflow: hidden;
		padding: 0;
		position: relative;
		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 {
		background: var(--weiss);
		cursor: pointer;
		display: block;
		text-align: center;
		text-indent: 0;
		user-select: none;
		width: 100%;
	}
	nav input[id*="NaviCheckbox"] + label:after {
		background: url(../images/menu_burger.svg) center center no-repeat;
		background-size: 3rem 3rem;
		content: '';
		height: 3rem;
		line-height: 0;
		position: absolute;
		right: 1.5rem;
		top: 1rem;
		width: 3rem;
	}
	nav input[id*="NaviCheckbox"]:checked + label:before {
		color: rgba(36,50,76,0.25);
	}
	nav input[id*="NaviCheckbox"]:checked + label:after {
		background-image: url(../images/menu_x.svg);
	}
	nav input[id*="NaviCheckbox"]:checked ~ .Navi {
		max-height: 9999px;
	}
	.Navi ul {
		backface-visibility: hidden;
		display: block;
	}
	.Navi li a {
		display: block;
		hyphens: auto;
		font-size: 20px;
		padding: 1rem;
	}
	.Navi-Main ul li {
		display: block;
		margin: 0;
		position: relative;
		width: 100%;
	}
	.Navi-Main li.Active li {
		display: block;
	}
	.Navi-Main li li a {
		padding-left: 3rem;
	}
	.Quicksearch {
		position: absolute;
		right: 4.5rem;
		top: 1.5rem;
		width: 3rem;
	}
	.Level_0 {
		border-bottom: 1rem solid var(--weiss);
	}

}
@media only screen and (min-width: 1024px) { /* 760 */
	.Navigation input[id*="NaviCheckbox"],
	.Navigation input[id*="NaviCheckbox"] + label {
		display: none;
	}
	.Navigation ul {
		display: flex;
	}
	.Navigation ul.Level_0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.Navi-Main li ul {
		display: none;
		padding-top: 2.25rem;
		position: absolute;
		width: auto;
	}
	.Navi-Main li:hover ul {
		display: block;
	}
	.Level_0 li,
	.Quicksearch a {
		position: relative;
		padding-bottom: 4px;
	}
	.Quicksearch a {
		display: inline-block;
	}
	.Level_0 li:after,
	.Quicksearch a:after {
		background-color: var(--mint);
		bottom: 0;
		content: '';
		left: 0;
		height: 2px;
		position: absolute;
		transition-duration:.15s;
		transition-property:all;
		transition-timing-function:cubic-bezier(.4,0,.2,1);
		transition-duration:.2s;
		width: 0;
	}
	.Level_0 li:hover:after,
	.Quicksearch a:hover:after {
		width: 100%;
	}
	.Level_1 li {
		padding: 0;
	}
	.Level_1 li:after {
		display: none;
	}
	.Navi-Main .Level_1 li {
		border-bottom: 1px solid #fff;
		min-width: 200px;
	}
	.Navi-Main .Level_1 li:last-child {
		border-bottom: 0;
	}
	.Navi-Main li:hover ul li a {
		background: var(--mint);
		display: block;
		padding: 1rem;
	}
	.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: var(--lila);
	}
}

main strong,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6,
.font-bold {
	font-family: "BSG-EqualBold",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-weight: 400 !important;
}
@media (min-width: 1024px) {
	.lg\:font-bold {
		font-family: "BSG-EqualBold",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
		font-weight: 400 !important;
	}
}
header,
main,
footer {
	font-size: var(--fontsize-body);
	line-height: var(--lineheight-body);
}

h1, .h1, h2, .h2, h3, h4 {
	margin-bottom: 1rem;
}

h1, .h1 {
	font-size: var(--fontsize-h1);
	font-weight: 700;
	line-height: var(--leading-h1);
	max-width: 960px;
}
h2, .h2 {
	font-size: var(--fontsize-h2);
	font-weight: 700;
	line-height: var(--leading-h2);
	max-width: 960px;
	margin-bottom: 2rem;
}
h3, .h3 {
	font-size: var(--fontsize-h3);
	font-weight: 700;
	line-height: var(--leading-h3);
}
h4, .h4 {
	font-size: var(--fontsize-h4);
	font-weight: 700;
	line-height: var(--leading-h4);
}
html.PUB .Topic-1 .IndexArticle h1,
html.PUB .Topic-2 .IndexArticle h1,
html.PUB .Topic-3 .IndexArticle h1,
html.PUB .Topic-5 .IndexArticle h1,
html.PUB .Topic-6 .IndexArticle h1,
html.PUB .Topic-7 .IndexArticle h1 {
	left: -9999999px;
	position: absolute;
	top: -9999999px;
}
.Search h2 {
	font-size: var(--fontsize-body);
	font-weight: 400;
	line-height: var(--lineheight-body);
	font-family: "BSG-EqualLight",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	margin: 0;
}
.Search .Listing {
	border-bottom: 1px solid var(--anthracite20);
}
.Head {
	background: linear-gradient(to bottom, var(--lightmint) 50%, var(--orange) 50%);
}
@media only screen and (min-width: 640px) { /* 760 */
	.Head {
		background: linear-gradient(to right, var(--lightmint) 50%, var(--orange) 50%);
	}
}
.Content p {
	margin-bottom: 1rem;
}

/* Listen */
.Content ul,
.Content ol,
.cke_show_borders ul,
.cke_show_borders ol {
	clear: left;
	list-style: none;
	margin: 1.25rem .75rem;
}
.Content ul li,
.Content ol li,
.cke_show_borders ul li,
.cke_show_borders ol li {
	list-style: none;
	margin-bottom: .75rem;
	margin-left: .75rem;
}
.Content ol,
.Content ol li,
.cke_show_borders ol,
.cke_show_borders ol li {
	list-style: decimal;
}
.Content ul li,
.cke_show_borders ul li {
	padding-left: 1rem;
	position: relative;
}
.Content ul li:before,
.cke_show_borders ul li:before {
	background-color: var(--anthracite);
	border-radius: 9999px;
	content: '';
	display: block;
	height: 6px;
	margin-left: -1rem;
	position: absolute;
	top: 12px;
	width: 6px;
}
.Content .Documents ul li:before,
.Gallery ul li:before {
	content: '' !important;
	display: none !important;
}

.Content h3,
.cke_editable h3 {
    clear: left;
    font-size: var(--fontsize-h3);
    font-weight: 700;
    line-height: 150%;
    margin-top: .75rem;
}
.Content h4,
.cke_editable h4 {
	clear: left;
    font-size: var(--fontsize-h4);
	font-weight: 700;
	line-height: 150%;
    margin-top: .75rem;
}
.text-anthracite,
.text-black,
.hover\:text-anthracite:hover {
	color: var(--anthracite);
}
.bg-anthracite,
.bg-black {
	background-color: var(--anthracite);
}
.border-anthracite,
.border-black {
	border-color: var(--anthracite);
}
.text-anthracite20 {
	color: var(--anthracite20);
}
.bg-anthracite20 {
	background-color: var(--anthracite20);
}
.border-anthracite20 {
	border-color: var(--anthracite20);
}
.bg-orange,
.hover\:bg-orange:hover {
	background-color: var(--orange);
}
.bg-mint,
.hover\:bg-mint:hover {
	background-color: var(--mint);
}
.border-mint {
	border-color: var(--mint);
}
.bg-lightmint,
.hover\:bg-lightmint:hover {
	background-color: var(--lightmint);
}
.border-lightmint {
	border-color: var(--lightmint);
}
@media (min-width: 1024px) {
	.lg\:bg-lightmint {
		background-color: var(--lightmint);
	}
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: .375rem;
}
.Content a,
footer a {
	text-decoration-line: underline;
}

/* Widgets */
.Widget-2 {
	margin-top: 50px;
}

/* Beschnittene Bilder */
.Image.Cropped picture {
	display: block;
	overflow: hidden;
	object-fit: cover;
	padding-top: 60.77%;
	position: relative;
	width: 100%;
}
.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%;
}

/* Akkordion */
.Akkordion-List button {
	cursor: pointer;
	margin: 0 !important;
}
.Akkordion-List button span i:after {
	background-image: url(../images/plus.svg);
	content: '';
	display: inline-block;
	float: right;
	height: 30px;
	width: 30px;
}
.Akkordion-List button[aria-expanded="true"] span i:after {
	background-image: url(../images/minus.svg);
	content: '';
}
.Akkordion-List .Akkordion-Wrap {
	display: none;
}

/* Accordion */
.Accordion button {
	background: var(--orange);
	border: 0;
	display: block;
	padding: 0;
	text-align: left;
	width: 100%;
}
html[dir="rtl"] .Accordion button {
	text-align: right;
}
.Accordion li {
	margin-bottom: 1rem;
}
.Accordion h2,
.Accordion button {
	cursor: pointer;
	margin: 0 !important;
}
.Accordion h2 span,
.Accordion button span {
	color: var(--weiss);
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 15px 1.875rem;
}
.Accordion h2 span i:after,
.Accordion button span i:after {
	background: url(../images/plus.svg) center center no-repeat;
	content: '';
	display: block;
	float: right;
	height: 1rem;
	margin-top: 7px;
	width: 1rem;
}
html[dir="rtl"] .Accordion h2 span i:after,
html[dir="rtl"] .Accordion button span i:after {
	float: left;
}
.Accordion h2.show span i:after,
.Accordion button[aria-expanded="true"] span i:after {
	background-image: url(../images/minus.svg) !important;
	content: '';
}
.Accordion .Accordion-Item {
	background: var(--lightorange);
	border-top: 1px solid #fff;
	display: none;
	padding: 1.875rem;
}
.Accordion .Accordion-Item .MediaBox {
	margin-left: -1.875rem;
}

.Nothingfound {
	margin: 120px auto;
	max-width: 960px;
}

/* Medien */
.MediaBox {
	clear: both;
	margin: 0 auto;
	margin-bottom: 1rem;
	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: var(--anthracite);
	font-size: .75em;
}
.MediaBox .Copyright {
	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;
}

/* Properties / Eigenschaften */
.Property-Block a {
	text-decoration: underline
}
.Property-Block + .Property-Block {
	margin-top: 30px;
}
.Property-Block.Datenblatt + .Property-Block.Datenblatt {
	margin-top: 0;
}
.Property-Block p + p {
	margin-top: 1.5rem;
}
.Property-Block.Heading-1 {
	margin-top: 90px;
}
.Property-Block + .Heading-2 {
	margin-top: 60px;
}
.Property-Block.toggle-container + .Property-Block.toggle-container,
.Property-Block.Block-Orange + .Property-Block.Block-Orange,
.Property-Block.Block-Lightmint + .Property-Block.Block-Lightmint {
	margin-top: .75rem;
}
.Property-Block.Datenblatt a {
	background-color: var(--mint);
	display: inline-block;
	padding: 2px 8px;
	text-decoration: none;
}
.Property-Block.Datenblatt a:focus,
.Property-Block.Datenblatt a:hover,
.Property-Block.Datenblatt a:active {
	opacity: .8;
}
.toggle-content {
	display: none;
}
.toggle-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('../images/plus.svg');
	background-size: cover;
	transition: transform 0.3s ease;
}

.toggle-header.open .toggle-icon {
	transform: rotate(180deg);
}
.toggle-header i::after {
	background-image: url(../images/plus.svg) !important;
	content: '';
	display: block;
	float: right;
	height: 18px;
	margin-top: 7px;
	width: 18px;
}
.toggle-header.open i::after {
	background-image: url(../images/minus.svg) !important;
	content: '';
}

body.Topic-5 .Article .Author {
	display: none;
}

.Select.F_categoryId label {
	display: none;
}
/* Slider */
.Slider {
	position: relative;
	width: 100%;
}
.Slider .Arrows {
	display: block;
}
.Slider .Arrows button {
	color: transparent;
	cursor: pointer;
	display: block;
	height: 2.375rem;
	margin: 0 5rem;
	position: absolute;
	width: 3rem;
	top: 50%;
	z-index: 10000;
}
.Slider:hover .Arrows button {
	background: rgba(255,255,255,.5);
}
.Slider .Arrows button:hover {
	background: var(--weiss);
}
.Slider .Arrows button span:before {
	color: var(--anthracite);
	cursor: pointer;
	font-family: 'FontAwesome';
	font-size: 3rem !important;
	opacity: 1;
	text-indent: 0px;
}
.slick-slider {
	margin-bottom: 0 !important;
}
.slick-next {
	right: -4rem !important;
}
.slick-prev {
	left: -4rem !important;
}
.slick-next .slick-next-icon:before, [dir=rtl] .slick-prev .slick-prev-icon:before,
.slick-prev .slick-prev-icon:before, [dir=rtl] .slick-next .slick-next-icon:before {
	background: url('https://www.kulturbhf.de/images/left-arrow-svgrepo-com.svg') no-repeat;
	background-size: 1rem 1rem;
	background-position: 1rem .625rem;
	display: block;
	width: 70px;
	height: 70px;
	content: '' !important;
}
.slick-next .slick-next-icon:before, [dir=rtl] .slick-prev .slick-prev-icon:before {
	background-image: url('https://www.kulturbhf.de/images/right-arrow-svgrepo-com.svg');
}
.slick-prev .slick-prev-icon:before, [dir=rtl] .slick-next .slick-next-icon:before {
	background-image: url('https://www.kulturbhf.de/images/left-arrow-svgrepo-com.svg');
}
.slick-dots li button {
	width: .75rem !important;
	height: .75rem !important;
}
.slick-dots li button .slick-dot-icon:before {
	font-size: .5rem !important;
	margin-top: -1px !important;
	top: -6px !important;
}
.slick-autoplay-toggle-button:focus,
.slick-dots li button:focus .slick-dot-icon::before {
	color: var(--lila) !important;
}

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

/* Suche */
.Search .Listing {
	margin-bottom: 70px;
}

/* Seite versenden */
main fieldset {
	border: 0;
	clear: both;
	padding: 0;
}
main fieldset legend {
	border-bottom: 1px solid rgba(10,50,30,1);
	display: block;
	font-style: italic;
	margin-bottom: 0.625rem;
	margin-left: 0;
	padding-bottom: 0.625rem;
	opacity: 0.25;
	width: 100%;
}
main fieldset.Searchterm legend {
	display: none;
}
main fieldset legend + p {
	clear: right;
}
main fieldset p {
	margin-bottom: 1.25rem;
}
main fieldset.AGB {
	margin-bottom: 1.25rem;
	padding: 0 1.875rem;
}
main fieldset.AGB {
	margin-bottom: 1.25rem;
	padding: 0 1.875rem;
}
main fieldset.AGB legend {
	margin-left: -30px;
}
main fieldset.AGB p.Input {
	margin: 0.625rem 0;
	padding: 0;
}
main .Terms p {
	padding: 0 1.875rem;
}
main .Terms p.Checkbox {
	margin-top: 1.25rem;
}
main .Input.Text input,
main .Input.Email input,
main textarea {
	border: 1px solid #ccc;
	display: block;
	line-height: 140%;
	min-height: 3rem;
	padding: 5px 0.625rem;
	width: 100%;
}

main .Select select,
main .Date input {
	background: var(--weiss);
	border: 1px solid var(--anthracite20);
	border-radius: 2px;
	display: block;
	min-height: 3rem;
	padding: .5rem 1rem;
}

main .Select select {
	appearance: none;           /* entfernt das native Dropdown-Styling */
	-webkit-appearance: none;   /* für Safari */
	-moz-appearance: none;      /* für Firefox */

	background-image: url("../images/chevron-down.svg"); /* Pfad zu deiner Grafik */
	background-repeat: no-repeat;
	background-position: right 0.75rem center; /* Positionierung des Pfeils */
	background-size: 1rem; /* Größe des Pfeils */

	padding-right: 3rem; /* Platz schaffen für den Pfeil */
}


main .Input.Text input:focus,
main .Input.Text input:hover,
main .Input.Text input:active,
main .Input.Email input:focus,
main .Input.Email input:hover,
main .Input.Email input:active,
main textarea:focus,
main textarea:hover,
main textarea:active {
	border-color: #6f7c86;
	box-shadow: 0 0 1px #6f7c86;
	-moz-box-shadow: 0 0 1px #6f7c86;
	-webkit-box-shadow: 0 0 1px #6f7c86;
}
main textarea {
	height: 150px;
}
main fieldset ul {
	padding: 0.625rem 0;
}
main fieldset ul li {
	display: inline;
	margin-left: 1.25rem;
}
main fieldset ul li:first-child {
	margin-left: 0;
}
main fieldset.Radio label {
	padding-left: 0.625rem;
}
main .F_title input {
	font-size: 1.125rem;
	padding: 0.125rem 0;
}
main .Question .F_questionerEmail input,
main .Question .F_questionerTown input,
main .Sendarticle .F_sn input,
main .Sendarticle .F_rn input,
main .Sendarticle .F_se input,
main .Sendarticle .F_re input {
	display: block;
	width: 100%;
}
main .Sendarticle .Name,
main .Sendarticle .Email,
main .Question .F_questionerEmail,
main .Question .F_questionerTown {
	display: block;
}

main p.F_disclaimer input,
main p.F_agreement input {
	display: block;
	float: left;
}
main p.F_disclaimer label,
main p.F_agreement label {
	display: block;
	margin-left: 1.25rem;
}
main p.Input.Submit,
main .Content p.Input.Submit {
	display: block;
	margin-left: 0.625rem;
	margin-right: 0 !important;
	margin-top: 1.25rem;
	text-align: right;
}
main .Input.Submit input {
	background: var(--anthracite);
	border: 1px solid transparent;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	min-height: 3rem;
	padding: 5px 1.25rem;
	transition: background 0.3s;
}
main .Input.Submit input:hover,
main .Input.Submit input:target {
	background: #fff;
	border-color: var(--anthracite);
	color: var(--anthracite);
}

main p.Checkbox input {
	display: inline-block;
}
main p.Checkbox label {
	display: inline;
	padding-left: 0.625rem;
}
main p.File {
	background: var(--hellgrau);
	margin-bottom: 1rem;
	padding: 1rem;
}

main p.File label,
main p.File input {
	display: block;
}

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