:root {
  --white: white;
  --hasia-blau: #101d31;
  --firebrick: #b10c0c;
  --black: black;
  --black-2: #151515;
}

.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;
}

.mauer-hintergrund {
  background-image: url('../images/HIntergrund.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 120px;
}

.text-block-2 {
  color: #fff;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 70px;
  line-height: 70px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #081222;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: auto 50px minmax(250px, 300px) minmax(250px, 300px) minmax(250px, 300px) 50px auto;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.white-36 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-decoration: none;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link.w--current {
  color: #e25757;
  padding-top: 3px;
  padding-bottom: 10px;
}

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

.div-block-4._2 {
  align-items: flex-start;
  padding-top: 10px;
  font-size: 18px;
}

.text-block-6 {
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-block-6._2 {
  width: 100%;
}

.link-2 {
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  text-decoration: none;
}

.link-3 {
  color: #fffc;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.map {
  margin-top: 20px;
}

.map._2 {
  height: 100%;
  margin-top: 0;
}

.link-4 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 18px;
  padding: 3px 8px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.paragraph {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-5 {
  color: #fff;
  background-color: #fff;
  width: 100px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image {
  height: 50px;
}

.link-block {
  margin-bottom: 20px;
}

.div-block-6 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-botton {
  z-index: 9000;
  cursor: pointer;
  position: fixed;
  inset: 20px 20px auto auto;
}

.menu-botton:hover {
  opacity: .8;
}

.image-2 {
  width: 40px;
  height: 40px;
}

.image-3 {
  height: 40px;
}

.logo-rechts-oben {
  z-index: 9000;
  position: fixed;
  inset: 20px auto auto 20px;
}

.body {
  min-height: 1000px;
  overflow: visible;
}

.div-block-8 {
  z-index: 10000;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-bar {
  z-index: 9002;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer {
  grid-row-gap: 2rem;
  background-color: var(--hasia-blau);
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.close-button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  inset: 20px 20px auto auto;
}

.link-block-2 {
  height: auto;
}

.image-4 {
  height: 73px;
}

.text-block-7 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.link-5 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 29px;
  font-weight: 700;
  text-decoration: none;
}

.link-5.w--current {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 29px;
  font-weight: 700;
  text-decoration: none;
}

.link-5.links {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 29px;
}

.body-2 {
  min-height: 0;
}

.paragraph-imoressum {
  margin-bottom: 100px;
  margin-left: 176px;
  margin-right: 176px;
  padding-top: 0;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.start-section {
  background-color: #0000;
  min-height: 1000px;
  padding-top: 100px;
}

.paragraph-5 {
  margin-left: 176px;
  margin-right: 176px;
  padding-top: 0;
  padding-right: 0;
  font-size: 21px;
}

.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;
}

.heading, .text-block-8 {
  color: #fff;
}

.section {
  height: 100vh;
}

.slider {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-arrow, .right-arrow {
  height: 100px;
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_DSC2814.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide.anfahrt1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_DSC0553.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_DSC2840.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-2.anafahrt2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_DSC0549.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.text-block-9 {
  color: #fff;
  position: absolute;
  top: 40%;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.text-block-10 {
  z-index: 2;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
  position: static;
}

.slide-nav {
  width: auto;
}

.div-block-10 {
  z-index: 2;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 10% auto auto 4%;
}

.div-block-11 {
  background-color: #fff;
  width: 200px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  line-height: 65px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 65px;
  line-height: 65px;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
}

.div-block-12 {
  background-color: #fff;
  width: 250px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.div-block-13 {
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template: "." 60px
  / auto minmax(auto, 227px) minmax(auto, 227px) minmax(auto, 227px) auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 1px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.button:hover {
  background-color: var(--firebrick);
}

.food-menu-leiste {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-16 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 47px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  width: 500px;
  padding-top: 25px;
  font-size: 16px;
  line-height: 26px;
}

.empty-state {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  width: 800px;
  margin-top: 36px;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 50px 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sommerrollen {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.essenwrapper3 {
  grid-column-gap: 16px;
  grid-row-gap: 3px;
  color: #fff;
  grid-template: "."
                 "."
                 / auto 1fr 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  display: grid;
  position: relative;
}

.preis {
  text-align: right;
}

.gericht {
  font-weight: 700;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.section-2 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 20px;
}

.container {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.essensection {
  background-color: #000;
}

.essenwrapper1 {
  flex-direction: column;
  align-items: center;
  display: block;
}

.essenwrapper2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr 1fr auto;
  grid-auto-columns: 1fr;
  max-width: 800px;
  display: grid;
}

.section-4 {
  background-color: #000;
  padding-top: 43px;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  min-height: 1000px;
  padding: 10px;
  display: grid;
}

.div-block-19 {
  background-image: url('../images/_DSC2108.JPG');
  background-position: 100% 0;
  background-size: cover;
}

.div-block-20 {
  background-image: url('../images/_DSC2759-2.JPG');
  background-position: 50%;
  background-size: cover;
}

.div-block-21 {
  background-image: url('../images/_DSC2863.JPG');
  background-position: 50%;
  background-size: cover;
}

.div-block-22 {
  background-image: url('../images/_DSC2151.JPG');
  background-position: 50%;
  background-size: cover;
}

.button-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #000000d1;
  border-radius: 2px;
  width: 100%;
  height: 50px;
  padding-top: 14px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.next-screen-link {
  z-index: 1;
  opacity: 1;
  margin-left: -20.5px;
  transition: transform .2s;
  position: absolute;
  bottom: 27px;
  left: 50%;
}

.next-screen-link:hover {
  transform: translate(0, 5px);
}

.div-block-23 {
  background-color: #fff;
  width: 100px;
  height: 5px;
  margin-top: 16px;
}

.slide-3 {
  background-image: linear-gradient(#0000000a, #0000000a), url('../images/_DSC0743-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.circle-link {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle-link-image {
  height: 9px;
  position: relative;
  top: 5px;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  top: auto;
}

.button-3 {
  text-transform: uppercase;
  height: 45px;
  padding-top: 13px;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
}

.button-4 {
  text-transform: uppercase;
  height: 45px;
  padding-top: 13px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  min-width: 300px;
  max-width: 500px;
  margin-top: 16px;
  display: grid;
}

.div-block-25.landingpage-non {
  grid-template-rows: 50px 50px;
}

.slide-4 {
  background-image: linear-gradient(#0003, #0003), url('../images/_DSC0769-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slogan {
  z-index: 10;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  position: relative;
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

.hero-section {
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
}

.button-5 {
  text-transform: uppercase;
  height: 45px;
  padding-top: 13px;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  width: 100%;
  padding: 12px 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-6.cc-jumbo-button {
  background-color: var(--hasia-blau);
  margin-top: 17px;
  padding: 8px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-6.cc-jumbo-button._2 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 31px;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.button-6.cc-jumbo-button._2._22 {
  background-color: var(--firebrick);
  padding: 31px 85px;
}

.button-6._2 {
  margin-left: 10px;
}

.wellcome-section {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 80px;
  display: flex;
}

.wellcome-section.cc-store-home-wrap {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo-small {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  min-height: 400px;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1.25fr;
  grid-template-areas: ". .";
}

.paragraph-light {
  opacity: .6;
  color: var(--hasia-blau);
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.text_container {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.collection-list-wrapper-3 {
  margin-bottom: 120px;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

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

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.text-block-18 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.div-block-26 {
  background-image: url('../images/_DSC2840.JPG');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  margin-top: 20px;
}

.column {
  padding-bottom: 20px;
}

.speisen_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1250px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.div-block-28 {
  transform-style: preserve-3d;
  background-image: url('../images/_DSC0638-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  height: 300px;
  display: flex;
}

.div-block-28:hover {
  transform: scale3d(1none, 1none, 1none);
  overflow: hidden;
}

.div-block-28._2 {
  background-image: url('../images/_DSC2840.JPG');
  background-position: 50%;
  background-size: cover;
}

.div-block-28._3 {
  background-image: url('../images/_DSC0769-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-7 {
  background-color: var(--hasia-blau);
  text-align: center;
}

.button-8 {
  text-transform: uppercase;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.div-block-29 {
  background-image: url('../images/_DSC2136-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.info_wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: auto;
  display: flex;
}

.section-6 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.heading-6 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.paragraph-7 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-block-19 {
  font-size: 18px;
}

.image-5 {
  width: 40px;
  height: 40px;
}

.link-block-3 {
  margin-top: 10px;
}

.div-block-31 {
  background-color: var(--hasia-blau);
  width: 100px;
  height: 3px;
  margin-top: 5px;
}

.div-block-32 {
  background-color: var(--hasia-blau);
  width: 200px;
  height: 3px;
  margin-bottom: 40px;
}

.link-block-4 {
  width: 60px;
  height: 60px;
  margin-top: 24px;
}

.text-block-20 {
  margin-bottom: 11px;
  font-size: 24px;
}

.text-block-20._22 {
  margin-bottom: 18px;
  font-size: 26px;
  line-height: 1.3;
}

.div-block-33 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1150px;
  height: auto;
  display: flex;
}

.section-7 {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-6, .image-7 {
  width: auto;
}

.image-8 {
  width: 500px;
  max-width: none;
}

.columns-2 {
  max-height: 354px;
  margin-top: 20px;
  overflow: hidden;
}

.columns-3 {
  max-height: 354px;
  overflow: hidden;
}

.columns-3.landing {
  max-height: none;
  padding-top: 60px;
}

.div-block-34 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template: ". . ."
  / minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1050px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 41px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.div-block-35 {
  background-color: var(--hasia-blau);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 60px 10px;
  display: flex;
}

.div-block-35.rot {
  background-color: var(--firebrick);
  padding-left: 35px;
  padding-right: 35px;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-21.vw {
  font-size: 4vw;
  line-height: 120%;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.paragraph-8.vw {
  max-width: none;
  padding-bottom: 38px;
  font-size: 1.5vw;
  line-height: 107%;
}

.div-block-36 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100px;
  display: flex;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 90px;
}

.button-9 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.button-9.biggger {
  padding: 20px 77px;
}

.text-block-23 {
  background-color: var(--hasia-blau);
  color: #fff;
  text-align: center;
  padding: 15px 20px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  line-height: 19px;
}

.link-block-5 {
  background-color: var(--hasia-blau);
  border-radius: 4px;
  padding: 5px;
}

.heading-7, .heading-8 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
}

.div-block-37 {
  flex-direction: column;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.columns-4 {
  width: 100%;
  padding-top: 10px;
  font-size: 17px;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 500px;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1050px;
  display: grid;
}

.div-block-39 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-9 {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.div-block-40 {
  background-color: #fff;
  width: 90%;
  height: 2px;
  margin-top: 4px;
}

.div-block-41 {
  width: 100%;
}

.button-10 {
  display: none;
}

.section-8 {
  background-color: #000;
}

.div-block-42 {
  background-image: url('../images/_DSC0743-hp.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 800px;
  height: 500px;
}

.container-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.div-block-43 {
  background-color: var(--hasia-blau);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 354px;
  display: flex;
}

.heading-10 {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-24 {
  color: #fff;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.link-6 {
  color: #fff;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.button-11 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.image-10 {
  overflow: hidden;
}

.div-block-44 {
  width: 100%;
}

.div-block-45 {
  background-image: url('../images/_DSC2349.JPG');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.div-block-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "." 50vh
                 "." 50vh
                 "." 50vh
                 "." 50vh
                 "." 50vh
                 "." 50vh
                 "." 50vh
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.gerichteklasse {
  background-image: url('../images/_DSC0626-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  position: relative;
}

.gerichteklasse._2 {
  background-image: url('../images/_DSC2294.JPG');
  background-size: cover;
}

.gerichteklasse._3 {
  background-image: url('../images/_DSC2286.JPG');
  background-size: cover;
}

.gerichteklasse._4 {
  background-image: url('../images/_DSC0771_1-Kopie.jpg');
  background-size: cover;
}

.gerichteklasse._5 {
  background-image: url('../images/_DSC2272-Kopie-2.JPG');
  background-size: cover;
}

.gerichteklasse._6 {
  background-image: url('../images/_DSC2382.JPG');
  background-size: cover;
}

.gerichteklasse._7 {
  background-image: url('../images/_DSC0766.jpg');
  background-size: cover;
}

.gerichteklasse._8 {
  background-image: url('../images/_DSC2274.JPG');
  background-size: cover;
}

.gerichteklasse._9 {
  background-image: url('../images/_DSC2273.JPG');
  background-size: cover;
}

.gerichteklasse._10 {
  background-image: url('../images/_DSC2349.JPG');
  background-size: cover;
}

.gerichteklasse._11 {
  background-image: url('../images/_DSC2272-Kopie.jpg');
  background-size: cover;
}

.gerichteklasse._12 {
  background-image: url('../images/_DSC0766.jpg');
  background-size: cover;
}

.gerichteklasse._13 {
  background-image: url('../images/_DSC2274.JPG');
  background-size: cover;
}

.gerichteklasse._14 {
  background-image: url('../images/_DSC2136-Kopie.jpg');
  background-size: cover;
}

.div-block-48 {
  background-color: var(--hasia-blau);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 5% auto auto 5%;
}

.text-block-25 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.paragraph-9 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.div-block-49 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-12 {
  background-color: var(--hasia-blau);
  text-align: center;
}

.link-7 {
  color: var(--hasia-blau);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 1%;
}

.info_warap__rechts {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-9 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-51 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: static;
}

.section-10 {
  justify-content: center;
  align-items: center;
  padding: 42px 16px;
  display: flex;
}

.paragraph-10 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-10.kleiner {
  margin-bottom: 19px;
  padding-top: 4px;
  font-size: 18px;
  font-weight: 400;
}

.div-block-52 {
  background-color: var(--hasia-blau);
  width: 100px;
  height: 2px;
}

.paragraph-11 {
  text-align: center;
  padding-bottom: 31px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inconsolata, monospace;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 120%;
}

.link-8 {
  color: var(--hasia-blau);
  text-decoration: none;
}

.closed {
  z-index: 99;
  background-color: #000000ad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 0;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}

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

.div-block-1365 {
  background-color: #000000cf;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 37px 59px;
  display: flex;
  position: relative;
}

.paragraph-39 {
  color: #f3f3f3;
  text-align: center;
  border-bottom: 9px solid #f3f3f3;
  margin-bottom: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 125%;
}

.paragraph-40 {
  color: #f3f3f3;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.div-block-1366 {
  background-color: #f3f3f3;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  display: flex;
  position: absolute;
  inset: -17px auto auto;
}

.paragraph-41 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.div-block-1367 {
  cursor: pointer;
  background-color: #d54626;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  padding: 11px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.button-18 {
  border-radius: 4px;
  margin-top: 17px;
  padding-left: 26px;
  padding-right: 26px;
}

.div-block-1368 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.text-top {
  margin-bottom: 0;
  font-size: 24px;
}

.text-top._22 {
  margin-bottom: 18px;
  font-size: 26px;
  line-height: 1.3;
}

.button-19 {
  background-color: var(--firebrick);
  text-align: center;
  margin-top: 1em;
}

.partner_menu_action_wrap {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.partner_menu_action_wrap.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_DSC0775.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 80px;
  display: flex;
}

.partner_menu_wrap_inhalt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.paragraph-42 {
  color: var(--white);
  text-align: center;
  margin-bottom: 31px;
  font-family: Festive, sans-serif;
  font-size: 80px;
  line-height: 1.4;
  position: static;
}

.partner_action_grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  width: 100%;
}

.wrap_rot {
  background-color: #b10c0cc7;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
  box-shadow: 8px 8px 14px #000;
}

.paragraph-43 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Festive, sans-serif;
  font-size: 48px;
  line-height: 1.4;
}

.text-span {
  font-size: 75px;
}

.paragraph-44 {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.image-18 {
  height: 104px;
  margin-bottom: 17px;
}

.striche {
  background-color: var(--white);
  width: 80%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 18px;
}

.button-20 {
  background-color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.link-9 {
  color: var(--white);
  text-decoration: none;
}

.div-block-1369 {
  grid-column-gap: 33px;
  flex-wrap: wrap;
  display: flex;
}

.div-block-1370 {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 28px;
  display: flex;
}

.button-21 {
  background-color: var(--firebrick);
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 32px;
  line-height: 32px;
}

.div-block-1371 {
  grid-column-gap: 5rem;
  background-color: var(--hasia-blau);
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.map-wrapper {
  width: 100%;
  max-width: 90rem;
  height: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.map-wrapper.is-anfahrtsite {
  height: 100%;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.link-10 {
  color: #2a2a2a;
}

html.w-mod-js [data-ix="bild-pflopt-rein"] {
  opacity: 0;
  transform: translate(0, -100px);
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 70px;
    line-height: 80px;
  }

  .text-block-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-3 {
    font-size: 30px;
    line-height: 33px;
  }

  .div-block-2 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-2 {
    font-size: 16px;
  }

  .link-block {
    margin-bottom: 30px;
  }

  .nav-bar {
    display: none;
  }

  .paragraph-imoressum, .paragraph-5 {
    margin-left: 38px;
    margin-right: 38px;
    padding-left: 0;
  }

  .text-block-10 {
    font-size: 70px;
    line-height: 70px;
  }

  .div-block-13 {
    grid-row-gap: 0px;
    grid-template: "." 50px
                   "." 50px
                   / auto auto auto auto;
  }

  .essenwrapper3 {
    width: 80%;
    max-width: none;
  }

  .div-block-18 {
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
  }

  .div-block-25 {
    justify-content: center;
    align-self: center;
    position: relative;
  }

  .hero-slogan {
    align-self: center;
  }

  .button-6 {
    justify-content: center;
    align-self: auto;
    width: 300px;
    max-width: none;
  }

  .wellcome-section.cc-store-home-wrap {
    padding-bottom: 0;
  }

  .home-section-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .text_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .speisen_grid {
    grid-row-gap: 27px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-9 {
    max-height: none;
  }

  .columns-2, .columns-3 {
    max-height: 231px;
  }

  .div-block-34 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    height: auto;
  }

  .text-block-21.vw {
    font-size: 8vw;
  }

  .paragraph-8.vw {
    font-size: 3vw;
  }

  .column-2 {
    max-height: none;
  }

  .div-block-43 {
    height: 231px;
  }

  .div-block-46 {
    grid-template-rows: 50vh 50vh 50vh 50vh 50vh 50vh 50vh 50vh;
  }

  .text-block-25 {
    font-size: 48px;
    line-height: 53px;
  }

  .div-block-49 {
    justify-items: center;
  }

  .partner_menu_action_wrap.cc-store-home-wrap {
    padding-bottom: 0;
  }

  .wrap {
    padding-top: 129px;
    padding-bottom: 129px;
  }

  .partner_action_grid {
    grid-row-gap: 54px;
    grid-template-columns: 100%;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 60px;
  }

  .text-block-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-2 {
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr 1fr;
  }

  .div-block-4._2 {
    padding-right: 10px;
  }

  .text-block-6 {
    font-size: 20px;
    line-height: 27px;
  }

  .link-3 {
    font-size: 20px;
  }

  .text-block-10 {
    font-size: 45px;
    line-height: 45px;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .essenwrapper3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    padding-top: 0;
  }

  .div-block-18 {
    grid-template-rows: minmax(200px, auto) auto minmax(200px, auto) auto auto minmax(200px, auto) auto auto auto minmax(200px, auto) auto auto auto;
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr;
  }

  .text-block-16 {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-25 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ."
                         ". .";
    margin-top: 23px;
  }

  .div-block-25.landingpage-non {
    grid-template-rows: 50px 50px 50px;
  }

  .hero-slogan {
    display: flex;
  }

  .hero-section {
    height: auto;
    min-height: auto;
  }

  .button-5 {
    text-align: center;
    width: 100%;
  }

  .wellcome-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .wellcome-section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 40px;
  }

  .text_container {
    text-align: center;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .container-3 {
    text-align: center;
  }

  .div-block-29 {
    height: 400px;
  }

  .paragraph-7 {
    padding-top: 5px;
  }

  .image-9 {
    padding-bottom: 0;
  }

  .columns-2 {
    max-height: none;
    margin-top: 0;
  }

  .columns-3 {
    max-height: none;
  }

  .div-block-34 {
    grid-template: ". ." minmax(50px, 1fr)
                   ". ." minmax(50px, 1fr)
                   ". ."
                   ". ."
                   / minmax(200px, 1fr) minmax(200px, 1fr);
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-21.vw {
    font-size: 9vw;
  }

  .text-block-23 {
    display: none;
  }

  .heading-7 {
    margin-top: 0;
  }

  .div-block-38 {
    grid-template-rows: 500px auto;
  }

  .div-block-39 {
    padding-left: 20px;
  }

  .container-5 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-46 {
    grid-row-gap: 0px;
    grid-template-rows: 100vh 100vh 100vh 100vh 100vh 100vh 100vh 100vh 100vh 100vh 100vh 100vh 100vh 100vh;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .partner_menu_action_wrap, .partner_menu_action_wrap.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .wrap {
    padding: 57px;
  }

  .paragraph-42 {
    font-size: 60px;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-36 {
    font-size: 24px;
    line-height: 22px;
  }

  .div-block-4._2 {
    padding-right: 0;
  }

  .text-block-6, .link-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .link-3 {
    font-size: 24px;
  }

  .map {
    margin-top: 20px;
  }

  .map._2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .link-block {
    margin-bottom: 40px;
  }

  .logo-rechts-oben {
    top: 16px;
  }

  .image-4 {
    height: 71px;
  }

  .paragraph-imoressum, .paragraph-5 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section {
    height: 80vh;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

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

  .text-block-10 {
    text-align: left;
    font-size: 40px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .heading-3 {
    font-size: 36px;
    line-height: 36px;
  }

  .div-block-13 {
    grid-template-rows: 60px 60px 60px;
    grid-template-columns: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-6 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .essenwrapper3 {
    grid-column-gap: 5px;
    grid-template-rows: auto auto auto;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .container {
    padding-bottom: 0;
  }

  .text-block-15 {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-18 {
    grid-template: "." minmax(200px, auto)
                   "."
                   "." minmax(200px, auto)
                   "."
                   "." minmax(200px, auto)
                   "."
                   "."
                   "." minmax(200px, auto)
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / auto auto auto;
  }

  .div-block-19 {
    background-position: 50%;
  }

  .button-2 {
    margin-bottom: 20px;
    padding-top: 14px;
  }

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

  .right-arrow-2 {
    display: none;
  }

  .text-block-16 {
    text-align: left;
    font-size: 44px;
    font-weight: 900;
    line-height: 45px;
  }

  .text-block-17 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }

  .div-block-24 {
    height: 80vh;
  }

  .button-3, .button-4 {
    text-align: center;
    width: 100%;
  }

  .left-arrow-2 {
    display: none;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-25.landingpage-non {
    display: none;
  }

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

  .hero-slogan {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .slider-2 {
    height: 80vh;
  }

  .hero-section {
    height: auto;
    min-height: 80px;
  }

  .button-5 {
    text-align: center;
    width: 100%;
  }

  .button-6 {
    width: 100%;
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
  }

  .button-6.cc-jumbo-button {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .button-6.cc-jumbo-button._2 {
    flex-direction: column;
    display: flex;
  }

  .button-6.cc-jumbo-button._2._22 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .button-6._2 {
    margin-top: 11px;
    margin-left: 0;
  }

  .wellcome-section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .wellcome-section.cc-store-home-wrap {
    padding-top: 20px;
  }

  .home-section-wrap {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .motto-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .heading-jumbo-small {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    font-size: 30px;
    font-weight: 800;
    line-height: 39px;
    display: flex;
  }

  .home-content-wrap {
    margin-top: 0;
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid {
    grid-row-gap: 13px;
    background-color: #323a4614;
    grid-template-columns: 1fr;
  }

  .paragraph-light {
    color: #000;
    margin-bottom: 0;
    padding-top: 17px;
    padding-left: 2px;
    padding-right: 2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .section-heading {
    margin-top: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 700;
  }

  .label.cc-light {
    color: var(--firebrick);
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 900;
  }

  .heading-5 {
    margin-top: 0;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .speisen_grid {
    grid-column-gap: 42px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    padding-left: 0;
    padding-right: 0;
  }

  .button-8 {
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .div-block-29 {
    height: 300px;
  }

  .heading-6 {
    width: 90%;
  }

  .paragraph-7 {
    font-size: 21px;
  }

  .text-block-19 {
    color: var(--firebrick);
    padding-top: 17px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 27px;
  }

  .image-5 {
    width: 70px;
    height: 70px;
    margin-top: 18px;
  }

  .link-block-3 {
    margin-top: 20px;
  }

  .div-block-31 {
    width: 90%;
  }

  .text-block-20 {
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
  }

  .text-block-20._22 {
    font-size: 24px;
  }

  .image-9 {
    padding-bottom: 10px;
  }

  .div-block-34 {
    grid-row-gap: 11px;
    grid-template: "." 50px
                   "." 50px
                   "." 50px
                   "." 50px
                   / 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-35 {
    padding: 40px 16px;
  }

  .div-block-35.rot {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-21 {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 9vw;
    font-weight: 700;
    line-height: 120%;
  }

  .text-block-21.vw {
    font-size: 10vw;
  }

  .paragraph-8 {
    font-size: 7vw;
    line-height: 120%;
  }

  .paragraph-8.vw {
    font-size: 8vw;
  }

  .button-9.biggger {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .text-block-23 {
    display: none;
  }

  .column-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-38 {
    overflow: hidden;
  }

  .div-block-39 {
    padding-left: 10px;
  }

  .button-10 {
    color: var(--hasia-blau);
    text-align: center;
    background-color: #fff;
    margin: 10px 0 10px 10px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
  }

  .container-4 {
    flex-direction: column;
    padding-right: 10px;
    display: flex;
  }

  .div-block-42 {
    height: 300px;
  }

  .div-block-43 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .heading-10 {
    justify-content: center;
    margin-top: 0;
    font-size: 31px;
    display: flex;
  }

  .image-11 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16, .image-17 {
    padding-bottom: 10px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-46 {
    grid-row-gap: 0px;
    grid-template-rows: 50vh 50vh 50vh 50vh 50vh 50vh 50vh 50vh 50vh 50vh 50vh 50vh 50vh 50vh;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .gerichteklasse {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 5px;
    text-decoration: none;
    display: flex;
  }

  .div-block-48 {
    margin-top: 20px;
    position: static;
  }

  .text-block-25 {
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 43px;
    line-height: 46px;
  }

  .paragraph-9 {
    line-height: 25px;
  }

  .gericht1, .gericht2 {
    text-decoration: none;
  }

  .div-block-49 {
    padding-top: 19px;
  }

  .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
    font-weight: 700;
  }

  .div-block-1365 {
    padding: 40px 15px;
  }

  .paragraph-39 {
    font-size: 45px;
    line-height: 120%;
  }

  .div-block-1366 {
    inset: auto auto -19px;
  }

  .div-block-1367 {
    inset: -27px auto auto;
  }

  .div-block-1368 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .text-top {
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
  }

  .text-top._22 {
    font-size: 24px;
  }

  .partner_menu_action_wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .partner_menu_action_wrap.cc-store-home-wrap {
    padding-top: 20px;
  }

  .wrap {
    padding: 82px 18px;
  }

  .paragraph-42 {
    font-size: 56px;
  }

  .button-20 {
    font-size: 22px;
    line-height: 1.3;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-e3229de7-4b4c-b075-1d26-657cbd1d98e6-bd1d98e4 {
  grid-area: 1 / 3 / 2 / 6;
  align-self: center;
}

#w-node-_4cffe509-53e8-4274-0bdc-9110c3b43730-bd1d98e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3229de7-4b4c-b075-1d26-657cbd1d98ee-bd1d98e4 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-e3229de7-4b4c-b075-1d26-657cbd1d98f7-bd1d98e4 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-e3229de7-4b4c-b075-1d26-657cbd1d9900-bd1d98e4 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-e3229de7-4b4c-b075-1d26-657cbd1d990c-bd1d98e4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e3229de7-4b4c-b075-1d26-657cbd1d9908-bd1d98e4 {
  grid-area: 5 / 2 / 6 / 7;
}

#w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8112-a1952502 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8114-a1952502 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8116-a1952502 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8118-a1952502 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-be5af150-207b-dbf4-7353-c0fc0dd495c5-a1952502 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_249706d3-b901-d074-9bdc-97ecf491521b-de9524fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_249706d3-b901-d074-9bdc-97ecf491521d-de9524fc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_249706d3-b901-d074-9bdc-97ecf491521f-de9524fc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_249706d3-b901-d074-9bdc-97ecf4915221-de9524fc {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_741a899d-7552-c925-7919-380cbd3bd8bc-de9524fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_741a899d-7552-c925-7919-380cbd3bd8c7-de9524fc, #w-node-_741a899d-7552-c925-7919-380cbd3bd8c9-de9524fc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53d0c2a5-c3a1-b2e5-8fde-6c5ab80a40c9-de9524fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_41c12b91-c5ca-04d1-a7d5-c3a2f09c2730-de9524fc, #w-node-_89dfbc70-1564-2eac-b462-50c261e9cb3b-de9524fc, #w-node-_65c54902-7775-516f-6e8a-a743ada054a4-de9524fc, #w-node-_1be647dd-2de8-c4af-e75b-9337c117c30d-de9524fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_741a899d-7552-c925-7919-380cbd3bd8d4-de9524fc {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d48820fe-82b4-edc7-b873-8b12255c258c-de9524fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17bcdc12-73af-3312-fa1e-efe3f468d8c4-de9524fc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5b4bf674-b20b-3359-8ef6-4e7e98cde479-de9524fc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a886eb26-c814-5263-7cb2-b82d548bd21e-de9524fc {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_9180e666-67e5-2b7c-db44-084cdc4c6e79-de9524fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9180e666-67e5-2b7c-db44-084cdc4c6e87-de9524fc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfbc871a-d7eb-1b6f-8d41-2025ec069a4b-339524fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c7530c4-bd95-bea1-8cd4-2d3d81cbc9d8-339524fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_36fb8e19-ed11-1ba7-cfd9-75006dfd0e92-339524fe {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_289c4900-911d-5a17-9aaf-798e09085850-339524fe {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b949243b-3763-e448-3043-799dd156192a-339524fe {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2c96a452-9fd0-3a73-b75f-6200d7e0ed4f-339524fe {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f6f513cb-531b-81ad-222f-e40c99dd25fd-339524fe {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-f41bd0c2-0f29-6fdc-bfe0-4600f0cfe944-339524fe {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-cf0135c2-7840-a9b1-f32a-a29192296550-339524fe {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_02067a69-0fa2-b3ef-aa09-82aa54330f3c-339524fe {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_4759473a-6635-5ec2-57be-0b0fdf1666c6-339524fe {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-b87e6819-bc32-f12b-2bda-e6009a0f8573-339524fe {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_29465eb4-90d5-1c70-45ea-8296b8224c6a-339524fe {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_5e4f92ca-ae66-f337-d903-f3a94ccb8d8c-339524fe {
  grid-area: 7 / 2 / 8 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d98e6-bd1d98e4 {
    grid-area: 1 / 1 / 2 / 8;
    align-self: center;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d98ee-bd1d98e4 {
    grid-area: 2 / 1 / 3 / 8;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d98f7-bd1d98e4 {
    grid-area: 3 / 1 / 4 / 8;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d9900-bd1d98e4 {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d990c-bd1d98e4 {
    grid-area: 4 / 1 / 5 / 8;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d9908-bd1d98e4 {
    grid-area: 7 / 1 / 8 / 8;
  }

  #w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8118-a1952502 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-be5af150-207b-dbf4-7353-c0fc0dd495c5-a1952502 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_249706d3-b901-d074-9bdc-97ecf4915221-de9524fc {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_741a899d-7552-c925-7919-380cbd3bd8bc-de9524fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_741a899d-7552-c925-7919-380cbd3bd8c7-de9524fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_741a899d-7552-c925-7919-380cbd3bd8c9-de9524fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53d0c2a5-c3a1-b2e5-8fde-6c5ab80a40c9-de9524fc, #w-node-_41c12b91-c5ca-04d1-a7d5-c3a2f09c2730-de9524fc {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_741a899d-7552-c925-7919-380cbd3bd8d4-de9524fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d48820fe-82b4-edc7-b873-8b12255c258c-de9524fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_17bcdc12-73af-3312-fa1e-efe3f468d8c4-de9524fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5b4bf674-b20b-3359-8ef6-4e7e98cde479-de9524fc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a886eb26-c814-5263-7cb2-b82d548bd21e-de9524fc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9180e666-67e5-2b7c-db44-084cdc4c6e79-de9524fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9180e666-67e5-2b7c-db44-084cdc4c6e87-de9524fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f6f513cb-531b-81ad-222f-e40c99dd25fd-339524fe {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f41bd0c2-0f29-6fdc-bfe0-4600f0cfe944-339524fe {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-cf0135c2-7840-a9b1-f32a-a29192296550-339524fe {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_02067a69-0fa2-b3ef-aa09-82aa54330f3c-339524fe {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_4759473a-6635-5ec2-57be-0b0fdf1666c6-339524fe {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b87e6819-bc32-f12b-2bda-e6009a0f8573-339524fe {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_29465eb4-90d5-1c70-45ea-8296b8224c6a-339524fe {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_5e4f92ca-ae66-f337-d903-f3a94ccb8d8c-339524fe {
    grid-area: 7 / 2 / 8 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d98e6-bd1d98e4 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d98ee-bd1d98e4 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d98f7-bd1d98e4 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d9900-bd1d98e4 {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d990c-bd1d98e4 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d9908-bd1d98e4 {
    grid-area: 7 / 1 / 8 / 7;
  }

  #w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8112-a1952502 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8114-a1952502 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8116-a1952502 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8118-a1952502 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-be5af150-207b-dbf4-7353-c0fc0dd495c5-a1952502 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_37f9e3e4-d734-d2d2-4d46-1bd568c00072-a1952502 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_249706d3-b901-d074-9bdc-97ecf491521b-de9524fc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_249706d3-b901-d074-9bdc-97ecf491521d-de9524fc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_249706d3-b901-d074-9bdc-97ecf491521f-de9524fc {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_249706d3-b901-d074-9bdc-97ecf4915221-de9524fc {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_741a899d-7552-c925-7919-380cbd3bd8c7-de9524fc, #w-node-_9180e666-67e5-2b7c-db44-084cdc4c6e87-de9524fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cfbc871a-d7eb-1b6f-8d41-2025ec069a4b-339524fe {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3c7530c4-bd95-bea1-8cd4-2d3d81cbc9d8-339524fe {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_36fb8e19-ed11-1ba7-cfd9-75006dfd0e92-339524fe {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_289c4900-911d-5a17-9aaf-798e09085850-339524fe {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b949243b-3763-e448-3043-799dd156192a-339524fe {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_2c96a452-9fd0-3a73-b75f-6200d7e0ed4f-339524fe {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-f6f513cb-531b-81ad-222f-e40c99dd25fd-339524fe {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-f41bd0c2-0f29-6fdc-bfe0-4600f0cfe944-339524fe {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-cf0135c2-7840-a9b1-f32a-a29192296550-339524fe {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_02067a69-0fa2-b3ef-aa09-82aa54330f3c-339524fe {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_4759473a-6635-5ec2-57be-0b0fdf1666c6-339524fe {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-b87e6819-bc32-f12b-2bda-e6009a0f8573-339524fe {
    grid-area: 12 / 1 / 13 / 3;
  }

  #w-node-_29465eb4-90d5-1c70-45ea-8296b8224c6a-339524fe {
    grid-area: 13 / 1 / 14 / 3;
  }

  #w-node-_5e4f92ca-ae66-f337-d903-f3a94ccb8d8c-339524fe {
    grid-area: 14 / 1 / 15 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d98e6-bd1d98e4 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d98ee-bd1d98e4 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d98f7-bd1d98e4 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d9900-bd1d98e4 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d990c-bd1d98e4 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-e3229de7-4b4c-b075-1d26-657cbd1d9908-bd1d98e4 {
    grid-area: 7 / 1 / 8 / 4;
  }

  #w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8112-a1952502 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8114-a1952502 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8116-a1952502 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_64b7aca4-6c3a-d274-fd2a-7b8cf2ad8118-a1952502 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_37f9e3e4-d734-d2d2-4d46-1bd568c00072-a1952502 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_249706d3-b901-d074-9bdc-97ecf491521b-de9524fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_249706d3-b901-d074-9bdc-97ecf491521d-de9524fc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_249706d3-b901-d074-9bdc-97ecf491521f-de9524fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_249706d3-b901-d074-9bdc-97ecf4915221-de9524fc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_741a899d-7552-c925-7919-380cbd3bd8bc-de9524fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_741a899d-7552-c925-7919-380cbd3bd8c7-de9524fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_741a899d-7552-c925-7919-380cbd3bd8c9-de9524fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53d0c2a5-c3a1-b2e5-8fde-6c5ab80a40c9-de9524fc, #w-node-_41c12b91-c5ca-04d1-a7d5-c3a2f09c2730-de9524fc {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_17bcdc12-73af-3312-fa1e-efe3f468d8c4-de9524fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9180e666-67e5-2b7c-db44-084cdc4c6e79-de9524fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9180e666-67e5-2b7c-db44-084cdc4c6e87-de9524fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3c7530c4-bd95-bea1-8cd4-2d3d81cbc9d8-339524fe {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_36fb8e19-ed11-1ba7-cfd9-75006dfd0e92-339524fe {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_289c4900-911d-5a17-9aaf-798e09085850-339524fe {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b949243b-3763-e448-3043-799dd156192a-339524fe {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_2c96a452-9fd0-3a73-b75f-6200d7e0ed4f-339524fe {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-f6f513cb-531b-81ad-222f-e40c99dd25fd-339524fe {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-f41bd0c2-0f29-6fdc-bfe0-4600f0cfe944-339524fe {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-cf0135c2-7840-a9b1-f32a-a29192296550-339524fe {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_02067a69-0fa2-b3ef-aa09-82aa54330f3c-339524fe {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_4759473a-6635-5ec2-57be-0b0fdf1666c6-339524fe {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-b87e6819-bc32-f12b-2bda-e6009a0f8573-339524fe {
    grid-area: 12 / 1 / 13 / 3;
  }

  #w-node-_29465eb4-90d5-1c70-45ea-8296b8224c6a-339524fe {
    grid-area: 13 / 1 / 14 / 3;
  }

  #w-node-_5e4f92ca-ae66-f337-d903-f3a94ccb8d8c-339524fe {
    grid-area: 14 / 1 / 15 / 3;
  }
}


