﻿@charset "UTF-8";
/* =============================================================================
/* IMPORTS
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* Document
  ========================================================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

main {
  display: block;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

p {
  margin: 0 0 10px;
}

/* Misc
   ========================================================================== */
[hidden] {
  display: none;
}

/* =============================================================================
/* gallery
/* ============================================================================= */
.photoswipe-item {
  cursor: zoom-in;
}

.visible-print {
  display: none;
}

/* -----------------------------------------------------------------------------
/* clearfix
/* ----------------------------------------------------------------------------- */
.clearfix:before, .row:before, .clearfix:after, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .row:after {
  clear: both;
}

/* =============================================================================
/* FONTS
/* ============================================================================= */
/*NEW FONTS*/
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/media/fonts/roboto-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/media/fonts/roboto-v30-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/media/fonts/roboto-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* =============================================================================
/* BASIC
/* ============================================================================= */
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.563;
  font-size: 1.125rem;
  color: #665f56;
  background-color: #fff;
}
body.js-open-mobile-menu {
  overflow: hidden;
}

p {
  margin: 0 0 10px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  border: none;
}

figure {
  margin: 0;
}

.fluid-image, .rooms-contact__images img, .base-item__image {
  width: 100%;
  height: auto;
  display: block;
}

.fancybox-gallery,
.fancybox-video {
  cursor: url(../media/cursor.png), auto;
}

ul {
  list-style-type: square;
}

/* =============================================================================
/* CUSTOM STYLES
/* ============================================================================= */
.widget-polling {
  padding-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .widget-polling {
    padding-bottom: 40px;
  }
}

@media all and (max-width: 1024px) {
  .webcam-skyline iframe {
    height: 60vw;
  }
}
.webcam-skyline__title {
  font-size: 2.2222222222em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media all and (max-width: 1366px) {
  .webcam-skyline__title {
    font-size: 1.6666666667em;
  }
}
@media all and (max-width: 667px) {
  .webcam-skyline__title {
    font-size: 1.3888888889em;
  }
}

.container,
.container-small,
.container-medium {
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
}

.container {
  padding: 10px;
}
@media all and (max-width: 1420px) {
  .container {
    padding: 0 10px;
  }
}

.container-medium {
  max-width: 1200px;
}
@media all and (max-width: 1200px) {
  .container-medium {
    margin: 0 10px;
  }
}

.container-small {
  max-width: 940px;
}

/* =============================================================================
/* anchor position
/* ============================================================================= */
.anchor-offset {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

/* =============================================================================
/* ACCESSIBLITY
/* ============================================================================= */
.skip-content {
  position: fixed;
  top: -5px;
  left: -5px;
  padding: 5px 10px;
  border-radius: 0 5px 0 0;
  transform: translateY(-100%);
  z-index: 2000;
  background-color: #fff;
}
.skip-content:focus {
  transform: translateY(0);
}

/* =============================================================================
/* RECAPTCH
/* ============================================================================= */
#recaptcha {
  opacity: 0;
  pointer-events: none;
}

/* =============================================================================
/* LOGO CONSISTO
/* ============================================================================= */
.logo-consisto {
  flex-shrink: 0;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  color: #000;
}

/* =============================================================================
/* Modules
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
.base-link-back {
  display: inline-block;
  margin: 20px 0;
  color: #B85D1C;
}
.base-link-back svg {
  fill: #B85D1C;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.base-link-back:hover {
  color: rgb(204, 145.6, 0);
}

/* =============================================================================
/* BASE CAROUSEL
/* ============================================================================= */
.base-carousel__slider {
  position: relative;
}
.base-carousel__slider:before, .base-carousel__slider:after {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.base-carousel__slider:before {
  left: 100%;
}
.base-carousel__slider:after {
  right: 100%;
}
.base-carousel .slick-list {
  overflow: visible;
}
.base-carousel__image-link {
  display: block;
  white-space: nowrap;
}
.base-carousel__controls {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  top: 50%;
  pointer-events: auto;
}
.base-carousel__controls button:last-child {
  float: right;
  position: relative;
  left: 70px;
}
.base-carousel__controls button:first-child {
  left: -70px;
  position: relative;
  float: left;
}
.base-carousel__controls svg {
  fill: #ffb600;
  width: 3.0555555556em;
  height: 3.0555555556em;
  display: inline-block;
}

/* =============================================================================
/* base-dots
/* ============================================================================= */
.base-dots {
  text-align: center;
  z-index: 200;
}
.base-dots ul {
  padding: 0;
  margin: 0;
}
.base-dots li {
  width: 9px;
  height: 9px;
  background: #fff;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 6px;
}
.base-dots li.slick-active {
  background: #ffb600;
}
.base-dots button {
  display: none;
}

/* =============================================================================
/* base-search-radiobuttonlist
/* ============================================================================= */
.base-search {
  padding: 1.7777777778em 0;
}
.base-search h3 {
  margin: 0;
  margin-bottom: 15px;
}
@media all and (max-width: 1024px) {
  .base-search h3 {
    margin: 10px 0;
  }
}
.base-search__radio-buttons {
  padding: 15px;
  margin: 0;
  width: 100%;
  border: 1px solid #665f56;
  display: block;
  height: 54px;
}
.base-search__radio-buttons.search__skihuts li {
  display: block;
}
.base-search li,
.base-search span {
  font-size: 0.7777777778em;
  background: #ececec;
  color: #121c19;
  display: inline-block;
  padding: 0.5333333333em;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.base-search li label,
.base-search span label {
  padding-left: 4px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.base-search__text-input {
  border: 1px solid #665f56;
  padding: 15px;
  display: block;
  width: 100%;
  line-height: 1;
}

/* =============================================================================
/* base-list
/* ============================================================================= */
.base-list {
  position: relative;
}

/* =============================================================================
/* base-dropdown
/* ============================================================================= */
.base-dropdownlist {
  padding: 0.8333333333em;
}

.space-bottom {
  margin-bottom: 80px;
  margin-bottom: 4.2105263158vw;
}

.space-top {
  margin-top: 80px;
  margin-top: 4.2105263158vw;
}

.base-space {
  margin: 80px 0;
  margin: 4.2105263158vw 0;
}

/* =============================================================================
/* base-item
/* ============================================================================= */
.base-line {
  height: 2px;
  width: 150px;
  background: #fff;
}

.base-title {
  color: #fff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  font-family: "Roboto", sans-serif;
}

.base-item {
  position: relative;
  margin-bottom: 2.7777777778em;
}
.base-item__title {
  font-size: 3.3333333333em;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  position: relative;
  left: -1.6666666667em;
  line-height: 1;
  padding: 1em 0;
  max-width: 420px;
}
.base-item__name {
  color: #665f56;
  font-size: 1.6666666667em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.base-item__content {
  position: relative;
  color: #fff;
}
.base-item__inner {
  width: 440px;
  white-space: normal;
  padding-left: 2.7777777778em;
  padding-bottom: 1.1111111111em;
}
.base-item__description {
  padding: 1.3888888889em 0;
}

/* =============================================================================
/* base-detail
/* ============================================================================= */
.base-detail h1 {
  font-size: 2.7777777778em;
  color: #665f56;
  margin: 15px 0;
}
@media all and (max-width: 1024px) {
  .base-detail h1 {
    font-size: 35px;
    margin: 10px 0;
  }
}
@media all and (max-width: 414px) {
  .base-detail h1 {
    font-size: 22px;
  }
}
.base-detail h2 {
  font-size: 1.6666666667em;
}
@media all and (max-width: 414px) {
  .base-detail h2 {
    font-size: 20px;
  }
}
.base-detail__description {
  margin: 60px 0;
}
@media all and (max-width: 768px) {
  .base-detail__description {
    margin: 40px 0;
  }
}
.base-detail__link-back {
  display: inline-block;
}
.base-detail__link-back svg {
  fill: #ffb600;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

/* =============================================================================
/* base-module
/* ============================================================================= */
.base-module__image-container {
  display: block;
  margin-bottom: 1.1111111111em;
}
.base-module__image {
  width: 100%;
  height: auto;
  display: block;
}
.base-module__link--back {
  display: inline-block;
}
.base-module__link--back svg {
  fill: #ffb600;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* buttons
/* ----------------------------------------------------------------------------- */
.button {
  display: inline-block;
  padding: 1em 2em;
  margin-bottom: 0;
  font-size: 1.1111111111em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #665f56;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1366px) {
  .button {
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  .button {
    font-size: 14px;
  }
}
.button:hover, .button:focus, .button:active {
  color: #665f56;
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button:active {
  background-image: none;
}
.button.disabled, .button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.button--primary {
  text-transform: uppercase;
  width: 100%;
  color: #665f56;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border-bottom: solid 3px #ffb600;
  padding-bottom: 5px;
  text-decoration: none;
}
.button--primary:hover, .button--primary:focus, .button--primary:active {
  color: #665f56;
  text-decoration: none;
  border-color: #B85D1C;
}

.button--secondary {
  color: #fff;
  background-color: #ffb600;
  border-color: #ffb600;
}
.button--gray {
  color: #fff;
  background-color: #ececec;
  border-color: #ececec;
}
.button--gray:hover, .button--gray:focus, .button--gray:active {
  color: #fff;
  background-color: rgb(210.5, 210.5, 210.5);
  border-color: rgb(210.5, 210.5, 210.5);
}

.button--empty {
  color: #B85D1C;
  background-color: transparent;
  border-color: transparent;
}
.button--empty:hover, .button--empty:focus, .button--empty:active {
  color: rgb(204, 145.6, 0);
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button--full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* LANGUAGES
/* ============================================================================= */
.teaser-flyout > .languages {
  display: none;
}
@media all and (min-width: 1024px) {
  .teaser-flyout > .languages {
    justify-content: flex-end;
    display: flex;
    gap: 23px;
  }
}

.nav-main__dropdown > li > .languages {
  display: none;
}
@media all and (max-width: 1024px) {
  .nav-main__dropdown > li > .languages {
    justify-content: flex-end;
    display: flex;
    gap: 23px;
    padding: 0;
    margin: 0;
    position: relative;
  }
}

.languages {
  display: none;
  right: 0;
  margin: 40px 0;
  padding: 20px;
  z-index: 100;
  align-items: baseline;
  /*@media all and (max-width:$mobile-width) {
      margin-top: 30px;
      order: 3;
      transform: translateY(100%);
      bottom: 0;
  }*/
  /*@media all and (max-width: $large-width) {
      right: -120px;
  }*/
  /*&__flyout {
      display: none;

      .languages:hover & {
          display: inline-block;
      }
  }*/
}
.languages__flyout {
  display: flex;
  gap: 23px;
}
.languages__link {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  text-align: center;
  color: #665f56;
  display: block;
  padding: 5px 0;
}
@media all and (max-width: 1315px) {
  .languages__link {
    display: inline-block;
    font-size: 17px;
  }
}
.languages__link:hover {
  color: #B85D1C;
}
.languages .cta-lupe {
  display: none;
}
@media all and (max-width: 1024px) {
  .languages .cta-lupe {
    display: block;
    height: 56px;
    margin-right: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }
  .languages .cta-lupe .search-page {
    width: 0;
    padding: 0;
    transition: width 0.5s ease;
  }
  .languages .cta-lupe .search-page.active {
    width: 100%;
    padding-left: 5px;
  }
  .languages .cta-lupe .icon--fixed {
    margin-left: 10px;
    min-height: unset;
    min-width: unset;
  }
}

/*.js-open-mobile-menu {
    .languages {
        display: flex;
        gap: 23px;
    }
}*/
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* CONGRID
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* clearfix for the rows
/* ----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
/* base styles
/* ----------------------------------------------------------------------------- */
[class*=col-] {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
}

[class*=gutter-] > [class*=col-] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------------------------
/* grid
/* ----------------------------------------------------------------------------- */
.col-1 {
  width: 8.3333333333%;
}

.col-push-1 {
  left: 8.3333333333%;
}

.col-pull-1 {
  right: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-push-2 {
  left: 16.6666666667%;
}

.col-pull-2 {
  right: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-push-3 {
  left: 25%;
}

.col-pull-3 {
  right: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-push-4 {
  left: 33.3333333333%;
}

.col-pull-4 {
  right: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-push-5 {
  left: 41.6666666667%;
}

.col-pull-5 {
  right: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-push-6 {
  left: 50%;
}

.col-pull-6 {
  right: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-push-7 {
  left: 58.3333333333%;
}

.col-pull-7 {
  right: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-push-8 {
  left: 66.6666666667%;
}

.col-pull-8 {
  right: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-push-9 {
  left: 75%;
}

.col-pull-9 {
  right: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-push-10 {
  left: 83.3333333333%;
}

.col-pull-10 {
  right: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-push-11 {
  left: 91.6666666667%;
}

.col-pull-11 {
  right: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.col-push-12 {
  left: 100%;
}

.col-pull-12 {
  right: 100%;
}

.gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-5 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-10 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-15 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width : 1440px) {
  .col-xxlg-push-0 {
    left: 0;
  }
  .col-xxlg-pull-0 {
    right: 0;
  }
  .col-xxlg-1 {
    width: 8.3333333333%;
  }
  .col-xxlg-push-1 {
    left: 8.3333333333%;
  }
  .col-xxlg-pull-1 {
    right: 8.3333333333%;
  }
  .col-xxlg-2 {
    width: 16.6666666667%;
  }
  .col-xxlg-push-2 {
    left: 16.6666666667%;
  }
  .col-xxlg-pull-2 {
    right: 16.6666666667%;
  }
  .col-xxlg-3 {
    width: 25%;
  }
  .col-xxlg-push-3 {
    left: 25%;
  }
  .col-xxlg-pull-3 {
    right: 25%;
  }
  .col-xxlg-4 {
    width: 33.3333333333%;
  }
  .col-xxlg-push-4 {
    left: 33.3333333333%;
  }
  .col-xxlg-pull-4 {
    right: 33.3333333333%;
  }
  .col-xxlg-5 {
    width: 41.6666666667%;
  }
  .col-xxlg-push-5 {
    left: 41.6666666667%;
  }
  .col-xxlg-pull-5 {
    right: 41.6666666667%;
  }
  .col-xxlg-6 {
    width: 50%;
  }
  .col-xxlg-push-6 {
    left: 50%;
  }
  .col-xxlg-pull-6 {
    right: 50%;
  }
  .col-xxlg-7 {
    width: 58.3333333333%;
  }
  .col-xxlg-push-7 {
    left: 58.3333333333%;
  }
  .col-xxlg-pull-7 {
    right: 58.3333333333%;
  }
  .col-xxlg-8 {
    width: 66.6666666667%;
  }
  .col-xxlg-push-8 {
    left: 66.6666666667%;
  }
  .col-xxlg-pull-8 {
    right: 66.6666666667%;
  }
  .col-xxlg-9 {
    width: 75%;
  }
  .col-xxlg-push-9 {
    left: 75%;
  }
  .col-xxlg-pull-9 {
    right: 75%;
  }
  .col-xxlg-10 {
    width: 83.3333333333%;
  }
  .col-xxlg-push-10 {
    left: 83.3333333333%;
  }
  .col-xxlg-pull-10 {
    right: 83.3333333333%;
  }
  .col-xxlg-11 {
    width: 91.6666666667%;
  }
  .col-xxlg-push-11 {
    left: 91.6666666667%;
  }
  .col-xxlg-pull-11 {
    right: 91.6666666667%;
  }
  .col-xxlg-12 {
    width: 100%;
  }
  .col-xxlg-push-12 {
    left: 100%;
  }
  .col-xxlg-pull-12 {
    right: 100%;
  }
  .gutter-xxlg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xxlg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xxlg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xxlg-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-xxlg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xxlg-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xxlg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xxlg-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 1280px) {
  .col-xlg-push-0 {
    left: 0;
  }
  .col-xlg-pull-0 {
    right: 0;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
  }
  .col-xlg-push-1 {
    left: 8.3333333333%;
  }
  .col-xlg-pull-1 {
    right: 8.3333333333%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
  }
  .col-xlg-push-2 {
    left: 16.6666666667%;
  }
  .col-xlg-pull-2 {
    right: 16.6666666667%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
  }
  .col-xlg-push-4 {
    left: 33.3333333333%;
  }
  .col-xlg-pull-4 {
    right: 33.3333333333%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
  }
  .col-xlg-push-5 {
    left: 41.6666666667%;
  }
  .col-xlg-pull-5 {
    right: 41.6666666667%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
  }
  .col-xlg-push-7 {
    left: 58.3333333333%;
  }
  .col-xlg-pull-7 {
    right: 58.3333333333%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
  }
  .col-xlg-push-8 {
    left: 66.6666666667%;
  }
  .col-xlg-pull-8 {
    right: 66.6666666667%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
  }
  .col-xlg-push-10 {
    left: 83.3333333333%;
  }
  .col-xlg-pull-10 {
    right: 83.3333333333%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
  }
  .col-xlg-push-11 {
    left: 91.6666666667%;
  }
  .col-xlg-pull-11 {
    right: 91.6666666667%;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .gutter-xlg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xlg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xlg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xlg-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-xlg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xlg-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xlg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xlg-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 1024px) {
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .gutter-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-lg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-lg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-lg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-lg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 768px) {
  .col-md-push-0 {
    left: 0;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .gutter-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-md-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-md-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 667px) {
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .gutter-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-sm-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-sm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 414px) {
  .col-xs-push-0 {
    left: 0;
  }
  .col-xs-pull-0 {
    right: 0;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .gutter-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xs-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xs-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-xs-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xs-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* =============================================================================
/* GRID HELPER
/* ============================================================================= */
@media all and (max-width: 1280px) {
  .hidden-xlg {
    display: none !important;
  }
  .visible-xlg {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media all and (max-width: 667px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media all and (max-width: 414px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* form
/* ============================================================================= */
.contact__add-room-container .contact__add-room {
  font-weight: bold;
  text-decoration: underline;
}

.contact-main {
  background: #ececec;
}

.contact {
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.contact__title {
  font-size: 1.3888888889em;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
  padding-top: 20px;
  line-height: 1;
}
.contact__input-group {
  padding: 0 0.2777777778em;
  height: 2.0555555556em;
  line-height: 1.9444444444;
  color: #665f56;
  background-color: #fff;
}
.contact__icon {
  width: 1.6666666667em;
  height: 1.6666666667em;
  fill: #ffb600;
  display: inline-block;
}
.contact .accomodationtype li {
  display: inline-block;
  margin-right: 15px;
}
@media all and (max-width: 414px) {
  .contact .accomodationtype li {
    margin: 10px;
  }
}
.contact .accomodationtype li label {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.form {
  font-size: 18px;
  /* error-message */
  /* form-block */
  /* date-block */
  /* alternate-date */
}
.form__row {
  margin-bottom: 3px;
}
@media all and (max-width: 1280px) {
  .form__row {
    margin-bottom: 0;
  }
}
.form__control {
  display: block;
  width: 100%;
  padding: 0 0.2777777778em;
  height: 1.9444444444em;
  line-height: 1.9444444444;
  color: #665f56;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* invalid / valid */
}
@media all and (max-width: 1280px) {
  .form__control {
    margin-bottom: 5px;
  }
}
.form__control[type=text] {
  padding-left: 0.5555555556em;
}
.form__control:focus {
  border-color: #ffb600;
}
.form__control--auto-width {
  width: auto;
}
.form__control.hf-invalid, .form__control.hf-invalid:focus {
  border-color: #da4453;
}
.form__control.hf-valid, .form__control.hf-valid:focus {
  border-color: #8cc152;
}
.form .hf-warning {
  display: block;
  background: #da4453;
  color: #fff;
  padding: 0;
  z-index: 1;
  position: relative;
  font-size: 0.7777777778em;
  line-height: 2;
  padding: 0 0.6666666667em;
}
@media all and (max-width: 1280px) {
  .form .hf-warning {
    margin-bottom: 5px;
    margin-top: -5px;
  }
}
.form label, .form__label {
  padding-top: 0.2777777778em;
  display: inline-block;
  cursor: pointer;
}
.form__req {
  font-weight: 700;
}
.form__req:after {
  content: " *";
}
.form .form__block {
  position: relative;
  border-bottom: 2px solid rgba(128, 122, 122, 0.43);
  padding-bottom: 1.1111111111em;
  margin-bottom: 1.1111111111em;
  zoom: 1;
}
.form__date-block {
  margin-top: 1.6666666667em;
}
.form-alternate-date__toggle {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form-alternate-date__toggle + label {
  display: inline-block;
}
.form-alternate-date__toggle:checked + label {
  display: none;
}
.form-alternate-date__inner {
  display: none;
}
.form-alternate-date__toggle--add:checked ~ .form-alternate-date__inner {
  display: block;
}
.form .button-row {
  width: fit-content;
}

textarea.form__control {
  height: auto;
  min-height: 80px;
}

/* input-group */
label.input-group__addon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #B85D1C;
  text-align: center;
}
label.input-group__addon:last-child {
  border-left-width: 0;
}
label.input-group__addon:first-child {
  border-right-width: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  background: #fff;
}
@media all and (max-width: 1280px) {
  .input-group {
    margin-bottom: 5px;
  }
}
.input-group .form__control {
  position: relative;
  width: 100%;
}
.input-group .form__control:first-child, .input-group__addon:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form__control:last-child, .input-group__addon:first-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* checkboxes */
.form input[type=checkbox] {
  margin-right: 5px;
}

.form-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-checkbox, .form-checkbox-list li {
  margin: 0;
  padding: 0 0 0 1.1111111111em;
  position: relative;
}
.form-checkbox input[type=checkbox], .form-checkbox-list input[type=checkbox] {
  position: absolute;
  top: 0.3888888889em;
  left: 0;
}

/* block */
.form-separator {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: 10px 0;
  background-color: #ececec;
}

.form-space {
  height: 2em;
  line-height: 1em;
  font-size: 0.5555555556em;
  border: none;
  margin: 0;
  padding: 0;
}

/* found-site */
.checkbox-additional__textbox {
  visibility: hidden;
}
.checkbox-additional.js-visible .checkbox-additional__textbox {
  visibility: visible;
}

.form-interests ul {
  padding-left: 1.1111111111em;
}

/* button */
.form .button.sending {
  display: none;
}

/* children */
.contact__child-age {
  width: 46px;
  width: 4ch;
  display: none;
}

.contact__children-ages {
  display: none;
}

/* rooms */
.contact__rooms-block {
  padding: 30px 0 10px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(128, 122, 122, 0.43);
  position: relative;
}
.contact__rooms-block .close {
  display: none;
}
.contact__rooms-block--alternative {
  display: none;
}
.contact__rooms-block.js-visible {
  display: block;
}

.contact__room-type {
  display: none;
}
.contact__rooms-block--alternative .contact__room-type {
  display: block;
}

.contact__add-room-container {
  clear: left;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}

.contact__remove-room {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding-right: 20px;
  color: #3b4043;
}
.contact__rooms-block--alternative .contact__remove-room {
  display: block;
}
.contact__remove-room:after {
  margin-left: 5px;
  content: "✕";
}
.contact__remove-room:hover {
  color: #151515;
}

/* rooms-detail */
.rooms-contact {
  padding: 1em;
  background: rgb(242.25, 242.25, 242.25);
}
.rooms-contact__infos {
  font-weight: bold;
}
.rooms-contact__more {
  margin-top: 10px;
  margin-top: 0.5555555556rem;
}
.rooms-contact__name {
  font-size: 23px;
  font-size: 1.2777777778rem;
  margin-bottom: 10px;
  margin-bottom: 0.5555555556rem;
}

.success-text {
  padding: 20px;
}
.success-text__spacer {
  height: 80px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* PAGER
/* ============================================================================= */
.pager {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
}

.pager__link {
  font-size: 15px;
  width: 34px;
  display: inline-block;
  padding: 0;
  text-align: center;
  background: #fff;
  color: #665f56;
  text-decoration: none;
  line-height: 34px;
}
.pager__link:hover {
  background-color: rgb(204, 145.6, 0);
  color: #fff;
  text-decoration: none;
}
.pager__link.active {
  background-color: #665f56;
  color: #fff;
}
.pager__link.inactive {
  color: #ececec;
}

.pager__link.inactive:hover,
.pager__link.active.inactive:hover {
  background-color: white;
}

.pager__info {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: rgb(88.164893617, 82.1143617021, 74.335106383);
}

/* =============================================================================
/* SITEMAP
/* ============================================================================= */
.sitemap a {
  display: block;
}

.sitemap ul {
  padding-left: 30px;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-width: 400px;
  -ms-column-width: 400px;
  -webkit-column-width: 400px;
  column-width: 400px;
}

.sitemap ul a {
  font-weight: bold;
}

.sitemap ul ul a {
  font-weight: normal;
}

.sitemap ul ul ul a {
  font-style: italic;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* NEWSLETTER BOX
/* ============================================================================= */
.newsletter-box {
  background: #665f56;
  color: #fff;
  padding: 30px 0;
}
@media all and (max-width: 1024px) {
  .newsletter-box {
    text-align: center;
  }
}
@media all and (max-width: 1420px) {
  .newsletter-box__container {
    padding: 0 15px;
  }
}
.newsletter-box__container-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media all and (max-width: 1024px) {
  .newsletter-box__container-inner {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  .newsletter-box__buttons {
    margin-top: 20px;
  }
}
.newsletter-box__title {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 1.9444444444em;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  .newsletter-box__title {
    text-align: center;
    display: block;
  }
}
@media all and (max-width: 768px) {
  .newsletter-box__title {
    font-size: 1.6666666667em;
    margin-bottom: 10px;
  }
}
.newsletter-box__title:hover {
  color: #fff;
}
.newsletter-box__inputs {
  display: flex;
  gap: 10px;
}
@media all and (max-width: 1024px) {
  .newsletter-box__inputs {
    justify-content: center;
  }
}
@media all and (max-width: 667px) {
  .newsletter-box__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.newsletter-box__input {
  background: #f1f1f1;
  display: block;
  vertical-align: middle;
  color: #665f56;
  font-family: "Roboto", sans-serif;
  font-size: 0.8888888889em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5555555556em;
  border: none;
  text-align: left;
}
.newsletter-box__input input {
  background: none;
  border: none;
  text-transform: uppercase;
  width: 100%;
}
.newsletter-box__salutation {
  background: none;
  border: none;
  text-transform: uppercase;
  color: #665f56;
}
.newsletter-box__checkbox {
  color: #fff;
  font-size: 11px !important;
  display: inline-block;
}
.newsletter-box__checkbox a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.newsletter-box__privacy {
  position: relative;
  display: inline-block;
}
.newsletter-box .hf-warning {
  position: absolute;
  left: 0;
  right: auto;
  min-width: 200px;
}
.newsletter-box__form-checkbox {
  color: #fff;
  display: flex;
}
@media all and (max-width: 1024px) {
  .newsletter-box__form-checkbox {
    position: relative;
    top: 0;
    max-width: 740px;
    margin: auto;
    text-align: left;
  }
}
.newsletter-box__form-checkbox a {
  color: #fff;
  text-decoration: underline;
}
.newsletter-box__form-checkbox a:hover, .newsletter-box__form-checkbox a:focus, .newsletter-box__form-checkbox a:active {
  color: #fff;
}
.newsletter-box__button {
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .newsletter-box__button {
    margin-left: 0;
  }
}
.newsletter-box__button:hover, .newsletter-box__button:focus, .newsletter-box__button:active {
  color: #fff;
}
@media all and (max-width: 667px) {
  .newsletter-box__button {
    display: block;
  }
}
.newsletter-box__success-text {
  text-align: center;
}
.newsletter-box .button-row {
  display: inline-block;
}
@media all and (max-width: 667px) {
  .newsletter-box__form-checkbox {
    margin: 15px 0;
  }
}

.newsletter-box label.error {
  position: absolute;
  bottom: 100%;
  left: 0;
}

/* =============================================================================
/* NEWSLETTER
/* ============================================================================= */
.newsletter {
  padding-top: 30px;
}
.newsletter .button-row {
  margin-top: 15px;
}
.newsletter .button-row input {
  background-color: #fff;
}
.newsletter .success-text {
  text-align: center;
}
.newsletter .space-bottom {
  padding: 0 10px;
}

.newsletter-unsubscribe .form__control {
  border: 1px solid #ffb600;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* Address
/* ============================================================================= */
.box-address {
  padding: 3.3333333333em;
}
@media all and (max-width: 1450px) {
  .box-address {
    padding: 13px;
  }
}
.box-address.row {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 550px) {
  .box-address.row {
    flex-direction: column;
  }
}
.box-address .col-6 {
  max-width: 280px;
}
@media all and (max-width: 1024px) {
  .box-address .col-6 {
    width: 100%;
  }
}
.box-address__title {
  color: #665f56;
  font-size: 1.6666666667em;
  line-height: 1.15em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-bottom: 40px;
}
@media all and (max-width: 1450px) {
  .box-address__title {
    padding-bottom: 25px;
    font-size: 1.3888888889em;
  }
}
.box-address__owner {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9444444444em;
}
.box-address__address {
  font-size: 0.9444444444em;
  padding-bottom: 40px;
}
@media all and (max-width: 1450px) {
  .box-address__address {
    padding-bottom: 25px;
  }
}
.box-address__address a {
  color: #665f56;
}
.box-address__mail a, .box-address__phone a {
  font-size: 1.6666666667em;
  line-height: 1.15em;
  font-weight: 500;
  color: #665f56;
  text-decoration: none;
}
@media all and (max-width: 1450px) {
  .box-address__mail a, .box-address__phone a {
    font-size: 1.3888888889em;
  }
}
@media all and (max-width: 550px) {
  .box-address__campo-tures {
    margin-top: 30px;
  }
  .box-address__campo-tures .box-address__address div:last-of-type {
    display: none;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* Footer
/* ============================================================================= */
.footer {
  max-width: 1920px;
  margin: 0 auto;
}
.footer .map img {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 100px 0;
}
@media all and (max-width: 1024px) {
  .footer .map img {
    margin: auto;
    padding: 0;
  }
}
.footer .map__link {
  display: block;
}
.footer__top {
  background: #ececec;
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media all and (max-width: 1024px) {
  .footer__top {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .footer__top {
    display: block;
  }
}
.footer__top.routenplanner {
  display: none;
}
.footer__top iframe {
  width: 100%;
}
.footer__bottom {
  padding: 2.7777777778em 0;
}
@media all and (max-width: 1420px) {
  .footer__bottom {
    padding: 2.7777777778em 15px;
  }
}
@media all and (max-width: 667px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }
}
.footer__bottom .logo-south-tyrol {
  margin: 0 1.6666666667em;
  display: inline-block;
}
@media all and (max-width: 1024px) {
  .footer .col-7 {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .footer .col-5 {
    width: 100%;
  }
}
.footer .col-6 {
  width: fit-content;
}
.footer .col-6:first-of-type {
  width: 100%;
}
.footer .box-address {
  gap: 15px;
}
@media all and (max-width: 1450px) {
  .footer .box-address {
    padding: 45px 20px;
  }
  .footer .box-address__phone a {
    font-size: 23px;
  }
  .footer .box-address__mail a {
    font-size: 23px;
  }
}

.nav-bottom {
  text-align: right;
  padding-right: 25px;
}
@media all and (max-width: 667px) {
  .nav-bottom {
    text-align: center;
    margin-top: 20px;
  }
}
.nav-bottom__menu-0 {
  font-size: 0.875rem;
  color: #665f56;
  text-decoration: none;
}
.nav-bottom .separator {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.2777777778em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* maps
/* ============================================================================= */
#map {
  height: 520px;
  position: relative;
  z-index: 3;
  width: 100%;
}

/* =============================================================================
/* map-popup
/* ============================================================================= */
.leaflet-container .map-popup {
  width: 250px;
  font-size: 16px;
}
.leaflet-container .map-popup__name {
  padding: 5px 10px;
  background-color: #97b438;
  color: #fff;
  margin: 0;
}
.leaflet-container .map-popup__image {
  width: 100%;
  height: auto;
  display: block;
}
.leaflet-container .map-popup__place {
  padding: 10px;
  line-height: 20px;
  font-weight: normal;
}

.leaflet-popup-close-button {
  color: #fff;
}

.leaflet-container a.leaflet-popup-close-button {
  color: #fff;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0;
}

.leaflet-popup-content {
  margin: 0;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* WEATHER FLYOUT
/* ============================================================================= */
.weather-flyout__item {
  text-align: center;
  margin: 2.7777777778em 0;
}
.weather-flyout svg {
  width: 2.7777777778em;
  height: 2.7777777778em;
  fill: #fff;
}
.weather-flyout__date {
  color: #fff;
  font-size: 0.7777777778em;
  text-transform: uppercase;
}
.weather-flyout__temperatures {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.7777777778em;
}

/* =============================================================================
/* WEATHER
/* ============================================================================= */
.weather__title {
  color: #B85D1C;
  font-family: "Roboto", sans-serif;
  font-size: 3.0555555556em;
  margin: 0.4545454545em 0;
}

.weather__subtitle,
.weather .item-title {
  margin: 10px 0;
  margin: 0.5555555556rem 0;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: bold;
}

.weather-temperatures__cell {
  padding: 3px;
}

.weather-temperatures__city {
  font-weight: bold;
}

.weather-forecast__day {
  text-align: center;
  padding: 20px 0;
}

.weather-forecast__image {
  margin-bottom: 5px;
}

.weather-forecast__image img {
  display: inline-block;
}

.weather-forecast__date {
  margin-bottom: 5px;
}

.weather__copyright {
  display: inline-block;
  margin-top: 30px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* WEBCAMS
/* ============================================================================= */
.webcams-item__image-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.webcams-item__image-link:after {
  background: rgba(65, 68, 67, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.webcams-item__image-link:hover:after {
  opacity: 1;
}
.webcams-item__image-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.webcams-item__image-link:hover .webcams-item__description {
  -webkit-transform: translateY(-10px) translateZ(0);
  -moz-transform: translateY(-10px) translateZ(0);
  -ms-transform: translateY(-10px) translateZ(0);
  -o-transform: translateY(-10px) translateZ(0);
  transform: translateY(-10px) translateZ(0);
}
.webcams-item__image-link:hover .webcams-item__icon {
  -webkit-transform: translateY(-5px) translateZ(0);
  -moz-transform: translateY(-5px) translateZ(0);
  -ms-transform: translateY(-5px) translateZ(0);
  -o-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
  opacity: 1;
}
.webcams-item__image-container {
  height: 350px;
  display: block;
}
.webcams-item__description {
  position: absolute;
  display: block;
  z-index: 3;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 1.1111111111em;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(40px) translateZ(0);
  -moz-transform: translateY(40px) translateZ(0);
  -ms-transform: translateY(40px) translateZ(0);
  -o-transform: translateY(40px) translateZ(0);
  transform: translateY(40px) translateZ(0);
}
.webcams-item__icon {
  -webkit-transform: translateY(20px) translateZ(0);
  -moz-transform: translateY(20px) translateZ(0);
  -ms-transform: translateY(20px) translateZ(0);
  -o-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #fff;
  width: 1.6666666667em;
  height: 1.6666666667em;
  margin-top: 10px;
  opacity: 0;
  display: block;
}
.webcams-item__name {
  font-size: 1.9444444444em;
}

.webcams-box {
  margin: 0 2.7777777778em;
}
@media screen and (max-width: 1315px) {
  .webcams-box {
    margin: 0 1.1111111111em;
  }
}
.webcams-box__image-link {
  display: block;
}
.webcams-box__name {
  display: block;
  color: #fff;
  font-size: 1.2222222222em;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin: 0.6818181818em 0;
}
.webcams-box__button {
  margin-top: 1.9444444444em;
}

.webcams-search {
  margin-bottom: 2.7777777778em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* SocialWall Gallery
/* ============================================================================= */
.socialwall-gallery {
  background-color: #665f56;
  padding: 8.3333333333em 0;
}
@media all and (max-width: 1600px) {
  .socialwall-gallery {
    padding: 100px 0;
  }
}
@media all and (max-width: 1280px) {
  .socialwall-gallery {
    padding: 80px 0;
  }
}
@media all and (max-width: 768px) {
  .socialwall-gallery {
    padding: 50px 0;
  }
}
.socialwall-gallery__slider {
  padding-bottom: 50px;
}
.socialwall-gallery .splide__pagination {
  gap: 5px;
}
.socialwall-gallery .splide__pagination__page {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.socialwall-gallery .splide__pagination__page.is-acitive {
  color: #B85D1C;
}
.socialwall-gallery__item {
  position: relative;
}
.socialwall-gallery__item__message {
  background-color: #fff;
  color: #665f56;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 10px;
}
.socialwall-gallery__item-owner {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 0.8235294118em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  z-index: 100;
}
.socialwall-gallery__item-owner__image-container {
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  float: left;
  margin-right: 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.socialwall-gallery__item__count {
  border-top: 1px solid #efefef;
  padding: 20px 0;
}
.socialwall-gallery__item__count-icon {
  text-align: center;
  color: #ececec;
  display: inline-block;
  font-size: 8px;
  padding-top: 1px;
  font-weight: bold;
  margin-right: 20px;
}
.socialwall-gallery__item__count-icon span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ececec;
  color: #fff;
  right: -9px;
  bottom: 17px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 15px;
}
.socialwall-gallery__item__count-icon--comments span {
  right: -7px;
}
.socialwall-gallery__item__source-icon, .socialwall-gallery__item__count-icon svg {
  width: 24px;
  height: 24px;
  fill: #665f56;
  display: block;
}
.socialwall-gallery__image-link {
  display: block;
}
.socialwall-gallery__image-link img {
  display: bock;
  height: auto;
  width: 100%;
}
@media all and (max-width: 1420px) {
  .socialwall-gallery__row {
    padding: 0 15px;
  }
}
@media all and (max-width: 1280px) {
  .socialwall-gallery__row {
    display: block;
    text-align: center;
  }
}
.socialwall-gallery__title {
  font-size: 4.4444444444em;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media all and (max-width: 1280px) {
  .socialwall-gallery__title {
    font-size: 3.3333333333em;
  }
}
@media all and (max-width: 768px) {
  .socialwall-gallery__title {
    font-size: 40px;
    text-align: left;
  }
}
.socialwall-gallery__link {
  margin-left: 40px;
}
.socialwall-gallery__link a {
  color: #fff;
}
.socialwall-gallery__link a:hover {
  color: #fff;
}
.socialwall-gallery__header {
  margin: 0 60px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.socialwall-gallery__header-group {
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .socialwall-gallery__header {
    display: block;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 550px) {
  .socialwall-gallery__header {
    margin: 0 0 20px 0;
  }
}
.socialwall-gallery__socials {
  display: table;
  text-align: center;
}
@media all and (max-width: 1280px) {
  .socialwall-gallery__socials {
    display: block;
    margin-top: 20px;
  }
}
.socialwall-gallery__link-social {
  background: #fff;
  width: 2.2222222222em;
  height: 2.2222222222em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
.socialwall-gallery__link-social span {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.socialwall-gallery__link-social svg {
  fill: #665f56;
  width: 1.1111111111em;
  height: 1.1111111111em;
  display: inline-block;
}
.socialwall-gallery__detail {
  position: absolute;
  bottom: 0;
  right: 6.6666666667em;
}
@media all and (max-width: 1280px) {
  .socialwall-gallery__detail {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.socialwall-gallery__detail a {
  color: #fff;
  font-size: 0.9444444444em;
}
.socialwall-gallery__detail a:hover {
  color: #fff;
}
.socialwall-gallery__detail svg {
  fill: #fff;
  width: 0.8333333333em;
  height: 0.8333333333em;
  display: inline-block;
  vertical-align: middle;
}
.socialwall-gallery__image-box {
  position: relative;
}
.socialwall-gallery__filter-name {
  font-size: 5.6111111111em;
  color: #fff;
  font-family: "Roboto", sans-serif;
  position: absolute;
  bottom: -35px;
  right: 0;
  z-index: 3;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .socialwall-gallery__filter-name {
    font-size: 60px;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
  }
}
.socialwall-gallery__dots {
  margin: 15px 0;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* socialwall
/* ============================================================================= */
.socialwall {
  margin: 100px auto;
  max-width: 1920px;
}
@media all and (max-width: 768px) {
  .socialwall {
    margin: 70px auto;
  }
}
.socialwall .are-images-unloaded {
  opacity: 0;
}
.socialwall__view-more-button {
  position: relative;
  margin: 20px auto 0;
  display: block;
  width: fit-content;
}
.socialwall__view-more-button:disabled .ajax-loading {
  display: block;
}
.socialwall__view-more-button .ajax-loading {
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  width: auto;
  height: auto;
}
.socialwall__view-more-button .ajax-loading__container {
  margin-top: 29px;
}

.socialwall-item,
.socialwall-item__col-sizer {
  width: 32.33333%;
}
@media all and (max-width: 80em) {
  .socialwall-item,
  .socialwall-item__col-sizer {
    width: 24%;
  }
}
@media all and (max-width: 64em) {
  .socialwall-item,
  .socialwall-item__col-sizer {
    width: 32.33333%;
  }
}
@media all and (max-width: 48em) {
  .socialwall-item,
  .socialwall-item__col-sizer {
    width: 49.5%;
  }
}
@media all and (max-width: 41.6875em) {
  .socialwall-item,
  .socialwall-item__col-sizer {
    width: 100%;
  }
}

.socialwall-item__gutter {
  position: absolute;
  width: 1%;
}
@media all and (max-width: 48em) {
  .socialwall-item__gutter {
    width: 0.5%;
  }
}
@media all and (max-width: 41.6875em) {
  .socialwall-item__gutter {
    width: 0;
  }
}

.socialwall-item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.socialwall-item.js-loading {
  opacity: 0;
}
.socialwall-item__icon {
  position: absolute;
  left: 40px;
  bottom: 23px;
}
@media all and (max-width: 80em) {
  .socialwall-item__icon {
    left: 20px;
    bottom: 5px;
  }
}
.socialwall-item__icon svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
.socialwall-item__image-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.socialwall-item__image-container:before {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
  height: 100px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
}
.socialwall-item__col-sizer {
  position: absolute;
}
@media all and (max-width: 49.125em) {
  .socialwall-item {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 41.6875em) {
  .socialwall-item {
    margin-bottom: 5px;
  }
}
.socialwall-item__content {
  padding: 20px;
}
.socialwall-item__message {
  font-size: 0.7777777778em;
  margin-bottom: 20px;
}
.socialwall-item__message p {
  margin: 0;
  padding: 0;
}
.socialwall-item__count {
  border-top: 1px solid #efefef;
  padding-top: 20px;
}
.socialwall-item__count-icon {
  position: relative;
  text-align: center;
  color: #665f56;
  display: inline-block;
  font-size: 8px;
  padding-top: 1px;
  font-weight: bold;
  margin-right: 20px;
}
.socialwall-item__count-icon span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #665f56;
  color: #fff;
  right: -9px;
  bottom: 17px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 15px;
}
.socialwall-item__count-icon--comments span {
  right: -7px;
}
.socialwall-item__source-icon, .socialwall-item__count-icon svg {
  width: 24px;
  height: 24px;
  fill: #665f56;
  display: inline-block;
}
.socialwall-item__source {
  position: absolute;
  right: 20px;
}

.socialwall-item-owner {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 0.7777777778em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  z-index: 100;
  display: flex;
}
.socialwall-item-owner:hover {
  text-decoration: none;
}
.socialwall-item-owner__image-container {
  position: relative;
  overflow: hidden;
  border: 4px solid #fff;
  margin-right: 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: flex;
  height: 39px;
  width: 38px;
}
.socialwall-item-owner__image {
  display: block;
  position: relative;
}
.socialwall-item-owner__name {
  color: #fff;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 0;
  margin-top: 3px;
}
.socialwall-item-owner__date {
  color: rgb(229.5, 229.5, 229.5);
  display: block;
  margin-top: 3px;
  margin-left: 0;
}

.socialwall-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
}
@media all and (max-height: 768px) {
  .socialwall-modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.socialwall-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  max-width: 1024px;
  width: 100%;
}
@media all and (max-height: 768px) {
  .socialwall-modal__container {
    top: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
  }
}
@media all and (max-width: 80em) {
  .socialwall-modal__container {
    width: 80%;
    width: 80vw;
  }
}
@media all and (max-width: 64em) {
  .socialwall-modal__container {
    width: 90%;
    width: 90vw;
    width: calc(100vw - 20px);
  }
}
.socialwall-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.socialwall-modal--open .socialwall-modal__overlay {
  opacity: 1;
}
.socialwall-modal__image-container {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
}
@media all and (max-width: 48em) {
  .socialwall-modal__image-container {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
.socialwall-modal__image {
  display: block;
  width: 100%;
  height: auto;
}
.socialwall-modal__content {
  padding: 20px;
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
}
@media all and (max-width: 48em) {
  .socialwall-modal__content {
    width: 100%;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
.socialwall-modal__inner {
  position: relative;
  z-index: 1;
}
.socialwall-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #B85D1C;
  z-index: 100;
}
.socialwall-modal__close svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-top: 7px;
  display: inline-block;
}
.socialwall-modal__close:hover {
  color: #fff;
  text-decoration: none;
}
.socialwall-modal__nav {
  border: none;
  background: rgba(236, 236, 236, 0.5);
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.socialwall-modal__nav:hover {
  background: rgba(236, 236, 236, 0.7);
}
.socialwall-modal__nav--prev {
  right: 24px;
}
.socialwall-modal__nav--next {
  right: 0;
}
.socialwall-modal__nav svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  display: block;
}
.socialwall-modal__message {
  margin-top: 20px;
  padding-bottom: 70px;
  font-size: 90%;
}
.socialwall-modal__message p {
  margin: 0;
  padding: 0;
}
.socialwall-modal__count {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #efefef;
  padding-top: 20px;
}
.socialwall-modal__count .socialwall-item__source {
  right: 0;
}

.socialwall-modal.socialwall-modal--open {
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  pointer-events: auto;
}

.socialwall-modal-owner {
  font-size: 0.7777777778em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  z-index: 100;
}
.socialwall-modal-owner:hover {
  text-decoration: none;
}
.socialwall-modal-owner__image-container {
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  margin-right: 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.socialwall-modal-owner__image {
  display: block;
}
.socialwall-modal-owner__name {
  color: #665f56;
  display: block;
  max-width: 80%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  margin-top: 3px;
}
.from-cache .socialwall-modal-owner__name {
  max-width: 100%;
  background: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.js-loaded .socialwall-modal-owner__name {
  max-width: 100%;
  background: none;
}
.socialwall-modal-owner__date {
  color: #ececec;
  display: block;
  margin-top: 3px;
  margin-left: 45px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* Content
/* ============================================================================= */
.content {
  position: relative;
  z-index: 2;
}

.main-content {
  position: relative;
  overflow: hidden;
}
.main-content.is-not-home {
  padding-top: 90px;
}
@media all and (max-width: 667px) {
  .main-content.is-not-home {
    padding-top: 70px;
  }
}
.main-content.has-hero-images {
  padding-top: 0;
}
.main-content.has-interactive-map {
  padding-top: 89px;
  padding-top: 4.6842105263vw;
}

.page-content img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}

.content-container {
  padding-left: 120px;
  padding-left: 6.3157894737vw;
  /*max-width: 750px;*/
  max-width: 1000px;
}
@media all and (max-width: 1024px) {
  .content-container {
    max-width: 100%;
    padding: 0 10px;
  }
}
@media all and (max-width: 414px) {
  .content-container {
    padding: 0;
  }
}

.page-title {
  position: relative;
  z-index: 5;
}
.page-title.has-hero-images {
  margin-top: 1.6666666667em;
}
.page-title__hgroup {
  position: relative;
}
.page-title__line {
  height: 2px;
  width: 150px;
  position: absolute;
  left: -241px;
  top: 55px;
  background: #665f56;
}

.page-content {
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
}
.page-content__text ul {
  list-style: none;
  margin: 0;
  padding: 5px;
}
.page-content__text ul li {
  position: relative;
  padding-left: 15px;
}
.page-content__text ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #665f56;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-content__text-element {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .page-content__text-element {
    flex-wrap: wrap;
  }
}
.page-content__text-element a {
  text-decoration: underline;
}

.info-box {
  margin-left: 60px;
  max-width: 400px;
  border: solid 1px #ececec;
  padding: 40px 40px 80px 40px;
  background: url(/media/svg/raute-ganz.svg) no-repeat 40px 115%;
  background-size: 115% auto;
  flex-shrink: 0;
}
@media (max-width: 940px) {
  .info-box {
    flex-shrink: 1;
  }
}
@media (max-width: 768px) {
  .info-box {
    max-width: unset;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.info-box__title {
  font-family: "Roboto", sans-serif;
  font-size: 1.3888888889em;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.info-box__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78px;
  height: 1px;
  background-color: #665f56;
}
.info-box__desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-box__desc ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.info-box__desc ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #665f56;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info-box .sidebar-item {
  margin-bottom: 10px;
}
.info-box .sidebar-item__title {
  font-weight: bold;
  display: block;
  color: #665f56;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* Companies
/* ============================================================================= */
.companies-slider {
  position: relative;
  white-space: nowrap;
}

.companies {
  padding: 8.3333333333em 0.8333333333em 0.8333333333em 0.8333333333em;
  text-align: center;
}
@media all and (max-width: 1280px) {
  .companies {
    padding: 4.4444444444em 0.8333333333em;
  }
}
@media all and (max-width: 1024px) {
  .companies {
    padding: 0 0.8333333333em;
    margin-top: 30px;
  }
}
.companies__item {
  padding: 0 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.companies__title {
  font-size: 4.4444444444em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
}
@media all and (max-width: 1280px) {
  .companies__title {
    font-size: 70px;
  }
}
@media all and (max-width: 768px) {
  .companies__title {
    font-size: 50px;
  }
}
.companies__line {
  margin: 1.9444444444em auto 4.1666666667em;
  width: 150px;
  height: 2px;
  background: #665f56;
}
@media all and (max-width: 1024px) {
  .companies__line {
    margin: 40px auto;
  }
}
.companies__image-link {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
}
.companies__image-link:hover {
  color: #fff;
}
.companies__image-link:before {
  content: "";
  background-image: -moz-linear-gradient(90deg, rgba(65, 68, 67, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(65, 68, 67, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(65, 68, 67, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.slick-slide .companies__image-link:before {
  background: rgba(65, 68, 67, 0.9);
}
.slick-active .companies__image-link:before {
  background: rgba(65, 68, 67, 0.3);
}
.companies__text {
  position: absolute;
  padding-left: 1.8333333333em;
  bottom: 25px;
  left: auto;
  right: auto;
  z-index: 4;
  display: block;
}
@media all and (max-width: 1024px) {
  .companies__text {
    left: 0;
    right: 0;
    padding-left: 0;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
  }
}
.companies__location {
  font-size: 1.1111111111em;
  display: block;
  font-family: "Roboto", sans-serif;
}
.companies__name {
  font-size: 1.6666666667em;
  display: block;
  font-family: "Roboto", sans-serif;
}

.companies-controls {
  text-align: center;
  margin: 20px 0;
}
.companies-controls svg {
  width: 1.3888888889em;
  height: 1.3888888889em;
  fill: #665f56;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* teaser flyout
/* ============================================================================= */
.teaser-title {
  font-size: 2.2222222222em;
  color: #fff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  font-family: "Roboto", sans-serif;
}

.teaser-title-main {
  max-width: 1420px;
  margin: 0 auto;
  font-size: 2.2222222222em;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  padding-left: 50px;
}
@media all and (max-width: 1200px) {
  .teaser-title-main {
    padding-left: 10px;
  }
}
@media all and (max-width: 1366px) {
  .teaser-title-main {
    font-size: 1.6666666667em;
  }
}
@media all and (max-width: 667px) {
  .teaser-title-main {
    font-size: 1.3888888889em;
  }
}

.teaser-flyout {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: self-end;
}
@media screen and (max-width: 1024px) {
  .teaser-flyout {
    display: none;
  }
}
.teaser-flyout__item {
  position: relative;
  z-index: 2;
}
.teaser-flyout__item:after {
  content: "";
  background: rgba(0, 0, 0, 0.21);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.teaser-flyout__title {
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
}
@media screen and (max-width: 1315px) {
  .teaser-flyout__title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 550px) {
  .teaser-flyout__title {
    font-size: 14px;
  }
}
.teaser-flyout__title:hover, .teaser-flyout__title:focus {
  color: #B85D1C;
}
.teaser-flyout__button {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 3px solid #ffb600;
  text-decoration: none;
}
@media screen and (max-width: 1315px) {
  .teaser-flyout__button {
    font-size: 13px;
    line-height: 15px;
  }
}
.teaser-flyout__button:hover, .teaser-flyout__button:focus {
  color: #B85D1C;
}
.teaser-flyout__text {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 60px;
  bottom: 40px;
  left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-shadow: 0px 0px 6px #000;
}
@media screen and (max-width: 1800px) {
  .teaser-flyout__text {
    top: 30px;
    bottom: 30px;
    left: 25px;
  }
}
@media screen and (max-width: 1315px) {
  .teaser-flyout__text {
    top: 20px;
    bottom: 14px;
    left: 20px;
  }
}
.teaser-flyout__separator {
  display: block;
  height: 15px;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .teaser-flyout__separator {
    width: 0;
  }
}

/* =============================================================================
/* teaser showcase
/* ============================================================================= */
.teaser-showcase {
  margin: 80px 0;
}
.teaser-showcase__item {
  margin: 0 10px;
}
@media all and (max-width: 768px) {
  .teaser-showcase__item {
    margin: 0 5px;
  }
}
.teaser-showcase__text {
  text-align: center;
}
@media all and (max-width: 768px) {
  .teaser-showcase__text {
    font-size: 14px;
  }
}
.teaser-showcase__link {
  display: block;
}
.teaser-showcase__name {
  font-weight: bold;
  font-size: 1.6666666667em;
  font-family: "Roboto", sans-serif;
}
.teaser-showcase__description {
  margin: 0.5555555556em 0;
}
.teaser-showcase__link-more {
  font-weight: bold;
}
.teaser-showcase__controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 5;
}
@media all and (max-width: 1280px) {
  .teaser-showcase__controls {
    display: none;
  }
}
.teaser-showcase__controls button:first-child {
  float: left;
  margin-left: -70px;
}
.teaser-showcase__controls button:last-child {
  float: right;
  margin-right: -70px;
}
.teaser-showcase__controls svg {
  width: 3.0555555556em;
  height: 3.0555555556em;
  fill: #ffb600;
}

/* =============================================================================
/* teaser search
/* ============================================================================= */
.teaser-search {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 50px 20px 50px;
}
@media all and (max-width: 1200px) {
  .teaser-search {
    padding: 0 10px 15px 10px;
  }
}
.teaser-search ul {
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .teaser-search ul {
    font-size: 16px;
  }
}
.teaser-search input[type=radio] {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 1.1111111111em;
}
.teaser-search li {
  font-size: 0.8333333333em;
  background: #ececec;
  color: #121c19;
  display: inline-block;
  text-transform: uppercase;
  padding: 1em;
  position: relative;
  margin-right: 10px;
}
@media all and (max-width: 768px) {
  .teaser-search li {
    text-transform: none;
    padding: 7px;
    margin: 5px;
  }
}
.teaser-search li:before {
  content: "";
  padding: 5px;
  display: inline-block;
  pointer-events: none;
  position: absolute;
  left: 22px;
  top: 20px;
  z-index: 5;
  background: rgb(254, 254, 254);
  width: 0.9333333333em;
  height: 0.9333333333em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media all and (max-width: 768px) {
  .teaser-search li:before {
    top: 10px;
    left: 10px;
  }
}
.teaser-search li.active:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  width: 3px;
  height: 0.8em;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 18px;
  left: 27px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 10;
}
@media all and (max-width: 768px) {
  .teaser-search li.active:after {
    top: 10px;
    left: 15px;
  }
}
.teaser-search li label {
  padding-left: 30px;
}

/* =============================================================================
/* teaser
/* ============================================================================= */
.teaser {
  position: relative;
}
.teaser__container {
  height: 100%;
}
.teaser:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 170%;
  background-image: url(/media/bg-mountains.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}
.teaser__bg {
  position: absolute;
  z-index: 5;
  top: -20%;
}
.teaser__bg img {
  width: 100%;
  height: auto;
  display: block;
}
.teaser__inner {
  position: relative;
}
.teaser__item {
  margin-bottom: 20px;
  height: 37vh;
  overflow: hidden;
}
.teaser__item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
@media all and (max-width: 1366px) {
  .teaser__item {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1024px) {
  .teaser__item {
    padding: 0 5px;
  }
}
.teaser__link {
  display: block;
  position: relative;
  height: 100%;
}
.teaser__link:after {
  background: #ffb600;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.teaser__link:hover:after {
  opacity: 1;
}
.teaser__title {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 30px;
  padding-bottom: 1.875em;
  padding-left: 1.25em;
  text-align: left;
  display: block;
  line-height: 1.125em;
}
@media all and (max-width: 550px) {
  .teaser__title {
    text-align: center;
    padding: 10px;
    right: 0;
    left: 0;
    bottom: 20px;
  }
}
.teaser__button {
  text-align: center;
}
.teaser__link-detail {
  margin-top: 3.3333333333em;
}
@media all and (max-width: 1280px) {
  .teaser__link-detail {
    margin-top: 2.2222222222em;
  }
}
@media all and (max-width: 1024px) {
  .teaser__link-detail {
    margin-top: 0;
  }
}

/* =============================================================================
/* teaser facts
/* ============================================================================= */
.teaser-facts {
  padding: 5.5555555556em 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media all and (max-width: 1280px) {
  .teaser-facts {
    font-size: 15px;
    padding: 4.4444444444em 0;
  }
}
@media all and (max-width: 1024px) {
  .teaser-facts {
    padding: 0;
    padding-top: 50px;
  }
}
@media all and (max-width: 768px) {
  .teaser-facts {
    padding-top: 30px;
  }
}
.teaser-facts__item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  color: #665f56;
}
.col:nth-child(even) .teaser-facts__item {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.teaser-facts__item:hover, .teaser-facts__item:focus {
  color: #665f56;
}
.teaser-facts__inner {
  min-height: 342px;
  position: relative;
  padding: 0 15px;
}
@media all and (max-width: 1024px) {
  .teaser-facts__inner {
    min-height: 280px;
  }
}
@media all and (max-width: 768px) {
  .teaser-facts__inner {
    font-size: 15px;
  }
}
@media all and (max-width: 550px) {
  .teaser-facts__inner {
    min-height: 230px;
  }
}
.teaser-facts .col:nth-child(even) svg {
  right: auto;
  left: -83px;
}
.teaser-facts svg {
  position: absolute;
  z-index: 2;
  right: -83px;
  top: 30px;
  bottom: auto;
  fill: #ececec;
  opacity: 0.4;
  width: 15.5555555556em;
  height: 15.5555555556em;
}
@media all and (max-width: 768px) {
  .teaser-facts svg {
    font-size: 14px;
  }
}
.teaser-facts__text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  min-width: 350px;
}
@media all and (max-width: 1280px) {
  .teaser-facts__text {
    min-width: 100%;
  }
}
.teaser-facts__number {
  display: block;
  font-size: 4.4444444444em;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 500;
}
.teaser-facts__subtitle {
  display: block;
  font-size: 2.2222222222em;
  font-family: "Roboto", sans-serif;
}
.teaser-facts__description {
  display: block;
  font-size: 0.9444444444em;
}
.teaser-facts__image {
  display: block;
  position: relative;
  z-index: 8;
  height: 342px;
}
.teaser-facts__image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .teaser-facts__image img {
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  .teaser-facts__image {
    height: auto;
  }
}

/* =============================================================================
/* teaser big
/* ============================================================================= */
.teaser-big-container {
  max-width: 1662px;
  /*margin: 0 auto;*/
  margin: 100px auto;
}
@media all and (max-width: 1662px) {
  .teaser-big-container {
    padding: 0 15px;
  }
}

.teaser-big__item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .teaser-big__item {
    display: block;
  }
}
.teaser-big__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  position: relative;
}
.teaser-big__text {
  padding-left: 50px;
  padding-left: 2.6315789474vw;
}
@media all and (max-width: 1280px) {
  .teaser-big__text {
    padding: 0 20px;
    font-size: 16px;
    margin: 30px 0;
  }
}
@media all and (max-width: 1024px) {
  .teaser-big__text {
    padding: 0 15px;
    font-size: 15px;
  }
}
.teaser-big__name {
  color: #665f56;
  font-size: 3.3333333333em;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media all and (max-width: 1280px) {
  .teaser-big__name {
    font-size: 2.7777777778em;
  }
}
.teaser-big__description {
  font-size: 0.9444444444em;
  padding: 2.7777777778em 0;
}
@media all and (max-width: 1600px) {
  .teaser-big__description {
    padding: 30px 0;
  }
}
@media all and (max-width: 768px) {
  .teaser-big__description {
    padding: 20px 0;
  }
}

/* =============================================================================
/* teaser pages
/* ============================================================================= */
.teaser-pages__item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.5789473684vw;
}
@media all and (max-width: 1024px) {
  .teaser-pages__item {
    display: block;
    margin: 0 10px;
  }
}
@media all and (max-width: 599px) {
  .teaser-pages__item {
    margin: 0 5px;
  }
}
.teaser-pages__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media all and (max-width: 1024px) {
  .teaser-pages__text {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1024px) {
  .teaser-pages__name {
    margin-top: 15px;
  }
}
@media all and (max-width: 1280px) {
  .teaser-pages {
    font-size: 16px;
    margin: 30px 0;
  }
}
.teaser-pages__description {
  padding: 20px 0;
  padding: 1.0526315789vw 0;
}
.teaser-pages__video {
  position: relative;
  display: block;
  max-height: 371px;
  overflow: hidden;
}
.teaser-pages__video a {
  cursor: pointer;
}
.teaser-pages__video--play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media all and (max-width: 550px) {
  .teaser-pages__video--play img {
    width: 66px;
    height: 66px;
  }
}

/* =============================================================================
/* teaser live
/* ============================================================================= */
.teaser-live {
  padding-top: 35px;
}
.teaser-live__link {
  background-color: #E7E4DF;
  min-height: 78px;
  padding: 20px 30px;
  margin: 0 15px 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #665f56;
  text-decoration: none;
}
@media all and (max-width: 667px) {
  .teaser-live__link {
    font-size: 16px;
    line-height: 20px;
  }
}
.teaser-live__link i {
  margin-right: 30px;
}
.teaser-live__link svg {
  fill: #665f56;
  width: 14px;
  height: 14px;
}
.teaser-live__link span {
  display: flex;
  align-items: center;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* VIDEO CAROUSEL
/* ============================================================================= */
.video-carousel {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.video-carousel__container-inner {
  text-align: center;
}
.video-carousel .base-carousel__controls {
  pointer-events: none;
}
.video-carousel .base-carousel__controls button {
  pointer-events: auto;
}
.video-carousel__image-link {
  position: relative;
  height: fit-content;
}
.video-carousel__image-link img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-carousel__image-link svg {
  position: absolute;
  width: 2.7777777778em;
  height: 2.7777777778em;
  top: 50%;
  left: 50%;
  fill: #665f56;
  z-index: 6;
  pointer-events: auto;
}

/* =============================================================================
/* VIDEO
/* ============================================================================= */
.video-item {
  margin-bottom: 2.7777777778em;
}
.video-item__description {
  margin-bottom: 1.1111111111em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* Quickrequest
/* ============================================================================= */
.quickrequest {
  background: #665f56;
  text-align: center;
  color: #fff;
  padding: 4.2777777778em 0.8333333333em 6.1111111111em 0.8333333333em;
  max-width: 1920px;
  margin: 0.7222222222em auto 0 auto;
}
@media all and (max-width: 1280px) {
  .quickrequest {
    padding: 5.5555555556em 0.8333333333em;
  }
}
@media all and (max-width: 1024px) {
  .quickrequest {
    padding: 4.4444444444em 0.8333333333em;
  }
}
@media all and (max-width: 768px) {
  .quickrequest {
    padding: 2.2222222222em 0.8333333333em;
  }
}
.quickrequest .container, .quickrequest .container-small {
  width: calc(100vw - 50px);
}
.quickrequest__title {
  font-size: 2.2222222222em;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 40px;
}
@media all and (max-width: 1280px) {
  .quickrequest__title {
    font-size: 3.3333333333em;
  }
}
@media all and (max-width: 768px) {
  .quickrequest__title {
    font-size: 40px;
  }
}
.quickrequest__line {
  max-width: 150px;
  height: 2px;
  background: #fff;
  margin: 3.3333333333em auto;
}
@media all and (max-width: 768px) {
  .quickrequest__line {
    margin: 1.6666666667em auto;
  }
}
.quickrequest__description {
  font-size: 1.2222222222em;
  color: #fff;
}
@media all and (max-width: 768px) {
  .quickrequest__description {
    font-size: 15px;
  }
}
.quickrequest__type {
  padding: 2.7777777778em 0;
}
@media all and (max-width: 667px) {
  .quickrequest__type {
    font-size: 14px;
  }
}
.quickrequest__button {
  margin-top: 2.7777777778em;
}
.quickrequest__button a {
  color: #fff;
}
.quickrequest__button a:hover {
  color: #fff;
}
.quickrequest__all-accomodations {
  text-align: right;
  margin-top: 0.8333333333em;
}
.quickrequest__all-accomodations a {
  color: #fff;
  font-size: 0.9444444444em;
}
.quickrequest__all-accomodations a:hover {
  color: #fff;
}
.quickrequest__all-accomodations svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

@media all and (max-width: 1280px) {
  .quickrequest {
    font-size: 15px;
  }
}
.quickrequest__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 667px) {
  .quickrequest__form {
    grid-template-columns: 1fr;
  }
}
.quickrequest .children-ages {
  margin-top: 15px;
  display: flex;
  gap: 5px;
}
.quickrequest .children-ages select {
  display: block;
  padding: 4px;
  border: none;
  border-radius: 6px;
  line-height: 1;
  color: #665f56;
}
.quickrequest input,
.quickrequest .children {
  display: block;
  padding: 15px;
  border: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  line-height: 1;
  color: #665f56;
  width: 100%;
  text-transform: uppercase;
  -webkit-appearance: none;
}

.request-accomodation {
  display: inline-block;
  position: relative;
  width: 8.2222222222em;
  height: 8.2222222222em;
  text-align: center;
  margin: 0 1.2222222222em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.request-accomodation::before {
  content: "";
  display: block;
  position: absolute;
  background: #ffb600;
  width: 130px;
  height: 130px;
  transform: translate(50%, 50%) rotate(45deg);
  bottom: 50%;
  right: 50%;
}
@media all and (max-width: 667px) {
  .request-accomodation::before {
    width: 110px;
    height: 110px;
  }
}
.request-accomodation__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.request-accomodation__icon {
  fill: #fff;
  width: 3.3333333333em;
  height: 2.7777777778em;
}
.request-accomodation span {
  display: block;
}
.request-accomodation__text {
  font-size: 0.8888888889em;
  color: #fff;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* Events
/* ============================================================================= */
.events-more-dates {
  font-weight: bold;
  font-size: 14px;
  color: #665f56;
  text-decoration: underline;
}

.events-showcase {
  position: relative;
  /*@media all and (max-width:$xxlarge-width) {
      padding: em(80px) 0;
  }

  @media all and (max-width:$large-width) {
      padding: em(50px) 0;
  }

  @media all and (max-width:$medium-width) {
      padding: em(30px) 0;
  }*/
}
.events-showcase__container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.events-showcase__item {
  display: inline-block;
}
.events-showcase__line {
  background: #fff;
  position: absolute;
  top: 47px;
  left: -45%;
}
@media all and (max-width: 1366px) {
  .events-showcase__line {
    display: none;
  }
}
.events-showcase__pattern {
  display: block;
  width: 120px;
  height: 120px;
  top: -20px;
  left: -160px;
  position: absolute;
}
@media all and (max-width: 1366px) {
  .events-showcase__pattern {
    position: static;
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
.events-showcase__title {
  font-size: 4.4444444444em;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.625em;
  position: relative;
}
@media all and (max-width: 1366px) {
  .events-showcase__title {
    font-size: 3.3333333333em;
    max-width: 100%;
    margin-bottom: 0.5em;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .events-showcase__title {
    margin: 0 auto;
    padding: 20px;
    font-size: 40px;
  }
}
.events-showcase__image-link {
  display: block;
  position: relative;
}
.events-showcase__image-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: -1;
}
.events-showcase__image-link img {
  position: relative;
  opacity: 0.5;
  z-index: 1;
}
.slick-current .events-showcase__image-link img {
  opacity: 1;
}
.events-showcase__content {
  position: relative;
  color: #fff;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .events-showcase__content {
    font-size: 14px;
  }
}
.events-showcase__name {
  font-size: 2.2222222222em;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  position: relative;
  line-height: 1;
  margin: 0.75em 0;
  white-space: normal;
}
@media all and (max-width: 1366px) {
  .events-showcase__name {
    margin: 0.4166666667em 0;
  }
}
@media all and (max-width: 1024px) {
  .events-showcase__name {
    margin: 15px 0;
    font-size: 1.6666666667em;
  }
}
.events-showcase__name:hover {
  color: #fff;
}
.events-showcase__date {
  font-size: 1.1111111111em;
  font-weight: 200;
}
.events-showcase__description {
  font-size: 0.9444444444em;
  padding: 1.7647058824em 0;
}
@media all and (max-width: 1024px) {
  .events-showcase__description {
    padding: 15px 0;
  }
}
.events-showcase__slider {
  position: relative;
}
.events-showcase__container-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
}
@media all and (max-width: 1180px) {
  .events-showcase__container-item {
    max-width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .events-showcase__container-item {
    display: block;
  }
}
.events-showcase__inner {
  padding-left: 1.1111111111em;
  white-space: normal;
}
@media all and (max-width: 1024px) {
  .events-showcase__inner {
    padding-left: 0;
  }
}
.events-showcase__button {
  padding: 0.8333333333em;
}
.events-showcase__all-events {
  font-size: 1em;
  font-weight: 700;
  display: block;
  color: #fff;
  position: absolute;
  bottom: 1.2777777778em;
}
@media all and (max-width: 1366px) {
  .events-showcase__all-events {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}

/* =============================================================================
/* Events result
/* ============================================================================= */
.events-showcase-dots {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 1.6666666667em;
}
.events-showcase-dots .slick-dots {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.events-showcase-dots .slick-dots li {
  display: none;
}
.events-showcase-dots .slick-dots li.slick-active {
  display: block;
}
.events-showcase-dots .slick-dots button {
  color: #fff;
  padding: 0;
}

.events-showcase-total {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 1.6666666667em;
}

.events-showcase-separator {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0 4px;
}

.events-showcase-controls {
  text-align: center;
  position: relative;
  line-height: 1;
  margin-top: 1.9444444444em;
}
@media all and (max-width: 1024px) {
  .events-showcase-controls {
    margin-top: 0;
  }
}
.events-showcase-controls svg {
  width: 1.9444444444em;
  height: 1.9444444444em;
}
.events-showcase-controls__inner {
  display: inline-block;
  color: #fff;
}
.events-showcase-controls__prev, .events-showcase-controls__next {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

/* =============================================================================
/* Events result
/* ============================================================================= */
.events-result__item {
  background: #665f56;
  margin-bottom: 1.6666666667em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* Lts Search
/* ============================================================================= */
.poi-search {
  display: flex;
  justify-content: center;
}
.poi-search__radio__buttons li {
  display: inline-block;
  min-width: 310px;
}
@media all and (max-width: 414px) {
  .poi-search__radio__buttons li {
    min-width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .poi-search__radio__buttons {
    margin-bottom: 5px !important;
  }
}

/* =============================================================================
/* Lts Pois Grid
/* ============================================================================= */
.poi-grid {
  position: relative;
}
.poi-grid__item {
  margin-bottom: 20px;
  /*min-height: 462px;
  @include display(flex);*/
}
.poi-grid__list-content {
  background: #ececec;
  overflow: hidden;
  position: relative;
}
.poi-grid__list-content .base-item__name {
  font-size: 25px;
}
@media all and (max-width: 414px) {
  .poi-grid__list-content .base-item__name {
    font-size: 20px;
  }
}
.poi-grid__booking {
  background-color: #C91339;
  color: #fff;
  font-size: 0.8888888889em;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
}
.poi-grid__image-link {
  display: block;
  position: relative;
}
.poi-grid__state {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.poi-grid__name {
  padding: 10px 0;
}
.poi-grid__text {
  text-align: center;
  padding: 1.1111111111em 0.5555555556em;
  min-height: 290px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media all and (max-width: 414px) {
  .poi-grid__text {
    min-height: 100%;
  }
}
.poi-grid__link-detail {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: #B85D1C;
  display: block;
  text-align: center;
  color: #fff;
  padding: 0.5555555556em 0;
}
.poi-grid__link-detail:hover, .poi-grid__link-detail:focus, .poi-grid__link-detail:active {
  color: #fff;
  background-color: rgb(204, 145.6, 0);
}

/* =============================================================================
/* Lts Pois List
/* ============================================================================= */
.poi-list__item {
  background: #ececec;
  margin-bottom: 1.1111111111em;
  /*@include display(flex);
  @include align-items(center);
  @include flex-direction(row);*/
  text-align: center;
  /*@media all and (max-width:$grid-lg)
  {
      display:block;
  }*/
}
.poi-list__description {
  color: #665f56;
}
.poi-list__link-phone {
  color: #665f56;
}
.poi-list__link-detail {
  padding: 0.8333333333em;
  margin-top: 10px;
}

/* =============================================================================
/* Lts Pois Detail
/* ============================================================================= */
.poi-detail__hgroup {
  margin-top: 20px;
}
.poi-detail__block {
  margin: 1.6666666667em 0;
}
.poi-detail__block-header {
  font-weight: bold;
  color: #B85D1C;
}
.poi-detail__image-container {
  display: block;
  margin-bottom: 1.1111111111em;
}
.poi-detail__image {
  width: 100%;
  height: auto;
  display: block;
}
.poi-detail__video {
  margin: 30px auto;
  max-width: 1000px;
}

.lts-operation-schedule {
  font-size: 16px;
  line-height: 30px;
  display: grid;
  grid-template-columns: 130px repeat(7, 34px);
  gap: 3px;
  text-align: center;
  align-items: stretch;
  justify-content: stretch;
  margin-bottom: 30px;
}
@media (max-width: 420px) {
  .lts-operation-schedule {
    font-size: 14px;
    grid-template-columns: 100px repeat(7, 1fr);
    gap: 2px;
  }
}
.lts-operation-schedule > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lts-operation-schedule > div ~ div {
  border: 1px solid #ececec;
}
.lts-operation-schedule .icon {
  fill: #AF0202;
  width: 18px;
  height: 18px;
  display: block;
}
@media (max-width: 420px) {
  .lts-operation-schedule .icon {
    width: 12px;
    height: 12px;
  }
}
.lts-operation-schedule .open .icon {
  fill: #afca0b;
}
.lts-operation-schedule__title {
  font-weight: bold;
  margin-bottom: 10px;
}
.lts-operation-schedule__title--closed {
  color: #AF0202;
}
.lts-operation-schedule__subtitle {
  font-weight: bold;
  grid-column: 1/9;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* lts gastronomies widget
/* ============================================================================= */
#lts-gastronomyfinder.custom {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1.563;
  color: #665f56;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  margin-bottom: 40px;
}
#lts-gastronomyfinder.custom .ajax-loading {
  display: block;
}
#lts-gastronomyfinder.custom .lts-ajax-loadoverlay .loading {
  width: auto;
  height: auto;
  padding: 10px;
}
#lts-gastronomyfinder.custom .lts-ajax-loadoverlay .loading img {
  display: block;
}
#lts-gastronomyfinder.custom .menu-open .inner-wrapper {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#lts-gastronomyfinder.custom a {
  color: #665f56;
}
#lts-gastronomyfinder.custom .box-search {
  border: 0;
  background-color: #efefef;
  overflow: hidden;
}
#lts-gastronomyfinder.custom .box-search .box-header {
  font-size: 1em;
  color: #B85D1C;
  font-weight: 700;
  line-height: 1.2;
}
#lts-gastronomyfinder.custom .box-search .row-search-text .button-ok {
  background-color: #B85D1C;
  font-size: 0.6666666667em;
}
#lts-gastronomyfinder.custom .box-search .block-accordion .accordion-header {
  color: #665f56;
  font-size: 1em;
  font-weight: 700;
}
#lts-gastronomyfinder.custom .box-search .row-calendar {
  font-size: 0.8888888889em;
}
#lts-gastronomyfinder.custom .box-search .row-calendar .container-datepicker .ui-datepicker-trigger {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#lts-gastronomyfinder.custom .box-search .checkbox-list {
  font-size: 0.8888888889em;
}
#lts-gastronomyfinder.custom .box-search .checkbox-list input {
  margin-right: 5px;
}
#lts-gastronomyfinder.custom .box-search .radius-container label {
  font-size: 0.8888888889em;
}
#lts-gastronomyfinder.custom .box-search .reset-button {
  background-color: #fff;
  color: #665f56;
  font-size: 0.8888888889em;
  font-weight: 400;
  border: solid 1px #ececec;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .filter-info .module-title {
  font-size: 1.3888888889em;
  color: #665f56;
  font-weight: bold;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .filter-info .search-count {
  font-size: 1em;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .filter-info .sort-bar {
  font-size: 0.8888888889em;
  background-color: #efefef;
  margin-bottom: 1px;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .filter-info .sort-bar .view-switcher {
  font-size: 0.75em;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .filter-info .data-block {
  font-size: 0.8888888889em;
  background-color: #efefef;
  border: 0;
  margin-top: 0;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .date-title {
  border: 0;
  background-color: transparent;
  color: #665f56;
  text-transform: uppercase;
  font-size: 1.3888888889em;
  line-height: 1;
  padding: 0;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .item {
  font-size: 1em;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .item .image {
  min-width: 220px;
  min-height: 165px;
  background-color: #efefef;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .item .module-title {
  font-size: 1.3888888889em;
  color: #B85D1C;
  line-height: 1;
  font-weight: 100;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .item .subtitle {
  color: #665f56;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8888888889em;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .item .show-on-map {
  color: #B85D1C;
  text-transform: none;
  font-weight: 100;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .item .block-address a {
  color: #B85D1C;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .detail {
  font-size: 1em;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .detail .block-title .hotel-title {
  font-size: 2.7777777778em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #665f56;
  letter-spacing: 0.05em;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .detail .block-title .sub-title {
  font-size: 1.3888888889em;
  font-style: italic;
  font-weight: 400;
  color: #665f56;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .detail .block-infos {
  font-size: 1em;
  line-height: 1.563;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .detail .block-infos .row-map .container .calculate-route {
  color: #665f56;
  font-size: 0.6666666667em;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .detail .block-infos a {
  color: #665f56;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .detail .block-infos a.phone {
  color: #665f56;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .detail .operation-schedule {
  font-size: 1em;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .button-primary {
  background-color: #B85D1C;
  border-color: #B85D1C;
  color: #fff;
}
#lts-gastronomyfinder.custom .lcswdgtgastronomies .button-primary:hover, #lts-gastronomyfinder.custom .lcswdgtgastronomies .button-primary:focus, #lts-gastronomyfinder.custom .lcswdgtgastronomies .button-primary:active {
  background-color: rgb(204, 145.6, 0);
  border-color: rgb(204, 145.6, 0);
}
#lts-gastronomyfinder.custom .lts-ajax-loadoverlay .loading {
  border: solid 3px #ececec;
}
#lts-gastronomyfinder.custom .lcswdgtpager {
  font-size: 1em;
}

#ltsfancybox-content #lts-gastronomyfinder-fancybox #map-box {
  padding: 0;
}

#ltsfancybox-content {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* LTS COMPANIES WIDGET
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* Info:
/* 1. use .custom after id #lts-eventfinder to overrwrite styles
/*
/* TODO: Add to basic.scss
/* ----------------------------------------------------------------------------- */
#lts-eventfinder.custom .ajax-loading {
  display: block;
}

#lts-eventfinder.custom {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.563;
  color: #665f56;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  margin-bottom: 40px;
}

/*---------------------------------------------------
/* lts widget datepicker
/*---------------------------------------------------*/
body #ui-datepicker-div.lts.ui-datepicker {
  border-color: #ffb600;
}

body #ui-datepicker-div.lts th {
  background-color: #B85D1C;
}

body #ui-datepicker-div.lts .ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-highlight,
body #ui-datepicker-div.lts .ui-datepicker-calendar tr td a.ui-state-hover,
body #ui-datepicker-div.lts .ui-datepicker-calendar tr td a.ui-state-highlight,
body #ui-datepicker-div.lts .ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-highlight.ui-state-hover,
body #ui-datepicker-div.lts .ui-datepicker-calendar tr td a.ui-state-active {
  background-color: #B85D1C;
}

body #ui-datepicker-div.lts .ui-datepicker-header {
  background-color: rgb(204, 145.6, 0);
}

body #ui-datepicker-div.lts .ui-datepicker-prev span,
body #ui-datepicker-div.lts .ui-datepicker-next span {
  color: #fff;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* LTS COMPANIES WIDGET
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* Info:
/* 1. use .custom after id #ltswidget-catalogue to overrwrite styles
/*
/* TODO: Add to basic.scss
/* ----------------------------------------------------------------------------- */
#ltswidget-catalogue.custom .ajax-loading {
  display: block;
}

#ltswidget-catalogue {
  max-width: 1200px;
  margin: 0 auto;
}

#ltswidget-catalogue.custom {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.563;
  color: #665f56;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  margin-bottom: 40px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* LTS COMPANIES WIDGET
/* ============================================================================= */
#ltswidget-container.custom .ajax-loading,
#lts-packages.custom .ajax-loading {
  display: block;
}

#ltswidget-container.custom,
#lts-packages.custom {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.563;
  color: #665f56;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  margin-bottom: 40px;
}

#ltswidget-container.custom .widget-zone-left {
  background: #efefef;
}

/*---------------------------------------------------
/* lts widget datepicker
/*---------------------------------------------------*/
body #ui-datepicker-div.lts.ui-datepicker {
  border-color: #ffb600;
}

body #ui-datepicker-div.lts th {
  background-color: #B85D1C;
}

body #ui-datepicker-div.lts .ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-highlight,
body #ui-datepicker-div.lts .ui-datepicker-calendar tr td a.ui-state-hover,
body #ui-datepicker-div.lts .ui-datepicker-calendar tr td a.ui-state-highlight,
body #ui-datepicker-div.lts .ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-highlight.ui-state-hover,
body #ui-datepicker-div.lts .ui-datepicker-calendar tr td a.ui-state-active {
  background-color: #B85D1C;
}

body #ui-datepicker-div.lts .ui-datepicker-header {
  background-color: #B85D1C;
}

body #ui-datepicker-div.lts .ui-datepicker-prev span,
body #ui-datepicker-div.lts .ui-datepicker-next span {
  color: #fff;
}

/*---------------------------------------------------
/*  :: fix
/*---------------------------------------------------*/
#ltswidget-container.custom * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#ltswidget-container.custom .ca-slider {
  width: 100%;
}
#ltswidget-container.custom .clearfix:before, #ltswidget-container.custom .clearfix:after,
#ltswidget-container.custom .row:before,
#ltswidget-container.custom .row:after,
#ltswidget-container.custom .form-group:before,
#ltswidget-container.custom .form-group:after {
  content: none;
}

#ltswidget-container.custom .ui-slider-horizontal .ui-slider-handle,
#ltswidget-container.custom .ui-widget-content {
  border: 0;
  background-color: #dbdbdb;
}

#ltswidget-container.custom .row-calendar .box-calendar .desc {
  float: none;
  width: auto;
}

#ltswidget-container.custom .row-calendar .box-calendar .value {
  margin-left: 0;
}

#ltswidget-container.custom .row-calendar .box-calendar input:focus {
  background-color: #B85D1C;
}

#ltswidget-container.custom .flex-direction-nav .flex-next {
  font-size: 0;
}

#ltswidget-container.custom .flex-direction-nav a.flex-next:before {
  content: "";
}

#ltswidget-container.custom .checkbox-list {
  font-size: 0.7777777778em;
}
#ltswidget-container.custom .checkbox-list input {
  margin-right: 5px;
}

/*---------------------------------------------------
/*  :: custom styles
/*---------------------------------------------------*/
#ltswidget-container.custom {
  /*---------------------------------------------------
  /*  :: custom styles detail
  /*---------------------------------------------------*/
}
#ltswidget-container.custom .box-search-period {
  background-color: #ececec;
  border-color: #ececec;
}
#ltswidget-container.custom .box-search-period .search-button, #ltswidget-container.custom .box-search-period .reset-button, #ltswidget-container.custom .group-request-box .links a {
  background-color: #B85D1C;
  color: #fff;
  text-decoration: none;
}
#ltswidget-container.custom .box-search-extended {
  border-color: #ececec;
}
#ltswidget-container.custom .box-header {
  font-size: 1em;
  color: #B85D1C;
  font-weight: 700;
  line-height: 1.2;
}
#ltswidget-container.custom .box-header.closed {
  color: #B85D1C;
}
#ltswidget-container.custom .box-search-extended .block-accordion .accordion-header {
  color: #665f56;
  font-size: 1em;
  font-weight: 700;
}
#ltswidget-container.custom .box-search-extended .row-search-text .button-ok {
  background-color: #B85D1C;
}
#ltswidget-container.custom .box-search-extended .reset-button {
  background-color: #B85D1C;
}
#ltswidget-container.custom .box-search-extended .radius-container {
  font-size: 0.7777777778em;
}
#ltswidget-container.custom .lcswdgtcompanies .item .module-title {
  color: #B85D1C;
  font-size: 1.3888888889em;
}
#ltswidget-container.custom .lcswdgtcompanies .item .subtitle, #ltswidget-container.custom .lcswdgtcompanies .item .subtitle a {
  color: #B85D1C;
}
#ltswidget-container.custom .lcswdgtcompanies .item .block-links a.room-infos {
  background-color: #B85D1C;
  border-color: #B85D1C;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#ltswidget-container.custom .lcswdgtcompanies .item .block-links a.link-request {
  background-color: #CC100B;
  border-color: #CC100B;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#ltswidget-container.custom .room-info-table .block-searched-room .row-configuration .configuration {
  color: #B85D1C;
}
#ltswidget-container.custom .table .button-row .button {
  padding: 3px 15px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
  line-height: 1.563;
  border: 0;
  background-color: #B85D1C;
}
#ltswidget-container.custom .table .button-row .button-booking {
  background-color: #B85D1C;
}
#ltswidget-container.custom .lcswdgtpager a:hover {
  color: #fff;
  background-color: #B85D1C;
  border-color: #B85D1C;
}
#ltswidget-container.custom .lcswdgtpager a.active {
  color: #B85D1C;
  border-color: #B85D1C;
}
#ltswidget-container.custom .lcswdgtpager a.active:hover {
  color: #fff;
  background-color: #B85D1C;
  border-color: #B85D1C;
}
#ltswidget-container.custom .lcswdgtcompanies .button-container .button {
  padding: 0;
  background-color: #ececec;
  border-color: #ececec;
}
#ltswidget-container.custom #rooms .button-changesearch, #ltswidget-container.custom #rooms .module-roomstay .button-changesearch {
  background-color: #B85D1C;
}
#ltswidget-container.custom .table .button-row .button.button-requestdetail {
  background-color: #B85D1C;
}
#ltswidget-container.custom .form .contact-send-button {
  background-color: #B85D1C;
  border-color: #B85D1C;
}
#ltswidget-container.custom .box-search-request .block-room .input-number {
  margin-left: 125px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* DOWNLOADS
/* ============================================================================= */
.download-item {
  padding: 1.6666666667em 0;
}
.download-item:nth-child(2n+1) {
  background: rgba(142, 147, 150, 0.2);
}
.download-item:last-child {
  border-bottom: none;
}
.download-item__name {
  display: block;
}
.download-item__size {
  display: inline-block;
  color: #665f56;
}
.download-item__size svg {
  width: 30px;
  height: 30px;
  fill: #665f56;
  display: inline-block;
}
.download-item__description {
  color: #665f56;
}
.download-item__button-row {
  margin-top: 1.1111111111em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* RECIPES
/* ============================================================================= */
.recipes-search {
  margin: 0 auto;
}

.recipes {
  margin: 70px auto;
}
.recipes .teaser-large .container {
  padding: 0;
}
.recipes__item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.recipes__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  position: relative;
}
@media all and (max-width: 768px) {
  .recipes__item {
    display: block;
  }
}
.recipes__text {
  padding-left: 2.7777777778em;
}
@media all and (max-width: 768px) {
  .recipes__text {
    padding-left: 0;
    padding: 30px 0;
  }
}
.recipes__name {
  color: #665f56;
  font-size: 1.6666666667em;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.recipes__description {
  font-size: 0.9444444444em;
  padding: 1.6666666667em 0;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/*---------------------------------------------------
/*  snowreport open
/*---------------------------------------------------*/
.snowreport-open {
  margin-top: 4.4444444444em;
}
.snowreport-open__details {
  font-size: 1.2222222222em;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-family: 500;
  display: block;
  vertical-align: middle;
}
.snowreport-open__link-detail {
  margin-top: 1.9444444444em;
}

/*---------------------------------------------------
/*  snowreport snow
/*---------------------------------------------------*/
.snowreport-snow__inner {
  text-align: center;
}
.snowreport-snow__icon {
  height: 2.5em;
  width: 2.5em;
  fill: #fff;
}
.snowreport-snow__link {
  display: inline-block;
  text-align: left;
  margin: 0 0.8333333333em;
}
.snowreport-snow__link-detail {
  margin-top: 1.9444444444em;
}
.snowreport-snow__text {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7777777778em;
  display: block;
}
.snowreport-snow__text-snow {
  color: #fff;
  font-size: 2.7222222222em;
  font-weight: 500;
  display: block;
  font-family: "Roboto", sans-serif;
}

.snowreport-container-outer,
.snowreport-lifts-container-outer {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

/*
.snowreport-slopes-container,
.snowreport-lifts-container {
    @media all and (max-width:$grid-sm) {
        width: 620px;
    }
}*/
.snowreport-header__area-name.h2 {
  margin: 0;
  padding-bottom: 15px;
}

/*---------------------------------------------------
/*  snowreport grid
/*---------------------------------------------------*/
.base-snowreport-header {
  background: #665f56;
  color: #fff;
  padding: 0.8333333333em;
  font-weight: bold;
}
@media all and (max-width: 1440px) {
  .base-snowreport-header {
    margin: 0 10px;
  }
}
@media all and (max-width: 1024px) {
  .base-snowreport-header {
    font-size: 14px;
  }
}
@media all and (max-width: 667px) {
  .base-snowreport-header {
    width: 600px;
  }
  .base-snowreport-header .row {
    width: 600px;
  }
}
.base-snowreport-header .text-left {
  text-align: left;
}
.base-snowreport-header .text-center {
  text-align: center;
}

.base-snowreport ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media all and (max-width: 1024px) {
  .base-snowreport {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .base-snowreport {
    font-size: 12px;
  }
}

/*.base-snowreport-difficulty-name
{
    font-size:14px;
}*/
/*---------------------------------------------------
/*  snowreport styles
/*---------------------------------------------------*/
.snowreport-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.base-snowreport {
  position: relative;
  clear: left;
  padding-bottom: 30px;
  color: #665f56;
}

base-snowreport .prepared {
  line-height: 18px;
}

.base-snowreport .prepared .icon {
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-right: 5px;
  background: transparent url(/media/snowreport/check.png) no-repeat 50% 50%;
}

.base-snowreport header {
  background: #9aae03;
  color: #fff;
  font-size: 16px;
}

.base-snowreport .text-center {
  text-align: center;
  position: relative;
}

.base-snowreport .text-left {
  text-align: left;
  position: relative;
}

.base-snowreport .text-right {
  text-align: right;
}

.base-snowreport .column {
  padding: 10px;
  position: relative;
  display: inline-block;
}

.base-snowreport .column .name {
  font-weight: bold;
  color: #665f56;
}

.base-snowreport .items {
  padding-bottom: 15px;
}

.base-snowreport .item {
  clear: left;
  position: relative;
}
@media all and (max-width: 667px) {
  .base-snowreport .item {
    width: 600px;
  }
}

.base-snowreport .item:nth-child(2n+2) {
  background: #f8f8f8;
}

.base-snowreport .items .name {
  font-weight: bold;
  font-size: 16px;
}

.base-snowreport .items .desc {
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: normal;
}

/* long description */
.base-snowreport .more-details {
  display: inline-block;
  color: #B85D1C;
  text-decoration: none;
  font-weight: bold;
}

.base-snowreport svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  fill: #ffb600;
  vertical-align: middle;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.base-snowreport .more-details.active svg {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.base-snowreport .long-description {
  display: none;
  padding: 0px 10px 10px;
}

.base-snowreport .long-description .description {
  padding-top: 10px;
}

.base-snowreport .last-change {
  padding-top: 10px;
}

.base-snowreport .icon-open {
  display: inline-block;
  background: #d11c1c;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 25px;
  border-radius: 50%;
  font-weight: bold;
}

.base-snowreport .open .icon-open {
  background: #4ea423;
}

.base-snowreport .status {
  color: #ccc;
}

.base-snowreport .status.open {
  color: #767676;
}

/* messpunkte */
.base-snowreport img.weather {
  width: 40px;
  height: auto;
}

.base-snowreport-difficulty {
  display: inline-block;
  background: #CC100B;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.base-snowreport-difficulty.blau, .base-snowreport-difficulty.blu, .base-snowreport-difficulty.blue {
  background: #B85D1C;
}
.base-snowreport-difficulty.schwarz, .base-snowreport-difficulty.nero, .base-snowreport-difficulty.black {
  background: black;
}

#snowreportmeasuringpoints .items .column {
  font-size: 24px;
  font-weight: bold;
}

/* summary */
.snowreport-summary {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
.snowreport-summary__box-summary {
  background: #9aae03;
  padding: 20px;
  margin-bottom: 13px;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
}
.snowreport-summary__count {
  display: block;
  font-size: 30px;
  font-weight: bold;
}

/* webcams */
#snowreportwebcams header {
  margin-bottom: 10px;
}

#snowreportwebcams .webcam {
  margin-bottom: 10px;
}

#snowreportwebcams .webcam img {
  max-width: 100%;
  height: auto;
}

#snowreportwebcams .webcam:nth-child(2n+2) {
  background: #f8f8f8;
}

#snowreportwebcams .webcam a {
  color: #767676;
  text-decoration: none;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/*---------------------------------------------------
/* lts cottages
/*---------------------------------------------------*/
.cottages-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1024px) {
  .cottages-list-item {
    display: block;
  }
}

.cottages-checkbox {
  font-size: 0.7777777778em;
  background: #B85D1C;
  color: #121c19;
  display: inline-block;
  padding: 0.5333333333em;
  position: relative;
  width: 100%;
}

.cottages-search {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media all and (max-width: 667px) {
  .cottages-search {
    grid-template-columns: 1fr;
  }
}
.cottages-search__period {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.cottages-search__input {
  display: block;
  border: 1px solid #665f56;
  padding: 15px;
  margin: 0;
  line-height: 1;
}
.cottages-search__show-button {
  border: 1px solid #665f56;
  display: block;
  cursor: pointer;
  position: relative;
  line-height: 1.2;
}
.cottages-search__show-button:before {
  content: "▼";
  position: absolute;
  right: 3px;
  top: 20px;
  font-size: 10px;
  left: auto;
}
.cottages-search__select-place {
  padding: 0;
  column-count: 3;
  display: none;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .cottages-search__select-place {
    column-count: 2;
  }
}
@media all and (max-width: 414px) {
  .cottages-search__select-place {
    column-gap: 8px;
  }
}
.cottages-search__select-place li {
  float: left;
}
.cottages-search__select-place.open {
  display: block;
}
.cottages-search__button-view svg {
  fill: #B85D1C;
}
.cottages-search__legend {
  display: block;
  position: relative;
}
.cottages-search__legend > div {
  margin: 10px 5px;
  display: inline-block;
}
.cottages-search__state {
  position: relative;
  display: inline-block;
  background: #ce1021;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.cottages-search__state--open {
  background: #afca0b;
}
.cottages-search h3 {
  margin-top: 10px;
}

.cottages-legend {
  display: block;
  position: relative;
}
.cottages-legend > div {
  margin: 10px 5px;
  display: inline-block;
}
.cottages-legend__state {
  position: relative;
  display: inline-block;
  background: #ce1021;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.cottages-legend__state--open {
  background: #afca0b;
}

.cottages-print {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.cottages-print__button {
  width: auto;
}

.cottages__state {
  display: inline-block;
  background: #ce1021;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  text-indent: -999px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
}
.cottages__state--open {
  background: #afca0b;
}
.cottages__state--notopen {
  background: #ce1021;
}
.cottages__info {
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
@media all and (max-width: 667px) {
  .cottages__info {
    display: block;
  }
}
.cottages__open-until, .cottages__open-text {
  color: #665f56;
}
.cottages__open-until--open, .cottages__open-text--open {
  color: #B85D1C;
  font-weight: bold;
}
.cottages__open-until--notopen, .cottages__open-text--notopen {
  color: #ce1021;
  font-weight: bold;
}

.cottages-detail {
  /*&__operation-schedule
      {
      margin-bottom:20px;
  }*/
}
.cottages-detail__title-opening-hours {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.cottages-detail__description-container {
  margin: 1.1111111111em 0;
}
.cottages-detail__description-title, .cottages-detail__text-title {
  color: #665f56;
  font-weight: bold;
}
.cottages-detail__description {
  margin: 0.8333333333em 0;
}
.cottages-detail__link-back {
  margin-bottom: 1.1111111111em;
}

.cottages-detail__image-thumbnails,
.cottages-detail__images-main {
  white-space: nowrap;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.cottages-detail__image-thumbnails-item,
.cottages-detail__images-main-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
}

.cottages-detail__image-thumbnails-container {
  position: relative;
}

.cottages-detail__image-thumbnails-controls {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
.cottages-detail__image-thumbnails-controls button {
  display: inline-block;
}
.cottages-detail__image-thumbnails-controls button.next {
  float: right;
}
.cottages-detail__image-thumbnails-controls svg {
  width: 30px;
  height: 30px;
  fill: #B85D1C;
}

.cottages-detail__image-thumbnails {
  margin: 0 50px;
}
.cottages-detail__image-thumbnails img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cottages-detail__image-thumbnails-item {
  width: 20%;
  border: 5px solid #fff;
}
.cottages-detail__image-thumbnails-item.slick-current {
  border-color: #ffb600;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* GALLERYCAROUSEL
/* ============================================================================= */
.gallery-carousel {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  /*&__controls {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      z-index: 5;
      top: 50%;

      button:last-child {
          float: right;
          position: relative;
          left: 99px;
      }

      button:first-child {
          left: 99px;
          position: relative;
          float: left;
      }

      svg {
          fill: $main-color;
          width: em(55px);
          height: em(55px);
          display: inline-block;
      }
  }*/
}
.gallery-carousel__title {
  margin-bottom: 15px;
  font-size: 2.2222222222em;
  font-family: "Roboto", sans-serif;
  color: #665f56;
}
.gallery-carousel__container-inner {
  text-align: center;
}
.gallery-carousel__slider {
  /*&:before,
  &:after {
      content: "";
      background: rgba(255,255,255,0.8);
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 3;
      width: 100%;
  }*/
}
.gallery-carousel__slider:before {
  left: 100%;
}
.gallery-carousel__slider:after {
  right: 100%;
}
.gallery-carousel__image-container {
  display: inline-block;
}
.gallery-carousel .slick-list {
  overflow: visible;
}

/* =============================================================================
/* GALLERIE List
/* ============================================================================= */
.gallery-list-items {
  margin-bottom: 45px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.gallery-list-item {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  padding: 11px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .gallery-list-item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    padding: 11px 0 11px 0;
  }
}
.gallery-list-item:nth-child(6n), .gallery-list-item:nth-child(7n), .gallery-list-item:first-of-type {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
}
@media all and (max-width: 1200px) {
  .gallery-list-item:nth-child(6n), .gallery-list-item:nth-child(7n), .gallery-list-item:first-of-type {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
.gallery-list-item:nth-child(3n+1), .gallery-list-item:nth-child(7n), .gallery-list-item:first-of-type {
  padding-left: 0;
}
.gallery-list-item:nth-child(6n), .gallery-list-item:nth-child(3n) {
  padding-right: 0;
}
.gallery-list-item img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  height: 420px;
  filter: brightness(0.75);
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* lts events
/* ============================================================================= */
.ltsevents-search__input-outer {
  position: relative;
  padding: 0.8333333333em;
  border: 1px solid rgb(169, 169, 169);
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.ltsevents-search__input-outer svg {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  pointer-events: none;
}
.ltsevents-search .base-dropdownlist {
  width: 100%;
  -webkit-appearance: none;
}
.ltsevents-search__input {
  width: 100%;
  -webkit-appearance: none;
}
.ltsevents-search__regions {
  margin: 0;
  padding: 0;
}
.ltsevents-search .button-reset {
  margin-top: 15px;
}

/* =============================================================================
/* lts events detail
/* ============================================================================= */
.ltsevents-detail .gallery-carousel {
  padding-top: 0;
}
.ltsevents-detail .hgroup h1 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .ltsevents-detail .page-content__text-element {
    flex-direction: column-reverse;
  }
}
.ltsevents-detail .page-content__text-element .info-box {
  margin-top: 0;
  margin-bottom: 40px;
}
.ltsevents-detail .page-content__text-element .ltsevents-detail__button-booking {
  text-decoration: none;
}
.ltsevents-detail__button-booking {
  display: inline-flex;
  padding: 10px;
  border: 2px solid #ffb600;
  text-decoration: none;
  transition: border ease-in 0.5s;
}
.ltsevents-detail__button-booking:hover, .ltsevents-detail__button-booking:focus, .ltsevents-detail__button-booking:active {
  border-color: #B85D1C;
}
.ltsevents-detail__block-header {
  color: #665f56;
  font-weight: bold;
}
.ltsevents-detail__information {
  margin: 50px 0;
}
.ltsevents-detail__description {
  margin-bottom: 40px;
}
.ltsevents-detail__list-dates.js-read-more {
  max-height: 190px;
  position: relative;
  overflow: hidden;
}
.js-content-hidden-open .ltsevents-detail__list-dates {
  max-height: 100%;
}
.ltsevents-detail__read-more {
  color: #B85D1C;
  font-weight: bold;
  margin-top: 10px;
  display: none;
}
.ltsevents-detail__read-more:hover {
  cursor: pointer;
  text-decoration: underline;
  color: rgb(139.7358490566, 70.6273584906, 21.2641509434);
  font-weight: bold;
}
.ltsevents-detail__read-more.js-read-more {
  display: block;
}
.js-content-hidden-open .ltsevents-detail__read-more-text {
  display: none;
}
.ltsevents-detail__read-less {
  display: none;
}
.js-content-hidden-open .ltsevents-detail__read-less {
  display: block;
}
.ltsevents-detail__lts-cart-widget {
  padding-top: 5vh;
}
.ltsevents-detail .lts-cart-widget {
  min-height: 390px !important;
  border: 0;
}
.ltsevents-detail .lts-cart-widget .lts-cart-widget-loader {
  background: #efefef !important;
}
.ltsevents-detail__booking-ancor {
  width: fit-content;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* Partners
/* ============================================================================= */
.partners__image-link {
  display: block;
  width: 100%;
}
.partners__item {
  display: inline-block;
  margin: 0 15px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/*---------------------------------------------------
/* search-box
/*---------------------------------------------------*/
.search-box {
  position: relative;
  display: flex;
}
.search-box__icon {
  display: block;
  margin: 0 3px 0 7px;
  cursor: pointer;
}
.search-box__icon svg {
  width: 20px;
  height: 20px;
  fill: #000;
  display: block;
}
.search-box__icon img {
  display: block;
}
.search-box__textbox {
  position: relative;
  background: none;
  border: none;
  text-transform: uppercase;
  text-align: center;
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: width ease-in-out 0.3s;
  -moz-transition: width ease-in-out 0.3s;
  transition: width ease-in-out 0.3s;
  background: #fff;
  visibility: hidden;
}
.search-box.open .search-box__textbox {
  width: 150px;
  visibility: visible;
}

.search .search-box {
  margin-right: 0;
  margin-bottom: 20px;
}
.search .search-box__textbox {
  width: 100%;
}
.search .search-box.open .search-box__textbox {
  width: 100%;
}

.search__link-path {
  color: #665f56;
  font-size: 0.6666666667em;
  text-transform: uppercase;
  margin-right: 5px;
}

.search-item {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ececec;
}
.search-item__paths {
  margin-bottom: 5px;
}
.search-item__title {
  display: block;
  margin-bottom: 10px;
}
.search-item__description {
  margin-bottom: 10px;
}
.search-item__link-detail {
  font-weight: bold;
  text-transform: uppercase;
  color: #B85D1C;
}

.search-summary {
  padding: 20px;
  border: 1px solid #ececec;
}

.nav-flyout-bottom {
  display: none;
}
@media all and (max-width: 1024px) {
  .nav-flyout-bottom {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
}
.nav-flyout-bottom > .search-box {
  width: fit-content;
  /*@media all and (min-width: 668px) {
      margin-right: 115px;
  }*/
}
.nav-flyout-bottom > .search-box .icon--static {
  display: none;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* scripts
/* ============================================================================= */
.scripts-slide .hgroup {
  margin-bottom: 30px;
}

.scripts-item {
  margin-bottom: 30px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* podcasts
/* ============================================================================= */
.podcast-item {
  display: flex;
  align-items: center;
  justify-content: stretch;
  background-color: #665F56;
  margin-bottom: 30px;
  color: #fff;
}
.podcast-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
  .podcast-item:nth-child(2n) {
    flex-direction: column;
  }
}
@media all and (max-width: 1420px) {
  .podcast-item {
    align-items: stretch;
  }
}
@media all and (max-width: 768px) {
  .podcast-item {
    flex-direction: column;
  }
}
.podcast-item__image {
  flex-basis: 50%;
}
@media all and (max-width: 1420px) {
  .podcast-item__image img {
    height: 100%;
    object-fit: cover;
  }
}
.podcast-item__content {
  flex-basis: 50%;
  padding: 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (max-width: 1024px) {
  .podcast-item__content {
    padding: 70px 40px;
  }
}
@media all and (max-width: 768px) {
  .podcast-item__content {
    padding: 20px;
  }
}
.podcast-item__icon {
  display: block;
}
@media all and (max-width: 768px) {
  .podcast-item__icon svg {
    width: 30px;
    height: 45px;
  }
}
.podcast-item__title {
  line-height: 1.325;
  letter-spacing: 0.8px;
  font-weight: normal;
  color: #B85D1C;
  font-size: 2.2222222222em;
}
@media all and (max-width: 1366px) {
  .podcast-item__title {
    font-size: 1.6666666667em;
  }
}
@media all and (max-width: 667px) {
  .podcast-item__title {
    font-size: 1.3888888889em;
  }
}
.podcast-item__description a {
  color: #fff;
}
.podcast-item__description a:hover, .podcast-item__description a:focus {
  color: #fff;
}
.podcast-item__audio audio {
  display: block;
  width: 100%;
}
.podcast-item__link {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.podcast-item__link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #ffb600;
}
.podcast-item__link:hover, .podcast-item__link:focus {
  text-decoration: none;
  color: #fff;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* AJAX
/* ============================================================================= */
.ajax-container {
  position: relative;
}

.ajax-container .loading-continuous {
  text-align: center;
}

.ajax-loading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.ajax-loading .loading {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffb600;
  background: -moz-linear-gradient(left, #ffb600 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffb600 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffb600 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffb600 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffb600 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.loading:before {
  width: 50%;
  height: 50%;
  background: #ffb600;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loading:after {
  background: #B85D1C;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* link styles
/* ----------------------------------------------------------------------------- */
a {
  color: #665f56;
  text-decoration: underline;
}
a:focus, a:hover {
  color: #665f56;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* TYPO
/* ============================================================================= */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title-big, .title-medium, .title-small, .title-mega {
  font-family: "Roboto", sans-serif;
}

.hgroup {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .hgroup {
    margin-bottom: 20px;
  }
}

h1, .h1 {
  font-size: 3.125rem;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 500;
}
@media all and (max-width: 667px) {
  h1, .h1 {
    font-size: 1.9444444444em;
  }
}

.title-mega {
  font-size: 6.9444444444em;
  font-weight: 700;
}

.title-slide {
  font-size: 4.4444444444em;
  font-weight: 700;
}

h2, .h2, .title-big {
  margin: 20px 0;
  font-size: 1.9444444444em;
  line-height: 1.2;
  font-weight: 500;
}
@media all and (max-width: 667px) {
  h2, .h2, .title-big {
    font-size: 1.3888888889em;
  }
}

h3, .h3, .title-medium {
  font-size: 1.3888888889em;
  line-height: 1.2;
  margin: 0 0 10px 0;
  font-weight: 500;
}
@media all and (max-width: 667px) {
  h3, .h3, .title-medium {
    font-size: 1.1111111111em;
  }
}

h4, .h4, .title-small {
  font-size: 1.6666666667em;
}

h5, .h5 {
  font-size: 0.7777777778em;
}

h6, .h6 {
  font-size: 0.6666666667em;
}

small,
.small {
  font-size: 85%;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/*---------------------------------------------------
/* modal
/*---------------------------------------------------*/
.modal {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: 70%;
  width: 70vw;
}
@media all and (max-width: 80em) {
  .modal {
    width: 80%;
    width: 80vw;
  }
}
@media all and (max-width: 64em) {
  .modal {
    width: 90%;
    width: 90vw;
    width: calc(100vw - 20px);
  }
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  pointer-events: none;
}
.modal-container.modal--open {
  pointer-events: auto;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.modal--open .modal-overlay {
  opacity: 1;
}
.modal__frame {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.modal__frame .container {
  margin: 0;
}
.modal__frame .animate-in {
  opacity: 1;
  transform: none;
}
.modal__frame,
.modal iframe {
  border: none;
  width: 100%;
  height: 90%;
  height: 80vh;
  display: block;
  height: calc(100vh - 40px);
}
.modal__close {
  position: absolute;
  border: none;
  margin: 0;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #fff;
  background: #b71c07;
  padding: 0;
  line-height: 30px;
  text-align: center;
  z-index: 100;
}
.modal--open .modal {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/*---------------------------------------------------
/* routeplanner
/*---------------------------------------------------*/
#routemap {
  height: 800px;
  height: 60vh;
}

.routeplanner {
  position: relative;
}
.routeplanner-iframe {
  margin: 0 auto;
  max-width: 1920px;
}
.routeplanner__form {
  background: rgb(210.5, 210.5, 210.5);
  position: absolute;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  left: 10px;
  right: auto;
  bottom: 20px;
  max-height: calc(60vh - 20px);
  width: 30%;
  overflow: auto;
  padding: 20px;
}
.routeplanner .row {
  margin-bottom: 4px;
}
.routeplanner__button-row {
  text-align: center;
}
.routeplanner__input {
  background: #fff;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* header
/* ============================================================================= */
.page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  padding: 15px 40px;
  max-width: 1920px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .page-header {
    padding: 15px 25px;
  }
}
@media all and (max-width: 667px) {
  .page-header {
    padding: 7px 5px;
    align-items: center;
  }
}
.page-header.js-scroll-position, .page-header.site-no-banner {
  box-shadow: 0 3px 5px rgba(100, 100, 100, 0.49);
  background-color: #fff;
  position: fixed;
}
@media all and (max-width: 1315px) {
  .js-open-mobile-menu .page-header {
    position: fixed;
    bottom: 0;
    background: #fff;
    height: 100vh;
  }
}
.page-header__logo {
  flex: 1;
}
.js-scroll-position .page-header__logo {
  font-size: 11px;
  align-self: center;
  /*@include transition(all 0.3s ease-in-out);*/
}
@media screen and (max-width: 1500px) {
  .js-scroll-position .page-header__logo {
    font-size: 8px;
  }
}
@media all and (max-width: 1024px) {
  .page-header__logo .icon--static {
    width: auto;
    max-height: 100px;
  }
  .page-header__logo .icon--fixed {
    width: auto;
    max-height: 55px;
  }
}
@media all and (max-width: 768px) {
  .page-header__logo .icon--static {
    max-height: 70px;
  }
  .page-header__logo .icon--fixed {
    max-height: 35px;
  }
}
@media all and (max-width: 667px) {
  .page-header__logo {
    padding-left: 15px;
  }
}
@media all and (max-width: 500px) {
  .page-header__logo {
    padding-left: 10px;
  }
  .page-header__logo .icon--static {
    max-height: 50px;
  }
  .page-header__logo .icon--fixed {
    max-height: 25px;
  }
}
@media all and (max-width: 390px) {
  .page-header__logo {
    padding-left: 0px;
  }
}
.js-fixed-header .page-header .icon--static {
  display: none;
}
.page-header .icon--fixed {
  display: none;
}
.js-fixed-header .page-header .icon--fixed {
  display: inline-block;
}
.page-header__cta {
  display: flex;
  align-items: center;
  height: 56px;
  padding-right: 15px;
}
@media all and (max-width: 414px) {
  .page-header__cta {
    padding-right: 5px;
  }
}
.page-header__cta a {
  display: flex;
  align-self: center;
  margin: 0 12px;
}
.page-header__cta a.page-header__icon {
  outline-offset: 2px;
}
@media all and (max-width: 440px) {
  .page-header__cta a {
    margin: 0px 8px;
  }
}
@media all and (max-width: 390px) {
  .page-header__cta a img {
    height: 16px;
  }
}
@media all and (max-width: 768px) {
  .page-header__cta div:first-of-type {
    display: none;
  }
}
.page-header__cta div span {
  display: flex;
  align-self: center;
}
.page-header__accommodations {
  border: 2px solid #ffb600;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 15px;
  text-transform: uppercase;
  display: inline-flex;
  transition: background-color ease-in-out 0.3s;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .page-header__accommodations {
    font-size: 14px;
    padding: 10px;
  }
}
@media all and (max-width: 414px) {
  .page-header__accommodations {
    padding: 10px 5px;
  }
}
.page-header__accommodations:hover, .page-header__accommodations:focus {
  background-color: #ffb600;
  color: #fff;
}
.page-header__search {
  position: absolute;
  right: 10%;
  top: auto;
  left: auto;
  z-index: 10;
}
.page-header__search svg {
  width: 1.1111111111em;
  height: 1.1111111111em;
  fill: #665f56;
  position: absolute;
  right: 0;
  top: auto;
}

.js-scroll-position .page-header__accommodations {
  color: #665f56;
}
.js-scroll-position .page-header__accommodations:hover {
  color: #fff;
}

.logo-suedtirol {
  display: inline-flex;
  margin-left: 40px;
}
.logo-suedtirol img {
  height: 56px;
  width: auto;
}
@media all and (max-width: 768px) {
  .logo-suedtirol {
    margin-left: 20px;
  }
  .logo-suedtirol img {
    height: 46px;
    width: auto;
  }
}
@media all and (max-width: 575px) {
  .logo-suedtirol {
    display: none;
  }
}

/* =============================================================================
/* mobile menu
/* ============================================================================= */
.mobile-menu {
  position: fixed;
  z-index: 8;
  top: 0;
  left: calc((100vw - 1920px) / 2 + 40px);
  display: flex;
  flex-direction: column;
  width: 106px;
  height: 106px;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.8s;
  transform: translateY(calc(31.2vw - 53px));
  cursor: pointer;
}
@media all and (max-width: 1920px) {
  .mobile-menu {
    left: 40px;
  }
}
@media all and (max-width: 1500px) {
  .mobile-menu {
    left: 30px;
    transform: translateY(calc(100vh - 100% - 15px));
  }
}
@media (max-width: 1024px) {
  .mobile-menu {
    left: 15px;
  }
}
@media (max-width: 667px) {
  .mobile-menu {
    height: 80px;
    width: 80px;
    bottom: 15px;
    top: auto;
    transform: none;
  }
}
.js-open-mobile-menu .mobile-menu, .js-fixed-header .mobile-menu {
  transform: translateY(calc(100vh - 100% - 15px));
}
@media (max-width: 667px) {
  .js-open-mobile-menu .mobile-menu, .js-fixed-header .mobile-menu {
    transform: none;
  }
}
.mobile-menu:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffb600;
  width: 75px;
  height: 75px;
  transform: rotate(45deg);
}
@media (max-width: 667px) {
  .mobile-menu:before {
    width: 59px;
    height: 59px;
  }
}
.mobile-menu button {
  position: relative;
  width: 32px;
  height: 20px;
}
@media all and (max-width: 667px) {
  .mobile-menu button {
    height: 18px;
  }
}
.mobile-menu button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #4F4A42;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mobile-menu button span:nth-child(1) {
  top: 0;
}
.mobile-menu button span:nth-child(2), .mobile-menu button span:nth-child(3) {
  top: 8px;
}
.mobile-menu button span:nth-child(4) {
  top: 16px;
}
.js-open-mobile-menu .mobile-menu button span:nth-child(1) {
  top: 0.6666666667em;
  width: 0%;
  left: 50%;
}
.js-open-mobile-menu .mobile-menu button span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-open-mobile-menu .mobile-menu button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.js-open-mobile-menu .mobile-menu button span:nth-child(4) {
  top: 1.3888888889em;
  width: 0%;
  left: 50%;
}
.mobile-menu__text {
  padding-top: 4px;
  text-transform: uppercase;
  color: #4F4A42;
  font-size: 13px;
  line-height: 15px;
}
@media all and (max-width: 667px) {
  .mobile-menu__text {
    display: none;
  }
}

/* =============================================================================
/* nav main
/* ============================================================================= */
.nav-main {
  display: none;
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #EEEBE7;
  background-image: url("/media/logo-footer.svg");
  background-repeat: no-repeat;
  background-position: calc(100vw - 400px) calc(100vh - 470px);
  background-size: 520px;
  padding: 45px 110px 45px 200px;
}
@media screen and (max-width: 1315px) {
  .nav-main {
    padding: 45px 60px 45px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-main {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .nav-main {
    padding: 45px 20px 45px 120px;
  }
}
@media screen and (max-width: 667px) {
  .nav-main {
    padding-left: 95px;
  }
}
@media screen and (max-width: 500px) {
  .nav-main {
    padding-left: 30px;
  }
}
.nav-main:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/media/svg/raute-ganz.svg) no-repeat 70% 120%;
  background-size: 33vw 0;
  z-index: 4;
}
.js-open-mobile-menu .nav-main {
  display: flex;
  justify-content: space-between;
}
.nav-main__right {
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
  left: auto;
  z-index: 20;
  line-height: 4.8333333333em;
}
@media screen and (max-width: 1024px) {
  .nav-main__right {
    position: relative;
    line-height: 1;
    padding: 20px 0;
  }
}
.nav-main__level-0 {
  display: inline-block;
  z-index: 1;
  margin-right: 3.3333333333em;
}
@media all and (max-width: 1315px) {
  .nav-main__level-0 {
    margin-right: 2.5em;
  }
}
@media screen and (max-width: 1024px) {
  .nav-main__level-0 {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.nav-main__level-0:last-child {
  margin: 0;
}
.nav-main__level-0.js-naviga-open {
  z-index: 2;
}
.nav-main__level-0.js-naviga-open .nav-main__level-1__space-bottom {
  padding-bottom: 0;
}
@media all and (min-width: 1024px) {
  .nav-main__level-0.js-naviga-open .nav-main__level-1__space-bottom {
    padding-bottom: 120px;
  }
}
.nav-main__level-0.js-naviga-open .nav-main__flyout-0 {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1315px) {
  .nav-main__level-0.js-naviga-open .nav-main__flyout-0 {
    margin-left: 60px;
  }
}
@media all and (max-width: 1024px) {
  .nav-main__level-0.js-naviga-open .nav-main__flyout-0 {
    margin-left: 0;
    height: unset;
  }
}
.nav-main__level-0.js-naviga-open .nav-main__flyout-0-content {
  overflow-y: scroll;
}
.nav-main__level-0.js-naviga-open .nav-main__flyout-0-content::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav-main__level-0.js-naviga-open .nav-main__flyout-0 {
    flex-direction: column-reverse;
  }
  .nav-main__level-0.js-naviga-open .nav-main__flyout-0-content {
    overflow-y: hidden;
  }
}
.nav-main__level-0.js-naviga-open .nav-main__menu-0 {
  color: #B85D1C;
  padding-bottom: 15px;
  border-bottom: 3px solid #ffb600;
}
@media screen and (max-width: 1024px) {
  .nav-main__level-0.js-naviga-open .nav-main__menu-0 {
    color: #B85D1C;
    border-bottom: none;
    padding-bottom: 22px;
  }
}
@media all and (max-width: 1024px) {
  .nav-main__level-0.js-naviga-open .nav-main__level-0__arrow .icon {
    transform: rotate(0deg);
  }
}
.nav-main__level-0__flex {
  display: flex;
  justify-content: space-between;
}
.nav-main__level-0__flex .nav-main__level-0__arrow {
  position: relative;
  height: 8px;
  width: 15px;
  display: none;
}
@media all and (max-width: 1024px) {
  .nav-main__level-0__flex .nav-main__level-0__arrow {
    display: block;
  }
}
.nav-main__level-0__flex .nav-main__level-0__arrow .icon {
  height: 100%;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .nav-main__level-0__flex .nav-main__level-0__arrow .icon {
    transform: rotate(180deg);
  }
}
.nav-main__menu-0 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #665f56;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .nav-main__menu-0 {
    padding-bottom: 22px;
  }
}
.nav-main__menu-0:hover, .nav-main__menu-0:focus {
  text-decoration: none;
}
.nav-main__dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .nav-main__dropdown {
    flex-direction: column;
  }
}
.nav-main__flyout-0 {
  position: absolute;
  display: none;
  top: 50px;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .nav-main__flyout-0 {
    position: inherit;
  }
}
.nav-main__level-1 {
  padding-top: 35px;
}
@media screen and (max-width: 1024px) {
  .nav-main__level-1 {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 0.8333333333em;
  }
}
.nav-main__menu-1 {
  display: block;
  font-size: 22px;
  line-height: 45px;
  font-weight: bold;
  color: #665f56;
  text-decoration: none;
}
.nav-main__menu-1.active {
  color: #B85D1C;
}
.nav-main__menu-1:hover {
  color: #B85D1C;
}
@media screen and (max-width: 1024px) {
  .nav-main__menu-1 {
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
  }
}
.nav-main__flyout-1 {
  list-style: none;
  margin: 0;
  padding: 0 0 0 35px;
}
.nav-main__menu-2 {
  display: block;
  font-size: 18px;
  line-height: 35px;
  color: #665f56;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .nav-main__menu-2 {
    padding: 5px 0;
  }
}
.nav-main__menu-2.active {
  color: #B85D1C;
}
.nav-main__menu-2:hover {
  color: #B85D1C;
}
.nav-main .live.active .nav-main__flyout-0 {
  display: block;
}
.nav-main__level-0__space-bottom {
  padding-bottom: 0;
}
@media all and (max-width: 1024px) {
  .nav-main__level-0__space-bottom {
    padding-bottom: 110px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/*---------------------------------------------------
/* sitepath
/*---------------------------------------------------*/
.sitepath {
  margin-bottom: 40px;
}
@media (max-width: 1315px) {
  .sitepath {
    margin-bottom: 20px;
  }
}
.sitepath ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sitepath li {
  display: inline-block;
}
.sitepath li:last-child {
  display: none;
}
.sitepath__link {
  display: block;
  color: #665f56;
  font-size: 0.8888888889em;
}
.sitepath__separator {
  padding: 0 0.5555555556em;
}
@media all and (max-width: 414px) {
  .sitepath__separator {
    padding: 0 0.1666666667em;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* cookies
/* ============================================================================= */
.cookie-category {
  margin-bottom: 2.2222222222em;
}
.cookie-category__title {
  font-weight: bold;
}

.cookie-table {
  width: 100%;
  margin: 0.5555555556em 0;
}
.cookie-table__container {
  max-width: 100%;
  overflow: auto;
}
.cookie-table th {
  padding: 0.1666666667em 0.2777777778em;
  border: solid 1px #665f56;
}
.cookie-table td {
  border: solid 1px #665f56;
  padding: 0.1666666667em 0.2777777778em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* teaser large view
/* ============================================================================= */
.teaser-large .hgroup .h1 {
  margin: 80px 0 0 121px;
}
@media all and (max-width: 768px) {
  .teaser-large .hgroup .h1 {
    margin-left: 80px;
  }
}
@media all and (max-width: 667px) {
  .teaser-large .hgroup .h1 {
    margin-left: 0;
  }
}
.teaser-large .hgroup .h2 {
  margin-left: 121px;
}
@media all and (max-width: 768px) {
  .teaser-large .hgroup .h2 {
    margin-left: 80px;
  }
}
@media all and (max-width: 667px) {
  .teaser-large .hgroup .h2 {
    margin-left: 0;
  }
}
.teaser-large-items {
  margin-bottom: 32px;
}
.teaser-large-item {
  display: flex;
  margin: 32px 0;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .teaser-large-item {
    display: block;
  }
}
.teaser-large-item:nth-child(odd) {
  flex-direction: row;
}
.teaser-large-item:nth-child(even) {
  flex-direction: row-reverse;
}
.teaser-large-item .splide__pagination {
  gap: 5px;
}
.teaser-large-item .splide__pagination__page {
  color: #ececec;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.teaser-large-item__image-slide {
  width: 100%;
}
.teaser-large-item__image-container {
  position: relative;
  max-width: 700px;
  width: 50%;
  height: fit-content;
}
@media all and (max-width: 768px) {
  .teaser-large-item__image-container {
    max-width: unset;
    width: 100%;
  }
}
.teaser-large-item__image {
  max-width: 700px;
  object-fit: cover;
  width: calc(50vw - 20px);
  display: block;
}
@media all and (max-width: 768px) {
  .teaser-large-item__image {
    max-width: unset;
    height: auto;
    width: 100%;
  }
}
.teaser-large-item__content {
  align-self: center;
  margin: 70px 80px 0 80px;
  width: 50%;
}
@media all and (max-width: 1024px) {
  .teaser-large-item__content {
    margin: 30px 40px 0 40px;
  }
}
@media all and (max-width: 768px) {
  .teaser-large-item__content {
    margin: 45px 19px;
    width: auto;
  }
}
@media all and (max-width: 667px) {
  .teaser-large-item__content {
    margin: 20px 10px;
  }
}
.teaser-large-item__title {
  font-family: "Roboto", sans-serif;
  color: #665f56;
  text-transform: uppercase;
  font-size: 35px;
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 46px;
}
.teaser-large-item__sub-title {
  font-family: "Roboto", sans-serif;
  color: #665f56;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 40px;
}
.teaser-large-item__desc {
  font-family: "Roboto", sans-serif;
  color: #665f56;
  font-size: 18px;
  padding-bottom: 40px;
}
.teaser-large-item__link {
  margin-bottom: 20px;
}
.teaser-large-item__link a {
  color: #665f56;
}
.teaser-large-item.dark-theme {
  background-color: #665f56;
}
.teaser-large-item.dark-theme .teaser-large-item {
  display: flex !important;
}
@media all and (max-width: 1024px) {
  .teaser-large-item.dark-theme .teaser-large-item {
    display: block !important;
    margin: 0 30px;
  }
}
.teaser-large-item.dark-theme .teaser-large-item__title {
  color: #fff;
}
.teaser-large-item.dark-theme .teaser-large-item__sub-title {
  color: #fff;
}
.teaser-large-item.dark-theme .teaser-large-item__desc {
  color: #fff;
}
.teaser-large-item.dark-theme .teaser-large-item__link a {
  color: #fff;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* teaser small view
/* ============================================================================= */
.teaser-small-result {
  padding: 30px 0;
}
@media all and (max-width: 600px) {
  .teaser-small .container {
    padding: 0;
  }
}
.teaser-small .splide__arrow {
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 1;
  display: block;
  height: 60px;
  width: 60px;
  padding: 16px;
}
@media all and (max-width: 800px) {
  .teaser-small .splide__arrow {
    height: 40px;
    width: 40px;
    padding: 8px;
  }
}
.teaser-small .splide__arrow svg {
  fill: #665f56;
  width: 100%;
  height: 100%;
}
.teaser-small .splide__arrow[disabled] {
  opacity: 0.5;
}
.teaser-small .splide__arrow--prev {
  left: 120px;
}
@media all and (max-width: 800px) {
  .teaser-small .splide__arrow--prev {
    left: 40px;
  }
}
.teaser-small .splide__arrow--next {
  right: 120px;
  transform: translate(50%, -50%);
}
@media all and (max-width: 800px) {
  .teaser-small .splide__arrow--next {
    right: 40px;
  }
}

.teaser-small-item {
  position: relative;
  display: inline-block;
  white-space: normal;
  font-size: 18px;
  line-height: 1.563;
  background-color: black;
}
.teaser-small-item__image-container {
  display: block;
}
.teaser-small-item__image-container img {
  filter: brightness(63%);
}
.teaser-small-item__image-container.fill-image img {
  background-color: #665f56;
}
.teaser-small-item__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 60px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .teaser-small-item__content {
    padding: 30px;
  }
}
@media all and (max-width: 800px) {
  .teaser-small-item__content {
    padding: 60px;
  }
}
@media all and (max-width: 480px) {
  .teaser-small-item__content {
    padding: 30px;
  }
}
.teaser-small-item__title {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
}
.teaser-small-item__link {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.teaser-small-item__link a {
  color: #fff;
}
.teaser-small-item__link a:hover {
  color: #fff;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* teaser-facts view
/* ============================================================================= */
.teaser-facts-items {
  margin-bottom: 45px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.teaser-facts-items .teaser-facts-item {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  padding: 11px;
  position: relative;
  background-color: black;
}
@media all and (max-width: 1200px) {
  .teaser-facts-items .teaser-facts-item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    padding: 11px 0 11px 0;
  }
}
.teaser-facts-items .teaser-facts-item:nth-child(6n), .teaser-facts-items .teaser-facts-item:nth-child(7n), .teaser-facts-items .teaser-facts-item:first-of-type {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
}
@media all and (max-width: 1200px) {
  .teaser-facts-items .teaser-facts-item:nth-child(6n), .teaser-facts-items .teaser-facts-item:nth-child(7n), .teaser-facts-items .teaser-facts-item:first-of-type {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
.teaser-facts-items .teaser-facts-item:nth-child(3n+1), .teaser-facts-items .teaser-facts-item:nth-child(7n), .teaser-facts-items .teaser-facts-item:first-of-type {
  padding-left: 0;
}
.teaser-facts-items .teaser-facts-item:nth-child(6n), .teaser-facts-items .teaser-facts-item:nth-child(3n) {
  padding-right: 0;
}
.teaser-facts-items .teaser-facts-item__image-container {
  z-index: -1;
  position: relative;
  background-color: black;
}
.teaser-facts-items .teaser-facts-item__image-container img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  height: 420px;
  filter: brightness(0.75);
}
.teaser-facts-items .teaser-facts-item__title {
  position: absolute;
  top: 45px;
  left: 65px;
  right: 20px;
  color: #fff;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
}
.teaser-facts-items .teaser-facts-item__link {
  position: absolute;
  top: 340px;
  left: 65px;
  z-index: 3;
}
.teaser-facts-items .teaser-facts-item__link a {
  color: #fff;
}
.teaser-facts-items .teaser-facts-item__link a:hover {
  color: #fff;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* grid item view
/* ============================================================================= */
.grid-items {
  margin-bottom: 45px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
@media all and (max-width: 1240px) {
  .grid-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 1024px) {
  .grid-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 630px) {
  .grid-items {
    grid-template-columns: 1fr;
  }
}
.grid-items .grid-item {
  display: flex;
  flex-direction: column;
  background-color: #EBEBEB;
  /*max-width: 450px;
  margin: 0 auto;*/
}
.grid-items .grid-item.cottageOpen {
  position: relative;
}
.grid-items .grid-item.cottageOpen:after {
  content: "";
  height: 30px;
  width: 30px;
  top: 30px;
  left: 30px;
  border-radius: 50%;
  position: absolute;
  background-color: #afca0b;
}
.grid-items .grid-item.cottageClosed {
  position: relative;
}
.grid-items .grid-item.cottageClosed:after {
  content: "";
  height: 30px;
  width: 30px;
  top: 30px;
  left: 30px;
  border-radius: 50%;
  position: absolute;
  background-color: #ce1021;
}
.grid-items .grid-item__container {
  background-color: #EBEBEB;
}
.grid-items .grid-item__image-container {
  display: block;
}
.grid-items .grid-item__image {
  display: block;
  width: 100%;
  height: auto;
}
.grid-items .grid-item__content {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;
  min-height: 310px;
  height: calc(100% - 295px);*/
}
.grid-items .grid-item__title {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  color: #665f56;
  font-weight: 600;
  line-height: 33px;
  padding: 25px 19px;
}
.grid-items .grid-item__sub-title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #665f56;
  padding: 0 19px;
}
.grid-items .grid-item__desc {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #665f56;
  padding: 0 19px;
}
.grid-items .grid-item__links {
  margin-top: auto;
  padding: 25px 19px;
  display: flex;
  gap: 40px;
  overflow: hidden;
}
.grid-items .grid-item-button {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}

/*.pois .grid-item-button {
    text-transform: lowercase;
}

.cottages .grid-item-button {
    text-transform: lowercase;
}

.ltscompaniesseo .grid-item-button {
    text-transform: lowercase;
}*/
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* hero images view
/* ============================================================================= */
.hero-images {
  margin-top: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  position: relative;
  background-color: black;
}
@media all and (max-width: 1315px) {
  .hero-images {
    margin-bottom: 20px;
  }
}
.hero-images .splide__pagination {
  bottom: 30px;
  gap: 5px;
}
@media all and (max-width: 1024px) {
  .hero-images .splide__pagination {
    bottom: 15px;
    gap: 0 5px;
  }
}
.hero-images .splide__pagination__page {
  color: #ececec;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.hero-images__content {
  position: absolute;
  z-index: 11;
  bottom: 15%;
  left: calc((100% - 1420px) / 2 + 6.3157894737vw + 10px);
  text-shadow: 0px 0px 6px #000;
  white-space: normal;
  font-size: 18px;
  line-height: 1.563;
}
@media all and (max-width: 1440px) {
  .hero-images__content {
    left: calc(6.3157894737vw + 10px);
  }
}
@media all and (max-width: 1024px) {
  .hero-images__content {
    top: auto;
    bottom: 70px;
    left: 20px;
    right: 20px;
  }
}
@media all and (max-width: 414px) {
  .hero-images__content {
    left: 10px;
    right: 10px;
  }
}
.hero-images__h1 {
  position: relative;
  color: #fff;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  z-index: 10;
  line-height: 1;
}
@media all and (max-width: 425px) {
  .hero-images__h1 {
    font-size: 28px;
  }
}
.hero-images__h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  padding-top: 15px;
  z-index: 10;
  line-height: 30px;
}
@media all and (max-width: 768px) {
  .hero-images__h2 {
    padding-top: 10px;
  }
}
@media all and (max-width: 425px) {
  .hero-images__h2 {
    font-size: 20px;
    padding-top: 5px;
  }
}
.hero-images__link {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
.hero-images__link a {
  color: #fff;
  line-height: 1.9;
}
.hero-images__link a:hover, .hero-images__link a:focus, .hero-images__link a:active {
  color: #fff;
}
@media all and (max-width: 768px) {
  .hero-images__link {
    padding-top: 40px;
  }
}
@media all and (max-width: 425px) {
  .hero-images__link {
    font-size: 16px;
    padding-top: 35px;
  }
}
.hero-images__item {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: black;
}
.hero-images__item::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-images__item img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-images__youtube-video-wrapper {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: all 0.8s ease-in;
}
.hero-images__youtube-video-wrapper.js-show {
  opacity: 1;
}
.hero-images__youtube-iframe {
  position: absolute;
  pointer-events: none;
  left: 0;
  margin-top: -60px;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* gallery carousel view
/* ============================================================================= */
.gallery-carousel {
  padding: 30px 0;
  max-width: 1920px;
  margin: 0 auto;
  /*&__item {
      position: relative;
      margin: 0 10px;
  }*/
}
.gallery-carousel__image-container {
  display: block;
}
.gallery-carousel__image-container img {
  display: block;
}
@media all and (max-width: 600px) {
  .gallery-carousel__container-inner.container {
    padding: 0;
  }
}
.gallery-carousel .splide__arrow {
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 1;
  display: block;
  height: 60px;
  width: 60px;
  padding: 16px;
}
@media all and (max-width: 800px) {
  .gallery-carousel .splide__arrow {
    height: 40px;
    width: 40px;
    padding: 8px;
  }
}
.gallery-carousel .splide__arrow svg {
  fill: #665f56;
  width: 100%;
  height: 100%;
}
.gallery-carousel .splide__arrow[disabled] {
  opacity: 0.5;
}
.gallery-carousel .splide__arrow--prev {
  left: 120px;
}
@media all and (max-width: 800px) {
  .gallery-carousel .splide__arrow--prev {
    left: 40px;
  }
}
.gallery-carousel .splide__arrow--next {
  right: 120px;
  transform: translate(50%, -50%);
}
@media all and (max-width: 800px) {
  .gallery-carousel .splide__arrow--next {
    right: 40px;
  }
}
.gallery-carousel .video-carousel__image-link {
  position: relative;
  height: fit-content;
}
.gallery-carousel .video-carousel__image-link img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 430px;
}
.gallery-carousel .video-carousel__image-link svg {
  position: absolute;
  width: 4.8333333333em;
  height: 4.8333333333em;
  top: 50%;
  left: 50%;
  fill: #665f56;
  z-index: 6;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
.gallery-carousel .video-carousel__item {
  position: relative;
  margin: 0 10px;
  display: block;
}
.gallery-carousel__content-title {
  position: absolute;
  top: 60px;
  left: 64px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  color: #fff;
}
.gallery-carousel__content-link {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  bottom: 60px;
  left: 64px;
}
.gallery-carousel__content-link a {
  color: #fff;
}
.gallery-carousel__content-link a:hover {
  color: #fff;
}
.gallery-carousel__slider {
  overflow: hidden;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* teaser large view
/* ============================================================================= */
.events-showcase {
  margin: 30px auto 20px auto;
  align-items: center;
  max-width: unset;
}
@media all and (max-width: 1315px) {
  .events-showcase {
    margin: 20px 0 15px 0;
  }
}
@media all and (max-width: 1460px) {
  .events-showcase .hgroup .h1 {
    margin-left: 0;
  }
}
.events-showcase .hgroup .h2 {
  margin-left: 121px;
}
@media all and (max-width: 1024px) {
  .events-showcase .hgroup .h2 {
    margin-left: 80px;
  }
}
@media all and (max-width: 667px) {
  .events-showcase .hgroup .h2 {
    margin-left: 0;
  }
}
.events-showcase-items {
  margin: 30px 0 45px 0;
}
.events-showcase__image-container {
  flex-basis: 700px;
}
.events-showcase .splide__arrows {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}
.events-showcase .splide__arrow {
  position: static;
  transform: none;
  background: transparent;
  opacity: 1;
  display: block;
}
.events-showcase .splide__arrow svg {
  fill: #665f56;
  width: 35px;
  height: 35px;
}
.events-showcase .splide__arrow[disabled] {
  opacity: 0.5;
}
.events-showcase__slide-number {
  font-size: 20px;
}
.events-showcase.dark-theme {
  background-color: #665f56;
  background-image: url("/media/logo-main.svg");
  background-repeat: no-repeat;
  background-position-y: 30px;
  background-size: 300px 300px;
}
@media all and (max-width: 1315px) {
  .events-showcase.dark-theme {
    background-position: calc(100vw - 240px) bottom;
  }
}
.events-showcase.dark-theme .events-showcase-item__title {
  color: #fff;
}
.events-showcase.dark-theme .events-showcase-item__sub-title {
  color: #fff;
}
.events-showcase.dark-theme .events-showcase-item__desc {
  color: #fff;
}
.events-showcase.dark-theme .events-showcase-item__link a {
  color: #fff;
}
.events-showcase.dark-theme .splide__arrow svg {
  fill: #fff;
}
.events-showcase.dark-theme .splide__arrow .events-showcase-slide-number {
  color: #fff;
}
.events-showcase.dark-theme .events-showcase__slide-number {
  color: #fff;
}
.events-showcase .hgroup .h1 {
  color: #fff;
}

.events-showcase-item {
  max-width: 1400px;
  width: 100%;
}
.events-showcase-item__flex {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .events-showcase-item__flex {
    flex-direction: column;
  }
}
.events-showcase-item__image-container img {
  display: block;
}
@media all and (max-width: 1315px) {
  .events-showcase-item__image-container img {
    max-width: 40vw;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .events-showcase-item__image-container img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.events-showcase-item__content {
  align-self: center;
  margin: 0px 80px 0 80px;
  width: 100%;
}
@media all and (max-width: 1366px) {
  .events-showcase-item__content {
    margin: 0px 19px 0 19px;
  }
}
@media all and (max-width: 667px) {
  .events-showcase-item__content {
    margin: 0px 10px;
  }
}
.events-showcase-item__title {
  font-family: "Roboto", sans-serif;
  color: #665f56;
  font-size: 40px;
  padding-bottom: 25px;
  text-transform: none;
  font-weight: 400;
  line-height: 1.2;
}
@media all and (max-width: 1366px) {
  .events-showcase-item__title {
    font-size: 1.8888888889em;
  }
}
@media all and (max-width: 768px) {
  .events-showcase-item__title {
    font-size: 1.3888888889em;
  }
}
.events-showcase-item__sub-title {
  font-family: "Roboto", sans-serif;
  color: #665f56;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 25px;
}
.events-showcase-item__desc {
  font-family: "Roboto", sans-serif;
  color: #665f56;
}
.events-showcase-item__link {
  margin-top: 25px;
  margin-bottom: 5px;
}
.events-showcase-item__link a {
  color: #665f56;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* item list view
/* ============================================================================= */
.content {
  position: relative;
  z-index: 2;
}

.main-content {
  position: relative;
  overflow: hidden;
}
.main-content.has-hero-images {
  padding-top: 0;
}
.main-content.has-interactive-map {
  padding-top: 89px;
  padding-top: 4.6842105263vw;
}

.item-list-content img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}

.content-container {
  padding-left: 120px;
  padding-left: 6.3157894737vw;
  /*max-width: 750px;*/
  max-width: 1000px;
}
@media all and (max-width: 1024px) {
  .content-container {
    max-width: 100%;
    padding: 0 10px;
  }
}
@media all and (max-width: 414px) {
  .content-container {
    padding: 0;
  }
}

.item-list-title {
  position: relative;
  z-index: 5;
  /*@media all and (max-width:$xlarge-width) {
      font-size: 14px;
  }

  @media all and (max-width:$medium-width) {
      font-size: 11px;
  }*/
}
.item-list-title.has-hero-images {
  margin-top: 1.6666666667em;
}
.item-list-title__hgroup {
  position: relative;
}
.item-list-title__line {
  height: 2px;
  width: 150px;
  position: absolute;
  left: -241px;
  top: 55px;
  background: #665f56;
}

.item-list-content {
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
  margin-bottom: 2.6315789474vw;
}
.item-list-content__text {
  padding-top: 50px;
  padding-top: 2.6315789474vw;
}
@media all and (max-width: 768px) {
  .item-list-content__text {
    font-size: 15px;
  }
}
.item-list-content__text ul {
  list-style: none;
  margin: 0;
  padding: 5px;
}
.item-list-content__text ul li {
  position: relative;
  padding-left: 15px;
}
.item-list-content__text ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #665f56;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item-list-content__text-element {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .item-list-content__text-element {
    flex-wrap: wrap;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*$base-font-family: 'Fabriga', sans-serif;
$secondary-font-family: 'Fabriga', sans-serif;
$title-font-family: 'Fabriga', sans-serif;*/
/* TODO: Add correct sprite width */
/* TODO: Add correct sprite height */
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* faq
/* ============================================================================= */
.faq__trigger {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  border-top: 1px dashed #ffb600;
  height: 80px;
  text-align: left;
  position: relative;
  padding-right: 65px;
}
dt:first-child .faq__trigger {
  border-top-width: 0;
}
.faq__icon {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 43px;
  height: 43px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  fill: #665f56;
}
[aria-expanded=true] .faq__icon {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.faq__trigger .faq__title {
  color: #665f56;
  margin-bottom: 0;
}
.faq__panel {
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  height: 0px;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  visibility: visible;
}
.faq__panel[hidden] {
  display: block;
  visibility: hidden;
}
