.nav {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100px;
  padding-top: 40px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #563a38;
}

.banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo {
  position: relative;
  z-index: 6;
  width: 120px;
  margin-top: 0px;
}

.nav-link {
  margin-left: 20px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  color: #b0c600;
}

.nav-link.footer-link {
  margin-left: 0px;
  color: #563a38;
}

.angebot-link {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  color: #563a38;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.angebot-link:hover {
  color: #b0c600;
}

.body {
  font-family: source-sans-pro, sans-serif;
  color: #563a38;
}

.heeader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 74vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/flache.svg');
  background-position: 50% 100%;
  background-size: cover;
  text-align: center;
}

.image {
  position: absolute;
  left: auto;
  top: 40px;
  right: 0%;
  bottom: auto;
  width: 200px;
}

.image._2 {
  left: 60px;
  top: auto;
  right: auto;
  bottom: 40px;
  width: 300px;
}

.header-p {
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.heading {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  font-size: 54px;
  line-height: 120%;
  font-weight: 400;
}

.main {
  width: 90vw;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.section-mittagstisch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60vh;
  margin-top: 20px;
  padding-top: 100px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.tag-wrapper {
  padding: 50px 10px;
  background-color: #f5f0ea;
  text-align: center;
  text-transform: uppercase;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f0ea;
  font-size: 20px;
}

.div-block-17 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 80px auto 80px;
  grid-template-columns: 80px auto 80px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px none #6ea871;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: source-sans-pro, sans-serif;
  font-size: 26px;
  line-height: 120%;
  font-weight: 700;
  text-transform: none;
}

.tag-essen {
  font-size: 20px;
}

.tag-essen._2 {
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tag-2 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #563a38;
}

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

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.grid-sec1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43vw;
  max-width: 45vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-sec1._2 {
  max-width: 48vw;
  margin-left: 5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.essen {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 5px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.mittagstisch-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #563a38;
}

.mittagstisch-wrapp.mittagstiosch {
  width: 100%;
  padding: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 5px solid #fff;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #6ea871;
}

.mittagstisch-wrapp._3 {
  width: 100%;
  margin-top: 5vw;
  padding: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #563a38;
  background-color: #f5f0ea;
  font-family: Lato, sans-serif;
  color: #563a38;
}

.mittagstisch-wrapp._4 {
  width: 100%;
  margin-top: 5vw;
  padding: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #563a38;
  background-color: #f5f0ea;
  font-family: Lato, sans-serif;
  color: #563a38;
}

.mittagstisch-wrapp.zwei {
  width: 100%;
  padding: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #563a38;
  background-color: #f5f0ea;
  font-family: Lato, sans-serif;
  color: #563a38;
}

.text-block-3 {
  margin-top: 25px;
  margin-right: auto;
}

.tag-copy {
  font-size: 22px;
}

.sec2 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.headline {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: source-sans-pro, sans-serif;
  font-size: 42px;
  line-height: 120%;
  font-weight: 700;
  text-transform: none;
}

.section-about {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 70vh;
  min-height: 70vh;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/brad-stallcup-b0IELTWBvT4-unsplash-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/brad-stallcup-b0IELTWBvT4-unsplash-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-p {
  position: relative;
  z-index: 4;
  width: 90vw;
  max-width: 760px;
  font-size: 20px;
  line-height: 138%;
  font-weight: 400;
  text-align: center;
}

.hausgemacht {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  min-height: 60vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 80px;
  margin-bottom: 20px;
}

.hausgemacht-p {
  width: 100%;
  max-width: 700px;
  color: #563a38;
  font-size: 18px;
  line-height: 138%;
  font-weight: 400;
  text-align: center;
}

.link {
  color: #b0c600;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #563a38;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.lottie-animation-3 {
  width: 45%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.html-embed {
  width: 90%;
  height: 50vh;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.impressum {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-impressum {
  width: 90vw;
  max-width: 1300px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.impressum-p {
  font-size: 20px;
  line-height: 140%;
}

.button {
  margin-top: 20px;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #563a38;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  cursor: pointer;
}

.button:hover {
  background-color: #b0c600;
  color: #563a38;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  width: 100%;
  background-color: #fff;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-3 {
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .image {
    top: 10px;
    width: 160px;
  }

  .image._2 {
    bottom: 0%;
    width: 240px;
  }

  .heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
  }

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

  .div-block-6 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .grid-sec1 {
    width: 90vw;
    max-width: none;
    margin-right: auto;
    margin-bottom: 0vw;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-sec1._2 {
    max-width: none;
    margin-top: 5vw;
    margin-left: auto;
  }

  .essen {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .tag-copy {
    font-size: 21px;
  }

  .sec2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headline {
    margin-bottom: 0px;
  }

  .image-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .lottie-animation-3 {
    width: 50%;
  }

  .image-3 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 100px;
  }

  .nav-link {
    margin-left: 2vw;
    font-size: 14px;
  }

  .image {
    top: 6vh;
    right: auto;
    width: 140px;
  }

  .image._2 {
    left: auto;
  }

  .heading {
    font-size: 48px;
  }

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

  .heading-2 {
    margin-bottom: 10px;
  }

  .tag-essen {
    font-size: 18px;
  }

  .mittagstisch-wrapp._3 {
    margin-top: 2vw;
    padding: 5vw;
  }

  .tag-copy {
    font-size: 18px;
  }

  .sec2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .headline {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .about-p {
    font-size: 18px;
  }

  .image-2 {
    width: 80px;
  }

  .hausgemacht-p {
    font-size: 18px;
    text-align: center;
  }

  .div-block-19 {
    width: 90%;
    text-align: center;
  }

  .lottie-animation-3 {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .angebot-link {
    text-align: center;
  }

  .heeader {
    height: auto;
    min-height: 70vh;
    padding-top: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image {
    position: relative;
    top: 2vh;
    width: 110px;
    margin-left: 12px;
  }

  .image._2 {
    bottom: -6%;
    width: 200px;
    margin-left: 6px;
  }

  .heading {
    position: relative;
    z-index: 2;
    font-size: 32px;
    text-align: center;
  }

  .heading.header {
    font-size: 42px;
  }

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

  .tag {
    font-size: 22px;
  }

  .tag-wrapper {
    padding: 12vw 4vw;
    font-size: 13px;
  }

  .div-block-2 {
    width: 100%;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block-17 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .heading-2 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .tag-essen {
    font-size: 18px;
    line-height: 120%;
  }

  .tag-essen._2 {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .tag-2 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 900;
  }

  .div-block-4 {
    margin-top: 18px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .essen {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
  }

  .mittagstisch-wrapp._3 {
    padding: 6vw;
  }

  .mittagstisch-wrapp._4 {
    padding: 6vw;
  }

  .mittagstisch-wrapp.zwei {
    padding: 6vw;
  }

  .tag-copy {
    font-size: 18px;
    line-height: 120%;
  }

  .headline {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .section-about {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-p {
    font-size: 16px;
  }

  .hausgemacht {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-2 {
    width: 80px;
  }

  .hausgemacht-p {
    font-size: 16px;
  }

  .lottie-animation-3 {
    width: 90vw;
    height: 300px;
    margin-bottom: 10px;
  }

  .div-block-20 {
    display: none;
  }

  .button {
    margin-bottom: 18px;
  }
}

#w-node-10dff7986f35-3786c319 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b1c3be9ed99d-3786c319 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#fein.w-node-b1c3be9ed9d5-3786c319 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b1c3be9ed9dd-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1c3be9ed9e2-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1c3be9ed9e7-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1c3be9ed9ec-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1c3be9ed9f1-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1c3be9ed9f6-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1c3be9eda16-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-56be12daf302-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-5123c4fd5e41-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-3de490cf72df-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-0ef9010e3f8f-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-91572482c84f-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#Kaffee.w-node-b1c3be9eda18-3786c319 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b1c3be9eda1f-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1c3be9eda24-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1c3be9eda29-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1c3be9eda2e-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1c3be9eda33-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1c3be9eda39-3786c319 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-b1c3be9ed9e0-3786c319 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

