.bg-dunkelblau {
	background: #0b073d;
}
.bg-blau {
	background: #253184;
}
.bg-orange {
	background: #fd7200;
}
.bg-tuerkis {
	background: #008cb7;
}
.bg-pink {
	background: #d025c3;
}
.bg-weiss {
	background: #fff;
}
.dunkelblau {
	color: #0b073d;
}
.blau {
	color: #253184;
}
.grau1 {
	color: #4d4d51;
}
.grau2 {
	color: #626268;
}
.grau3 {
	color: #7b7b84;
}
.grau4 {
	color: #a5a5af;
}
.grau5 {
	color: #b3ae9d;
}
.grau6 {
	color: #d8d5c9;
}
.orange {
	color: #fd7200;
}
.tuerkis {
	color: #008cb7;
}
.pink {
	color: #d025c3;
}
.gruen {
	color: #90aa35;
}
.weiss {
	color: #fff;
}
.schwarz {
	color: #000;
}
.transp {
	color: rgba(255, 255, 255, 0);
}
@font-face {
	font-family: "webfont";
	src: url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
	font-family: "webfont-bold";
	src: url("../fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
	font-family: "webfont-black";
	src: url("../fonts/Inter-Black.woff2") format("woff2");
}
html {
	font-family: "webfont", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: scroll;
}
@media (max-width: 600px) {
	html {
		font-size: 14px;
	}
}
.skip-link {
	display: none;
}
*,
*:after,
*:before {
	box-sizing: border-box;
}
* {
	padding: 0;
	margin: 0;
	outline: none;
	font-weight: normal;
}
img {
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}
ul,
ol {
	list-style-position: inside;
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
body {
	position: relative;
	background: #fff;
	color: #7b7b84;
}
a,
a:visited {
	color: inherit;
	text-decoration: underline;
}
p {
	font-family: webfont;
	font-size: 1.25rem;
	line-height: 1.7;
	color: #253184;
	margin-bottom: 1em;
}
@media (max-width: 400px) {
	p {
		width: 100%;
	}
}
p a {
	text-decoration: none;
	border-bottom: 3px #253184 solid;
	border-color: #253184;
	transition: border-color 0.9s;
}
p a:hover {
	border-bottom: 3px #d025c3 solid;
	border-color: #d025c3;
	transition: border-color 0.2s;
}
strong {
	font-family: webfont-bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
	border: none;
}
h1 {
	font-size: 1.8rem;
	color: #253184;
	font-family: webfont-black;
	text-transform: uppercase;
	line-height: 140%;
	margin-bottom: 0.6em;
}
h2 {
	font-family: webfont-black;
	font-size: 2rem;
	line-height: 150%;
	color: #253184;
	text-transform: normal;
	margin-top: 4rem;
}
h3 {
	font-family: webfont;
	font-size: 2rem;
	color: #7b7b84;
	margin-bottom: 4rem;
}
h4 {
	font-family: webfont-bold;
	font-size: 1.25rem;
	color: #253184;
	line-height: 140%;
	margin-bottom: 1em;
}
h5 {
	font-family: webfont;
	font-size: 1.25rem;
	color: #7b7b84;
	line-height: 140%;
	margin-bottom: 1em;
}
h6 {
	font-family: webfont-black;
	font-size: 2rem;
	line-height: 150%;
	color: #253184;
	text-transform: normal;
	margin-top: 1rem;
}
figure.wp-block-table table,
table.tableliste {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
@media (max-width: 1000px) {
	figure.wp-block-table table tr,
	table.tableliste tr {
		display: block;
		margin-top: 2rem;
		border-bottom: 2px #7b7b84 solid !important;
		border: none;
	}
}
figure.wp-block-table table td,
table.tableliste tr td {
	padding: 0.2em 0;
	border-bottom: 2px #7b7b84 solid !important;
}
@media (max-width: 1000px) {
	figure.wp-block-table table td,
	table.tableliste tr td {
		padding: 0 0;
		display: block;
		border-bottom: 0 #7b7b84 solid !important;
	}
}
figure.wp-block-table table tr td a,
table.tableliste tr td a {
	text-decoration: none;
	color: #253184;
}
figure.wp-block-table table td img,
table.tableliste tr td img {
	max-height: 1em;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#hamburger {
	display: none;
}
@media (max-width: 600px) {
	#hamburger {
		display: block;
		position: absolute;
		left: 28px;
		top: 15px;
		width: 36px;
		height: 36px;
		z-index: 10;
	}
}
#hamburger-close {
	display: none;
}
@media (max-width: 600px) {
	#hamburger-close {
		display: block;
		position: absolute;
		left: 28px;
		top: 15px;
		width: 36px;
		height: 36px;
		z-index: 10;
	}
}
#hamburger-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 0;
	opacity: 0.88;
	z-index: 1;
	transition: width 0.3s ease;
}
@media (max-width: 600px) {
	a.close-subnav {
		display: none;
	}
}
#navigation-wrapper {
	position: relative;
	z-index: 1;
}
#nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #0b073d;
	transition: height 0.3s ease;
	z-index: 2;
}
@media (max-width: 600px) {
	#nav-overlay {
		display: none;
	}
}
#meta-navigation {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0rem 0 0 0;
	font-size: 12px;
	max-height: 1.5em;
	z-index: 3;
}
#meta-navigation a {
	display: inline-block;
	margin: 0;
	margin-right: 0.5em;
	text-decoration: none;
	text-transform: uppercase;
}
#meta-navigation a img {
	max-height: 2em;
	width: auto;
}
@media (max-width: 800px) {
	#meta-navigation {
		height: 3rem;
		font-size: 16px;
		margin-bottom: 1rem;
	}
}
@media (max-width: 600px) {
	#meta-navigation {
		display: none;
		position: absolute;
		left: 30px;
		top: 62px;
	}
}
#header-logo {
	position: relative;
	width: 100%;
	text-align: right;
	z-index: 4;
}
#header-logo a {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 12px;
}
#header-logo a img {
	width: auto;
	height: 68px;
}
@media (max-width: 600px) {
	#header-logo a img {
		height: 57px;
	}
}
#navigation {
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0 0 0 0;
	z-index: 5;
}
#navigation a {
	font-family: webfont-bold;
	font-size: 24px;
	margin: 0;
	margin-right: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 600px) {
	#navigation {
		display: none;
		position: absolute;
		top: 102px;
		left: 32px;
	}
}
#navigation a.current {
	border-bottom: 4px #253184 solid;
}
#navigation.weiss a.current {
	border-bottom: 4px #fff solid;
}
#nav-popup-besuch,
#nav-popup-museum {
	position: relative;
	color: #fff;
	overflow: hidden;
	text-align: left;
	z-index: 2;
}
@media (max-width: 600px) {
	#nav-popup-besuch,
	#nav-popup-museum {
		position: absolute;
		top: 135px;
		left: 27px;
		width: 95%;
		height: 100%;
	}
}
.nav-popup-wrapper {
	padding: calc(2% + 120px) 5% 0 5%;
	text-align: left;
}
#nav-popup-museum .nav-popup-wrapper {
	padding: calc(2% + 120px) 5% 0 calc(5% + 130px);
}
.nav-popup-wrapper li {
	display: block;
	position: relative;
	margin: 0;
	list-style: none;
}
.nav-popup-wrapper li a {
	display: inline-block;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 3px transparent solid;
}
.nav-popup-wrapper li a:hover {
	border-bottom: 3px white solid;
}
#show-navi {
	width: 100%;
	text-align: left;
	overflow: hidden;
}
#nav-wrapper {
	position: relative;
	width: 80%;
	overflow: hidden;
	z-index: 6;
}
@media (max-width: 1400px) {
	#nav-wrapper {
		width: 75%;
	}
}
@media (max-width: 800px) {
	#nav-wrapper {
		width: 100%;
	}
}
@media (max-width: 600px) {
	#nav-wrapper {
		display: none;
		position: absolute;
		top: 135px;
		left: 27px;
		width: 95%;
		height: 500px;
	}
}
.nav {
	display: block;
	width: 100%;
	text-align: left;
}
.nav li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	list-style: none;
}
.nav li.current-menu-item a {
	border-bottom: #7b7b84 2px solid;
}
.nav.weiss li.current-menu-item a {
	border-bottom: #fff 2px solid;
}
.nav li.current-menu-parent a {
	border-bottom: #7b7b84 2px solid;
}
.nav li a {
	font-size: 1rem;
	display: inline-block;
	margin: 0 1.1rem 0 0;
	padding: 1rem 0 0 0;
	text-decoration: none;
	border-bottom: transparent 2px solid;
}
.nav li a:hover {
	border-bottom: #7b7b84 2px solid;
	transition: border-bottom 0.4s;
}
@media (max-width: 800px) {
	.nav li a {
		padding: 0.5rem 0 0 0;
	}
}
@media (max-width: 600px) {
	.nav li a {
		font-size: 1.6rem;
		margin-left: 5px;
	}
}
ul.sub-menu {
	display: none;
}
.sub-sub-menu {
	padding: 0 0 0 0;
	border-top: 1px #253184 solid;
	border-bottom: 1px #253184 solid;
}
.sub-sub-menu a {
	text-decoration: none;
	color: #253184;
	margin-right: 1.2em;
	border-bottom: rgba(255, 255, 255, 0) 2px solid;
	transition: border-bottom 0.9s;
}
.sub-sub-menu a:hover {
	border-bottom: #7b7b84 2px solid;
	transition: border-bottom 0.4s;
}
.footer-navigation {
	margin: 2em 0 0 0;
}
.footer-navigation a {
	font-family: webfont-bold;
	font-size: 24px;
	margin: 0;
	margin-right: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
footer ul {
	list-style-type: none;
	margin-left: -4px;
	padding: 0;
	overflow: hidden;
}
footer ul li {
	float: left;
	margin: 0;
	padding: 0;
}
footer ul li a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	margin-right: 1em;
	border-bottom: rgba(255, 255, 255, 0) 1px solid;
	transition: border-bottom 0.9s;
}
footer ul li a:hover {
	color: #fff;
	border-bottom: #fff 1px solid;
	transition: border-bottom 0.4s;
}
.footer-oben {
	padding: 2% 5%;
}
.footer-oben a {
	display: inline-block;
	height: 1.2rem;
	padding: 0 1.5rem 0 0;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	opacity: 1;
}
.footer-oben a:hover {
	opacity: 0.7;
}
.footer-oben a img {
	max-height: 100%;
	width: auto;
}
.footer-oben-social-media a {
	height: 2rem;
	padding: 0 0.5rem 0 0;
}
section {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 2% 5%;
}
section.cover-image {
	height: 640px;
	background: black;
	background-position: center;
	text-align: center;
	z-index: 1;
}
section.cover-image-home {
	background-position: bottom;
}

@media (max-width: 1400px) {
	section.cover-image {
		max-height: 400px;
		background-position: center;
		/* background-position: bottom; */
	}
	section.cover-image-home {
		background-position: bottom;
	}
}
@media (max-width: 800px) {
	section.cover-image {
		background-position: center top;
		background-size: cover;
		/* war: height: 380px; */
		height: 310px;
	}
}
article {
	position: static;
	width: 1200px;
	margin: 0 auto;
	padding: 2rem 0.25rem;
}
@media (max-width: 1400px) {
	article {
		width: 80vw;
	}
}
@media (max-width: 800px) {
	article {
		width: 100%;
	}
}
@media (max-width: 400px) {
	article {
		width: 100%;
	}
}
.alignwide-solo {
	width: 100%;
	margin: 0 auto;
	padding: 2% 5%;
}
.alignwide {
	margin-left: calc(-100vw / 2 + 1200px / 2 + 5vw - 0.25rem);
	width: 90vw;
}
@media (max-width: 1400px) {
	.alignwide {
		margin-left: calc(-100vw / 2 + 80vw / 2 + 5vw - 0.25rem);
		width: 90vw;
	}
}
@media (max-width: 800px) {
	.alignwide {
		margin-left: 0;
		width: 100%;
	}
}
@media (max-width: 400px) {
	.alignwide {
		margin-left: 0;
		width: 100%;
	}
}
.alignfull {
	border-radius: 5px;
	margin-left: calc(-100vw / 2 + 1200px / 2);
	margin-right: calc(-100vw / 2 + 1200px / 2);
	max-width: 100vw;
	width: 100vw;
}
@media (max-width: 1400px) {
	.alignfull {
		margin-left: calc(-100vw / 2 + 80vw / 2);
		width: 100vw;
	}
}
@media (max-width: 800px) {
	.alignfull {
		margin-left: calc(-100vw / 2 + 90vw / 2 - 0.25rem);
		width: 100vw;
	}
}
@media (max-width: 400px) {
	.alignfull {
		width: 100vw;
	}
}
.wp-block-embed__wrapper {
	text-align: center;
}
img.schatten {
	border-radius: 7px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
}
div.boxes {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
div.boxes div.box1-2 {
	width: 50%;
}
div.boxes div.box2-2 {
	width: 50%;
}
div.box {
	padding: 0 0rem;
}
.flex-links {
	justify-content: left;
}
.links {
	text-align: left;
}
.mitte {
	text-align: center;
}
.rechts {
	text-align: right;
}
footer {
	width: 100%;
	padding: 4% 5%;
}
@media (max-width: 800px) {
	footer {
		padding: 6% 5%;
	}
}
footer h3 {
	color: #fff;
}
footer hr {
	display: block;
	margin: 1rem 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.button {
	font-family: webfont-bold;
	color: #4d4d51;
	display: block;
	margin: 0 auto;
	width: 10em;
	padding: 1em 2em;
	border: 3px solid #4d4d51;
	border-radius: 1.2em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.button.invers {
	color: #fff;
	background: #4d4d51;
	border: 3px solid #fff;
}
.button:hover {
	color: #fff;
	background: #4d4d51;
}
.button:hover.invers {
	color: #4d4d51;
	background: #fff;
	border-color: #4d4d51;
}
.box-blau {
	position: relative;
	background: #0b073d;
	padding: 2.5em;
	padding-bottom: 1.5em;
}
.box-blau hr {
	display: block;
	margin: 1rem 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.box-blau:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 2em solid #fff;
	border-right: 2em solid #0b073d;
	width: 0;
}
.box-blau:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 2em solid #0b073d;
	border-right: 2em solid #fff;
	width: 0;
}
.box-blau p {
	color: #fff;
}
.box-blau a,
.box-blau p a {
	border-bottom: 3px #fff solid;
	border-color: #fff;
}
a.klein-gross {
	font-family: webfont-bold;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	color: #253184;
	font-size: 1rem;
}
#fahne {
	position: absolute;
	top: -10px;
	left: 50%;
	width: 60px;
	height: 60px;
	z-index: 9999;
}
#fahne img {
	max-width: 100%;
	height: auto;
}
.unterstrich {
	border-bottom: 2px #7b7b84 solid;
}
.box-prozent {
	display: inline-block;
	text-align: left;
	width: 20%;
	padding: 0.2em;
}
.box-prozent a {
	text-decoration: none;
	color: #253184;
}
.prozent-20 {
	width: 20%;
}
.prozent-30 {
	width: 30%;
}
.prozent-50 {
	width: 50%;
}
.prozent-60 {
	width: 60%;
}
a#top-button {
	display: none;
	position: fixed;
	right: -1rem;
	bottom: 1rem;
	width: 3.5rem;
	height: 3.5rem;
	background: url(../images/top-SVG.svg) no-repeat;
	background-size: 80% 80%;
	background-position: center;
	line-height: 0;
	font-size: 0;
	color: transparent;
	opacity: 0.6;
	z-index: 1000;
	transition: all 0.2s ease-out;
}
a#top-button:hover {
	right: -0.2rem;
	opacity: 1;
}
.wp-block-image {
	display: block;
}
.wp-block-image img {
	width: 100%;
	height: auto;
}
.alignleft {
	display: block;
	float: none !important;
	clear: both;
}
.wp-block-file a,
.wp-block-file a:active,
.wp-block-file a:hover,
.wp-block-file a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 1.25rem;
}
@media (max-width: 800px) {
	.wp-block-columns {
		display: block;
	}
}
@media (max-width: 800px) {
	.wp-block-column {
		margin-left: 0 !important;
		margin-bottom: 4rem;
	}
}
@media (max-width: 1200px) {
	.wp-block-columns.mitarbeiter {
		display: block;
	}
}
.wp-block-gallery figcaption.blocks-gallery-item__caption {
	display: none;
}
.termin-freitext .c-accordion__title {
	font-family: webfont;
	font-size: 1rem;
	color: #fd7200;
	margin: 0;
	margin-left: 0rem;
	padding: 0;
	transition: margin 0.5s;
}
.termin-freitext .c-accordion__title:hover {
	margin-left: 0.3rem;
	transition: margin 0.3s;
}
.termin-freitext .c-accordion__title::before {
	content: "> ";
}
.wp-block-search.wp-block-search__button-inside {
	font-size: 1rem;
	font-weight: bold;
	border: 2px #253184 solid;
	border-radius: 5px;
	padding: 0.1rem 0.2rem;
	color: #d025c3;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border: 0px rgba(255, 255, 255, 0) solid;
}
.wp-block-search .wp-block-search__button {
	border: none;
	background: none;
}
.mehr-erfahren a,
.mehr-erfahren-weiss a {
	font-size: 0.9rem;
	font-family: webfont-black;
	color: #253184;
	text-transform: uppercase;
	border: none;
}
.mehr-erfahren-weiss {
	color: #fff;
}
.marketing-box-orange .wp-block-column {
	padding: 1rem 2rem;
}
.marketing-box-orange p {
	color: #fff;
}
.marketing-box-orange p > a {
	font-size: 0.9rem;
	font-family: webfont-black;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
}
.marketing-box-orange h4 {
	color: #fff !important;
}
.wp-block-columns.mitarbeiter .wp-block-column {
	margin: 0;
}
.mitarbeiter table {
	display: block;
}
.mitarbeiter td {
	vertical-align: top;
}
.mitarbeiter h4 {
	font-size: 1rem;
	margin-bottom: 1rem;
}
.mitarbeiter p {
	font-size: 0.8rem;
	color: #0b073d;
	margin-bottom: 0.1rem;
	line-height: normal;
}
.mitarbeiter strong {
	display: inline-block;
	color: #253184;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.breite200 {
	max-width: 200px;
	min-width: 200px;
	padding: 0.2rem 1.5rem 0 0;
}
.breite200 img {
	width: 100%;
	height: auto;
}
.zoom {
	transition: transform 0.8s;
	transform: scale(1);
}
.zoom:hover {
	transform: scale(1.1);
	transition: transform 0.2s;
}
.zoom2 {
	transition: transform 0.8s;
	transform: scale(1.01);
	shape-rendering: auto;
}
.zoom2:hover {
	transform: scale(1.4);
	transition: transform 0.2s;
}
.uline {
	border-bottom: rgba(255, 255, 255, 0) 1px solid;
	transition: border-bottom 0.9s;
}
.uline:hover {
	border-bottom: #fff 1px solid;
	transition: border-bottom 0.4s;
}
.uline2 {
	border-bottom: rgba(255, 255, 255, 0) 4px solid;
	transition: border-bottom 0.9s;
}
.uline2:hover {
	border-bottom: #fff 4px solid;
	transition: border-bottom 0.4s;
}
.grau1 .uline:hover,
.grau1 .uline2:hover {
	border-color: #253184;
}
.blau .uline:hover,
.blau .uline2:hover {
	border-color: #253184;
}
h2.sp-pcp-title {
	margin-bottom: 0.15em !important;
}
h2.sp-pcp-title a {
	font-family: webfont-bold;
	font-size: 0.9rem;
	color: #253184 !important;
	line-height: 145%;
}
.sp-pcp-post-content p {
	font-size: inherit;
}
.featherlight .featherlight-content .caption {
	line-height: 2.25;
	letter-spacing: 0.1em;
}
