@media (max-width: 1250px) and (min-width: 951px) {
/* Bildgroesse--------------------------------------------------------------------------------------------------- */
.ce_gallery figure {
    width:21vw;
    height:29.8798vw;
    position:relative;
    overflow:hidden;
    object-fit: cover;
}
.ce_gallery .image_container img {
    width:21vw;
    height:29.8798vw;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ce_gallery .image_container:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
li:first-child {
    margin:0 1.5625vw 1.5625vw 0;
}
li:last-child {
    margin:0;
}
#mbTitle,
#mbNumber {
    display:none;
}
#mbCenter {
    padding:30px;
}

/* Subtitle----------------------------------------------------------------------------------------------- */
.zimmersubtitle {
    text-decoration:none !important;
}

/* Panorama------------------------------------------------------------------------------------- */
#panorama .pnlm-about-msg {
    display: none !important;
}

/* Panorama------------------------------------------------------------------------------------- */
#panorama .pnlm-load-button {
    text-align:center;
}

/* Panorama------------------------------------------------------------------------------------- */
#panorama .pnlm-load-button p {
    width:200px;
    height:100px;
}

/* Panorama------------------------------------------------------------------------------------- */
#panorama .pnlm-load-button,
#panorama .pnlm-load-box {
    text-align:center;
    font:1rem/1.5rem Open Sans;
    font-weight:normal;
    text-transform:uppercase;
    font-weight: 400;
    background-color: rgba(115,154,140,.75);
}
}
