@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --rosa: var(--white);
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --black: black;
  --flowui-component-library--gray-900: #a19404;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-500: #6b7094;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .9375rem;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 3.875rem;
}

h2 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.125rem;
}

h3 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.875rem;
}

h4 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.375rem;
}

h5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.125rem;
}

h6 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

p {
  margin-bottom: .625rem;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
  list-style-type: disc;
}

li {
  margin-bottom: .625rem;
}

img {
  display: block;
}

label {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  padding: .9375rem 1.875rem;
  font-size: 1.25rem;
  line-height: 2.125rem;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: .3125rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.section {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 5rem;
  padding-right: 5rem;
}

.container {
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: .75rem;
  line-height: 1.25rem;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: .75rem 1.5625rem;
  font-size: .75rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 1rem 2.1875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 1rem 2.1875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 1.25rem;
}

.rich-text {
  width: 70%;
  margin-bottom: 6.25rem;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: .9375rem;
  margin-bottom: 1.5625rem;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 1.5625rem;
  padding-bottom: 1.25rem;
}

.heading-jumbo {
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 4rem;
  line-height: 5rem;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: .9375rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.125rem;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 60rem;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.9375rem;
  display: flex;
  position: relative;
  top: 4.8125rem;
}

.navigation {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/header_01_upscayl_4x_ultrasharp1.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 106.25rem;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  padding: 7.875rem 3.125rem 1.875rem;
  display: flex;
}

.navigation-item {
  z-index: 1;
  clear: none;
  opacity: .6;
  color: var(--white);
  letter-spacing: .0625rem;
  -webkit-text-stroke-width: .0625rem;
  -webkit-text-stroke-color: var(--rosa);
  text-transform: uppercase;
  background-color: #3330;
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  color: #fff;
  background-image: linear-gradient(#b90047, #8b0137 3%, #8a0136 39%, #2b2b2bf0);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 62.25rem;
  height: 3.6875rem;
  display: flex;
  top: -1rem;
  left: 11.9375rem;
  overflow: visible;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -.125rem;
  margin-right: .5rem;
}

.cta-text {
  width: 70%;
  margin-bottom: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 6.875rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: .5625rem 1.875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: .0625rem solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 1.125rem;
  padding: 1.3125rem 1.25rem;
  font-size: .875rem;
  line-height: 1.625rem;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 3.75rem auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 38.75rem;
  margin-bottom: 3.75rem;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 3.75rem;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.protected-heading {
  margin-bottom: 1.875rem;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 1.875rem;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 1.25rem;
}

.f-navigation-content {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  z-index: 3;
  color: var(--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.f-navigation-link:hover {
  background-color: var(--rosa);
  color: var(--black);
  background-image: linear-gradient(#fff 38%, #908003);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-menu {
  grid-column-gap: .375rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.f-navigation-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #8f7e00;
  background-image: linear-gradient(#000, #35323396);
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 5.5rem;
  padding: 1.5rem 5%;
  display: flex;
}

.body {
  background-color: #000;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-weight: 400;
  display: block;
}

.div-block {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  grid-template: "."
                 "."
                 / 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 80vh;
  margin-left: 0;
  display: grid;
  position: relative;
}

.text-block {
  z-index: 1;
  color: #fff;
  word-break: normal;
  background-color: #0000;
  padding-left: 18px;
  position: relative;
}

.rot-text {
  color: #ffcc00a8;
  font-size: 2vw;
  font-style: normal;
  line-height: 2vw;
  text-decoration: none;
}

.rot-text.berschrift {
  color: #ffcc00ab;
  border: 1px #baaa2b;
  font-weight: 700;
}

.text-block-2 {
  z-index: 1;
  color: #fff;
  margin-left: 2rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 1.7rem;
  position: relative;
}

.section-2 {
  z-index: 1;
  width: 100%;
  height: 68%;
  position: static;
}

.div-block-3 {
  grid-column-gap: 2.3rem;
  grid-row-gap: 5.2rem;
  background-color: #0000;
  border: 1px #c0a2a2;
  border-radius: 20px;
  grid-template: "Area-7 Area-7 Area-6 Area-6" 57vh
                 "Area-8 Area Area Area-2" 56vh
                 ". . . ."
                 ". Area-4 Area-5 Area-3"
                 / 1.25fr 1.25fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 110vw;
  height: 100vh;
  display: grid;
}

.grids {
  outline-offset: 0px;
  background-color: #c27b7b;
  background-image: radial-gradient(circle at 50% 100%, #6c5b08, #000);
  border-radius: 20px;
  outline: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  transform: translate(0);
  box-shadow: 9px 15px 5px #0003;
}

.grids.grid {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.grids.grid.bild {
  width: 100vh;
  height: 50vh;
}

.grids.grid.bruch {
  width: 30vw;
  height: 50vh;
  position: relative;
}

.grid {
  font-size: 1.4rem;
  line-height: 1.4rem;
  box-shadow: -2px 2px 5px #0003;
}

.grid.grids {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #c27b7b00;
  outline: 1px #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 26px;
  padding-bottom: 0;
  padding-left: 27px;
  font-size: 1.4vw;
  line-height: 1.4vw;
  display: block;
  box-shadow: 7px 12px 30px -14px #fff700;
}

.grid.grids.imgbrunch {
  background-image: url('../images/366080794_5840567916045091_1017529565373740345_n.jpg'), radial-gradient(circle at 50% 100%, #6c5b08, #000);
  background-position: 0%, 0 0;
  background-size: cover, auto;
}

.grid.grids.imgfrh {
  aspect-ratio: 2 / 3;
  object-fit: contain;
  width: 30vw;
  height: 50vh;
  position: relative;
}

.image {
  width: 100vw;
  height: 100%;
}

.link-3 {
  color: #fff;
}

.heading-4 {
  border-radius: 0;
}

.bold-text-5 {
  -webkit-text-fill-color: inherit;
  background-color: #806c00c2;
  background-clip: border-box;
  border-radius: 0;
  font-weight: 400;
  line-height: 2.5vh;
}

.section-3 {
  z-index: 0;
  position: relative;
  top: -1889px;
}

.section-4 {
  z-index: 1;
  position: relative;
}

.header {
  z-index: 1;
  position: relative;
  top: 0;
}

.div-block-4 {
  z-index: 0;
  width: 60%;
  height: 50%;
  margin-right: 1rem;
  position: absolute;
  inset: 6px 0% auto auto;
}

.lottie-animation {
  z-index: 0;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 74vh;
  margin-right: 1rem;
  display: block;
  position: absolute;
  left: auto;
}

.link-4 {
  color: #fff;
}

.f-button-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
}

.f-button-facebook-icon {
  z-index: 1;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #1977f3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 556.281px;
  left: 481px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-link {
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 3vw;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  z-index: 1;
  background-color: var(--black);
  color: #8e9600;
  margin-top: 178px;
  padding: 0 5% 32px;
  font-size: 2vw;
  position: relative;
  top: 91px;
}

.lottie-animation-2 {
  z-index: 0;
  width: 20vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-4 {
  box-shadow: 0 2px 5px 6px var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  background-color: #000;
  border-radius: 20px;
  outline: 3px solid #8b9800;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 2rem;
  display: flex;
}

.button-4.button-karte {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #b1b400;
  margin-top: 53px;
  margin-bottom: 47px;
  font-size: 3vw;
  line-height: 3vw;
}

.button-4.button-karte:hover {
  box-shadow: 0 2px 5px 11px var(--flowui-component-library--gray-900);
  color: #f3f3ea;
}

.div-block-8 {
  width: 100%;
  height: 100%;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
}

.section-10 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-5 {
  color: #ffcc00ab;
  padding-left: 358px;
  padding-right: 302px;
  font-size: 1.6rem;
  font-weight: 400;
}

.bold-text-6, .bold-text-7 {
  font-weight: 400;
}

.wrapper.hide {
  width: 100%;
  margin: 0;
}

.logo {
  width: 100px;
  padding: 20px;
}

.flex-display-wrapper {
  display: flex;
}

.flex-display-wrapper.center-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.turn-wrapper-5 {
  background-image: linear-gradient(#121212db, #121212db);
  border: 2px solid #585858;
  border-radius: 1rem;
  margin-bottom: 5.375em;
  padding: 1.5em;
  overflow: hidden;
}

.container-8 {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-7 {
  background-image: url('../images/BG-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-image-3 {
  object-fit: cover;
  width: 100%;
}

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

.slider-6 {
  aspect-ratio: 2 / 3;
  object-fit: fill;
  width: 30rem;
  height: 50rem;
  margin-top: 110px;
  display: block;
}

.slide-10 {
  background-image: url('../images/Menü-Cover.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-11 {
  background-image: url('../images/Speisekarte1.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-12 {
  background-image: url('../images/Speisekarte2.jpg');
  background-position: 0 0;
  background-size: contain;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  margin-top: 27px;
  display: block;
  position: sticky;
  top: 146.594px;
}

.section-13 {
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
  display: flex;
}

.lightbox-link {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.arrow_svg {
  width: .8em;
  height: 1.13em;
}

.arrow_svg.is-alt {
  transform: rotate(-180deg);
}

.swiper-slide.is-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 2.6em;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.swiper-slide.is-photos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.2em;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.swiper-wrapper.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.arrow {
  border: 1px solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.slider_left {
  width: 50%;
  position: relative;
}

.slider_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 7em;
}

.container-9.is-slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.slider_right {
  width: 40%;
}

.arrows {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.code-embed {
  width: 30vw;
  height: 30vh;
  position: relative;
}

.image-2 {
  border-radius: 20px;
}

.image-3 {
  aspect-ratio: auto;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 55vh;
  display: inline-flex;
  position: relative;
  top: 6px;
}

.image-3.grids.grid {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: auto;
  left: 46px;
}

.image-4 {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  max-width: none;
  height: 70vh;
  position: relative;
  top: -14.8vh;
  left: -5.7vh;
  overflow: hidden;
}

.image-5 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-color: #02000000;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  overflow: hidden;
}

.div-block-10 {
  width: 30vw;
  height: 60vh;
}

.dropdown-list {
  z-index: 5;
}

.dropdown-list.w--open {
  background-color: #000;
  border-radius: 20px;
  position: relative;
}

.dropdown-link {
  background-color: #e5a4a400;
}

.dropdown-toggle {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  color: #f7f9ff;
  margin-top: 104px;
  margin-right: 70px;
  padding-left: 94px;
  font-size: 1.3vw;
}

.text-block-3, .text-block-4 {
  font-size: 2vw;
}

.silde-men-1 {
  background-image: url('../images/Menü-Cover.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.slide-men-2 {
  background-image: url('../images/Menue_Landstreicher.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.slide-men-3 {
  background-image: url('../images/Menue_Holzfaeller.jpg');
  background-position: 50%;
  background-size: cover;
}

.silde-men-4 {
  background-image: url('../images/Menue_Blumenkind.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-men-5 {
  background-image: url('../images/MenueAngebot_Weihnachten.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-buffed-1 {
  background-image: url('../images/Buffet-Angebote.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-buffed-2 {
  background-image: url('../images/Buffet_Angebot_2023_Nr_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-buffed-3 {
  background-image: url('../images/Buffet_Angebot_2023_Nr_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-buffed-4 {
  background-image: url('../images/Buffet_Angebot_2023_Nr_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-buffed-5 {
  background-image: url('../images/Buffet_Brunch_2023.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-buffed-6 {
  background-image: url('../images/Buffet_Fingerfood_2023.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-buffed-7 {
  background-image: url('../images/Buffet_Klassiker_2023.jpg');
  background-position: 50%;
  background-size: cover;
}

.rich-text-block {
  color: #e0e0e0;
  padding-left: 68px;
  font-size: 1vw;
  line-height: 2vh;
}

.rich-text-block-2 {
  color: #e7e7e7;
  width: 100vw;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 48px;
  padding-right: 58px;
}

.rich-text-block-3 {
  color: #fff;
  width: 100vw;
  margin-top: 122px;
  margin-left: 100px;
}

.link-5 {
  color: #ffcd38;
}

.heading-8 {
  font-size: 2.25vw;
}

.link-6 {
  color: #ffffff7a;
}

.image-6 {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.slide-fr-hling {
  background-image: url('../images/Fruehlingskarte-cover.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-fr-hling-1 {
  background-image: url('../images/Fruehlingskarte_2025.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-5, .text-block-6, .text-block-7 {
  font-size: 2vw;
}

.bild-fr-hling {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 100%;
  width: 120vw;
  height: 55vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  inset: auto -1px -7% auto;
  overflow: hidden;
}

.grid-2 {
  grid-template-rows: 350px auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.bento {
  z-index: 1;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template: "Area Area-3 Area-4"
                 "Area Area-3 Area-4"
                 "Area Area-2 Area-4" 15.9rem
                 "Area-5 Area-2 Area-6"
                 "Area-5 Area-2 Area-6"
                 / 1fr 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: .5fr;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.bento.bento-ima {
  margin-top: -5px;
  margin-bottom: 161px;
}

.bento-grid {
  z-index: 2;
  color: #a5adcc;
  -webkit-text-stroke-color: #a39b2c;
  background-image: linear-gradient(358deg, #000 41%, #968027);
  border-radius: 20px;
  margin-top: 1.5rem;
  padding-left: 0;
  position: relative;
  box-shadow: 7px 8px 19px -3px #947900;
}

.image-7 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
  height: 50vh;
  position: absolute;
  inset: -123px auto auto;
  overflow: visible;
}

.text-sm.text-gelb {
  color: #a38e26;
  position: absolute;
  top: 174.594px;
  left: 88px;
}

.text-sm.text-gelb.linkmail {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.text-sm.text-gelb.link-tel {
  position: relative;
  top: auto;
  left: auto;
}

.text-sm.text-weiss {
  color: #fff;
  position: absolute;
}

.text-sm.text-weiss.ffnung {
  margin-left: 15vw;
  position: relative;
  left: auto;
}

.text-sm.text-weiss.willkommen {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: -10vw;
  margin-right: 7vw;
  display: flex;
  position: relative;
  left: auto;
}

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

.grid-3 {
  grid-template: "Area Area-2 Area-5"
                 "Area-3 Area-4 Area-6"
                 "Area-7 Area-8 Area-9"
                 / 1fr 1fr 1fr;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-12 {
  background-color: #64540e;
}

.grid-div {
  color: #5e6a99;
  background-color: #88781f;
  border-radius: 15px;
  overflow: hidden;
}

.grid-div.grid-ima {
  overflow: visible;
}

.image-8 {
  position: relative;
  top: -23px;
}

.image-9 {
  object-fit: none;
  position: absolute;
}

.grid-png {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bento-ima {
  aspect-ratio: auto;
  object-fit: fill;
  width: 85%;
  margin-top: -154px;
  position: relative;
  overflow: hidden;
}

.image-10 {
  z-index: 3;
  mix-blend-mode: normal;
  position: relative;
}

.image-11 {
  width: 120%;
}

.image-12 {
  margin-top: -153px;
}

.image-13 {
  object-fit: fill;
  margin-bottom: -46px;
}

.image-14 {
  object-fit: fill;
}

.image-15, .image-16 {
  object-fit: none;
}

.image-17 {
  object-fit: contain;
}

.bento-png {
  border-radius: 15px;
}

.bento-grid-urkunde {
  overflow: hidden;
}

.bento-urkunde {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.image-15-copy {
  object-fit: none;
}

.text-base.text-weiss {
  color: #fffffff0;
  position: absolute;
}

.text-block-8 {
  position: absolute;
}

.grid-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-2 Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.div-block-13 {
  margin-left: 15vw;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 69vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 597.938px;
  left: 64.7vw;
  right: auto;
  overflow: hidden;
}

.text-block-9 {
  margin-top: 0;
  padding-bottom: 0;
}

.div-block-15 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 5.5rem;
  margin-top: 66px;
  display: flex;
}

.footer-link {
  color: #a0831b;
  margin-right: 30px;
}

.footer-link.text-base {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 2vw;
  padding-left: 0;
  display: flex;
}

.image-18 {
  width: 4vw;
}

.text-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #b9b9b9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-16 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: center;
  align-items: center;
  margin-left: 1.6vw;
  margin-right: 4.5vw;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  margin-left: 2vw;
  display: flex;
}

.footer {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: block;
  position: static;
  top: 128px;
}

.section-17 {
  z-index: 1;
  position: relative;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-3 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: auto;
  left: auto;
}

.link-block-2 {
  position: relative;
  top: 2.5vw;
  left: 40.6vw;
}

.rich-text-block-4 {
  z-index: 1;
  color: #fff;
  margin-top: 6.8rem;
  margin-left: 8rem;
  margin-right: 8rem;
  position: relative;
}

.text-gelb {
  color: #c7a91a;
}

.image-19 {
  width: 3vw;
}

.lottie-animation-3 {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20vw;
  display: flex;
  position: absolute;
  top: 31.8vw;
  left: 73.1vw;
}

.link-7 {
  color: #dbdbdb;
}

.link-8, .link-9, .link-10 {
  color: #e7e7e7;
}

.slide-mittag-3 {
  background-image: url('../images/0020.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-mittag-2 {
  background-image: url('../images/Mittagstisch.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slide-mittag-1 {
  background-image: url('../images/Mittagskarte-cover.png');
  background-position: 50%;
  background-size: cover;
}

.speisekarte-1 {
  background-image: url('../images/cover-speisekarte.jpg');
  background-position: 50%;
  background-size: cover;
}

.speisekarte-2 {
  background-image: url('../images/Speisekarte1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.speisekarte-3 {
  background-image: url('../images/Speisekarte2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.banket-1 {
  background-image: url('../images/0001.jpg');
  background-position: 50%;
  background-size: cover;
}

.banket-2 {
  background-image: url('../images/0002.jpg');
  background-position: 50%;
  background-size: cover;
}

.banket-3 {
  background-image: url('../images/0004.jpg');
  background-position: 50%;
  background-size: cover;
}

.banket-4 {
  background-image: url('../images/0006.jpg');
  background-position: 50%;
  background-size: cover;
}

.banket-5 {
  background-image: url('../images/0007.jpg');
  background-position: 50%;
  background-size: cover;
}

.banket-6 {
  background-image: url('../images/0009.jpg');
  background-position: 50%;
  background-size: cover;
}

.banket-7 {
  background-image: url('../images/0013.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-men-6 {
  background-image: url('../images/0023.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-men-7 {
  background-image: url('../images/0024.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-18 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-block-3 {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.speisekarte-4 {
  background-image: url('../images/Saisonkarte.jpg');
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 3.5rem;
    line-height: 4.375rem;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 1.875rem;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 1.5625rem 1.875rem;
  }

  .navigation-item {
    text-align: center;
    padding: .9375rem 1.875rem;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 5rem 3.125rem 5.625rem;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 28.75rem;
  }

  .f-navigation-menu-button {
    border: .0625rem solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: .5rem;
    padding: .625rem;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--black);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link {
    z-index: 2;
    border: 1px solid #9281009e;
    width: 100%;
  }

  .f-navigation-menu {
    z-index: 2;
    background-color: var(--black);
    color: var(--flowui-component-library--grey-600);
    border: 1px solid #000;
    padding: .75rem;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-container, .f-navigation {
    z-index: 2;
    position: relative;
  }

  .body {
    overflow: hidden;
  }

  .grid.grids {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    display: grid;
  }

  .icon {
    color: var(--black);
  }

  .section-6 {
    z-index: 2;
    position: relative;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .container-9 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .text-sm.text-weiss.ffnung {
    margin-left: 6vw;
  }

  .code-embed-3 {
    bottom: -9.3vh;
    left: 40vw;
  }

  .link-block-2 {
    top: -11vw;
    left: -1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .section.cc-cta {
    padding: .9375rem;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 29.375rem;
  }

  .heading-jumbo {
    font-size: 3.125rem;
    line-height: 4rem;
  }

  .heading-jumbo-small {
    font-size: 1.875rem;
    line-height: 3.25rem;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 1.25rem 1.875rem;
  }

  .cta-wrap {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 29.375rem;
  }

  .utility-page-wrap {
    padding: .9375rem;
  }

  ._404-wrap {
    padding: 1.875rem;
  }

  .div-block-3 {
    display: block;
  }

  .grid.grids {
    margin-top: .3rem;
    margin-bottom: 1.8rem;
    padding-bottom: 16px;
    font-size: 2vw;
    line-height: 2vw;
  }

  .f-footer-small {
    top: 909px;
  }

  .logo {
    z-index: 2;
    max-width: 100px;
  }

  .logo.w--current {
    z-index: 2;
  }

  .flex-display-wrapper.center-center {
    justify-content: flex-start;
  }

  .slider_left {
    width: 100%;
  }

  .slider_wrap {
    flex-direction: column-reverse;
  }

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .swiper.is-content {
    position: relative;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .bento {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .bento-grid {
    z-index: 1;
    mix-blend-mode: screen;
  }

  .text-sm.text-weiss.ffnung {
    margin-left: 3vw;
  }

  .bento-ima {
    z-index: 2;
    mix-blend-mode: normal;
  }

  .bento-png {
    z-index: 4;
    mix-blend-mode: normal;
    position: relative;
  }

  .code-embed-3 {
    bottom: 0;
    left: -2.2vw;
  }

  .link-block-2 {
    top: -1.8vw;
    left: 4.8vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.25rem;
    line-height: 3.25rem;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .menu {
    margin-left: .9375rem;
  }

  .navigation {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .f-navigation-menu-button.w--open {
    z-index: 4;
    background-color: var(--black);
  }

  .f-navigation-content {
    z-index: 4;
    position: relative;
  }

  .f-navigation-link {
    z-index: 4;
    opacity: 1;
    outline-offset: 0px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--flowui-component-library--grey-600);
    background-color: #000;
    border: 1px solid #928100bd;
    outline: 3px #fff;
  }

  .f-navigation-menu {
    z-index: 4;
    background-color: var(--black);
    border-radius: 20px;
  }

  .f-navigation {
    z-index: 3;
    width: 100%;
  }

  .body {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    font-size: 3vw;
    line-height: 4vw;
    display: block;
    overflow: scroll;
  }

  .div-block {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-flow: row;
    place-content: start stretch;
    place-items: center;
    font-size: .6rem;
    display: block;
    position: relative;
  }

  .text-block {
    mix-blend-mode: normal;
    width: 80vw;
    margin-top: -18px;
    margin-bottom: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4vw;
    line-height: 4vw;
    display: block;
    top: 4px;
  }

  .rot-text, .rot-text.berschrift {
    font-size: 5vw;
    line-height: 5vw;
  }

  .rot-text.link-mail {
    margin-left: 9.5vw;
    font-size: 4vw;
  }

  .text-block-2 {
    margin-left: 2.4rem;
    padding-left: 0;
    top: -.9vh;
    left: -4.6vw;
  }

  .section-2 {
    position: static;
  }

  .div-block-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-auto-flow: row dense;
    justify-content: flex-end;
    align-items: center;
    height: 300vh;
    margin-top: 2px;
    margin-bottom: -54px;
    padding-top: 0;
    padding-bottom: 98px;
    display: flex;
  }

  .grids {
    margin-bottom: -1.1625rem;
    margin-left: 30px;
    margin-right: 36px;
  }

  .grids.grid {
    object-fit: fill;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    width: 100vh;
    height: 100vw;
    padding-bottom: 0;
    position: relative;
    top: 9px;
  }

  .grids.grid.bild {
    grid-auto-flow: column;
    place-items: start center;
    margin-top: -6.75rem;
    position: static;
    top: -55px;
  }

  .grids.grid.bruch {
    position: static;
    top: -70px;
  }

  .grid {
    box-shadow: none;
    margin-top: 2.15rem;
    margin-bottom: 2.8375rem;
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 2vw;
    line-height: 2vw;
  }

  .grid.grids {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    text-align: left;
    -webkit-text-stroke-color: #fff0;
    background-image: radial-gradient(circle at 50% 100%, #6c5b08, #000);
    flex: 0 auto;
    order: 0;
    grid-template-rows: 500px;
    grid-template-columns: 2fr;
    grid-auto-rows: 0;
    grid-auto-columns: 2fr;
    grid-auto-flow: column;
    align-self: center;
    place-items: start center;
    width: 100vw;
    margin: 1.35rem 49px 1rem 35px;
    padding-top: 18px;
    padding-right: 20px;
    font-size: 4vw;
    line-height: 4vw;
    position: static;
  }

  .image {
    width: 100%;
    height: 103px;
    display: block;
    overflow: visible;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .header {
    z-index: 3;
  }

  .div-block-4 {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 26%;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 266px auto auto 263px;
    overflow: hidden;
  }

  .lottie-animation {
    z-index: 7;
    aspect-ratio: 3 / 2;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: difference;
    object-fit: contain;
    background-clip: border-box;
    width: 30vh;
    height: 65vw;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    position: absolute;
    top: auto;
    left: auto;
    overflow: hidden;
  }

  .link-4 {
    color: #fff;
  }

  .f-button-facebook-icon {
    z-index: 2;
    width: 1.25%;
    height: 1.25%;
    padding: 3%;
    position: absolute;
    inset: 46% 0% 0% 7%;
  }

  .section-6 {
    z-index: 3;
    position: relative;
  }

  .f-icon-regular {
    position: relative;
    left: 0;
  }

  .f-footer-social {
    width: 100%;
    height: 100%;
  }

  .f-footer-social-group {
    width: 100%;
    height: 100%;
    position: relative;
    left: 147px;
  }

  .f-footer-link {
    height: 28.9621%;
    font-size: 3vw;
    line-height: 3vw;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    grid-column-gap: 10px;
    flex-flow: row;
    width: 60%;
  }

  .f-footer-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 71vw;
    height: 40%;
    display: flex;
  }

  .f-footer-small {
    background-color: var(--black);
    width: 100%;
    height: 6%;
    margin-top: 152px;
    padding-top: 0%;
    padding-bottom: 0%;
    font-size: .875%;
    line-height: 1.75%;
    top: -112px;
    left: -52px;
  }

  .lottie-animation-2 {
    opacity: 1;
    mix-blend-mode: normal;
    width: 50vw;
    top: 16.6vh;
  }

  .button-4.button-karte {
    width: 55vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .div-block-8 {
    mix-blend-mode: difference;
  }

  .section-10 {
    position: relative;
  }

  .heading-5 {
    opacity: 1;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    text-shadow: 3px 3px 10px #000, 2px 2px 10px #000, 1px 1px 5px var(--black);
    text-overflow: clip;
    mix-blend-mode: normal;
    padding-left: 23vw;
    padding-right: 15vw;
    font-size: 1rem;
    line-height: 1rem;
  }

  .wrapper.hide {
    height: 80vh;
  }

  .logo {
    max-width: 90px;
  }

  .container-8 {
    width: 90%;
  }

  .slider-6 {
    width: 30rem;
    height: 70vh;
  }

  .slide-10 {
    background-size: cover;
  }

  .slide-11 {
    aspect-ratio: auto;
    background-image: url('../images/Speisekarte2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 93vw;
  }

  .slide-12 {
    background-image: url('../images/Speisekarte1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 93vw;
  }

  .background-video {
    width: 100vw;
    height: 50vh;
  }

  .code-embed {
    width: 50vw;
    left: auto;
  }

  .div-block-9 {
    width: 100vw;
    margin-left: 13px;
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 66px;
    position: relative;
  }

  .image-2 {
    margin-top: 24px;
  }

  .image-3 {
    object-fit: fill;
    height: 120vw;
    top: 61px;
    overflow: hidden;
  }

  .image-3.grids.grid {
    height: 120vw;
    margin-left: 0;
    position: static;
  }

  .image-4 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100vw;
    height: 50vw;
    top: 13.6vh;
    left: -.1vh;
  }

  .image-5 {
    object-fit: fill;
    height: 90vw;
    top: -1.9vh;
    left: -.8vw;
  }

  .div-block-10 {
    width: 100vw;
    height: 75vh;
    margin-top: 9px;
    padding-top: 0;
  }

  .slide-men-2 {
    background-size: 100vw;
  }

  .rich-text-block {
    width: 100vw;
    margin-right: -2px;
    padding-left: 17px;
    padding-right: 21px;
    font-size: 2vw;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .paragraph {
    font-size: 2vw;
  }

  .heading-7 {
    margin-right: 20px;
    padding-right: 30px;
    font-size: 5vw;
  }

  .h4 {
    font-size: 5vw;
  }

  .rich-text-block-3 {
    margin-left: 20px;
    margin-right: 26px;
    padding-right: 86px;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    font-size: 3.5vw;
  }

  .bento-grid {
    background-image: linear-gradient(329deg, #000 41%, #968027);
  }

  .text-sm.text-weiss.ffnung {
    bottom: -3.9rem;
    left: 0;
  }

  .text-sm.text-weiss.willkommen {
    mix-blend-mode: difference;
    margin-left: 1rem;
    margin-right: 1rem;
    left: auto;
    right: auto;
  }

  .bento-png {
    object-fit: fill;
    width: 100vw;
    height: 50vh;
  }

  .bento-png.klemmkuchen {
    object-fit: cover;
    width: 100vw;
    height: 30vh;
    overflow: clip;
  }

  .bento-png.brunch {
    width: 90vw;
    height: 24vh;
  }

  .grid-text {
    z-index: 0;
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .div-block-13 {
    margin-top: 78px;
    margin-left: 3vw;
  }

  .div-block-14 {
    z-index: 0;
    mix-blend-mode: difference;
    top: 145.938px;
    left: 63.7vw;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link.text-base {
    margin-right: 0;
  }

  .footer-link.text-sm {
    margin-right: 0;
  }

  .image-18 {
    width: 10vw;
  }

  .text-block-10.text-base {
    text-align: center;
  }

  .div-block-16 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 9px;
    margin-left: 1rem;
    margin-right: 0;
  }

  .div-block-17 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 1rem;
    padding-left: 0;
  }

  .footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-17 {
    width: 100%;
    height: auto;
    margin-top: 154px;
    padding-bottom: 1rem;
    overflow: hidden;
  }

  .div-block-18 {
    width: 100vw;
    height: 35vw;
  }

  .code-embed-3 {
    position: absolute;
    bottom: auto;
    left: auto;
  }

  .link-block {
    position: static;
  }

  .link-block-2 {
    position: relative;
    top: 5vw;
    left: 1.7vw;
  }

  .rich-text-block-4 {
    mix-blend-mode: difference;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .image-19 {
    width: 6vw;
  }

  .lottie-animation-3 {
    width: 40vw;
    top: 56.3vw;
    left: 53.9vw;
  }
}

#w-node-c7f27922-e049-8751-71f2-d9b6cbd85318-548d5a59 {
  grid-area: Area;
}

#w-node-_9f7aa0dc-66c1-5f2f-43e5-fa1548a69a28-548d5a59 {
  grid-area: Area-2;
  align-self: start;
}

#w-node-b06cf839-09d6-c1a7-15ce-3e3ac137cbc2-548d5a59 {
  grid-area: Area;
}

#w-node-_10d8e53e-b4f1-f7ac-5056-ac29e9d59c9f-548d5a59 {
  grid-area: Area-3;
}

#w-node-_7755c846-aeda-6d88-642b-4d5f3c5de2b4-548d5a59 {
  grid-area: Area-2;
}

#w-node-_13999e9b-6564-b926-b256-ee60dc308ded-548d5a59, #w-node-b366878b-836b-4e73-9a49-b18552ff58c9-548d5a59 {
  grid-area: Area-5;
}

#w-node-_7df2e156-a0cf-79b0-f6a1-6ab4c187e1df-548d5a59 {
  grid-area: Area-4;
}

#w-node-e2767bd9-5d8a-eb83-bd52-e2420c322914-548d5a59 {
  grid-area: Area-6;
}

@media screen and (max-width: 479px) {
  #w-node-c7f27922-e049-8751-71f2-d9b6cbd85318-548d5a59 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


/* 2026 safe hero fix */
.body {
  overflow-x: hidden;
}

.f-navigation {
  width: 100%;
  box-sizing: border-box;
}

.hero-image {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}

@media screen and (max-width: 991px) {
  .body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
}

@media screen and (max-width: 479px) {
  .hero-image {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }
}
