/****************
 * Typo3 Resets *
 ****************/
div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap,
div.ce-textpic .ce-gallery figure,
div.ce-textpic figure.ce-gallery {
	display:block;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
div.ce-textpic .ce-gallery .image  {
	margin:0;
}

div.csc-textpic-left .csc-textpic-imagewrap,
div.csc-textpic-center .csc-textpic-center-outer,
div.csc-textpic-center .csc-textpic-center-inner,
div.ce-image.ce-left .ce-gallery,
div.ce-image.ce-center .ce-outer,
div.ce-image.ce-center .ce-inner {
	float:none;
}

.ce-gallery figure {
	display: table!important;
}

.ce-gallery figure.video {
	display: block!important;
}

.ce-gallery figcaption {
	display: table-caption!important;
}

.ce-center .ce-outer,
.ce-center .ce-inner {
	max-width: 100%;
}

.ce-intext.ce-right .ce-gallery, 
.ce-intext.ce-left .ce-gallery, 
.ce-above .ce-gallery {
	margin-bottom: 0;
}

.ce-bodytext > h3 {
	margin-top: 0;
}

#calendar-event-backlink {
	display: none;
}

/*************
 * Menublock *
 *************/
#pageWrap > header #menuMain .submenu .categoryItems,
nav#subNav ul.subNavItems
{
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: solid 1px #ccc;
	text-transform: uppercase;
}

#pageWrap > header #menuMain .submenu .categoryItems li,
#pageWrap > header #menuMain .dropdown .submenu-single ul li,
nav#subNav ul.subNavItems li
{
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #ccc;
}

#pageWrap > header #menuMain .submenu .categoryItems li a,
#pageWrap > header #menuMain .dropdown .submenu-single ul li a,
nav#subNav ul.subNavItems li a
{
	display: block;
	padding-right: 12px;
	color: #00347D;
	font-size: 15px;
	line-height: 25px;
	padding-top: 12px;
	padding-bottom: 10px;
	font-weight: 400;
	border-right: solid 0px #FFD601;
	transition: border-right 0.1s ease-out, padding-right 0.2s ease-out;
}

#pageWrap > header #menuMain .submenu .categoryItems li a:focus,
#pageWrap > header #menuMain .submenu .categoryItems li a:hover,
#pageWrap > header #menuMain .dropdown .submenu-single ul li a:focus,
#pageWrap > header #menuMain .dropdown .submenu-single ul li a:hover,
nav#subNav ul.subNavItems li a:focus,
nav#subNav ul.subNavItems li a:hover
{
	/*border-right: solid 5px #FFD601;*/
	background: #fafafa;
	transition: border-right 0.2s ease-out, padding-right 0.2s ease-out;
}
#pageWrap > header #menuMain .submenu .categoryItems li a:active,
#pageWrap > header #menuMain .dropdown .submenu-single ul li a:active,
nav#subNav ul.subNavItems li a:active {
	border-right: solid 12px #FFD601;
	padding-right: 0;
}

#pageWrap > header #menuMain .submenu .categoryItems li.active a,
#pageWrap > header #menuMain .dropdown .submenu-single ul li.active a,
nav#subNav ul.subNavItems li.active > a
{
	border-right: solid 12px #FFD601;
	padding-right: 0;
}

/************
 * Main CSS *
 ************/
.mm-page {
	background: #fff;
	overflow-x: auto;
}
body {
	font-family: "FF Meta", sans-serif;
	font-variant-numeric: lining-nums;
	font-size: 15px;
	color: #000;
}
body .mm-page > .container,
body > #pageWrap > .container {
	margin-top: 45px;
}

#corona-hint {
	margin-top: 145px;
    margin-bottom: -139px;
    padding: 10px;
    text-align: center;
    background-color: #f4f4f4;
}

#corona-hint .inner {
	display: inline-block;
}

#corona-hint a:before {
	content: 'i';
	display: inline-block;
    background: #ffd601;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    padding-left: 0px;
    margin-right: 15px;
}

h1, h2, h3, h4 , h5 {
	color: #00347D;
}

h1 {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 25px;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 20px;
}
h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 20px;
}

h5 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 0px;
}

a {
	color: #00347D;
	transition: background 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
a:hover,
a:focus {
	color: #00347D;
	text-decoration: none;
}

.fce.dauerausstellung .images .caption,
#contentArea figcaption {
	display: block;
	color: #00347D;
	line-height: 20px;
	padding-top: 10px;
}
#contentArea figcaption {
	padding-bottom: 40px;
}
#contentArea #headimage figcaption {
	padding-bottom: 0;
}

#contentArea #headimage img {
    margin-top: 15px;
}

#contentArea a {
	font-weight: 600;
}
/*#contentArea a:hover,
#contentArea a:focus {
	background-color: rgba(255, 214, 1, 0.5);
}*/

/* Structure */
#pageWrap > header {
	height: 145px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999 !important;
	transition: top 0.4s, height 0.4s;
}

#pageWrap > header #upperHeader {
	height: 40px;
	font-size: 13px;
	background: #FFD601;
	overflow: hidden;
}

#pageWrap > header #upperHeader nav a {
	color: #000;
	line-height: 40px;
}
#pageWrap > header #upperHeader nav#menuSocial {
	text-align: right;
}
#pageWrap > header #upperHeader nav a:hover {
	text-decoration: none;
}

#pageWrap > header #upperHeader nav .active a {
	font-weight: 700;
}

#pageWrap > header #upperHeader nav#menuSocial #uid2488:before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-ticket-perforated" viewBox="0 0 16 16"><path d="M4 4.85v.9h1v-.9H4Zm7 0v.9h1v-.9h-1Zm-7 1.8v.9h1v-.9H4Zm7 0v.9h1v-.9h-1Zm-7 1.8v.9h1v-.9H4Zm7 0v.9h1v-.9h-1Zm-7 1.8v.9h1v-.9H4Zm7 0v.9h1v-.9h-1Z"/><path d="M1.5 3A1.5 1.5 0 0 0 0 4.5V6a.5.5 0 0 0 .5.5 1.5 1.5 0 1 1 0 3 .5.5 0 0 0-.5.5v1.5A1.5 1.5 0 0 0 1.5 13h13a1.5 1.5 0 0 0 1.5-1.5V10a.5.5 0 0 0-.5-.5 1.5 1.5 0 0 1 0-3A.5.5 0 0 0 16 6V4.5A1.5 1.5 0 0 0 14.5 3h-13ZM1 4.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v1.05a2.5 2.5 0 0 0 0 4.9v1.05a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-1.05a2.5 2.5 0 0 0 0-4.9V4.5Z"/></svg>');
	display: inline;
	top: 4px;
	position: relative;
	padding-right: 3px;
}

#pageWrap > header #lowerHeader {
	background: #fff;
	height: 105px;
	transition: height 0.4s;
}
#pageWrap > header #lowerHeader > .container {
	position: relative;
	z-index: 6;
}

#pageWrap > header #menuMain {
	padding: 0;
	list-style: none;
	margin-left: -15px;
	margin-top: 55px;
	margin-bottom: 0;
	float: left;

	transition: margin-top 0.4s;
}

#pageWrap > header #menuMain > li {
	float: left;
	padding: 0;
}

#pageWrap > header #menuMain > li > a {
	display: block;
	padding: 10px 15px 20px 15px;
	height: 50px;
	font-size: 17px;
	line-height: 20px;
	color: #000;
	/*border-bottom: solid 1px #fff;*/
	transition: none;
}
#pageWrap > header #menuMain > li.active > a {
	color: #00347D;
	font-weight: 600;
	/*background: #f1f1f1;*/
}
#pageWrap > header #menuMain .dropdown:focus > a,
#pageWrap > header #menuMain .dropdown:hover > a,
#pageWrap > header #menuMain > li > a:hover {
	background: #FFD601;
	text-decoration: none;
	border-bottom: solid 1px #FFD601;
}

#pageWrap > header #menuMain .dropdown > .submenu-single {
	position: absolute;
	margin-left: -50px;

	border: solid 2px #FFD601;

	visibility: hidden;
	opacity: 0;
	background: #fff;
}
#pageWrap > header #menuMain .dropdown:first-child > .submenu-single {
	margin-left: 0;
}
#pageWrap > header #menuMain .dropdown > .submenu-single ul {
	padding: 20px 15px;
	padding-top: 0;

	list-style: none;
}
#pageWrap > header #menuMain .dropdown:focus .submenu,
#pageWrap > header #menuMain .dropdown:hover .submenu,
#pageWrap > header #menuMain .dropdown:focus .submenu-single,
#pageWrap > header #menuMain .dropdown:hover .submenu-single {

	visibility: visible;
	opacity: 1;
}

#pageWrap > header #menuMain .dropdown .submenu-single ul li:first-of-type {
	border-top: solid 1px #ccc;
}
#pageWrap > header #menuMain .dropdown .submenu-single ul li {
	min-width: 250px;
}

#pageWrap > header #menuMain .dropdown .submenu-single ul li a {
	text-transform: uppercase;
}

#pageWrap > header #menuMain .submenu {
	position: fixed;
	left: 0;
	right: 0;
	padding-bottom: 20px;

	background: #fff;
	border: solid 2px #FFD601;


	visibility: hidden;
	opacity: 0;
}
#pageWrap > header #menuMain .submenu .no-col {
	border-top: solid 1px #ccc;
	margin-top: 50px;
}

#pageWrap > header #menuMain .submenu-single .categoryHeader,
#pageWrap > header #menuMain .submenu .categoryHeader {
	color: #999;
	font-size: 15px;
	line-height: 48px;
	text-transform: uppercase;
}
#pageWrap > header #menuMain .submenu-single .categoryHeader {
	padding-left: 15px;
	padding-right: 15px;
}

#pageWrap > header #menuMain .specialMenu-visit .submenu .contact-header {
	color: #00347D;
	font-size: 15px;
	line-height: 48px;
	text-transform: uppercase;
}

#pageWrap > header #menuMain .specialMenu-visit .submenu p {
	color: #00347D;
	font-size: 15px;
	line-height: 22px;
}
#pageWrap > header #menuMain .specialMenu-visit a.button {
	border: solid 1px #ccc;
}

#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu {
	padding-top: 49px;
}
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu a {
	display: block;
	padding-top: 14px;
	padding-bottom: 13px;
}
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu a:focus,
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu a:hover {
	background: #fafafa;
}
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu .btn-menu-item {
	border-bottom: solid 1px #ccc;
	text-transform: uppercase;
	text-align: center;
}

#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu .icon-playbutton,
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu .icon-360,
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu .icon-star,
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu .icon-joystick,
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu .icon-fuehrungen {
	display: block;
	height: 40px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu .icon-playbutton {
	background-image: url(/fileadmin/templates/system_images/menuIcons/icon_play.svg);
}
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu .icon-360 {
	background-image: url(/fileadmin/templates/system_images/menuIcons/icon_360.svg);
}
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu .icon-star {
	background-image: url(/fileadmin/templates/system_images/menuIcons/icon_star.svg);
}
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu .icon-joystick {
	background-image: url(/fileadmin/templates/system_images/menuIcons/icon_joystick.svg);
}
#pageWrap > header #menuMain .specialMenu-permanentExhibitions .btn-menu .icon-fuehrungen {
	background-image: url(/fileadmin/templates/system_images/menuIcons/icon_fuehrungen.png);
}

#pageWrap > header #searchform {
	float: right;
	position: relative;
	margin-top: 60px;

	transition: margin-top 0.4s;
}

#pageWrap > header #searchform input {
	position: absolute;
	top: -5px;
	right: 0;
	width: 0;
	height: 50px;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 10px 30px 20px 10px;
	font-weight: 600;
	color: transparent;
	background: transparent;
	transition: background 0.3s ease 0.2s, width 0.3s ease 0.2s, color 0.2s ease 0s;
}
#pageWrap > header #searchform.visible input {
	width: 250px;
	color: #00347D;
	background: #FFD601;

	transition: background 0.3s ease 0s, width 0.5s ease 0s, color 0.3s ease 0.5s;
}

#pageWrap > header #searchform button {
	border: none;
	background: transparent;
	padding: 0 5px;
	padding-top: 5px;
	margin: 0;
	z-index: 99;
	position: relative;
	outline: none;
}
#pageWrap > header #searchform button svg path {
	transition: fill 0.5s;
}
#pageWrap > header #searchform.visible button svg path {
	fill: #00347D;
}

#pageWrap > header #mobileSearchform {
	float: right;
	position: relative;
	height: 40px;
}

#pageWrap > header #mobileSearchform input {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 40px;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 0 30px 0 10px;
	line-height: 40px;
	font-weight: 600;
	color: transparent;
	background: transparent;
	transition: background 0.3s ease 0.2s, width 0.3s ease 0.2s, color 0.2s ease 0s;
}
#pageWrap > header #mobileSearchform.visible input {
	width: 250px;
	color: #00347D;
	background: #fff;

	transition: background 0.3s ease 0s, width 0.5s ease 0s, color 0.3s ease 0.5s;
}

#pageWrap > header #mobileSearchform button {
	height: 40px;
	border: none;
	background: transparent;
	padding: 0 5px;
	margin: 0;
	z-index: 99;
	position: relative;
	outline: none;
}
#pageWrap > header #mobileSearchform button svg path {
	transition: fill 0.5s;
}
#pageWrap > header #mobileSearchform.visible button svg path {
	fill: #00347D;
}

#pageWrap > header .shop {
	text-align: center;
}
#pageWrap > header .shop a {
	position: relative;
	top: 5px;
}

#pageWrap > header #logo {
	position: relative;
	height: 105px;

	transition: opacity 0.4s, transform 0.4s;
}
#pageWrap > header #logo img {
	position: absolute;
	right: 0;
	/*bottom: 20px;*/
	bottom: 13px;
	width: 100%;
	height: auto;
	/*max-width: 280px;*/
}


#pageWrap > header #menuBtn button {
	text-transform: uppercase;
	line-height: 85px;
	color: #00347D;
	font-weight: 600;
	border: none;
	background: transparent;
	outline: none;
}

#pageWrap > header #lowerHeader::after {
	content: '';
	display: block;
	height: 1px;
	background: transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 5;

	transition: background 0.4s ease 0s;
}

.scrolled #pageWrap > header {
	height: 100px;
	top: -35px;
}
.scrolled #pageWrap > header #lowerHeader {
	height: 60px;
}
.scrolled #pageWrap > header #lowerHeader::after {
	background: #ccc;
	transition: background 0.2s ease 0.3s;
}
.scrolled #pageWrap > header #lowerHeader #logo {
	opacity: 0;
	transform: translateY(-45px);
}
.scrolled #pageWrap > header #menuMain {
	margin-top: 10px;
}
.scrolled #pageWrap > header #searchform {
	margin-top: 15px;
}

#breadcrumb {
	margin-top: 115px;

	font-size: 15px;
	line-height: 22px;
	color: #999999;
}

#breadcrumb a {
	color: #999999;
	font-weight: 400;
	transition: color 0.3s;
}
#breadcrumb a:focus,
#breadcrumb a:hover {
	text-decoration: none;
	color: #666666;
}

/* Subnav */
nav#subNav .subNavHeader {
	font-size: 23px;
	line-height: 24px;
	padding-bottom: 25px;
	text-transform: uppercase;
	margin-top: 40px;
}
nav#subNav .subNavHeader a {
	color: #00347D;
}
/* --> Menublock*/
nav#subNav ul.subNavItems ul.subNavChildren {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav#subNav ul.subNavItems ul.subNavChildren li::before {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 16px;
	left: 0;
	bottom: 16px;
	border-bottom: solid 1px #ccc;
	transition: border-bottom 0.1s ease-out;
}
nav#subNav ul.subNavItems ul.subNavChildren li.active::before,
nav#subNav ul.subNavItems ul.subNavChildren li:hover::before {
	border-bottom: solid 5px #FFD601;
	transition: border-bottom 0.2s ease-out;
}
nav#subNav ul.subNavItems ul.subNavChildren li {
	position: relative;
	padding-left: 25px;
	border: none;
}
nav#subNav ul.subNavItems ul.subNavChildren li.active a,
nav#subNav ul.subNavItems ul.subNavChildren li a:active,
nav#subNav ul.subNavItems ul.subNavChildren li a:focus,
nav#subNav ul.subNavItems ul.subNavChildren li a:hover {
	border: none;
}



footer {
	margin-top: 60px;
	background: #f2f2f2;
	padding-top: 35px;
	padding-bottom: 30px;
}
footer h3 {
	color: #999;
	font-size: 23px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}
footer .spacer {
	height: 100px;
}

footer ul {
	padding: 0;
	list-style: none;
}
footer ul li {
	padding: 0;
	border-bottom: solid 1px #ccc;
	line-height: 31px;
}
footer ul li a {
	display: block;
	text-transform: uppercase;
	color: #000;
}
footer ul li a:hover {
	color: #000;
	background: #eee;
}
footer table td:first-of-type {
	padding-right: 15px;
}
footer .imprintlink,
footer .privacylink,
footer .termslink {
/*	float: left;*/
	display: inline-block;
	margin-right: 10px;
}
footer .imprintlink a:hover,
footer .imprintlink a,
footer .privacylink a:hover,
footer .privacylink a,
footer .termslink a:hover,
footer .termslink a  {
	color: #000;
}
footer .socialIcons img {
	height: 45px;
	width: 45px;
}
footer .socialIcons .mt-desktop {
	margin-top: 5px;
}

/* Antibot mailsubscription */
span.inhuman {
	display: none;
}


/********
 * FCEs *
 ********/

/* Slider Plain & Gallery */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

.fce.gallery .slider,
.fce.sliderPlain {
	margin: 0;
	padding: 0;
}

.fce.gallery .slider .slides > li,
.fce.sliderPlain .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.fce.gallery .slider .slides img,
.fce.sliderPlain .slides img {
	width: 100%;
	height: auto;
	display: block;
}

.fce.gallery .slider .slides:after,
.fce.sliderPlain .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.fce.gallery .slider .slides > li:first-child,
.fce.sliderPlain .slides > li:first-child {
	display: block;
}

.fce.dauerausstellung .flex-direction-nav,
.fce.gallery .slider .flex-direction-nav,
.fce.sliderPlain .flex-direction-nav {
	max-width: 200px;
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;
}

.fce.dauerausstellung .flex-direction-nav li,
.fce.gallery .slider .flex-direction-nav li,
.fce.sliderPlain .flex-direction-nav li {
	float: left;
}

.fce.dauerausstellung .flex-direction-nav li a,
.fce.gallery .slider .flex-direction-nav li a,
.fce.sliderPlain .flex-direction-nav li a {
	display: block;
	height: 25px;
	width: 25px;

	background-repeat: no-repeat;
	background-position: center;

	color: transparent;
	font-size: 0;
}

.fce.dauerausstellung .flex-direction-nav li a.flex-prev,
.fce.gallery .slider .flex-direction-nav li a.flex-prev,
.fce.sliderPlain .flex-direction-nav li a.flex-prev {
	background: url(/fileadmin/templates/system_images/arrows/left.svg);
}

.fce.dauerausstellung .flex-direction-nav li a.flex-prev:focus,
.fce.dauerausstellung .flex-direction-nav li a.flex-prev:hover,
#contentArea .fce.gallery .slider .flex-direction-nav li a.flex-prev:focus,
#contentArea .fce.gallery .slider .flex-direction-nav li a.flex-prev:hover,
#contentArea .fce.sliderPlain .flex-direction-nav li a.flex-prev:focus,
#contentArea .fce.sliderPlain .flex-direction-nav li a.flex-prev:hover {
	background: url(/fileadmin/templates/system_images/arrows/left_active.svg);
}

.fce.dauerausstellung .flex-direction-nav li a.flex-next,
.fce.gallery .slider .flex-direction-nav li a.flex-next,
.fce.sliderPlain .flex-direction-nav li a.flex-next {
	background: url(/fileadmin/templates/system_images/arrows/right.svg);
}

.fce.dauerausstellung .flex-direction-nav li a.flex-next:focus,
.fce.dauerausstellung .flex-direction-nav li a.flex-next:hover,
#contentArea .fce.gallery .slider .flex-direction-nav li a.flex-next:focus,
#contentArea .fce.gallery .slider .flex-direction-nav li a.flex-next:hover,
#contentArea .fce.sliderPlain .flex-direction-nav li a.flex-next:focus,
#contentArea .fce.sliderPlain .flex-direction-nav li a.flex-next:hover {
	background: url(/fileadmin/templates/system_images/arrows/right_active.svg);
}

/*Gallery*/
.fce.gallery {
	position: relative;
}
.fce.gallery .caption {
	color: #00347D;
	line-height: 20px;
	padding-bottom: 5px;
}
.fce.gallery .flex-control-nav.flex-control-thumbs {
	background: #f2f2f2;
	display: block;
	max-height: 120px;
	overflow: hidden;
}
.fce.gallery .flex-control-nav.flex-control-thumbs li {
	display: inline-block;
	max-width: 80px;
}
.fce.gallery .flex-control-nav.flex-control-thumbs li img {
	opacity: 0.25;
	width: 100%;
	height: auto;
	transition: opacity 0.5s;
}
.fce.gallery .flex-control-nav.flex-control-thumbs li img:hover,
.fce.gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
	opacity: 1;
}
.fce.gallery .slider .flex-direction-nav {
	padding-top: 4px;
	padding-bottom: 2px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
}

html:lang(de) div#c10608 {
    display: none;
}

/* Quoteslider */
.fce.quoteSlider {
	margin-top: 40px;
	margin-bottom: 20px;

	border-top: solid 3px #00347D;
	border-bottom: solid 3px #00347D;
	padding-top: 40px;
	padding-bottom: 10px;
}
.fce.quoteSlider .slides li.quote blockquote:before { content: '›'; }
.fce.quoteSlider .slides li.quote blockquote:after { content: '‹'; }
.fce.quoteSlider .slides li.quote blockquote {
	margin: 0;
	padding: 0 0 50px 0;
	border: none;
	font-size: 47px;
	line-height: 56px;
	color: #00347D;
	font-weight: 600;
}
.fce.quoteSlider .slides li.quote .author {
	text-align: right;
	font-size: 23px;
	line-height: 28px;
	color: #00347D;
}
.fce.quoteSlider .flex-control-nav.flex-control-paging {
	display: inline-block;
	position: relative;
	overflow: auto;
	left: 50%;
	transform: translateX(-50%);
}
.fce.quoteSlider .flex-control-nav.flex-control-paging li {
	height: 8px;
	float: left;
	line-height: 8px;
	padding: 0 8px;
}
.fce.quoteSlider .flex-control-nav.flex-control-paging li a {
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	background: #ccc;
	color: transparent;
	font-size: 0;

}
.fce.quoteSlider .flex-control-nav.flex-control-paging li a.flex-active {
	background: #00347D;
}

.fce.dauerausstellung .images img {
	width: 100%;
	height: auto;
}
.fce.dauerausstellung .images .flex-control-wrap {
	position: absolute;
	margin-top: -30px;
	float: right;
	right: 15px;
	background: #fff;
	overflow: auto;
}
.fce.dauerausstellung .images .flex-direction-nav {
	float: right;
}
.fce.dauerausstellung .images .flex-control-nav.flex-control-paging {
	float: left;
	padding-top: 8px;
}
.fce.dauerausstellung .images .flex-control-nav.flex-control-paging li {
	float: left;
}
.fce.dauerausstellung .images .flex-control-nav.flex-control-paging li a {
	display: block;
	color: #ccc;
	font-size: 20px;
	line-height: 25px;
	height: 25px;
	padding: 0 4px;
}
.fce.dauerausstellung .images .flex-control-nav.flex-control-paging li a.flex-active {
	color: #00347D;
}
.fce.dauerausstellung .text p.btn {
	margin-top: 50px;
}

/*moduleImage*/
.fce.moduleImage {
	margin-bottom: 5px;
}
.fce.moduleImage h2 {
	margin-top: 5px;
}

/*publication*/
.fce.publication .publication-wrap {
	overflow: auto;
}
.fce.publication .publication-wrap .img-wrap {
	width: 200px;
	height: 200px;
	float: left;
	padding: 20px;

	border: solid 1px #ccc;
}
.fce.publication .publication-wrap .img-wrap img {
	max-width: 160px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fce.publication .publication-wrap .description-wrap {
	color: #00347D;
	margin-left: 230px;
	padding-top: 10px;
}

/***********
 * Buttons *
 ***********/
a.button {
	cursor: pointer;
	display: block;
	height: 33px;
	margin-top: 24px;
	border: solid 1px #666;
	color: #999;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background: transparent;
	transition: background 0.25s, color 0.25s;
}
a.button:after {
	content: ' ›';
}
a.button:hover {
	background: #999;
	color: #f2f2f2;
}
span.btn,
p.btn {
	padding: 0;
	box-shadow: none !important;
}

/*********
 * News *
 *********/
	/* List */
.news.list .item .headarea h3 {
	margin: 0;
	float: left;
	line-height: 25px;
}
.news.list .item .headarea h3 a {
	line-height: 25px;
}
.news.list .item .headarea .date {
	margin: 0;
	float: right;
	font-weight: 700;
	font-size: 13px;
	color: #999;
}
.news.list .item .more {
	display: block;
	padding-top: 5px;
}
.news.list .item .imgWrap {
	float: left;
	padding: 8px 15px 2px 0;
}

	/* Browse */
.news .browse .nav {
	float: right;
}
.news .browse .nav span {
	float: left;
	padding: 0 7px;
	font-size: 20px;
	line-height: 25px;
}
.news .browse .nav .act {
	font-weight: 600;
	color: #00347D;
}
.news .browse .nav .page a {
	color: #ccc;
	line-height: 25px;
	transition: color 0.3s;
}
.news .browse .nav .page a:hover {
	color: #00347D;
}
.news .browse .nav .page:first-of-type a ,
.news .browse .nav .page:last-of-type a {
	display: block;
	height: 25px;
	width: 25px;

	background-repeat: no-repeat;
	background-position: center;

	color: transparent;
	font-size: 0;
}
.news .browse .nav .page:first-of-type a {
	background: url(/fileadmin/templates/system_images/arrows/left.svg);
}
.news .browse .nav .page:hover:first-of-type a {
	background: url(/fileadmin/templates/system_images/arrows/left_active.svg);
}
.news .browse .nav .page:last-of-type a {
	background: url(/fileadmin/templates/system_images/arrows/right.svg);
}
.news .browse .nav .page:hover:last-of-type a {
	background: url(/fileadmin/templates/system_images/arrows/right_active.svg);
}

/* News searchform */
.news.searchForm form {
	margin-bottom: 15px;
}
.news.searchForm .inpText {
	width: calc(100% - 205px);
	height: 33px;
	margin: 0;
	padding: 0 10px;
	font-size: 19px;
	border: solid 1px #00347D;
	color: #00347D;
/*	margin-right: 3px;*/
	margin-top: 1px;
}

/************
 * Calendar *
 ************/
.tx-cal-controller .list-view .vevent {
	min-height: 65px;
	padding: 10px 0;
	padding-right: 15px;
	border-bottom: solid 1px #00347D;
	font-weight: normal;
	line-height: 22px;
	background: url(/fileadmin/templates/system_images/arrows/right_large.svg);
	background-repeat: no-repeat;
	background-position: center right;
}
.tx-cal-controller .list-view .month-headline {
	height: 65px;
	background: #f2f2f2;
	color: #bbb;
	font-size: 21px;
	font-weight: 700;
	line-height: 64px;
	text-align: center;
	border-bottom: solid 1px #00347D;
}
.tx-cal-controller .list-view .month-headline:first-child,
.tx-cal-controller .list-view .vevent:first-child {
	border-top: solid 1px #00347D;
}
.tx-cal-controller .list-view .vevent .datetimeWrap {
	padding-right: 0;
}
.tx-cal-controller .list-view .vevent .datewrap {
	font-weight: 600;
}
.tx-cal-controller .list-view .vevent .timewrap {
	font-weight: 400;
}
.tx-cal-controller .list-view .vevent.allday .datewrap .end {
	display: block;
}
.tx-cal-controller .list-view .vevent .summary {
	font-weight: 400;
}
.tx-cal-controller .list-view .vevent .title {
	font-weight: 400;
}
.tx-cal-controller .list-view.list-teaser .vevent a {
	display: block;
	margin-right: -15px;
	padding-right: 15px;
}

.tx-cal-controller .cal-searchform .searchfield {
	position: relative;
	height: 40px;
	border: solid 1px #00347D;
}
.tx-cal-controller .cal-searchform .searchfield input {
	position: relative;
	width: 100%;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 5px 30px 5px 10px;
	line-height: 28px;
	font-weight: 400;
	color: #00347D;
}
.tx-cal-controller .cal-searchform .searchfield button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: none;
	background: transparent;
	margin: 0;
	padding: 9px 10px;
	z-index: 99;
	outline: none;
}
.tx-cal-controller .cal-searchform .categories select {
	width: 100%;
	height: 40px;
	margin-bottom: 5px;
	border: solid 1px #00347D;
	border-radius: 0;
	background: transparent;
}
/*Verstanstaltungen equal heights*/
#p49 .tx-cal-controller .list-view.list-teaser .vevent a {
	min-height: 70px;
}

/************
 * Mailform *
 ************/
.tx-pilmailform-pi1 label {
	display: block;
	clear: both;
}
.tx-pilmailform-pi1 label.error{
	color: #c31111;
}
.tx-pilmailform-pi1 textarea {
	width: 100%;
}
.tx-pilmailform-pi1 input {
	display: block;
	box-sizing: border-box;
	float: left;
	width: 100%;
}
.tx-pilmailform-pi1 input.w1 {
	width: 24%;
	margin-right: 1%;
}
.tx-pilmailform-pi1 input + input.w1 {
	width: 25%;
	margin-right: 0;
}
.tx-pilmailform-pi1 input.w2 {
	width: 4%;
	margin-right: 1%;
}
.tx-pilmailform-pi1 input + input.w2 {
	width: 5%;
	margin-right: 0;
}
.tx-pilmailform-pi1 input.w3 {
	width: 74%;
	margin-right: 1%;
}
.tx-pilmailform-pi1 input + input.w3 {
	width: 75%;
	margin-right: 0;
}
.tx-pilmailform-pi1 .btn input {
	margin-bottom: 5px;
}

.form-control {
	border-color: rgb(118, 118, 118);
	border-radius: 0;
}

/**********
 * Search *
 **********/
.tx-indexedsearch #tx-indexedsearch-searchbox-sword,
.tx_solr .tx-solr-q {
	height: 33px;
	width: calc(100% - 215px);
	margin: 0;
	margin-right: 5px;
	border: solid 1px #00347d;
	font-size: 20px;
	line-height: 30px;
	white-space: nowrap;
	vertical-align: middle;
}
.tx-indexedsearch #tx-indexedsearch-searchbox-button-submit {
	border-radius: 0;
}
.tx-indexedsearch-browsebox::after,
.solr-pagination::after {
	content:'';
	display: block;
	clear: both;
}

.tx-indexedsearch .browsebox,
.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox,
.pagination {
	list-style: none;
	padding: 0;
	float: right;
	margin-top: 5px;
}
.tx-cal-controller .pagebrowser > span:last-of-type {
	margin-right: 10px;
}
.tx-cal-controller .pagebrowser > span,
.tx-indexedsearch .browsebox li,
.pagination li
 {
	display: block;
	margin: 0 1px;
	margin-top: 5px;
	float: left;
	border: solid 1px #00347D;
	background: #00347D!important;

	transition: background 0.3s;
}
.tx-cal-controller .pagebrowser > span b,
.tx-cal-controller .pagebrowser > span a,
.tx-indexedsearch .browsebox li a,
.tx-indexedsearch-browsebox li a,
.pagination li a {
	display: block;
	padding: 3px 5px;
	color: #fff!important;

	transition: color 0.3s;
	border-radius: 0 !important;
	background: transparent!important;
	border: 0;
}

.tx-cal-controller .pagebrowser > span:hover,
.tx-indexedsearch .browsebox li:hover,
.tx-indexedsearch-browsebox li:hover,
.pagination li:hover {
	background: #fff!important;
}
.tx-cal-controller .pagebrowser > span:hover a,
.tx-indexedsearch .browsebox li:hover a,
.tx-indexedsearch-browsebox li:hover a,
.pagination li:hover a {
	color: #00347D!important;
}

.tx-cal-controller .pagebrowser > span b,
.tx-indexedsearch .browsebox li.tx-indexedsearch-browselist-currentPage,
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage,
.pagination li.active {
	background: #fff!important;
}
.tx-cal-controller .pagebrowser > span b,
.tx-indexedsearch .browsebox li.tx-indexedsearch-browselist-currentPage a,
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a,
.pagination li.active a {
	color: #00347D!important;
}
.tx_solr .results-highlight {
	font-weight: 700;
}


/*************
 * StartPage *
 *************/
#p7 #contentArea h1 {
	font-size: 29px;
	letter-spacing: 0.02em;
	font-weight: 400;
}
#p7 #contentArea h3 {
	font-size: 23px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: none;
}
#p7 #contentArea h3 a {
	font-weight: 400;
}
#p7 .contentMain {
	margin-top: 45px;
	margin-bottom: 15px;
	padding-top: 35px;
	padding-bottom: 35px;
	border-top: solid 3px #00347D;
	border-bottom: solid 3px #00347D;

	color: #00347D;
	font-size: 23px;
	line-height: 32px;
}
#p7 .contentMain.contentMainTop {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

#p7 .btn {
	padding: 0;
	margin: 0;
	padding-top: 12px;
}
#p7 .btn a {
	width: 100%;
	/*color: #00347D;
	border-color: #00347D;*/
}
#p7 .btn a:focus,
#p7 .btn a:hover {
	/*color: #fff;
	background: #00347D !important;*/
}
#p7 .tx-cal-controller #c10518 .btn {
	padding-top: 27px;
}

body#p669 > #pageWrap > .container,
body#p7 > #pageWrap > .container {
	padding-top: 0;
}
#p669 #headimageslider,
#p7 #headimageslider {
	margin-top: 140px;
	margin-bottom: 40px;
}

.startboxes > .row > div > .csc-default:nth-of-type(2),
.startboxes > .row > div > div:nth-of-type(2) {
	background: #f4f4f4;
	padding: 10px 15px;
}
.startboxes .csc-default .fce.minimalImageFade,
.startboxes .csc-default .csc-textpic,
.startboxes .frame-default .fce.minimalImageFade,
.startboxes .frame-default .ce-image {
	margin: -10px -15px;
}
.startboxes .frame-default .ce-image > div {
	margin: 0;
}
.startboxes h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}
#contentArea .startboxes h2 a {
	font-weight: normal;
}
.startboxes {
	color: #00347D;
}

/* Temporary: Stretch the images to full size*/
.startboxes .csc-default .csc-textpic img,
.startboxes .csc-default .fce.minimalImageFade .slides img,
.startboxes .frame-default .ce-textpic img,
.startboxes .frame-default .fce.minimalImageFade .slides img,
.startboxes .frame-default .ce-image img{
	width: 100%;
	max-width: none;
}

#p7 #nl2go--submit {
	width: 100%;
	margin-top: 9px;
	background: #FFD601;
}

#p7 #nl2go--form {
	margin-top: 32px;
}

#p7 hr {
	border-top: 1px solid #00347D;
}

.furtherLinkWrap {
	color: #00347D;
}
.furtherLinkWrap hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.furtherLinkWrap h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.furtherLinkWrap .csc-textpic,
.furtherLinkWrap .ce-textpic {
	padding-left: 70px;

	background-repeat: no-repeat;
	background-position: top left;
	background-size: 60px 60px;
}
.furtherLinkWrap .csc-textpic-intext-right-nowrap .csc-textpic-text {
	margin-right: 135px
}
.furtherLinkWrap .csc-textpic img,
.furtherLinkWrap .ce-textpic img {
	width: 120px;
	height: auto;
}
.furtherLinkWrap #c10581 .csc-textpic,
.furtherLinkWrap #c10581 .ce-textpic {
	background-image: url(/fileadmin/templates/system_images/furtherLinkIcons/app.svg);
}
.furtherLinkWrap #c10635 .csc-textpic,
.furtherLinkWrap #c10635 .ce-textpic {
	background-image: url(/fileadmin/templates/system_images/furtherLinkIcons/highlights.svg);
}
.furtherLinkWrap #c10642 .csc-textpic,
.furtherLinkWrap #c10642 .ce-textpic {
	background-image: url(/fileadmin/templates/system_images/furtherLinkIcons/virtuelle_rundtour.svg);
}

html[lang="fr"] #p7 .contentMain,
html[lang="nl"] #p7 .contentMain,
html[lang="en"] #p7 .contentMain {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0px;
}

/*******************
 * Eintrittspreise *
 *******************/
table.entryPrice {
	width: 100%;
	margin-bottom: 25px;
}
table.entryPrice thead tr th {
	padding-bottom: 5px;
	border: none;
	color: #ccc;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
table.entryPrice tbody tr {
	border-top: solid 1px #ccc;
	line-height: 24px;
}
table.entryPrice tbody tr:last-of-type {
	/*border-top: none;*/
	border-bottom: solid 1px #ccc;
}
table.entryPrice tbody tr td {
	vertical-align: top;
	padding-top: 13px;
	padding-bottom: 13px;
}
table.entryPrice tbody tr td:first-of-type {
	color: #00347D;
	text-transform: uppercase;
}

/****************
 * Start Slider *
 ****************/
#headimageslider .flexslider img {
	visibility: hidden;
}

#headimageslider {
	position: relative;
}
#headimageslider .slides li {
	overflow: hidden;
	display: none;
	position: relative;
}
#headimageslider .slides li img {
	width: 100%;
	height: auto;
}
#headimageslider .flex-viewport .slides li,
#headimageslider .slides li:first-of-type {
	display: block;
}

#headimageslider .slides li .description {
	position: absolute;
	bottom: 50px;
	top: auto;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 34px;
	line-height: 40px;
}
#headimageslider .slides li .description .sliderText {
	display: inline-block;
	line-height: 40px;
	margin-top: 2px;
	padding: 0 10px;
	background: rgba(0, 52, 125, 0.8);
}

#headimageslider .flex-control-nav.flex-control-paging {
	height: 5px;
	background: #FFD601;
}
#headimageslider .flex-control-nav.flex-control-paging li {
	height: 5px;
	float: left;
}
#headimageslider .flex-control-nav.flex-control-paging li a {
	display: block;
	height: 5px;
	color: transparent;
	font-size: 0;
}
#headimageslider .flex-control-nav.flex-control-paging li a.flex-active {
	background: #00347D;
}
#headimageslider .logowrap .container {
	position: relative;
}
#headimageslider .logowrap .logo-small {
	position: absolute;
	right: 15px;
	bottom: 5px;
}


/***************
 * Social Tabs *
 ***************/
.tx-dm-socialtabs {
	margin-top: 10px;
	color: #00347D;
}
.tx-dm-socialtabs .tabHeader .tabSelect {
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #ccc;

	font-size: 0;
	color: transparent;

	background-repeat: no-repeat;
	background-size: auto 35px;
	background-position: center;

	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tx-dm-socialtabs .tabHeader .tabSelect:hover {
	background-color: #f2f2f2;
}
.tx-dm-socialtabs .tabHeader .tabSelect.active {
	border-color: #00347D;
}
.tx-dm-socialtabs .tabHeader .tabSelect:nth-of-type(2) {
	background-image: url(/fileadmin/templates/system_images/socialtabIcons/facebook_grey.svg);
}
.tx-dm-socialtabs .tabHeader .tabSelect.active:nth-of-type(2) {
	background-image: url(/fileadmin/templates/system_images/socialtabIcons/facebook_color.svg);
}
.tx-dm-socialtabs .tabHeader .tabSelect:nth-of-type(3) {
	background-image: url(/fileadmin/templates/system_images/socialtabIcons/youtube_grey.svg);
	background-size: auto 30px;
}
.tx-dm-socialtabs .tabHeader .tabSelect.active:nth-of-type(3) {
	background-image: url(/fileadmin/templates/system_images/socialtabIcons/youtube_color.svg);
}
.tx-dm-socialtabs .tabHeader .tabSelect:nth-of-type(1) {
	background-image: url(/fileadmin/templates/system_images/socialtabIcons/blog_grey.svg);
}
.tx-dm-socialtabs .tabHeader .tabSelect.active:nth-of-type(1) {
	background-image: url(/fileadmin/templates/system_images/socialtabIcons/blog_color.svg);
}
.tx-dm-socialtabs .tabWrap {
	position: relative;
}
.tx-dm-socialtabs .tab {
	position: absolute;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s, opacity 0.3s;
}
.tx-dm-socialtabs .tab.active {
	visibility: visible;
	opacity: 1;
}
.tx-dm-socialtabs .tab h3 {
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 23px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0.02em;
}

.tx-dm-socialtabs .tab.facebook .postHeader,
.tx-dm-socialtabs .tab.twitter .postHeader {
	margin-bottom: 20px;
}
.tx-dm-socialtabs .tab.facebook .postHeader .profilePic,
.tx-dm-socialtabs .tab.twitter .postHeader .profilePic {
	padding: 0 8px 0 5px;

}
.tx-dm-socialtabs .tab.facebook .postHeader .username,
.tx-dm-socialtabs .tab.twitter .postHeader .username {
	display: block;
}
.tx-dm-socialtabs .tab.facebook .postHeader .datetime,
.tx-dm-socialtabs .tab.twitter .postHeader .datetime {
	display: block;
}
.tx-dm-socialtabs .tab.facebook .postText,
.tx-dm-socialtabs .tab.twitter .postText {
	word-break: break-word;
}

.tx-dm-socialtabs .tab.youtube iframe {
	border: none;
	display: block;
	width: 100%;
	height: 300px;
}

.tx-dm-socialtabs .tab.blog h4 {
	margin-bottom: 0;
}
.tx-dm-socialtabs .tab.blog .postHeader {
	margin-bottom: 20px;
}



/********************
 * EU Cookie Notice *
 ********************/
#cookie-dialogue,
#tx_cookies #tx_cookies_inner {
	position: fixed;
	display:block;
	bottom:0;
	left: 20%;
	width: 60%;
	right: 20%;
	z-index: 99999;
	background: #00347d;
	padding: 10px 15px;
	padding-right: 225px;
	padding-bottom: 50px;
	color: #fff;
	min-height: 91px;
	visibility: visible;
	transition: transform 0.6s cubic-bezier(0.25, 0.04, 0.71, 0.22) 0s, visibility 0.6s, opacity 0.3s;
	font-size: initial;
}
#cookie-dialogue a.button,
#tx_cookies .button {
	position: absolute;
	margin: 0;
	right: 15px;
	bottom: 48px;
	width: 200px;
	color: #fff;
	border-color: #fff;
}
#cookie-dialogue a.button#cookie-ok-button {
	bottom: 10px;
}
#cookie-dialogue a.button:hover,
#cookie-dialogue a.button:focus,
#tx_cookies input[type="submit"]:hover,
#tx_cookies input[type="submit"]:focus {
	color: #00347d;
	background: #fff!important;
}
#cookie-dialogue.accepted {
	visibility: hidden;
	transform: translateY(100%);
}

#tx_cookies_inner {
	position: static;
	background: transparent;
	padding: 0;
}

#tx_cookies a {
	color:#ffffff;
	text-decoration: underline;
}

#tx_cookies button,
#tx_cookies input[type="submit"] {
	color: #00347d;
	background: #fff!important;
	border: solid 1px #fff;
	position: static;
	margin-top: 10px;
	outline: none;
}

#tx_cookies input[type="submit"] {
/*	position: absolute;
	bottom: 10px;
	right: 10px;
	text-transform: uppercase;
*/
	text-transform: uppercase;
	float: right;
	padding: 5px;
	margin-top: 10px;
	border: 0;
	margin-left: 10px;
	line-height: normal;
}

#tx_cookies .wrap {
	position: absolute;
	padding: 0 15px;
	width: 100%;
	right: 0;
}

#tx_cookies #tx_cookies_disable .button {
	color: #ffffff;
	background: #00347d!important;
}

#tx_cookies #tx_cookies_close {
	background-color: transparent!important;
	color:#ffffff;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
}

/* Image gallery */
.layout-10 .csc-textpic-imagewrap .csc-textpic-imagecolumn,
.layout-11 .csc-textpic-imagewrap .csc-textpic-imagecolumn,
.frame-layout-10 .ce-gallery .ce-column,
.frame-layout-11 .ce-gallery .ce-column {
	margin: 0;
	padding: 0 2px;
	width: 100%;
}
.layout-10 .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn:nth-of-type(6n + 1),
.layout-11 .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn:nth-of-type(6n + 1),
.layout-10 .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn:nth-of-type(5n + 1),
.layout-11 .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn:nth-of-type(5n + 1),
.layout-10 .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn:nth-of-type(4n + 1),
.layout-11 .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn:nth-of-type(4n + 1),
.layout-10 .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn:nth-of-type(3n + 1),
.layout-11 .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn:nth-of-type(3n + 1),
.layout-10 .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn:nth-of-type(2n + 1),
.layout-11 .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn:nth-of-type(2n + 1),
.frame-layout-10 .ce-gallery[data-ce-columns="6"] .ce-column:nth-of-type(6n + 1),
.frame-layout-11 .ce-gallery[data-ce-columns="6"] .ce-column:nth-of-type(6n + 1),
.frame-layout-10 .ce-gallery[data-ce-columns="5"] .ce-column:nth-of-type(5n + 1),
.frame-layout-11 .ce-gallery[data-ce-columns="5"] .ce-column:nth-of-type(5n + 1),
.frame-layout-10 .ce-gallery[data-ce-columns="4"] .ce-column:nth-of-type(4n + 1),
.frame-layout-11 .ce-gallery[data-ce-columns="4"] .ce-column:nth-of-type(4n + 1),
.frame-layout-10 .ce-gallery[data-ce-columns="3"] .ce-column:nth-of-type(3n + 1),
.frame-layout-11 .ce-gallery[data-ce-columns="3"] .ce-column:nth-of-type(3n + 1),
.frame-layout-10 .ce-gallery[data-ce-columns="2"] .ce-column:nth-of-type(2n + 1),
.frame-layout-11 .ce-gallery[data-ce-columns="2"] .ce-column:nth-of-type(2n + 1) {
	clear: both;
}
.layout-10 .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn,
.layout-11 .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn,
.frame-layout-10 .ce-gallery[data-ce-columns="6"] .ce-column,
.frame-layout-11 .ce-gallery[data-ce-columns="6"] .ce-column {
	width: 16.666666%;
}
.layout-10 .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn,
.layout-11 .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn,
.frame-layout-10 .ce-gallery[data-ce-columns="5"] .ce-column,
.frame-layout-11 .ce-gallery[data-ce-columns="5"] .ce-column {
	width: 20%;
}
.layout-10 .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn,
.layout-11 .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn,
.frame-layout-10 .ce-gallery[data-ce-columns="4"] .ce-column,
.frame-layout-11 .ce-gallery[data-ce-columns="4"] .ce-column {
	width: 25%;
}
.layout-10 .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn,
.layout-11 .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn,
.frame-layout-10 .ce-gallery[data-ce-columns="3"] .ce-column,
.frame-layout-11 .ce-gallery[data-ce-columns="3"] .ce-column {
	width: 33.333333%;
}
.layout-10 .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn,
.layout-11 .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn,
.frame-layout-10 .ce-gallery[data-ce-columns="2"] .ce-column,
.frame-layout-11 .ce-gallery[data-ce-columns="2"] .ce-column {
	width: 50%;
}
.layout-10 .csc-textpic-imagewrap .csc-textpic-imagecolumn figure,
.layout-11 .csc-textpic-imagewrap .csc-textpic-imagecolumn figure,
.frame-layout-10 .ce-gallery .ce-column figure,
.frame-layout-11 .ce-gallery .ce-column figure {
	margin-bottom: 4px !important;
}
.layout-10 .csc-textpic-imagewrap .csc-textpic-imagecolumn img,
.layout-11 .csc-textpic-imagewrap .csc-textpic-imagecolumn img,
.frame-layout-10 .ce-gallery .ce-column img,
.frame-layout-11 .ce-gallery .ce-column img {
	margin: 0 auto;
}
.layout-10 .csc-textpic-imagewrap .csc-textpic-imagecolumn,
.layout-11 .csc-textpic-imagewrap .csc-textpic-imagecolumn,
.frame-layout-10 .ce-gallery .ce-column,
.frame-layout-11 .ce-gallery .ce-column {
	margin: 0;
	padding: 0 2px;
	width: 100%;
	margin-left: -2px;
	margin-right: -2px;
}

.layout-11 .csc-textpic-imagerow,
.frame-layout-11 .ce-row {
	margin-left: -2px!important;
	margin-right: -2px!important;
	margin-bottom: 0;
}

.layout-11 .csc-textpic-imagecolumn,
.frame-layout-11 .ce-column {
	padding-left: 2px!important;
	padding-right: 2px!important;
	margin: 0!important;
}

#dataprotection {
	width: 13px;
	margin-right: 5px;
}

.csc-textmedia-gallery,
.csc-textmedia-gallery-column,
.ce-gallery,
.ce-gallery .ce-column,
.media2click-wrap .media2click-placeholder, 
.media2click-wrap iframe {
	max-width: 100%;
}

/*******
 * ETC *
 *******/

#c2635 {
	margin-top: 70px;
}

/* Contact */
#p302 h3 {
	margin-bottom: 30px;
	margin-top: 25px;
}
#p302 .fce.row > div .csc-default:not(:last-child),
#p302 .fce.row > div .frame-default:not(:last-child) {
	margin-bottom: 70px;
}

/* Form Objektangebot */
#c11131 input,
#c11131 textarea {
	width: 100%;
}
#c11131 label {
	margin: 0;
	padding-top: 10px
}
#c11131 input[type="radio"] {
	width: auto;
	margin: 0 5px 0 10px;
}
#c11131 legend {
	display: none;
}

#c10835 input {
	box-shadow: none;
}

#ajax-form-wrapper {
	display: none;
	position: relative;
}

#ajaxForm {
	transition: .4s ease;
}

#ajaxForm input {
	width: 100%;
}

#ajaxForm .hint {
    margin-top: 15px;
}

#ajaxForm .error {
    color: #cc4242;
}

#ajaxForm .btn {
	display: inline-block !important;
}

#ajax-form-wrapper.loading #ajaxForm {
	opacity: 0.5;
}

#ajax-form-wrapper.loading .lds-grid {
	visibility: visible;
	opacity: 1;
}

.lds-grid {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 80px;
	height: 80px;
	transition: .4s ease;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00347D;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.ticketOrder {
	padding: 30px 0 30px 0;
}

.ticketOrder p{
	padding: 5px 0 5px 0;
}

/******************
 * Responsiveness *
 ******************/
@media (max-width: 1589px) { /* XLG */

}

@media (max-width: 1361px) { /* LG */
	#pageWrap > header #logo img {
		bottom: 20px;
	}
}

@media (max-width: 1199px) { /* MD */
	#pageWrap > header #menuMain > li > a {
		font-size: 15px;
	}

	#headimageslider .slides li div.slideWrap {
		margin-left: -100px;
		margin-right: -100px;
	}
	#headimageslider .logowrap .logo-small {
		height: auto;
		width: 30px;
	}
	#headimageslider .slides li .description {
		font-size: 25px;
		line-height: 35px;
	}
	#headimageslider .slides li .description .sliderText {
		margin-top: 3px;
		font-size: 25px;
		line-height: 35px;
	}
	#pageWrap > header #menuMain>li>a {
		padding: 10px 10px 20px 10px;
	}
}

@media (max-width: 991px) { /* SM */
	body .mm-page > .container,
	body > #pageWrap > .container {
		margin-top: 125px;
	}
	#corona-hint {
		margin-top: 125px;
		margin-bottom: -125px;
	}
	body#p7 .mm-page > .container,
	body#p7 > #pageWrap > .container {
		padding-top: 0;
		margin-top: 0; 
	}
	#p669 #headimageslider,
	#p7 #headimageslider {
		margin-top: 125px;
	}
	#headimageslider .slides li .description {
		bottom: 10px;
	}

	#pageWrap >header {
		height: 125px;
	}
	#pageWrap > header #lowerHeader {
		height: 85px;
	}
	#pageWrap > header #logo {
		height: 85px;
	}
	#pageWrap > header #logo img {
		position: relative;
		bottom: 0;
		float: right;
		max-width: 260px;
		padding: 10px 0;
	}
	#breadcrumb {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.fce.quoteSlider .slides li.quote blockquote {
		font-size: 29px;
		line-height: 35px;
		padding-bottom: 40px;
	}
	.fce.quoteSlider .slides li.quote .author {
		font-size: 17px;
		line-height: 20px;
	}

	table.entryPrice thead {
		display: block;
		float: right;
	}
	table.entryPrice tbody tr {
		display: block;
		overflow: auto;

	}
	table.entryPrice tbody tr td {
		display: block;
		float: left;
		width: 50%;
	}
	table.entryPrice tbody tr td:first-of-type {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn:nth-of-type(3n + 1),
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn:nth-of-type(3n + 1),
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn:nth-of-type(5n + 1),
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn:nth-of-type(5n + 1),
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn:nth-of-type(2n + 1),
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn:nth-of-type(2n + 1),
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn:nth-of-type(3n + 1),
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn:nth-of-type(3n + 1),
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn:nth-of-type(2n + 1),
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn:nth-of-type(2n + 1),
	.frame-layout-10 .ce-gallery[data-ce-columns="6"] .ce-column:nth-of-type(3n + 1),
	.frame-layout-11 .ce-gallery[data-ce-columns="6"] .ce-column:nth-of-type(3n + 1),
	.frame-layout-10 .ce-gallery[data-ce-columns="5"] .ce-column:nth-of-type(5n + 1),
	.frame-layout-11 .ce-gallery[data-ce-columns="5"] .ce-column:nth-of-type(5n + 1),
	.frame-layout-10 .ce-gallery[data-ce-columns="4"] .ce-column:nth-of-type(2n + 1),
	.frame-layout-11 .ce-gallery[data-ce-columns="4"] .ce-column:nth-of-type(2n + 1),
	.frame-layout-10 .ce-gallery[data-ce-columns="3"] .ce-column:nth-of-type(3n + 1),
	.frame-layout-11 .ce-gallery[data-ce-columns="3"] .ce-column:nth-of-type(3n + 1),
	.frame-layout-10 .ce-gallery[data-ce-columns="2"] .ce-column:nth-of-type(2n + 1),
	.frame-layout-11 .ce-gallery[data-ce-columns="2"] .ce-column:nth-of-type(2n + 1) {
		clear: both;
	}
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn,
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn,
	.frame-layout-10 .ce-gallery[data-ce-columns="5"] .ce-column,
	.frame-layout-11 .ce-gallery[data-ce-columns="5"] .ce-column {
		width: 20%;
	}
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn,
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn,
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn,
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn,
	.frame-layout-10 .ce-gallery[data-ce-columns="2"] .ce-column,
	.frame-layout-11 .ce-gallery[data-ce-columns="2"] .ce-column,
	.frame-layout-10 .ce-gallery[data-ce-columns="4"] .ce-column,
	.frame-layout-11 .ce-gallery[data-ce-columns="4"] .ce-column {
		width: 50%;
	}
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn,
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn,
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn,
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn,
	.frame-layout-10 .ce-gallery[data-ce-columns="6"] .ce-column,
	.frame-layout-11 .ce-gallery[data-ce-columns="6"] .ce-column,
	.frame-layout-10 .ce-gallery[data-ce-columns="3"] .ce-column,
	.frame-layout-11 .ce-gallery[data-ce-columns="3"] .ce-column {
		width: 33.333333%;
	}

	#cookie-dialogue,
	#tx_cookies #tx_cookies_inner {
		left: 5%;
		width: 90%;
		right: 5%;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	#cookie-dialogue a.button,
	#tx_cookies .button {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin: 0;
		margin-top: 5px;
		width: 49%;
		float: left;
	}
	#cookie-dialogue a.button#cookie-ok-button {
		bottom: auto;
		margin-left: 2%;
	}

	#tx_cookies input[type="submit"] {
		position: static;
		width: 100%;
	}

	#tx_cookies .wrap {
		position: relative;
		padding: 0;
	}

	/* Mobile Menu */
	#mobileMenu {
		position: fixed;
		top: 40px;
		bottom: 0;
		background: #F4F4F4;
		width: 300px;
		left: -300px;
		z-index: 10;
		-webkit-transition: transform 0.6s;
		-moz-transition: transform 0.6s;
		-ms-transition: transform 0.6s;
		transition: transform 0.6s;

	}
	body.menuOpened #pageWrap {
		position: relative;
		overflow: hidden;
	}
	body.menuOpened #mobileMenu {
		-webkit-transform: translateX(300px);
		-moz-transform: translateX(300px);
		-ms-transform: translateX(300px);
		transform: translateX(300px);

		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	body #headimageslider,
	body > #pageWrap > .container {

		-webkit-transition: transform 0.6s, filter 0.6s;
		-moz-transition: transform 0.6s, filter 0.6s;
		-ms-transition: transform 0.6s, filter 0.6s;
		transition: transform 0.6s, filter 0.6s;
	}
	body.menuOpened #headimageslider,
	body.menuOpened > #pageWrap > .container {
		-webkit-transform: translateX(300px);
		-moz-transform: translateX(300px);
		-ms-transform: translateX(300px);
		transform: translateX(300px);

		-webkit-filter: blur(2px) grayscale(1);
		-moz-filter: blur(2px) grayscale(1);
		-ms-filter: blur(2px) grayscale(1);
		filter: blur(2px) grayscale(1);
	}

	#pageWrap > header {
		-webkit-transition: transform 0.6s, top 0.4s, height 0.4s;
		-moz-transition: transform 0.6s, top 0.4s, height 0.4s;
		-ms-transition: transform 0.6s, top 0.4s, height 0.4s;
		transition: transform 0.6s, top 0.4s, height 0.4s;
	}
	body.menuOpened #pageWrap > header {
		-webkit-transform: translateX(300px);
		-moz-transform: translateX(300px);
		-ms-transform: translateX(300px);
		transform: translateX(300px);
		top: 0;
	}

	#upperHeader {
		-webkit-transition: transform 0.6s;
		-moz-transition: transform 0.6s;
		-ms-transition: transform 0.6s;
		transition: transform 0.6s;
	}
	body.menuOpened #upperHeader {
		-webkit-transform: translateX(-300px);
		-moz-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
	}

	.scrolled #pageWrap > header #lowerHeader #logo {
		opacity: 1;
		transform: translate(0);
	}
	.scrolled #pageWrap > header #logo {
		height: 60px;
	}
	.scrolled #pageWrap > header #logo img {
		max-width: 176px;
		padding: 8px 0;
	}
	.scrolled #pageWrap > header #menuBtn button {
		line-height: 60px;
	}

	#mobileMenu {
		padding-top: 10px;
		border-right: solid 1px #eee;
	}
	#mobileMenu a {
		display: block;
	}
	#mobileMenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#mobileMenu li {
		margin: 0;
		padding: 0;
		position: relative;
	}

	#mobileMenu > ul >li {
		border-bottom: solid 1px #ccc;
		overflow: hidden;
	}
	#mobileMenu > ul >li > a {
		padding-left: 10px;
		font-size: 16px;
		line-height: 30px;
		background: #f4f4f4;
	}

	#mobileMenu .submenu {
		visibility: hidden;
		height: 0;
		opacity: 0.3;
		background: #00347d;
		padding: 0;

		transform: translateY(-50px);
		position: relative;
		z-index: -1;
		transition: transform 0.3s, opacity 0.3s, visibility 0.3s, z-index 0s linear 0s;
	}
	#mobileMenu .opened .submenu {
		visibility: visible;
		height: auto;
		opacity: 1;
		padding-left: 15px;
		padding-bottom: 25px;
		transform: translateY(0);
		z-index: 1;
		transition: transform 0.3s, opacity 0.3s, visibility 0.3s, z-index 0s linear 0.3s;
	}
	#mobileMenu .opened .submenu.single {
		padding-top: 10px;
	}

	#mobileMenu .opened li.active::before {
		content: '';
		display: block;
		position:absolute;
		top: 0;
		bottom: 0;
		left: -15px;
		width: 5px;
		background: #FFD601;
	}

	#mobileMenu .categoryHeader {
		color: rgba(255,255,255,0.5);
		font-size: 9px;
		line-height: 13px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 1px;
		padding-top: 12px;
	}

	#mobileMenu .submenu.single a,
	#mobileMenu ul.categoryItems a {
		color: #fff;
		line-height: 20px;
		padding: 3px 0;
		margin-bottom: 5px;

	}
}

@media (max-width: 767px) { /* XS */
	#corona-hint {
		margin-top: 100px;
		margin-bottom: -100px;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	#corona-hint:before {
		margin-bottom: 10px;
	}
	body#p7 .mm-page > .container,
	body#p7 > .container {
		padding-top: 0;
	}
	#p669 #headimageslider,
	#p7 #headimageslider {
		margin-top: 100px;
	}

	#headimageslider .logowrap .logo-small {
		height: auto;
		width: 20px;
	}
	#headimageslider .slides li .description,
	#headimageslider .slides li .description .sliderText {
		font-size: 13px;
		line-height: 23px;
	}
	#headimageslider .slides li .description .sliderText {
		padding: 0 5px;
	}

	#pageWrap > header {
		height: 100px;
	}
	#pageWrap > header #lowerHeader{
		height: 60px;
	}
	#pageWrap > header #logo {
		height: 60px;
	}
	#pageWrap > header #logo img {
		max-width: 176px;
		padding: 8px 0;
	}
	#pageWrap > header #menuBtn button {
		line-height: 60px;
	}
	#breadcrumb {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 12px;
	}
	nav#subNav .subNavHeader {
		font-size: 17px;
		line-height: 18px;
		padding-bottom: 10px;
	}
	nav#subNav ul.subNavItems li a {
		font-size: 12px;
		line-height: 18px;
		padding-top: 7px;
		padding-bottom: 7px;

	}

	footer .spacer {
		height: 50px;
	}

	form input.btn,
	span.btn a,
	p.btn a,
	p.btn input,
	p.btn2 > a {
		font-size: 15px;
	}

	.fce.gallery .flex-control-nav.flex-control-thumbs,
	.flex-direction-nav {
		display: none;
	}

	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.ce-textpic.ce-right.ce-intext .ce-gallery {
		float: none;
		margin-left: 0;
	}
	.csc-default .csc-textpic-intext-right-nowrap .csc-textpic-text,
	.frame-default .csc-textpic-intext-right-nowrap .csc-textpic-text,
	.frame-default .ce-textpic.ce-right.ce-intext .ce-bodytext {
		margin-right: 0;
	}

	#p7 .contentMain {
		font-size: 15px;
		line-height: 20px;
	}

	.fce.quoteSlider .slides li.quote blockquote {
		font-size: 19px;
		line-height: 25px;
		padding-bottom: 20px;
	}
	.fce.quoteSlider .slides li.quote .author {
		font-size: 13px;
		line-height: 18px;
	}

	/*Calendar*/
	.tx-cal-controller .list-view .eventcol-2 .vevent:first-of-type {
		border-top: none;
	}
	.tx-cal-controller .list-view .vevent.allday .datewrap .end {
		display: inline;
	}


	.layout-10 .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn,
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn,
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn,
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn,
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn,
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn,
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn,
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn,
	.layout-10 .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn,
	.layout-11 .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn,
	.frame-layout-10 .ce-gallery[data-ce-columns="6"] .ce-column,
	.frame-layout-11 .ce-gallery[data-ce-columns="6"] .ce-column,
	.frame-layout-10 .ce-gallery[data-ce-columns="5"] .ce-column,
	.frame-layout-11 .ce-gallery[data-ce-columns="5"] .ce-column,
	.frame-layout-10 .ce-gallery[data-ce-columns="4"] .ce-column,
	.frame-layout-11 .ce-gallery[data-ce-columns="4"] .ce-column,
	.frame-layout-10 .ce-gallery[data-ce-columns="3"] .ce-column,
	.frame-layout-11 .ce-gallery[data-ce-columns="3"] .ce-column,
	.frame-layout-10 .ce-gallery[data-ce-columns="2"] .ce-column,
	.frame-layout-11 .ce-gallery[data-ce-columns="2"] .ce-column {
		width: 100%;
	}

	.entryPrice h4 {
		font-size: 9px;
	}

	.fce.dauerausstellung .images .flex-control-wrap {
		position: relative;
		margin-top: 0;
		overflow: visible;
	}
	#p302 .fce.row > div .csc-default,
	#p302 .fce.row > div .csc-default:not(:last-child),
	#p302 .fce.row > div .frame-default,
	#p302 .fce.row > div .frame-default:not(:last-child) {
		margin-bottom: 10px;
	}

	footer .socialIcons {
		display: flex;
	}
	footer .socialIcons .mt-desktop {
		margin-top: 0;
	}
	footer .socialIcons .mt-desktop a:first-of-type img {
		margin-left: 5px;
	}
}
@media (max-width: 500px) { /* Smartphone */
	#cookie-dialogue {
		width: auto;
		left: 5px;
		right: 5px;
	}
	#cookie-dialogue a.button {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin: 0;
		margin-top: 5px;
		width: 100%;
		float: left;
	}
	#cookie-dialogue a.button#cookie-ok-button {
		margin-left: 0;
	}

	/* Daten&Fakten Tabelle */
	#c538 table tr {
		display: block;
		background: transparent;
		border-bottom: solid 1px #999;
		padding: 5px 0 ;
	}
	#c538 table th,
	#c538 table td {
		display: block;
	}
}
@media (max-width: 400px) { /* Smartphone small */
	#mobileMenu {
		width: 80vw;
		left: -80vw;
	}
	body.menuOpened #mobileMenu {
		-webkit-transform: translateX(80vw);
		-moz-transform: translateX(80vw);
		-ms-transform: translateX(80vw);
		transform: translateX(80vw);
	}

	body.menuOpened > #pageWrap > .container {
		-webkit-transform: translateX(80vw);
		-moz-transform: translateX(80vw);
		-ms-transform: translateX(80vw);
		transform: translateX(80vw);
	}
	body.menuOpened #pageWrap > header {
		-webkit-transform: translateX(80vw);
		-moz-transform: translateX(80vw);
		-ms-transform: translateX(80vw);
		transform: translateX(80vw);
	}
	body.menuOpened #upperHeader {
		-webkit-transform: translateX(-80vw);
		-moz-transform: translateX(-80vw);
		-ms-transform: translateX(-80vw);
		transform: translateX(-80vw);
	}
}

#p1418 .tx-pilmailform-pi1 input, #p1418 .tx-pilmailform-pi1 textarea, #p1418 .tx-pilmailform-pi1 select, #p1418 .tx-pilmailform-pi1{
	margin-bottom:10px;
}
