@charset "utf-8";
.gastro_fig_bottom img, .gastro_figbottom img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.main_title_zimmer {
    color: #998D85;
    font-family: kudryashev-d-excontrast-sans, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 1em;
    text-align: center;
}
figure.gastronomie {
    height: 100%;
}
figure.gastronomie img, .gastro_bildbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
     vertical-align: middle;
}
figure.gastronomie figcaption h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 11.25rem;
    color: #fff;
    font-size: clamp(3.125rem, 3vw, 4.375rem);
}
article.gastro_textbox ul  {
    line-height: 2;
    list-style-position: inside;
    text-indent: -1.25rem; /* key property */
    margin-left: 1.25rem; /* key property */
}
section.gastro_willkommen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    background-color: #EEEEEE;
    min-height: 100vh;
   
}
article.gastro_textbox {
    flex-basis: 55%;
    padding-top: 10rem;
    padding-left: 5%;
    padding-right: 1.25rem;
    flex-grow: 1;
    background-color: #FFFFFF;
   height: auto;
}
.gastro_bildbox {
    height: 85vh;
    flex-basis: 45%;
    min-width: 21rem;
    flex-grow: 1;
   }
.gastro_fig_bottom {
    position: absolute;
    width: 30%;
    min-width: 20rem;
    bottom: 0;
    left: 35%;
    z-index: 1;
}
.gastro_figbottom {
    position: absolute;
    width: 30%;
    min-width: 20rem;
    bottom: 0;
    right: 35%;
    z-index: 1;
}

@media(max-width: 48rem) {
section.gastro_willkommen {
    flex-direction: column;
    height: auto;
}
article.gastro_textbox {
    padding: 3rem 1.25em 3rem;
}
.gastro_fig_bottom, .gastro_figbottom {
    position: static;
    width: 100%;
    right: auto;
    left: auto;
}
    .gastro_fig_bottom {
        padding: 0.125rem 0;
    }
}
