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

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/cairo_400.woff2) format('woff2');
  }

  @font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/cairo_700.woff2) format('woff2');
  }

  @font-face {
    font-family: 'Hybrea';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/hybrea.woff2) format('woff2');
  }

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

html, body {
    font-family: "Cairo","Arial",sans-serif;
    color: #6D5753;
    font-weight: 400;
    background-color: #fff;
    font-size: 19px;
    line-height: 1.45;
}
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 {
    font-weight: 600;
}
a {
    color: #6D5753;
    font-weight: 700;
}
a.red {
    color: #7A211C;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Hybrea';
}

a:hover {
    color: #8C943D;
}
a.noline {
    text-decoration: none;
}
a.underline {
    text-decoration: underline;
}
.bigger {
    font-size: 130%;
}
small, .footer .editorial, .additionalPriceInformation {
    font-size: 0.8em;
    line-height: 1.2rem;
    display: inline-block;
}
.footer .editorial a {
    font-weight: 400;
}
.left {
    text-align: left;
}
p {
    margin-bottom: 15px;
}
header p {
    margin: 0;
}
.center, .h1Center .sc-header, .error404 .sc-header, .error404 .contentWrapper {
    text-align: center;
}
h1, .t1 {
    font-size: 1rem;
    font-family: "Cairo","Arial",sans-serif;
    font-weight: 700;
    color: #6D5753;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    letter-spacing: .5px;
    clear: both;
}
h2, .t2, h3, .t3, h4, .t4, .noH2 h1, .txtLink, .error404 .sc-header h1 {
    font-size: 36px;
    line-height: 1.3;
    font-family: "Hybrea","Arial",sans-serif;
    font-weight: 400;
    color: #7B6A66;
    margin: 0;
    margin-bottom: 20px;
}
.noH2 h1, .error404 .sc-header h1 {
    margin-top: 0;
    text-transform: none;
}
h3, .t3 {
    font-size: 31px;
}
h4, .t4, .sc-quickInquiry>div label, [data-accordion] [data-control] {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
a.txtLink, a.sc-readmore {
    color: #7A211C;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: .9rem;
    text-decoration: solid underline #7A211C 2px;
    text-underline-offset: 6px;
}
a.txtLink {
   margin: 0 20px 20px;
   padding-top: 27px;
   z-index: 2;
   transition: ease transform 0.2s;
}
a.txtLink:hover {
    opacity: 0.8;
}
.txtLink:hover:before {
    transform: scale(1.1);
}
.txtLink:before {
    content: '';
    background-image: url(../graphics/vector_sprites.svg);
    text-decoration: none;
    width: 48px;
    height: 60px;
    background-size: 2000px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -12px;
    left: -25px;
    display: inline-block;
    background-position: -100px -500px;
    z-index: -1;
}
.blockTextSlideshow.bkg .boxLayout .txtLink:before, .bg1 .txtLink:before {
    background-position: 0px -500px;
}

hr {
    background-image: url(../graphics/vector_squirrel.svg);
    width: 65px;
    height: auto;
    background-repeat: no-repeat;
    border: 0;
    text-align: left;
    display: inline-block;
    clear: both;
    margin: 25px auto;
    aspect-ratio: 380/460;
    background-size: 100%;
}
.bg2 hr {
    background-position: -259px -99px;
}

header {
    position: relative;
}

.sc-masterContainer {
    padding-top: 50px;
}
.sc-masterContainer ul {
    padding: 0 22px;
    margin: 0;
    margin-bottom: 15px;
}
.widthWrapper ul {
    margin: 0 5% 15px;
}
.sc-masterContainer ul li {
    margin-bottom: 15px;
}
.sc-masterContainer ul li:last-child, .sc-masterContainer ul li ul li {
    margin-bottom: 0;
}

.sc-masterContainer .column {
    -webkit-columns: 2 350px;
    -moz-columns: 2 350px;
    columns: 2 350px;
    text-align: left;
    -webkit-column-gap: 150px;
    -moz-column-gap: 150px;
    column-gap: 150px;
    margin: 0;
}
.sc-masterContainer ul.column li {
    margin-bottom: 25px;
    line-height: 1.45;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}

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

/*BG Colors Styles*/
.bg1 {
    background-color: #EDE8E3;
}
.bg2 {
    background-color: #7B6A66;
}
.bg3 {
    background-color: #CBB9A7;
}
.bg2 h1, .bg2 .t1, .bg2 h2, .bg2 .t2, .bg2 h3, .bg2 .t3, .bg2 h4, .bg2 .t4{
    color: #EDE8E3;
}
.bg2, .bg2 a, .bg2 a.txtLink, .bg2 a.txtLink:hover {
    color: #fff;
}
.bg3, .bg3 a, .bg3 a.txtLink, .bg3 h1, .bg3 .t1, .bg3 h2, .bg3 .t2, .bg3 h3, .bg3 .t3, .bg3 h4, .bg3 .t4 {
    color: #fff;
}
.bg3 a.txtLink, .bg2 a.txtLink, .bg2 a.txtLink:hover {
    border-color: #fff;
}

/*EyecatcherBtn Styles*/
.eyecatcherBtn {
    background: #7b6a66;
    height: 110px;
    width: 110px;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    align-items: center;
    line-height: 1;
    font-size: 0.9rem;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}
header .eyecatcherBtn {
    top: initial;
    bottom: 30%;
    right: 25px;
    font-size: 0;
    transform: none;
    background-color: transparent;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -770px -1050px;
    text-decoration: none;
    width: 103px;
    height: 55px;
    display: block;
    background-size: 2000px;
    border-radius: 0;
}

header .eyecatcherBtn a {
    text-decoration: none;
    color: #fff;
    width: 103px;
    height: 55px;
}
header .eyecatcherBtn a:hover {
    opacity: .5;
}
.eyecatcherBtn b {
    display: contents;
    font-size: 1.2rem;
    font-weight: normal;
}
header .eyecatcherBtn b {
    font-size: .9rem;
}
.eyecatcherBtn > * {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a.eyecatcherBtn {
    text-decoration: none;
}
a.eyecatcherBtn:hover {
    background: #6D5753;
    color: #fff;
}

/*Wrapper Width Styles*/
.widthWrapper .box.textBox, .contentWrapper, .sc-header, .error404 .sc-header, .usp .widthWrapper, .seoBoxes, .footer .widthWrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}
.fullWidth.bg2 .widthWrapper, .maxWidth .widthWrapper, .textContent .widthWrapper {
    width: 90%;
}
.contentWrapper, .sc-header, .seoBoxes, .error404 .sc-header {
    max-width: 740px;
}

/*BoxLayout Styles*/
.boxLayout {
    display: flex;
    flex-direction: column;
}

.boxLayout .box.slideshowBox {
    order: 2;
    position: relative;
}
.boxLayout .box.textBox {
    margin-top: 0;
    padding-bottom: 35px;

}
.blockTextSlideshow.bkg .boxLayout  {
    background-color: #EDE8E3;
    padding-top:75px;
}
.boxLayout .box.slideshowBox .iconLink {
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.boxLayout .box.slideshowBox .iconLink a {
    color: #fff;
    font-size: 17px;
    font-family: 'Hybrea';
    font-weight: 400;
    text-decoration: solid underline #fff 2px;
    text-underline-offset: 6px;
}
.boxLayout .box.slideshowBox .iconLink a::before {
    content: '';
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -220px -150px;
    width: 40px;
    height: 35px;
    left: 0;
    bottom: 0;
    display: inline-block;
    background-size: 2000px;
    position: relative;
    top: 10px;
}


/*ListOverviewSite Styles */
.boxLayout.listContainer {
    flex-wrap: wrap;
    align-items: initial;
}
.boxLayout.listContainer article {
    position: relative;
    margin-bottom: 8%;
    cursor: pointer;
}

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

/* HighlightsWrapper*/

.usp .highlightsWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.usp .highlightsWrapper .box {
    width: 49%;
    font-size: 15px;
    line-height: 1.35;
    position: relative;
    padding-top: 70px;
    margin-bottom: 35px;
    opacity: .9;
}
.usp .highlightsWrapper .box:hover {
    opacity: 1;
    cursor: pointer;
}
.usp .highlightsWrapper .headline {
    font-family: 'Hybrea';
    font-size: 17px;
    margin-bottom: 7px;;
}
.usp .highlightsWrapper .box:hover .headline {
    color: #8C943D;
}
.usp .box:before, .seoBoxes .box:before {
    content: '';
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -0px -1280px;
    text-decoration: none;
    width: 120px;
    height: 65px;
    display: block;
    background-size: 2000px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}
.seoBoxes .box:before {
    position: relative;
    height: 80px;
    width: 120px;
    max-width: 100%;
    transition: ease transform 0.2s;
}
.seoBoxes .box:hover::before {
    transform: scale(1.1);
}
 .box.indoorpool:before {
    background-position: -515px -1419px;
}
 .box.wellness:before {
    background-position: -300px -1280px;
}
 .box.playground:before {
    background-position: -150px -1280px;
}
 .box.pettingZoo:before {
    background-position: -1050px -1280px;
}
.box.culinary:before {
    background-position: -450px -1280px;
}
 .box.baita:before {
    background-position: -600px -1280px;
}
 .box.shop:before {
    background-position: -750px -1280px;
}
.box.bike:before {
    background-position: -898px -1280px;
}
 .box.winter:before {
    background-position: -1345px -1280px;
}
 .box.cross:before {
    background-position: -1220px -1280px;
}
.box.camping:before {
    background-position: -1468px -1280px;
}
.seoBoxes .box.adventures:before {
    background-position: -1618px -1283px;
}
.seoBoxes .box.threepeaks:before {
    background-position: -1757px -1278px;
}
.seoBoxes .box.lodge:before {
    background-position: 0px -1420px;
}
.seoBoxes .box.impressions:before {
    background-position: -180px -1420px;
}
.seoBoxes .box.inclusive:before {
    background-position: -368px -1420px;
}

.usp .highlightsWrapper .sc-readmore {
    font-size: 0;
    position: relative;
}
.usp .highlightsWrapper .sc-readmore:before {
    content: '';
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -690px -750px;
    position: absolute;
   width: 40px;
    height: 20px;
    display: inline-block;
    background-size: 2000px;
    top: -15px;
}
.idealWrapper {
    overflow: hidden;
}
.idealWrapper .boxSlideshow {
    margin-bottom:20px;
}
.idealWrapper .textBlock {
    background: #8C943D;
    padding: 50px 20px 100px;
    color:#fff;
}
.idealWrapper .textBlock h2 {
    color:#fff;
}

.idealWrapper .highlightsWrapper {
    position: relative;
    margin-top: -80px;
    margin-left: -40px;
    width: 100vw;
    padding-top: 50px;
  
}
.idealWrapper .highlightsWrapper .slick-slide {
    padding: 0 20px;
    opacity: .5;
}
.idealWrapper .highlightsWrapper .slick-slide.slick-active {
    opacity: 1;
}
.idealWrapper .headline {
    font-size: 20px;
    font-family: "Hybrea","Arial",sans-serif;
}

.idealWrapper .highlightsWrapper ul.slick-dots {
    bottom: unset;
    top:0;
}
.idealWrapper .highlightsWrapper .slick-arrow {
    top: 0;
    left: 60px;
}
.idealWrapper .highlightsWrapper .slick-next.slick-arrow {
    left: unset;
    right: 60px;
}
/* Rotating listBoxWrapper */
/*
.listBoxWrapper {
    padding-left: 5%;
    padding-right: 5%;
}
.listBoxWrapper article {
    background: #6D5753;
    padding-bottom: 8%;
}
.listBoxWrapper article .txtWrapper {
    padding: 8% 8% 0 8%;
}
.listBoxWrapper article .imageWrapper {
    background: #fff;
    height: 40vh;
    height: calc(calc(var(--vh, 1vh) * 40) - 0px);
}
.listBoxWrapper article .imageWrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
}
.listBoxWrapper article .txtWrapper * {
    color: #f7f5f2;
    text-align: center;
}

.rotatingListbox button.slick-arrow {
    top: calc(20vh - 15px);
    top: calc(calc(var(--vh, 1vh) * 20) - 15px);
    left: 0;
    background: #6D5753;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 30px;
    width: 30px;
    border: none;
}
.rotatingListbox button.slick-next {
    left: inherit;
    right: 0;
}
.rotatingListbox button.slick-arrow:after {
    content: " ";
    position: absolute;
    border-left: 1px solid #F7F5F2;
    border-bottom: 1px solid #F7F5F2;
    z-index: 1;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 10px;
    left: 12px;
}
.rotatingListbox button.slick-next.slick-arrow:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 8px;
}
*/
/*Padding & Margin Styles*/
.padding-top-xxl { padding-top: 75px; }
.padding-top-xl { padding-top: 75px; }
.padding-top-l, .seoBoxesWrapper { padding-top: 75px; }
.padding-top-m { padding-top: 50px; }
.padding-top-s { padding-top: 50px; }
.padding-top-xs { padding-top: 35px; }
.padding-top-xxs { padding-top: 20px; }

.padding-bottom-xxl { padding-bottom: 75px; }
.padding-bottom-xl, .seoBoxesWrapper { padding-bottom: 75px; }
.padding-bottom-l, .error404 .contentWrapper { padding-bottom: 75px; }
.padding-bottom-m { padding-bottom: 50px; }
.padding-bottom-s { padding-bottom: 45px; }
.padding-bottom-xs { padding-bottom: 35px; }
.padding-bottom-xxs { padding-bottom: 20px; }

.margin-top-xxl { margin-top: 75px; }
.margin-top-xl { margin-top: 75px; }
.margin-top-l { margin-top: 75px; }
.margin-top-m, .highlightsWrapper { margin-top: 50px; }
.margin-top-s { margin-top: 50px; }
.margin-top-xs,  .error404 .sc-masterContainer a.button { margin-top: 35px; }
.margin-top-xxs { margin-top: 20px; }

.margin-bottom-xxl { margin-bottom: 75px; }
.margin-bottom-xl { margin-bottom: 75px; }
.margin-bottom-l { margin-bottom: 75px; }
.margin-bottom-m { margin-bottom: 50px; }
.margin-bottom-s { margin-bottom: 50px; }
.margin-bottom-xs { margin-bottom: 35px; }
.margin-bottom-xxs { margin-bottom: 20px; }

/*Button & TXT-Link Styles*/
button, .button {
    background: #8C943D;
    color: #fff;
    font-size: 1rem;
    padding: 15px 25px;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    font-family: "Hybrea","Arial",sans-serif;
    font-weight: 400;
}

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

.button:hover, .sc-readmore a:hover, .resMenu a.button:nth-child(odd):hover, .SiMenu .copyToMobileMenu .button:nth-child(odd):hover {
    background: #6D5753;
    color: #fff;
}
/*
.button.secondary, .resMenu a.button:nth-child(odd), .SiMenu .copyToMobileMenu .button:nth-child(odd), .bg3 .button:hover, .bg2 .button:hover {
    background:#7b6a66;
}
a.txtLink, .offerInner .returnLinkWrapper .returnLink {
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #6D5753;
    color: #6D5753;
}
a.txtLink:hover, .offerInner .returnLinkWrapper .returnLink:hover {
    color: #8C943D;
    border-color: #8C943D;
}
*/
/*Slick Styles*/
.slick-arrow {
    width: 50px;
    height: 20px;
    border: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 2%;
    z-index: 9;
    cursor: pointer;
    padding: 0;
     -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -449px -748px;
    display: inline-block;
    background-size: 2000px;

}
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: 2%;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
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: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #EDE8E3;
    font-size: 0;
    margin: 0 4px;
    /* -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,0.8); */
    /* box-shadow: 0 1px 1px 0 rgba(50,50,50,0.8); */
    cursor: pointer;
    padding: 0;
}
.slick-dots li.slick-active button {
    background: #EDE8E3;
}

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

/*Accordion Styles*/
[data-accordion] [data-control] {
	position: relative;
	padding: 6px;
	padding-left: 0;
	margin-bottom: 10px;
	padding-right: 30px;
	border-bottom: 1px solid #6D5753;
}
[data-accordion].accordion.open [data-content] {
    padding-bottom: 20px;
}
[data-accordion]>[data-control]:after {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
    margin-top: -8px;
	right: 3px;
	z-index: 10;
	cursor: pointer;
	border-bottom: 2px solid #6D5753;
	border-left: 2px solid #6D5753;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
[data-accordion].open>[data-control]:after {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

/*Tabs Styles*/
 .tabs > [data-control] button {
    border: 0;
    color: #fff;
    padding: 8px 10px;
    position: relative;
    background: #7B6A66;
    margin-right: 10px;
    margin-bottom: 10px;
}
 .tabs > [data-control] button:last-child {
    margin-right: 0;
}
 .tabs > [data-control] button.active,  .tabs > [data-control] button:hover{
    background: #8C943D;
}
.tabs [data-content] {
    margin-top: 15px;
}

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

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

/*Mobile Top Bar Styles*/
.resMenu {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 30;
    top: 0;
    left: 0;
    background-color: #EDE8E3;
}
.home .resMenu {
    top:-80px;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;
}
.home.scrolled .resMenu {
    top:0px;
}

.resMenu button.SiMenuToggle {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-family: 'Hybrea', sans-serif;
    font-weight: 400;
    color: #7B6A66;
    padding: 0 15px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;

}
.resMenu button.SiMenuToggle .menu-icon {
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -150px -7px;
    text-decoration: none;
    width: 35px;
    height: 22px;
    display: block;
    background-size: 2000px;
}
.resMenu button.SiMenuToggle:focus {
    outline: none;
}
/*
.resMenu button.SiMenuToggle .line {
    background: #fff;
    height: 2px;
    width: 100%;
    display: block;
    line-height: 2px;
    margin-bottom: 6px;
}
.resMenu button.SiMenuToggle .line:last-child {
    margin-bottom: 4px;
}
*/
.resMenu a.button {
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.resMenu a.button:first-child, .resMenu a.button:nth-child(2) {
    display: inline-block;
}
.copyToMobileMenu {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: #8C943D;
    border: 0;
    cursor: pointer;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.home .copyToMobileMenu {
    bottom: -80px;
    -webkit-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    transition: bottom .5s ease;
}
.home.scrolled .copyToMobileMenu {
    bottom: 0px;
}
.copyToMobileMenu .button {
    background: transparent;
    padding: 0;
    margin: 0 7px;
    font-size: .9rem;
    position: relative;
}
.copyToMobileMenu .button {
    text-decoration: solid underline #fff 2px;
    text-underline-offset: 6px;
}
.copyToMobileMenu .button.last {
    margin-right: 15px;
}



.copyToMobileMenu a.phone, .SiMenu .copyToMobileMenu a.phone:before, .button.location:before {
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -90px -150px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: inline-block;

}
.copyToMobileMenu a.phone {
    font-size: 0;
    position: absolute;
    top: 10px;
    left: 15px;
}
a.button.location {
    font-size: 0;
    width: 30px;
    height: 30px;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: 4px -150px;
    position: absolute;
    left: 50px;
}

.button.location:after {
  content:none;
}

/*Desktop Top Bar Styles*/
.topBar {
    display: none;
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 40;
}
/*
.roomBox .box.textBox a.button {
    margin-left: 10px;
}
 .roomBox .box.textBox a.button:first-child {
    margin-left: 0;
}
*/
/*Menu Styles*/
.sc-menu a {
    color: #b4a9a4;
    text-decoration: none;
    display: block;
    padding: 5px 37px;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.1;
    font-family: "Hybrea",sans-serif;
    opacity: 0.75;

}
.sc-menu a b {
    color: #7B6A66;
    text-transform: none;
    display: block;
    font-size: 25px;
    font-weight: 400;
    margin-top: -5px;
    margin-bottom: 5px;
}
.sc-menu a:hover, .sc-menu .submenuActive a, .sc-menu li a[aria-current] {
    text-decoration: none;
    opacity: 1;
}
.sc-menu>li {
    border-bottom: 2px solid #e1dbd6;
}
.sc-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.SiMenu, .SiMenuDesktop {
    display: none;
    text-align: center;
}
.SiMenu::after {
    content: "";
    width: 244px;
    height: 305px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../graphics/vector_squirrel.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 38px 0;
    opacity: .3;
    z-index: -1;
}
.SiMenu.active {
    display: grid;
    background: #EDE8E3;
    position: fixed;
    top: 0;
    bottom: 50px;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
    padding-top: 65px;
    text-align: center;
    margin: auto;
    width: 100%;
}
.SiMenu .resMenuLogo {
    order: -1;
}
.sc-menu li.submenuarrow a {
    position: relative;
}
/*
.menu-hauptmenue-container .current-menu-parent a, .menu-hauptmenue-container .current-menu-parent ul li.current-menu-item a, .menu-hauptmenue-container .current-menu-item > a, .menu-hauptmenue-it-container .current-menu-parent a, .menu-hauptmenue-it-container .current-menu-parent ul li.current-menu-item a, .menu-hauptmenue-it-container .current-menu-item > a, .menu-hauptmenue-en-container .current-menu-parent a, .menu-hauptmenue-en-container .current-menu-parent ul li.current-menu-item a, .menu-hauptmenue-en-container .current-menu-item > a {
    text-decoration: underline;
}
.menu-hauptmenue-container .current-menu-parent ul li a, .menu-hauptmenue-it-container .current-menu-parent ul li a, .menu-hauptmenue-en-container .current-menu-parent ul li a {
    text-decoration: none;
}
*/

.SiMenu ul, .SiMenuDesktop ul {
    list-style: none;
    padding:0;
    margin:0;
    text-align: left;
}
.SiMenu li>ul, .SiMenuDesktop li>ul {
    display:none;
    margin-bottom: 15px;
}
.SiMenu li>ul.active, .SiMenuDesktop li>ul.active {
    display: block;
}
.SiMenuDesktop li>ul.active, .SiMenuDesktop li>ul.active {
    position: absolute;
    z-index: 10;
    background: #fff;
}
.SiMenu .sc-menu li a {
    margin-top: 10px;
    margin-bottom: 10px;
}
.SiMenu .sc-menu li ul li a {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Cairo';
    font-weight: 700;
    text-transform: none;
    color: #7B6A66;
    font-size: 0.85rem;
}
.SiMenu .sc-menu li ul li a:hover, .SiMenu .sc-menu li ul li.current-menu-item a {
    color: #8c943d;
}
.SiMenu button, .SiMenuDesktop button {
    background: transparent;
    border: 0;
    padding: 0;
}
.SiMenu button:focus, .SiMenuDesktop button:focus {
    outline: none;
}
.SiMenu button.close-button {
    position: absolute;
    right: 5%;
    filter: initial;
    cursor: pointer;
    z-index: 50;
    left: 0;
    top: 0;
    height: 60px;
    width: 100px;
    padding: 0 15px;
    font-size: 15px;
    font-family: 'Hybrea', sans-serif;
    font-weight: 400;
    color: #7B6A66;
    text-align: left;
}
.SiMenu button.close-button::before {
    content: " ";
    width: 39px;
    height: 22px;
    display: inline-block;
    position: relative;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -222px -1px;
    background-size: 2000px;
}
/*
.SiMenu button.close-button:hover::before {
    background-color: #8C943D;
}
*/
.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 #8C943D;
    border-left: 2px solid #8C943D;
    -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;
}
.sc-menu a:hover .submenu-button, .hasSubmenu.submenuActive .submenu-button, .sc-menu li a[aria-current] .submenu-button {
    border-color: #3B3B3B;
}

.SiMenu .menuHeader {
    margin-bottom: 35px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.SiMenu .menuFooter, .SiMenu .copyToMobileMenu a.phone {
    margin-top: 15%!important;
}
.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;
}

nav:not(.SiMenuDesktop) .menu-hauptmenue-container, nav:not(.SiMenuDesktop) .menu-hauptmenue-it-container, nav:not(.SiMenuDesktop) .menu-hauptmenue-en-container {
    height: calc(100vh - 320px);
    height: calc(calc(var(--vh, 1vh) * 100) - 320px);
    overflow-y: auto;
}

/*SiMenuDesktop*/
.SiMenuDesktop .sc-menu li {
    display: inline-block;
}
.SiMenuDesktop li.submenuarrow a {
    padding-right: 17px;
}

/*Menu Arrows*/
.SiMenuDesktop li.submenuarrow>a::before, .SiMenu li.submenuarrow>a::before {
    content: " ";
    width: 20px;
    height: 20px;
    left: 0;
    top: 14px;
    margin-top: -10px;
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    background-size: 2000px;
    background-position: -900px -960px;
}
.SiMenuDesktop li.submenuarrow.submenuActive>a::before, .SiMenu li.submenuarrow.submenuActive>a::before {
    background-position: -940px -960px;
}

.footerCTAWrapper {
    margin-top: 20px;
    text-align: left;
}

.footerCTAWrapper .button {
    background: transparent;
    padding: 0;
    margin: 0 7px;
    font-size: .9rem;
    position: relative;
    color: #7b6a66;
    margin-right: 50px;
    transition: ease transform 0.2s;
    text-decoration: solid underline #6d5753 2px;
    text-underline-offset: 6px;
}
.footerCTAWrapper .button:hover {
    opacity: 0.8;
}
.footerCTAWrapper .button:hover:before{
    transform: scale(1.1);
}
.footerCTAWrapper .button:before {
    content: '';
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -360px -150px;
    width: 43px;
    height: 38px;
    right: -50px;
    bottom: -5px;
    display: inline-block;
}
.footerCTAWrapper .button.news:before {
    background-position: -590px -150px;
}
/*
.SiMenuDesktop li.submenuarrow > a:hover::before, .SiMenu li.submenuarrow > a:hover::before {
    border-color: #8C943D;
}


.hasSubmenu.current-menu-parent > a, .hasSubmenu.current-menu-parent b, .sc-menu li a[aria-current]:hover::before, .SiMenuDesktop li.submenuarrow.current-menu-parent > a:hover::before {
    color: #8C943D;
}
*/

/*Main Logo Styles*/
/*Note: If you want use different logos, use "background-image"*/
header .MainLogo {
    background-color: #EDE8E3;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
    padding-bottom: 35px;
    padding-top:70px;
   
}
header .MainLogo img {
    width: 260px;
    max-width: 70vw;
    margin: auto;
    display: block;
}

.home header .MainLogo {
    position: absolute;
    z-index: 2;
    background-color: transparent;
    transform: translate(-50%, 0px);
    left: 50%;
    top: 50px;  
    padding: 0;
}
/*Language Selector Styles*/
.resMenuLogoWrapper {
    position: fixed;
    right: 20px;
    top:0;
    display: none;
    display: block;
}
.home .resMenuLogoWrapper {
    opacity: 0;
}

.home.scrolled .resMenuLogoWrapper, .SiMenuOpen .resMenuLogoWrapper {
    display: block;
    opacity: 1;
}
.resMenuLogoWrapper a {
    font-size: 0;
    width: 40px;
    height: auto;
    background-image: url(../graphics/vector_logo-scrolled-mobile.svg);
    display: inline-block;
    aspect-ratio: 32/40;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: 0;
}
.home .sc-language-selector {
    display: none;
}
.home.scrolled .sc-language-selector {
    display: block;
}

.sc-language-selector, .menuLanguageSelector {
    position: fixed;
    top: 25px;
    right: 80px;
    z-index: 35;
    font-size: 0.7em;
}

.sc-language-selector a, .menuLanguageSelector a {
    text-decoration: none;
}
.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: 8px;
}
.sc-language-selector ul li a:after, .menuLanguageSelector ul li a:after {
    content: "|";
    padding-left: 8px;
}
.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 ul li:last-of-type {
    margin-right: 0;
}

.sc-language-selector ul {
    position: relative;
    top: -2px;
}

/*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;
}
.headerVideo::after {
    content: "";
    width: 100%;
    height: 200px;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    background: -webkit-gradient(linear,left bottom, left top,color-stop(0, rgb(0 0 0 / 65%)),to(transparent));
    background: -o-linear-gradient(bottom,rgb(0 0 0 / 65%) 0,transparent 100%);
    background: linear-gradient(to top,rgb(0 0 0 / 65%) 0,transparent 100%);
    left: 0;
    pointer-events: none;
}
.headerVideo::before {
    content: "";
    width: 100%;
    height: 200px;
    z-index: 1;
    position: absolute;
    top: 0;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgb(237 232 227 / 65%)),to(transparent));
    background: -o-linear-gradient(top,rgb(237 232 227 / 65%) 0,transparent 100%);
    background: linear-gradient(to bottom,rgb(237 232 227 / 65%) 0,transparent 100%);
    left: 0;
    pointer-events: none;
}
/*Fullscreen Header Slider Styles*/
.showHeaderSlider .headerSlider, .showHeaderVideo .headerVideo {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}

.showHeaderSlider .headerSlider div[class^=slick], .showHeaderSlider .headerSlider .slick-slide > div, .showHeaderSlider .headerSlider picture {
    height: 100% !important;
}
.arrowDown {
    display: none;
}
/*
header .arrowDown {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    bottom: 10%;
    left: calc(50% - 17px);
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    cursor: pointer;
    position: absolute;
    width: 34px;
    height: 76px;
    background-image: url(../graphics/vector_sprites.svg);
    background-repeat: no-repeat;
    display: none;
}
header .arrowDown a {
    text-decoration: none;
}
.showHeaderSlider  .arrowDown {
    display: inline-block;
}

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px)
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}
*/
/*Fullscreen HeaderSlider END*/


/* VideoBox */
.video .sc-masterContainer {
    padding-top: 0;
}
.videoBox .widthWrapper {
    max-width: 1120px;
}
.videoBox .boxLayout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
        grid-template-areas:
        "video"
        "textBlock"
        "image";
}

.videoBox .box.slideshowBox {
    grid-area: video;
    width: 100%!important;
}
.videoBox .box.textBox {
    grid-area: textBlock;
    padding-top: 50px;
    padding-bottom: 35px;
    width: 90%;
    margin: 0 auto;
}
.videoBox .box.smallSlideshowBox {
    grid-area: image;
    width: 100%!important;
}


/*Lageplan*/

.category {
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    padding:45px 90px 0;
    box-sizing: border-box;
    text-align: center;
}
.category p {
    margin-bottom: 0;
}
.category:before {
    content: "";
    width: 46px;
    height: 35px;
    position: absolute;
    background-color: #FEECD6;
    border: 1px solid #7B6A66;
    border-radius: 7px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}
.category.catB:before {
    background-color: #DBD1C7;
}
.category.catC:before {
    background-color: #E1C293;
}
.category.catLodge:before {
    background-color: #7A211C;
}
.campingsite .category.catLodge, .lodgessite .category.catA, .lodgessite  .category.catB, .lodgessite .category.catC  {
    opacity: 0.4;
}

.legende {
    font-size: 14px;
}
.legende .column {
    -webkit-columns: 2 ;
    -moz-columns: 2;
    columns: 2 ;
    text-align: left;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-left: 20px;
}
.sc-masterContainer .legende ul.column li {
    margin-bottom: 5px;
}

.categoryWrapper .slick-arrow {
    background-color: #7B6A66;
    height: 35px;
    width: 60px;
    background-position: -439px -740px;
    left: 15px;
}

.categoryWrapper .slick-next.slick-arrow {
    right: 15px;
    left: auto;
}

/* imageteaserWrapper */
.imageTeaser {
    overflow: hidden;
    position: relative;
}

.imageteaserWrapper .slick-slide {
    padding: 0 12px;
}
.imageteaserWrapper {
    width: 100vw;    
    overflow: hidden;
    padding-bottom: 40px;
}

.imageteaserWrapper .sc-slideshow  {
    margin-left: -72px;
    margin-bottom: 20px;
}

.imageteaserWrapper .slick-arrow {
    background-color: #7B6A66;
    height: 35px;
    width: 60px;
    background-position: -439px -740px;
    top: unset;
    bottom: -50px;
    left: 72px;
    transition: ease transform 0.2s;
}
.imageteaserWrapper .slick-arrow:hover {
    transform: scale(1.05);
}
.imageteaserWrapper .slick-next.slick-arrow:hover {
    transform: scale(1.05) rotate(180deg);
}
.imageteaserWrapper .slick-next.slick-arrow {
    left: 145px;
}

.imageteaserWrapper .teaserLink {
    position: absolute;
    right: 10px;
    bottom: 40px;
}
.imageteaserWrapper .teaserLink a {
    position: relative;
    padding-right: 50px;
    line-height: 35px;
}
.imageteaserWrapper .teaserLink a:after {
    content: '';
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -290px -150px;
    width: 40px;
    height: 35px;
    right: 0;
    bottom: 2px;
    display: inline-block;
    background-size: 2000px;
    transition: ease transform 0.2s;
}
.imageteaserWrapper .teaserLink a:hover:after {
    transform: scale(1.1);
}

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

.footer {
     clear: both;
     text-align: center;
     overflow: hidden;
}
.footer address {
    font-style: normal;
}
.footer address img.logoFooter {
    width: 250px;
    max-width: 90%;
    height: auto;
}
.footer address .footerButtons a {
    background-image: url(../graphics/vector_sprites.svg);
    width: 47px;
    height: 47px;
    display: inline-block;
    background-position: 0px 0px;
    margin: 0 5px;
    text-decoration: none;
    box-sizing: border-box;
    background-size: 2000px;
    transition: ease transform 0.2s;
}
.footer address .footerButtons a:hover {
    opacity: 0.8;
    transform: scale(1.1);
}
.footer address .footerButtons a.instagram {
    background-position: -64px 0px;
}
.footer address .fullWidth {
    position: relative;
}
.footer address .fullWidth::after {
    content: "";
    width: 192px;
    max-width: 50%;
    height: auto;
    aspect-ratio: 192/240;
    position: absolute;
    bottom: 0;
    right: -20px;
    background-image: url(../graphics/vector_squirrel.svg);
    background-size: 100%;
}
.t3.slogan {
    font-size: 30px;
    text-align: left;
    padding-top: 75px;
}
.logo-simedia {
    vertical-align: sub;
    margin-bottom: 4px;
}
.footer .quickLinkButtons {
    background: #7A211C;
    color: #fff;
    font-family: "Hybrea","Arial",sans-serif;
    font-weight: 400;
    font-size: 17px;
}
.footer .quickLinkButtons .quickLink a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.footer .quickLinkButtons .quickLink a:hover {
    opacity: 0.8;
}
.footer .quickLinkButtons .quickLink a:hover::before {
    transform: scale(1.1);
}
.footer .quickLinkButtons .widthWrapper {
    display: flex;
    justify-content: center;
}
.footer .quickLinkButtons .widthWrapper .quickLink {
    margin: 0 30px;
}
.footer .quickLinkButtons .quickLink a::before {
    content: "";
    display: block;
    background-image: url(../graphics/vector_sprites.svg);
    width: 51px;
    height: 51px;
    margin-bottom: 6px;
    background-position: -2px -296px;
    margin-left: auto;
    margin-right: auto;
    background-size: 2000px;
    transition: ease transform 0.2s;
}
.footer .quickLinkButtons .quickLink.weather a::before {
    background-position: -100px -300px;
}
.footer .quickLinkButtons .quickLink.webcam a::before {
    width: 40px;;
    background-position: -200px -300px;
}

/*SEO Boxes Styles*/

.seoBoxesWrapper {
    background-color: #7B6A66;
    text-align: left;
    position: relative;
}
.seoBoxesWrapper .t3 {
    color:#EDE8E3;
}

.seoBoxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
}
.seoBoxes .box {
    /*flex-basis: 400px;
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 2.5%;
    margin-right: 2.5%;*/
    cursor: pointer;
    width: 50%;
    background-color:#EDE8E3;
    border: 1px solid #7b6a66;
    position: relative;
    padding: 35px 5%;
    box-sizing: border-box;
    opacity: .9;
}
.seoBoxes .box:hover {
    opacity: 1;
}
.seoBoxes .box .headline a {
    font-weight: 400;
    text-decoration: none;
    font-family: 'Hybrea';
    font-size: 17px;
    line-height: 1.3;
    display: inline-block;
}
.seoBoxes .box:hover a {
    color: #8C943D;
}
.seoBoxes .box:after {
    content: '';
    background-color: #7B6A66;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -96px -743px;
    text-decoration: none;
    width: 60px;
    height: 35px;
    background-size: 2000px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}


/*Newsletter Styles*/
.newsletter input {
    padding: 15px 25px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
}

/*Partner Styles*/
.partner a {
    background-image: url(../graphics/partners.png);
    display: inline-block;
    background-repeat: no-repeat;
    text-decoration: none;
    margin: 0 2%;
    height: 45px;
    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 .suedtirol {
    background-position: 0 -100px;
    width: 51px;
}
.partner .drei-zinnen {
    background-position: 0 -215px;
    width: 44px;
}
.partner .olympia2026 {
    background-position: 0 -41px;
    width: 75px;
}
.partner .samyr {
    background-position: 0 -156px;
    width: 70px;
}
.partner .booking-sudtirol {
      background-position: -77px -153px;
    width: 59px;
}

/*Anchor Menu*/
.anchorMenuWrapper {
    padding: 20px 15px;
    margin: 50px auto 0;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    background: #7b6a66;
    max-width: unset;
    left: 0;
    box-sizing: border-box;
}
.anchorMenuWrapper.fixed {
    position: fixed;
    top: 60px;
    z-index: 20;
    margin-top: 0;
    background-color: #7b6a66;
}
.anchorMenuWrapper a {
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	margin-right: 30px;
    font-weight: 400;
    color: #ede8e3;
    font-family: "Hybrea","Arial",sans-serif;
    font-weight: 400;
}
.anchorMenuWrapper a.sianchorActive {
    text-decoration: solid underline #EDE8E3 2px;
    text-underline-offset: 4px;
}
.anchorMenuWrapper a:last-child {
	margin-right: 0;
}

header .headerElemCaption {
    position: absolute;
    bottom: 35px;
    color: #fff;
    padding: 25px;
    left: 0;
    font-family: 'Hybrea';
    font-size: 40px;
    line-height: 45px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    z-index: 5;
}


/*Reviews*/
.reviews {
    padding:75px 50px 110px;
    box-sizing: border-box;
    position: relative;
}
.reviews .contentWrapper {
    position: relative;
}
.reviewBox {
    font-size: 15px;
    position: relative;
}
.reviewContent span {
    font-size: 17px;
    display: block;
}
.reviews .contentWrapper:before {
content:'';
position: absolute;
background-image: url(../graphics/vector_sprites.svg);
background-position: -300px -500px;
width: 110px;
height: 90px;
left: -50px;
top: 50px;
display: inline-block;
background-size: 2000px;
opacity: .2;
}

.reviews ul.slick-dots {
    text-align: left;
    bottom: -40px;
}
.reviews .slick-arrow {
     left: -50px; 
}
.reviews .slick-next.slick-arrow {
    right: -50px;
    left: unset; 
}




/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>>  @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;
}
nav:not(.SiMenuDesktop) .menu-hauptmenue-container, nav:not(.SiMenuDesktop) .menu-hauptmenue-it-container, nav:not(.SiMenuDesktop) .menu-hauptmenue-en-container {
    height: calc(100vh - 260px);
    height: calc(calc(var(--vh, 1vh) * 100) - 260px);
    overflow-y: auto;
    margin-top: 0;
}
}

@media (min-width: 700px) {
    h2, .t2, h3, .t3, h4, .t4, .noH2 h1, .txtLink, .error404 .sc-header h1 {
        font-size: 39px;
        margin-bottom: 25px;
    }
    h4, .t4 {
        margin-bottom: 15px;    
    }
    .usp .highlightsWrapper .box {
        width: 45%;
        margin-bottom: 45px;
    }
    .idealWrapper .contentWrapper {
        max-width: 1500px;
    }
    .idealWrapper .textBlock {
        width: 500px;
        padding: 50px 50px 100px;
        box-sizing: border-box;
    }
    .idealWrapper .highlightsWrapper .slick-slide {
        opacity: 1;
    }
    .idealWrapper .highlightsWrapper .slick-arrow {
        width: 60px;
        height: 30px;
        background-color: #7b6a66;
        background-position: -440px -743px;
        left: unset;
        right: 120px;
    }
    .idealWrapper .highlightsWrapper .slick-next.slick-arrow {
        right: 40px;
    }
    .idealWrapper .highlightsWrapper ul.slick-dots {
        left: calc(5% + 50px);
        width: fit-content;
    }

    .legende .column {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;   
    }

    .imageteaserWrapper .teaserLink {
        bottom: 80px;
    }
    /* videoBox */
    .videoBox .widthWrapper {
        max-width: 1120px;
        width: 90%;
    margin: 0 auto;
    }

    .videoBox .box.textBox {
        width: 100%!important;
        padding-top:0;
    }
    .videoBox .boxLayout {
        -ms-grid-columns: 60% calc(40% - 35px);
        grid-template-columns: 60% calc(40% - 35px);
        grid-template-areas:
            "textBlock textBlock"
            "image video";
        grid-gap: 35px;
    }

}

/*Bildergalerie*/

.gallery .no-slideshow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery .no-slideshow img {
   width: 96%;
   margin:1%;
}
 .gallery .no-slideshow video {
    width: 100%;
    margin:1% 0;
 }
.eventWidgetWrapper {
    max-width: 980px;
    margin: 0 auto;
}
#lts-eventfinder .lts-events-v2 .lts-search {
    top: 128px!important;
    z-index: 11!important;
    background: #6d5753;
}

.gallery img {
    transition: ease transform 0.2s;
    object-fit: cover;
}
.gallery img:hover {
    transform: scale(1.025);
}

@media (min-width: 994px) {

 /*Animation: SlideUp*/
 @media not print {
    .animated.slideUpBox {
        -webkit-animation-name: moveUpFadeIn;
        -webkit-animation-duration: 1s;
        animation-name: moveUpFadeIn;
        animation-duration: 1s;
        position: relative;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    
    .animate {    opacity: 0;}
    
    @-webkit-keyframes moveUpFadeIn {
        from {
            left: -500px;
            opacity: 0;
        }
        to {
            left: 0px;
            opacity: 1;
        }
    }
     }
    /*-----*/

    .sc-masterContainer,.video .sc-masterContainer {
        padding-top: 150px;
    }
  .home  .sc-masterContainer {
        padding-top: 100px;
    }

.imageTeaser {
    margin-bottom: 200px;
}

.padding-top-xxl { padding-top: 200px; }
.padding-top-xl, .seoBoxesWrapper { padding-top: 150px; }
.padding-top-l { padding-top: 120px; }
.padding-top-m { padding-top: 100px; }
.padding-top-s { padding-top: 75px; }
.padding-top-xs { padding-top: 50px; }
.padding-top-xxs { padding-top: 35px; }

.padding-bottom-xxl { padding-bottom: 200px; }
.padding-bottom-xl, .seoBoxesWrapper { padding-bottom: 150px; }
.padding-bottom-l, .error404 .contentWrapper { padding-bottom: 120px; }
.padding-bottom-m, .footer address .fullWidth  { padding-bottom: 100px; }
.padding-bottom-s { padding-bottom: 75px; }
.padding-bottom-xs { padding-bottom: 50px; }
.padding-bottom-xxs { padding-bottom: 35px; }

.margin-top-xxl { margin-top: 200px; }
.margin-top-xl { margin-top: 150px; }
.margin-top-l { margin-top: 120px; }
.margin-top-m, .highlightsWrapper { margin-top: 100px; }
.margin-top-s { margin-top: 75px; }
.margin-top-xs, .seoBoxes .box,  .error404 .sc-masterContainer a.button { margin-top: 50px; }
.margin-top-xxs { margin-top: 35px; }

.margin-bottom-xxl { margin-bottom: 200px; }
.margin-bottom-xl { margin-bottom: 150px; }
.margin-bottom-l { margin-bottom: 120px; }
.margin-bottom-m { margin-bottom: 100px; }
.margin-bottom-s { margin-bottom: 75px; }
.margin-bottom-xs { margin-bottom: 50px; }
.margin-bottom-xxs { margin-bottom: 35px; }

html, body, h1, .t1, button {
    font-size: 21px;
    margin-bottom: 25px;
    line-height: 1.75;
}
h2, .t2, .noH2 h1, .error404 .sc-header h1 {
    font-size: 60px;
}
h3, .t3 {
    font-size: 40px;
}
h4, .t4 {
    font-size: 21px;
}
.idealWrapper .headline {
    font-size: 22px;
}
header .headerElemCaption {
    font-size: 60px;
    text-align: center;
}
a.txtLink, a.sc-readmore {
    font-size: 21px;
    text-decoration: solid underline #7A211C 3px;
}
/*Show Desktop Menu START*/
.menuLanguageSelector {
    right: unset;
    left: 100px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
}
.SiMenu .menuHeader {
     display: none;
}
.SiMenu button.close-button {
    left: 8px;
    top: 10px;
}
nav:not(.SiMenuDesktop) .menu-hauptmenue-container, nav:not(.SiMenuDesktop) .menu-hauptmenue-it-container, nav:not(.SiMenuDesktop) .menu-hauptmenue-en-container {
    height: auto;
    padding-top: 35px;
    max-width: 1200px;
    margin: auto;
    width: 90%;
}
.SiMenu.active {
    bottom: 0;
    display: flex;
}
.sc-menu {
    width: 60%;
    position: relative;
}
.sc-menu>li {
    border-bottom: 0;
}
.SiMenu .sc-menu li a {
    margin-bottom: 35px;
    font-weight: 700;
}
.sc-menu a {
    font-size: 1rem;
}
.sc-menu a b {
   font-size: 35px;
}
ul.sub-menu.active {
    position: absolute;
    left: 100%;
    width: max-content;
    top: 50%;
    transform: translate(0px, -50%);
    margin: 0;
    border-left: 2px solid #7B6A66;
} 
.SiMenu .sc-menu li ul li a {
    padding: 12px 20px;
}
.SiMenu::after {
    opacity: 1;
    width: 20%;
    height: auto;
    aspect-ratio: 244/305;
    background-position: 5px 0;
    bottom: 53px;
}

.SiMenuOpen .SiMenu .menuHeader {
    display: none;
}
.copyToMobileMenu {
    display: none;
}
.resMenu {
    height: 80px;
}
.resMenu button.SiMenuToggle {
    left: 8px;
    top: 12px;
}
.home .resMenu {
    top:0;
    background: transparent;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}
.home.scrolled .resMenu {
    background: #EDE8E3;
}
.footerCTAWrapper {
    margin-top: 0;
    position: fixed;
    bottom: 0;
    background: #8d953d;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 22px 0;
}
.footerCTAWrapper .button {
    color: #ffffff;
    margin-right: 85px;
    font-size: 21px;
    text-decoration: solid underline #fff 3px;
}

.footerCTAWrapper .button:before {
    width: 43px;
    height: 48px;
    right: -55px;
}
.footerCTAWrapper .button:before {
    background-position: -750px -147px;
}
.footerCTAWrapper .button.news:before {
    background-position: -1100px -150px;
    width: 54px;
    right: -67px;
    top: -1px;
}

/*
.resMenu {
    display: none;
}
.SiMenuDesktop {
    display: block;
}
.SiMenuDesktop .menu-hauptmenue-container, .SiMenuDesktop .menu-hauptmenue-it-container, .SiMenuDesktop .menu-hauptmenue-en-container {
    background: #fff;
}
body.scrolled .SiMenuDesktop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;        
}
*/
header .MainLogo {
   display: none;
}
.home header .MainLogo {
    display: block;
    top: 90px;
}
header .MainLogo img {
    width: 400px;
}
.topBar {
    display: block;
}

.topBar .button {
    background: transparent;
    position: relative;
    color: #7A211C;
     padding: 0;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    margin-right: 25px;
    text-decoration: solid underline #7A211C 3px;
    text-underline-offset: 6px;
}
a.button.location {
    display: none;
}
.topBar  .button:hover {
    color: #8C943D;
    text-decoration: solid underline #8C943D 3px;
}
.topBar  .button:hover:after {
    background-color: #8C943D;
}
/* Anchor Menu */

.anchorMenuWrapper.fixed {
    top: 80px;
    z-index: 15;
}

/*Show Desktop Menu END*/

.resMenuLogoWrapper {
    position: unset;
    padding-right: 25px;
}
.resMenuLogoWrapper a {
    width: 190px;
    background-image: url(../graphics/vector_logo-scrolled.svg);
    aspect-ratio: 191/55;
    position: unset;
}

.sc-language-selector, .home .sc-language-selector {
    right: unset;
    left: 100px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
}

.widthWrapper {
    max-width: 1200px;
}
.widthWrapper ul {
    margin: 0 0 15px;
}
.usp .highlightsWrapper .box {
    width: 31%;
}
.usp .highlightsWrapper .sc-readmore {
    display: none;
}
.usp .highlightsWrapper .box:before {
    transition: ease transform 0.2s;
}
.usp .highlightsWrapper .box:hover:before {
    transform: scale(1.1);
}
/* Ideal für */

.idealWrapper .highlightsWrapper {
    margin-left: -50px;
    padding-top: 40px;
}
.idealWrapper .highlightsWrapper .slick-slide {
    padding: 0 50px 0 0;
}
.idealWrapper .textBlock {
    width: 670px;
    padding: 75px 75px 100px;
}
.box.ideal .boxSlideshow, .box.ideal .boxText {
    width: 50%;
    float: left;
}
.idealWrapper .box.ideal .boxText {
    padding: 60px 0 0 35px;
    box-sizing: border-box;
}
.idealWrapper .highlightsWrapper ul.slick-dots {
    display: none!important;
}
.idealWrapper .highlightsWrapper .slick-arrow {
    right: 140px;
    top:-20px;
}
.idealWrapper .highlightsWrapper .slick-next.slick-arrow {
    right: 50px;
}

.boxLayout .box.slideshowBox {
    order: unset;
}

.boxLayout {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.boxLayout .box {
    width: 47.5%;
}    
.blockTextSlideshow:not(.videoBox) .boxLayout.widthWrapper .box.slideshowBox {
    width: 40%;
}
.blockTextSlideshow:not(.videoBox) .boxLayout.widthWrapper .box.textBox {
    width: 60%;
    padding: 0 50px 0 75px;
    box-sizing: border-box;
    z-index: 2;

}

.blockTextSlideshow.bkg .boxLayout {
    background-color: transparent;
    padding: 100px 0;
    position: relative;
}

.blockTextSlideshow.bkg .boxLayout:before {
    content:'';
    background-color: #EDE8E3;
    position: absolute;
    width: calc(60% + 100px);
    height:100%;
    right: 0;
    top: 0px;
    display: inline-block;
}

.gmap iframe {
    aspect-ratio: 3/1;
}

/* Lageplan */

.category {
    padding: 50px 12px 0;
}
.category .t4 {
    font-size: 22px;
}
.category, .legende {
    font-size: 16px;
}
.legende .column {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;   
}
/*
.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;
}
.listBoxWrapper article .imageWrapper {
    padding-bottom: 0;
}
.listBoxWrapper article .txtWrapper {
    padding: 0;
}
.listBoxWrapper article .txtWrapper * {
    color: #fff;
    text-align: left;
}
.listBoxWrapper article .txtWrapper, .listBoxWrapper article .imageWrapper {
    width: 43%;
}
.listBoxWrapper article {
    background: transparent;
    padding-bottom: 0;
}
.listBoxWrapper article .txtWrapper .sc-readmore .button {
    background: #6D5753;
    color: #fff;
}
.listBoxWrapper article .txtWrapper .sc-readmore .button:hover {
    background: #7b6a66;
}
.rotatingListbox button.slick-arrow {
    height: 60px;
    width: 60px;
    bottom: inherit;
    left: calc(43% - 30px);
}
.rotatingListbox button.slick-next {
    top: calc(25% + 80px);
    margin-top: 70px;
}
.rotatingListbox button.slick-arrow {
    top: calc((100% - 120px) / 2);
}
.rotatingListbox button.slick-arrow:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    bottom: 20px;
    width: 17px;
    height: 17px;
    left: 23px;
}
.rotatingListbox button.slick-next.slick-arrow:after {
    left: 14px;
}
*/

/*VideoBox*/

.videoBox h1 {
    position: absolute;
}
.videoBox h2 {
    padding-top: 50px;
}
.videoBox .boxLayout {
    -ms-grid-columns: calc(50% - 50px) calc(50% - 50px);
    grid-template-columns: calc(50% - 50px) calc(50% - 50px);
    grid-template-areas:
        "textBlock video"
        "image video";
    grid-gap: 35px;
}


.bg1.imageTeaserHeadline, .bg1.imageTeaser {
    background-color: transparent;
}
.bg1.imageTeaserHeadline {padding-top:0;}
.imageTeaser:before {
    content: '';
    position: absolute;
    background-color: #EDE8E3;
    width: 90%;
    height: 100%;
    right: 0px;
    top: 0px;
    display: inline-block;
    z-index: -1;
}
.imageteaserWrapper .teaserLink {
    bottom: 160px;
}

.imageteaserWrapper .slick-slide {
    padding: 0 25px;
}
.imageteaserWrapper .sc-slideshow {
    margin-left: -100px;
}
.imageteaserWrapper .slick-arrow {
     left: 100px;
}
.imageteaserWrapper .slick-next.slick-arrow {
    left: 175px;
}
.seoBoxesWrapper {
    margin-bottom:200px;
}
.seoBoxes .box {
    padding: 50px;
    /*max-width: 470px;*/
    min-height: 235px;
}

.bg2.reviews, .seoBoxesWrapper {
    background-color: transparent;
}
.reviews:before, .seoBoxesWrapper:before {
    content:'';
    position: absolute;
    background-color: #7B6A66;
    width: 90%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: inline-block;
    z-index: -1;
    }
.reviews {
    margin-bottom:120px;
}
.reviews .slick-arrow {
        left: -75px;
    }
.reviews .slick-next.slick-arrow {
        right: -75px;
        left: unset;
    }
.reviews .contentWrapper:before {
        left: -80px;
        top: 55px;
    }
.reviewContent span {
    font-size: 25px;
}
.reviewBox {
    font-size: 18px;
}

.footer address  {
    text-align: left;
}
.footer address .fullWidth::after {
    width: 20%;
}
address .boxLayout>div {
    width: 31%;
}
.rewards {
    border-left: 2px solid #BBB1A7;
    border-right: 2px solid #BBB1A7;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
}
.rewards img {
    width: 150px;
}

.partner a {        
    margin: 0 1.5%;
    height: 85px;
    background-size: 500px 1000px;        
}    
.partner .suedtirol {
    background-position: 0 -201px;
    width: 102px;
}
.partner .drei-zinnen {
    background-position: -1px -435px;
    width: 87px;
}
.partner .olympia2026 {
    background-position: 0 -83px;
    width: 148px;
}
.partner .samyr {
    background-position: -1px -313px;
    width: 140px;
}
.partner .booking-sudtirol {
   background-position: -167px -305px;
        width: 106px;
}

header .eyecatcherBtn {
    left: 5%;
}

header .eyecatcherBtn b {
    font-size: 1rem;
}
.gallery .no-slideshow img {
    width: 31%;
}
}

@media (min-width: 1200px) {
    nav:not(.SiMenuDesktop) .menu-hauptmenue-container, nav:not(.SiMenuDesktop) .menu-hauptmenue-it-container, nav:not(.SiMenuDesktop) .menu-hauptmenue-en-container {
       padding-top: 0;
    }
    .sc-menu {
        width: 50%;
        position: relative;
    }
    .sc-menu a b {
        font-size: 45px;
    }


    .imageTeaserHeadline .contentWrapper, .imageTeaser .contentWrapper {
        max-width: 800px;
    }
    .imageteaserWrapper {
        padding-bottom: 60px;
    }
    .imageTeaser:before {
        width: calc((100% - (50% - 400px)) + 120px);
    }
    .imageteaserWrapper .slick-arrow {
        bottom: -70px;
    }
    .bg1.usp {
        background-color: transparent;
        position: relative;
    }
    .usp {
        padding-bottom: 100px;
    }
    .usp .widthWrapper {
        padding-left: 150px;
        box-sizing: border-box;
    }
    .bg1.usp:before {
        content: '';
        position: absolute;
        background-color: #EDE8E3;
        width: 90%;
        height: 100%;
        right: 0px;
        top: 0px;
        display: inline-block;
        z-index: -1;
    }
    .footer address img.logoFooter {
        width: 350px;
    }
    .t3.slogan {
        font-size: 40px;
    }

    .footer .quickLinkButtons {
          font-size: 21px;
    }
    .footer .quickLinkButtons .quickLink a::before {
        display: inline-block;
        margin-left: 0;
        margin-right: unset;
        width: 60px;
        margin-bottom: -20px;
    }
    .footer .quickLinkButtons .quickLink.webcam a::before {
        width: 50px;
    }

    .gallery .no-slideshow img {
        width: 23%;
    }

    .webcam-img .widthWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }
    .webcam-img .widthWrapper>div {
     width: 48%;
    }
}

@media (min-width: 1500px) {
html, body, h1, .t1, button {
        font-size: 21px;
        margin-bottom: 25px;
    }
    h2, .t2, .noH2 h1, .error404 .sc-header h1 {
        font-size: 70px;
    }
    h3, .t3 {
        font-size: 50px;
    }
    h4, .t4 {
        font-size: 22px;
    }
    .usp .highlightsWrapper .box {
        font-size: 18px;
    }
    .usp .highlightsWrapper .headline {
        font-size: 21px;
    }
    .widthWrapper {
        max-width: 1500px;
    }
    .textContent .widthWrapper {
        max-width: 1300px;
    }
    header .headerElemCaption {
        font-size: 70px;
    }
    .boxLayout.widthWrapper .box.slideshowBox {
        width: 45%;
    }
    .blockTextSlideshow.bkg .boxLayout {
        padding: 150px 0;
    }
    .blockTextSlideshow:not(.videoBox) .boxLayout.widthWrapper .box.textBox {
        width: 55%;
        padding: 0 100px 0 120px;
    }
    .blockTextSlideshow.bkg .boxLayout:before { 
         width: calc(50% + 220px);
        }
        .usp .widthWrapper {
            padding-left: 200px;
        }
    .bg1.usp:before {
        width: calc(100% - (50% - 750px));
        }
    .usp .highlightsWrapper .box {
            width: 17%;
    }
    .seoBoxes .headline {
        width: calc(100% - 195px);
    }
    .seoBoxes .box .headline a {
        font-size: 25px;
    }
    .seoBoxes .box::before {
        left: unset;
        right: 50px;
        position: absolute;
        top: 50px;
        height: 94px;
        width: 170px;
    }
     .box.indoorpool:before {
    background-position: -1575px -1850px;
}
    .seoBoxes .box.culinary:before {
        background-position: -597px -1650px;
    }
    .seoBoxes .box.pettingZoo:before {
        background-position: -1574px -1648px;
    }
    .seoBoxes .box.shop:before {
        background-position: -1052px -1650px;
    }
    .seoBoxes .box.cross:before {
        background-position: -1748px -1650px;
    }
    .seoBoxes .box.winter:before {
        background-position: 88px -1850px;
    }
    .seoBoxes .box.bike:before {
        background-position: -1307px -1650px;
    }
    .seoBoxes .box.camping:before {
        background-position: -165px -1847px;
    }
    .seoBoxes .box.adventures:before {
        background-position: -397px -1848px;
    }
    .seoBoxes .box.threepeaks:before {
        background-position: -643px -1848px;
    }
    .seoBoxes .box.lodge:before {
        background-position: -885px -1848px;
    }
    .seoBoxes .box.box.wellness:before {
        background-position: -369px -1648px;
    }
    .seoBoxes .box.playground:before {
        background-position: -150px -1648px;
    }
    .seoBoxes .box.impressions:before {
        background-position: -1114px -1848px;
    }
    .seoBoxes .box.inclusive:before {
        background-position: -1339px -1849px;
    }
    .usp .highlightsWrapper .box {
        padding-top: 100px;
        margin-bottom: 75px;
    }
    .usp .box:before {
        width: 170px;
        height: 94px;
        display: block;
        background-size: 2000px;
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
    }
    .usp .box.culinary:before {
        background-position: -675px -1650px;
    }
    .usp .box.pettingZoo:before {
        background-position: -1575px -1648px;
    }
    .usp .box.shop:before {
        background-position: -1125px -1650px;
    }
    .usp .box.pool::before {
        background-position: 0 -1650px;
    }
    .usp .box.wellness:before {
        background-position: -448px -1648px;
    }
    .usp .box.playground:before {
        background-position: -225px -1650px;
    }
    .usp .box.cross:before {
        background-position: -1828px -1650px;
    }
    .usp .box.baita:before {
        background-position: -900px -1650px;
    }
    .usp .box.winter:before {
        background-position: -2px -1850px;
    }
    .usp .box.bike:before {
        background-position: -1348px -1652px;
    }

    .idealWrapper .highlightsWrapper {
            width: calc((50vw - 750px) + 1500px);
           margin-left: 0
        }
        .idealWrapper .highlightsWrapper .slick-arrow {
            right: unset;
             left: calc((50vw - 750px) + 1200px);
        }
        .idealWrapper .highlightsWrapper .slick-next.slick-arrow {
            left: calc((50vw - 750px) + 1300px);
            right: unset;
        }
    .idealWrapper .highlightsWrapper .slick-slide {
            padding: 0 75px 0 0;
        }
        .reviews {
            margin-bottom:200px;
        }
    .legende .column {
            -webkit-columns: 6;
            -moz-columns: 6;
            columns: 6;   
        }
    .seoBoxes, .imageTeaserHeadline .contentWrapper, .imageTeaser .contentWrapper {
            max-width: 1120px;
        }
        .seoBoxesWrapper:before, .imageTeaser:before {
            width: calc((100% - (50% - 560px)) + 150px);
        }

        .t3.slogan {
            font-size: 50px;
        }
    .videoBox .widthWrapper {
        max-width: 1280px;
    }
}

@media (min-width: 2000px) { 
    .contentWrapper, .sc-header, .seoBoxes, .error404 .sc-header {
        max-width: 880px;
    }
    .widthWrapper {
        max-width: 1800px;
    }
    .blockTextSlideshow.bkg .boxLayout:before {
        width: calc(60% + 200px);
    }
    .bg1.usp:before {
        width: calc(100% - (50% - 900px));
    }
    h2, .t2, .noH2 h1, .error404 .sc-header h1 {
        font-size: 77px;
    }
    h3, .t3 {
        font-size: 60px;
    }
    .idealWrapper .highlightsWrapper .slick-arrow {
        right: unset;
        left: calc((50vw - 900px) + 1400px);
    }
    .idealWrapper .highlightsWrapper .slick-next.slick-arrow {
        left: calc((50vw - 900px) + 1500px);
        right: unset;
    }
    .sc-masterContainer .column {
        -webkit-column-gap: 200px;
        -moz-column-gap: 200px;
        column-gap: 200px;
    }
    .videoBox .widthWrapper {
        max-width: 1390px;
    }
}