@font-face {font-family: 'botoni-Book';src: url('fonts/2728A4_0_0.eot');src: url('fonts/2728A4_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2728A4_0_0.woff') format('woff'),url('fonts/2728A4_0_0.ttf') format('truetype'),url('fonts/2728A4_0_0.svg#wf') format('svg');}
@font-face {font-family: 'botoni-BookItalic';src: url('fonts/2728A4_1_0.eot');src: url('fonts/2728A4_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2728A4_1_0.woff') format('woff'),url('fonts/2728A4_1_0.ttf') format('truetype'),url('fonts/2728A4_1_0.svg#wf') format('svg');}
@font-face {font-family: 'botoni-Bold';src: url('fonts/2728A4_2_0.eot');src: url('fonts/2728A4_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/2728A4_2_0.woff') format('woff'),url('fonts/2728A4_2_0.ttf') format('truetype'),url('fonts/2728A4_2_0.svg#wf') format('svg');}
@font-face {font-family: 'botoni-BoldItalic';src: url('fonts/2728A4_3_0.eot');src: url('fonts/2728A4_3_0.eot?#iefix') format('embedded-opentype'),url('fonts/2728A4_3_0.woff') format('woff'),url('fonts/2728A4_3_0.ttf') format('truetype'),url('fonts/2728A4_3_0.svg#wf') format('svg');}
@font-face {font-family: 'botoni-Roman';src: url('fonts/2728A4_4_0.eot');src: url('fonts/2728A4_4_0.eot?#iefix') format('embedded-opentype'),url('fonts/2728A4_4_0.woff') format('woff'),url('fonts/2728A4_4_0.ttf') format('truetype'),url('fonts/2728A4_4_0.svg#wf') format('svg');}
@font-face {font-family: 'botoni-Italic';src: url('fonts/2728A4_5_0.eot');src: url('fonts/2728A4_5_0.eot?#iefix') format('embedded-opentype'),url('fonts/2728A4_5_0.woff') format('woff'),url('fonts/2728A4_5_0.ttf') format('truetype'),url('fonts/2728A4_5_0.svg#wf') format('svg');}  
@font-face {font-family: 'botoni-BoldCondensed';src: url('fonts/2728A4_6_0.eot');src: url('fonts/2728A4_6_0.eot?#iefix') format('embedded-opentype'),url('fonts/2728A4_6_0.woff') format('woff'),url('fonts/2728A4_6_0.ttf') format('truetype'),url('fonts/2728A4_6_0.svg#wf') format('svg');}

.bodoni-Book, p			{font-family:'botoni-Book',Serif;}
.bodoni-BookItalic		{font-family:'botoni-BookItalic',Serif;font-style:normal;}
.bodoni-Bold, b			{font-family:'botoni-Bold',Serif;font-weight:normal;}
.bodoni-BoldItalic, b i, i b	{font-family:'botoni-BoldItalic',Serif;font-weight:normal;font-style:normal;}
.bodoni-Roman			{font-family:'botoni-Roman',Serif;}
.bodoni-Italic, i		{font-family:'botoni-Italic',Serif;font-style:normal;}
.botoni-BoldCondensed		{font-family:'botoni-BoldCondensed',Serif;}

body{
    margin:0px;
    padding:0px;
    background: #fff;
    font-family: 'botoni-Book',Serif;
    font-size: 1.2em;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover{
    color: #c43025;
    text-decoration: none;
}
.cb-nav.active{
    color: #c43025;
}
.mh-nav-active a{
    color: #c43025;
}
a:active, a:focus{
    text-decoration: none;
}

:focus {
    outline: none;
}
button{
    cursor: pointer;
}
button:focus{
    outline: none;
}
textarea:focus, input:focus{
    outline: none;
}
input::placeholder {
    color: #8ab5dd; 
    font-style: italic;
    font-weight: normal;
}
p{
    margin:0px 0px 15px 0px;
}
h1{
    font-size:3em;
}
h2{
    font-size:1.8em;
    color:#c4161c;
    font-weight: bold;
    line-height: 2em;
}
h4{
    font-size:1em;
}
ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.wh-main-container, .wh-page-component{
    width:100%;
    max-width: 1600px;
    margin: 0 auto;
}
.mh-header-container{
	position:relative;
}
.wh-background-holder{
    background-image: url('../img/background_m_1280.png');
    background-repeat: no-repeat;
    background-position:center top;
}

.wh-content, .wh-footer{
    width:72%;
    margin: 0 auto;
}
.wh-half-content{
    width:50%;
    margin: 4em auto;
}
.navbar{
    width:100%;
    background-color: #fff;
    padding:0px;
}
.nav-item a{
    color:white;
    padding: 0;
}

.wh-footer-container{
}
.wh-footer h3{
    line-height: 3em;
}
.wh-footer .miv-image {
    line-height: 8em;
}
.wh-footer .miv-image img{
    width: 90%;
}
.wh-footer .miv-wa-logo img{
    width: 75%;
}

.wh-for-mobile{
    display:none !important;
}

.wh-content.with-padding{
    padding: 4em 0;
}
.wh-content.with-vertical-borders{
    border-top:2px solid #000;
    border-bottom:2px solid #000;
}
.wh-content.without-margin{
    margin: 0px;
    width: 100%;
}
/* customization of the navigation for small screens*/
.wh-border-top{
    border-top:solid 1px #42434b;
}

/* helper styles for coloring */
.wh-fs-medium{
    font-size: 1.3em;
}
.wh-a-center{
    text-align: center;
}
.wh-a-right{
    text-align: right;
}
.wh-a-center{
    text-align: center;
}

/* helper styles for layout formatting */
.wh-table{
    display: table;
    margin: 0 auto;
    table-layout: fixed;
}
.wh-cell{
    display: table-cell;
    text-align: center;
}
.wh-row{
    float:left;
    margin-top: 2em;
}
.wh-column{
    float:left;
}
.wh-r-column{
    float:right;
}
.wh-spacer-30{
    width:30%;
    min-height: 1px;
}
.wh-spacer-25{
    width:25%;
    min-height: 1px;
}
.wh-w-1{
    width: 1px;
}
.wh-w-5{
    width:5%;
}
.wh-w-10{
    width:10%;
}
.wh-w-12_5{
    width:12.5%    
}
.wh-w-15{
    width:15%    
}
.wh-w-20{
    width:20%;
}
.wh-w-21{
    width:21%;
}
.wh-w-25{
    width:25%;
}
.wh-w-30{
    width:30%;
}
.wh-w-33{
    width:33.33%;
}
.wh-w-34{
    width:34%;
}
.wh-w-40{
    width:40%;
}
.wh-w-45{
    width:45%;
}
.wh-w-50{
    width:50%;
}
.wh-w-55{
    width:55%;
}
.wh-w-60{
    width:60%;
}
.wh-w-66{
    width:66%;
}
.wh-w-70{
    width:70%;
}
.wh-w-79{
    width:79%;
}
.wh-w-75{
    width:75%;
}
.wh-w-80{
    width:80%;
}
.wh-w-90{
    width:90%;
}
.wh-w-95{
    width:95%;
}
.wh-w-100{
    width:100%;
}
.wh-w-98{
    width:98%;
}
.hide-lg{
    display:none;
}
/* for fa icons */
.wh-fs-medium{
    font-size: 20px;
}
.wh-fs-large{
    font-size: 32px;
}
.wh-fc-black{
    color: #000;
}
.wh-for-mobile{
    display: none !important;
}
.wh-vertical-top{
    vertical-align: top !important;
}
.wh-vertical-bottom{
    vertical-align: bottom !important;
}
.wh-centered-block{
    margin: 0 auto;
}
.wh-align-right{
    margin: 0 auto;
}
.wh-no-border{
    border: none !important;
}
.wh-v-spacer{
    height:100px;
}

.owl-dots{
    display: none;
}
.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover{
    position: absolute;
    top: 28%;
    color: #000;
    font-size: 2em;
    background: transparent;
}

.mh-header{
    position: relative;
    height: 385px;
    overflow: hidden;
}

.mh-header .mh-full-mask{
    position: absolute;
    top:0px;
    left: -80px;
    bottom:0px;
}
.mh-header .mh-full-mask{
    position: absolute;
    top:0px;
    left: 0px;
    bottom:0px;
}
.wh-footer a{
    text-transform: uppercase;
    color: #8ab5dd;
    line-height: 4em;
    white-space: nowrap;
}
.wh-footer a img{
    width: 45%;
}
a.mh-active{
    color:#c43025;
}
.mh-main-menu, .mh-secondary-menu{
    position: absolute;
    z-index: 1;
}
.mh-main-menu{
    top:30px;
    left:15px
}
.mh-secondary-menu{
    bottom:15px;
    left:15px
}
.mh-main-menu ul, .mh-secondary-menu ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.mh-main-content ul{
    padding-left: 20px;
    margin: 10px 0 10px 10px;
    list-style-type: disc;
}
.mh-main-menu ul li{
    display:block;
    line-height: 1.2em;
}
.mh-secondary-menu ul li{
    display:inline-block;
    line-height: 1.8em;
}
.mh-main-menu ul li a{
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
}
.mh-secondary-menu ul li a{
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
}
.mh-main-menu ul li .level-2{
    display: none;
    padding-left: 15px;
}
.mh-main-menu ul li .level-2 li{
	line-height: 1em;
}
.mh-main-menu ul li.mh-menu-open .level-2{
	display:block;
	margin-bottom: 5px;
}
.mh-main-menu ul li.mh-menu-open a{
	color:#c4161c;
}
.mh-main-menu ul li.mh-menu-open ul li a{
	color:#000;
}
.mh-main-menu ul li.mh-menu-open .level-2 li.mh-menu-open a{
	color:#c4161c;
}
.mh-main-menu ul li.mh-menu-open .level-2 li.mh-menu-open .level-3 a{
	color:#000;
}
.mh-main-menu ul li.mh-menu-open .level-2 li.mh-menu-open .level-3 li.mh-menu-open a{
	color:#c4161c;
}
.mh-main-menu ul li .level-2.mh-open{
    display: block;
}
.mh-main-menu ul li .level-2 a{
    text-transform: none;
    font-size: 0.9em;
}
.mh-search-box img{
    width: 9% !important;
}  

.mh-search-box input{
    border: 0px;
	width: 0px;
}  
.mh-search-box #full-search-field.field-expanded, .mh-search-box #mobile-search-field.field-expanded {
    border: solid 1px #efefef;
    margin-right: 10px;
    width: 170px;
    -webkit-transition: width 200ms ease-in-out;
    -moz-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
    padding:0px 5px;
}
.mh-search-box #mobile-search-field.field-expanded {
	width: 200px;
}
.mh-article img.mh-article-image{
    width:100%;
}
.mh-article-header{
    font-size: 1.1em;
    background-color: #7bafde;
    line-height: 2em;
    text-transform: uppercase;
    color:#000;
}
.mh-article-header .mh-ico{
    width: 58px;
}
.mh-article-header.mh-bordered{
    border-top:solid 3px #7bafde;
    background-color: #fff;
    color: #000;
}
.mh-article img{
    /*width: 100%;*/ 
}
.mh-main-content img {
	float: left;
    margin: 0 15px 15px 0;
}
.kz-medium-image img, .kz-small-image img, .mh-vermitung-cell img{
	width:100%;
}
.mh-blue{
    color:#78adde;
}
.home-box-thumb{
	height:190px;
	background-size:cover;
	background-position:center top;
}
.form-control::-webkit-input-placeholder { 
    color: #8ab5dd; 
    font-style: italic;
    font-weight: normal;
}  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { 
    color: #8ab5dd; 
    font-style: italic;
    font-weight: normal;
}  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: #8ab5dd; 
    font-style: italic;
    font-weight: normal;
}  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { 
    color: #8ab5dd; 
    font-style: italic;
    font-weight: normal;
}  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { 
    color: #8ab5dd; 
    font-style: italic;
    font-weight: normal;
}  /* Microsoft Edge */


.wh-p-15-top{
    padding-top: 15px;
}
.wh-m-15-top{
    margin-top: 15px;
}
.wh-no-p-top{
    padding-top: 0px;
}
#museum .mh-main-content a{
    border-bottom: solid 3px #8ab5dd;
    width: 200px;
    display: block;
    padding-bottom: 5px;
}
.big-bottom-border{
	border-bottom: solid 3px #8ab5dd;
}
.mh-archive{
	display:none;
	float:left;
}
.mh-archive .mh-image-container{
	position:relative;
}
.mh-archive ul{
	padding-left:0px;
	margin-left:0px;
}
.mh-archive.mh-archive-open{
	display:block;
}
.mh-archive-article{
    border-bottom: solid 3px #8ab5dd;
    margin-bottom: 15px;
    float:left;
}
.mh-archive-article:last-child{
    border-bottom:none;
}
.mh-archive-article .mh-image-gallery{
	padding-left:0px;
	margin-left:0px;
}
.mh-archive ul{
	list-style-type: none;
}
.mh-archive ul li.mh-archive-article:last-of-type{
	border:none !important;
} 
.mh-presse-aktuelles div.mh-presse-aktuelle{
	border-bottom: solid 3px #8ab5dd;
}
.mh-presse-aktuelles div.mh-presse-aktuelle:last-of-type{
	border:none !important;
}
#mh-archive-selector{
	width:100%;
	margin-bottom:15px;
}
.mh-nav-active{
	color: #c43025;	
}
/* slideshow */
#slideshow { 
    position: relative;
    height: 385px; 
}

.full-slideshow > div{
    right: 0px !important; 
}
#slideshow > div { 
    position: absolute; 
    top: 0px; 
    right: 15%; 
}
/* grid */
.wh-grid-lg-3{
    float: left;
}
.wh-grid-lg-3 .wh-grid-cell{
   float: left;
}
.wh-grid-lg-3 .wh-grid-cell .mh-article{
    margin: 15px auto 0 auto;
}
.wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n+1){
    clear: both;
}
.wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n+1) .mh-article{
    float: left;
    clear: both;
}
.wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n+3) .mh-article{
    float: right;
}
.mh-article{
    margin: 15px 0 0 0;
    border-bottom: solid 3px #8ab5dd;
    width: 97%;
}
.mh-side-concerts .mh-article{
    margin: 15px 0 0 0;
    border-bottom: solid 3px #8ab5dd;
}
.wh-grid-lg-3 .mh-vermitung-cell .mh-article{
	min-height:590px;
}
#association-of-friends .wh-grid-lg-3 .mh-vermitung-cell .mh-article{
	min-height:300px;
}
#rent .wh-grid-lg-3 .mh-vermitung-cell .mh-article{
	min-height:600px;
}
.wh-page-content a{
    color:#8ab5dd;
}
.mh-logo img{
    width: 50%;
    margin-bottom:10px;
}
.mh-social{
    position: absolute;
    right: 0;
    z-index: 7;
    width: 40px;
    top:35%;
    font-size: 2em;
    background-color: #fff;
    padding: 5px;
	border-radius:10px 0 0 10px;
}
.mh-social ul li{
    padding: 0px;
    margin: 0px;
    line-height: 0.5em;
}
.fa-facebook-square{
    color: #405d9e;    
}
.fa-twitter-square{
    color: #27aae1;    
}
.fa-instagram{
    color: #7bafde;
}
.wh-for-mobile{
    display: !important;
}
.mh-menu-toggler{
    position: absolute;
    top: 26px;
    left: 11px;
    font-size: 2em;
    z-index: 5;
}
.mh-search-result{
	border-bottom:solid 1px #8ab5dd;
}
.ico-key{
    width: 40px !important;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 11px;
}
.ico-calendar{
    width: 35px !important;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 6px;
}
.ico-pin{
    width: 19px !important;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 6px;
}
.ico-kids{
    width: 33px !important;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 6px;
}
.ico-info{
    width: 33px !important;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 6px;
}
.ico-mozart{
    width: 21px !important;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 6px;
}
.mh-header-image{
    /*width: 60%;*/
    /*float: right;*/
    position: absolute;
    right: 0;
    height: 100%;
    
}
.mh-inside-layout .mh-article{
    width:99%;
}
.mh-inside-layout-full .mh-article, .wh-block-full .mh-article{
    width:100%;
}
.wh-r-column .mh-article{
    float:right;
}
.mh-article .mh-news-listing{
    margin: 10px 0;
}
.mh-inside-layout-one-two{
    border-bottom: solid 3px #8ab5dd;
}
.mh-side-concerts{
    padding-left: 10px;
    margin: 15px 0;
    border-left: solid 3px #8ab5dd;
}
.mh-event-big .mh-img-container{
    padding: 10px 10px 0 0;
}
.mh-main-menu ul li .level-3 {
    padding-left: 15px;
}
.mh-one-full-column .mh-article{
	width: 100%;
	float:left;
}
.wh-footer a{
	font-size:1.1em;
}
.kz-more{
	color: #8ab5dd;
}
.kz-small-image{
	width:90%;
}
.kz-big-image{
	width:95%;
	height:400px;
	background-repeat: no-repeat;
    background-position-x: center;
}
.kz-medium-image{
	width:95%;
	max-height: 168px;
    overflow: hidden;
    margin: 0 0 15px 0;
}
.kz-big-content{
	height: 300px;
	overflow: hidden;
}
.mh-main-content, .mh-side-navigation {
	margin-top:15px;
}
.mh-image-gallery{
	margin:15px 0px;
	padding:0px;
	list-style-type:none;
}
.mh-image-gallery li{
	display: block;
    width: 20%;
    float: left;
    border: solid 1px #fff;
}
.mh-image-gallery li a{
	background-size: cover;
	height: 150px;
	display:block;
}
#news .mh-image-gallery li{
	display: block;
    width: 32%;
    float: left;
    border: solid 1px #fff;
}
#news .mh-image-gallery li a{
	background-size: cover;
	height: 150px;
	display:block;
	background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    display: block;
}

.mh-content-info-boxes div.wh-grid-cell:last-of-type .mh-article{
	border-bottom:none;
}
#mh-content-slides{
	float:right;	
	position:relative;
	height:520px;
}
.mh-content-slide{
	position:absolute;
	top:0;
}
.mh-content-slide a{
	display:block;
	position:relative;
	max-height: 240px;
	overflow:hidden;
	margin-bottom:15px;
}
.single-slider .mh-content-slide a{
	max-height: 440px;
}
.mh-content-slide img{
	margin-right:0px;
	position:relative;	
	width:100%;
}
.mh-slide-link:hover .mh-content-slide-caption{
	height:auto;
	opacity:0.8;
}
.mh-content-slide-caption{
	position:absolute;
	font-size: 0.9em;
	background-color: #000;
	left:0px;
	right:0px;
	bottom:0px;
	height:100px;
	color:#fff;
	padding:5px;
	height:0px;
	overflow:hidden;
    opacity:0;
	-webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.mh-infobox-text{
	display:block;
}
.wh-right-pad-for-70{
	padding-right:15px;
}
.mh-expander-control {
	display:block;
}
.mh-expander-control a{
	color:#8ab5dd;
}
.mh-expandable-content .mh-detailed-content{
	display:none;
}
.mh-expandable-content .mh-read-less{
	display:none;
}
.mh-expandable-content.expander-open .mh-detailed-content{
	display:block;
}
.mh-expandable-content.expander-open .mh-read-less{
	display:block;
}
.mh-expandable-content.expander-open .mh-read-more{
	display:none;
}

.ff_composer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ff_composer .field_label {
	font-size: 14px !important;
}
.ff_composer .line, .ff_composer .line:last-child, .ff_composer .last_unit
{
	overflow: hidden;
}
.ff_composer .unit {
	float: left;
}
.ff_composer .unit_right {
	float: right;
}
.ff_composer .size1of1 {
	float: none;
}
.ff_composer .size1of2 {
	width: 50%;
}
.ff_composer .size1of3 {
	width: 33.33333%;
}
.ff_composer .size2of3 {
	width: 66.66666%;
}
.ff_composer .size1of4 {
	width: 25%;
}
.ff_composer .size3of4 {
	width: 75%;
}
.ff_composer .line:last-child, .ff_composer .last_unit {
	float: none;
	width: auto;
}
.ff_composer p, .ff_composer h1, .ff_composer h2, .ff_composer h3,
.ff_composer h4, .ff_composer h5, .ff_composer h6 {
	margin: 0;
}
.ff_composer .required_item {
	margin-left: 4px;
	color: #666;
}
.ff_composer textarea {
	width: 88%;
}
.ff_composer select option {
	padding: 1px 2%;
	max-width: 96%;
	overflow: hidden
}
.ff_composer select, .ff_composer input[type="text"], .ff_composer input[type="email"],
.ff_composer input[type="url"], .ff_composer input[type="number"],
.ff_composer input[type="password"], .ff_composer input[type="search"]
{
	width: 75%;
	height: 34px;
	font-size: 1em;
	color: #000;
	padding: 0px
}
#newsletterFrame {
	border:none;
	overflow:auto;
	min-height:770px;
	width:100%;
}
#newsletterForm .unit{
	padding:4px;
}
#newsletterForm input[type="text"]{
	width: 100%;
}
#newsletterForm .inline-error-msg{
	width: 100%;
}
.ff_composer ul.dynamic_recipients {
	list-style: none;
	padding: 0;
}
.ff_composer input[type="checkbox"] {
	float: left;
	margin-top: 7px;
}
label.checkbox {
	color: #666;
}
.inline-error-msg {
	display: none;
	float: left;
	clear: both;
	width: 75%;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 20px;
	background-color: #c43025;
	color:#fff;
}
.inline-error-msg i {
	margin: 0px 3px 0px 0px;
}
.submit-success{
    border: solid 1px #000;
    padding: 15px;
    margin: 30px auto;
    width: 90%;
    display:none;
}
.cms-content a{
	color: #8ab5dd;
}
.wh-relative{
	position:relative;
}
.wh-for-mobile .search-input{
	width:60%;
}

.aktuelles-contents .mh-expander-control a{
	color: #8ab5dd;
}
.aktuelles-contents .mh-expander-control {
	display:block;
}
.aktuelles-contents .mh-expandable-content .mh-detailed-content{
	display:none;
}
.aktuelles-contents .mh-expandable-content .mh-read-less{
	display:none;
}
.aktuelles-contents .mh-expandable-content.expander-open .mh-detailed-content{
	display:block;
}
.aktuelles-contents .mh-expandable-content.expander-open .mh-read-less{
	display:block;
}
.aktuelles-contents .mh-expandable-content.expander-open .mh-read-more{
	display:none;
}
.wh-logo {
	text-align:right;
}
.wh-logo img{
	width:40%;
}
.wh-for-mobile .wh-logo img{
	width:100%;
}
.wh-for-full #searchForm{
	padding-bottom:10px;
}
.aktuelles-big-image{
	width:100%;
	height:400px;
	text-align: right;
}
.aktuelles-big-image .image-container{
	width:80%;
}
.aktuelles-big-image img{
	float:right;
	width:100%;
}
#museen-der-wien-holding .cms-content ul, #the-wien-holding-museums .cms-content ul{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}
.boesendorfer-1{
	background-image: url('../img/BSD_logo.jpg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 34px;
    height: 25px;
    background-size: cover;
}
.mozarthaus-1{
	background-image: url('../img/MZ_logo.jpg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 34px;
    height: 32px;
    background-size: cover;
}
.boesendorfer-0{
	display:none;	
}
.aktuelles-contents .mh-image-container, .aktuelles-big-image .image-container{
	position:relative;
}
.image-container{
	float:right;
	margin-bottom: 15px;
}
.mh-image-container:hover .mh-content-slide-caption, .aktuelles-big-image:hover .mh-content-slide-caption{
	height:auto;
	opacity:0.8;
}
.mh-image-container img{
    float: left;
    width: 100%;
}
.f-open{
	display:block !important;
}
#links-expander{
	cursor:pointer;
}
#anfahrt-zeiten-preise table tr td:first-of-type{
	width:90%;
}
#anfahrt-zeiten-preise table tr td:last-of-type{
	white-space: nowrap;
}
#museen-der-wien-holding li.mh-archive-article:last-of-type{
	border-bottom:0px;
}
.small-concert{
	min-height:190px;
}
.konzert-location-title{
   margin: 10px 0px;
}
.konzert-content img{
	display:block;	
}
.konzert-box{
	border-bottom: solid 3px #7bafde !important;
	padding-bottom:10px;
}

.mh-konzert-expandable-content .mh-konzert-detailed-content{
	display:none;
}
.mh-konzert-expandable-content .mh-konzert-read-less{
	display:none;
}
.mh-konzert-expandable-content.expander-konzert-open .mh-konzert-detailed-content{
	display:block;
}
.mh-konzert-expandable-content.expander-konzert-open .mh-konzert-read-less{
	display:block;
}
.mh-konzert-expandable-content.expander-konzert-open .mh-konzert-read-more{
	display:none;
}

.fancybox-container{
    font-family : 'botoni-Book',Serif !important;
}
.fancybox-caption{
    font-size : 18px !important;
}
#rent .wh-background-holder, #vermietung .wh-background-holder{
	height:160px;
}
.wh-page-content.rent-container{
	margin-top:-100px;
}
.cookie-message-container{
	position:fixed;
	bottom:0px;
	background-color : #b5cfeb;
	border-top:solid 3px #6b9fd8;
	padding-top:5px;
	padding-bottom:5px;
}

.mozarthaus-cookie{
	background-image: url('../img/cookie-mozart.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left:44px;
    font-size: 0.9em;
}

#mh-cookie-accept{
	color: #fff;
	background : #6b9fd8;
	border-radius:5px;
	margin-right:5px;
	 padding: 5px;
    height: 30px;
}

@media (max-width: 1400px){
	.mh-header .mh-full-mask{
		left:-80px;
	}
}
@media (max-width: 1350px){
	.mh-header .mh-full-mask{
		left:-250px;
	}
}
@media (max-width: 1260px){
	.mh-main-menu ul li a {
	    font-size: 1em;
	}
	.mh-main-menu ul li {
	    line-height: 1.1em;
	}
	.home-box-thumb {
    	height: 175px;
	}
	.wh-grid-lg-3 .mh-vermitung-cell .mh-article{
		min-height: 615px;
	}
}
@media (max-width: 1200px){
    .wh-main-container, .wh-page-component{
        max-width: 970;
    }
    .wh-content, .wh-footer {
        width: 83%;
        min-width: 870px;
        margin: 0 auto;
    }
    .mh-article-header{
		font-size:1em;
		line-height: 2.2em;
	}
	.mh-header .mh-full-mask{
		left:-150px;
	}
}
@media (max-width: 940px){
	.mh-article-header {
	    font-size: 0.85em;
	    line-height: 2.8em;
	}
    .mh-header .mh-full-mask {
	    position: absolute;
	    top: 0px;
	    left: -210px;
	    bottom: 0px;
	}
}
@media only screen and (min-device-width: 550px) and (max-device-width: 1024px) and (orientation:landscape) {
	.mh-expander-control {
		display:block;
	}
	.mh-expander-control a{
		color:#8ab5dd;
	}
	.mh-expandable-content .mh-detailed-content{
		display:none;
	}
	.mh-expandable-content .mh-read-less{
		display:none;
	}
	.mh-expandable-content.expander-open .mh-detailed-content{
		display:block;
	}
	.mh-expandable-content.expander-open .mh-read-less{
		display:block;
	}
	.mh-expandable-content.expander-open .mh-read-more{
		display:none;
	}
	.wh-content, .wh-footer {
	    width: 100%;
	    margin: 0 auto;
	    min-width: unset;
	}
	.wh-main-container, .wh-page-component {
	    width: 98%;
	    max-width: unset;
	    margin: 0 auto;
	}
	.wh-main-container .mh-infobox-text{
		font-size:0.9em;
	}
	.mh-header .mh-full-mask {
	    left: -70px;
	}
	.mh-header .mh-full-mask.mh-half-mask{
	    left: -150px;
	}
}
@media only screen and (min-device-width: 550px) and (max-device-width: 1024px) and (orientation:portrait) {
	.mh-vermitung-cell .mh-article{
		border-bottom: 0px;
	}
	.mh-expander-control {
		display:block;
	}
	.mh-expander-control a{
		color:#8ab5dd;
	}
	.mh-expandable-content .mh-detailed-content{
		display:none;
	}
	.mh-expandable-content .mh-read-less{
		display:none;
	}
	.mh-expandable-content.expander-open .mh-detailed-content{
		display:block;
	}
	.mh-expandable-content.expander-open .mh-read-less{
		display:block;
	}
	.mh-expandable-content.expander-open .mh-read-more{
		display:none;
	}
	.wh-content, .wh-footer {
	    width: 100%;
	    margin: 0 auto;
	    min-width: unset;
	}
	.wh-main-container, .wh-page-component {
	    width: 98%;
	    max-width: unset;
	    margin: 0 auto;
	}
	#slideshow > div{
		right:5%;
	}
	
	/* grid */
    .wh-grid-lg-3{
        float: none;
    }
    .wh-grid-lg-3 .wh-grid-cell{
    float: none;
    }
    .wh-grid-lg-3 .wh-grid-cell .mh-article{
        margin: 15px auto 0 auto;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n+1){
        clear: none;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n+1) .mh-article{
        float: none;
        clear: none;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n+3) .mh-article{
        float: none;
    }

    .wh-grid-md-2{
        float: left;
    }
    .wh-grid-md-2 .wh-grid-cell{
        float: left;
        width: 50%;
    }
    .wh-grid-lg-3 .wh-grid-cell .mh-article{
        margin: 15px auto 0 auto;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n+1){
        clear: both;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n+1) .mh-article{
        float: left;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n+2) .mh-article{
        float: right;
    }
    
    .wh-md-60{
    	width:60%;
    }
    .wh-md-40{
    	width:40%;
    }
	.mh-header .mh-full-mask {
	    position: absolute;
	    top: 0px;
	    left: -190px;
	    bottom: 0px;
	}
}
@media (max-width: 660px){
	.mh-vermitung-cell .mh-article{
		border-bottom: 0px;
	}
	.wh-grid-lg-3 .mh-vermitung-cell .mh-article{
		min-height: 550px;
	}
	.mh-side-navigation-container{
		width: 90%;
	    border-bottom: solid 1px;
	    padding-bottom: 15px;
	}
	
	.wh-footer .f-link a {
	    font-size: 1em;
	    line-height: 1.5em;
	}
	#anfahrt-zeiten-preise table tr td:first-of-type {
	    width: 80%;
	}
	.mh-content-info-boxes, .main-content-column{
		width:100%;
	}
	.wh-mm-15-top{
	    margin-top: 15px;
	}
	.mh-search-box img{
	    width: 11% !important;
	}  
	.wh-for-mobile.buy-tikets{
		position:absolute;
		bottom:0px;
	}
	.wh-for-mobile.buy-tikets img{
		width:100%;
	}
	.mh-expander-control {
		display:block;
	}
	.mh-expander-control a{
		color:#8ab5dd;
	}
	.mh-expandable-content .mh-detailed-content{
		display:none;
	}
	.mh-expandable-content .mh-read-less{
		display:none;
	}
	.mh-expandable-content.expander-open .mh-detailed-content{
		display:block;
	}
	.mh-expandable-content.expander-open .mh-read-less{
		display:block;
	}
	.mh-expandable-content.expander-open .mh-read-more{
		display:none;
	}
	.mh-header {
		min-height: 370px;
    }
    .mh-header-image {
	    width: 100%;
	}
	.wh-main-container, .wh-page-component{
        max-width: unset;
    }
    .wh-content, .wh-footer {
        width: 100%;
        min-width: unset;
        margin: 0 auto;
    }
    .mh-article-header{
        font-size: 0.8em;
    }
    .wh-footer a{
        font-size: 1em;
    	line-height: 2.5em;
    }
    #slideshow {
        height: 285px;
    }
    #slideshow > div { 
        position: absolute; 
        top: 0px; 
        left: unset; 
        right: 0px;
    }
     #slideshow > div img{ 
		width:100%;
    }
    /* grid */
    .wh-grid-lg-3{
        float: none;
    }
    .wh-grid-lg-3 .wh-grid-cell{
    float: none;
    }
    .wh-grid-lg-3 .wh-grid-cell .mh-article{
        margin: 15px auto 0 auto;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n+1){
        clear: none;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n+1) .mh-article{
        float: none;
        clear: none;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(3n+3) .mh-article{
        float: none;
    }

    .wh-grid-md-2{
        float: left;
    }
    .wh-grid-md-2 .wh-grid-cell{
        float: left;
        width: 50%;
    }
    .wh-grid-lg-3 .wh-grid-cell .mh-article{
        margin: 15px auto 0 auto;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n+1){
        clear: both;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n+1) .mh-article{
        float: left;
    }
    .wh-grid-lg-3 .wh-grid-cell:nth-of-type(2n+2) .mh-article{
        float: right;
    }
    .ico-key {
	    width: 30px !important;
	    margin-top: 5px;
	}
	.ico-calendar {
	    width: 25px !important;
	    margin-top: 2px;
	}
	.ico-pin {
	    width: 12px !important;
	}
	.ico-kids {
	    width: 20px !important;
	}
	.ico-info {
	    width: 20px !important;
	}
	.ico-mozart {
	    width: 16px !important;
	    margin-top: 3px;
	}
	.mh-side-concerts{
	    padding-left: 0px;
	    margin: 15px 0;
	    border-left: none;
	}
	.kz-medium-image{
		max-height: unset;
		width: 100%;
	}
	.kz-small-image{
		width: 95%;
	}
	.kz-big-image{
		width: 100%;
		height: auto;
	}
	.mh-event-big{
		border-bottom: solid 3px #7bafde !important;
	}
	.wh-no-border.mh-event-big {
	    border: none !important;
	}
}
@media (max-width: 550px){
	.mozarthaus-cookie{
		background-image: url('../img/cookie-mozart.png');
	    background-repeat: no-repeat;
	    background-size: auto;
	    padding-left:50px;
	}
	.f-link{
		padding-top:10px;
	}
	.wh-footer a img{
	    width: 60%;
	}
	.aktuelles-big-image{
		height: auto;
	}
	.aktuelles-big-image .image-container{
		width:100%;
	}
	.wh-grid-lg-3 .mh-vermitung-cell .mh-article{
		min-height: auto;
	}
	.mh-header .mh-full-mask {
	    left: 0px;
	}
	.ico-key{
	    width: 40px !important;
	    margin-left: 5px;
	    margin-top: 11px;
	}
	.ico-calendar{
	    width: 35px !important;
	    margin-left: 5px;
	    margin-top: 6px;
	}
	.ico-pin{
	    width: 19px !important;
	    margin-left: 5px;
	    margin-top: 6px;
	}
	.ico-kids{
	    width: 33px !important;
	    margin-left: 5px;
	    margin-top: 6px;
	}
	.ico-info{
	    width: 33px !important;
	    margin-left: 5px;
	    margin-top: 6px;
	}
	.ico-mozart{
	    width: 21px !important;
	    margin-left: 5px;
	    margin-top: 6px;
	}
	.mh-article-header {
	    font-size: 0.9em;
	}
	.home-box-thumb {
	    height: 190px;
	}
	.mh-header .mh-full-mask {
	    position: absolute;
	    top: 0px;
	    left: -50px;
	    bottom: 0px;
	}
	.buy-tikets {
		text-align: left;
	}
	.mh-header{
		min-height: unset;
    	height: 285px;
	}
    .mh-logo img {
	    width: 75%;
	}
    .wh-for-mobile{
        display: block !important;
    }
    .wh-for-full{
        display: none;
    }
    .wh-content, .wh-footer {
        width: 95%;
        min-width: unset;
        margin: 0 auto;
    }
    .wh-sm-0{
        width: 0%;
    }
    .wh-sm-15{
        width: 15%;
    }
    .wh-sm-20{
        width: 20%;
    }
    .wh-sm-45{
        width: 45%;
    }
    .wh-sm-40{
        width: 40%;
    }
    .wh-sm-50{
        width: 60%;
    }
    .wh-sm-60{
        width: 60%;
    }
    .wh-sm-80{
        width: 80%;
    }
    .wh-sm-85{
        width: 85%;
    }
    .wh-sm-100{
        width: 100%;
    }
    .wh-grid-md-2 .wh-grid-cell{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .wh-grid-md-2 .wh-grid-cell .mh-article{
        width: 100%;
    }
    .mh-main-menu{
        background-color: #7bafde;
        top:15px;
        left:0;
        width: 100%;
        height: 0px;
        overflow: hidden;
        padding:0px;
        z-index: 3;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .mh-main-menu.m-open{
        padding: 20px 15px 15px 60px;
        height: 299px;
    }
    .mh-infobox-text {
	    display: block;
	    min-height: auto;
	}
}    
@media (max-width: 470px){
	#association-of-friends .wh-grid-lg-3 .mh-vermitung-cell .mh-article {
	    min-height: unset;
	    border-bottom: 0px;
	}
	.cms-content iframe {
    	width : 100%;
    }
	.cms-content img {
	    float: none !important;
	    display: block;
	    margin: 15px auto !important;
	}
	#rent .wh-grid-lg-3 .mh-vermitung-cell .mh-article {
	    min-height: unset;
	}
	.mh-main-menu ul li a {
	    font-size: 0.8em;
	}
	#slideshow > div img{ 
		width:150%;
    }
    #mhv-for-kids #mh-content-slides, #kids-workshops #mh-content-slides{
	    height: 255px;
	}
	#mhv-for-kids .ct-lang-en #mh-content-slides, #kids-workshops .ct-lang-en #mh-content-slides{
	    height: 455px;
	}
	
	#discover-mozart-by-yourself .mh-content-slide a{
		max-height: 447px;
	}
	#discover-mozart-by-yourself .ct-lang-en #mh-content-slides{
	    height: 470px;
	}
	
	#kontakt .mh-content-slide a{
		max-height: 540px;
	}
	#aktuelles .mh-image-gallery li a{
    	height: 120px;
    	background-size: cover;
	}
	.mh-image-gallery li {
	    width: 33%;
	}
	.ff_composer input[type="text"], .ff_composer select, .ff_composer textarea{
		width: 99%;
	}
}
/*samsung*/
@media (max-width: 380px) and (orientation : portrait){
	.cms-content table{
		font-size: 15px;
	}
	.unn-home-banner {
        min-height: 750px;
    }
    .unn-counts-text h1 {
        font-size: 1.5em;
    }
    .unn-mobile-header li a {
        color: #fff;
        font-size: 1.52em;
    }
}
/*iphone*/
@media (max-width: 360px) and (orientation : portrait){
    .home-box-thumb {
	    height: 160px;
	}
}
/*iphone super small*/
@media (max-width: 320px) and (orientation : portrait){
    
}

