<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#modalLayer {
	background: white;
    padding: 1rem;
    border-radius: 20px;
    max-width: 33vw;
    text-align: left;
    box-shadow: 0 0 15px #777;
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 9999;
	
	max-height: 60vh;
	overflow:auto;
}

#modalLayer .cta.button {
	width: auto;
    margin: 0;
    display: inline-block;
}

#modalLayer button.close {
	position: absolute;
    right: 0.5rem;
    border: 0;
    background: transparent;
    font-weight: bold;
	cursor:pointer;
	font-size: 17px;
    line-height: 1;
    width: auto;
    height: auto;
}

.button.ticket-button {
	background: transparent;
	border:1px solid #746C61;
	color: #746C61;
}
.calendar .calendar-item .ticket-availability {
	font-size: small;
	display: inline-block;
	margin-top: .5rem;
	margin-left: .5rem;
}

.calendar .calendar-item .ticket-availability .state-full {
	color: #741105;
}
.calendar .calendar-item .ticket-availability .state-free {
	color: #156b24;
}
.calendar .calendar-item .ticket-availability .state-warning {
	color: #cd9601;
}

.exhibition-page .csc-textpic {
	clear:both;
}

.downloadwithcode .text {
	margin-bottom:50px;
}
.downloadwithcode .action-button { 
	border:0; 
	background-color: #746C61;
	padding: 10px 20px;
	color: #ffffff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none !important;
	line-height: normal;
	text-transform: uppercase;
	vertical-align: bottom;
}
.downloadwithcode .download .inner {
	margin-bottom:25px;
	border-bottom:1px dotted #777;
}
.downloadwithcode .download .action-button {
	vertical-align: top;
	float:right;
}
.downloadwithcode .action-button:hover,
.downloadwithcode .action-button:focus {
	color: #ffffff;
	background-color: #857866;
}

.downloadwithcode .field {
	display:inline-block;
	width:70%;
}

@media only screen and (max-width: 47.938em) {
	.downloadwithcode .field {
		display:block;
		width:100%;
		margin-bottom:10px;
	}

	.downloadwithcode .download .inner {
		padding-bottom:10px;
	}

	.downloadwithcode .action-button, .downloadwithcode .download .action-button {
		float:none;
		width:100%;
		text-align:center;
	}
}

button.accept {
	border:0;
	text-transform: uppercase;
	cursor:pointer;
}
.columns.text-center {
	text-align:center;
}

/* icon font */
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?zclu47');
    src:    url('../fonts/icomoon.eot?zclu47#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?zclu47') format('truetype'),
        url('../fonts/icomoon.woff?zclu47') format('woff'),
        url('../fonts/icomoon.svg?zclu47#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* global */
body {
	font-family: Georgia,serif;
	background: #746C61;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
.inline-list {
	margin: 0;
}
.inline-list &gt; li {
	float: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.inline-list &gt; li &gt; * {
    display: block;
}
ul, ol, p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 21px;
	line-height: 1.313rem;
}
ul {
	list-style: none;
	margin: 0 0 20px 0;
}
ul li ul,
ul li ol {
	margin-left: 20px;
}
small,
.small {
	font-size: 12px;
	font-size: 0.750rem;
}
p.small {
    color: #777777;
    font-size: 12px;
    font-size: 0.750rem;
    line-height: 17px;
    line-height: 1.063rem;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,serif;
	margin: 0;
	text-rendering: auto;
}
h1 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin: 0 0 26px 0;
	padding: 0;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-size: 1.125rem;
    font-style: italic;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0 0 11px 0;
}
h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 17px 0;
	position: relative;
}
h3.subtitle2 {
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	
}
.no-gap {
    margin: 0 !important;
}
p {
	line-height: 21px;
	line-height: 1.313rem;
	margin: 0 0 15px 0;
}
table {
	font-size: 14px;
	font-size: 0.875rem;
	width: 100%;
}
table td {
	line-height: 21px;
	line-height: 1.313rem;
}
fieldset {
	border: 0 none;
	margin: 0 0 20px 0;
	padding: 0;
}
select,
input[type="text"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="email"],
input[type="submit"],
input[type="password"],
textarea {
	font-size: 14px;
	font-size: 0.875rem;
	font-family: Georgia,serif;
	color: #000000;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	width: 100%;
	display: block;
	line-height: normal;
	vertical-align: middle;
	background-image: none;
	height: 26px;
	border: 0 none;
	background-color: #E8E7E4;
	margin: 0 0 0 1px;
    padding: 4px 10px;
    border-bottom: 1px dotted #777777;
    -webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}


label input[type="text"],
label SPAN.input-left { display:inline-block; }

input[type="checkbox"],
input[type="radio"] {
	margin: 0 10px 0 0;
}
select {
	text-indent: 0.01px;
    	text-overflow: "";
	cursor: pointer;
	background: url('../images/sprite.png') no-repeat right -172px;
	border: 0 none;
	margin: 0;
}
textarea {
	height: auto;
	resize: none;
}
.events-search-form select,
.persons-search select {
	background: url('../images/sprite.png') no-repeat right -106px;
	height: 42px;
	padding: 12px 41px 12px 10px;
}
select::-ms-expand {
    display: none;
}
select,
input,
textarea {
	outline: none;
}
select:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
input[type="email"]:focus,
textarea:focus {
	background-color: #ffffff;
}
input[type="submit"],
.submit {
	background-color: #E8E7E4;
    border-bottom: 1px solid #777777;
    border-top: 1px solid #777777;
    color: #000000;
    cursor: pointer;
    height: auto;
    margin: 0;
    padding: 3px 0;
    width: auto;
}
.tx-felogin-pi1 input[type="submit"],
.tx-felogin-pi1 .submit {
	margin-top:15px;
}
input[type="submit"]:hover,
.submit:hover {
	color: #746C61;
}
.selectgroup {
	border-bottom: 0 none;
}
.input-left {
	position: relative;
	line-height: normal;
	display: block;
}


.input-left:before {
    border-left: 1px dotted #777777;
    height: 13px;
    margin: 0;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
label {
	color: #777777;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 14px 0 0 0;
	display: block;
	line-height: 21px;
	line-height: 1.313rem;
}
.chkbxlabel {
	display: inline;
}
fieldset .small-6 &gt; label:first-of-type {
	margin: 0;
}
#form-membership fieldset .small-6 &gt; label:first-of-type,
.patenschaft fieldset .small-6 &gt; label:first-of-type,
#booking_request fieldset .small-6 &gt; label:first-of-type,
.b2bnl fieldset .small-6 &gt; label:first-of-type {
	margin: 14px 0 0 0;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
	display: none;
}
.checkbox,
.radio {
	position: relative;
}
.checkbox label,
.radio label {
	padding-left: 25px;
	cursor: pointer;
}
.checkbox label:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e628';
	left: 1px;
	position: absolute;
	top: 1px;
	font-size: 16px;
	font-size: 1rem;
}
.radio label:before,
.radio input[type="radio"]:not(:checked) + label:before,
.radio input[type="radio"]:checked + label:before {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 50%;
	border: 1px solid #777777;
	position: absolute;
	top: 3px;
	left: 0;
}
.checkbox input[type="checkbox"]:not(:checked) + label:before {
	content: '\e628';
}
.checkbox input[type="checkbox"]:checked + label:before {
	content: '\e627';
}
.radio input[type="radio"]:checked + label:before {
	border-color: #222222;
	background: #222222;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label,
.checked {
    color: #000000;
}
.error {
	color: #A20000;
}
form p.error {
	font-size: 12px;
	font-size: 0.750rem;
	text-align: left;
}
.input-left.error:before,
input.error,
textarea.error {
	border-color: #A20000;
}
.input-left.error:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e619";
	color: #A20000;
	position: absolute;
    right: -3px;
    top: 4px;
}
.tx-srfreecap-pi1-cant-read { display:block; }
.tx-srfreecap-pi1-cant-read, .tx-srfreecap-pi1-cant-read A {
    color: #777777;
    
    font-size: 0.875rem;
    line-height: 1.313rem;
}
.content-large .Tx-Formhandler .text-center P { text-align:center; }
.content-large .Tx-Formhandler .text-center input[type="submit"] { display:inline-block; }
.content-large .Tx-Formhandler input[type="submit"].button { 
	border:0; 
	background-color: #746C61;
	padding: 15px 20px;
	color: #ffffff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none !important;
	line-height: normal;
}
.content-large .Tx-Formhandler input[type="submit"].button:hover,
.content-large .Tx-Formhandler input[type="submit"].button:focus {
	color: #ffffff;
	background-color: #857866;
}
a {
	color: #000000;
}
a:hover {
	color: #746C61;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a[href^="mailto:"] {
	word-wrap: break-word;
}
.personslist a[href^="mailto:"] {
	word-wrap: normal;
	white-space: nowrap;
}
hr {
	border-bottom:1px dotted #777777;
	border-top:0 none;
	border-right:0 none;
	border-left:0 none;
	height:1px;
	clear:both;
	padding:20px 0 0 0;
	margin:0 0 20px 0;
}
.button {
	background-color: #746C61;
	padding: 15px 20px;
	color: #ffffff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none !important;
	line-height: normal;
}
.button:hover,
.button:focus {
	color: #ffffff;
	background-color: #857866;
}
.text-indent {
	text-indent: -9999px;
	/*display: inline-block;
	*display:inline;
	*zoom:1;*/
	display: none;
}
.icon-share .text-indent {
	float: left;
	display: inline;
}
.browser-upgrade {
	background: #746C61;
}
.browser-upgrade p {
	text-align: center;
	margin: 30px 0;
	font-size: 20px;
	font-size: 1.25rem;
	color: #ffffff;
}
.browser-upgrade a {
	text-decoration: underline;
	font-size: 20px;
	font-size: 1.25rem;
	color: #ffffff;
}
/* grid */
.wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #E8E7E4;
}
.wrapper-inner {
    margin-left: 0;
    position: relative;
    width: 100%;
    -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.wrapper-change-columns .large-push-3 {
	left: auto;
    right: auto;
}
.wrapper-change-columns .large-pull-9 {
	left: auto;
    right: auto;
}
.to-top {
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 0;
    z-index: 5000;
    background: rgba(51,51,51,0.5);
    padding: 15px;
    font-size: 20px;
    font-size: 1.25rem;
}
.red {
    color: #a20000;
}
/* table */
table.list {
    width: 100%;
    margin: 0;
    border: 0 none;
    padding: 0;
}
table.list td {
    border-bottom: 1px solid #777777;
    padding: 6px 2px;
}
table.list tr:hover td {
	background-color: #ffffff;
}
table.list p {
	margin: 0;
}
/* icons */
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h3 [class^="icon-"]:before,
h3 [class*=" icon-"]:before {
	position: absolute;
	right: 0;
	bottom: 8px;
	font-size: 32px;
	font-size: 2rem;
}
.icon-download-pdf:before {
    content: "\e90d";
}
.icon-location:before {
    content: "\e90e";
}
.icon-permalink:before {
    content: "\e90c";
}
.icon-star-filled:before {
    content: "\e90b";
}
.icon-view-image:before {
    content: "\e901";
}
.icon-view-image-text:before {
    content: "\e902";
}
.icon-view-text:before {
    content: "\e903";
}
.icon-download:before {
    content: "\e904";
}
.icon-filter:before {
    content: "\e905";
}
.icon-zoom-out:before {
    content: "\e907";
}
.icon-zoom-in:before {
    content: "\e908";
}
.icon-star:before {
    content: "\e909";
}
.icon-share-object:before {
    content: "\e90a";
}
.icon-info-large:before {
    content: "\e906";
}
.icon-instagram:before {
    content: "\e900";
}
.icon-check-thick:before {
    content: "\e633";
}
.icon-checkout-address:before {
    content: "\e62f";
}
.icon-checkout-cart:before {
    content: "\e630";
}
.icon-checkout-payment:before {
    content: "\e631";
}
.icon-checkout-summary:before {
    content: "\e632";
}
.icon-minus:before {
    content: "\e62d";
}
.icon-plus:before {
    content: "\e62e";
}
.icon-check:before {
    content: "\e62c";
}
.icon-city:before {
	content: "\e629";
}
.icon-country:before {
	content: "\e62a";
}
.icon-timeline:before {
	content: "\e62b";
}
.icon-checkbox-unchecked:before {
	content: "\e628";
}
.icon-checkbox-checked:before {
	content: "\e627";
}
.icon-attention:before {
	content: "\e626";
}
.icon-youtube:before {
	content: "\e621";
}
.icon-facebook:before {
	content: "\e622";
}
.icon-twitter:before {
	content: "\e623";
}
.icon-googleplus:before {
	content: "\e624";
}
.icon-picture-order:before {
	content: "\e625";
}
.icon-calendar:before {
	content: "\e620";
}
.icon-stop:before {
	content: "\e61e";
}
.icon-play:before {
	content: "\e61f";
}
.icon-zoom:before {
	content: "\e61d";
}
.icon-arrow-left:before {
	content: "\e619";
}
.icon-arrow-right:before {
	content: "\e61a";
}
.icon-arrow-up:before {
	content: "\e61b";
}
.icon-arrow-down:before {
	content: "\e61c";
}
.icon-close:before {
	content: "\e60a";
}
.icon-audioguide:before {
	content: "\e618";
}
.icon-ausstellung:before {
	content: "\e601";
}
.icon-barrierefrei:before {
	content: "\e602";
}
.icon-besucher:before {
	content: "\e603";
}
.icon-blog:before {
	content: "\e604";
}
.icon-cafe:before {
	content: "\e605";
}
.icon-doku:before {
	content: "\e606";
}
.icon-geschenk:before {
	content: "\e607";
}
.icon-info:before,
.icon-info-grey:before {
	content: "\e608";
}
.icon-kontakt:before {
	content: "\e609";
}
.icon-lupe:before {
	content: "\e600";
}
.icon-pdf-download:before {
	content: "\e60b";
}
.icon-pdf:before {
	content: "\e60c";
}
.icon-print:before {
	content: "\e616";
}
.icon-rss:before,
.icon-rss-grey:before {
	content: "\e60d";
}
.icon-schreiben:before {
	content: "\e60e";
}
.icon-share:before {
	content: "\e617";
}
.icon-shop:before {
	content: "\e60f";
}
.icon-tag:before,
.icon-tag-grey:before {
	content: "\e610";
}
.icon-ticket:before {
	content: "\e611";
}
.icon-verkehrsmittel:before {
	content: "\e612";
}
.icon-vermittlung:before {
	content: "\e613";
}
.icon-video:before {
	content: "\e614";
}
.icon-wissenschaft:before {
	content: "\e615";
}
.icon-rss-grey:before,
.icon-tag-grey:before,
.icon-info-grey:before {
	color: #777777;
}
/* header */
header {
	padding: 0 0 20px 0;
}
header .row:first-child {
	position: relative;
}
header .row:first-child .columns:first-child {
	/*position: static;*/ /* Ensures that "Die Standorte" stays on top */
	
}
.logo {
	margin: 40px 0 0 0;
	width:200px;
}
/* language info */
/*
.wrapper-languageinfo {
	background:#FFFFFF;
	color:#000000;
	display:none;
}
.wrapper-languageinfo &gt; .row {
    padding: 20px 0 40px;
}
.wrapper-languageinfo ul {
	margin:0;
	padding:0;
	list-style:none;
}
.wrapper-languageinfo ul li {
	padding:0;
	margin:0 0 8px 0;
}
.wrapper-languageinfo .icon-arrow-up {
	cursor:pointer;
	position:absolute;
	right:10px;
	bottom:-30px;
	font-size: 20px;
	font-size: 1.25rem;
}
*/
.wrapper-languageinfo {
	position: absolute;
	right: 0;
	top: 0;
	background: #ffffff;
	z-index: 5001;
	display: none;
}
.wrapper-languageinfo ul {
	margin: 20px;
}
.wrapper-languageinfo li {
	margin: 5px 0;
}
.wrapper-languageinfo .icon-close {
	cursor: pointer;
	display: block;
	margin: 0 0 20px 0;
	font-size: 16px;
}
.wrapper-languageinfo a {
	color: #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
}
.wrapper-languageinfo a:hover {
	border-bottom: 1px solid transparent;
}
/* locations */
.wrapper-locations {
	background:#FFFFFF;
	color:#000000;
	display:none;
}
.wrapper-locations &gt; .row {
    padding: 20px 0 40px;
}
.wrapper-locations ul {
	margin:0;
	padding:0;
	list-style:none;
}
.wrapper-locations ul li {
	padding:0;
	margin:0 0 8px 0;
}
.locations-link a {
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
	padding: 3px 0;
	position: absolute;
	top: 10px;
	z-index: 1000;
	line-height:normal;
	font-size: 14px;
	font-size: 0.875rem;
	color: #777777;
}
.locations-link:hover a {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	text-decoration:none;
	color: #000000;
}
.locations-link a.active {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color:#000000;
}
.locations-link a.active:hover {
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
	color:#777777;
}
.wrapper-locations .icon-arrow-up {
	cursor:pointer;
	position:absolute;
	right:10px;
	bottom:-30px;
	font-size: 20px;
	font-size: 1.25rem;
}
/* language switcher */
.language-switcher {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1000;
}
.language-switcher li .triangle {
	/*border-right: 25px solid #E8E7E4;
	border-top: 12px solid transparent;*/
	border-bottom: 12px solid transparent;
    	border-left: 25px solid #afafad;
}
.language-switcher li.active .triangle,
.language-switcher li:hover .triangle {
	border-left: 25px solid #ffffff;
}
.language-switcher li {
	margin:0 0 0 5px;
	/*background: #afafad;*/
}
.language-switcher a {
	padding: 9px 0 5px 0;
	text-align: center;
	color: #000000;
	font-weight:bold;
	width: 25px;
	font-size: 12px;
	font-size: 0.750rem;
	background: #afafad;
}
.language-switcher a:hover {
	text-decoration:none;
}
.language-switcher li:hover a,
.language-switcher li.active a {
	background:#ffffff;
}
/* search */
header form{
  background:#E8E7E4;
  float:right;
  width:220px;
  position:relative;
}
header .text{
  width:97px;
  background:#E8E7E4;
  border:none;
  padding:0 10px;
  margin:0;
  color:#000000;
  float:left;
  height:26px;
  color:#777777;
  /*line-height:26px;*/
  line-height:normal;
}
header .text.focus-search {
  background:#ffffff;
  color:#000000;
}
header .submit-search.focus-search {
  background:url(../images/sprite.png) no-repeat -32px -55px #ffffff;
}
header .submit{
  width:22px;
  height:26px;
  float:left;
  margin:0;
  padding:0;
  border:none;
  background:url(../images/sprite.png) no-repeat -32px 5px;
  cursor: pointer;
}
header .search-holder {
  position:relative;
  float:right;  
}
header .search-item {
  position:absolute;
  color:#777777;
  left:10px;
  top:3px;
  line-height: 21px;
  line-height: 1.313rem;
  cursor: text;
  font-size: 14px;
  font-size: 0.875em;
}
/* main nav */
.main-nav .inline-list {
	overflow: visible;
	position: relative;
}
.main-nav .inline-list &gt; li {
	margin: 0;
}
.main-nav ul {
	font-size: 18px;
	font-size: 1.125rem;
	border-top: 1px dotted #777777;
	border-bottom: 1px dotted #777777;
}
.main-nav a {
	padding: 10px 15px;
	color: #777777;
	line-height: 21px;
	line-height: 1.313rem;
}
.main-nav ul &gt; li:hover &gt; a {
	background: rgba(255, 255, 255, 0.95);
}
.main-nav ul &gt; li:hover &gt; a, .main-nav ul &gt; .active &gt; a {
	color:#000000;
	text-decoration:none;
}
.main-nav ul li:hover .mega-drop-down-menu {
	visibility:visible;
}
.mega-drop-down-menu {
	background: rgba(255, 255, 255, 0.95);
	left: 0;
	position: absolute;
	top: 40px;
	visibility:hidden;
	width: 100%;
	z-index: 3000;
	color:#777777;
	text-align: left;
}
.mega-drop-down-menu h3 {
    font-weight: normal;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 22px 0 18px;
    padding: 6px 0 2px;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: none; 
}
.mega-drop-down-menu h3:first-of-type {
	margin-top: 0;
}
.mega-drop-down-menu p {
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
}
.mega-drop-down-menu a {
	padding: 3px 0;
	margin: 5px 0 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
.mega-drop-down-menu .csc-default a {
	text-decoration: none;
	line-height: normal;
}
.mega-drop-down-menu p:first-of-type a {
	margin: 0;
}
.mega-drop-down-menu .small-4 {
	margin: 16px 0 20px 0;
    padding: 0 20px;
    border-left: 1px dotted #777777;
}
.mega-drop-down-menu .small-4:first-child {
	border: 0 none;
	padding: 0 20px 0 30px;
}
.mega-drop-down-menu .small-4:last-child {
	padding: 0 30px 0 20px;
}
.mega-drop-down-menu ul li a:hover,
.mega-drop-down-menu p a:hover {
	color:#000000;
	border-color: #777777;
}
.mega-drop-down-menu .csc-textpic-imagewrap,
.mega-drop-down-menu img,
.mega-drop-down-menu DIV.csc-textpic DIV.csc-textpic-single-image IMG {
	margin-bottom:0;
}
/* sub nav */
.sub-nav {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #777777;
}
.sub-nav li {
	margin: 0 0 10px 0;
}
.sub-nav a {
	color: #777777;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.sub-nav a:hover {
	border-color: #777777;
	color: #000000;
	text-decoration: none;
}
.sub-nav &gt; .active &gt; a,
.sub-nav ul &gt; .active &gt; a {
	color: #000000;
}
.sub-nav ul {
	margin-top: 10px;	
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0 20px 0;
	font-size: 12px;
	font-size: 0.750rem;
	color: #808080;
}
.breadcrumb a {
	color: #808080;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb li:first-child {
	margin: 0;
	background: none;
}
.breadcrumb li:last-child,
.breadcrumb li.last-child {
	margin: 0;
	padding: 0;
	background: none;
}
.breadcrumb li {
	 background: url('../images/bullet.gif') no-repeat right 6px;
	 padding-right: 15px;
	 margin-right: 10px;
}
/* startpage */
.startpage .header-image {
	margin-top: 20px;
}
/* multicolumn */
.grid h3,
.content-left h3,
.content-right h3,
.blog h2 {
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 5px solid #000000;
    line-height: 24px;
    line-height: 1.5rem;
    margin: -6px 0 16px 0;
    padding: 6px 5px 2px 0;
    word-wrap: break-word;
}
.row.grid {
	margin-bottom: 30px;
}
.content .row.grid {
	margin-bottom: 0;
}
/* slider */
.slider {
	overflow: hidden;
	xvisibility: hidden;
	height: 366px;
}
img.rsImg {
	 max-width: 100%;
}
.slider .rsNav {
  position:absolute;
  z-index:1000;
  bottom:0;
  left:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.slider .rsNav .rsNavItem {
  display:inline-block;
  *display:inline;
  *zoom:1;
  padding:0;
  cursor: pointer;
}
.slider .rsNav .rsNavItem {
  text-decoration:none;
  padding:7px 11px;
  background:#ffffff;
  font-size:12px;
  font-size: 0.750em;
}
.slider .rsNav .rsNavSelected {
  background:#777777;
  color:#ffffff;
}
.slider .rsNav .rsNavItem:hover {
  background:#777777;
  color:#ffffff;
}
/* content */
.header-image {
	margin-bottom: 30px;
}
.content-top {
	margin-bottom: 30px;
}
.content-left,
.content-left a,
.content-right,
.content-right a,
.content-right a.more {
	color: #777777;
}
.content-left a:hover,
.content-right a:hover {
	text-decoration: none;
}
.content-left h3,
.content-right h3 {
	text-transform: none;
	border-color: #777777;
	color: #777777;
}
.content-right {
	border-bottom: 1px dotted #777777;
	overflow: hidden;
}
a.more {
	/*clear: both;
	display: block;
	float: left;*/
	text-decoration: none !important;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	line-height:normal;
	padding:3px 0;
	font-size: 14px;
	font-size: 0.875rem;
	color: #000000;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
a.more:hover {
	border-color: #746C61;
	color: #746C61;
}
.print-share {
	margin-top: 30px;
}
.print-share a {
	font-size: 25px;
	font-size: 1.563rem;
	margin-right: 20px;
}
.print-share a:hover {
	color: #000000;
}
.csc-frame-rulerBefore {
	border-top: 1px dotted #777777;
	margin: 17px 0 0;
	padding: 17px 0 0;
	width: 100%;
}
#c12294,
#c11646,
#c12509,
#c11970 {
	float: left;
}
.content p,
.content-large p {
	/*RF: Remove justify from KHM websites (#8991)*/
	/*text-align: justify;*/
	text-align: left;
}
.tipp {
    padding: 3px 0 0 25px;
    position: relative;
}
.tipp:before {
    font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e626";
	position: absolute;
	left: 0;
	font-size: 20px;
	font-size: 1.250rem;
	color: #005f95;
}
.flex-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 51.4%;
    padding-top: 1.38889rem;
    position: relative;
}
.flex-video-220 {
    padding-bottom: 58%;
}
.flex-video-300 {
    padding-bottom: 48.776596%;
}
.flex-video-460 {
    padding-bottom: 51.4%;
}
.flex-video-940 {
    padding-bottom: 53.9%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.flex-video.vimeo {
	padding-top: 1rem;
}
iframe {
	width: 100% !important;
}
/* image overlay */
.image-overlay {
	background: #000000;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
.box-product .image:hover .image-overlay,
.grid .csc-textpic-imagewrap:hover .image-overlay,
.wrapper-photo:hover .image-overlay {
	opacity:0.4;
	filter: alpha(opacity=40);
	cursor:pointer;
}
.box-product .dummy-container,
.dummy-container {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	cursor:pointer;
	width:100%;
	height:100%;
}
.box-product .shop-preview,
.more-preview {
	display: none;
	position: relative;
	top: 44%;
}
.box-product .image:hover .shop-preview,
.csc-textpic-imagewrap:hover .more-preview {
	display:block;
}
.box-product .image a.shop-link,
.csc-textpic-imagewrap a.more-link {
	color:#ffffff;
	border-color:#ffffff;
	display:inline-block;
	*display:inline;
	*zoom:1;
	float:none;
	font-size:14px;
	font-size: 0.875rem;
}
/* read more */
.read-more .more-up,
.read-more .read-more-content,
.read-more.active .more-down {
	display: none;
}
.read-more.active .more-up {
	display: inline-block;
	*display:inline;
	*zoom:1;
}
/* Exhibition Overview */
.exhibition-overview {
	padding:5px 0 0 0;
	position: relative;
	overflow: hidden;
}
.exhibition-overview.full {
    width: 100%;
    float: left;
}
.exhibition-overview.half {
    width: 50%;
    float: left;
}
.exhibition-overview .image-holder {
	position:relative;
}
.exhibition-overview .image-holder a {
	display:block;
}
.exhibition-overview .text-holder {
	position:relative;
	z-index:1000;
	margin-left: -20px;
	margin-bottom: 15px;
}
.slider .exhibition-overview .text-holder {
	margin-bottom: 0;
}
.exhibition-overview .text-holder a.more {
	margin:16px 10px 0 10px;
}
.exhibition-overview h2 {
	margin:10px 10px 0 10px;
	font: 16px/24px Georgia, serif;
	font: 1rem/1.5rem Georgia, serif;
	font-weight:bold;
}
.exhibition-overview h2 a {
	text-decoration:none;
}
.exhibition-overview h2 a:hover {
	text-decoration:underline;
}
.exhibition-overview .info {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	line-height: 24px;
	line-heihgt: 1.5rem;
	margin:0 10px;
}
.exhibition-overview hr {
	border-bottom:5px solid #ffffff;
	border-top:0 none;
	border-right:0 none;
	border-left:0 none;
	height:1px;
	clear:both;
	padding:10px 0 0 0;
	margin:0 10px 17px 10px;
}
.exhibition-overview .subtitle2 {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 10px 10px;
}
.exhibition-overview .duration {
	margin:0 10px;
	font-size: 0.875rem;
	font-size: 14px;
	line-height: 21px;
	line-height: 1.313rem;
}
.exhibition-overview .location {
	margin:12px 10px 0 10px;
}
.exhibition-overview .triangle {
	height: 0;
    overflow: hidden;
    padding-top: 11.71875%;
    width: 23.4375%;
    bottom: 0;
    position: absolute;
    right: 0;
}
.exhibition-overview .triangle:after {
    border-right: 240px solid #E8E7E4;
    border-top: 120px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -120px;
    width: 0;
}
.exhibition-overview.half .triangle {
	width: 46.9388%;
	padding-top: 23.4694%;
}
.exhibition-overview a.more {
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.exhibition-overview .medium-9 {
	width: 77.083333%;
}
.exhibition-overview .medium-3 {
	width: 22.916667%;
}
.slider .exhibition-overview .medium-3 {
	min-height: 230px;
}
.exhibition-overview .small-6:first-child {
	width: 55.102041%;
}
.exhibition-overview .small-6 {
	width: 44.897959%;
}
.exhibition-overview.exhibition-current .image-holder:hover .image-overlay {
	opacity:0.8;
	filter: alpha(opacity=80);
	cursor:pointer;
}
.exhibition-overview.exhibition-current .image-holder .date-preview {
	position:relative;
	top:48%;
	font-size:16px;
	font-size: 1rem;
	display:none;
}
.exhibition-overview.exhibition-current .image-holder:hover .date-preview {
	display:block;
}
.exhibition-overview.exhibition-preview .image-holder .image-overlay {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.exhibition-overview.exhibition-preview .image-holder:hover .image-overlay,
.exhibition-overview.exhibition-preview .image-overlay:hover {
	opacity:0;
	filter: alpha(opacity=0);
}
.exhibition-overview.exhibition-preview .image-holder .date-preview {
	position:relative;
	top:48%;
	text-transform:uppercase;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding:3px 0;
	line-height:normal;
	font-size:16px;
	font-size: 1rem;
}
.exhibition-overview.exhibition-preview .image-holder:hover .date-preview {
	display:none;
}
.exhibition-overview.exhibition-preview .image-holder:hover .dummy-container {
	display:none;
}
/*
.exhibition-page .content-large .csc-default:nth-child(4n) {
	clear: both;
}
*/
/* list */
.list {
    border-bottom: 1px dotted #777777;
    margin: 0 0 40px 0;
    padding: 0 0 20px 0;
}
.list .row:first-of-type .text-holder,
.list .row:first-of-type .image-holder {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}
.list .text-holder,
.list .image-holder {
	border-top: 1px dotted #777777;
	margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}
.list h2 {
	font: bold 18px/24px Georgia,serif;
    font: bold 1.125rem/1.5rem Georgia,serif;
    margin: 0 0 11px 0;
}
.list h3 {
	font-style: italic;
    line-height: 24px;
    line-height: 1.313rem;
    margin: 0 0 11px;
}
.list img {
	border-top: 5px solid #777777;
}
.more-pages {
	position: relative;
	height: 60px;
}
.more-items-loader {
	left: 47%;
    position: absolute;
    top: 0;
}
.more-pages .button {
	text-decoration: none;
}
/* list subpages */
.list-subpages img {
	border: 0 none;
}
/* blog */
.blog h2 {
	font-style: normal;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	line-height: 21px;
	line-height: 1.313rem;
}
.blog h2 span {
	font-style: italic;
    line-height: 21px;
    line-height: 1.313rem;
    display: block;
}
.blog .small-4 p {
	text-align: left;
}
.blog .date {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
}
.blog .category {
	font-size: 12px;
	font-size: 0.750rem;
}
.blog .small-4 a {
	text-decoration: underline;
}
.blog .small-4 a:hover {
	text-decoration: none;
}
.blog .image {
	margin: 0 0 20px 0;
}
.blog-nav {
	margin: 0 0 40px 0;
}
.blog-nav li {
	margin: 0 0 5px 0;
}
.blog-nav .active a {
	color: #000000;
}
.blog-nav a:hover,
.blog-rss a:hover {
	text-decoration: underline;
	color: #000000;
}
.content .blog-category-headline {
	font-style: italic;
	font-size: 16px;
	font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: -6px 0 16px 0;
    padding: 6px 25px 2px 0;
    position: relative;
    display: inline-block;
    *display:inline;
	*zoom:1;
	text-align: left;
}
.blog-category-headline .icon-rss:before {
	font-size: 32px;
	font-size: 2rem;
	position: absolute;
	bottom: 8px;
	right: 0;
}
.blog-filter h3 {
	border-bottom: 5px solid #777777;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 14px 0 16px 0;
    padding: 6px 5px 2px 0;
    color: #777777;
    font-style: normal;
}
.blog-filter select {
	margin-bottom: 10px;
}
.blog-filter .blog-rss {
	margin-bottom: 20px;
}
.blog-filter .blog-rss a {
	color: #777777;
}
.blog iframe {
	margin: 0 0 20px 0;
}
.blog .wrapper-photo {
	margin: 0 0 20px 0;
}
/* wrapper photo for overlay */
.wrapper-photo {
	position: relative;
	display: inline-block;
	*display:inline;
	*zoom:1;
    max-width: 100%;
}
.wrapper-photo a.icon-zoom {
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 60px;
    font-size: 3.75rem;
    color: #ffffff;
    /*max-width: 460px;*/
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
.wrapper-photo a.icon-zoom:before {
	left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
}
.wrapper-photo:hover a.icon-zoom {
	opacity:1;
	filter: alpha(opacity=100);
}
.wrapper-photo a.icon-zoom:hover {
	text-decoration: none;
}
/* calendar */
.events-search-form input[type="submit"] {
	float: right;
	margin: 8px 0 0 0;
}
.events-search-form #search_start,
.events-search-form #search_end {
	border: 0 none;
	margin: 8px 0 8px 0;
	padding: 4px 0;	
}
.events-search-form {
	border-bottom: 1px dotted #777777;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.events-search-form label {
	display: block;
	margin: 11px 0 0 0;
}
.events-search-form .icon-calendar:before {
	position: absolute;
	right: 15px;
	top: 8px;
	font-size: 24px;
	font-size: 1.5rem;
}
.events-search-form .icon-calendar {
	cursor: pointer;
}
.events-search-form .border-right {
	border-right: 1px solid #777777;
}
.calendar .calendar-details,
.calendar .more-up {
	display: none;
}
.calendar-item.active .more-up {
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.calendar-item.active .more-down {
	display: none;
}
.calendar .location {
	font-size: 12px;
	font-size: 0.75rem;
    margin-bottom: 15px;
}
.calendar .location a {
	text-decoration: underline;
}
.calendar .location a:hover {
	text-decoration: none;
}
.calendar .calendar-details {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.calendar .wrapper-photo {
	margin: 0;
	border-top: 5px solid #777777;
}
.calendar .image-overlay {
	background:#ffffff;
	top:0;
	opacity:0.8;
	filter: alpha(opacity=80);
	height: 100%;
}
.calendar-item .wrapper-photo:hover .image-overlay {
	opacity:0;
	filter: alpha(opacity=0);
	cursor: default;
}
.calendar .yes-image .wrapper-photo:hover .date,
.calendar .yes-image .wrapper-photo:hover .duration,
.calendar .yes-image .wrapper-photo:hover .open,
.calendar .yes-image .wrapper-photo:hover .closed,
.calendar .yes-image .wrapper-photo:hover .cancelled,
.calendar .yes-image .wrapper-photo:hover .fully_booked {
  display:none;
}
.calendar .no-image .wrapper-photo {
	border-top:5px solid #777777;
	max-width: 220px;
	min-height: 145px;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
}
.calendar .no-image .image-overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
.calendar .no-image .wrapper-photo:hover .image-overlay {
  opacity:1;
  filter: alpha(opacity=100);
  cursor:default;
}
.calendar .no-image .wrapper-photo:hover .date,
.calendar .no-image .wrapper-photo:hover .duration {
  display:block;
}
.calendar .date {
	font-size:30px;
	font-size: 1.875rem;
	line-height:30px;
	line-height: 1.875rem;
	font-weight:bold;
	color:#777777;
	position:absolute;
	left:0;
	top:15px;
	width:100%;
	text-align:center;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
.calendar .duration {
	font-size:14px;
	font-size: 0.875rem;
	font-weight:bold;
	color:#777777;
	position:absolute;
	left:0;
	top:58px;
	width:80%;
	text-align:center;
	margin:0 0 0 20px;
	border-top:1px solid #777777;
	padding:10px 0 0 0;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
.calendar SPAN.fully_booked,
.calendar SPAN.cancelled,
.calendar SPAN.closed,
.calendar SPAN.open {
	text-transform:uppercase;
	border-top:1px solid #777777;
	padding:10px 0 0 0;
	margin:0 0 0 20px;
	width:80%;
	text-align:center;
	position:absolute;
	left:0;
	top:96px;
	font-weight:bold;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
.calendar .open.no-image .wrapper-photo:hover .image-overlay,
.calendar .closed.no-image .wrapper-photo:hover .image-overlay,
.calendar .fully_booked.no-image .wrapper-photo:hover .image-overlay,
.calendar .cancelled.no-image .wrapper-photo:hover .image-overlay {
	opacity:1;
	filter: alpha(opacity=100);
	cursor:default;
}
.calendar .open.no-image .wrapper-photo {
  border-top:5px solid #2E733B;
}
.calendar .open.yes-image .wrapper-photo {
  border-top:5px solid #2E733B;
}
.calendar SPAN.open {
  color:#2E733B;
}
.calendar .closed.no-image .wrapper-photo,
.calendar .fully_booked.no-image .wrapper-photo,
.calendar .cancelled.no-image .wrapper-photo {
  border-top:5px solid #AA0000;
}
.calendar .closed.yes-image .wrapper-photo,
.calendar .fully_booked.yes-image .wrapper-photo,
.calendar .cancelled.yes-image .wrapper-photo {
  border-top:5px solid #AA0000;
}
.calendar SPAN.closed,
.calendar SPAN.fully_booked,
.calendar SPAN.cancelled {
  color:#AA0000;
}
.calendar span.no-duration {
  top:83px;
}
.calendar SPAN.category-open {
  display:none;
  color:#2E733B;
}
.calendar SPAN.category-closed {
  display:none;
  color:#AA0000;
}
.calendar .calendar-item.cat_67 a,
.calendar .calendar-item.cat_68 a { 
  color:#7d7d7d !important;
}
.calendar .calendar-item.cat_67 p,
.calendar .calendar-item.cat_68 p {
  display:none;
}
.calendar img {
	border: 0 none;
}
.csc-default .events-list-short ul {
	margin-left: 0;
	list-style: none;
}
.events-list-short .date,
.events-list-short .duration {
	font-weight: bold;
}
.events-list-short .type,
.events-list-short .title {
	display: block;
}
.events-list-short .title {
	font-style: italic;
}
.category-description {
	font-style: italic;
}
.exhibition-filter ul {
	border-bottom: 1px dotted #777777;
	padding: 0 0 10px 0;
}
.exhibition-filter LI:first-child {
  border:none;
  padding-left:0;
  margin-left: -6px;
}
.exhibition-filter LI {
  border-left:1px solid #777777;
  display: inline-block;
  *display:inline;
  *zoom:1;
  padding:0 4px 0 8px;
  margin-bottom: 10px;
}
.exhibition-filter LI A, ul.csc-menu-1 li a {
  text-decoration:none;
  padding:3px 6px;
  text-decoration:none !important;
}
.exhibition-filter LI A:hover, ul.csc-menu-1 li a:hover {
  background:#ffffff;
  color:#000000 !important;
}
.exhibition-filter LI A.active, ul.csc-menu-1 li a.active {
  background:#ffffff;
}
.calendar .text-holder p {
	text-align: left;
}
.calendar .text-holder p a {
	text-decoration: underline;
}
.calendar .text-holder p a:hover {
	text-decoration: none;
}
.calendar .meetingpoint {
	line-height: 21px;
	line-height: 1.313rem;
	margin: 0 0 0 1px;
}
p.date-standard {
	text-align: left;
}
/* datepicker */
.ui-datepicker {
	border: 1px solid #777777;
	padding: 3px 0;
	margin: 10px 0 0 0;
	z-index: 10000 !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center;
	line-height: normal;
	padding: 6px 3px;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active {
	border-left: 0 none;
	border-right: 0 none;
	border-colo: #777777;
}
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-hover {
	border: 0 none;
}
.ui-datepicker .ui-priority-secondary,
.ui-datepicker .ui-widget-content .ui-priority-secondary,
.ui-datepicker .ui-widget-header .ui-priority-secondary {
	color: #cccccc;
	opacity: 1;
	filter: alpha(opacity=100);
}
.ui-datepicker th {
	font-weight: normal;
	border-bottom: 1px solid #777777;
}
.ui-datepicker table {
	font-size: 12px;
	font-size: 0.750rem;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: normal;
}
.ui-widget-content .ui-state-default {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-datepicker-today .ui-state-active {
	border-left: 0 none;
	border-right: 0 none;
	border-color: #777777;
	color: #000000;
}
.ui-datepicker .ui-datepicker-today a {
	border: 1px solid transparent;
}
.ui-datepicker .ui-datepicker-next:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61a";
	font-size: 20px;
	font-size: 1.250rem;
}
.ui-datepicker .ui-datepicker-prev:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e619";
	font-size: 20px;
	font-size: 1.250rem;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 5px;
	height: auto;
	width: auto;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
	left: 5px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
	right: 5px;
}
.ui-datepicker-trigger:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e620";
}
.ui-datepicker-trigger {
	background: none;
	font-size: 24px;
	font-size: 1.500rem;
	cursor: pointer;
	position: absolute;
    right: 10px;
    top: 8px;
    border: 0 none;
    border-radius: 0;
	padding: 0;
}
/* personslist */
.persons-search .location-filter {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.persons-search .location-filter ul {
	margin: 0;
	list-style:none;
}
.persons-search .location-filter ul li {
	float: left;
	width: 33.3333%;
	padding: 2px 0;
}
.persons-search .location-filter label {
	margin-top: 5px;
	min-height: 34px;
    padding: 0 0 0 24px;
    line-height: 16px;
    line-height: 1rem;
}
.persons-search .location-filter label:before {
	top: 0;
}
.persons-search input[type="checkbox"] {
	margin-left: -24px;
}
.persons-search .medium-9 {
	border-left: 1px solid #777777;
}
.personslist-khm .isotope-item {
	margin: 0;
}
.personslist .area,
.personslist .location {
	font-size: 12px;
	font-size: 0.750rem;
	display: inline-block;
	*display:inline;
	*zoom:1;
	line-height: 18px;
	line-height: 1.125rem;
}
.personslist p {
	text-align: left;
}
.personslist .columns {
	margin-bottom: 20px;
}
.personslist strong {
	text-transform: uppercase;
}
.personslist a {
	font-size: 0.875rem;
}
/* solr search */
.tx-solr input[type="submit"] {
	float: right;
}
.tx-solr #tx-solr-search-form-pi-results {
	margin: 0 0 20px 0;
}
.tx-solr .result-link {
	margin-bottom: 5px;
}
.persons-search,
.research-search {
	border-bottom: 1px dotted #777777;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.persons-search .submit {
	float: right;
	margin: 8px 0 0 0;
}
.persons-search .border-right {
	border-right: 1px solid #777777;
}
.persons-search input[type="text"],
.filter-sponsorshiplist input[type="text"],
.research-search input[type="text"] {
	margin: 5px 0 0 0;
}
/* csc styles */
.csc-default a, .blog a,
.csc-frame a {
	text-decoration: underline;
}
.csc-default a:hover,
.csc-frame a:hover {
	text-decoration: none;
}
.csc-default ul {
	list-style: disc;
	margin-left: 16px;
}
.csc-default ul li {
	padding: 2px 0;
}
div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
	display: inline-block;
	*display:inline;
	*zoom:1;
	max-width: 100%;
}
div.csc-textpic .csc-textpic-imagewrap img {
	xdisplay: inherit;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap {
	text-align: right;
	float: none;
}
div.csc-textpic-left .csc-textpic-imagewrap {
	text-align: left;
	float: none;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin-left: 0;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 20px;
}
.csc-textpic-imagewrap {
	position: relative;
	display: inline-block;
	*display:inline;
	*zoom:1;
	max-width: 100%;
}
.content .csc-textpic {
	margin-bottom: 15px;
}
.csc-textpic-above .csc-textpic-imagewrap + .csc-textpic-text {
	margin: 15px 0 0 0;
}
.csc-textpic .caption {
	margin: 5px 0 20px 0;
	font-size: 12px;
	font-size: 0.750rem;
	font-style: italic;
	line-height: 17px;
	line-height: 1.063rem;
}
.csc-textpic-intext-left-nowrap .caption,
.csc-textpic-intext-right-nowrap .caption {
	max-width: 220px;
}
.csc-textpic [class*="column"] + [class*="column"]:last-child {
	float: left;
}
.content-right .csc-textpic .wrapper-photo {
	margin-bottom: 20px;
}
.content-right .csc-textpic .wrapper-photo + .caption {
	margin-top: -5px;
}
iframe + p,
.flex-video + p {
	margin-top: 15px;
}
.csc-textpic-center .csc-textpic-imagewrap {
	display: inline;
}
.csc-textpic-center .small-2 {
	text-align: center;
}
.small-2-image-width {
	width: 20%;
}
/*
.csc-frame-indent {
	float: left;
}
*/
.csc-space-after-20 {
	margin-bottom: 20px;
}
.csc-textpic-above {
	margin-bottom: 20px;
}
.grid .csc-textpic-above {
	margin-bottom: 0;
}
/* footer */
footer {
	margin: 30px 0 0 0;
	padding: 30px 0;
	background: #746C61;
	color: #ffffff;
}
footer h3,
footer a {
	color: #ffffff;
}
footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
footer a:focus {
	color: #ffffff;
}
footer h3 {
	text-transform: uppercase;
	font: 16px/24px Georgia,serif;
	font: 1rem/1.5rem Georgia,serif;
	margin: 0 0 10px 0;
}
footer .text-center {
	border-top: 1px dotted #ffffff;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
footer .text-center li {
	margin: 0 8px;
}
footer .imprint ul li {
	margin-left: 20px;
}
footer .imprint ul li:first-child {
	margin-left: 0;
}
footer .imprint ul li a {
	border-bottom: 1px solid #FFFFFF;
    	border-top: 1px solid #FFFFFF;
    	display: inline-block;
    	*display:inline;
	*zoom:1;
    	line-height: normal;
    	padding: 3px 0;
}
footer .imprint ul li a:hover {
	text-decoration: none;
}
footer small {
	line-height: 21px;
	line-height: 1.313rem;
}
footer p {
	margin: 0;
}
footer hr {
	border-color: #ffffff;
}
footer ul {
	margin: 0;
}
footer .footer-accordion {
	cursor: pointer;
    	display: none;
    	font-size: 16px;
    	font-size: 1rem;
    	line-height: 24px;
    	line-height: 1.5rem;
    	margin: 0 0 -8px 0;
    	padding: 12px 25px 0 0;
    	position: relative;
    	width: 100%;    	
	border-top: 1px dotted #ffffff;
	text-transform: uppercase;
}
footer .footer-accordion .icon-arrow-up,
footer .footer-accordion .icon-arrow-down {
		font-size: 20px;
		font-size: 1.250rem;
    	position: absolute;
    	right: 10px;
    	top: 14px;
}
footer .footer-accordion .icon-arrow-up,
footer .footer-accordion.active .icon-arrow-down {
	display: none;
}
footer .footer-accordion.active .icon-arrow-up  {
	display: block;
}
.social-networks {
	margin-left: 0;
	list-style: none;
}
.social-networks li {
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin:0 0 0 20px;
}
.social-networks li:first-child {
	margin:0;
}
.social-networks .google-art-project {
	margin: 10px 0 0 0;
}
.social-networks a {
	font-size: 20px;
	font-size: 1.250rem;
}
.social-networks a:hover {
	text-decoration: none;
}
.social-networks .youtube {
	background-position:100% -540px;
	width:21px;
}
.social-networks .twitter {
	background-position:100% -358px;
	width:17px;
}
.social-networks .gplus {
	background-position:100% -478px;
	width:21px;
}
/* lightbox html template */
.html-lightbox,
.html-lightbox body {
	font-size: 100%;
}
.wrapper-lightbox {
	background: #ffffff;
	overflow-y: hidden;
	overflow-x: hidden;
}
/* lightbox fancybox */
.fancybox-inner {
	overflow: hidden !important;
}
.fancybox-skin {
	border-radius: 0;
	background: #ffffff;
	color: #000000;
}
.fancybox-opened .fancybox-skin {
	box-shadow: none;
}
.fancybox-nav {
	top: 45%;
	width: auto;
	height: auto;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-size: 1.250rem;
}
.fancybox-nav span {
	margin: 0;
	top: 0;
	visibility: visible;
	background: none;
	width: 20px;
	height: 20px;
}
.fancybox-prev {
	left: -40px;
}
.fancybox-next {
	right: -40px;
}
.fancybox-prev span:before {
	content: "\e619";
}
.fancybox-next span:before {
	content: "\e61a";
}
.fancybox-close {
	background: none;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	font-size: 1.250rem;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fancybox-close:before {
	content: "\e60a";
}
#fancybox-loading {
	background: none;
	opacity: 1;
	filter: alpha(opacity=100);
	margin: 0;
	margin-top: -12px;
	margin-left: -100px;
}
#fancybox-loading div {
	background-image: url('../images/loadingAnimation.gif');
	width: 200px;
	height: 25px;
}
/* lightbox bildb / image content elements */
.lightbox p {
	margin: 20px 0 0 0;
}
.lightbox h1 {
	margin: 0;
	width: 95%;
	font-size: 14px;
	font-size: 0.875rem;
    font-weight: normal;
    line-height: normal;
}
.lightbox .more-down,
.lightbox .more-up {
	margin: -20px 0 0 0;
	float: right;
	position: relative;
	font-size: 20px;
	font-size: 1.250rem;
}
.lightbox .more-down,
.lightbox .active .more-up {
	display: none;
}
.lightbox .active .more-down {
	display: block;
}
.lightbox .image {
	text-align: center;
	padding: 0 0 120px 0;
}
.lightbox .content {
	position: absolute;
	bottom: 45px;
	left: 0;
	width: 100%;
	padding: 0 0 30px 0;
	background:rgba(255, 255, 255, 0.9);
	border-bottom: 1px dotted #777777;
    border-top: 1px dotted #777777;
    padding: 16px 0;
}
.lightbox .small-height {
	max-height: 300px;
}
.lightbox .small-height.active-content {
	overflow-y: scroll;
}
.lightbox .content .title {
	cursor: pointer;
	overflow: hidden;
}
.lightbox .content .description {
	display: none;
}
.lightbox .content .description .row {
	margin-right: -0.625em;
	margin-left: -0.625em;
}
.lightbox .footer {
	position: absolute;
	bottom: 0;
	left: 0;
}
.lightbox .footer ul {
	margin: 0;
	line-height: 1;
}
.lightbox .footer ul li {
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 0;
}
.lightbox .footer a {
	font-size: 25px;
	font-size: 1.563rem;
	text-decoration: none;
	margin-right: 20px;
}
.lightbox .footer .icon-picture-order {
	font-size: 35px;
	font-size: 2.188rem;
	position: relative;
	padding: 0 30px 0 0;
}
.lightbox .footer .icon-picture-order:before {
	position: absolute;
	top: 5px;
	left: 0;
}
.lightbox .hide-pointer .title {
	cursor: default;
}
.lightbox .hide-pointer .more-down,
.lightbox .hide-pointer .more-up {
	display: none;
}
/* highlights */
.highlights .caption {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 20px 0;
	line-height: 21px;
	line-height: 1.313rem;
}
.highlights .role-name {
	color: #777777;
}
.highlights .wrapper-grid {
	border-top: 1px solid #777777;
	padding: 20px 0 0 0;
}
.highlights .wrapper-photo {
	margin: 0;
}
.highlights .row:first-child .wrapper-grid {
	border-top: 0 none;
	padding: 0;
}
.highlights [class*="column"] + [class*="column"]:last-child {
	float: left;
}
/* bilddb */
.bilddb .row {
	width: 103%;
}
.bilddb .wrapper-photo-height {
	min-height: 220px;
}
.bilddb .caption {
	word-wrap: break-word;
}
.lightbox-bilddb .small-3 p {
	text-align: left;
}
/* accordion */
.multicolumnLayoutaccordion {
	border-bottom: 1px solid #777777;
	margin: 0 0 11px 0;
}
.accordion-title {
	color: #777777;
	font-style: normal;
	position: relative;
	cursor: pointer;
	padding: 0 25px 0 0;
}
.accordion-title .icon-arrow-down,
.accordion-title .icon-arrow-up {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 20px;
	font-size: 1.250rem;
}
.accordion-title .icon-arrow-up {
	display: none;
}
.accordion-title:hover,
.accordion-title.active {
	color: #000000;
}
.accordion-title:focus {
	color: #777777;
}
.accordion-title.active .icon-arrow-up {
	display: block;
}
.accordion-title.active .icon-arrow-down {
	display: none;
}
.accordion-content {
	display: none;
	overflow: hidden;
}
/* tabs */
.tabs .tablinks {
	list-style: none;
	margin: 0;
}
.tabs .tablinks li {
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin: 0 0 20px 0;
}
.tabs .tablinks li a {
	background: #ffffff;
	text-decoration: none;
	padding: 7px 8px;
	margin: 0 0 0 4px;
	color: #746C61;
}
.tabs .tablinks li a:hover {
	color: #ffffff;
	background-color: #857866;
}
.tabs .tablinks li a.current-tablink {
	color: #ffffff;
	background-color: #857866;
}
.tabs .tablinks li a:first-child {
	margin: 0;
}
.tabs .tab-content {
	display: none;
}
.tabs .current-tab-content {
	display: block;
}
/* infobox */
.infobox .opening-hours {
	color: #A20000;
}

.infobox .msg {
	margin: 0 0 10px 0;
	
	display: block;
	
}
.infobox .msg:first-child {
	padding:15px 0 0 0;
	border-top:1px dotted #777;
}
/* newsletter form */
.newsletter-form p i {
	margin: 20px 0 0 0;
	display: block;
	text-align: left;
}
/* reproduction request / membership form */
.media-other-block,
.purpose-public-block,
.purpose-public-block,
.membership-name-block,
.payment-transfer-block,
.payment-slip-block {
	display: none;
}
.payment-transfer-block,
.payment-slip-block {
	margin-top: 24px;
}
#form-membership .minict_wrapper {
	width: 109%;
}
/* minimal select */
.minict_wrapper {
	font-family: Georgia,serif;
	height: auto;
	width: 105%;
	color: #000000;
	border-radius: 0;
	border: 0 none;
	background: none;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
	cursor: pointer;
	margin-left: -10px;
}
.blog-filter .minict_wrapper {
	width: 100%;
}
.events-search-form .minict_wrapper,
.persons-search .minict_wrapper {
	border-right: 1px solid #777777;
	height: 42px;
}
.minict_wrapper span {
	font-family: Georgia,serif;
	color: #000000;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: normal;
	padding: 5px 30px 4px 10px;
	text-overflow: inherit;
	height: auto;
	cursor: pointer;
	white-space: normal;
}
.events-search-form  .minict_wrapper span,
.persons-search  .minict_wrapper span {
	height: 42px;
	padding: 13px 41px 13px 10px;
}
.minict_wrapper span:empty:before {
	color: #000000;
	line-height: normal;
}
.minict_wrapper:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61c";
	color: #000000;
	font-size: 16px;
	font-size: 1rem;
	line-height: normal;
	width: auto;
	height: auto;
	right: 10px;
	top: 4px;
}
.events-search-form .minict_wrapper:after,
.persons-search .minict_wrapper:after {
	font-size: 20px;
	font-size: 1.250rem;
	top: 10px;
}
.minict_wrapper.active:after {
	content: "\e61c";
}
.events-search-form .minict_wrapper:hover,
.events-search-form .minict_wrapper.active,
.persons-search .minict_wrapper:hover,
.persons-search .minict_wrapper.active {
	border-right: 1px solid transparent;
}
.minict_wrapper:hover,
.minict_wrapper.active {
	background: #ffffff;
}
.minict_wrapper ul {
	border: 0 none;
	top: auto;
	width: 100%;
	margin: 0;
	max-height: 280px;
	border-radius: 0;
	z-index: 1000;
}
.events-search-form .minict_wrapper ul,
.persons-search .minict_wrapper ul {
	top: 42px;
	width: calc(100% + 1px);
}
.minict_wrapper ul li {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 8px 10px;
	height: auto;
	line-height: normal;
	color: #777777;
}
.minict_wrapper ul li:hover {
	background: #ffffff;
	color: #000000;
    line-height: normal;
}
.minict_wrapper ul li.selected {
	background: #ffffff;
	color: #000000;
}
/* shop plugin */
.box-product .image {
    display: inline-block;
    *display:inline;
	*zoom:1;
    position: relative;
    max-width: 100%;
}
.box-product .details {
    margin: 20px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.313rem;
}
.box-product .type {
    color: #000000;
}
.box-product .title {
    margin: 0 0 4px;
}
.box-product .price {
	font-weight: bold;
}
.box-product .offer .price-standard {
    font-weight: normal;
    text-decoration: line-through;
}
.box-product .offer .price-offer {
    color: #aa0000;
}
/* press box */
.tx-pressebox-pi1 {
	font-size: 14px;
	font-size: 0.875rem;
}
.tx-pressebox-pi1 p {
	text-align: left;
	line-height: normal;
}
.tx-pressebox-pi1 .file-size {
	text-transform: uppercase;
	font-size: 10px;
	font-size: 0.625rem;
	display: inline-block;
	*display:inline;
	*zoom:1;
	line-height: 15px;
	line-height: 0.938rem;
}
.content .tx-pressebox-pi1 small {
	color: #000000;
}
.content .tx-pressebox-pi1 p {
	line-height: 21px;
	line-height: 1.313rem;
}
.content .tx-pressebox-pi1 span {
	display: block;
}
.content .tx-pressebox-pi1 .row {
	margin-bottom: 20px;
}
/* sponsorship list */
#sponsorshiplist {
	opacity:0;
}

.csc-default ul.sponsorshiplist { margin:0; padding:0; list-style:none; margin:40px 0; width: auto !important;}
.csc-default .sponsorshiplist LI { width:188px; float:left; margin:0; padding:0; }
.sponsorshiplist LI .image {height:188px; position:relative; }
.sponsorshiplist LI .image .overlay-container { display:none; width:100%; height:100%; position:absolute; left:0; top:0; }
.sponsorshiplist LI .image IMG { position:absolute; left:0; top:0; cursor:pointer; }
.sponsorshiplist LI .image .image-overlay { display:none; opacity: 0.8; filter: alpha(opacity=80); background:#fff;}
.sponsorshiplist LI .image.hover { cursor:pointer; }
.sponsorshiplist LI .image.hover .overlay-container, 
.sponsorshiplist LI .image:hover .overlay-container  { display:block; }
.sponsorshiplist LI .image.hover .image-overlay,
.sponsorshiplist LI .image:hover .image-overlay { display:block; } 
.sponsorshiplist LI .image.taken .overlay-container { display:block; }
.sponsorshiplist LI .image.taken .image-overlay { display:block; }
.sponsorshiplist LI .image.taken.hover .overlay-container,
.sponsorshiplist LI .image.taken:hover .overlay-container   { display:none; }
.sponsorshiplist LI .image.taken.hover .image-overlay,
.sponsorshiplist LI .image.taken:hover .image-overlay  { display:none; }
.sponsorshiplist LI .image .overlay-container .preview { bottom:0; position:absolute; margin:0 15px;  }
#content-large .sponsorshiplist LI .image .overlay-container .preview P { margin-bottom:10px; text-align:left; }
.sponsorshiplist LI .image.taken .overlay-container .preview {
	display:block;
	border-bottom:1px solid #847764;
	border-top:1px solid #847764;
	color: #847764;
	font-weight:bold;
	text-align:center;
	margin-top:73px;
	padding:7px 0;
	bottom:auto;
	text-transform: uppercase;
	line-height: 21px;
	line-height: 1.313rem;
}
.filter-sponsorshiplist LABEL {
	margin-top: 5px;
	padding: 0 0 0 24px;
	min-height: 34px;
	line-height: 16px;
    line-height: 1rem;
}
.filter-sponsorshiplist LABEL:before {
	top: 0;
}
.filter-sponsorshiplist input[type="checkbox"] {
	margin-left: -24px;
}
.filter-sponsorshiplist .location-filter UL { list-style:none; margin:0; padding:0; }
.filter-sponsorshiplist .location-filter UL LI { float:left; width:33%; }
.filter-sponsorshiplist .price-filter { margin-top:15px; }
.filter-sponsorshiplist .medium-3 {
	border-right:1px solid #777777;
}
.filter-sponsorshiplist .taken-filter {
	margin-top: 59px;
}
.filter-sponsorshiplist .taken-filter label {
	min-height: 0;
}
.sponsorshiplist p {
	text-align: left;
}
.noUi-handle:before,
.noUi-handle:after {
	background: none !important;
}
#price-slider .tooltip {
	width: auto !important;
}
.noUi-handle-lower .tooltip {
	left: 0;
	right: auto;
}
.noUi-handle-upper .tooltip {
	left: auto;
	right: 0;
	top: -30px;
}
.noUi-handle {
	cursor: pointer !important;
}
#price-slider {
	margin-top: 30px !important;
}
.mobile-browser .sponsorshiplist LI .image .overlay-container,
.mobile-browser .sponsorshiplist LI .image .image-overlay {
	display: none;
}
.mobile-browser .sponsorshiplist LI .image.taken .overlay-container,
.mobile-browser .sponsorshiplist LI .image.taken .image-overlay {
	display: block;
}
.filter-collections,
.filter-projects,
.filter-persons {
	font-size: 14px;
	font-size: 0.875rem;
	cursor: pointer;
	width: 100%;
	position: relative;
	padding: 5px 25px 5px 10px;
	line-height: 21px;
	line-height: 1.313rem;
	margin: 10px 0 0 0;
	display: none;
}
.filter-collections:hover,
.filter-projects:hover,
.filter-persons:hover {
	background: #ffffff;
}
.filter-collections .icon-arrow-up,
.filter-collections.active .icon-arrow-down,
.filter-projects .icon-arrow-up,
.filter-projects.active .icon-arrow-down,
.filter-persons .icon-arrow-up,
.filter-persons.active .icon-arrow-down {
	display: none;
}
.filter-collections .icon-arrow-up,
.filter-collections .icon-arrow-down,
.filter-projects .icon-arrow-up,
.filter-projects .icon-arrow-down,
.filter-persons .icon-arrow-up,
.filter-persons .icon-arrow-down {
	font-size: 20px;
	font-size: 1.250rem;
	position: absolute;
	right: 10px;
	top: 5px;
}
.filter-collections.active .icon-arrow-up,
.filter-projects.active .icon-arrow-up,
.filter-persons.active .icon-arrow-up {
	display: block;
}
/* sponsorship form */
.patenschaft .highlight {
	font-weight: bold;
}
.patenschaft #payment-1-container {
	display: none;
}
.patenschaft #payment-1-container p {
	margin-top: 15px;
}
.patenschaft .object-price,
.patenschaft .object-title {
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin: 0 0 -9px 0;
}
.patenschaft .object-price input {
	width: 60px;
}
.patenschaft .object-title input {
	width: 250px;
}
.patenschaft p {
	text-align: left;
	line-height: 26px;
	line-height: 1.625rem;
}
/* movie */
.moviebox .flex-video {
	padding-bottom: 38.9%;
	padding-top: 0;
}
/* donate form */
.spende fieldset .row:first-of-type .small-12 label {
	margin: 0;
}
/* isotope */
.isotope-item {
	z-index: 2;
	margin-bottom: 20px;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
	overflow: hidden;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.floating-gallery .caption {
	margin-bottom: 0;
}
.floating-gallery {
	/*margin: 0 -10px;*/
	margin:0;
}

.floating-gallery .columns {
	padding:0;
	width:30%;
}

/* research */
.research-search .medium-3,
.persons-search .medium-3,
.filter-sponsorshiplist .medium-3 {
	padding-right: 1.250em;
}
.research-search .medium-9,
.persons-search .medium-9,
.filter-sponsorshiplist .medium-9 {
	padding-left: 1.250em;
}
.research-search .location-filter {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.research-search .location-filter ul {
	margin: 0;
}
.research-search .location-filter ul li {
	float: left;
	width: 33.3333%;
	padding: 2px 0;
}
.research-search .location-filter label {
	margin-top: 5px;
	padding: 0 0 0 22px;
	/*min-height: 42px;*/
	min-height: 34px;
	line-height: 1rem;
}
.research-search .location-filter label:before {
	top: 0;
}
.research-search .medium-3 label {
	padding-left: 24px;
	line-height: 16px;
    line-height: 1rem;
	margin-top: 19px;
}
.research-search input[type="checkbox"] {
	xmargin-left: -24px;
}
.research-search .medium-9 {
	border-left: 1px solid #777777;
}
.research-list .image-overlay {
	opacity: 0.8;
	filter: alpha(opacity=80); 
	background:#ffffff;
	cursor: pointer;
}
.research-list .research-finished {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 42px;
}
.research-list .research-finished a {
	border-color: #847764;
	color: #847764;
	padding: 7px 0;
	line-height: 21px;
	line-height: 1.313rem;
}
.research-list .image-holder:hover .image-overlay,
.research-list .image-overlay:hover {
	opacity:0;
	filter: alpha(opacity=0);
}
.research-list .image-holder:hover .research-finished {
	display:none;
}
.research-list .image-holder:hover .dummy-container {
	display:none;
}
.research-list .row {
	width: 102%;
}
.research-list {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.research-list .location {
	font-size: 12px;
	font-size: 0.750rem;
}
.research-list p {
	text-align: left;
}
.research-list .row.first .text-holder,
.research-list .row.first .image-holder {
	border-top: 0 none;
    padding-top: 0;
}
/* audioguide */
.grid-accordion {
	xmin-height: 460px;
	overflow: hidden;
}
.ga-panel h3 {
	margin: 0 10px 0 0;
	float: left;
	line-height: 27px;
	line-height: 1.688rem;
}
.ga-panel .info-text p {
	clear: both;
	margin: 15px 0 0 0;
	text-align: left;
}
.ga-panel .button {
	margin: 0;
	padding: 0 5px;
	font-size: 10px;
	font-size: 0.625rem;
	width: 50px;
	line-height: 30px;
	line-height: 1.875rem;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background: #000000;
	float: left;
}
.ga-layer {
	padding: 10px 15px;
}
.ga-panel .icon-play,
.ga-panel .icon-stop {
	margin-right: 5px;
}
.csc-default .jp-play,
.csc-default .jp-stop {
	text-decoration: none;
}
.ga-panel .icon-play:before,
.ga-panel .icon-stop:before {
	font-size: 8px;
	font-size: 0.500rem;
}
.jp-no-solution {
	color: #A20000;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 0 5px 0;
	float: left;
	line-height: normal;
}
.jp-no-solution a {
	color: #A20000;
	text-decoration: underline;
}
.jp-interface {
	float: left;
}
.jp-interface .spinner {
	width: 50px;
	height: 30px;
	font-size: 8px;
	font-size: 0.500rem;
	float: left;
	margin: 0px 0 0 10px;
	line-height: 35px;
	line-height: 2.188rem;
	position: relative;
}
.jp-interface .spinner &gt; div {
	background-color: #000000;
	height: 9px;
	width: 3px;
	float: left;
	margin: 11px 2px 0 0;
}
.jp-interface .animation-running.spinner &gt; div {
	height: 100%;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
	margin-top: 0;
}
.jp-interface .animation-running.spinner .rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}
.jp-interface .animation-running.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.jp-interface .animation-running.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.jp-interface .animation-running.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.jp-interface .animation-running.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.3);
		-webkit-transform: scaleY(0.3)
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0)
	}
}
@keyframes stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.3);
		-webkit-transform: scaleY(0.3);
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}
/* retina display */
/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2)  {*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	header .submit,
	header .submit-search.focus-search,
	select,
	.events-search-form select,
	.persons-search select {
		background-image: url('../images/sprite@2x.png');
		background-size: 50px 240px;
	}
}
/* mobile devices */
.mobile-browser .image-overlay,
.mobile-browser .dummy-container {
	display: none;
}
.mobile-browser .research-list .dummy-container,
.mobile-browser .research-list .image-holder:hover .dummy-container  {
	display: block;
}
.mobile-browser .research-list .image-holder:hover .research-finished {
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.mobile-browser .calendar .image-overlay,
.mobile-browser .exhibition-overview.exhibition-preview .image-holder .image-overlay,
.mobile-browser .research-list .image-overlay {
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mobile-browser .exhibition-overview.exhibition-preview .dummy-container {
	display: block !important;
}
/*.mobile-browser .wrapper-photo a.icon-zoom:before {
	content: '';
}*/
.mobile-browser .box-product .image:hover .image-overlay,
.mobile-browser .grid .csc-textpic-imagewrap:hover .image-overlay,
.mobile-browser .wrapper-photo:hover .image-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
}
.mobile-browser .calendar-item .wrapper-photo:hover .image-overlay,
.mobile-browser .exhibition-overview.exhibition-preview .image-holder:hover .image-overlay,
.mobile-browser .exhibition-overview.exhibition-preview .image-overlay:hover,
.mobile-browser .research-list .image-holder:hover .image-overlay,
.mobile-browser .research-list .image-overlay:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mobile-browser .calendar .yes-image .wrapper-photo:hover .date,
.mobile-browser .calendar .yes-image .wrapper-photo:hover .duration,
.mobile-browser .calendar .yes-image .wrapper-photo:hover .open,
.mobile-browser .calendar .yes-image .wrapper-photo:hover .closed,
.mobile-browser .calendar .yes-image .wrapper-photo:hover .cancelled,
.mobile-browser .calendar .yes-image .wrapper-photo:hover .fully_booked {
	display:block;
}
.mobile-browser .exhibition-overview .show-for-touch,
.mobile-browser .exhibition-overview.exhibition-preview .image-holder:hover .date-preview {
	display: inline-block !important;
	*display:inline;
	*zoom:1;
}
/*
.mobile-browser .exhibition-overview.exhibition-preview .image-holder .date-preview {
	top: 100px;
}
*/
/* &gt;= 1025px */
@media only screen and (min-width: 64.063em) {
	
}
/* &lt;= 1024px */
@media only screen and (max-width: 64em) {
	#modalLayer {
		max-width:40vw;
		bottom:7.5rem;
	}
	html, body {
		font-size: 106.3%;
	}
	/* nav offcanvas */
	.nav-toggle {
		background: none repeat scroll 0 0 #ffffff;
		cursor: pointer;
		display: block;
		height: 40px;
		position: absolute;
		right: 10px;
		top: -5px;
		width: 40px;
		z-index: 5000;
	}
	.wrapper-nav-toggle {
	    left: 9px;
	    position: absolute;
	    top: 10px;
	}
	.icon-bar {
	    background: none repeat scroll 0 0 #000000;
	    display: block;
	    height: 4px;
	    margin-top: 4px;
	    width: 22px;
	}
	.icon-bar:first-child {
	    margin-top: 0;
	}
	.nav-offcanvas {
	    height: 100%;
	    width: 40%;
	    right: -40%;
	    overflow: hidden;
	    padding: 0 10px 1.25em 10px;
	    position: absolute;
	    top: 0;
	    background: #ffffff;
	    z-index: 10000;
	}
	.nav-offcanvas-open .wrapper-inner {
		margin-left: -40%;
	}
	.nav-offcanvas .icon-close {
		font-size: 16px;
		font-size: 1rem;
		color: #777777;
	}
	.nav-offcanvas a {
		color: #777777;
		word-wrap: break-word;
	}
	.nav-offcanvas .toggle-submenu,
	.nav-offcanvas .toggle-submenu2,
	.nav-offcanvas .submenu {
		cursor: pointer;
		color: #777777;
		position: relative;
	}
	.nav-offcanvas .toggle-submenu,
	.nav-offcanvas .submenu {
		border-bottom: 2px solid #777777;
	    line-height: 24px;
	    line-height: 1.5rem;
	    margin: -6px 0 0 0;
	    padding: 6px 5px 6px 0;
	    word-wrap: break-word;
	    display: block;
	}
	.nav-offcanvas .toggle-content .submenu {
		border: 0 none;
		line-height: normal;
		margin: 0;
		padding: 0 20px 0 0;
	}
	.nav-offcanvas &gt; ul &gt; li &gt; .toggle-submenu,
	.nav-offcanvas &gt; ul &gt; li &gt; a &gt; .submenu {
		font-weight: bold;
	}
	.nav-offcanvas .toggle-submenu2 {
		padding-right: 20px;
		word-wrap: break-word;
	}
	.nav-offcanvas .toggle-content,
	.nav-offcanvas .toggle-content2 {
		display: none;
		overflow: hidden;
		margin: 20px 0 0 0;
	}
	.nav-offcanvas .toggle-content ul ul {
		margin-left: 20px;
	}
	.nav-offcanvas .toggle-content li {
		line-height: normal;
	}

	.nav-offcanvas &gt; ul {
		clear: both;
		font-size: 18px;
		font-size: 1.125rem;
	}
	.nav-offcanvas .toggle-content {
		font-size: 16px;
		font-size: 1rem;
		margin-bottom: 40px;
	}
	.nav-offcanvas .toggle-content2 {
		font-size: 14px;
		font-size: 0.875rem;
		margin-left: 10px;
	}
	.nav-offcanvas .toggle-submenu,
	.nav-offcanvas .toggle-submenu2,
	.nav-offcanvas a {
		display: block;
	}
	.nav-offcanvas .icon-close {
	    float: right;
	    margin: 20px 0;
	    overflow: hidden;
	    cursor: pointer;
	    /*color: #ffffff;*/
	}
	.nav-offcanvas ul li.active .toggle-content,
	.nav-offcanvas .toggle-active + .toggle-content,
	.nav-offcanvas .toggle-active2 + .toggle-content2 {
		display: block;
	}
	.nav-offcanvas .active,
	.nav-offcanvas li.active &gt; a {
		color: #000000;
	}
	.nav-offcanvas ul li {
		margin: 20px 0 0 0;
		position: relative;
	}
	.nav-offcanvas ul li:first-child {
		margin: 0;
	}
	.nav-offcanvas ul [class^="icon-"]:before,
	.nav-offcanvas ul [class*=" icon-"]:before {
		bottom: 10px;
	    font-size: 32px;
	    font-size: 2rem;
	    position: absolute;
	    right: 0;
	}
	.nav-offcanvas ul .toggle-content [class^="icon-"]:before,
	.nav-offcanvas ul .toggle-content [class*=" icon-"]:before	{
		font-size: 16px;
		font-size: 1rem;
		top: 2px;
		bottom: 0;
	}
	.nav-offcanvas ul .toggle-content .submenu [class^="icon-"]:before,
	.nav-offcanvas ul .toggle-content .submenu [class*=" icon-"]:before	{
		font-size: 20px;
		font-size: 1.250rem;
		top: 0;
	}
	.nav-offcanvas .toggle-submenu.active,
	.nav-offcanvas .submenu.active {
		border-color: #000000;
	}
	.nav-offcanvas .toggle-active2 .icon-arrow-right:before {
		content: '\e61c';
	}
	/* main nav */
	.main-nav {
		display: none;
	}
	/* sub nav mobile */
	.sub-nav-mobile {
		margin: 40px 0 0 0;
		font-size: 16px;
		font-size: 1rem;
		border-bottom: 1px dotted #777777;
	}
	.sub-nav-mobile li {
		border-top: 1px dotted #777777;
		padding: 10px 0;
		position: relative;
	}
	.sub-nav-mobile a {
		color: #777777;
		padding-left: 20px;
	}
	.sub-nav-mobile a span:before {
		position: absolute;
		left: 0;
		top: 12px;
	}
	.sub-nav-mobile .active a,
	.sub-nav-mobile a:hover {
		color: #000000;
	}
	/* search */
	header form,
	header .search-holder {
		float: left;
	}
	header .search-item {
		left: 0;
	}
	/* content left */
	.content-left {
		margin-top: 20px;
	}
	.blog-filter .minict_wrapper {
		margin-left: 0;
	}
	/* content left */
	.content-left {
		border-bottom: 0;
	}
	
	.b2bnl .minict_wrapper {
		width: 103%;
	}
	/* genericlist */
	.list .small-8 {
		width: 75%;
	}
	.list .small-4 {
		width: 25%;
	}
	/* exhibition */
	.exhibition-overview .triangle,
	.exhibition-overview.half .triangle {
		display: none;
	}
	.slider .exhibition-overview .medium-9 {
		width: 75%;
	}
	.slider .exhibition-overview .medium-3 {
		width: 25%;
	}
}
@media only screen and (max-width: 50em) {
	/* grid */
	.grid .medium-3 {
		width: 50%;
	}
	.grid .medium-6 {
		width: 100%;
	}
	.grid h3 {
		margin-top: 0;
	}
	.row.grid {
		margin-bottom: 0;
	}
	.row.grid &gt; .columns {
		margin-bottom: 20px;
	}
	.grid-4-columns .small-6:nth-child(3) {
		clear: both;
	}
	
}
/* &lt;= 767px */
@media only screen and (max-width: 47.938em) {
	#modalLayer {
		max-width:50vw;
	}
	/* header */
	.search .text-right {
		text-align: left !important;
	}
	.wrapper-languageinfo {
		width: 100%;
	}
	/* exhibition */
	.slider .exhibition-overview .medium-9,
	.slider .exhibition-overview .medium-3,
	.exhibition-overview .medium-9,
	.exhibition-overview .medium-3,
	.exhibition-overview.half {
		width: 100%;
	}
	.exhibition-overview .text-holder {
		margin-left: 0;
	}
	.exhibition-overview.half .text-holder {
		margin-left: -1.25em;
	}
	/* calendar / persons list */
	.events-search-form .minict_wrapper,
	.events-search-form .border-right,
	.persons-search .minict_wrapper,
	.persons-search .border-right {
		border-right: 1px solid transparent;
	}
	.events-search-form .minict_wrapper,
	.blog-filter .minict_wrapper,
	.b2bnl .minict_wrapper,
	.persons-search .minict_wrapper {
		margin-left: 0;
		width: 100%;
	}
	/* sponsorshiplist, research list, persons list*/
	.filter-sponsorshiplist .location-filter UL LI,
	.research-search .location-filter ul li,
	.persons-search .location-filter ul li {
		float: none;
		width: 100%;
	}
	.filter-sponsorshiplist .location-filter,
	.research-search .location-filter,
	.persons-search .location-filter {
		display: none;
		margin: 10px 0 0 10px;
	}
	.filter-collections,
	.filter-projects,
	.filter-persons {
		display: block;
	}
	.research-search .medium-9,
	.persons-search .medium-9 {
		border: 0 none;
	}
	.research-list .columns {
		width: 100%;
	}
	.research-list .image-holder {
		margin-top: 20px !important;
		border-top: 0 none;
		padding-top: 0;
	}
	.research-search .medium-3,
	.persons-search .medium-3,
	.filter-sponsorshiplist .medium-3 {
		padding-right: 0.625em;
	}
	.research-search .medium-9,
	.persons-search .medium-9,
	.filter-sponsorshiplist .medium-9 {
		padding-left: 0.625em;
	}
	/* sponsorshiplist */
	.filter-sponsorshiplist .medium-3 {
		border: 0 none;
	}
	/* content right */
	.content-right {
		margin-top: 20px;
	}
	/* slider */
	.slider {
		margin-bottom: 20px;
	}
	.slider .rsNav {
		bottom: -6px;
	}
	/* footer */
	footer h3 {
		margin-top: 15px;
	}
	footer .imprint {
		text-align: left !important;
	}
	footer .imprint .inline-list {
		float: left !important;
		margin-top: 20px;
	}
	footer .imprint ul li {
		margin-bottom: 10px;
    		margin-left: 0;
    		margin-right: 20px;
	}	
	footer .footer-accordion {
		display: block;
	}
	footer .footer-accordion-content {
		display: none;
	}
	.footer-accordion-content .medium-3:first-child h3 {
		margin-top: 25px;
	}
	footer .last {
		margin-top: 15px;
	}
	footer .last h3 {
		display: none;
	}
	.social-networks .google-art-project {
		margin: 0 0 0 20px;
	}
	/* grid */
	.personslist .small-3 {
		width: 50%;
	}
	/* calendar */
	.calendar .date {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.calendar .duration {
		top: 52px;
	}
	.list .small-8 {
		width: 100%;
	}
	.list .small-4 {
		width: 100%;
	}
	.list .row:first-of-type .image-holder {
		margin-top: 20px;
	}
	/* offcanvas */
	.nav-offcanvas {
	    width: 70%;
	    right: -70%;
	}
	.nav-offcanvas-open .wrapper-inner {
		margin-left: -70%;
	}
}
/* &lt;= 640 */
@media only screen and (max-width: 40em) {
	#modalLayer {
		max-width:90vw;
		right:5vw;
		bottom:10rem;
	}
	/* grid */	
	.grid &gt; [class^="small-"],
	.grid &gt; [class*=" small-"],
	.blog-item [class^="small-"],
	.blog-item [class*=" small-"],
	.list [class^="small-"],
	.list [class*=" small-"],
	form .small-6,
	.patenschaft [class^="small-"],
	.patenschaft [class*=" small-"],
	.b2bnl [class^="small-"],
	.b2bnl [class*=" small-"],
	.tx-pressebox-pi1 .small-6,
	.personslist .small-3,
	.personslist .small-4 {
		width: 100%;
	}
	.grid .tx-pressebox-pi1 .small-2 {
		width: 16.6667%;
	}
	.grid .tx-pressebox-pi1 .small-10 {
		width: 83.3333%;
	}
	.events-search-form .small-6 {
		width: 50%;
	}
	/* highlights */
	.highlights .small-6 {
		width: 50%;
	}
	/* exhibition */
	.exhibition-overview .small-6:first-child {
		width: 55.102041%;
	}
	.exhibition-overview .small-6 {
		width: 44.898%;
	}
	.exhibition-overview.exhibition-preview.half .image-holder .date-preview {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 30px;
		line-height: 1.875rem;
		top: 46%;
	}
	/* logo */
	.logo {
		margin: 60px 0 20px 0;	
	}
	/* header */
	header form {
		margin-top: 2px;
	}
	/* list */
	.list .image-holder {
		border-top: 0 none;
		padding-top: 0;
	}
	/* lightbox */
	.html-lightbox,
	.html-lightbox body {
		font-size: 106.3%;
	}	
	.lightbox h1 {
		width: 100%;
	}
	.lightbox .more-down,
	.lightbox .more-up,
	.lightbox .icon-print,
	.lightbox .icon-share {
		display: none !important;
	}
	.lightbox .content .title {
		cursor: default;
	}
	.lightbox .image {
		padding-bottom: 30px;
	}
	.fancybox-nav span {
		visibility: visible;
	}
	.lightbox .content {
		bottom: 10px;
		position: relative;
		border: 0 none;
		padding: 0 0 16px 0;
	}
	.lightbox .content .description {
		display: block !important;
	}
	.lightbox .footer ul li {
		margin: 0;
	}
	.fancybox-nav {
		top: -32px;
	}
	.fancybox-prev {
		left: -10px;
	}
	.fancybox-next {
		right: auto;
		left: 60px;
	}
	.lightbox .footer {
		bottom: -5px;
	}
	.lightbox .content .description .row {
		margin: 0;
	}
	.lightbox .content .description .columns {
		padding: 0;
	}
	.lightbox p {
		text-align: left;
	}
	.lightbox .small-height {
		max-height: none;
	}
	.lightbox .small-height.active-content {
		overflow-y: hidden;
	}
	/* bilddb */
	.bilddb .wrapper-photo-height {
		min-height: inherit;
	}
	/* lightbox bilddb */
	.lightbox-bilddb .small-9,
	.lightbox-bilddb .small-3 {
		width: 100%;
	}
	/* csc styles */
	.csc-textpic-intext-left-nowrap .csc-textpic-text {
		margin-left: 0;
	}
	.csc-textpic-intext-right-nowrap-360 .csc-textpic-text {
		margin-right: 0;
	}
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		float: none;
	}
	.csc-textpic-imagewrap {
		margin-bottom: 10px;
	}
	/* calendar */
	.exhibition-filter LI {
		display: block;
		border: 0 none;
		padding-left: 0;
		margin: 0 0 10px -6px;
	}
	.exhibition-filter ul {
		padding: 0 0 10px 0;
	}
	.ui-datepicker-trigger {
		right: 0;
	}
	.calendar .date {
		font-size: 30px;
		font-size: 1.875rem;
	}
	.calendar .duration {
		top: 58px;
	}
	/* select */
	.minict_wrapper,
	#form-membership .minict_wrapper {
		margin-left: 0;
		width: 100%;
	}
	/* audioguide */
	.ga-panel h3 {
		font-size: 12px;
		font-size: 0.750rem;
		line-height: 18px;
		line-height: 1.125rem;
	}
	/*sponsorship list */
	.mobile-browser .csc-default .sponsorshiplist LI {
		width: 100px;
	}
	.mobile-browser .sponsorshiplist LI .image {
		height:100px;
	}
	.mobile-browser .sponsorshiplist LI .image.taken .overlay-container  .preview {
		margin: 30px 5px 0 5px;
		font-size: 10px;
		font-size: 0.625rem;
		line-height: 15px;
		line-height: 0.938rem;
	}
	/* form */
	fieldset .small-6:last-of-type &gt; label:first-of-type {
		margin: 14px 0 0 0;
	}
	fieldset .small-6:last-of-type &gt; h3 {
		margin-top: 20px;
	}
	/* press box */
	.tx-pressebox-pi1 img {
		margin-bottom: 15px;
	}
	/* floating gallery */
	.floating-gallery [class^="small-"],
	.floating-gallery [class*=" small-"]{
		width: 48%;
	}
}
/* only smartphone landscape, without blackberry devices with width &lt; 480 (e.g. only portrait blackberrys) (http://viewportsizes.com/) */
@media only screen and (max-device-height: 40em) and (orientation: landscape) and (min-width: 30.063em) {
	/* section */
	/*section [class^="small-"],
	section [class*=" small-"] {
		width: 50%;
	}*/
	section .small-6 {
		width: 50%;
	}
	section .small-9 {
		width: 75%;
	}
	section .small-3 {
		width: 25%;
	}
}
/* print styles */
@media print {

}

/* ie7 styles */
.lte-ie7 .wrapper-outer {
	overflow: visible;
}
/* The Grid */
.lte-ie7 .row { width: 960px; max-width: 100%; min-width: 960px; margin: 0 auto; }
.lte-ie7 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -10px; }
.lte-ie7 .row.large-collapse .column, 
.lte-ie7 .row.large-collapse .columns { padding: 0; }
.lte-ie7 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -10px; }
.lte-ie7 .row .row.large-collapse { margin: 0; }
.lte-ie7 .column,
.lte-ie7 .columns { float: left; min-height: 1px; padding: 0 10px; position: relative; }
.lte-ie7 .column.large-centered,
.lte-ie7 .columns.large-centered { float: none; margin: 0 auto; }
.lte-ie7 [class*="column"] + [class*="column"]:last-child { float: right; }
.lte-ie7 [class*="column"] + [class*="column"].end { float: left; }
.lte-ie7 .large-1,
.lte-ie7 .medium-1, 
.lte-ie7 .row .large-1,
.lte-ie7 .small-1 {
	width: 8.33333%;
}
.lte-ie7 .large-2,
.lte-ie7 .medium-2,
.lte-ie7 .row .large-2,
.lte-ie7 .small-2 {
	width: 16.66667%;
}
.lte-ie7 .large-3,
.lte-ie7 .medium-3,
.lte-ie7 .row .large-3,
.lte-ie7 .small-3 {
	width: 25%;
}
.lte-ie7 .large-4,
.lte-ie7 .medium-4,
.lte-ie7 .row .large-4,
.lte-ie7 .small-4 {
	width: 33.33333%;
}
.lte-ie7 .large-5,
.lte-ie7 .medium-5,
.lte-ie7 .row .large-5,
.lte-ie7 .small-5 {
	width: 41.66667%;
}
.lte-ie7 .large-6,
.lte-ie7 .medium-6,
.lte-ie7 .row .large-6,
.lte-ie7 .small-6 {
	width: 50%;
}
.lte-ie7 .large-7,
.lte-ie7 .medium-7,
.lte-ie7 .row .large-7,
.lte-ie7 .small-7 {
	width: 58.33333%;
}
.lte-ie7 .large-8,
.lte-ie7 .medium-8,
.lte-ie7 .row .large-8,
.lte-ie7 .small-8 {
	width: 66.66667%;
}
.lte-ie7 .large-9,
.lte-ie7 .medium-9,
.lte-ie7 .row .large-9,
.lte-ie7 .small-9 {
	width: 75%;
}
.lte-ie7 .large-10,
.lte-ie7 .medium-10,
.lte-ie7 .row .large-10,
.lte-ie7 .small-10 {
	width: 83.33333%;
}
.lte-ie7 .large-11,
.lte-ie7 .medium-11,
.lte-ie7 .row .large-11,
.lte-ie7 .small-11 {
	width: 91.66667%;
}
.lte-ie7 .large-12,
.lte-ie7 .medium-12,
.lte-ie7 .row .large-12,
.lte-ie7 .small-12 {
	width: 100%;
}
.lte-ie7 .row { *zoom: 1; }
.lte-ie7 .row:before,
.lte-ie7 .row:after { content: " "; display: table; }
.lte-ie7 .row:after { clear: both; }
.lte-ie7 .show-for-small,
.lte-ie7 .hide-for-large-up {
	display: none !important;
}
.lte-ie7 .hide-for-small {
	display: block !important;
}
/* flexbox */
/*
@media only screen and (max-width: 40em) {
	.bilddb .row {
		overflow: hidden;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-preferred-size: auto;
	}
	.bilddb .columns {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.bilddb .columns {
		width: 50%;
	}
}
*/

/* left,center,right by PL 23.10.2015 */
p.align-left {text-align: left;}
p.align-center {text-align: center;}
p.align-right {text-align: right;}

/* global search */
.results-container .loader {position:relative; height:50px;}
.results-container .button {margin-top:20px; border:1px dotted #000; color:#000; background:transparent; padding:10px; }
.results-container .button:hover { border-color:#777; color:#777; }

.results-container .button::after { font-family: 'icomoon'; content: "\e61a"; color: #000; font-size:1.0rem; margin-left:20px; }
.results-container .button:hover::after { color:#777; }

.results-container .image { position:relative; }
.results-container .image A { color:#000; }
.results-container .image .overlay-container { display:none;width:100%; height:100%; padding:20px; position:absolute; left:0; top:0; }
.results-container .image .overlay-container P { text-align:left; }
.results-container .image IMG { position:relative; left:0; top:0; cursor:pointer; }
.results-container .image .image-overlay { display:none; width:100%; height:100%; position:absolute; left:0; top:0; opacity: 0.8; background:#fff;}

.results-container .image.hover { cursor:pointer; }

.results-container .image.hover .overlay-container, 
.results-container .image:hover .overlay-container  { display:block; }
.results-container .image.hover .image-overlay,
.results-container .image:hover .image-overlay { display:block; } 

#tx-solr-search-form-pi-results .hide {display:none; }

#tx-solr-search-form-pi-results INPUT.text {
	background: #f4f3f2;
    border: 0 none;
    height: 50px;
    padding-left: 40px;
    width: 100%;
    margin-left: 0;
}

#tx-solr-search-form-pi-results input.text:focus,
#tx-solr-search-form-pi-results input.text:focus + .icon-zoom {
	color: #222222;
}
#tx-solr-search-form-pi-results .icon-zoom {
	position: absolute;
	left: 20px;
    top: 17px;
	color: #777777;
	transition: all 500ms ease-out;
}
#tx-solr-search-form-pi-results .icon-close {
	position: absolute;
	left: 100%;
    top: 0;
	color: #777777;
	transition: all 500ms ease-out;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: -60px;
	cursor: pointer;
	display:none;
}
#tx-solr-search-form-pi-results .icon-close:before {
	position: relative;
	top: 17px;
}

#shop-results-container .results { margin:0; padding:20px 0; background:#fff; }

.tx-solr-results .result-item P {margin-bottom:5px; }

#shop-results-container .results h3, #objectdb-results-container .results h3 { margin:0; }


.amountother .input-left {
	width:60px;
}
form.spende fieldset .row:first-of-type .small-12 label {
	margin-top:5px;
}

form.spende .checkbox label {
	margin-top: 0 !important;
}
form.spende h3 {
	margin:0;
}

form.spende label[for=amount10], form.spende label[for=amount50], form.spende label[for=amount100] , form.spende label[for=amountother]{ margin-top: 5px !important; font-size:1rem !important; }

form.spende h3 {
	font-size:1rem;
}

form.spende textarea {height:70px;}

form.spende small {
	font-style: italic;
	color: #777;
}

form.spende label sup {
	position: absolute;
	top: -5px;
}</pre></body></html>