@charset "UTF-8";
/*
	FONTS
*/
@import url("https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap");
/*
  RESETS
*/
* {
  box-sizing: border-box;
  margin: 0;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  background: none;
}

@font-face {
  font-family: "MaisonNeue";
  src: url("../fonts/MaisonNeueMono-Regular.woff2") format("woff2"), url("../fonts/MaisonNeueMono-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue";
  src: url("../fonts/MaisonNeueMono-Bold.woff2") format("woff2"), url("../fonts/MaisonNeueMono-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
/* 
	HEADINGS
*/
h1 {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 34px;
  line-height: 42px;
}
@media (min-width: 900px) {
  h1 {
    font-size: 90px;
    line-height: 130px;
  }
}

h2 {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 34px;
  line-height: 42px;
}
@media (min-width: 900px) {
  h2 {
    font-size: 60px;
    line-height: 80px;
  }
}

h3 {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 34px;
  line-height: 42px;
}
@media (min-width: 900px) {
  h3 {
    font-size: 45px;
    line-height: 65px;
  }
}
h3 {
  text-align: center;
}

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;
}
@media (min-width: 900px) {
  h4 {
    font-size: 20px;
    line-height: 25px;
  }
}

h5 {
  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) {
  h5 {
    font-size: 12px;
    line-height: 25px;
  }
}

h6 {
  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) {
  h6 {
    font-size: 10px;
    line-height: 16px;
  }
}

.slogan {
  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) {
  .slogan {
    font-size: 13px;
    line-height: 25px;
  }
}

#menu,
.footer-menu {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
}

/*
	TEXT / PARAGRAPHS
*/
body {
  font-family: "Cutive Mono", "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
}
@media (min-width: 900px) {
  body {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 20px;
  }
}

.big {
  font-family: "Cutive Mono", "Courier New", monospace;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 25px;
}
@media (min-width: 900px) {
  .big {
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 40px;
  }
}

/*
	OTHER ELEMENTS
*/
.button,
.closed,
input.email,
input.password,
input.searchterm,
input.search {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.2em;
}
@media (min-width: 900px) {
  .button,
  .closed,
  input.email,
  input.password,
  input.searchterm,
  input.search {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
  }
}

.results-filter {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.2em;
}
@media (min-width: 900px) {
  .results-filter {
    font-size: 14px;
    line-height: 20px;
  }
}

.result-type {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.2em;
}
@media (min-width: 900px) {
  .result-type {
    font-size: 12px;
    line-height: 20px;
  }
}

/* Grow */
:root {
  --app-height: 100vh;
}

html {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  hyphens: auto;
}

.big p,
section p {
  hyphens: none;
}

body {
  font-family: "Cutive Mono", "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
}
@media (min-width: 900px) {
  body {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 20px;
  }
}
body {
  background-color: #f3efec;
  color: #384133;
  min-height: calc(100vh - 50px);
  max-width: 100vw;
  margin-top: 50px;
}
body:before {
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  content: " ";
  height: 50px;
  width: 100vw;
  user-select: none;
  z-index: 49;
  background-color: white;
}
body.nobooking {
  padding-top: 0;
  min-height: 100vh;
}

main {
  min-height: calc(100vh - 50px);
}
input,
textarea,
button {
  border: 1px solid gray;
}

button {
  border-radius: 0;
  padding: 0.75em 1em;
  background-color: transparent;
}
button * {
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}
img.zoom {
  cursor: pointer;
}

a {
  text-decoration: none;
  border-bottom: 1px solid;
}

body:not(.careers) iframe:not(.aleno-reservations) {
  max-width: 100vw;
  max-height: 120vw;
  margin: 0 -20px;
}

.button {
  border: 1px solid #384133;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 900px) {
  .button {
    border: 2px solid #384133;
    padding: 12px 35px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, color, background-color;
    transition-property: transform, color, background-color;
  }
  .button:hover, .button:focus, .button:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .button:hover, .button:focus, .button:active {
    color: #f3efec;
    background-color: #384133;
  }
}

.text {
  padding: 20px;
  text-align: center;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  margin-bottom: 1em;
}
.text .button {
  margin: 5em auto;
}

.hide {
  display: none !important;
}

.topbar {
  padding: 40px 55px;
}

.big {
  text-align: center;
  margin: 0 0 50px;
}
@media (min-width: 900px) {
  .big {
    margin: 0 auto 80px auto;
    max-width: 935px;
  }
}

p {
  margin-bottom: 1em;
}

.slogan {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 20px;
}
@media (min-width: 900px) {
  .slogan {
    min-height: unset;
    height: 100px;
    margin-bottom: 20px;
  }
}
.slogan > * {
  flex-basis: 33.3333333333%;
  flex-grow: 0;
}
.slogan .slogan-left {
  text-align: left;
}
.slogan .slogan-center {
  text-align: center;
}
.slogan .slogan-right {
  text-align: right;
}

.openclose {
  text-align: right;
  position: relative;
  padding-right: 1.5em;
}
.openclose:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background-color: #DB9075;
  position: absolute;
  top: 50%;
  transform: translateY(-0.5em);
  right: 0px;
}
.openclose.open:after {
  background-color: #8CB985;
}

.icon {
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 900px) {
  .icon {
    margin: 0 auto 60px auto;
  }
}
.icon img {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  max-width: 130px;
  padding: 0 !important;
  user-select: none;
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.parallax-wrapper {
  overflow: hidden;
}
.parallax-wrapper img {
  vertical-align: middle;
}

/*
	HEADER
*/
.logo,
main > h1,
.desktop > h1 {
  display: none;
}

#menuToggle {
  display: block;
  position: fixed;
  top: 18px;
  left: 18px;
}
@media (min-width: 900px) {
  #menuToggle {
    left: 22px;
  }
}
#menuToggle {
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  color: tomato;
}
#menuToggle > input {
  display: block;
  width: 50px;
  height: 64px;
  position: absolute;
  top: -18px;
  left: -22px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  background: #384133;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle {
  /* 
   * Transform all the slices of hamburger
   * into a crossmark.
   */
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 1px);
  background: #384133;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

#menu {
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transition: left 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s ease-in-out;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ #menu {
  left: 0px;
  opacity: 1;
}

#menu {
  opacity: 0;
  position: fixed;
  top: 0px;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  height: --webkit-fill-available;
  overflow-y: auto;
  background-color: #e5ccc1;
  padding: 30px 40px;
}
@media (min-width: 900px) {
  #menu {
    padding: 117px 117px 97px;
  }
}
#menu:before {
  z-index: 60;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  content: " ";
  height: 50px;
  width: 100vw;
  user-select: none;
  background-color: #e5ccc1;
}
#menu a {
  border-bottom: none;
}
#menu > ul:not(#languages-menu) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#menu > ul:not(#languages-menu) > li {
  width: 25%;
  min-width: 280px;
  margin: 45px 0 0 0;
  font-size: 8px;
  letter-spacing: 0.2em;
  line-height: 14px;
}
@media (min-width: 900px) {
  #menu > ul:not(#languages-menu) > li {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 60px 0;
  }
}
#menu > ul:not(#languages-menu) > li > a {
  display: block;
}
#menu > ul:not(#languages-menu) > li ul {
  margin-top: 14px;
}
@media (min-width: 900px) {
  #menu > ul:not(#languages-menu) > li ul {
    margin-top: 27px;
  }
}
#menu > ul:not(#languages-menu) > li ul {
  display: flex;
  flex-direction: column;
}
#menu > ul:not(#languages-menu) > li ul li {
  font-size: 13px;
  letter-spacing: 0.124em;
  line-height: 30px;
}
@media (min-width: 900px) {
  #menu > ul:not(#languages-menu) > li ul li {
    font-size: 12px;
  }
}
#menu > ul:not(#languages-menu) > li ul li {
  font-weight: normal;
}
#menu ul#languages-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0px;
  padding: 0;
  top: 75px;
  margin: 0 38px 0 0;
  width: auto;
}
@media (min-width: 900px) {
  #menu ul#languages-menu {
    flex-direction: row;
    top: 100px;
    right: 25px;
    margin: 0;
  }
}
#menu ul#languages-menu li {
  font-weight: normal;
  margin: 0 0 1em 0;
}
@media (min-width: 900px) {
  #menu ul#languages-menu li {
    margin: 0 16px 0 0;
  }
}
#menu ul#languages-menu li:last-of-type {
  margin-right: 0;
}
#menu ul#languages-menu li a:not(.active) {
  color: rgba(0, 0, 0, 0.4);
}
#menu ul#languages-menu li .active {
  font-weight: bold;
}
#menu .playlist-link {
  position: absolute;
  right: 41px;
  top: 180px;
  height: 30px;
  width: 30px;
}
@media (min-width: 900px) {
  #menu .playlist-link {
    right: 30px;
    top: 150px;
  }
}
#menu .playlist-link a {
  display: block;
  height: 45px;
  width: 45px;
  background: url("../img/playlist.svg");
  background-size: 60px;
  background-position: -9px -9px;
  background-repeat: no-repeat;
}
#menu .menu-search {
  padding-right: 50px;
  margin-top: 48px;
  margin-bottom: -10px;
}
#menu .menu-search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  color: #384133;
}
#menu .menu-search form input {
  border: 1px solid #384133;
  margin: 0;
  text-transform: uppercase;
  opacity: 1;
  padding: 0;
}
#menu .menu-search form input:first-of-type {
  border-right: none;
  width: 100%;
  padding: 10px 25px;
  font-weight: normal;
}
#menu .menu-search form input:last-of-type {
  font-weight: bold;
  padding: 10px 15px;
  cursor: pointer;
}
#menu .menu-search form input:last-of-type:hover {
  background-color: #384133;
  color: #f3efec;
}
#menu .menu-search form label {
  display: none;
}
@media (min-width: 900px) {
  #menu .menu-search {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 89px;
    width: 80%;
    max-width: 650px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
  #menu .menu-search form input:last-of-type {
    padding: 10px 30px;
  }
}

/*
	HEADER: BOOKING
*/
#sb-container .sb__form-field-input.sb-custom-box-shadow-color.sb-custom-box-shadow-color-hover.sb-custom-box-shadow-color-focus.sb-custom-field-bg-color {
  box-shadow: none !important;
}

#sb-container {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  text-transform: unset;
}
#sb-container .sb {
  padding: 0 !important;
  height: 100%;
}
#sb-container .sb__property {
  display: none;
}
#sb-container .sb-custom-button-hover-bg-color:hover {
  color: #f3efec !important;
}
#sb-container .sb__footer-actions,
#sb-container .sb__form-field-label {
  display: none;
}
#sb-container .sb-custom-box-shadow-color {
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
#sb-container .sb-custom-field-bg-color {
  box-shadow: none !important;
}
#sb-container .sb__form-field-input,
#sb-container .sb__btn--verify {
  padding: 4px 20px 0px !important;
  height: auto;
}
#sb-container .sb__btn--verify {
  margin-top: 0px !important;
  padding-right: 12px !important;
  font-size: 14px;
  line-height: 19px;
}
#sb-container .sb__btn:hover {
  background-color: white !important;
  color: #384133 !important;
}
#sb-container .sb__btn {
  border: 2px solid #384133;
  border-radius: 0px;
  text-transform: uppercase;
}
#sb-container #sb-container_sb__form {
  height: 100%;
}
#sb-container #sb-container_sb__form .sb__dates {
  width: 50% !important;
}
#sb-container #sb-container_sb__form .sb__guests-rooms {
  width: 25% !important;
}
#sb-container .sb__form-field,
#sb-container .sb__form-field-input {
  height: 100%;
  border-width: 0px !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sb-container #sb-container_sb__form-field--checkavailability {
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
  border: none;
  padding: 0 0px !important;
  width: auto;
  margin-left: auto;
}
#sb-container #sb-container_sb__form-field--guests {
  justify-content: flex-end;
}
#sb-container #sb-container_sb__form-field--checkin div {
  justify-content: flex-start;
}
#sb-container .sb__form-field-date-wrapper {
  flex-grow: 0;
  text-align: left;
}
#sb-container .icon {
  margin: 0;
}
#sb-container .sb__form-field-icon {
  display: none;
}

#booking {
  z-index: 110;
  position: fixed;
  top: 0;
  left: 50px;
  width: calc(100vw - 50px);
  height: 50px;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 900px) {
  #booking {
    left: 117px;
    width: calc(100% - 117px);
  }
}
#booking > * {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  padding: 14px 16px;
}
@media (min-width: 900px) {
  #booking > * {
    padding: 15.5px 10px;
  }
}
#booking > * {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
#booking h1 {
  position: relative;
  text-align: center;
  flex-grow: 1;
  width: 20%;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 24px;
}
@media (min-width: 900px) {
  #booking h1 {
    text-align: left;
    padding-left: 0;
    margin-right: 117px;
    font-size: unset;
    letter-spacing: unset;
    line-height: unset;
  }
}
#booking h1 a {
  border: none;
  position: relative;
  z-index: 5;
}
#booking #sb-container {
  display: none;
  flex-basis: 100%;
  flex-shrink: 1;
  padding: 0px 10px 0 0;
}
@media (min-width: 900px) {
  #booking #sb-container {
    display: block;
  }
}
#booking .mobile-booknow {
  display: block;
  width: 50px;
  max-width: 50px;
  padding-left: 0px;
  overflow-y: show;
}
#booking .mobile-booknow a {
  font-weight: bold;
  border: none;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.2em;
  min-width: 50px;
  display: block;
  text-align: right;
  float: right;
}
@media (min-width: 900px) {
  #booking .mobile-booknow {
    display: none;
  }
  #booking .mobile-booknow.desktop-booknow {
    display: block;
  }
  #booking .mobile-booknow {
    position: absolute;
    top: 0px;
    right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: unset;
    width: 117px;
    overflow: show;
  }
  #booking .mobile-booknow a {
    width: 200px;
    display: block;
    font-size: 14px;
    line-height: 19px;
  }
}
#booking input {
  border: 0;
}
#booking .button {
  font-weight: bold;
  background: none;
  width: 102px;
  padding-left: 0px;
}
#booking .button-booknow {
  display: none;
}
@media (min-width: 900px) {
  #booking .button-booknow {
    display: block;
    padding: 7.5px 22px;
  }
  #booking .button-booknow a {
    font-weight: bold;
    border: 2px solid #384133;
    padding: 6px 20px;
    letter-spacing: 0.2em;
    min-width: 50px;
    display: block;
    text-align: right;
    float: right;
    transition: all 0.3s ease-out;
  }
  #booking .button-booknow a:hover {
    background-color: #384133;
    color: #f3efec;
    transform: scale(1.05);
  }
}
#booking .sb__form {
  flex-wrap: nowrap;
}
#booking .sb__dates {
  display: flex;
  margin-top: 0px;
}
#booking .sb__guests-rooms {
  margin-top: 0px;
}

#no-booking {
  z-index: 110;
  position: fixed;
  top: 0;
  left: 120px;
  width: calc(100vw - 120px);
  height: 50px;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 900px) {
  #no-booking {
    left: 300px;
    width: calc(100% - 300px);
  }
}
#no-booking > * {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  padding: 14px 16px;
}
@media (min-width: 900px) {
  #no-booking > * {
    padding: 15.5px 10px;
  }
}
#no-booking > * {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
#no-booking h1 {
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 24px;
}
@media (min-width: 900px) {
  #no-booking h1 {
    text-align: left;
    font-size: unset;
    letter-spacing: unset;
    line-height: unset;
    max-width: 100%;
    padding-left: 67px;
  }
}
#no-booking h1 a {
  z-index: 100;
  display: inline-block;
  position: relative;
  border: none;
}
#no-booking .concierge-links {
  min-width: 120px;
}
@media (min-width: 900px) {
  #no-booking .concierge-links {
    min-width: 300px;
  }
}
#no-booking .concierge-links a {
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  font-size: 9px;
  line-height: 12px;
  width: auto;
  margin-left: auto;
  letter-spacing: 0.2em;
  display: block;
  text-align: right;
}
@media (min-width: 900px) {
  #no-booking .concierge-links a {
    text-align: right;
    font-weight: bold;
    border: none;
    padding: 0 0px !important;
    font-size: 14px;
    line-height: 19px;
  }
}

.page-restaurant #booking h1,
.page-restaurant-child #booking h1 {
  width: calc(100% - 117px);
  position: relative;
}
.page-restaurant #booking h1 a,
.page-restaurant-child #booking h1 a {
  display: none;
}
@media (min-width: 900px) {
  .page-restaurant #booking h1 a,
  .page-restaurant-child #booking h1 a {
    display: block;
  }
}

.outlet-title {
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 16px;
}

.slider {
  line-height: 0px;
  position: relative;
  color: #f3efec;
}
.slider h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  user-select: none;
  z-index: 10;
}

.text-content {
  padding: 20px 0;
}
.text-content ul {
  list-style: disc;
}
.text-content ul li {
  margin-left: 17px;
}
@media (min-width: 900px) {
  .text-content {
    padding: 20px;
    margin-bottom: 100px;
    column-count: 2;
    column-gap: 80px;
    text-align: left;
  }
  .text-content ul li {
    margin-left: 20px;
  }
}

/*
	FOOTER
*/
footer {
  position: relative;
  padding: 40px;
}
@media (min-width: 900px) {
  footer {
    padding: 64px;
  }
}
footer {
  background-color: #384133;
  color: #f3efec;
}
footer a {
  border: none;
}
footer .footer-signup {
  margin-bottom: 5em;
}
footer .footer-signup h4 {
  text-align: center;
  margin-bottom: 1em;
}
footer .footer-signup .newsletter-message {
  text-align: center;
  margin-bottom: 2em;
}
footer .footer-signup form #mc_embed_signup_scroll,
footer .footer-signup form fieldset {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
footer .footer-signup form #mc_embed_signup_scroll .mc-field-group,
footer .footer-signup form #mc_embed_signup_scroll .fieldgroup,
footer .footer-signup form fieldset .mc-field-group,
footer .footer-signup form fieldset .fieldgroup {
  flex-grow: 1;
}
footer .footer-signup form #mc_embed_signup_scroll input,
footer .footer-signup form #mc_embed_signup_scroll button,
footer .footer-signup form fieldset input,
footer .footer-signup form fieldset button {
  border: 1px solid #f3efec;
  margin: 0;
}
footer .footer-signup form #mc_embed_signup_scroll input.email,
footer .footer-signup form fieldset input.email {
  border-right: none;
  width: 100%;
  padding: 10px 15px;
  font-weight: normal;
}
footer .footer-signup form #mc_embed_signup_scroll input.button,
footer .footer-signup form #mc_embed_signup_scroll button,
footer .footer-signup form fieldset input.button,
footer .footer-signup form fieldset button {
  font-weight: bold;
}
footer .footer-signup form #mc_embed_signup_scroll input.button:hover,
footer .footer-signup form #mc_embed_signup_scroll button:hover,
footer .footer-signup form fieldset input.button:hover,
footer .footer-signup form fieldset button:hover {
  background-color: #f3efec;
  color: #384133;
}
footer .footer-signup form #mc_embed_signup_scroll label,
footer .footer-signup form fieldset label {
  display: none;
}
@media (min-width: 900px) {
  footer .footer-signup {
    position: absolute;
    left: 50%;
    padding-right: 240px;
    width: 50%;
    max-width: 650px;
  }
  footer .footer-signup h4 {
    font-size: 10px;
    line-height: 30px;
    text-align: left;
  }
  footer .footer-signup .newsletter-message {
    display: none;
  }
  footer .footer-signup form {
    margin-top: 35px;
  }
  footer .footer-signup .button {
    padding: 10px 15px;
  }
}
footer .footer-search {
  margin-bottom: 5em;
}
footer .footer-search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
footer .footer-search form input {
  border: 1px solid #f3efec;
  margin: 0;
  text-transform: uppercase;
}
footer .footer-search form input:first-of-type {
  border-right: none;
  width: 100%;
  padding: 10px 25px;
  font-weight: normal;
}
footer .footer-search form input:last-of-type {
  font-weight: bold;
  padding: 10px 15px;
  cursor: pointer;
}
footer .footer-search form input:last-of-type:hover {
  background-color: #f3efec;
  color: #384133;
}
footer .footer-search form label {
  display: none;
}
footer .footer-search h4 {
  margin-bottom: 30px;
  font-size: 10px;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 900px) {
  footer .footer-search {
    position: absolute;
    left: 50%;
    top: 180px;
    padding-right: 240px;
    width: 50%;
    max-width: 650px;
  }
  footer .footer-search h4 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  footer .footer-search form {
    margin-top: 15px;
  }
  footer .footer-search form input:last-of-type {
    padding: 10px 30px;
  }
}
footer .footer-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 900px) {
  footer .footer-menu {
    width: 50%;
  }
}
footer .footer-menu > li {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 40px;
}
footer .footer-menu > li:nth-of-type(even) {
  margin-right: 0;
}
@media (min-width: 900px) {
  footer .footer-menu > li {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
  }
  footer .footer-menu > li:nth-of-type(even) {
    margin-right: 60px;
  }
  footer .footer-menu > li {
    margin-bottom: 0px;
  }
  footer .footer-menu > li:last-of-type {
    margin-right: 0;
  }
}
footer .footer-menu > li {
  font-size: 10px;
  line-height: 30px;
}
footer .footer-menu > li > a {
  display: block;
}
footer .footer-menu > li ul {
  margin-top: 27px;
  font-size: 10px;
  display: flex;
  flex-direction: column;
}
footer .footer-menu > li ul li {
  font-size: 13px;
}
@media (min-width: 900px) {
  footer .footer-menu > li ul li {
    font-size: 12px;
  }
}
footer .footer-menu > li ul li {
  font-weight: normal;
}
footer .footer-copyright {
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 900px) {
  footer .footer-copyright {
    position: absolute;
    top: 64px;
    right: 64px;
    align-items: flex-end;
  }
}
footer .footer-copyright img {
  width: 100px;
  height: auto;
}
footer .footer-copyright div {
  margin-top: 2.5em;
}
@media (min-width: 900px) {
  footer .footer-copyright div {
    margin-top: auto;
    margin-bottom: 28px;
  }
}
footer .footer-copyright div {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 10px;
  line-height: 16px;
}
footer.concierge-footer .footer-copyright {
  position: initial;
  display: block;
  text-align: center;
}
footer.concierge-footer .footer-copyright img {
  margin: 0 auto;
}

.footer-partners {
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .footer-partners {
    justify-content: space-between;
  }
}
.footer-partners > * {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
@media (min-width: 900px) {
  .footer-partners > * {
    margin: 40px 0;
  }
}
.footer-partners > * {
  flex-basis: auto;
  padding: 0 20px;
}
.footer-partners a {
  border: none;
  justify-content: center;
}
.footer-partners > div {
  justify-content: center;
}
.footer-partners img {
  margin: 0 auto;
  width: 100%;
  max-height: 43px;
  max-width: 55px;
}
@media (min-width: 900px) {
  .footer-partners img {
    max-width: 300px;
    max-height: 120px;
  }
}
.footer-partners img {
  object-position: center center;
  object-fit: contain;
}

/*

	HOME PAGE

*/
/*

	HERO SECTION

*/
.section-hero {
  height: 50vh;
  border: none;
}
@media (min-width: 900px) {
  .section-hero {
    height: calc(100vh - 50px);
  }
}
.section-hero {
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.section-hero > * {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
.section-hero h1 {
  display: none;
}
@media (min-width: 900px) {
  .section-hero h1 {
    display: inline-block;
  }
}
.section-hero h1 {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
  color: #f3efec;
  letter-spacing: 0.33em;
}
.section-hero h2 {
  display: inline-block;
}
@media (min-width: 900px) {
  .section-hero h2 {
    display: none;
  }
}
.section-hero h2 {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  color: #f3efec;
  letter-spacing: 0.2em;
}
.section-hero > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero video[poster] {
  object-fit: cover;
}
.section-hero .hero_slides {
  display: none;
}
@media (min-width: 900px) {
  .section-hero .hero_slides {
    display: block;
  }
}
.section-hero .hero_slides_item {
  width: 100%;
  height: 100%;
}
.section-hero .hero_slides_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero .hero_image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-out;
}
.section-hero .hero_image_active {
  z-index: 5;
  opacity: 1;
}
.section-hero .hero_links {
  display: none;
}
@media (min-width: 900px) {
  .section-hero .hero_links {
    display: flex;
  }
}
.section-hero .hero_links {
  z-index: 10;
  height: 70px;
  top: unset;
  bottom: 60px;
  justify-content: space-between;
  align-items: stretch;
  color: #f3efec;
  padding: 0 50px;
  text-align: center;
}
.section-hero .hero_links .hero_links_item {
  padding: 0 8px;
  height: auto;
  flex-basis: 1;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-hero .hero_links .hero_links_item:first-of-type {
  text-align: left;
}
.section-hero .hero_links .hero_links_item:last-of-type {
  text-align: right;
}
.section-hero .hero_links .hero_links_item a {
  text-decoration: none;
  border: none;
  position: relative;
}
.section-hero .hero_links .hero_links_item .hero_links_item_wrapper {
  position: relative;
  display: inline;
}
.section-hero .hero_links .hero_links_item .hero_links_item_title {
  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) {
  .section-hero .hero_links .hero_links_item .hero_links_item_title {
    font-size: 15px;
    line-height: 20px;
  }
}
.section-hero .hero_links .hero_links_item .hero_links_item_title {
  position: relative;
  top: 0;
}
.section-hero .hero_links .hero_links_item .hero_links_item_description {
  font-family: "Cutive Mono", "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
}
@media (min-width: 900px) {
  .section-hero .hero_links .hero_links_item .hero_links_item_description {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 18px;
  }
}
.section-hero .hero_links .hero_links_item .hero_links_item_description {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.section-hero .hero_links .hero_links_item:first-of-type .hero_links_item_description {
  left: 0;
  transform: none;
}
.section-hero .hero_links .hero_links_item:last-of-type .hero_links_item_description {
  left: unset;
  right: 0;
  transform: none;
}
.section-hero .hero_links .hero_links_item:hover .hero_links_item_title {
  top: -1em;
  transition: top 0.3s ease-out;
}
.section-hero .hero_links .hero_links_item:hover .hero_links_item_description {
  visibility: visible;
  margin-top: 1em;
  height: 3em;
  opacity: 1;
  transition: height 0.3s ease-out, opacity 0.5s ease-in;
}

/*

	SECTIONS

*/
section {
  position: relative;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 900px) {
  section {
    border: none;
    display: block;
    margin: 120px auto 200px auto;
    padding: 0 50px;
    max-width: 1440px;
  }
}

/*
		INTRO
*/
.section-intro {
  max-width: unset;
  margin-top: 20px;
}
@media (min-width: 900px) {
  .section-intro {
    margin-top: 0px;
  }
}
.section-intro h1 {
  margin: 45px auto 120px;
  max-width: 670px;
  text-align: center;
}
.section-intro h2 {
  max-width: 670px;
  text-align: center;
  margin: 60px auto 80px;
}
.section-intro .intro-text {
  display: none;
}
@media (min-width: 900px) {
  .section-intro .intro-text {
    display: block;
  }
}
.section-intro .intro-text {
  max-width: 1035px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .section-intro .intro-text-mobile {
    display: none;
  }
}
.section-intro .intro-text-mobile {
  font-family: "Cutive Mono", "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
}
@media (min-width: 900px) {
  .section-intro .intro-text-mobile {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 20px;
  }
}
.section-intro .intro-text-mobile {
  text-align: center;
}
.section-intro p {
  margin: 0 auto;
}
.section-intro .slogan {
  display: none;
}
@media (min-width: 900px) {
  .section-intro .slogan {
    display: flex;
  }
}
.section-intro h1 {
  display: none;
}
@media (min-width: 900px) {
  .section-intro h1 {
    display: block;
  }
}
.section-intro h2 {
  display: none;
}
@media (min-width: 900px) {
  .section-intro h2 {
    display: block;
  }
}

/*
		TEXT & IMAGE
*/
.section-text-image {
  display: none;
}
@media (min-width: 900px) {
  .section-text-image {
    display: flex;
  }
}
.section-text-image > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}
.section-text-image img {
  width: 100%;
  height: auto;
}
.section-text-image .info_image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-text-image .info_text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-text-image .info_text p {
  font-family: "Cutive Mono", "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
}
@media (min-width: 900px) {
  .section-text-image .info_text p {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 20px;
  }
}
.section-text-image .info_text > * {
  margin: 20px auto;
  max-width: 450px;
}
.section-text-image .info_text .cta_link {
  margin: 30px auto;
  font-size: 14px;
  line-height: 1.35em;
}
.section-text-image .info_text h1 {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 34px;
  line-height: 42px;
}
@media (min-width: 900px) {
  .section-text-image .info_text h1 {
    font-size: 45px;
    line-height: 65px;
  }
}
.section-text-image {
  /* IMAGE RIGHT */
}
.section-text-image.image-right .info_image {
  order: 2;
  padding: 0 0 0 30px;
}
.section-text-image {
  /* IMAGE ON TOP */
}
.section-text-image.image-top {
  flex-direction: column;
  text-align: center;
}
.section-text-image.image-top .info_text {
  max-width: 1035px;
  margin: 0 auto;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 40px;
}
.section-text-image.image-top .info_text > * {
  max-width: unset;
  margin: 0 auto;
}
.section-text-image.image-top .info_image {
  flex-direction: row;
}
.section-text-image.image-top img {
  width: 60%;
  max-width: 670px;
  margin-bottom: 110px;
}
.section-text-image.image-top p {
  font-family: "Cutive Mono", "Courier New", monospace;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 25px;
}
@media (min-width: 900px) {
  .section-text-image.image-top p {
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 40px;
  }
}
.section-text-image.image-top h1 {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 34px;
  line-height: 42px;
}
@media (min-width: 900px) {
  .section-text-image.image-top h1 {
    font-size: 90px;
    line-height: 130px;
  }
}

/*

	SECTION: FACILITIES

*/
.section-facilities {
  display: none;
}
@media (min-width: 900px) {
  .section-facilities {
    display: block;
  }
}
.section-facilities .facilities-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -50px;
}
.section-facilities .facilities-list .facility {
  width: calc((100% - 300px) / 2);
  max-width: 450px;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 50px;
  padding: 0 20px;
  margin-bottom: 70px;
  border: none;
}
.section-facilities .facilities-list .facility h4 {
  margin-bottom: 1em;
}

/*

	SECTION: NEWSLETTER

*/
.newsletter {
  display: none;
}
@media (min-width: 900px) {
  .newsletter {
    display: flex;
  }
}
.newsletter {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.newsletter .newsletter-text {
  width: 630px;
  max-width: 100%;
}
.newsletter .newsletter-text h3 {
  max-width: 350px;
  margin: 0 auto;
}
.newsletter .newsletter-text .newsletter-message {
  margin: 25px auto 60px;
  max-width: 350px;
  text-align: center;
}
.newsletter .newsletter-text form #mc_embed_signup_scroll,
.newsletter .newsletter-text form fieldset {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.newsletter .newsletter-text form #mc_embed_signup_scroll .mc-field-group,
.newsletter .newsletter-text form #mc_embed_signup_scroll .fieldgroup,
.newsletter .newsletter-text form fieldset .mc-field-group,
.newsletter .newsletter-text form fieldset .fieldgroup {
  flex-grow: 1;
}
.newsletter .newsletter-text form #mc_embed_signup_scroll input,
.newsletter .newsletter-text form #mc_embed_signup_scroll button,
.newsletter .newsletter-text form fieldset input,
.newsletter .newsletter-text form fieldset button {
  border: 3px solid #384133;
  margin: 0;
}
.newsletter .newsletter-text form #mc_embed_signup_scroll input.email,
.newsletter .newsletter-text form fieldset input.email {
  border-right: none;
  width: 100%;
  height: 62px;
  padding: 20px 34px;
  font-weight: normal;
}
.newsletter .newsletter-text form #mc_embed_signup_scroll label,
.newsletter .newsletter-text form fieldset label {
  display: none;
}
.newsletter .newsletter-image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0 60px 0 120px;
}
.newsletter .newsletter-image img {
  width: 230px;
}

/*

	Section: Map

*/
.section-map {
  text-align: center;
}
.section-map h3 {
  text-align: center;
}
.section-map {
  margin-top: 10px;
  padding: 20px;
  border-bottom: 1px solid #384133;
  border-top: 1px solid #384133;
}
@media (min-width: 900px) {
  .section-map {
    border: none;
    padding: 0 50px;
  }
}
.section-map .map-text {
  margin: 20px 0 50px;
}
.section-map .map-image img {
  max-width: 100%;
  margin: 0 auto;
}

/* 
	SECTION: INTERACTIVE MAP
*/
.section-map-interactive {
  display: none;
}
@media (min-width: 900px) {
  .section-map-interactive {
    display: block;
  }
}
.section-map-interactive {
  text-align: center;
}
.section-map-interactive h3 {
  text-align: center;
}
.section-map-interactive {
  margin-top: 10px;
  padding: 20px;
  border-bottom: 1px solid #384133;
  border-top: 1px solid #384133;
}
@media (min-width: 900px) {
  .section-map-interactive {
    border: none;
    padding: 0 50px;
  }
}
.section-map-interactive .map-text {
  margin: 30px 0 80px;
  text-align: center;
}
.section-map-interactive .map-interactive-image {
  position: relative;
}
.section-map-interactive .map-interactive-image svg {
  max-width: 100%;
  margin: 0 auto;
}
.section-map-interactive .map-interactive-image svg * {
  user-select: none;
  transition: fill 0.2s linear;
  font-family: MaisonNeue;
}
.section-map-interactive .map-interactive-image svg g[data-name="Click Area"] * {
  fill: rgba(0, 0, 0, 0) !important;
}
.section-map-interactive .map-interactive-image svg.hover g g:not(.active:hover) * {
  fill: rgba(0, 0, 0, 0.25);
}
.section-map-interactive .map-interactive-image svg g g.active:hover * {
  fill: unset !important;
  cursor: pointer;
}
.section-map-interactive .map-interactive-image svg g g.active:hover *[data-name="Click Area"] * {
  fill: rgba(0, 0, 0, 0) !important;
}
.section-map-interactive .map-interactive-image .location {
  width: 350px;
  padding: 50px;
  margin-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e5ccc1;
  opacity: 0;
  visibility: none;
  pointer-events: none;
  transition: opacity 0.2s linear;
}
.section-map-interactive .map-interactive-image .location.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.section-map-interactive .map-interactive-image .location:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  transform-origin: center center;
  position: absolute;
  bottom: -20px;
  left: 155px;
  background-color: #e5ccc1;
}
.section-map-interactive .map-interactive-image .location .button {
  margin-top: 35px;
  margin-bottom: 0;
}
.section-map-interactive #tooltip-Alpinist {
  transform: translate(-150px, 60px);
}
.section-map-interactive .x-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 20px;
}

/*

	SECTION: VIDEO

*/
.section-video {
  padding: 0;
}
@media (min-width: 1200px) {
  .section-video {
    padding: 0 50px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 42.6%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100vw;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.video-container .play,
.video-container .pause {
  display: block;
  opacity: 0;
  width: 40px;
  height: 40px;
  background-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-repeat: no-repeat;
  pointer-events: none;
  transition: opacity 0.2s linear;
}
@media (min-width: 900px) {
  .video-container .play,
  .video-container .pause {
    width: 80px;
    height: 80px;
    background-size: 80px;
    transform: translate(-50%, 0%);
  }
}

.video-container .play {
  background-image: url(../img/play.png);
}

.video-container .pause {
  background-image: url(../img/pause.png);
}

.video-container:hover div.playing .pause {
  opacity: 1;
}

.video-container div:not(.playing) .play {
  opacity: 1;
}

@media (min-width: 1200px) {
  .video-container div:not(.playing) .play {
    opacity: 0;
  }
  .video-container:hover div:not(.playing) .play {
    opacity: 1;
  }
}
/* 

	LIST SUBPAGES 
	(RESTAURANTS, SPA)


*/
.list-subpages .slider {
  height: calc(100vh - 150px);
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.list-subpages .slider h2 {
  display: block !important;
  z-index: 11;
  transition: opacity 0.5s ease-in-out;
}
.list-subpages .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;
}
.list-subpages .slider picture:first-of-type img {
  opacity: 1;
}
.list-subpages .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;
}
@media (min-width: 900px) {
  .list-subpages .slider ul {
    font-size: 10px;
    line-height: 16px;
  }
}
.list-subpages .slider ul {
  z-index: 11;
  font-weight: bold;
  position: absolute;
  bottom: 52px;
  color: #f3efec;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100vw;
  padding: 0 55px;
}
.list-subpages .slider ul li {
  opacity: 0.7;
  padding: 20px 20px 0;
  width: 125px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.list-subpages .slider ul li a {
  border: none;
  display: block;
  position: relative;
}
.list-subpages .slider ul li a .slider-progress {
  width: 100%;
  height: 4px;
  bottom: 0px;
  background-color: #f3efec;
  opacity: 0.6;
  margin-top: 20px;
}
.list-subpages .slider ul li a .slider-progress-percentage {
  margin-top: 20px;
  opacity: 1;
  width: 0%;
  z-index: 10;
  left: 0px;
}
.list-subpages .slider ul li {
  transition: opacity 0.3s ease-in-out;
}
.list-subpages .slider ul li.active, .list-subpages .slider ul li:hover {
  opacity: 1;
}
.list-subpages main {
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px 0 0;
}
@media (min-width: 900px) {
  .list-subpages main {
    padding: 200px 0 0;
  }
}
.list-subpages h2 {
  margin-bottom: 1em;
}
.list-subpages .big {
  margin-bottom: 100px;
}
.list-subpages .subpage-filter {
  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) {
  .list-subpages .subpage-filter {
    font-size: 13px;
    line-height: 25px;
  }
}
.list-subpages .subpage-filter {
  display: flex;
  flex-direction: row;
  height: 100px;
  padding-bottom: 30px;
  border-bottom: 2px solid #384133;
  box-sizing: content-box;
}
.list-subpages .subpage-filter a {
  border-bottom: 0px;
}
.list-subpages .subpage-filter > * {
  width: 50%;
  line-height: 100px;
}
.list-subpages .subpage-filter .filter-open {
  text-align: left;
  position: relative;
  margin-left: 65px;
}
.list-subpages .subpage-filter .filter-open:before {
  display: block;
  content: " ";
  height: 14px;
  width: 14px;
  border: 2px solid #384133;
  border-radius: 14px;
  position: absolute;
  top: 40px;
  left: -63px;
}
.list-subpages .subpage-filter .count-open {
  text-align: right;
}
.list-subpages .subpage-filter .filtered {
  display: none;
}
.list-subpages .subpage-filter.active .filter-open:before {
  background-color: #384133;
}
.list-subpages .subpage-filter.active .filtered {
  display: inline;
}
.list-subpages .subpage-listing .subpage-listing-entry {
  max-width: 1200px;
  margin: 150px auto;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  text-align: center;
}
.list-subpages .subpage-listing .subpage-listing-entry .listing-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.list-subpages .subpage-listing .subpage-listing-entry .listing-column > a {
  border: none;
  display: block;
}
.list-subpages .subpage-listing .subpage-listing-entry img {
  display: block;
  width: 100%;
  max-height: 625px;
  box-sizing: content-box;
  object-fit: cover;
  padding: 50px 0;
}
.list-subpages .subpage-listing .subpage-listing-entry picture:first-of-type img {
  max-height: 370px;
}
.list-subpages .subpage-listing .subpage-listing-entry .image-second img {
  max-height: 625px !important;
  height: 625px;
}
.list-subpages .subpage-listing .subpage-listing-entry .closed {
  margin: 30px 0;
}
.list-subpages .subpage-listing .subpage-listing-entry .book-table {
  padding: 20px;
  position: relative;
  top: 0px;
  z-index: 20;
}
.list-subpages .subpage-listing .subpage-listing-entry .button {
  display: inline-block;
  margin: 7px auto;
}
.list-subpages .subpage-listing .subpage-listing-entry:nth-of-type(even) .listing-column:nth-of-type(2) {
  grid-column: 1;
}

/*

	RESTAURANT &
	SPA &
	GENERIC PAGES

*/
@media (max-width: 599px) {
  .page:not(.page-cervo-family-child) h1 > a,
  .ta-password:not(.page-cervo-family-child) h1 > a,
  .restaurant:not(.page-cervo-family-child) h1 > a,
  .event-item:not(.page-cervo-family-child) h1 > a,
  .magazine-article:not(.page-cervo-family-child) h1 > a {
    display: none;
  }
}
.page.page-cervo-family-child .outlet-title,
.ta-password.page-cervo-family-child .outlet-title,
.restaurant.page-cervo-family-child .outlet-title,
.event-item.page-cervo-family-child .outlet-title,
.magazine-article.page-cervo-family-child .outlet-title {
  display: none;
}
@media (max-width: 599px) {
  .page.page-cervo-family-child #booking h1,
  .ta-password.page-cervo-family-child #booking h1,
  .restaurant.page-cervo-family-child #booking h1,
  .event-item.page-cervo-family-child #booking h1,
  .magazine-article.page-cervo-family-child #booking h1 {
    margin-right: 50px;
  }
}
@media (min-width: 900px) {
  .page.page-cervo-family-child .outlet-title,
  .ta-password.page-cervo-family-child .outlet-title,
  .restaurant.page-cervo-family-child .outlet-title,
  .event-item.page-cervo-family-child .outlet-title,
  .magazine-article.page-cervo-family-child .outlet-title {
    display: block;
  }
}
.page main .mb-slider,
.ta-password main .mb-slider,
.restaurant main .mb-slider,
.event-item main .mb-slider,
.magazine-article main .mb-slider {
  overflow-x: hidden;
}
.page main h3,
.ta-password main h3,
.restaurant main h3,
.event-item main h3,
.magazine-article main h3 {
  margin: 60px 0 50px 0;
}
.page main .text,
.ta-password main .text,
.restaurant main .text,
.event-item main .text,
.magazine-article main .text {
  text-align: left;
}
@media (min-width: 900px) {
  .page main h3,
  .ta-password main h3,
  .restaurant main h3,
  .event-item main h3,
  .magazine-article main h3 {
    margin-bottom: unset;
  }
  .page main,
  .ta-password main,
  .restaurant main,
  .event-item main,
  .magazine-article main {
    display: flex;
  }
  .page main .text,
  .ta-password main .text,
  .restaurant main .text,
  .event-item main .text,
  .magazine-article main .text {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    padding: 0px 60px 60px;
    margin: 0 auto;
  }
  .page main .text h3,
  .ta-password main .text h3,
  .restaurant main .text h3,
  .event-item main .text h3,
  .magazine-article main .text h3 {
    text-align: center;
    margin: 0 0 80px;
  }
  .page main.images-side, .page main.images-right,
  .ta-password main.images-side,
  .ta-password main.images-right,
  .restaurant main.images-side,
  .restaurant main.images-right,
  .event-item main.images-side,
  .event-item main.images-right,
  .magazine-article main.images-side,
  .magazine-article main.images-right {
    min-height: calc(100vh - 50px);
    flex-direction: row;
    align-items: flex-start;
  }
  .page main.images-side .text, .page main.images-right .text,
  .ta-password main.images-side .text,
  .ta-password main.images-right .text,
  .restaurant main.images-side .text,
  .restaurant main.images-right .text,
  .event-item main.images-side .text,
  .event-item main.images-right .text,
  .magazine-article main.images-side .text,
  .magazine-article main.images-right .text {
    max-width: 900px;
    position: sticky;
    top: 50px;
  }
  .page main.images-side .text h3, .page main.images-right .text h3,
  .ta-password main.images-side .text h3,
  .ta-password main.images-right .text h3,
  .restaurant main.images-side .text h3,
  .restaurant main.images-right .text h3,
  .event-item main.images-side .text h3,
  .event-item main.images-right .text h3,
  .magazine-article main.images-side .text h3,
  .magazine-article main.images-right .text h3 {
    margin-bottom: 50px;
  }
  .page main.images-side .text .big, .page main.images-right .text .big,
  .ta-password main.images-side .text .big,
  .ta-password main.images-right .text .big,
  .restaurant main.images-side .text .big,
  .restaurant main.images-right .text .big,
  .event-item main.images-side .text .big,
  .event-item main.images-right .text .big,
  .magazine-article main.images-side .text .big,
  .magazine-article main.images-right .text .big {
    max-width: 80%;
    margin: 0 auto 50px auto;
  }
  .page main.images-side .text .text-content, .page main.images-right .text .text-content,
  .ta-password main.images-side .text .text-content,
  .ta-password main.images-right .text .text-content,
  .restaurant main.images-side .text .text-content,
  .restaurant main.images-right .text .text-content,
  .event-item main.images-side .text .text-content,
  .event-item main.images-right .text .text-content,
  .magazine-article main.images-side .text .text-content,
  .magazine-article main.images-right .text .text-content {
    margin: 0 auto 50px auto;
    column-count: 1;
  }
  .page main.images-side > *, .page main.images-right > *,
  .ta-password main.images-side > *,
  .ta-password main.images-right > *,
  .restaurant main.images-side > *,
  .restaurant main.images-right > *,
  .event-item main.images-side > *,
  .event-item main.images-right > *,
  .magazine-article main.images-side > *,
  .magazine-article main.images-right > * {
    width: 50%;
    max-height: 100%;
    overflow-x: auto;
  }
  .page main.images-side .slider, .page main.images-right .slider,
  .ta-password main.images-side .slider,
  .ta-password main.images-right .slider,
  .restaurant main.images-side .slider,
  .restaurant main.images-right .slider,
  .event-item main.images-side .slider,
  .event-item main.images-right .slider,
  .magazine-article main.images-side .slider,
  .magazine-article main.images-right .slider {
    min-height: calc(100vh - 50px);
    height: fit-content;
    position: sticky;
    top: 50px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .page main.images-side .slider h2, .page main.images-right .slider h2,
  .ta-password main.images-side .slider h2,
  .ta-password main.images-right .slider h2,
  .restaurant main.images-side .slider h2,
  .restaurant main.images-right .slider h2,
  .event-item main.images-side .slider h2,
  .event-item main.images-right .slider h2,
  .magazine-article main.images-side .slider h2,
  .magazine-article main.images-right .slider h2 {
    display: none;
  }
  .page main.images-side .slider img, .page main.images-right .slider img,
  .ta-password main.images-side .slider img,
  .ta-password main.images-right .slider img,
  .restaurant main.images-side .slider img,
  .restaurant main.images-right .slider img,
  .event-item main.images-side .slider img,
  .event-item main.images-right .slider img,
  .magazine-article main.images-side .slider img,
  .magazine-article main.images-right .slider img {
    max-height: calc(100vh - 50px);
    width: 100%;
    height: auto;
  }
  .page main.images-side .slider picture:first-of-type img, .page main.images-right .slider picture:first-of-type img,
  .ta-password main.images-side .slider picture:first-of-type img,
  .ta-password main.images-right .slider picture:first-of-type img,
  .restaurant main.images-side .slider picture:first-of-type img,
  .restaurant main.images-right .slider picture:first-of-type img,
  .event-item main.images-side .slider picture:first-of-type img,
  .event-item main.images-right .slider picture:first-of-type img,
  .magazine-article main.images-side .slider picture:first-of-type img,
  .magazine-article main.images-right .slider picture:first-of-type img {
    min-height: calc(100vh - 50px);
    object-fit: cover;
  }
  .page main.images-right,
  .ta-password main.images-right,
  .restaurant main.images-right,
  .event-item main.images-right,
  .magazine-article main.images-right {
    flex-direction: row-reverse;
  }
  .page main.images-hero,
  .ta-password main.images-hero,
  .restaurant main.images-hero,
  .event-item main.images-hero,
  .magazine-article main.images-hero {
    flex-direction: column;
  }
  .page main.images-hero .slider,
  .ta-password main.images-hero .slider,
  .restaurant main.images-hero .slider,
  .event-item main.images-hero .slider,
  .magazine-article main.images-hero .slider {
    height: calc(100vh - 150px);
    width: 100vw;
    overflow: hidden;
    position: relative;
  }
  .page main.images-hero .slider h2,
  .ta-password main.images-hero .slider h2,
  .restaurant main.images-hero .slider h2,
  .event-item main.images-hero .slider h2,
  .magazine-article main.images-hero .slider h2 {
    display: block !important;
    z-index: 11;
    transition: opacity 0.5s ease-in-out;
  }
  .page main.images-hero .slider img,
  .ta-password main.images-hero .slider img,
  .restaurant main.images-hero .slider img,
  .event-item main.images-hero .slider img,
  .magazine-article main.images-hero .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;
  }
  .page main.images-hero .slider picture:first-of-type img,
  .ta-password main.images-hero .slider picture:first-of-type img,
  .restaurant main.images-hero .slider picture:first-of-type img,
  .event-item main.images-hero .slider picture:first-of-type img,
  .magazine-article main.images-hero .slider picture:first-of-type img {
    opacity: 1;
  }
  .page main.images-hero .slider ul,
  .ta-password main.images-hero .slider ul,
  .restaurant main.images-hero .slider ul,
  .event-item main.images-hero .slider ul,
  .magazine-article main.images-hero .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;
    bottom: 52px;
    color: #f3efec;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 100vw;
    padding: 0 55px;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .page main.images-hero .slider ul,
  .ta-password main.images-hero .slider ul,
  .restaurant main.images-hero .slider ul,
  .event-item main.images-hero .slider ul,
  .magazine-article main.images-hero .slider ul {
    font-size: 10px;
    line-height: 16px;
  }
}
@media (min-width: 900px) {
  .page main.images-hero .slider ul li,
  .ta-password main.images-hero .slider ul li,
  .restaurant main.images-hero .slider ul li,
  .event-item main.images-hero .slider ul li,
  .magazine-article main.images-hero .slider ul li {
    opacity: 0.7;
    padding: 20px 20px 0;
    width: 125px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .page main.images-hero .slider ul li a,
  .ta-password main.images-hero .slider ul li a,
  .restaurant main.images-hero .slider ul li a,
  .event-item main.images-hero .slider ul li a,
  .magazine-article main.images-hero .slider ul li a {
    border: none;
    display: block;
    position: relative;
  }
  .page main.images-hero .slider ul li a .slider-progress,
  .ta-password main.images-hero .slider ul li a .slider-progress,
  .restaurant main.images-hero .slider ul li a .slider-progress,
  .event-item main.images-hero .slider ul li a .slider-progress,
  .magazine-article main.images-hero .slider ul li a .slider-progress {
    width: 100%;
    height: 4px;
    bottom: 0px;
    background-color: #f3efec;
    opacity: 0.6;
    margin-top: 20px;
  }
  .page main.images-hero .slider ul li a .slider-progress-percentage,
  .ta-password main.images-hero .slider ul li a .slider-progress-percentage,
  .restaurant main.images-hero .slider ul li a .slider-progress-percentage,
  .event-item main.images-hero .slider ul li a .slider-progress-percentage,
  .magazine-article main.images-hero .slider ul li a .slider-progress-percentage {
    margin-top: 20px;
    opacity: 1;
    width: 0%;
    z-index: 10;
    left: 0px;
  }
  .page main.images-hero .slider ul li,
  .ta-password main.images-hero .slider ul li,
  .restaurant main.images-hero .slider ul li,
  .event-item main.images-hero .slider ul li,
  .magazine-article main.images-hero .slider ul li {
    transition: opacity 0.3s ease-in-out;
  }
  .page main.images-hero .slider ul li.active, .page main.images-hero .slider ul li:hover,
  .ta-password main.images-hero .slider ul li.active,
  .ta-password main.images-hero .slider ul li:hover,
  .restaurant main.images-hero .slider ul li.active,
  .restaurant main.images-hero .slider ul li:hover,
  .event-item main.images-hero .slider ul li.active,
  .event-item main.images-hero .slider ul li:hover,
  .magazine-article main.images-hero .slider ul li.active,
  .magazine-article main.images-hero .slider ul li:hover {
    opacity: 1;
  }
}

.restaurant h3 {
  margin: 0 0 10px;
}
.restaurant .text {
  text-align: center !important;
}
.restaurant .text .text-content {
  text-align: center;
}
.restaurant .links span {
  display: block;
}
@media (min-width: 900px) {
  .restaurant .text .text-content {
    padding: 0 84px;
    margin-bottom: 0 !important;
  }
}
.restaurant .slogan-left,
.restaurant .slogan-center {
  display: none;
}
.restaurant .openclose {
  flex-basis: 100%;
}

.room .desktop {
  padding: 0 22px;
}
.room .text-content {
  column-count: 1;
}

.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;
}
@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,
.room-category .slider ul,
.list-subpages-2 .slider ul {
  z-index: 11;
  font-weight: bold;
  position: absolute;
  bottom: 52px;
  color: #f3efec;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100vw;
  padding: 0 55px;
}
.room .slider ul li,
.room-category .slider ul li,
.list-subpages-2 .slider ul li {
  opacity: 0.7;
  padding: 20px 20px 0;
  width: 125px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.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,
.room-category .slider ul li,
.list-subpages-2 .slider ul li {
  transition: opacity 0.3s ease-in-out;
}
.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;
}
@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 .entry-text .openclose,
.list-subpages-2 .room-listing-entry .entry-text .openclose {
  position: absolute;
  top: 40px;
  right: 40px;
}
.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;
}
@media (min-width: 900px) {
  .filters li {
    font-size: 13px;
    line-height: 25px;
  }
}
.filters li {
  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 */
}
.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,
.room-booking-links main {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 900px) {
  .room-categories-overview main,
  .room-booking-links main {
    padding-top: 100px;
  }
}
@media (min-width: 1800px) {
  .room-categories-overview main,
  .room-booking-links main {
    max-width: 1560px;
  }
}
.room-categories-overview h3,
.room-booking-links h3 {
  margin-bottom: 20px;
}
.room-categories-overview .heading-packages,
.room-booking-links .heading-packages {
  display: none;
}
.room-categories-overview.page-rooms .heading-packages,
.room-booking-links.page-rooms .heading-packages {
  display: block;
}
.room-categories-overview .text,
.room-booking-links .text {
  max-width: 720px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .room-categories-overview .text,
  .room-booking-links .text {
    padding: 20px 0;
  }
}
.room-categories-overview .room-category-list,
.room-booking-links .room-category-list {
  width: auto;
  max-width: 720px;
}
@media (min-width: 1800px) {
  .room-categories-overview .room-category-list,
  .room-booking-links .room-category-list {
    max-width: 1560px;
  }
}
.room-categories-overview .room-category-list,
.room-booking-links .room-category-list {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5em;
  gap: 40px;
}
@media (min-width: 1200px) {
  .room-categories-overview .room-category-list.non-rooms-list,
  .room-booking-links .room-category-list.non-rooms-list {
    max-width: 1140px;
  }
}
.room-categories-overview .room-category-entry,
.room-booking-links .room-category-entry {
  border-bottom: none;
  width: 340px;
  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,
  .room-booking-links .room-category-entry {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 18px;
  }
}
.room-categories-overview .room-category-entry h4,
.room-booking-links .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;
}
@media (min-width: 900px) {
  .room-categories-overview .room-category-entry h4,
  .room-booking-links .room-category-entry h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
.room-categories-overview .room-category-entry h4,
.room-booking-links .room-category-entry h4 {
  margin: 1em 0;
}
.room-categories-overview .room-category-entry .room-text,
.room-booking-links .room-category-entry .room-text {
  text-align: left;
}
.room-categories-overview .room-category-entry .attributes,
.room-booking-links .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,
  .room-booking-links .room-category-entry .attributes {
    font-size: 10px;
    line-height: 16px;
  }
}
.room-categories-overview .room-category-entry .attributes li,
.room-booking-links .room-category-entry .attributes li {
  display: inline;
}
.room-categories-overview .room-category-entry .attributes li:before,
.room-booking-links .room-category-entry .attributes li:before {
  display: none;
}
.room-categories-overview .room-category-entry img,
.room-booking-links .room-category-entry img {
  width: 100%;
  height: 215px;
  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;
}
.mb-list .mb-list-entry:last-of-type {
  border-bottom: 1px solid #384133;
}
.mb-list .mb-list-entry {
  min-height: 65px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.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;
}
.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;
}
.mb-list .mb-list-entry .mb-entry-more {
  transition: height 0.2s ease-in-out, background-color 0.1s ease-in-out;
}
.mb-list .mb-list-entry {
  transition: height 0.2s ease-in-out;
}

.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-booking-links .mb-list-entry.open,
.room-categories-overview .mb-list-entry.open {
  background: black;
}
.home .mb-list-entry.open h4,
.room-booking-links .mb-list-entry.open h4,
.room-categories-overview .mb-list-entry.open h4 {
  color: white;
}
.home .mb-list-entry.open img,
.room-booking-links .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-booking-links .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-booking-links .mb-list-entry.open .more-wrapper,
.room-categories-overview .mb-list-entry.open .more-wrapper {
  min-height: 335px;
}
.home .mb-list-entry.open > *,
.room-booking-links .mb-list-entry.open > *,
.room-categories-overview .mb-list-entry.open > * {
  color: white;
}
.home .mb-list-entry.open .button,
.room-booking-links .mb-list-entry.open .button,
.room-categories-overview .mb-list-entry.open .button {
  border-color: white;
}
.home .mb-list-entry .mb-slider,
.room-booking-links .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;
}

.room .mb-list-entry {
  height: 66px;
}
.room .mb-list-entry:last-of-type {
  height: 67px;
}
.room .mb-list-entry.open {
  height: 400px;
}
.room .mb-list-entry.open h4 {
  color: white;
  height: 400px;
}
.room .mb-list-entry.open .entry-image {
  display: block;
  opacity: 1;
}
.room .mb-list-entry.open > * {
  color: white;
}
.room .text .button {
  margin: 3em 1em 1em;
}
.room .text-content {
  padding: 20px;
}

.error main {
  margin: 0 auto;
  max-width: 1200px;
}
.error h2 {
  text-align: center;
  margin: 1em 0;
}
.error .desktop {
  padding: 0 30px;
}

.page-coming-soon nav,
.page-coming-soon #booking,
.page-coming-soon .footer, .page-coming-soon:before {
  display: none !important;
}
.page-coming-soon {
  text-transform: uppercase;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-weight: bold;
  text-align: center;
}
.page-coming-soon h1 {
  display: block;
  font-weight: normal;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 34px;
  line-height: 42px;
}
@media (min-width: 900px) {
  .page-coming-soon h1 {
    font-size: 45px;
    line-height: 65px;
  }
}
.page-coming-soon h1 {
  margin-bottom: 1em;
}
.page-coming-soon .triple {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 900px) {
  .page-coming-soon .triple {
    margin-bottom: -30px;
  }
}
.page-coming-soon .triple img {
  width: 400px;
}
.page-coming-soon .triple > * {
  padding: 0 10px;
}
.page-coming-soon .triple .left,
.page-coming-soon .triple .right {
  margin-top: 40px;
}
.page-coming-soon .golive {
  font-size: 1.5em;
}
@media (min-width: 900px) {
  .page-coming-soon .golive {
    font-size: 2em;
    letter-spacing: 0.3em;
  }
}
.page-coming-soon .golive #countdown {
  text-transform: none;
}
.page-coming-soon .bottom {
  margin-top: 3em;
}

.announcement {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background: #384133;
  z-index: 99;
  color: #f3efec;
  padding: 5px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.5s linear;
}
.announcement a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: none;
  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) {
  .announcement a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 599px) {
  .announcement a {
    font-size: 1em;
  }
}
.announcement .announcement-close {
  position: absolute;
  right: 18px;
}
@media (min-width: 900px) {
  .announcement .announcement-close {
    right: 24px;
  }
}
.announcement .announcement-close {
  top: 16px;
  font-size: 1.5em;
  cursor: pointer;
}

.menu-food {
  width: 100%;
  --bg-color: #f3efec;
  transition: background 0.3s ease-out;
}
.menu-food.vegi {
  --bg-color: #EBF4EA;
}
.menu-food #no-booking {
  left: 50px;
  width: calc(100% - 100px);
}
.menu-food #no-booking h1 a {
  display: none;
}
@media (min-width: 900px) {
  .menu-food #no-booking h1 a {
    display: block;
  }
}
.menu-food main {
  padding: 70px 20px 20px;
}
.menu-food main h2 {
  text-align: center;
  margin-bottom: 50px;
}
.menu-food main {
  background: #f3efec;
  z-index: 2;
}
.menu-food .icon {
  margin-top: 0px;
}
.menu-food .icon img {
  max-width: 100px;
}
.menu-food .menu-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: sticky;
  top: 50px;
  background: #f3efec;
  z-index: 15;
  padding: 5px 0;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 16px;
}
.menu-food .menu-controls .filter-vegi {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}
.menu-food .menu-controls .filter-vegi:before {
  content: "";
  display: block;
  background: url("../img/vegi-off.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: -10px -11px;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  left: 0px;
}
.menu-food .menu-controls .filter-vegi.active:before {
  background-image: url("../img/vegi-on.svg");
}
.menu-food .menu-controls .filter-vegan {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}
.menu-food .menu-controls .filter-vegan:before {
  content: "";
  display: block;
  background: url("../img/vegan-off.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: -10px -11px;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  left: 0px;
}
.menu-food .menu-controls .filter-vegan.active:before {
  background-image: url("../img/vegan-on.svg");
}
.menu-food .menu-controls .filter-gluten {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}
.menu-food .menu-controls .filter-gluten:before {
  content: "";
  display: block;
  background: url("../img/gluten-off.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: -8px -8px;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 6px;
  left: 0px;
}
.menu-food .menu-controls .filter-gluten.active:before {
  background-image: url("../img/gluten-on.svg");
}
.menu-food .menu-controls .filter-lactose {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}
.menu-food .menu-controls .filter-lactose:before {
  content: "";
  display: block;
  background: url("../img/lactose-off.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: -3px -3px;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 6px;
  left: 0px;
}
.menu-food .menu-controls .filter-lactose.active:before {
  background-image: url("../img/lactose-on.svg");
}
.menu-food .menu-controls .open-drinks {
  cursor: pointer;
  padding: 5px 25px 5px 5px;
  position: relative;
  user-select: none;
}
.menu-food .menu-controls .open-drinks:before {
  content: "";
  display: block;
  background: url("../img/drinks.png");
  background-size: 10px;
  background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 3px;
  right: 0px;
}
.menu-food .menu-controls .filter-bio {
  cursor: pointer;
  padding: 5px 25px 5px 5px;
  position: relative;
  user-select: none;
}
.menu-food .menu-controls .filter-bio:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border: 2px solid #384133;
  border-radius: 10px;
  position: absolute;
  top: 4px;
  right: 0px;
}
.menu-food .menu-controls .filter-bio.active:before {
  background-color: #384133;
}
.menu-food .menu-controls .close-drinks {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}
.menu-food .menu-controls .close-drinks:before {
  content: "✕";
  font-size: 2em;
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.menu-food .menu {
  padding-bottom: 150px;
  max-width: 100%;
  width: 100%;
}
.menu-food .menu .menu-category {
  margin: 10px 0;
}
.menu-food .menu .category-name {
  text-align: center;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 900px) {
  .menu-food .menu .category-name {
    font-size: 35px;
    line-height: 40px;
  }
}
.menu-food .menu .category-name {
  position: relative;
  padding: 50px 20px;
  border-bottom: 2px solid #384133;
}
.menu-food .menu .category-name:after {
  content: "";
  display: block;
  background: url("../img/expander.png");
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  position: absolute;
  bottom: 20px;
  right: 0px;
  transition: 0.3s linear;
}
.menu-food .menu .expanded .category-name:after {
  transform-origin: center center;
  transform: rotate(180deg);
}
.menu-food .menu .category-items {
  height: 0px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.menu-food .menu .category-items .item {
  padding: 20px 0;
  border-bottom: 2px solid #384133;
  position: relative;
  font-size: 14px;
  line-height: 17px;
}
.menu-food .menu .category-items .item p:last-of-type {
  margin-bottom: 0px;
}
.menu-food .menu .category-items .item .item-name {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  margin-bottom: 10px;
  padding-right: 70px;
}
.menu-food .menu .category-items .item .item-name .mark-vegi {
  display: inline-block;
  content: "";
  background: url(../img/vegi-on.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: -11px -11px;
  width: 10px;
  height: 15px;
  position: relative;
  bottom: -1px;
  left: 5px;
  margin: 0 5px;
}
.menu-food .menu .category-items .item .item-name .mark-vegan {
  display: inline-block;
  content: "";
  background: url(../img/vegan-on.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: -11px -11px;
  width: 15px;
  height: 15px;
  position: relative;
  bottom: -1px;
  left: 5px;
  margin: 0 5px;
}
.menu-food .menu .category-items .item .item-name .mark-gluten {
  display: inline-block;
  content: "";
  background: url(../img/gluten-on.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: -9px -9px;
  width: 17px;
  height: 17px;
  position: relative;
  bottom: -1px;
  left: 5px;
  margin: 0 5px;
}
.menu-food .menu .category-items .item .item-name .mark-lactose {
  display: inline-block;
  content: "";
  background: url(../img/lactose-off.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: -5px -4px;
  width: 17px;
  height: 17px;
  position: relative;
  bottom: -1px;
  left: 5px;
  margin: 0 5px;
}
.menu-food .menu .category-items .item .item-name .mark-bio {
  display: inline-block;
  content: "bio";
  font-size: 8px;
  letter-spacing: 0;
  width: 10px;
  height: 15px;
  position: relative;
  left: 5px;
  top: -5px;
}
.menu-food .menu .category-items .item .item-description {
  padding-right: 70px;
}
.menu-food .menu .category-items .item .item-price {
  position: absolute;
  top: 20px;
  right: 17px;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 12px;
  line-height: 14px;
}
.menu-food .menu .category-items .item .item-extras {
  line-height: 26px;
}
.menu-food .menu .category-items .item .item-extras .extras-extra:first-of-type {
  margin-top: 5px;
}
.menu-food .menu .category-items .item .item-extras .extras-extra {
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
  display: inline-block;
}
.menu-food .menu .category-items .item .item-extras .extras-extra:before {
  display: block;
  content: "";
  height: 7px;
  width: 7px;
  border: 2px solid #384133;
  border-radius: 7px;
  position: absolute;
  top: 7px;
  left: 0px;
}
.menu-food .menu .category-items .item .item-options {
  padding: 0 0 10px 0;
}
.menu-food .menu .category-items .item .item-options .options-option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 10px;
  line-height: 13px;
}
.menu-food .menu .category-items .item .item-options .options-option .option-name {
  padding-right: 15px;
  text-align: right;
}
.menu-food .menu .category-items .item .item-options .options-option .option-price {
  font-size: 12px;
  line-height: 14px;
  min-width: 7ch;
  text-align: right;
}
@media (min-width: 900px) {
  .menu-food .menu .category-items .item {
    padding: 30px 0;
  }
  .menu-food .menu .category-items .item .item-name {
    margin-bottom: 20px;
  }
}
.menu-food.vegi .filtered .item:not(.vegi) {
  display: none;
}
.menu-food.vegan .filtered .item:not(.vegan) {
  display: none;
}
.menu-food.gluten .filtered .item:not(.gluten) {
  display: none;
}
.menu-food.lactose .filtered .item:not(.lactose) {
  display: none;
}
.menu-food .menu-disclaimer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.menu-food .drink-menus {
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  right: -170vw;
  width: 100%;
}
@media (min-width: 900px) {
  .menu-food .drink-menus {
    max-width: 630px;
  }
}
.menu-food .drink-menus {
  max-height: 100%;
  height: 100%;
  overflow: auto;
  background: #e5ccc1;
  z-index: 20;
  padding: 70px 0;
  transition: 0.4s ease-out;
  transform: rotate(90deg);
  transform-origin: top right;
  padding: 70px 20px;
}
.menu-food .drink-menus.visible {
  transform: rotate(0deg);
  right: 0px;
}
.menu-food .drink-menus .menu-controls {
  top: -20px;
  background-color: inherit;
}
.menu-food .drink-menus .menu-select {
  margin: 140px 0 40px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 10px;
  line-height: 17px;
  cursor: pointer;
}
.menu-food .drink-menus .menu-select > * {
  word-spacing: 100vw;
  text-align: center;
  position: relative;
  opacity: 0.4;
  transition: 0.2s ease-out;
}
.menu-food .drink-menus .menu-select > *:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  height: 40px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu-food .drink-menus .menu-select > *.select-1:before {
  background-image: url("../img/drinks1.png");
  background-size: 35px;
}
.menu-food .drink-menus .menu-select > *.select-2:before {
  background-image: url("../img/drinks2.png");
  background-size: 24px;
}
.menu-food .drink-menus .menu-select > *.cervo-wines:before {
  background-image: url("../img/drinks3.png");
  background-size: 28px;
}
.menu-food .drink-menus .menu-select > *.cervo-wines a {
  text-decoration: none;
  border-bottom: none;
}
.menu-food .drink-menus .menu-select > *:hover, .menu-food .drink-menus .menu-select > *.active {
  opacity: 1;
}
.menu-food .drink-menus .menu {
  display: none;
}
.menu-food .drink-menus .menu.selected {
  display: block;
}
.menu-food.bio .drink-menus .filtered .item:not(.bio) {
  display: none;
}
.menu-food:not(.page-bazaar-child, .page-ferdinand-child) .menu-image img {
  width: 100%;
}
.menu-food:not(.page-bazaar-child, .page-ferdinand-child) .menu-image {
  background: none !important;
  width: 100%;
}
@media (max-width: 599px) {
  .menu-food h1 > a {
    display: none;
  }
}
@media (min-width: 900px) {
  .menu-food h2 {
    font-size: 45px;
    line-height: 65px;
  }
  .menu-food .menu-controls {
    font-size: 13px;
    line-height: 17px;
  }
  .menu-food .menu-controls .open-drinks:before {
    top: 5px;
  }
  .menu-food .menu-controls .close-drinks:before {
    top: 5px;
  }
  .menu-food .menu-controls .filter-vegi:before {
    top: 6px;
  }
  .menu-food .menu-controls .filter-bio:before {
    top: 6px;
  }
  .menu-food .menu-category {
    margin-bottom: 30px;
  }
  .menu-food .menu-category .category-name {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .menu-food .menu-category .category-items .item {
    font-size: 15px;
    line-height: 20px;
  }
}
.menu-food.page-bazaar-child .menu-image img {
  display: none;
}
.menu-food.page-bazaar-child main {
  position: relative;
  width: calc(100% - 20px);
  max-width: 980px;
  margin: 250px auto;
}
.menu-food.page-bazaar-child .menu-image {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: 84px 84px;
  background-position: 0px 0px;
}
.menu-food.page-bazaar-child .menu-image img {
  display: none;
}
@media (min-width: 900px) {
  .menu-food.page-bazaar-child main {
    padding: 80px;
  }
}
.menu-food.page-madre-nostra-child {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.menu-food.page-madre-nostra-child .icon img {
  max-width: 120px;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(0) invert(1);
}
.menu-food.page-madre-nostra-child .menu-image {
  width: 100%;
  height: 250px;
  background-image: none !important;
  background-color: #384133;
}
.menu-food.page-madre-nostra-child .menu-image img {
  width: 100%;
  height: 100%;
  object-position: bottom center;
  object-fit: cover;
  opacity: 0.85;
}
.menu-food.page-madre-nostra-child main {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 900px) {
  .menu-food.page-madre-nostra-child .menu-image {
    height: 400px;
  }
  .menu-food.page-madre-nostra-child .icon img {
    max-width: 200px;
    top: 150px;
  }
}
@media (min-width: 900px) {
  .menu-food.page-cervo-kitchen-child {
    flex-direction: row;
    display: flex;
  }
  .menu-food.page-cervo-kitchen-child .menu-image {
    width: 50%;
    min-width: 50%;
    height: calc(100vh - 50px);
    position: sticky;
    top: 50px;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .menu-food.page-cervo-kitchen-child .menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .menu-food.page-cervo-kitchen-child main {
    max-width: 50%;
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 150px 50px 0;
  }
  .menu-food.page-cervo-kitchen-child main #menu-wrapper {
    max-width: 980px;
    margin: 0 auto;
  }
  .menu-food.page-cervo-kitchen-child main h2 {
    margin-bottom: 100px;
  }
}
.menu-food.page-ferdinand-child {
  position: relative;
  background-color: var(--bg-color);
}
.menu-food.page-ferdinand-child .menu-image {
  background-size: 333px;
  width: calc(100vw - 30px);
  position: absolute;
  height: calc(100% - 80px);
  top: 65px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.menu-food.page-ferdinand-child .menu-image img {
  display: none;
}
.menu-food.page-ferdinand-child main {
  position: relative;
  margin: 65px 15px 15px;
  background: transparent;
  border: 2px solid #384133;
  width: calc(100vw - 30px);
  min-height: 0;
  padding: 0;
}
.menu-food.page-ferdinand-child #menu-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.menu-food.page-ferdinand-child #menu-wrapper h2,
.menu-food.page-ferdinand-child #menu-wrapper .icon,
.menu-food.page-ferdinand-child #menu-wrapper > .menu-controls,
.menu-food.page-ferdinand-child #menu-wrapper .food-menu,
.menu-food.page-ferdinand-child #menu-wrapper .menu-disclaimer {
  background-color: var(--bg-color);
  transition: background-color 0.3s ease-out;
  margin: 0;
}
.menu-food.page-ferdinand-child #menu-wrapper h2 {
  order: 1;
  width: 66.6666666667%;
  padding: 30px 25px;
  text-align: center;
  border-bottom: 2px solid #384133;
  padding-top: 40px;
}
.menu-food.page-ferdinand-child #menu-wrapper .icon {
  order: 2;
  width: 33.3333333333%;
  padding: 30px;
  border-left: 2px solid #384133;
  border-bottom: 2px solid #384133;
}
.menu-food.page-ferdinand-child #menu-wrapper .icon img {
  width: 100%;
  height: 100%;
  object-position: center center;
}
.menu-food.page-ferdinand-child #menu-wrapper > .menu-controls {
  order: 3;
  width: 100%;
  border-bottom: 2px solid #384133;
  padding: 10px 17px;
}
.menu-food.page-ferdinand-child #menu-wrapper > .menu-controls .open-drinks {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 5px;
  right: 10px;
  font-size: 0px;
  height: 125px;
  width: 125px;
  background: url("../img/ferdi-drinks.png");
  background-size: 125px;
  background-repeat: no-repeat;
  z-index: 50;
}
.menu-food.page-ferdinand-child #menu-wrapper > .menu-controls .open-drinks:before {
  display: none;
}
.menu-food.page-ferdinand-child #menu-wrapper .food-menu {
  order: 4;
  margin: 140px 0;
  border-top: 2px solid #384133;
  padding-bottom: 0;
}
.menu-food.page-ferdinand-child #menu-wrapper .food-menu .menu-category {
  padding: 0;
  margin: 0;
}
.menu-food.page-ferdinand-child #menu-wrapper .food-menu .menu-category .category-name {
  padding: 17px;
  text-align: left;
}
.menu-food.page-ferdinand-child #menu-wrapper .food-menu .menu-category .category-name:after {
  bottom: 34px;
  right: 20px;
}
.menu-food.page-ferdinand-child #menu-wrapper .food-menu .menu-category .item {
  padding: 17px;
}
.menu-food.page-ferdinand-child #menu-wrapper .menu-disclaimer {
  order: 5;
  width: 100%;
  border-top: 2px solid #384133;
  padding: 17px;
}
.menu-food.page-ferdinand-child .filter-bio:before {
  border-color: #f3efec;
}
.menu-food.page-ferdinand-child .filter-bio.active:before {
  background-color: #f3efec;
}
.menu-food.page-ferdinand-child .drink-menus {
  color: #f3efec;
  background-color: #384133;
}
.menu-food.page-ferdinand-child .drink-menus .menu-select > *:before {
  filter: invert(1);
}
.menu-food.page-ferdinand-child .drink-menus .category-name {
  border-bottom: 2px solid #f3efec;
}
@media (min-width: 900px) {
  .menu-food.page-ferdinand-child #menu-wrapper .menu-controls {
    width: 33.3333333333%;
    margin-left: 66.6666666667%;
    border-left: 2px solid #384133;
  }
  .menu-food.page-ferdinand-child .drink-menus {
    color: #384133;
    background-color: #f3efec;
    border-left: 2px solid #384133;
  }
  .menu-food.page-ferdinand-child .drink-menus .menu-select > *:before {
    filter: none;
  }
  .menu-food.page-ferdinand-child .drink-menus .category-name {
    border-bottom: 2px solid #384133;
  }
}

@media print {
  .menu-food {
    color: black !important;
    background-color: white !important;
  }
  .menu-food:before {
    display: none;
    padding-top: 0;
  }
  .menu-food header, .menu-food footer, .menu-food nav {
    display: none !important;
  }
  .menu-food .menu-image {
    display: none;
  }
  .menu-food main {
    background-color: white !important;
    padding: 0 !important;
    margin: 0 30px !important;
    width: calc(100% - 60px) !important;
    max-width: unset !important;
  }
  .menu-food h2 {
    margin-bottom: 100px !important;
  }
  .menu-food .open-drinks {
    display: none !important;
  }
  .menu-food .menu-controls {
    position: relative !important;
    width: 60%;
    margin: 0 auto;
    top: 0px !important;
    background-color: white !important;
  }
  .menu-food .menu-controls .filters {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }
  .menu-food .menu-controls .filters > * {
    width: auto;
    display: inline-block;
  }
  .menu-food .menu-controls .filters > *:before {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .menu-food .menu-category .category-name {
    border-bottom: none !important;
    padding-bottom: 20px !important;
    pointer-events: none;
    page-break-after: avoid;
  }
  .menu-food .menu-category .category-name:after {
    display: none !important;
  }
  .menu-food .menu-category .category-items {
    height: auto !important;
    page-break-before: avoid;
  }
  .menu-food .menu-category .category-items .items-wrapper {
    columns: 2;
    gap: 50px;
  }
  .menu-food .menu-category .category-items .item {
    border-bottom: none !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .menu-food .mark-vegi {
    background: url(../img/vegi-off.svg) !important;
    background-size: 36px !important;
    background-position: -10px -11px !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .menu-food .mark-vegan {
    background: url(../img/vegan-off.svg) !important;
    background-size: 36px !important;
    background-position: -10px -11px !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .menu-food .mark-gluten {
    background: url(../img/gluten-off.svg) !important;
    background-size: 32px !important;
    background-position: -8px -7px !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .menu-food .mark-lactose {
    background: url(../img/lactose-off.svg) !important;
    background-size: 32px !important;
    background-position: -8px -7px !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .menu-food .drink-menus {
    page-break-before: always;
    position: initial !important;
    width: unset !important;
    max-width: unset !important;
    height: unset !important;
    max-height: unset !important;
    transform: unset !important;
    background: unset !important;
  }
  .menu-food .drink-menus .menu-controls {
    display: none !important;
  }
  .menu-food .drink-menus .menu-select {
    display: none;
  }
  .menu-food .drink-menus .menu {
    display: initial !important;
  }
  .menu-food .drink-menus .menu .category-items {
    width: 100% !important;
  }
  .menu-food.page-bazaar-child .food-menu .menu-category:first-of-type .category-items .items-wrapper, .menu-food.page-madre-nostra-child .food-menu .menu-category:first-of-type .category-items .items-wrapper {
    columns: 1;
    width: 80%;
    margin: 0 auto;
  }
  .menu-food.page-madre-nostra-child .icon img {
    top: unset !important;
    position: initial !important;
    transform: none !important;
    filter: none !important;
  }
  .menu-food.page-ferdinand-child * {
    background-color: unset !important;
  }
  .menu-food.page-ferdinand-child main {
    margin: 0 10px !important;
    width: calc(100% - 20px) !important;
  }
  .menu-food.page-ferdinand-child .menu-controls {
    height: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: -2px !important;
  }
  .menu-food.page-ferdinand-child .filters {
    position: relative !important;
    top: -85px;
    padding-right: 278px;
  }
  .menu-food.page-ferdinand-child .food-menu {
    margin: 0 !important;
    border-top: none !important;
  }
  .menu-food.page-ferdinand-child .drink-menus {
    border: none !important;
  }
  .menu-food.page-ferdinand-child .category-name {
    text-align: center !important;
  }
}
.page-concierge-child #no-booking {
  left: 50px;
  width: calc(100% - 100px);
}
.page-concierge-child #no-booking h1 a {
  display: none;
}
@media (min-width: 900px) {
  .page-concierge-child #no-booking h1 a {
    display: inline-block;
    pointer-events: none;
    cursor: default;
  }
}
.page-concierge-child #no-booking .concierge-links {
  position: fixed;
  right: 0px;
  width: 120px;
}

.menu-back {
  position: fixed;
  left: 17px;
  top: 13px;
  font-size: 30px;
  color: black;
  z-index: 100;
  border-bottom: none;
  cursor: pointer;
  user-select: none;
  transform: rotate(180deg);
}

.events main,
.events-archive main {
  margin: 0 17px;
  min-height: unset;
}
.events .slider,
.events-archive .slider {
  margin: 0 -100px;
}
.events .slider img,
.events-archive .slider img {
  width: 100vw;
  height: calc(100vh - 150px);
  object-fit: cover;
}
.events .events-head,
.events-archive .events-head {
  margin: 115px 0 0;
  display: flex;
  flex-direction: column;
}
.events .events-head > div,
.events-archive .events-head > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.events .events-head h2,
.events-archive .events-head h2 {
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  font-family: "Cutive Mono", "Courier New", monospace;
  text-transform: none;
  font-size: 34px;
  letter-spacing: 0px;
}
.events .events-head .eventshead-slogan,
.events-archive .events-head .eventshead-slogan {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-weight: bold;
  font-size: 9px;
}
@media (min-width: 900px) {
  .events .events-head .eventshead-slogan,
  .events-archive .events-head .eventshead-slogan {
    font-size: 13px;
  }
}
.events .events-head .eventshead-slogan span,
.events-archive .events-head .eventshead-slogan span {
  padding: 20px 0;
  width: 200px;
  text-align: center;
  display: inline-block;
  border-top: 2px solid #384133;
}
.events .events-head .eventshead-slogan:first-of-type span,
.events-archive .events-head .eventshead-slogan:first-of-type span {
  border-top: none;
  border-bottom: 2px solid #384133;
}
.events .events-head .eventshead-side,
.events-archive .events-head .eventshead-side {
  display: none;
}
.events .events-head .event-iconTop,
.events-archive .events-head .event-iconTop {
  margin: 45px 0;
}
.events .events-head .event-iconTop img,
.events-archive .events-head .event-iconTop img {
  width: 55px;
  height: auto;
}
@media (min-width: 900px) {
  .events .events-head .event-iconTop img,
  .events-archive .events-head .event-iconTop img {
    width: 95px;
  }
}
.events .section-heading,
.events-archive .section-heading {
  text-transform: uppercase;
  margin: 3em 0 1em;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  text-align: center;
}
.events .archive-heading,
.events-archive .archive-heading {
  margin-top: 10em;
}
.events .more-heading a,
.events-archive .more-heading a {
  text-decoration: none;
  border-bottom: none;
}
.events .event-controls,
.events-archive .event-controls {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  cursor: pointer;
  background: #f3efec;
  z-index: 15;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 16px;
}
.events .event-controls .filter,
.events-archive .event-controls .filter {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}
.events .event-controls .filter:before,
.events-archive .event-controls .filter:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-position: -8px -7px;
  background-size: 200%;
  background-repeat: no-repeat;
}
.events .event-controls .filter-food:before,
.events-archive .event-controls .filter-food:before {
  background-image: url("../img/food-off.svg");
}
.events .event-controls .filter-food.active:before,
.events-archive .event-controls .filter-food.active:before {
  background-image: url("../img/food-on.svg");
}
.events .event-controls .filter-mindful:before,
.events-archive .event-controls .filter-mindful:before {
  background-image: url("../img/mindful-off.svg");
}
.events .event-controls .filter-mindful.active:before,
.events-archive .event-controls .filter-mindful.active:before {
  background-image: url("../img/mindful-on.svg");
}
.events .event-controls .filter-music:before,
.events-archive .event-controls .filter-music:before {
  background-image: url("../img/music-off.svg");
}
.events .event-controls .filter-music.active:before,
.events-archive .event-controls .filter-music.active:before {
  background-image: url("../img/music-on.svg");
}
.events .event-controls .filter-culture:before,
.events-archive .event-controls .filter-culture:before {
  background-image: url("../img/culture-off.svg");
}
.events .event-controls .filter-culture.active:before,
.events-archive .event-controls .filter-culture.active:before {
  background-image: url("../img/culture-on.svg");
}
@media (min-width: 900px) {
  .events .event-controls,
  .events-archive .event-controls {
    font-size: 13px;
    line-height: 17px;
  }
  .events .event-controls .filter:before,
  .events-archive .event-controls .filter:before {
    width: 20px;
    height: 20px;
    background-position: -10px -10px;
    position: absolute;
    top: 4px;
    left: -5px;
  }
}
.events .events-list .list-month .month-head,
.events-archive .events-list .list-month .month-head {
  text-align: center;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 9px;
  line-height: 20px;
  font-weight: bold;
  padding: 25px 0;
  border-bottom: 2px solid #384133;
  cursor: pointer;
  user-select: none;
  position: sticky;
  background-color: #f3efec;
  z-index: 20;
  top: 48px;
}
.events .events-list .list-month .month-head:after,
.events-archive .events-list .list-month .month-head:after {
  content: "";
  display: block;
  background: url("../img/expander.png");
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  position: absolute;
  bottom: 30px;
  right: 0px;
  transition: 0.3s linear;
  transform-origin: center center;
}
.events .events-list .list-month.expanded .month-head:after,
.events-archive .events-list .list-month.expanded .month-head:after {
  transform: rotate(180deg);
}
.events .events-list .list-month .month-events-wrapper,
.events-archive .events-list .list-month .month-events-wrapper {
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.events .events-list .event-entry,
.events-archive .events-list .event-entry {
  display: block;
  padding: 25px 0;
  border-bottom: 0.5px solid #384133;
  position: relative;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 14px;
  line-height: 24px;
}
.events .events-list .event-entry .event-category,
.events-archive .events-list .event-entry .event-category {
  width: 25px;
  height: 25px;
  position: absolute;
  right: -3px;
  top: 32px;
  background-position: -14px -13px;
  background-size: 200%;
  background-repeat: no-repeat;
}
.events .events-list .event-entry .event-category.music,
.events-archive .events-list .event-entry .event-category.music {
  background-image: url(../img/music-off.svg);
}
.events .events-list .event-entry .event-category.mindful,
.events-archive .events-list .event-entry .event-category.mindful {
  background-image: url(../img/mindful-off.svg);
}
.events .events-list .event-entry .event-category.food,
.events-archive .events-list .event-entry .event-category.food {
  background-image: url(../img/food-off.svg);
}
.events .events-list .event-entry .event-category.culture,
.events-archive .events-list .event-entry .event-category.culture {
  background-image: url(../img/culture-off.svg);
}
@media (min-width: 900px) {
  .events .events-list .event-entry .event-category,
  .events-archive .events-list .event-entry .event-category {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-position: -12px -13px;
    position: relative;
    top: -20px;
    right: 0;
  }
}
.events .events-list .event-entry .event-title,
.events-archive .events-list .event-entry .event-title {
  font-weight: bold;
  padding-right: 25px;
}
@media (min-width: 900px) {
  .events .events-list .event-entry .event-title,
  .events-archive .events-list .event-entry .event-title {
    padding-right: unset;
  }
}
.events .events-list .list-month.filtered .month-events .event-entry,
.events-archive .events-list .list-month.filtered .month-events .event-entry {
  display: none;
}
.events .events-list .list-month.filtered.filter-food .month-events .event-entry.food,
.events-archive .events-list .list-month.filtered.filter-food .month-events .event-entry.food {
  display: flex;
}
.events .events-list .list-month.filtered.filter-music .month-events .event-entry.music,
.events-archive .events-list .list-month.filtered.filter-music .month-events .event-entry.music {
  display: flex;
}
.events .events-list .list-month.filtered.filter-mindful .month-events .event-entry.mindful,
.events-archive .events-list .list-month.filtered.filter-mindful .month-events .event-entry.mindful {
  display: flex;
}
.events .events-list .list-month.filtered.filter-culture .month-events .event-entry.culture,
.events-archive .events-list .list-month.filtered.filter-culture .month-events .event-entry.culture {
  display: flex;
}
.events .events-foot,
.events-archive .events-foot {
  margin: 120px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.events .events-foot .event-iconBottom,
.events-archive .events-foot .event-iconBottom {
  margin: 0 30px;
}
.events .events-foot .event-iconBottom img,
.events-archive .events-foot .event-iconBottom img {
  position: relative;
  top: 1px;
  width: 55px;
  height: auto;
}
@media (min-width: 900px) {
  .events .events-foot .event-iconBottom img,
  .events-archive .events-foot .event-iconBottom img {
    width: 95px;
  }
}
.events .events-foot .eventsfoot-side,
.events-archive .events-foot .eventsfoot-side {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-weight: bold;
  font-size: 9px;
}
@media (min-width: 900px) {
  .events .events-foot .eventsfoot-side,
  .events-archive .events-foot .eventsfoot-side {
    font-size: 13px;
  }
}
@media (min-width: 900px) {
  .events main,
  .events-archive main {
    margin: 0 auto;
    padding: 0 100px;
  }
  .events .events-head,
  .events-archive .events-head {
    margin: 145px auto 0;
    max-width: 1600px;
  }
  .events .events-head h2,
  .events-archive .events-head h2 {
    margin: 18px 0;
    padding: 38px 0;
  }
  .events .events-head .eventshead-side,
  .events-archive .events-head .eventshead-side {
    display: block;
    width: 150px;
    text-align: center;
    font-family: MaisonNeue, sans-serif;
    letter-spacing: 0.2em;
    font-weight: normal;
    text-transform: uppercase;
    word-spacing: -0.2em;
    font-size: 11px;
    line-height: 18px;
    border: 2px solid #384133;
    padding: 17px;
  }
  .events .events-list,
  .events-archive .events-list {
    max-width: 1850px;
    margin: 0 auto;
  }
  .events .events-list .list-month .month-head,
  .events-archive .events-list .list-month .month-head {
    flex-basis: 100%;
    flex-shrink: 0;
    padding: 30px 0 30px;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    font-weight: normal;
    top: 48px;
  }
  .events .events-list .list-month .month-head:after,
  .events-archive .events-list .list-month .month-head:after {
    bottom: 33px;
  }
  .events .events-list .list-month .month-events,
  .events-archive .events-list .list-month .month-events {
    padding: 32px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -50px;
  }
  .events .events-list .list-month .month-events .event-entry,
  .events-archive .events-list .list-month .month-events .event-entry {
    margin: 32px 50px;
    padding: 50px;
    border: 2px solid #384133;
    width: calc((100% - 200px) / 2);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .events .events-list .list-month .month-events .event-entry .event-title,
  .events-archive .events-list .list-month .month-events .event-entry .event-title {
    font-size: 45px;
    line-height: 65px;
    font-weight: normal;
  }
  .events .events-list .list-month .month-events .event-entry .event-date,
  .events-archive .events-list .list-month .month-events .event-entry .event-date {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
  }
  .events .events-list .list-month .month-events .event-entry .event-slots,
  .events-archive .events-list .list-month .month-events .event-entry .event-slots {
    padding-bottom: 20px;
  }
  .events .events-list .list-month .month-events .event-entry .event-slot,
  .events-archive .events-list .list-month .month-events .event-entry .event-slot {
    padding-bottom: 20px;
  }
  .events .events-list .list-month .month-events .event-entry .slot-time,
  .events-archive .events-list .list-month .month-events .event-entry .slot-time {
    font-weight: bold;
    margin: 20px 0 10px;
  }
  .events .events-list .list-month .month-events .event-entry .event-more,
  .events-archive .events-list .list-month .month-events .event-entry .event-more {
    width: auto;
    margin: auto auto 10px;
    display: inline-block;
  }
  .events .events-list .list-month .month-events .event-entry .event-image,
  .events-archive .events-list .list-month .month-events .event-entry .event-image {
    margin: 0 -50px;
    position: relative;
    top: 50px;
  }
}
@media (min-width: 1800px) {
  .events .events-list .list-month .month-events .event-entry,
  .events-archive .events-list .list-month .month-events .event-entry {
    width: calc((100% - 300px) / 3);
  }
}

.page-weekly-program .menu-controls {
  display: none;
}

.event-item .slogan a {
  border: none;
  position: relative;
  padding: 0 15px;
}
.event-item .slogan .slogan-left,
.event-item .slogan .slogan-right {
  flex-basis: 50%;
}
.event-item .slogan .slogan-left a::before {
  display: block;
  content: "<";
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.event-item .slogan .slogan-right a::before {
  display: block;
  content: ">";
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.event-item .event-category {
  width: 25px;
  height: 25px;
  margin: 20px auto 0;
  background-position: -14px -13px;
  background-size: 200%;
  background-repeat: no-repeat;
}
.event-item .event-category.music {
  background-image: url(../img/music-off.svg);
}
.event-item .event-category.mindful {
  background-image: url(../img/mindful-off.svg);
}
.event-item .event-category.food {
  background-image: url(../img/food-off.svg);
}
.event-item .event-category.culture {
  background-image: url(../img/culture-off.svg);
}
@media (min-width: 900px) {
  .event-item .event-category {
    width: 30px;
    height: 30px;
    background-position: -15px -15px;
    position: relative;
    top: 30px;
    right: 0;
  }
}
.event-item h3 {
  margin-top: 40px;
}
.event-item .event-date {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.event-item .text-content {
  text-align: center;
}
.event-item .text-content li {
  list-style-position: inside;
  width: fit-content;
  margin: 0 auto;
}
.event-item .event-slots {
  padding: 10px 0;
  text-align: left;
  font-size: 14px;
}
.event-item .event-slots .event-slot {
  padding: 20px 0;
  margin: 10px 0;
  border-top: 2px solid #384133;
}
.event-item .event-slots .event-slot:last-of-type {
  border-bottom: 2px solid #384133;
}
.event-item .event-slots .event-slot {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.event-item .event-slots .event-slot .slot-time {
  flex-basis: 30%;
  flex-shrink: 0;
  flex-grow: 0;
}
.event-item .event-slots .event-slot .slot-description {
  flex-basis: 70%;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 900px) {
  .event-item .slogan {
    align-items: flex-start;
    height: auto;
  }
  .event-item .slogan a {
    padding: 0;
  }
  .event-item .slogan .slogan-left {
    padding: 0 10px 0 20px;
  }
  .event-item .slogan .slogan-left a::before {
    font-size: 13px;
    top: -4px;
    left: -20px;
  }
  .event-item .slogan .slogan-right {
    padding: 0 20px 0 10px;
  }
  .event-item .slogan .slogan-right a::before {
    font-size: 13px;
    top: -4px;
    right: -20px;
  }
  .event-item h3 {
    margin: 70px 0 20px !important;
  }
  .event-item .date-wrapper {
    margin-top: 50px;
    padding: 35px;
    border: 2px solid #384133;
  }
  .event-item .event-date {
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 40px;
  }
  .event-item .event-slots {
    font-size: 16px;
    margin-bottom: 100px;
  }
}

.login-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-page .login-box {
  width: auto;
}
.login-page .login-box .field {
  margin: 1em 0;
}
.login-page .login-box .field label {
  display: none;
}
.login-page .login-box .field input {
  border: 1px solid #384133;
  width: 100%;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.login-page .login-box .buttons {
  display: flex;
  justify-content: space-between;
}

.page-media-archive main {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 20px;
}
@media (min-width: 900px) {
  .page-media-archive main {
    padding-bottom: 100px;
  }
}
.page-media-archive .media-gallery {
  display: flex;
  flex-wrap: wrap;
}
.page-media-archive .media-gallery .gallery-item {
  width: 25%;
}
@media (min-width: 900px) {
  .page-media-archive .media-gallery .gallery-item {
    width: 20%;
  }
}
.page-media-archive .media-gallery .gallery-item {
  aspect-ratio: 1;
  padding: 10px;
}
.page-media-archive .media-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.magazine #no-booking,
.magazine-article #no-booking {
  left: 60px;
}
@media (min-width: 900px) {
  .magazine #no-booking,
  .magazine-article #no-booking {
    left: 150px;
  }
  .magazine #no-booking h1,
  .magazine-article #no-booking h1 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

.magazine main {
  margin: 0 17px;
  min-height: unset;
}
.magazine .articles-controls {
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  cursor: pointer;
  position: sticky;
  top: 50px;
  background: #f3efec;
  z-index: 15;
  font-size: 10px;
  line-height: 13px;
  border-bottom: 2px solid #384133;
  padding-top: 20px;
}
.magazine .articles-controls .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.magazine .articles-controls .filter {
  cursor: pointer;
  position: relative;
  user-select: none;
}
@media (min-width: 900px) {
  .magazine .articles-controls {
    margin: 0 50px;
    font-size: 13px;
    line-height: 17px;
  }
}
.magazine .articles .article {
  border-bottom: none;
  display: block;
  padding: 25px;
  background-color: white;
  position: relative;
  margin: 0 0 50px;
  font-family: MaisonNeue, sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.magazine .articles .article .article-date,
.magazine .articles .article .article-categories {
  font-size: 13px;
  margin-bottom: 1em;
}
.magazine .articles .article .article-image {
  margin: 25px -25px;
}
.magazine .articles .article .article-title {
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 40px;
}
.magazine .articles .article .article-excerpt {
  margin-bottom: 2em;
}
@media (min-width: 900px) {
  .magazine main {
    margin: 0 auto;
    padding: 0 100px;
  }
  .magazine .articles {
    max-width: 1850px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .magazine .articles .article {
    margin: 32px 50px;
    padding: 30px;
    width: calc((100% - 200px) / 2);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .magazine .articles .article .article-date {
    margin-bottom: 20px;
  }
  .magazine .articles .article .article-more {
    width: auto;
    margin: auto auto 10px;
    display: inline-block;
  }
  .magazine .articles .article .article-image {
    margin: 30px -30px;
  }
  .magazine .articles .article .article-categories {
    margin-bottom: 30px;
  }
  .magazine .articles .article .article-excerpt {
    margin-bottom: 30px;
  }
}
@media (min-width: 1800px) {
  .magazine .articles .article {
    width: calc((100% - 300px) / 3);
  }
}

.magazine-article main .text .categories {
  text-align: center;
  text-transform: uppercase;
}
.magazine-article main .text h3 {
  margin: 40px 0;
}
.magazine-article main .text .published {
  text-align: center;
  margin-bottom: 20px;
}
.magazine-article main .text .text-content .align-center {
  text-align: center;
}
.magazine-article main .text .text-content .align-right {
  text-align: right;
}
.magazine-article main .text .text-content {
  margin-bottom: 0 !important;
}
.magazine-article main .text .text-content p {
  margin-bottom: 1em;
}
.magazine-article main .text .text-content h4 {
  margin-bottom: 1.2em;
}
.magazine-article main .text .text-content h5 {
  margin-bottom: 2em;
}
.magazine-article main .text .text-content figure {
  margin: 2em 0;
}
.magazine-article main .text .text-content figure img {
  width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  .magazine-article main .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .magazine-article main .text .categories {
    text-align: left;
    margin-bottom: 30px;
  }
  .magazine-article main .text h3 {
    text-align: left;
  }
  .magazine-article main .text .published {
    text-align: left;
    margin-bottom: 50px;
  }
  .magazine-article main .text .text-content {
    padding: 0;
  }
}

.search main {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 1800px) {
  .search main {
    max-width: 1560px;
  }
}
.search h3 {
  margin-bottom: 20px;
}
.search .text-content {
  max-width: 720px;
  margin: 0 auto;
  column-count: 1;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .search .text-content {
    padding: 20px 0;
  }
}
.search .text-content p {
  display: block;
  text-align: center;
}
.search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 40px;
}
.search form .mc-field-group {
  flex-grow: 1;
}
.search form input {
  border: 1px solid #384133;
  margin: 0;
  text-transform: uppercase;
}
.search form input:first-of-type {
  border-right: none;
  width: 100%;
  padding: 10px 25px;
  font-weight: normal;
}
.search form input:last-of-type {
  font-weight: bold;
  padding: 10px 15px;
  cursor: pointer;
}
.search form input:last-of-type:hover {
  background-color: #384133;
  color: #f3efec;
}
.search form label {
  display: none;
}
@media (min-width: 900px) {
  .search form {
    margin-top: 35px;
  }
  .search form input:last-of-type {
    padding: 10px 30px;
  }
}
.search .results-count {
  margin-bottom: 40px;
}
.search .results-filter {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 20px;
}
.search .results-filter ul {
  display: flex;
  justify-content: center;
}
.search .results-filter ul li {
  padding: 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.search .results-filter ul li:hover {
  padding-inline: 5px;
  margin-inline: 5px;
  padding-bottom: 6px;
  margin-bottom: 3px;
  border-bottom: 1px #384133 solid;
}
.search .results-list {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 100px;
  border-top: 1px solid #384133;
}
.search .results-list li {
  border-bottom: 1px solid #384133;
  text-align: left;
}
.search .results-list li a {
  padding: 10px 10px;
  display: block;
  text-decoration: none;
  border-bottom: none;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.search .results-list li a:hover {
  background-color: #384133;
  color: #f3efec;
}
.search .results-list li a .result-type {
  text-transform: uppercase;
}
.search .search-results.filtered-all .filter-all, .search .search-results.filtered-page .filter-page, .search .search-results.filtered-event .filter-event, .search .search-results.filtered-blog .filter-blog, .search .search-results.filtered-menu .filter-menu {
  padding-inline: 5px;
  margin-inline: 5px;
  padding-bottom: 6px;
  margin-bottom: 3px;
  border-bottom: 1px #384133 solid;
}
.search .search-results.filtered-page .results-list li:not(.type-page), .search .search-results.filtered-event .results-list li:not(.type-event), .search .search-results.filtered-blog .results-list li:not(.type-blog), .search .search-results.filtered-menu .results-list li:not(.type-menu) {
  display: none;
}

.page-careers .slider {
  height: calc(100vh - 150px);
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.page-careers .slider h2 {
  display: block !important;
  z-index: 11;
  transition: opacity 0.5s ease-in-out;
}
.page-careers .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;
}
.page-careers .slider picture:first-of-type img {
  opacity: 1;
}
.page-careers .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;
}
@media (min-width: 900px) {
  .page-careers .slider ul {
    font-size: 10px;
    line-height: 16px;
  }
}
.page-careers .slider ul {
  z-index: 11;
  font-weight: bold;
  position: absolute;
  bottom: 52px;
  color: #f3efec;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100vw;
  padding: 0 55px;
}
.page-careers .slider ul li {
  opacity: 0.7;
  padding: 20px 20px 0;
  width: 125px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-careers .slider ul li a {
  border: none;
  display: block;
  position: relative;
}
.page-careers .slider ul li a .slider-progress {
  width: 100%;
  height: 4px;
  bottom: 0px;
  background-color: #f3efec;
  opacity: 0.6;
  margin-top: 20px;
}
.page-careers .slider ul li a .slider-progress-percentage {
  margin-top: 20px;
  opacity: 1;
  width: 0%;
  z-index: 10;
  left: 0px;
}
.page-careers .slider ul li {
  transition: opacity 0.3s ease-in-out;
}
.page-careers .slider ul li.active, .page-careers .slider ul li:hover {
  opacity: 1;
}
.page-careers .careers-iframes {
  margin: 0 auto 80px auto;
  max-width: 935px;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 900px) {
  .page-careers .careers-iframes {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.page-careers .careers-iframes .iframe-name {
  border: 1px solid #384133;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
}
@media (min-width: 900px) {
  .page-careers .careers-iframes .iframe-name {
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 20px;
  }
}
.page-careers .careers-iframes .iframe-name.active {
  background-color: #384133;
  color: #f3efec;
  cursor: pointer;
}
@media (min-width: 900px) {
  .page-careers .careers-iframes .iframe-name:hover {
    background-color: #384133;
    color: #f3efec;
    cursor: pointer;
  }
}
.page-careers .careers-iframes .iframe {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
  max-width: 100%;
}
@media (min-width: 900px) {
  .page-careers .careers-iframes .iframe {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.page-careers .careers-iframes .iframe {
  display: none;
}
.page-careers .careers-iframes .iframe.active {
  display: block;
}
.page-careers .text-content {
  margin: 0 auto 0px auto;
  text-align: center;
  column-count: 1;
  max-width: 935px;
}
@media (min-width: 900px) {
  .page-careers .text-content {
    padding: 20px 0;
  }
}

/*# sourceMappingURL=site.css.map */
