@media (min-width: 1251px) {
/* HEADER--------------------------------------------------------------------------------------------------- */
#mainmenu,
#reservierung,
#kont,
#sprachwechsler {
    top:98px;
}
#galerietitel {
    justify-content: left !important;
}
.galerietext .ce_accordion {
    width:100%;
}
.galerietext {
    position:relative;
    display:block;
}
.toggler {
    height:50px;
    margin-right:auto;
    margin-left:auto;
    vertical-align:bottom;
    border-bottom:1.3pt solid #000;
    line-height:50px;
}
#arrow_down {
    width:20px;
    top:40px;
    position:relative;
    float:right;
    z-index: -1;
}
li:nth-child(1-4) figure {
    margin-top:1.5625vw !important;
}
li:nth-child(5-12) figure {
    margin-bottom:1.5625vw !important;
}
li:first-child figure {
    margin-left:0 !important;
}
li:nth-child(4) figure,
li:nth-child(8) figure,
li:nth-child(12) figure{
    margin-right:0 !important;
}
#mbTitle,
#mbNumber {
    display:none;
}

/* Bildgroesse--------------------------------------------------------------------------------------------------- */
.content-gallery figure {
    width:270px;
    height:270px;
    position:relative;
    overflow:hidden;
    margin-top:15px;
    margin-right:30px;
    margin-bottom:15px;
    object-fit: cover;
}
.content-gallery figure img {
    width:270px;
    height:270px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.content-gallery figure:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#mbCenter {
    padding:30px;
}
}
