:root {
  --anthrazit: #262626;
  --beige: #f5dab9;
  --logo-color: #a48a7b;
  --white: #f9f9f9;
}

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

body {
  background-color: var(--anthrazit);
  color: var(--beige);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 16px;
  font-family: "Inter v12 latin 200", sans-serif;
}

a {
  color: var(--beige);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--beige);
}

ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
}

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

em {
  font-family: Libre Baskerville;
  font-style: italic;
}

blockquote {
  border-left: 6px solid rgba(5, 83, 70, .2);
  margin-bottom: 32px;
  padding: 8px 16px;
  font-family: Libre Baskerville;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

figure {
  margin-bottom: 10px;
}

.green {
  background-color: var(--beige);
}

.peach {
  background-color: var(--logo-color);
}

.beige {
  background-color: var(--anthrazit);
}

.white {
  background-color: var(--white);
}

.heading.xl {
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-size: 60px;
}

.heading.l {
  letter-spacing: -.5px;
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.heading.m {
  letter-spacing: -.5px;
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.heading.s {
  letter-spacing: -.5px;
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

.heading.xs {
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-size: 24px;
  line-height: 1.3;
}

.heading.xs.contact {
  color: var(--anthrazit);
  font-size: 44px;
}

.heading.xxs {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.heading.xxl {
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Source serif pro v15 latin 700", sans-serif;
  font-size: 70px;
}

.heading.l {
  letter-spacing: -.5px;
  font-size: 48px;
  line-height: 1.2;
}

.heading.l.schlachtung {
  color: var(--anthrazit);
}

.heading.l.einleitung {
  margin-bottom: 61px;
  margin-left: -65px;
  font-size: 60px;
}

.heading.s {
  letter-spacing: 0;
  font-size: 32px;
  line-height: 1.3;
}

.heading.xs {
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.3;
}

.heading.xxs {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.heading.xl {
  font-size: 60px;
}

.section {
  padding-top: 104px;
  padding-bottom: 104px;
  position: relative;
}

.section.m {
  padding-top: 163px;
  padding-bottom: 72px;
}

.section.m.einleitung {
  padding-bottom: 205px;
}

.section.green {
  background-color: var(--anthrazit);
  color: var(--beige);
  padding-top: 59px;
  padding-bottom: 50px;
}

.section.xs {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section.xs.green.text-light {
  background-color: #363636;
}

.section.texture {
  background-color: var(--beige);
  background-image: linear-gradient(rgba(245, 218, 185, .13), rgba(245, 218, 185, .13)), url('../images/Background-Texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 720px;
}

.section.no-padding {
  margin-top: -93px;
  padding-top: 0;
  padding-bottom: 65px;
}

.section.no-padding.display-none {
  display: none;
}

.section.photo {
  min-height: 90vh;
  color: var(--anthrazit);
  background-image: linear-gradient(rgba(5, 83, 70, .8), rgba(5, 83, 70, .8)), url('../images/Callout-Photo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: center;
  display: flex;
}

.section.l {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section.l.small-top-padding {
  padding-top: 72px;
}

.section.xl {
  height: 100%;
  background-image: url('../images/Wagyu-Kobe-Rindfleisch_Oesterreich-Tirol-Steiermark_First-ClaS_Stefan-Pratzner_03.jpg');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.section.more-padding {
  outline-offset: -76px;
  border-radius: 6px;
  outline: 2px dashed #f5dab9;
  padding: 12.2em 96px 10em;
}

.section.lighter-bg {
  background-image: linear-gradient(#3a3a3a, #3a3a3a);
}

.section.datenschutz {
  padding-top: 191px;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1800px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 75px;
  padding-right: 75px;
  overflow: visible;
}

.container.wide {
  max-width: 1650px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.container.sg-container {
  min-height: 32px;
}

.container.zitat {
  padding-left: 10em;
  padding-right: 10em;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.callout {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(243, 195, 149, .7);
  border-radius: 100vh;
  margin-bottom: 24px;
  padding: 8px 24px;
  font-family: "Source serif pro v15 latin 700", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.callout.dark {
  background-color: var(--logo-color);
  color: var(--beige);
}

.italic {
  font-family: Source serif pro v15 latin, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.italic.schlachtung {
  color: var(--anthrazit);
}

.button-wrapper {
  z-index: 1;
  margin-top: 32px;
  text-decoration: none;
  position: relative;
}

.button-wrapper.primary.no-margin, .button-wrapper.small.no-margin {
  margin-top: 0;
}

.button {
  background-color: var(--beige);
  color: #f9efe6;
  padding: 16px 48px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.button.secondary {
  color: #055346;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin: -8px;
  padding: 8px;
  font-size: 18px;
  display: flex;
}

.button.secondary.peach {
  color: var(--logo-color);
  background-color: rgba(0, 0, 0, 0);
}

.button.small {
  color: var(--anthrazit);
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
}

.button.small.peach.form {
  border: 1px solid var(--logo-color);
  margin-bottom: 0;
  margin-left: -1px;
  padding: 0 20px;
  transition: background-color .3s, color .3s;
}

.button.small.peach.form:hover {
  color: var(--logo-color);
  background-color: rgba(0, 0, 0, 0);
}

.button.small.form {
  border: 2px solid var(--beige);
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-size: 22px;
  font-style: italic;
  transition: color .3s, background-color .3s;
}

.button.small.form:hover {
  color: var(--beige);
  background-color: rgba(0, 0, 0, 0);
}

.button.small.dark {
  background-color: var(--anthrazit);
}

.button.peach {
  background-color: var(--logo-color);
  color: var(--beige);
}

.button-shadow {
  z-index: -1;
  border: 3px solid var(--beige);
  color: var(--beige);
  margin: 10px -10px -10px 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-shadow.small {
  color: #f0d3af;
  border-radius: 5px;
  margin: 8px -8px -8px 8px;
}

.button-shadow.small.dark {
  border-color: var(--anthrazit);
}

.button-shadow.peach {
  border-color: var(--logo-color);
  color: var(--logo-color);
  background-color: rgba(0, 0, 0, 0);
  border-color: #f3c395;
}

.button-arrow {
  width: 50px;
  height: 50px;
  color: var(--beige);
  margin-right: -4px;
  position: relative;
}

.secondary-button-arrow {
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.secondary-button-arrow.arrow {
  width: 50px;
  filter: saturate(200%);
  color: var(--beige);
  width: 50px;
  filter: none;
  color: #f5dab9;
}

.nav-links {
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: var(--beige);
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1), opacity .4s cubic-bezier(.165, .84, .44, 1), color .3s;
}

.nav-link:hover {
  opacity: 1;
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-size: 20px;
  transform: translate(0, -4px);
}

.nav-link.w--current {
  color: var(--beige);
}

.hamburger-line {
  width: 32px;
  height: 1px;
  background-color: #e5bdb4;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 8px;
}

.hamburger-line.middle {
  width: 18px;
  top: 24px;
}

.hamburger-line.bottom {
  width: 24px;
  top: 32px;
}

.nav-bar {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#262626 38%, rgba(38, 38, 38, 0) 100%, rgba(0, 0, 0, 0));
  outline: 0 rgba(0, 0, 0, 0);
  padding-top: 18px;
  padding-bottom: 93px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-bar.green {
  background-color: var(--beige);
}

.nav-menu {
  flex: 1;
  align-items: center;
  display: flex;
}

.logo {
  width: 130px;
}

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

.text-light {
  color: var(--anthrazit);
}

.paragraph {
  font-family: "Inter v12 latin 200", sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.paragraph.s {
  margin-bottom: -22px;
  padding-bottom: 0;
  font-size: 14px;
}

.text-box {
  max-width: 60ch;
}

.text-box.l {
  max-width: 75ch;
}

.text-box.m {
  max-width: 60ch;
}

.text-box.s {
  max-width: none;
}

.text-box.margin-auto {
  max-width: 92ch;
}

.sg-navigation {
  background-color: var(--beige);
}

.sg-navigation.sticky.top-0 {
  top: 0;
}

.sg-nav-link {
  border-bottom: 3px solid var(--beige);
  color: rgba(249, 239, 230, .6);
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .3s, opacity .3s;
}

.sg-nav-link:hover {
  color: var(--anthrazit);
}

.sg-nav-link.w--current {
  border-bottom-color: var(--logo-color);
  color: var(--anthrazit);
}

.sg-nav-menu {
  float: none;
  margin-left: -16px;
  margin-right: -16px;
}

.sg-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Source serif pro v15 latin 700", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.sg-block {
  flex-direction: column;
  margin-bottom: 40px;
}

.sg-intro-wrapper {
  margin-bottom: 40px;
}

.block-quote {
  border-left: 6px solid rgba(5, 83, 70, .2);
  margin-bottom: 32px;
  padding: 8px 16px;
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
}

.sg-section {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}

.horizontal-rule {
  width: 100%;
  height: 1px;
  background-color: rgba(5, 83, 70, .2);
}

.sg-color-block {
  width: 100%;
  padding-top: 100%;
}

.sg-color-block.green {
  color: var(--beige);
}

.sg-color-block.peach {
  background-color: var(--logo-color);
}

.sg-color-block.outline {
  border: 1px solid rgba(5, 83, 70, .2);
}

.sg-color-block.outline.beige {
  color: var(--anthrazit);
}

._12-columns {
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-top {
  justify-content: center;
  align-items: center;
}

._12-columns.align-top.slide-up {
  align-items: flex-start;
}

._12-columns.align-bottom {
  align-items: flex-end;
}

._12-columns.justify-left {
  justify-content: flex-start;
}

._12-columns.reverse {
  flex-direction: row-reverse;
}

._12-columns.align-stretch {
  align-items: stretch;
}

._12-columns.slide-up {
  height: auto;
}

.column {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.column.desktop-1 {
  width: 8.33%;
}

.column.desktop-2 {
  width: 18%;
  text-align: center;
  align-self: center;
}

.column.desktop-2.tablet-3.mobile-12 {
  text-align: left;
}

.column.desktop-2.tablet-3.mobile-12.footer {
  text-align: center;
}

.column.desktop-3 {
  width: 25%;
}

.column.desktop-3:nth-child(2n+1), .column.desktop-3:nth-child(2n) {
  margin-bottom: 32px;
}

.column.desktop-6 {
  width: 33.33%;
}

.column.desktop-6.tablet-12.sticky {
  padding-right: 60px;
  position: static;
}

.column.desktop-6.mobile-12.einleitung {
  padding-right: 66px;
}

.column.desktop-6.mobile-12.einleitung.tablet-12 {
  width: 40%;
  align-self: flex-start;
  margin-top: 121px;
  padding-right: 0;
  top: auto;
}

.column.desktop-4 {
  width: 41.67%;
}

.column.desktop-4.mobile-12 {
  padding-top: 70px;
}

.column.desktop-4.mobile-12.desktop-5 {
  height: auto;
  align-self: center;
}

.column.desktop-4.tablet-6.mobile-12 {
  padding-top: 0;
}

.column.desktop-4.tablet-6.mobile-12.contact {
  margin-right: 54px;
  padding-right: 16px;
}

.column.desktop-6 {
  width: 50%;
}

.column.desktop-6.mobile-12 {
  margin-top: 0;
}

.column.desktop-6.mobile-12:nth-child(2n) {
  margin-top: 72px;
}

.column.desktop-6.mobile-12.fomr {
  padding-top: 0;
}

.column.desktop-5 {
  width: 58.33%;
}

.column.desktop-5.mobile-12 {
  width: 48%;
}

.column.desktop-5.mobile-12.einleitung {
  width: 59%;
  margin-left: -206px;
  margin-right: 95px;
  padding-left: 0;
  padding-right: 0;
}

.column.desktop-5.mobile-12.einleitung._2 {
  margin-left: 95px;
  margin-right: -206px;
}

.column.desktop-5.mobile-12.einleitung._2.tablet-12 {
  overflow: visible;
}

.column.desktop-5.mobile-12.einleitung.tablet-12 {
  width: 45%;
  margin-left: 0;
}

.column.desktop-8 {
  width: 66.67%;
}

.column.desktop-9 {
  width: 75%;
}

.column.desktop-10 {
  width: 83.33%;
}

.column.desktop-10.tablet-12 {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.column.desktop-11 {
  width: 91.67%;
}

.column.desktop-12 {
  width: 100%;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
}

.sticky.top-48 {
  top: 48px;
}

.sg-column {
  height: 40px;
  background-color: rgba(243, 195, 149, .5);
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

.grid.desktop-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.sg-grid-column {
  width: 100%;
  height: 100px;
  background-color: rgba(243, 195, 149, .5);
}

._2-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._1-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.spacer, .spacer._8 {
  width: 8px;
  height: 8px;
}

.spacer._96 {
  width: 96px;
  height: 96px;
}

.spacer._88 {
  width: 88px;
  height: 88px;
}

.spacer._80 {
  width: 80px;
  height: 80px;
}

.spacer._72 {
  width: 72px;
  height: 72px;
}

.spacer._64 {
  width: 64px;
  height: 64px;
}

.spacer._56 {
  width: 56px;
  height: 56px;
}

.spacer._48 {
  width: 48px;
  height: 48px;
}

.spacer._40 {
  width: 40px;
  height: 40px;
}

.spacer._32 {
  width: 32px;
  height: 32px;
}

.spacer._24 {
  width: 24px;
  height: 24px;
}

.spacer._16 {
  width: 16px;
  height: 16px;
}

.light-peach {
  background-color: rgba(243, 195, 149, .5);
}

.form {
  color: var(--anthrazit);
  margin-bottom: 8px;
}

.check-box {
  width: 20px;
  height: 20px;
  border-color: var(--beige);
  border-radius: 0;
  margin-left: 0;
  margin-right: 12px;
}

.check-box.w--redirected-checked {
  background-color: #055346;
  background-position: 50%;
  background-size: 16px;
  border-color: #055346;
}

.form-error {
  background-color: #fdf3e6;
  margin-top: 16px;
  padding: 8px 16px;
  font-size: 16px;
}

.form-dropdown {
  height: 48px;
  border: 1px solid var(--beige);
  color: rgba(5, 83, 70, .8);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px;
  padding: 8px 18px;
  font-size: 16px;
}

.form-dropdown:focus {
  color: #055346;
  border-color: #055346;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 0;
}

.form-input {
  height: 50px;
  border: 1px solid var(--beige);
  color: var(--beige);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 8px;
  padding: 24px 20px;
  font-family: "Inter v12 latin 300", sans-serif;
  font-size: 16px;
}

.form-input:focus {
  border-color: #f3c395;
}

.form-input::-ms-input-placeholder {
  color: rgba(5, 83, 70, .8);
}

.form-input::placeholder {
  color: rgba(5, 83, 70, .8);
}

.form-input.text-area {
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  color: var(--beige);
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.4em;
}

.form-input.light {
  color: var(--anthrazit);
  border-color: rgba(243, 195, 149, .3);
  margin-bottom: 0;
}

.form-input.light:focus {
  border-color: var(--logo-color);
}

.form-input.light::-ms-input-placeholder {
  color: rgba(249, 239, 230, .7);
}

.form-input.light::placeholder {
  color: rgba(249, 239, 230, .7);
}

.radio-button {
  width: 20px;
  height: 20px;
  border-color: var(--beige);
  margin-left: 0;
  margin-right: 12px;
}

.radio-button.w--redirected-checked {
  border-width: 4px;
  border-color: #055346;
}

.form-success {
  background-color: var(--beige);
  color: var(--white);
  margin-top: 16px;
  padding: 32px 48px;
  font-size: 16px;
}

.form-success.footer {
  text-align: left;
  padding: 0;
}

.field-label {
  margin-bottom: 8px;
  font-family: "Inter v12 latin 200", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.field-label.light {
  color: var(--anthrazit);
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 0;
}

.field-block {
  z-index: 1;
  width: 100%;
  min-height: 20px;
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tabs-menu {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.tab-link {
  color: rgba(245, 218, 185, .58);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(245, 218, 185, .49);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.tab-link:hover {
  color: var(--beige);
}

.tab-link.w--current {
  border-bottom-color: var(--beige);
  color: var(--beige);
  background-color: rgba(0, 0, 0, 0);
}

.column.desktop-8.tablet-6.mobile-12 {
  width: 20%;
}

.no-top-padding {
  padding-top: 0;
}

.background-texture {
  z-index: -1;
  height: 50vh;
  background-image: linear-gradient(rgba(249, 239, 230, 0) 50%, #f9efe6), url('../images/Background-Texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-shadow {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 249, 249, .7);
  position: absolute;
  top: 2%;
  bottom: auto;
  left: -5%;
  right: auto;
  transform: translate(24px, 62px)rotate(-3.6deg);
}

.photo-shadow.straight {
  background-color: #f9f9f9;
  position: absolute;
  top: 8px;
  left: 8px;
  transform: none;
}

.photo-shadow.reverse {
  transform: translate(24px, 62px)rotate(3.6deg);
}

.shape {
  z-index: 10;
  height: auto;
  position: absolute;
}

.shape.squiggle {
  width: 137px;
}

.shape.squiggle.top-right {
  top: 8%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.shape.squiggle.bottom-left {
  top: auto;
  bottom: 12%;
  left: -3%;
  right: auto;
}

.shape.squiggle.bottom-left-image {
  top: auto;
  bottom: -1%;
  left: 3%;
  right: auto;
}

.shape.dots {
  width: 127px;
}

.shape.dots.bottom-left {
  top: auto;
  bottom: -7%;
  left: -23%;
  right: auto;
}

.shape.dots.top-right {
  top: 0%;
  bottom: auto;
  left: auto;
  right: -19%;
}

.shape.squiggles {
  width: 200px;
}

.shape.squiggles.top-right {
  top: 7%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.photo-container {
  padding-top: 125%;
  position: relative;
}

.photo-container.menu-item {
  margin: 8px 8px 24px;
}

.photo {
  z-index: 2;
  object-fit: cover;
  position: relative;
}

.photo.tall {
  z-index: 2;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -12%;
  right: 0%;
  transform: rotate(4.8deg);
}

.photo.tall.straight {
  width: 100%;
  margin-top: -8px;
  margin-left: -8px;
  left: 0%;
  transform: rotate(0);
}

.photo.tall.left {
  left: 12%;
  transform: rotate(-4.8deg);
}

.callout-box {
  color: #f9efe6;
  text-align: center;
  background-color: #055346;
  background-image: linear-gradient(rgba(5, 83, 70, .8), rgba(5, 83, 70, .8)), url('../images/Callout-Photo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px 48px;
  display: flex;
}

.callout-box.rotate {
  background-color: var(--beige);
  color: var(--white);
  text-align: center;
  background-image: none;
  border-radius: 14px;
}

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

.arrow {
  width: 28px;
}

.menu-link {
  width: 100%;
  color: #055346;
  text-decoration: none;
}

.heading-wrapper {
  margin-bottom: -16px;
}

.icon {
  width: 48px;
  margin-bottom: 24px;
}

.icon.licenses {
  width: 60px;
  margin-left: 16px;
  margin-right: 16px;
}

.icon.kugh {
  width: 67px;
}

.image-gallery {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.gallery-photo {
  width: 23.5%;
  max-height: 0%;
  object-fit: cover;
}

.footer-cta {
  justify-content: space-between;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: rgba(5, 83, 70, .1);
  margin-top: 32px;
  margin-bottom: 32px;
}

.horizontal-line.light {
  background-color: rgba(249, 239, 230, .2);
}

.horizontal-line.light.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.social-links {
  margin-left: -8px;
  margin-right: -8px;
  display: block;
}

.horizontal-form {
  display: flex;
}

.social-link {
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px;
  transition: transform .3s, opacity .3s;
}

.social-link:hover {
  opacity: .6;
  transform: translate(0, -4px);
}

.footer-form {
  margin-top: 40px;
  margin-bottom: 0;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  margin: -8px;
  display: flex;
}

.footer-link {
  opacity: 1;
  color: var(--beige);
  text-align: center;
  margin-bottom: 8px;
  padding: 8px 8px 8px 0;
  font-weight: 400;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1), opacity .4s cubic-bezier(.165, .84, .44, 1);
}

.footer-link:hover {
  opacity: 1;
  color: var(--beige);
  transform: translate(4px);
}

.link-white {
  color: rgba(249, 239, 230, .6);
}

.link-white:hover {
  color: var(--anthrazit);
}

.footer-logo {
  width: 83px;
  margin-top: 0;
}

.menu-category {
  border-bottom: 1px solid rgba(5, 83, 70, .2);
  margin-bottom: 64px;
  padding-bottom: 80px;
}

.menu-category:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.menu-headline-wrapper {
  margin-bottom: 32px;
}

.image-wrapper {
  width: 100%;
  height: 437px;
  object-fit: fill;
  border: 0 #000;
  border-radius: 0;
  overflow: visible;
}

.image-wrapper.wasist {
  height: 1200px;
}

.menu-item-wrapper {
  border-bottom: 1px solid rgba(5, 83, 70, .2);
  margin-bottom: 24px;
  padding-bottom: 8px;
  display: flex;
}

.menu-item-wrapper:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.menu-items {
  padding-top: 24px;
}

.image {
  width: 100%;
  height: 100%;
  max-height: none;
  float: none;
  object-fit: cover;
  object-position: 35% 50%;
  margin-top: 22px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.image.overlay {
  width: 74%;
  height: 139%;
  object-position: 18% 50%;
  margin-top: -132px;
  display: block;
  position: absolute;
  top: 74%;
  bottom: 0%;
  left: 33%;
  right: auto;
}

.image.pakete {
  height: 50%;
}

.image.paket {
  height: 50%;
  padding-top: 31px;
  padding-right: 38px;
}

.image.third {
  margin-top: 51px;
}

.menu-item-left {
  flex: 1;
}

.menu-item-right {
  flex: 0 20%;
  padding-left: 32px;
}

.menu-item-price {
  text-align: right;
}

.menu-item-price.text-center {
  text-align: center;
}

.schedule-card {
  height: 100%;
  text-align: center;
  border: 1px solid rgba(5, 83, 70, .2);
  margin-bottom: 32px;
}

.location {
  margin-bottom: 0;
}

.location.large {
  font-size: 20px;
}

.address {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.schedule-callout-text {
  letter-spacing: 0;
  text-transform: none;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 500;
}

.schedule-callout {
  background-color: var(--logo-color);
  color: var(--beige);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100vh;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 8px 20px 8px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.schedule-date-wrapper {
  border-bottom: 1px solid rgba(5, 83, 70, .2);
  padding-top: 12px;
}

.schedule-content-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.schedule-content-wrapper.no-top-padding {
  padding-top: 0;
}

.date {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}

.schedule-link-horizontal {
  color: rgba(249, 249, 249, .7);
}

.schedule-link-horizontal:hover {
  color: var(--white);
}

.schedule-link-horizontal.static:hover {
  color: rgba(249, 249, 249, .7);
}

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

.quote {
  letter-spacing: -.5px;
  font-size: 48px;
  line-height: 1.2;
}

.quote-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-wrapper {
  background-color: var(--beige);
  margin-top: 89px;
  padding: 56px;
}

.contact-item {
  color: var(--anthrazit);
  margin-top: 32px;
  font-family: "Source serif pro v15 latin 700", sans-serif;
  font-weight: 700;
}

.contact-item.stefan {
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-weight: 700;
}

.contact-subhead {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 8px;
  font-family: "Source serif pro v15 latin 700", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

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

.utility-page-wrap {
  min-height: 90vh;
  justify-content: center;
  align-items: center;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.utility-page-content {
  width: 55%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

.sg-container-inside {
  min-height: 72px;
  background-color: rgba(249, 249, 249, .3);
  border: 1px dashed rgba(5, 83, 70, .5);
  border-style: dashed none;
}

.sg-container-inside.left-right {
  border-style: none dashed;
}

.sg-container-inside.left-right-bottom {
  border-style: none dashed dashed;
}

.rich-text h4, .rich-text h3, .rich-text h2, .rich-text h1, .rich-text h5, .rich-text h6, .rich-text blockquote {
  margin-top: 32px;
}

.rich-text.slide-up {
  color: var(--beige);
}

.rich-text figure {
  margin-top: 32px;
}

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

.faq-item {
  width: 100%;
  border-bottom: 1px solid var(--beige);
  color: var(--beige);
  cursor: pointer;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  text-decoration: none;
}

.question {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.answer {
  padding-right: 32px;
  display: block;
  overflow: hidden;
}

.question-heading {
  font-size: 28px;
  line-height: 1.2;
}

.answer-text {
  font-family: "Inter v12 latin 200", sans-serif;
  font-weight: 200;
  position: static;
}

.question-icon {
  width: 16px;
  opacity: .5;
}

.icon-wrapper {
  width: 100%;
  height: 400px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.cl-item {
  border-top: 1px solid rgba(5, 83, 70, .2);
  border-bottom: 1px solid rgba(5, 83, 70, .2);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 32px 16px;
  display: flex;
}

.cl-heading-wrapper {
  align-items: baseline;
  display: flex;
}

.cl-date {
  margin-left: 8px;
  font-size: 16px;
}

.cl-text-wrapper {
  width: 50%;
}

.image-2 {
  padding-bottom: 18px;
}

.list-item, .list-item-2, .list-item-3 {
  font-family: "Source serif pro v15 latin 600", sans-serif;
}

.text-block {
  color: var(--anthrazit);
  text-transform: none;
  font-family: "Source serif pro v15 latin 600", sans-serif;
}

.text-block-2 {
  color: var(--anthrazit);
  font-family: "Source serif pro v15 latin 600", sans-serif;
}

.text-block-3 {
  color: var(--beige);
}

.text-block-4 {
  color: var(--anthrazit);
  font-family: "Source serif pro v15 latin 600", sans-serif;
}

.link, .link-2 {
  color: var(--beige);
}

.text-block-5 {
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-style: italic;
  font-weight: 600;
}

.text-block-5.dark {
  color: var(--beige);
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-style: italic;
}

.heading-2 {
  color: var(--anthrazit);
  margin-bottom: 37px;
  font-family: "Source serif pro v15 latin 700", sans-serif;
  font-size: 52px;
}

.schlachtung.l {
  font-family: "Source serif pro v15 latin 600", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  background-color: rgba(38, 38, 38, .22);
  border-radius: 0;
  margin-top: -1px;
  position: absolute;
}

.paragraph-2 {
  font-family: "Inter v12 latin 200", sans-serif;
}

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

.text-span {
  text-align: right;
  font-size: 25px;
}

.link-3 {
  color: var(--anthrazit);
  font-size: 30px;
}

.link-3:hover {
  color: var(--anthrazit);
}

.text-span-2 {
  font-size: 26px;
}

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

.link-4 {
  color: var(--beige);
}

.button-2 {
  color: #f9efe6;
  background-color: #f5dab9;
  padding: 16px 48px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.button-2.secondary {
  color: #055346;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin: -8px;
  padding: 8px;
  font-size: 18px;
  display: flex;
}

.text-block-6 {
  color: #f5dab9;
}

.section-2 {
  border-top: 1px solid var(--beige);
  margin-top: 50px;
}

.pakete {
  width: 100%;
  border-bottom: 1px solid var(--beige);
  color: var(--beige);
  margin-top: 38px;
  padding-top: 0;
  padding-bottom: 30px;
  text-decoration: none;
}

.pakete.last {
  border-bottom-width: 0;
}

.paket {
  margin-top: 46px;
  padding-right: 40px;
}

.image-3 {
  max-width: 69%;
}

.rezept {
  margin-left: 74px;
}

.body {
  height: 100%;
}

.display-none {
  display: none;
}

.text-block-7, .text-block-8 {
  color: var(--anthrazit);
  font-family: "Source serif pro v15 latin 600", sans-serif;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 20px;
  }

  h6, p {
    font-size: 16px;
  }

  ul {
    padding-left: 32px;
  }

  .heading.m {
    font-size: 32px;
  }

  .heading.xxl {
    font-size: 60px;
  }

  .heading.l {
    font-size: 40px;
  }

  .heading.l.einleitung {
    margin-left: 0;
  }

  .heading.s {
    font-size: 26px;
  }

  .heading.xs {
    font-size: 20px;
  }

  .heading.xxs {
    font-size: 16px;
  }

  .heading.xl {
    font-size: 48px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.m {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section.photo {
    min-height: 500px;
  }

  .section.l {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section.l.small-top-padding {
    padding-top: 0;
    padding-bottom: 72px;
  }

  .section.xl {
    background-position: 73%;
  }

  .section.more-padding {
    outline-offset: -58px;
    padding-top: 151px;
    padding-left: 53px;
    padding-right: 53px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.zitat {
    padding-left: 4em;
    padding-right: 4em;
  }

  .callout {
    font-size: 12px;
  }

  .italic {
    width: 100%;
  }

  .button-wrapper.primary, .button-wrapper.secondary {
    margin-top: 24px;
  }

  .button {
    font-size: 18px;
  }

  .button.small.peach.form:hover {
    background-color: var(--logo-color);
    color: var(--beige);
  }

  .menu-button {
    z-index: 999;
    width: 50px;
    height: 48px;
    justify-content: center;
    align-items: center;
    margin-right: -8px;
    padding: 0 8px;
  }

  .menu-button.w--open {
    color: #055346;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .nav-link:hover {
    opacity: 1;
    transform: translate(0);
  }

  .hamburger-line {
    height: 2px;
    background-color: var(--beige);
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    background-color: var(--anthrazit);
    padding-top: 96px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .logo {
    z-index: 999;
  }

  .paragraph {
    font-size: 16px;
  }

  .sg-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  ._12-columns.mobile-text-center {
    justify-content: center;
  }

  ._12-columns.slide-up {
    margin-left: 0;
    margin-right: 0;
    padding-left: 23px;
    padding-right: 25px;
  }

  .column.desktop-1.tablet-0 {
    display: none;
  }

  .column.desktop-2.tablet-3.mobile-12.footer {
    width: 26%;
  }

  .column.desktop-2.tablet-3.mobile-12.footer.tablet-1 {
    width: 16%;
  }

  .column.desktop-2.tablet-0 {
    display: none;
  }

  .column.desktop-2.tablet-12 {
    padding-bottom: 14px;
  }

  .column.desktop-6.tablet-6:nth-child(2n+1), .column.desktop-6.tablet-6:nth-child(2n) {
    margin-bottom: 32px;
  }

  .column.desktop-6.mobile-12.einleitung.tablet-12 {
    width: 100%;
    padding-right: 16px;
  }

  .column.desktop-4.mobile-12.desktop-5 {
    width: 72%;
    padding-left: 68px;
  }

  .column.desktop-5.mobile-12.einleitung._2.tablet-12, .column.desktop-5.mobile-12.einleitung.tablet-12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .column.tablet-3 {
    width: 25%;
  }

  .column.tablet-4 {
    width: 33.33%;
  }

  .column.tablet-6 {
    width: 50%;
  }

  .column.tablet-8 {
    width: 66.67%;
  }

  .column.tablet-12 {
    width: 100%;
  }

  .column.tablet-0 {
    width: 0%;
  }

  .column.tablet-1 {
    width: 8.33%;
  }

  .column.tablet-2 {
    width: 16.66%;
  }

  .column.tablet-5 {
    width: 41.67%;
  }

  .column.tablet-7 {
    width: 58.33%;
  }

  .column.tablet-9 {
    width: 75%;
  }

  .column.tablet-10 {
    width: 83.33%;
  }

  .column.tablet-11 {
    width: 91.67%;
  }

  .sticky {
    position: static;
  }

  .grid, ._2-1-grid, ._1-2-grid {
    margin-left: 0;
  }

  .spacer._24._0 {
    width: 0;
    height: 0;
  }

  .photo-shadow {
    transform: translate(0, 24px)rotate(-2deg);
  }

  .photo-shadow.reverse {
    transform: translate(28px, 24px)rotate(2deg);
  }

  .shape.squiggle.top-right {
    width: 90px;
  }

  .shape.squiggle.bottom-left {
    display: none;
    left: -1%;
  }

  .shape.squiggle.bottom-left-image {
    width: 90px;
    left: 6%;
  }

  .shape.dots.bottom-left {
    width: 90px;
    bottom: -7%;
    left: -22%;
  }

  .shape.dots.top-right {
    width: 90px;
    top: 2%;
    right: -14%;
  }

  .shape.squiggles.top-right {
    display: none;
    top: 4%;
    right: -2%;
  }

  .photo.tall {
    transform: rotate(2deg);
  }

  .photo.tall.left {
    transform: rotate(-2deg);
  }

  .callout-box.rotate {
    padding-top: 64px;
    padding-bottom: 46px;
  }

  .footer-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .social-link:hover {
    opacity: 1;
    transform: translate(0);
  }

  .footer-form {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .footer-link {
    font-size: 17px;
  }

  .footer-link:hover {
    opacity: 1;
    transform: translate(0);
  }

  .link-white:hover {
    color: rgba(249, 239, 230, .6);
  }

  .menu-category-wrapper {
    margin-top: 40px;
  }

  .footer-logo {
    width: 99px;
    padding-top: 15px;
  }

  .menu-category {
    margin-bottom: 48px;
    padding-bottom: 72px;
  }

  .menu-headline-wrapper {
    margin-bottom: 16px;
  }

  .image-wrapper {
    height: 470px;
  }

  .image-wrapper.wasist {
    height: 450px;
  }

  .image {
    margin-top: 46px;
  }

  .menu-item-price {
    font-size: 16px;
  }

  .schedule-callout {
    font-size: 12px;
  }

  .quote {
    font-size: 40px;
  }

  .quote-name {
    font-size: 16px;
  }

  .contact-wrapper {
    padding: 40px;
  }

  .utility-page-wrap {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .utility-page-content {
    width: 100%;
  }

  .rich-text p {
    font-size: 16px;
  }

  .icon-wrapper {
    height: 470px;
  }

  .button-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 25px;
  }

  .heading.m {
    font-size: 28px;
  }

  .heading.s {
    font-size: 26px;
  }

  .heading.xxl {
    letter-spacing: 0;
    font-size: 37px;
    line-height: 1.3;
  }

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

  .heading.l.einleitung {
    font-size: 50px;
  }

  .heading.s {
    font-size: 24px;
  }

  .heading.xl {
    font-size: 44px;
  }

  .section, .section.m {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.m.einleitung {
    padding-bottom: 74px;
    overflow: hidden;
  }

  .section.m.einleitung.display-none, .section.xs.green.text-light.display-none {
    display: none;
  }

  .section.photo {
    min-height: 400px;
  }

  .section.l {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.l.small-top-padding {
    padding-bottom: 48px;
  }

  .section.xl {
    height: 100%;
    background-position: 60%;
  }

  .section.more-padding {
    outline-offset: -20px;
    padding: 55px 0 2em;
    overflow: hidden;
  }

  .section.display-none {
    display: none;
  }

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

  .container.wide {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.zitat {
    padding-left: 2em;
    padding-right: 2em;
  }

  .button-wrapper, .button-wrapper.primary, .button-wrapper.secondary {
    margin-top: 16px;
  }

  .button {
    padding: 12px 28px;
  }

  .button.small {
    font-size: 14px;
  }

  .button-arrow {
    width: 46px;
    height: 46px;
  }

  .nav-bar {
    max-height: none;
    outline-offset: 0px;
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0);
    outline: 3px solid rgba(0, 0, 0, 0);
    padding-bottom: 43px;
  }

  .nav-bar.display-none {
    display: none;
  }

  .logo {
    padding-left: 0;
  }

  .paragraph {
    font-weight: 200;
  }

  .paragraph.s {
    margin-bottom: 8px;
  }

  .sg-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  ._12-columns.align-top.slide-up {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._12-columns.mobile-text-center {
    text-align: center;
  }

  ._12-columns.reverse {
    flex-direction: column-reverse;
  }

  .column.desktop-2.tablet-3.mobile-12 {
    text-align: center;
    align-self: flex-start;
    padding-top: 15px;
  }

  .column.desktop-2.tablet-12 {
    padding-bottom: 8px;
  }

  .column.desktop-3.tablet-6.mobile-12:nth-child(2n+1), .column.desktop-3.tablet-6.mobile-12:nth-child(2n) {
    margin-bottom: 24px;
  }

  .column.desktop-6.tablet-12.sticky {
    padding-left: 0;
    padding-right: 0;
  }

  .column.desktop-6.mobile-12 {
    margin-bottom: 24px;
  }

  .column.desktop-4.mobile-12.desktop-5 {
    letter-spacing: 0;
    padding-top: 108px;
  }

  .column.desktop-4.tablet-6.mobile-12.contact.tablet-12 {
    margin-right: 0;
  }

  .column.desktop-6.mobile-12:nth-child(2n+1) {
    margin-bottom: 40px;
  }

  .column.desktop-6.mobile-12:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .column.desktop-6.mobile-12:last-child {
    margin-bottom: 0;
  }

  .column.desktop-5.mobile-12 {
    margin-bottom: 24px;
  }

  .column.mobile-12 {
    width: 100%;
  }

  .column.mobile-0 {
    width: 0%;
  }

  .column.mobile-1 {
    width: 8.33%;
  }

  .column.mobile-2 {
    width: 16.66%;
  }

  .column.mobile-3 {
    width: 25%;
  }

  .column.mobile-4 {
    width: 33.33%;
  }

  .column.mobile-5 {
    width: 41.67%;
  }

  .column.mobile-6 {
    width: 50%;
  }

  .column.mobile-7 {
    width: 58.33%;
  }

  .column.mobile-8 {
    width: 66.67%;
  }

  .column.mobile-9 {
    width: 75%;
  }

  .column.mobile-10 {
    width: 83.33%;
  }

  .column.mobile-11 {
    width: 91.67%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desktop-4.tablet-4 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.desktop-3.tablet-3, .grid.desktop-2.tablet-2 {
    grid-template-columns: 1fr;
  }

  ._2-1-grid, ._1-2-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .spacer._32._0 {
    width: 0;
    height: 0;
  }

  .check-box {
    position: absolute;
    right: auto;
  }

  .field-label {
    font-weight: 200;
  }

  .field-block {
    min-height: auto;
  }

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

  .tab-link {
    border-bottom-width: 3px;
    padding: 8px 20px;
  }

  .photo-shadow {
    transform: translate(0, 24px)rotate(2deg);
  }

  .shape.squiggle.top-right, .shape.squiggle.bottom-left-image, .shape.dots.bottom-left, .shape.dots.top-right {
    display: none;
  }

  .photo-container {
    margin-top: 48px;
    margin-bottom: 64px;
  }

  .photo.tall {
    left: 0%;
    transform: rotate(-2deg);
  }

  .photo.tall.left {
    left: 0%;
  }

  .callout-box.rotate {
    padding-left: 35px;
    padding-right: 35px;
  }

  .arrow {
    width: 24px;
  }

  .icon {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .gallery-photo {
    width: 23%;
  }

  .social-links {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-form {
    margin-bottom: 32px;
  }

  .footer-links {
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-link {
    text-align: center;
    font-size: 18px;
  }

  .menu-category-wrapper {
    margin-top: 32px;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-category {
    border-bottom-style: none;
    margin-bottom: 40px;
    padding-bottom: 24px;
  }

  .image-wrapper {
    height: 320px;
  }

  .menu-items {
    text-align: left;
    padding-top: 0;
  }

  .schedule-card {
    margin-bottom: 24px;
  }

  .quote {
    font-size: 32px;
  }

  .quote-name {
    font-size: 14px;
  }

  .contact-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 40px;
    display: flex;
  }

  .utility-page-wrap {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-wrapper {
    padding-top: 53px;
  }

  .question-heading {
    font-family: Source serif pro v15 latin, sans-serif;
    font-weight: 600;
  }

  .answer-text {
    font-weight: 300;
  }

  .icon-wrapper {
    height: 320px;
  }

  .cl-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-2 {
    max-width: 63%;
  }

  .button-2 {
    padding: 12px 28px;
  }

  .text-block-6 {
    font-family: "Source serif pro v15 latin 700", sans-serif;
  }

  .section-2.display-none {
    display: none;
  }

  .paket {
    padding-bottom: 0;
    padding-right: 0;
  }

  .body {
    object-fit: none;
    overflow: visible;
  }

  .italic-text-2, .heading-3 {
    font-family: Source serif pro v15 latin, sans-serif;
  }

  .checkbox-label {
    padding-left: 30px;
    font-family: Source serif pro v15 latin, sans-serif;
  }

  .italic-text-3 {
    font-family: Source serif pro v15 latin, sans-serif;
  }

  .heading-4 {
    font-family: "Source serif pro v15 latin 600", sans-serif;
    font-weight: 600;
  }

  .bold-text {
    font-weight: 600;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 16px;
  }

  ol {
    padding-left: 24px;
  }

  .heading.xs.contact {
    font-size: 33px;
  }

  .heading.l.no-margin {
    margin-bottom: 16px;
  }

  .heading.l.einleitung {
    margin-bottom: 33px;
    font-size: 40px;
  }

  .heading.italic.schlachtung {
    font-size: 40px;
  }

  .section, .section.m {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.texture {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.l.small-top-padding {
    padding-bottom: 40px;
  }

  .section.xl {
    width: auto;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-position: 79%;
    background-clip: border-box;
  }

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

  .container.header {
    background-color: rgba(0, 0, 0, .53);
  }

  .callout {
    margin-bottom: 16px;
  }

  .italic {
    font-size: 40px;
  }

  .nav-bar {
    padding-top: 16px;
  }

  .logo {
    width: 120px;
  }

  .sg-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._12-columns.align-top.slide-up {
    padding-left: 25px;
    padding-right: 25px;
  }

  ._12-columns.align-top.slide-up.bestellung, ._12-columns.slide-up {
    padding-left: 0;
    padding-right: 0;
  }

  .column.desktop-2.tablet-3.mobile-12 {
    text-align: center;
    padding-top: 7px;
  }

  .column.desktop-6.mobile-12.einleitung.tablet-12 {
    margin-top: 35px;
  }

  .column.desktop-4.mobile-12.desktop-6 {
    width: 100%;
    align-self: flex-end;
    padding-bottom: 75px;
  }

  .column.desktop-10.tablet-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-input {
    width: 100%;
  }

  .photo-shadow, .photo-shadow.reverse {
    transform: translate(8px, 16px)rotate(1deg);
  }

  .photo-container {
    margin-top: 40px;
    margin-bottom: 48px;
  }

  .callout-box {
    padding: 48px 40px;
  }

  .callout-box.rotate {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-cta {
    flex-direction: column;
  }

  .social-links {
    padding-top: 18px;
    padding-bottom: 23px;
  }

  .footer-logo {
    width: 96px;
  }

  .menu-category {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }

  .image-wrapper {
    height: 236px;
  }

  .image-wrapper.wasist {
    height: 250px;
  }

  .menu-item-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .image {
    margin-top: 7px;
  }

  .menu-item-right {
    margin-top: -8px;
    padding-left: 0;
  }

  .schedule-callout {
    margin-bottom: 16px;
  }

  .contact-wrapper {
    padding: 20px;
  }

  .contact-item {
    margin-top: 24px;
  }

  .icon-wrapper {
    height: 210px;
  }

  .cl-item {
    padding: 16px 16px 8px;
  }

  .cl-heading-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cl-date {
    margin-bottom: 8px;
    margin-left: 0;
  }

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

  .italic-text {
    font-family: "Source serif pro v15 latin 600", sans-serif;
  }

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

  .text-block-6 {
    padding-left: 19px;
  }

  .heading-3 {
    font-size: 30px;
  }
}

#w-node-_17343c4a-5722-f067-502e-1ea9c01374c1-6b6b4acb, #w-node-a7428c8a-ffae-e5ae-8056-a9b80b9cee75-6b6b4acb, #w-node-_4e2cf897-731e-28c8-fb19-3d5adfd50661-6b6b4acb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a49bc8d-22a2-9ec1-25c2-73a63377d616-6b6b4acb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Fleisch-Pakete.w-node-ea3f69e3-d7ab-cae4-5714-5683009093d3-6b6b4acb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d75937e-43df-af71-cbfc-e0fedb91cca4-6b6b4acb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Source serif pro v15 latin 200';
  src: url('../fonts/source-serif-pro-v15-latin-200.woff2') format('woff2'), url('../fonts/source-serif-pro-v15-latin-200.eot') format('embedded-opentype'), url('../fonts/source-serif-pro-v15-latin-200.woff') format('woff'), url('../fonts/source-serif-pro-v15-latin-200.ttf') format('truetype'), url('../fonts/source-serif-pro-v15-latin-200.svg') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source serif pro v15 latin 600';
  src: url('../fonts/source-serif-pro-v15-latin-600.woff2') format('woff2'), url('../fonts/source-serif-pro-v15-latin-600.eot') format('embedded-opentype'), url('../fonts/source-serif-pro-v15-latin-600.woff') format('woff'), url('../fonts/source-serif-pro-v15-latin-600.ttf') format('truetype'), url('../fonts/source-serif-pro-v15-latin-600.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source serif pro v15 latin';
  src: url('../fonts/source-serif-pro-v15-latin-200italic.woff2') format('woff2'), url('../fonts/source-serif-pro-v15-latin-200italic.eot') format('embedded-opentype'), url('../fonts/source-serif-pro-v15-latin-200italic.woff') format('woff'), url('../fonts/source-serif-pro-v15-latin-200italic.ttf') format('truetype'), url('../fonts/source-serif-pro-v15-latin-200italic.svg') format('svg');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source serif pro v15 latin 300';
  src: url('../fonts/source-serif-pro-v15-latin-300.woff2') format('woff2'), url('../fonts/source-serif-pro-v15-latin-300.eot') format('embedded-opentype'), url('../fonts/source-serif-pro-v15-latin-300.woff') format('woff'), url('../fonts/source-serif-pro-v15-latin-300.ttf') format('truetype'), url('../fonts/source-serif-pro-v15-latin-300.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source serif pro v15 latin';
  src: url('../fonts/source-serif-pro-v15-latin-600italic.woff2') format('woff2'), url('../fonts/source-serif-pro-v15-latin-600italic.eot') format('embedded-opentype'), url('../fonts/source-serif-pro-v15-latin-600italic.woff') format('woff'), url('../fonts/source-serif-pro-v15-latin-600italic.ttf') format('truetype'), url('../fonts/source-serif-pro-v15-latin-600italic.svg') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source serif pro v15 latin';
  src: url('../fonts/source-serif-pro-v15-latin-300italic.woff2') format('woff2'), url('../fonts/source-serif-pro-v15-latin-300italic.eot') format('embedded-opentype'), url('../fonts/source-serif-pro-v15-latin-300italic.woff') format('woff'), url('../fonts/source-serif-pro-v15-latin-300italic.ttf') format('truetype'), url('../fonts/source-serif-pro-v15-latin-300italic.svg') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source serif pro v15 latin 700';
  src: url('../fonts/source-serif-pro-v15-latin-700.woff2') format('woff2'), url('../fonts/source-serif-pro-v15-latin-700.eot') format('embedded-opentype'), url('../fonts/source-serif-pro-v15-latin-700.woff') format('woff'), url('../fonts/source-serif-pro-v15-latin-700.ttf') format('truetype'), url('../fonts/source-serif-pro-v15-latin-700.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source serif pro v15 latin 900';
  src: url('../fonts/source-serif-pro-v15-latin-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source serif pro v15 latin';
  src: url('../fonts/source-serif-pro-v15-latin-700italic.woff2') format('woff2'), url('../fonts/source-serif-pro-v15-latin-700italic.eot') format('embedded-opentype'), url('../fonts/source-serif-pro-v15-latin-700italic.woff') format('woff'), url('../fonts/source-serif-pro-v15-latin-700italic.ttf') format('truetype'), url('../fonts/source-serif-pro-v15-latin-700italic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source serif pro v15 latin';
  src: url('../fonts/source-serif-pro-v15-latin-italic.woff2') format('woff2'), url('../fonts/source-serif-pro-v15-latin-italic.eot') format('embedded-opentype'), url('../fonts/source-serif-pro-v15-latin-italic.woff') format('woff'), url('../fonts/source-serif-pro-v15-latin-italic.ttf') format('truetype'), url('../fonts/source-serif-pro-v15-latin-italic.svg') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source serif pro v15 latin';
  src: url('../fonts/source-serif-pro-v15-latin-900italic.woff2') format('woff2'), url('../fonts/source-serif-pro-v15-latin-900italic.eot') format('embedded-opentype'), url('../fonts/source-serif-pro-v15-latin-900italic.woff') format('woff'), url('../fonts/source-serif-pro-v15-latin-900italic.ttf') format('truetype'), url('../fonts/source-serif-pro-v15-latin-900italic.svg') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter v12 latin 100';
  src: url('../fonts/inter-v12-latin-100.woff2') format('woff2'), url('../fonts/inter-v12-latin-100.eot') format('embedded-opentype'), url('../fonts/inter-v12-latin-100.woff') format('woff'), url('../fonts/inter-v12-latin-100.ttf') format('truetype'), url('../fonts/inter-v12-latin-100.svg') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter v12 latin 200';
  src: url('../fonts/inter-v12-latin-200.woff2') format('woff2'), url('../fonts/inter-v12-latin-200.eot') format('embedded-opentype'), url('../fonts/inter-v12-latin-200.woff') format('woff'), url('../fonts/inter-v12-latin-200.ttf') format('truetype'), url('../fonts/inter-v12-latin-200.svg') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter v12 latin 300';
  src: url('../fonts/inter-v12-latin-300.woff2') format('woff2'), url('../fonts/inter-v12-latin-300.eot') format('embedded-opentype'), url('../fonts/inter-v12-latin-300.woff') format('woff'), url('../fonts/inter-v12-latin-300.ttf') format('truetype'), url('../fonts/inter-v12-latin-300.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter v12 latin 600';
  src: url('../fonts/inter-v12-latin-600.woff2') format('woff2'), url('../fonts/inter-v12-latin-600.eot') format('embedded-opentype'), url('../fonts/inter-v12-latin-600.woff') format('woff'), url('../fonts/inter-v12-latin-600.ttf') format('truetype'), url('../fonts/inter-v12-latin-600.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter v12 latin 700';
  src: url('../fonts/inter-v12-latin-700.woff2') format('woff2'), url('../fonts/inter-v12-latin-700.eot') format('embedded-opentype'), url('../fonts/inter-v12-latin-700.woff') format('woff'), url('../fonts/inter-v12-latin-700.ttf') format('truetype'), url('../fonts/inter-v12-latin-700.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter v12 latin 500';
  src: url('../fonts/inter-v12-latin-500.woff2') format('woff2'), url('../fonts/inter-v12-latin-500.eot') format('embedded-opentype'), url('../fonts/inter-v12-latin-500.woff') format('woff'), url('../fonts/inter-v12-latin-500.ttf') format('truetype'), url('../fonts/inter-v12-latin-500.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter v12 latin 800';
  src: url('../fonts/inter-v12-latin-800.woff2') format('woff2'), url('../fonts/inter-v12-latin-800.eot') format('embedded-opentype'), url('../fonts/inter-v12-latin-800.woff') format('woff'), url('../fonts/inter-v12-latin-800.ttf') format('truetype'), url('../fonts/inter-v12-latin-800.svg') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter v12 latin 900';
  src: url('../fonts/inter-v12-latin-900.woff2') format('woff2'), url('../fonts/inter-v12-latin-900.eot') format('embedded-opentype'), url('../fonts/inter-v12-latin-900.woff') format('woff'), url('../fonts/inter-v12-latin-900.ttf') format('truetype'), url('../fonts/inter-v12-latin-900.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter v12 latin';
  src: url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), url('../fonts/inter-v12-latin-regular.eot') format('embedded-opentype'), url('../fonts/inter-v12-latin-regular.woff') format('woff'), url('../fonts/inter-v12-latin-regular.ttf') format('truetype'), url('../fonts/inter-v12-latin-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source serif pro v15 latin 900';
  src: url('../fonts/source-serif-pro-v15-latin-900.eot') format('embedded-opentype'), url('../fonts/source-serif-pro-v15-latin-900.woff') format('woff'), url('../fonts/source-serif-pro-v15-latin-900.ttf') format('truetype'), url('../fonts/source-serif-pro-v15-latin-900.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}