/* TinySlider ________________________________________________________ */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.tiny-slider:not(.tns-slider) {
  display: flex;
}
.tiny-slider:not(.tns-slider) > * {
  display: none !important;
}
.tiny-slider:not(.tns-slider) > *:first-child {
  display: block !important;
}

.datepicker {
  display: none;
}

.datepicker.active {
  display: block;
}

.datepicker-dropdown {
  left: 0;
  padding-top: 4px;
  position: absolute;
  top: 0;
  z-index: 20;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-bottom: 4px;
  padding-top: 0;
}

.datepicker-picker {
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-picker span {
  -webkit-touch-callout: none;
  border: 0;
  border-radius: 4px;
  cursor: default;
  display: block;
  flex: 1;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker-main {
  padding: 2px;
}

.datepicker-footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-controls, .datepicker-grid, .datepicker-view, .datepicker-view .days-of-week {
  display: flex;
}

.datepicker-grid {
  flex-wrap: wrap;
}

.datepicker-view .days .datepicker-cell, .datepicker-view .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%;
}

.datepicker-cell, .datepicker-view .week {
  height: 2.25rem;
  line-height: 2.25rem;
}

.datepicker-title {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 1px hsla(0, 0%, 4%, 0.1);
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  text-align: center;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: calc(0.375em - 1px) 0.75em;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.datepicker-controls .button:active, .datepicker-controls .button:focus {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636;
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
  border-color: #4a4a4a;
  color: #363636;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: 700;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-header .datepicker-controls .button[disabled] {
  box-shadow: none;
}

.datepicker-footer .datepicker-controls .button {
  border-radius: 2px;
  font-size: 0.75rem;
  margin: calc(0.375rem - 1px) 0.375rem;
  width: 100%;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .next-btn, .datepicker-controls .prev-btn {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  width: 2.25rem;
}

.datepicker-controls .next-btn.disabled, .datepicker-controls .prev-btn.disabled {
  visibility: hidden;
}

.datepicker-view .dow {
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.5rem;
  line-height: 1.5rem;
}

.datepicker-view .week {
  color: #b5b5b5;
  font-size: 0.75rem;
  width: 2.25rem;
}

@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem;
  }
}
.datepicker-grid {
  width: 15.75rem;
}

@media (max-width: 22.5rem) {
  .calendar-weeks + .days .datepicker-grid {
    width: 13.78125rem;
  }
}
.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e8e8e8;
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #dbdbdb;
}

.datepicker-cell.next:not(.disabled), .datepicker-cell.prev:not(.disabled) {
  color: #7a7a7a;
}

.datepicker-cell.next.selected, .datepicker-cell.prev.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  background-color: #f5f5f5;
  border-radius: 0;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #eee;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e8e8e8;
}

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00c4a7;
}

.datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
  background-color: #b5b5b5;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected), .datepicker-cell.range-start.focused:not(.selected) {
  background-color: #afafaf;
}

.datepicker-cell.range-start {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  background-color: #dbdbdb;
  border-radius: 0;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d5d5d5;
}

.datepicker-cell.range.disabled {
  color: #c2c2c2;
}

.datepicker-cell.range.focused {
  background-color: #cfcfcf;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem;
}

.datepicker-input.in-edit {
  border-color: #2366d1;
}

.datepicker-input.in-edit:active, .datepicker-input.in-edit:focus {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}

.SalesContent img,
.SalesContent picture,
.SalesContent picture a,
.SalesContent picture img {
  display: block;
  width: 100%;
}
.SalesContent [data-object-fit=cover] img, .SalesContent [data-object-fit=cover] video {
  -o-object-fit: cover;
  object-fit: cover;
}
.SalesContent [data-object-fit=cover] * {
  height: 100%;
}
.SalesContent .text-width {
  max-width: 100ch;
}
.SalesContent .tns-outer {
  position: relative;
}
.SalesContent .tns-outer .tns-controls button {
  position: absolute;
  top: calc(50% - 10px);
  border-top: 10px solid transparent;
  border-right: 0px;
  border-bottom: 10px solid transparent;
  border-left: 20px solid currentColor;
  z-index: 1;
  right: 50px;
}
.SalesContent .tns-outer .tns-controls button[data-controls=prev] {
  left: 50px;
  border-top: 10px solid transparent;
  border-left: 0px;
  border-bottom: 10px solid transparent;
  border-right: 20px solid currentColor;
  right: auto;
}
.SalesContent .tns-nav {
  display: flex;
  align-items: center;
  margin: 0px -5.5px;
  margin-top: 30px;
  justify-content: center;
}
.SalesContent .tns-nav button {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1.5px solid currentColor;
  box-sizing: border-box;
  margin: 0px 5.5px;
}
.SalesContent .tns-nav button.tns-nav-active {
  background-color: currentColor;
}

body input[type=date] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.site-header .site-header-language {
  display: none;
}
@media (max-width: 1280px) {
  .site-header .primary.hide-desktop {
    display: flex !important;
  }
  .site-header .secondary.hide-desktop {
    display: flex !important;
  }
}
@media (max-width: 1279px) {
  .site-header .site-header-content .primary.hide-desktop {
    display: none !important;
  }
  .site-header .site-header-content .secondary.hide-desktop {
    display: none !important;
  }
  .site-header .site-header-language {
    display: block;
    position: absolute;
    right: 0vw;
    top: 0;
  }
  .site-header .site-header-language .language-box {
    position: relative;
    top: 20px;
    right: 30px;
    display: flex;
    background-color: transparent;
    transition: top 0.3s ease;
  }
  .site-header .site-header-language .language-box.is-active .active-language:before {
    transform: rotate(-47deg);
  }
  .site-header .site-header-language .language-box.is-active .active-language:after {
    transform: rotate(47deg);
  }
  .site-header .site-header-language .language-box.is-active .language-list {
    max-height: 300px;
  }
  .site-header .site-header-language .language-box .active-language {
    cursor: pointer;
    padding: 3px 12px 0 12px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
  }
  .site-header .site-header-language .language-box .active-language:before {
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    position: absolute;
    right: -1px;
    top: 55%;
    margin-top: -3px;
    transition: all 0.3s ease;
    transform: rotate(47deg);
    background-color: #fff;
  }
}
@media (max-width: 1279px) and (max-width: 533px) {
  .site-header .site-header-language .language-box .active-language:before {
    height: 5px;
    right: 0px;
    top: 60%;
  }
}
@media (max-width: 1279px) {
  .site-header .site-header-language .language-box .active-language:after {
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    position: absolute;
    right: 3px;
    top: 55%;
    margin-top: -3px;
    transition: all 0.3s ease;
    transform: rotate(-47deg);
    background-color: #fff;
  }
}
@media (max-width: 1279px) and (max-width: 533px) {
  .site-header .site-header-language .language-box .active-language:after {
    height: 5px;
    top: 60%;
  }
}
@media (max-width: 1279px) {
  .site-header .site-header-language .language-box .language-list {
    top: 100%;
    z-index: 50;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    transition: max-height 0.7s ease;
  }
  .site-header .site-header-language .language-box .language-list li {
    padding: 0;
  }
  .site-header .site-header-language .language-box .language-list li a {
    opacity: 0.5;
    padding: 0 11px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
  }
  .site-header .site-header-language .language-box .language-list li a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 698px) {
  .site-header .site-header-language {
    right: -33vw;
  }
}

@media (max-width: 698px) {
  .style-alpin .site-header .site-header-language {
    right: -45vw;
  }
}
.teaser-gallery + div .RoomList {
  padding-bottom: 0px;
}

.RoomList {
  padding-bottom: 150px;
}
@media (max-width: 1600px) {
  .RoomList {
    padding-bottom: calc(50px + (150 - 50) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomList {
    padding-bottom: 50px;
  }
}
@media (min-width: 1081px) {
  .RoomList .element .inner-element {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1081px) {
  .RoomList .element .inner-element .image {
    width: 50%;
  }
}
.RoomList .element .inner-element .textbox {
  box-sizing: border-box;
  margin-top: 30px;
}
@media (min-width: 1081px) {
  .RoomList .element .inner-element .textbox {
    width: 50%;
    padding-left: 100px;
    margin: 0px;
  }
}
@media (min-width: 1081px) and (max-width: 1600px) {
  .RoomList .element .inner-element .textbox {
    padding-left: calc(30px + (100 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (min-width: 1081px) and (max-width: 414px) {
  .RoomList .element .inner-element .textbox {
    padding-left: 30px;
  }
}
.RoomList .element .inner-element .textbox .subheadline {
  margin-top: 15px;
}
.RoomList .element .inner-element .textbox .introduction {
  margin-top: 5px;
}
.RoomList .element .inner-element .textbox .linkbox {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .RoomList .element .inner-element .textbox .linkbox {
    margin-top: calc(20px + (30 - 20) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomList .element .inner-element .textbox .linkbox {
    margin-top: 20px;
  }
}
.RoomList .element + .element {
  margin-top: 90px;
}
@media (max-width: 1600px) {
  .RoomList .element + .element {
    margin-top: calc(30px + (90 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomList .element + .element {
    margin-top: 30px;
  }
}
@media (min-width: 1081px) {
  .RoomList .element:nth-child(2n+2) .inner-element .image {
    order: 2;
  }
  .RoomList .element:nth-child(2n+2) .inner-element .textbox {
    padding: 0px;
    padding-right: 100px;
  }
}
@media (min-width: 1081px) and (max-width: 1600px) {
  .RoomList .element:nth-child(2n+2) .inner-element .textbox {
    padding-right: calc(30px + (100 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (min-width: 1081px) and (max-width: 414px) {
  .RoomList .element:nth-child(2n+2) .inner-element .textbox {
    padding-right: 30px;
  }
}
.RoomList .prices {
  display: flex;
  margin-top: 60px;
}
.RoomList .prices > div {
  width: 600px;
  max-width: 50%;
}
.RoomList .prices .elements-container {
  min-width: 50%;
  width: calc(100% - 600px);
}
@media (max-width: 540px) {
  .RoomList .prices .elements-container .col .row {
    text-align: right;
    justify-content: flex-end;
  }
}
.RoomList .prices .row-headline {
  background: #EFEFEF;
  font-weight: bold;
}
.RoomList .prices .row {
  padding: 0px 20px;
  box-sizing: border-box;
  min-height: 60px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
}
.RoomList .prices .row + .row {
  border-top: 1px solid #EFEFEF;
}
@media (max-width: 540px) {
  .RoomList .prices .row {
    font-size: 14px;
  }
}
.RoomList .prices .tns-nav {
  justify-content: flex-end;
  padding-right: 20px;
}

.RoomOnPage {
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .RoomOnPage {
    padding-top: calc(60px + (130 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomOnPage {
    padding-top: 60px;
  }
}
@media (max-width: 1600px) {
  .RoomOnPage {
    padding-bottom: calc(60px + (130 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomOnPage {
    padding-bottom: 60px;
  }
}
.RoomOnPage .tns-controls {
  color: #0e9aaa;
}
.RoomOnPage .tns-controls button {
  top: 110px;
  right: 15px;
}
@media (max-width: 1600px) {
  .RoomOnPage .tns-controls button {
    top: calc(95px + (110 - 95) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomOnPage .tns-controls button {
    top: 95px;
  }
}
@media (max-width: 1600px) {
  .RoomOnPage .tns-controls button {
    right: calc(-5px + (15 - -5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomOnPage .tns-controls button {
    right: -5px;
  }
}
.RoomOnPage .tns-controls button[data-controls=prev] {
  left: 15px;
  right: auto;
}
@media (max-width: 1600px) {
  .RoomOnPage .tns-controls button[data-controls=prev] {
    left: calc(-5px + (15 - -5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomOnPage .tns-controls button[data-controls=prev] {
    left: -5px;
  }
}
.RoomOnPage .tns-nav {
  color: #b9b9b9;
}
.RoomOnPage .component + .component {
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .RoomOnPage .component + .component {
    margin-top: calc(30px + (70 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomOnPage .component + .component {
    margin-top: 30px;
  }
}
.RoomOnPage .component-intro {
  text-align: center;
}
.RoomOnPage .component-intro .headline {
  color: #0e9aaa;
  margin-bottom: 0.2em;
}
.RoomOnPage .component-rooms .elements-container {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1600px) {
  .RoomOnPage .component-rooms .elements-container {
    margin-left: calc(-1 * (5px + (30 - 5) * (100vw - 414px) / (1600 - 414)));
  }
}
@media (max-width: 414px) {
  .RoomOnPage .component-rooms .elements-container {
    margin-left: -5px;
  }
}
@media (max-width: 1600px) {
  .RoomOnPage .component-rooms .elements-container {
    margin-right: calc(-1 * (5px + (30 - 5) * (100vw - 414px) / (1600 - 414)));
  }
}
@media (max-width: 414px) {
  .RoomOnPage .component-rooms .elements-container {
    margin-right: -5px;
  }
}
.RoomOnPage .component-rooms .elements-container .element {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1600px) {
  .RoomOnPage .component-rooms .elements-container .element {
    padding-left: calc(5px + (30 - 5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomOnPage .component-rooms .elements-container .element {
    padding-left: 5px;
  }
}
@media (max-width: 1600px) {
  .RoomOnPage .component-rooms .elements-container .element {
    padding-right: calc(5px + (30 - 5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomOnPage .component-rooms .elements-container .element {
    padding-right: 5px;
  }
}
.RoomOnPage .component-rooms .elements-container .element .inner-element {
  position: relative;
}
.RoomOnPage .component-rooms .elements-container .element .inner-element > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.RoomOnPage .component-rooms .elements-container .element .inner-element .headline {
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .RoomOnPage .component-rooms .elements-container .element .inner-element .headline {
    margin-top: calc(15px + (20 - 15) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomOnPage .component-rooms .elements-container .element .inner-element .headline {
    margin-top: 15px;
  }
}
.RoomOnPage .component-rooms .elements-container .element .inner-element .subheadline {
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .RoomOnPage .component-rooms .elements-container .element .inner-element .subheadline {
    margin-top: calc(5px + (10 - 5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomOnPage .component-rooms .elements-container .element .inner-element .subheadline {
    margin-top: 5px;
  }
}
.RoomOnPage .component-rooms .tns-ovh {
  overflow: visible;
}
.RoomOnPage .component-link {
  text-align: center;
}

.RoomDetail {
  padding-bottom: 130px;
}
@media (max-width: 1600px) {
  .RoomDetail {
    padding-bottom: calc(60px + (130 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomDetail {
    padding-bottom: 60px;
  }
}
.RoomDetail .component + .component {
  padding-top: 130px;
}
@media (max-width: 1600px) {
  .RoomDetail .component + .component {
    padding-top: calc(60px + (130 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomDetail .component + .component {
    padding-top: 60px;
  }
}
.RoomDetail .component-intro .inner-intro {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .RoomDetail .component-intro .inner-intro {
    display: block;
  }
}
.RoomDetail .component-intro .inner-intro .left {
  width: calc(100% - 320px);
  box-sizing: border-box;
}
.RoomDetail .component-intro .inner-intro .left .inner-textbox {
  max-width: 800px;
}
@media (max-width: 900px) {
  .RoomDetail .component-intro .inner-intro .left {
    width: 100%;
  }
}
.RoomDetail .component-intro .inner-intro .right {
  padding-left: 40px;
  max-width: 320px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1600px) {
  .RoomDetail .component-intro .inner-intro .right {
    padding-left: calc(30px + (40 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomDetail .component-intro .inner-intro .right {
    padding-left: 30px;
  }
}
@media (max-width: 900px) {
  .RoomDetail .component-intro .inner-intro .right {
    padding: 0px;
    margin-top: 80px;
  }
}
@media (max-width: 900px) and (max-width: 1600px) {
  .RoomDetail .component-intro .inner-intro .right {
    margin-top: calc(30px + (80 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 900px) and (max-width: 414px) {
  .RoomDetail .component-intro .inner-intro .right {
    margin-top: 30px;
  }
}
.RoomDetail .component-intro .inner-intro .right .buttons {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .RoomDetail .component-intro .inner-intro .right .buttons {
    margin-top: calc(30px + (40 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .RoomDetail .component-intro .inner-intro .right .buttons {
    margin-top: 30px;
  }
}
.RoomDetail .component-intro .inner-intro .right .buttons a {
  width: calc((100% - 10px) / 2);
  text-align: center;
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.RoomDetail .component-intro .inner-intro .right .buttons a + a {
  margin-left: 10px;
}
.RoomDetail .component-gallery .tns-controls {
  color: #FFFFFF;
}
.RoomDetail .component-gallery .tns-nav {
  color: #b9b9b9;
}
.RoomDetail .component-prices .prices {
  display: flex;
}
.RoomDetail .component-prices .prices > div {
  width: 600px;
  max-width: 50%;
}
.RoomDetail .component-prices .prices .elements-container {
  min-width: 50%;
  width: calc(100% - 600px);
}
@media (max-width: 540px) {
  .RoomDetail .component-prices .prices .elements-container .col .row {
    text-align: right;
    justify-content: flex-end;
  }
}
.RoomDetail .component-prices .prices .row-headline {
  background: #EFEFEF;
  font-weight: bold;
}
.RoomDetail .component-prices .prices .row {
  padding: 0px 20px;
  box-sizing: border-box;
  min-height: 60px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
}
.RoomDetail .component-prices .prices .row + .row {
  border-top: 1px solid #EFEFEF;
}
@media (max-width: 540px) {
  .RoomDetail .component-prices .prices .row {
    font-size: 14px;
  }
}
.RoomDetail .component-prices .prices .tns-nav {
  justify-content: flex-end;
  padding-right: 20px;
}

.OfferList .elements-container {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -100px;
}
@media (max-width: 1600px) {
  .OfferList .elements-container {
    margin-left: calc(-1 * (5px + (30 - 5) * (100vw - 414px) / (1600 - 414)));
  }
}
@media (max-width: 414px) {
  .OfferList .elements-container {
    margin-left: -5px;
  }
}
@media (max-width: 1600px) {
  .OfferList .elements-container {
    margin-right: calc(-1 * (5px + (30 - 5) * (100vw - 414px) / (1600 - 414)));
  }
}
@media (max-width: 414px) {
  .OfferList .elements-container {
    margin-right: -5px;
  }
}
@media (max-width: 1600px) {
  .OfferList .elements-container {
    margin-top: calc(-1 * (60px + (100 - 60) * (100vw - 414px) / (1600 - 414)));
  }
}
@media (max-width: 414px) {
  .OfferList .elements-container {
    margin-top: -60px;
  }
}
.OfferList .elements-container .elements {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .OfferList .elements-container .elements {
    display: block;
  }
}
.OfferList .elements-container .elements .element {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .OfferList .elements-container .elements .element {
    padding-left: calc(5px + (30 - 5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferList .elements-container .elements .element {
    padding-left: 5px;
  }
}
@media (max-width: 1600px) {
  .OfferList .elements-container .elements .element {
    padding-right: calc(5px + (30 - 5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferList .elements-container .elements .element {
    padding-right: 5px;
  }
}
@media (max-width: 1600px) {
  .OfferList .elements-container .elements .element {
    padding-top: calc(60px + (100 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferList .elements-container .elements .element {
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  .OfferList .elements-container .elements .element {
    width: 100%;
  }
}
.OfferList .elements-container .elements .element .textbox {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .OfferList .elements-container .elements .element .textbox {
    margin-top: calc(20px + (30 - 20) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferList .elements-container .elements .element .textbox {
    margin-top: 20px;
  }
}
.OfferList .elements-container .elements .element .textbox .introduction {
  margin-top: 5px;
}
.OfferList .elements-container .elements .element .textbox .price {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .OfferList .elements-container .elements .element .textbox .price {
    margin-top: calc(20px + (30 - 20) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferList .elements-container .elements .element .textbox .price {
    margin-top: 20px;
  }
}
.OfferList .elements-container .elements .element .textbox .linkbox {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .OfferList .elements-container .elements .element .textbox .linkbox {
    margin-top: calc(20px + (30 - 20) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferList .elements-container .elements .element .textbox .linkbox {
    margin-top: 20px;
  }
}

.OfferOnPage {
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
  background: linear-gradient(180deg, #F9F9F9 0%, #FCF9F9 100%);
}
@media (max-width: 1600px) {
  .OfferOnPage {
    padding-top: calc(60px + (130 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage {
    padding-top: 60px;
  }
}
@media (max-width: 1600px) {
  .OfferOnPage {
    padding-bottom: calc(60px + (130 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage {
    padding-bottom: 60px;
  }
}
.OfferOnPage .tns-controls {
  color: #E74E12;
}
.OfferOnPage .tns-controls button {
  top: 110px;
  right: 15px;
}
@media (max-width: 1600px) {
  .OfferOnPage .tns-controls button {
    top: calc(95px + (110 - 95) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .tns-controls button {
    top: 95px;
  }
}
@media (max-width: 1600px) {
  .OfferOnPage .tns-controls button {
    right: calc(-5px + (15 - -5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .tns-controls button {
    right: -5px;
  }
}
.OfferOnPage .tns-controls button[data-controls=prev] {
  left: 15px;
  right: auto;
}
@media (max-width: 1600px) {
  .OfferOnPage .tns-controls button[data-controls=prev] {
    left: calc(-5px + (15 - -5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .tns-controls button[data-controls=prev] {
    left: -5px;
  }
}
.OfferOnPage .tns-nav {
  color: #b9b9b9;
}
.OfferOnPage .component + .component {
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .OfferOnPage .component + .component {
    margin-top: calc(30px + (70 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .component + .component {
    margin-top: 30px;
  }
}
.OfferOnPage .component-intro {
  text-align: center;
}
.OfferOnPage .component-intro .headline {
  color: #0e9aaa;
  margin-bottom: 0.2em;
}
.OfferOnPage .component-offers .elements-container {
  margin-left: -90px;
  margin-right: -90px;
}
@media (max-width: 1600px) {
  .OfferOnPage .component-offers .elements-container {
    margin-left: calc(-1 * (5px + (90 - 5) * (100vw - 414px) / (1600 - 414)));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .component-offers .elements-container {
    margin-left: -5px;
  }
}
@media (max-width: 1600px) {
  .OfferOnPage .component-offers .elements-container {
    margin-right: calc(-1 * (5px + (90 - 5) * (100vw - 414px) / (1600 - 414)));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .component-offers .elements-container {
    margin-right: -5px;
  }
}
.OfferOnPage .component-offers .elements-container .element {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1600px) {
  .OfferOnPage .component-offers .elements-container .element {
    padding-left: calc(5px + (90 - 5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .component-offers .elements-container .element {
    padding-left: 5px;
  }
}
@media (max-width: 1600px) {
  .OfferOnPage .component-offers .elements-container .element {
    padding-right: calc(5px + (90 - 5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .component-offers .elements-container .element {
    padding-right: 5px;
  }
}
.OfferOnPage .component-offers .elements-container .element .inner-element {
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element {
    display: block;
  }
}
.OfferOnPage .component-offers .elements-container .element .inner-element .image {
  width: calc(100% - 450px);
  min-width: calc(50% + 100px);
}
@media (max-width: 920px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .image {
    min-width: 50%;
  }
}
@media (max-width: 820px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .image {
    width: 100%;
  }
}
.OfferOnPage .component-offers .elements-container .element .inner-element .textbox {
  width: 450px;
  max-width: calc(50% - 100px);
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 920px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox {
    max-width: 50%;
  }
}
@media (max-width: 820px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox {
    margin-top: calc(15px + (20 - 15) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox {
    margin-top: 15px;
  }
}
@media (min-width: 821px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox {
    padding-top: 110px;
    padding-bottom: 110px;
    margin: 0px;
  }
}
@media (min-width: 821px) and (max-width: 1600px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox {
    padding-top: calc(50px + (110 - 50) * (100vw - 414px) / (1600 - 414));
  }
}
@media (min-width: 821px) and (max-width: 414px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox {
    padding-top: 50px;
  }
}
@media (min-width: 821px) and (max-width: 1600px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox {
    padding-bottom: calc(50px + (110 - 50) * (100vw - 414px) / (1600 - 414));
  }
}
@media (min-width: 821px) and (max-width: 414px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox {
    padding-bottom: 50px;
  }
}
@media (min-width: 821px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox:after {
    background-color: #EFEFEF;
    width: calc(100% + 100px);
    height: 100%;
    position: absolute;
    top: 0px;
    left: -50px;
    content: "";
    transform: skew(7deg);
  }
}
.OfferOnPage .component-offers .elements-container .element .inner-element .textbox .inner-textbox {
  position: relative;
  z-index: 1;
}
.OfferOnPage .component-offers .elements-container .element .inner-element .textbox .inner-textbox .subheadline {
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox .inner-textbox .subheadline {
    margin-top: calc(5px + (10 - 5) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox .inner-textbox .subheadline {
    margin-top: 5px;
  }
}
.OfferOnPage .component-offers .elements-container .element .inner-element .textbox .inner-textbox .introduction {
  margin-top: 10px;
}
.OfferOnPage .component-offers .elements-container .element .inner-element .textbox .inner-textbox .price {
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox .inner-textbox .price {
    margin-top: calc(30px + (40 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox .inner-textbox .price {
    margin-top: 30px;
  }
}
.OfferOnPage .component-offers .elements-container .element .inner-element .textbox .inner-textbox .linkbox {
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox .inner-textbox .linkbox {
    margin-top: calc(15px + (20 - 15) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferOnPage .component-offers .elements-container .element .inner-element .textbox .inner-textbox .linkbox {
    margin-top: 15px;
  }
}
.OfferOnPage .component-offers .tns-ovh {
  overflow: visible;
}
.OfferOnPage .component-link {
  text-align: center;
}

.OfferDetail .component + .component {
  padding-top: 130px;
}
@media (max-width: 1600px) {
  .OfferDetail .component + .component {
    padding-top: calc(60px + (130 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferDetail .component + .component {
    padding-top: 60px;
  }
}
.OfferDetail .component-intro {
  padding-bottom: 130px;
}
@media (max-width: 1600px) {
  .OfferDetail .component-intro {
    padding-bottom: calc(60px + (130 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferDetail .component-intro {
    padding-bottom: 60px;
  }
}
.OfferDetail .component-intro .inner-intro {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.OfferDetail .component-intro .inner-intro .left {
  width: calc(100% - 320px);
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .OfferDetail .component-intro .inner-intro .left {
    width: 100%;
    order: 2;
    padding: 0px;
    margin-top: 40px;
  }
}
@media (max-width: 900px) and (max-width: 1600px) {
  .OfferDetail .component-intro .inner-intro .left {
    margin-top: calc(30px + (40 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 900px) and (max-width: 414px) {
  .OfferDetail .component-intro .inner-intro .left {
    margin-top: 30px;
  }
}
.OfferDetail .component-intro .inner-intro .left .inner-textbox {
  max-width: 800px;
}
.OfferDetail .component-intro .inner-intro .left .inner-textbox > div + div {
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .OfferDetail .component-intro .inner-intro .left .inner-textbox > div + div {
    margin-top: calc(30px + (40 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferDetail .component-intro .inner-intro .left .inner-textbox > div + div {
    margin-top: 30px;
  }
}
.OfferDetail .component-intro .inner-intro .left .row {
  display: flex;
  align-items: center;
  max-width: 600px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 540px) {
  .OfferDetail .component-intro .inner-intro .left .row {
    justify-content: flex-end;
  }
}
.OfferDetail .component-intro .inner-intro .left .row > div p {
  white-space: nowrap;
  font-weight: bold;
}
@media (max-width: 540px) {
  .OfferDetail .component-intro .inner-intro .left .row > div {
    width: 100%;
  }
}
.OfferDetail .component-intro .inner-intro .left .row > div + div {
  min-width: 145px;
  padding-left: 15px;
  box-sizing: border-box;
}
@media (max-width: 540px) {
  .OfferDetail .component-intro .inner-intro .left .row > div + div {
    width: 100%;
    text-align: right;
  }
}
.OfferDetail .component-intro .inner-intro .left .row + .row {
  margin-top: 5px;
}
.OfferDetail .component-intro .inner-intro .left .inclusives ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.OfferDetail .component-intro .inner-intro .left .inclusives ul li {
  padding-left: 20px;
  position: relative;
}
.OfferDetail .component-intro .inner-intro .left .inclusives ul li:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #0e9aaa;
  content: "";
  position: absolute;
  top: 0.47em;
  left: 0px;
}
.OfferDetail .component-intro .inner-intro .right {
  max-width: 320px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.OfferDetail .component-intro .inner-intro .right > div {
  position: relative;
  z-index: 1;
  padding: 50px 50px;
}
.OfferDetail .component-intro .inner-intro .right > div .price {
  margin-top: 15px;
}
.OfferDetail .component-intro .inner-intro .right:after {
  background-color: #EFEFEF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  transform: skew(7deg);
}
.OfferDetail .component-usp img {
  width: auto;
  display: inline-block;
}
.OfferDetail .component-bar {
  padding-bottom: 130px;
}
@media (max-width: 1600px) {
  .OfferDetail .component-bar {
    padding-bottom: calc(60px + (130 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferDetail .component-bar {
    padding-bottom: 60px;
  }
}
.OfferDetail .component-bar .bar {
  padding: 40px;
}
@media (max-width: 1600px) {
  .OfferDetail .component-bar .bar {
    padding: calc(30px + (40 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .OfferDetail .component-bar .bar {
    padding: 30px;
  }
}
.OfferDetail .component-bar .bar .inner-bar {
  margin: -15px -10px 0px -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.OfferDetail .component-bar .bar .inner-bar > div {
  margin: 15px 10px 0px 10px;
}
.OfferDetail .component-bar .bar .inner-bar .buttons {
  display: flex;
  align-items: center;
}
.OfferDetail .component-bar .bar .inner-bar .buttons a {
  width: calc((100% - 10px) / 2);
  text-align: center;
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.OfferDetail .component-bar .bar .inner-bar .buttons a + a {
  margin-left: 10px;
}

.style-cravanpark .HotelRequestT1 a,
.style-cravanpark .HotelRequestT1 .link {
  color: #2d85a4;
  fill: #2d85a4;
}

.HotelRequestT1 {
  padding-bottom: 50px;
}
@media (max-width: 1600px) {
  .HotelRequestT1 {
    padding-bottom: calc(30px + (50 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .HotelRequestT1 {
    padding-bottom: 30px;
  }
}
.HotelRequestT1 .offer {
  margin-bottom: 50px;
}
.HotelRequestT1 .offer .inner-offer {
  display: flex;
  flex-wrap: wrap;
}
.HotelRequestT1 .offer .inner-offer .image {
  width: 50%;
}
@media (max-width: 920px) {
  .HotelRequestT1 .offer .inner-offer .image {
    width: 100%;
  }
}
.HotelRequestT1 .offer .inner-offer .image + .textbox {
  width: 50%;
}
@media (max-width: 920px) {
  .HotelRequestT1 .offer .inner-offer .image + .textbox {
    width: 100%;
  }
}
.HotelRequestT1 .offer .inner-offer .textbox {
  position: relative;
  display: flex;
  align-items: center;
}
.HotelRequestT1 .offer .inner-offer .textbox .inner-textbox {
  padding: 50px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .HotelRequestT1 .offer .inner-offer .textbox .inner-textbox {
    padding: calc(20px + (50 - 20) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .HotelRequestT1 .offer .inner-offer .textbox .inner-textbox {
    padding: 20px;
  }
}
.HotelRequestT1 .offer .inner-offer .textbox .inner-textbox .headline + .introduction,
.HotelRequestT1 .offer .inner-offer .textbox .inner-textbox .subheadline + .introduction {
  margin-top: 15px;
}
.HotelRequestT1 .offer .inner-offer .textbox .inner-textbox .price {
  margin-top: 15px;
}
.HotelRequestT1 .offer .inner-offer .textbox .inner-textbox .offer-title {
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .HotelRequestT1 .offer {
    margin-bottom: calc(20px + (50 - 20) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .HotelRequestT1 .offer {
    margin-bottom: 20px;
  }
}
.HotelRequestT1 .select .value .icon {
  position: absolute;
  top: 25px;
  right: 70px;
  width: 8px;
  height: 8px;
  margin-left: 1em;
}
.HotelRequestT1 .select-wrapper .select-value .icon {
  position: absolute;
  top: 25px;
  right: 30px;
}
@media (max-width: 700px) {
  .HotelRequestT1 .select-wrapper .select-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
  }
}
.HotelRequestT1 input[type=checkbox] {
  display: block;
}
.HotelRequestT1 span.value {
  opacity: 0;
}
.HotelRequestT1 label {
  font-size: 12px;
  line-height: 16px;
}
.HotelRequestT1 ::-moz-placeholder {
  font-size: 14px;
  font-family: "brother-1816", sans-serif;
  line-height: 1.45em;
}
.HotelRequestT1 input, .HotelRequestT1 textarea, .HotelRequestT1 ::placeholder, .HotelRequestT1 .value {
  font-size: 14px;
  font-family: "brother-1816", sans-serif;
  line-height: 1.45em;
}
.HotelRequestT1 .form-row {
  display: flex;
  align-items: stretch;
  margin: 10px -10px 0px -10px;
  flex-wrap: wrap;
}
.HotelRequestT1 .form-row.button {
  justify-content: flex-end;
}
.HotelRequestT1 .form-row > div {
  width: 50%;
  padding: 20px 10px 0px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  .HotelRequestT1 .form-row > div {
    width: 50%;
  }
}
@media (max-width: 620px) {
  .HotelRequestT1 .form-row > div {
    width: 100%;
  }
}
.HotelRequestT1 .form-row > div > div {
  width: 100%;
}
.HotelRequestT1 .form-row > div.linkbox {
  justify-content: center;
  width: auto;
}
.HotelRequestT1 .form-row > div.linkbox > div {
  cursor: pointer;
}
.HotelRequestT1 .form-row > div.linkbox > div:not(.button2) {
  display: flex;
  align-items: center;
}
.HotelRequestT1 .form-row > div.linkbox > div:not(.button2) svg {
  width: 34px;
  height: 30px;
  margin-right: 10px;
  fill: currentColor;
}
.HotelRequestT1 .form-row.row-room {
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .HotelRequestT1 .form-row.row-room {
    margin-top: calc(20px + (50 - 20) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .HotelRequestT1 .form-row.row-room {
    margin-top: 20px;
  }
}
.HotelRequestT1 .form-row.headline {
  margin-bottom: 5px;
}
.HotelRequestT1 .form-row.headline > div {
  width: 100%;
}
.HotelRequestT1 .form-row + .form-row.headline {
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .HotelRequestT1 .form-row + .form-row.headline {
    margin-top: calc(20px + (50 - 20) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .HotelRequestT1 .form-row + .form-row.headline {
    margin-top: 20px;
  }
}
.HotelRequestT1 .form-row .holidayThemes .holidayBox .field.checkbox input[type=checkbox] {
  top: 7px;
  left: 0;
}
.HotelRequestT1 .form-row .field.child {
  width: 25%;
}
@media (max-width: 980px) {
  .HotelRequestT1 .form-row .field.child {
    width: 50%;
  }
}
@media (max-width: 620px) {
  .HotelRequestT1 .form-row .field.child {
    width: 100%;
  }
}
.HotelRequestT1 .form-row .field .inner-field {
  box-sizing: border-box;
  height: 60px;
  background-color: #FFF;
  position: relative;
  border: 1px solid #e9e9e9;
}
.HotelRequestT1 .form-row .field .inner-field input, .HotelRequestT1 .form-row .field .inner-field select, .HotelRequestT1 .form-row .field .inner-field .select {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 3;
  border: 0px solid #e9e9e9;
  background-color: #FFF;
  border-color: #e9e9e9;
  box-sizing: border-box;
}
.HotelRequestT1 .form-row .field .inner-field .select,
.HotelRequestT1 .form-row .field .inner-field select {
  opacity: 0;
  display: block;
}
.HotelRequestT1 .form-row .field .inner-field input {
  padding: 0px 20px;
}
.HotelRequestT1 .form-row .field .inner-field textarea {
  display: block;
  width: 100%;
  min-height: 10em;
  resize: vertical;
  background-color: #FFF;
  border-color: #e9e9e9;
  padding: 20px;
  border: 0px solid #e9e9e9;
  box-sizing: border-box;
}
.HotelRequestT1 .form-row .field .inner-field .value {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  z-index: 2;
}
.HotelRequestT1 .form-row .field.date .inner-field {
  position: relative;
}
.HotelRequestT1 .form-row .field.date .inner-field input {
  z-index: 1;
  opacity: 0;
}
.HotelRequestT1 .form-row .field.date .inner-field:after {
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url("/typo3conf/ext/zeppelin_sales_content/Resources/Public/Icons/calendar.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  top: 18px;
  right: 20px;
}
.HotelRequestT1 .form-row .field.select .inner-field {
  position: relative;
}
.HotelRequestT1 .form-row .field.select.custom .rooms {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 62px;
  width: 200%;
  padding: 10px 0;
  box-sizing: border-box;
}
@media (max-width: 920px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms {
    width: 100%;
  }
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside {
  max-height: 270px;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 620px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside {
    max-height: 150px;
  }
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 10px;
  cursor: pointer;
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room:first-child {
  margin-top: 0;
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room.empty .image {
  justify-content: center;
  margin: 10px 0;
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room.empty .image svg {
  width: 62px;
  height: 42px;
  padding: 12px;
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room.empty .roomname {
  width: 83.3333333333%;
}
@media (max-width: 920px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room.empty .roomname {
    width: 80.701754386%;
  }
}
@media (max-width: 620px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room.empty .roomname {
    width: 70.5882352941%;
  }
}
@media (max-width: 520px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room.empty .roomname {
    width: auto;
  }
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .roominfo {
  padding-right: 2.6315789474%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .image {
  width: 14.0350877193%;
}
@media (max-width: 920px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .image {
    width: 16.6666666667%;
  }
}
@media (max-width: 620px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .image {
    width: 26.4705882353%;
  }
}
@media (max-width: 520px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .image {
    display: none;
  }
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .image .hidden {
  display: none;
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .roomname {
  width: 29.8245614035%;
}
@media (max-width: 920px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .roomname {
    width: 61.8421052632%;
  }
}
@media (max-width: 620px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .roomname {
    width: 70.5882352941%;
    margin-left: 2.9411764706%;
  }
}
@media (max-width: 520px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .roomname {
    width: 100%;
    margin-left: 0;
  }
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .roomname .name {
  font-weight: bold;
}
@media (max-width: 920px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .roomname .name {
    width: 100%;
  }
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .roomname .priceinfotext {
  display: none;
}
@media (max-width: 920px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .roomname .priceinfotext {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 620px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .roomname .priceinfotext {
    display: none;
  }
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .roomname .priceinfotext > div {
  display: flex;
  flex-wrap: wrap;
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .size {
  width: 13.1578947368%;
  text-align: center;
}
@media (max-width: 620px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .size {
    display: none;
  }
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .priceinfotext {
  width: 34.649122807%;
  text-align: right;
}
@media (max-width: 920px) {
  .HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .priceinfotext {
    display: none;
  }
}
.HotelRequestT1 .form-row .field.select.custom .rooms .inside .room .priceinfotext > div {
  display: flex;
  flex-wrap: wrap;
}
.HotelRequestT1 .form-row .field.select.custom.open .rooms {
  display: block;
}
@media (max-width: 920px) {
  .HotelRequestT1 .form-row .field.room-preview {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .HotelRequestT1 .form-row .field.room-preview {
    display: none;
  }
}
.HotelRequestT1 .form-row .field.room-preview .inner-field {
  height: auto;
}
.HotelRequestT1 .form-row .field.room-preview .inner-field .roompreview .inner {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.HotelRequestT1 .form-row .field.room-preview .inner-field .roompreview .inner .hidden {
  display: none;
}
.HotelRequestT1 .form-row .field.room-preview .inner-field .roompreview .inner .image {
  width: 47.2727272727%;
  margin-right: 5.4545454545%;
}
.HotelRequestT1 .form-row .field.room-preview .inner-field .roompreview .inner .text {
  width: 47.2727272727%;
}
.HotelRequestT1 .form-row .field.room-preview .inner-field .roompreview .inner .text .namesize {
  font-weight: bold;
}
.HotelRequestT1 .form-row .field.room-preview .inner-field .roompreview .inner .text .linkbox {
  margin-top: 20px;
}
.HotelRequestT1 .form-row .field.room-preview .inner-field .roompreview .inner .text .priceinfotext {
  display: flex;
  flex-wrap: wrap;
}
.HotelRequestT1 .form-row .field.checkbox {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.HotelRequestT1 .form-row .field.checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  z-index: 3;
  height: 100%;
  opacity: 0;
}
.HotelRequestT1 .form-row .field.checkbox div {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.4em;
}
.HotelRequestT1 .form-row .field.checkbox input[type=checkbox] + ::before {
  height: 14px;
  width: 14px;
  border: 1px solid #3c3c3b;
}
.HotelRequestT1 .form-row .field.checkbox input[type=checkbox]:checked + ::after {
  display: none;
}
.HotelRequestT1 .form-row .field label {
  margin-bottom: 10px;
  display: inline-block;
}
.HotelRequestT1 .form-row .field.textarea {
  width: 100%;
}
.HotelRequestT1 .form-row .field.textarea .inner-field {
  height: auto;
}
.HotelRequestT1 .form-row .field.error .inner-field {
  outline: 1px solid #D93D5F;
}

@media all {
  .ArrivalT1 {
    padding-bottom: 0px;
  }
  .ArrivalT1 .location {
    margin-top: 40px;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .location {
    margin-top: calc(30px + (40 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .location {
    margin-top: 30px;
  }
}
@media all {
  .ArrivalT1 .location .boxes-container {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .location .boxes-container {
    margin-left: calc(-1 * (30px + (40 - 30) * (100vw - 414px) / (1600 - 414)));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .location .boxes-container {
    margin-left: -30px;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .location .boxes-container {
    margin-right: calc(-1 * (30px + (40 - 30) * (100vw - 414px) / (1600 - 414)));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .location .boxes-container {
    margin-right: -30px;
  }
}
@media all {
  .ArrivalT1 .location .boxes-container .boxes {
    display: flex;
  }
}
@media (max-width: 780px) {
  .ArrivalT1 .location .boxes-container .boxes {
    display: block;
  }
}
@media all {
  .ArrivalT1 .location .boxes-container .boxes .box {
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .location .boxes-container .boxes .box {
    padding-left: calc(30px + (40 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .location .boxes-container .boxes .box {
    padding-left: 30px;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .location .boxes-container .boxes .box {
    padding-right: calc(30px + (40 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .location .boxes-container .boxes .box {
    padding-right: 30px;
  }
}
@media all {
  .ArrivalT1 .location .boxes-container .boxes .box + .box {
    min-width: 50%;
  }
}
@media (max-width: 780px) {
  .ArrivalT1 .location .boxes-container .boxes .box + .box {
    margin-top: 40px;
  }
}
@media (max-width: 780px) and (max-width: 1600px) {
  .ArrivalT1 .location .boxes-container .boxes .box + .box {
    margin-top: calc(30px + (40 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 780px) and (max-width: 414px) {
  .ArrivalT1 .location .boxes-container .boxes .box + .box {
    margin-top: 30px;
  }
}
@media (max-width: 780px) {
  .ArrivalT1 .location .boxes-container .boxes .box {
    width: 100%;
    display: block;
  }
}
@media all {
  .ArrivalT1 .location .boxes-container .boxes .box .inner-box {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .location .boxes-container .boxes .box .inner-box {
    padding: calc(30px + (40 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .location .boxes-container .boxes .box .inner-box {
    padding: 30px;
  }
}
@media all {
  .ArrivalT1 .location .boxes-container .boxes .box .inner-box .headline {
    padding-bottom: 10px;
    border-bottom: 1px solid currentColor;
    margin-bottom: 10px;
  }
  .ArrivalT1 .map-container {
    margin-top: 90px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .map-container {
    margin-top: calc(60px + (90 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .map-container {
    margin-top: 60px;
  }
}
@media (max-width: 780px) {
  .ArrivalT1 .map-container {
    padding-top: 75%;
  }
}
@media all {
  .ArrivalT1 .map-container #map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .ArrivalT1 .arrival-links-container {
    margin-top: 90px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .arrival-links-container {
    margin-top: calc(60px + (90 - 60) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .arrival-links-container {
    margin-top: 60px;
  }
}
@media all {
  .ArrivalT1 .arrival-links-container .categories-container {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .arrival-links-container .categories-container {
    margin-left: calc(-1 * (15px + (25 - 15) * (100vw - 414px) / (1600 - 414)));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .arrival-links-container .categories-container {
    margin-left: -15px;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .arrival-links-container .categories-container {
    margin-right: calc(-1 * (15px + (25 - 15) * (100vw - 414px) / (1600 - 414)));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .arrival-links-container .categories-container {
    margin-right: -15px;
  }
}
@media all {
  .ArrivalT1 .arrival-links-container .categories-container .categories {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .ArrivalT1 .arrival-links-container .categories-container .categories .category {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .arrival-links-container .categories-container .categories .category {
    padding-left: calc(15px + (25 - 15) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .arrival-links-container .categories-container .categories .category {
    padding-left: 15px;
  }
}
@media (max-width: 1600px) {
  .ArrivalT1 .arrival-links-container .categories-container .categories .category {
    padding-right: calc(15px + (25 - 15) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .ArrivalT1 .arrival-links-container .categories-container .categories .category {
    padding-right: 15px;
  }
}
@media all {
  .ArrivalT1 .arrival-links-container .categories-container .categories .category ul {
    margin-top: 10px;
  }
  .ArrivalT1 .arrival-links-container .categories-container .categories .category ul li + li {
    margin-top: 5px;
  }
}
.WeatherT1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1600px) {
  .WeatherT1 {
    padding-top: calc(50px + (80 - 50) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .WeatherT1 {
    padding-top: 50px;
  }
}
@media (max-width: 1600px) {
  .WeatherT1 {
    padding-bottom: calc(50px + (80 - 50) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .WeatherT1 {
    padding-bottom: 50px;
  }
}
.WeatherT1 .layout1 .weather {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .WeatherT1 .layout1 .weather {
    margin-top: calc(30px + (50 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .WeatherT1 .layout1 .weather {
    margin-top: 30px;
  }
}
.WeatherT1 .layout1 .weather .temperature {
  margin-left: 10px;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  color: #66C5E0;
}
.WeatherT1 .layout1 .weather-data {
  margin-top: 50px;
  display: flex;
}
@media (max-width: 1600px) {
  .WeatherT1 .layout1 .weather-data {
    margin-top: calc(30px + (50 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .WeatherT1 .layout1 .weather-data {
    margin-top: 30px;
  }
}
.WeatherT1 .layout1 .weather-data > div {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.WeatherT1 .layout1 .weather-data > div > div {
  width: 50%;
  margin-top: 10px;
}
.WeatherT1 .layout1 .weather-data > div h6 {
  width: 100%;
}
.WeatherT1 .layout1 .mountain-weather {
  margin-top: 50px;
  max-width: 720px;
}
@media (max-width: 1600px) {
  .WeatherT1 .layout1 .mountain-weather {
    margin-top: calc(30px + (50 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .WeatherT1 .layout1 .mountain-weather {
    margin-top: 30px;
  }
}
.WeatherT1 .layout1 .mountain-weather .tomorrow {
  margin-top: 20px;
}
.WeatherT1 .layout1 .forecast {
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .WeatherT1 .layout1 .forecast {
    margin-top: calc(30px + (50 - 30) * (100vw - 414px) / (1600 - 414));
  }
}
@media (max-width: 414px) {
  .WeatherT1 .layout1 .forecast {
    margin-top: 30px;
  }
}
.WeatherT1 .layout1 .forecast .boxes {
  margin-top: 20px;
  text-align: center;
  display: flex;
  font-size: 14px;
  line-height: 1.4em;
  max-width: 540px;
}
.WeatherT1 .layout1 .forecast .boxes .weather-icon {
  margin: 0px auto 5px auto;
}
.WeatherT1 .layout1 .forecast .boxes .day, .WeatherT1 .layout1 .forecast .boxes .date {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4em;
}
.WeatherT1 .layout1 .forecast .boxes .temperature {
  margin-top: 5px;
}
.WeatherT1 .layout1 .forecast .boxes .box {
  padding: 0px;
  width: 25%;
}
.WeatherT1 .layout2 h6 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 12px;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media (max-width: 700px) {
  .WeatherT1 .layout2 h6 {
    padding-bottom: 6px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.WeatherT1 .layout2 .today {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media (min-width: 699px) {
  .WeatherT1 .layout2 .today {
    grid-template-columns: 1fr 1fr;
  }
}
.WeatherT1 .layout2 .weather-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.WeatherT1 .layout2 .weather-valley, .WeatherT1 .layout2 .weather-mountain {
  display: grid;
  -moz-column-gap: 30px;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}
.WeatherT1 .layout2 .weather-valley .row-full, .WeatherT1 .layout2 .weather-mountain .row-full {
  grid-column: 1/-1;
}
.WeatherT1 .layout2 .weather-valley .temperature, .WeatherT1 .layout2 .weather-mountain .temperature {
  display: flex;
  margin-bottom: 20px;
}
.WeatherT1 .layout2 .weather-valley .temperature .temperature-icon, .WeatherT1 .layout2 .weather-mountain .temperature .temperature-icon {
  display: flex;
  align-items: center;
}
.WeatherT1 .layout2 .weather-valley .temperature > *:not(:first-child), .WeatherT1 .layout2 .weather-mountain .temperature > *:not(:first-child) {
  margin-left: 18px;
}
.WeatherT1 .layout2 .weather-valley .temperature .icon svg, .WeatherT1 .layout2 .weather-mountain .temperature .icon svg {
  width: 55px;
  height: 55px;
}
.WeatherT1 .layout2 .weather-valley .with-label, .WeatherT1 .layout2 .weather-mountain .with-label {
  display: flex;
  flex-direction: column;
}
.WeatherT1 .layout2 .weather-prognose-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.WeatherT1 .layout2 .weather-prognose-single .icon svg {
  width: 55px;
  height: 55px;
}
.WeatherT1 .layout2 .weather-prognose-single h6 {
  border-bottom: none;
  margin: 28px 0 8px;
}
.WeatherT1 .layout2 .weather-prognose-single p {
  margin: 0;
}
.WeatherT1 .layout2 .tag-prognose-carousel {
  margin-top: 50px;
}
.WeatherT1 .layout2 .tag-prognose-carousel .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.WeatherT1 .layout2 .tag-prognose-carousel .swiper-wrapper .swiper-slide {
  border-right-width: 1px;
  border-right-style: solid;
}
.WeatherT1 .layout2 .chart canvas {
  max-width: 100%;
}
.WeatherT1 .layout2 .weather-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.WeatherT1 .weather-icon {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/a.png");
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.WeatherT1 .weather-icon-b {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/b.png");
}
.WeatherT1 .weather-icon-c {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/c.png");
}
.WeatherT1 .weather-icon-d {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/d.png");
}
.WeatherT1 .weather-icon-e {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/e.png");
}
.WeatherT1 .weather-icon-f {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/f.png");
}
.WeatherT1 .weather-icon-g {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/g.png");
}
.WeatherT1 .weather-icon-h {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/h.png");
}
.WeatherT1 .weather-icon-i {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/i.png");
}
.WeatherT1 .weather-icon-j {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/j.png");
}
.WeatherT1 .weather-icon-k {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/k.png");
}
.WeatherT1 .weather-icon-l {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/l.png");
}
.WeatherT1 .weather-icon-m {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/m.png");
}
.WeatherT1 .weather-icon-n {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/n.png");
}
.WeatherT1 .weather-icon-o {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/o.png");
}
.WeatherT1 .weather-icon-p {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/p.png");
}
.WeatherT1 .weather-icon-q {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/q.png");
}
.WeatherT1 .weather-icon-r {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/r.png");
}
.WeatherT1 .weather-icon-s {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/s.png");
}
.WeatherT1 .weather-icon-t {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/t.png");
}
.WeatherT1 .weather-icon-u {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/u.png");
}
.WeatherT1 .weather-icon-v {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/v.png");
}
.WeatherT1 .weather-icon-w {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/w.png");
}
.WeatherT1 .weather-icon-x {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/x.png");
}
.WeatherT1 .weather-icon-y {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/y.png");
}
.WeatherT1 .weather-icon-z {
  background-image: url("/typo3conf/ext/zeppelin_default_template/Resources/Public/Icons/weather/z.png");
}

.timeline-large-element .boxed-headline {
  text-align: center;
  margin: 0 auto;
}
.timeline-large-element .boxed-headline .headline {
  max-width: 100%;
}
.timeline-large-element .boxed-headline + .timeline-large-list {
  margin-top: 133px;
}
@media (max-width: 1880px) {
  .timeline-large-element .boxed-headline + .timeline-large-list {
    margin-top: calc(30px + (133 - 30) * (100vw - 768px) / (1800 - 768));
  }
}
@media (max-width: 767px) {
  .timeline-large-element .boxed-headline + .timeline-large-list {
    margin-top: 30px;
  }
}
.timeline-large-element .timeline-large-list .timeline-item {
  position: relative;
  padding: 120px 0 0;
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-item {
    padding: calc(80px + (120 - 80) * (100vw - 768px) / (1800 - 768)) 0 0;
  }
}
.timeline-large-element .timeline-large-list .timeline-item:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .timeline-large-element .timeline-large-list .timeline-item:first-child {
    padding-top: calc(70px + (90 - 70) * (100vw - 414px) / (768 - 414));
  }
}
.timeline-large-element .timeline-large-list .timeline-item:first-child .timeline-line svg {
  margin-top: -60px;
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-item:first-child .timeline-line svg {
    margin-top: calc(-30px + (-60 - -30) * (100vw - 768px) / (1800 - 768));
  }
}
@media (max-width: 767px) {
  .timeline-large-element .timeline-large-list .timeline-item:first-child .timeline-line svg {
    margin-top: 0;
    top: 50px;
    transform: none;
    left: -30px;
  }
}
.timeline-large-element .timeline-large-list .timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-large-element .timeline-large-list .timeline-item:last-child .timeline-line svg {
  margin-top: 23px;
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-item:last-child .timeline-line svg {
    margin-top: calc(12px + (23 - 12) * (100vw - 768px) / (1800 - 768));
  }
}
@media (max-width: 767px) {
  .timeline-large-element .timeline-large-list .timeline-item:last-child .timeline-line svg {
    margin-top: 2px;
  }
}
.timeline-large-element .timeline-large-list .timeline-item:nth-child(even) .timeline-item-inner {
  flex-direction: row-reverse;
}
.timeline-large-element .timeline-large-list .timeline-item:nth-child(even) .timeline-info-box .info-box {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  margin-top: 19px;
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-item:nth-child(even) .timeline-info-box .info-box {
    margin-top: calc(0px + (19 - 0) * (100vw - 768px) / (1800 - 768));
  }
}
@media (max-width: 767px) {
  .timeline-large-element .timeline-large-list .timeline-item:nth-child(even) .timeline-info-box .info-box {
    margin: 0 auto;
    text-align: center;
  }
}
.timeline-large-element .timeline-large-list .timeline-item.is_active .timeline-line:after {
  background-color: #66c5e0;
}
.timeline-large-element .timeline-large-list .timeline-item.is_active .timeline-line svg path {
  background-color: #66c5e0;
  fill: #66c5e0;
  stroke: #66c5e0;
}
.timeline-large-element .timeline-large-list .timeline-line {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 50%;
  margin-left: 5px;
  transform: translateX(-50%);
  height: 100%;
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-line {
    margin-left: calc(2px + (5 - 2) * (100vw - 768px) / (1800 - 768));
  }
}
@media (max-width: 767px) {
  .timeline-large-element .timeline-large-list .timeline-line {
    margin-left: 2px;
  }
}
.timeline-large-element .timeline-large-list .timeline-line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background-color: rgba(79, 80, 87, 0.312);
  width: 2.5px;
  height: 100%;
  transition: background-color 0.5s ease;
}
.timeline-large-element .timeline-large-list .timeline-line svg {
  width: 109px;
  height: 109px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-line svg {
    width: calc(55px + (109 - 55) * (100vw - 768px) / (1800 - 768));
    height: calc(55px + (109 - 55) * (100vw - 768px) / (1800 - 768));
  }
}
@media (max-width: 767px) {
  .timeline-large-element .timeline-large-list .timeline-line svg {
    width: 55px;
    height: 55px;
    top: 37px;
    transform: none;
    left: -30px;
  }
}
.timeline-large-element .timeline-large-list .timeline-line svg circle {
  fill: #fff;
}
.timeline-large-element .timeline-large-list .timeline-line svg path {
  transition: background-color 0.5s ease, fill 0.5s ease, stroke 0.5s ease;
  background-color: #fff;
  fill: #fff;
  stroke: rgba(0, 0, 0, 0.312);
}
.timeline-large-element .timeline-large-list .timeline-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .timeline-large-element .timeline-large-list .timeline-item-inner {
    flex-wrap: wrap;
    background-color: #fcf9f9;
    z-index: 10;
  }
}
.timeline-large-element .timeline-large-list .timeline-info-box {
  flex: 0 0 477px;
  max-width: 477px;
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-info-box {
    flex: 0 0 calc(186px + (477 - 186) * (100vw - 768px) / (1800 - 768));
    max-width: calc(186px + (477 - 186) * (100vw - 768px) / (1800 - 768));
  }
}
@media (max-width: 767px) {
  .timeline-large-element .timeline-large-list .timeline-info-box {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    padding-top: 14px;
    padding-bottom: 13px;
    position: relative;
    z-index: 10;
  }
}
.timeline-large-element .timeline-large-list .timeline-info-box .info-box {
  max-width: 350px;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  margin-top: 17px;
  position: relative;
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-info-box .info-box {
    margin-top: calc(0px + (17 - 0) * (100vw - 768px) / (1800 - 768));
  }
}
@media (max-width: 767px) {
  .timeline-large-element .timeline-large-list .timeline-info-box .info-box {
    text-align: center;
    margin: 0 auto;
    max-width: calc(245px + (335 - 245) * (100vw - 414px) / (768 - 414));
  }
}
@media (max-width: 767px) {
  .timeline-large-element .timeline-large-list .timeline-info-box .info-box {
    max-width: 245px;
  }
}
.timeline-large-element .timeline-large-list .timeline-info-box .number {
  color: transparent;
  -webkit-text-stroke: 0.5px #E1E1E1;
  font-size: 150px;
  transform: translateY(40%);
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-info-box .number {
    font-size: calc(70px + 80 * (100vw - 320px) / 1280);
  }
}
.timeline-large-element .timeline-large-list .timeline-info-box .title {
  transition: color 0.5s ease;
  color: #000;
  position: relative;
  z-index: 2;
}
.timeline-large-element .timeline-large-list .timeline-info-box .content {
  margin-top: 20px;
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-info-box .content {
    margin-top: calc(10px + (20 - 10) * (100vw - 414px) / (1880 - 414));
  }
}
.timeline-large-element .timeline-large-list .timeline-info-box .date {
  color: #dbd3d3;
  margin-top: 20px;
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-info-box .date {
    margin-top: calc(10px + (20 - 10) * (100vw - 414px) / (1880 - 414));
  }
}
.timeline-large-element .timeline-large-list .timeline-image-box {
  flex: 0 0 477px;
  max-width: 477px;
}
@media (max-width: 1880px) {
  .timeline-large-element .timeline-large-list .timeline-image-box {
    flex: 0 0 calc(186px + (477 - 186) * (100vw - 768px) / (1800 - 768));
    max-width: calc(186px + (477 - 186) * (100vw - 768px) / (1800 - 768));
  }
}
@media (max-width: 767px) {
  .timeline-large-element .timeline-large-list .timeline-image-box {
    flex: 0 0 70.4%;
    max-width: 70.4%;
    margin: 0 auto;
    order: 1;
  }
}
.timeline-large-element .timeline-large-list .timeline-image-box .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.Booking select {
  display: inline-block;
}

#Bs-BookingWidget .Bs-Form input[type=radio] {
  opacity: 1;
  left: -25px;
  bottom: 10px;
}
#Bs-BookingWidget .Bs-Checkbox {
  margin-left: 20px;
  position: relative;
}
#Bs-BookingWidget input[type=checkbox] {
  left: -25px;
  opacity: 1;
}
#Bs-BookingWidget input[type=checkbox] + ::before {
  display: none;
}

@media (max-width: 1245px) and (min-width: 700px) {
  .themestage-large.video {
    min-height: 67vw !important;
  }
  .themestage-large.video .swiper-wrapper {
    height: auto !important;
  }
  .themestage-large.video .swiper-wrapper .swiper-slide {
    height: auto !important;
  }
}
@media all {
  form .field-group .field-group.hpmailconfirm,
  form .field-group .field-group.hpmailconfirmemail,
  form .field-group .field-group.hpmailconfirmemailrequired,
  form .row.zepp-hp,
  form .row.hpmailconfirm,
  form .row.hpmailconfirmemail,
  form .row.hpmailconfirmemailrequired {
    display: none !important;
  }
  form .zepp-hp,
  form .hpmailconfirm,
  form .hpmailconfirmemail,
  form .hpmailconfirmemailrequired {
    display: none !important;
  }
}
.footer-sticker {
  position: fixed;
  right: 20px;
  bottom: 150px;
  z-index: 100;
  width: 200px;
  height: 200px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fcf9f9 !important;
  fill: #fcf9f9 !important;
  background-color: #e74e12;
  opacity: 0;
  transform: translateY(110%);
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.footer-sticker.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (max-width: 700px) {
  .footer-sticker.fixed {
    position: absolute;
  }
}
@media screen and (max-width: 700px) {
  .footer-sticker {
    bottom: 280px;
    padding: 25px;
    width: 150px;
    height: 150px;
  }
}
.footer-sticker:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  z-index: 120;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url("/typo3conf/ext/zeppelin_sales_content/Resources/Public/Icons/sticker.svg");
}
.footer-sticker .info-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.footer-sticker .info-container .close {
  position: absolute;
  transform: rotate(-11deg);
  left: 50%;
  right: auto;
  top: 7px;
  cursor: pointer;
  z-index: 124;
  margin: 0;
  margin-left: -29px;
  padding: 5px;
}
.footer-sticker .info-container .close span {
  margin: 0;
}
.footer-sticker .info-container .close span svg {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 700px) {
  .footer-sticker .info-container .close {
    top: -7px;
    margin-left: -25px;
  }
}
.footer-sticker .info-container .text-info {
  font-size: 11px;
  transform: rotate(-11deg);
  text-align: center;
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
  z-index: 122;
}
.footer-sticker .info-container .text-info p {
  margin: 0;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .footer-sticker .info-container .text-info p {
    font-size: 12px;
    line-height: 20px;
  }
}
.footer-sticker .info-container a {
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 123;
}

.zeppimpressum div .clientdata img {
  margin-bottom: 30px;
  width: 320px;
  height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center left;
  object-position: center left;
}
@media (max-width: 1620px) {
  .zeppimpressum div .clientdata img {
    width: calc(150px + (320 - 150) * (100vw - 320px) / (1600 - 320));
    height: calc(90px + (130 - 90) * (100vw - 320px) / (1600 - 320));
    margin-top: 80px;
  }
}