/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>> @font-face start <<<--- */
@font-face {
    font-family: 'Fira-Sans-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fira_sans_400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Fira-Sans-Medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/fira_sans_500.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Fira-Sans-Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/fira_sans_700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Melodrama';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/melodrama_400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>> @font-face end <<<--- */
html, body {
    font-family: 'Fira-Sans-Regular', sans-serif;
    color: #454444;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
}

html, body, .halfBox_default:before {
    background-color: #fff;
}

body.emptyTemplate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

b, strong, .offerBoxesWrapper article .periods {
    font-family: 'Fira-Sans-Bold', sans-serif;
    font-weight: 700;
}

a {
    color: #454444;
    word-break: break-word;
}

a:hover {
    color: #968F81;
}

.bigger {
    font-size: 21px;
}

.bigger span {
    margin: 0 5px;
    color: #C4BAAC;
}

.bigger span.seperator {
    display: none;
}

.bigger a {
    text-decoration: none;
    border-bottom: 2px solid #C4BAAC;
    padding-bottom: 2px;
    margin: 3px 0;
    display: inline-block;
    -webkit-transition: border-color .25s ease-in-out, opacity .25s ease-in-out;
    -o-transition: border-color .25s ease-in-out, opacity .25s ease-in-out;
    transition: border-color .25s ease-in-out, opacity .25s ease-in-out;
    line-height: 1;
    color: #C4BAAC;
}

.bg4 .bigger a {
    color: #C4BAAC;
}

.bigger a:hover, a.external:hover {
    border-color: #968F81;
    opacity: .5;
}

small, .footer .editorial, .additionalPriceInformation {
    font-size: 0.8em;
}

p {
    margin-bottom: 15px;
}

div p:last-child {
    margin-bottom: 0;
}

header p {
    margin: 0;
}

.center, .h1Center .sc-header, .error404 .sc-header, .error404 .sc-masterContainer .contentWrapper, .bigLinkBox .textBox {
    text-align: center;
}

.emptyTemplate .center {
    margin-left: auto;
    margin-right: auto;
}

h1, .t1 {
    font-size: 14px;
    font-family: 'Fira-Sans-Regular', sans-serif;
    font-weight: 400;
    color: #454444;
    margin: 0;
    margin-bottom: 15px;
    clear: both;
    letter-spacing: .7px;
    text-transform: uppercase;
}

h2, .t2, h3, .t3, h4, .t4, .noH2 h1, .error404 .sc-header h1, .seoBoxesWrapper .seoBoxes .headline, .offerBoxesWrapper article .headline, .listBoxWrapper article .txtWrapper .headline, .offerInner h1, .offerInner .postPeriodWrapper .headline, .offerInner .postPriceWrapper .headline, .sc-quickInquiry input, .footer .ctaLink > div *, .linkLayout a {
    font-size: 44px;
    line-height: 1.1;
    font-family: 'Melodrama', sans-serif;
    font-weight: 400;
    color: #968F81;
    margin: 0 0 15px 0;
    text-transform: initial;
}

.listBoxWrapper article .txtWrapper .headline {
    color: #C4BAAC;
}

.bg1 .t2, .bg1 h2, .bg1 h4, .bg1 .t4, .bg1 h3 {
    color: #454444;
}

.noH2 h1, .error404 .sc-header h1, .offerInner h1 {
    margin-top: 0;
}

h3, .t3, .offerBoxesWrapper article .headline, .offerInner .postPeriodWrapper .headline, .offerInner .postPriceWrapper .headline, .listBoxWrapper article .txtWrapper .headline {
    font-size: 22px;
    font-family: 'Fira-Sans-Medium', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

h4, .t4, .txtLink, .sc-quickInquiry label, [data-accordion] [data-control], .seoBoxesWrapper .seoBoxes .headline, .offerInner .returnLinkWrapper .returnLink, .footer .ctaLink > div *, .linkLayout a {
    font-family: 'Fira-Sans-Medium', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
}

[data-accordion] [data-control] {
    font-size: 17px;
}

.txtLink.mail {
    text-transform: none;
}

.seoBoxesWrapper .seoBoxes .headline {
    color: #635E54;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    border-color: #968F81;
    background: #968F81;
}

.seoBoxesWrapper .seoBoxes {
    text-align: center;
}

.seoBoxes .box:hover {
    cursor: pointer;
}

.seoBoxes .box:hover img {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.seoBoxesWrapper .seoBoxes img {
    aspect-ratio: 821 / 1024;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    width: 100%;
    -webkit-mask-image: radial-gradient(ellipse, #dfdcd4 60%, rgb(223 220 212 / 0%) 60%);
    mask-image: radial-gradient(ellipse, #dfdcd4 60%, rgb(223 220 212 / 0%) 60%);
}

.seoBoxesWrapper .seoBoxes a.button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.seoBoxesWrapper .seoBoxes a, .seoBoxesWrapper .seoBoxes a.button {
    text-decoration: none;
}

.seoBoxesWrapper .seoBoxes .box:nth-child(2) {
    margin-top: 60px;
    margin-bottom: 60px;
}

.highlights .seoBoxesWrapper .seoBoxes .box:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
}

.highlights .seoBoxesWrapper .seoBoxes {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.highlights .seoBoxes .box {
    width: calc(50% - 10px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.highlights .seoBoxes .box > div {
    width: 100%;
}

.highlights .seoBoxes .box:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #C4BAAC;
    right: -10px;
}

.highlights .seoBoxes .box:nth-child(even):before, .highlights .seoBoxes .box:last-child:after, .highlights .seoBoxes .box:nth-child(7):after {
    display: none;
}

.highlights .seoBoxes .box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #C4BAAC;
    bottom: -20px;
    left: 0;
}

hr {
    margin: 25px auto;
    border-color: #DFDCD4;
    border-style: solid;
    border-width: 1px;
}

header, .roomWrapper .boxLayout {
    position: relative;
}

.showHeaderSlider .sc-masterContainer, div:not(.showHeaderSlider) .sc-masterContainer {
    padding-top: 60px;
}

.showHeaderSlider header:after {
    content: "";
    width: 100%;
    height: 45%;
    position: absolute;
    top: 0;
    background: -o-linear-gradient(top, #454444 0, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #454444), to(transparent));
    background: linear-gradient(to bottom, #454444 0, transparent 100%);
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.sc-masterContainer ul {
    padding: 0 22px;
    margin: 0;
    margin-bottom: 15px;
}

.sc-masterContainer ul.customMarker {
    list-style-image: url(../graphics/vector_list-style01.svg);
}

.sc-masterContainer .bg1 ul.customMarker {
    list-style-image: url(../graphics/vector_list-style02.svg);
}

.sc-masterContainer .bg4 ul.customMarker, .sc-masterContainer .bg5 ul.customMarker {
    list-style-image: url(../graphics/vector_list-style05.svg);
}

.sc-masterContainer ul li {
    margin-bottom: 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.sc-masterContainer ul li:last-child, .sc-masterContainer ul li ul li {
    margin-bottom: 0;
}

.column {
    -webkit-columns: 2 250px;
    -moz-columns: 2 250px;
    columns: 2 250px;
    text-align: left;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.column li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
}

.gmap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

/*BG Colors Styles*/
.bg1, .halfBox_bg1:before, .twoColumnBox .textBox, .footer .combinedArea, .anchorMenuWrapper {
    background-color: #DFDCD4;
}

.bg2, .halfBox_bg2:before {
    background-color: #C4BAAC;
}

.bg3, .halfBox_bg3:before {
    background-color: #9A8978;
}

.bg4, .halfBox_bg4:before {
    background-color: #454444;
}

.bg5, .halfBox_bg5:before {
    background-color: #968F81;
}

.bg6 {
    background-color: #817C73;
}

.bg4, .bg4 a, .bg4 a.txtLink, .bg4 a.txtLink:hover, .bg4 h1, .bg4 .t1, .bg4 h2, .bg4 .t2, .bg4 h3, .bg4 .t3, .bg4 h4, .bg4 .t4, .bg5, .bg5 a, .bg5 a.txtLink, .bg5 a.txtLink:hover, .bg5 h1, .bg5 .t1, .bg5 h2, .bg5 .t2, .bg5 h3, .bg5 .t3, .bg5 h4, .bg5 .t4, .bg6, .bg6 a, .bg6 a.txtLink, .bg6 a.txtLink:hover, .bg6 h1, .bg6 .t1, .bg6 h2, .bg6 .t2, .bg6 h3, .bg6 .t3, .bg6 h4, .bg6 .t4, .footer .combinedArea, .footer .combinedArea a.txtLink, .footer .combinedArea a.txtLink:hover, .footer .combinedArea h1, .footer .combinedArea .t1, .footer .combinedArea h2, .footer .combinedArea .t2, .footer .combinedArea h3, .footer .combinedArea .t3, .footer .combinedArea h4, .footer .combinedArea .t4 {
    color: #fff;
}

.bg4 a.txtLink {
    border-color: #fff;
}

.footer .combinedArea .t3, .seoBoxesWrapper .t2 {
    color: #635E54;
}

.footer .combinedArea p, .bg2 .t2, .bg2 h2, .bg2 .t4, .bg2 h4, .bg2 h3, .bg2 .t3 {
    color: #454444;
}

i.time {
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

i.time:before {
    content: '';
    display: inline-block;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -499px -599px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

/*EyecatcherBtn Styles*/
.eyecatcherBtn {
    background: #968F81;
    height: 142px;
    width: 108px;
    color: #454444;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
    border-radius: 53px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
    font-family: 'Fira-Sans-Medium', sans-serif;
    font-weight: 500;
}

.eyecatcherBtn:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../graphics/vector_tree.svg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: .2;
    z-index: -1;
}

.roomBox .eyecatcherBtn:after {
    background-image: url(../graphics/vector_tree-bright.svg);
    opacity: .5;
}

.home .eyecatcherBtn {
    background-color: #454444;
}

.eyecatcherBtn small {
    letter-spacing: 0.9px;
    font-family: 'Fira-Sans-Regular', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}

header .eyecatcherBtn {
    top: initial;
    bottom: calc(2vh + 60px);
    left: 20px;
}

header .eyecatcherBtn a, .eyecatcherBtn, .rotatingListbox .eyecatcherBtn {
    text-decoration: none;
    color: #fff;
}

.rotatingListbox .eyecatcherBtn {
    left: 3%;
    top: 3%;
    z-index: 100;
}

header .eyecatcherBtn a:hover {
    opacity: .5;
}

.roomBox .eyecatcherBtn {
    top: 10px;
    left: 10px;
    font-size: 13px;
    color: #454444;
    background-color: #C4BAAC;
    line-height: 1.3;
}

.roomBox .eyecatcherBtn b {
    font-size: 23px;
}

.eyecatcherBtn b {
    display: contents;
    font-size: 23px;
    font-weight: normal;
}

header .eyecatcherBtn b {
    font-size: .9rem;
}

.eyecatcherBtn > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 95%;
    margin: 0 auto;
}

header .eyecatcherBtn > * {
    gap: 5px;
}

a.eyecatcherBtn, .rotatingListbox .sc-readmore a {
    text-decoration: none;
}

a.eyecatcherBtn:hover {
    background: #454444;
    color: #fff;
}

/*Wrapper Width Styles*/
.widthWrapper, .contentWrapper, .sc-header, .error404 .sc-header, .offerInner .wrapper, .offerInner .returnLinkWrapper .txtLinkWrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}

.fullWidth:not(.bigLinkBox) .sc-slideshow {
    margin: 0;
}

.contentWrapper, .sc-header, .error404 .sc-header, .offerInner .returnLinkWrapper .txtLinkWrapper {
    max-width: 800px;
}

/*BoxLayout Styles*/
.boxLayout, .offerBoxesWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.boxLayout .box:nth-child(2), .change-order .boxLayout .box:nth-child(1), .change-order-m .boxLayout .box:nth-child(1), .change-order-m .boxLayout .box:nth-child(1) {
    margin-top: 55px;
}

.blockTextSlideshow .box.textBox {
    margin-top: 63px;
}

/*ListOverviewSite Styles */
.boxLayout.listContainer, .offerBoxesWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

.boxLayout.listContainer, .offerBoxesWrapper article {
    position: relative;
    cursor: pointer;
}

.boxLayout.listContainer, .offerBoxesWrapper {
    gap: 45px;
}

/* List Inner Styles */
.single .boxLayout .box.imageBox {
    position: relative;
}

/* Rotating listbox */
.footer .listBoxWrapper {
    margin: 0 5%;
}

.rotatingListbox article .imageWrapper {
    aspect-ratio: 335/270;
    position: relative;
}

.rotatingListbox article .imageWrapper img, .roomBox .slideshowBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.rotatingListbox .txtWrapper, .footer .listBoxWrapper .txtLinkWrapper {
    text-align: left;
}

.rotatingListbox .navigationWrapper {
    height: 45px;
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    right: 0;
    width: 300px;
}

.rotatingListbox .slick-arrow {
    top: 0;
    left: 0;
    height: 100%;
}

.rotatingListbox button.slick-next {
    left: inherit;
    right: 0;
}

.listBoxWrapper .rotatingListbox article .headline {
    color: #fff;
}

.listBoxWrapper .rotatingListbox article .headline, .listBoxWrapper .rotatingListbox article .postPeriodWrapper, .listBoxWrapper .rotatingListbox article .postPreviewTextWrapper {
    margin-bottom: 20px;
}

/*Padding & Margin Styles*/
.padding-top-xxl {
    padding-top: 100px;
}

.padding-top-xl {
    padding-top: 100px;
}

.padding-top-l, .noQuickrequest .footer > .reviewBox, .quickrequest > div {
    padding-top: 75px;
}

.padding-top-m, .listBoxWrapper {
    padding-top: 60px;
}

.padding-top-s, .footer .ctaLink > div, .footer .socialMedia, .footer .reviews {
    padding-top: 45px;
}

.padding-top-xs, .footer .awards > div, .highlights .seoBoxesWrapper, .blockAccordion.padding-top-m {
    padding-top: 30px;
}

.padding-top-xxs, .footer .editorial, .reviews .reviewBoxesWrapper {
    padding-top: 15px;
}

.padding-bottom-xxl, .error404 .sc-masterContainer .contentWrapper {
    padding-bottom: 100px;
}

.padding-bottom-xl {
    padding-bottom: 100px;
}

.padding-bottom-l, .quickrequest > div {
    padding-bottom: 75px;
}

.padding-bottom-m, .listBoxWrapper, .footer .awards > div, .highlights .seoBoxesWrapper {
    padding-bottom: 60px;
}

.padding-bottom-s, .footer .ctaLink > div, .footer .socialMedia, .footer .reviews, .footer .newsletter {
    padding-bottom: 45px;
}

.padding-bottom-xs, .footer .logo {
    padding-bottom: 30px;
}

.padding-bottom-xxs, .reviewBox .reviewContent, .footer .editorial, .reviews .reviewBoxesWrapper {
    padding-bottom: 15px;
}

.margin-top-xxl, .footer .seoBoxesWrapper {
    margin-top: 100px;
}

.margin-top-xl {
    margin-top: 100px;
}

.margin-top-l, .offerInner .wrapper, .offerInner .returnLinkWrapper {
    margin-top: 75px;
}

.margin-top-m {
    margin-top: 60px;
}

.margin-top-s, .offerInner .offertextBox {
    margin-top: 45px;
}

.margin-top-xs, .error404 .sc-masterContainer a.button, .sc-quickformSubmit, .rotatingListbox ul.slick-dots {
    margin-top: 30px;
}

.margin-top-xxs, .offerBoxesWrapper article .txtWrapper, .offerBoxesWrapper article .sc-readmore, .offerInner .postPriceWrapper .headline, .offerInner .buttonsWrapper a, .seoBoxesWrapper .seoBoxes .readMoreWrapper, .listBoxWrapper .rotatingListbox article .headline {
    margin-top: 15px;
}

.margin-bottom-xxl, .footer .seoBoxesWrapper {
    margin-bottom: 100px;
}

.margin-bottom-xl {
    margin-bottom: 100px;
}

.margin-bottom-l, .roomBox, .offerInner .wrapper {
    margin-bottom: 75px;
}

.margin-bottom-m, .footer, .bigLinkBox {
    margin-bottom: 60px;
}

.margin-bottom-s {
    margin-bottom: 45px;
}

.margin-bottom-xs {
    margin-bottom: 30px;
}

.margin-bottom-xxs, .rotatingListbox ul.slick-dots {
    margin-bottom: 15px;
}

.rotatingListbox .sc-readmore {
    margin-top: 20px;
}

/*Button & TXT-Link Styles*/
button, .button, .sc-readmore a, .tabs > [data-control] button {
    background: #968F81;
    color: #fff;
    padding: 11px 30px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Fira-Sans-Medium', sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1.3px;
    cursor: pointer;
    border: 2px solid #968F81;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    border-radius: 30px;
}

.tabs > [data-control] button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    letter-spacing: 1px;
}

button.secondary, .button.secondary, button:hover, .button:hover, .tabs > [data-control] button:hover, .sc-readmore a:hover, .sc-quickInquiry .sc-selectValuesAdults button:hover, .sc-quickInquiry .sc-selectValuesChildren button:hover, .tabs > [data-control] .active, .seoBoxes .box:hover button, .offerBoxesWrapper article:hover .sc-readmore a {
    background-color: #fff;
    color: #968F81;
}

.roomBox .box.textBox a.button:hover, .roomBox .box.textBox a.button.secondary {
    background-color: transparent;
    color: #968F81;
}

button.secondary:hover, .button.secondary:hover, .roomBox .box.textBox a.button.secondary:hover {
    background-color: #968F81;
    color: #fff;
}

.resMenu .copyToMobileMenu a:hover {
    background: transparent;
    color: #454444;
}

a.txtLink, .offerInner .returnLinkWrapper .returnLink, .linkLayout a, .seoBoxesWrapper .seoBoxes a.button {
    text-decoration: none;
    border-bottom: 2px solid #454444;
    color: #454444;
    font-size: 15px;
    letter-spacing: 1.32px;
    padding-bottom: 1px;
    position: relative;
    font-weight: 500;
    line-height: 1;
}

a.txtLink.popup {
    margin-right: 25px;
    position: relative;
}

a.txtLink.popup:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -25px;
    top: -1px;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
    background-position: -200px -500px;
    background-repeat: no-repeat;
}

a.txtLink:hover, .offerInner .returnLinkWrapper .returnLink:hover, .tabs > [data-control] button:hover, .seoBoxesWrapper .seoBoxes .box:hover a.button {
    color: #968F81;
    border-color: #968F81;
}

.seoBoxesWrapper .seoBoxes .box:hover .headline a {
    color: #968F81;
}

a.txtLink.mapIcon:before, a.txtLink.internal:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 28px;
    left: -35px;
    top: -1px;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
    background-repeat: no-repeat;
    background-position: -100px -500px;
}

a.txtLink.internal:before {
    left: auto;
    right: -35px;
    background-position: -600px -300px;
    width: 25px;
    height: 10px;
    top: 9px;
}

a.txtLink.mapIcon {
    margin-left: 35px;
}

a.external {
    margin-right: 30px;
    -webkit-transition: border-color .25s ease-in-out, opacity .25s ease-in-out;
    -o-transition: border-color .25s ease-in-out, opacity .25s ease-in-out;
    transition: border-color .25s ease-in-out, opacity .25s ease-in-out;
}

a.external:after {
    content: "";
    width: 20px;
    height: 21px;
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
    background-repeat: no-repeat;
    background-position: -200px -500px;
    right: -30px;
    bottom: -3px;
    pointer-events: none;
}

/*Slick Styles*/
.slick-arrow {
    border: 0;
    background: transparent;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 9;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-position: 0px -280px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -16px;
    font-size: 0;
}

.slick-arrow:hover {
    background-color: transparent;
}

.fullWidth .sc-slideshow .slick-arrow {
    top: auto;
    bottom: -50px;
    left: auto;
    right: 0;
}

.blockTextSlideshow .box.slideshowBox .slick-arrow {
    bottom: -52px;
}

.blockSlideshow.halfBox_default {
    padding-bottom: 45px;
}

.fullWidth.halfBox_default .sc-slideshow .slick-arrow {
    bottom: -50px;
}

.fullWidth .sc-slideshow ul.slick-dots {
    width: calc(100% - 110px);
}

.fullWidth.bigLinkBox .sc-slideshow {
    padding-bottom: 0;
}

.fullWidth .sc-slideshow .slick-next.slick-arrow {
    right: 0;
}

.fullWidth .sc-slideshow .slick-prev.slick-arrow, .rotatingListbox .slick-prev.slick-arrow {
    right: 55px;
    left: auto;
}

header .slick-prev.slick-arrow {
    left: 5%;
}

header .slick-arrow {
    background-color: #454444;
    border-radius: 50%;
}

header .slick-arrow:hover {
    background-color: #454444;
}

header .slick-next.slick-arrow {
    right: 5%;
}

.slick-arrow:hover, .slick-arrow:active {
    opacity: .5;
    border-radius: 50%;
}

.slick-next.slick-arrow {
    right: -16px;
    left: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}

.bg4 .slick-arrow {
    background-position: 0 -280px;
}

.slick-arrow:before, ul.slick-dots li button:before {
    /*Enhancing the clickable area size*/
    content: "";
    padding: 8px;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: 0;
}

.headerSlider .slick-arrow:before {
    padding: 8px 0;
}

.blockTextSlideshow .slick-arrow {
    left: calc(-45px + 30px);
}

.blockTextSlideshow .slick-next.slick-arrow {
    right: calc(-45px + 30px);
    left: auto;
}

ul.slick-dots {
    padding: 0;
    text-align: left;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    height: 3px;
    margin-top: 15px;
}

.seoBoxesWrapper ul.slick-dots {
    margin-top: 30px;
}

.reviewBoxesWrapper ul.slick-dots {
    margin-top: 35px;
}

.rotatingListbox ul.slick-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

ul.slick-dots li {
    display: inline-block;
    line-height: 0;
    margin-bottom: 0;
    position: relative;
}

ul.slick-dots li button {
    width: 36px;
    height: 100%;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    border-radius: 50px;
    border: 0;
    background: #3026264D;
    display: block;
}

ul.slick-dots li.slick-active button {
    background: #454444;
}

.bg4 ul.slick-dots li.slick-active button, .bg5 ul.slick-dots li.slick-active button {
    background: #fff
}

.bg4 ul.slick-dots li button {
    background: #919191;
}

.bg5 ul.slick-dots li button {
    background: rgb(255 255 255 / 30%);
}

/*Lightcase Styles*/
.lightcase-icon-close:before {
    text-shadow: 1px 1px 1px #797979;
}

/*Accordion Styles*/
[data-accordion] [data-control] {
    position: relative;
    padding: 2px 0;
    margin-bottom: 20px;
    padding-left: 0;
    border-bottom: 2px solid #DFDCD4;
    padding-right: 20px;
}

.bg1 [data-accordion] [data-control], .bg2 [data-accordion] [data-control] {
    border-color: #817C73;
}

[data-accordion].accordion.open [data-content] {
    padding-bottom: 20px;
}

[data-accordion] > [data-control]:after {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
    background-repeat: no-repeat;
    width: 18px;
    background-position: -270px -595px;
}

[data-accordion].open > [data-control]:after {
    background-position: -310px -595px;
}

/*Tabs Styles*/
.tabs [data-control] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    padding: 20px 0px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    max-width: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs > [data-control] button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.tabs > [data-control] button:last-child {
    margin-right: 0;
}

.tabs > [data-control] .active {
    pointer-events: none;
}

.tabs [data-content] {
    margin-top: 35px;
}

/*SiTable & priceTable Styles*/
.SiTable table {
    border: 0;
    border-collapse: collapse;
    line-height: 1.3;
    background: #fff;
    width: 100%;
}

.SiTable td {
    padding: 7px;
    border: 1px solid #968F81;
}

.SiTable tr:nth-child(odd) {
    background: #efefef
}

.SiTable table tr:nth-child(1) {
    background: #968F81;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.additionalPriceInformation {
    margin: 15px 0;
}

.scrollableArea {
    overflow-x: auto !important;
    white-space: nowrap;
    width: 100%;
}

.priceTable td:not(:first-child) {
    text-align: right;
}

/*_____ ------ _____ ------ _____ HEADER _____ ------ _____ ------ _____*/
/*Mobile Top Bar Styles*/
.resMenu {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 60px;
    z-index: 1000;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px -1.5px 3px rgb(45 45 45 / 20%);
    box-shadow: 0px -1.5px 3px rgb(45 45 45 / 20%);
}

.resMenu a, .SiMenuToggleWrapper .SiMenuToggle {
    height: 100%;
    letter-spacing: 1.32px;
    font-size: 13px;
}

.resMenu .copyToMobileMenu, .SiMenuToggleWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% - 25%);
    height: calc(100% - 12px);
    position: absolute;
    top: 0;
    right: 0;
    gap: 0;
    padding: 8px 0 4px 0;
}

.SiMenuToggleWrapper {
    width: 25%;
    left: 0;
    right: unset;
}

.resMenu .SiMenuToggle:focus {
    outline: none;
}

.resMenu .SiMenuToggle .line {
    background: #fff;
    height: 2px;
    width: 100%;
    display: block;
    line-height: 2px;
    margin-bottom: 6px;
}

.resMenu .SiMenuToggle .line:last-child {
    margin-bottom: 4px;
}

.resMenu .copyToMobileMenu a, .SiMenuToggleWrapper .SiMenuToggle, .footer .ctaLink > div * {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: transparent;
    text-transform: uppercase;
    color: #635E54;
    font-weight: 500;
    cursor: pointer;
    border: 0;
    font-family: 'Fira-Sans-Medium', sans-serif;
}

.resMenu .copyToMobileMenu a:before, .SiMenuToggleWrapper .SiMenuToggle:before, .footer .ctaLink > div *:before {
    content: "";
    width: 25px;
    height: 20px;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
}

.SiMenuToggleWrapper .SiMenuToggle:before {
    background-position: 0 -397px;
}

.resMenu a.phone:before, .resMenu a.request:before, .resMenu a.book:before {
    width: 20px;
}

.resMenu a.phone:before {
    background-position: -100px -400px;
}

.resMenu a.request:before {
    background-position: -200px -400px;
}

.resMenu a.book:before {
    background-position: -300px -400px;
    width: 25px;
}

.resMenu a.offers:before {
    background-position: -357px -400px;
}

.resMenu .copyToMobileMenu a:nth-child(odd) {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgba(150, 143, 129, .5);
    border-radius: 0;
}

.resMenu .copyToMobileMenu a:last-child {
    border-right: 0;
}

/*Desktop Top Bar Styles*/
.topBar {
    display: none;
    position: fixed;
    right: 25px;
    top: 18px;
    z-index: 11;
}

.topBar a.button, .roomBox .box.textBox a.button {
    margin-left: 10px;
}

.topBar a.button:first-child, .roomBox .box.textBox a.button:first-child {
    margin-left: 0;
}

/*Menu Styles*/
.SiMenuOpen .headerSlider, .SiMenuOpen .footer, .SiMenuOpen .sc-masterContainer, .SiMenuOpen .eyecatcherBtn, .SiMenuOpen header .headerSlider {
    display: none;
}

.SiMenu .sc-menu a {
    text-decoration: none;
    display: block;
    padding: 0;
    font-weight: 400;
    padding: 0;
    font-family: 'Fira-Sans-Regular', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #454444;
    margin: 15px 0 5px;
    width: 100%;
    position: relative;
    line-height: 1;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.SiMenu .sc-menu .sub-menu a {
    text-transform: none;
    letter-spacing: 0;
    color: #454444;
}

.SiMenu .sc-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 2px solid #DFDCD4;
    position: relative;
}

.SiMenu .sc-menu .sub-menu li {
    padding: 0 0 10px 22px;
    border-bottom: 0;
    position: relative;
}

.SiMenu .sc-menu .sub-menu li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 8px;
    height: 13px;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
    background-position: -600px -400px;
}

.SiMenu {
    display: none;
    text-align: center;
}

.SiMenu.active {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
    padding-top: 45px;
    text-align: center;
    margin: auto;
    width: 100%;
    left: 0;
    border: 0;
    overflow: scroll;
    padding-bottom: 70px;
}

.SiMenu .menuImages, .SiMenu .menu-item .menuItemImages {
    display: none;
}

.SiMenu .current-menu-item .menuItemImages, .SiMenu .menu-item.submenuActive > .menuItemImages {
    display: block;
}

.SiMenu .menuImages, .SiMenu .menuItemImages, .menuBackgroundImages {
    background: #DFDCD4;
}

.SiMenu .menuImages img, .SiMenu .menuItemImages img, .menuBackgroundImages img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: lazyloadFadeIn .5s;
    animation: lazyloadFadeIn .5s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.SiMenu .menuBackgroundImages, .SiMenu .menuImages {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
}

.SiMenu .menuBackgroundImages {
    opacity: .2;
    -webkit-animation: none;
    animation: none;
}

.SiMenu .sc-menu li:not(.submenuActive).submenuarrow {
    position: relative;
}

.SiMenu .current-menu-parent > a, .SiMenu .current-menu-item a {
    font-weight: 500;
    color: #968F81;
    font-family: 'Fira-Sans-Medium', sans-serif;
    width: 100%;
    text-decoration: underline;
}

[class*=menu-hauptmenue] .current-menu-parent ul li a {
    text-decoration: none;
}

.SiMenu .sc-menu li ul li a {
    margin-top: 0px;
    padding: 0;
}

.SiMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.SiMenu li.hasSubmenu > ul {
    display: none;
}

.SiMenu li.hasSubmenu.submenuActive > ul {
    display: block;
    margin-top: 20px;
}

.SiMenu button {
    background: transparent;
    border: 0;
    padding: 0;
}

.SiMenu button:focus {
    outline: none;
}

.SiMenu button.close-button {
    position: absolute;
    height: 40px;
    left: 15px;
    top: 15px;
    display: none;
}

.SiMenuOpen .SiMenuToggleWrapper .SiMenuToggle:before {
    background-position: -400px -400px;
    height: 24px;
    width: 22px;
}

.SiMenu .SiMenuToggleWrapper {
    width: auto;
    height: 100%;
    left: initial;
    right: initial;
    padding: 0;
}

.SiMenu .menuFooter {
    max-width: 250px;
    margin: 35px auto 0;
    display: none;
}

.SiMenu .menuFooter .topBar {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.SiMenu .menuFooter .topBar .phone {
    display: none;
}

.SiMenu .topBar a.button {
    margin: 0;
}

.SiMenu .submenu-button {
    margin-left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -13px;
    border: 0;
    background: transparent;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    border-bottom: 2px solid #968F81;
    border-left: 2px solid #968F81;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.submenuActive .submenu-button {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: 0px;
}

.SiMenu .menuHeader {
    margin-bottom: 15%;
}

.SiMenu .copyToMobileMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.SiMenu .copyToMobileMenu a.phone {
    text-decoration: none;
}

.SiMenu .copyToMobileMenu .button {
    margin: auto;
    width: 180px;
    display: none;
}

.SiMenu .copyToMobileMenu .button:first-child {
    margin-bottom: 10px;
}

.SiMenu .copyToMobileMenu .button:first-child, .SiMenu .copyToMobileMenu .button:nth-child(2) {
    /*Show max. 2 CTA-Buttons in Mobile Menu*/
    display: inline-block;
}

.SiMenu .copyToMobileMenu a.phone:before {
    content: "";
    background-position: -258px -336px;
    vertical-align: bottom;
    margin-right: 6px;
}

/*Menu Arrows*/
.SiMenu .sc-menu > .menu-item.hasSubmenu > a:after {
    content: " ";
    top: 7px;
    position: absolute;
    height: 18px;
    bottom: auto;
    right: 0px;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
    background-repeat: no-repeat;
    width: 18px;
    background-position: -90px -600px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: 0;
}

.SiMenu .sc-menu > .menu-item.hasSubmenu.submenuActive > a:after {
    background-position: -130px -600px;
}

.SiMenu .sc-menu > .menu-item.hasSubmenu.current-menu-parent > a:after {
    background-position: -180px -600px;
}

.SiMenu .sc-menu > .menu-item.hasSubmenu.submenuActive.current-menu-parent > a:after {
    background-position: -220px -600px;
}

.SiMenu .sc-menu .submenuActive .sub-menu a {
    border: 0;
}

.SiMenu .sc-menu .submenuActive .sub-menu a.active {
    border-bottom: 0;
    text-decoration: underline;
}

.SiMenu li.submenuarrow.submenuActive > a:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -3px;
}

.SiMenu li.submenuarrow > a:after {
    right: inherit;
    margin-left: 7px;
}

.SiMenu li.submenuarrow > a:hover:after, .SiMenu li.current-menu-parent a:after {
    border-color: #968F81;
}

/*Main Logo Styles*/
/*Note: If you want use different logos, use "background-image"*/
header .MainLogo {
    width: 100%;
    margin: 0;
    height: auto;
    margin-top: 40px;
}

header .MainLogo a {
    cursor: pointer;
}

header .stickyMainLogo {
    display: none;
}

.showHeaderSlider header .MainLogo {
    position: absolute;
    top: 40px;
    left: initial;
    z-index: 20;
    margin: 0;
    pointer-events: none;
}

header .MainLogo .headerLogo {
    display: none;
}

.home header .MainLogo .menuLogo, .home.SiMenuOpen header .MainLogo .headerLogo {
    display: none;
}

.SiMenuOpen header .MainLogo .menuLogo, .home header .MainLogo .headerLogo {
    display: block;
}

header .MainLogo img, .SiMenu .menuHeader img, .footer .logo {
    margin: auto;
    display: block;
    width: 290px;
}

.footer .logo img {
    width: 100%;
}

/*Language Selector Styles*/
.sc-language-selector, .menuLanguageSelector {
    position: absolute;
    top: -5px;
    right: 25px;
    z-index: 24;
    color: #fff;
    font-size: 0.7em;
}

.sc-language-selector {
    color: #968F81
}

.home .sc-language-selector a {
    color: #fff;
}

.home .sc-language-selector {
    top: 35px;
}

.sc-language-selector a, .menuLanguageSelector a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Fira-Sans-Regular', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1.8px;
}

.sc-language-selector .wpml-ls-current-language span, .menuLanguageSelector .wpml-ls-current-language span {
    font-weight: 600;
    text-decoration: underline;
}

.sc-language-selector ul, .menuLanguageSelector ul {
    margin: 0;
    padding: 0;
}

.sc-language-selector ul li, .menuLanguageSelector ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 6px;
}

.sc-language-selector ul li a:after, .menuLanguageSelector ul li a:after {
    content: ".";
    padding-left: 6px;
}

.sc-language-selector ul li:last-child a:after, .menuLanguageSelector ul li:last-child a:after {
    display: none;
}

.sc-language-selector ul li:last-child, .menuLanguageSelector ul li :last-child {
    margin-right: 0;
}

.menuLanguageSelector {
    left: auto;
    right: 5%;
    top: 20px;
}

/*Header Slider Styles*/
.headerSlider, .headerVideo {
    display: none;
    position: relative;
    border: 1px solid transparent;
}

.showHeaderSlider .headerSlider, .showHeaderVideo .headerVideo {
    display: block;
    height: initial;
}

.showHeaderSlider .headerSlider .sc-slideshow, .showHeaderSlider .headerSlider img, .showHeaderVideo .headerVideo video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.logged-in.admin-bar {
    position: relative;
    top: 0;
}

/*Fullscreen Header Slider Styles*/
.showHeaderSlider header .headerSlider, .showHeaderSlider header .headerVideo {
    height: 100vh;
    height: calc(calc(var(--vh, 1vh) * 100) - 60px);
}

.showHeaderSlider .headerSlider div[class^=slick], .showHeaderSlider .headerSlider .slick-slide > div, .showHeaderSlider .headerSlider picture, .roomBox .slideshowBox .sc-slideshow, .roomBox .slideshowBox .slick-slide > div, .roomBox .slideshowBox div[class^=slick] {
    height: 100% !important;
}

/*Fullscreen HeaderSlider END*/
/*_____ ------ _____ ------ _____ FOOTER _____ ------ _____ ------ _____*/
.footer {
    text-align: center;
    clear: both;
    padding-bottom: 60px;
}

.footer .listBox .t2 {
    text-align: left;
    color: #DFDCD4;
}

.footer .ctaLink {
    border-bottom: 3px solid #C4BAAC;
}

.footer address {
    font-style: normal;
}

.logo-simedia {
    vertical-align: middle;
    margin-bottom: 4px;
}

/*SEO Boxes Styles*/
/*Newsletter Styles*/
.newsletter input {
    font-family: 'Fira-Sans-Regular', sans-serif;
    font-weight: 400;
    padding: 5px 20px;
    margin-bottom: 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #C4BAAC;
    opacity: .7;
    color: #635E54;
}

.newsletter input::-webkit-input-placeholder {
    color: #635E54;
}

.newsletter input::-moz-placeholder {
    color: #635E54;
}

.newsletter input:-ms-input-placeholder {
    color: #635E54;
}

.newsletter input::-ms-input-placeholder {
    color: #635E54;
}

.newsletter input::placeholder {
    color: #635E54;
}

.newsletter input:focus-visible {
    outline: 0;
    opacity: 1;
}

/*Partner Styles*/
.partner .widthWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partner a {
    background-image: url(../graphics/partners.png?ver=1.0);
    display: inline-block;
    background-repeat: no-repeat;
    text-decoration: none;
    height: 35px;
    background-size: 250px 500px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partner br {
    display: none;
}

.partner a:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.partner .gitschberg-jochtal {
    background-position: 0 0;
    width: 98px;
    height: 31px;
}

.partner .suedtirol {
    background-position: -64px -50px;
    width: 51px;
    height: 40px;
}

.partner .suedtirol:hover {
    background-position: 0 -50px;
    width: 51px;
    height: 40px;
}

.partner .hgv {
    background-position: 0 -117px;
    width: 59px;
    height: 36px;
}

/*Anchor Menu*/
.anchorMenuWrapper {
    padding: 14px 15px;
    margin: 0 auto;
    text-align: left;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    max-width: unset;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.anchorMenuWrapper.fixed {
    position: fixed;
    top: 0;
    z-index: 20;
}

.anchorMenuWrapper a {
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    margin-right: 30px;
    color: #454444;
}

.anchorMenuWrapper a:hover {
    text-decoration: underline;
}

.anchorMenuWrapper a.sianchorActive {
    opacity: 1;
    text-decoration: underline;
}

.anchorMenuWrapper a:last-child {
    margin-right: 0;
}

[class*="halfBox"]:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 0;
    z-index: -1;
}

[class*="halfBox"][class*="bg"]:before {
    height: calc(50% + 20px);
}

[class*="halfBox"] {
    position: relative;
}

/* Quickinquiry */
.sc-quickInquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #968F81 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    height: calc(100% - 5px);
    padding: 0;
}

.flatpickr-current-month {
    padding: 0;
    margin: 5px 0 0;
    font-size: 125%;
}

.sc-quickInquiry p {
    margin-bottom: 0;
}

.sc-quickInquiry .sc-quickformArrival, .sc-quickInquiry .sc-quickformDeparture, .sc-quickInquiry .sc-quickformAdults, .sc-quickInquiry .sc-quickformChildren {
    border-right: 1px solid #C4BAAC;
    position: relative;
    width: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sc-quickInquiry .sc-quickformArrival, .sc-quickInquiry .sc-quickformDeparture {
    border-bottom: 1px solid #C4BAAC;
}

.sc-quickInquiry .sc-quickformChildren, .sc-quickInquiry .sc-quickformDeparture {
    border-right: 0;
}

.sc-quickInquiry label:hover, .sc-quickInquiry label:focus, .sc-quickInquiry > div.active {
    background-color: #fff;
}

.sc-quickInquiry [class*=sc-quickform] .icon {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
    background-position: 0px -200px;
    background-repeat: no-repeat;
    grid-area: icon;
    width: 25px;
    height: 25px;
}

.sc-quickInquiry .sc-quickformAdults .icon, .sc-quickInquiry .sc-quickformChildren .icon {
    bottom: 36px;
    width: 15px;
    height: 10px;
    background-position: -200px -200px;
    left: 60px;
}

.sc-quickInquiry .sc-quickformArrival::after {
    content: "";
    width: 35px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    right: -17.5px;
    background-color: #fff;
    z-index: 1;
}

.sc-quickInquiry .sc-selectValuesAdults, .sc-quickInquiry .sc-selectValuesChildren {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    max-width: 140%;
    left: 0;
    text-align: center;
    z-index: 1;
    top: calc(100% - 0.75rem);
}

.sc-quickInquiry .sc-selectValuesAdults, .sc-quickInquiry .sc-selectValuesChildren {
    display: none;
}

.sc-quickInquiry .sc-quickformAdults.active .sc-selectValuesAdults, .sc-quickInquiry .sc-quickformChildren.active .sc-selectValuesChildren {
    display: block;
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
}

.sc-quickInquiry .sc-selectValuesAdults button, .sc-quickInquiry .sc-selectValuesChildren button {
    background: 0;
    border: 0;
    padding: 0;
    min-width: 42px;
    height: 42px;
    margin: 2px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #968F81;
    letter-spacing: 0;
}

.sc-quickInquiry input {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0;
    border: 0;
    outline: transparent;
    font-size: 22px;
    padding: 0;
    text-align: center;
    grid-area: value;
    width: 100%;
    margin-bottom: 0;
    font-family: 'Fira-Sans-Medium', sans-serif;
    font-weight: 500;
    color: #454444;
}

.sc-quickInquiry label {
    font-size: 17px;
    letter-spacing: 0;
    text-transform: initial;
    padding: 15px 20px 15px 15px;
    position: relative;
    cursor: pointer;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25px 5px calc(100% - 25px);
    grid-template-columns: 25px calc(100% - 25px);
    -ms-grid-rows: -webkit-max-content 10px -webkit-max-content;
    grid-template-rows: -webkit-max-content -webkit-max-content;
    -ms-grid-rows: max-content 10px max-content;
    grid-template-rows: max-content max-content;
    gap: 10px 5px;
    grid-template-areas: "description description" "icon value";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
}

.sc-quickInquiry .sc-quickformAdults label, .sc-quickInquiry .sc-quickformChildren label {
    -ms-grid-columns: 15px -webkit-min-content;
    -ms-grid-columns: 15px min-content;
    grid-template-columns: 15px -webkit-min-content;
    grid-template-columns: 15px min-content;
}

.sc-quickInquiry [class*=sc-quickform] label > span {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: description;
    font-family: 'Fira-Sans-Regular', sans-serif;
    font-weight: 400;
}

.sc-quickInquiry .sc-quickformSubmit button {
    border: 2px solid #968F81;
}

.sc-quickInquiry .sc-quickformSubmit button:hover {
    border-color: #968F81;
}

.footer .awards > div, .footer .ctaLink > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    gap: 40px;
}

.footer .ctaLink .linkContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

.footer .ctaLink .weather:before, .footer .ctaLink .webcam:before {
    width: 45px;
    height: 45px;
    background-position: 0 -100px;
}

.footer .ctaLink .webcam:before {
    background-position: -200px -100px;
}

.footer .ctaLink > div * {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    gap: 20px;
}

.ctaLink a {
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.ctaLink a:hover {
    opacity: .5;
}

.socialMedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.facebook, a.instagram, a.webcam, a.weather {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
    text-decoration: none;
    font-size: 0;
}

a.instagram {
    background-position: -150px 0px;
}

a.facebook:hover {
    background-position: -80px 0;
}

a.instagram:hover {
    background-position: -230px 0;
}

a.webcam {
    background-position: 0 -70px;
}

a.webcam:hover {
    background-position: -80px -70px;
}

a.weather {
    background-position: -150px -70px;
}

a.weather:hover {
    background-position: -230px -70px;
}

.highlights .seoBoxesWrapper .seoBoxes {
    margin-top: 0;
}

/* Two column box */
.twoColumnBox .slideshowBox img {
    aspect-ratio: 645/620;
    -o-object-fit: cover;
    object-fit: cover;
}

.twoColumnBox .boxLayout {
    gap: 30px;
}

.twoColumnBox .boxLayout .textBox {
    padding: 25px 30px;
    margin-top: 0;
}

.roomBox .txtLinkWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
}

.roomBox .txtLinkWrapper a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.linkLayout > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .reviews {
    z-index: 10;
    position: relative;
}

.footer .reviewBox:before {
    bottom: 0;
}

.rotatingListbox {
    padding-bottom: 45px;
}

.footer .combinedArea .contentWrapper {
    position: relative;
    padding-top: 70px;
}

.footer .combinedArea .contentWrapper {
    padding-top: 52px;
}

.footer .combinedArea .contentWrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 42px;
    height: 44px;
    top: 0;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
    background-position: -500px -700px;
}

.footer .combinedArea .contentWrapper.gift {
    padding-top: 70px;
}

.footer .combinedArea .contentWrapper.gift:before {
    background-position: -500px -800px;
    width: 48px;
    height: 62px;
}

.newInfo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    background-image: url(../graphics/vector_sprites.svg?ver=1.1);
    background-position: -820px -600px;
}

.newInfo {
    padding-left: 25px;
    position: relative;
    color: #6e1b24;
    text-transform: uppercase;
    font-size: 21px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>> @Media Styles Start <<<--- */
/* Mobile landscape */
@media (max-width: 994px) and (orientation: landscape) {
    .SiMenu .menuHeader {
        margin-bottom: 4%;
    }

    .SiMenu.active {
        padding-top: 2%;
        margin-top: 0;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .seoBoxesWrapper .seoBoxes {
        text-align: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        gap: 40px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .seoBoxesWrapper .seoBoxes .box {
        width: calc(32% - 11px);
    }

    .seoBoxesWrapper .seoBoxes .box:nth-child(2) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .highlights .seoBoxes .box:nth-child(even):before {
        display: block;
    }

    .highlights .seoBoxes .box:nth-child(3):before, .highlights .seoBoxes .box:nth-child(6):before, .highlights .seoBoxes .box:last-child:before {
        display: none;
    }
}

@media (min-width: 994px) {
    .padding-top-xxl, .showHeaderSlider .sc-masterContainer, div:not(.showHeaderSlider) .sc-masterContainer {
        padding-top: 170px;
    }

    .padding-top-xl, .noQuickrequest .footer > .reviewBox, .footer .listBoxWrapper {
        padding-top: 150px;
    }

    .padding-top-l, .quickrequest > div {
        padding-top: 120px;
    }

    .padding-top-m, .listBoxWrapper {
        padding-top: 75px;
    }

    .padding-top-s {
        padding-top: 60px;
    }

    .padding-top-xs, .sc-masterContainer, .highlights .seoBoxesWrapper, .footer .editorial {
        padding-top: 45px;
    }

    .padding-top-xxs, .reviews .reviewBoxesWrapper {
        padding-top: 30px;
    }

    .padding-bottom-xxl, .highlights .seoBoxesWrapper, .error404 .sc-masterContainer .contentWrapper {
        padding-bottom: 170px;
    }

    .padding-bottom-xl, .noQuickrequest .footer > .reviewBox, .footer .listBoxWrapper {
        padding-bottom: 150px;
    }

    .padding-bottom-l, .quickrequest > div {
        padding-bottom: 120px;
    }

    .padding-bottom-m, .listBoxWrapper {
        padding-bottom: 75px;
    }

    .padding-bottom-s {
        padding-bottom: 60px;
    }

    .padding-bottom-xs, .footer .editorial, .footer .logo {
        padding-bottom: 45px;
    }

    .padding-bottom-xxs, .reviewBox .reviewContent, .reviews .reviewBoxesWrapper, .fullWidth.halfBox_default .sc-slideshow {
        padding-bottom: 30px;
    }

    .margin-top-xxl, .bigLinkBox, .footer .seoBoxesWrapper {
        margin-top: 170px;
    }

    .margin-top-xl {
        margin-top: 150px;
    }

    .margin-top-l, .offerInner .wrapper, .offerInner .returnLinkWrapper {
        margin-top: 120px;
    }

    .margin-top-m {
        margin-top: 100px;
    }

    .margin-top-s, .offerInner .offertextBox, .sc-quickformSubmit, .seoBoxes ul.slick-dots {
        margin-top: 60px;
    }

    .margin-top-xs, .error404 .sc-masterContainer a.button {
        margin-top: 45px;
    }

    .margin-top-xxs, .offerBoxesWrapper article .txtWrapper, .offerBoxesWrapper article .sc-readmore, .offerInner .postPriceWrapper .headline, .offerInner .buttonsWrapper a, ul.slick-dots {
        margin-top: 30px;
    }

    .margin-bottom-xxl, .bigLinkBox, .footer .seoBoxesWrapper {
        margin-bottom: 170px;
    }

    .margin-bottom-xl {
        margin-bottom: 150px;
    }

    .margin-bottom-l, .offerInner .wrapper {
        margin-bottom: 120px;
    }

    .margin-bottom-m {
        margin-bottom: 100px;
    }

    .margin-bottom-s {
        margin-bottom: 60px;
    }

    .margin-bottom-xs {
        margin-bottom: 45px;
    }

    .margin-bottom-xxs {
        margin-bottom: 30px;
    }

    html, body, h1, .t1, button, .newsletter input {
        font-size: 21px;
        line-height: 1.6;
    }

    .newInfo {
        padding-left: 30px;
        font-size: 25px;
    }

    .newInfo:before {
        background-position: -850px -600px;
        width: 20px;
        height: 20px;
        top: 9px;
    }

    .slick-arrow {
        left: calc(-45px + 22.5px);
        width: 55px;
        height: 55px;
        background-position: -100px -280px;
        border-radius: 50%;
    }

    .halfBox_default .slick-arrow, .bg1 .slick-arrow {
        background-position: -300px -280px;
    }

    .slick-next.slick-arrow {
        left: auto;
        right: calc(-45px + 22.5px);
    }

    .widthWrapper, .roomBox .contentWrapper {
        max-width: 100%;
        width: 80%;
        max-width: 1600px;
    }

    h2, .t2, .noH2 h1, .error404 .sc-header h1, .offerInner h1 {
        font-size: 63px;
        margin-bottom: 25px;
    }

    .footer .combinedArea .t2, .roomBox .t2 {
        font-size: 40px;
    }

    h3, .t3, .offerBoxesWrapper article .headline, .offerInner .postPeriodWrapper .headline, .offerInner .postPriceWrapper .headline, .listBoxWrapper article .txtWrapper .headline {
        font-size: 34px;
        margin-bottom: 15px;
        color: #635E54;
    }

    .listBoxWrapper article .txtWrapper .headline {
        color: #C4BAAC;
    }

    .halfBox_default:before {
        background-color: #deddd3;
    }

    .halfBox_default.padding-bottom-s {
        padding-bottom: 0;
    }

    h4, .t4, .seoBoxesWrapper .seoBoxes .headline {
        font-size: 25px;
    }

    .sc-header {
        padding-bottom: 5px;
    }

    header .MainLogo img, .SiMenu .menuHeader img, .footer .logo {
        width: 395px;
    }

    .SiMenu .menuHeader img {
        width: 300px;
    }

    .footer .logo img {
        width: 100%;
    }

    button, .button, .sc-readmore a, .tabs > [data-control] button {
        padding: 13.25px 30px;
        font-size: 17px;
    }

    .blockTextSlideshow .box.textBox {
        margin-top: 0;
    }

    /*Show Desktop Menu START*/
    .topBar {
        display: block;
        z-index: 1000;
        top: 34px;
        right: 4%;
    }

    .scrolled .topBar {
        top: 7px;
        z-index: 25;
    }

    .topBar a.button.phone {
        display: none;
    }

    /* Anchor Menu */
    .anchorMenuWrapper.fixed {
        top: 70px;
        z-index: 10;
        -webkit-box-shadow: 0px 3px 6px rgb(45 45 45 / 20%);
        box-shadow: 0px 3px 6px rgb(45 45 45 / 20%);
    }

    .anchorMenuWrapper .anchorMenuItems {
        text-align: center;
    }

    .anchorMenuWrapper a:hover {
        text-decoration: underline;
    }

    /*Show Desktop Menu END*/
    .sc-language-selector, .showHeaderSlider header .sc-language-selector {
        display: block;
        z-index: 26;
        top: 52px;
        right: calc(4% + 180px);
    }

    .home .sc-language-selector a {
        color: #fff;
    }

    .home.scrolled .sc-language-selector a {
        color: #454444
    }

    .home.scrolled .sc-language-selector {
        top: 25px;
    }

    .scrolled .sc-language-selector {
        top: 25px;
    }

    .boxLayout, .offerBoxesWrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .offerBoxesWrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: initial;
    }

    .boxLayout .box, .offerBoxesWrapper .box {
        width: 47.5%;
    }

    .boxLayout {
        gap: 5%;
    }

    .fullWidth .sc-slideshow .slick-arrow, .blockTextSlideshow .box.slideshowBox .slick-arrow {
        bottom: -75px;
    }

    .boxLayout .slideshowBox {
        width: 60%;
    }

    .boxLayout .textBox {
        width: 40%;
    }

    .rotatingListbox article {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 5%;
    }

    .listBoxWrapper article .imageWrapper {
        padding-bottom: 0;
    }

    .listBoxWrapper article .txtWrapper {
        padding: 0;
    }

    .listBoxWrapper article .txtWrapper {
        width: 45%;
    }

    .listBoxWrapper article .imageWrapper {
        width: 50%;
    }

    .listBoxWrapper article {
        background: transparent;
        padding-bottom: 0;
    }

    .listBoxWrapper article .txtWrapper .sc-readmore .button {
        background: #454444;
        color: #fff;
    }

    .listBoxWrapper article .txtWrapper .sc-readmore .button:hover {
        background: #968F81;
    }

    .rotatingListbox button.slick-next.slick-arrow:after {
        left: 14px;
    }

    .partner .widthWrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 65px;
    }

    .partner a {
        height: 70px;
        background-size: 500px 1000px;
    }

    .partner .gitschberg-jochtal {
        background-position: 0 0;
        width: 196px;
        height: 62px;
    }

    .partner .suedtirol {
        background-position: -126px -101px;
        width: 102px;
        height: 80px;
    }

    .partner .suedtirol:hover {
        background-position: 0 -101px;
        width: 102px;
        height: 80px;
    }

    .partner .hgv {
        background-position: 0px -234px;
        width: 119px;
        height: 73px;
    }

    header .eyecatcherBtn b {
        font-size: 1rem;
    }

    .blockSlideshow:not(.large-slideshow) .slick-vertical ul.slick-dots {
        bottom: initial;
        width: auto;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        left: auto;
        top: 80px;
        right: -20px;
        position: absolute;
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .blockSlideshow.default .navigationWrapper .slick-arrow, .blockTextSlideshow.bigLinkBox .slick-arrow {
        position: relative;
        left: auto;
        right: auto;
    }

    .blockSlideshow.default .navigationWrapper .arrows, .blockTextSlideshow.bigLinkBox .slick-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blockSlideshow.large-slideshow .sc-slideshow .slick-list {
        -webkit-mask-image: url(../graphics/vector_two_slider_wrapper.svg);
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-origin: content-box;
    }

    .blockSlideshow.large-slideshow.change-order-d .sc-slideshow .slick-list {
        -webkit-mask-image: url(../graphics/vector_two_slider_wrapper_mirrored.svg);
        -webkit-mask-position: top right;
    }

    .blockSlideshow.large-slideshow ul.slick-dots {
        bottom: -45px;
    }

    [class*="halfBox"][class*="bg"]:before, .footer .reviewBox:before {
        bottom: -45px;
    }

    .halfBox_default:before {
        height: 50%;
        bottom: 0;
    }

    .blockSlideshow.halfBox_default {
        margin-bottom: 0;
    }

    .fullWidth .sc-slideshow .slick-prev.slick-arrow, .rotatingListbox .slick-prev.slick-arrow {
        right: 70px;
        left: auto;
    }

    .resMenu {
        top: 40px;
        left: 5%;
        bottom: initial;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 50px;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    header .MainLogo, .showHeaderSlider header .MainLogo {
        margin: 30px 0;
        display: none;
    }

    .home header .MainLogo, .home .showHeaderSlider header .MainLogo {
        display: block;
    }

    .scrolled .resMenu {
        top: 20px;
    }

    .resMenu .copyToMobileMenu {
        display: none;
    }

    .SiMenuToggleWrapper .SiMenuToggle {
        font-size: 15px;
        letter-spacing: 1.8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        color: #968f81;
    }

    .home .SiMenuToggleWrapper .SiMenuToggle {
        color: #fff;
    }

    .scrolled .SiMenuToggleWrapper .SiMenuToggle {
        color: #968f81;
    }

    .SiMenuOpen .SiMenuToggleWrapper .SiMenuToggle {
        color: #968f81;
    }

    .home .SiMenuToggleWrapper .SiMenuToggle:before {
        background-position: 0 -500px;
    }

    .SiMenuToggleWrapper .SiMenuToggle:before {
        background-position: -290px -500px;
        width: 48px;
    }

    .SiMenuOpen .SiMenuToggleWrapper .SiMenuToggle:before {
        background-position: -389px -500px;
        height: 24px;
        width: 100%;
    }

    .scrolled .SiMenuToggleWrapper .SiMenuToggle:before, .home.scrolled .SiMenuToggleWrapper .SiMenuToggle:before {
        background-position: -290px -500px;
    }

    .SiMenu .sc-menu li {
        border-bottom: 0;
        width: 29%;
    }

    .SiMenu .sc-menu .sub-menu li {
        width: 100%;
    }

    .SiMenu li.hasSubmenu.submenuActive > ul {
        margin-top: 0;
    }

    .SiMenuToggleWrapper {
        height: 100%;
        padding: 0;
        width: auto;
        position: relative;
    }

    .SiMenu.active {
        border: 0;
        background-color: #fff;
        padding: 0;
        overflow: auto;
    }

    .SiMenu.active:after {
        position: absolute;
        content: "";
        width: 390px;
        height: 528px;
        right: 0;
        bottom: 0;
        background-size: 500px;
        z-index: -1;
        opacity: .3;
        background-image: url(../graphics/vector_tree-bright.svg);
        background-repeat: no-repeat;
    }

    .SiMenu [class*=menu-hauptmenue] {
        border-width: 0;
        margin: 0 5%;
        top: 340px;
        position: relative;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .SiMenu .menuHeader {
        margin: 50px 0 60px;
    }

    .SiMenu .menuFooter {
        top: 15px;
        right: 85px;
        position: absolute;
        width: auto;
        max-width: initial;
    }

    .SiMenu .menuFooter .topBar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .SiMenu [class*=menu-hauptmenue] .sc-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        padding: 0 2.5% 30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        overflow: hidden;
        gap: 65px;
        min-height: 35vh;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .SiMenu .sc-menu a {
        border: 0;
        text-align: left;
        padding: 0;
        font-size: 21px;
    }

    .SiMenu .sc-menu > .menu-item.hasSubmenu > a {
        pointer-events: none;
        cursor: initial;
        padding-bottom: 25px;
    }

    .SiMenu button.close-button {
        height: auto;
        top: 3%;
        left: 4.5%;
    }

    .SiMenu .close-button .SiMenuToggleWrapper .SiMenuToggle:before {
        background-position: -400px -500px;
        height: 25px;
        width: 25px;
    }

    .SiMenu .sc-menu > .menu-item.hasSubmenu > a:after {
        display: none;
    }

    .SiMenu .menuImages, .SiMenu .menuBackgroundImages, .SiMenu .current-menu-item .menuItemImages, .SiMenu .menu-item.submenuActive > .menuItemImages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        max-height: 100%;
        z-index: -1;
        width: 100%;
    }

    .SiMenu .sc-menu > .menu-item > a {
        font-size: 24px;
        line-height: 1.2;
        font-family: 'Fira-Sans-Regular', sans-serif;
        font-weight: 400;
        color: #454444;
    }

    .SiMenu li.hasSubmenu > ul, .scrolled header .stickyMainLogo {
        display: block;
    }

    .scrolled header .navBar {
        width: calc(100% * calc(250 * 2));
        background-color: #fff;
        height: 70px;
        left: calc(-250px * 2);
        top: 0;
        position: fixed;
        z-index: 25;
        -webkit-box-shadow: 0px 3px 6px rgb(45 45 45 / 20%);
        box-shadow: 0px 3px 6px rgb(45 45 45 / 20%);
    }

    header .stickyMainLogo {
        height: 44px;
        width: 330px;
        top: 42px;
        position: fixed;
        z-index: 25;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        display: block;
    }

    .home header .stickyMainLogo {
        display: none;
    }

    .home.scrolled header .stickyMainLogo {
        display: block;
    }

    .scrolled header .stickyMainLogo {
        top: 13px;
    }

    header .stickyMainLogo img {
        width: 100%;
    }

    .seoBoxes .slick-list {
        margin: 0 -33.75px;
    }

    .seoBoxes .slick-slide {
        margin: 0 33.75px;
    }

    .footer .reviews {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding-top: 95px;
    }

    .sc-quickInquiry label {
        -ms-grid-columns: 25px 150px;
        grid-template-columns: 25px 150px;
    }

    .sc-quickInquiry input {
        font-size: 28px;
    }

    .twoColumnBox .boxLayout .box {
        width: 45%;
    }

    .twoColumnBox .boxLayout .box.textBox {
        padding: 135px 50px;
        max-width: calc(100% - 100px);
        margin-top: 5%;
    }

    .twoColumnBox .boxLayout, .roomBox .boxLayout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .roomBox .boxLayout {
        gap: 50px;
    }

    .bigLinkBox {
        position: relative;
        z-index: 1;
    }

    .bigLinkBox .boxLayout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        max-width: 100%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        z-index: 0;
    }

    .bigLinkBox .boxLayout .box, .twoColumnBox .boxLayout .box {
        width: 100%;
    }

    .footer .listBoxWrapper {
        max-width: 100%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .rotatingListbox .slick-arrow {
        top: -62%;
        left: -70px;
        -webkit-transform: translate(0, -27.5px), scaleX(-1);
        -ms-transform: translate(0, -27.5px), scaleX(-1);
        transform: translate(0, -27.5px), scaleX(-1);
    }

    .rotatingListbox .slick-prev.slick-arrow {
        left: -70px;
        right: auto;
    }

    .rotatingListbox .navigationWrapper {
        top: 50%;
        position: absolute;
        width: 100%;
    }

    .rotatingListbox .slick-arrow.slick-next {
        right: -70px;
    }

    .rotatingListbox .slick-arrow {
        height: 55px;
    }

    .bg4 .slick-arrow {
        background-position: -100px -280px;
    }

    .rotatingListbox {
        padding-top: 35px;
    }

    .eyecatcherBtn, .eyecatcherBtn, .roomBox .eyecatcherBtn {
        left: 20px;
        top: 20px;
        font-size: 20px;
        width: 155px;
        height: 206px;
        border-radius: 76px;
    }

    .rotatingListbox .eyecatcherBtn {
        width: 115px;
        height: 166px;
        font-size: 15px;
    }

    .rotatingListbox .eyecatcherBtn b {
        font-size: 24px;
    }

    .eyecatcherBtn b, .roomBox .eyecatcherBtn b {
        font-size: 33px;
    }

    .rotatingListbox ul.slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 45px;
    }

    .showHeaderSlider .sc-masterContainer {
        padding-top: 100px;
    }

    .showHeaderSlider header .headerSlider, .showHeaderVideo header .headerVideo {
        height: calc(var(--vh, 1vh) * 100);
    }

    .footer .listBoxWrapper .txtLinkWrapper {
        text-align: center;
    }

    a.txtLink, .offerInner .returnLinkWrapper .returnLink, .linkLayout a {
        font-size: 17px;
    }

    button, .button, .sc-readmore, .eyecatcherBtn small {
        font-size: 16px;
    }

    [data-accordion] [data-control] {
        font-size: 20px;
        letter-spacing: 1.32px;
    }

    .reviewBoxesWrapper ul.slick-dots {
        margin-top: 45px;
    }

    .footer .combinedArea .boxLayout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .footer .combinedArea .boxLayout > *, .roomBox .boxLayout .box {
        width: 100%;
    }

    .newsletter input {
        text-align: left;
        padding: 0;
    }

    .combinedArea .fullWidth {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 90%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        gap: 45px;
    }

    .combinedArea .fullWidth .contentWrapper {
        max-width: 480px;
        width: calc(50% - 45px);
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding-bottom: 0;
    }

    .combinedArea .fullWidth .contentWrapper div {
        width: 100%;
    }

    .footer .combinedArea .newsletter .t3 {
        padding-left: 97px;
    }

    .footer .combinedArea .gift .t3 {
        padding-left: 99px;
    }

    .footer .combinedArea .contentWrapper:before {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 74px;
        height: 79px;
        background-position: -649px -700px;
    }

    .footer .combinedArea .contentWrapper.gift:before {
        background-position: -659px -799px;
        width: 82px;
        height: 117px;
    }

    .footer .combinedArea .contentWrapper, .footer .combinedArea .contentWrapper.gift {
        padding-top: 0;
    }

    .footer .listBox .t2 {
        text-align: center;
    }

    .bigger {
        font-size: 30px;
    }

    .bigger br {
        display: none;
    }

    .bigger span {
        margin: 0;
    }

    .bigger span.seperator {
        display: inline-block;
        margin: 0 0 0 15px;
    }

    .highlights .seoBoxes .box {
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .highlights .seoBoxes .box div {
        width: 100%;
    }

    .seoBoxesWrapper .seoBoxes .readMoreWrapper {
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }

    a.txtLink.mapIcon {
        margin-left: 40px;
    }

    a.txtLink.mapIcon:before {
        left: -40px;
    }

    .linkLayout > div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .roomWrapper.change-order-d .boxLayout .box:nth-child(1), .roomWrapper.change-order-m .boxLayout .box:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    button, .button, .sc-readmore a, .tabs > [data-control] button {
        padding: 13.25px 28px;
        font-size: 17px;
        letter-spacing: 1.8px;
    }

    .slick-arrow:before, ul.slick-dots li button:before, .headerSlider .slick-arrow:before {
        padding: 12px;
        top: -12px;
        left: -12px;
    }

    .footer {
        padding-bottom: 0;
    }

    .seoBoxesWrapper .seoBoxes {
        margin: 0 10px;
    }

    header ul.slick-dots {
        bottom: 4vh;
        position: absolute;
        right: 5%;
    }

    header .slick-arrow {
        top: auto;
        bottom: calc(2vh + 60px);
    }

    header .slick-prev.slick-arrow {
        left: auto;
        right: calc(5% + 70px);
    }

    ul.slick-dots li button {
        width: 40px;
    }

    .menuLanguageSelector {
        left: auto;
        right: calc(4% + 180px);
        top: 52px;
    }

    .sc-language-selector, .menuLanguageSelector {
        position: fixed;
    }
}

@media (min-width: 1200px) {
    .SiMenu .menuHeader img {
        width: 315px;
    }

    .roomBox .slideshowBox .sc-slideshow {
        padding-bottom: 0;
    }

    .highlights .seoBoxesWrapper {
        padding-top: 75px;
    }

    .highlights .seoBoxes .box {
        width: calc(32% - 10px);
    }

    .highlights .seoBoxes .box:before {
        right: -15px;
    }

    .highlights .seoBoxes .box:nth-child(even):before {
        display: block;
    }

    .highlights .seoBoxes .box:nth-child(3n):before, .highlights .seoBoxes .box:last-child:before, .highlights .seoBoxes .box:last-child:after, .highlights .seoBoxes .box:nth-child(7):after {
        display: none;
    }

    .highlights .seoBoxesWrapper .seoBoxes {
        gap: 40px 30px;
    }

    .sc-quickInquiry input {
        font-size: 35px;
    }

    .sc-quickInquiry [class*=sc-quickform] .icon {
        background-position: -100px -200px;
        width: 40px;
        height: 40px;
    }

    .sc-quickInquiry .sc-quickformAdults .icon, .sc-quickInquiry .sc-quickformChildren .icon {
        width: 35px;
        height: 20px;
        background-position: -300px -200px;
    }

    .sc-quickInquiry label {
        -ms-grid-columns: 40px 200px;
        grid-template-columns: 40px 200px;
    }

    .sc-quickInquiry .sc-quickformAdults label, .sc-quickInquiry .sc-quickformChildren label {
        -ms-grid-columns: 35px 50px;
        grid-template-columns: 35px 50px;
    }

    .bigLinkBox .boxLayout .box {
        width: 100%;
        z-index: -1;
    }

    .bigLinkBox .boxLayout .box.textBox {
        position: absolute;
        bottom: 0;
        padding-bottom: 45px;
    }

    .bigLinkBox .boxLayout .box.textBox:after {
        content: "";
        z-index: -1;
        width: 100%;
        height: 400px;
        position: absolute;
        bottom: 0;
        background: -o-linear-gradient(bottom, #302626 0, transparent 100%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #302626), to(transparent));
        background: linear-gradient(to top, #302626 0, transparent 100%);
        left: 0;
    }

    .slick-arrow {
        left: calc(-45px - 25px);
    }

    .slick-next.slick-arrow {
        left: auto;
        right: calc(-45px - 25px);
    }

    header .eyecatcherBtn {
        left: 5%;
    }

    .eyecatcherBtn small {
        font-size: 16px;
    }

    ul.slick-dots li button {
        width: 50px;
    }

    .roomBox .boxLayout {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 100px;
    }

    .roomBox .boxLayout .slideshowBox {
        width: 60%;
    }

    .roomBox .boxLayout .textBox {
        width: 40%;
        margin-top: 0;
    }

    .roomBox .contentWrapper {
        max-width: 850px;
        width: 90%;
    }

    .roomBoxesWrapper .roomBox:nth-child(even) .box.textBox {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .roomBoxesWrapper .roomBox:nth-child(even) .box.textBox .eyecatcherBtn {
        left: auto;
        right: 20px;
    }

    .blockTextSlideshow .slick-arrow {
        left: calc(-45px + 25px);
    }

    .blockTextSlideshow .slick-next.slick-arrow {
        right: calc(-45px + 25px);
    }

    .roomBox .fullWidth.blockTextSlideshow .slick-arrow {
        bottom: auto;
        top: calc(50% - 55px);
        right: -70px;
    }

    .roomBox .fullWidth.blockTextSlideshow .slick-prev.slick-arrow {
        right: auto;
        left: -70px;
    }
}

@media (min-width: 1600px) {
    .highlights .seoBoxesWrapper .seoBoxes {
        gap: 120px 30px;
    }

    .highlights .seoBoxes .box {
        width: 23.2%;
    }

    .highlights .seoBoxes .box:after, .highlights .seoBoxes .box:nth-child(even):before, .highlights .seoBoxes .box:before {
        display: none;
    }

    .rotatingListbox .eyecatcherBtn {
        width: 155px;
        height: 206px;
        font-size: 20px;
    }

    .rotatingListbox .eyecatcherBtn b {
        font-size: 33px;
    }

    .SiMenu .sc-menu > .menu-item > a {
        font-size: 30px;
    }

    .SiMenu [class*=menu-hauptmenue] {
        margin: 0 10%;
    }

    .seoBoxes .slick-list {
        margin: 0 -67.5px;
    }

    .seoBoxes .slick-slide {
        margin: 0 67.5px;
    }

    .twoColumnBox .boxLayout {
        gap: 135px;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .twoColumnBox .boxLayout .box.textBox {
        max-width: 650px;
    }

    /* Big Linkbox */
    .bigLinkBox .boxLayout .box.textBox *:nth-child(even) {
        margin: 25px 0;
    }

    .bigLinkBox .boxLayout .box.textBox *:not(.button) {
        color: #fff;
    }

    .footer .combinedArea .boxLayout {
        max-width: 100%;
        width: 90%;
        margin: 0 auto;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer .newsletter, .footer .ctaLink {
        border: 0;
    }

    .footer .combinedArea .awards {
        max-width: 250px;
    }

    .footer .awards > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .awards > div, .footer .ctaLink > div {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .footer .newsletter {
        max-width: 500px;
    }

    .footer .ctaLink > div, .footer .awards > div {
        padding: 0;
    }

    .footer .ctaLink > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 90px;
    }

    .footer .ctaLink > div * {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 35px;
        margin-bottom: 0;
    }

    .footer .ctaLink .weather:before, .footer .ctaLink .webcam:before {
        width: 65px;
        height: 65px;
        background-position: -100px -100px;
    }

    .footer .ctaLink .webcam:before {
        background-position: -300px -100px;
        width: 60px;
        height: 60px;
    }

    .newsletter input {
        text-align: left;
        padding-left: 0;
    }

    .roomBox .boxLayout {
        gap: 140px;
    }

    .roomWrapper.change-order-d .boxLayout .box:nth-child(1), .roomWrapper.change-order-m .boxLayout .box:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .roomWrapper.change-order-d .boxLayout .eyecatcherBtn {
        left: auto;
        right: 20px;
        -webkit-transform: rotate(13deg);
        -ms-transform: rotate(13deg);
        transform: rotate(13deg);
    }

    .offerBoxesWrapper .box {
        width: 30%;
    }
}

@media (min-width: 1800px) {
    .sc-quickInquiry input {
        font-size: 38px;
    }

    .sc-quickInquiry label {
        font-size: 20px;
        padding: 55px;
    }

    .sc-quickInquiry [class*='sc-quickform']:not(.sc-quickformSubmit) {
        width: 25%;
        border: 0;
    }

    .sc-quickInquiry .sc-quickformArrival::after {
        display: none;
    }

    .sc-quickInquiry .sc-quickformArrival, .sc-quickInquiry .sc-quickformDeparture {
        border-bottom: 0;
    }

    .sc-quickInquiry [class*='sc-quickform']:not(.sc-quickformSubmit):nth-child(2n) {
        border-right: 2px solid rgb(112 112 112 / 20%);
        border-left: 2px solid rgb(112 112 112 / 20%);
    }

    .sc-quickInquiry [class*='sc-quickform']:not(.sc-quickformSubmit):nth-child(1) {
        border-left: 2px solid rgb(112 112 112 / 20%);
    }

    .sc-quickInquiry .sc-quickformAdults label, .sc-quickInquiry .sc-quickformChildren label {
        grid-template-areas: "description description" "value icon";
    }
}

/*___________________--------______________________________-------_____________________*/
/*eAssistant Formular Styles - am Ende auslagern in die eAssisant CSS*/
.form .be-booking, .form .be-booking input, .form .be-booking select, .sc-layout .form .be-contact-textArea {
    font-family: 'Fira-Sans-Regular', sans-serif;
    color: #454444;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
.form .be-booking .full {
    width: 100%;
    clear: both;
}
.sc-layout .form .be-contact-textField, .sc-layout .form .be-contact-formField select, .sc-layout .form .be-contact-textArea {
    width: 100%;
    height: 40px;
    border: 1px solid #C4BAAC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border-radius: 29px;
    box-sizing: border-box;
}

.sc-layout .voucherForm .form .be-contact-textArea {
    height: 300px;
}

.sc-layout .form .be-contact-formField {
    margin: 10px 0;
    width: 100%;
    float: left;
    min-width: 250px;
    display: inline-block;
}

.sc-layout .form .be-widget-button span, .sc-layout .form .be-widget-buttonArea > span span {
    float: left;
    font-family: 'Fira-Sans-Medium', sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1.3px;
}

.sc-layout .form .be-widget-button, .sc-layout .form .be-widget-buttonArea > span {
    background-color: #968f81;
    border-radius: 30px;
    padding: 11px 30px !important;
    line-height: 1.5;
    border: 2px solid #968F81;
}

.sc-layout .form .be-widget-button:hover, .sc-layout .form .be-widget-buttonArea > span:hover {
    background-color: #fff;
    color: #968f81;
}

.form.request-form #be-datepicker {
    border: 1px solid #454444;
}

.form.request-form #be-datepicker-monthYear {
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background: #968F81;
}

.form.request-form #be-datepicker-month, .form.request-form #be-datepicker-year {
    font-size: 18px;
    font-weight: normal;
}

.form.request-form a#be-datepicker-next, .form.request-form a#be-datepicker-back, .form.request-form a#be-datepicker-next:hover, .form.request-form a#be-datepicker-back:hover {
    font-weight: normal;
    color: #fff;
}

.form.request-form .be-datepicker-selectedDay, .form.request-form .be-datepicker-days-background:hover {
    background-color: #968F81;
    color: #fff !important;
}

.form.request-form .be-datepicker-days-background {
    background-color: #eeeeee;
}

/*Button Styles*/
.form.request-form .be-widget-button, .form.request-form .be-widget-buttonArea > span {
    font-weight: 400;
    background: #968F81 !important;
    color: #fff;
    padding: 10px 20px !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Fira-Sans-Medium', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.3px;
    cursor: pointer;
    border: 2px solid #968F81;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out, color.25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color.25s ease-in-out;
    transition: background-color .25s ease-in-out, color.25s ease-in-out;
}

.form.request-form #eassistant input {
    margin-left: 0;
    margin-right: 6px;
}

.form.request-form .be-widget-button:hover, .form.request-form .be-widget-buttonArea > span:hover {
    background: transparent !important;
    color: #968F81 !important;
}

/*Button Styles END*/
.form.request-form .be-contact-formField, .form.request-form .be-contact-textField, .form.request-form .be-contact-textArea, .form.request-form .becontact-label, .form.request-form .be-contact-formField select, .form.request-form .full, .form.request-form .be-contact-confirmationText {
    font-family: 'Fira-Sans-Regular', sans-serif;
    color: #454444;
    line-height: 1.5;
    font-weight: 400;
    font-size: 17px;
}

.form.request-form #eassistant #Adults {
    clear: both;
}

.form.request-form #eassistant #Privacy a {
    text-decoration: underline;
}

.form.request-form #eassistant #Privacy input {
    margin-left: 0;
}

.form.request-form #eassistant ::-webkit-input-placeholder {
    color: #454444;
}

.form.request-form #eassistant ::-moz-placeholder {
    color: #454444;
}

.form.request-form #eassistant :-ms-input-placeholder {
    color: #454444;
}

.form.request-form #eassistant :-moz-placeholder {
    color: #454444;
}

.form.request-form .seperate .be-contact-label {
    font-family: 'Fira-Sans-Medium', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    color: #968F81;
    margin-bottom: 10px;
    margin-top: 40px;
    letter-spacing: 1.1px;
    width: 100%;
}

.form.request-form .full {
    float: left;
    width: 100%;
    margin: 15px 0 5px 0;
}

.form.request-form .be-contact-textField, .form.request-form .be-contact-formField select, .form.request-form .be-contact-textArea {
    width: 100%;
    height: 32px;
    border: 1px solid #828282;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    background: #fff;
}

.form.request-form .be-contact-textArea {
    min-height: 125px;
}

.form.request-form .be-contact-childAge select {
    max-width: 145px;
}

.form.request-form #eassistant input {
    margin-left: 0;
    margin-right: 6px;
}

.form.request-form .be-state-fail {
    color: #968F81;
}

.form.request-form .be-contact-textField-error, .form.request-form .be-contact-select-error, .form.request-form .be-contact-textArea-error, .be-contact-invalidFields, .form.request-form select.be-contact-select-error {
    border: 1px solid #968F81 !important;
    background-color: #f8e8e8;
}

/* PreSelected InputField from Quickrequest */
.form.request-form #eassistant .preSelected {
    border: 2px solid #7aa749;
    background-color: rgb(122, 167, 73);
    background-color: rgba(122, 167, 73, 0.15);
}

/*PreSelected Offername*/
.form.request-form .form #Offername {
    display: none;
}

.single-angebote .form.request-form .form #Offername {
    display: inline-block;
}

/* Responsive */
@media (max-width: 360px) {
    .sc-quickInquiry input {
        font-size: 20px;
    }
}

@media (min-width: 600px) {
    .sc-layout .form .be-contact-formField {
        width: 50%;
    }

    .sc-layout .form .be-contact-formField#Privacy {
        width: 100%;
    }

    .sc-layout .form .be-contact-textField, .form .be-contact-formField select, .form .seperate .be-contact-label, .form #Comment, .sc-layout .form .be-contact-formField select {
        width: calc(100% - 15px);
        min-width: 0;
    }
}

@media (min-width: 500px) {
    .form.request-form .be-contact-textField, .form.request-form .be-contact-formField select, .form.request-form .seperate .be-contact-label, .form.request-form #Comment {
        width: calc(100% - 15px);
        min-width: 0;
    }

    .form.request-form #Name {
        clear: both;
    }

    .form.request-form #Privacy {
        width: 100%;
    }
}

@media (min-width: 994px) {
    .form .be-booking, .form.request-form .be-contact-formField, .form.request-form .be-contact-textField, .form.request-form .be-contact-textArea, .form.request-form .be-contact-label, .form.request-form .be-contact-formField select, .form.request-form .be-contact-confirmationText, .form .be-booking, .form .be-booking input, .form .be-booking select, .sc-layout .form .be-contact-textArea {
        font-size: 21px;
        line-height: 1.6;
    }

    .form.request-form .be-contact-textField, .form.request-form .be-contact-formField select, .form.request-form .be-contact-textArea {
        height: 40px;
    }

    .form.request-form .seperate .be-contact-label {
        font-size: 35px;
    }

    .form.request-form .be-widget-button, .form.request-form .be-widget-buttonArea > span {
        padding: 13px 28px !important;
        font-size: 15px;
        letter-spacing: 1.8px;
    }

    .sc-layout .form .be-widget-button, .sc-layout .form .be-widget-buttonArea > span {
        padding: 13.25px 28px !important;
        line-height: 1.8;
    }

    .sc-layout .form .be-contact-textField, .sc-layout .form .be-contact-formField select, .sc-layout .form .be-contact-textArea {
        height: 50px;
        border-radius: 30px;
    }
}