@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.skizze a {
    font-weight: 600;
    color: #333;
}
.skizze a:hover {
    color: #B4B4B4;
}
main.content-zimmer {
    margin: 0 auto;
    padding-top: 3.75rem;
    background-color: #F4F2F2;
    background-image: url("../images/zimmer/background.jpg");
    background-position: top;
    background-size: cover;
}
figure.zimmer {
    position: relative;
    height: 100%;
    margin-top: 0px;
}
figure.zimmer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    ;
}
/*Anfang Video*/
video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*Ende Video*/

section.bilder_zimmer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}
.details_zimmer img {
    width: 100%;
    height: auto;
}
figure.zimmer 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.details_zimmer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 3em;
    justify-content: center;
}
.text_box {
    flex-basis: 40%;
    max-width: 50rem;
    padding: 3em;
}
.skizze {
    padding: 3rem;
    flex-basis: 40%;
    max-width: 50rem;
    align-self: flex-start;
}
.zuschlag {
    font-size: 0.8rem;
}
div.text_box ul {
    line-height: 2;
    list-style-position: inside;
    text-indent: -1.25rem; /* key property */
    margin-left: 1.25rem; /* key property */
}
section.bilder_zimmer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.figure-zimmer {
    flex-basis: 25%;
    max-height: 30rem;
    overflow: hidden;
}
.preise_table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.preise_table {
    display: none;
}
.preise_table div {
    border: solid 0px #333;
    flex-basis: 50%;
    padding: 0.3rem;
}
.preise_table div:nth-of-type(1) {
    background-color: #998D85;
    color: #fff;
}
.preise_table div:nth-of-type(2) {
    background-color: #998D85;
    color: #fff;
}
.preise_table div:nth-of-type(13) {
    background-color: #B5ACA7;
    color: #fff;
}
.preise_table div:nth-of-type(14) {
    background-color: #B5ACA7;
}
/*Begin BookingWidget*/
#Bs-BookingWidget {
    margin-top: 3rem;
    line-height: 1.2rem;
}
.f1865shb {
    background-color: #998D85!important;
}
.f8230db {
    background-color: #767575!important;
}
.f8230db:hover {
    background-color: #8B8A8A!important
}
.Bs-Compact__Offers .Bs-Btn {
    margin-left: 2em!important;
     background-color: #93c763;
    color:#ffffff!important;
   
}
.Bs-Btn.Bs-Btn--active.Bs-Btn--selected.fandy9 {
    margin-left: 2em!important;
}
.Bs-Header {
    font-weight: 600!important
}
.Bs-Field.Bs-Guest__PaymentMethod ul {
    text-indent: 0!important;
}
.Bs-Compact__List, .Bs-Section__Block {
    background-color: #FDFDFD!important;
}
.Bs-Compact__List {
    max-height: 29.5rem;
    overflow: scroll!important;
}
.f1q5k8wv:hover {
    background: #D8D8D8!important

}
.f8230db {
     background-color: #998D85 !important;
   /*background-color: #525252 !important;*/
    
}
  
    /*Ende BookingWidget*/
@media(max-width: 1024px) {
.text_box {
    flex-grow: 1;
    padding: 1.25rem;
}
.skizze {
    flex-grow: 1;
    padding: 1.25rem;
}
.figure-zimmer {
    flex-grow: 1;
    min-width: 24rem;
}
.figure-zimmer:nth-last-of-type(1) {
    padding-top: 0.125rem
}
}

@media(max-width: 768px) {
article.details_zimmer {
    flex-direction: column;
}
.Bs-Compact__List {
    max-height: none;
    overflow: none!important;
}
}
