@charset 'utf-8';
/*************
 * Menublock *
 *************/

#headimage .text{
	background-color: rgba(0, 52, 125, 0.8);
}

#headimage .text > * {
	background-color: transparent !important;
}

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

.sidebar ul,
/*header #menuMain .submenu .categoryItems,*/
nav#subNav ul.subNavItems .shariff-buttons
{

	padding: 0;
	margin: 0;
	list-style: none;
	border-top: none!important;
	text-transform: uppercase;
}

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

nav#subNav ul.subNavItems li a
{
	display: block;
	padding-right: 12px;
	color: #00347D;
	font-size: 16px;
	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;
}


#contentArea .sidebar ul li:not(.shariff-button) a,
header #menuMain .submenu .categoryItems li a,
header #menuMain .dropdown .submenu-single ul li a
{
	display: block;
	padding-right: 12px;
	color: #00347D;
	font-size: 16px;
	line-height: 25px;
/*	padding-top: 0px!important;*/
	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;
}


.sidebar .widget_recent_entries ul li a:focus,
.sidebar .widget_recent_entries ul li a:hover,
header #menuMain .submenu .categoryItems li a:focus,
header #menuMain .submenu .categoryItems li a:hover,
header #menuMain .dropdown .submenu-single ul li a:focus,
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;
}
.sidebar .widget_recent_entries ul li a:active,
header #menuMain .submenu .categoryItems li a:active,
header #menuMain .dropdown .submenu-single ul li a:active,
nav#subNav ul.subNavItems li a:active {
	border-right: solid 12px #FFD601;
	padding-right: 0;
}

header #menuMain .submenu .categoryItems li.active a,
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: 16px;
	color: #000;
}
body .mm-page > .container,
body > #pageWrap > .container {
	padding-top: 140px;
}

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

.h1,
h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 25px;
}
h2 {
	font-size: 19px;
	text-transform: uppercase;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 20px;
}
h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 20px;
}

h5 {
	font-size: 16px;
	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 a {
	font-weight: 600;
}
/*#contentArea a:hover,
#contentArea a:focus {
	background-color: rgba(255, 214, 1, 0.5);
}*/

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

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

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

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

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

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

	transition: margin-top 0.4s;
}

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

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

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

	border: solid 2px #FFD601;

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

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

	visibility: visible;
	opacity: 1;
}

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

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

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

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


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

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

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

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

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

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

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

	transition: margin-top 0.4s;
}

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

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

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

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

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

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

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

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

header #lowerHeader::after {
	/*background: #f2f2f2;*/
	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 header {
	height: 100px;
	top: -35px;
}
.scrolled header #lowerHeader {
	height: 60px;
}
.scrolled header #lowerHeader::after {
	background: #ccc;
	transition: background 0.2s ease 0.3s;
}
.scrolled header #lowerHeader #logo {
	opacity: 0;
	transform: translateY(-45px);
}
.scrolled header #menuMain {
	margin-top: 10px;
}
.scrolled header #searchform {
	margin-top: 15px;
}

#breadcrumb {
	margin-top: 30px;
	margin-bottom: 20px;

	font-size: 16px;
	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 {}
h2.widget-title,
nav#subNav .subNavHeader {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 25px;
	text-transform: uppercase;
	margin-top: 40px;
}
h2.widget-title {
	padding-bottom: 10px;
}
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 a {

}
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: 24px;
	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{
	float:left;
/*	display: inline-block;*/
	margin-right:15px;
}
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;
}

/***********
 * Buttons *
 ***********/
a.button {
	cursor: pointer;
	display: block;
	height: 33px;
	margin-top: 24px;
	border: solid 1px #666;
	color: #999;
	font-size: 21px;
	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;
}

p.btn,
p.btn2 {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:right;
	border-radius: 0;
}

.comment-respond input[type="submit"],
.comments-area .reply a,
form input.button,
form input.btn,
span.btn a,
p.btn a,
p.btn input,
p.btn2 > a {
	padding: 0 30px;
	text-decoration: none;
	display: inline-block;
	min-width: 200px;
	height: 33px;
	border: solid 1px #00347D;
	color: #00347D;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400 !important;
	text-align: center;
	background: transparent;
	transition: background 0.25s, color 0.25s;
}
.comments-area .reply a:after,
form input.button:after,
form input.btn:after,
span.btn a:after,
p.btn a:after,
p.btn input:after,
p.btn2 > a:after
{
	content: ' ›';
}
.comment-respond input[type="submit"]:hover,
.comments-area .reply a:hover,
form input.button:hover,
form input.btn:hover,
span.btn a:hover,
p.btn a:hover,
p.btn input:hover,
p.btn2 > a:hover
{
	background: #00347D !important;
	color: #fff;
}

.comments-area .reply a,
p.btn input {
	float:right;
	font-weight:normal;
}

/********************
 * 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;
}
#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;
	font-size: 21px;
	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;

	padding-bottom: 2px;
}

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

#tx_cookies #tx_cookies_deny {
	color: #ffffff;
	background: #00347d!important;
}

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

/*****************
 * Blog specific *
 *****************/
/*Admin bar*/
#wpadminbar {
	top: -31px;
	transition: top 0.4s;
}
#wpadminbar:hover {
	top: 0;
}
#wpadminbar #wp-admin-bar-wp-logo {
	margin-top: 31px;
	transition: margin-top 0.4s;
	background: #23282d;
	border-bottom-right-radius: 4px;
}
#wpadminbar:hover #wp-admin-bar-wp-logo {
	margin-top: 0;
}
#contentArea img {
	max-width: 100%;
	height: auto;
}
div.wp-caption {
	width: auto !important;
}

div.tagcloud {
	background: #fafafa;
	border: solid 1px #f1f1f1;
	padding: 5px 15px;
}
.sidebar .widget_archive li,
.sidebar li.recentcomments {
	padding-top: 12px;
	padding-bottom: 10px;
	text-transform: none;
}
#contentArea .sidebar .widget_archive li a {
	display: inline;
}

/*pagination*/
.morePosts .Nav {
	float: right;
}
.morePosts .Nav span {
	float: left;
	padding: 0 7px;
	font-size: 21px;
	line-height: 25px;
}
.morePosts .Nav .act {
	font-weight: 600;
	color: #00347D;
}
.morePosts .Nav .ellipsis,
.morePosts .Nav .page a {
	color: #ccc;
	line-height: 25px;
	transition: color 0.3s;
}
.morePosts .Nav .page a:hover {
	color: #00347D;
}
.morePosts .Nav span.prev a,
.morePosts .Nav span.next a {
	display: block;
	height: 25px;
	width: 25px;

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

	color: transparent;
	font-size: 0;
}
.morePosts .Nav span.prev a {
	background: url(system_images/arrows/left.svg);
}
.morePosts .Nav span.prev:hover a {
	background: url(system_images/arrows/left_active.svg);
}
.morePosts .Nav span.next a {
	background: url(system_images/arrows/right.svg);
}
.morePosts .Nav span.next:hover a {
	background: url(system_images/arrows/right_active.svg);
}

/*comments*/
.comments-area {
	background: #fafafa;
	border: solid 1px #f1f1f1;
	padding: 5px 15px;
}
.comments-area .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments-area .comment-list .comment .comment-body,
.comments-area .comment-list .comment {
	overflow: auto;
}
.comments-area .comment-list .comment .children {
	margin: 0;
	padding: 0;
	border-left: solid 2px #FFD601;
	padding-top: 5px;
	padding-left: 9px;
	padding-bottom: 10px;
	margin-left: 2px;
}

.comment-respond {
	border-top: solid 1px #ccc;
	margin-top: 50px;
	/*padding-top: 20px;*/
}
.comment-respond label {
	display: block;
}
.comment-respond label#captcha_code_label {
	display: inline-block;
}
.comment-respond input,
.comment-respond textarea {
	width: 100%;
}
p.subheader {
	font-size: 14px;
	margin-top: -10px;
}

article.post p.btn2 {
	margin-bottom: 40px;
}
#headimage {
	margin-bottom: 20px;
}
#headimage h1,
#headimage .h1,
#headimage .subheader {
	display: inline-block;
	font-size: 35px;
	line-height: 40px;
	margin: 2px 0 0 0;
	padding: 0 10px;
	background: rgba(0, 52, 125, 0.8);
	color: #fff;
	text-transform: none;
	font-weight: normal;
}
#headimage .subheader {
	font-size: 25px;
}
#headimage .text {
	position: absolute;
	bottom: 50px;
	top: auto;
	left: 45px;
}
/*Sidebar*/
.sidebar .widget.widget_archive label.screen-reader-text {
	display: none;
}
.sidebar .widget.widget_archive select {
	width: 100%;
	border: solid 1px #ccc;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 8px;
}


#wait_approval{
	color: green;
}



/* shariff-icon */
.shariff-button.twitter .shariff-icon svg path {
	display: none;
}

.shariff-button.twitter .shariff-icon {
	background-image: url(system_images/logo_rund_twitter.svg);
	background-color: #fff;
	display: block;
	height: inherit;
	background-repeat: no-repeat;
	background-position: center;
}



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

}

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

@media (max-width: 1199px) { /* MD */
	header #menuMain {
	}
	header #menuMain > li > a {
		/*padding: 10px 8px 20px 8px;*/
		font-size: 16px;
	}
	header #searchform {
		/*margin-top: 50px;*/
	}

	#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: 26px;
		line-height: 35px;
	}
	#headimageslider .slides li .description .sliderText {
		margin-top: 3px;
		font-size: 26px;
		line-height: 35px;
	}
	header #menuMain>li>a {
		padding: 10px 10px 20px 10px;
	}
}

@media (max-width: 991px) { /* SM */
	#headimageslider .slides li .description {
		bottom: 10px;
	}

	header {
		height: 125px;
	}
	header #lowerHeader {
		height: 85px;
	}
	header #logo {
		height: 85px;
	}
	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: 30px;
		line-height: 35px;
		padding-bottom: 40px;
	}
	.fce.quoteSlider .slides li.quote .author {
		font-size: 18px;
		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;
	}

	#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);
	}

	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 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 header #lowerHeader #logo {
		opacity: 1;
		transform: translate(0);
	}
	.scrolled header #logo {
		height: 60px;
	}
	.scrolled header #logo img {
		max-width: 176px;
		padding: 8px 0;
	}
	.scrolled 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: 17px;
		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: 10px;
		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: 782px) {
	#wpadminbar {
		display: none;
	}
}
@media (max-width: 767px) { /* XS */
	body .mm-page > .container,
	body > #pageWrap > .container {
		padding-top: 100px;
	}

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

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

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



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


	.fce.dauerausstellung .images .flex-control-wrap {
		position: relative;
		margin-top: 0;
		overflow: visible;
	}

	#headimage h1,
	#headimage .subheader {
		font-size: 25px;
		line-height: 30px;
		padding: 0 10px;
	}
	#headimage .subheader {
		font-size: 15px;
	}
	#headimage .text {
		bottom: 30px;
		left: 15px;
		right: 15px;
	}

	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;
	}
}
@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 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);
	}

	#headimage h1,
	#headimage .subheader {
		font-size: 20px;
		line-height: 25px;
		padding: 0 10px;
	}
	#headimage .subheader {
		font-size: 10px;
	}
	#headimage .text {
		bottom: 10px;
		left: 15px;
		right: 15px;
	}

}


#fancybox-title {
	font-size:16px;
	background: white!important;
	color: black;
}
