/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>>  @font-face start <<<--- */

@font-face {
    font-family: 'Tenor Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/tenor-sans_400.woff2") format('woff2');
    
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/poppins-light_300.woff2") format('woff2');
}
@font-face {
    font-family: 'Poppins_bold';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/poppins-medium_500.woff2") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/poppins-semibold_600.woff2") format('woff2');
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>>  @font-face end <<<--- */

html, body {
    font-family: "Poppins","Roboto","Arial";
    color: #3A3025;
    font-weight: 300;
    background-color: #e9e5dc;
    font-size: 17px;
    line-height: 1.5;
}
body.emptyTemplate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
b, strong {
    font-weight: 500;
    font-family: "Poppins_bold";
}
a {
    color: #3A3025;
    text-underline-offset: 3px;
}
a:hover {
    color: #967F5D;
}
small, .footer .editorial, .additionalPriceInformation, .eyecatcherBtn {
    font-size: 0.7em;
    line-height: 1.2;
}
p {
    margin-bottom: 15px;
}
p:last-child, header p {
    margin: 0;
}

.center, .h1Center .sc-header, .error404 .sc-header, .error404 .contentWrapper {
    text-align: center;
}
h1, .t1{
    font-family: "Poppins_bold","Roboto","Arial";
    color: #967F5D;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 26px;
}

h2, .t2, h3, .t3, h4, .t4, .highlightBoxesWrapper .highlightBox .headline, .offerBoxesWrapper .SliderBox article .txtWrapper .headline, .roomBoxesPreviewWrapper .SliderBox article .txtWrapper .headline, .single-angebote .postIntroText .headline, .single-angebote .postPeriodWrapper .headline, .single-angebote .postPriceWrapper .headline {
    font-size: 29px;
    line-height: 1.2;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    color: #967F5D;
    margin: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
h2, .t2 {
    font-size: 29px;
}
h3, .t3, .highlightBoxesWrapper .highlightBox .headline, .offerBoxesWrapper .SliderBox article .txtWrapper .headline, .single-angebote .postPeriodWrapper .headline, .single-angebote .postPriceWrapper .headline {
    font-size: 26px;
    letter-spacing: 1.3px;
}
h4, .t4, .txtLink, .sc-quickInquiry>div label, [data-accordion] [data-control], .siteAnchors .siteAnchorsInner a {
    font-family: "Poppins","Roboto","Arial";
    text-transform: uppercase;
    color: #967F5D;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 1px;
}
.siteAnchors .siteAnchorsInner a{
    font-family: "Tenor Sans", sans-serif;
}
.home .sc-header h1{
    text-align: center;
}

hr {
    background-image: url(../graphics/vectors_sprites.svg);
    width: 65px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: -149px -99px;
    border: 0;
    text-align: left;
    display: inline-block;
    clear: both;
    margin: 25px auto;
}
.bg2 hr {
    background-position: -259px -99px;
}

.home .sc-masterContainer {
    padding-bottom: 0;
}
.popup .sc-masterContainer {
    padding-top: 0;
}
.sc-masterContainer ul {
    padding-left: 25px;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
}
.sc-masterContainer ul li {
    margin-bottom: 0px;
    position: relative;
    list-style-type: none;
    font-size:15px;
    line-height: 25px;
}
.sc-masterContainer ul li:last-child, .sc-masterContainer ul li ul li {
    margin-bottom: 0;
}

.sc-masterContainer ul li:before {
    content: "";
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    background-repeat: no-repeat;
    background-position: -85px -323px;
    background-size: 1500px 1500px;
    width: 13px;
    height: 19px;
    left: -25px;
    top: 2px;
}
.detail-page ul li:before {
    background-position: -116px -325px;
    background-size: 750px 750px;
}
.small-dots ul li:before {
    background-size: 750px 750px;
    top: 3px !important;
}
.sc-masterContainer .bg2 ul li:before, .sc-masterContainer .bg3 ul li:before, .sc-masterContainer .bg4 ul li:before, .accVertical [data-accordion].accordion [data-content] ul li:before {
    background-position: -149px -660px;
}

.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;
}

.gmap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2
}
/*BG Colors Styles*/
.bg1, .single-angebote .postPeriodWrapper, .single-angebote .postPriceWrapper {
    background-color: #E9E5DC;
}
.bg2, .SliderBox article .txtWrapper, .anchorMenuWrapper {
    background-color: #967F5D;
}
.bg3, .accVertical {
    background-color: #a1a082
}
.bg4 {
    background-color: #7F663E;
}
.bg2, .bg2 a, .bg2 a.txtLink, .bg2 a.txtLink:hover, .bg2 h1, .bg2 .t1, .bg2 h2, .bg2 .t2, .bg2 h3, .bg2 .t3, .bg2 h4, .bg2 .t4, .bg2 [data-accordion] [data-control], .accVertical *, .SliderBox article .txtWrapper, .SliderBox article .txtWrapper a:not(.button), .offerBoxesWrapper .SliderBox article .txtWrapper .headline, .SliderBox article .sc-readmore .txtLink, .SliderBox article .sc-readmore .txtLink:hover, .roomBoxesPreviewWrapper .SliderBox article .txtWrapper .headline {
    color: #fff;
}
.bg3, .bg3 a, .bg3 a.txtLink, .bg3 h1, .bg3 .t1, .bg3 h2, .bg3 .t2, .bg3 h3, .bg3 .t3, .bg3 h4, .bg3 .t4, .bg3 [data-accordion] [data-control], .highlightBoxesWrapper .highlightBox .headline {
    color: #fff;
}
.bg4, .bg4 a, .bg4 a.txtLink, .bg4 h1, .bg4 .t1, .bg4 h2, .bg4 .t2, .bg4 h3, .bg4 .t3, .bg4 h4, .bg4 .t4, .bg4 [data-accordion] [data-control] {
    color: #fff;
}
.bg3 a.txtLink, .bg2 a.txtLink, .bg2 a.txtLink:hover, .bg4 a.txtLink, .bg4 a.txtLink:hover, .SliderBox article .sc-readmore .txtLink, .SliderBox article .sc-readmore .txtLink:hover {
    border-color: #fff;
}
.bg3b{
background-color: #B6B49C;
}
.opening-hours{
    font-size: 25px;
}

/*Siteanchors*/

.siteAnchors {
    position: fixed;
    z-index: 30;
    left: 0;
    bottom: -80px;
    width: 100%;
    background: #967F5D;
    max-width: 100%;
    text-align: center;
    -webkit-transition: bottom 0.8s ease-out;
    transition: bottom 0.8s ease-out;
    -o-transition: bottom 0.8s ease-out;
    -webkit-box-shadow: 0 4px 10px 0 #464646;
    box-shadow: 0 4px 10px 0 #464646;
}
.scrolled .siteAnchors {
    bottom: 0;
}
.siteAnchors ul {
    text-align: left;
    padding: 0 8% 0 5%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.siteAnchors ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 2%;
}

.siteAnchors .siteAnchorsInner a {
    text-decoration: none;
    padding: 22px 0;
    color: #E9E5DC;
    font-size: 15px;
    display: block;
    margin: 0;
    position: relative;
}
.siteAnchors .siteAnchorsInner a:after, .siteAnchors .siteAnchorsInner a.sianchorActive:after {
    content: " ";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 18px;
    background: #E9E5DC;
    height: 1px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.siteAnchors .siteAnchorsInner a.sianchorActive:after {
    left: 0;
    right: 0;
    z-index: 2;
}
.siteAnchors ul li.hiddenLink, .siteAnchors ul li.logo_menu, .siteAnchors ul.siteAnchorsInner li.logo_menu a:after {
    display: none;
}

/*@Supports for iPhone*/

@supports(padding: max(0px)) {
    .siteAnchors {
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    }
}
@supports (-webkit-touch-callout: none) {
    .siteAnchors ul li {
        margin-right: 3px;
    }
    .siteAnchors .siteAnchorsInner a {
        font-size: 14px;
        letter-spacing: 0.8px;
    }
    .siteAnchors .siteAnchorsInner a .hideIos, .siteAnchors:after {
        display: none;
    }
}
/*EyecatcherBtn Styles*/
.eyecatcherBtn {
    background: #a1a082
;
    height: 110px;
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
    padding: 10px;
}
header .eyecatcherBtn {
    display: none;
    top: initial;
    bottom: 25%;
    left: 5%;
    font-size: .9rem;
}
header .eyecatcherBtn a {
    text-decoration: none;
    color: #fff;
}
header .eyecatcherBtn a:hover {
    opacity: .5;
}
header .eyecatcherBtn b {
    font-size: .9rem;
    font-weight: 400;
}
.popup .eyecatcherBtn {
    right: 3%;
    top: 3%;
}
.SliderBox article .imageWrapper .eyecatcherBtn {
    right: 20px;
    top: initial;
    bottom: -20px;
}
.eyecatcherBtn b {
    display: contents;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Poppins_bold";
}
.eyecatcherBtn > * {
    height: 100%;
    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;
}
header .eyecatcherBtn > * {
    transform: rotate(-8deg);
}
.SliderBox article .imageWrapper {
    position: relative;
}
.SliderBox article .imageWrapper:focus, .SliderBox article .imageWrapper a:focus {
    outline: none;
}
.offerBoxesWrapper .SliderBox article .txtWrapper .periods {
    font-size: 0.9rem;
    margin-top: -15px;
    margin-top: -15px;
    font-family: "Poppins", "Roboto", "Arial";
    font-weight: 600;
}
.buttonsWrapper .button {
    margin-right: 8px;
}
.buttonsWrapper .button:last-child {
    margin-right: 0;
}

.SliderBox .txtWrapper .buttonsWrapper .txtLink {
    display: none;
}
.buttonsWrapper .txtLink, .single-zimmer .buttonsWrapper {
    display: inline-block;
}
.buttonsWrapper .txtLink.parameterBooking {
    clear: both;
    display: block;
}

.iconsWrapper span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.iconsWrapper br {
    display: none;
}
.iconsWrapper span:before, a.txtLink.popup:after, a.popupIcon:after {
    content: "";
    width: 28px;
    height: 25px;
    margin-right: 5px;
    display: inline-block;
    background-image: url(../graphics/vector_sprites.svg);
    background-repeat: no-repeat;
    background-position: -49px -932px;
    background-size: 1500px 1500px;
}
.iconsWrapper span.iconMap:before {
    background-position: -49px -932px;
}
.iconsWrapper span.iconPeople:before {
    background-position: -95px -932px;
}
.iconsWrapper span.iconDiamond:before {
    background-position: -147px -932px;
}
a.txtLink.popup {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
}
a.txtLink.popup:after {
    background-position: 8px -419px;
    margin-right: 0;
    margin-left: 2px;
    border: 0;
    margin-bottom: -8px;
    width: 30px;
}
a.popupIcon:after {
    background-position: -56px -308px;
    margin-right: 0;
    margin-left: 5px;
    width: 15px;
    background-size: 1000px 1000px;
}
.bg2 a.popupIcon:after, .bg3 a.popupIcon:after, .bg4 a.popupIcon:after, .SliderBox article .txtWrapper a.popupIcon:after {
    background-position: 0 -303px;
}

/*Wrapper Width Styles*/
.widthWrapper, .contentWrapper, .sc-header, .breadcrumb, .reviewBoxesWrapper .reviewBox, .single-angebote .postIntroText, .single-angebote .postPeriodWrapper .wrapper, .single-angebote .postPriceWrapper .wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
}
.boxesSliderWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
}
.contentWrapper, .sc-header, .breadcrumb, .reviewBoxesWrapper .reviewBox {
    max-width: 750px;
}

/*Highlight Box Styles */
.highlightBoxesWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.highlightBoxesWrapper a, .highlightBoxesWrapper > article {
    width: 50%;
    position: relative;
}
.highlightBoxesWrapper a {
    text-decoration: none;
}
/*Optional: Hover-Effekt*/
.highlightBoxesWrapper a:hover {
    opacity: 0.8;
}

.highlightBoxesWrapper .highlightBox .headline {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    font-size: 10px;
    width: 90%;
    margin: 0;
    padding-top: 58px;
}
.icon-sunchair:before, .icon-meal:before, .icon-bed:before, .icon-hike:before, .icon-tea:before, .icon-breakfast:before, .icon-flipflop:before, .icon-flower:before, .icon-stone:before, .icon-leafe:before, .icon-cocktail:before {
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    background-image: url(../graphics/vector_sprites.svg);
    background-repeat: no-repeat;
    background-position: 3px -1000px;
    background-size: 1500px 1500px;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
}
.icon-meal:before {
    background-position: -239px -998px;
}
.icon-bed:before {
    background-position: -78px -1000px;
}
.icon-hike:before {
    background-position: -315px -998px;
}
.icon-tea:before {
    background-position: -636px -998px;
}
.icon-breakfast:before {
    background-position: -715px -998px;
}
.icon-flipflop:before {
    background-position: -157px -998px;
}
.icon-flower:before {
    background-position: -396px -998px;
}
.icon-stone:before {
    background-position: -474px -998px;
}
.icon-leafe:before {
    background-position: -555px -998px;
}
.icon-cocktail:before {
    background-position: -795px -998px;
}

.highlightBoxesWrapper > .highlightBox:hover:after {
    background: transparent;
}
.highlightBoxesWrapper a:after, .highlightBoxesWrapper > article:after {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #C0B5A7;
    opacity: 0.8;
}

.highlightBoxesWrapper > .highlightBox:after {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #C0B5A7;
    /*Optional: Highlights Animation*/ animation: fadeinanimation 10s infinite;
    /*Optional: Highlights Animation*/ -webkit-animation: fadeinanimation 10s infinite;
    /*Optional: Highlights Animation*/ opacity: 0;
} 

/*Optional: Highlights Animation*/
@keyframes fadeinanimation {
    0%  {opacity :0;}
   50%  {opacity :1;}
   100% {opacity :0;}
}
@-webkit-keyframes fadeinanimation {
    0%  {opacity :0;}
    50%  {opacity :1;}
    100% {opacity :0;}
}
.highlightBoxesWrapper > .highlightBox:nth-child(1):after, .highlightBoxesWrapper > .highlightBox:nth-child(4):after, .highlightBoxesWrapper > .highlightBox:nth-child(5):after, .highlightBoxesWrapper > .highlightBox:nth-child(8):after {
    animation: fadeinanimationGroup2 10s infinite;
    -webkit-animation: fadeinanimationGroup2 10s infinite;
    opacity: 1;
}
@keyframes fadeinanimationGroup2 {
    0%  {opacity :1;}
   50%  {opacity :0;}
   100% {opacity :1;}
}

@-webkit-keyframes fadeinanimationGroup2 {
    0%  {opacity :1;}
   50%  {opacity :0;}
   100% {opacity :1;}
}

/*Quicklinks Styles*/
.error404 .quicklinksBar {
    display: none;
}
.error404 header {
    margin-bottom: 0;
}
.quicklinksBar {
    position: absolute;
    z-index: 25;
    height: 80px;
    width: 100%;
    text-align: center;
    bottom: -40px;
    right: 0;
    box-sizing: border-box;
}
.quicklinksBar a {
    display: inline-block;
    height: 80px;
    width: 80px;
    margin: 0 10px;
    background-color: #967F5D;
    border-radius: 50%;
    background-image: url(../graphics/vector_sprites.svg);
    background-repeat: no-repeat;
    background-position: 0 -1201px;
    background-size: 1500px 1500px;
}
.quicklinksBar a:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.quicklinksBar a.winterBtn { 
    background-position: -97px -1200px;
}

header {
    position: relative;
    margin-bottom: 40px;
}
.noQuicklinks header {
    margin-bottom: 0;
}

/*SliderBox (Rooms & Offers) Styles*/
.boxesSliderWrapper .SliderBox, .reviewBoxesWrapper {
    position: relative;
    padding-bottom: 40px;
}
.SliderBox article {
    margin: 0 3%;
    margin-bottom: 15px;
}
.SliderBox article .txtWrapper.bg1, .SliderBox article .txtWrapper, .SliderBox article .txtWrapper.bg3, .SliderBox article .txtWrapper.bg4 {
    padding: 30px 20px;
}
.boxesSliderWrapper .slick-arrow, .reviewBoxesWrapper .slick-arrow {
    bottom: 0;
}
.boxesSliderWrapper ul.slick-dots, .reviewBoxesWrapper ul.slick-dots{
    bottom: -20px;
}
.boxesSliderWrapper .slick-arrow {
    left: 33px;
}
.boxesSliderWrapper .slick-next.slick-arrow {
    left: initial;
    right: 33px;
}
.SliderBox .txtWrapper {
    text-align: left;
    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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    min-height: 315px;
}
.SliderBox article .txtWrapper a:hover, a.button.parameterRequest.sianchorActive:hover {
    opacity: 0.8;
}
.offerBoxesWrapper .SliderBox article .txtWrapper .headline {
    font-size: 24px;
}
.offerBoxesWrapper .SliderBox article .txtWrapper .headline.periods{
    font-size: 18px;
    padding-top: 15px;
}
.boxesSliderWrapper .slick-slide {
    opacity: 0.8;
}

.boxesSliderWrapper .slick-slide.slick-center {
    opacity: 1;
}

/*Offer and Room Detail Styles*/
.single-angebote .imageBox, .single-zimmer .sc-slideshow, .single-zimmer .sc-slideshow .slick-slide > div {
    height: 40vh;
    overflow: hidden;
}
.single-angebote .imageBox img, .single-zimmer .sc-slideshow img {
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

/*Padding & Margin Styles*/
.padding-top-xxl { padding-top: 60px; }
.padding-top-xl { padding-top: 60px; }
.padding-top-l, .sc-masterContainer { padding-top: 40px; }
.padding-top-m, .single-angebote .postPeriodWrapper { padding-top: 30px; }
.padding-top-s { padding-top: 25px; }
.padding-top-xs { padding-top: 15px; }
.padding-top-xxs { padding-top: 15px; }

.padding-bottom-xxl { padding-bottom: 60px; }
.padding-bottom-xl { padding-bottom: 60px; }
.padding-bottom-l, .sc-masterContainer, .error404 .contentWrapper { padding-bottom: 40px; }
.padding-bottom-m, .single-angebote .postPriceWrapper { padding-bottom: 30px; }
.padding-bottom-s, .single-angebote .postPeriodWrapper { padding-bottom: 25px; }
.padding-bottom-xs { padding-bottom: 15px; }
.padding-bottom-xxs { padding-bottom: 15px; }

.margin-top-xxl { margin-top: 60px; }
.margin-top-xl { margin-top: 60px; }
.margin-top-l, .single-angebote .postPeriodWrapper { margin-top: 40px; }
.margin-top-m { margin-top: 30px; }
.margin-top-s { margin-top: 25px; }
.margin-top-xs, .SliderBox article .sc-readmore .txtLink, .error404 .sc-masterContainer a.button { margin-top: 15px; }
.margin-top-xxs, .offerBoxesWrapper .SliderBox article .sc-readmore, .buttonsWrapper a { margin-top: 15px; }

.margin-bottom-xxl { margin-bottom: 60px; }
.margin-bottom-xl { margin-bottom: 60px; }
.margin-bottom-l, .single-angebote .imageBox, .single-angebote .offertextBox { margin-bottom: 40px; }
.margin-bottom-m { margin-bottom: 30px; }
.margin-bottom-s { margin-bottom: 25px; }
.margin-bottom-xs { margin-bottom: 15px; }
.margin-bottom-xxs, .offerBoxesWrapper .SliderBox article .txtWrapper .headline, .roomBoxesPreviewWrapper .SliderBox article .txtWrapper .headline, .roomBoxesPreviewWrapper .SliderBox .sc-readmore, .single-angebote .postPeriodWrapper .headline, .single-angebote .postPriceWrapper .headline, .single-angebote .postPriceWrapper .headline { margin-bottom: 15px; }


/*Button & TXT-Link Styles*/
button, .button {
    background: #a1a082;
    color: #fff;
    padding: 11px 14px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    font-family: "Tenor Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
}
button, a.button {
    text-decoration: none;
}
.button.secondary {
    background:#967F5D;
}
.button.secondary:hover {
    background:#a1a082;
}
.button.buttonWhite, .offerBoxesWrapper .SliderBox article .txtWrapper .button, a.button.parameterRequest.sianchorActive, .SliderBox .button:hover {
    background: #fff;
    color: #7F663E;
}
.button.buttonLight {
    background: #E6E0D5;
    color: #3A3025;
}
.button:hover, .sc-readmore a:hover, .archive .sc-masterContainer article:hover .sc-readmore a {
    background: #967F5D;
    color: #fff;
}
.bg3 .button:hover {
    color: #3A3025;
    background: #E9E5DC;
}

a.button.offerBtn:after {
    content: "";
    width: 17px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    margin-left: 12px;
    margin-top: 8px;
    background-image: url(../graphics/vector_sprites.svg);
    background-repeat: no-repeat;
    background-position: -850px -49px;
    background-size: 1500px 1500px;
}

a.txtLink {
    font-weight: 500;
    font-family: "Poppins_bold";
    text-decoration: none;
    border-bottom: 2px solid #3A3025;
    color: #3A3025;
    font-size: 15px;
}
a.txtLink:hover {
    color: #3A3025;
    border-color: #3A3025;
}
a.txtLink:focus {
    outline: none;
}

/*Slick Styles*/
.slick-arrow {
    width: 20px;
    height: 36px;
    border: 0;
    background: transparent;
    position: absolute;
    bottom: 15px;
    left: 10%;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    background-image: url(../graphics/vector_sprites.svg);
    background-repeat: no-repeat;
    background-position: -298px -125px;
    background-size: 1500px 1500px; 
}
button.slick-arrow:before { /*Enhancing the clickable area size*/ 
    content: ""; 
    padding: 8px; 
    background: transparent; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: -8px; 
    left: -8px; 
} 

.slick-next.slick-arrow  {
    right: 10%;
    left: initial;
}
.reviewBoxesWrapper .slick-arrow {
    left: 0;
}
.reviewBoxesWrapper .slick-next.slick-arrow {
    left: initial;
    right: 0;
}
.slick-next.slick-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.headerSlider .slick-arrow, .popup .slick-arrow, .boxLayout .slick-arrow {
    background-position: 2px -125px;
    margin-right: 30px;
    left: initial;
    right: 20px;
}

.headerSlider .slick-arrow {
    bottom: 10vh;
}
.noQuicklinks .headerSlider .slick-arrow {
    bottom: 5vh;
}

.headerSlider .slick-next.slick-arrow, .popup .slick-next.slick-arrow, .boxLayout .slick-next.slick-arrow  {
    margin-right: 0;
    right: 20px;
}
button.slick-arrow {
    font-size: 0;
}
ul.slick-dots {
    position: absolute;
    bottom: 10%;
    padding: 0;
    margin: 0;
    line-height: 0;
    width: 100%;
    text-align: center
}
ul.slick-dots li {
    display: inline-block;
    margin-bottom: 0
}
ul.slick-dots li button {
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #967F5D;
    font-size: 0;
    margin: 0 6px;
    cursor: pointer;
    padding: 0
}
.slick-dots li.slick-active button {
    background: #967F5D;
    border-color: #967F5D;
}
.bg2 .slick-dots li.slick-active button {
    background: #e9e5dc;
    border-color: #e9e5dc;
}
.bg2 ul.slick-dots li button {
    background: #967F5D;
    border-color: #e9e5dc;
}
.headerSlider ul.slick-dots li button {
    border-color: #e9e5dc;
}
.headerSlider .slick-dots li.slick-active button {
    background: #e9e5dc
}

.sc-masterContainer ul.slick-dots li:before {
    display: none;
}
.boxesSliderWrapper button.slick-arrow {
    background-position: -98px -125px;
}

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

/*Accordion Styles*/
.accordion  {
    margin-bottom: 10px;
    border-bottom: 1px solid #967F5D;
}
.popup .accordion {
    margin-bottom: 20px;
}
.accordion:last-child {
    margin-bottom: 0;
}
[data-accordion] [data-content] h3 {
    margin-top: 30px;
}
[data-accordion] [data-content] > h3:first-child,.bg2 [data-accordion] [data-control],.bg2 [data-accordion] [data-control]:first-child,.accVertical [data-control]:first-child {
    margin-top: 0;
}

[data-accordion] [data-control] {
    line-height: 1.2em;
    position: relative;
    padding: 5px 25px 5px 0px;
}
[data-accordion] [data-control]:first-child {
    margin-top: 20px;
}
.accVertical [data-control]:first-child {
    margin-top: 0;
}
[data-accordion] [data-control]:hover {
    opacity: 0.8;
}
[data-accordion].accordion [data-content] {
    text-align: left;
    -webkit-transition: padding 0.8s;
    -o-transition: padding 0.8s;
    transition: padding 0.8s;
    font-size: 15px;
    line-height: 25px;
}
[data-accordion].accordion.open [data-content] {
    padding-bottom: 20px;
    padding-top: 20px;
}
[data-accordion]>[data-control]:after {
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    background-image: url(../graphics/vector_sprites.svg);
    background-repeat: no-repeat;
    background-position: -254px -469px;
    background-size: 1500px 1500px;
    position: absolute;
    top: 5px;
    right: 0;
    margin-left: 10px;
}
[data-accordion].open>[data-control]:after {
    background-position: -290px -469px;
}

.bg2 [data-accordion]>[data-control]:after, .bg3 [data-accordion]>[data-control]:after, .bg4 [data-accordion]>[data-control]:after, .bg5 [data-accordion]>[data-control]:after, .accVertical [data-accordion]>[data-control]:after {
    background-position: -166px -469px;
}
.bg2 [data-accordion].open>[data-control]:after, .bg3 [data-accordion].open>[data-control]:after, .bg4 [data-accordion].open>[data-control]:after, .bg5 [data-accordion].open>[data-control]:after, .accVertical [data-accordion].open>[data-control]:after {
    background-position: -205px -469px;
}

/*Accordion Verical Styles*/
.accVertical .accordion {
    margin-bottom: 0;
}
.accVertical [data-accordion].accordion [data-content] {
    position: relative;
}
.accVertical [data-accordion].accordion [data-content], .popup .accordion [data-content], .largeAccordion .accordion [data-content] {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
.accVertical [data-accordion] [data-control] {
    font-family: "Tenor Sans", sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 60px 30px 20px;
}
.accVertical [data-accordion] [data-control]:hover {
    opacity: 1;
}
.accVertical [data-accordion].accordion.open [data-control] {
    border-bottom: 0;
    z-index: 2;
}
.accVertical [data-accordion].accordion.open [data-content] * {
    color: #fff;
    z-index: 2;
    position: relative;
}
.accVertical [data-accordion].accordion.open [data-content] {
    text-align: left;
    /*Background-image with php/wpBackend*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.accVertical [data-accordion].accordion.open [data-content]:after {
    content: "";
    background-color: rgb(161,160,130);
    background-color: rgba(161,160,130,0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}
.accVertical [data-accordion].accordion [data-content] {
    padding-left: 5%;
    padding-right: 5%;
}
.accVertical [data-accordion].accordion.open [data-content] {
    margin-top: -93px;
    padding-top: 93px;
}
.accVertical [data-accordion]>[data-control]:after {
    top: 50%;
    margin-top: -12.5px;
    right: 5%;
}
.sc-masterContainer .accVertical [data-accordion].accordion ul:last-child {
    margin-bottom: 0;
}

/*Tabs Styles*/
.tabs > [data-control] button {
    border: 0;
    color: #3A3025;
    padding: 0;
    position: relative;
    margin-right: 20px;
    height: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
}
.tabs > [data-control] button:last-child {
    margin-right: 0;
}
.tabs > [data-control] button.active, .tabs > [data-control] button:hover{
    background: transparent;
}
.tabs > [data-control] button:before {
    content: " ";
    display: inline-block;
    width: 27px;
    height: 27px;
    left: 0;
    margin-bottom: -7px;
    background-image: url(../graphics/vector_sprites.svg);
    background-repeat: no-repeat;
    background-position: -115px -560px;
    background-size: 1500px 1500px;
}
.tabs > [data-control] button.active:before {
    background-position: -79px -560px;
}
.tabs [data-content] {
    margin-top: 15px;
}
.tabs [data-control] {
    text-align: center;
}

/*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 #A1A082;
}
.SiTable tr:nth-child(odd) {
    background: #E9E5DC;
}
.SiTable table tr:nth-child(1) {
    background: #a1a082
;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.additionalPriceInformation {
    margin: 15px 0;
}
.scrollableArea {
    overflow-x: auto!important;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.siteAnchors:after {
    content: " ";
    width: 60px;
    height: 100%;
    background: rgb(150,127,93);
    background: -moz-linear-gradient(90deg, rgba(150,127,93,0) 0%, rgba(150,127,93,0.804359243697479) 45%, rgba(150,127,93,1) 80%, rgba(150,127,93,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(150,127,93,0) 0%, rgba(150,127,93,0.804359243697479) 45%, rgba(150,127,93,1) 80%, rgba(150,127,93,1) 100%);
    background: linear-gradient(90deg, rgba(150,127,93,0) 0%, rgba(150,127,93,0.804359243697479) 45%, rgba(150,127,93,1) 80%, rgba(150,127,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#967F5D",endColorstr="#967F5D",GradientType=1);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/*_____  ------  _____ ------  _____ HEADER _____  ------  _____ ------  _____*/

/*Desktop Top Bar Styles*/
.topBar {
    position: fixed;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 31;
    width: auto;
    display: flex;
}
.topBar a.button {
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.topBar a.button:first-child {
    border-radius: 55px 0 0 55px;
}

/*Main Logo Styles*/
header .MainLogo {
    display: block;
    background: #fff;
    width: 100%;
    top: 0;
    margin: 0;
    position: relative;
    height: auto;
    left: initial;
    padding: 55px 0;
}
.noCTAs header .MainLogo { 
    margin-top: 0;
}
header .MainLogo img, .footer address img.footerLogo {
    max-width: 60%;
    margin: auto;
    display: block;
    width: 240px;
}
header .MainLogo img {
    width: 220px;
}
.showHeaderSlider header .MainLogo, .showHeaderVideo header .MainLogo {
    padding: 0;
    background: transparent;
    position: absolute;
    top: inherit;
    bottom: 10vh;
    margin-top: 0;
    left: 50%;
    z-index: 10;
    display: block;
    width: 230px;
    height: 144px;
    transform: translate(-50%);
}

.showHeaderSlider header .MainLogo img, .showHeaderVideo header .MainLogo img {
    max-width: initial;
    position: absolute;
    object-fit: contain;
}

.noQuicklinks.showHeaderSlider header .MainLogo, .showHeaderVideo header .MainLogo {
    bottom: 5vh;
}

.showHeaderSlider header .headerSlider:before, .showHeaderVideo header .headerVideo:before {
    content: "";
    width: 100%;
    height: 40vh;
    z-index: 1;
    position: absolute;
    bottom: 0;
    background: -o-linear-gradient(bottom,#7F663E 0,transparent 100%);
    background: -webkit-gradient(linear,left bottom, left top,color-stop(0, #7F663E),to(transparent));
    background: linear-gradient(to top,#7F663E 0,transparent 100%);
    left: 0;
    pointer-events: none;
}

/*Language Selector Styles*/
.sc-language-selector {
    position: fixed;
    top: 65px;
    right: 25px;
    z-index: 1;
    color: #3A3025;
    font-size: 0.7em;
    display: block;
    z-index: 12;
}
.scrolled .sc-language-selector {
    display: none;
}

.sc-language-selector a {
    text-decoration: none;
    text-transform: uppercase;
    color: #3A3025;
}
.showHeaderSlider .sc-language-selector a, .showHeaderSlider .sc-language-selector {
    color: #967F5D;
    font-weight: 600;
    font-size: 19px;
}
.sc-language-selector ul {
    margin: 0;
    padding: 0;
}
.sc-language-selector ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8px;
}
.sc-language-selector ul li a:after {
    content: "|";
    padding-left: 8px;
}
.sc-language-selector ul li:last-child a:after {
    display: none;
}
.sc-language-selector ul li:last-child {
    margin-right: 0;
}


/*Header Slider Styles*/
.headerSlider, .headerVideo {
    display: none;
    position: relative;
}

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

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

.showHeaderSlider .headerSlider, .showHeaderVideo .headerVideo {
    height: 60vh;
    overflow: hidden;
}

.showHeaderSlider .headerSlider div[class^=slick], .showHeaderSlider .headerSlider .slick-slide > div, .showHeaderSlider .headerSlider picture {
    height: 100% !important;
}
/*Tree pictures*/
.editorImage {
    display: inline;
}
.editorImage img.lazyloaded {
    margin: 16px;
    width: auto;
}
.three-pictures img {
    margin: auto;
    max-width: 333px;
    display: block !important;
    padding-top: 47px;
}

/*Fullscreen HeaderSlider END*/

/*_____  ------  _____ ------  _____ FOOTER _____  ------  _____ ------  _____*/

.footer {
    text-align: center;
    clear: both;
}
.home .footer {
    padding-bottom: 80px;
}
.footer address {
    font-style: normal;
}

.footer address a:hover {
    opacity: 0.8;
}
.footer address .button a:hover, .footer address button a:hover {
    opacity: 1;
}
.footer address img.logoFooter {
    width: 360px!important;
    max-width: 65%!important;
    height: auto!important;
}
.footer address a.facebook, .footer address a.instagram, .footer address a.whatsapp, .footer address a.weather, .footer address a.webcam {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-decoration: none;
    margin: 0 7px;
    background-image: url(../graphics/vector_sprites.svg);
    background-repeat: no-repeat;
    background-position: -495px -293px;
    background-size: 1500px 1500px;
}
.footer address a.instagram {
    background-position: -580px -293px;
}
.footer address a.whatsapp {
    background-position: -820px -293px;
}
.footer address a.webcam {
    background-position: -660px -293px;
}
.footer address a.weather {
    background-position: -740px -293px;
}

.logo-simedia {
    vertical-align: middle;
    margin-bottom: 5px;
    opacity: 0.6;
}


/*Partner Styles*/
.partner a, .partner span {
    background-image: url(../graphics/partners.png);
    display: inline-block;
    background-repeat: no-repeat;
    text-decoration: none;
    margin: 0 2%;
    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 a, .partner span {        
    margin: 3%;
    height: 40px;
    background-size: 250px 500px;        
}    
.partner .seiser-alm {
    background-position: 0 -52px;
    width: 86px;
}
.partner .suedtirol {
    background-position: 0 -102px;
    width: 51px;
}
.partner .booking-suedtirol {
    background-position: 0 -153px;
    width: 51px;
}
.partner .suedtirol-ferien {
    background-position: -8px -3px;
    height: 47px;
    width: 59px;
}
.partner .superski {
    background-position: -7px -197px;
    width: 72px;
}


/*Photo Tab Styles*/
.tabs .large-slideshow {
    margin-left: -5px;
    margin-right: -5px;
}
.tabs .large-slideshow .no-slideshow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tabs .large-slideshow .no-slideshow img {
    margin: 5px;
    height: auto;
    width: calc(50% - 10px);
}


.columnLayout {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: center;
}
.bestpriceBtn {
    background-image: url(../graphics/vector_sprites.svg);
    background-repeat: no-repeat;
    background-position: 0 -1320px;
    background-size: 1500px 1500px;
    width: 110px;
    height: 110px;
    min-width: 110px;
    margin-right: 15px;
}
.bestpriceBtn.it {
    background-position: -500px -1320px;
}
.bestpriceBtn.en {
    background-position: -1000px -1320px;
}
.sc-masterContainer .columnLayout ul {
    margin-bottom: 0;
}

/*Review Box Styles*/
.reviewBoxesWrapper article.reviewBox em {
    color: #fff;
    font-size: 17px;
}
.reviews img {
    margin: 0 10px;
    display: none;
}


/*Anchor Menu*/
.anchorMenuWrapper {
    padding: 20px 15px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    max-width: unset;
    left: 0;
    box-sizing: border-box;
    top: 53px;
    position: fixed;
    z-index: 5;
}
.anchorMenuWrapper.fixed {
    z-index: 100;
}
.anchorMenuWrapper a {
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	opacity: .75;
	margin-right: 30px;
    color: #fff;
}
.anchorMenuWrapper a.sianchorActive {
	opacity: 1;
}
.anchorMenuWrapper a:last-child {
	margin-right: 0;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>>  @Media Styles Start <<<--- */
@media (max-width: 420px) { 
.footer-icons {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.footer address a.facebook, .footer address a.instagram, .footer address a.whatsapp, .footer address a.weather, .footer address a.webcam{
    margin-bottom: 11px;
}
}

@media (min-width: 600px) {    

button, .button {
    padding: 11px 20px;
}
.offerBoxesWrapper .SliderBox article .txtWrapper .headline {
    font-size: 26px;
}
.buttonsWrapper .button {
    margin-right: 15px;
}
.highlightBoxesWrapper .highlightBox .headline {
    font-size: 17px;
    padding-top: 70px;
}
.single-angebote .imageBox, .single-zimmer .sc-slideshow, .single-zimmer .sc-slideshow .slick-slide > div {
    height: 65vh;
}
}

@media (min-width: 994px) {
.padding-top-xxl { padding-top: 120px; }
.padding-top-xl { padding-top: 120px; }
.padding-top-l, .sc-masterContainer { padding-top: 80px; }
.padding-top-m { padding-top: 60px; }
.padding-top-s { padding-top: 45px; }
.padding-top-xs { padding-top: 20px; }
.padding-top-xxs { padding-top: 15px; }

.padding-bottom-xxl { padding-bottom: 120px; }
.padding-bottom-xl { padding-bottom: 120px; }
.padding-bottom-l, .sc-masterContainer, .error404 .contentWrapper { padding-bottom: 80px; }
.padding-bottom-m, .single-angebote .postPriceWrapper { padding-bottom: 60px; }
.padding-bottom-s, .single-angebote .postPeriodWrapper { padding-bottom: 45px; }
.padding-bottom-xs { padding-bottom: 20px; }
.padding-bottom-xxs { padding-bottom: 15px; }

.margin-top-xxl { margin-top: 120px; }
.margin-top-xl { margin-top: 120px; }
.margin-top-l { margin-top: 80px; }
.margin-top-m { margin-top: 60px; }
.margin-top-s { margin-top: 45px; }
.margin-top-xs, .SliderBox article .sc-readmore .txtLink, .error404 .sc-masterContainer a.button { margin-top: 20px; }
.margin-top-xxs, .offerBoxesWrapper .SliderBox article .sc-readmore, .buttonsWrapper a { margin-top: 15px; }

.margin-bottom-xxl { margin-bottom: 120px; }
.margin-bottom-xl { margin-bottom: 120px; }
.margin-bottom-l, .single-angebote .imageBox, .single-angebote .offertextBox { margin-bottom: 80px; }
.margin-bottom-m { margin-bottom: 60px; }
.margin-bottom-s { margin-bottom: 45px; }
.margin-bottom-xs { margin-bottom: 20px; }
.margin-bottom-xxs, .offerBoxesWrapper .SliderBox article .txtWrapper .headline, .roomBoxesPreviewWrapper .SliderBox article .txtWrapper .headline, .roomBoxesPreviewWrapper .SliderBox .sc-readmore, .single-angebote .postPeriodWrapper .headline, .single-angebote .postPriceWrapper .headline, .single-angebote .postPriceWrapper .headline { margin-bottom: 15px; }

h1, .t1{
    margin-bottom: 50px;
}

h1, .t1, html, body, button, .button, .highlightBoxesWrapper .highlightBox .headline, a.txtLink, .siteAnchors .siteAnchorsInner a {
    font-size: 20px;
    line-height: 34px;
}
h2, .t2, .single-angebote .postIntroText .headline {
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 50px;
    text-align: center;
}    
.single-angebote .postIntroText .headline {
    text-align: left;
}
h3, .t3, .SliderBox .txtWrapper h3, .highlightBoxesWrapper .highlightBox .headline, .offerBoxesWrapper .offerBoxesWrapper .SliderBox article .txtWrapper .headline, .single-angebote .postPeriodWrapper .headline, .single-angebote .postPriceWrapper .headline {
    font-size: 26px;
}
h4, .t4, .roomBoxesPreviewWrapper .SliderBox article .txtWrapper .headline {
    font-size: 26px;
}
.opening-hours{
    font-size: 40px;
}
.sc-masterContainer ul li,[data-accordion].accordion [data-content]{
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 28px;
}
.sc-masterContainer ul li:before {
    top: 5px;
}
button, .button {
    padding: 7px 20px;
}
.widthWrapperDesktop, .blockAccordion .accVertical {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
}

.boxLayout .box {
    width: 47.5%;
}

.gmap iframe {
    aspect-ratio: 5/2
}
.showHeaderSlider header .MainLogo{
    width: 420px;
}
img.alignnone.size-medium.wp-image-402 {
    
    height: auto;
    bottom: -20px;
}

/*SliderBox (Rooms & Offers) Styles*/
.boxesSliderWrapper .slick-slide {
    margin-right: 20px;
    margin-left: 20px;
}
.boxesSliderWrapper .slick-list {
    margin-right: -20px;
    margin-left: -20px;
}
.boxesSliderWrapper .slick-slide article, .reviewBoxesWrapper .slick-slide article {
    margin: 0;
    margin-bottom: 25px;
}
.boxesSliderWrapper .slick-slide {
    opacity: 1;
}
.boxesSliderWrapper .slick-arrow {
    left: 4.5%;
}
.boxesSliderWrapper .slick-next.slick-arrow {
    left: initial;
    right: 4.5%;
}
.roomWrapper p {
    max-width: 1200px;
    margin: auto;
}

/*Photo Tab Styles*/
.tabs .large-slideshow .no-slideshow {
    margin-left: -20px;
    margin-right: -20px;
}
.tabs .large-slideshow .no-slideshow img {
    margin: 20px;
    height: auto;
    width: calc(33.33% - 40px);
}

.tabs > [data-control] button:before {
    margin-bottom: -5px;
}

.highlightBoxesWrapper a, .highlightBoxesWrapper > article {
    width: calc(33.333% - 26.666px);
    margin-bottom: 3.5%;
}

/*Optional: Highlights Animation*/
.highlightBoxesWrapper > .highlightBox:nth-child(4):after, .highlightBoxesWrapper > .highlightBox:nth-child(8):after {
    animation: fadeinanimation 10s infinite;
    -webkit-animation: fadeinanimation 10s infinite;
    opacity: 0.8;
}
.highlightBoxesWrapper > .highlightBox:nth-child(1):after, .highlightBoxesWrapper > .highlightBox:nth-child(3):after, .highlightBoxesWrapper > .highlightBox:nth-child(5):after, .highlightBoxesWrapper > .highlightBox:nth-child(7):after, .highlightBoxesWrapper > .highlightBox:nth-child(9):after {
    animation: fadeinanimationGroup2 10s infinite;
    -webkit-animation: fadeinanimationGroup2 10s infinite;
     opacity: 1;
}
.bestpriceBtn {
    background-position: -200px -1320px;
    width: 160px;
    height: 160px;
}
.bestpriceBtn.it {
    background-position: -700px -1320px;;
}
.bestpriceBtn.en {
    background-position: -1200px -1320px;
}
.columnLayout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.columnLayout div {
    margin: 0 2.5%;
}

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

.headerSlider .slick-arrow, .popup .slick-arrow {
    right: 3%;
    bottom: 5vh;
}
.popup .slick-arrow {
    background-position: -300px -125px;
}
.headerSlider .slick-next.slick-arrow, .popup .slick-next.slick-arrow {
    right: 3%;
}

/*Big Arrow*/
.headerSlider .slick-arrow {
    height: 40px;
    width: 30px;
    background-position: -297px -238px;
    margin-right: 40px;
}
.headerSlider .slick-next.slick-arrow {
    margin-right: 0;
}

.SliderBox .txtWrapper {
    min-height: 335px;
}

/*Accordion Vertical*/
.accVertical [data-accordion].accordion [data-content] {
    text-align: left;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    opacity: 0;
    transition-delay: 3s;
    -webkit-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    padding-left: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}
.accVertical [data-accordion].accordion.open [data-content] {
    opacity: 1; 
}
.accVertical [data-accordion].accordion.open [data-content], .accVertical [data-accordion].accordion [data-content] {
    margin-top: 0;
    padding-top: 0;
    max-height: 100%!important;
}
.accVertical [data-accordion] [data-control] {
    background: #A1A082;
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-bottom: 0;

}
.accVertical[data-accordion-group] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 55vh;
}
.accVertical .accordion {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    -webkit-transition: -webkit-box-flex .9s ease;
    transition: -webkit-box-flex .9s ease;
    -o-transition: flex .9s ease;
    transition: flex .9s ease;
    transition: flex .9s ease, -webkit-box-flex .9s ease, -ms-flex .9s ease;
    position: relative;
    border-right: 2px solid #fff;
}
.accVertical .accordion:last-child {
    border-right: 0;
}
.accVertical .accordion.open {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
}
.accVertical .accordion[data-accordion] [data-content] {
    overflow: inherit;
    max-height: inherit;
}
.accVertical [data-accordion].open [data-control] {
    background: transparent;
    width: 15%;
    z-index: 2;
}
.accVertical [data-accordion] [data-control] span {
    color: #fff;
    position: absolute;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    display: flex;
    transform-origin: 0 0;
    width: 100%;
    height: 75%;
    align-items: center;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    top: 90%;
    left: 100%;
}
.accVertical [data-accordion]>[data-control]:after {
    left: 50%;
    margin-left: -12.5px;
    top: 10%;
}
.siteAnchors .siteAnchorsInner a:hover:after {
    left: 0;
    right: 0;
    z-index: 2;
}

header .eyecatcherBtn {
    bottom: 8%;
    left: 5%;
    height: 140px;
    width: 140px;
}

header .eyecatcherBtn b {
    font-size: 1rem;
}
/* Partners*/
.partner a, .partner span {        
    margin: 0 2%;
    height: 80px;
    background-size: 500px 1000px;        
}    
.partner .seiser-alm {
    background-position: 0 -103px;
    width: 172px;
}
.partner .suedtirol {
    background-position: 0 -203px;
    width: 102px;
}
.partner .booking-suedtirol {
    background-position: 0 -307px;
    width: 102px;
}
.partner .suedtirol-ferien {
    background-position: -15px -6px;
    height: 93px;
    width: 118px;
}
.partner .superski {
    background-position: 0 -385px;
    width: 171px;
}
}

@media (min-width: 1200px) {
.showHeaderSlider header .headerSlider:after, .showHeaderVideo header .headerVideo:after {
    content: "";
    width: 100%;
    height: 20vh;
    z-index: 1;
    position: absolute;
    top: 0;
    background: -o-linear-gradient(top,#fff 0,transparent 100%);
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #fff),to(transparent));
    background: linear-gradient(to bottom,#fff 0,transparent 100%);
    left: 0;
    pointer-events: none;
}
.showHeaderSlider header .MainLogo, .showHeaderVideo header .MainLogo {
    width: 340px;
    height: 192px;
}
.topBar a.button {
    height: 70px;
    padding-left: 28px;
    padding-right: 28px;
}

.siteAnchors .siteAnchorsInner a:after, .siteAnchors .siteAnchorsInner a.sianchorActive:after {
    background: #967F5D;
}
.siteAnchors ul li {
    margin-right: 12px;
}
.siteAnchors:after {
    display: none;
}
.sc-language-selector {
    top: 100px;
}

/*Anchor Menu*/
.anchorMenuWrapper {
	top: 70px;
}

/*Quicklinks Styles*/
.quicklinksBar {
    right: initial;
    left: 20px;
    width: auto;
    height: auto;
    bottom: initial;
    top: 12vh;
    display: flex;
    flex-direction: column;    
}
.quicklinksBar a {
    margin: 0;
    margin-bottom: 20px;
    display: block;
}

.boxesSliderWrapper {
    max-width: 1270px;
    width: 90%;
    overflow: initial;
}
.boxesSliderWrapper .slick-arrow, .reviewBoxesWrapper .slick-arrow {
    bottom: 50%;
    margin-top: -18px;
}
.boxesSliderWrapper .slick-arrow {
    left: -4.5%;
}
.boxesSliderWrapper .slick-next.slick-arrow {
    left: initial;
    right: -4.5%;
}
.reviewBoxesWrapper .slick-arrow {
    margin-bottom: 60px;
}

.accVertical[data-accordion-group] {
    height: 68vh;
}
.home .footer {
    padding-bottom: 0;
}
}

@media (min-width: 1280px) {
.siteAnchors .siteAnchorsInner a {
        color: #967F5D;
        padding: 18px 0;
    }
.scrolled .siteAnchors {
        background: #fff !important;
        -webkit-box-shadow: 0 -4px 10px 0 #464646;
        box-shadow: 0 -4px 10px 0 #464646;
    }
.siteAnchors, .scrolled .siteAnchors {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        bottom: inherit;
        top: 0;
    }
}
@media (min-width: 1400px) {
.siteAnchors ul li {
    margin-right: 2%;
}
.scrolled .siteAnchors ul {
    padding-left: 2%;
}
.scrolled .siteAnchors ul li.logo_menu {
    display: inline-block;
    width: 130px;
    height: 52px;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 3px;
}
.siteAnchors .siteAnchorsInner .logo_menu {
    background-image: url(../graphics/vector_logo-sticky.svg);
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 130px 102px;
}
.siteAnchors .siteAnchorsInner .logo_menu a {
    font-size: 0;
}
}

@media (min-width: 1280px) and (max-width: 1600px) { 
    .siteAnchors .siteAnchorsInner a {
        font-size: 18px;
    }
    .siteAnchors ul li {
        margin-right: 1%;
    }
}