@media (max-width: 950px) {
#home {
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}

/* Bildgroesse--------------------------------------------------------------------------------------------------- */
.ce_gallery figure {
    width:90vw;
    height:126.6666vw;
    position:relative;
    overflow:hidden;
    object-fit: cover;
}
.ce_gallery .image_container img {
    width:90vw;
    height:126.6666vw;
    -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);
}
.col_first figure {
    margin:0 30px 30px 0;
}
.col_last figure {
    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);
}
}
