@font-face {
  font-family: Roboto Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --combine-library--grey-200: #000;
  --combine-library--white: #324e35;
  --combine-library--primary-200: #9e97ff;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-600: #5f6570;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-050: #f2f3f7;
}

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

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

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

body {
  color: #333;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

a {
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.section {
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.hero {
  opacity: 1;
  background-color: #362a2a;
  background-image: linear-gradient(#0003, #0003), url('../images/image1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 35vh;
  padding-bottom: 160px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  position: relative;
}

.section.hero.test {
  height: 15vh;
  padding-top: 25vh;
}

.container {
  max-width: 1200px;
  margin: 0 auto 0;
  padding-left: 32px;
  padding-right: 32px;
}

.heading {
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 80px;
  line-height: 95px;
}

.heading.h1style.white {
  color: #fff;
  margin-top: 10px;
}

.heading.h1style.white-copy {
  color: #fff;
  margin-top: 0;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 60px;
  text-decoration: none;
}

.caption {
  color: #fff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.caption.grey {
  color: #7c7c7c;
}

.paragraph {
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph.white {
  color: #fff;
  text-align: center;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #324e35;
  border-radius: 4px;
  margin-top: 24px;
  margin-right: 0;
  padding: 16px 52px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.text-block {
  text-align: center;
  padding: 0;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.max600px {
  text-align: center;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.bg-image {
  background-image: url('../images/header.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.max400px {
  max-width: 400px;
}

.link {
  color: #fff;
}

.nav {
  z-index: 99;
  margin-top: 0;
  padding-top: 20px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.container-nav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.image {
  color: #ff9090;
}

.image-2 {
  background-color: #ff1919;
  border: 1px solid #0000;
}

.nav-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: -26px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.navi-links {
  color: #fff;
  margin-left: 21px;
  margin-right: 20px;
  padding-right: 0;
}

.navi-links:hover {
  color: #b30018;
}

.telephone {
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.image-3 {
  color: #140a0a;
  margin-right: 8px;
  padding-right: 0;
}

.line {
  background-color: #fff3;
  height: 1px;
  margin-top: 0;
  line-height: 1px;
}

.section-2 {
  height: auto;
  position: relative;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-dark {
  background-color: #362f3b;
  border: 1px #000;
  padding: 50px 0 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  padding-left: 0;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-dark-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand-2 {
  flex: 1;
  order: 0;
  align-self: center;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-self: center;
  display: block;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-small-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #b30018;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-3 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.container1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: static;
}

.heading-2 {
  color: #fff;
  text-align: left;
}

.body {
  background-color: #f5e4c1;
}

.max600 {
  text-align: left;
  flex: 1;
  align-self: center;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.section-3 {
  text-align: left;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.speisekarte-img {
  z-index: 100000;
  background-image: url('../images/speisekarte1.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  max-width: 50%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.speisekarte-kmg {
  background-image: url('../images/speisekarte1.jpg');
  background-position: 100% 0;
  background-size: cover;
  width: 50%;
  height: 50vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section3wrapper {
  flex-flow: row;
  display: flex;
}

.text-block-2 {
  color: #fff;
}

.section4 {
  height: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.headerspeisekarte {
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px 60px;
}

.heading-3 {
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.speisekarten-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.heading-5 {
  color: #000;
  text-align: left;
  margin-top: 40px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.heading-5.right {
  text-align: left;
  margin-top: 40px;
}

.img-suppe {
  background-image: url('../images/Suppe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  align-self: auto;
  max-width: 600px;
  height: auto;
}

.speisen-text {
  color: #000;
  margin-top: 0;
  padding-top: 20px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.speisen-text.right {
  text-align: right;
}

.speisen-text.pad-20 {
  padding-right: 20px;
}

.speisen-text.no-pad {
  padding-top: 20px;
}

.speisen-text.underline {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  text-decoration: underline;
}

.heading-6 {
  color: #fff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.speisen-info {
  color: #fff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.speisen-info.right {
  text-align: right;
}

.speisen-info.width-50 {
  color: #000;
  width: 50%;
}

.speisen-info.width-70 {
  color: #000;
  width: 70%;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.img-vorspeisen {
  background-image: url('../images/Vorspeise-mit-Rechte.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: 600px;
  height: auto;
}

.max600right {
  padding-bottom: 40px;
  padding-left: 20px;
}

.heading-7 {
  color: #000;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.sec4-max600 {
  align-self: center;
  max-width: 600px;
  display: block;
  position: static;
}

.img--beruns {
  z-index: 100;
  background-image: url('../images/cardi.jpeg');
  background-position: 50%;
  background-size: cover;
  max-width: 600px;
  height: 50vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.img--ber {
  background-image: url('../images/cardi.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 40vh;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  flex-flow: row;
  padding-top: 0;
  padding-right: 20px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  text-decoration: none;
  display: block;
}

.img-ueber {
  background-image: url('../images/539f3c88-ddc5-4127-ba46-f42c7173acc4-bearbeitet.jpeg');
  background-position: 100%;
  background-size: cover;
  align-self: center;
  width: 100%;
  height: 40vh;
  margin-left: 0;
  position: static;
  inset: 0% 0% 0% auto;
}

.container-anfahrt {
  display: block;
}

.container--beruns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.link2 {
  pointer-events: auto;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  text-decoration: underline;
}

.link2:hover {
  color: #324e35;
}

.div-block {
  text-align: center;
  padding-top: 60px;
}

.text-block-3 {
  color: #000;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.img-pizzen {
  background-image: url('../images/Pizza1-mit-Rechte.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-pasta {
  background-image: url('../images/nudeln.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-fleisch {
  background-image: url('../images/Fleisch-mit-Rechte.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.speisen-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.speisen-preis {
  color: #000;
  text-align: left;
  margin-left: 0;
  padding-top: 20px;
  padding-right: 0;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 600;
}

.speisen-preis.pad-20 {
  color: #000;
  padding-right: 20px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 600;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.div-block-3 {
  background-color: #fff;
  border: 1px dotted #000;
  width: 100%;
  height: 1px;
}

.suppe-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.speisekarte-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.combine-social_icon {
  color: var(--combine-library--grey-200);
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer3_component {
  padding-top: 10px;
}

.combine-footer3_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-footer3_logo-link {
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.combine-footer3_logo-vertical {
  height: 100%;
  max-height: 4rem;
}

.combine-footer3_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer3_link {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer3_link:hover {
  color: var(--combine-library--white);
}

.combine-footer3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.combine-footer3_social-link:hover {
  color: var(--combine-library--primary-200);
}

.combine-footer3_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-footer3_bottom-text {
  color: var(--combine-library--grey-200);
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer3_bottom-text-link {
  color: var(--combine-library--primary-200);
  text-decoration: none;
}

.combine-footer3_bottom-text-link:hover {
  color: var(--combine-library--white);
}

.body-2 {
  background-color: #f5e4c1;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.heading-8 {
  color: #fff;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h1 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

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

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large {
  height: 4rem;
}

.combine-section_header5 {
  background-color: var(--combine-library--grey-050);
}

.combine-header5_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.combine-header5_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.heading-9 {
  color: #fff;
  text-align: center;
}

.heading-10 {
  color: #fff;
  text-align: center;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 700;
}

.image-4 {
  opacity: 1;
  position: static;
}

.link-2 {
  color: #fff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.image-5 {
  margin-right: 10px;
}

.heading-11 {
  color: #fff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 600;
}

.container-6 {
  max-width: 1200px;
}

.div-block-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 32px 0;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navbar {
  background-color: #ddd0;
}

.container-7 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-2 {
  background-color: #ddd0;
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

.nav-link, .nav-link-2, .nav-link-3 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu {
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  display: block;
}

.div-block-6 {
  position: absolute;
}

.nav-menu-2 {
  text-align: center;
  flex: 1;
  align-self: center;
  width: 100%;
  margin-left: 0;
  position: relative;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-3 {
  background-color: #ddd0;
  padding-top: 0;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.container-9 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-4 {
  color: #fff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.nav-link-4.w--current {
  color: #fff;
}

.nav-link-5 {
  color: #fff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.nav-link-5.w--current {
  color: #fff;
}

.nav-link-6 {
  color: #fff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.nav-link-6.w--current {
  color: #fff;
}

.nav-link-7 {
  color: #fff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.nav-link-7.w--current {
  color: #fff;
}

.brand {
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
}

.div-block-11 {
  padding-top: 20px;
  display: flex;
}

.section-4 {
  padding-top: 60px;
}

.google-maps-embed {
  height: 25em;
  display: none;
}

.heading-12 {
  color: #000;
  text-align: center;
}

.image-7, .image-8, .image-9, .image-10, .image-11 {
  display: none;
}

.maps-placeholder {
  background-image: url('../images/Bildschirmfoto-2026-02-01-um-21.08.09.png');
  background-position: 50% 0;
  background-size: 1800px;
  max-width: none;
  height: 25em;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.heading-13 {
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 600;
}

.paragraph-4 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}

.paragraph-4.pad-0 {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.kontakt {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.text-span {
  color: #000;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: #324e35;
}

.code-embed {
  text-align: left;
}

.image-12 {
  display: none;
}

@media screen and (max-width: 991px) {
  .navi-wrapper {
    flex-flow: row;
    display: flex;
  }

  .telephone {
    padding-right: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-4, .container-5 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .heading-7 {
    max-width: 800px;
  }

  .sec4-max600 {
    align-self: center;
    max-width: 800px;
  }

  .paragraph-2 {
    padding-right: 0;
    display: block;
  }

  .img-ueber {
    align-self: center;
    max-width: 800px;
    height: 40vh;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .navbar {
    background-color: #fff0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-7 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: 0;
  }

  .icon {
    color: #fff;
  }

  .navbar-2 {
    padding-top: 20px;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

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

  .div-block-11 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  a {
    left: 0;
  }

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

  .telephone {
    display: none;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-dark-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-3:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-3 {
    margin-top: 60px;
  }

  .img-vorspeisen {
    background-position: 50%;
    background-size: cover;
  }

  .paragraph-2 {
    margin-bottom: 20px;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-footer3_component {
    padding-top: 20px;
  }

  .combine-footer3_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .combine-footer3_bottom-text {
    order: 1;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-menu-2 {
    text-align: center;
    background-color: #f5e4c1;
    width: 100%;
    height: 0;
    padding-top: 50%;
    text-decoration: none;
    display: none;
    position: fixed;
    inset: 0%;
    box-shadow: 0 11px 15px 13px #0003;
  }

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

  .navbar-3 {
    padding-top: 0;
  }

  .container-9 {
    background-color: #f5e4c1;
  }

  .nav-link-4 {
    color: #000;
    text-align: center;
  }

  .nav-link-5 {
    color: #000;
    text-align: center;
    vertical-align: middle;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav-link-6 {
    color: #000;
    text-align: center;
  }

  .nav-link-6:active {
    display: block;
  }

  .nav-link-7 {
    color: var(--combine-library--grey-200);
    text-align: center;
  }

  .menu-button {
    z-index: 999;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 28px;
    display: block;
  }

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

  .icon-2 {
    color: #000;
    font-size: 40px;
  }

  .div-block-8 {
    background-color: #9b8080;
    position: absolute;
    inset: 0%;
  }

  .div-block-9 {
    height: 100vh;
  }

  .brand {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: super;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    padding-left: 0;
    display: block;
  }

  .image-6 {
    display: block;
  }

  .div-block-10 {
    padding-top: 406px;
  }

  .div-block-11 {
    padding-top: 0;
  }

  .google-maps-embed {
    height: 20em;
  }

  .maps-placeholder {
    background-image: url('../images/Bildschirmfoto-2026-02-01-um-21.08.09.png');
    background-position: 50% 0;
    background-size: 1900px;
  }

  .kontakt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading.h1style.white-copy {
    font-size: 35px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-3, .container-4, .container-5 {
    max-width: none;
  }

  .speisekarten-grid {
    grid-template-columns: 1fr;
  }

  .img-suppe, .img-vorspeisen {
    display: none;
  }

  .max600right {
    padding-left: 0;
  }

  .img-pizzen, .img-pasta, .img-fleisch {
    display: none;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-padding-section-medium {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .combine-padding-section-small {
    padding-top: 0;
    display: block;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .combine-footer3_link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .combine-footer3_bottom {
    justify-content: space-between;
    align-items: center;
  }

  .button-2 {
    z-index: 99;
    float: right;
    clear: none;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
    position: sticky;
    inset: 0 0 0%;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .image-7, .image-8, .image-9, .image-10, .image-11 {
    display: block;
  }

  .maps-placeholder {
    background-image: url('../images/Bildschirmfoto-2026-02-01-um-21.08.09.png');
    background-position: 50% 0;
    height: 25em;
    margin-left: 0;
  }

  .kontakt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12 {
    display: block;
  }
}

#w-node-d48f78f3-91cf-e046-ff8d-9354fcd4e4da-e4fb50dc {
  align-self: start;
}

#w-node-a3a0ceaa-a3ad-255b-fc47-97a7d002fde8-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto end;
}

#w-node-a3a0ceaa-a3ad-255b-fc47-97a7d002fdea-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a3a0ceaa-a3ad-255b-fc47-97a7d002fdec-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3a0ceaa-a3ad-255b-fc47-97a7d002fdee-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-a3a0ceaa-a3ad-255b-fc47-97a7d002fdf0-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f4989e50-d336-472b-b1dc-dc2efe1580b9-e4fb50dc {
  place-self: auto;
}

#w-node-_3a99c876-af0e-28b2-2eb5-99ba42aebd73-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto end;
}

#w-node-_6834cc37-9bd1-9e3a-e41b-a92d123fd214-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-abb4b5d3-0ab9-e9f4-2c4c-792c0775df6d-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d068b4d7-2a59-e29b-d7e8-15252a07665c-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_6e9969fd-ec36-921d-dc04-2534ab7e936d-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a546a341-d3a5-d396-870b-c6399667a84d-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce2763a2-6ff6-8802-6e70-052cbd03296e-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_19452c08-ae78-5d54-7553-9f67fe2315c6-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b72d8a61-8575-9fe3-151c-192d76b77511-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84a9197d-1f46-74e0-d381-87cda58b0b27-e4fb50dc, #w-node-_517b72d9-df27-db41-cd1b-efeeae1b7302-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_636289ae-595a-fcf8-2be1-680c1eb097b8-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7c1d513-1cef-760d-1403-c3645abb6892-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f655905-6fb4-be78-1e5e-94aff0d3e452-e4fb50dc, #w-node-_002d7b07-cbd4-3e37-fda3-86e5a5e575c6-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_3b5eca0d-c8a8-3a37-4bb9-6963d752489c-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4324083d-8b6f-5ee4-353e-d436c933b005-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3823a66d-9106-4715-6bcd-ff27da34e629-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-e8a06a04-686c-d09f-2f34-b45a3943942f-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_60f8a7b7-93eb-700a-d329-efbf9854f2ab-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7ed2a9b-2007-d458-e519-28607a4fc5d2-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-defaae19-e6b7-6e5f-5c31-4230ecc2103f-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_72ef824e-82f5-3cce-76a2-89a7e7232692-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1bf984a-7b78-a140-b6ac-d54c9defdfa5-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_5e162111-3012-91c2-1037-67435ed87aa4-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f948da1-2c2b-3bda-894b-d91a9c9ea7ff-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07eb62e3-15ad-0272-112b-ca76364bbc5a-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_026f84b2-9041-3e4e-032e-7303d5278142-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8d8b67f6-834f-6f43-6989-559ff26c0dad-e4fb50dc {
  align-self: start;
}

#w-node-e6c5a2f1-1e82-f78d-75d0-dbf663fdcfcf-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_5eff1462-d596-32e1-e6ad-87ac1804d800-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e3bed1b3-4138-f3f2-9a46-584f534eb888-e4fb50dc, #w-node-db7c04ec-0fbe-7e45-a540-02385679928d-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-e3bed1b3-4138-f3f2-9a46-584f534eb88a-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9eb69a42-2193-7898-0229-2120160716e2-e4fb50dc, #w-node-b799e7f9-c9f6-ae5d-b28a-64ac611c10ac-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-d12ba723-c3a3-3fc2-ffab-bdee91d64a3c-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fd1c07b7-9078-51c7-51a3-efac62052d09-e4fb50dc, #w-node-bb922fd7-1454-2342-b2bb-12bd63e31ea0-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-fe6a5ca3-cd5a-bf75-b1ef-c46b3433fffb-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cf67729f-997a-9450-f41c-ba67fcd111c9-e4fb50dc, #w-node-b104fda5-c93a-d369-0e28-e36229f23c5f-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_7dfca772-ea42-e2a5-d063-dea0b5c04e41-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8cd828be-1584-9206-190c-1398dedb28d7-e4fb50dc, #w-node-_6cc7131f-a7da-91c5-fe25-cbcdaa7a51e4-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_9743b21a-d78c-24c4-07e6-07a2a7bf56a9-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_67815819-c6a3-9637-036c-144e819c083d-e4fb50dc, #w-node-ee07c05e-ad48-3f07-9609-2946e57c1949-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_0ec14473-9ae4-b372-ad47-f6854aa83f9c-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2ce77156-7ea3-0df2-a2b4-b0cf4b72f802-e4fb50dc, #w-node-_7cab232b-8fde-d554-9df5-6e02980465e6-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-c1327194-f72d-af90-7986-8aca47526460-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ba65a497-c974-2a2b-b495-6889c371675a-e4fb50dc, #w-node-_71f250a2-e2a8-ddc6-bba6-1f5af61072c2-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-b8863915-05ec-eed3-f2dc-3463a7b966af-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dbc12e8c-c09d-b8c8-2927-4676e47509c9-e4fb50dc, #w-node-dfc4d020-e667-3b1f-582c-41d7ff6cdeda-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-df11e7b0-365e-0d5b-925c-7476d4d3be0d-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_438c8ddc-9cfa-df4f-0a2e-4f094534b034-e4fb50dc, #w-node-_9cdb1b55-63f2-0fe6-e637-a77bc6079350-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_1644127e-023f-91fb-c5c5-9662b7643bc1-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da086e3d-5b32-442d-cd22-5ff0f9861578-e4fb50dc, #w-node-e3b2757a-0e79-cd89-dd74-058c822ba371-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_27365a8d-3a0c-e3e3-bb38-53138d6c4597-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b1c39942-93be-415d-b55f-cc2b955b0b42-e4fb50dc, #w-node-_134eab87-e13b-5d9f-7f46-3a0e4e7f4061-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_4285c854-017d-7716-01ec-1ba00fcd1f28-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9a285037-f75a-285e-79ff-12ebf6988fae-e4fb50dc, #w-node-_8bedb36c-1853-a6bf-4928-efd9515bf4db-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_620ddbd0-77ae-3bed-e05c-31079190b95c-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ff7d26df-d0a2-341b-149a-509bdffb9d3f-e4fb50dc, #w-node-fa7c5704-91cd-c7e9-adc7-62372e1becad-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_2831dbfd-d7d9-18c5-a7b1-1de6c22e14c6-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f8ec0344-e07b-1d07-d43a-bcf404b08312-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto end;
}

#w-node-f8ec0344-e07b-1d07-d43a-bcf404b08314-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f8ec0344-e07b-1d07-d43a-bcf404b08316-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8ec0344-e07b-1d07-d43a-bcf404b08318-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-f8ec0344-e07b-1d07-d43a-bcf404b0831a-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3c05fc83-4d91-913f-0015-f8bc23d4fd9d-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e01793b5-2be8-2494-b086-1d96b4af88db-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_997fc73a-4835-b1b2-79d6-9a03cf7da2a1-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_886fe76d-bc0c-9ecd-8464-8b39e2cb0f84-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f52aa844-dcbe-dcac-e512-fcba79b8d8e8-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-e96abbc5-3044-2f8e-7870-916ccdfcc6be-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cb144dbe-3b66-f382-ebe9-c215cfc67a20-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b507700-da89-04b1-1001-2ec647dd7e32-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-f1d4276f-4ba4-ef13-e8ea-f4b2853b5fe6-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_59c201e2-b671-97d1-1e19-bced16487851-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2ffb00b7-ff7d-5132-940a-b0d5b5d716db-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_558b31df-3992-be6c-3785-72f4731e485a-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b91518b3-2889-a9e6-11b9-05f1d6bf97ee-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-adf87ca2-c424-02ae-9190-8d97873d61e7-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-afe7924b-9195-2c11-4d7d-bb3e696a62d9-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2f56e4c5-dc91-6746-ded4-911c3c130345-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89e6239c-060a-47da-46f4-893278679f29-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_8b734592-37f2-20e3-cd5b-21c2d05bad01-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_256e52ba-b683-cbb2-a1c2-3eb58a9c7b39-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d75164a-1092-c437-aec0-d988f94ba0af-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_3657a8a1-580d-3d2c-2caa-fbcacd2fd204-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8f2e7264-46c1-4236-58bc-f893e3d341cb-e4fb50dc {
  align-self: start;
}

#w-node-_70394c45-2046-cbea-bb03-42c083d6a656-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_70394c45-2046-cbea-bb03-42c083d6a658-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto end;
}

#w-node-_70394c45-2046-cbea-bb03-42c083d6a65a-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_70394c45-2046-cbea-bb03-42c083d6a65c-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70394c45-2046-cbea-bb03-42c083d6a65e-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_70394c45-2046-cbea-bb03-42c083d6a660-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_12117889-2461-2017-b6f3-522f3665b011-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_329bc867-c14d-292f-30cf-a5ea0d42cb31-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_64b0fb0e-b364-227a-4cb4-78073799bd7a-e4fb50dc, #w-node-_411b3828-a322-a8a5-b36d-98f09f330983-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0fe68a1c-9041-61f1-60f1-043f07488122-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_00f8b511-1f33-1a3b-115f-7d6e9d6498dc-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-ce9b2de4-510c-490a-d4eb-eaf58f3b1a45-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_06784eca-66a6-8ca5-624f-636ed05e6c26-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_0abc0735-c8b3-67d4-cfc8-bd7948bfef33-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_84054678-8fd1-5455-13f6-4b4557311106-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_31e94707-cf68-9bb2-8ddf-4807272ae943-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_7f9469cb-7c7c-db1a-cc15-4891aa7ccde0-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_4927c730-7ce7-e073-ea83-9aa947752640-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5a9526c2-2f74-57b8-04a1-a1aec315a9f9-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_55089ee2-0ac9-5c63-85f5-e50edd5b7dcd-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-be1aae4d-c64e-3ed9-3c6f-683d9b462c3d-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6d8e8b99-d7f2-099e-d15d-d90532f1497f-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_5dabacfe-109e-1980-8c9e-516f0d1864eb-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-be39c4d2-a230-56b4-23b6-5ae6aa658fe2-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9c00137d-f2a6-10aa-951e-15a1db6cddb1-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_21948a0b-d7d8-4d64-bd09-76ae86ed69ef-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-e478daaf-f529-e5aa-c9e4-0de300f81ce1-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b5d03e74-f588-6f16-830d-3316954de004-e4fb50dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-d5490b91-3084-cc59-c9d0-5c993bd2198b-e4fb50dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-cc751721-a1f9-1703-3ede-a52c303d0e74-e4fb50dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_84a9197d-1f46-74e0-d381-87cda58b0b27-e4fb50dc {
    grid-area: 7 / 2 / 8 / 4;
  }

  #w-node-_517b72d9-df27-db41-cd1b-efeeae1b7302-e4fb50dc {
    grid-area: 8 / 2 / 9 / 4;
  }

  #w-node-_636289ae-595a-fcf8-2be1-680c1eb097b8-e4fb50dc {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_2f655905-6fb4-be78-1e5e-94aff0d3e452-e4fb50dc {
    grid-column: span 2 / span 2;
  }

  #w-node-_002d7b07-cbd4-3e37-fda3-86e5a5e575c6-e4fb50dc {
    grid-area: 10 / 2 / 11 / 4;
  }

  #w-node-_3b5eca0d-c8a8-3a37-4bb9-6963d752489c-e4fb50dc {
    grid-area: 10 / 1 / 11 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a546a341-d3a5-d396-870b-c6399667a84d-e4fb50dc {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-ce2763a2-6ff6-8802-6e70-052cbd03296e-e4fb50dc {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_19452c08-ae78-5d54-7553-9f67fe2315c6-e4fb50dc {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-b72d8a61-8575-9fe3-151c-192d76b77511-e4fb50dc {
    grid-area: 7 / 1 / 8 / 4;
  }

  #w-node-_84a9197d-1f46-74e0-d381-87cda58b0b27-e4fb50dc {
    grid-area: 8 / 2 / 9 / 4;
  }

  #w-node-_517b72d9-df27-db41-cd1b-efeeae1b7302-e4fb50dc {
    grid-row: 9 / 10;
  }

  #w-node-_636289ae-595a-fcf8-2be1-680c1eb097b8-e4fb50dc {
    grid-row-end: 10;
    grid-column-end: 2;
  }

  #w-node-a7c1d513-1cef-760d-1403-c3645abb6892-e4fb50dc {
    grid-area: 10 / 1 / 11 / 4;
  }

  #w-node-_2f655905-6fb4-be78-1e5e-94aff0d3e452-e4fb50dc {
    grid-area: 10 / 2 / 11 / 4;
  }

  #w-node-_002d7b07-cbd4-3e37-fda3-86e5a5e575c6-e4fb50dc {
    grid-row: 11 / 12;
  }

  #w-node-_3b5eca0d-c8a8-3a37-4bb9-6963d752489c-e4fb50dc {
    grid-row: 11 / 12;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_05bad03a-d539-b702-22d3-c129773ed970-e4fb50dc, #w-node-f4989e50-d336-472b-b1dc-dc2efe1580b9-e4fb50dc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Roboto Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}