@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../Fonts/montserrat-variable-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../Fonts/montserrat-variable-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../Fonts/montserrat-alternates-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../Fonts/montserrat-alternates-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --color-cream-bg: #F4EFE1;
  --color-cream: #EBE1C8;
  --color-blue: #003B5C;
  --color-navy: #083051;
  --color-gold: #D8C194;
  --c1: #586552;
  --c2: #98A680;
  --c3: #EECC81;
  --c4: #AF7B8B;
  --c5: #99434C;
  --c6: #003B5C;
  --c7: #BC8B5D;
  --c8: #7D624D;
  --font-head: "Montserrat", sans-serif;
  --font-body: "Montserrat Alternates", sans-serif;
  --shell-height: 66px;
  --wrap: 1728px;
  --gutter: 16px;
  --k: calc(min(100vw, 1728px) / 1728);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--color-cream-bg);
  color: var(--color-navy);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.arrow-ne {
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 9.5L9.5 2.5M4.5 2.5H9.5V7.5' stroke='black' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 9.5L9.5 2.5M4.5 2.5H9.5V7.5' stroke='black' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.arrow-e {
  display: inline-block;
  width: 13px;
  height: 11px;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3E%3Cpath d='M0 6h12M8 2l4 4-4 4' stroke='black' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3E%3Cpath d='M0 6h12M8 2l4 4-4 4' stroke='black' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  height: 34px;
  padding: 0 24px;
  white-space: nowrap;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.btn:hover {
  background-color: transparent;
  font-weight: 700;
}
.btn--blue {
  background: var(--color-blue);
  color: var(--color-cream);
}
.btn--blue:hover {
  border-color: var(--color-blue);
  color: var(--color-blue);
}
.btn--gold {
  background: var(--color-gold);
  color: var(--color-blue);
}
.btn--gold:hover {
  border-color: var(--color-gold);
  color: var(--color-cream);
}
.btn.btn-primary {
  background: var(--color-blue);
  color: var(--color-cream);
  cursor: pointer;
}
.btn.btn-primary:hover {
  border-color: var(--color-blue);
  color: var(--color-blue);
}
.form-navigation .btn.btn-primary:hover {
    background-color: transparent;
    font-weight: 700;
}
.btn--karte {
  height: 35px;
}
@media (min-width: 768px) {
  .btn--karte {
    height: 40px;
    padding: 0 22px;
  }
}

.palette {
  display: flex;
  width: 100%;
  height: 27px;
}
.palette span {
  flex: 1 1 0;
  background: var(--swatch);
}
@media (min-width: 768px) {
  .palette {
    height: 49px;
  }
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--color-cream);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.intro.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro.is-filled .intro__logo,
.intro.is-filled .intro__bars span {
  opacity: 0;
  transition: opacity 0.38s ease;
}
.intro.is-filled .intro__logo {
  animation-play-state: paused;
}
.intro__logo {
  position: relative;
  z-index: 2;
  width: 200px;
  animation: introSpin 3.2s linear infinite;
}
@media (min-width: 768px) {
  .intro__logo {
    width: 260px;
  }
}
@media (min-width: 1024px) {
  .intro__logo {
    width: 316px;
  }
}
.intro__logo img {
  width: 100%;
  height: auto;
}
.intro__bars {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 1;
}
.intro__bars span {
  flex: 1 1 0;
  background: var(--c);
  transform: scaleY(0);
  transform-origin: bottom;
  animation: introBar 2.6s cubic-bezier(0.45, 0, 0.25, 1) forwards;
  animation-delay: calc(var(--i) * 0.09s);
}

@keyframes introSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes introBar {
  0% {
    transform: scaleY(0);
  }
  22% {
    transform: scaleY(calc(var(--p) * 0.55));
  }
  50% {
    transform: scaleY(var(--p));
  }
  68% {
    transform: scaleY(var(--p));
  }
  100% {
    transform: scaleY(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .intro {
    display: none;
  }
}
.shell-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-cream);
  height: var(--shell-height);
}
.shell-bar__inner {
  position: relative;
  max-width: var(--wrap);
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
}
.shell-bar__logo {
  position: relative;
  display: block;
  width: 52px;
  z-index: 2;
}
.shell-bar__logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .shell-bar__logo {
    width: 118px;
    margin-top: 66px;
  }
}
.shell-bar__burger {
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.shell-bar__burger-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23px;
  height: 16px;
}
.shell-bar__burger-lines span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--color-navy);
}
.shell-bar__burger-x {
  display: none;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: var(--color-blue);
  text-transform: uppercase;
}
.shell-bar__burger[aria-expanded=true] .shell-bar__burger-lines {
  display: none;
}
.shell-bar__burger[aria-expanded=true] .shell-bar__burger-x {
  display: block;
}
@media (min-width: 768px) {
  .shell-bar__burger {
    display: none;
  }
}

.nav {
  position: fixed;
  top: var(--shell-height);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  overflow-y: auto;
  background: var(--color-navy);
  color: var(--color-cream);
}
.nav.is-open {
  display: block;
}
.nav::before, .nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * var(--shell-height));
  height: 100vh;
  z-index: 0;
}
.nav::before {
  background: url("../Images/menu-bg.jpg") center/cover no-repeat;
}
.nav::after {
  background: rgba(0, 0, 0, 0.56);
}
.nav__list {
  position: relative;
  z-index: 1;
  padding: 48px var(--gutter) 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--color-cream);
}
.nav__arrow {
  flex: 0 0 auto;
  width: 35px;
  height: 16px;
  color: var(--color-cream);
}
.nav__cols {
  position: relative;
  z-index: 1;
  padding: 60px var(--gutter) 30px;
  display: flex;
  justify-content: flex-start;
  column-gap: 54px;
}
.nav__group {
  display: grid;
  align-content: start;
  row-gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__meta-link {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: var(--color-cream);
}
.nav__social {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px var(--gutter) 48px;
}
.nav__ig {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: var(--color-gold);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 35'%3E%3Cpath d='M17.5 3.15137C22.1758 3.15137 22.7295 3.17187 24.5684 3.25391C26.2773 3.3291 27.2002 3.61621 27.8154 3.85547C28.6289 4.16992 29.2168 4.55273 29.8252 5.16113C30.4404 5.77637 30.8164 6.35742 31.1309 7.1709C31.3701 7.78613 31.6572 8.71582 31.7324 10.418C31.8145 12.2637 31.835 12.8174 31.835 17.4863C31.835 22.1621 31.8145 22.7158 31.7324 24.5547C31.6572 26.2637 31.3701 27.1865 31.1309 27.8018C30.8164 28.6152 30.4336 29.2031 29.8252 29.8115C29.21 30.4268 28.6289 30.8027 27.8154 31.1172C27.2002 31.3564 26.2705 31.6436 24.5684 31.7188C22.7227 31.8008 22.1689 31.8213 17.5 31.8213C12.8242 31.8213 12.2705 31.8008 10.4316 31.7188C8.72266 31.6436 7.79981 31.3564 7.18457 31.1172C6.37109 30.8027 5.7832 30.4199 5.17481 29.8115C4.55957 29.1963 4.18359 28.6152 3.86914 27.8018C3.62988 27.1865 3.34277 26.2568 3.26758 24.5547C3.18555 22.709 3.16504 22.1553 3.16504 17.4863C3.16504 12.8105 3.18555 12.2568 3.26758 10.418C3.34277 8.70898 3.62988 7.78613 3.86914 7.1709C4.18359 6.35742 4.56641 5.76953 5.17481 5.16113C5.79004 4.5459 6.37109 4.16992 7.18457 3.85547C7.79981 3.61621 8.72949 3.3291 10.4316 3.25391C12.2705 3.17187 12.8242 3.15137 17.5 3.15137ZM17.5 0C12.749 0 12.1543 0.0205078 10.2881 0.102539C8.42871 0.18457 7.15039 0.485351 6.04297 0.916016C4.8877 1.36719 3.91016 1.96191 2.93945 2.93945C1.96191 3.91016 1.36719 4.8877 0.916016 6.03613C0.485352 7.15039 0.18457 8.42188 0.102539 10.2812C0.0205078 12.1543 0 12.749 0 17.5C0 22.251 0.0205078 22.8457 0.102539 24.7119C0.18457 26.5713 0.485352 27.8496 0.916016 28.957C1.36719 30.1123 1.96191 31.0898 2.93945 32.0605C3.91016 33.0312 4.8877 33.6328 6.03613 34.0771C7.15039 34.5078 8.42188 34.8086 10.2813 34.8906C12.1475 34.9727 12.7422 34.9932 17.4932 34.9932C22.2441 34.9932 22.8389 34.9727 24.7051 34.8906C26.5645 34.8086 27.8428 34.5078 28.9502 34.0771C30.0986 33.6328 31.0762 33.0312 32.0469 32.0605C33.0176 31.0898 33.6191 30.1123 34.0635 28.9639C34.4941 27.8496 34.7949 26.5781 34.877 24.7188C34.959 22.8525 34.9795 22.2578 34.9795 17.5068C34.9795 12.7559 34.959 12.1611 34.877 10.2949C34.7949 8.43555 34.4941 7.15723 34.0635 6.0498C33.6328 4.8877 33.0381 3.91016 32.0606 2.93945C31.0898 1.96875 30.1123 1.36719 28.9639 0.922852C27.8496 0.492187 26.5781 0.191406 24.7188 0.109375C22.8457 0.0205078 22.251 0 17.5 0Z' fill='black'/%3E%3Cpath d='M17.5 8.51074C12.5371 8.51074 8.51074 12.5371 8.51074 17.5C8.51074 22.4629 12.5371 26.4893 17.5 26.4893C22.4629 26.4893 26.4893 22.4629 26.4893 17.5C26.4893 12.5371 22.4629 8.51074 17.5 8.51074ZM17.5 23.3311C14.2803 23.3311 11.6689 20.7197 11.6689 17.5C11.6689 14.2803 14.2803 11.6689 17.5 11.6689C20.7197 11.6689 23.3311 14.2803 23.3311 17.5C23.3311 20.7197 20.7197 23.3311 17.5 23.3311Z' fill='black'/%3E%3Cpath d='M28.9434 8.15521C28.9434 9.31732 28 10.2538 26.8447 10.2538C25.6826 10.2538 24.7461 9.31049 24.7461 8.15521C24.7461 6.9931 25.6895 6.05658 26.8447 6.05658C28 6.05658 28.9434 6.99994 28.9434 8.15521Z' fill='black'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 35'%3E%3Cpath d='M17.5 3.15137C22.1758 3.15137 22.7295 3.17187 24.5684 3.25391C26.2773 3.3291 27.2002 3.61621 27.8154 3.85547C28.6289 4.16992 29.2168 4.55273 29.8252 5.16113C30.4404 5.77637 30.8164 6.35742 31.1309 7.1709C31.3701 7.78613 31.6572 8.71582 31.7324 10.418C31.8145 12.2637 31.835 12.8174 31.835 17.4863C31.835 22.1621 31.8145 22.7158 31.7324 24.5547C31.6572 26.2637 31.3701 27.1865 31.1309 27.8018C30.8164 28.6152 30.4336 29.2031 29.8252 29.8115C29.21 30.4268 28.6289 30.8027 27.8154 31.1172C27.2002 31.3564 26.2705 31.6436 24.5684 31.7188C22.7227 31.8008 22.1689 31.8213 17.5 31.8213C12.8242 31.8213 12.2705 31.8008 10.4316 31.7188C8.72266 31.6436 7.79981 31.3564 7.18457 31.1172C6.37109 30.8027 5.7832 30.4199 5.17481 29.8115C4.55957 29.1963 4.18359 28.6152 3.86914 27.8018C3.62988 27.1865 3.34277 26.2568 3.26758 24.5547C3.18555 22.709 3.16504 22.1553 3.16504 17.4863C3.16504 12.8105 3.18555 12.2568 3.26758 10.418C3.34277 8.70898 3.62988 7.78613 3.86914 7.1709C4.18359 6.35742 4.56641 5.76953 5.17481 5.16113C5.79004 4.5459 6.37109 4.16992 7.18457 3.85547C7.79981 3.61621 8.72949 3.3291 10.4316 3.25391C12.2705 3.17187 12.8242 3.15137 17.5 3.15137ZM17.5 0C12.749 0 12.1543 0.0205078 10.2881 0.102539C8.42871 0.18457 7.15039 0.485351 6.04297 0.916016C4.8877 1.36719 3.91016 1.96191 2.93945 2.93945C1.96191 3.91016 1.36719 4.8877 0.916016 6.03613C0.485352 7.15039 0.18457 8.42188 0.102539 10.2812C0.0205078 12.1543 0 12.749 0 17.5C0 22.251 0.0205078 22.8457 0.102539 24.7119C0.18457 26.5713 0.485352 27.8496 0.916016 28.957C1.36719 30.1123 1.96191 31.0898 2.93945 32.0605C3.91016 33.0312 4.8877 33.6328 6.03613 34.0771C7.15039 34.5078 8.42188 34.8086 10.2813 34.8906C12.1475 34.9727 12.7422 34.9932 17.4932 34.9932C22.2441 34.9932 22.8389 34.9727 24.7051 34.8906C26.5645 34.8086 27.8428 34.5078 28.9502 34.0771C30.0986 33.6328 31.0762 33.0312 32.0469 32.0605C33.0176 31.0898 33.6191 30.1123 34.0635 28.9639C34.4941 27.8496 34.7949 26.5781 34.877 24.7188C34.959 22.8525 34.9795 22.2578 34.9795 17.5068C34.9795 12.7559 34.959 12.1611 34.877 10.2949C34.7949 8.43555 34.4941 7.15723 34.0635 6.0498C33.6328 4.8877 33.0381 3.91016 32.0606 2.93945C31.0898 1.96875 30.1123 1.36719 28.9639 0.922852C27.8496 0.492187 26.5781 0.191406 24.7188 0.109375C22.8457 0.0205078 22.251 0 17.5 0Z' fill='black'/%3E%3Cpath d='M17.5 8.51074C12.5371 8.51074 8.51074 12.5371 8.51074 17.5C8.51074 22.4629 12.5371 26.4893 17.5 26.4893C22.4629 26.4893 26.4893 22.4629 26.4893 17.5C26.4893 12.5371 22.4629 8.51074 17.5 8.51074ZM17.5 23.3311C14.2803 23.3311 11.6689 20.7197 11.6689 17.5C11.6689 14.2803 14.2803 11.6689 17.5 11.6689C20.7197 11.6689 23.3311 14.2803 23.3311 17.5C23.3311 20.7197 20.7197 23.3311 17.5 23.3311Z' fill='black'/%3E%3Cpath d='M28.9434 8.15521C28.9434 9.31732 28 10.2538 26.8447 10.2538C25.6826 10.2538 24.7461 9.31049 24.7461 8.15521C24.7461 6.9931 25.6895 6.05658 26.8447 6.05658C28 6.05658 28.9434 6.99994 28.9434 8.15521Z' fill='black'/%3E%3C/svg%3E") no-repeat center/contain;
}
.nav__lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  background: var(--color-gold);
  color: var(--color-blue);
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 45px;
    margin-left: auto;
    overflow: visible;
    background: none;
  }
  .nav::before, .nav::after {
    content: none;
  }
  .nav .nav__list,
  .nav .nav__cols,
  .nav .nav__group,
  .nav .nav__social {
    display: contents;
  }
  .nav .nav__group--menu-only {
    display: none;
  }
  .nav .nav__group--footer .nav__item + .nav__item {
    display: none;
  }
  .nav .nav__item--menu-only {
    display: none;
  }
  .nav .nav__link,
  .nav .nav__meta-link {
    display: inline;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: none;
    color: var(--color-blue);
  }
  .nav .nav__link:hover,
  .nav .nav__meta-link:hover {
    color: var(--color-navy);
    -webkit-text-stroke: 0.4px currentColor;
    text-stroke: 0.4px currentColor;
  }
  .nav .nav__arrow,
  .nav .nav__meta-link .arrow-ne,
  .nav .nav__meta-link .arrow-e {
    display: none;
  }
  .nav .nav__ig {
    background-color: var(--color-navy);
  }
  .nav .nav__lang {
    background: var(--color-blue);
    color: var(--color-cream);
  }
}

.hero {
  position: relative;
}
.hero__media {
  position: relative;
}
.hero__img, .hero__video {
  display: block;
  width: 100%;
  height: 573px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hero__img, .hero__video {
    height: 720px;
  }
}
@media (min-width: 1024px) {
  .hero__img, .hero__video {
    height: 1002px;
  }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2 * var(--gutter));
  max-width: 1365px;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--color-cream);
  font-size: 64px;
  line-height: 77px;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 88px;
    line-height: 106px;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 128px;
    line-height: 154px;
  }
}
.hero .palette {
  position: relative;
  margin-top: -27px;
}
@media (min-width: 768px) {
  .hero .palette {
    margin-top: -49px;
  }
}

.culinary {
  position: relative;
  background: var(--color-blue);
  color: var(--color-cream);
}
.culinary__sticky {
  padding: 60px 0 83px;
}
.culinary__heading {
  margin: 0 var(--gutter) 53px;
  font-family: var(--font-head);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
}
.culinary__track {
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.culinary__nav {
  display: none;
}
@media (min-width: 1024px) {
  .culinary {
    height: 380vh;
    --stage-h: 760px;
  }
  .culinary__heading {
    text-align: center;
    font-size: 64px;
    line-height: 77px;
    margin: 0;
    padding: clamp(64px, 11vh, 120px) 40px 0;
  }
  .culinary__sticky {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
  .culinary__viewport {
    flex: 0 1 var(--stage-h);
    min-height: 0;
    overflow: hidden;
  }
  .culinary__track {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    gap: 0;
    will-change: transform;
  }
  .culinary__nav {
    display: block;
    width: 100%;
    max-width: var(--wrap);
    align-self: center;
    padding: 0 clamp(48px, 7.6vw, 130px) clamp(40px, 11vh, 118px);
  }
  .culinary__line {
    position: relative;
    height: 2px;
    background: var(--color-cream);
    margin-bottom: 20px;
    color: var(--color-cream);
  }
  .culinary__progress {
    display: none;
  }
  .culinary__arrow {
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 16px;
    color: var(--color-cream);
  }
  .culinary__tabs {
    display: flex;
    justify-content: space-between;
    padding: 0 clamp(16px, 2.8vw, 24px);
  }
  .culinary__tab {
    border: 0;
    background: none;
    cursor: pointer;
    color: var(--color-cream);
    font-family: var(--font-head);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .culinary__tab.is-active {
    font-weight: 700;
  }
}

.card {
  padding: 0 var(--gutter);
  display: flex;
  flex-direction: column;
}
.card__head {
  order: 2;
}
.card__img {
  order: 1;
  margin-bottom: 35px;
  width: 100%;
  height: 207px;
  object-fit: cover;
}
.card__body {
  order: 3;
}
.card__tag {
  margin: 0 0 17px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.card__subline {
  margin: 0 0 21px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}
.card__text,
.card__text p {
  margin: 0 0 27px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  .card {
    flex: 0 0 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(24px, 3.6vw, 60px);
    padding: 0 max(clamp(24px, 5.5vw, 126px), (100% - 1476px) / 2);
  }
  .card .card__head {
    order: 1;
    flex: 0 0 auto;
  }
  .card .card__img {
    order: 2;
    margin: 0;
    flex: 0 0 clamp(300px, 34vw, 580px);
    height: min(clamp(360px, 29.5vw, 506px), 100%);
    min-width: 0;
  }
  .card .card__body {
    order: 3;
    flex: 0 0 clamp(220px, 19vw, 304px);
  }
  .card .card__tag {
    font-size: clamp(26px, 2.5vw, 36px);
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .card .card__subline {
    font-size: clamp(46px, 4.6vw, 64px);
    line-height: 1.16;
    margin-bottom: 0;
    width: clamp(300px, 24vw, 379px);
  }
  .card .card__text,
  .card .card__text p {
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.3;
    margin-bottom: 32px;
  }
}

.events {
  background: var(--color-cream-bg);
  padding: 73px 0 0;
}
@media (min-width: 768px) {
  .events {
    padding: 150px 0 0;
  }
}
@media (min-width: 1024px) {
  .events {
    padding: 228px 0 0;
  }
}
.events__gallery-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .events__gallery-wrap {
    max-width: var(--wrap);
    margin: 0 auto;
  }
}
.events__gallery {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.events__gallery.is-dragging {
  cursor: grabbing;
}
.events__track {
  display: flex;
  gap: 0;
  will-change: transform;
}
@media (min-width: 768px) {
  .events__track {
    gap: 74px;
  }
}
.events__track img {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  height: 302px;
  object-fit: cover;
  -webkit-user-drag: none;
  pointer-events: none;
}
@media (min-width: 768px) {
  .events__track img {
    flex: 0 0 530px;
    width: 530px;
    height: 552px;
  }
}
.events__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  background: var(--color-gold);
  color: var(--color-navy);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events__arrow svg {
  width: 20px;
  height: 14px;
}
.events__arrow--prev {
  left: 16px;
}
.events__arrow--next {
  right: 16px;
}
@media (min-width: 768px) {
  .events__arrow {
    display: none;
  }
}

.calendar {
  position: relative;
  color: var(--color-cream);
  text-align: center;
}
.calendar__media {
  position: relative;
}
.calendar__img, .calendar__video {
  display: block;
  width: 100%;
  height: 625px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .calendar__img, .calendar__video {
    height: 890px;
  }
}
.calendar__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.calendar__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2 * var(--gutter));
  max-width: 478px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar__title {
  margin: 0 0 24px;
  font-family: var(--font-head);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .calendar__title {
    font-size: 64px;
    line-height: 77px;
  }
}
.calendar__body {
  margin: 0 0 30px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .calendar__body {
    font-size: 20px;
    line-height: 26px;
  }
}

.footer {
  position: relative;
  background: var(--color-blue);
  color: var(--color-cream);
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 27px;
  background: url("../Images/footer-nwm.png") repeat;
  background-size: auto 500px;
  opacity: 0.55;
  pointer-events: none;
}
@media (min-width: 768px) {
  .footer::before {
    top: 49px;
    background-size: auto 500px;
    opacity: 0.5;
  }
}
.footer__inner {
  position: relative;
  z-index: 1;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 30px var(--gutter) 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer__inner {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: clamp(24px, 6vw, 104px);
    padding: 56px clamp(16px, 2.8vw, 48px) 64px;
  }
}
.footer__logo {
  display: none;
}
@media (min-width: 768px) {
  .footer__logo {
    display: block;
    width: 208px;
    height: auto;
    flex: 0 0 auto;
  }
}
.footer__address {
  font-family: var(--font-body);
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .footer__address {
    flex: 0 0 auto;
  }
}
.footer__address .subtext {
  font-size: 16px;
}
.footer__cols {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 768px) {
  .footer__cols {
    gap: clamp(24px, 3.7vw, 64px);
    margin-left: auto;
  }
}
.footer__col li {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .footer__col li {
    font-size: 16px;
    line-height: 21px;
  }
}
.footer__col li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer__col li a:hover {
    color: var(--color-cream);
    -webkit-text-stroke: 0.4px currentColor;
    text-stroke: 0.4px currentColor;
}
.footer__address .subtext a:hover {
    color: var(--color-cream);
    -webkit-text-stroke: 0.4px currentColor;
    text-stroke: 0.4px currentColor;
}
.footer__col li a.external-link::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 9.5L9.5 2.5M4.5 2.5H9.5V7.5' stroke='black' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 9.5L9.5 2.5M4.5 2.5H9.5V7.5' stroke='black' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.textfeld--deinevent, .rooms__intro, .evrow__list, .subhero__inner {
  max-width: var(--wrap);
  margin-left: auto;
  margin-right: auto;
}

.frame-container {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
@media (min-width: 1024px) {
  .frame-container {
    padding-inline: calc(168 * var(--k));
  }
}

.subhero {
  position: relative;
  background: var(--ff-bg, var(--color-blue));
}
.subhero__inner {
  position: relative;
}
.subhero__title {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 357px;
  padding: 27px 0 0;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  color: var(--ff-heading, var(--color-cream));
}
.subhero__img {
  display: block;
  width: 100%;
  height: 376px;
  object-fit: cover;
  margin-top: 26px;
}
@media (min-width: 1024px) {
  .subhero__inner {
    display: block;
    height: calc(936 * var(--k));
  }
  .subhero__img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(775 * var(--k));
    height: 100%;
    margin: 0;
    object-position: right center;
  }
  .subhero__title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(901 * var(--k));
    right: 0;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    max-width: none;
    text-align: left;
    font-size: calc(128 * var(--k));
    line-height: calc(154 * var(--k));
  }
}

.no-banner {
  padding-top: 53px;
}
@media (min-width: 1024px) {
  .no-banner {
    padding-top: calc(154 * var(--k));
  }
}
.no-banner h1 {
  margin: 0 0 30px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--color-blue);
}
@media (min-width: 1024px) {
  .no-banner h1 {
    margin-bottom: calc(68 * var(--k));
    font-size: calc(64 * var(--k));
    line-height: calc(77 * var(--k));
  }
}
.no-banner p {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: var(--color-blue);
}
@media (min-width: 1024px) {
  .no-banner p {
    font-size: max(16px, 20 * var(--k));
    line-height: max(21px, 26 * var(--k));
  }
}
.no-banner p + p {
  margin-top: 21px;
}
@media (min-width: 1024px) {
  .no-banner p + p {
    margin-top: max(21px, 26 * var(--k));
  }
}

.subslider {
  margin-top: 92px;
  margin-bottom: 73px;
}
@media (min-width: 1024px) {
  .subslider {
    margin-top: calc(96 * var(--k));
    margin-bottom: calc(50 * var(--k));
  }
}

.contact__grid {
  display: grid;
  gap: 48px;
  padding-bottom: 73px;
}
@media (min-width: 1024px) {
  .contact__grid {
    grid-template-columns: calc(430 * var(--k)) 1fr;
    column-gap: calc(120 * var(--k));
    align-items: start;
    padding-bottom: calc(50 * var(--k));
  }
}
.contact__info {
  display: grid;
  gap: 32px;
  align-content: start;
  color: var(--color-blue);
}
.contact__lead {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  .contact__lead {
    font-size: max(16px, 20 * var(--k));
    line-height: max(21px, 26 * var(--k));
  }
}
.contact__block {
  display: grid;
  gap: 6px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}
.contact__block-title {
  margin: 0 0 4px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.contact__link {
  color: inherit;
}
.contact__link:hover {
  text-decoration: underline;
}

.flex {
  display: flex;
}

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

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.w-full {
  width: 100%;
}

.col {
  min-width: 0;
}

@media (min-width: 768px) {
  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-auto {
    width: auto;
  }
}
.input-wrapper {
  display: grid;
  gap: 8px;
}
.input-wrapper label {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-blue);
}

.checkbox-wrapper {
  color: var(--color-blue);
}
.checkbox-wrapper .form-check-label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}
.checkbox-wrapper input.form-check-input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--color-blue);
}
.checkbox-wrapper a {
  text-decoration: underline;
}
.checkbox-wrapper span span {
  color: var(--c5);
}
.form-element.form-element-statictext {
    padding-left: 1rem;
    padding-right: 1rem;
}
.form-element.form-element-statictext div,
.form-element.form-element-statictext p {
    font-size: 12px;
}

.mandatory {
  color: var(--c5);
}

.form-control,
.form-select {
  width: 100%;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: var(--color-navy);
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 12px 14px;
  transition: box-shadow 0.2s ease;
}
.form-control::placeholder,
.form-select::placeholder {
  color: rgba(8, 48, 81, 0.5);
}
.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(0, 59, 92, 0.25);
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23003B5C' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

textarea.form-control {
  resize: vertical;
  min-height: 150px;
}

.actions {
  flex: 0 0 100%;
  padding-inline: 1rem;
}

.evrow {
  display: flex;
  flex-direction: column;
}
.evrow__list {
  padding: 0 var(--gutter);
  display: flex;
  flex-direction: column;
  gap: 73px;
}
.evrow__img {
  width: 100%;
  height: 207px;
  object-fit: cover;
  margin: 0 0 35px;
}
.evrow__date {
  margin: 0 0 17px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: var(--color-blue);
}
.evrow__title {
  margin: 0 0 21px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--color-blue);
}
.evrow__body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: var(--color-navy);
}
@media (min-width: 1024px) {
  .evrow {
    flex-direction: row;
    align-items: center;
    gap: calc(111 * var(--k));
    padding-left: calc(170 * var(--k));
  }
  .evrow__list {
    padding: 0;
    gap: calc(132 * var(--k));
  }
  .evrow__img {
    flex: 0 0 calc(675 * var(--k));
    width: calc(675 * var(--k));
    height: calc(402 * var(--k));
    margin: 0;
  }
  .evrow__text {
    flex: 0 0 calc(478 * var(--k));
  }
  .evrow__date {
    font-size: calc(36 * var(--k));
    line-height: calc(47 * var(--k));
    margin-bottom: calc(20 * var(--k));
  }
  .evrow__title {
    font-size: calc(64 * var(--k));
    line-height: calc(77 * var(--k));
    margin-bottom: calc(50 * var(--k));
  }
  .evrow__body {
    font-size: calc(20 * var(--k));
    line-height: calc(26 * var(--k));
  }
  .evrow--flip {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: calc(265 * var(--k));
    gap: calc(137 * var(--k));
  }
}

.events-page {
  padding: 62px 0 62px;
}
@media (min-width: 1024px) {
  .events-page {
    padding: calc(128 * var(--k)) 0 calc(132 * var(--k));
  }
}

.rooms__intro {
  padding: 0 var(--gutter);
}
.rooms__title {
  margin: 0 0 21px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--color-blue);
}
.rooms__lead p {
  white-space: pre-line;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: var(--color-blue);
}
.rooms__list {
  margin-top: 11px;
}
.rooms__nav {
  display: none;
}
@media (min-width: 1024px) {
  .rooms {
    max-width: var(--wrap);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: calc(703 * var(--k));
    padding: 0;
  }
  .rooms__intro {
    position: absolute;
    left: calc(167 * var(--k));
    top: calc(16 * var(--k));
    width: calc(536 * var(--k));
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .rooms__title {
    font-size: calc(64 * var(--k));
    line-height: calc(77 * var(--k));
    margin: 0 0 calc(41 * var(--k));
  }
  .rooms__lead p {
    width: calc(478 * var(--k));
    font-size: calc(20 * var(--k));
    line-height: calc(26 * var(--k));
  }
  .rooms__list {
    position: absolute;
    left: calc(929 * var(--k));
    top: calc(37 * var(--k));
    width: calc(675 * var(--k));
    margin: 0;
  }
  .rooms__nav {
    display: block;
    position: absolute;
    left: calc(167 * var(--k));
    top: calc(609 * var(--k));
    width: calc(539 * var(--k));
    margin: 0;
  }
  .rooms__line {
    position: relative;
    height: 2px;
    width: 100%;
    background: var(--color-blue);
    color: var(--color-blue);
    margin-bottom: calc(36 * var(--k));
  }
  .rooms__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 16px;
    color: inherit;
    pointer-events: none;
  }
  .rooms__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .rooms__tabs {
    display: flex;
    gap: calc(51 * var(--k));
  }
  .rooms__tab {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    color: var(--color-blue);
    font-family: var(--font-head);
    font-weight: 400;
    font-size: calc(16 * var(--k));
    line-height: calc(20 * var(--k));
    text-transform: uppercase;
    white-space: nowrap;
  }
  .rooms__tab.is-active {
    font-weight: 700;
  }
}

.room__gallery {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
}
.room__track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.room__img {
  flex: 0 0 100%;
  width: 100%;
  height: 302px;
  object-fit: cover;
  margin: 0;
}
.room__img-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  right: 16px;
  border: 0;
  border-radius: 50%;
  background: var(--color-cream);
  color: var(--color-blue);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.room__img-arrow svg {
  display: block;
  width: 18px;
  height: auto;
}
.room__img-arrow:hover {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
}
.room__img-arrow:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 3px;
}
.room__img-arrow[hidden] {
  display: none;
}
.room__img-arrow--prev {
  right: auto;
  left: 16px;
}
.room__size {
  margin: 0 0 27px;
  padding: 0 var(--gutter);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: var(--color-blue);
}
.room__name {
  margin: 0 0 24px;
  padding: 0 var(--gutter);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--color-blue);
}
.room__text {
  margin: 0;
  padding: 0 var(--gutter);
}
.room__text p {
  margin: 0 0 16px;
  white-space: pre-line;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: var(--color-blue);
}
.room + .room {
  margin-top: 68px;
}
@media (min-width: 1024px) {
  .room {
    position: relative;
    display: none;
  }
  .room.is-active {
    display: block;
  }
  .room + .room {
    margin-top: 0;
  }
  .room__gallery {
    margin: 0 0 calc(45 * var(--k));
  }
  .room__img {
    height: calc(402 * var(--k));
  }
  .room__img-arrow {
    width: calc(72 * var(--k));
    height: calc(72 * var(--k));
    right: calc(22 * var(--k));
    box-shadow: 0 calc(6 * var(--k)) calc(24 * var(--k)) rgba(0, 0, 0, 0.18);
  }
  .room__img-arrow svg {
    width: calc(30 * var(--k));
  }
  .room__img-arrow--prev {
    right: auto;
    left: calc(22 * var(--k));
  }
  .room__size {
    padding: 0;
    font-size: calc(36 * var(--k));
    line-height: calc(44 * var(--k));
    margin: 0 0 calc(9 * var(--k));
  }
  .room__name {
    padding: 0;
    font-size: calc(64 * var(--k));
    line-height: calc(77 * var(--k));
    margin: 0;
    max-width: calc(315 * var(--k));
  }
  .room__text {
    position: absolute;
    left: calc(335 * var(--k));
    top: calc(443 * var(--k));
    width: calc(343 * var(--k));
    padding: 0;
  }
  .room__text p {
    font-size: calc(16 * var(--k));
    line-height: calc(21 * var(--k));
  }
}

.info-list {
  color: var(--color-blue);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .info-list {
    font-size: calc(16 * var(--k));
    line-height: calc(21 * var(--k));
  }
}

.info-row {
  display: grid;
  grid-template-columns: 96px 1fr;
}
@media (min-width: 1024px) {
  .info-row {
    grid-template-columns: calc(96 * var(--k)) 1fr;
  }
}

.banner360 {
  position: relative;
}
.banner360__img {
  width: 100%;
  height: 625px;
  object-fit: cover;
}
.banner360__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.banner360__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner360__title {
  margin: 0 0 23px;
  max-width: 219px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-cream);
}
@media (min-width: 1024px) {
  .banner360__img {
    height: calc(610 * var(--k));
  }
  .banner360__title {
    max-width: calc(740 * var(--k));
    font-size: calc(70 * var(--k));
    line-height: calc(85 * var(--k));
    margin-bottom: calc(25 * var(--k));
  }
}

.textfeld__title {
  font-family: var(--font-head);
  font-weight: 700;
  text-transform: uppercase;
}
.textfeld__body {
  font-family: var(--font-body);
  font-weight: 500;
}
.textfeld__body > p {
  margin: 0;
  font: inherit;
  color: inherit;
}
.textfeld .detail-btn {
  justify-self: start;
  align-self: start;
}

.textfeld--home {
  padding: 34px var(--gutter) 0;
}
@media (min-width: 768px) {
  .textfeld--home {
    max-width: var(--wrap);
    margin: 0 auto;
    padding: 84px 48px 0 clamp(48px, 9.8vw, 169px);
    display: grid;
    grid-template-columns: minmax(0, 536px) minmax(0, 478px);
    justify-content: start;
    column-gap: clamp(48px, 7.7vw, 132px);
    align-items: start;
  }
}
.textfeld--home .textfeld__title {
  margin: 0 0 44px;
  color: var(--color-navy);
  font-size: 32px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .textfeld--home .textfeld__title {
    grid-row: 1/span 2;
    font-size: 64px;
    line-height: 77px;
    margin: 0;
  }
}
.textfeld--home .textfeld__body {
  margin: 0 0 27px;
  color: var(--color-navy);
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .textfeld--home .textfeld__body {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 27px;
  }
}

.textfeld--deinevent {
  padding: 0 var(--gutter);
  text-align: left;
}
.textfeld--deinevent .textfeld__title {
  text-align: center;
  margin: 0 0 48px;
  font-size: 32px;
  line-height: 38px;
  color: var(--color-blue);
}
.textfeld--deinevent .textfeld__img {
  width: 100%;
  height: 207px;
  object-fit: cover;
  margin: 0 0 84px;
}
.textfeld--deinevent .textfeld__body {
  margin: 0 0 27px;
  font-size: 16px;
  line-height: 21px;
  color: var(--color-blue);
}
@media (min-width: 1024px) {
  .textfeld--deinevent {
    position: relative;
    padding: 0;
    text-align: left;
    min-height: calc(327 * var(--k));
  }
  .textfeld--deinevent .textfeld__title {
    margin: 0;
    padding-left: calc(163 * var(--k));
    text-align: left;
    font-size: calc(64 * var(--k));
    line-height: calc(77 * var(--k));
  }
  .textfeld--deinevent .textfeld__img {
    display: none;
  }
  .textfeld--deinevent .textfeld__body {
    position: absolute;
    left: calc(787 * var(--k));
    top: calc(3 * var(--k));
    width: calc(478 * var(--k));
    margin: 0;
    font-size: calc(20 * var(--k));
    line-height: calc(26 * var(--k));
  }
  .textfeld--deinevent .detail-btn {
    position: absolute;
    left: calc(787 * var(--k));
    top: calc(293 * var(--k));
  }
}

.rooms-section {
  padding: 47px 0 0;
}
@media (min-width: 1024px) {
  .rooms-section {
    padding: calc(109 * var(--k)) 0 0;
  }
}

.banner360 {
  margin-top: 76px;
}
@media (min-width: 1024px) {
  .banner360 {
    margin-top: calc(99 * var(--k));
  }
}

.textfeld-section--home {
  padding-bottom: 81px;
}
@media (min-width: 768px) {
  .textfeld-section--home {
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .textfeld-section--home {
    padding-bottom: 174px;
  }
}

.textfeld-section--deinevent {
  padding: 76px 0 0;
}
@media (min-width: 1024px) {
  .textfeld-section--deinevent {
    padding: calc(104 * var(--k)) 0 0;
  }
}

.subslider--deinevent {
  margin-top: 22px;
  margin-bottom: 66px;
}
@media (min-width: 1024px) {
  .subslider--deinevent {
    margin-top: calc(100 * var(--k));
    margin-bottom: calc(104 * var(--k));
  }
}

.lp__hero {
  position: relative;
}
.lp__hero-img {
  width: 100%;
  height: 573px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .lp__hero-img {
    height: calc(1002 * var(--k));
  }
}
.lp__hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.lp__logo {
  position: absolute;
  top: 20px;
  left: var(--gutter);
  width: 52px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .lp__logo {
    top: calc(46 * var(--k));
    left: calc(47 * var(--k));
    width: calc(118 * var(--k));
  }
}
.lp__logo img {
  width: 100%;
  height: auto;
}
.lp__hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2 * var(--gutter));
  max-width: 1365px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-cream);
}
@media (min-width: 768px) {
  .lp__hero-title {
    font-size: 88px;
    line-height: 106px;
  }
}
@media (min-width: 1024px) {
  .lp__hero-title {
    max-width: calc(1365 * var(--k));
    font-size: calc(128 * var(--k));
    line-height: calc(156 * var(--k));
  }
}
.lp__band {
  background: var(--color-blue);
  color: var(--color-cream);
  text-align: center;
  padding: 60px var(--gutter);
}
@media (min-width: 1024px) {
  .lp__band {
    padding: calc(116 * var(--k)) 0 0;
    height: calc(521 * var(--k));
  }
}
.lp__band-title {
  margin: 0 0 40px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .lp__band-title {
    font-size: calc(70 * var(--k));
    line-height: calc(85 * var(--k));
    margin: 0 auto calc(17 * var(--k));
    max-width: calc(1615 * var(--k));
  }
}
.lp__band-body {
  margin: 0 auto;
  max-width: 784px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  .lp__band-body {
    max-width: calc(784 * var(--k));
    font-size: calc(20 * var(--k));
    line-height: calc(26 * var(--k));
  }
}
.lp__slider {
  margin-top: 61px;
}
@media (min-width: 1024px) {
  .lp__slider {
    margin-top: calc(87 * var(--k));
  }
}
.lp__outro {
  text-align: center;
  padding: 60px var(--gutter) 60px;
}
@media (min-width: 1024px) {
  .lp__outro {
    padding: calc(76 * var(--k)) 0 calc(83 * var(--k));
  }
}
.lp__notice {
  margin: 0 0 60px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--color-blue);
}
@media (min-width: 1024px) {
  .lp__notice {
    font-size: calc(36 * var(--k));
    line-height: calc(47 * var(--k));
    margin-bottom: calc(60 * var(--k));
  }
}
.lp__ig {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: var(--color-navy);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 35'%3E%3Cpath d='M17.5 3.15A46 46 0 0 1 24.57 3.25c1.71.08 2.63.36 3.25.6a5.3 5.3 0 0 1 1.99 1.31 5.3 5.3 0 0 1 1.31 2c.24.62.52 1.55.6 3.25.08 1.85.1 2.4.1 7.07s-.02 5.22-.1 7.07c-.08 1.7-.36 2.63-.6 3.25a5.3 5.3 0 0 1-1.31 1.99 5.3 5.3 0 0 1-2 1.31c-.61.24-1.54.52-3.24.6-1.85.08-2.4.1-7.07.1s-5.22-.02-7.07-.1c-1.7-.08-2.63-.36-3.25-.6a5.3 5.3 0 0 1-1.99-1.31 5.3 5.3 0 0 1-1.31-2c-.24-.61-.52-1.54-.6-3.24-.08-1.85-.1-2.4-.1-7.07s.02-5.22.1-7.07c.08-1.7.36-2.63.6-3.25a5.3 5.3 0 0 1 1.31-1.99 5.3 5.3 0 0 1 2-1.31c.61-.24 1.54-.52 3.24-.6 1.85-.08 2.4-.1 7.07-.1zM17.5 0C12.75 0 12.15.02 10.29.1 8.43.18 7.15.49 6.04.92a8.5 8.5 0 0 0-3.1 2.02A8.5 8.5 0 0 0 .92 6.04C.49 7.15.18 8.42.1 10.28.02 12.15 0 12.75 0 17.5s.02 5.35.1 7.21c.08 1.86.39 3.14.82 4.25a8.5 8.5 0 0 0 2.02 3.1 8.5 8.5 0 0 0 3.1 2.02c1.11.43 2.38.74 4.24.82 1.87.08 2.46.1 7.21.1s5.35-.02 7.21-.1c1.86-.08 3.14-.39 4.25-.82a8.5 8.5 0 0 0 3.1-2.02 8.5 8.5 0 0 0 2.02-3.1c.43-1.11.74-2.38.82-4.24.08-1.87.1-2.46.1-7.21s-.02-5.35-.1-7.21c-.08-1.86-.39-3.14-.82-4.25a8.5 8.5 0 0 0-2.02-3.1 8.5 8.5 0 0 0-3.1-2.02C27.85.49 26.58.18 24.72.1 22.85.02 22.25 0 17.5 0z'/%3E%3Cpath d='M17.5 8.51a8.99 8.99 0 1 0 0 17.98 8.99 8.99 0 0 0 0-17.98zm0 14.82a5.83 5.83 0 1 1 0-11.66 5.83 5.83 0 0 1 0 11.66z'/%3E%3Cpath d='M28.94 8.16a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 35'%3E%3Cpath d='M17.5 3.15A46 46 0 0 1 24.57 3.25c1.71.08 2.63.36 3.25.6a5.3 5.3 0 0 1 1.99 1.31 5.3 5.3 0 0 1 1.31 2c.24.62.52 1.55.6 3.25.08 1.85.1 2.4.1 7.07s-.02 5.22-.1 7.07c-.08 1.7-.36 2.63-.6 3.25a5.3 5.3 0 0 1-1.31 1.99 5.3 5.3 0 0 1-2 1.31c-.61.24-1.54.52-3.24.6-1.85.08-2.4.1-7.07.1s-5.22-.02-7.07-.1c-1.7-.08-2.63-.36-3.25-.6a5.3 5.3 0 0 1-1.99-1.31 5.3 5.3 0 0 1-1.31-2c-.24-.61-.52-1.54-.6-3.24-.08-1.85-.1-2.4-.1-7.07s.02-5.22.1-7.07c.08-1.7.36-2.63.6-3.25a5.3 5.3 0 0 1 1.31-1.99 5.3 5.3 0 0 1 2-1.31c.61-.24 1.54-.52 3.24-.6 1.85-.08 2.4-.1 7.07-.1zM17.5 0C12.75 0 12.15.02 10.29.1 8.43.18 7.15.49 6.04.92a8.5 8.5 0 0 0-3.1 2.02A8.5 8.5 0 0 0 .92 6.04C.49 7.15.18 8.42.1 10.28.02 12.15 0 12.75 0 17.5s.02 5.35.1 7.21c.08 1.86.39 3.14.82 4.25a8.5 8.5 0 0 0 2.02 3.1 8.5 8.5 0 0 0 3.1 2.02c1.11.43 2.38.74 4.24.82 1.87.08 2.46.1 7.21.1s5.35-.02 7.21-.1c1.86-.08 3.14-.39 4.25-.82a8.5 8.5 0 0 0 3.1-2.02 8.5 8.5 0 0 0 2.02-3.1c.43-1.11.74-2.38.82-4.24.08-1.87.1-2.46.1-7.21s-.02-5.35-.1-7.21c-.08-1.86-.39-3.14-.82-4.25a8.5 8.5 0 0 0-2.02-3.1 8.5 8.5 0 0 0-3.1-2.02C27.85.49 26.58.18 24.72.1 22.85.02 22.25 0 17.5 0z'/%3E%3Cpath d='M17.5 8.51a8.99 8.99 0 1 0 0 17.98 8.99 8.99 0 0 0 0-17.98zm0 14.82a5.83 5.83 0 1 1 0-11.66 5.83 5.83 0 0 1 0 11.66z'/%3E%3Cpath d='M28.94 8.16a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.lp__copy {
  margin: 24px 0 0;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: var(--color-navy);
}
.lp__imprint {
  display: inline-block;
  margin-top: 11px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: var(--color-navy);
}
.lp__imprint:hover {
  color: var(--color-blue);
}

@media (min-width: 1728px) {
  .subhero__img {
    left: calc((1728px - 100vw) / 2);
    width: calc(775px + (100vw - 1728px) / 2);
  }
}
