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

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

  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/montserrat_500.woff2) format('woff2');
  }
  
  
  @font-face {
    font-family: 'Clafoutis';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/clafoutis.woff2) format('woff2');
  }

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


html, body {
    font-family: "Montserrat","Arial",sans-serif;
    color: #393031;
    font-weight: 300;
    background-color: #F0EDEB;
    font-size: 16px;
    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;
    flex-direction: column;
}
b, strong, .offerBoxesWrapper .periods, .listBoxWrapper .postPeriodWrapper .periods {
    font-weight: 500;
}
a {
    color: #393031;
}
a:hover, .editorial a:hover {
    color: #393031;
}
.slick-arrow:hover, .quickLinkButtons .fullWidth > div a:hover, .navBar .contactButtons a:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
.footer address a:hover {
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
}
.bigger {
    font-size: 130%;
}
small, .footer .editorial, .additionalPriceInformation {
    font-size: 0.8em;
}
.editorial {
    padding-bottom: 60px;
    border-top: 1px solid #6B645D;
    color: #6B645D;
}
.editorial a {
    color: #6B645D;
}
p {
    margin-bottom: 15px;
}
p:last-child, header p {
    margin: 0;
}
.center, .h1Center .sc-header, .error404 .contentWrapper, .center {
    text-align: center;
}
.left {
    text-align: left;
}
h1, .t1 {
    font-size: 16px;
    font-family: "Montserrat","Arial",sans-serif;
    font-weight: 400;
    color: #393031;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 25px;
    clear: both;
    letter-spacing: 1.6px;
    
}
h2, .t2, h3, .t3, h4, .t4, .noH2 h1, .quote, .error404 .sc-header h1, .seoBoxesWrapper .headline, .offerBoxesWrapper .offerTitle .headline, .listBoxWrapper .txtWrapper .headline, .offerInner h1, .offerInner .offertextBox .headline, .offerInner .postPriceWrapper .headline {
    font-size: 40px;
    line-height: 0.9;
    font-family: "Clafoutis","Arial",sans-serif;
    font-weight: 500;
    color: #6B645D;
    margin: 0;
    margin-bottom: 25px;
    letter-spacing: 2.4px;
   
}
h2, .t2, .noH2 h1, h2, .t2, .error404 .sc-header h1, .offerInner h1 {
    text-transform: uppercase;
    margin-bottom: 23px;
}
.noH2 h1, .error404 .sc-header h1, .offerInner h1 {
    margin-top: 0;
}
h3, .t3, .quote, .offerBoxesWrapper .offerTitle .headline, .listBoxWrapper .txtWrapper .headline, .offerInner .offertextBox .headline, .offerInner .postPriceWrapper .headline {
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;

}
h4, .t4, .txtLink, [data-accordion] [data-control], .seoBoxesWrapper .headline, .returnLinkWrapper .returnLink {
    font-family: "Clafoutis","Arial",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
}
h4, .t4 {
    font-size: 26px;
    padding-top: 10px;
}

hr {
    background-image: url(../graphics/vector_sprites.svg);
    width: 48px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: -106px 0px;
    border: 0;
    clear: both;
    margin: 25px auto;
}

.sc-masterContainer {
    padding-top: 60px;
    text-align: center;
    overflow-x: hidden;
}
.showHeaderSlider .sc-masterContainer, .showHeaderVideo .sc-masterContainer {
    padding-top: 0;
}
.sc-masterContainer ul, .emptyTemplate ul {
    padding-left: 22px;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
}
.sc-masterContainer ul li, .emptyTemplate ul li {
    margin-bottom: 15px;
    list-style-type: none;
    position: relative;
}
.sc-masterContainer ul li:last-child, .sc-masterContainer ul li ul li {
    margin-bottom: 0;
}

.sc-masterContainer ul:not(.slick-dots) li:before, .emptyTemplate ul:not(.slick-dots) li:before {
    content: "";
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    width: 15px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: 1px -430px;
    left: -22px;
    top: 0;
}

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

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

/*BG Colors Styles*/
.bg1, .offerBoxesWrapper .box, .listBoxWrapper .listBox{
    background-color: #6B645D;
}
.bg2, .anchorMenuWrapper, .breadcrumbWrapper  {
    background-color: #CDC4BB;
}
.bg3 {
    background-color: #393031;
}
.bg1, .bg1 a, .bg1 a.txtLink, .bg1 a.txtLink:hover, .bg1 h1, .bg1 .t1, .bg1 h2, .bg1 .t2, .bg1 h3, .bg1 .t3, .bg1 h4, .bg1 .t4, .bg1 .quote {
    color: #E6E0D5;
}

.bg2 a.txtLink:hover, .bg2 h1, .bg2 .t1, .bg2 h2, .bg2 .t2, .bg2 h3, .bg2 .t3, .bg2 h4, .bg2 .t4, .bg2 .quote {
    color: #6B645D;
}
.bg2 a, .bg2 a.txtLink {
    color: #A64443;
}
.bg2.darkFont, .bg2 {
    color: #393031;
}
.bg2.darkFont h1, .bg2.darkFont h2, .bg2.darkFont h3, .bg2.darkFont h4, .bg2.darkFont .t1, .bg2.darkFont .t2, .bg2.darkFont .t3, .bg2.darkFont .t4, .bg2 a.txtLink:hover, .bg2 a:hover {
    color: #6B645D;
}
.bg3, .bg3 a, .bg3 a.txtLink, .bg3 h1, .bg3 .t1, .bg3 h2, .bg3 .t2, .bg3 h3, .bg3 .t3, .bg3 h4, .bg3 .t4, .bg3 .quote {
    color: #E6E0D5;
}
.bg3 a.txtLink, .bg2 a.txtLink {
    border-color: #E6E0D5;
}

.bgBefore {
    position: relative;
}
.bgBefore:before {
    content: "";
    background: #6B645D;
    width: 100%;
    top: -21vh;
    left: 0;
    height: 21vh;
    position: absolute;
    z-index: -1;
}
.bg2.bgBefore:before {
    background: #9A8978;
}
.bg3.bgBefore:before {
    background: #393031;
}

/*EyecatcherBtn Styles*/
.eyecatcherBtn {
    background: #A64443;
    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;
    line-height: 1.2;
    font-size: 0.7rem;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: -50px;
    z-index: 3;
}
.eyecatcherBtn2 {
    background: #8A936D;
    height: 90px;
    width: 90px;
    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;
    line-height: 1.2;
    font-size: 0.6rem;
    border-radius: 50%;
    position: absolute;
    right: 115px;
    top: -35px;
    z-index: 2;
}
.header .eyecatcherBtn {
    top: initial;
    bottom: 27%;
    left: 5%;
    font-size: .9rem;
}
header .eyecatcherBtn a {
    text-decoration: none;
    color: #fff;
}
header .eyecatcherBtn a:hover {
    opacity: .5;
}
.eyecatcherBtn b, .eyecatcherBtn2 b {
    display: contents;
    font-size: 1rem;
    font-weight: 700;
}
header .eyecatcherBtn b {
    font-size: .9rem;
}
.eyecatcherBtn > * {
    height: 100%;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}
.eyecatcherBtn2 > * {
    height: 100%;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}

header .eyecatcherBtn > * {
    transform: rotate(-8deg);
}

/*Wrapper Width Styles*/
.widthWrapper, .contentWrapper, .sc-header, .widthWrapperDesktop, .seoBoxesWrapper, .breadcrumbWrapper .wrapper, .offerInner .wrapper, .returnLinkWrapper .txtLinkWrapper {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}
.widthWrapperDesktop {
    width: 100%;
}
.contentWrapper, .sc-header, .returnLinkWrapper .txtLinkWrapper {
    max-width: 800px;
}

/*BoxLayout Styles*/
.boxLayout, .offerBoxesWrapper {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*.boxLayout .box:nth-child(2), .change-order .boxLayout .box:nth-child(1), .change-order-m .boxLayout .box:nth-child(1), .change-order-m .boxLayout .box:nth-child(1) {
    margin-top: 35px;
}
*/

/*ListOverviewSite Styles */
.boxLayout.listContainer, .offerBoxesWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}
.boxLayout.listContainer article, .offerBoxesWrapper article {
    position: relative;
    margin-bottom: 100px;
    cursor: pointer;
}
.boxLayout.listContainer article.box:nth-child(2), .offerBoxesWrapper article.box:nth-child(2) {
    margin-top: 0;
    margin-bottom: 100px;
}
.boxLayout.listContainer article.box .txtWrapper, .offerBoxesWrapper article.box .txtWrapper {
    padding-left: 5%;
    padding-right: 5%;
}

.boxLayout.listContainer article.box .imageWrapper, .offerBoxesWrapper article.box .imageWrapper {
    height: 45vh;
}
.boxLayout.listContainer article.box .imageWrapper img, .offerBoxesWrapper article.box .imageWrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
}

/* List Inner Styles */
.single .boxLayout .box.imageBox {
    position: relative;
}
.offerInner .offertextBox {
    text-align: left;
}

/* Rotating listBox */
.listBox {
    padding-left: 20px;
    padding-right: 20px;
}
/*.listBoxWrapper .txtWrapper .priceInfo b {
    display: inline-block;
    margin-bottom: 0;
}*/

.listBoxWrapper .txtLinkWrapper {
    background: #F0ECE6;
}

.listBox article .imageWrapper {
    height: 60vh;
}
.listBox article .imageWrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
}
.rotatingListbox .slick-arrow {
    bottom: initial;
    top: calc(60vh - 60px);
    
}


.rotatingListbox article {
    position: relative;
}

/*Padding & Margin Styles*/
.padding-top-xxl { padding-top: 100px; }
.padding-top-xl { padding-top: 100px; }
.padding-top-l { padding-top: 75px; }
.padding-top-m { padding-top: 60px; }
.padding-top-s, .breadcrumbWrapper { padding-top: 45px; }
.padding-top-xs, .listBoxWrapper .listBox, .listBoxWrapper .txtLinkWrapper { padding-top: 30px; }
.padding-top-xxs { padding-top: 15px; }

.padding-bottom-xxl { padding-bottom: 100px; }
.padding-bottom-xl { padding-bottom: 100px; }
.padding-bottom-l, .error404 .contentWrapper { padding-bottom: 75px; }
.padding-bottom-m { padding-bottom: 60px; }
.padding-bottom-s, .breadcrumbWrapper { padding-bottom: 45px; }
.padding-bottom-xs, .listBoxWrapper .listBox, .listBoxWrapper .txtLinkWrapper { padding-bottom: 30px; }
.padding-bottom-xxs { padding-bottom: 15px; }

.margin-top-xxl { margin-top: 100px; }
.margin-top-xl { margin-top: 100px; }
.margin-top-l, .sc-header, .offerInner .sc-header, .offerInner .wrapper { margin-top: 75px; }
.margin-top-m { margin-top: 60px; }
.margin-top-s, .offerInner .offertextBox, .offerInner .postPriceWrapper .headline, .returnLinkWrapper { margin-top: 45px; }
.margin-top-xs, .offerBoxesWrapper article .txtWrapper, .offerBoxesWrapper .sc-readmore, .error404 .sc-masterContainer a.button { margin-top: 30px; }
.margin-top-xxs, .listBoxWrapper .sc-readmore, .offerInner .buttonsWrapper a { margin-top: 15px; }

.margin-bottom-xxl { margin-bottom: 100px; }
.margin-bottom-xl, .roomBox { margin-bottom: 100px; }
.margin-bottom-l, .offerInner .wrapper { margin-bottom: 75px; }
.margin-bottom-m { margin-bottom: 60px; }
.margin-bottom-s, .returnLinkWrapper { margin-bottom: 45px; }
.margin-bottom-xs, .blockButtonTextSlideshow .contentBox .button, .blockButtonTextSlideshow .contentBox .slideElemText, .offerBoxesWrapper article .txtWrapper, .offerBoxesWrapper .sc-readmore, .listBoxWrapper .listBox .imageWrapper { margin-bottom: 30px; }
.margin-bottom-xxs { margin-bottom: 15px; }


/*Button & TXT-Link Styles*/
button, .button {
    background: #8B946E;
    color: #fff;
    padding: 10.5px 36px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    font-family: "Clafoutis","Arial",sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
}

 .topBar.button::after {
    content: "";
    width: 20px;
    height: 43px;
    display: inline-block;
    position: absolute;
    bottom: 10%;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: 5px -643px;
    background-size: 1500px;
}
.topBar.button:nth-child(odd)::after, .button.secondary::after {
    top: 2%;
    width: 28px;
    height: 35px;
    background-position: -1px -156px;
    background-size: 1000px;
}

button, a.button {
    text-decoration: none;
}
.button.secondary, .topBar .button:nth-child(even){
 
   color: #fff;
}

.button.secondary2, .topBar .button:nth-child(odd), .bg2 .button, .bg2 .button {
    background:#A64443;
    color: #fff;
}
.button.secondary2:hover, .topBar .button:nth-child(odd):hover, .bg2 .button:hover, .bg2 .button:hover {
    background:#6d2827;
    color: #fff;
}

.button:hover, .topBar .button:hover, .sc-readmore a:hover, .boxLayout.listContainer article:hover .sc-readmore a.button, .offerBoxesWrapper article:hover .sc-readmore a.button {
   background: #545a40;
   color: #fff;
}
.buttonBig {
    color: #fff;
    font-size: 2rem;
    padding: 6.5px 35px;
}
.buttonBig a{
    color: #fff;
    text-decoration: none;
}
a.txtLink, .returnLinkWrapper .returnLink {
    font-weight: 400;
    text-decoration: none;
    border-bottom: 2px solid #393031;
    color: #393031;
}
a.txtLink:hover {
    color: #A64443;
    border-color: #A64443;
}

.seoBoxes .box a:before, a.txtLink.arrowRight:after, a.txtLink.arrowDown:after {
    content: "";
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    width: 26px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: -211px -374px;
    left: 0px;
    top: 0;
    background-size: 500px 500px;
}

a.txtLink.arrowDown {
    margin-right: 25px;
}
a.txtLink.arrowRight, a.txtLink.arrowDown, a.txtLink.externalIcon, a.txtLink.mapIcon {
    position: relative;
    display: inline-block;
}
a.txtLink.arrowRight:after, a.txtLink.arrowDown:after {
    display: inline-block;
    border-width: 2px;
    border-color: #b7593c;
    width: 10px;
    height: 10px;
    left: inherit;
    right: -15px;
    margin-top: -5px;
}
a.txtLink.arrowDown:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -8px;
    right: -20px;
}
a.txtLink.arrowRight:hover:after, a.txtLink.arrowDown:hover:after {
    border-color: #393031;
}
.seoBoxes .box a:before {
    display: none;
}

a.txtLink.externalIcon:after, a.txtLink.mapIcon:after {
    content: "";
    position: absolute;
    width: 25px;
    display: block;
    height: 25px;
    right: -28px;
    top: 50%;
    background: url(../graphics/vector_sprites.svg);
    background-position: -106px -1630px;
    background-size: 1000px;
    top: 3px;
}
a.txtLink.mapIcon:after {
    background-position: -300px -1630px;
}
a.txtLink.externalIcon:hover:after {
    background-position: -139.5px -1630px;
}
a.txtLink.mapIcon:hover:after {
    background-position: -333px -1631px;
}/*Slick Styles*/
.slick-arrow {
    font-weight: 500;
    width: 54px;
    height: 45px;
    margin-top: -22.5px;
    border: 0;
    background: transparent;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -52px;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -70px -749px;
}
.headerSlider .slick-arrow {
    background-position: -0px -749px;
}
.slick-next.slick-arrow {
    background-position: -421px -749px;
    margin-left: 8px;
}
.headerSlider .slick-next.slick-arrow  {
    background-position: -491px -749px;
}
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 #fff;
    font-size: 0;
    margin: 0 2px;
    -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: #fff
}

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

/*Accordion Styles*/
.accordion {
    text-align: left;
}
[data-accordion] [data-control] {
	position: relative;
	padding: 5px;
	padding-left: 0;
	margin-bottom: 15px;
	padding-right: 40px;
	border-bottom: 1px solid #393031;
    font-weight: 400;
	padding-right: 60px;
   
}

[data-accordion].accordion.open [data-content] {
    padding-bottom: 20px;
}
[data-accordion]>[data-control]:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	right: 30px;
	z-index: 10;
	cursor: pointer;
	border-bottom: 2px solid #A64443;
	border-left: 2px solid #A64443;
	-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);
    top: 16px;
}

.bgAccordion [data-accordion] [data-control] {
    background: #f0ece6;
    margin-bottom: 2px;
    border-bottom: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 34px;
}
.bgAccordion [data-accordion]>[data-control]:hover {
    background: #f4f2ed;
}
.bgAccordion [data-accordion]>[data-control]:after, .bgAccordion [data-accordion].open>[data-control]:after {
    top: 26px;
    right: 34px;
}
.bgAccordion [data-accordion].accordion.open [data-content] {
    padding-top: 10px;
}

/*.large-slideshowButtons .slideElem .contentBox {
    position: absolute;
    bottom: 14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}*/

/*Tabs Styles*/
.tabs > [data-control] button {
    border: 0;
    color: #fff;
    padding: 8px 10px;
    position: relative;
    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: #A64443;
}
.tabs [data-content] {
    margin-top: 15px;
    text-align: left;
}

/*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 #393031;
}
.SiTable tr:nth-child(odd) {
    background: #f4f2ed
}
.SiTable table tr:nth-child(1) {
    background: #A64443;
    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*/
.navBar {
    position: fixed;
    background: #393031;
    width: 100%;
    height: 80px;
    z-index: 1000;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.navBar div {
    width: 40%;
}
.navBar div.smallLogo {
    width: 20%;
}

.navBar button.SiMenuToggle {
    height: 60px;
    width: 90px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
}
.navBar button.SiMenuToggle span {
    display: inline-block;
    width: 60px;
    height: 25px;
    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;
}
.SiMenuOpen .navBar button.SiMenuToggle span {
    display: block;
    height: auto;
}
.navBar button.SiMenuToggle:focus {
    outline: none;
}
.navBar button.SiMenuToggle .line {
    background: #B7593C;
    height: 2px;
    width: 30px;
    display: block;
    line-height: 2px;
    margin-bottom: 4px;
    margin-left: 10px;
}
.navBar button.SiMenuToggle .line:last-child {
    margin-bottom: 3px;
}

.navBar .smallLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navBar .smallLogo a {
    width: 55px;
    height: 60px;
    display: inline-block;
    background-image: url(../graphics/vector_logo-sticky.svg);
    background-repeat: no-repeat;
}

.navBar div.contactButtons {
    text-align: left;
    display: flex;
    justify-content: flex-end;
}
.navBar .contactButtons a {
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -753px -332px;
    text-decoration: none;
    width: 52px;
    height: 52px;
    display: inline-block;
    font-size: 0;
    margin-left: 6px;
    margin-top: 7px;
    min-width: 52px;
}
.navBar .contactButtons a.phone {
    background-position: -753px -267px;
}

/*breadcrumbWrapper Styles*/
.showHeaderSlider .breadcrumbWrapper, .showHeaderVideo .breadcrumbWrapper {
    margin-top: -150px;
    -webkit-transition: margin .4s ease-in;
    -o-transition: margin .4s ease-in;
    transition: margin .4s ease-in;
    visibility: hidden;
}
.scrolled .showHeaderSlider .breadcrumbWrapper, .showHeaderVideo .breadcrumbWrapper {
    margin-top: 0;
    visibility: visible;
}
.breadcrumbWrapper, .breadcrumbWrapper a {
    color: #6B645D;
    font-size: 0.9rem;
}
.breadcrumbWrapper a:hover {
    color: #393031;
}
.breadcrumbWrapper a {
    text-decoration: none;
    position: relative;
}
.breadcrumbWrapper a:before {
    content:"";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #A64443;
}
.breadcrumbWrapper a:hover:before {
    background: #393031;
}
.breadcrumbWrapper .separator {
    font-size: 1.2rem;
    color: #A64443;
    margin: 0 6px;
}
.breadcrumbWrapper span br {
    display: none;
}

.breadcrumbWrapper {
    display: none;
}
/*Desktop Top Bar Styles*/
.topBar {
    position: fixed;
    right: 0;
    bottom: -100px;
    z-index: 1000;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    transition: bottom .5s ease;
}
.scrolled .topBar, .SiMenuOpen .topBar {
    bottom: 0;
}
.topBar a.button {
    width: 50%;
    display: none;
}
.topBar a.button:nth-child(1), .topBar a.button:nth-child(2) {
    display: inline-block;
}
/*.topBar a.button {
    margin-left: 10px;
}
.topBar a.button:first-child {
    margin-left: 0;
}*/


/*Menu Styles*/
.sc-menu {
    text-align: left;
}
.sc-menu a {
    text-decoration: none;
    display: block;
    padding: 0 15px;
    font-weight: 500;
    color: #E6E0D5;
}
.sc-menu a:hover {
    color: #fff;
}
.sc-menu li {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    list-style-type: none;
    position: relative;
}
.sc-menu li.submenuActive > a {
    background: #C0B5A7;
    color: #393031;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 10px;
}
.SiMenu {
    display: none;
    text-align: center;
}
.SiMenu.active {
    display: block;
    background: #393031;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 120px 5% 90px 5%;
    text-align: center;
    margin: auto;
    width: 100%;
}
.SiMenu .menuImages, .SiMenu .menu-item .menuItemImages {
    display: none;
}
.SiMenu .menuImages, .SiMenu .menuItemImages, .menuBackgroundImages {
    background: #393031;
}
.SiMenu .menuImages img, .SiMenu .menuItemImages img, .menuBackgroundImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: lazyloadFadeIn .5s;
}
.SiMenu .menuBackgroundImages, .SiMenu .menuImages {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
}
.SiMenu .menuBackgroundImages {
    animation: none;
}
.SiMenu.active::before {
    content: " ";
    background: #393031;
    background: rgba(57, 48, 49,0.8);
    position: fixed;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 0;
}

.SiMenu .sc-menu li ul li a {
    margin-top: 0px;
   
}
.SiMenu ul {
    list-style: none;
    padding:0;
    margin:0;
}
.SiMenu li>ul {
    display:none;
    padding-left:0.5rem;
}
.SiMenu li>ul.active {
    display: block;
}

.SiMenu .sc-menu li a {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 8px;
    padding-top: 12px;
    border-bottom: 1.5px solid #6B645D;
    font-family: "Clafoutis","Arial",sans-serif;
    font-size: 24px;
}
.SiMenu .sc-menu li ul li a {
    margin-top: 0;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1.8px;
    border: 0;
    padding-bottom: 0;
    font-family: "Clafoutis","Arial",sans-serif;
}
.SiMenu button {
    background: transparent;
    border: 0;
    padding: 0;
}
.SiMenu button:focus {
    outline: none;
}
.SiMenuOpen .navBar button.SiMenuToggle .line {
    display: none;
}
.SiMenuOpen .navBar button.SiMenuToggle .line:nth-child(1), .SiMenuOpen .navBar button.SiMenuToggle .line:nth-child(2) {
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    width: 21px;
    margin-left: 5px;
}
.SiMenuOpen .navBar button.SiMenuToggle .line:nth-child(2) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -2px;
}

.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 #393031;
    border-left: 2px solid #393031;
    -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;
}

.hasSubmenu.current-menu-parent > a, .SiMenu .sc-menu li ul li.current-menu-item a {
    color: #fff;
}
.SiMenu .current-menu-item a {
    color: #ffffff;
}
.SiMenu .menuHeader {
    margin-bottom: 15%;
}
.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) [class*=menu-hauptmenue] {
    overflow-y: auto;
}


/*Menu Arrows*/
.SiMenu li.submenuarrow > a:after {
    content: " ";
    width: 27px;
    height: 30px;
    right: 0px;
    top: 11px;
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -746px -867px;
    background-size: 500px 500px;
}
.SiMenu li.submenuarrow.submenuActive>a:after {
    background-position: -711px -867px;
}

header {
    position: relative;
}
/*Main Logo Styles*/
/*Note: If you want use different logos, use "background-image"*/
header .MainLogo {
    display: block;
    margin: 0;
    position: absolute;
    left: 50%;
    margin-top: 0;
    bottom: calc(5vh + 70px);
    width: 200px;
    z-index: 10;
    margin-left: -100px;
}

.home header .MainLogo {
    background-color: rgba(240, 236, 230,0.75);
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    padding: 30px;
    bottom: inherit;
    top: 6%;
    left: calc(4% + 98px);
    box-sizing: border-box;
}

/*Language Selector Styles*/
.sc-language-selector, .menuLanguageSelector {
    position: fixed;
    top: 80px;
    right: 25px;
    z-index: 1;
    color: #F0ECE6;
    font-size: 0.9em;
    font-family: 'Clafoutis';
    letter-spacing: 1.4px;
}
.sc-language-selector {
    
    color: #F0ECE6;
}
.sc-language-selector a {
    text-decoration: none;
    text-transform: uppercase;
   
}
.menuLanguageSelector a {
    text-decoration: none;
    text-transform: uppercase;
    color: #F0ECE6;
}
.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 {
    right: 17px;
    top: 90px;
}


/* Fullscreen styles */

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

.showHeaderSlider .headerSlider:after, .showHeaderVideo .headerVideo:after {
    width: 100%;
    height: 50%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear ,left bottom, left top ,color-stop(0, #0D0D0C),color-stop(0, #0D0D0C),color-stop(80%, rgba(0,0,0,0)));
    background: -o-linear-gradient(bottom ,#0D0D0C 0,#0D0D0C 0,rgba(0,0,0,0) 80%);
    background: linear-gradient(0deg ,#0D0D0C 0,#0D0D0C 0,rgba(0,0,0,0) 80%);
    z-index: 1;
    pointer-events: none;
}

.headerSlider, .headerVideo {
    display: none;
    position: relative;
    margin-top: 60px;
}
.showHeaderSlider .headerSlider, .showHeaderVideo .headerVideo {
    display: block;
}

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

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

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

.footer {
    text-align: center;
    clear: both;
}
.footer address {
    font-style: normal;
}
.footer address img.logoFooter {
    width: 130px!important;
    max-width: 50%!important;
    height: auto!important;
}
.footer address .bigger a {
    text-decoration: none;
    letter-spacing: 3px;
    margin: 0px 15px;
}
.footer address .bigger a:hover {
    color: #c0b5a7;
}
.footer address a.facebook, .footer address a.instagram, .footer address a.guestnet, .footer address a.whatsapp {
    background-image: url(../graphics/vector_sprites.svg);
    background-size: 1000px 1000px;
    width: 51px;
    height: 51px;
    display: inline-block;
    background-position: -624px -393px;
    position: relative;
    margin: 0 10px;
    text-decoration: none;
}
.footer address a.instagram {
    background-position: -695px -393px;
}
.footer address a.whatsapp{
    background-position: -832px -394px;
}
.footer address a.guestnet {
    background-position: -762px -393px;
}
.listBoxWrapper.no-entry {
    padding: 50px 0;
}
.logo-simedia {
    vertical-align: middle;
    margin-bottom: 7px;
    opacity: 0.6;
}

.footer .mail, .footer .phone {
    font-family: "Clafoutis","Arial",sans-serif;
    border-bottom: #6B645D 2px solid;
    color: #E6E0D5;
    font-size: 22px;
    margin: 0px 15px;
    text-decoration: none;
    letter-spacing: 2px;
}


/*Quickrequest*/
.quickrequest .sc-quickInquiry input {
    font-weight: bold;
    font-size: 1rem;
}
.quickrequest .sc-quickInquiry label:hover, .quickrequest .sc-quickInquiry label:focus, .quickrequest .sc-quickInquiry>div.active {
    background: #f0ece6;
}
.quickrequest .sc-quickInquiry .sc-quickformArrival, .quickrequest .sc-quickInquiry .sc-quickformDeparture, .quickrequest .sc-quickInquiry .sc-quickformAdults, .quickrequest .sc-quickInquiry .sc-quickformChildren, .quickrequest .sc-quickInquiry input {
    text-align: left;
}
.quickrequest .sc-quickInquiry>div label {
    padding: 1rem;
}
.quickrequest .sc-quickInquiry .sc-quickformArrival, .quickrequest .sc-quickInquiry .sc-quickformDeparture, .quickrequest .sc-quickInquiry .sc-quickformAdults, .quickrequest .sc-quickInquiry .sc-quickformChildren {
    border-color: #e6e0d5;
}
/*.quickrequest .sc-quickInquiry .sc-quickformArrival, .quickrequest .sc-quickInquiry .sc-quickformDeparture {
    border-bottom: 0;
}*/
.quickrequest .sc-quickInquiry .sc-quickformArrival, .quickrequest .sc-quickInquiry .sc-quickformDeparture {
    border-bottom: 1px solid #e6e0d5;
}

.quickrequest .sc-quickInquiry label:before {
    content: "";
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 1px -876px;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    display: inline-block;
}
.quickrequest .sc-quickInquiry .sc-quickformArrival label:before, .quickrequest .sc-quickInquiry .sc-quickformDeparture label:before {
    background-position: -46px -876px;
}
.quickrequest .sc-quickInquiry .sc-quickformChildren label:before {
    background-position: -155px -874px;
}


.quickrequest .sc-quickInquiry .sc-quickInquiryLabelWrapper {
    -webkit-box-shadow: 0 0.5rem 0.5rem rgb(0 0 0 / 20%);
    box-shadow: 0 0.5rem 0.5rem rgb(0 0 0 / 20%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.quickrequest .sc-quickInquiry .sc-quickformSubmit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-top: 30px;
}
.quickrequest .sc-quickInquiry .sc-quickformSubmit button {
    width: calc(50% - 3px);
    padding: 10.5px;
}

.quickrequest .sc-quickInquiry .sc-selectValuesAdults button, .quickrequest .sc-quickInquiry .sc-selectValuesChildren button {
    background: #f0ece6;
    color: #9a8978;
}
.quickrequest .sc-quickInquiry .sc-selectValuesAdults button:hover, .quickrequest .sc-quickInquiry .sc-selectValuesChildren button:hover {
    background: #A64443;
    color: #fff;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #A64443!important;
} 
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    background: #e6e0d5;
    border-color: #e6e0d5;
    color: #9a8978;
}

/*Quicklinks*/
.quickLinkButtons .fullWidth > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.quickLinkButtons .fullWidth > div a {
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    background: #393031;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Clafoutis","Arial",sans-serif;
    font-weight: 400;
    color: #F0ECE6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0.8;
}
.quickLinkButtons .fullWidth > div a.quicklink:nth-child(2) {
    background: #393031;
    opacity: 0.6;
}
.quickLinkButtons .fullWidth > div a.quicklink:nth-child(3) {
    background: #F0ECE6;
}
.quickLinkButtons .fullWidth > div a.quicklink:nth-child(4) {
    background: #f4f2ed;
}
.quickLinkButtons .fullWidth > div a:before {
    content: "";
    display: block;
    background-image: url(../graphics/vector_sprites.svg);
    background-size: 500px 500px;
    width: 35px;
    height: 25px;
    background-position: 5px -123.5px;
}
.quickLinkButtons .fullWidth > div a.weather:before {
    background-position: -33.5px -120.5px;
}
.quickLinkButtons .fullWidth > div a.newsletter:before {
    background-position: -95px -200.5px;
}
.quickLinkButtons .fullWidth > div a.reviews:before {
    background-position: -194.5px -119px;
}

.blockButtonTextSlideshow .contentBox .button {
    margin-bottom: 56px;
    line-height: 28px;
    padding: 13.5px 31px;
}

/*SEO Boxes Styles*/
.seoBoxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
}
.seoBoxes .box {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    cursor: pointer;
}
.seoBoxesWrapper .headline {
    margin: 0;
}

.seoBoxes .box a {
    color: #A64443;
    text-decoration: none;
    margin-top: 15px;
    display: block;
    text-decoration: none;
    margin-top: 15px;
    display: block;
    font-size: 30px;
}
.seoBoxes .box a span {
    display: block;
    color: #6B645D;
    font-size: 16px;
    font-family: "Montserrat", "Arial", sans-serif;
    letter-spacing: 0px;
    text-transform: none;
    margin-top: 6px;
}
.seoBoxes button.slick-arrow {
    bottom: 95px;
}
.seoBoxes .box:hover a {
    opacity: 0.8;
}


/*Room Styles*/
.fullWidth.roomWrapper {
    background: #f0ece6;
    position: relative;
}
.roomBox .boxLayout .box.textBox {
    padding: 50px 5%;
}
.roomBox .boxLayout .box:nth-child(2) {
    margin-top: 0;
}
.fullWidth.roomWrapper {
    background: #f0ece6;
    margin-left: -20px;
    width: calc(100% + 40px);
}
.roomBox  p.buttonsWrapper {
    margin-bottom: 0;
}
.roomBox .buttonsWrapper .button {
    margin: 12px 6px 0 6px;
}

.roomBox .roomLinksBottom {
    text-align: left;
}
.roomBox .roomLinksBottom a.txtLink {
    margin-right: 55px;
    margin-top: 10px;
}
.roomBox .roomLinksBottom a.txtLink.arrowRight {
    margin-right: 40px;
}

/*Partner Styles*/

.partner a {
    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.suedtirol:hover {
    background-position: 0 -102px;
    width: 51px;
    height: 40px;
}
.partner a {        
    margin: 0 1.5%;
    height: 35px;
    background-size: 250px 500px;        
}    
.partner .kronplatz {
    background-position: 0 -47px;
    width: 37px;
}
.partner .superski {
    background-position: 0 -271px;
    width: 69px;
}
.partner .kiens {
    background-position: 0 -196px;
    width: 85px;
}
.partner .bauernbund {
    background-position: 0px -236px;
    width: 80px;
}
.partner .roter_hahn {
    background-position: 0 2px;
    width: 30px;
}
.partner .suedtirol {
    background-position: -129px -102px;
    width: 51px;
    height: 40px;
}
.partner .booking_suedtirol {
    background-position: 0 -152px;
    width: 51px;
    height: 40px;
}

/*Reviews Styles*/
.awards {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.awards > div {
    width: 32%;
    margin-bottom: 2%;
}
.awards div img {
    width: 100%;
    height: auto;
}

/*Quote Styles*/
.quote > div {
    position: relative;
}
.quote > div:before {
    content: "sdfdsf";
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -599px -999px;
    width: 62px;
    height: 50px;
    background-size: 2000px;
    z-index: -1;
}


.large-slideshowButtons {
    position: relative;
}

/* Übersichtskarte*/

.dots .boxLayout{
   display: block;
   position: relative;
}

.dots.box.slideshowBox {
    width: 100%; 
} 
.dots .widthWrapper{
    max-width: 900px;
    position: relative;
} 
/* Dots*/
.blockTextSlideshow.dots .boxLayout .box.slideshowBox, .blockTextSlideshow.dots .boxLayout .box.textBox {
    width: 100%; 
} 
.dots .blockTextSlideshow .dots.boxLayout .box.textBox{
   position: absolute;
   top: 0;
   left:0;
   width: 100%;
   height: 100%;
   z-index: 2;
} 
 


.dot {
    position: absolute;
    top: 44%;
    left: 62%;
    background: #A64443;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px 2px rgba(50,50,50,0.8);
    box-shadow: 0 1px 2px 2px rgba(50,50,50,0.8)
}

.dot#Woods {
    top: 46%;
    left: 58%;
}

.dot#Skyline {
    top: 38%;
    left: 63%;
}
.dot#Apartments {
    top: 27%;
    left: 43%;
}
.dot#Host {
    top: 35%;
    left: 49%;
}
.dot#Shop {
    top: 45%;
    left: 45%;
}

.dot#Terrasse {
    top: 15%;
    left: 22%;
}
.dot#Spielplatz1 {
    top: 15%;
    left: 51%;
}
.dot#Wiese {
    top: 21%;
    left: 71%;
}
.dot#Spielplatz2 {
    top: 80%;
    left: 54%;
}
.dot#Ofen {
    top: 83%;
    left: 69%;
}
.dot#Garten {
    top: 58%;
    left: 27%;
}
.dot#Obst {
    top: 84%;
    left: 42%;
}
.dot#Stall {
    top: 83%;
    left: 88%;
}
.dot#Bauerngarten {
    top: 65%;
    left: 65%;
}
.dot#Weide {
    top: 72%;
    left: 65%;
}



.dot span {
    display: none;
    background: white;
    padding: 5px 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: auto;
    text-align: center;
    min-width: 110px;
    border-radius: 7px 4px 3px 5px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
    
}

.dot:hover span {
    display: block
}


/*Anchor Menu*/
.anchorMenuWrapper {
    padding: 15px 15px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    max-width: unset;
    left: 0;
    box-sizing: border-box;
}
.anchorMenuWrapper.fixed {
	position: fixed;
	top: 79px;
	z-index: 20;
}
.anchorMenuWrapper a {
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	opacity: .5;
	margin-right: 30px;
    color: #393031;
    font-size: 23px;
    font-family: 'Clafoutis';
    letter-spacing: 1px;
}
.anchorMenuWrapper a.sianchorActive {
	opacity: 1;
}
.anchorMenuWrapper a:last-child {
	margin-right: 0;
}
/* Zeichnungen*/

.icons{
    position: relative;
}
.icons:before {
    content: "";
    position: absolute;
    height: auto;
    width: 14%;
    aspect-ratio: 130/290;
    background-repeat: no-repeat;
    bottom: 5px;
    right: 10px;
    display: inline-block;
    background-image: url(../graphics/vector_heart-icon.svg);
    background-size: contain;
}
.footer .icons.schaf:before {
    background-image: url(../graphics/vector_sheep-icon.svg);
    left: 30px;
    right: unset;
    top: auto;
    width: auto;
    aspect-ratio: 73/57;
    bottom: -1px;
    height: 140px;
   
}
.icons.schafRight:before, .icons.schaf:before {
    background-image: url(../graphics/vector_sheep-icon.svg);
    right: 40px;
    top: auto;
    width: auto;
    aspect-ratio: 73/57;
    bottom: -1px;
    height: 100px;
    transform: scaleX(-1);
}
.icons.schaf:before{
    transform: none;
    left: 40px;
}
.icons.schafRight, .icons.schaf {
    padding-bottom: 120px;
}
.icons.signet:before {
    background-image: url(../graphics/vector_logo-signet.svg);
    left: unset;
    z-index: 4;
    right: 0.5vw;
    width: auto;
    aspect-ratio: 1 / 1;
    height: 114px;
    top: -24px;
    background-color: #F0EDEB;
    border-radius: 50%;
}
address a.txt {
    margin-bottom: 100px;
}
.icons.herz:before, .icons.herzRight:before {
    background-image: url(../graphics/vector_heart-icon.svg);
    left: 25px;
    right: unset;
    top: -47px;
    width: auto;
    aspect-ratio: 155 / 194;
    bottom: -1px;
    height: 47px;
    padding-bottom: 24px;
    position: static;
}
.footer .icons.herz:before {
    padding-bottom: 12px;
}
.seoBoxesWrapper .icons.herz:before {
    padding-bottom: 0;
}
.icons.herz .t3 {
    margin-top: 0;
}
.icons.herzRight:before  {
    left: initial;
    right: 8px;
}

.events-widget  #lts-eventfinder .lts-events-v2 .lts-search {
    position: relative;
}
.events-widget #lts-eventfinder .lts-events-v2 .lts-search {
    z-index: 0;
}

.SkizzeHof {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}

/* Bewertungen */
.reviewBox em {
    font-size: 1.5rem;
    font-family: 'Clafoutis';
    font-style: normal;
    color: #6B645D;
}
.reviewBox {
    margin-bottom: 80px;
}
/* Giggle */
.giggleWidget .giggle-widget-v2 .stream__title {
    font-size: 20px !important;
}

/* Multikalender*/
.multikalenderDetailWrapper {
    overflow: hidden;
}
.multikalenderDetailWrapper iframe {
    margin-top: -80px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>>  @Media Styles Start <<<--- */

/* Mobile landscape */
@media (max-width: 994px) and (orientation: landscape) {
.SiMenu .menuHeader {
    margin-bottom: 5%;
}
.SiMenu.active {
    padding-top: 2%;
    margin-top: 60px;
}
nav:not(.SiMenuDesktop) [class*=menu-hauptmenue] {
    height: calc(100vh - 175px);
    height: calc(calc(var(--vh, 1vh) * 100) - 175px);
    overflow-y: auto;
}
}
@media (max-height: 900px) and (max-width: 1300px) {
    .SiMenu.active::after {
        display: none;
    }
}
@media (min-width: 500px) {
.icons.signet:before {
    height: 167px;
    right: 33px;
    top: -49px;
}
.blockButtonTextSlideshow .contentBox .button {
    margin-bottom: 65px;
}
}
 
@media(min-width: 400px) {    
    .quickrequest .sc-quickInquiry .sc-quickformSubmit button {
        width: calc(50% - 3px);
        padding: 10.5px;
    }
}

@media (min-width: 700px) {
.seoBoxes {
    overflow: hidden;
    text-align: left;
}
.seoBoxes .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
.seoBoxes .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}
.seoBoxes button.slick-arrow {
    bottom: 0;
}
.seoBoxes .slick-slide {
    -webkit-transition: margin 0.8s ease;
    transition: margin 0.8s ease;
    -o-transition: margin 0.8s ease;
    margin-top: 65px;
}
.seoBoxes .slick-slide.slick-center {
    margin-top: 0;
    margin-bottom: 65px;
}
.seoBoxes .box a {
    padding-left: 40px;
    position: relative;
    -webkit-transition: margin 0.8s ease;
    transition: margin 0.8s ease;
    -o-transition: margin 0.8s ease;
}
.seoBoxes .box a:before, a.txtLink.arrowRight:after {
    display: block;
}
.seoBoxes .box:hover a {
    margin-left: 20px;
}

.listBoxWrapper {
    position: relative;
}
.listBoxWrapper * {
    z-index: 1;
}
.listBoxWrapper .slick-arrow {
    z-index: 9;
}
.listBoxWrapper .widthWrapperDesktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.listBoxWrapper .widthWrapperDesktop > div {
    width: calc(66.666% - 15px);
}
.listBoxWrapper .widthWrapperDesktop > div.txtLinkWrapper {
    width: calc(33.333% - 15px);
}

.widthWrapperDesktop {
    max-width: 1340px;
}
.listBoxWrapper .widthWrapperDesktop:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 30%;
    right: 0;
    top: 0;
}

.listBoxWrapper .txtWrapper .sc-readmore a.button {
    font-weight: 400;
    text-decoration: none;
    border-bottom: 2px solid #B7593C;
    color: #B7593C;
    padding: 0;
    background: transparent;
}
.listBoxWrapper .txtWrapper .sc-readmore a.button:after {
    display: inline-block;
    border-width: 2px;
    border-color: #b7593c;
    width: 10px;
    height: 10px;
    left: inherit;
    right: -15px;
    margin-top: -5px;
}
.listBoxWrapper .txtWrapper .sc-readmore a.button:hover {
    color: #393031;
    border-color: #393031;
}
.listBoxWrapper .txtLinkWrapper a.txtLink {
    background: #9A8978;
    color: #fff;
    padding: 16.5px 25px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.7px;
    border-radius: 0px;
    font-family: "Clafouis","Arial",sans-serif;
    text-align: center;
    font-weight: 500;
    border: none;
    
}
.listBoxWrapper .txtLinkWrapper a.txtLink.arrowRight:after {
    display: none;
}
.listBoxWrapper .txtLinkWrapper a.txtLink:hover {
    background: #393031;
    color: #fff;
}
address a.txtLink {
    margin-bottom: 0;
}

.blockButtonTextSlideshow .contentBox .button {
    margin-bottom: 80px;
}
.icons.schafRight:before, .icons.schaf:before  {
    height: 110px;
}
.dot span {
    min-width: 185px;
}
}

@media (min-width: 994px) {
.padding-top-xxl { padding-top: 150px; }
.padding-top-xl, .listBox.padding-top-xs, .listBoxWrapper .listBox { padding-top: 120px; }
.padding-top-l { padding-top: 100px; }
.padding-top-m { padding-top: 75px; }
.padding-top-s, .breadcrumbWrapper { padding-top: 60px; }
.padding-top-xs, .listBoxWrapper .listBox, .listBoxWrapper .txtLinkWrapper { padding-top: 45px; }
.padding-top-xxs { padding-top: 30px; }

.padding-bottom-xxl, .listBox.padding-bottom-xs, .listBoxWrapper .listBox { padding-bottom: 150px; }
.padding-bottom-xl { padding-bottom: 120px; }
.padding-bottom-l, .error404 .contentWrapper { padding-bottom: 100px; }
.padding-bottom-m { padding-bottom: 75px; }
.padding-bottom-s, .breadcrumbWrapper { padding-bottom: 60px; }
.padding-bottom-xs, .listBoxWrapper .listBox, .listBoxWrapper .txtLinkWrapper { padding-bottom: 45px; }
.padding-bottom-xxs { padding-bottom: 30px; }

.margin-top-xxl, .quickrequest .fullWidth { margin-top: 150px; }
.margin-top-xl { margin-top: 120px; }
.margin-top-l, .sc-header, .offerInner .sc-header, .offerInner .wrapper { margin-top: 100px; }
.margin-top-m { margin-top: 75px; }
.margin-top-s, .offerInner .offertextBox, .offerInner .postPriceWrapper .headline, .returnLinkWrapper { margin-top: 60px; }
.margin-top-xs, .offerBoxesWrapper article .txtWrapper, .offerBoxesWrapper .sc-readmore, .error404 .sc-masterContainer a.button { margin-top: 45px; }
.margin-top-xxs, .listBoxWrapper .sc-readmore, .offerInner .buttonsWrapper a { margin-top: 30px; }

.margin-bottom-xxl, .quickrequest .fullWidth{ margin-bottom: 150px; }
.margin-bottom-xl, .roomBox { margin-bottom: 120px; }
.margin-bottom-l, .offerInner .wrapper { margin-bottom: 100px; }
.margin-bottom-m { margin-bottom: 75px; }
.margin-bottom-s, .returnLinkWrapper { margin-bottom: 60px; }
.margin-bottom-xs, .blockButtonTextSlideshow .contentBox .slideElemText, .offerBoxesWrapper .sc-readmore, .listBoxWrapper .listBox .imageWrapper { margin-bottom: 45px; }
.margin-bottom-xxs { margin-bottom: 30px; }

html, body, button {
    font-size: 18px;
}
hr {
    margin: 50px auto;
    width: 46px;
    height: 55px;
    background-position: -107px 0px;
}
h1, .t1 {
    font-size: 1rem;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
h2, .t2, .noH2 h1, .error404 .sc-header h1, .offerInner h1 {
    font-size: 80px;
    letter-spacing: 2.4px;
    margin-bottom: 40px;
}
h3, .t3, .quote, .offerBoxesWrapper .offerTitle .headline, .listBoxWrapper .txtWrapper .headline, .offerInner .offertextBox .headline, .offerInner .postPriceWrapper .headline {
    font-size: 50px;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 35px;
}
h4, .t4, .quickLinkButtons .fullWidth > div a, .seoBoxesWrapper .headline {
    font-size: 30px;
}
.txtLink, [data-accordion] [data-control], .seoBoxesWrapper .headline, .returnLinkWrapper .returnLink {
    font-size: 24px;
}
/*Desktop Nav Bar START*/
.sc-layout {
    margin-left: 98px;
}
.sc-masterContainer {
    padding-top: 0;
}
.editorial {
    padding-bottom: 0;
}
.headerSlider, .headerVideo {
    margin-top: 0;
}
/*Fullscreen Header Slider Styles*/
.headerSlider .slick-arrow {
    left: calc(100% - 134px);
    right: 5%;
}
header .MainLogo {
    display: block;
    margin: 0;
    position: absolute;
    left: 50%;
    margin-top: 0;
    bottom: calc(5vh + 70px);
    width: 200px;
    z-index: 10;
    margin-left: -100px; 
}
.home header .MainLogo {
    width: 300px;
    height: 300px;
}
header .MainLogo > p {
    width: 100%;
}
.home header .MainLogo {
    background-color: rgba(240, 236, 230,0.75);
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    padding: 30px;
    bottom: inherit;
    top: 6%;
    left: calc(4% + 98px);
    box-sizing: border-box;
}
.navBar {
    width: 98px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
}
.navBar div.smallLogo {
    width: 100%;
}
.navBar div {
    width: 100%;
    text-align: center;
}
.navBar div.contactButtons {
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 40px;
    flex-direction: column;
}
.navBar .contactButtons a {
    margin-left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.navBar button.SiMenuToggle {
    margin-left: 16px;
}
.buttonBig {
    padding: 11.5px 44px;
}
.topBar .button::after {
    content: "";
    width: 60px;
    height: 42px;
    display: inline-block;
    position: absolute;
    bottom: -7px;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: 12px -642px;
    background-size: 1500px;
}
.button:nth-child(odd)::after, .button.secondary::after {
    top: 11%;
    width: 36px;
    height: 35px;
    background-position: 7px -156px;
    background-size: 1000px;

}
.roomBox .buttonsWrapper .button {
    padding: 10.5px 36px;
}

/* Anchor menu */
.anchorMenuWrapper.fixed {
    top: 0;
    margin-left: 98px;
    text-align: left;
}
.anchorMenuWrapper.fixed  .anchorMenuItems {
    padding-left: 35px;
}
.anchorMenuWrapper {
    padding: 21px 15px; 
}

.SiMenuOpen .navBar button.SiMenuToggle .line:nth-child(1), .SiMenuOpen .navBar button.SiMenuToggle .line:nth-child(2) {
    width: 34px;
}

.SiMenu .current-menu-item .menuItemImages, .SiMenu .menu-item.submenuActive > .menuItemImages {
    display: block;
}
.SiMenu .menuImages {
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}
.SiMenu .menuItemImages {
    width: calc(100% - 98px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -5;
}
.SiMenu .menu-item.submenuActive > .menuItemImages {
    z-index: -4;
}

.navBar .smallLogo a {
    width: 55px;
    height: 60px;
    
}
.navBar .smallLogo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.home .navBar .smallLogo {
  visibility: visible;
}
.home.scrolled .navBar .smallLogo {
    visibility: visible;
}
.buttonMenuopener {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

nav:not(.SiMenuDesktop) [class*=menu-hauptmenue] {
    overflow-y: initial;
    height: auto;
}
.sc-menu > li {
    width: 315px;
}
.SiMenu .sc-menu li a {
    border-bottom: 2px solid #6B645D;
    font-size: 40px;
}
.SiMenu .sc-menu li ul li a {
    color: #393031;
    opacity: 0.8;
    border-bottom: 2px solid #6B645D;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 8px;
    padding-top: 12px;
    font-family: "Clafoutis","Arial",sans-serif;
}
.sc-menu > li ul li:first-child {
    margin-top: -12px;
}
.SiMenu.active {
    width: calc(100% - 98px);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.SiMenu.active::before {
    width: 415px;
    right: inherit;
    left: 98px;
}

.SiMenu.active::after {
    content: " ";
    position: fixed;
    width: 220px;
    height: 220px;
    aspect-ratio: 1 / 1;
    left: 320px;
    bottom: -39px;
    z-index: 0;
    background-image: url(../graphics/baeume.svg);
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}


.SiMenu ul.sub-menu.active:before {
    content: "";
    background: #c0b5a7;
    background: rgba(154,137,120,0.85);
    height: 100vh;
    width: 423px;
    left: 513px;
    position: fixed;
    top: 0;
    z-index: -1;
}
.SiMenu li>ul.active {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    z-index: -1;
}
.sc-menu > li ul li {
    margin-left: 397px;
    width: 340px;
}
.topBar {
    width: auto;
    bottom: initial;
    top: -120px; /*If Breadcrump ist active - else top: 38px;*/
    right: 17px;
    height: 63px;
    position: fixed;
    display: inline-block;
    -webkit-transition: top 0.8s ease;
    transition: top 0.8s ease;
    -o-transition: top 0.8s ease;
}
.topBar a.button {
    width: auto;
    margin-left: 20px;
}

/*If Breadcrump ist active:*/
.scrolled .topBar, .SiMenuOpen .topBar, .home .topBar {
    top: 38px;
}
.quickLinkButtons .fullWidth > div a {
    width: 50%;
    font-size: 18px;
}
.quickLinkButtons .fullWidth > div a:before {
    background-size: 1000px 1000px;
    width: 70px;
    height: 51px;
    background-position: 10px -245px;
}
.quickLinkButtons .fullWidth > div a.weather:before {
    background-position: -67px -241px;
}
.quickLinkButtons .fullWidth > div a.newsletter:before {
    background-position: -190px -401px;
}
.quickLinkButtons .fullWidth > div a.reviews:before {
    background-position: -389px -238px;
}

/*Quickrequest Styles*/
.quickrequest .sc-quickInquiry .sc-quickformSubmit {
    display: block;
    margin-top: 60px;
}

.quickrequest .sc-quickInquiry .sc-quickformSubmit button /*.roomBox .buttonsWrapper .button*/{
    width: auto;
    margin: 0 10px;
    padding: 17.5px 36px;
}



.quickrequest .sc-quickInquiry .sc-quickformSubmit button::after {
    content: "";
    width: 33px;
    height: 51px;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    background-image: url(../graphics/vector_sprites.svg);
    background-position: 11px -643px;
    background-size: 1500px;
    top: initial;
}

.quickrequest .sc-quickInquiry .sc-quickformSubmit button:nth-child(odd)::after{
    width: 37px;
    height: 35px;
    background-position: 6px -156px;
    background-size: 1000px;
    bottom: 26px;
}
.quickrequest .fullWidth .t3 {
    margin-bottom: 60px;
}
.quickrequest .sc-quickInquiry .sc-quickInquiryLabelWrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.quickrequest .sc-quickInquiry>div label {
    padding: 0 20px 10px 20px;
    border-bottom: 2px solid #CDC4BB;
    font-size: 20px;
    font-family: "Clafoutis","Arial",sans-serif;
    letter-spacing: 0.8px;
    color: #6B645D;
}
.quickrequest .sc-quickInquiry .sc-quickformArrival, .quickrequest .sc-quickInquiry .sc-quickformDeparture, .quickrequest .sc-quickInquiry .sc-quickformAdults, .quickrequest .sc-quickInquiry .sc-quickformChildren {
    border-color: #F0EDEB;
    border-width: 8px;
}
.quickrequest .sc-quickInquiry label:hover, .quickrequest .sc-quickInquiry label:focus, .quickrequest .sc-quickInquiry>div.active {
    background: transparent;
}
.quickrequest .widthWrapper{
    position: relative;
    padding-top: 30px;
}
.quickrequest .widthWrapper:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    top: -130px;
    background-image: url(../graphics/vector_best-price-button.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 150px;
}
/*Desktop Nav Bar END*/

.sc-language-selector a, .menuLanguageSelector a {
    text-decoration: none;
    text-transform: uppercase;
    color: #f7f5f2;
}

.sc-language-selector, .home .sc-language-selector, .menuLanguageSelector {
    display: block;
    right: initial;
    left: 22px;
    top: initial;
    z-index: 1002;
    bottom: 40px;
}

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

.boxLayout .box, .offerBoxesWrapper .box {
    width: 47.5%;
}    
.boxLayout .box.slideshowBox .slick-arrow {
    left: 80px;
}
.roomBox:nth-child(odd) .boxLayout .box:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
}
.roomBox:nth-child(even) .boxLayout .box.slideshowBox .slick-arrow {
    left: calc(100% - 80px);
}

.roomBox .boxLayout .box.textBox {
    padding: 20px 5%;
}
.roomBox:nth-child(even) .boxLayout .box .eyecatcherBtn, .rotatingListbox .eyecatcherBtn {
    right: inherit;
    left: 15px;
}
.roomBox:nth-child(even) .boxLayout .box .eyecatcherBtn2, .rotatingListbox .eyecatcherBtn2 {
    left: 108px;
    height: 110px;
    width: 110px;
    top: 34px;
}
.roomBox:nth-child(even) .boxLayout .box .eyecatcherBtn > *, .rotatingListbox .eyecatcherBtn > * {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.roomBox:nth-child(even) .boxLayout .box .eyecatcherBtn2 > *, .rotatingListbox .eyecatcherBtn2 > * {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}


.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 .txtWrapper {
    width: 48.5%;
    margin: 0 25px;
    text-align: left;
}
.listBox article .imageWrapper {
    width: 48.5%;
    margin-right: 25px;
    height: auto;
    margin-bottom: 0;
}
.rotatingListbox .slick-arrow {
    top: initial;
    bottom: -70px;
}

.partner a {        
    margin: 0 1.5%;
    height: 70px;
    background-size: 500px 1000px;        
}    
.partner .kronplatz {
    background-position: 0 -94px;
    width: 75px;
}
.partner .bauernbund {
    background-position: 0px -470px;
    width: 156px;
}
.partner .superski {
    background-position: 0 -392px;
    width: 170px;
}
.partner .kiens {
    background-position: 0 -541px;
    width: 136px;
}
.partner .roter_hahn {
    background-position: 0 4px;
    width: 60px;
}
.partner .suedtirol {
    background-position: -260px -203px;
    width: 102px;
    height: 80px;
}
.partner a.suedtirol:hover {
    background-position: 0 -203px;
    width: 102px;
    height: 80px;
}
.partner .booking_suedtirol {
    background-position: 0px -306px;
    width: 102px;
    height: 80px;
}

.large-slideshow.twoImagesSlider, .large-slideshow.threeImagesSlider {
    overflow: hidden;
}
.large-slideshow.twoImagesSlider button.slick-arrow, .large-slideshow.threeImagesSlider button.slick-arrow {
    left: calc(50% + 75px);
}
.large-slideshow.twoImagesSlider .slick-list, .large-slideshow.threeImagesSlider .slick-list, .seoBoxes .slick-list {
    margin-left: -22.5px;
    margin-right: -22.5px;
}
.large-slideshow.twoImagesSlider .slick-slide, .large-slideshow.threeImagesSlider .slick-slide, .seoBoxes .slick-slide {
    margin-left: 22.5px;
    margin-right: 22.5px;
}
.large-slideshow.twoImagesSlider .slick-slide, .large-slideshow.threeImagesSlider .slick-slide {
    -webkit-transition: margin 0.8s ease;
    transition: margin 0.8s ease;
    -o-transition: margin 0.8s ease;
    margin-top: 100px;
}
.large-slideshow.twoImagesSlider .slick-slide.slick-center, .large-slideshow.threeImagesSlider .slick-slide.slick-center {
    margin-top: 0;
    margin-bottom: 100px;
}

/*Fullscreen Header Video Styles*/
.showHeaderSlider .headerSlider, .showHeaderVideo .headerVideo {
    height: calc(100vh - 0px);
    height: calc(var(--vh,1vh) * 100);
    max-height: calc(var(--vh,1vh) * 100);
}

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

header .eyecatcherBtn b {
    font-size: 1rem;
}
.footer address img.logoFooter {
    width: 200px!important;
}
.footer .mail, .footer .phone {
    font-size: 30px;
    letter-spacing: 3px;
}

.icons.schaf:before  {
    left: 30px;
    height: 140px;
}
.icons.schafRight:before {
    right: 30px;
    height: 140px;
}

.seoBoxes .box a {
    font-size: 30px;
}
.seoBoxes .box a span {
    font-size: 18px;
    margin-top: 5px;
}
.icons.signet:before {
    right: 2.5vw;
    top: initial;
    bottom: 23px;
    background-color: transparent;   
}
.icons.herzRight:before {
    display: block; 
}
.footer .icons.schaf:before {
    height: 170px;
}
/*.footer address a.whatsapp{
    display: none;
}*/
.blockButtonTextSlideshow .contentBox .button {
    margin-bottom: 80px;
    line-height: initial;
    padding: 16.5px 36px;
}
.icons.herz:before, .icons.herzRight:before {
    height: 120px;
    position: absolute;
}
.giggleWidget .giggle-widget-v2 .stream__title {
    font-size: 24px !important;
}

}


@media (min-width: 1100px) {
.icons.herz:before {
    left: 25px;
    top: -47px;
}
.icons.herzRight:before {
    right: 25px;
    top: -47px;
}
}

@media (min-width: 1300px) {
.SiMenu.active {
    padding-left: 85px;
}
.sc-menu > li {
    width: 340px;
}
.sc-menu > li ul li {
    margin-left: 470px;
}
.SiMenu.active::before {
    width: 600px;
}
.SiMenu li.submenuarrow > a:after {
    top: 40px;
}
.SiMenu ul.sub-menu.active:before {
    width: 458px;
    left: 608px;
}
.SiMenu .sc-menu li ul li a {
    font-size: 18px;
    margin-top: 25px;
    padding-bottom: 8px;
    padding-top: 12px;
}
.sc-menu > li ul li:first-child a, .sc-menu > li:first-child a {
    margin-top: 0;
}
.SiMenu.active::after {
    left: 498px; 
}
.listBoxWrapper .rotatingListbox .txtWrapper {
    margin-top: -45px;
}
.rotatingListbox .slick-arrow {
    top: initial;
    bottom: 0;
    left: calc(48.5% + 77px);
}

.quote > div:before {
    background-position: -1200px -2000px;
    width: 124px;
    height: 100px;
    background-size: 4000px;
    left: -62px;
}

.blockTextSlideshow .boxLayout .box, .roomBox .boxLayout .box {
    width: 57%;
}


.blockTextSlideshow .boxLayout .box.textBox, .roomBox .boxLayout .box.textBox {
    width: 38%;
}
/* Dots
.blockTextSlideshow.dots .boxLayout .box.slideshowBox, .blockTextSlideshow.dots .boxLayout .box.textBox {
    width: 100%; 
} */

.fullWidth.roomWrapper {
    width: 100%;
    margin: 0;
}

.large-slideshowButtons .slideElem .contentBox {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.icons.signet:before {
    top: initial;
    right: 2%;
    bottom: initial;
}
.large-slideshow.threeImagesSlider button.slick-arrow {
    left: initial;
}
.quickrequest .widthWrapper:before {
    top: -100px;
}
.icons.schafRight:before, .icons.schaf:before  {
    height: 140px;
}
.icons.schafRight, .icons.schaf {
    padding-bottom: 70px;
}
}

@media (min-width: 1550px) {
.icons.signet:before {
    top: 14px;
    bottom: initial;
    left: calc(50% + 572px);
    background-color: transparent;
}

.giggleWidget {
    margin-left: -100px;
    width: calc(1270px + 200px);
}
.topBar {
    right: 80px;
}
.anchorMenuWrapper.fixed {
    top: 0;
    margin-left: initial;
    text-align: center;
}
.anchorMenuWrapper a {
    letter-spacing: 2px;
}
.icons.herz:before, .icons.herzRight:before {
    height: 160px;
}
}


@media (min-width: 1700px) {
.large-slideshow .slick-arrow, .large-slideshow.twoImagesSlider button.slick-arrow, .large-slideshowButtons button.slick-arrow {
    left: 0;
    top: 50%;
    margin-left: -90px;
}
.large-slideshow .slick-next.slick-arrow, .large-slideshow.twoImagesSlider button.slick-next.slick-arrow, .large-slideshowButtons .slick-next.slick-arrow {
    left: initial;
    right: 0;
    margin-right: -90px;
}
.large-slideshow.twoImagesSlider, .seoBoxes {
    overflow: initial;
}
.icons.herz:before {
    left: 5vw;
}
.icons.herzRight:before {
    right: 5vw;
}
.large-slideshow.threeImagesSlider button.slick-arrow.slick-prev {
    left: 0;
}
.blockButtonTextSlideshow .contentBox .button {
    margin-bottom: 20px;
}
}

/*___________________--------______________________________-------_____________________*/
/*eAssistant Formular Styles - am Ende auslagern in die eAssisant CSS*/

.sc-layout #be-datepicker {
    border: 1px solid #393031;
}
.sc-layout #be-datepicker-monthYear {
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background: #A64443;
}
.sc-layout #be-datepicker-month, .sc-layout #be-datepicker-year {
    font-size: 18px;
    font-weight: normal;
}
.sc-layout a#be-datepicker-next, .sc-layout a#be-datepicker-back, .sc-layout a#be-datepicker-next:hover, .sc-layout a#be-datepicker-back:hover {
    font-weight: normal;
    color: #fff;
}
.sc-layout .be-datepicker-selectedDay, .sc-layout .be-datepicker-days-background:hover {
    background-color: #B7593C;
    color: #fff!important;
}
.sc-layout .be-datepicker-days-background {
    background-color: #eeeeee;
}

/*Button Styles*/
.sc-layout .be-widget-button, .sc-layout .be-widget-buttonArea > span {
    font-weight: 500;
    cursor: pointer;
    background: #9A8978;
    padding: 16.5px 25px!important;
    text-transform: uppercase;
    color: #fff!important;
    text-decoration: none;
    display: inline-block;
    font-family: "Clafoutis","Arial",sans-serif;
    font-size: 18px;
    border-radius: 0;
    line-height: 1.5;
    letter-spacing: 2.7px;
}
.sc-layout #eassistant input {
    margin-left: 0;
    margin-right: 6px;
}
.sc-layout .be-widget-button:hover, .sc-layout .be-widget-buttonArea > span:hover {
    background: #393031;
}
/*Button Styles END*/

.sc-layout .be-contact-formField, .sc-layout .be-contact-textField, .sc-layout .be-contact-textArea, .sc-layout .becontact-label, .sc-layout .be-contact-formField select, .sc-layout .full, .sc-layout .be-contact-confirmationText  {
    font-family: "Montserrat","Arial",sans-serif;
    color: #393031;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}
.sc-layout #eassistant #Adults {
    clear: both;
}
.sc-layout #eassistant #Privacy a {
    text-decoration: underline;
}
.sc-layout #eassistant #Privacy input {
    margin-left: 0;
}
.sc-layout #eassistant ::-webkit-input-placeholder { 
    color: #393031;
}
.sc-layout #eassistant ::-moz-placeholder {
    color: #393031;
}
.sc-layout #eassistant :-ms-input-placeholder { 
    color: #393031;
}
.sc-layout #eassistant :-moz-placeholder { 
    color: #393031;
}

.sc-layout .seperate .be-contact-label {
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 1.2;
    color: #B7593C;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 40px;
    letter-spacing: 2px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}
.sc-layout .full {
    float: left;
    width: 100%;
    margin: 15px 0 5px 0;
}
.sc-layout .be-contact-textField, .sc-layout .be-contact-formField select, .sc-layout .be-contact-textArea {
    width: 100%;
    height: 32px;
    border: 1px solid #828282;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    background: #fff;
}
.sc-layout .be-contact-textArea {
    min-height: 125px;
}
.sc-layout .be-contact-childAge select {
    max-width: 145px;
}
.sc-layout #eassistant input {
    margin-left: 0;
    margin-right: 6px;
}
.sc-layout .be-state-fail {
    color: #B7593C;
}
.be-contact-invalidFields{
    display: none;
}
.sc-layout .be-contact-textField-error, .sc-layout .be-contact-select-error, .sc-layout .be-contact-textArea-error, .be-contact-invalidFields, .sc-layout select.be-contact-select-error {
    border: 1px solid #B7593C !important;
    background-color: #f8e8e8;
}

/* PreSelected InputField from Quickrequest */
.sc-layout #eassistant .preSelected {
    border: 2px solid #7aa749;
    background-color: rgb(122, 167, 73);
    background-color: rgba(122, 167, 73, 0.15);
}
/*PreSelected Offername*/
.sc-layout .form #Offername {
    display: none;
}
.single-angebote .sc-layout .form #Offername {
    display: inline-block;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    border-color: #8A936D;
    background: #8A936D;
}

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

@media (min-width: 500px){
.sc-layout .be-contact-textField, .sc-layout .be-contact-formField select, .sc-layout .seperate .be-contact-label, .sc-layout #Comment {
    width: calc(100% - 15px);
    min-width: 0;
}
.sc-layout #Name {
    clear: both;
}
.sc-layout #Privacy {
    width: 100%;
}
.sc-layout .seperate .be-contact-label {
    font-size: 1.7rem;
}
}

@media (min-width: 994px){
.sc-layout .be-contact-formField, .sc-layout .be-contact-textField, .sc-layout .be-contact-textArea, .sc-layout .be-contact-label, .sc-layout .be-contact-formField select, .sc-layout .be-contact-confirmationText  {
    font-size: 20px;
}
.sc-layout .be-contact-textField, .sc-layout .be-contact-formField select, .sc-layout .be-contact-textArea {
    height: 40px;
}
.sc-layout .be-widget-button, .sc-layout .be-widget-buttonArea>span {
    font-size: 20px;
}
.sc-layout .seperate .be-contact-label {
    font-size: 30px;
    letter-spacing: 3px;
}
}
