@charset "utf-8";
/* CSS Document */





section.index {
    height: 100%;
    min-height: 25rem;
}
article.textbox_willkommen {
    margin-left: 50%;
    max-width: 37.5rem;
    text-align: justify;
    color: #333333;
    padding: 3rem 1.25rem;
}
/*Inklusivleistungen*/
section.inklusivleistungen {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #EEEEEE;
}
figure.figure_left {
 height: calc(var(--vh, 1vh) * 100);
    flex-basis: 45%;
    flex-grow: 1;
}
article.text_box {
    flex-basis: 55%;
    padding: 3.75rem 1.25rem 2.5rem 5%;
    flex-grow: 1;
    min-width: 21rem;
}
article.text_box img {
    width: 30%;
    margin-top: 2rem;
    transition: 0.5s all ease-in-out;
    min-width: 19rem;
}
article.text_box img:hover {
    transform: scale(1.1);
}
article.text_box ul {
    line-height: 2;
    list-style-position: inside;
    text-indent: -1.25rem; /* key property */
    margin-left: 1.25rem; /* key property */
}

article.text_box a {
    font-weight: 600;
    color: #333;
}
article.text_box a:hover {
    font-weight: 600;
    color: #B4B4B4;
}
/*Inklusivleistungen Ende*/

/*Berge- Kontrast*/

section.berge {
    background-image: url("../images/index/hg_berge.jpg");
    background-image: image-set(
    url("../images/index/hg_berge.avif") type("image/avif"),
    url("../images/index/hg_berge.jpg") type("image/jpeg"));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 50rem;
     }
article.contrast {
    flex-basis: 30%;
    background-color: #ffffff;
    margin-left: 20%;
    ustify-content: center;
    padding: 8rem 1.25rem 0;
 }
article.highlights {
    flex-basis: 50%;
    flex-shrink: 1;
    flex-grow: 1;
    align-self: flex-end;
    padding-bottom: 5%;
    margin-left: -15%;
}
article.highlights .fig_center {
    width: 65%;
    z-index: 1;
}
/*Berge- Kontrast Ende*/

/*Zimmer*/
section.zimmer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 56rem;
}
article.text_box_lft {
    padding: 8rem 1.25rem 0;
    flex-basis: 30%;
    flex-grow: 1;
}
figure.figure_box_right {
    height: calc(var(--vh, 1vh) * 100);
    background-image: url("../images/index/romantic_suite.jpg");
    background-image: image-set(
    url("../images/index/romantic_suite.avif") type("image/avif"),
    url("../images/index/romantic_suite.jpg") type("image/jpeg"));
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 56rem;
    background-color: #ffffff;
    flex-basis: 70%;
    flex-grow: 1;
   }
section.zimmer .fig_bottom_small {
    position: absolute;
    width: 30%;
    bottom: 5%;
    left: 5%;
    z-index: 1;
    }

/*Zimmer Ende*/

@media(max-width: 1024px) {
}

@media(max-width: 768px) {
section.zimmer .fig_bottom_small {
    width: 90%;
    bottom: -15%;
    left: 5%;
}
section.zimmer .text_box_lft {
    min-height: 21rem;
    flex-basis: 100%;
    padding-top: 3rem;
}
section.zimmer .text_box_right {
    height: auto;
}
section.zimmer {
    margin-bottom: 18rem;
}
section.berge {
    height: auto;
    background-position: left;
    margin-bottom: 18rem;
    position: relative;
}
article.contrast {
    margin-left: 0;
    padding-top: 3rem;
    justify-content: center;
    padding-left: 1.25rem;
    flex-grow: 1;
    min-height: 12.5rem;
    flex-basis: 100%;
    min-width: 18rem;
}
article.highlights {
    min-height: 56rem;
    height: auto;
}
article.highlights .fig_center {
    position: absolute;
    bottom: -15%;
    width: 90%;
    left: 5%;
}
article.text_box {
    padding-top: 3rem;
    padding: 0 1.25rem;
}
.main_title {
    width: 100%;
    margin-left: 0;
}
article.textbox_willkommen {
    margin-left: 0;
    max-width: none;
}
section.inklusivleistungen article.text_box .vl_2 {
    margin-left: 50%;
}
}
