@font-face {
  font-family: Sixcaps;
  src: url("/api/media/file/82-678a353160f047148917337b_SixCaps.ttf?v=cebb7d71e5d9") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url("/api/media/file/18-67825b17e9bf82af7863f5c1_Butler_ExtraBold.otf?v=3e6539f7ceb4") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url("/api/media/file/21-67825b17e9bf82af7863f5c6_Butler_Medium.otf?v=d2f213f5374e") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url("/api/media/file/19-67825b17e9bf82af7863f5c4_Butler_Light.otf?v=0dde9c701236") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url("/api/media/file/20-67825b17e9bf82af7863f5c5_Butler_Regular.otf?v=94fee9252c71") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url("/api/media/file/21-67825b17e9bf82af7863f5c6_Butler_Medium.otf?v=d2f213f5374e") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary-color: #5e6265;
  --primary-color: #11171b;
  --fawn: #9ea899;
  --eerie-black: #0e1824;
  --white: white;
  --black: black;
  --text-block-color: #d6d6d6;
  --marquee-border-color: #d2d3da;
  --paragraph-text-color: #d9d9d9;
  --text-span: #9ea899;
  --paragraph-color: #bebebe;
  --progress-bar-color: #1d1d1d;
  --line: #d2d2d2;
  --nav-color: #474747;
  --line-two: #d6d0d0;
  --room-section-bg-color: #0e1824;
  --copyright-text-color: #b0b0b0;
  --transparent: #11171b00;
  --circle-pill-button-border-color: #474747;
  --accordian-bg-color: #fff5ec;
  --body-text-color: #b0b0b0;
  --testimonial-bg-color: #fbf5f0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("/api/media/file/custom-checkbox-checkmark.589d534424.svg?v=9bfc6b2a4c7b");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--secondary-color);
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

h1 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 110px;
}

h2 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 65px;
}

h3 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

h4 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  color: var(--primary-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--secondary-color);
  text-decoration: none;
}

.margin-top-zero {
  margin-top: 0;
}

.slide-nav {
  display: none;
}

.padding-bottom-thirty {
  padding-bottom: 30px;
}

.white-color {
  color: #fff;
}

.discover-line {
  background-color: var(--fawn);
  width: 1px;
  height: 64px;
}

.client-section-right {
  flex: 0 47.44%;
  max-width: 567px;
}

.social-media-links {
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .5s;
  display: flex;
}

.social-media-links:hover {
  background-color: var(--fawn);
  border: 1px #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.section-container {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.review-top-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.line {
  background-color: #d6d0d0;
  width: 78px;
  height: 1px;
}

.social-media {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 15px;
  display: flex;
}

.social-media.padding-top-five {
  padding-top: 5px;
}

.social-media.padding-top-five.padding-bottom-twenty {
  padding-bottom: 30px;
}

.padding-top-thirty {
  padding-top: 20px;
}

.hotel-facilitie {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: var(--eerie-black);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar.light {
  background-color: var(--white);
}

.navbar.light.hide {
  display: none;
}

.line-div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  height: 30px;
  display: flex;
}

.hamburger-menu-button {
  border-left: 1px solid var(--secondary-color);
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  display: flex;
}

.hotel-title-text {
  color: var(--fawn);
  text-transform: none;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.hotel-title-text.our-feedback {
  color: var(--white);
}

.hotel-title-text.center {
  text-transform: none;
}

.auto-fit {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 5px #0003;
}

.auto-fit.image-full-width {
  z-index: -1;
  border-radius: 0;
  width: 100%;
  transition: all .5s;
}

.auto-fit.small-device-image-full-width {
  border-radius: 0;
}

.auto-fit.image-full-width {
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  width: 100%;
}

.auto-fit.small-hover-image {
  position: absolute;
  inset: auto 8% -43% auto;
}

.auto-fit.image-full-width {
  z-index: -1;
  z-index: -1;
  z-index: -1;
  width: 100%;
}

.auto-fit.white {
  filter: brightness(5000%);
}

.auto-fit.white.footer-anpassung {
  box-shadow: none;
  object-fit: contain;
  border-radius: 0;
}

.auto-fit.apartments {
  width: auto;
  height: 40px;
  box-shadow: none;
  border-radius: 0;
}

.auto-fit.footer-icons {
  width: auto;
  height: auto;
  box-shadow: none;
  border-radius: 0;
}

.auto-fit.pet {
  width: auto;
  box-shadow: none;
  border-radius: 0;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover-image.is-parallax {
  object-position: 50% 50%;
  height: 120%;
  display: inline-flex;
  top: auto;
  bottom: auto;
}

.cover-image.is-parallax.scale {
  aspect-ratio: 2 / 3;
  object-position: 80% 100%;
  height: 110%;
}

.cover-image.is-parallax.hide {
  display: none;
}

.cover-image.shadow {
  filter: brightness(78%);
}

.slider-heading-one {
  color: #fff;
  text-align: center;
  text-transform: none;
}

.portfolio-left-container {
  flex: 0 40%;
  position: sticky;
  top: 104px;
}

.border-left {
  border-left: 2px solid #4f4c4c;
}

.border-left.padding-left-fifteen {
  padding-left: 15px;
}

.border-left.padding-left-fifteen.service-display-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.home-two {
  background-image: none;
  display: block;
}

.room-types-one {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-nav {
  background-color: #ddd0;
  padding: 5px 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.new-rooms-section {
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}

.portfolio-right-image {
  align-self: flex-start;
  position: relative;
}

.portfolio-line {
  background-color: #e9a668;
  width: 2px;
  height: 100px;
}

.portfolio-line.portfolio-line-height-change {
  background-color: var(--fawn);
}

.portfolio-right-container {
  flex-direction: column;
  flex: 0 50%;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.home-two-hero-section {
  position: relative;
  overflow: hidden;
}

.small-inner-text {
  max-width: 536px;
  padding-top: 15px;
  padding-bottom: 30px;
}

.hotem-room-btn {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  letter-spacing: .02rem;
  text-transform: uppercase;
  background-color: #11171b;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Euclid Circular A;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: 25%;
}

.hero-text {
  z-index: 1;
  flex-direction: column;
  display: flex;
  position: relative;
}

.background-video {
  width: 186px;
  height: 92px;
}

.hero {
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  position: relative;
}

.display-one {
  color: var(--eerie-black);
  text-transform: uppercase;
  font-family: Butler, sans-serif;
  font-weight: 400;
}

.display-one.margin-off {
  margin-top: 0;
  margin-bottom: 0;
}

.display-one.color-golden {
  color: var(--black);
}

.home-two-banner-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 220px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-ten {
  color: var(--eerie-black);
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.hero-image-wrapper {
  border: 1px solid #000;
  border-radius: 48px;
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

.line-text {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.line-text._01 {
  grid-column-gap: 100px;
}

.line-text._03 {
  padding-left: 170px;
}

.home-banner-new-line {
  background-color: var(--eerie-black);
  width: 166px;
  height: 1px;
  margin-right: 30px;
}

.footer-address {
  border-left: 2px solid #ababab;
  max-width: 250px;
  padding-left: 20px;
}

.footer-small-text {
  max-width: 527px;
  padding-top: 35px;
}

.footer-small-text.white-color.padding-top-zero {
  text-transform: none;
}

.footer-email {
  color: #fff;
  letter-spacing: -.01rem;
  font-size: 1.375rem;
  line-height: 2.125rem;
}

.footer-email.padding-bottom-eleven {
  padding-bottom: 11px;
}

.home-two-footer {
  background-color: var(--fawn);
  padding: 150px 15px 100px;
}

.copyright-text-one {
  color: #9e9e9e;
  letter-spacing: -.01rem;
  font-size: 1rem;
}

.copyright-text-one.padding-top-thirty {
  color: var(--text-block-color);
  padding-top: 30px;
}

.mobile-number {
  color: #fff;
  letter-spacing: -.01rem;
  font-size: 1.375rem;
  line-height: 2.125rem;
}

.mobile-number.padding-bottom-twenty {
  padding-bottom: 20px;
}

.footer-right-container {
  flex-direction: column;
  flex: 1;
  max-width: 290px;
  display: flex;
}

.scroll-section {
  z-index: 1;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  display: flex;
  position: relative;
  top: -120px;
}

.sticky-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.heading-overlay {
  background-color: #ffffffb3;
  height: 68px;
}

.heading-overlay.home-two {
  height: 4.2rem;
}

.homepage-text-wrapper {
  position: relative;
  overflow: hidden;
}

.overlay-line-wrapper {
  position: absolute;
  inset: 0%;
}

.client-section-heading {
  text-transform: capitalize;
}

.client-section-heading.padding-bottom-sixteen {
  padding-bottom: 16px;
}

.client-section-heading.padding-bottom-sixteen.padding-top-four {
  padding-top: 4px;
}

.perspective-text-two {
  max-width: 521px;
  padding-top: 7px;
  padding-bottom: 30px;
}

.perspective-main-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hamburger {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 15px;
  display: flex;
}

.perspective-right-div {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.perspective-left-image {
  flex: 1;
  max-width: 520px;
  min-height: 535px;
  position: relative;
}

.hamburger-top-line {
  width: 20px;
  height: 2px;
}

.hamburger-top-line.hamburger-line-top-color {
  background-color: var(--white);
}

.hamburger-top-line.line-color-one {
  background-color: #fff;
}

.perspective {
  background-image: url("/api/media/file/26-67825b17e9bf82af7863f6b9_Home-Three-Background.png?v=9203232a73f9");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1291px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.perspective.padding {
  background-image: none;
  margin-bottom: 60px;
}

.hamburger-bottom-line {
  width: 12px;
  height: 2px;
}

.hamburger-bottom-line.hamburger-line-bottom-color {
  background-color: var(--white);
}

.hamburger-bottom-line.line-color-three {
  background-color: #fff;
}

.navbar-wrapper-two {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hamburger-middle-line {
  width: 25px;
  height: 2px;
}

.hamburger-middle-line.hamburger-line-middle-color {
  background-color: var(--white);
}

.hamburger-middle-line.line-color-two {
  background-color: #fff;
}

.button-text {
  color: var(--white);
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.button-text.text-black {
  color: #11171b;
  font-size: .8rem;
}

.discover {
  color: #e9a668;
  letter-spacing: 0;
  font-family: Butler, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 65px;
}

.discover.padding-top-thirty.change-text-size {
  color: var(--fawn);
}

.home-two-rating-section {
  background-image: url("/api/media/file/23-67825b17e9bf82af7863f63c_Hotel-Design.webp?v=76f593d8c744");
  background-position: -200% 0;
  background-repeat: no-repeat;
  background-size: 961px;
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.home-two-rating-section.bg-image-off.padding-top-sixty {
  background-image: none;
}

.review-heading-text {
  text-align: center;
  text-transform: none;
  max-width: 870px;
}

.hotel-service-left-wrapper {
  flex: 1;
  max-width: 632px;
  min-height: 682px;
  position: relative;
}

.hotel-service-heading-text {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.hotel-service-right-wrapper {
  flex-direction: column;
  flex: 0 46%;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 563px;
  padding-bottom: 24px;
  display: flex;
}

.main-hotel-services {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding-top: 125px;
  display: flex;
}

.new-room-text-block {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.new-room-text-block.one {
  cursor: pointer;
  transition: color .3s;
}

.new-room-text-block.one:hover {
  color: var(--marquee-border-color);
}

.new-room-text-block.two {
  cursor: pointer;
  transition: color .3s;
}

.new-room-text-block.two:hover {
  color: var(--marquee-border-color);
}

.slider-left-wrapper {
  background-color: var(--fawn);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 45px 30px;
  display: flex;
}

.rooms-left-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.room-types-wrapper {
  justify-content: space-between;
  max-width: 500px;
  display: flex;
}

.room-types-wrapper.small-device-full-width.small-device-gap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  align-items: center;
}

.room-types-wrapper.small-device-full-width.small-device-gap.no-maxw {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
}

.home-two-portfolio {
  justify-content: space-between;
  align-items: flex-start;
  padding: 150px 15px 135px;
}

.portfolio-wrapper-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-two-navigate-experiences {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  align-items: center;
  max-width: 360px;
  padding-top: 10px;
  padding-bottom: 50px;
  display: flex;
}

.padding-bottom-eleven {
  padding-bottom: 11px;
}

.footer-left-container-one {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 680px;
  display: flex;
}

.footer-main-wrapper-one {
  justify-content: space-between;
  display: flex;
}

.review-section-small-text {
  text-align: center;
  max-width: 630px;
  padding-top: 10px;
}

.home-three-review-section {
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.profile-image-wrapper-box {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-company {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-text-wrapper.text-one {
  max-width: 320px;
}

.left-review-div {
  flex: 0 34.1%;
  max-width: 440px;
  min-height: 669px;
  position: relative;
}

.service-background {
  background-color: var(--fawn);
  padding: 140px 15px 290px;
}

.small-circle {
  background-color: #fff;
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.superior-room {
  z-index: 10;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 550px;
  padding: 10px 30px 20px;
  display: flex;
  position: absolute;
  inset: auto auto -60px;
  box-shadow: 0 4px 20px #bdbdbd33;
}

.service-heading-text {
  margin-top: 0;
}

.service-heading-text.white-color {
  text-transform: none;
}

.feature-image {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 76px;
  display: flex;
}

.new-line {
  background-color: #d2d2d2;
  width: 90px;
  height: 1px;
}

.highlights.hydro-therapy {
  color: #11171b;
  text-align: center;
  padding-top: 15px;
  font-size: 24px;
  line-height: 30px;
}

.highlights.first-information {
  font-size: 24px;
  line-height: 30px;
}

.title-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: flex;
}

.superior-room-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-section {
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.img-one {
  width: 100%;
}

.img-one.auto-fit {
  border-radius: 0;
}

.superior-heading-text {
  margin-bottom: 0;
}

.service-text-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-one-service-container {
  max-width: 1334px;
}

.service-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.page-review {
  padding: 0 15px 150px;
  overflow: hidden;
}

.page-review.top {
  padding-top: 0;
}

.client-img {
  border-radius: 100%;
}

.service-line {
  background-color: #fff;
  width: 300px;
  height: 1px;
  margin-top: 32px;
}

.first-features {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.service-text-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.new-room-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 43px;
  display: flex;
}

.first-text-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  max-width: 520px;
  display: flex;
}

.room-service-about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-review-section-block {
  flex: 0 51.47%;
  max-width: 643px;
  padding-top: 60px;
}

.service-slider-div {
  display: none;
  position: relative;
  top: -220px;
}

.page-review-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.correct-point-one {
  background-color: var(--fawn);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 7px;
  display: flex;
}

.hero-heading-div {
  max-width: 1200px;
}

.first-inner-point {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.correct-points {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.recent-works-heading-text {
  text-transform: none;
  margin-top: 0;
}

.about-page-hero-section-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.review-container {
  max-width: 1290px;
}

.small-text {
  padding-top: 6px;
}

.welcom-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.total-rate {
  border-right: 1px solid #dadada;
  padding: 50px 46px 46px;
}

.hero-banner-image-three {
  z-index: -1;
  position: absolute;
  inset: auto 0% 5% auto;
}

.padding-top-twenty {
  padding-top: 20px;
}

.text-align-center {
  text-align: center;
}

.recent-works {
  overflow: hidden;
}

.image-three {
  border-radius: 300px;
  width: 100%;
  height: 100%;
}

.review-image-one {
  flex: 0 100%;
  max-width: 221px;
  min-height: 470px;
  position: relative;
}

.review-image-one.small-device-full-width {
  min-height: 470px;
  max-height: 221px;
}

.rate {
  color: #11171b;
  letter-spacing: 0;
  font-family: Butler, sans-serif;
  font-size: 3.4375rem;
  font-weight: 400;
  line-height: 4.0625rem;
}

.about-two-hero-section {
  background-color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url("/api/media/file/84-678a36b70bbe7dc9479f1f7b_Kopie-von-Bild-387.jpg?v=9ba69949add8");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 15px;
  padding-right: 15px;
}

.image-marquee-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.review-left-div {
  flex: 0 51%;
  padding-top: 22px;
}

.review-left-div.padding {
  padding-right: 60px;
}

.step-into-luxury {
  padding: 150px 15px;
  overflow: hidden;
}

.hero-banner-image-one {
  z-index: -1;
  position: absolute;
  inset: 50% auto auto 0%;
}

.hero-banner-image-one.hero-image-off {
  display: none;
}

.inner-grid-one {
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hotel-room-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.welcome-line {
  background-color: #d2d2d2;
  width: 90px;
  height: 1px;
}

.review-heading.review-heading-text-center {
  text-transform: none;
}

.main-hotel-rooms-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.review-image-two {
  flex: 0 100%;
  max-width: 300px;
  min-height: 642px;
  position: relative;
}

.review-image-two.small-device-full-width {
  min-height: 630px;
}

.review-right-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 0 42%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.review-right-div.hide {
  display: none;
}

.right-review-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.animation-line {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
}

.about-page-review {
  padding: 150px 15px;
  overflow: hidden;
}

.hero-heading-span-tag {
  color: var(--fawn);
}

.service-div-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.hotel-rooms-left-div {
  flex: 1;
  max-width: 520px;
  min-height: 729px;
  position: relative;
}

.worldwide-rating {
  justify-content: flex-start;
  align-items: center;
  max-width: 555px;
  display: flex;
  box-shadow: 0 4px 20px #bdbdbd33;
}

.hero-main-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 270px;
  padding-bottom: 514px;
  display: flex;
  position: relative;
}

.about-review-wrapper {
  justify-content: space-between;
  display: flex;
}

.room-heading-text {
  text-transform: none;
}

.paragraph-div-block {
  padding-top: 5px;
  padding-bottom: 45px;
}

.grid-overlay {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.grid-overlay.one {
  z-index: 5;
  background-image: linear-gradient(#fff0, #000000e6);
}

.grid-template-text {
  max-width: 334px;
  color: var(--white);
  padding-top: 7px;
  font-size: 16px;
}

.hotel-rooms {
  padding: 150px 15px;
  overflow: hidden;
}

.template-message {
  z-index: 8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto auto 40px 40px;
}

.hotel-rooms-right-div {
  flex: 0 49%;
}

.work-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.work-wrapper.idc {
  padding-bottom: 0;
}

.stars {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.delux-room-image-one {
  flex: 1;
  max-width: 300px;
  min-height: 201px;
  position: relative;
}

.main-point-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.fullscreen-menu {
  z-index: 9999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-layout {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-links {
  z-index: 2;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  background-color: var(--fawn);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 40%;
  padding: 5vh 4vw 10vh;
  display: flex;
  position: relative;
}

.menu-brand {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-main-links {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 20vw;
  display: flex;
  position: relative;
}

.menu-main-link {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 2vh;
  padding-bottom: 1vh;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.menu-main-link:hover {
  color: var(--white);
  font-weight: 600;
}

.hide-in-tablet {
  order: 1;
}

.menu-contact-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.menu-rooms {
  z-index: 2;
  grid-row-gap: 4vh;
  background-color: var(--fawn);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  padding: 5vh 4vw 10vh;
  display: flex;
  position: relative;
}

.menu-close {
  z-index: 2;
  background-color: var(--fawn);
  cursor: pointer;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  min-width: 9%;
  padding: 40px 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-rooms-wrap {
  flex: 1;
  width: 100%;
  display: flex;
}

.menu-rooms-list {
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.menu-room-link-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2vh 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-room-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.menu-room-content {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-room-overlay-color {
  background-color: var(--black);
  opacity: .6;
  mix-blend-mode: multiply;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.menu-close-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.nav-menu-button-icon {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 3vw;
  height: 1em;
  display: none;
  position: relative;
  overflow: hidden;
}

.menu-button-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.menu-delay-for-animation {
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu-background {
  z-index: 1;
  background-color: #0e1824;
  position: absolute;
  inset: 0%;
}

.cover-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.faq-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.campaigns {
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.fawn-color {
  color: var(--fawn);
}

.about-three-right-arrow-off {
  display: none;
}

.about-three-hero-section-paragraph {
  color: var(--paragraph-text-color);
}

.campaign-small-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.hero-paragraph-div-block {
  max-width: 510px;
}

.about-three-tag {
  color: var(--white);
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.campaign-right-box {
  flex: 0 49%;
}

.about-three-hero-slider-contain-main-wrap {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.campaign-container {
  max-width: 1290px;
}

.minus-line {
  background-color: #1e2020;
  width: 15px;
  height: 3px;
}

.unique-section-container {
  max-width: 1310px;
}

.unique-idea {
  padding: 124px 15px 150px;
  overflow: hidden;
}

.campaign-inner-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.about-three-heading {
  color: #fff;
  text-transform: uppercase;
}

.about-three-main-wrap {
  position: relative;
  overflow: hidden;
}

.faq-small-box {
  flex-flow: column;
  padding-top: 36px;
  display: flex;
}

.faq-image {
  flex: 1;
  max-width: 520px;
  min-height: 791px;
  position: relative;
}

.campaign-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-three-hero-overlay {
  z-index: 2;
  background-image: linear-gradient(87deg, #030306 16%, #03030600), linear-gradient(#000000a1, #0000);
  position: absolute;
  inset: 0%;
}

.about-three-hero-slider-contain-image-block {
  z-index: 1;
  background-image: url("/api/media/file/32-67825b17e9bf82af7863f6f6_Client-Section-Bg-Image.webp?v=b35e9d43fcc2");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-three-hero-slider-contain-image-block.image-one {
  background-image: url("/api/media/file/79-678a2e5ba8239ad246574348_Bild-47.jpg?v=8c1ea3e509ef");
  background-position: 0 0;
  background-size: cover;
}

.small-left-box {
  border-top: 1px solid #000;
  flex: 1;
  max-width: 300px;
}

.image-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 74px;
  display: grid;
}

.small-paragraph-div-block {
  padding-top: 6px;
}

.faq-right-div {
  flex: 0 50%;
}

.inner-paragraph-text-width {
  max-width: 651px;
}

.campaign-text {
  text-transform: none;
}

.main-text-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.campaign-left-box {
  flex: 1;
  max-width: 517px;
  min-height: 666px;
  position: relative;
}

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

.container-small.container-position {
  z-index: 3;
  position: relative;
}

.about-three-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.tick-box {
  background-color: var(--fawn);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: none;
}

.frequently-asked-question {
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.question-text-block {
  cursor: pointer;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 25px 12px;
  display: flex;
}

.question-text-block.block-one {
  padding: 16px 0 13px;
}

.faq-container {
  max-width: 1300px;
}

.heading-wrapper {
  padding-top: 15px;
}

.campaign-heading-text-block {
  padding-bottom: 17px;
}

.inner-left-text {
  flex: 0 37%;
}

.room-service-div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 355px;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 15px 48px #d7d7d759;
}

.room-service-div-block.second-move {
  margin-top: 30px;
}

.room-service-div-block.first-move {
  margin-bottom: 30px;
}

.inner-right-text {
  flex-flow: column;
  flex: 0 54%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-title.center {
  text-transform: none;
}

.about-three-hero-slider-contain-text-block {
  flex-flow: column;
  flex: 0 75%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.new-point {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-paragraph-text {
  text-align: center;
}

.about-three-left-arrow-off {
  display: none;
}

.about-three-wrap {
  background-color: #000;
  padding-top: 264px;
  padding-bottom: 170px;
}

.utility-page-main-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  padding: 200px 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar-menu-font {
  color: var(--primary-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  text-decoration: none;
}

.navbar-menu-font.change-text-clolor-white {
  font-size: 13px;
}

.navbar-menu-font.change-text-clolor-white.sub {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--text-span);
}

.navbar-menu-font.sub {
  border-bottom: 1px solid var(--fawn);
}

.change-text-clolor-white {
  color: #fff;
}

.nav-bar-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-bar-menu.change-navigation-three-menu-width {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.nav-bar-menu.change-navigation-three-menu-width.home-three-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.nav-bar-menu.change-navigation-three-menu-width.padding {
  justify-content: center;
  align-items: center;
}

.main-menu-wrap.difference {
  margin-top: 20px;
  margin-bottom: 20px;
}

.right-nav-box {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slider {
  background-color: #ddd0;
  align-self: center;
  height: 100%;
}

.slider-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  height: 100%;
  display: flex;
}

.left-slider-box {
  align-self: center;
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.centre-slider-box {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 300%;
  height: 631px;
  display: flex;
  overflow: hidden;
}

.right-slider-box {
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.mask-two {
  width: 100vw;
  height: 100%;
}

.slide-image {
  object-fit: cover;
  height: 100%;
}

.left-arrow-three, .right-arrow-three {
  display: none;
}

.slider-navigation {
  z-index: 2;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  width: 8%;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 64%;
}

.slide-nav-two {
  z-index: 3;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  width: 8%;
  height: auto;
  display: flex;
  top: auto;
  bottom: 4%;
  left: 35%;
}

.number-block-one {
  color: var(--white);
  position: relative;
}

.number-block-two, .number-block-three {
  color: var(--white);
}

.stricke-through {
  background-color: var(--fawn);
  width: 30px;
  height: 2px;
  position: absolute;
  top: 40%;
  transform: translate(-7px, 2px)rotate(-30deg);
}

.text-white {
  color: #fff;
}

.contact-btn-wrapper-div {
  padding-top: 40px;
}

.heading-six {
  color: var(--primary-color);
  text-transform: none;
  font-size: 20px;
}

.heading-six.change-text-clolor-white {
  color: var(--white);
}

.heading-six.mobile-landscape-text-center {
  text-transform: none;
}

.inner-style-text-wrapper {
  max-width: 712px;
  padding-top: 7px;
}

.animation-color-bg {
  z-index: 15;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.animation-color-bg.spa-animation-bg-color {
  background-color: #fff7ef;
}

.small-text-width {
  max-width: 647px;
}

.blog-number {
  color: #e9a668;
  letter-spacing: 0;
  padding-top: 15px;
  font-family: Butler, sans-serif;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 3.4375rem;
}

.text-center {
  text-align: center;
}

.wrapper-text {
  color: var(--secondary-color);
}

.style-wrapper-container {
  max-width: 1290px;
}

.parallax-animation {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.parallax-animation.second-copy.last {
  width: 607px;
}

.first-inner-box {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 34px;
  display: flex;
  position: relative;
}

.first-inner-box.border-bottom {
  border-bottom: 1px solid #efefef;
}

.image-animation-trigger {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.first-small-text-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-arrow-btn {
  border: 1px solid #e9a668;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.service-details-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.home-navbar-container {
  max-width: 1290px;
}

.profile-two-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 410px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 34px 20px 40px;
  transition: box-shadow .35s;
  display: flex;
}

.profile-two-box:hover {
  box-shadow: 0 15px 48px #d7d7d759;
}

.profile-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.slider-nav {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: none;
  position: absolute;
  inset: 124% 0% 0%;
}

.slider-tab {
  background-color: #e2e2e2;
  width: 30px;
  height: 2px;
}

.slider-nav-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.slide-wrapper {
  background-color: #ddd0;
  height: 100%;
  display: none;
}

.slider-mask {
  max-width: 630px;
  height: 100%;
  overflow: visible;
}

.slide-item {
  margin-right: 30px;
}

.slide-nav-3 {
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: none;
  inset: 124% 0% 0%;
}

.slider-arrow-off {
  display: none;
}

.plus-line {
  background-color: #1e2020;
  width: 3px;
  height: 15px;
  position: absolute;
  inset: 14% 0% 0% 43%;
}

.box {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.right-image {
  flex: 0 29%;
  min-height: 466px;
  position: relative;
}

.service-two-new-counter {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overflow-none {
  overflow: hidden;
}

.overflow-none.padding-bottom-five {
  padding-bottom: 10px;
}

.client-section-left {
  flex: 1;
  max-width: 629px;
  min-height: 719px;
  position: relative;
}

.inner-nav-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.first-line {
  background-color: var(--white);
  width: 20px;
  height: 1.7px;
}

.first-line.dark {
  background-color: var(--black);
}

.second-line {
  background-color: var(--white);
  width: 25px;
  height: 1.7px;
}

.second-line.dark {
  background-color: var(--black);
}

.third-line {
  background-color: var(--white);
  width: 12px;
  height: 1.7px;
}

.third-line.dark {
  background-color: var(--black);
}

.service-three-accordian {
  z-index: 10;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 52%;
  margin-left: 0;
  margin-right: -100px;
  padding: 50px 60px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 48px #d7d7d759;
}

.about-page-inner-container {
  max-width: 1290px;
}

.text-wrapper {
  flex: 0 45%;
}

.page-button {
  background-color: var(--fawn);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.page-button:hover {
  transform: scale(.94);
}

.page-button.small-device-button-off {
  background-color: #9ea899;
  padding: 7px 25px;
}

.page-button.small-device-button-off.maring_top {
  display: none;
}

.page-button.small-device-button-off.whitebutton {
  background-color: var(--white);
}

.page-button.buchen {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
}

.pricing-page-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-nav-container {
  max-width: 1290px;
}

.hamburger-one {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 15px;
  display: flex;
}

.pricing-page-navbar {
  background-color: #fff;
  padding: 5px 11px;
  position: fixed;
  inset: 0% 0% auto;
}

.three-d-block {
  z-index: 8;
  perspective: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.three-d-trigger {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 115%;
  display: flex;
  position: absolute;
}

.service-slider-main-wrapper {
  width: 100%;
  margin-top: -220px;
}

.service-slider-train {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hotel-room {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.spa-section-six {
  background-color: #fff7ef;
  background-image: url("/api/media/file/41-67825b17e9bf82af7863f7e3_New-Leaf.png?v=d2f3b415d62e"), url("/api/media/file/37-67825b17e9bf82af7863f7d6_Spa-Image-Two.png?v=c1226f75c5f8");
  background-position: 0 100%, 135% -13%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 672px;
  padding: 143px 15px 130px;
}

.spa-section-six.bg-image-off {
  background-color: #fff7ef00;
  background-image: none;
}

.cloud-image {
  width: 100%;
  position: relative;
}

.spa-image-one {
  filter: brightness(0%);
}

.spa-body-text {
  text-align: center;
}

.spa-heading-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 80px;
}

.spa-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
}

.spa-banner-dots {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.small-round-div {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.flex-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.spa-banner-wrapper {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lotus-image {
  position: absolute;
}

.lotus-image.display-off {
  display: none;
}

.spa-care-image {
  max-width: 630px;
  min-height: 617px;
  position: relative;
}

.spa-care-image.one {
  width: 100%;
  max-width: 520px;
}

.spa-banner-section {
  background-image: linear-gradient(#00000080, #00000080), url("/api/media/file/219-6807baea222267493a9bc51e_Bild-11-1-.JPG?v=a982ae6fcfd0");
  background-position: 0 0, 90%;
  background-size: auto, 140%;
  background-attachment: scroll, fixed;
  padding: 230px 15px 150px;
  position: relative;
}

.spa-inner-section {
  padding: 150px 15px;
}

.padding-bottom-twenty {
  padding-bottom: 20px;
}

.grid-first-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px 80px;
  transition: all .4s;
  display: flex;
}

.grid-first-box:hover {
  background-color: #e9a668;
}

.grid-first-box.box-one:hover {
  background-color: var(--fawn);
}

.three-circle-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.commitment {
  text-align: center;
  max-width: 810px;
  font-weight: 300;
}

.spa-inner-text {
  flex-flow: column;
  flex: 0 48%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.second-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.cloud-marquee-train {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spa-image {
  flex: 1;
  max-width: 550px;
  min-height: 729px;
  position: relative;
}

.spa-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cloud-marquee-wrapper {
  position: absolute;
  inset: auto 0% -1%;
  overflow: hidden;
}

.spa-main-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.aroma-therapy {
  max-width: 420px;
  padding-top: 12px;
}

.aroma-therapy.align-items {
  align-self: center;
}

.spa-image-block {
  flex: 1;
  max-width: 739px;
  min-height: 824px;
  position: relative;
}

.new-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.marquee-div {
  display: flex;
}

.first-column-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  padding-top: 138px;
  display: flex;
}

.spa-page-heading {
  margin-bottom: 0;
  font-weight: 300;
}

.spa-page-heading.title-align-center {
  text-transform: none;
}

.spa-banner-line {
  background-color: #f5eaea;
  width: 1px;
  height: 49px;
}

.spa-care-new-text {
  padding-top: 12px;
}

.first-massage-package.spa-last-box {
  padding-left: 110px;
}

.spa-page-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.therapy-section {
  background-image: url("/api/media/file/38-67825b17e9bf82af7863f7db_Spa-Page-Leaf-Image.png?v=7bbb4f81ab09");
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 15px;
}

.spa-image-banner-logo {
  filter: invert();
  object-fit: contain;
  min-width: 200px;
}

.blog-one-main-post-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.blog-one-circle-button {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
  position: absolute;
  inset: 30px 33px auto auto;
}

.blog-one-data-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.blog-page-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 1300px;
}

.room-service-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-post-top-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.box-line {
  background-color: #cbcbcb;
  width: 36px;
  height: 1px;
}

.blog-one-plus-img {
  z-index: 2;
  height: auto;
  position: relative;
}

.blog-one-pic-block {
  overflow: hidden;
}

.blog-one-masnory-thumb-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-one-heading {
  text-align: center;
  text-transform: none;
  max-width: 928px;
  font-weight: 300;
}

.blog-page-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-one-date-read-block {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.blog-one-post-section {
  padding: 145px 15px 122px;
}

.blog-page-banner-one {
  background-image: linear-gradient(#00000080, #00000080), url("/api/media/file/87-678a36b8280cc1de30504e24_Kopie-von-Bild-373.jpg?v=7e65bc9fdd0c");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 250px 15px 150px;
}

.blog-one-circle-base {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  position: absolute;
}

.blog-one-main-post {
  flex: 0 49%;
  max-width: 630px;
}

.blog-one-masnory-thumb {
  height: auto;
}

.blog-one-masnory-thumb.small-device-image-full-width {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.new-client-review {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.user-reading-time {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #cfcfcf;
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.blog-details-banner {
  background-image: url("/api/media/file/background-image.svg?v=b823ec7f9525");
  background-position: 0 0;
  background-size: cover;
  padding: 250px 15px 275px;
  position: relative;
  overflow: hidden;
}

.profile-image-two {
  border: 7px solid #fff;
  border-radius: 100%;
  flex: none;
}

.profile-image-two.drop-shadow-copy {
  width: 50px;
  height: 50px;
  box-shadow: 0 1px 16px #0000001c;
}

.page-reading-time {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  padding-left: 137px;
  display: flex;
}

.page-reading-time.new-time {
  padding-left: 80px;
}

.reading-time {
  padding-bottom: 30px;
}

.information-section {
  padding: 50px 15px 90px;
}

.margin-top-five {
  margin-top: 5px;
}

.blog-details-heading-text {
  max-width: 765px;
}

.blog-date {
  margin-bottom: 0;
}

.blog-details-heading {
  z-index: 20;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.blog-details-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-page-heading-one {
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 0;
}

.gallery-text-block {
  padding-bottom: 30px;
}

.gallery-image-one {
  object-fit: cover;
}

.gallery-image-one.banner-image-full-width {
  width: 100%;
}

.gallery-page-heading-two {
  color: #11171b;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 6.25rem;
  font-weight: 300;
  line-height: 6.875rem;
}

.gallery-banner-image {
  object-fit: cover;
}

.banner-left-image {
  flex: 0 41%;
  max-width: 520px;
}

.text-block-twelve {
  color: #11171b;
  text-transform: uppercase;
  font-family: Butler, sans-serif;
  font-size: 6.25rem;
  font-weight: 300;
  line-height: 6.875rem;
}

.background-video-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery-section {
  padding: 125px 15px 150px;
}

.gallery-banner-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.galler-page-banner {
  background-color: var(--white);
  padding: 210px 15px 150px;
}

.banner-right-text-wrapper {
  flex: 0 49%;
  max-width: 630px;
}

.gallery-page-line {
  background-color: #000;
  width: 148px;
  height: 1px;
}

.premium-rooms {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  display: flex;
}

.home-two-image-wrapper {
  width: 100%;
  position: relative;
}

.new-image {
  object-fit: cover;
}

.new-image.one {
  opacity: 1;
  width: 100%;
}

.new-image.two {
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.room-details-wrap {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border-left: 2px solid #4f4c4c;
  flex-flow: column;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  display: flex;
}

.room-details-wrap.two {
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.text-main-wrapper {
  position: relative;
}

.home-two-paragraph-text {
  color: var(--paragraph-color);
  padding-bottom: 20px;
}

.home-two-paragraph-text.white {
  color: var(--progress-bar-color);
  text-align: center;
}

.suit-line {
  background-color: var(--line);
  width: 100%;
  height: 1px;
}

.first-suite {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sticky-heading-text {
  text-transform: none;
}

.image-marquee-train {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-hotel-image {
  object-fit: cover;
  width: 100%;
}

.paragraph-seven {
  padding-bottom: 13px;
}

.paragraph-six {
  padding-bottom: 11px;
}

.room-details-paragraph-text {
  text-align: center;
  max-width: 502px;
  padding-bottom: 40px;
}

.room-details-banner {
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.first-detail-point {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-banner-image {
  object-fit: cover;
  height: 100%;
}

.round-shape {
  background-color: var(--fawn);
  border-radius: 100%;
  width: 18px;
  height: 18px;
}

.room-details-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.information-four {
  padding-top: 10px;
}

.first-information-block {
  padding-bottom: 30px;
}

.heading-text-three {
  max-width: 1063px;
  padding-bottom: 27px;
}

.information-three {
  max-width: 1160px;
}

.room-details-heading-text {
  text-align: center;
  text-transform: uppercase;
}

.room-page-bg-color {
  background-color: #fbe2cc;
  height: 823px;
  position: absolute;
  inset: 0% 0% auto;
}

.room-page-bg-color.small-device-color-off {
  background-color: var(--white);
}

.inner-details-section {
  padding: 88px 15px 105px;
}

.other-details {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  padding-bottom: 65px;
  display: flex;
}

.room-booking-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.catagpry {
  justify-content: center;
  align-items: center;
  display: flex;
}

.room-catagory-image {
  flex: 0 43%;
  overflow: hidden;
}

.room-no-51 {
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.room-page-first-image {
  object-fit: cover;
}

.room-page-first-image.image-full-height {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.room-page-first-image.image-full-height.positioning {
  object-position: 0% 50%;
}

.room-page-inner-text {
  max-width: 500px;
  color: var(--secondary-color);
  padding-bottom: 0;
}

.room-booking-paragraph-text {
  text-align: center;
}

.room-booking-paragraph-text.white-color {
  color: var(--text-block-color);
}

.description {
  color: var(--black);
  text-transform: uppercase;
  padding-top: 1em;
  font-family: Butler, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.booking-page-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.booking-page-wrapper.box-one {
  align-items: center;
}

.main-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.catagory {
  display: flex;
}

.small-room-heading-text {
  margin-top: 0;
  font-weight: 400;
}

.rent {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #e6e6e6;
  flex-flow: column;
  padding-bottom: 30px;
  display: none;
}

.room-no-52 {
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.junior-room {
  flex-flow: column;
  flex: 0 49%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.room-booking-heading-text {
  text-align: center;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.first-catagory {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.first-catagory.padding-left-fourty {
  padding-left: 40px;
}

.first-catagory.padding-left-fourty.border-left {
  border-left-width: 1px;
  border-left-color: #ccc;
}

.first-catagory.padding-right-fourty {
  padding-right: 40px;
}

.first-catagory.padding-right-fourty.border-right {
  border-right: 1px solid #ccc;
  justify-content: center;
  align-items: center;
}

.new-text {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Butler, sans-serif;
  font-size: 15px;
  line-height: 32px;
}

.booking-page {
  background-color: var(--fawn);
  padding: 210px 15px 130px;
}

.home-three-marquee-wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-marquee-train {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-marquee-train.hide {
  display: none;
}

.get-in-touch {
  background-color: #f6f6f6;
  padding: 117px 15px 137px;
}

.get-in-touch.hide {
  display: none;
}

.contact-banner-text {
  color: #fff;
  text-align: center;
  max-width: 600px;
}

.contact-one-heading {
  text-align: center;
  text-transform: none;
}

.contact-one-section {
  background-image: linear-gradient(#00000080, #00000080), url("/api/media/file/77-678a2e5aa58f766d81e95c0a_Bild-66.jpg?v=7b5edb25ae1e");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 213px 15px 132px;
  overflow: hidden;
}

.contact-one-banner-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 830px;
}

.contact-one-text-field {
  color: var(--secondary-color);
  border: 1px solid #cfd0d1;
  margin-bottom: 0;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 30px;
}

.contact-one-name-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.contact-one-name-company-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
}

.contact-one-name-company-block.second-block, .contact-one-name-company-block.third-block {
  padding-top: 10px;
}

.contact-one-paragraph {
  text-align: center;
  text-transform: none;
}

.textarea {
  border: 1px solid #cfd0d1;
  min-height: 123px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 27px;
  padding-left: 25px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.contact-form-text-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-text-wrapper.text-wrapper {
  max-width: 100%;
}

.contact-one-submit-button {
  background-color: var(--fawn);
  color: var(--primary-color);
  letter-spacing: .02rem;
  text-transform: uppercase;
  padding: 10px 133px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.contact-one-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-details-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.service-details-container.container-position {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-contact-wrapper {
  background-color: #fff;
  padding: 45px 130px 75px;
  box-shadow: 0 4px 36px #0000001a;
}

.submit {
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.contact-two-banner-section {
  background-image: linear-gradient(#00000080, #00000080), url("/api/media/file/153-67f803f6330d623b7d4d1a70_Bild-277.jpg?v=ddef464eb2f6");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 200px 15px 150px;
}

.contact-two-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.new-contact-details {
  background-color: #fff;
  border-radius: 10px;
  flex: 0 50%;
  max-width: 630px;
  padding: 35px 50px 65px;
}

.submit-button-center {
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.company-details {
  padding: 140px 15px 130px;
}

.contact-us-page-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-one-paragraph-one {
  text-align: center;
  text-transform: capitalize;
  max-width: 440px;
}

.contact-two-video-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-two-banner-text {
  max-width: 430px;
  color: var(--paragraph-text-color);
  padding-top: 10px;
}

.chat-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 28%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.time-details {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-two-button {
  background-color: var(--fawn);
  color: var(--black);
  letter-spacing: .02rem;
  text-transform: uppercase;
  padding: 10px 133px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.main-contact-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 45px;
  display: grid;
}

.contact-two-text-wrapper {
  flex-flow: column;
  flex: 0 43%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-deatails-heading-text {
  text-align: center;
}

.support-chat-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.contact-details-wrapper.centr {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.call-details {
  margin-bottom: 0;
}

.contact-video {
  z-index: 6;
  border: 1px solid #000;
  border-radius: 48px;
  flex: none;
  position: relative;
  overflow: hidden;
}

.background-video-one {
  width: 186px;
  height: 92px;
}

.about-three-heading-text {
  text-transform: none;
}

.main-image-wrapper {
  flex-flow: column;
  display: flex;
}

.display-off, .left-arrow-six {
  display: none;
}

.service-details-slider-text {
  color: #fff;
  max-width: 450px;
}

.service-details-image-wrapper {
  display: flex;
}

.service-details-quote-slider {
  background-color: #0b0d0f;
  background-image: url("/api/media/file/56-67825b17e9bf82af7863f86a_Queto.png?v=67bdf51ea4c1");
  background-position: 75% 75%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 580px;
  height: 413px;
  padding-top: 55px;
  padding-left: 50px;
  padding-right: 50px;
}

.details-page-banner-image {
  position: relative;
}

.service-details-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-wrapper {
  position: relative;
}

.padding-top-sixteen {
  padding-top: 16px;
}

.right-arrow-six {
  display: none;
}

.details-page-banner-overlay {
  background-image: linear-gradient(100deg, #0c121329 16% 100%, #0c1213);
  position: absolute;
  inset: 0%;
}

.service-details-heading-text {
  max-width: 516px;
}

.service-details-slider-section {
  padding-top: 150px;
  padding-bottom: 275px;
}

.image-block {
  flex: 0 48%;
}

.five-star-block {
  padding-bottom: 28px;
}

.small-line-one {
  background-color: #0b0d0f;
  width: 80px;
  height: 1px;
}

.service-details-banner-text {
  text-align: center;
  max-width: 693px;
  padding-bottom: 40px;
}

.service-details-banner-heading {
  text-align: center;
  text-transform: uppercase;
}

.service-details-banner {
  padding-top: 210px;
  padding-left: 15px;
  padding-right: 15px;
}

.slide-nav-five {
  padding-top: 0;
  padding-bottom: 4.8rem;
  padding-left: 50px;
  display: flex;
}

.new-gallery-image {
  object-fit: cover;
}

.new-gallery-image.image-size {
  width: 100%;
  height: 100%;
}

.service-details-image {
  object-fit: cover;
}

.small-slider-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 70px;
  display: flex;
}

.new-hotel-room-image {
  object-fit: cover;
}

.total-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-details-slider-wrapper {
  flex: 0 48%;
  padding-top: 120px;
}

.new-counter-text {
  max-width: 587px;
  padding-bottom: 30px;
}

.service-details-counter-section {
  padding-left: 15px;
  padding-right: 15px;
}

.new-service-section {
  padding: 115px 15px 225px;
}

.new-big-image {
  padding: 224px 15px 150px;
}

.new-big-image.top {
  padding-top: 140px;
}

.big-image-container {
  max-width: 1290px;
}

.plus {
  background-color: #11171b;
  width: 3px;
  height: 15px;
  position: absolute;
}

.faq-heading-block {
  text-align: center;
  text-transform: none;
}

.icon-box {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
}

.dropdown-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.faq-text {
  max-width: 1127px;
  margin-bottom: 24px;
}

.faq_body-wrap {
  padding-bottom: 7px;
}

.minus {
  background-color: #11171b;
  width: 15px;
  height: 3px;
}

.faq-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 42px;
  display: flex;
}

.faq-small-text {
  text-align: center;
}

.room-gallery-images {
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-gallery-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.galler-box-one {
  height: 350px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.room-gallery {
  text-align: center;
  padding-bottom: 35px;
}

.big-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 54px;
  margin-bottom: 35px;
}

.not-found {
  padding-bottom: 25px;
}

.toggle-one {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

.new-list {
  background-color: #ddd0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.faq-dropdown-one {
  width: 100%;
  box-shadow: 0 5px 35px #d7d7d759;
}

.faq-dropdown-one.accordian-one {
  box-shadow: none;
  border-bottom: 1px solid #d9d9d9;
}

.new-list.home-three-accordian {
  padding-bottom: 2px;
  padding-left: 25px;
  padding-right: 0;
  display: flex;
}

.new-list.home-three-accordian.w--open {
  padding-left: 20px;
}

.bg-fawn-color {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.faq-new-answer {
  padding-top: 15px;
  padding-bottom: 20px;
}

.background-video-four {
  border-radius: 48px;
  width: 146px;
  height: 66px;
}

.new-video {
  z-index: 1;
  border: 1px solid var(--primary-color);
  border-radius: 48px;
  flex: none;
  position: relative;
}

.vartical-accordion-box-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 10%;
  height: 100%;
  display: flex;
  position: relative;
}

.vartical-accordion-box-3.active {
  z-index: 1;
  width: 70%;
}

.vartical-accordion-box-4 {
  background-color: #beab9e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 10%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 12px 0 38px #00000026;
}

.vartical-accordion-box-4.active {
  background-color: #fff0;
  width: 70%;
}

.new-accordian {
  border-bottom: 2px solid #aba7a74d;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 12px;
}

.accordion-one-dropdown-toggle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.questions-block {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.accordion-one-dropdown-contain {
  background-color: #ddd0;
  display: block;
  position: static;
  overflow: hidden;
}

.room-page-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-top-sixty {
  padding-top: 60px;
}

.contact-text-two {
  text-align: center;
  max-width: 215px;
}

.contact-text-one {
  text-align: center;
}

.aristo-logo {
  object-fit: contain;
  width: 100%;
}

.aristo-logo.white {
  filter: invert(200%);
}

.brand-one {
  padding-left: 0;
}

.brand-one.w--current {
  width: 8em;
  max-width: 8em;
}

.brand-two {
  width: 8em;
  padding-left: 0;
}

.brand-two.w--current {
  width: 10em;
}

.licensing-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.margin-bottom-twenty {
  margin-bottom: 20px;
}

.get-in-touch-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.no-margin-top {
  margin-top: 0;
}

.licensing-border {
  background-color: #c5c8cd33;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.container {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.licensing-main-wrapper {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr;
  align-items: start;
}

.licensing-text-main-wrapper {
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.license-descripition {
  max-width: 850px;
}

.license-descripition.margin-bottom-thirty {
  margin-bottom: 30px;
}

.license-descripition.margin-bottom-thirty.text-light {
  color: var(--white);
}

.license-descripition.margin-bottom-thirty.text-light.hide {
  display: none;
}

.license-hero {
  background-image: linear-gradient(#0000003d, #00000094), url("/api/media/file/100-678a36be6bd670216fa9b91e_Kopie-von-Bild-295.jpg?v=ca283e645003");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 220px;
  padding-bottom: 170px;
  overflow: hidden;
}

.license-hero.privacy {
  background-image: linear-gradient(#0000003d, #00000094), url("/api/media/file/84-678a36b70bbe7dc9479f1f7b_Kopie-von-Bild-387.jpg?v=9ba69949add8");
}

.heading-five {
  color: var(--primary-color);
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.heading-five.margin-bottom-ten {
  margin-bottom: 10px;
}

.heading-five.margin-top-bottom-fifteen {
  margin-top: 15px;
  margin-bottom: 15px;
}

.heading-five.margin-top-bottom-ten {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-five.secondary {
  color: var(--secondary-color);
}

.heading-five.hide {
  display: none;
}

.body-text-color {
  color: var(--secondary-color);
}

.heading-four {
  color: var(--primary-color);
  text-align: center;
  text-transform: capitalize;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 30px;
  line-height: 40px;
}

.heading-four.change-text-clolor-white {
  color: var(--white);
}

.heading-four.change-text-clolor-white.margin-bottom-ten {
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 27px;
}

.heading-four.text-align-center {
  text-transform: none;
}

.heading-four.text-align-center.underline {
  text-decoration: underline;
}

.heading-four.blog-one-name {
  max-width: 450px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-four.blog-one-name.left {
  text-align: left;
  text-transform: none;
}

.heading-four.margin-bottom-ten {
  margin-bottom: 10px;
}

.heading-four.underlinde {
  text-decoration: underline;
}

.text-golden {
  color: var(--fawn);
}

.text-light {
  color: var(--paragraph-text-color);
}

.faq-icon {
  position: static;
}

.white {
  filter: invert(200%);
}

.heading-57 {
  font-size: 200px;
  line-height: 200px;
}

.heading-58 {
  text-transform: none;
}

.image-2 {
  opacity: .21;
}

.div-block-151 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.image-3 {
  filter: invert();
  object-fit: contain;
  width: 120px;
  height: auto;
}

.div-block-152 {
  filter: brightness(900%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3-copy {
  filter: invert();
  object-fit: contain;
  width: 90px;
  height: auto;
}

.service-text-block-copy {
  max-width: 800px;
  color: var(--white);
  letter-spacing: 0;
}

.heading-59 {
  font-size: 20px;
  line-height: 20px;
}

.clock-booking-widget {
  background-color: #fff;
  padding: 45px 130px 75px;
  box-shadow: 0 4px 36px #0000001a;
}

.div-block-153 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.text-span-3 {
  color: var(--fawn);
}

.select-field-2 {
  background-color: var(--white);
  height: 54px;
  color: var(--secondary-color);
  font-size: 18px;
}

.link-4 {
  color: var(--text-block-color);
}

.bold-text, .text-span-4 {
  color: var(--white);
}

.description-wrapper {
  padding-right: 2em;
}

.room-no-53 {
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.room-no-61 {
  padding: 150px 15px;
}

.room-no-62 {
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.room-no-63 {
  padding: 150px 15px;
}

.room-no-71 {
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.room-no-72 {
  padding: 150px 15px;
}

.room-no-73 {
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.room-no-81 {
  padding: 150px 15px;
}

.room-no-82 {
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.room-no-83 {
  padding: 150px 15px;
}

.text-span-5, .text-span-6 {
  color: var(--white);
}

.studio-no-32, .studio-no-38, .studio-no-39, .studio-no-40 {
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.studio-no-40.padding-down {
  padding-bottom: 4em;
}

.mask-2 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.slider-2 {
  height: 100%;
  max-height: 100%;
}

.mask-3 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 20em;
  overflow: hidden;
}

.slider-3 {
  background-color: #ddd;
  border-radius: 300px;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.slide {
  max-width: 100%;
}

.slide-nav-4, .icon-20 {
  display: none;
}

.right-image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 50%;
  display: grid;
}

.grid-image {
  width: 100%;
  margin-right: 17px;
}

.grid-image.margin-up-30 {
  margin-top: -10%;
}

.image-4 {
  box-shadow: 2px 2px 5px #0003;
}

.div-block-154 {
  width: 4em;
}

.link-block {
  width: 10em;
}

.image-5 {
  width: 50%;
  margin-bottom: 40px;
}

.personenvorstellung.margin-down {
  margin-top: 10em;
  margin-bottom: 2em;
}

.persona-padding {
  padding-left: .9375em;
  padding-right: .9375em;
}

.persona-container {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.persona-container.right-image.flex {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  display: flex;
}

.persona-inner {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.persona-inner.left-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.persona-image-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35em;
  display: flex;
}

.persona-text-holder, .persona-image, .image-6 {
  width: 100%;
  height: 100%;
}

.image-6.square {
  aspect-ratio: 1;
  object-fit: cover;
}

.einleitung-heading {
  width: 100%;
}

.heading-60 {
  text-transform: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-155 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-cc-prefs_title {
  color: #343633;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_button {
  background-color: var(--fawn);
  opacity: 1;
  min-width: 7rem;
  color: var(--white);
  text-align: center;
  border-radius: 999rem;
  margin-left: 1rem;
  padding: .125rem 1.25rem;
  font-size: .9rem;
  transition: color .3s;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #343633;
  -webkit-text-stroke-color: #9ea700;
  background-color: #f5f5f500;
  border-style: none;
  min-width: 7rem;
  text-decoration: underline;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-size: .8em;
  text-decoration: none;
}

.fs-cc-prefs_component-4 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  padding: 0;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_form {
  background-color: var(--white);
  border-radius: 0;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
  box-shadow: 2px 2px 5px #0003;
}

.fs-cc-prefs_label {
  color: #343633;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-manager_trigger {
  display: none;
}

.pr-ferenzen {
  color: #494949;
  cursor: pointer;
  text-decoration: underline;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_text {
  color: #343633;
  font-size: .75rem;
}

.fs-cc-banner_text-link {
  color: #343633;
  -webkit-text-stroke-color: #0085ca;
  border-bottom: 2px solid #343633;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.fs-cc-banner_text-link.hide {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--fawn);
  background-color: var(--fawn);
  color: var(--white);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--fawn);
  color: var(--black);
  -webkit-text-stroke-color: #9ea700;
  background-color: #b0b0b000;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 1em 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_close {
  z-index: 1;
  background-color: var(--fawn);
  color: #333;
  cursor: pointer;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-manager_component-2 {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-manager_icon {
  width: 1.8rem;
  height: 1.8rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.link-5 {
  text-decoration: underline;
}

.slide-sizing {
  width: 100%;
  height: 40em;
}

.slide-sizing.slide-1-no-38 {
  background-image: url("/api/media/file/150-67f802e3f12a741b6841ded3_Kopie-von-Bild-102.JPG?v=2917015155a8");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-2-no-38 {
  background-image: url("/api/media/file/114-678a370ff2a2f7e686dc677d_Kopie-von-Bild-129.jpg?v=11ffb876eeae");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide1_no32 {
  background-image: url("/api/media/file/149-67f8025cb30ef1c439ba22b8_Kopie-von-Bild-50.JPG?v=1fb44e072218");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide2_no32 {
  background-image: url("/api/media/file/148-67f8025c149cf29dab4b3853_Isarcus-No.32-4.JPG?v=22563377814f");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide3_no32 {
  background-image: url("/api/media/file/147-67f8025b7472b7ddab5799fa_Kopie-von-Bild-43-3.JPG?v=ebae64a87cc9");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide4_no32 {
  background-image: url("/api/media/file/78-678a2e5b8866a7d37c098ad5_Bild-54.jpg?v=4004836b8881");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide5_no32 {
  background-image: url("/api/media/file/71-678a2e56f1da45ed6e775a0e_Bild-73.jpg?v=93fa29c80c06");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide6_no32 {
  background-image: url("/api/media/file/66-678a2e55a8ad3a0385b7d77e_Bild-57.jpg?v=549504ace987");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide7_no32 {
  background-image: url("/api/media/file/67-678a2e55c194a7dd034ba63b_Bild-25.jpg?v=a3bf9fb92edf");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide8_no32 {
  background-image: url("/api/media/file/64-678a2e532da36f10facd1d50_Bild-52.jpg?v=037c5bc16e72");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-3-no-38-copy {
  background-image: url("/api/media/file/150-67f802e3f12a741b6841ded3_Kopie-von-Bild-102.JPG?v=2917015155a8");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-3-no-38 {
  background-image: url("/api/media/file/113-678a370fa8239ad24660c13c_Kopie-von-Bild-121.jpg?v=68c3700093c1");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-4-no-38 {
  background-image: url("/api/media/file/112-678a370f3df2f575a9ec3290_Kopie-von-Bild-127.jpg?v=126274205472");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-5-no-38 {
  background-image: url("/api/media/file/111-678a370eeeb15c512f1fd20a_Kopie-von-Bild-116.jpg?v=07f475e88e99");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-6-no-38 {
  background-image: url("/api/media/file/110-678a370ecc02a4661957ed30_Kopie-von-Bild-122.jpg?v=f9389a85f23b");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-7-no-38 {
  background-image: url("/api/media/file/98-678a36be3c3a025749b15676_Kopie-von-Bild-364.jpg?v=6ba328a8e3d7");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-1-no-39 {
  background-image: url("/api/media/file/151-67f8036e3724fd566edb2bf3_Isarcus-No.39-13.jpg?v=fba259f70eed");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-2-no-39 {
  background-image: url("/api/media/file/149-67f8025cb30ef1c439ba22b8_Kopie-von-Bild-50.JPG?v=1fb44e072218");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-3-no-39 {
  background-image: url("/api/media/file/147-67f8025b7472b7ddab5799fa_Kopie-von-Bild-43-3.JPG?v=ebae64a87cc9");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-4-no-39 {
  background-image: url("/api/media/file/78-678a2e5b8866a7d37c098ad5_Bild-54.jpg?v=4004836b8881");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-5-no-39 {
  background-image: url("/api/media/file/76-678a2e5aa3898df2c37d8fb2_Bild-53.jpg?v=d248cea6bc9d");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-6-no-39 {
  background-image: url("/api/media/file/71-678a2e56f1da45ed6e775a0e_Bild-73.jpg?v=93fa29c80c06");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-7-no-39 {
  background-image: url("/api/media/file/66-678a2e55a8ad3a0385b7d77e_Bild-57.jpg?v=549504ace987");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing.slide-8-no-39 {
  background-image: url("/api/media/file/64-678a2e532da36f10facd1d50_Bild-52.jpg?v=037c5bc16e72");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._40_1 {
  background-image: url("/api/media/file/152-67f803f6179850ad5d031a6b_Kopie-von-Bild-82-2.JPG?v=37e4dbedb82e");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._40-2 {
  background-image: url("/api/media/file/153-67f803f6330d623b7d4d1a70_Bild-277.jpg?v=ddef464eb2f6");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._40-3 {
  background-image: url("/api/media/file/106-678a36c985fb0a8f1fb05260_Kopie-von-Bild-98.jpg?v=e557269849bb");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._40-4 {
  background-image: url("/api/media/file/105-678a36c8e69c84bfc7df2cda_Kopie-von-Bild-92.jpg?v=6d344d7d92ff");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._40-5 {
  background-image: url("/api/media/file/81-678a2e63f15c238d249de733_Bild-83.jpg?v=fcee7f252fee");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._40-6 {
  background-image: url("/api/media/file/73-678a2e57ac5751c25dbdccd9_Bild-86.jpg?v=c2007a701ff4");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._40-7 {
  background-image: url("/api/media/file/70-678a2e56b95f6f607feac28b_Bild-81.jpg?v=fafd97b90f01");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._40-8 {
  background-image: url("/api/media/file/68-678a2e560cbc5c997540badd_Bild-88.jpg?v=1cfea6106147");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._51-1 {
  background-image: url("/api/media/file/158-67f8048bae6aa4c287ebf8de_Bild-1.jpg?v=29ae17e7258d");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._51-2 {
  background-image: url("/api/media/file/162-67f8048e901110160df093ec_Kopie-von-Bild-230.JPG?v=232890dc6101");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._51-3 {
  background-image: url("/api/media/file/161-67f8048de82825e6a976ef8e_Bild-369.JPG?v=585364814dc5");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._51-4 {
  background-image: url("/api/media/file/160-67f8048d39adddab1c4944a0_Kopie-von-Bild-231.JPG?v=2fba5913aa06");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._51-5 {
  background-image: url("/api/media/file/159-67f8048d0c77c86f89555ea7_Bild-6-2.JPG?v=de8fc5fa7ebb");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._51-6 {
  background-image: url("/api/media/file/156-67f8048b7f2b81a87c008b71_Kopie-von-Bild-236.jpg?v=441ffb5e5f0c");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._51-7 {
  background-image: url("/api/media/file/155-67f8048b6550c522acddc49a_Kopie-von-Bild-229.jpg?v=32b0f12e60c9");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._51-8 {
  background-image: url("/api/media/file/154-67f8048b5d7ab684bc4b8928_Bild-4-1-.jpg?v=864980f1ee58");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._51-9 {
  background-image: url("/api/media/file/157-67f8048b885942b08f6ad5e1_Kopie-von-Bild-226.jpg?v=e32d6561f083");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._52-1 {
  background-image: url("/api/media/file/169-67f8061dbb9e6d5d7a1e1305_Bild-33-2.jpg?v=c800c3fe4d39");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._52-2 {
  background-image: url("/api/media/file/167-67f8061c179850ad5d0525b4_Bild-26-2.JPG?v=56f0c4ec590a");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._52-3 {
  background-image: url("/api/media/file/168-67f8061ce82825e6a978391c_Kopie-von-Bild-349.JPG?v=4bcb84646040");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._52-4 {
  background-image: url("/api/media/file/165-67f8061be67d82041324e70d_Kopie-von-Bild-346.JPG?v=f9303ddd4592");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._52-5 {
  background-image: url("/api/media/file/163-67f8061a3a9a2161e824e8d1_52_01.JPG?v=e6563d299002");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._52-6 {
  background-image: url("/api/media/file/164-67f8061aafb8f1cbf43ae10a_Kopie-von-Bild-348.jpg?v=6ea1e703f04a");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._52-7 {
  background-image: url("/api/media/file/166-67f8061bfcac77f5451a511a_Kopie-von-Bild-342.JPG?v=03eceaba9895");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._53-1 {
  background-image: url("/api/media/file/174-67f807669a8e2b34919058cd_Bild-46.JPG?v=36219bc63f66");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._53-2 {
  background-image: url("/api/media/file/172-67f807651136f8a91ec20916_Bild-43-4.JPG?v=8572b4f9cb48");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._53-3 {
  background-image: url("/api/media/file/173-67f80765d8d66a0ef1f157e6_Bild-41.JPG?v=6b294e8ff98e");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._53-4 {
  background-image: url("/api/media/file/170-67f8076418520d9c6f2cc499_Bild-60.jpg?v=bacecc1605f0");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._53-5 {
  background-image: url("/api/media/file/171-67f8076476094784d25c1646_Bild-49.jpg?v=69da55e3f3e5");
  background-position: 0 0;
  background-size: cover;
}

.slide-sizing._61-1 {
  background-image: url("/api/media/file/175-67f807b14b1aeab03cdb0e81_Bild-3.jpg?v=97d262f682f3");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._61-2 {
  background-image: url("/api/media/file/162-67f8048e901110160df093ec_Kopie-von-Bild-230.JPG?v=232890dc6101");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._61-3 {
  background-image: url("/api/media/file/160-67f8048d39adddab1c4944a0_Kopie-von-Bild-231.JPG?v=2fba5913aa06");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._61-4 {
  background-image: url("/api/media/file/159-67f8048d0c77c86f89555ea7_Bild-6-2.JPG?v=de8fc5fa7ebb");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._61-5 {
  background-image: url("/api/media/file/158-67f8048bae6aa4c287ebf8de_Bild-1.jpg?v=29ae17e7258d");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._61-6 {
  background-image: url("/api/media/file/154-67f8048b5d7ab684bc4b8928_Bild-4-1-.jpg?v=864980f1ee58");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._61-7 {
  background-image: url("/api/media/file/157-67f8048b885942b08f6ad5e1_Kopie-von-Bild-226.jpg?v=e32d6561f083");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._61-8 {
  background-image: url("/api/media/file/86-678a36b7eae49b78d4e0ab8e_Kopie-von-Bild-363.jpg?v=d449920a079f");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._62-1 {
  background-image: url("/api/media/file/180-67f8090bb675f725eb51695b_Bild-27.JPG?v=52444d6f0090");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._62-2 {
  background-image: url("/api/media/file/182-67f8090bd73c0342a0362a0f_Bild-367.JPG?v=5f789f06cf77");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._62-3 {
  background-image: url("/api/media/file/179-67f8090b12309e61aee11dd4_Kopie-von-Bild-333.JPG?v=1a7330212235");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._62-4 {
  background-image: url("/api/media/file/181-67f8090bc7502e1fbb073c5a_Bild-366.JPG?v=4d07444db27e");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._62-5 {
  background-image: url("/api/media/file/177-67f8090a1136f8a91ec37079_Kopie-von-Bild-336.JPG?v=1ea604cb35d0");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._62-6 {
  background-image: url("/api/media/file/178-67f8090a99f80cc706a978a7_Kopie-von-Bild-335.JPG?v=2de016c8b750");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._62-7 {
  background-image: url("/api/media/file/176-67f80909613ddbf2a206a110_Bild-31-1-.jpg?v=4e1cea580e86");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._62-8 {
  background-image: url("/api/media/file/166-67f8061bfcac77f5451a511a_Kopie-von-Bild-342.JPG?v=03eceaba9895");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._63-1 {
  background-image: url("/api/media/file/186-67f80d5cbf6ffe66622437ad_Bild-27-2.JPG?v=980febbb76fc");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._63-2 {
  background-image: url("/api/media/file/188-67f80d5cf671f789a5167468_Bild-117.JPG?v=9bbf1f8ac012");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._63-3 {
  background-image: url("/api/media/file/187-67f80d5cf671f789a5167464_Kopie-von-Bild-147.JPG?v=d7be6351bfeb");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._63-4 {
  background-image: url("/api/media/file/185-67f80d5b613ddbf2a20a52f8_Kopie-von-Bild-159.JPG?v=c8b8113f7cc9");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._63-5 {
  background-image: url("/api/media/file/183-67f80d5a33a9356aab54a0d5_Kopie-von-Bild-146.jpg?v=243b7d0159ae");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._63-6 {
  background-image: url("/api/media/file/184-67f80d5a9ad9632dfb2b5d2b_Kopie-von-Bild-152.jpg?v=4dd6e2a05a9e");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._63-7 {
  background-image: url("/api/media/file/135-67c58458b1851f61a2d1555b_Kopie-von-Bild-153.jpg?v=caafe86cfab5");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._63-8 {
  background-image: url("/api/media/file/134-67c584587f3237ae3103e7a0_Kopie-von-Bild-155.jpg?v=c2622d40ee57");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._71-1 {
  background-image: url("/api/media/file/191-67f80dcc1e7c2280ec37e424_Bild-11.jpg?v=2d545a7e231d");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._71-2 {
  background-image: url("/api/media/file/189-67f80dcb1daeb3198022d393_Bild-36.jpg?v=82a374b86e13");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._71-3 {
  background-image: url("/api/media/file/190-67f80dcbccab31f979e922f1_Bild-4-1-.jpg?v=25d822f90f58");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._71-4 {
  background-image: url("/api/media/file/162-67f8048e901110160df093ec_Kopie-von-Bild-230.JPG?v=232890dc6101");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._71-5 {
  background-image: url("/api/media/file/160-67f8048d39adddab1c4944a0_Kopie-von-Bild-231.JPG?v=2fba5913aa06");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._71-6 {
  background-image: url("/api/media/file/159-67f8048d0c77c86f89555ea7_Bild-6-2.JPG?v=de8fc5fa7ebb");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._71-7 {
  background-image: url("/api/media/file/158-67f8048bae6aa4c287ebf8de_Bild-1.jpg?v=29ae17e7258d");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._718 {
  background-image: url("/api/media/file/99-678a36be64feb3829536da29_Kopie-von-Bild-360.jpg?v=18a20148606d");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._71-9 {
  background-image: url("/api/media/file/97-678a36bd11889e9b25de7567_Kopie-von-Bild-359.jpg?v=314ab2ff9bdd");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._72-1 {
  background-image: url("/api/media/file/194-67f80e48ae6aa4c287f3c512_Bild-69.jpg?v=416254b9c03d");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._72-2 {
  background-image: url("/api/media/file/195-67f80e48d8d66a0ef1f721c5_Kopie-von-Bild-358.jpg?v=6bd124af00c3");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._72-3 {
  background-image: url("/api/media/file/192-67f80e480fc84ffae75fee52_Bild-67-1-.jpg?v=d3a73f6e2749");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._72-4 {
  background-image: url("/api/media/file/193-67f80e486855db3f290f8f47_Bild-1-2.jpg?v=cea388f754e4");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._72-5 {
  background-image: url("/api/media/file/166-67f8061bfcac77f5451a511a_Kopie-von-Bild-342.JPG?v=03eceaba9895");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._72-6 {
  background-image: url("/api/media/file/129-67c570bb1c7a4351ec68aa19_Kopie-von-Bild-354.jpg?v=540cdef5084d");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._72-7 {
  background-image: url("/api/media/file/85-678a36b77fadf82f0fd212d6_Kopie-von-Bild-362.jpg?v=86e6cc13f496");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._73-1 {
  background-image: url("/api/media/file/186-67f80d5cbf6ffe66622437ad_Bild-27-2.JPG?v=980febbb76fc");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._73-2 {
  background-image: url("/api/media/file/187-67f80d5cf671f789a5167464_Kopie-von-Bild-147.JPG?v=d7be6351bfeb");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._73-3 {
  background-image: url("/api/media/file/185-67f80d5b613ddbf2a20a52f8_Kopie-von-Bild-159.JPG?v=c8b8113f7cc9");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._73-4 {
  background-image: url("/api/media/file/183-67f80d5a33a9356aab54a0d5_Kopie-von-Bild-146.jpg?v=243b7d0159ae");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._73-5 {
  background-image: url("/api/media/file/184-67f80d5a9ad9632dfb2b5d2b_Kopie-von-Bild-152.jpg?v=4dd6e2a05a9e");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._73-6 {
  background-image: url("/api/media/file/135-67c58458b1851f61a2d1555b_Kopie-von-Bild-153.jpg?v=caafe86cfab5");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._73-7 {
  background-image: url("/api/media/file/134-67c584587f3237ae3103e7a0_Kopie-von-Bild-155.jpg?v=c2622d40ee57");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._73-8 {
  background-image: url("/api/media/file/196-67f80e9d15f4bdc14359bd4c_Bild-208.JPG?v=b8e477586aca");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._81-1 {
  background-image: url("/api/media/file/199-67f80f329fe43300990127de_Bild-61.JPG?v=b4ad69969def");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._81-2 {
  background-image: url("/api/media/file/200-67f80f32b675f725eb562815_Kopie-von-Bild-167.JPG?v=0de4fc0e057e");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._81-3 {
  background-image: url("/api/media/file/201-67f80f32bb9e6d5d7a264a09_Bild-63.jpg?v=734080d4780a");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._81-4 {
  background-image: url("/api/media/file/198-67f80f3299defd37ae372c24_Bild-64.jpg?v=b07c8168eb7a");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._81-5 {
  background-image: url("/api/media/file/197-67f80f3133a9356aab55e9a7_Kopie-von-Bild-170.jpg?v=c9a33235830d");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._81-6 {
  background-image: url("/api/media/file/138-67c58601842d2081687c2bae_Kopie-von-Bild-172.jpg?v=15c5836e65eb");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._81-7 {
  background-image: url("/api/media/file/96-678a36bc2da36f10fad681ee_Kopie-von-Bild-374.jpg?v=ecad20bd4ea9");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._82-1 {
  background-image: url("/api/media/file/204-67f80fa9b2cc254590af2d56_Kopie-von-Bild-209.JPG?v=5830ea6bad31");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._82-2 {
  background-image: url("/api/media/file/202-67f80fa88260d558b553c159_Kopie-von-Bild-189.JPG?v=f0f5b37a4b3c");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._82-3 {
  background-image: url("/api/media/file/203-67f80fa8f7050dae48434c1b_Kopie-von-Bild-201-2.JPG?v=8dfbd2e180a1");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._82-4 {
  background-image: url("/api/media/file/139-67c5863e4c25a330a01e1a62_Kopie-von-Bild-196.jpg?v=70cf373187d8");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._82-5 {
  background-image: url("/api/media/file/95-678a36bc0cbc5c99754a6b16_Kopie-von-Bild-370.jpg?v=f45c9ba71b83");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._82-6 {
  background-image: url("/api/media/file/91-678a36bb8538f062c055e991_Kopie-von-Bild-371.jpg?v=0c48143500d2");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._83-1 {
  background-image: url("/api/media/file/210-67f8101684078b0d28895f63_Kopie-von-Bild-177.JPG?v=091cb25f7a39");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._83-2 {
  background-image: url("/api/media/file/209-67f810164dffdc2d3c6da160_Kopie-von-Bild-174.JPG?v=2bb289c8b894");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._83-3 {
  background-image: url("/api/media/file/208-67f81015c9accaef032763b6_Kopie-von-Bild-181.jpg?v=4838b8142d71");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._83-4 {
  background-image: url("/api/media/file/206-67f8101552f984fcd9b21c46_Bild-107.jpg?v=6c6fdbfeefe7");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._83-5 {
  background-image: url("/api/media/file/207-67f81015901110160dfa353c_Kopie-von-Bild-184.jpg?v=28946a3cd614");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._83-6 {
  background-image: url("/api/media/file/205-67f81014e82825e6a9802406_Kopie-von-Bild-182.jpg?v=3eac7bd1cd2c");
  background-position: 50%;
  background-size: cover;
}

.slide-sizing._83-7 {
  background-image: url("/api/media/file/140-67c58687002ae2e16d9d217f_Bild-1.jpg?v=1280dcb3adf8");
  background-position: 50%;
  background-size: cover;
}

.embed-hide {
  display: flex;
}

.booking-button {
  background-color: var(--fawn);
  color: var(--primary-color);
  font-weight: 400;
}

.logo-404 {
  object-fit: cover;
  width: 35%;
  height: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-404.image-full-width {
  z-index: -1;
  border-radius: 0;
  width: 100%;
  transition: all .5s;
}

.logo-404.small-device-image-full-width {
  border-radius: 0;
}

.logo-404.image-full-width {
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  z-index: -1;
  width: 100%;
}

.logo-404.small-hover-image {
  position: absolute;
  inset: auto 8% -43% auto;
}

.logo-404.image-full-width {
  z-index: -1;
  z-index: -1;
  z-index: -1;
  width: 100%;
}

.logo-404.white {
  filter: brightness(5000%);
}

.logo-404.white.footer-anpassung {
  box-shadow: none;
  border-radius: 0;
}

.logo-404.apartments {
  width: auto;
  height: 100%;
  box-shadow: none;
  border-radius: 0;
}

.logo-404.footer-icons {
  width: auto;
  height: auto;
  box-shadow: none;
  border-radius: 0;
}

.booking-button-extra {
  background-color: var(--fawn);
  color: var(--primary-color);
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 400;
}

.icon-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  align-items: center;
}

.grid-category-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid-category-item.padding-left-fourty {
  padding-left: 40px;
}

.grid-category-item.padding-left-fourty.border-left {
  border-left-width: 1px;
  border-left-color: #ccc;
}

.grid-category-item.padding-right-fourty {
  padding-right: 40px;
}

.grid-category-item.padding-right-fourty.border-right {
  border-right: 1px solid #ccc;
  justify-content: center;
  align-items: center;
}

.grid-category-item.border-right {
  border-right: 1px solid #ccc;
}

.div-block-156 {
  width: 2.5em;
}

.grid-icon {
  padding-bottom: 6px;
}

.contact-tab-wrapper {
  background-color: #f6f6f6;
  margin-top: 4em;
}

.tabs-menu {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.contact-tabs {
  background-color: var(--fawn);
  color: var(--white);
  box-shadow: 2px 2px 5px #0003;
}

.contact-tabs.w--current {
  background-color: #576152;
}

.get-in-touch-tab {
  background-color: #f6f6f6;
  padding-bottom: 137px;
  padding-left: 15px;
  padding-right: 15px;
}

.get-in-touch-tab.hide {
  display: none;
}

.heading-61 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 2em;
  display: flex;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  text-align: center;
}

.slider-mask-2 {
  overflow: visible;
}

.gallery-gradient-overlay {
  pointer-events: none;
  background-image: radial-gradient(circle at 50% 100%, #000, #0000 66%);
  position: absolute;
  inset: 0%;
}

.hide {
  display: none;
}

.container-large {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.container-large.relative {
  position: relative;
}

.container-large.relative.no-max {
  max-width: none;
}

.icon-button-ghost {
  color: #262626;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.icon-button-ghost:hover {
  color: #0a0a0a;
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
}

.gallery-lightbox-link {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-500 {
  color: #737373;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: color .2s;
  display: flex;
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: static;
}

.h3-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.gallery-detail {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #0a0a0a;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline:hover {
  color: #110811;
  background-color: #f0ebf0;
  border-color: #c8b6c8;
}

.button-outline.w--current {
  background-color: #fafafa;
}

.button-outline.hide {
  display: none;
}

.gallery-arrow {
  width: auto;
  inset: auto -160% -15% auto;
}

.gallery-arrow.left {
  inset: auto -140% -15% auto;
}

.gallery-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.paragraph-x-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.slide-2 {
  margin-right: 32px;
}

.subheading-regular {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.room-description-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  padding: .2em .5em;
  display: flex;
}

.room-description-wrapper.studio {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  cursor: pointer;
  border-radius: 16px;
  position: relative;
}

.room-description-wrapper.zweibett {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  opacity: .5;
  cursor: pointer;
  border-radius: 16px;
  position: relative;
}

.room-heading-style {
  width: 100%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}

.room-text {
  color: var(--white);
  font-weight: 300;
}

.room-description-inner {
  width: 50%;
}

.background-video-2 {
  width: 100%;
  height: 120%;
  position: absolute;
  top: auto;
  bottom: auto;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.h2-heading {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.section-regular-2 {
  padding: 72px 5%;
  position: relative;
}

.section-regular-2.background-gray-50 {
  background-color: var(--white);
  margin-bottom: 4em;
}

.faq-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.faq-dropdown-short {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.subheading-regular-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.text-color-orange {
  color: #fe5b25;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-color-gray-800 {
  color: #394151;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faq-dropdown-content {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.faq-question {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divider-gray-200 {
  background-color: #d5d9e2;
  width: 100%;
  height: .5px;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.overline-regular {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.faq-column-large {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 464px;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq-icon-2 {
  background-color: var(--fawn);
  color: #23272f;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.faq-dropdown-toggle {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.button-primary {
  color: #fff;
  white-space: nowrap;
  background-color: #23272f;
  background-image: radial-gradient(circle, #23272feb, #23272f52), url("/api/media/file/225-6808af09502fa8b0390321a1_Button-Dots.avif?v=0d36acee4549");
  background-position: 0 0, 50%;
  background-size: auto, contain;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.faq-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.travel-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  padding-top: 1.5em;
  display: flex;
}

.link-styling {
  text-decoration: underline;
}

.room-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
  position: relative;
}

.underline {
  background-color: var(--white);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.beitr-ge-tab-wrapper {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.beitr-ge-tab-wrapper.margin-button {
  margin-bottom: 30px;
}

.tab-styling {
  background-color: #9ea89980;
  padding-left: 45px;
  padding-right: 45px;
}

.tab-styling.w--current {
  background-color: var(--fawn);
}

.background-video-3 {
  width: 35em;
  height: 50em;
}

.room-button-styling {
  background-color: var(--white);
  color: var(--black);
  padding-left: 36px;
  padding-right: 36px;
}

.button-wrapper-rooms {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper-rooms.margin-top {
  margin-top: 40px;
}

.n-chste-beitr-ge-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.n-chste-beitr-ge-wrapper.margin-top {
  margin-top: 3em;
}

.collection-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper, .collection-item {
  justify-content: center;
  align-items: center;
}

.collection-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.slider-4 {
  background-color: #ddd0;
  height: 100%;
}

.mask-4 {
  height: 100%;
}

.left-arrow {
  z-index: 10;
  background-color: var(--fawn);
  border-radius: 9999px;
  width: 1.1em;
  height: 1.1em;
  inset: auto auto 0% 15%;
  box-shadow: 1px 1px 5px #0003;
}

.right-arrow {
  z-index: 10;
  background-color: var(--fawn);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 1.1em;
  height: 1.1em;
  display: flex;
  inset: auto auto 0% 20%;
  box-shadow: 1px 1px 5px #0003;
}

.slider-mobile {
  display: none;
}

.overlay-bg {
  background-image: linear-gradient(#0006, #0006);
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-63 {
  font-size: 40px;
}

.switcher {
  display: block;
}

.infinite-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: relative;
}

.infinite-slider.change {
  justify-content: center;
  align-items: center;
  max-width: none;
}

.infinite-slider-mask {
  overflow: visible;
}

.slider-slide {
  width: 100%;
  margin-right: 32px;
}

.new-slider {
  padding-top: 92px;
  padding-bottom: 92px;
  overflow: hidden;
}

.collection-list-wrapper-2 {
  display: flex;
}

.inner-grid-new {
  cursor: pointer;
  width: 384px;
  position: relative;
  overflow: hidden;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
  display: none;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: #fff9;
}

.swiper-slide {
  z-index: 3;
  opacity: .9;
  filter: none;
  color: #ffffff80;
  object-fit: cover;
  align-items: center;
  display: flex;
  position: relative;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
  position: relative;
}

.section {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.slide-3 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.credential {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: none;
}

.content {
  overflow: hidden;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.header {
  margin-top: 4em;
  margin-bottom: 4em;
}

.text-f-15 {
  color: #000;
  white-space: nowrap;
  font-family: Inconsolata, monospace;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.text-f-15.grey-font {
  color: #000000bf;
}

.text-f-15.light-grey-font {
  color: #00000080;
}

.text-f-14-w {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-2 {
  color: var(--white);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.global-css-elements {
  display: block;
}

.carousel-arrows {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 20%;
  display: flex;
  position: absolute;
  inset: 78% 0% 0% 77%;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.credentials {
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.text-f-14 {
  color: #878787;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: var(--fawn);
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.slider-5 {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.dot-divider {
  background-color: #ff7a00;
  border-radius: 100%;
  width: .25em;
  height: .25em;
  margin-left: .75em;
  margin-right: .75em;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.divider {
  background-color: #878787;
  width: 4em;
  height: 1px;
  margin-right: 1.5em;
}

.divider.left-margin {
  margin-left: 1.2em;
  margin-right: 0;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.slide-img-2 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.slide-divider-2 {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.swiper-slide-2 {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  align-items: center;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.slide-4 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.location-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.heading-64 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.carousel-arrows-2 {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.carousel-arrow-oval-2 {
  z-index: 3;
  background-color: #ff7a00;
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval-2.next-arrow {
  inset: 0% 0% 0% auto;
}

.slider-6 {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.heading-65 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.fs-slider_slide {
  backface-visibility: hidden;
  width: 30%;
  height: auto;
  transition-property: transform opacity;
  background-color: #f5f5f500;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 1rem .5rem;
  display: flex;
  position: relative;
}

.fs-slider_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.fs-slider_list {
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.fs-slider_button {
  background-color: var(--white);
  color: #fff;
  border: 1px solid #00000030;
  justify-content: center;
  align-items: center;
  padding: .8em 1.2rem;
  display: flex;
  box-shadow: 1px 1px 5px #0003;
}

.fs-slider_instance {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f500;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 8rem 1rem 1rem;
  display: flex;
  position: relative;
}

.fs-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-slider_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.fs-slider_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.fs-slider_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.fs-slider_pagination_bullet.is-bullet-active {
  background-color: #000;
  border-radius: 0;
  display: inline-block;
}

.image-7 {
  filter: invert();
  width: 1em;
  height: 1em;
  transform: rotate(90deg);
}

.image-7.right {
  transform: rotate(-90deg);
}

.text-span-7, .text-span-8, .text-span-9 {
  color: var(--fawn);
}

.display-one-new {
  color: var(--eerie-black);
  text-transform: uppercase;
  font-family: Butler, sans-serif;
  font-weight: 400;
}

.display-one-new.margin-off {
  margin-top: 0;
  margin-bottom: 0;
}

.display-one-new.color-golden {
  color: var(--black);
}

.languagedeutsch {
  display: none;
}

.languagedeutsch.difference {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .slide-sizing._53-1 {
    background-image: url("/api/media/file/173-67f80765d8d66a0ef1f157e6_Bild-41.JPG?v=6b294e8ff98e");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._53-2 {
    background-image: url("/api/media/file/174-67f807669a8e2b34919058cd_Bild-46.JPG?v=36219bc63f66");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._53-3 {
    background-image: url("/api/media/file/172-67f807651136f8a91ec20916_Bild-43-4.JPG?v=8572b4f9cb48");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._53-4 {
    background-image: url("/api/media/file/170-67f8076418520d9c6f2cc499_Bild-60.jpg?v=bacecc1605f0");
    background-position: 0 0;
    background-size: cover;
  }

  .slide-sizing._53-5 {
    background-image: url("/api/media/file/171-67f8076476094784d25c1646_Bild-49.jpg?v=69da55e3f3e5");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._61-1 {
    background-image: url("/api/media/file/175-67f807b14b1aeab03cdb0e81_Bild-3.jpg?v=97d262f682f3");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._61-2 {
    background-image: url("/api/media/file/162-67f8048e901110160df093ec_Kopie-von-Bild-230.JPG?v=232890dc6101");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._61-3 {
    background-image: url("/api/media/file/160-67f8048d39adddab1c4944a0_Kopie-von-Bild-231.JPG?v=2fba5913aa06");
    background-size: cover;
  }

  .slide-sizing._61-4 {
    background-image: url("/api/media/file/159-67f8048d0c77c86f89555ea7_Bild-6-2.JPG?v=de8fc5fa7ebb");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._61-5 {
    background-image: url("/api/media/file/158-67f8048bae6aa4c287ebf8de_Bild-1.jpg?v=29ae17e7258d");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._61-6 {
    background-image: url("/api/media/file/154-67f8048b5d7ab684bc4b8928_Bild-4-1-.jpg?v=864980f1ee58");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._61-7 {
    background-image: url("/api/media/file/157-67f8048b885942b08f6ad5e1_Kopie-von-Bild-226.jpg?v=e32d6561f083");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._61-8 {
    background-image: url("/api/media/file/86-678a36b7eae49b78d4e0ab8e_Kopie-von-Bild-363.jpg?v=d449920a079f");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._62-1 {
    background-image: url("/api/media/file/180-67f8090bb675f725eb51695b_Bild-27.JPG?v=52444d6f0090");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._62-2 {
    background-image: url("/api/media/file/182-67f8090bd73c0342a0362a0f_Bild-367.JPG?v=5f789f06cf77");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._62-3 {
    background-image: url("/api/media/file/179-67f8090b12309e61aee11dd4_Kopie-von-Bild-333.JPG?v=1a7330212235");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._62-4 {
    background-image: url("/api/media/file/181-67f8090bc7502e1fbb073c5a_Bild-366.JPG?v=4d07444db27e");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._62-5 {
    background-image: url("/api/media/file/177-67f8090a1136f8a91ec37079_Kopie-von-Bild-336.JPG?v=1ea604cb35d0");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._62-6 {
    background-image: url("/api/media/file/178-67f8090a99f80cc706a978a7_Kopie-von-Bild-335.JPG?v=2de016c8b750");
    background-position: 50%;
    background-size: cover;
  }

  .slide-sizing._62-7 {
    background-image: url("/api/media/file/background-image.svg?v=b823ec7f9525");
    background-position: 0 0;
    background-size: auto;
  }
}

@media screen and (min-width: 1440px) {
  .section-container.max-width-none {
    max-width: none;
  }

  .main-nav {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-banner-image-one.hero-image-off.large-device-image-on {
    display: inline-flex;
    top: 28%;
  }

  .service-slider-train {
    justify-content: center;
    align-items: stretch;
  }

  .hotel-room {
    width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .home-two-banner-wrapper {
    background-position: 100%, 0 0;
  }

  .home-banner-new-line {
    width: 285px;
  }

  .home-two-rating-section {
    background-position: 0 0;
  }

  .portfolio-wrapper-one {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .hero-banner-image-three {
    inset: auto 16% 24% auto;
  }

  .hero-banner-image-three.hero-image-off {
    bottom: -13%;
    right: 4%;
  }

  .image-marquee-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .step-into-luxury {
    background-position: 31% 108%;
  }

  .step-into-luxury.spa-bg-image {
    background-position: 30% 107%;
  }

  .hero-banner-image-one {
    top: 20%;
    left: 10.8%;
  }

  .hero-banner-image-one.hero-image-off.large-device-image-on {
    display: inline-flex;
  }

  .animation-line {
    width: 330px;
  }

  .about-three-main-wrap {
    height: 100%;
  }

  .hotel-room {
    width: 30%;
  }

  .spa-section-six {
    background-position: -10% 100%, 135% -13%;
  }

  .position-relative {
    position: relative;
  }

  .spa-inner-section {
    background-position: 117% 113%, 0 0;
  }

  .image-block, .service-details-slider-wrapper {
    flex-basis: 50%;
  }

  .mask-3 {
    width: 25em;
  }

  .header {
    margin-top: 8em;
    margin-bottom: 2em;
  }

  .slider-5, .slider-6 {
    margin-bottom: 8em;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 80px;
  }

  h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .client-section-right {
    max-width: none;
  }

  .hamburger-menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-menu-button.hamburger-border-off {
    border-left-style: none;
  }

  .hotel-title-text.center {
    text-align: center;
  }

  .auto-fit.image-full-width {
    height: 100%;
  }

  .auto-fit.small-hover-image {
    display: none;
  }

  .auto-fit.small-device-image-full-width {
    width: 100%;
  }

  .auto-fit.gallery-banner-new-image {
    width: 100%;
    height: auto;
  }

  .portfolio-left-container {
    position: static;
  }

  .portfolio-right-image.small-device-full-max-width {
    width: 100%;
    max-width: 100%;
  }

  .portfolio-line.portfolio-line-height-change {
    height: 50px;
  }

  .portfolio-right-container {
    padding-top: 0;
  }

  .small-inner-text {
    text-align: center;
    max-width: none;
  }

  .hero-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .background-video {
    width: 200px;
    height: 100px;
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .display-one.margin-off {
    text-align: center;
  }

  .home-two-banner-wrapper {
    background-image: linear-gradient(-180deg, #fff6ed, #f2f2f2);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 40px;
  }

  .text-block-ten {
    text-align: center;
  }

  .line-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .line-text._01 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .line-text._03 {
    padding-left: 0;
  }

  .home-banner-new-line {
    display: none;
  }

  .footer-address.small-device-full-width {
    max-width: 100%;
  }

  .footer-small-text.white-color.padding-top-zero {
    padding-top: 0;
  }

  .home-two-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .scroll-section {
    display: none;
  }

  .homepage-text-wrapper {
    flex: 1;
  }

  .overlay-line-wrapper {
    display: none;
  }

  .perspective-text-two {
    text-align: center;
    max-width: none;
  }

  .perspective-main-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .icon-off {
    display: none;
  }

  .perspective-right-div {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 50px;
  }

  .perspective-left-image {
    max-width: none;
  }

  .hamburger-top-line.line-color-one {
    background-color: var(--white);
    background-color: #000;
  }

  .hamburger-bottom-line.line-color-three {
    background-color: #000;
  }

  .navbar-wrapper-two {
    padding: 20px 0;
  }

  .hamburger-middle-line.line-color-two {
    background-color: #000;
  }

  .button-text.text-black {
    font-size: .8rem;
  }

  .discover.padding-top-thirty.change-text-size {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }

  .home-two-rating-section {
    padding-bottom: 40px;
  }

  .home-two-rating-section.bg-image-off {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-two-rating-section.bg-image-off.padding-top-sixty {
    padding-top: 60px;
  }

  .review-heading-text {
    width: 100%;
  }

  .hotel-service-left-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .hotel-service-heading-text {
    text-align: center;
  }

  .hotel-service-right-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .main-hotel-services {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 37px;
  }

  .slider-left-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rooms-left-wrapper {
    max-width: none;
    padding-bottom: 0;
  }

  .home-two-portfolio {
    padding-top: 60px;
    padding-bottom: 26px;
  }

  .portfolio-wrapper-one {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .home-two-navigate-experiences {
    padding-bottom: 40px;
  }

  .footer-main-wrapper-one {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .company-heading-text {
    text-align: center;
  }

  .home-three-review-section {
    padding-bottom: 0;
  }

  .left-review-div {
    width: 100%;
    max-width: none;
  }

  .service-background {
    padding-top: 52px;
    padding-bottom: 200px;
  }

  .superior-heading-text {
    font-size: 25px;
  }

  .page-review {
    padding-bottom: 0;
  }

  .first-text-block.small-device-full-width {
    max-width: 100%;
  }

  .right-review-section-block {
    max-width: 100%;
    padding-top: 43px;
  }

  .service-slider-div {
    top: -100px;
  }

  .page-review-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .correct-points {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
  }

  .about-page-hero-section-heading {
    max-width: 520px;
    font-size: 50px;
  }

  .hero-banner-image-three.hero-image-off {
    display: none;
  }

  .review-image-one {
    max-width: none;
    min-height: 370px;
  }

  .review-image-one.small-device-full-width {
    width: 100%;
  }

  .image-marquee-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .review-left-div {
    padding-top: 0;
  }

  .review-left-div.padding {
    padding-right: 0;
  }

  .step-into-luxury {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .step-into-luxury.spa-bg-image {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-banner-image-one.hero-image-off {
    display: none;
  }

  .review-heading.review-heading-text-center {
    text-align: center;
  }

  .main-hotel-rooms-div.small-device-display-flex {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .review-image-two {
    max-width: none;
  }

  .review-image-two.small-device-full-width {
    width: 100%;
  }

  .review-right-div {
    justify-content: space-between;
    align-items: flex-end;
  }

  .about-page-review {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .hotel-rooms-left-div {
    width: 100%;
    max-width: none;
  }

  .hero-main-wrapper {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .about-review-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .room-heading-text {
    text-align: center;
  }

  .paragraph-div-block {
    text-align: center;
    padding-bottom: 15px;
  }

  .hotel-rooms {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .menu-links {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    min-width: 30%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
  }

  .menu-main-link {
    font-size: 20px;
    line-height: 30px;
  }

  .hide-in-tablet {
    display: none;
  }

  .menu-rooms {
    min-width: 50%;
    padding: 35px 0;
  }

  .menu-close {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 35px 15px;
  }

  .faq-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .about-three-hero-section-paragraph {
    text-align: center;
  }

  .unique-idea.small-device-section-padding {
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .about-three-heading {
    text-align: center;
  }

  .faq-small-box {
    padding-top: 16px;
  }

  .faq-image {
    max-width: none;
  }

  .campaign-main-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .image-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .faq-right-div {
    padding-top: 0;
  }

  .inner-paragraph-text-width.small-device-full-width {
    max-width: 100%;
  }

  .campaign-text {
    text-align: center;
  }

  .main-text-wrapper {
    flex-flow: column;
    align-items: center;
    padding-bottom: 60px;
  }

  .campaign-left-box {
    max-width: none;
  }

  .frequently-asked-question.small-device-section-padding {
    padding-bottom: 41px;
  }

  .question-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .question-text-block.block-one {
    padding-top: 0;
    padding-bottom: 0;
  }

  .room-service-div-block.second-move.fourth-service-box.margin-top-zero, .room-service-div-block.second-move.second-service-box.margin-top-zero {
    margin-top: 0;
  }

  .room-service-div-block.first-move.third-service-box.margin-bottom-off, .room-service-div-block.first-move.first-service-box.margin-bottom-off {
    margin-bottom: 0;
  }

  .inner-right-text {
    justify-content: center;
    align-items: center;
  }

  .faq-title.center {
    text-align: center;
  }

  .about-three-hero-slider-contain-text-block {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
  }

  .about-three-wrap {
    padding-top: 108px;
    padding-bottom: 60px;
  }

  .navbar-menu-font {
    display: block;
  }

  .nav-bar-menu {
    height: auto;
    min-height: 100vh;
  }

  .nav-bar-menu.change-navigation-three-menu-width {
    background-color: var(--white);
  }

  .nav-bar-menu.change-navigation-three-menu-width.home-three-menu {
    background-color: var(--black);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
  }

  .nav-bar-menu.change-navigation-three-menu-width.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .right-nav-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .first-small-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .right-arrow-btn {
    width: 40px;
    height: 40px;
  }

  .service-details-wrapper {
    justify-content: center;
    align-items: center;
  }

  .right-image {
    width: 100%;
  }

  .service-two-new-counter {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .client-section-left {
    width: 100%;
    max-width: none;
  }

  .service-three-accordian {
    width: 100%;
    margin: 0;
    position: relative;
  }

  .page-button {
    padding-left: 13px;
    padding-right: 13px;
  }

  .page-button.small-device-button-off {
    display: block;
  }

  .pricing-page-nav-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hamburger-one.small-device-hamburger {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: flex-end;
    width: 25px;
    height: 25px;
    overflow: hidden;
  }

  .service-slider-main-wrapper {
    margin-top: -135px;
  }

  .spa-section-six {
    padding-top: 53px;
    padding-bottom: 40px;
  }

  .spa-section-six.bg-image-off {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .flex-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .spa-inner-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .padding-bottom-twenty.align-center {
    text-align: center;
  }

  .spa-inner-text {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .spa-image {
    width: 100%;
    max-width: none;
  }

  .spa-main-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .spa-image-block {
    width: 100%;
    max-width: none;
  }

  .new-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .first-massage-package.spa-last-box {
    padding-left: 0;
  }

  .spa-page-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .therapy-section.bg-image-off {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
  }

  .blog-one-data-block {
    padding-top: 24px;
  }

  .blog-page-heading {
    text-align: center;
  }

  .blog-one-post-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .user-reading-time {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .page-reading-time, .page-reading-time.new-time {
    padding-left: 0;
  }

  .reading-time {
    padding-bottom: 0;
  }

  .information-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .blog-details-heading-text {
    text-align: center;
  }

  .blog-details-heading {
    z-index: 10;
    position: relative;
  }

  .gallery-page-heading-one {
    padding-bottom: 21px;
  }

  .gallery-image-one.banner-image-full-width {
    width: 100%;
    height: 100%;
  }

  .gallery-page-heading-two {
    padding-top: 25px;
    font-size: 4.375rem;
    line-height: 5rem;
  }

  .gallery-banner-image {
    width: 100%;
    height: auto;
  }

  .banner-left-image {
    width: 100%;
    max-width: none;
    display: none;
  }

  .text-block-twelve {
    font-size: 4.375rem;
    line-height: 5rem;
  }

  .background-video-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .gallery-section {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .gallery-banner-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
  }

  .galler-page-banner {
    padding-top: 145px;
    padding-bottom: 60px;
  }

  .banner-right-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .gallery-page-line {
    margin-bottom: 16px;
  }

  .premium-rooms {
    flex-flow: column;
  }

  .home-two-image-wrapper {
    width: 100%;
  }

  .new-image {
    width: 100%;
    height: auto;
  }

  .home-two-paragraph-text {
    max-width: none;
    padding-bottom: 0;
  }

  .sticky-heading-text, .sticky-paragraph {
    text-align: center;
  }

  .room-details-banner {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .room-details-banner.small-device-banner-bg-color {
    background-color: #fbe2cc;
  }

  .round-shape {
    flex: none;
  }

  .first-information-block {
    padding-bottom: 10px;
  }

  .room-page-bg-color.small-device-color-off {
    display: none;
  }

  .inner-details-section {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .other-details {
    padding-bottom: 45px;
  }

  .room-catagory-image {
    width: 100%;
  }

  .room-no-51 {
    padding-top: 60px;
  }

  .room-page-first-image {
    width: 100%;
  }

  .room-page-first-image.image-full-height {
    height: 100%;
  }

  .booking-page-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .booking-page-wrapper.box-four {
    flex-flow: column-reverse;
  }

  .booking-page-wrapper.box-one {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .booking-page-wrapper.box-two {
    flex-flow: column-reverse;
  }

  .catagory {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .catagory.hide {
    display: none;
  }

  .room-no-52 {
    padding-top: 60px;
  }

  .junior-room {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .booking-page {
    padding-top: 152px;
    padding-bottom: 80px;
  }

  .home-three-marquee-wrapper {
    padding-bottom: 50px;
  }

  .get-in-touch {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-one-section {
    padding-top: 174px;
    padding-bottom: 80px;
  }

  .contact-one-banner-heading {
    font-size: 70px;
    line-height: 80px;
  }

  .contact-form-text-wrapper.text-wrapper {
    max-width: none;
  }

  .service-details-container.container-position {
    position: relative;
  }

  .main-contact-wrapper {
    padding-bottom: 45px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-two-banner-section {
    padding-top: 108px;
    padding-bottom: 60px;
  }

  .contact-two-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: stretch;
  }

  .new-contact-details {
    max-width: none;
  }

  .company-details {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .contact-us-page-heading {
    font-size: 70px;
    line-height: 80px;
  }

  .contact-two-video-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .contact-two-banner-text {
    text-align: center;
  }

  .chat-box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-two-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .contact-details-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-video.remove-video {
    display: none;
  }

  .about-three-paragrph, .about-three-heading-text {
    text-align: center;
  }

  .service-details-image-wrapper {
    display: none;
  }

  .service-details-heading-text {
    max-width: none;
  }

  .service-details-slider-section {
    padding: 30px 15px 54px;
  }

  .small-line-one {
    display: none;
  }

  .service-details-banner-heading {
    max-width: 700px;
  }

  .service-details-banner {
    padding-top: 173px;
  }

  .service-details-image {
    height: 100%;
  }

  .total-text-wrapper {
    align-items: stretch;
  }

  .service-details-slider-wrapper {
    flex-basis: 100%;
    padding-top: 0;
  }

  .new-counter-text {
    width: 100%;
    max-width: none;
  }

  .new-service-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .new-big-image {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .faq-small-text {
    max-width: 500px;
  }

  .room-gallery-images {
    padding-bottom: 60px;
  }

  .main-gallery-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .toggle-one {
    padding: 20px;
  }

  .new-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-fawn-color {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .gallery-banner-image-one {
    width: 100%;
  }

  .menu-button-one.w--open {
    background-color: #c8c8c800;
  }

  .contact-two-heading-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .licensing-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .licensing-main-wrapper {
    grid-column-gap: 30px;
  }

  .licensing-text-main-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .license-hero {
    padding-top: 160px;
    padding-bottom: 90px;
  }

  .heading-five {
    text-align: center;
  }

  .clock-booking-widget {
    padding-bottom: 45px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .room-no-53 {
    padding-top: 60px;
  }

  .room-no-61 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .room-no-62 {
    padding-top: 60px;
  }

  .room-no-63 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .room-no-71 {
    padding-top: 60px;
  }

  .room-no-72 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .room-no-73 {
    padding-top: 60px;
  }

  .room-no-81 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .room-no-82 {
    padding-top: 60px;
  }

  .room-no-83 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .studio-no-32, .studio-no-38, .studio-no-39, .studio-no-40 {
    padding-top: 60px;
  }

  .right-image-grid {
    width: 100%;
  }

  .div-block-155 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .logo-404.image-full-width {
    height: 100%;
  }

  .logo-404.small-hover-image {
    display: none;
  }

  .logo-404.small-device-image-full-width {
    width: 100%;
  }

  .logo-404.gallery-banner-new-image {
    width: 100%;
    height: auto;
  }

  .get-in-touch-tab {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .room-description-inner {
    width: 100%;
  }

  .faq-grid-large {
    grid-template-columns: 1fr;
  }

  .faq-card {
    max-width: none;
  }

  .left-arrow {
    left: 8%;
  }

  .right-arrow {
    left: 18%;
  }

  .paragraph-6 {
    text-align: center;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 15px;
  }

  .heading-62 {
    font-size: 35px;
  }

  .rich-text-block {
    font-size: 16px;
  }

  .overlay-bg {
    background-image: linear-gradient(#0000004d, #0000004d);
    position: absolute;
    inset: 0%;
  }

  .header {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .credentials {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .slider-5, .slider-6 {
    display: flex;
  }

  .display-one-new.margin-off {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .social-media-links {
    width: 50px;
    height: 50px;
  }

  .line {
    order: 1;
  }

  .hamburger-menu-button {
    border-left-style: none;
  }

  .auto-fit.small-device-image-full-width {
    width: 100%;
  }

  .auto-fit.close-button {
    width: 20px;
    height: auto;
  }

  .border-left.padding-left-fifteen.service-display-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .room-types-one {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .hero {
    padding-top: 123px;
    padding-bottom: 35px;
  }

  .footer-email.padding-bottom-eleven.small-device-text, .mobile-number.padding-bottom-twenty.small-device-text {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }

  .scroll-section {
    top: 0;
  }

  .perspective-right-div {
    padding-top: 0;
  }

  .discover.padding-top-thirty.change-text-size {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .home-two-rating-section {
    padding-top: 60px;
  }

  .hotel-service-left-wrapper {
    min-height: 482px;
  }

  .new-room-text-block {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .room-types-wrapper {
    flex-direction: column;
  }

  .room-types-wrapper.small-device-full-width {
    max-width: 100%;
  }

  .room-types-wrapper.small-device-full-width.small-device-gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .profile-image-wrapper-box {
    padding-bottom: 22px;
  }

  .left-review-div {
    min-height: 500px;
  }

  .service-background {
    padding-bottom: 187px;
  }

  .superior-room {
    width: 90%;
    max-width: none;
  }

  .highlights.first-information {
    font-size: 20px;
  }

  .service-line {
    margin-top: 0;
  }

  .service-text-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 25px;
  }

  .new-room-features {
    padding-top: 38px;
  }

  .right-review-section-block {
    padding-top: 0;
  }

  .service-slider-div {
    position: relative;
  }

  .correct-points {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .total-rate {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .rate {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .image-marquee-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .inner-grid-one {
    width: 70vw;
  }

  .right-review-text {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .worldwide-rating {
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
  }

  .hero-main-wrapper {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .delux-room-image-one {
    max-width: none;
    display: none;
  }

  .campaigns {
    padding-bottom: 50px;
  }

  .campaign-inner-box {
    flex-flow: column;
  }

  .faq-image {
    min-height: 590px;
  }

  .image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .small-paragraph-div-block {
    padding-bottom: 10px;
  }

  .room-service-div-block {
    height: 100%;
  }

  .heading-six.mobile-landscape-text-center, .wrapper-text {
    text-align: center;
  }

  .first-inner-box.border-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .first-small-text-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .service-details-wrapper {
    padding-bottom: 0;
  }

  .profile-two-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 400px;
  }

  .service-three-accordian {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hotel-room {
    width: 100%;
  }

  .spa-heading-text {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }

  .flex-box {
    flex-flow: column;
    align-items: stretch;
  }

  .spa-care-image {
    min-height: 417px;
  }

  .spa-care-image.one {
    max-width: none;
  }

  .spa-image-block {
    min-height: 31.5em;
  }

  .new-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .first-column-block {
    padding-top: 0;
  }

  .blog-one-main-post-block {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .blog-page-banner-one {
    padding-top: 175px;
    padding-bottom: 75px;
  }

  .blog-one-main-post {
    max-width: none;
  }

  .blog-one-masnory-thumb.small-device-image-full-width {
    width: 100%;
  }

  .blog-details-banner {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .gallery-page-heading-two, .text-block-twelve {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .round-shape {
    width: 15px;
    height: 15px;
  }

  .room-booking-paragraph-text {
    max-width: 400px;
  }

  .booking-page-wrapper.box-one {
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-wrapper {
    padding-top: 30px;
  }

  .contact-one-banner-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .contact-one-name-company-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .main-contact-wrapper, .new-contact-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-page-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .chat-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
  }

  .main-contact-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-deatails-heading-text {
    text-align: center;
  }

  .service-details-quote-slider {
    height: 100%;
    padding-bottom: 42px;
  }

  .slide-nav-five.slider-off {
    display: none;
  }

  .new-gallery-image {
    flex: none;
  }

  .faq-small-text {
    max-width: 350px;
  }

  .main-gallery-block {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .aristo-logo {
    object-fit: contain;
  }

  .menu-button-one {
    padding-left: 0;
    padding-right: 0;
  }

  .licensing-section {
    padding-top: 55px;
  }

  .licensing-main-wrapper {
    grid-template-columns: 1fr;
  }

  .licensing-text-main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-four {
    font-size: 24px;
  }

  .clock-booking-widget {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-404.small-device-image-full-width {
    width: 100%;
  }

  .logo-404.close-button {
    width: 20px;
    height: auto;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading {
    font-size: 36px;
  }

  .h2-heading {
    font-size: 40px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-grid-large {
    grid-template-columns: 1fr;
  }

  .button-wrapper-rooms {
    padding-top: 30px;
  }

  .inner-grid-new {
    width: 70vw;
  }

  .header {
    margin-top: 4em;
  }
}

@media screen and (max-width: 479px) {
  .white-color.home-text-center {
    text-align: center;
  }

  .hotel-facilitie.align-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hotel-title-text {
    font-size: 15px;
  }

  .auto-fit.apartments {
    aspect-ratio: auto;
    object-fit: cover;
    width: auto;
    height: 20px;
  }

  .auto-fit.pet {
    aspect-ratio: 1;
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .cover-image.is-parallax.hide {
    display: none;
  }

  .slider-heading-one {
    text-align: center;
  }

  .border-left.padding-left-fifteen.service-display-flex {
    border-left-style: none;
    justify-content: center;
    align-items: center;
  }

  .room-types-one {
    justify-content: center;
    align-items: center;
  }

  .room-types-one.hide {
    display: none;
  }

  .small-inner-text, .display-one.margin-off {
    text-align: center;
  }

  .home-two-banner-wrapper {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .line-text {
    flex-flow: column;
  }

  .footer-address {
    border-left-style: none;
  }

  .footer-small-text {
    text-align: center;
  }

  .footer-email.padding-bottom-eleven.small-device-text {
    padding-bottom: 18px;
  }

  .copyright-text-one {
    text-align: center;
  }

  .footer-right-container {
    justify-content: center;
    align-items: center;
  }

  .homepage-text-wrapper.small-device-padding-thirty {
    padding-bottom: 30px;
  }

  .client-section-heading {
    text-align: center;
  }

  .profile-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .perspective-right-div {
    justify-content: flex-start;
    align-items: center;
  }

  .perspective-left-image {
    min-height: 435px;
  }

  .navbar-wrapper-two {
    justify-content: space-between;
    align-items: center;
  }

  .discover, .hotel-service-heading-text {
    text-align: center;
  }

  .hotel-service-right-wrapper {
    justify-content: center;
    align-items: center;
  }

  .new-room-text-block {
    text-align: center;
    white-space: nowrap;
  }

  .slider-left-wrapper {
    flex-flow: column;
  }

  .room-types-wrapper.small-device-full-width.small-device-gap.no-maxw {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .home-two-navigate-experiences {
    padding-top: 13px;
  }

  .footer-left-container-one {
    justify-content: center;
    align-items: center;
  }

  .footer-main-wrapper-one {
    flex-flow: column;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .company-heading-text {
    font-size: 25px;
  }

  .home-three-review-section {
    padding-bottom: 46px;
  }

  .profile-image-wrapper-box {
    flex-flow: column;
    padding-bottom: 0;
  }

  .grid-text-wrapper.text-one {
    text-align: center;
  }

  .superior-room {
    flex-direction: column;
    width: 80%;
  }

  .new-line {
    order: 1;
  }

  .title-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-direction: column;
    align-items: center;
  }

  .superior-room-left {
    justify-content: center;
    align-items: center;
  }

  .superior-heading-text {
    text-align: center;
  }

  .page-review.top.bottom {
    padding-bottom: 2.125em;
  }

  .service-line {
    width: 150px;
  }

  .first-features {
    flex-direction: column;
    align-items: center;
  }

  .new-room-features {
    padding-top: 21px;
  }

  .client-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .correct-point-one {
    width: 1.5em;
    height: 1.5em;
  }

  .first-inner-point {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
  }

  .review-small-text {
    text-align: center;
  }

  .correct-points {
    justify-content: center;
    align-items: stretch;
  }

  .recent-works-heading-text {
    text-align: center;
  }

  .about-page-hero-section-heading {
    font-size: 30px;
  }

  .welcom-text {
    flex-flow: column;
  }

  .welcom-text.text-align-start {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .total-rate {
    border-right-style: none;
    padding-bottom: 10px;
  }

  .text-align-center, .rate {
    text-align: center;
  }

  .welcome-room-text-block {
    order: -1;
  }

  .review-left-div.padding {
    padding-right: 0;
  }

  .inner-grid-one {
    width: 100%;
    margin-right: 0;
  }

  .review-heading.review-heading-text-center {
    text-align: center;
  }

  .review-image-two.small-device-full-width {
    min-height: 370px;
  }

  .review-right-div {
    flex-flow: column;
  }

  .right-review-text {
    justify-content: center;
    align-items: center;
    padding-top: 5px;
  }

  .worldwide-rating {
    flex-flow: column;
  }

  .paragraph-div-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .template-message {
    padding-right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .work-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .main-point-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-links {
    padding-bottom: 5vh;
  }

  .menu-main-link {
    font-size: 18px;
  }

  .menu-rooms {
    display: none;
  }

  .menu-close {
    flex: 0 auto;
  }

  .about-three-heading {
    font-size: 2.6em;
  }

  .faq-image {
    min-height: 490px;
  }

  .image-wrapper {
    grid-template-columns: 1fr;
  }

  .campaign-left-box {
    min-height: 466px;
  }

  .inner-right-text {
    justify-content: center;
    align-items: center;
  }

  .navbar-menu-font, .navbar-menu-font.change-text-clolor-white {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-bar-menu.change-navigation-three-menu-width.home-three-menu {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-bar-menu.change-navigation-three-menu-width.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-menu-wrap.difference {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-menu-wrap.difference.top {
    margin-top: 20px;
  }

  .contact-btn-wrapper-div {
    padding-top: 30px;
  }

  .heading-six {
    font-size: .9em;
    line-height: 30px;
  }

  .animation-color-bg {
    display: none;
  }

  .wrapper-text {
    text-align: center;
  }

  .profile-two-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    max-width: 300px;
  }

  .client-section-left {
    min-height: 519px;
  }

  .service-three-accordian {
    justify-content: center;
    align-items: center;
  }

  .page-button.small-device-button-off.maring_top {
    margin-top: 2em;
    display: block;
  }

  .pricing-page-nav-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .pricing-nav-container {
    width: 100%;
  }

  .service-slider-train {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .accordian-main-heading {
    text-align: center;
  }

  .spa-heading-text {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .spa-banner-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .spa-banner-section {
    background-image: linear-gradient(#00000078, #00000078), url("/api/media/file/219-6807baea222267493a9bc51e_Bild-11-1-.JPG?v=a982ae6fcfd0");
    background-position: 0 0, 40%;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding-bottom-twenty.align-center {
    text-align: center;
  }

  .grid-first-box.box-one {
    padding: 100px 20px 80px;
  }

  .spa-inner-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .spa-image {
    min-height: 529px;
  }

  .spa-image-block {
    display: none;
  }

  .spa-page-heading.title-align-center {
    text-align: center;
  }

  .spa-image-banner-logo {
    width: 80px;
    height: 80px;
  }

  .blog-one-main-post-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .new-client-review {
    flex-flow: column;
  }

  .blog-details-banner {
    background-image: url("/api/media/file/background-image.svg?v=b823ec7f9525");
    background-position: 0 0;
    background-size: cover;
    padding-bottom: 48px;
    position: relative;
  }

  .blog-details-heading {
    z-index: 10;
    font-size: 30px;
    position: relative;
  }

  .blog-details-wrapper {
    justify-content: center;
    align-items: center;
  }

  .gallery-page-heading-one {
    text-align: center;
  }

  .room-details-wrap {
    border-left-style: none;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .home-two-paragraph-text, .sticky-heading-text {
    text-align: center;
  }

  .room-details-paragraph-text {
    max-width: 400px;
  }

  .page-banner-image {
    height: 100%;
  }

  .catagory {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: row;
  }

  .first-catagory {
    justify-content: center;
    align-items: flex-start;
  }

  .first-catagory.padding-left-fourty {
    padding-left: 0;
  }

  .first-catagory.padding-left-fourty.border-left {
    border-left-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .first-catagory.padding-left-fourty.padding-right-fourty {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .first-catagory.padding-right-fourty.border-right {
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .new-text {
    font-size: 15px;
  }

  .testimonial-marquee-train {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-text-one, .paragraph-two {
    text-align: center;
  }

  .contact-one-banner-heading {
    font-size: 30px;
  }

  .contact-one-text-field {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .contact-one-name-company-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-one-submit-button {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .new-contact-details {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .contact-us-page-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .contact-two-button {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-contact-details {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-three-heading-text {
    text-align: center;
  }

  .service-details-banner-heading {
    max-width: 300px;
    font-size: 40px;
    line-height: 50px;
  }

  .new-counter-text {
    text-align: center;
  }

  .main-gallery-block {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-small-text-two {
    text-align: center;
  }

  .contact-two-heading-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .license-descripition.margin-bottom-thirty.text-light.hide {
    display: none;
  }

  .heading-five {
    font-size: 20px;
  }

  .heading-five.mobile-text-center {
    text-align: center;
  }

  .heading-four.blog-one-name {
    font-size: 20px;
  }

  .studio-no-40.padding, .studio-no-40.padding-down {
    padding-bottom: 4em;
  }

  .right-image-grid {
    width: 100%;
  }

  .persona-image-holder {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .div-block-155 {
    grid-column-gap: 2.8em;
    grid-row-gap: 2.8em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component-4, .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .logo-404.apartments {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .grid-category-item {
    justify-content: center;
    align-items: center;
  }

  .grid-category-item.padding-left-fourty {
    padding-left: 0;
  }

  .grid-category-item.padding-left-fourty.border-left {
    border-left-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-category-item.padding-left-fourty.padding-right-fourty {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .grid-category-item.padding-right-fourty.border-right {
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tabs-menu, .contact-tabs {
    padding-left: 1em;
    padding-right: 1em;
  }

  .contact-tabs.w--current {
    min-width: 8.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .get-in-touch-tab {
    padding-top: 0;
  }

  .gallery-lightbox-link {
    height: 330px;
  }

  .gallery-slider {
    padding-bottom: 60px;
    position: relative;
  }

  .gallery-button-wrapper {
    margin-top: 40px;
  }

  .slide-2 {
    margin-right: 30px;
  }

  .room-heading-style {
    line-height: 130%;
  }

  .room-description-inner {
    width: 100%;
  }

  .faq-grid-large {
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .faq-dropdown-short {
    width: 100%;
  }

  .faq-dropdown-toggle {
    padding-left: 29px;
    padding-right: 29px;
  }

  .paragraph-small-2 {
    width: 90%;
    font-size: 16px;
  }

  .faq-card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .travel-links {
    flex-flow: column;
  }

  .room-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .underline.studio, .underline.zwei-zimmer {
    width: 100%;
  }

  .beitr-ge-tab-wrapper.margin-button {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .tab-styling {
    padding: 5px 31px;
  }

  .background-video-3 {
    width: 100%;
    height: 40em;
  }

  .room-button-styling.w--current {
    padding-left: 8px;
    padding-right: 8px;
  }

  .room-button-styling.studio {
    padding-left: 44px;
    padding-right: 44px;
  }

  .collection-list {
    flex-flow: column;
  }

  .slider-4 {
    display: none;
  }

  .left-arrow {
    bottom: 0%;
    left: 30%;
  }

  .right-arrow {
    bottom: 0%;
    left: 55%;
  }

  .slider-mobile {
    background-color: #ddd0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
  }

  .left-arrow-2 {
    background-color: var(--fawn);
    border-radius: 9999px;
    width: 1.1em;
    height: 1.1em;
    inset: auto auto 0% 30%;
    box-shadow: 1px 1px 5px #0003;
  }

  .right-arrow-2 {
    background-color: var(--fawn);
    border-radius: 9999px;
    width: 1.1em;
    height: 1.1em;
    inset: auto 30% 0% auto;
    box-shadow: 1px 1px 5px #0003;
  }

  .overlay-bg {
    background-image: linear-gradient(#0000005e, #0000005e);
    position: absolute;
    inset: 0%;
  }

  .infinite-slider {
    padding-bottom: 60px;
    position: relative;
  }

  .slider-slide {
    margin-right: 30px;
  }

  .inner-grid-new {
    width: 100%;
    margin-right: -44px;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .section {
    min-height: 90vh;
  }

  .credential.top-margin {
    margin-top: 2em;
  }

  .header {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .text-f-15 {
    font-size: 1.4em;
  }

  .heading-2 {
    font-size: 3.25em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .credentials {
    flex-direction: column;
    align-items: center;
  }

  .text-f-14 {
    font-size: 1.4em;
  }

  .heading {
    font-size: 5em;
  }

  .section-2 {
    min-height: 90vh;
  }

  .heading-64 {
    font-size: 3.25em;
  }

  .carousel-arrows-2 {
    margin-top: 2.5em;
  }

  .heading-65 {
    font-size: 5em;
  }

  .fs-slider_button {
    padding: 1em 2rem;
  }

  .fs-slider_navigation {
    justify-content: center;
    align-items: center;
    padding-right: 1em;
  }

  .display-one-new.margin-off {
    text-align: center;
  }

  .languagedeutsch {
    margin-top: 20px;
    display: block;
  }

  .languagedeutsch.difference {
    margin-top: 0;
    margin-bottom: 0;
  }

  .languagedeutsch.difference.top {
    margin-top: 20px;
  }
}

#w-node-_3f67c5a7-f98e-4dd4-dc3f-9a54c12e9e9c-7863f579, #w-node-_3f67c5a7-f98e-4dd4-dc3f-9a54c12e9ea6-7863f579, #w-node-_3f67c5a7-f98e-4dd4-dc3f-9a54c12e9eb0-7863f579, #w-node-_6ba10b0c-2db4-8c48-a718-c3f04574b2fa-7863f57a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b69ee31-927c-d837-b2d2-5548e1c9b1d5-7863f57c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_246447f6-ef5d-1c4d-a6fb-e8242d128fee-7863f587, #w-node-_246447f6-ef5d-1c4d-a6fb-e8242d128ff6-7863f587 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa60eddc-6171-d44d-6905-5d5de738d194-7863f5e0, #w-node-aa60eddc-6171-d44d-6905-5d5de738d194-1326ff80, #w-node-aa60eddc-6171-d44d-6905-5d5de738d194-234bdbe2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Sixcaps';
  src: url('/api/media/file/82-678a353160f047148917337b_SixCaps.ttf?v=cebb7d71e5d9') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('/api/media/file/18-67825b17e9bf82af7863f5c1_Butler_ExtraBold.otf?v=3e6539f7ceb4') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('/api/media/file/21-67825b17e9bf82af7863f5c6_Butler_Medium.otf?v=d2f213f5374e') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('/api/media/file/19-67825b17e9bf82af7863f5c4_Butler_Light.otf?v=0dde9c701236') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('/api/media/file/20-67825b17e9bf82af7863f5c5_Butler_Regular.otf?v=94fee9252c71') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('/api/media/file/21-67825b17e9bf82af7863f5c6_Butler_Medium.otf?v=d2f213f5374e') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}