@charset "UTF-8";
.selectric-wrapper {
	position: relative;
	cursor: pointer;
}
.selectric-responsive {
	width: 100%;
}
.selectric {
	border: 1px solid #ddd;
	background: #f8f8f8;
	position: relative;
}
.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 10px;
	font-size: 12px;
	line-height: 38px;
	color: #444;
	height: 38px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	color: #bbb;
	text-align: center;
	font: 0/0 a;
	*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #bbb;
	border-bottom: none;
}
.selectric-focus .selectric {
	border-color: #aaa;
}
.selectric-hover .selectric {
	border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
	color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2;
}
.selectric-open {
	z-index: 9999;
}
.selectric-open .selectric {
	border-color: #c4c4c4;
}
.selectric-open .selectric-items {
	display: block;
}
.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectric-hide-select select {
	position: absolute;
	left: -100%;
}
.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}
.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}
.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f8f8f8;
	border: 1px solid #c4c4c4;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}
.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}
.selectric-items li,
.selectric-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}
.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer;
}
.selectric-items li.selected {
	background: #e0e0e0;
	color: #444;
}
.selectric-items li.highlighted {
	background: #d0d0d0;
	color: #444;
}
.selectric-items li:hover {
	background: #d5d5d5;
	color: #444;
}
.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
}
.selectric-items .disabled,
.selectric-items .selectric-group .selectric-group-label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
	font-weight: 700;
	padding-left: 10px;
	cursor: default;
	background: none;
	color: #444;
}
.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}
.selectric-items .selectric-group li {
	padding-left: 25px;
}
.icheckbox_line,
.iradio_line {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 15px 5px 38px;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	background: #000;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
.icheckbox_line .icheck_line-icon,
.iradio_line .icheck_line-icon {
	position: absolute;
	top: 50%;
	left: 13px;
	width: 13px;
	height: 11px;
	margin: -5px 0 0;
	padding: 0;
	overflow: hidden;
	background: url(line.png) no-repeat;
	border: none;
}
.icheckbox_line.checked.hover,
.icheckbox_line.hover,
.iradio_line.hover {
	background: #444;
}
.icheckbox_line.checked,
.iradio_line.checked {
	background: #000;
}
.icheckbox_line.checked .icheck_line-icon,
.iradio_line.checked .icheck_line-icon {
	background-position: -15px 0;
}
.icheckbox_line.disabled,
.iradio_line.disabled {
	background: #ccc;
	cursor: default;
}
.icheckbox_line.disabled .icheck_line-icon,
.iradio_line.disabled .icheck_line-icon {
	background-position: -30px 0;
}
.icheckbox_line.checked.disabled,
.iradio_line.checked.disabled {
	background: #ccc;
}
.icheckbox_line.checked.disabled .icheck_line-icon,
.iradio_line.checked.disabled .icheck_line-icon {
	background-position: -45px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	.icheckbox_line .icheck_line-icon,
	.iradio_line .icheck_line-icon {
		background-image: url(line@2x.png);
		background-size: 60px 13px;
	}
}
@font-face {
	font-family: icons;
	src: url(../fonts/icons.eot);
	src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons.woff) format("woff"),
		url(../fonts/icons.ttf) format("truetype"), url(../fonts/icons.svg#icons) format("svg");
	font-weight: 400;
	font-style: normal;
}
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	content: "";
	font-family: icons;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
}
.icon.-facebook:before {
	content: "";
}
.icon.-instagram:before {
	content: "";
}
.icon.-twitter:before {
	content: "";
}
.tabs .tabs:after {
	content: "";
	display: table;
	clear: both;
}
.tabs	{
	margin-top: 40px;
}
#map {
	width: 100%;
	height: 700px;
}
@media only screen and (max-width: 40em) {
	#map {
		height: 350px;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#map {
		height: 520px;
	}
}
.only-mobile {
	display: none;
}
@media only screen and (max-width: 40em) {
	.only-mobile {
		display: block;
	}
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body,
html {
	font-size: 16px;
	line-height: 1.2;
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Ubuntu", sans-serif;
}
a {
	text-decoration: none;
	color: #000;
}
a img {
	border: none;
}
ul {
	list-style: none;
}
h2 {
	font-weight: 500;
	color: #1a1a18;
	font-size: 2.625rem;
	line-height: 1;
	margin-bottom: 52px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	h2 {
		font-size: 2.5rem;
		margin-bottom: 42px;
	}
}
@media only screen and (max-width: 40em) {
	h2 {
		font-size: 1.875rem;
		margin-bottom: 35px;
	}
}
#head-title h2 {
	font-weight: 400;
}
h2 a {
	font-size: 1.6875rem;
	color: #3741c8;
	vertical-align: middle;
	float: right;
	line-height: 50px;
	border-bottom: 3px solid transparent;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	h2 a {
		line-height: 2.5rem;
		font-size: 1.375rem;
	}
}
@media only screen and (max-width: 40em) {
	h2 a {
		line-height: 2.5rem;
		font-size: 1.125rem;
		margin: 0 0 15px;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	h2 a.international-map {
		padding: 0;
	}
}
@media only screen and (max-width: 40em) {
	h2 a.international-map {
		padding: 10 0 0;
		float: none;
		display: block;
		margin-bottom: -15px;
	}
}
@media only screen and (max-width: 40em) {
	h2 a:hover {
		border-color: #fff !important;
		text-decoration: underline;
	}
}
h2 a .sprite {
	fill: #3741c8;
	width: 10px;
	height: 18px;
	padding-right: 5px;
	vertical-align: middle;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	h2 a .sprite {
		width: 10px;
		height: 18px;
	}
}
@media only screen and (max-width: 40em) {
	h2 a .sprite {
		width: 6px;
		height: 11px;
	}
}
h2 a:hover {
	border-color: #3741c8;
}
.container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
.container:after {
	content: " ";
	display: block;
	clear: both;
}
section .container {
	padding: 52px 15px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	section .container {
		padding: 42px 15px;
	}
}
@media only screen and (max-width: 40em) {
	section .container {
		padding: 35px 15px;
	}
}
body {
	position: relative;
}
.show-off-canvas body {
	height: 100%;
	overflow: hidden;
}
.site-container {
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	position: relative;
	z-index: 11;
	background-color: #fcf7f2;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
a[role="button"],
button {
	display: inline-block;
	background-color: transparent;
	border: 3px solid #1a1a18;
	color: #1a1a18;
	font-weight: 400;
	padding: 0 33px;
	line-height: 55px;
	height: 55px;
	outline: 0;
	font-size: 1.5625rem;
	font-family: "Ubuntu", sans-serif;
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.2s, -webkit-transform 0.2s;
	transition: color 0.3s, background-color 0.3s, transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, border 0.3s;
}
@media only screen and (max-width: 40em) {
	a[role="button"],
	button {
		padding: 0 25px;
		line-height: 45px;
		height: 45px;
		border-radius: 10px;
		font-size: 1.25rem;
	}
}
a[role="button"]:hover,
button:hover {
	cursor: pointer;
	/* background:#FCF7F2; */
	border: 3px solid #3741c8;
	color: #3741c8;
	/* box-shadow: 0 3px 0 #3741C8;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px) */
}
a[role="button"]:active,
button:active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: none;
	transition: none;
	box-shadow: none;
}
label {
	font-size: 1.875rem;
	color: #58585a;
	font-weight: 500;
	vertical-align: middle;
	padding-right: 5px;
}
@media only screen and (max-width: 40em) {
	label {
		font-size: 1.25rem;
	}
}
input {
	box-sizing: border-box;
	padding: 0 30px;
	border-radius: 10px;
	box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.1);
	font-family: "Ubuntu", sans-serif;
	color: #b5b5b5;
	font-size: 1.875rem;
	font-weight: 500;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	line-height: 55px;
	height: 55px;
}
@media only screen and (max-width: 40em) {
	input {
		padding: 0 20px;
		line-height: 45px;
		height: 45px;
		font-size: 1.25rem;
	}
}
input:focus {
	color: #58585a;
}
.burger {
	width: 32px;
	height: 25px;
	outline: 0;
	display: inline-block;
	position: relative;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 0;
}
.burger .topping {
	display: block;
	height: 20%;
	background-color: #1a1a18;
	border-radius: 100px;
	position: absolute;
	right: 5%;
	width: 90%;
	top: 40%;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.burger .topping {
		background-color: #000;
	}
}
.burger:after,
.burger:before {
	content: "";
	display: block;
	height: 20%;
	background-color: #1a1a18;
	position: absolute;
	border-radius: 100px;
	top: 0;
	width: 90%;
	right: 5%;
	-webkit-transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, top 0.3s, background-color 0.3s;
	transition: transform 0.3s, top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.burger:after,
	.burger:before {
		background-color: #000;
	}
}
.burger:after {
	top: 80%;
}
.burger.magic .topping,
.show-mobile-menu .burger .topping {
	background-color: transparent;
}
.burger.magic:after,
.burger.magic:before,
.show-mobile-menu .burger:after,
.show-mobile-menu .burger:before {
	content: "";
	display: block;
	height: 20%;
	background-color: #1a1a18;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.burger.magic:after,
	.burger.magic:before,
	.show-mobile-menu .burger:after,
	.show-mobile-menu .burger:before {
		background-color: #fff;
	}
}
.burger.magic:after,
.show-mobile-menu .burger:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.show-mobile-menu .burger:after,
.show-mobile-menu .burger:before {
	background-color: #1a1a18;
}
.clearfix:after,
nav:after,
nav ul:after {
	content: "";
	display: table;
	clear: both;
}
.map-error {
	position: relative;
	padding: 10px;
	background: rgba(30, 106, 201, 0.85);
	color: #fff;
	z-index: 9999;
	display: none;
	text-align: center;
}
header {
	background-color: #f7ebde;
	min-height: 160px;
}
@media only screen and (max-width: 40em) {
	header {
		background-color: #f7ebde;
		min-height: 0;
	}
}
header .container {
	position: relative;
}
header .meta-bg {
	display: none;
}
@media only screen and (max-width: 109.375em) {
	header .meta-bg {
		/* display: block; */
		position: absolute;
		top: 0;
		width: 100%;
		height: 45px;
		/*background: rgba(0, 0, 0, .16)*/
	}
}
@media only screen and (max-width: 64em) {
	header .meta-bg {
		display: none;
	}
}
.new-startpage header .meta-bg {
	display: none !important;
}
header #logo {
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 2;
	opacity: 0.9;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 160px;
}
@media only screen and (max-width: 109.375em) {
	header #logo {
		left: 15px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 160px;
	}
}
@media only screen and (max-width: 40em) {
	header #logo {
		min-width: 125px;
		width: 25%;
		padding: 0px;
		position: static;
		margin: 0 auto 0 0;
		opacity: 1;
		display: block;
	}
}
header #logo img {
	max-width: 100%;
	display: block;
}
header .action-wrapper {
	float: right;
	text-align: right;
	overflow: hidden;
	margin-top: 10px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	header .action-wrapper {
		float: none;
		margin-left: 200px;
	}
}
@media only screen and (max-width: 64em) {
	header .action-wrapper {
		position: absolute;
		top: 10px;
		margin-top: 0;
		/* -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%); */
		right: 68px;
		line-height: 1;
	}
}
header .museum-login-btn {
	display: block;
	width: 150px;
	text-align: center;
	float: left;
	font-weight: 500;
	margin-right: 35px;
	color: #1a1a18;
	font-size: 1rem;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	line-height: 39px;
	height: 39px;
	margin-top: 5px;
	border: 3px solid #1a1a18;
}
@media only screen and (max-width: 109.375em) {
	header .museum-login-btn {
		line-height: 39px;
		height: 39px;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	header .museum-login-btn {
		height: 45px;
		line-height: 45px;
	}
}
@media only screen and (max-width: 40em) {
	header .museum-login-btn {
		display: none;
	}
}
header .museum-login-btn:hover {
	background: transparent;
	color: #3741c8;
	border-color: #3741c8;
}
header .museum-login-btn:active {
	color: #3741c8;
}
header .social-buttons {
	float: right;
	height: 51px;
}
@media only screen and (max-width: 109.375em) {
	header .social-buttons {
		height: 45px;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	header .social-buttons {
		height: 51px;
		float: left;
	}
}
@media only screen and (max-width: 40em) {
	header .social-buttons {
		height: auto;
		margin-left: 15px;
	}
}
header .social-buttons li {
	display: block;
	float: left;
	height: 100%;
}
header .social-buttons li + li {
	margin-left: 15px;
}
@media only screen and (max-width: 40em) {
	header .social-buttons li {
		margin: 8px;
	}
	header .social-buttons li + li {
		margin-left: 0px;
	}
}
header .social-buttons li a {
	display: block;
	height: 100%;
	width: 29px;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 40em) {
	header .social-buttons li a {
		width: 33px;
	}
}
header .social-buttons li a .sprite {
	position: relative;
	top: 50%;
	display: block;
	width: 100%;
	fill: hsla(0, 0%, 100%, 0.8);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 40em) {
	header .social-buttons li a .sprite {
		fill: #1a1a18;

		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: auto;
		position: static;
		margin-top: 2px;

		/*
		width: 33px;
		height: 33px;
		*/
	}
}
@media only screen and (max-width: 64em) {
	header .social-buttons li a .sprite {
		width: 29px;
		height: 29px;
	}
}
header .social-buttons li a:hover .sprite {
	fill: #fff;
}

@media only screen and (max-width: 64em) and (min-width: 40em)   {
	header .social-buttons	{
		margin-right: 15px;
	}
}

@media only screen and (max-width: 40em) {
	header .social-buttons li a:hover .sprite {
		fill: #3741c8;
	}
}
#top-right-burger {
	display: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media only screen and (max-width: 64em) {
	#top-right-burger {
		opacity: 0.8;
		display: block;
		height: 25px;
		width: 38px;
		z-index: 99;
		position: absolute;
		right: 20px;
		top: 22.5px;
	}
}
@media only screen and (max-width: 40em) {
	#top-right-burger {
		top: 22.5px;
		right: 15px;
	}
}
#top-right-burger:hover {
	opacity: 1;
}
@media print {
	header {
		background-color: #fff;
	}
	header #logo {
		position: static;
	}
}
nav {
	float: left;
	letter-spacing: 0.4px;
}
@media only screen and (max-width: 109.375em) {
	nav {
		margin-left: 180px;
		margin-top: 12px;
	}
}
@media screen and (max-width: 1100px) {
	nav {
		min-width: 560px;
	}
}
@media only screen and (max-width: 64em) {
	nav {
		min-width: inherit;
		display: none;
		min-width: auto;
	}
}
.new-startpage nav {
	min-width: inherit !important;
}
@media only screen and (max-width: 109.375em) {
	nav[role="primary-navigation"] ul {
		margin-right: 0;
	}
}
@media only screen and (max-width: 40em) {
	nav[role="primary-navigation"] ul {
		margin-right: 0;
	}
}
nav[role="primary-navigation"] > ul > li ul	{
	padding: 0 5px;
	margin: 0 -5px;
	background: #f7ebde;
}
nav .only-mobile {
	display: none;
}
@media only screen and (max-width: 64em) {
	nav .only-mobile {
		display: block;
	}
}
nav .-arrow-right {
	position: absolute;
	width: 8px;
	height: 14px;
	right: 6px;
	fill: hsla(0, 0%, 100%, 0.6);
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 109.375em) {
	nav > ul {
		display: block;
	}
}
nav > ul > li {
	display: block;
	float: left;
	position: relative;
	height: 51px;
	line-height: 51px;
	box-sizing: border-box;
	z-index: 10;
}
@media only screen and (max-width: 109.375em) {
	nav > ul > li {
		height: 45px;
		line-height: 45px;
	}
}
nav > ul > li + li {
	margin-left: 50px;
}
nav > ul > li:hover .-arrow-right {
	fill: #3741c8;
}
nav > ul > li:after {
	content: "";
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 6px;
}
nav > ul > li.active:after,
nav > ul > li:hover:after {
	background-color: #3741c8;
}
nav > ul > li ul {
	letter-spacing: 0.2px;
	display: none;
	z-index: 9;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 1;
	padding: 10px 0;
}
nav > ul > li ul li {
	display: block;
	margin-left: 0;
	float: none;
	line-height: 1;
	height: auto;
}
nav > ul > li ul li a {
	color: #1a1a18;
	height: auto;
	line-height: 1;
	padding: 5px 0px;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
nav > ul > li ul li a:hover {
	color: #3741c8;
}
nav > ul > li ul li a:active {
	color: #872819;
}
nav .name .sprite {
	display: none;
}
nav .name,
nav a {
	display: block;
	color: #1a1a18;
	font-size: 1.1875rem;
	cursor: pointer;
	height: 100%;
	box-sizing: border-box;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 600;
}
nav .name:hover,
nav a:hover {
	color: #3741c8;
}
@-webkit-keyframes a {
	7% {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}
	16% {
		-webkit-transform: translateX(-50%) scale(0.9);
		transform: translateX(-50%) scale(0.9);
	}
	32% {
		-webkit-transform: translateX(-60%) scale(0.9);
		transform: translateX(-60%) scale(0.9);
	}
	48% {
		-webkit-transform: translateX(-50%) scale(0.9);
		transform: translateX(-50%) scale(0.9);
	}
	64% {
		-webkit-transform: translateX(-40%) scale(0.9);
		transform: translateX(-40%) scale(0.9);
	}
	81% {
		-webkit-transform: translateX(-50%) scale(0.9);
		transform: translateX(-50%) scale(0.9);
	}
	90% {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}
}
@keyframes a {
	7% {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}
	16% {
		-webkit-transform: translateX(-50%) scale(0.9);
		transform: translateX(-50%) scale(0.9);
	}
	32% {
		-webkit-transform: translateX(-60%) scale(0.9);
		transform: translateX(-60%) scale(0.9);
	}
	48% {
		-webkit-transform: translateX(-50%) scale(0.9);
		transform: translateX(-50%) scale(0.9);
	}
	64% {
		-webkit-transform: translateX(-40%) scale(0.9);
		transform: translateX(-40%) scale(0.9);
	}
	81% {
		-webkit-transform: translateX(-50%) scale(0.9);
		transform: translateX(-50%) scale(0.9);
	}
	90% {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}
}
.center {
	text-align: center;
}
.slim {
	font-weight: 500;
	color: #1a1a18;
}
#stage {
	background-color: #f7ebde;
	position: relative;
	min-height: 199px;
}
@media only screen and (max-width: 109.375em) {
	#stage {
		min-height: 155px;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 1100px) {
	#stage {
		min-height: 110px;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#stage {
		min-height: 149px;
	}
}
@media only screen and (max-width: 40em) {
	#stage {
		min-height: inherit;
	}
}
#stage .slider + .title,
#stage picture + .title {
	background-color: #f0d7be;
}
#stage img {
	display: block;
	max-width: 100%;
	width: 100%;
}
#stage .-swipe-hand {
	display: none;
}
@media only screen and (max-width: 40em) {
	#stage .-swipe-hand {
		position: absolute;
		display: block;
		bottom: 80px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 35px;
		fill: #fff;
		-webkit-animation-name: a;
		animation-name: a;
		-webkit-animation-duration: 3s;
		animation-duration: 3s;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
}
#stage .slider img {
	width: 100%;
}
#stage .slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	fill: hsla(0, 0%, 100%, 0.7);
	width: 25px;
}
@media only screen and (max-width: 40em) {
	#stage .slider .slick-arrow {
		display: none !important;
	}
}
#stage .slider .slick-arrow:hover {
	fill: #3741c8;
}
#stage .slider .slick-arrow:active {
	-webkit-transition: none;
	transition: none;
}
#stage .slider .-arrow-left {
	left: 35px;
}
#stage .slider .-arrow-right {
	right: 35px;
}
#stage .slider .slide {
	display: none;
}
#stage .slider .slide:first-child {
	display: block;
}
#stage .slider.slick-initialized .slide {
	display: inherit;
}
#stage .title {
	padding: 0.9375em 0;
	/* position: absolute;
	bottom: 0;
	left: 0; */
	width: 100%;
}
@media only screen and (max-width: 40em) {
	#stage .title {
		position: static;
		padding: 10px 0;
	}
}
#stage h2 {
	font-size: 2.5rem;
	text-align: center;
	margin: 15px 0;
	color: #1a1a18;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#stage h2 {
		font-size: 1.875rem;
	}
}
@media only screen and (max-width: 40em) {
	#stage h2 {
		font-size: 1.25rem;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 109.375em) {
	#stage .search-title h2 {
		font-size: 2.125rem;
		margin: 10px 0;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#stage .search-title h2 {
		padding-left: 220px;
		font-size: 1.875rem;
		text-align: left;
	}
}
@media only screen and (max-width: 40em) {
	#stage .search-title h2 {
		font-size: 1.25rem;
		margin: 10px 0;
	}
}
#stage h1 {
	overflow: hidden;
	font-size: 2.5em;
	color: #1a1a18;
	letter-spacing: 0.04em;
	font-weight: 500;
}
@media screen and (max-width: 1240px) {
	#stage h1 {
		font-size: 3vw;
	}
}
@media only screen and (max-width: 40em) {
	#stage h1 {
		font-size: 3.5vw;
		font-weight: 700;
	}
}
#stage h1 span.first-word {
	text-transform: uppercase;
}
#stage h1 span.little-space {
	padding-left: 15px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#stage h1 span.little-space {
		padding-left: 8px;
	}
}
@media only screen and (max-width: 40em) {
	#stage h1 span.little-space {
		padding-left: 0;
	}
}
#stage h1 span.date {
	float: right;
}
.red {
	color: #3741c8;
}
#search {
	background-color: #e0e6e9;
	padding: 0.9375em 0;
}
#search .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#search .container h2 {
	font-size: 2.5em;
	color: #3741c8;
	font-weight: 500;
	margin-right: 0.625em;
}
#search .container .input {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}
#search .container .input input {
	width: 100%;
	font-size: 1.875em;
	font-weight: 500;
}
#search .container button {
	font-size: 1.875em;
	line-height: 1.875em;
	height: 1.875em;
	width: 5.9375em;
	margin-left: 0.625em;
}
#side-shortcuts {
	position: fixed;
	right: 0;
	z-index: 100;
	top: 234px;
}
@media only screen and (max-width: 40em) {
	#side-shortcuts {
		display: none;
	}
}
#side-shortcuts > a {
	display: block;
	background-color: #f0d7be;
	height: 46px;
	width: 42px;
	position: relative;
	border-color: hsla(0, 0%, 100%, 0);
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#side-shortcuts > a + a {
	margin-top: 6px;
}
#side-shortcuts > a:after {
	content: attr(data-text);
	display: block;
	position: absolute;
	right: 43px;
	height: 46px;
	top: -1px;
	opacity: 0;
	padding: 0 10px;
	width: 0;
	overflow: hidden;
	border-right-width: 3px;
	line-height: 46px;
	color: #3741c8;
	font-weight: 500;
	font-size: 1.1rem;
	-webkit-transition: none;
	transition: none;
}
#side-shortcuts > a.hover:after,
#side-shortcuts > a:hover:after {
	width: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#side-shortcuts > a.hover .sprite,
#side-shortcuts > a:hover .sprite {
	fill: #3741c8;
}
#side-shortcuts .sprite {
	fill: #fcf7f2;
	width: 28px;
	position: relative;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
#side-shortcuts .sprite svg {
	max-height: 46px;
}
.sprite {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	opacity: 1;
	-webkit-transition: fill 0.3s, opacity 0.3s;
	transition: fill 0.3s, opacity 0.3s;
}
.sprite svg {
	display: block;
}
.sprite.-lupe,
.sprite.-pin {
	fill: #9f131c;
}
#mobile-menu {
	background-color: #fcf7f2;
	display: none;
}
#mobile-menu.show-mobile-menu {
	display: block;
}
@media only screen and (min-width: 64.0625em) {
	#mobile-menu {
		display: none !important;
	}
}
#mobile-menu nav {
	margin: 0;
	padding: 40px 0;
}
#mobile-menu nav,
#mobile-menu nav ul {
	display: block;
	float: none;
}
#mobile-menu nav li {
	float: none;
	margin: 0;
	text-align: center;
	border: none;
	height: auto;
}
#mobile-menu nav li:after {
	display: none;
}
#mobile-menu nav li + li {
	margin-top: 3px;
}
#mobile-menu nav li ul {
	display: none;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
#mobile-menu nav .name,
#mobile-menu nav a {
	display: inline-block;
	width: auto;
	position: relative;
}
footer {
	overflow: hidden;
}
footer .container {
	padding: 35px 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer .spnsrd {
	color: #58585a;
	background-color: #fcf7f2;
}
footer .spnsrd img {
	display: block;
	margin: 25px 50px 20px 0;
	max-width: 100%;
	max-height: 150px;
}
@media only screen and (max-width: 40em) {
	footer .spnsrd img {
		height: 100px;
	}
}
footer .footer-nav {
	background-color: #f7ebde;
	word-break: break-all;
}
footer a {
	display: inline-block;
	font-size: 1.375rem;
	color: #1a1a18;
	border-bottom: 3px solid transparent;
}
footer .active a,
footer a.active,
footer a:hover {
	border-color: #3741c8;
}
footer .titled li {
	color: #1a1a18;
}
footer .titled li:first-child {
	font-size: 1.375rem;
	padding: 0 0 10px;
	font-weight: 600;
}
footer .titled li + li {
	padding-top: 3px;
}
footer .titled a {
	font-size: 0.9375rem;
}
footer ul li a {
	font-weight: 600;
}
footer ul {
	width: auto;
	float: left;
	margin-right: 2.85714%;
}
/* @media only screen and (min-width:40.0625em) and (max-width:64em) {
	footer ul {
		width: 31.42857%;
		float: left;
		margin-right: 2.85714%
	}
} */
/* @media only screen and (max-width:40em) {
	footer ul {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0
	}
} */
/* @media only screen and (min-width:40.0625em) and (max-width:64em) {
	footer ul:nth-child(3n+3) {
		width: 31.42857%;
		float: right;
		margin-right: 0
	}
} */
/* @media only screen and (min-width:40.0625em) and (max-width:64em) {
	footer ul:nth-child(3n+4) {
		clear: both
	}
} */
/* @media only screen and (max-width:40em) {
	footer ul:nth-child(2n+3) {
		clear: both
	}
} */
/* @media only screen and (max-width:40em) {
	footer ul:nth-child(2n+2) {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0
	}
} */
footer ul:last-child {
	float: left;
	margin-right: 0;
	clear: both;
}
footer ul:last-child li {
	float: left;
}
footer ul:last-child li a {
	font-size: 0.9375rem;
	padding: 5px 40px;
	border: 3px solid #1a1a18;
	margin: 0 30px;
	min-width: 90px;
	text-align: center;
}
footer ul:last-child li a:hover {
	text-decoration: none;
	border-color: #3741c8;
	color: #3741c8;
}
footer ul:last-child li:first-child {
	margin-left: 0;
}
@media screen and (max-width: 1050px) {
	footer ul:last-child a {
		font-size: 1.25rem;
		line-height: 0.9;
	}
}
@media screen and (max-width: 50em) {
	footer ul li {
		float: left;
		clear: both;
	}
}
@media only screen and (max-width: 64em) {
	footer ul:last-child li {
		margin: 0 10px 10px 0px !important;
	}
}
#socialmedia {
	overflow: hidden;
}
#socialmedia [class$="wrapper"] {
	width: 44.44444%;
	float: left;
	margin-right: 11.11111%;
	overflow: hidden;
	height: 500px;
}
@media only screen and (max-width: 40em) {
	#socialmedia [class$="wrapper"] {
		height: 350px;
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
#socialmedia iframe {
	height: 500px !important;
}
@media only screen and (max-width: 40em) {
	#socialmedia iframe {
		height: 350px !important;
	}
}
@media only screen and (max-width: 40em) {
	#socialmedia .twitter-wrapper {
		margin-bottom: 35px;
	}
}
#socialmedia .facebook-wrapper {
	float: right;
	margin-right: 0;
	overflow: hidden;
	text-align: right;
}
#socialmedia-flexible {
	overflow: hidden;
}
#socialmedia-flexible [class$="col"] {
	width: 44.44444%;
	float: left;
	margin-right: 11.11111%;
	margin-bottom: 50px;
}
@media only screen and (max-width: 40em) {
	#socialmedia-flexible [class$="col"] {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 25px;
	}
}
#socialmedia-flexible .right-col {
	float: right;
	margin-right: 0;
}
#socialmedia-flexible .bottom-row {
	clear: both;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
#socialmedia-flexible .placeholder {
	height: 200px;
	background: teal;
}
.top4-selection > * {
	display: none;
}
.top4-active-selector,
.top4-initial-selector {
	background-color: #3741c8 !important;
}
.top4-active-selector .sprite,
.top4-initial-selector .sprite {
	fill: #fff !important;
}
.button-wrapper {
	text-align: center;
	clear: both;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
@media only screen and (max-width: 40em) {
	#aktionen {
		display: none;
	}
}
#aktionen .aktionen-wrapper {
	margin-left: -1.25%;
	margin-right: -1.25%;
	padding-top: 60px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#aktionen .aktionen-wrapper {
		padding-top: 55px;
	}
}
@media only screen and (max-width: 40em) {
	#aktionen .aktionen-wrapper {
		padding-top: 30px;
	}
}
#aktionen .button-wrapper {
	display: none;
}
.aktionen-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 70px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px -1.25%;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.aktionen-wrapper {
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 40em) {
	.aktionen-wrapper {
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 40em) {
	#uebersicht {
		/* display: none; */
	}
}
.aktionen-wrapper .aktion {
	color: #1a1a18;
	width: 22.5%;
	float: left;
	margin: 15px 1.25%;
	max-width: 350px;
	box-shadow: 0 0 5px #bbb;
	height: auto;
	padding-bottom: 60px;
	position: relative;
	-webkit-transition: box-shadow 0.3s, background-color 0.3s, color 0.3s;
	transition: box-shadow 0.3s, background-color 0.3s, color 0.3s;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.aktionen-wrapper .aktion {
		width: 47.5%;
		float: left;
		margin-left: 1.25%;
		margin-right: 1.25%;
	}
}
@media only screen and (max-width: 40em) {
	.aktionen-wrapper .aktion {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 64.0625em) {
	.aktionen-wrapper .aktion:nth-child(4n + 1) {
		clear: both;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.aktionen-wrapper .aktion:nth-child(odd) {
		clear: both;
	}
}
.aktionen-wrapper .aktion:hover {
	background-color: #f0d7be;
}
/* .aktionen-wrapper .aktion:hover .text {
	color: #fff
} */
/* .aktionen-wrapper .aktion:hover .icon-tags .sprite {
	fill: #fff
} */
.icon-tags .icon-tags-category	{
	margin-top: 5px;
	float: right;
}
.aktionen-wrapper .aktion:hover .info {
	-webkit-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px);
	color: #1a1a18;
}
.aktionen-wrapper .aktion:hover .info .sprite {
	fill: #1a1a18;
}
.aktionen-wrapper .aktion:active {
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition: none;
	transition: none;
}
.aktionen-wrapper .aktion img {
	width: 100%;
	display: block;
}
.aktionen-wrapper .aktion .text {
	padding: 8%;
	color: #1a1a18;
	font-size: 0.9375rem;
	font-weight: 300;
}
.aktionen-wrapper .aktion .type {
	/*text-transform: uppercase;*/
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.aktionen-wrapper .aktion .location:before,
.aktionen-wrapper .aktion .time:before {
	content: "Wo: ";
	text-transform: uppercase;
	font-weight: 500;
}

.locationNoPrefix.highlighted	{
	color: #3741c8;
}
.aktion .text .locationNoPrefix	{
	font-size: 0.975rem;
}
.aktionen-wrapper .aktion .time {
	margin-bottom: 10px;
}
.aktionen-wrapper .aktion .time:before {
	content: "Wann: ";
}
.aktionen-wrapper .aktion .info {
	display: inline-block;
	color: #1a1a18;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: color 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}
.aktionen-wrapper .aktion .info span {
	vertical-align: middle;
}
.aktionen-wrapper .aktion .info .sprite {
	fill: #3741c8;
	width: 6px;
	height: 12px;
	padding-right: 2px;
}
.aktionen-wrapper .aktion .info .sprite svg {
	height: 100%;
	width: 100%;
}
.aktionen-wrapper .aktion .icon-tags {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 84%;
	padding: 0 5% 5% 8%;
}
.aktionen-wrapper .aktion .icon-tags .sprite {
	width: 30px;
	height: 30px;
	margin-right: 3%;
	fill: #1a1a18;
}
.aktionen-wrapper .aktion .icon-tags .sprite svg {
	height: 100%;
	width: 100%;
}
.infobubble-custom {
	z-index: 99;
}
.infobubble-custom .sprite.close {
	width: 35px;
	height: 35px;
	fill: #1a1a18;
	right: 6px !important;
	top: 6px !important;
	opacity: 0.7;
}
.infobubble-custom .sprite.close:hover {
	opacity: 1;
}
.infobubble-custom .sprite.close svg {
	width: 100%;
	height: 100%;
}
.infobubble-custom .content-custom {
	display: block;
	width: 100%;
}
.infobubble-custom .contentContainer-custom {
	background: #fff !important;
	overflow: hidden !important;
}
.infobubble-custom:hover .sprite {
	fill: #fff !important;
}
.infobubble-custom:hover .contentContainer-custom {
	background-color: #3741c8 !important;
}
.infobubble-custom:hover .info {
	-webkit-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px);
}
.aktion-custom {
	display: block;
	padding-bottom: 40px;
	position: relative;
	width: 100%;
}
.aktion-custom .image-wrapper {
	position: relative;
	overflow: hidden;
	width: 266px;
}
@media only screen and (max-width: 40em) {
	.aktion-custom .image-wrapper {
		display: none !important;
	}
}
.aktion-custom .image-wrapper-helper {
	height: 0;
	padding-bottom: 66.54135338345866%;
	width: 100%;
}
.aktion-custom img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 266px;
}
.aktion-custom .more-events {
	margin-top: 10px;
}
.aktion-custom .text {
	padding: 8%;
	font-size: 0.9375rem;
	font-weight: 300;
	color: #58585a;
}
.infobubble-custom:hover .aktion-custom .text {
	color: #fff !important;
}
.aktion-custom .type {
	/*text-transform: uppercase;*/
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.aktion-custom .location:before,
.aktion-custom .time:before {
	content: "Wo: ";
	text-transform: uppercase;
	font-weight: 500;
}
.aktion-custom .time {
	margin-bottom: 10px;
}
.aktion-custom .time:before {
	content: "Wann: ";
}
.aktion-custom .info {
	display: inline-block;
	color: #3741c8;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.infobubble-custom:hover .aktion-custom .info {
	color: #fff !important;
}
.aktion-custom .info span {
	vertical-align: middle;
}
.aktion-custom .info .sprite {
	fill: #3741c8;
	width: 6px;
	height: 12px;
	padding-right: 6px;
}
.aktion-custom .icon-tags {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 84%;
	padding: 0 5% 5% 8%;
}
.aktion-custom .icon-tags .sprite {
	width: 30px;
	height: 30px;
	margin-right: 3%;
	fill: #1a1a18;
}
.aktion-custom .icon-tags .sprite svg {
	height: 100%;
	width: 100%;
}
.category-button-wrapper .kategorie-name {
	text-align: center;
	font-weight: 500;
	color: #1a1a18;
	font-size: 1.0625rem;
}
@media only screen and (max-width: 40em) {
	.category-button-wrapper .kategorie-name {
		font-size: 0.875rem;
	}
}
.category-button {
	width: 100%;
	border-radius: 15px;
	position: relative;
	display: block;
	/* background: #e0e6e9; */
	height: 0;
	padding-bottom: 55%;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
	transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	margin: 0 0 12px;
}
@media only screen and (max-width: 40em) {
	.category-button {
		margin: 0 0 10px;
	}
}
.category-button:hover {
	background-color: #3741c8;
	box-shadow: 0 4px 0 #3741c8;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
.category-button:hover .sprite {
	fill: #fff;
}
.category-button:active {
	box-shadow: none;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: none;
	transition: none;
}
.category-button:active .sprite {
	fill: #fff;
}
.category-button .sprite {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 72%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 51%;
	fill: #1a1a18;
}
.category-button .sprite svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.aktion-slider-wrapper {
	position: relative;
}
.aktion-slider-wrapper .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	fill: #1a1a18;
	cursor: pointer;
	width: 26px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 40em) {
	.aktion-slider-wrapper .slick-arrow {
		width: 25px;
		width: 15px;
	}
}
.aktion-slider-wrapper .slick-arrow svg {
	height: 100%;
}
.aktion-slider-wrapper .slick-arrow:not(.slick-disabled):hover {
	fill: #3741c8;
}
.aktion-slider-wrapper .slick-arrow:not(.slick-disabled):active {
	-webkit-transform: translateY(-48%);
	-ms-transform: translateY(-48%);
	transform: translateY(-48%);
}
.aktion-slider-wrapper .slick-arrow.slick-disabled {
	opacity: 0.3;
	cursor: auto;
}
.aktion-slider-wrapper .slick-arrow.slick-disabled:hover {
	fill: #1a1a18;
}
.aktion-slider-wrapper .slick-arrow.-arrow-left {
	left: 0;
}
.aktion-slider-wrapper .slick-arrow.-arrow-right {
	right: 0;
}
.aktionen-slider {
	width: 90%;
	margin: 0 auto;
}
@media only screen and (max-width: 40em) {
	.aktionen-slider {
		width: 80%;
	}
}
.aktionen-slider .slide {
	box-sizing: border-box;
	padding: 4px 16px;
	position: relative;
}
@media only screen and (max-width: 40em) {
	.aktionen-slider .slide {
		padding: 4px 8px;
		padding: 4px;
	}
}
#veranstaltungsorte .container {
	padding-bottom: 0;
}
.button {
	display: inline-block;
	background-color: #3741c8;
	color: #fff;
	font-weight: 400;
	padding: 0 30px;
	line-height: 55px;
	height: 55px;
	border-radius: 10px;
	border: none;
	outline: 0;
	font-size: 1.5625rem;
	font-family: "Ubuntu", sans-serif;
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.2s, -webkit-transform 0.2s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.2s, -webkit-transform 0.2s;
	transition: color 0.3s, background-color 0.3s, transform 0.2s, box-shadow 0.2s;
	transition: color 0.3s, background-color 0.3s, transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s;
}
@media only screen and (max-width: 40em) {
	.button {
		padding: 0 25px;
		line-height: 45px;
		height: 45px;
		border-radius: 10px;
		font-size: 1.25rem;
	}
}
.text .button {
	color: #fff;
}
.button:hover {
	box-shadow: 0 3px 0 #6d0000;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.button:active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: none;
	transition: none;
	box-shadow: none;
}
.button.-outline {
	background-color: transparent;
	border: 2px solid hsla(0, 0%, 100%, 0.5);
	padding: 0 20px;
}
.button.-outline:hover {
	background-color: #fff;
	color: #1a1a18;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.button.-outline:active {
	color: #3741c8;
}
header .button {
	height: 35px;
	line-height: 35px;
	font-size: 1.125rem;
}
.map {
	position: relative;
}
@media only screen and (max-width: 40em) {
	.map {
		margin: 0 25px 25px;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.map {
		margin: 0 35px 35px;
	}
}
#reset-map-view {
	background: #fff;
	height: auto;
	line-height: 1;
	font-size: 0.875rem;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 98;
	border: 1px solid #bbb;
	border-radius: 0;
	padding: 5px 10px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media only screen and (min-width: 40.0625em) {
	#reset-map-view:after {
		content: "Ansicht zurücksetzen";
		color: #1a1a18;
		padding-left: 10px;
		font-size: 0.875rem;
		vertical-align: middle;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
}
#reset-map-view:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: none;
}
#reset-map-view:hover:after {
	color: #58585a;
}
#reset-map-view:hover .sprite {
	fill: #58585a;
}
#reset-map-view .sprite {
	width: 18px;
	fill: #1a1a18;
	height: 25px;
}
.search-bar {
	background: #e0e6e9;
	padding: 30px 0;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.search-bar {
		padding: 20px 0;
	}
}
@media only screen and (max-width: 40em) {
	.search-bar {
		padding: 15px 0;
	}
}
.search-bar .container {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
.search-bar button,
.search-bar input {
	vertical-align: middle;
}
.search-bar .form-wrapper {
	padding: 0 50px 0 60px;
	box-sizing: border-box;
	width: 57.14286%;
	float: left;
	margin-right: 2.85714%;
	position: relative;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.search-bar .form-wrapper {
		width: 74.28571%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media only screen and (max-width: 40em) {
	.search-bar .form-wrapper {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.search-bar .form-wrapper input {
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
	border-top-right-radius: 0;
	border: 1px solid #b5b5b5;
	border-bottom-right-radius: 0;
	height: 44px;
	line-height: 44px;
	font-size: 1.25rem;
	font-weight: 400;
	box-shadow: inset 1px -1px 6px -2px rgba(0, 0, 0, 0.5);
	margin: 0;
}
.search-bar .form-wrapper button {
	position: absolute;
	height: 44px;
	width: 44px;
	line-height: 44px;
	padding: 0 15px;
}
.search-bar .form-wrapper button:first-child {
	left: 0;
	width: 45px;
}
.search-bar .form-wrapper button:first-child .sprite {
	left: 10px;
}
@media only screen and (max-width: 40em) {
	.search-bar .form-wrapper button:first-child .sprite {
		left: 12px;
	}
}
.search-bar .form-wrapper button:last-child {
	width: 60px;
	top: 0;
	right: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 0;
}
.search-bar .form-wrapper button .sprite {
	display: block;
	position: absolute;
	top: 10px;
	left: 16px;
	fill: #fff;
	height: 25px;
	width: 25px;
}
.search-bar.-start {
	margin-bottom: 40px;
}
.search-bar.-start .container {
	position: relative;
}
.search-bar.-start .form-title {
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 15px;
	width: 300px;
}
@media only screen and (max-width: 40em) {
	.search-bar.-start .form-title {
		width: 100%;
		float: none;
		padding-bottom: 15px;
		font-size: 1.5625rem;
		position: static;
	}
}
.search-bar.-start .form-title a {
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	font-size: 1.4375rem;
}
.search-bar.-start .form-title .button {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.search-bar.-start .form-wrapper {
	margin-left: 330px;
	margin-right: 0;
	padding: 0;
	width: auto;
	float: none;
	clear: both;
	padding-right: 20px;
	box-sizing: border-box;
}
@media only screen and (max-width: 40em) {
	.search-bar.-start .form-wrapper {
		margin-left: 0;
	}
}
.search-bar .search-filter-link {
	position: absolute;
	bottom: -80px;
	right: 15px;
}
@media only screen and (max-width: 64em) {
	.search-bar .search-filter-link {
		top: 2px;
		bottom: auto;
	}
}
.search-bar .search-filter-link a {
	line-height: 1;
	font-size: 1.875rem;
	color: #3741c8;
	vertical-align: bottom;
	font-weight: 500;
	border-bottom: 3px solid transparent;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.search-bar .search-filter-link a {
		font-size: 1.5625rem;
	}
}
@media only screen and (max-width: 40em) {
	.search-bar .search-filter-link a {
		font-size: 1.25rem;
	}
}
.search-bar .search-filter-link a .sprite {
	fill: #3741c8;
	width: 15px;
	vertical-align: middle;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.search-bar .search-filter-link a .sprite {
		width: 11px;
	}
}
@media only screen and (max-width: 40em) {
	.search-bar .search-filter-link a .sprite {
		width: 8px;
	}
}
.search-bar .search-filter-link a:hover {
	border-color: #3741c8;
}
#head-title:not(.mod2021) {
	background-image: url("../images/header-background.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
/*#head-title a.back {
	position: absolute;
	color: #3741C8;
	top: 65px;
	font-size: 1.0625rem;
	left: 15px
}
@media only screen and (max-width:109.375em) {
	#head-title a.back {
		top: 12px;
		left: 230px
	}
}
@media only screen and (min-width:40.0625em) and (max-width:64em) {
	#head-title a.back {
		top: 20px
	}
}
@media only screen and (max-width:40em) {
	#head-title a.back {
		position: static;
		padding-top: 20px;
		display: block
	}
}
#head-title a.back:hover span {
	text-decoration: underline
}
#head-title a.back .sprite {
	fill: #3741C8;
	width: 8px;
	height: 14px;
	margin-right: 5px
}*/
.detail-aktion .container a.back {
	color: #3741c8;
	clear: both;
	float: left;
	margin-right: auto;
	margin-top: -40px;
}
.detail-aktion .container a.back .sprite {
	fill: #3741c8;
	width: 8px;
	height: 14px;
	margin-right: 5px;
}
.detail-aktion .container a.back:hover {
	text-decoration: underline;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.detail-aktion .container a.back {
		margin-top: -30px;
	}
}
@media only screen and (max-width: 40em) {
	.detail-aktion .container a.back {
		margin-top: -23px;
	}
}
#head-title h2, .event-title h2 {
	color: #1a1a18;
	/*position: absolute;
	bottom: 20px;*/
	font-weight: 600;
	font-size: 2.1875rem;
}
#head-title h2	{
	margin-bottom: 0px;
	margin-block-end: 0;
}

@media only screen and (max-width: 109.375em) {
	#head-title h2, .event-title h2 {
		left: 15px;
		bottom: 5px;
		font-size: 1.875rem;
	}
}
@media only screen and (max-width: 40em) {
	#head-title h2, .event-title h2 {
		position: static;
		padding: 10px 0 20px;
		font-size: 1.5625rem;
	}
}



#head-title .container {
	position: relative;
}
#head-title:not(.mod2021) .container {
	height: 199px;
}
@media only screen and (max-width: 109.375em) {
	#head-title:not(.mod2021) .container {
		height: 110px;
	}
}
@media only screen and (min-width: 40.0625em) {
	#head-title:not(.mod2021) .container {
		height: 149px;
	}
}
@media only screen and (max-width: 40em) {
	#head-title .container {
		height: auto;
	}
}
.text {
	color: #1a1a18;
	font-size: 1.25rem;
}
@media only screen and (max-width: 40em) {
	.text {
		font-size: 1.0625rem;
	}
}
.text > :first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.text h3 {
	padding: 45px 0 10px;
	color: #1a1a18;
	font-size: 1.675rem;
	font-weight: 500;
	letter-spacing: 0.4px;
}
@media only screen and (max-width: 40em) {
	.text h3 {
		font-size: 1.5rem;
	}
}
.text h4 {
	padding: 0 0 10px;
	font-weight: 600;
}
.text a {
	color: #3741c8;
}
.text p {
	line-height: 1.4;
	font-weight: 400;
	padding-top: 35px;
}
@media only screen and (max-width: 40em) {
	.text p {
		line-height: 1.5;
	}
}
.text p.highlighted {
	font-weight: 600;
	color: #1a1a18;
}
.text h3 + p,
.text h4 + p {
	padding-top: 0;
}
.text .image-wrapper {
	padding-top: 35px;
}
.text .image-wrapper img {
	display: block;
	width: 100%;
}
.download-list {
	overflow: hidden;
}
.download-list .title {
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #1a1a18;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.4px;
}
@media only screen and (max-width: 40em) {
	.download-list .title {
		font-size: 1.5rem;
	}
}
.download-list .info {
	font-weight: 600;
	line-height: 1.4;
}
@media only screen and (max-width: 40em) {
	.download-list .info {
		line-height: 1.5;
	}
}
.download-list .list {
	border-top: 1px solid #1a1a18;
	margin-top: 20px;
	padding-top: 20px;
}
.download-list .image {
	float: left;
}
@media only screen and (max-width: 40em) {
	.download-list .image {
		float: none;
		margin-bottom: 15px;
	}
}
.download-list .image img {
	display: block;
}
.download-list ul {
	padding: 5px 0;
	margin-left: 280px;
}
@media only screen and (max-width: 40em) {
	.download-list ul {
		margin-left: 0;
	}
}
.download-list ul li {
	margin-left: 40px;
	position: relative;
	padding-top: 2px;
}
.download-list ul li .sprite {
	position: absolute;
	left: -40px;
	fill: #3741c8;
	width: 26px;
	float: left;
	top: 0;
	height: 24px;
}
.download-list ul li + li {
	margin-top: 15px;
}
.download-list ul li a {
	color: #58585a;
	margin-left: 0;
}
.download-list ul li a:hover {
	color: #3741c8;
}
.image-p {
	margin-bottom: -22px;
	overflow: hidden;
}
@media only screen and (max-width: 40em) {
	.image-p {
		margin-bottom: 0;
	}
}
.image-p .image {
	float: left;
	max-width: 400px;
	padding: 7px 25px 22px 0;
}
@media only screen and (max-width: 40em) {
	.image-p .image {
		float: none;
		padding: 7px 0 15px;
		margin: 0 auto;
	}
}
.image-p .image img {
	display: block;
	max-width: 100%;
}
.image-p .image .caption {
	font-size: 1.0625rem;
	padding-top: 15px;
	text-align: center;
}
.image-p p:nth-child(2) {
	padding-top: 0;
}
.image-p :last-child {
	padding-bottom: 22px;
}
@media only screen and (max-width: 40em) {
	.image-p :last-child {
		padding-bottom: 0;
	}
}
.image-list {
	border-top: 1px solid #1a1a18;
	overflow: hidden;
	margin-top: 25px;
}
.image-list .image {
	float: left;
	max-width: 280px;
}
@media only screen and (max-width: 40em) {
	.image-list .image {
		float: none;
		margin-bottom: 10px;
	}
}
.image-list .image img {
	display: block;
	max-width: 100%;
}
.image-list li {
	border-bottom: 1px solid #1a1a18;
	padding: 25px 0;
}
@media only screen and (max-width: 40em) {
	.image-list li {
		padding: 15px 0;
	}
}
.image-list .list-text {
	margin-left: 300px;
}
@media only screen and (max-width: 40em) {
	.image-list .list-text {
		margin-left: 0;
	}
}
.image-list .list-text p {
	padding-top: 0;
}
.image-list .list-text p + p {
	padding-top: 5px;
}
@media only screen and (max-width: 40em) {
	.image-list .list-text p + p {
		padding-top: 0;
	}
}
.social-icons-list {
	margin: 5px 0 25px;
}
.social-icons-list li {
	display: inline-block;
	padding: 0 10px 10px 0;
}
.social-icons-list .sprite {
	opacity: 0.7;
	width: 26px;
	fill: #1a1a18;
}
.social-icons-list .sprite svg {
	max-height: 26px;
}
.sprite .blue,
.sprite .pink {
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}
.sprite:hover {
	opacity: 1;
}
.sprite:hover.-facebook {
	/* fill: #3b5998!important */
	fill: #3741c8 !important;
}
.sprite:hover.-twitter {
	/* fill: #55acee!important */
	fill: #3741c8 !important;
}
.sprite:hover.-pinterest {
	fill: #bd081c !important;
}
.sprite:hover.-instagram {
	/* fill: #3f729b!important */
	fill: #3741c8 !important;
}
.sprite:hover.-googleplus {
	fill: #dd4b39 !important;
}
.sprite:hover.-flickr .blue {
	fill: #0063dc !important;
}
.sprite:hover.-flickr .pink {
	fill: #ff0084 !important;
}
.sprite:hover.-youtube {
	fill: #e52d27 !important;
}
.sprite:hover.-linkedin {
	fill: #0077b5 !important;
}
.sprite:hover.-vimeo {
	fill: #45bbff !important;
}
.sprite:hover.-xing {
	fill: #126567 !important;
}
.detail-museum [data-tooltip]:after {
	background: #fff;
}
.detail-museum [data-tooltip]:before {
	border-top-color: #fff;
}
[data-tooltip] {
	position: relative;
	text-decoration: none;
	display: inline-block;
}
[data-tooltip]:after,
[data-tooltip]:before {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
[data-tooltip]:after {
	content: attr(data-tooltip);
	font-size: 0.875rem;
	-webkit-transform: translate(-50%, -180%);
	-ms-transform: translate(-50%, -180%);
	transform: translate(-50%, -180%);
	background: #e0e6e9;
	padding: 6px 12px;
	color: #1a1a18;
	border-radius: 6px;
	white-space: nowrap;
}
[data-tooltip]:after,
[data-tooltip]:before {
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	visibility: hidden;
}
[data-tooltip]:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid #e0e6e9;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	-webkit-transform: translate(-50%, -160%);
	-ms-transform: translate(-50%, -160%);
	transform: translate(-50%, -160%);
}
@media only screen and (max-width: 40em) {
	[data-tooltip]:hover.merkliste:after,
	[data-tooltip]:hover.merkliste:before {
		visibility: hidden;
		opacity: 0;
	}
}
[data-tooltip]:hover:after {
	-webkit-transform: translate(-50%, -150%);
	-ms-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%);
}
[data-tooltip]:hover:before {
	-webkit-transform: translate(-50%, -130%);
	-ms-transform: translate(-50%, -130%);
	transform: translate(-50%, -130%);
}
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
[data-tooltip].item-added:before,
[data-tooltip].item-added:hover:before {
	-webkit-transform: translate(-50%, -130%);
	-ms-transform: translate(-50%, -130%);
	transform: translate(-50%, -130%);
}
[data-tooltip].item-added:after,
[data-tooltip].item-added:hover:after {
	-webkit-transform: translate(-50%, -150%);
	-ms-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%);
	content: "Aktion hinzugefügt!";
}
[data-tooltip].item-added:after,
[data-tooltip].item-added:before,
[data-tooltip].item-added:hover:after,
[data-tooltip].item-added:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
@media only screen and (max-width: 40em) {
	[data-tooltip].item-added:after,
	[data-tooltip].item-added:before,
	[data-tooltip].item-added:hover:after,
	[data-tooltip].item-added:hover:before {
		visibility: visible;
		opacity: 1;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
}
.detail-aktion .aktion-information .anmeldung:before {
	content: "Anmeldung erforderlich: ";
	display: block;
	font-weight: 500;
}
.detail-aktion .aktion-information .durchfuehrender:before {
	content: "Durchführende/r: ";
	display: block;
	font-weight: 500;
}
.detail-aktion .aktion-information .weitere_angaben:before,
.container .weitere_angaben:before {
	content: "Weitere Angaben: ";
	display: block;
	font-weight: 500;
}
.container .weitere_angaben,
.container .aktion-image {
	font-size: 1.125rem;
	/* color: #58585a; */
	color: #1a1a18;
}

.aktion-image-credits	{
	font-size: 	1rem;
	margin-top:	15px;
	text-align:	center;
}

.detail-aktion .aktion-information .kosten:before {
	content: "Kostenbeitrag zur Aktion: ";
	display: block;
	font-weight: 500;
}
.detail-aktion .aktion-information .partner:before {
	content: "Partner: ";
	display: block;
	font-weight: 500;
}
.detail-aktion .aktion-information .inklusionsangebote:before {
	content: "Angaben zur Barrierefreiheit / Inklusionsangebote: ";
	display: block;
	font-weight: 500;
}
.detail-aktion {
	overflow: hidden;
	line-height: 1.4;
}
.detail-aktion .aktion-image {
	width: 64.70588%;
	float: left;
	margin-right: 5.88235%;
	box-sizing: border-box;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.detail-aktion .aktion-image {
		width: 45.45455%;
		float: left;
		margin-right: 9.09091%;
	}
}
@media only screen and (max-width: 40em) {
	.detail-aktion .aktion-image {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.detail-aktion .aktion-image img {
	margin: 0 auto;
	display: block;
	width: 100%;
}
.detail-aktion .aktion-information {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.detail-aktion .aktion-information a:hover {
	text-decoration: underline;
}
.detail-aktion .aktion-information .text {
	/* color: #58585a; */
	color: #1a1a18;
	/*font-weight: 300;*/
	font-size: 1.125rem;
}
@media only screen and (max-width: 40em) {
	.detail-aktion .aktion-information .text {
		font-size: 1rem;
	}
}
.detail-aktion .aktion-information .text > * + * {
	margin-top: 15px;
}
.detail-aktion .aktion-information .name {
	font-weight: 500;
}
.detail-aktion .aktion-information .type {
	/*text-transform: uppercase;*/
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.detail-aktion .aktion-information .location:before,
.detail-aktion .aktion-information .moreinfo:before,
.detail-aktion .aktion-information .time:before {
	content: "Wo: ";
	/*text-transform: uppercase; */
	font-weight: 500;
}
.detail-aktion .aktion-information .moreinfo:before {
	content: "Weitere Anmerkungen: ";
	display: block;
}
.detail-aktion .aktion-information .time {
	margin-bottom: 10px;
}
.detail-aktion .aktion-information .time:before {
	content: "Wann: ";
}
.detail-aktion .aktion-information .icon-tag-list {
	margin-top: 45px;
	color: #1a1a18;
}
@media only screen and (max-width: 40em) {
	.detail-aktion .aktion-information .icon-tag-list {
		margin-top: 30px;
	}
}
.detail-aktion .aktion-information .icon-tag-list li + li {
	margin-top: 10px;
}
.detail-aktion .aktion-information .icon-tag-list li {
	padding-left: 42px;
	position: relative;
	min-height: 35px;
}
.detail-aktion .aktion-information .icon-tag-list .sprite {
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: -4px;
	fill: #1a1a18;
}
.detail-aktion .aktion-information .icon-tag-list .sprite svg {
	height: 100%;
	width: 100%;
}
.detail-aktion .aktion-information .aktion-icons {
	margin: 17px 0 10px;
}
.detail-aktion .aktion-information .aktion-icons li {
	display: inline-block;
}
.detail-aktion .aktion-information .aktion-icons li + li {
	padding-left: 15px;
}
.detail-aktion .aktion-information .aktion-icons a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.detail-aktion .aktion-information .aktion-icons a.item-added,
.detail-aktion .aktion-information .aktion-icons a:hover {
	opacity: 1;
}
.detail-aktion .aktion-information .aktion-icons a.item-added .-mail,
.detail-aktion .aktion-information .aktion-icons a.item-added .-pin,
.detail-aktion .aktion-information .aktion-icons a:hover .-mail,
.detail-aktion .aktion-information .aktion-icons a:hover .-pin {
	fill: #3741c8;
}
.detail-aktion .aktion-information .aktion-icons .sprite {
	width: 32px;
	height: 32px;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}
.detail-aktion .aktion-information .aktion-icons .sprite.-mail {
	width: 40px;
}
.detail-aktion .aktion-information .aktion-icons .sprite.-facebook {
	fill: #3b579d;
}
.detail-aktion .aktion-information .aktion-icons .sprite.-twitter {
	fill: #55acee;
}
.detail-aktion .aktion-information .aktion-icons .sprite.-pin {
	fill: #3741c8;
}
.detail-aktion .aktion-information .aktion-icons .sprite.-mail {
	fill: #58585a;
}
.detail-aktion .aktion-information .aktion-icons .sprite svg {
	height: 100%;
	width: 100%;
}
.detail-aktion .aktion-image + .aktion-information {
	width: 29.41176%;
	float: right;
	margin-right: 0;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.detail-aktion .aktion-image + .aktion-information {
		width: 45.45455%;
		float: right;
		margin-right: 0;
	}
}
@media only screen and (max-width: 40em) {
	.detail-aktion .aktion-image + .aktion-information {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.more-aktionen {
	border: none;
}
.more-aktionen + .more-aktionen {
	border-top: 1px solid #1a1a18;
}
.more-aktionen h3 {
	color: #1a1a18;
	font-size: 1.5625rem;
	font-weight: 500;
	padding-bottom: 25px;
}
.more-aktionen .aktionen-wrapper {
	padding-bottom: 20px;
	margin: -15px -1.25%;
}
.detail-museum {
	background-color: #f7ebde;
	font-size: 1.0625rem;
	/* color: #58585a; */
	color: #1a1a18;
	border: none;
}
.detail-museum .container {
	padding-top: 0;
	padding-bottom: 0;
}
.detail-museum > .container {
	padding-top: 42px;
	padding-bottom: 42px;
}
@media only screen and (max-width: 40em) {
	.detail-museum > .container {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
.detail-museum h5 {
	font-size: 1.0625rem;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
.detail-museum p {
	padding-bottom: 25px;
}
.detail-museum a {
	color: #3741c8;
}
.detail-museum a:hover {
	text-decoration: underline;
}
.detail-museum .museum-title {
	background-color: #f7ebde;
}
.detail-museum .museum-title h3 {
	color: #1a1a18;
	padding: 12px 0;
	/*text-transform: uppercase;*/
	font-size: 1.5625rem;
	font-weight: bold;
}
@media only screen and (max-width: 40em) {
	.detail-museum .museum-title h3 {
		font-size: 1.25rem;
	}
}
.detail-museum .info,
.detail-museum .kontakt,
.detail-museum .slider-wrapper {
	width: 31.42857%;
	float: left;
	margin-right: 2.85714%;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.detail-museum .info,
	.detail-museum .kontakt,
	.detail-museum .slider-wrapper {
		width: 48.57143%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media only screen and (max-width: 40em) {
	.detail-museum .info,
	.detail-museum .kontakt,
	.detail-museum .slider-wrapper {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.detail-museum .info {
		float: right;
		margin-right: 0;
	}
}
.detail-museum .slider-container {
	position: relative;
}
.detail-museum .slider-wrapper {
	max-width: 400px;
}
@media only screen and (min-width: 64.0625em) {
	.detail-museum .slider-wrapper {
		float: right;
		margin-right: 0;
	}
}
@media only screen and (max-width: 64em) {
	.detail-museum .slider-wrapper {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.detail-museum .slider-wrapper .caption {
	min-height: 40px;
	box-sizing: border-box;
	padding: 16px 0 0;
	padding-right: 55px;
	position: relative;
}
@media only screen and (max-width: 40em) {
	.detail-museum .slider-wrapper .caption {
		font-size: 0.9375rem;
	}
}
.detail-museum .slider-wrapper .caption .copyright {
	font-size: 0.875rem;
	color: #1a1a18;
	font-weight: 300;
}
@media only screen and (max-width: 40em) {
	.detail-museum .slider-wrapper .caption .copyright {
		font-size: 0.75rem;
	}
}
.detail-museum .museum-detail-slider img {
	width: 100%;
}
.detail-museum .slick-arrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: absolute;
	bottom: -45px;
	width: 17px;
	height: 30px;
	z-index: 10;
	fill: #fff;
}
@media only screen and (max-width: 40em) {
	.detail-museum .slick-arrow {
		width: 13px;
		height: 23px;
		bottom: -38px;
	}
}
.detail-museum .slick-arrow:hover {
	fill: #3741c8;
}
.detail-museum .slick-arrow[class*="right"] {
	right: 0;
}
.detail-museum .slick-arrow[class*="left"] {
	right: 30px;
}
.send-list-email .error input {
	border-bottom: 2px solid #3741c8;
}
.send-list-email input {
	border: none;
	border-bottom: 1px solid #58585a;
	box-shadow: none;
	background: transparent;
	border-radius: 0;
	width: 270px;
	padding: 0 10px;
	font-size: 1.25rem;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
}
@media screen and (min-width: 1025px) and (max-width: 1090px) {
	.send-list-email input {
		width: 210px;
	}
}
@media only screen and (max-width: 40em) {
	.send-list-email input {
		display: block;
		margin: 0 auto 8px;
		text-align: center;
		font-size: 1.0625rem;
		height: 34px;
		line-height: 34px;
	}
}
.send-list-email button {
	background: transparent;
	border: none;
	border-radius: 0;
	height: auto;
	display: inline;
	line-height: normal;
	color: #3741c8;
	font-size: 1.125rem;
	padding: 0;
}
@media only screen and (max-width: 40em) {
	.send-list-email button {
		color: #1a1a18;
	}
}
@media screen and (min-width: 641px) and (max-width: 870px) {
	.send-list-email button span:not(.sprite) {
		display: none;
	}
}
.send-list-email button:hover {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: none;
}
.send-list-email button:hover span {
	text-decoration: underline;
}
.send-list-email button:hover .sprite {
	fill: #3741c8 !important;
}
#merkliste {
	margin: 65px 0;
}
@media only screen and (max-width: 40em) {
	#merkliste {
		margin: 35px 0;
	}
}
#merkliste .merkliste-item .col:first-child {
	width: 48.57143%;
	float: left;
	margin-right: 2.85714%;
}
@media only screen and (max-width: 64em) {
	#merkliste .merkliste-item .col:first-child {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
#merkliste .merkliste-item .col:last-child,
#merkliste .merkliste-item .col:nth-child(2) {
	width: 22.85714%;
	float: left;
	margin-right: 2.85714%;
	margin-bottom: -25px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#merkliste .merkliste-item .col:last-child,
	#merkliste .merkliste-item .col:nth-child(2) {
		width: 48.57143%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media only screen and (max-width: 40em) {
	#merkliste .merkliste-item .col:last-child,
	#merkliste .merkliste-item .col:nth-child(2) {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
#merkliste .merkliste-item .col:last-child {
	float: right;
	margin-right: 0;
}
@media only screen and (max-width: 40em) {
	#merkliste .merkliste-item .col:last-child {
		margin-top: 25px;
	}
}
#merkliste .merkliste-item .action-row .container {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
#merkliste .merkliste-item .action-row a span {
	vertical-align: middle;
	color: #3741c8;
	font-size: 1.125rem;
}
@media only screen and (max-width: 40em) {
	#merkliste .merkliste-item .action-row a span {
		font-size: 1rem;
	}
}
#merkliste .merkliste-item .action-row a:hover span {
	text-decoration: underline;
}
#merkliste .merkliste-item .action-row a:hover .sprite {
	fill: #3741c8;
}
#merkliste .merkliste-item .action-row a .sprite {
	width: 32px;
	height: 32px;
	fill: #1a1a18;
}
@media only screen and (max-width: 40em) {
	#merkliste .merkliste-item .action-row a .sprite {
		width: 24px;
		height: 24px;
	}
}
#merkliste .merkliste-item .action-row a .sprite svg {
	height: 100%;
	width: 100%;
}
#merkliste .merkliste-item .item-title {
	background-color: #1a1a18;
}
#merkliste .merkliste-item .item-title .container {
	padding-top: 0;
	padding-bottom: 0;
}
#merkliste .merkliste-item .item-title h3 {
	color: #fff;
	padding: 12px 0;
	text-transform: uppercase;
	font-size: 1.5625rem;
	font-weight: 500;
}
@media only screen and (max-width: 40em) {
	#merkliste .merkliste-item .item-title h3 {
		font-size: 1.25rem;
	}
}
@media only screen and (max-width: 40em) {
	#head-title h2 {
		padding: 20px 0 10px 0;
	}
}
#head-title .head-actions {
	position: absolute;
	bottom: 35px;
	right: 15px;
}
@media only screen and (max-width: 109.375em) {
	#head-title .head-actions {
		bottom: 15px;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#head-title .head-actions {
		bottom: 90px;
	}
}
@media only screen and (max-width: 40em) {
	#head-title .head-actions {
		position: static;
		background-color: hsla(0, 0%, 100%, 0.4);
		margin: 0 -15px;
		padding: 6px 15px;
		text-align: center;
	}
}
#head-title .head-actions li + li {
	margin-left: 25px;
}
@media only screen and (max-width: 40em) {
	#head-title .head-actions li + li {
		margin-left: 0;
	}
}
#head-title .head-actions .sprite {
	height: 32px;
	width: 32px;
	margin-right: 3px;
	fill: #1a1a18;
}
@media only screen and (max-width: 40em) {
	#head-title .head-actions .sprite {
		width: 24px;
		height: 24px;
	}
}
#head-title .head-actions .sprite svg {
	width: 100%;
	height: 100%;
}
#head-title .head-actions li {
	display: inline-block;
}
@media only screen and (max-width: 40em) {
	#head-title .head-actions li {
		padding: 5px 0;
		display: block;
	}
}
#head-title .head-actions a,
#head-title .head-actions button {
	color: #3741c8;
	font-size: 1.125rem;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media only screen and (max-width: 40em) {
	#head-title .head-actions a,
	#head-title .head-actions button {
		font-size: 1rem;
		padding: 0 10px;
		color: #1a1a18;
	}
}
#head-title .head-actions a span,
#head-title .head-actions button span {
	vertical-align: middle;
}
@media screen and (min-width: 641px) and (max-width: 870px) {
	#head-title .head-actions a span:not(.sprite),
	#head-title .head-actions button span:not(.sprite) {
		display: none;
	}
}
#head-title .head-actions a:hover,
#head-title .head-actions button:hover {
	color: #3741c8;
}
#head-title .head-actions a:hover .sprite,
#head-title .head-actions button:hover .sprite {
	fill: #3741c8;
}
#head-title .head-actions a:hover span,
#head-title .head-actions button:hover span {
	text-decoration: underline;
}
@media print {
	*,
	:after,
	:before {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	.sprite {
		fill: #000 !important;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	#side-shortcuts,
	.action-row,
	.footer-nav,
	.head-actions {
		display: none;
	}
	#head-title .container {
		height: auto;
		padding: 0;
		position: relative;
	}
	#head-title h2 {
		position: absolute;
		width: 100%;
		top: -50px;
		font-size: 1.375rem;
		opacity: 0.4;
		font-weight: 300;
		text-align: center;
	}
	#merkliste {
		margin: 30px 0;
	}
	#merkliste h3 {
		font-size: 1rem !important;
		padding: 0 0 15px !important;
	}
	#merkliste .merkliste-item .col.aktion-information {
		width: 40%;
		float: left;
		margin-right: 2.85714%;
	}
	#merkliste .merkliste-item .col:nth-child(2) {
		width: 31.42857%;
		float: left;
		margin-right: 2.85714%;
		word-break: break-all;
	}
	#merkliste .detail-aktion .aktion-information .text,
	#merkliste .detail-aktion .aktion-information .type {
		font-size: 0.875rem;
	}
	#merkliste .icon-tag-list {
		margin-top: 15px;
	}
	#merkliste .icon-tag-list li {
		display: inline-block;
		margin-top: 0 !important;
		margin-right: 15px;
	}
	#merkliste .detail-museum,
	#merkliste .detail-museum h5 {
		font-size: 0.875rem;
	}
	#merkliste .item-title .container {
		padding: 0 !important;
	}
	#merkliste .content .container {
		padding: 0 0 10px !important;
		border-bottom: 1px solid #000;
		margin-bottom: 15px;
	}
	header .container {
		padding: 0;
	}
	header .action-wrapper,
	header nav {
		display: none;
	}
	header #logo {
		position: static;
		top: 0;
		display: block;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: auto;
		font-size: 1.375rem;
	}
	header #logo img {
		display: none;
	}
	footer {
		display: none !important;
	}
	#head-title {
		display: none;
	}
	.print-only {
		display: block !important;
		letter-spacing: normal;
	}
}
.print-only {
	display: none;
}
.uil-default-css {
	position: relative;
	background: none;
	width: 200px;
	height: 200px;
	-webkit-transform: translate(-50%, -50%) scale(0.24);
	-ms-transform: translate(-50%, -50%) scale(0.24);
	transform: translate(-50%, -50%) scale(0.24);
}
.uil-default-css > div:first-of-type {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.uil-default-css > div:nth-of-type(2) {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: -0.4166666666666667s;
	animation-delay: -0.4166666666666667s;
}
.uil-default-css > div:nth-of-type(3) {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: -0.33333333333333337s;
	animation-delay: -0.33333333333333337s;
}
.uil-default-css > div:nth-of-type(4) {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
}
.uil-default-css > div:nth-of-type(5) {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: -0.16666666666666669s;
	animation-delay: -0.16666666666666669s;
}
.uil-default-css > div:nth-of-type(6) {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: -0.08333333333333331s;
	animation-delay: -0.08333333333333331s;
}
.uil-default-css > div:nth-of-type(7) {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.uil-default-css > div:nth-of-type(8) {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: 0.08333333333333337s;
	animation-delay: 0.08333333333333337s;
}
.uil-default-css > div:nth-of-type(9) {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: 0.16666666666666663s;
	animation-delay: 0.16666666666666663s;
}
.uil-default-css > div:nth-of-type(10) {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.uil-default-css > div:nth-of-type(11) {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: 0.33333333333333337s;
	animation-delay: 0.33333333333333337s;
}
.uil-default-css > div:nth-of-type(12) {
	-webkit-animation: h 1s linear infinite;
	animation: h 1s linear infinite;
	-webkit-animation-delay: 0.41666666666666663s;
	animation-delay: 0.41666666666666663s;
}
@-webkit-keyframes b {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	to {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}
@keyframes b {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	to {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}
@-webkit-keyframes c {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}
@keyframes c {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}
.search-form ::-webkit-input-placeholder {
	color: #b5b5b5;
}
.search-form :-moz-placeholder,
.search-form ::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
}
.search-form :-ms-input-placeholder,
.search-form ::-ms-input-placeholder {
	color: #b5b5b5;
}
.load-overlay {
	display: none;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	right: 0;
	bottom: 0;
	background: hsla(0, 0%, 100%, 0.93);
}
.js .load-overlay {
	display: block;
}
.load-overlay .sprite {
	left: 50%;
	height: 48px;
	width: 48px;
	-webkit-animation-name: b;
	animation-name: b;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.load-overlay .load-text,
.load-overlay .sprite {
	position: fixed;
	top: 50%;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.load-overlay .load-text {
	font-size: 1.25rem;
	color: #1a1a18;
	text-align: center;
	width: 100%;
	-webkit-animation-name: c;
	animation-name: c;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.search-stats {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	background: #e0e6e9;
	border-top: 1px solid #1a1a18;
	border-bottom: 1px solid #1a1a18;
	padding: 12px 30px;
	box-sizing: border-box;
	line-height: 1.5;
	color: #1a1a18;
	font-weight: 500;
	margin: 40px 0 0;
	font-size: 1.1875rem;
}
@media only screen and (max-width: 40em) {
	.search-stats {
		font-size: 1rem;
		margin-top: 25px;
		padding: 10px 20px;
	}
}
input[type="radio"] {
	width: auto !important;
}
.radio-btn {
	background-color: #e0e6e9;
	color: #1a1a18;
	height: 44px;
	line-height: 44px;
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0 10px 15px 0;
}
@media only screen and (max-width: 40em) {
	.radio-btn {
		height: 34px;
		line-height: 34px;
		font-size: 1.125rem;
		padding: 0 10px;
		border-radius: 5px;
		margin: 0 5px 10px 0;
	}
}
.radio-btn.checked,
.radio-btn:hover {
	background-color: #3741c8;
	color: #fff;
}
.form-error {
	padding: 0 20px 15px;
	color: #3741c8;
	font-weight: 500;
	border-bottom: 2px solid #3741c8;
	margin-bottom: 40px;
}
@media only screen and (max-width: 40em) {
	.form-error {
		padding: 0 10px 10px;
		margin-bottom: 20px;
	}
}
.search-form label {
	display: block;
	color: #1a1a18;
	font-size: 1.875rem;
	padding-bottom: 10px;
}
@media only screen and (max-width: 40em) {
	.search-form label {
		font-size: 1.25rem;
	}
}
.search-form label .small {
	font-size: 1.25rem;
}
@media only screen and (max-width: 40em) {
	.search-form label .small {
		font-size: 1rem;
	}
}
.search-form .zeit-input-container {
	clear: both;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin: 0 -10px -15px 0;
}
@media only screen and (max-width: 40em) {
	.search-form .zeit-input-container {
		margin: 0 -5px -10px 0;
	}
}
.search-form .selectric,
.search-form input {
	width: 100%;
	-webkit-appearance: none;
	border-radius: 10px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	font-size: 1.25rem;
	font-weight: 400;
	border: 1px solid #b5b5b5;
	box-shadow: inset 1px -1px 6px -2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 40em) {
	.search-form .selectric,
	.search-form input {
		border-radius: 5px;
		padding: 0 10px;
		height: 34px;
		line-height: 34px;
		font-size: 1.125rem;
	}
}
.search-form .selectric.error,
.search-form input.error {
	border-color: #3741c8;
}
.search-form input:hover {
	color: #58585a;
}
.search-form [class$="wrapper"] {
	margin-bottom: 30px;
}
@media only screen and (max-width: 40em) {
	.search-form [class$="wrapper"] {
		margin-bottom: 20px;
	}
}
.search-form .ort-wrapper {
	width: 22.85714%;
	float: left;
	margin-right: 2.85714%;
}
@media only screen and (max-width: 40em) {
	.search-form .ort-wrapper {
		width: 65.71429%;
		float: left;
		margin-right: 2.85714%;
	}
}
.search-form .landkreis-wrapper,
.search-form .regierungsbezirk-wrapper {
	width: 48.57143%;
	float: left;
	margin-right: 2.85714%;
}
@media only screen and (max-width: 40em) {
	.search-form .landkreis-wrapper,
	.search-form .regierungsbezirk-wrapper {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.search-form .regierungsbezirk-wrapper {
	float: right;
	margin-right: 0;
}
.search-form .barrierefreiheit-wrapper {
	width: 48.57143%;
	float: right;
	margin-right: 0;
}
@media only screen and (max-width: 40em) {
	.search-form .barrierefreiheit-wrapper {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.search-form .umkreis-wrapper {
	width: 22.85714%;
	float: left;
	margin-right: 2.85714%;
}
@media only screen and (max-width: 40em) {
	.search-form .umkreis-wrapper {
		width: 31.42857%;
		float: right;
		margin-right: 0;
	}
}
.search-form .bundesland-wrapper {
	width: 48.57143%;
	float: right;
	margin-right: 0;
}
@media only screen and (max-width: 40em) {
	.search-form .bundesland-wrapper {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.search-form .museum-wrapper {
	width: 48.57143%;
	float: left;
	margin-right: 2.85714%;
}
@media only screen and (max-width: 40em) {
	.search-form .museum-wrapper {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.search-form .museumstyp-wrapper {
	width: 48.57143%;
	float: right;
	margin-right: 0;
}
@media only screen and (max-width: 40em) {
	.search-form .museumstyp-wrapper {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.search-form .zeit-wrapper {
	width: 48.57143%;
	float: left;
	margin-right: 2.85714%;
}
@media only screen and (max-width: 40em) {
	.search-form .zeit-wrapper {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.search-form .kategorie-wrapper {
	clear: both;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.search-form .button-wrapper {
	clear: both;
	width: 100%;
	float: left;
	margin: 20px 0 0;
}
.search-form .button-wrapper button {
	padding: 0 50px;
}
.search-form .kategorien-wrapper {
	clear: both;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.search-form .kategorien-wrapper .checkbox-container {
	margin-left: -0.69444%;
	margin-right: -0.69444%;
	margin-bottom: -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.search-form .kategorien-wrapper input[type="checkbox"] {
	width: 0;
	opacity: 0;
	padding: 0;
}
.search-form .kategorien-wrapper .category-button-wrapper {
	margin-bottom: 15px;
}
.no-js .search-form .kategorien-wrapper .category-button-wrapper {
	width: 9.72222%;
	float: left;
	margin-left: 0.69444%;
	margin-right: 0.69444%;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.no-js .search-form .kategorien-wrapper .category-button-wrapper {
		width: 15.27778%;
		float: left;
		margin-left: 0.69444%;
		margin-right: 0.69444%;
	}
}
@media only screen and (max-width: 40em) {
	.no-js .search-form .kategorien-wrapper .category-button-wrapper {
		width: 31.94444%;
		float: left;
		margin-left: 0.69444%;
		margin-right: 0.69444%;
	}
}
.js .search-form .kategorien-wrapper .icheckbox {
	width: 9.72222%;
	float: left;
	margin-left: 0.69444%;
	margin-right: 0.69444%;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.js .search-form .kategorien-wrapper .icheckbox {
		width: 15.27778%;
		float: left;
		margin-left: 0.69444%;
		margin-right: 0.69444%;
	}
}
@media only screen and (max-width: 40em) {
	.js .search-form .kategorien-wrapper .icheckbox {
		width: 31.94444%;
		float: left;
		margin-left: 0.69444%;
		margin-right: 0.69444%;
	}
}
.search-form .kategorien-wrapper .icheckbox.checked .category-button-wrapper .category-button,
.search-form .kategorien-wrapper .icheckbox:hover .category-button-wrapper .category-button {
	background-color: #3741c8;
}
.search-form .kategorien-wrapper .icheckbox.checked .category-button-wrapper .category-button .sprite,
.search-form .kategorien-wrapper .icheckbox:hover .category-button-wrapper .category-button .sprite {
	fill: #fff;
}
.search-form .kategorien-wrapper .icheckbox.checked .category-button-wrapper .kategorie-name,
.search-form .kategorien-wrapper .icheckbox:hover .category-button-wrapper .kategorie-name {
	color: #3741c8;
}
.search-form .kategorien-wrapper .icheckbox:hover .category-button-wrapper .category-button {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	box-shadow: 0 4px 0 #3741c8;
}
.selectric-wrapper {
	margin-bottom: 0 !important;
}
.selectric-wrapper * {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.selectric-wrapper .selectric-items .disabled {
	background: rgba(0, 0, 0, 0.1) !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	height: auto;
	padding: 12px 15px 5px;
	font-style: italic;
	display: none;
}
.selectric-wrapper .selectric {
	background: #fff;
	box-sizing: border-box;
	color: #b5b5b5;
}
.selectric-wrapper.selectric-hover .label,
.selectric-wrapper.selectric-open .label {
	color: #58585a;
}
.selectric-wrapper .label {
	font-size: 1.25rem;
	line-height: 42px;
	margin: 0;
	padding-right: 15px;
	color: #b5b5b5;
}
@media only screen and (max-width: 40em) {
	.selectric-wrapper .label {
		line-height: 30px;
		font-size: 1.125rem;
	}
}
.selectric-wrapper .button {
	background: #fff
		url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy4xIDQwLjgiPjxwYXRoIGQ9Ik0uNSAzLjhsMTYuNiAxNi42TC41IDM3Yy0uNi42LS42IDEuNiAwIDIuM2wxLjEgMS4xYy42LjYgMS42LjYgMi4zIDBsMTcuNy0xNy43IDEuMS0xLjFjLjYtLjYuNi0xLjYgMC0yLjNsLTEuMS0xLjFMMy44LjVjLS42LS42LTEuNi0uNi0yLjMgMGwtMSAxLjFjLS43LjUtLjcgMS41IDAgMi4yeiIvPjwvc3ZnPgo=")
		no-repeat;
	border-radius: 0;
	width: 15px;
	padding: 0;
	margin: 0;
	height: 22px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	right: 15px;
	top: 50%;
	opacity: 0.5;
}
@media only screen and (max-width: 40em) {
	.selectric-wrapper .button {
		width: 10px;
		height: 15px;
	}
}
.selectric-wrapper .button:hover {
	border: none;
	box-shadow: none;
}
.selectric-wrapper .button:after {
	content: "";
	display: none;
}
.selectric-wrapper.selectric-above .selectric-items {
	top: auto;
	padding-top: 0;
}
.selectric-wrapper .selectric-items {
	border-radius: 10px;
	overflow: hidden;
	padding-top: 15px;
	top: 25px;
	background: #fff;
}
@media only screen and (max-width: 40em) {
	.selectric-wrapper .selectric-items {
		padding-top: 9px;
	}
}
.selectric-wrapper .selectric-items ul li {
	font-size: 1.25rem;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	color: #b5b5b5;
}
@media only screen and (max-width: 40em) {
	.selectric-wrapper .selectric-items ul li {
		height: 34px;
		line-height: 34px;
		font-size: 1.0625rem;
		padding: 0 10px;
	}
}
.selectric-wrapper .selectric-items ul li.selected,
.selectric-wrapper .selectric-items ul li:hover {
	background: #fff;
	color: #58585a;
}
.search-result {
	padding: 0;
}
.search-result .container[data-name] {
	display: none;
}
.search-result .container[data-name].show {
	display: block;
}
.search-result .aktionen-wrapper {
	margin: 0 -1.25%;
}
.flip-clock-wrapper * {
	margin: 0;
	padding: 0;
	line-height: normal;
	box-sizing: border-box;
}
.flip-clock-wrapper a {
	cursor: pointer;
	text-decoration: none;
	color: #ccc;
}
.flip-clock-wrapper a:hover {
	color: #fff;
}
.flip-clock-wrapper ul {
	list-style: none;
}
.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.clearfix:before,
nav.flip-clock-wrapper:after,
nav.flip-clock-wrapper:before,
nav ul.flip-clock-wrapper:after,
nav ul.flip-clock-wrapper:before {
	content: " ";
	display: table;
}
.flip-clock-wrapper.clearfix:after,
nav.flip-clock-wrapper:after,
nav ul.flip-clock-wrapper:after {
	clear: both;
}
.flip-clock-wrapper.clearfix,
nav.flip-clock-wrapper,
nav ul.flip-clock-wrapper {
	*zoom: 1;
}
.flip-clock-wrapper {
	white-space: nowrap;
	font-family: "Ubuntu", sans-serif;
	-webkit-user-select: none;
	font-size: 1vw;
}
@media only screen and (min-width: 64.0625em) {
	.flip-clock-wrapper {
		font-size: 12px;
	}
}
.flip-clock-meridium {
	background: none;
	box-shadow: 0 0 0 !important;
	font-size: 2em;
	color: #313333;
}
.flip-clock-wrapper {
	text-align: center;
	position: relative;
	margin: 0 0 2.4em;
}
.flip-clock-wrapper ul {
	position: relative;
	display: inline-block;
	margin: 0.45em 0.3em;
	width: 3.1em;
	height: 4.1em;
	font-size: 1.9em;
	line-height: 4.3em;
	font-weight: 300;
	background: #e1a00a;
}
@media only screen and (max-width: 40em) {
	.flip-clock-wrapper ul {
		border-radius: 7px;
	}
}
.flip-clock-wrapper ul li {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 4.3em;
}
.flip-clock-wrapper ul li:first-child {
	z-index: 2;
}
.flip-clock-wrapper ul li a {
	display: block;
	height: 100%;
	-webkit-perspective: 20em;
	perspective: 20em;
	margin: 0 !important;
	overflow: visible !important;
}
.flip-clock-wrapper ul li a div {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50.05%;
	overflow: hidden;
	font-size: 1.9em;
}
.flip-clock-wrapper ul li a div .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
	content: "";
	position: absolute;
	top: 98%;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 4%;
	background-color: #000;
	background-color: rgba(1, 1, 1, 0.2);
	background-color: hsla(0, 0%, 100%, 0.4);
	display: none;
}
.flip-clock-wrapper ul li a div.down {
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	bottom: 0;
	border-bottom-left-radius: 0.12em;
	border-bottom-right-radius: 0.12em;
}
.flip-clock-wrapper ul li a div div.inn {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	color: #f7ebde;
	text-shadow: 0 0.02em 0.05em hsla(0, 0%, 100%, 0.4);
	text-align: center;
	background: #e1a00a;
	font-size: 1.8em;
}
@media only screen and (max-width: 40em) {
	.flip-clock-wrapper ul li a div div.inn {
		border-radius: 7px;
	}
}
.flip-clock-wrapper ul li a div.up div.inn {
	top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
	bottom: 0;
}
.flip-clock-wrapper ul.play li.flip-clock-before {
	z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-active {
	-webkit-animation: d 0.2s 0.2s linear both;
	animation: d 0.2s 0.2s linear both;
	z-index: 2;
}
.flip-clock-divider {
	display: inline-block;
	position: relative;
	width: 1.7em;
	margin: 0 1em;
	height: 9em;
}
.flip-clock-divider:first-child {
	width: 0;
	margin: 0;
}
.flip-clock-dot {
	display: block;
	background: #e1a00a;
	width: 0.625em;
	height: 0.625em;
	position: absolute;
	border-radius: 50%;
	left: 0.45em;
}
.flip-clock-divider .flip-clock-label {
	position: absolute;
	bottom: -2em;
	text-transform: uppercase;
	right: -6.5em;
	font-size: 130%;
	font-weight: 300;
	color: #000;
	text-shadow: none;
}
.flip-clock-divider.months .flip-clock-label {
	right: -7.9em;
}
.flip-clock-divider.days .flip-clock-label {
	right: -7.3em;
}
.flip-clock-divider.hours .flip-clock-label {
	right: -8.7em;
}
.flip-clock-divider.minutes .flip-clock-label {
	right: -8.6em;
}
.flip-clock-divider.seconds .flip-clock-label {
	right: -9em;
}
.flip-clock-dot.top {
	top: 3.4em;
}
.flip-clock-dot.bottom {
	bottom: 3.4em;
}
@-webkit-keyframes d {
	0% {
		z-index: 2;
	}
	20% {
		z-index: 4;
	}
	to {
		z-index: 4;
	}
}
@keyframes d {
	0% {
		z-index: 2;
	}
	20% {
		z-index: 4;
	}
	to {
		z-index: 4;
	}
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
	z-index: 2;
	-webkit-animation: e 0.2s 0.2s linear both;
	animation: e 0.2s 0.2s linear both;
}
@-webkit-keyframes e {
	0% {
		-webkit-transform: rotateX(90deg);
	}
	to {
		-webkit-transform: rotateX(0deg);
	}
}
@keyframes e {
	0% {
		-webkit-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		transform: rotateX(90deg);
	}
	to {
		-webkit-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
	z-index: 2;
	-webkit-animation: f 0.2s linear both;
	animation: f 0.2s linear both;
}
@-webkit-keyframes f {
	0% {
		-webkit-transform: rotateX(0deg);
	}
	to {
		-webkit-transform: rotateX(-90deg);
	}
}
@keyframes f {
	0% {
		-webkit-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	to {
		-webkit-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}
}
.flip-clock-wrapper ul li.flip-clock-active {
	z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	-webkit-animation: g 0.2s linear both;
	animation: g 0.2s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow,
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.5));
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
	-webkit-animation: h 0.2s 0.3s linear both;
	animation: h 0.2s 0.3s linear both;
}
@media only screen and (max-width: 40em) {
	.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
		border-radius: 7px 7px 0 0;
	}
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 70%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.1) 70%);
	-webkit-animation: g 0.2s linear both;
	animation: g 0.2s linear both;
	border-radius: 0 0 15px 15px;
}
@media only screen and (max-width: 40em) {
	.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
		border-radius: 0 0 7px 7px;
	}
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 70%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.1) 70%);
	-webkit-animation: h 0.2s 0.3s linear both;
	animation: h 0.2s 0.3s linear both;
	border-radius: 0 0 15px 15px;
}
@media only screen and (max-width: 40em) {
	.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
		border-radius: 0 0 7px 7px;
	}
}
@-webkit-keyframes g {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes g {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes h {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes h {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.stats-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
.stats-container:after {
	content: " ";
	display: block;
	clear: both;
}
.stats-section .container {
	padding-bottom: 0;
}
.stats-wrapper {
	margin-left: -0.96154%;
	margin-right: -0.96154%;
	padding: 0 0 52px;
}
.stats-wrapper:after {
	clear: both;
	content: "";
	display: table;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.stats-wrapper {
		padding: 0 0 42px;
	}
}
@media only screen and (max-width: 40em) {
	.stats-wrapper {
		padding: 0 0 35px;
	}
}
.stats-wrapper .stats-box {
	display: block;
	outline: none;
	width: 14.74359%;
	float: left;
	margin-left: 0.96154%;
	margin-right: 0.96154%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	font-weight: 500;
	height: 130px;
	margin-bottom: 20px;
	font-size: 20px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	background: #dca5a0;
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
	.stats-wrapper .stats-box {
		width: 31.41026%;
		float: left;
		margin-left: 0.96154%;
		margin-right: 0.96154%;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.stats-wrapper .stats-box {
		width: 31.41026%;
		float: left;
		margin-left: 0.96154%;
		margin-right: 0.96154%;
	}
}
@media only screen and (max-width: 40em) {
	.stats-wrapper .stats-box {
		width: 48.07692%;
		float: left;
		margin-left: 0.96154%;
		margin-right: 0.96154%;
		font-size: 16px;
		height: 100px;
	}
}
.stats-wrapper .stats-box:hover {
	background: #284b37;
}
.stats-wrapper .stats-box:hover .label,
.stats-wrapper .stats-box:hover .number {
	color: #fff;
}
.stats-wrapper .stats-box .label,
.stats-wrapper .stats-box .number {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.stats-wrapper .stats-box .stats {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.stats-wrapper .stats-box .number {
	color: #1a1a18;
	font-size: 2.1em;
}
.stats-wrapper .stats-box .label {
	color: #1a1a18;
	font-size: 1em;
}
.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	display: none;
	z-index: 9999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}
.autocomplete-suggestion {
	position: relative;
	padding: 0.1em 0.6em;
	line-height: 23px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.02em;
	color: #333;
}
.autocomplete-suggestion b {
	font-weight: 400;
	color: #1f8dd6;
}
.autocomplete-suggestion.selected {
	background: #f0f0f0;
}
.quicksearch-section button {
	padding: 0;
	height: 44px;
	width: 44px;
	position: relative;
	line-height: 44px;
	margin: 0;
}
.quicksearch-section .-lupe {
	display: inline-block;
	width: 25px;
	height: 25px;
	fill: #1a1a18;
	position: absolute;
	padding: 9.5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.quicksearch-section .-lupe:hover {
	fill: #3741c8;
}
@media only screen and (max-width: 40em) {
	.quicksearch-section .-lupe {
		width: 20px;
		height: 20px;
		vertical-align: text-bottom;
	}
}
.quicksearch-section .input-wrapper {
	margin-right: 60px;
}
.quicksearch-section .input-wrapper input {
	width: 100%;
	-webkit-appearance: none;
	border-radius: 10px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	font-size: 1.25rem;
	font-weight: 400;
	border: 1px solid #b5b5b5;
	box-shadow: inset 1px -1px 6px -2px rgba(0, 0, 0, 0.5);
	margin: 0;
	box-sizing: border-box;
}
.quicksearch-section .input-wrapper input[type="hidden"] {
	display: none;
}
.quicksearch-section .input-wrapper input.error {
	border-color: #3741c8;
}
.quicksearch-section .action-wrapper {
	position: absolute;
	right: 0;
	top: 0;
}
.qs-highlight {
	font-weight: 500;
}
.qs-label-container {
	margin-bottom: 10px;
	overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
	.qs-label-container {
		margin-bottom: 30px;
	}
}
.qs-form-container label,
.qs-label-container label {
	padding: 0;
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
}
@media only screen and (max-width: 64em) {
	.qs-form-container label,
	.qs-label-container label {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (max-width: 40em) {
	.qs-form-container label,
	.qs-label-container label {
		font-size: 1.25rem;
	}
}
@media only screen and (min-width: 64.0625em) {
	.qs-form-container label,
	.qs-label-container label {
		width: 48.57143%;
		float: left;
		margin-right: 2.85714%;
	}
}
.qs-form-container label:last-child,
.qs-label-container label:last-child {
	display: none;
}
@media only screen and (min-width: 64.0625em) {
	.qs-form-container label:last-child,
	.qs-label-container label:last-child {
		float: right;
		margin-right: 0;
		display: block;
	}
}
.qs-form-container label {
	display: none;
}
.qs-form-container .form-wrapper {
	position: relative;
}
@media only screen and (max-width: 40em) {
	.qs-form-container .form-wrapper {
		clear: both;
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (min-width: 40.0625em) {
	.qs-form-container .form-wrapper {
		width: 48.57143%;
		float: left;
		margin-right: 2.85714%;
	}
}
.qs-form-container .form-wrapper:last-child {
	float: right;
	margin-right: 0;
}
@media only screen and (max-width: 40em) {
	.qs-form-container .form-wrapper:last-child {
		margin-top: 15px;
	}
}
.motto-box {
	text-align: center;
	color: #1a1a18;
}
#uebersicht .motto-box {
	margin: -20px 0 35px;
	font-size: 26px;
	letter-spacing: 0.0625em;
	display: block;
	font-weight: 500;
}
@media only screen and (max-width: 40em) {
	#uebersicht .motto-box {
		display: none;
	}
}
#stage .motto-box {
	font-size: 3.6vw;
	letter-spacing: 0;
	display: none;
	font-weight: 400;
}
@media only screen and (max-width: 40em) {
	#stage .motto-box {
		display: block;
	}
}
#stage .motto-box .red {
	color: #1a1a18;
}
.sprite {
	width: 32px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}
.spritep-wrapper {
	width: 100%;
	height: 0;
	position: relative;
}
.spritep-wrapper svg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	height: auto;
}
.simple-accordion {
	border-bottom: 2px solid #1a1a18;
}
.simple-accordion .trigger {
	background: #e0e6e9;
	color: #58585a;
	padding: 12px;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	padding-right: 50px;
}
.simple-accordion .trigger .-x_double-arrow {
	fill: #1a1a18;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.simple-accordion.open .trigger {
	background: #3741c8;
	color: #fff;
}
.simple-accordion.open .-x_double-arrow {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	fill: #fff;
}
.simple-accordion .panel {
	display: none;
}
.simple-accordion a:hover {
	color: #3741c8;
}
.simple-accordion .list-result {
	position: relative;
	padding: 12px;
	font-size: 17px;
	font-weight: 500;
}
.simple-accordion .list-result .tags {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.simple-accordion .list-result .sprite {
	fill: #1a1a18;
	width: 28px;
}
.simple-accordion .list-result .sprite + .sprite {
	margin-left: 15px;
}
.simple-accordion .list-result + .list-result {
	border-top: 1px solid #1a1a18;
}
.simple-accordion .slim,
.simple-accordion .type {
	font-weight: 300;
}
@media only screen and (min-width: 40.0625em) {
	.simple-accordion .spacer:not(:first-child) {
		display: inline-block;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 40em) {
	.simple-accordion .type {
		display: block;
		margin-bottom: 5px;
	}
}
.to-top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 10%;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
	background-color: hsla(0, 0%, 100%, 0.3);
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	z-index: 999;
}
.to-top .sprite {
	position: relative;
	top: 6px;
	left: 5px;
	fill: rgba(0, 0, 0, 0.25);
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}
.to-top:hover {
	background-color: #fff;
}
.to-top:hover .sprite {
	fill: #3741c8;
}
.tabs {
	border: none;
}
.tabs .tabs {
	border-bottom: 3px solid #3741c8;
	height: 42px;
}
@media only screen and (max-width: 40em) {
	.tabs .tabs {
		border-bottom: none;
		height: auto;
	}
}
.tabs .tab-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
	overflow: hidden;
}
.tabs .tab-container:after {
	content: " ";
	display: block;
	clear: both;
}
.tabs .tab {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: block;
	float: left;
	line-height: 45px;
	height: 45px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #e0e6e9;
	color: #1a1a18;
	font-weight: 400;
	font-size: 1.5rem;
	border: 3px solid #3741c8;
	border-bottom: none;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
@media only screen and (max-width: 40em) {
	.tabs .tab {
		height: auto;
		font-size: 1.0625rem;
		border-width: 2px;
		border-radius: 10px;
		border: 3px solid #3741c8;
		line-height: 1;
		padding: 10px;
		margin: 0 5px 10px;
	}
}
@media only screen and (min-width: 40.0625em) {
	.tabs .tab + .tab {
		margin-left: 10px;
	}
}
.tabs .tab.active,
.tabs .tab.current,
.tabs .tab:hover {
	background: #3741c8;
	color: #fff;
}
.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
	position: relative;
	display: block;
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:after,
.slick-track:before {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
main > section {
	background: #fcf7f2;
}

/* new icons 2019-12-02 by KOWALEWSKI */
.-instagram svg path,
.-twitter svg path,
.-facebook svg path {
	fill: black !important;
	transition: 0.2s ease-out;
}
.-instagram svg path.cls-1,
.-twitter svg path.cls-1,
.-facebook svg path.cls-1 {
	fill: white !important;
	transition: 0.2s ease-out;
}

.-instagram:hover svg path,
.-twitter:hover svg path,
.-facebook:hover svg path {
	fill: #3741c8 !important;
	transition: 0.2s ease-out;
}
.-instagram:hover svg path.cls-1,
.-twitter:hover svg path.cls-1,
.-facebook:hover svg path.cls-1 {
	fill: white !important;
	transition: 0.2s ease-out;
}

/* Select 2  */

.ort-wrapper span.select2.select2-container.select2-container--default {
	height: 44px;
}

.select2-selection.select2-selection--single {
	height: 44px;
	padding: 0 20px 0 12px;
	border-radius: 10px;
	box-shadow: inset 1px -1px 6px -2px rgba(0, 0, 0, 0.5);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	height: 38px;
	font-size: 1.25rem;
	color: #b5b5b5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	background: #fff
		url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy4xIDQwLjgiPjxwYXRoIGQ9Ik0uNSAzLjhsMTYuNiAxNi42TC41IDM3Yy0uNi42LS42IDEuNiAwIDIuM2wxLjEgMS4xYy42LjYgMS42LjYgMi4zIDBsMTcuNy0xNy43IDEuMS0xLjFjLjYtLjYuNi0xLjYgMC0yLjNsLTEuMS0xLjFMMy44LjVjLS42LS42LTEuNi0uNi0yLjMgMGwtMSAxLjFjLS43LjUtLjcgMS41IDAgMi4yeiIvPjwvc3ZnPgo=")
		no-repeat;
	border-radius: 0;
	width: 15px;
	padding: 0;
	margin: 0;
	height: 22px;
	-webkit-transform: translate(-80%, -10%) rotate(90deg);
	-ms-transform: translate(-80%, -10%) rotate(90deg);
	transform: translate(-80%, -10%) rotate(90deg);
	right: 15px;
	top: 50%;
	opacity: 0.5;
	display: block;
	position: absolute;
	color: #bbb;
	text-align: center;
	font: 0/0 a;
	border-style: none;
}
.aktion .info > .sprite.-arrow-right {display: none;}