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


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

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

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

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

html, body {
    font-family: "Poppins","Arial",sans-serif;
    color: #43403D;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    background-color: #fff;
}
b, strong, .periods, .offerBoxesWrapper .priceInfo {
    font-weight: 600;
}
.sc-masterContainer, .introContainer {
    background: #E2DCD6;
}
.home .sc-masterContainer, .showHeaderSlider .sc-masterContainer, .showHeaderVideo .sc-masterContainer, .sc-masterContainer {
    background: #fff;
}
.sc-masterContainer {
    padding-top: 70px;
}
.showHeaderSlider .sc-masterContainer, .showHeaderVideo .sc-masterContainer {
    padding-top: 0;
}
.resMenu {
    position: fixed;
    background: #f2efea;
    width: 100%;
    height: 45px;
    z-index: 30;
    top: 0;
    left: 0;
}
.resMenu{
    display: inline-block;
}

.resMenu button.SiMenuToggle {
    position: absolute;
    right: 5px;
    top: 0;
    height: 45px;
    width: 45px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.resMenu button.SiMenuToggle:focus {
    outline: none;
}
.resMenu button.SiMenuToggle .line {
    background: #43403D;
    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: 45px;
    -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;
}
.resMenu a.phone, .SiMenu .copyToMobileMenu a.phone:before {
    background-image: url(../graphics/vector_sprites.svg);
    background-position: -258px -337px;
    text-decoration: none;
    width: 22px;
    height: 24px;
    display: inline-block;
}
.resMenu a.phone {
    font-size: 0;
    position: absolute;
    top: 10px;
    margin-left: 15px;
}
.SiMenu .copyToMobileMenu a.phone:before {
    content: "";
    background-position: -258px -336px;
    vertical-align: bottom;
    margin-right: 6px;
}
.sc-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.sc-menu a {
    text-decoration: none;
    display: block;
    padding: 5px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    color: #59524D;
    position: relative;
    font-family: 'Croissant One';
}
.sc-menu a:hover {
    text-decoration: underline;

}
.sc-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.SiMenu, .SiMenuDesktop {
    display: none;
    text-align: center;
}
.SiMenu.active {
    display: block;
    background: #f2efea;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    box-sizing: border-box;
    padding: 5%;
    padding-top: 40px;
    text-align: center;
    margin: auto;
    width: 100%;
}

 
.SiMenuDesktop .menuImages, [class*="SiMenu"] .menu-item .menuItemImages, .SiMenuDesktop .menuBackgroundImages {
    display: none;
}
[class*=menu-hauptmenue] .current-menu-parent a, [class*=menu-hauptmenue] .current-menu-parent ul li.current-menu-item a, [class*=menu-hauptmenue] .current-menu-item > a {
    text-decoration: underline;
}
[class*=menu-hauptmenue] .current-menu-parent ul li a {
    text-decoration: none;
}
.SiMenu li.hasSubmenu.submenuActive {
    background: #d7d2cc;
    color: #d7d2cc;
}
.SiMenu .sc-menu li ul li a {
    margin-top: 0px;
}
.SiMenu ul, .SiMenuDesktop ul {
    list-style: none;
    padding:0;
    margin:0;
}
.SiMenuDesktop ul {
    text-align: right;
}
.SiMenu li>ul, .SiMenuDesktop li>ul {
    display:none;
    padding-left:0.5rem;
}
.SiMenu li>ul.active, .SiMenuDesktop li>ul.active {
    display:block;
}
.SiMenu .sc-menu li a {
    margin-top: 0px;
}

.SiMenu .logo_menu, .SiMenuDesktop .logo_menu {
    display: none;
}
.SiMenu button, .SiMenuDesktop button {
    background: transparent;
    border: 0;
    padding: 0;
}
.SiMenu button:focus, .SiMenuDesktop button:focus {
    outline: none;
}
.SiMenu button.close-button {
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 0;
    width: 30px;
    height: 30px;
    -webkit-filter: initial;
    filter: initial;
    cursor: pointer;
    z-index: 50;
    color: #43403D;
}
.SiMenu button.close-button::before, .SiMenu button.close-button::after {
    content: " ";
    width: 100%;
    height: 2px;
    background: #827B73;
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.SiMenu button.close-button::after {
    bottom: -8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.SiMenu button.close-button:hover::before, .SiMenu button.close-button:hover::after {
    background: #3B3B3B;
}
.SiMenu .menuImages, .SiMenu .menuItemImages, .menuBackgroundImages {
    background: #E2DCD6;
}
.SiMenu .menu-item.submenuActive .menuItemImages, .SiMenu .menu-item.current-menu-item .menuItemImages {
    display: block;
}
.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 {
    opacity: .2;
    animation: none;
}
.SiMenu .menuFooter {
    padding: 15px;
}

.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 #827b73;
    border-left: 2px solid #827b73;
    -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: #43403D;
}
.hasSubmenu.current-menu-parent > a, .sc-menu li a[aria-current] {
    color: #43403D;
}
nav:not(.SiMenuDesktop) [class*=menu-hauptmenue] {
    /*height: calc(100vh - 450px);
    height: calc(calc(var(--vh, 1vh) * 100) - 450px);*/
    overflow-y: auto;
}

.sc-language-selector, .menuLanguageSelector {
    position: fixed;
    top: 48px;
    right: 0;
    z-index: 1;
    color: #43403D;
    font-size: .7em;
    display: block;
    z-index: 12;
    background-color: #f2efea;
    padding: 3px 8px
}

.sc-language-selector a, .menuLanguageSelector a {
    text-decoration: none;
    text-transform: uppercase;
   color: #43404d;
}
.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 a span {
    position: relative;
    top: 1px
}

.sc-language-selector a img {
    margin-right: 5px
}

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

.sc-language-selector ul li.wpml-ls-current-language span {
    font-family: "Poppins","Arial",sans-serif;
    font-weight: 600;
    text-decoration: underline;
    color: #43403D;
    }

.sc-language-selector ul li:last-child, .menuLanguageSelector ul li :last-child {
    margin-right: 0;
}
.home .sc-language-selector, .home .sc-language-selector a {
    color: #43403D;
    background-color: #f2efea;;
    
}

.sc-language-selector ul li.wpml-ls-current-language a {
    text-decoration: underline;
}

.home .sc-language-selector {
    position: absolute;
    top: 55px;
    right: 5px;
    left: inherit;
    z-index: 1;
}
.menuLanguageSelector, .menuLanguageSelector a {
    color: #43403D;
    
}
.menuLanguageSelector .wpml-ls-current-language a {
    text-decoration: underline;
}
.menuLanguageSelector {
    right: inherit;
    left: 5%;
    top: 20px;
}
.SiMenu .menuHeader {
    margin-bottom: 30px
}

.SiMenu .menuHeader img {
    width: 200px
}
.SiMenu .menuFooter, .SiMenu .copyToMobileMenu a.phone {
    margin-top: 10%!important;
}
.SiMenu .copyToMobileMenu {
    letter-spacing: inherit;
}
.SiMenu .copyToMobileMenu a.phone {
    text-underline-offset: 3px;
    color: #59524D!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 .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) {
    display: inline-block;
}
.breadcrumb {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #e2dcd6;
}
.showHeaderSlider .breadcrumb, .showHeaderVideo .breadcrumb {
    background-color: #fff;
}
.breadcrumb a, .breadcrumb {
    font-size: 15px;
    color: #827B73
}
.introLeft .breadcrumb > span {
    max-width: 1100px;
    margin: auto;
    display: block;
}

.topBar {
    display: none;
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 11;
}
.topBar a.button {
    margin-left: 10px;
}
.topBar a.button:first-child {
    margin-left: 0;
}

.headerSlider, .headerVideo {
    display: none;
    position: relative;
    margin-top: 45px;
}

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

/*Fullscreen HeaderSlider*/
.home .showHeaderSlider .headerSlider, .home .showHeaderVideo .headerVideo {
    height: calc(100vh - 45px);
    height: calc(calc(var(--vh, 1vh) * 100) - 45px);
    overflow: hidden;
}

header .arrowDown {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    bottom: 8vh;
    height: calc(calc(var(--vh, 1vh) * 5) - 0px);
    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;
   
}
header .arrowDown a {
    text-decoration: none;
}
.inner .showHeaderSlider.headerPortraitActive  .arrowDown, header .arrowDown {
    display: none;
}
.home header .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*/



.home .SiMenuDesktop .sc-menu a {
    color: #59524D;
}

li.submenuarrow {
    position: relative;
}
.SiMenuDesktop li.submenuarrow a {
    padding-right: 17px;
}
.SiMenuDesktop li.submenuarrow > a:after, .SiMenu li.submenuarrow > a:after {
    content: " ";
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.SiMenuDesktop li.submenuarrow.submenuActive>a:after, .SiMenu li.submenuarrow.submenuActive>a:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -3px;
}
.SiMenu li.submenuarrow>a:after {
    right: inherit;
    margin-left: 7px;
    top: 15px;
}
.home .SiMenuDesktop li.submenuarrow a:after {
    border-color: #59524D;
}
.home.scrolled .SiMenuDesktop .sc-menu a {
    color: #43403D;
}
.home.scrolled .SiMenuDesktop li.submenuarrow a:after {
    border-color: #fff;
}
.SiMenuDesktop .sc-menu a:hover, .home.scrolled .SiMenuDesktop .sc-menu a:hover, .home.scrolled .SiMenuDesktop .sc-menu li.submenuarrow.hasSubmenu.submenuActive > a {
    color: #919C73;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.SiMenuDesktop .sc-menu a:hover li.submenuarrow a:after, .SiMenuDesktop .sc-menu li.submenuarrow a:hover:after, .SiMenuDesktop .sc-menu li.submenuarrow a[aria-current]:after, .SiMenuDesktop .sc-menu li.submenuarrow.hasSubmenu.submenuActive a:after, li.submenuarrow.hasSubmenu.submenuActive>a:after, li.submenuarrow.hasSubmenu:hover>a:after, .SiMenuDesktop .hasSubmenu.current-menu-parent > a:after {
    border-color: #3B3B3B;
}

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

header .MainLogo {
    padding: 20px 0;
    /*margin-top: 45px;*/
    text-align: center;
    background: #e2dcd6;
    display: none;
}
.showHeaderSlider header .MainLogo, .showHeaderVideo header .MainLogo {
    background: transparent;
}
header .MainLogo img {
    width: 360px;
    height: auto;
}
.home header .MainLogo {
    text-align: center;
    position: absolute;
 height: 244px;
 width: 360px;
    z-index: 4;
    left: 50%;
    transform: translate(-50%);
    display: block;
    bottom: 16vh;
}
.home header .MainLogo .menuLogo, .home.SiMenuOpen header .MainLogo .headerLogo {
    display: none;
}
.home.SiMenuOpen header .MainLogo .menuLogo {
    display: block;
}
.home header .MainLogo img {
    width: 250px;
}
a {
    color: #3B3B3B;
}
a:hover {
    color: #919C73;
}

.button, .sc-readmore a, .sc-readmore a {
    background: #C4AB78;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    font-family: "Poppins","Arial",sans-serif;
    font-size: 1rem;
}
.buttonmap{
    background: #43403D;
    color: #fff;
    padding: 10px 15px;
    display:inline-block;
    text-decoration: none;
    margin: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    font-family: "Poppins","Arial",sans-serif;
    font-size: 1rem;
}
.pdf{
    display: block;
   
}
.buttonmap a:hover{
    text-underline-offset: 3px;
    text-decoration: underline;
}
a.button, .sc-readmore a, .sc-readmore a  {
    text-decoration: none;
}
.button.secondary, .topBar .button:nth-child(even), .resMenu a.button:nth-child(odd), .SiMenu .copyToMobileMenu .button:nth-child(odd) {
    background:#919C73;
}
.button:hover, .topBar .button:nth-child(even):hover, .sc-readmore a:hover, .offerBoxesWrapper article:hover .sc-readmore a, .resMenu a.button:nth-child(odd):hover, .SiMenu .copyToMobileMenu .button:nth-child(odd):hover {
    transform: scale(1.1);
    color: #fff;
}
.bg2 .button:hover {
    transform: scale(1.1);
}

.buttonsWrapper {
    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;
    margin: 20px -5px
}

.buttonsWrapper .button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 225px;
    flex-basis: 225px;
    margin: 5px;
    text-align: center;
}

.eyecatcherBtn {
    background: #C4AB78;
    font-family: 'Croissant One';
    font-weight: 400;
    height: 100px;
    width: 100px;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    align-items: center;
    line-height: 1;
    font-size: 0.8rem;
    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: 5%;
    left: 5%;
    font-size: .8rem;
    transform: rotate(-8deg);
}
header .eyecatcherBtn a {
    text-decoration: none;
    color: #fff;
}
header .eyecatcherBtn a:hover {
    opacity: .5;
}
.eyecatcherBtn b {
    display: block;
    margin: 2px 0;
    font-size: .8rem;
}
header .eyecatcherBtn b {
    font-size: .8rem;
}
.eyecatcherBtn > * {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .8rem;
    line-height: 1.2;
}


small {
    font-size: 0.7em;
}
hr {
    background-image: url(../graphics/vector_logo-sticky.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    border: 0;
    text-align: left;
    display: inline-block;
    clear: both;
    margin: 25px auto 40px auto;
}
.center {
    text-align: left;
}
.center hr {
    display: inherit;
}

p {
    margin-bottom: 15px;
}
p:last-child {
    margin: 0;
}

h1, .t1 {
    font-size: 16px;
    font-family: "Poppins","Arial",sans-serif;
    font-weight: 400;
    color: #43403D;
    text-transform: uppercase;
    margin: 0;
    clear: both;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.sc-header {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.highlights h3, .t3{
    color: #43403D;
}
h2, .t2, h3, .t3, h4, .t4, .single h1, .noH2 h1, .SiMenu .copyToMobileMenu a.phone, .seoBoxesWrapper .headline, .listBoxWrapper .headline, .error404 .sc-header h1, .single .offertextBox .headline, .offerBoxesWrapper .headline {
    font-size: 36px;
    line-height: 1.2;
    font-family: "Croissant One","Arial",sans-serif;
    font-weight: 400;
    color: #919C73;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}


.noH2 h1, .error404 .sc-header h1 {
    margin-top: 0;
    align-items: center;
}
h3, .t3, .listBoxWrapper .headline, .single .offertextBox .headline, .offerBoxesWrapper .headline {
    font-size: 25px;
    letter-spacing: 1.75px;
   
}
h4, .t4, .txtLink, .SiMenu .copyToMobileMenu a.phone, .sc-quickInquiry>div label, [data-accordion] [data-control], .seoBoxesWrapper .headline, .returnLinkWrapper .returnLink {
    font-family: "Poppins","Arial",sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #43403D;
}

h5,.t5{
    margin-top: 0;
    align-items: center;
    color: red;
    font-family: "Poppins","Arial",sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.seoBoxes .t1, .seoBoxes .t2, .quickrequest .t2 {
    color: #59524D;
}
a.txtLink, .returnLinkWrapper .returnLink {
    font-weight: 400;
    text-transform: uppercase;
    text-underline-offset: 3px;
    color: #43403D;
   line-height: 2;
}
a.txtLink:hover, .returnLinkWrapper .returnLink:hover {
    color: #919C73;
    border-color: #919C73;
}
.sc-masterContainer ul {
    padding: 0 22px;
    margin: 0;
}

.sc-masterContainer ul li {
    margin-bottom: 15px;
}
.sc-masterContainer ul li:last-child, .sc-masterContainer ul li ul li {
    margin-bottom: 20px;
}
.column {
    text-align: left;
}
.gmap iframe { 
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
}
.footer .editorial, .footer .editorial a {
    color: #43403D;
}
.footer .editorial {
    font-size: 85%;
}
.footer {
    text-align: center;
    clear: both;
}
.footer .seoBoxes {
    margin: 0 auto;
}
.footer address {
    font-style: normal;
}
.footer address img.logoFooter {
    width: 360px!important;
    max-width: 65%!important;
    height: auto!important;
    margin-bottom: 5vh;
}
.footer #cookie-law-info-bar a {
    margin-top: 15px !important;
}
.footer #cookie-law-info-bar {
    padding: 15px;
}
.footer #cookie-law-info-bar a.cli_settings_button {
    text-decoration: underline;
}
.footer address .box span {
    display: block;
    margin-bottom: 22px;
}
.footer address .box .big a {
    text-decoration: underline;
    font-size: 22px;
    display: inline-block;
    margin-top: 10px;
}

.footer address .box .big a:hover{
    color: #C4AB78;
}

.footer address .box:nth-child(2) {
    margin: 45px 0;
}
.footer .webcam-weather a {
    text-decoration: none;
    font-size: 17px;
    position: relative;
    padding-top: 90px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    color: #43403D;
    font-weight: 400;
}
.footer .webcam-weather a:hover, .awards a:hover{
    transform: scale(1.1);
}

.footer .awards a {
    text-decoration: none;
    font-size: 17px;
    position: relative;
    padding-top: 90px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    color: #43403D;
    font-weight: 400;
}
 .footer .webcam-weather a:before {
    content: "";
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: -220px -250px;
    left: calc(50% - 25px);
    bottom: 35px;
}
.footer .awards a:before {
    content: "";
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: -419px -252px;
    left: calc(50% - 25px);
    bottom: 35px;
}
.footer .awards a.instagram:before {
    background-position: -517px -255px;
}

.footer .webcam-weather a.weather:before {
    background-position: -321px -250px;
}
.footer .webcam-weather a:not(:last-child) {
    margin-bottom: 10px;
}
.footer .awards a {
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle;
}
.newsletter .mobileWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.newsletter input {
    background-color: #fff;
    color: #919C73;
    border: 0;
    height: 45px;
    padding: 8px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 6px;
    font-family: "Poppins","Arial",sans-serif;
}
.social-media a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-image: url(../graphics/vector_sprites.svg);
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 -340px;
    margin: 0 6px;
}
.social-media a.facebook {
    background-position: 0 -340px;
}
.social-media a.instagram {
    background-position: -100px -340px;
}

.bg1, .quote {
    background-color: #C4D9D9;
}
.bg1 h3, .bg1 .t3{
    color: #43403D;
}
.bg2, .listBoxWrapper, .single .furtherListDetailContent, .anchorMenuWrapper, .returnLinkWrapper, .single .offerDetailsFullWidth{
    background-color: #afb799;
}
.bg3 {
    background-color: #f2efea;
}

 .bg2 h2,.t2 {
    color: #43403D;
}

.emptyTemplate .fullWidth {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.emptyTemplate .fullWidth.weatherPopup {
    align-items: center;
    justify-content: center;
}
.emptyTemplate li {
    list-style-type: none;
    position: relative;
}

.widthWrapper, .contentWrapper, body:not(.home) .showHeaderSlider .headerSlider .sc-slideshow, body:not(.home) .showHeaderVideo .headerVideo video, .sc-header, .seoBoxesWrapper, .returnLinkWrapper .txtLinkWrapper, .fullWidth.offerDetailsFullWidth > .wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}

.home .showHeaderSlider .headerSlider, .showHeaderVideo .headerVideo {
    width: 100%;
    max-width: 100%;
}
.contentWrapper, .sc-header, .offerBoxesWrapper {
    max-width: 950px;
}
.padding-top-xxl { padding-top: 100px; }
.padding-top-xl { padding-top: 100px; }
.padding-top-l, .single .furtherListDetailContent, .single .offerDetailsFullWidth { padding-top: 75px; }
.padding-top-m, .listBoxWrapper .listBox { padding-top: 60px; }
.padding-top-s, .listBox .txtLinkWrapper { padding-top: 45px; }
.padding-top-xs, .returnLinkWrapper { padding-top: 30px; }
.padding-top-xxs { padding-top: 15px; }

.padding-bottom-xxl { padding-bottom: 100px; }
.padding-bottom-xl { padding-bottom: 100px; }
.padding-bottom-l, .no-quickrequest .seoBoxes, .error404 .contentWrapper, .single .furtherListDetailContent, .single .offerDetailsFullWidth { padding-bottom: 75px; }
.padding-bottom-m, .listBoxWrapper, .listBoxWrapper .listBox, .returnLinkWrapper { padding-bottom: 60px; }
.padding-bottom-s { padding-bottom: 45px; }
.padding-bottom-xs, .listBox .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 { margin-top: 75px; }
.margin-top-m { margin-top: 60px; }
.margin-top-s, .single .offertextBox { margin-top: 45px; }
.margin-top-xs, .showHeaderSlider .sc-masterContainer, .showHeaderVideo .sc-masterContainer, [data-accordion] [data-content] h3, .listBoxWrapper .txtLinkWrapper, .box .editorImage, .error404 .sc-masterContainer a.button { margin-top: 30px; }
.margin-top-xxs, [data-accordion-group], .buttonsWrapper .button { margin-top: 15px; }

.margin-bottom-xxl { margin-bottom: 100px; }
.margin-bottom-xl { margin-bottom: 100px; }
.margin-bottom-l, .offerBoxesWrapper article, .roomSite .room, .seoBoxesWrapper, .roomBoxesWrapper .roomBox { margin-bottom: 75px; }
.margin-bottom-m { margin-bottom: 60px; }
.margin-bottom-s { margin-bottom: 45px; }
.margin-bottom-xs { margin-bottom: 15px; }
.margin-bottom-xxs, .tabs, .SiMenu .copyToMobileMenu a.phone [data-control] { margin-bottom: 15px; }

.widthWrapper img, .contentWrapper img {
    max-width: 100%;
    height: auto;
}
.blockTextSlideshow h4 br, .blockTextSlideshow .t4 br, .widthWrapper > .blockTextSlideshow h4 br, .widthWrapper > .blockTextSlideshow .t4 br {
    display: none;
}
.blockTextSlideshow h4, .blockTextSlideshow .t4, .widthWrapper > .blockTextSlideshow h4, .widthWrapper > .blockTextSlideshow .t4, .txtLink, .returnLinkWrapper .returnLink {
    font-size: 17px;
    text-align: left;
  
}

.offerBoxesWrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    align-items: initial;
}

.imageCaption {
    text-align: center;
    background: #C4AB78;
    color: #fff;
    position: absolute;
    padding: 15px 20px;
    top: 10%;
    z-index: 5;
}

.imageCaption small {
    text-transform: uppercase;
    font-size: 0.5em;
    letter-spacing: 2.5px;
    display: block;
}
.imageCaption b {
    font-family: "Croissant One","Arial",sans-serif;
    font-size: 1.5rem;
    line-height: 1;
}
.partner a {
    background-image: url(../graphics/partners.png);
    display: inline-block;
    background-repeat: no-repeat;
    text-decoration: none;
    margin: 1% 1.5%;
    height: 35px;
    background-size: 250px 500px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  
}
.partner br {
    display: none;
}
.partner a:hover, .superski:hover,.partner .suedtirol:hover, .booking_suedtirol:hover, .superski:hover, .roter_hahn:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.partner .kronplatz {
    background-position: -40px -46px;
    width: 102px;
}
.partner .superski {
    background-position: 0 -196px;
    width: 85px;
}
.partner .roter_hahn {
    background-position: 0 4px;
    width: 60px;
}
.partner .suedtirol {
    background-position: -67px -101px;
    width: 56px;
    height: 40px;
}
.partner .suedtirol:hover{
    background-position:  0 -101px;
    width: 56px;
    height: 40px;
}
.partner .booking_suedtirol {
    background-position: 0px -153px;
    width: 51px;
    height: 40px;
}

.slick-arrow {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 2%;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -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;
}
.slick-next.slick-arrow {
    right: 2%;
    left: auto;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
 
}

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
}

/* Accordion Styles */
[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}
[data-accordion] [data-control] {
    border-bottom: 1px solid #43403D;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
[data-accordion] [data-content] h3 {
    margin-top: 45px;
    margin-bottom: 10px;
}
[data-accordion] [data-content] h3:first-child {
    margin-top: 0;
}
[data-accordion]>[data-control]:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 18px;
    width: 18px;
    background: url(../graphics/vector_sprites.svg) center center no-repeat;
    background-position: -120px 0;
}
.bg2 [data-accordion]>[data-control]:after {
    background-color: #F2EFEA;
}
.bg3 [data-accordion]>[data-control]:after {
    background-color: #f2efea;
}
[data-accordion].open > [data-control]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.accordion.open {
    margin-bottom: 45px;
}

/* SiTable Styles */
.SiTable table {
    border: 0;
    border-collapse: collapse;
    line-height: 1.3;
    background: #fff;
    width: 100%;
}
.SiTable td {
    padding: 7px;
    border: 1px solid #59524D;
}
.SiTable tr:nth-child(odd) {
    background: #fff;
}
.SiTable table tr:nth-child(1) {
    background: #C4AB78;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.additionalPriceInformation {
    font-size: 85%;
    margin: 15px 0;
}

.highlights h3, .highlights .t3 {
    margin-bottom: 50px;
}
.highlights p, .highlights p:last-child {
    margin-top: 30px;
}
.highlights ul li {
    position: relative;
    list-style-type: none;
}
.highlights ul {
    padding: 0 22px 0 30px;
    margin: 0;
}
.highlights ul li:before {
    content: "";
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    width: 14px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: 0px -115px;
    left: -30px;
    top: 9px;
}
.sc-masterContainer ul:not(.slick-dots) li {
    list-style-type:none;
    position: relative;
}


.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: 14px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: 0px -115px;
    left: -22px;
    top: 9px;
}
.noBreak li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}

/* Grafik Start*/

.highlights{
    position: relative;
}
.highlights:after {
    content: "";
    width: 83px;
    height: 90px;
    bottom: auto;
    position: absolute;
    background-image: url(../graphics/vector_logo-sticky.svg);
    background-repeat: no-repeat;
    right: 2%;
    background-size: 83px 90px;
    
}

/* SEO Boxes Styles */
.seoBoxes .box {
    position: relative;
    cursor: pointer;
}
.seoBoxes .box img {
    display: block;
    width: 100%;
    height: auto!important;
}
.seoBoxes .box:after {
    content: " ";
    width: 100%;
    height: 40%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(bottom,#43404d,transparent 100%);
    background: -webkit-gradient(linear,left bottom, left top,color-stop(0, #43404d),to(transparent));
    background: linear-gradient(to top,#43404d 0,transparent 100%);
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}
.seoBoxes .box:hover:after {
    height: 100%;
    background: rgb(196, 171, 120);
    background: rgba(196, 171, 120, 0.80);
}
.seoBoxesWrapper .headline {
    position: absolute;
    bottom: 15%;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.seoBoxes .box .headline a {
    color: #fff;
    text-decoration: none;
    font-family: "Croissant One","Arial",sans-serif;
    font-size: 1.2rem;
    line-height: 1;
}
.seoBoxes .box .headline a span {
    display: block;
}
.seoBoxesWrapper .headline:before {
    content: " ";
    background-image: url(../graphics/vector_sprites.svg);
    width: 66px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: -259px -99px;
    border: 0;
    text-align: left;
    clear: both;
    margin-bottom: 10px;
    display: block;
    margin-left: calc(50% - 33px);
}
.seoBoxes .box:nth-child(2) {
    margin: 5% 0;
}

/* Rotating ListBox */
.listBox {
    padding-left: 5%;
    padding-right: 5%;
}
.listBox article {
    background: #919C73;
    padding-bottom: 8%;
}
.listBox article .txtWrapper {
    padding: 8% 8% 0 8%;
}

.listBox article .imageWrapper {
    background: #fff;
    height: 40vh;
}
.listBox article .imageWrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
}
.listBox .rotatingListbox h2 {
    visibility: hidden;
    height: 0;
}
.listBox article .sc-readmore {
    text-align: center;
}
.listBox article .sc-readmore a, .sc-readmore a {
    background: #F2EFEA;
    color: #59524D;
    margin-top: 22px;
}
.sc-readmore a {
    background: #59524D;
    color: #fff;
}
.listBox article .txtWrapper * {
    color: #fff;
    text-align: center;
}
.listBox .txtLinkWrapper {
    text-align: center;
    margin-top: 35px;
}
.listBox .txtLinkWrapper a.txtLink {
    color: #59524D;
    border-color: #59524D;
}
.rotatingListbox button.slick-arrow {
    top: inherit;
    bottom: -53px;
    left: calc(50% - 35px);
    background: #919C73;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 30px;
    width: 30px;
    border: none;
}
.rotatingListbox button.slick-next {
    left: inherit;
    right: calc(50% - 35px);
}
.rotatingListbox button.slick-arrow:after {
    content: " ";
    position: absolute;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    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;
}

/*Offerlist Site*/
.offerBoxesWrapper {
    background: transparent;
}

.offerBoxesWrapper article {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.offerBoxesWrapper article .sc-header {
    max-width: 100%;
    margin: 0;
    width: 100%;
}
.offerBoxesWrapper article .sc-header .t3, .offerBoxesWrapper .headline {
    margin: 0;
}
.offerBoxesWrapper article .imageWrapper {
    margin: 12px 0;
}
.single .offertextBox .headline {
    margin-bottom: 0;
    margin-top: 35px;
}
.single .offertextBox .headline:first-of-type {
    margin-top: 0;
}

.furtherListDetailContent > div {
    padding: 0;
    margin: 0;
    background: transparent;
}

/*----SiTabs start----*/
.tabs > [data-control] button {
    border: 0;
    position: relative;
    background-color: transparent;
    padding: 5px 20px 5px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 1em;
    font-family: "Poppins","Arial",sans-serif;
    color: #43403D;
}
.tabs [data-control] button:nth-child(1) {
    margin-left: 0;
}
.tabs button:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border: 2px solid #919C73;;
    background-color: transparent;
    z-index: 1;
    margin-left: 0;
}
.bg2 .tabs button:before {
    border-color: #919C73;
    background-color: transparent;
}
.tabs button:after {
    z-index: 4;
   /*background-image: url(../graphics/check-solid.svg);*/
    content: "";
    width: 18px;
    height: 18px;
    top: 2px;
    left: 5px;
    position: absolute;
}
.tabs button.active:before, .tabs button.active:hover:before {
    background-color: #919C73;
    border: 2px solid #919C73;
}
.tabs button:hover:before {
    background-color: #919C73;
    border-color: #919C73;
}
.tabs > [data-control] button i.fa.fa-check {
    position: absolute;
    left: 6px;
    color: #fff;
    display: inline-block;
    top: 5px;
}
.scrollableAreaWrapper {
    position: relative;
}
.scrollableAreaWrapper:before {
    width: 25px;
    height: 19px;
    display: inline-block;
    content: " ";
    background-image: URL("../graphics/scroll-left-right.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    opacity: .4;
    right: 0;
    top: 14px;
    position: absolute;
    z-index: 11;
}
.roomWrapper .scrollableAreaWrapper:before {
    top: inherit;
    bottom: 15px;
}
.scrollableAreaWrapper:after {
    content: " ";
    width: 50px;
    height: 100%;    background: -o-linear-gradient(left,rgba(214, 195, 168, 0) 0,rgba(247, 245, 242, 0) 1%,rgba(247, 245, 242, 0.55) 73%,#fff 74%);    background: -webkit-gradient(linear,left top, right top,color-stop(0, rgba(214, 195, 168, 0)),color-stop(1%, rgba(247, 245, 242, 0)),color-stop(73%, rgba(247, 245, 242, 0.55)),color-stop(74%, #fff));    background: linear-gradient(to right,rgba(214, 195, 168, 0) 0,rgba(247, 245, 242, 0) 1%,rgba(247, 245, 242, 0.55) 73%,#fff 74%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.bg2 .scrollableAreaWrapper:after {    background: -o-linear-gradient(left,rgba(206,196,188,0) 0,rgba(206, 196, 188, 0.02) 1%,rgba(206,196,188,0.80) 73%,#cec4bc 74%);    background: -webkit-gradient(linear,left top, right top,color-stop(0, rgba(206,196,188,0)),color-stop(1%, rgba(206, 196, 188, 0.02)),color-stop(73%, rgba(206,196,188,0.80)),color-stop(74%, #cec4bc));    background: linear-gradient(to right,rgba(206,196,188,0) 0,rgba(206, 196, 188, 0.02) 1%,rgba(206,196,188,0.80) 73%,#cec4bc 74%);
}
.scrollableArea {
    overflow-x: auto!important;
    white-space: nowrap;
    z-index: 2;
    width: 100%;
    padding: 12px 0;
    position: relative;
}

/* Quickrequest Styles and SiInquiryForm additional Styles */
.sc-quickInquiry .sc-quickformSubmit button {font-size: 17px;line-height: 1.5;}@media (min-width: 994px){.sc-quickInquiry .sc-quickformSubmit button {font-size: 20px;}}
.sc-quickInquiry .sc-quickformSubmit {padding: 0;margin-top: 45px;}
.sc-quickInquiry label:focus, .sc-quickInquiry label:hover, .sc-quickInquiry>div.active {background: #efece8;}
.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 {
    background: #C4AB78;
    border-color: #C4AB78;
}
.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: #F2EFEA;
    border-color: #F2EFEA;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #59524D;
}
.no-quickrequest .quickrequest {
    display: none;
}
.quickrequest .t2 {
    margin-bottom: 30px;
}
.sc-quickInquiry>div label {
    position: relative;
    color: #59524D;
    letter-spacing: 0;
}
.sc-quickInquiry label input {
    background: 0;
    font-family: "Croissant One","Arial",sans-serif;
    font-size: 20px;
    margin-top: 0;
    padding-left: 20px;
}
.sc-quickInquiry>div label:before {
    content: "";
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: -59px -166px;
    left: calc(50% - 30px);
    bottom: 33px;
    z-index: 5;
    display: inline-block;
}
.sc-quickInquiry>div.sc-quickformArrival label:before, .sc-quickInquiry>div.sc-quickformDeparture label:before {
    background-position: 0 -170px;
    width: 20px;
    left: calc(50% - 70px);
}

body.emptyTemplate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

/*ListOverviewSite Styles */
.offerBoxesWrapper {
    flex-wrap: wrap;
    align-items: initial;
}
.offerBoxesWrapper article {
    position: relative;
    margin-bottom: 75px;
    cursor: pointer;
}
.offerBoxesWrapper article:last-child {
    margin-bottom: 0;
}

/*Room Site Styles*/
.roomBoxesWrapper .roomBox:last-child {
    margin-bottom: 0;
}

.lightcase-icon-close:before {
    text-shadow: 1px 1px 1px #333;
}

/*Anchor Menu*/
.anchorMenuWrapper {
    padding: 20px 15px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    max-width: unset;
    left: 0;
    box-sizing: border-box;
}
.anchorMenuWrapper.fixed {
	position: fixed;
	top: 45px;
	z-index: 5;
}
.anchorMenuWrapper a {
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	opacity: .5;
	margin-right: 30px;
    color: #fff;
}
.anchorMenuWrapper a.sianchorActive {
	opacity: 1;
}
.anchorMenuWrapper a:last-child {
	margin-right: 0;
}
.sc-masterContainer{
	overflow-x: hidden;
}
.quote{
    background-color: #C4D9D9;
    color: #43403D;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.;
    text-transform:uppercase;
    font-family: 'Croissant One';
    align-content: center;
    position: relative;
}
.quote::before {
    content: "";
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    width: 60px;
    height: 61px;
    background-repeat: no-repeat;
    background-position: 0px -580px;
    top: -60px;
    background-size: 5000px 5000px;
    left: -15px;
}
.home .showHeaderSlider .headerSlider:after, .showHeaderVideo .headerVideo:after {
    content: " ";
    background: -o-linear-gradient(top,#414731 0,transparent 100%);
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #414731),to(transparent));
    background: linear-gradient(to top,#414731 0,transparent 100%);
    width: 100%;
    height: 38%;
    position: absolute;
    right: 0;
    z-index: 3;
    pointer-events: none;
    bottom:0;
}



/* ------------------- @Media 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) [class*=menu-hauptmenue] {
    height: calc(100vh - 120px);
    height: calc(calc(var(--vh, 1vh) * 100) - 120px);
    overflow-y: auto;
    margin-top: 0;
}
.SiMenu .menuFooter {
    display: none;
}
}
    
@media (min-width: 530px) {
.scrollableAreaWrapper:after, .scrollableAreaWrapper:before {
    display: none;
}
}

@media (min-width: 600px) {
.column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: left;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    break-inside: avoid;
}
.highlights p, .highlights h3, .highlights .t3 {
    text-align: center;
}
.highlights:after {
    content: "";
    width: 83px;
    height: 90px;
    bottom: -2vh;
    position: absolute;
    background-image: url(../graphics/vector_logo-sticky.svg);
    background-repeat: no-repeat;
    right: 2%;
    background-size: 83px 90px;
    
}
.home.highlights:after {
    content: "";
    width: 83px;
    height: 90px;
    bottom: 0vh;
    position: absolute;
    background-image: url(../graphics/vector_logo-sticky.svg);
    background-repeat: no-repeat;
    right: 2%;
    background-size: 83px 90px;
    
}
}

@media (min-width: 700px) {
.center, h1, .t1, .breadcrumb, .error404 .sc-header, .error404 .contentWrapper, .returnLinkWrapper {
    text-align: center;
}
.introLeft h1, .introLeft .breadcrumb {
    text-align: left;
}

.offerBoxesWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.showHeaderSlider .widthWrapper > .boxLayout, .showHeaderVideo .widthWrapper > .boxLayout {
    margin-top: 60px;
}
header .arrowDown {
    bottom: 5vh;   
}
.buttonmap{
    background: #43403D;
    color: #fff;
    padding: 10px 15px;
    display:inline-block;
    text-decoration: none;
    margin: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    font-family: "Poppins","Arial",sans-serif;
    font-size: 1rem;
}
.pdf{
    display: inline-flex;
    flex-direction: row;
   
}
/*BlockTextSlideshow: BoxLayout Boxes */
.blockTextSlideshow h4, .blockTextSlideshow .t4, .widthWrapper > .blockTextSlideshow h4, .widthWrapper > .blockTextSlideshow .t4, .txtLink, .returnLinkWrapper .returnLink {
    font-size: 20px;
   
}
.blockTextSlideshow h4 br, .blockTextSlideshow .t4 br, .widthWrapper > .blockTextSlideshow h4 br, .widthWrapper > .blockTextSlideshow .t4 br {
    display: block;
}

.blockTextSlideshow:not(.change-order):not(.change-order-d) .boxLayout:not(.change-order):not(.change-order-d) .box.textBox, .blockText:not(.change-order):not(.change-order-d) .boxLayout .box.textBox, .single .offerDetailsFullWidth .boxLayout .box.textBox {
    margin-left: 10%;
}
.blockTextSlideshow.change-order .boxLayout .box.textBox, .blockTextSlideshow.change-order-d .boxLayout .box.textBox, .blockText.change-order .boxLayout .box.textBox, .blockText.change-order-d .boxLayout .box.textBox, .roomBoxesWrapper .roomBox:nth-child(even) .boxLayout .box.textBox {
    margin-right: 10%;
}
.blockTextSlideshow.largeBoxDesktop .boxLayout {
    max-width: 90%;
}
.blockTextSlideshow:not(.change-order):not(.change-order-d).largeBoxDesktop .boxLayout {
    margin-left: 0;
}
.blockTextSlideshow.change-order.largeBoxDesktop .boxLayout, .blockTextSlideshow.change-order-d.largeBoxDesktop .boxLayout, .roomBoxesWrapper .roomBox:nth-child(even) .largeBoxDesktop .boxLayout {
    margin-right: 0;
}

.blockTextSlideshow.largeBoxDesktop .boxLayout .box.slideshowBox {
    width: 50%;
}
.blockTextSlideshow.largeBoxDesktop .boxLayout .box.textBox, .overview .blockTextSlideshow.largeBoxDesktop.bg2 .boxLayout .box.slideshowBox, .overview .blockTextSlideshow.largeBoxDesktop.bg3 .boxLayout .box.slideshowBox  {
    width: 40%;
}

.overview .blockTextSlideshow.largeBoxDesktop.bg2:not(.change-order):not(.change-order-d) .boxLayout .box.slideshowBox, .overview .blockTextSlideshow.largeBoxDesktop.bg3:not(.change-order):not(.change-order-d) .boxLayout .box.slideshowBox {
    margin-left: auto;
}
.overview .blockTextSlideshow.largeBoxDesktop.bg2.change-order .boxLayout .box.slideshowBox, .overview .blockTextSlideshow.largeBoxDesktop.bg3.change-order .boxLayout .box.slideshowBox {
    margin-right: auto;
}
.home header .MainLogo img {
    width: 360px;
}

/*Room Styles*/
.roomBoxesWrapper .roomBox:nth-child(even) .boxLayout .box:nth-child(1) {
    order: 2;
}
.roomBoxesWrapper .roomBox:nth-child(even) .largeBoxDesktop .boxLayout {
    margin-left: auto;
}

/*BlockTextSlideshow: Imagebox + Textbox with Image */
.blockTextSlideshow .box.textBox {
    display: flex;
    flex-direction: column;
}
.blockTextSlideshow .box.textBox .secondText {
    order: 2;
    margin-top: 50px;
}
.blockTextSlideshow .box .editorImage {
    margin-top: 0;
}

.seoBoxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.seoBoxes .box {
    width: 30%;
}
.seoBoxes .box:nth-child(2) {
    margin: 0;
}

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

.listBox article .imageWrapper {
    padding-bottom: 0;
}
.listBox article .txtWrapper {
    padding: 0;
}
.listBox article .txtWrapper * {
    color: #59524D;
    text-align: left;
}
.listBox article .txtWrapper, .listBox article .imageWrapper {
    width: 43%;
}
.listBox article {
    background: transparent;
    padding-bottom: 0;
}
.imageWrapper {
    margin-right: 5%;
}
.offerBoxesWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 90%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.offerBoxesWrapper article {
    width: 48%;
}
.listBox article .sc-readmore a {
    background: #C4AB78;
    color: #fff;
}
.listBox article .sc-readmore a:hover {
    background: #fff;
    color: #C4AB78;
}
}

@media (min-width: 994px) {
.padding-top-xxl { padding-top: 120px; }
.padding-top-xl { padding-top: 120px; }
.padding-top-l, .single .furtherListDetailContent, .single .offerDetailsFullWidth { padding-top: 100px; }
.padding-top-m, .listBoxWrapper .listBox { padding-top: 75px; }
.padding-top-s { padding-top: 60px; }
.padding-top-xs, .single h1, .sc-masterContainer, .returnLinkWrapper { padding-top: 45px; }
.padding-top-xxs { padding-top: 30px; }

.padding-bottom-xxl { padding-bottom: 120px; }
.padding-bottom-xl { padding-bottom: 120px; }
.padding-bottom-l, .no-quickrequest .seoBoxes, .error404 .contentWrapper, .single .furtherListDetailContent, .single .offerDetailsFullWidth { padding-bottom: 100px; }
.padding-bottom-m, .listBoxWrapper, .listBoxWrapper .listBox, .returnLinkWrapper { padding-bottom: 75px; }
.padding-bottom-s { padding-bottom: 60px; }
.padding-bottom-xs { padding-bottom: 45px; }
.padding-bottom-xxs { padding-bottom: 30px; }

.margin-top-xxl { margin-top: 120px; }
.margin-top-xl { margin-top: 120px; }
.margin-top-l { margin-top: 100px; }
.margin-top-m { margin-top: 75px; }
.margin-top-s, .single .offertextBox { margin-top: 60px; }
.margin-top-xs, [data-accordion] [data-content] h3, .error404 .sc-masterContainer a.button { margin-top: 45px; }
.margin-top-xxs, [data-accordion-group], .buttonsWrapper .button { margin-top: 30px; }

.margin-bottom-xxl { margin-bottom: 120px; }
.margin-bottom-xl { margin-bottom: 120px; }
.margin-bottom-l, .offerBoxesWrapper article, .home .sc-header h1, .roomSite .room, .seoBoxesWrapper, .roomBoxesWrapper .roomBox { margin-bottom: 100px; }
.margin-bottom-m { margin-bottom: 75px; }
.margin-bottom-s { margin-bottom: 60px; }
.margin-bottom-xs, .roomBox .roomWrapper { margin-bottom: 45px; }
.margin-bottom-xxs, .tabs [data-control] { margin-bottom: 25px; }

html, body, h1, .t1, .footer .webcam-weather a, .footer .awards a.sc-quickInquiry>div label, .seoBoxesWrapper .headline a, [data-accordion] [data-control] {
    font-size: 20px;
}
h1 {
    text-align: center;
    margin-bottom: 25px;
}
h2, .t2, .single h1, .noH2 h1, .error404 .sc-header h1 {
    font-size: 60px;
    margin-bottom: 45px;
}
h3, .t3, .listBoxWrapper .headline, .single .offertextBox .headline, .offerBoxesWrapper .headline {
    font-size: 40px;
    margin-bottom: 25px;
}
h4, .t4, .seoBoxesWrapper .headline {
    font-size: 27px;
    margin-bottom: 25px;
}
.sc-masterContainer, .showHeaderSlider .sc-masterContainer, .showHeaderVideo .sc-masterContainer, .home .sc-masterContainer {
    margin-top: 130px;
}
.button, .sc-readmore a, .sc-readmore a  {
    padding: 15px 25px;
}
.imageCaption {
    top: inherit;
    bottom: 15%;
}
.imageCaption small {
    font-size: 0.6em;
}
.imageCaption b {
    font-size: 1.6rem;
}
.sc-language-selector, .home .sc-language-selector {
    display: block;
    z-index: 12;
    top: 100px;
    right: 25px;
}

.sc-language-selector a, .menuLanguageSelector a {
    color: #43404d;
}
.home .sc-language-selector a, .home .sc-language-selector {
    color: #43404d;
}
.home .sc-language-selector {
    top: 120px;
    left: inherit;
    right: 25px;
    position: fixed;
   
}
.footer .contact br {
    display: none;
}
.footer address .box .big a {
    text-decoration: underline;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    margin-top: unset;
}
.newsletter .sc-content {
    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;
}
.newsletter input {
    height: 60px;
    padding: 10px 26px;
    margin-right: 10px;
    font-size: 20px;
    min-width: 400px;
}
.newsletter .t3, .newsletter input {
    margin: 0;
    margin-right: 15px;
}
.slick-arrow {
    width: 22px;
    height: 22px;
    margin-top: -11px;
}

ul.slick-dots li button {
    width: 20px;
    height: 20px;
}
.SiMenuDesktop, .topBar {
    display: block;
}
.home .SiMenuDesktop {
    -webkit-transition: top .5s linear;
    -o-transition: top .5s linear;
    transition: top .5s linear;
}
.headerSlider, .headerVideo {
    margin-top: 89px;
}
.topBar {
    top: inherit;
    bottom: 25px;
}

.home .SiMenuDesktop {
    background: transparent;
    top: 35px;
}
.SiMenuDesktop, .home.scrolled .SiMenuDesktop {
    background: #f2efea;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 90px;
    color: #43403D;
}

.SiMenuDesktop .sc-menu li.logo_menu {
    display: inline-block;
    background-image: url(../graphics/vector_logo-sticky.svg);
    background-repeat: no-repeat;
    background-size: 50px 60px;
    width: 50px;
    height: 60px;
    font-size: 0;
    position: absolute;
    left: 70px;
    top: 17px;
    margin-left: 0;
  
}
.home .SiMenuDesktop .sc-menu li.logo_menu {
    background-image: url(../graphics/vector_logo-sticky.svg);
    display: none;
}
.home.scrolled .SiMenuDesktop .sc-menu li.logo_menu {
    background-image: url(../graphics/vector_logo-sticky.svg);
}
.SiMenuDesktop ul.sc-active {
    display: none;
}
.home.scrolled .SiMenuDesktop .sc-menu li.logo_menu {
    display: inline-block;
}
.SiMenuDesktop .sc-menu li.logo_menu a {
    font-size: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.SiMenuDesktop .sc-menu li {
    display: inline-block;
    margin: 0 15px;
    font-size: 1.1rem;
    color: #59524D;
}
.resMenu {
    display: none;}

.home .SiMenuDesktop .sc-menu a{
    color: #59524D;
}
.SiMenuDesktop .sc-menu li:last-child {
    margin-right: 25px;
    margin-top: 20px;
}
.SiMenuDesktop .sc-menu li ul li a {
    padding-bottom: 0;
}
.SiMenuDesktop .sc-menu li ul li:last-child a {
    padding-bottom: 31px;
}
.SiMenuDesktop li.hasSubmenu.submenuActive {
    position: relative;
}
.SiMenuDesktop li ul.active {
    position: fixed;
    background: #C4AB78;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    padding: 0;
    top: 60px;
}
.seoBoxes .box .headline a {
    color: #fff;
    text-decoration: none;
    font-family: "Croissant One","Arial",sans-serif;
    font-size: 1.5rem;
    line-height: 1;
}
.quote{
    background-color: #C4D9D9;
    color: #43403D;
    font-size: 2rem;
    line-height: 2.;
font-weight: 400;
    text-transform: uppercase;
    font-family: 'Croissant One';
    align-content: center;
    position: relative;
}
.quote::before {
    content: "";
    position: absolute;
    background-image: url(../graphics/vector_sprites.svg);
    width: 60px;
    height: 61px;
    background-repeat: no-repeat;
    background-position: 0px -580px;
    top: -60px;
    background-size: 5000px 5000px;
    left: -40px;
}
.largeBoxDesktop button.slick-arrow {
        left: inherit;
        right: 5%;
        margin-right: 80px;
    }
.largeBoxDesktop button.slick-next.slick-arrow {
    right: 5%;
    margin-right: 0;
}
.largeBoxDesktop button.slick-arrow {
        left: inherit;
        right: 5%;
        margin-right: 80px;
    }

.eyecatcherBtn > * {
    font-size: 1rem;
}
.home .showHeaderSlider .headerSlider, .home .showHeaderVideo .headerVideo {
    margin-top: 0;
}


.home .showHeaderSlider .headerSlider:before{
    content: "";
    background: linear-gradient(to bottom, #ffffffde 0, transparent 100%);
    width: 100%;
    height: 40%;
    position: absolute;
    right: 0;
    z-index: 3;
    top:0;
    pointer-events: none;
}
.home .showHeaderSlider .headerSlider:after, .showHeaderVideo .headerVideo:after {
    content: " ";
    background: -o-linear-gradient(top,#414731 0,transparent 100%);
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #414731),to(transparent));
    background: linear-gradient(to top,#414731 0,transparent 100%);
    width: 100%;
    height: 25%;
    position: absolute;
    right: 0;
    z-index: 3;
    pointer-events: none;
}
.showHeaderSlider .headerSlider .sc-slideshow, .showHeaderVideo .headerVideo {
    z-index: 2;
    position: relative;
}
.home .showHeaderSlider .headerSlider, .home .showHeaderVideo .headerVideo {
    height: calc(100vh - 0px);
    height: calc(var(--vh,1vh) * 100);
    max-height: calc(var(--vh,1vh) * 100);
}

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

.breadcrumb, .showHeaderSlider .breadcrumb, .showHeaderVideo .breadcrumb {
    margin-top: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.headerSlider button.slick-arrow, .roomWrapper button.slick-arrow , button.slick-arrow{
    left: 5%;
    top: inherit;
    bottom: 10%;
    background: #C4D9D9;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 60px;
    width: 60px;
    border: none;
}
.headerSlider button.slick-next.slick-arrow, .roomWrapper button.slick-next.slick-arrow , button.slick-next.slick-arrow{
    margin-left: 80px;
}

.slick-next.slick-arrow {
    right: 2%;
    left: auto;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(0deg);
}
.headerSlider button.slick-arrow:after, .roomWrapper button.slick-arrow:after, button.slick-arrow:after {
    content: " ";
    position: absolute;
    border-left: 3px solid #59524D;
    border-bottom: 3px solid #59524D;
    z-index: 1;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 20px;
    left: 25px;
}
.headerSlider button.slick-next.slick-arrow:after, .roomWrapper button.slick-next.slick-arrow:after,  button.slick-next.slick-arrow:after{
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 17px;
}
header .MainLogo {
    display: none;
}
.roomWrapper ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    right: 5%;
    height: 100%;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.roomSite .roomWrapper ul.slick-dots li button {
    margin: 3px 0;
}
.roomWrapper button.slick-arrow {
    left: inherit;
    right: 5%;
}
.roomWrapper button.slick-prev.slick-arrow {
    margin-right: 80px;
}

.listInnerIntroText {
    text-align: center;
}
.listBox {
    padding-left: 0;
    padding-right: 0;
}
.listBoxWrapper .txtLinkWrapper {
    margin-top: 0;
}

header .eyecatcherBtn {
    bottom: 8%;
    height: 140px;
    width: 140px;
    right: initial;
    left: 5%;
    transform: rotate(-8deg);
}

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

.home .showHeaderSlider  .arrowDown {
    display: inline;
}
.inner .showHeaderSlider .arrowDown {
    display: none;
}

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

.partner .kronplatz {
    background-position: -87px -74px;
    width: 197px;
}
.partner .superski {
    background-position: 0 -392px;
    width: 170px;
}
.partner .roter_hahn {
    background-position: 0 4px;
    width: 60px;
}
.partner .suedtirol {
    background-position: -134px -203px;
    width: 102px;
    height: 80px;
}
.partner .suedtirol:hover{
    background-position:  0 -203px;
    width: 102px;
    height: 80px;
}
.partner .booking_suedtirol {
    background-position: 0px -306px;
    width: 102px;
    height: 80px;
}
}


@media (min-width: 1100px) {
.footer address .contentWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer address .box.webcam-weather {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.footer address .box.contact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.footer address .box.awards {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.footer address .box:nth-child(2){
    margin-top: inherit;
    margin-bottom: inherit;
}
.footer .webcam-weather a, .footer .awards a {
    display: block;
    margin: 0;
  
}
.footer .webcam-weather a:not(:last-child), .footer .awards a:not(:last-child) {
    margin-bottom: 25px;
}

.rotatingListbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.rotatingListbox button.slick-arrow {
    height: 60px;
    width: 60px;
    bottom: inherit;
    left: calc(43% - 30px);
}
.rotatingListbox button.slick-next {
    top: calc(25% + 80px);
}
.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;
}
.sc-readmore a {
    background: #827b73;
    color: #fff;
}
.listBox .txtLinkWrapper {
    margin-top: 0;
}
.rotatingListbox button.slick-next {
    margin-top: 70px;
}
.rotatingListbox button.slick-arrow {
    top: calc((100% - 120px) / 2);
}
}



@media (min-width: 1450px) {

.SiMenuDesktop ul {
    text-align: center;
}
.roomWrapper .buttonsWrapper, .single .buttonsWrapper {
    display: inherit;
}

.home .topBar {
    -webkit-transition: top .5s linear;
    -o-transition: top .5s linear;
    transition: top .5s linear;
}
.home .topBar {
    bottom: inherit;
    top: 45px;
}
.topBar, .home.scrolled .topBar {
    bottom: inherit;
    top: 15px;
}
.topBar a.button:nth-child(3), .topBar a.button:nth-child(4), .topBar a.button:nth-child(5) {
    display: none;
}

.listBox article .imageWrapper {
    height: 60vh;
}

.overview .blockTextSlideshow:not(.first) {
    margin-top: -15%;
}
.overview .blockTextSlideshow:not(.first) .boxLayout {
    margin-top: 15%;
}

.overview .blockTextSlideshow:not(.first) .boxLayout .box.textBox {
    margin-top: -10%;
}

}
@media (min-width: 1770px) {
    .SiMenuDesktop .sc-menu li {
        display: inline-block;
        margin: 0 30px;
        font-size: 1.3rem;
        color: #59524D;
    }
    .highlights:after {
        content: "";
        width: 166px;
        height: 180px;
        bottom: 2%;
        position: absolute;
        background-image: url(../graphics/vector_logo-sticky.svg);
        background-repeat: no-repeat;
        right: 2%;
        background-size: 166px 180px;
        
    }
}  
    




/*___________________--------______________________________-------_____________________*/
/*eAssistant Formular Styles - am Ende auslagern in die eAssisant CSS*/
.sc-layout .form #be-datepicker {
    z-index: 9;
    border: 1px solid #2c2b30;
}
.sc-layout .form #be-datepicker-monthYear {
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background: #59524D;
}
.sc-layout .form #be-datepicker-month, .sc-layout .form #be-datepicker-year {
    font-size: 18px;
    font-weight: normal;
}
.sc-layout .form a#be-datepicker-next, .sc-layout .form a#be-datepicker-back, .sc-layout .form a#be-datepicker-next:hover, .sc-layout .form a#be-datepicker-back:hover {
    font-weight: normal;
    color: #fff;
}
.sc-layout .form .be-datepicker-selectedDay, .sc-layout .form .be-datepicker-days-background:hover {
    background-color: #59524D;
    color: #fff!important;
}
.sc-layout .form .be-datepicker-days-background {
    background-color: #eeeeee;
}

/*Button Styles*/
.sc-layout .form .be-widget-button, .sc-layout .form .be-widget-buttonArea > span {
    font-weight: normal;
    cursor: pointer;
    background: #59524D;
    padding: 10px 15px!important;
    text-transform: uppercase;
    color: #fff!important;
    text-decoration: none;
    display: inline-block;
    font-family: "Poppins","Arial",sans-serif;
    font-size: 17px;
    border-radius: 0;
    line-height: 1.5;
    letter-spacing: 2px;
}
.sc-layout .form #eassistant input {
    margin-left: 0;
    margin-right: 6px;
}
.sc-layout .form .be-widget-button:hover, .sc-layout .form .be-widget-buttonArea > span:hover {
    background: #C4AB78;
    color: #fff;
}

/*Button Styles END*/
.sc-layout .form .be-contact-formField, .sc-layout .form .be-contact-textField, .sc-layout .form .be-contact-textArea, .sc-layout .form .becontact-label, .sc-layout .form .be-contact-formField select, .sc-layout .form .full  {
    font-family: "Poppins","Arial",sans-serif;
    color: #2c2b30;
    font-size: 17px;
    line-height: 1.5;
}
.sc-layout .form #Privacy a {
    text-decoration: underline;
}
.sc-layout .form #Privacy input {
    margin-left: 0;
}
.sc-layout .form #eassistant ::-webkit-input-placeholder { 
    color: #2c2b30;
}
.sc-layout .form #eassistant ::-moz-placeholder {
    color: #2c2b30;
}
.sc-layout .form #eassistant :-ms-input-placeholder { 
    color: #2c2b30;
}
.sc-layout .form #eassistant :-moz-placeholder { 
    color: #2c2b30;
}

/* Seperator Number Start*/
.sc-layout .form .line-number {
    margin: 30px 0 -10px 0;
    color: #59524D;
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    width: 100%;
    float: left;
    font-family: "Croissant One","Arial",sans-serif;
}
.sc-layout .form .line-number:after {
    display: inline-block;
    height: 1px;
    content: " ";
    background-color: #59524D;
    width: 98%;
    margin-top: -9px;
}
.sc-layout .form .line-number .be-contact-label {
    background: #fff;
    padding-right: 15px;
    display: inline-block;
    z-index: 2;
    position: relative;
    font-size: 30px;
}
/* Seperator Number END*/

.sc-layout .form .seperate .be-contact-label {
    font-family: "Croissant One","Arial",sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #919C73;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 35px;
    float: left;
    width: 100%;
    text-transform: none;
}
.sc-layout .form .full {
    float: left;
    width: 100%;
    margin: 15px 0 5px 0;
}
.sc-layout .form .be-contact-textField, .sc-layout .form .be-contact-formField select, .sc-layout .form .be-contact-textArea {
    width: 100%;
    height: 32px;
    border: 1px solid #59524D;
    box-sizing: border-box;
    padding: 0 5px;
    background: #fff;
}
.sc-layout .form .be-contact-textArea {
    min-height: 125px;
}
.sc-layout .form .be-contact-childAge select {
    max-width: 145px;
}
.sc-layout .form #eassistant input {
    margin-left: 0;
    margin-right: 6px;
}
.sc-layout .form .be-state-fail {
    color: #59524D;
}
.sc-layout .form .be-contact-textField-error, .sc-layout .form .be-contact-select-error, .sc-layout .form .be-contact-textArea-error, .be-contact-invalidFields, .sc-layout .form select.be-contact-select-error {
    border: 1px solid #59524D !important;
    background-color: #f8e8e8;
}
.sc-layout .form #Newsletter {
    width: 100%;
}

/* PreSelected InputField from Quickrequest */
.sc-layout #eassistant .preSelected, .single .sc-layout .form #Offername input {
    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 .sc-layout .form #Offername {
    display: inline-block;
}


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

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

@media (min-width: 900px){
.sc-layout .form .be-contact-formField, .sc-layout .form .be-contact-textField, .sc-layout .form .be-contact-textArea, .sc-layout .form .be-contact-label, .sc-layout .form .be-contact-formField select  {
    font-size: 20px;
}
.sc-layout .form .be-contact-textField, .sc-layout .form .be-contact-formField select, .sc-layout .form .be-contact-textArea {
    height: 40px;
}
.sc-layout .form .be-widget-button, .sc-layout .form .be-widget-buttonArea>span {
    font-size: 20px;
    padding: 15px 25px!important;
}
}