@media (min-width: 1251px) {
/* HEADER--------------------------------------------------------------------------------------------------- */
#mainmenu,
#reservierung,
#kont,
#sprachwechsler {
    top:98px;
}

/* Buchungsinfotext----------------------------------------------------------------------------------------------- */
.pressetext h2 {
    margin-top:3.6458vw;
    margin-bottom:0;
}
a#telefon,
a#mail,
a#vipkleinrath {
    text-decoration:none;
    color:#000;
}
a#pressekontakt {
    color:#000;
}

/* Spalten--------------------------------------------------------------------------------------------------- */
#spalte1,
#spalte2 {
    margin-right:1.5625vw;
}

/* Bildgroesse--------------------------------------------------------------------------------------------------- */
.pressegalerie figure {
    width:370px;
    height:340px;
    position:relative;
    overflow:hidden;
    margin:auto auto 15px;
    object-fit: cover;
}
.pressegalerie figure img {
    width:370px;
    height:340px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pressegalerie figure:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#mbTitle,
#mbNumber {
    display:none;
}
#mbCenter {
    padding:30px;
}

/* Buttons--------------------------------------------------------------------------------------------------- */
div#Button {
    width:100%;
}
}
