@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap");
.room h2,
.room-category h2,
.list-subpages-2 h2 {
  text-align: center;
}
.room .slider,
.room-category .slider,
.list-subpages-2 .slider {
  height: calc(100vh - 150px);
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.room .slider h2,
.room-category .slider h2,
.list-subpages-2 .slider h2 {
  display: block !important;
  z-index: 11;
  transition: opacity 0.5s ease-in-out;
}
.room .slider img,
.room-category .slider img,
.list-subpages-2 .slider img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.room .slider picture:first-of-type img,
.room-category .slider picture:first-of-type img,
.list-subpages-2 .slider picture:first-of-type img {
  opacity: 1;
}
.room .slider ul,
.room-category .slider ul,
.list-subpages-2 .slider ul {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
  z-index: 11;
  font-weight: bold;
  position: absolute;
  right: 30px; top:150px;
  color: #f3efec;
  align-items: stretch;
  justify-content: center;
  padding: 0 10px; background:url(../img/bg.png) repeat
}
@media (min-width: 900px) {
  .room .slider ul,
  .room-category .slider ul,
  .list-subpages-2 .slider ul {
    font-size: 10px;
    line-height: 16px;
  }
}
.room .slider ul li,
.room-category .slider ul li,
.list-subpages-2 .slider ul li {
  opacity: 0.7;
  padding: 20px 20px 0;
  width: 140px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: opacity 0.3s ease-in-out;
}
.room .slider ul li a,
.room-category .slider ul li a,
.list-subpages-2 .slider ul li a {
  border: none;
  display: block;
  position: relative;
}
.room .slider ul li a .slider-progress,
.room-category .slider ul li a .slider-progress,
.list-subpages-2 .slider ul li a .slider-progress {
  width: 100%;
  height: 4px;
  bottom: 0px;
  background-color: #f3efec;
  opacity: 0.6;
  margin-top: 20px;
}
.room .slider ul li a .slider-progress-percentage,
.room-category .slider ul li a .slider-progress-percentage,
.list-subpages-2 .slider ul li a .slider-progress-percentage {
  margin-top: 20px;
  opacity: 1;
  width: 0%;
  z-index: 10;
  left: 0px;
}
.room .slider ul li.active, .room .slider ul li:hover,
.room-category .slider ul li.active,
.room-category .slider ul li:hover,
.list-subpages-2 .slider ul li.active,
.list-subpages-2 .slider ul li:hover {
  opacity: 1;
}
.room h3,
.room-category h3,
.list-subpages-2 h3 {
  margin-bottom: 0.5em;
}
.room main,
.room-category main,
.list-subpages-2 main {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0 0;
}
.room h5,
.room-category h5,
.list-subpages-2 h5 {
  text-align: center;
}

.room-category .desktop,
.list-subpages-2 .desktop {
  padding: 0 22px;
}
.room-category .slider,
.list-subpages-2 .slider {
  height: 550px;
}
.room-category .room-listing,
.list-subpages-2 .room-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  margin: 50px 0;
}
.room-category .room-listing-entry,
.list-subpages-2 .room-listing-entry {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  width: calc(50% - 50px);
  background-color: white;
  margin: 50px 0;
}
.room-category .room-listing-entry .entry-text,
.list-subpages-2 .room-listing-entry .entry-text {
  position: relative;
  padding: 40px;
}
.room-category .room-listing-entry .entry-text h3, .room-category .room-listing-entry .entry-text h5,
.list-subpages-2 .room-listing-entry .entry-text h3,
.list-subpages-2 .room-listing-entry .entry-text h5 {
  text-align: left;
}
.room-category .room-listing-entry .entry-text .openclose,
.list-subpages-2 .room-listing-entry .entry-text .openclose {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (min-width: 900px) {
  .room-category .room-listing-entry .entry-text .openclose,
  .list-subpages-2 .room-listing-entry .entry-text .openclose {
    font-size: 12px;
    line-height: 25px;
  }
}
.room-category .room-listing-entry img,
.list-subpages-2 .room-listing-entry img {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.attributes {
  list-style-type: none;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 8px;
  line-height: 11px;
}
@media (min-width: 900px) {
  .attributes {
    font-size: 13px;
    line-height: 25px;
  }
}
.attributes li {
  display: inline-block;
}
.attributes li span {
  display: inline-block;
}
.attributes li span:first-letter {
  text-transform: uppercase;
}
.attributes li:before {
  content: "";
  display: inline-block;
  color: #f3efec;
  background-color: #384133;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.attributes.tags li {
  display: block;
}

.room-filters {
  padding: 70px 0;
  border-bottom: 2px solid #384133;
}

.filters li {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 8px;
  line-height: 11px;
  display: inline-block;
  padding: 3px 10px;
  margin: 0 5px;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
@media (min-width: 900px) {
  .filters li {
    font-size: 13px;
    line-height: 25px;
  }
}
.filters li:before {
  display: block;
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid #384133;
  border-radius: 10px;
  position: absolute;
  top: 9px;
  left: -15px;
}
.filters li:focus:before, .filters li:hover:before {
  background-color: #e5ccc1;
}
.filters li.active:before {
  background-color: #384133;
}

.room-categories-overview main {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 900px) {
  .room-categories-overview main {
    padding-top: 100px;
  }
}
@media (min-width: 1800px) {
  .room-categories-overview main {
    max-width: 1560px;
  }
}
.room-categories-overview h3 {
  margin-bottom: 20px;
}
.room-categories-overview .heading-packages {
  display: none;
}
.room-categories-overview.page-rooms .heading-packages {
  display: block;
}
.room-categories-overview .text {
  max-width: 720px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .room-categories-overview .text {
    padding: 20px 0;
  }
}
.room-categories-overview .room-category-list {
  width: auto;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5em;
}
@media (min-width: 1800px) {
  .room-categories-overview .room-category-list {
    max-width: 1560px;
  }
}
@media (min-width: 1200px) {
  .room-categories-overview .room-category-list.non-rooms-list {
    max-width: 1140px;
  }
}
.room-categories-overview .room-category-entry {
  border-bottom: none;
  width: 300px;
  margin: 0;
  padding: 60px 0;
  text-align: center;
  font-family: "Cutive Mono", "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
}
@media (min-width: 900px) {
  .room-categories-overview .room-category-entry {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 18px;
  }
}
.room-categories-overview .room-category-entry h4 {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
  margin: 1em 0;
}
@media (min-width: 900px) {
  .room-categories-overview .room-category-entry h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
.room-categories-overview .room-category-entry .room-text {
  text-align: left;
}
.room-categories-overview .room-category-entry .attributes {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
}
@media (min-width: 900px) {
  .room-categories-overview .room-category-entry .attributes {
    font-size: 10px;
    line-height: 16px;
  }
}
.room-categories-overview .room-category-entry .attributes li {
  display: inline;
}
.room-categories-overview .room-category-entry .attributes li:before {
  display: none;
}
.room-categories-overview .room-category-entry img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 1200px) {
  :not(.page-rooms) .room-category-list.non-rooms-list {
    max-width: 720px;
  }
}

/*

	GALLERY

*/
@media (min-width: 900px) {
  .gallery main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0;
  }
}
.gallery .text {
  width: 100%;
  text-align: center;
  padding: 0px 60px 0px;
  margin: 0 auto;
}
.gallery .text-content {
  text-align: center;
}
.gallery h3 {
  margin-bottom: 1em;
}
.gallery .image-gallery {
  display: block;
}
.gallery .image-gallery img {
  padding: 0 18px 18px;
}
@media (min-width: 900px) {
  .gallery .image-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 20px 60px;
  }
  .gallery .image-gallery img {
    width: 100%;
    padding: 0;
  }
  .gallery .image-gallery img:nth-of-type(3n) {
    grid-column-end: span 2;
  }
}

.desktop,
.slider {
  display: none;
}
@media (min-width: 900px) {
  .desktop,
  .slider {
    display: block;
  }
}

.mb-only {
  display: block;
}
@media (min-width: 900px) {
  .mb-only {
    display: none;
  }
}
.mb-only h2 {
  text-align: center;
  margin: 12px 0 16px;
}

.hero-image {
  width: 100%;
  height: 345px;
  object-fit: cover;
  object-position: center center;
}

.mb-slogan,
.mb-only .slogan {
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 8px;
  line-height: 11px;
}
@media (min-width: 900px) {
  .mb-slogan,
  .mb-only .slogan {
    font-size: 13px;
    line-height: 25px;
  }
}
.mb-slogan > *,
.mb-only .slogan > * {
  flex-basis: 33.3333333333%;
  flex-grow: 0;
}
.mb-slogan a,
.mb-only .slogan a {
  border: none;
}
.mb-slogan .mb-slogan-center,
.mb-only .slogan .mb-slogan-center {
  text-align: center;
}
.mb-slogan .mb-slogan-right,
.mb-only .slogan .mb-slogan-right {
  text-align: right;
}

.mb-slider {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100vw;
  height: 400px;
  z-index: 1 !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}
.mb-slider img {
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  scroll-snap-align: start;
}

.dots {
  position: absolute;
  top: 378px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.dots .dot {
  height: 6px;
  width: 6px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: white;
  opacity: 0.3;
}
.dots .dot.active {
  opacity: 1;
}

.mb-fw-image {
  display: block;
  width: 100%;
  height: auto;
}

.mb-hero-image {
  display: block;
  width: 100%;
  height: 220px;
  object-position: center center;
  object-fit: cover;
}

.mb-list .mb-list-entry {
  border-top: 1px solid #384133;
  min-height: 65px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}
.mb-list .mb-list-entry:last-of-type {
  border-bottom: 1px solid #384133;
}
.mb-list .mb-list-entry > * {
  z-index: 10;
}
.mb-list .mb-list-entry h4 {
  position: relative;
  text-align: center;
  padding: 20px;
  transition: color 0.1s ease-in-out;
}
.mb-list .mb-list-entry .entry-image {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
  width: 100vw;
  height: 400px;
  object-position: center center;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  display: none;
}
.mb-list .mb-list-entry .mb-slider {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  display: none;
}
.mb-list .mb-list-entry .mb-entry-more {
  position: relative;
  height: 0px;
  overflow: hidden;
  transition: height 0.2s ease-in-out, background-color 0.1s ease-in-out;
}
.mb-list .mb-list-entry .mb-entry-more .more-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}
.mb-list .mb-list-entry .mb-entry-more > * {
  position: relative;
}
.mb-list .mb-list-entry .mb-entry-more .openclose {
  display: none;
}
.mb-list .mb-list-entry .mb-entry-more .text {
  padding: 20px;
}
.mb-list .mb-list-entry .mb-entry-more .button {
  margin: 25px 0 15px;
}

.room-categories-overview h3 {
  margin-top: 20px;
}

.home h1,
.home h2,
.home h3 {
  hyphens: none;
}
.home .dots {
  display: none;
}

.home .mb-list-entry.open,
.room-categories-overview .mb-list-entry.open {
  background: black;
}
.home .mb-list-entry.open h4,
.room-categories-overview .mb-list-entry.open h4 {
  color: white;
}
.home .mb-list-entry.open img,
.room-categories-overview .mb-list-entry.open img {
  display: block;
  opacity: 0.5;
}
.home .mb-list-entry.open .mb-entry-more,
.room-categories-overview .mb-list-entry.open .mb-entry-more {
  height: 335px;
}
.home .mb-list-entry.open .more-wrapper,
.room-categories-overview .mb-list-entry.open .more-wrapper {
  min-height: 335px;
}
.home .mb-list-entry.open > *,
.room-categories-overview .mb-list-entry.open > * {
  color: white;
}
.home .mb-list-entry.open .button,
.room-categories-overview .mb-list-entry.open .button {
  border-color: white;
}
.home .mb-list-entry .mb-slider,
.room-categories-overview .mb-list-entry .mb-slider {
  display: none;
}

.room-category h2,
.list-subpages h2,
.list-subpages-2 h2 {
  display: block;
}
.room-category .mb-hero-image,
.list-subpages .mb-hero-image,
.list-subpages-2 .mb-hero-image {
  position: relative;
  top: -20px;
}
.room-category .mb-list-entry.open h4,
.list-subpages .mb-list-entry.open h4,
.list-subpages-2 .mb-list-entry.open h4 {
  color: white;
}
.room-category .mb-list-entry.open .mb-slider,
.list-subpages .mb-list-entry.open .mb-slider,
.list-subpages-2 .mb-list-entry.open .mb-slider {
  display: flex;
  opacity: 1;
}
.room-category .mb-list-entry.open .mb-entry-more,
.list-subpages .mb-list-entry.open .mb-entry-more,
.list-subpages-2 .mb-list-entry.open .mb-entry-more {
  height: auto;
  z-index: 0;
}
.room-category .mb-list-entry.open .more-wrapper,
.list-subpages .mb-list-entry.open .more-wrapper,
.list-subpages-2 .mb-list-entry.open .more-wrapper {
  margin-top: 335px;
}
.room-category .mb-list-entry .entry-image,
.list-subpages .mb-list-entry .entry-image,
.list-subpages-2 .mb-list-entry .entry-image {
  display: none !important;
}
.room-category .mb-list-entry.open,
.list-subpages .mb-list-entry.open,
.list-subpages-2 .mb-list-entry.open {
  height: auto;
}

