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

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

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

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


:root {
	/* Farben */
	--schwarz: #333;
	--blau: rgb(0,147,189); /* #0093BD */
	--hellblau: rgba(0,147,189,0.1);
	--grey: #999;
	--orange: #D15B00;
	--weiss: #fff;

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

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

html.PUB,
.PUB body {
	height: 100%;
}
body,
.cke_editable {
	background: var(--weiss);
	color: var(--schwarz);
	font-family: var(--font-base);
	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;
}
.Header {
	background: var(--hellblau);
}
.Home .Header {
	background: url("../images/bg-header.webp");
	background-size: cover;
}
.Header .Button a {
	font-weight: 400;
}
@media only screen and (min-width: 480px) { /* md */
	.Header .Button:after {
		background: url(../images/bg-header-button.svg) no-repeat right center;
		content: ' ';
		display: block;
		height: 1rem;
		/* margin-left: 156px; */
		margin-left: 177px;
		margin-top: -2rem;
		position: absolute;
		width: 5rem;
	}
	html[lang="en"] .Header .Button:after {
		margin-left: 166px;
	}
}

/* Forms */
p.Input label,
p.Textarea label,
p.Select label {
	display: block;
}
p.Required label {
	color: var(--orange);
	font-weight: 700;
}
p.Checkbox label,
.Checkbox label,
.Radio label {
	display: inline;
	float: none;
	padding-left: .5rem;
}
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: #fffaf2;
}
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;
}

.Select.Date select,
.Select.DateTime select {
	width: auto;
}
.Submit input,
.Button a,
.Conference h3 a[href="/de/topic/62.registration.html"],
.Conference h3 a[href="/en/topic/89.registration.html"],
.Conference h3 a[href="/de/topic/104.registration.html"] {
	background-color: var(--orange);
	border: 1px solid transparent;
	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;
}
.Submit input[name="unsubscribe"],
.Submit input:focus,
.Submit input:hover,
.Button a:focus,
.Button a:hover,
.Button a:active,
.Conference h3 a[href="/de/topic/62.registration.html"]:focus,
.Conference h3 a[href="/de/topic/62.registration.html"]:hover,
.Conference h3 a[href="/de/topic/62.registration.html"]:active,
.Conference h3 a[href="/en/topic/89.registration.html"]:focus,
.Conference h3 a[href="/en/topic/89.registration.html"]:hover,
.Conference h3 a[href="/en/topic/89.registration.html"]:active,
.Conference h3 a[href="/de/topic/104.registration.html"]:focus,
.Conference h3 a[href="/de/topic/104.registration.html"]:hover,
.Conference h3 a[href="/de/topic/104.registration.html"]:active {
	background-color: var(--weiss) !important;
	border-color: var(--orange) !important;
	color: var(--orange) !important;
}
.Submit input[name="unsubscribe"]:focus,
.Submit input[name="unsubscribe"]:hover {
	background: var(--orange) !important;
	border-color: var(--orange) !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(--orange) !important;
}

.bg-orange { background: var(--orange) !important }
.bg-rot { background: var(--orange) !important }
.bg-blau { background: var(--blau) !important }
.bg-hellblau { background: var(--hellblau) !important }
.border-orange, a.hover\:border-orange:hover, a.\!hover\:border-orange:hover { border-color: var(--orange) !important }
.border-weiss, a.hover\:border-weiss:hover, a.\!hover\:border-weiss:hover { border-color: var(--weiss) !important }

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

.text-orange, .\!text-orange { color: var(--orange) !important }
.text-grey { color: var(--grey) }
.Button a.\!hover\:text-white:hover { color: var(--weiss) !important }
.font-medium {
	font-weight: 500;
}

main {
	line-height: 160%;
}

a {
	color: var(--blau);
	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,
.h1 {
	font-size: var(--fontsize-h1);
	font-weight: 700;
	line-height: 1.5;
	margin: var(--margin-h1);
}

h2,
.h2 {
	font-size: var(--fontsize-h2);
	font-weight: 400;
	line-height: 1.5;
	margin: var(--margin-h2);
}

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

.Html iframe {
	height: 100vw;
	width: 100%;
}
@media only screen and (min-width: 480px) { /* lg */
	.Html iframe {
		height: 50vw;
	}
}
@media only screen and (min-width: 960px) { /* lg */
	.Html iframe {
		height: 33.333337vw;
	}
}

.Schedule {
	width: 100%;
}
.Schedule th,
.Schedule td {
	border: 1px solid #000;
	padding: .5rem 1rem;
}
.Schedule ul {
	margin: -.5rem -1rem;
}
.Schedule li {
	border-bottom: 1px solid #000;
	padding: .5rem 1rem;
}
.Schedule li:last-child {
	border-bottom: 0;
}

/* Blockquote */
main blockquote,
.cke_show_borders blockquote {
	font-style: italic;
	margin: 0 1rem 0 2rem;
}

/* 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-size: var(--fontsize-h3);
	font-weight: 500;
	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: 500;
	line-height: 150%;
    margin-top: .75rem;
}


.Nothingfound {
	text-align: center;
}

.Clear {
	clear: both;
}

/* 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,
.Navi .Navi-Main 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 {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
}
.Event .Info address {
	margin-bottom: 5px;
}
.Event .Date {
	margin: 0 10px 0 0;
}
.Event .Info .Accessibility-Description {
	margin-top: 20px;
}
.Event .Accessibility {
	margin-bottom: 20px;
}

/* Accordion */
.Accordion button,
.Content.ui-accordion h3 {
	background: var(--hellblau) !important;
	border: 0;
	border-radius: 0;
	display: block;
	padding: 0;
	text-align: left;
	width: 100%;
}
.Content.ui-accordion h3 {
	color: var(--schwarz) !important;
	font-family: var(--font-base);
	font-size: 1.125rem;
	font-weight: 600;
	height: 3.5rem;
	margin-top: 2rem;
	padding: 15px 1.875rem;
	width: 100%;
}
.Content.ui-accordion h3 span {
	display: none;
}
.Content.ui-accordion h3:after {
	content: '\f0da';
	color: var(--schwarz);
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: -1.75rem;
	text-align: right;
}
.Content.ui-accordion h3.ui-state-active:after {
	content: '\f0d7';
}
.Content.ui-accordion h3.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(--schwarz);
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 15px 1.875rem;
}
.Accordion button span i:after {
	color: var(--schwarz);
	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 {
	background: var(--hellblau) !important;
	border-top: 1px solid #fff;
	display: none;
	padding: 1.875rem;
}
.Accordion .Accordion-Item .MediaBox {
	margin-left: -1.875rem;
}

/* Akkordion */
.Content.ui-accordion,
.Content.ui-accordion .ui-widget-content p {
	font-family: var(--font-base);
	font-size: .875rem;
	line-height: 1.25rem;
}
@media only screen and (min-width: 768px) { /* md */
	.Content.ui-accordion,
	.Content.ui-accordion .ui-widget-content p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.Content.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 {
	border: none;
}
.Content.ui-accordion .ui-accordion-header {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

/* Sections */
.Section-Title {
	align-items: center;
	color: var(--orange);
	display: flex;
	font-weight: 700;
	height: 4rem;
	padding-left: 1rem;
}
.Section-Title:before {
	background: var(--hellblau);
	border-radius: 9999px;
	content: '';
	height: 3rem;
	margin-left: -1rem;
	position: absolute;
	width: 3rem;
}

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

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

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

footer {
	border-top: 1rem solid var(--hellblau);
}

@media only screen and (max-width: 1280px) { /* 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 i:before {
		color: var(--schwarz);
		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 .Languages {
		padding-top: 3rem;
	}
	nav .Navi ul {
		backface-visibility: hidden;
		display: block;
	}
	nav .Navi-Main ul ul {
		display: none;
	}
	nav .Navi ul li a {
		display: block;
		font-size: 1rem;
		font-weight: 700;
		text-decoration: none;
	}
	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;
	}
	.Header {
		margin-top: 3rem;
	}
	.Logo {
		top: -1.5rem;
		margin-left: calc(50% - 100px);
		width: 200px;
	}
}
@media (max-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 {
		align-items: center;
		display: flex;
		justify-content: flex-end;
		margin-top: .5rem;
	}
	.Navi ul {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.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(--orange);
	}
	.Navi-Main li ul {
		display: none;
		padding-top: .5rem;
		position: absolute;
		text-transform: none;
		top: 4.5rem;
		width: 20rem;
		z-index: 100000;
	}
	.Navi ul li:hover ul {
		display: block;
	}
	.Navi-Main li li a {
		background: var(--weiss);
		border: 1px solid var(--orange);
		border-top: 0;
		color: var(--orange);
		display: block;
		font-weight: 700;
		padding: .5rem 1.5rem !important;
	}
	.Navi-Main li li:first-child a {
		border-top: 1px solid var(--orange);
	}
	.Navi-Main li li a:focus,
	.Navi-Main li li a:hover,
	.Navi-Main li li a:active {
		background: var(--orange);
		color: var(--weiss);
		text-decoration: underline;
	}

	.Cluster {
		margin-left: -3.625rem;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		transform: rotate(-90deg);
	}

	.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;
	}
}

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

	/* Literaturliste */
	.Literatur-Item .Title {
		background: var(--weiss);
	}
	.Section-Title {
		height: 8rem;
	}

	.Section-Title:before {
		height: 8rem;
		width: 8rem;
	}
}

@media (min-width:1280px){ /* xl */
	.Navi .Level_0 > li a {
		padding: 0 1.5rem;
	}
}

@media (min-width:1536px){ /* xxl */
}

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