@font-face {
  font-family: Amaticsc;
  src: url('../fonts/AmaticSC-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amaticsc;
  src: url('../fonts/AmaticSC-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ptsans;
  src: url('../fonts/PTSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ptsans;
  src: url('../fonts/PTSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ptsans;
  src: url('../fonts/PTSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ptsans;
  src: url('../fonts/PTSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-BoldItalic.ttf') format("truetype"), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-ExtraBold.ttf') format("truetype"), url('../fonts/OpenSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Autumncollection;
  src: url('../fonts/AutumnCollection.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --grün-alternativ: #7fa556;
  --dunkelgrau: #3b3b3b;
  --medium-sea-green: #5ab963;
  --maisgelb: #ecdd5e;
  --brunnerhof-grün: #77b634;
  --white: white;
  --dark-grey: #b3b3b3;
  --bg-grey: #fafafa;
  --nature-white: #fffdfa;
  --hg: #fffdfa;
  --black: black;
  --dark-grey-2: #999;
  --sea-green: #48944f;
  --light-brown: #eae2d6;
  --footer-colour: #f2eae2;
}

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

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

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

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

body {
  color: #333;
  background-image: url('../images/HG_Creme_HQ_50_weiss.jpg'), url('../images/Creme_50prozent.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Amaticsc, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--grün-alternativ);
  text-decoration: none;
}

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

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

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  background-color: #0903037a;
  border-top: 20px #000;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/Brunnerhof-NJ-321_HQ.jpg'), url('../images/Brunnerhof-NJ-321.jpg');
  background-position: 0 0, 5% 35%, 50% 33%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: -92px;
  padding: 210px 30px 120px;
  display: flex;
  box-shadow: 0 0 20px #0000002e;
}

.navigation-logo.w--current {
  justify-content: flex-start;
  display: flex;
}

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

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  max-width: 770px;
  margin-right: -163px;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: right;
  letter-spacing: -1px;
  flex-flow: column;
  order: -1;
  justify-content: flex-end;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  font-family: Amaticsc, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 78px;
  display: flex;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.paragraph {
  color: #fff;
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.paragraph.cc-gray {
  color: #999;
}

.button {
  background-color: var(--maisgelb);
  color: var(--dunkelgrau);
  border-radius: 26px;
  justify-content: center;
  margin-top: 0;
  margin-left: 450px;
  margin-right: 450px;
  padding: 15px 30px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--brunnerhof-grün);
  color: var(--white);
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.hello {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 0;
  display: flex;
}

.h2 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  margin-bottom: 40px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

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

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

.icon {
  width: 30px;
  height: 30px;
}

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

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

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

.body {
  background-color: #0000;
  background-image: url('../images/Creme.jpg'), url('../images/Creme_Blush.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #f2eae2;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  padding: 40px 30px 0;
  display: block;
}

.footer-column {
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
  width: 33%;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: var(--grün-alternativ);
  flex-flow: column;
  align-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: center;
  align-self: center;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 #0000;
  font-family: Libre Franklin;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

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

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Amaticsc, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Opensans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text li {
  font-family: Opensans, sans-serif;
}

.rich-text h4, .rich-text h3 {
  font-family: Amaticsc, sans-serif;
}

.rich-text blockquote {
  font-family: Opensans, sans-serif;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin;
  font-size: 12px;
  line-height: 20px;
}

.rich-text h1, .rich-text h5, .rich-text h6 {
  font-family: Amaticsc, sans-serif;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo.w--current {
  margin: 0 auto;
  display: block;
}

.nav-menu {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Opensans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link:hover {
  background-color: var(--maisgelb);
  color: var(--dunkelgrau);
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link.w--current {
  color: #fff;
  font-family: Opensans, sans-serif;
}

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

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Opensans, sans-serif;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.image-3 {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-card {
  align-self: flex-end;
}

.text-span-2 {
  background-color: var(--maisgelb);
  color: var(--dunkelgrau);
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: 489px;
}

.section {
  display: none;
}

.header-headline {
  color: var(--white);
  text-align: right;
  font-family: Amaticsc, sans-serif;
  font-size: 72px;
  line-height: 78px;
}

.text-span-3 {
  background-color: var(--maisgelb);
  color: var(--dunkelgrau);
  border-radius: 7px;
  margin-left: 477px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 0;
  display: block;
}

.paragraph-2 {
  color: var(--brunnerhof-grün);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 10px;
  font-family: Opensans, sans-serif;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amaticsc, sans-serif;
  font-size: 60px;
  line-height: 66px;
}

.text-span-4 {
  font-family: Opensans, sans-serif;
}

.top-of-navbar {
  color: #984545;
  background-color: #2d2d2de6;
  border-top: 0 solid #12aaeb;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-2 {
  position: relative;
}

.top-of-menu-bar {
  text-align: right;
  flex-wrap: wrap;
  padding-top: 12px;
  padding-bottom: 10px;
  position: relative;
}

.top-of-menu-item {
  color: #450a0a;
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: inline-block;
}

.top-menu-text-box {
  border-right: 1px solid var(--white);
  margin-right: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.top-menu-text-box.no-right-border {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.top-menu-text {
  letter-spacing: 2px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cards {
  border-top: 4px solid var(--maisgelb);
  background-color: var(--grün-alternativ);
  opacity: 1;
  cursor: pointer;
  border-radius: 6px;
  flex-direction: column;
  margin-top: -4px;
  transition: all .2s ease-in-out;
  display: flex;
}

.cards:hover {
  transform: scale(1.01)translate(0, -5px);
  box-shadow: 2px 2px 8px #0000003d;
}

.button-div {
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: stretch;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.card-title {
  color: var(--white);
  align-self: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Amaticsc, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.image-4 {
  align-self: center;
  padding: 10px 20px 0;
}

.paragraph-3 {
  float: none;
  clear: none;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.devider {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5 {
  max-width: 5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner-mitte {
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.image-6 {
  width: 100vw;
  max-width: 100vw;
  padding-top: 0;
}

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

.aktuelles {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.heading-2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Amaticsc, sans-serif;
  font-size: 50px;
  line-height: 46px;
}

.image-7 {
  border-radius: 8px;
  margin-top: 20px;
}

.image-8 {
  margin-top: -420px;
}

.weizenfeld-hg {
  margin-top: 0;
  display: block;
}

.gallery {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  background-color: var(--nature-white);
  text-align: center;
  border-radius: 20px;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  margin-bottom: 250px;
}

.hofbild {
  margin-left: 220px;
  margin-right: 220px;
}

.h1-headline-block {
  text-align: left;
}

.h2-headline-block {
  z-index: 2;
  background-color: var(--white);
  border-radius: 20px;
  padding-top: 43px;
  padding-bottom: 40px;
  position: relative;
  top: -100px;
  box-shadow: 0 0 20px -3px #00000012;
}

.stimmungsbild {
  background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-088.jpg'), url('../images/Brunnerhof-NJ-294.jpg');
  background-position: 0 0, 50%, 50% 75%;
  background-size: auto, cover, cover;
  min-height: 420px;
}

.cards-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

._33-33-33-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 220px;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 40px;
  position: absolute;
  inset: 0%;
}

.heading-3 {
  color: var(--grün-alternativ);
  text-align: center;
  font-family: Amaticsc, sans-serif;
  font-size: 28px;
}

.card-big {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #eae2d669;
  border-radius: 4px;
  flex-direction: column;
  transition: all .2s;
  display: flex;
}

.card-big:hover {
  transform: scale(1.05);
  box-shadow: 0 16px 18px -6px #b3b3b39c;
}

.paragraph-4 {
  text-align: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-text {
  color: var(--dunkelgrau);
  text-align: center;
  padding: 10px 20px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  margin-top: 17px;
  font-family: Amaticsc, sans-serif;
  font-size: 48px;
  line-height: 54px;
  display: block;
}

.div-block-2 {
  justify-content: center;
  margin-top: 61px;
  display: block;
}

.button-cards {
  align-self: center;
  margin: 0 auto 40px;
  transition: all .125s;
}

.button-cards:hover {
  transform: scale(1.1);
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-10 {
  margin-top: -540px;
}

.aktion {
  max-width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-11 {
  border-radius: 6px;
}

.header-hofladen {
  background-image: url('../images/Brunnerhof-NJ-318_HQ.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: -92px;
  padding: 210px 30px 120px;
  display: flex;
  box-shadow: 0 0 20px #0000002e;
}

.header-headline-hofladen {
  color: var(--white);
  text-align: center;
  text-shadow: 5px 2px 11px #000;
  font-family: Amaticsc, sans-serif;
  font-size: 72px;
  line-height: 78px;
}

.button-center {
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-5 {
  background-color: var(--maisgelb);
  color: var(--dunkelgrau);
  border-radius: 8px;
}

.header-content-hofladen {
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  max-width: 770px;
  margin-right: 0;
  display: none;
}

._50-50-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.gallery-grid-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-thumbnail-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.body-2 {
  background-color: var(--hg);
}

.tab-link-tab-1 {
  margin-right: 20px;
}

.tab-link-tab-1.w--current {
  background-color: var(--maisgelb);
  border-radius: 20px;
}

.tab-link-tab-2 {
  margin-right: 20px;
}

.tabs-menu {
  justify-content: center;
  font-family: Opensans, sans-serif;
  display: flex;
}

.text-block-2 {
  color: var(--grün-alternativ);
}

.hello-hofladen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 20px;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.icon-3 {
  color: var(--white);
  padding-left: 0;
}

.header-erlebnisbauernhof {
  background-image: url('../images/Brunnerhof-NJ-259.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: -92px;
  padding: 210px 30px 120px;
  display: flex;
  box-shadow: 0 0 20px #0000002e;
}

.sortiment {
  background-color: var(--nature-white);
  border-radius: 20px;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 40px;
  box-shadow: 0 0 20px -3px #00000012;
}

.centered-container-copy {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex: 1;
  margin-top: -160px;
  padding: 60px 20px;
  position: relative;
  box-shadow: 0 0 20px -3px #00000012;
}

.gallery-erlebnisbauernhof {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.stimmungsbild-startseite {
  background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-294_HQ.jpg');
  background-position: 0 0, 50% 77%;
  background-size: auto, cover;
  min-height: 420px;
}

.text-stimmungsbild-unterseiten {
  padding-top: 20px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask-links {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  float: left;
  clear: left;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.erlebnisbauernhof-angebot {
  padding-top: 0;
  padding-bottom: 100px;
}

.heading-4 {
  color: var(--grün-alternativ);
  font-family: Amaticsc, sans-serif;
  font-size: 36px;
  line-height: 45px;
}

.div-block-rechts {
  order: 1;
  width: 100%;
}

.flex-container-rechts, .flex-container-links {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 18px -15px #000;
}

.div-block-links {
  order: -1;
  width: 100%;
  padding-left: 20px;
}

.feature-image-mask-rechts {
  width: 100%;
  margin-left: 40px;
  margin-right: 0;
}

.paragraph-6 {
  padding-right: 20px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.header-landwirtschaft {
  background-image: url('../images/Brunnerhof-NJ-011_HQ.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: -92px;
  padding: 210px 30px 120px;
  display: flex;
  box-shadow: 0 0 20px #0000002e;
}

.stimmungsbild-hofladen {
  background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-088_HQ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 420px;
}

.stimmungsbild-erlebnisbauernhof {
  background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-245.jpg'), url('../images/Brunnerhof-NJ-294.jpg');
  background-position: 0 0, 50% 69%, 50% 75%;
  background-size: auto, cover, cover;
  min-height: 420px;
}

.div-block-4 {
  border-top: 4px solid var(--maisgelb);
  background-color: var(--grün-alternativ);
  border-radius: 6px;
  flex-direction: column;
  margin: 0;
  padding: 20px 80px;
  display: flex;
}

.paragraph-7 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Amaticsc, sans-serif;
  font-size: 36px;
}

.paragraph-8 {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.section-2 {
  margin-top: -30px;
  margin-bottom: 30px;
}

.header-regionale-produkte {
  background-image: url('../images/Brunnerhof-NJ-091_HQ.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: -92px;
  padding: 210px 30px 120px;
  display: flex;
  box-shadow: 0 0 20px #0000002e;
}

.paragraph-9 {
  color: var(--dunkelgrau);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.regionale-produkte-angebot {
  padding-top: 0;
  padding-bottom: 100px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 280px;
  margin-right: 280px;
}

.produkt-headline {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Amaticsc, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.paragraph-10 {
  text-align: center;
  margin-top: 20px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-5 {
  background-color: var(--white);
  border-radius: 10px;
  margin: 0;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 13px -10px #000;
}

.image-12 {
  text-align: center;
  width: 100%;
}

.link-2 {
  color: var(--grün-alternativ);
  text-align: left;
  flex-direction: column;
  align-items: center;
  font-family: Opensans, sans-serif;
  display: flex;
}

.paragraph-11 {
  color: var(--white);
  text-align: center;
  margin-top: -10px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
}

.header-strohschwein {
  background-image: url('../images/Strohschwein-Header_HQ.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: -92px;
  padding: 210px 30px 120px;
  display: flex;
  box-shadow: 0 0 20px #0000002e;
}

.button-header {
  background-color: var(--white);
  color: var(--dunkelgrau);
  border-radius: 26px;
  justify-content: center;
  width: 220px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-header:hover {
  background-color: var(--brunnerhof-grün);
  color: var(--white);
}

.button-header.cc-cta {
  margin-top: 0;
}

.button-header.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-header.cc-banner:hover {
  background-color: #e6e6e6;
}

.div-block-6 {
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 30px 60px;
  font-family: Opensans, sans-serif;
}

.paragraph-12 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 26px;
}

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

.image-13 {
  width: 500px;
}

.dropdown {
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.dropdown:hover {
  background-color: var(--maisgelb);
  color: var(--dunkelgrau);
  border-radius: 8px;
}

.text-block-4 {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.text-block-4:hover {
  color: var(--dunkelgrau);
}

.icon-4 {
  color: var(--white);
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-4:hover {
  color: var(--dunkelgrau);
}

.dropdown-toggle {
  color: var(--white);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  font-family: Opensans, sans-serif;
}

.dropdown-toggle:hover {
  background-color: var(--maisgelb);
  color: var(--dunkelgrau);
}

.toggle {
  color: var(--white);
  border-radius: 8px 8px 0 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.toggle:hover {
  color: var(--white);
  background-color: #0000;
}

.text-block-5 {
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.dropdown-list {
  background-color: #0903037a;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.dropdown-link {
  background-color: var(--white);
  color: var(--dunkelgrau);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.dropdown-link:hover {
  background-color: var(--maisgelb);
}

.dropdown-link.w--current {
  color: var(--dunkelgrau);
}

.dropdown-link-2 {
  background-color: var(--white);
  color: var(--dunkelgrau);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.dropdown-link-2:hover {
  background-color: var(--maisgelb);
}

.dropdown-link-2:visited {
  color: var(--dunkelgrau);
}

.dropdown-link-2.w--current {
  display: none;
}

.dropdown-link-3 {
  background-color: var(--white);
  color: var(--dunkelgrau);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.dropdown-link-3:hover {
  background-color: var(--maisgelb);
}

.dropdown-link-3.w--current {
  color: var(--dunkelgrau);
}

.dropdown-link-4 {
  background-color: var(--white);
  color: var(--dunkelgrau);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.dropdown-link-4:hover {
  background-color: var(--maisgelb);
  color: var(--dunkelgrau);
}

.dropdown-link-4.w--current {
  color: var(--dunkelgrau);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-kartoffel {
  background-image: url('../images/Brunnerhof-NJ-007_HQ.jpg');
  background-position: 50% 41%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: -92px;
  padding: 210px 30px 120px;
  display: flex;
  box-shadow: 0 0 20px #0000002e;
}

.header-ber-uns {
  background-image: url('../images/Brunnerhof-NJ-318.jpg'), linear-gradient(#0000003d, #0000003d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: -92px;
  padding: 210px 30px 120px;
  display: flex;
  box-shadow: 0 0 20px #0000002e;
}

.stimmungsbild-ber-uns {
  background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-325.jpg'), url('../images/Brunnerhof-NJ-245.jpg'), url('../images/Brunnerhof-NJ-294.jpg');
  background-position: 0 0, 50%, 50% 69%, 50% 75%;
  background-size: auto, cover, cover, cover;
  min-height: 420px;
}

.hofgeschichte {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-14 {
  float: left;
  clear: none;
  text-align: left;
  padding-bottom: 20px;
  padding-right: 40px;
  display: block;
}

.div-block-7 {
  margin-top: 40px;
}

.container-flie-text {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 18px -15px #000;
}

.leitbild-text {
  text-align: left;
  margin-top: 0;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.image-15 {
  float: none;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.div-block-center {
  order: 1;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-8 {
  margin-top: 20px;
}

.image-16 {
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-5 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.paragraph-13 {
  text-align: center;
  margin-top: 20px;
  font-family: Amaticsc, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.ffnungszeiten-footer {
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.header-kontakt {
  background-image: url('../images/Brunnerhof-NJ-318.jpg'), linear-gradient(#0000003d, #0000003d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: -92px;
  padding: 210px 30px 120px;
  display: flex;
  box-shadow: 0 0 20px #0000002e;
}

.div-block-10 {
  margin-left: 350px;
  margin-right: 350px;
}

.button-google-maps {
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-copy {
  background-color: var(--white);
  color: var(--dunkelgrau);
  border-radius: 26px;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-copy:hover {
  background-color: var(--brunnerhof-grün);
  color: var(--white);
}

.button-copy.cc-cta {
  margin-top: 0;
}

.button-copy.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-copy.cc-banner:hover {
  background-color: #e6e6e6;
}

.image-17 {
  border-radius: 13px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  font-family: Opensans, sans-serif;
  font-size: 16px;
}

.corona {
  text-align: center;
  margin-bottom: 0;
  margin-left: 160px;
  margin-right: 160px;
  font-weight: 600;
}

.corona-div {
  background-color: #ffc7c7;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.paragraph-14 {
  font-family: Opensans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.untertitel-bild {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Opensans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-3-copy, .paragraph-3-copy-copy {
  float: none;
  clear: none;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Opensans, sans-serif;
  line-height: 24px;
  display: block;
}

.strohschweinomat {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 80px;
  display: flex;
}

.h4-strohschweinomat {
  color: #333;
  margin-bottom: 15px;
  font-family: Amaticsc, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.columns {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-15 {
  margin-bottom: 20px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.columns-2 {
  margin-top: 20px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-17 {
  text-align: right;
}

.footer-menu {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 50px;
  margin-right: 50px;
}

.container-6 {
  margin-top: 20px;
}

.credits-section {
  border-top: 1px solid var(--dunkelgrau);
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 0;
}

.credits-wrapper {
  position: relative;
}

.credits-container {
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.credits-text-box {
  flex-wrap: wrap;
  display: flex;
}

.credits-box {
  text-align: center;
  flex: 1;
}

.davidschmidtmedien {
  font-family: Opensans, sans-serif;
}

.paragraph-18 {
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.strohschweinomat-w-fragen {
  color: var(--grün-alternativ);
  font-family: Amaticsc, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.weizenfeld-hg-copy {
  margin-top: 0;
  display: block;
}

.ueberueberschrift {
  color: var(--brunnerhof-grün);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: -20px;
  font-family: Opensans, sans-serif;
}

.white-box {
  z-index: 3;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  margin: 40px 150px 120px;
  padding: 40px 60px 80px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -3px #00000012;
}

.container-8 {
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.strohschweinomat-container {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.strohschweinomat-container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.strohschweinomat-container.cc-cta {
  display: flex;
}

.strohschweinomat-container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.strohschweinomat-container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.strohschweinomat-container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.strohschweinomat-container.cc-contact {
  display: flex;
}

.white-box-up {
  z-index: 3;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  margin: -60px 150px 120px;
  padding: 40px 60px 80px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -3px #00000012;
}

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

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

.paragraph-8-copy {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.left-right-div {
  margin-top: 20px;
}

.regionale-partner {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-left: 280px;
  margin-right: 280px;
}

.starttext {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 60px 30px;
  font-family: Opensans, sans-serif;
}

.heading-4-copy {
  color: var(--grün-alternativ);
  text-align: left;
  font-family: Amaticsc, sans-serif;
  font-size: 36px;
  line-height: 45px;
}

.image-18 {
  max-width: 30px;
  margin-left: 0;
  margin-right: 0;
}

.image-19 {
  max-width: 50px;
}

.social-media-logo {
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  display: inline-block;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.button-strohschweinomat {
  background-color: var(--maisgelb);
  color: var(--dunkelgrau);
  text-align: center;
  border-radius: 26px;
  justify-content: center;
  margin: 0 auto 20px;
  padding: 15px 30px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-strohschweinomat:hover {
  background-color: var(--brunnerhof-grün);
  color: var(--white);
}

.button-strohschweinomat.cc-cta {
  margin-top: 0;
}

.button-strohschweinomat.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-strohschweinomat.cc-banner:hover {
  background-color: #e6e6e6;
}

.div-block-12 {
  width: 200px;
}

.paragraph-19 {
  font-size: 14px;
}

.text-span-7 {
  font-size: 20px;
}

.image-20 {
  padding-left: 50px;
  padding-right: 50px;
}

.kaichl, .geburtstag-mit-ton, .toepferei {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  display: none;
  position: relative;
  box-shadow: 0 0 18px -15px #000;
}

.container-9 {
  width: 400px;
  position: relative;
}

.foerderung {
  padding-top: 60px;
}

@media screen and (min-width: 1280px) {
  .header {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/Brunnerhof-NJ-321_HQ.jpg'), url('../images/Brunnerhof-NJ-321.jpg');
    background-position: 0 0, 0 35%, 50% 33%;
    background-size: auto, auto, cover;
  }

  .header-erlebnisbauernhof {
    background-image: url('../images/Brunnerhof-NJ-380_HQ.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .header-strohschwein {
    background-position: 0 0;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    background-image: linear-gradient(to bottom, null, null), url('../images/Brunnerhof-NJ-321_HQ.jpg'), url('../images/Brunnerhof-NJ-321.jpg');
    background-size: auto, auto, auto;
  }

  .header-erlebnisbauernhof {
    background-image: url('../images/Brunnerhof-NJ-380_HQ.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .header-landwirtschaft {
    background-position: 0 -70px;
  }

  .header-regionale-produkte {
    background-position: 50% 40%;
  }

  .header-strohschwein {
    background-position: 50%;
  }

  .columns {
    margin-left: 100px;
    margin-right: 100px;
  }

  .white-box, .white-box-up {
    display: flex;
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    background-image: linear-gradient(#00000040, #00000040), url('../images/Brunnerhof-NJ-321_HQ.jpg');
    background-position: 0 0, 50% 39%;
    background-size: auto, cover;
    height: 750px;
  }

  .image-8 {
    margin-top: -210px;
  }

  .weizenfeld-hg {
    margin-top: -456px;
  }

  .image-10 {
    margin-top: -660px;
  }

  .header-hofladen {
    height: 750px;
  }

  .header-erlebnisbauernhof {
    background-image: url('../images/Brunnerhof-NJ-380_HQ.jpg');
    background-position: 50%;
    background-size: cover;
    height: 750px;
  }

  .stimmungsbild-startseite {
    background-image: linear-gradient(#4d433070, #4d433070), url('../images/Brunnerhof-NJ-294_HQ.jpg');
    background-position: 0 0, 50% 69%;
  }

  .header-landwirtschaft {
    background-position: 0 20%;
    height: 750px;
  }

  .header-regionale-produkte {
    background-image: url('../images/Brunnerhof-NJ-091_HQ.jpg');
    background-position: 50% 32%;
    background-size: cover;
    height: 750px;
  }

  .header-strohschwein {
    background-position: 50%;
    height: 750px;
  }

  .header-kartoffel {
    background-image: url('../images/Brunnerhof-NJ-007_HQ.jpg');
    background-position: 50% 41%;
    background-size: cover;
    height: 750px;
  }

  .columns {
    margin-left: 100px;
    margin-right: 100px;
  }

  .weizenfeld-hg-copy {
    margin-top: -456px;
  }

  .white-box, .white-box-up {
    max-width: 100vw;
    margin-left: 400px;
    margin-right: 400px;
  }

  .regionale-partner {
    margin-left: 540px;
    margin-right: 540px;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    background-color: #fff0;
    background-image: url('../images/Blush_70-prozent-white.jpg');
    background-position: 50%;
    background-size: auto;
    padding-right: 10px;
  }

  .navigation-container {
    flex-direction: row;
    justify-content: center;
  }

  .header {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/Brunnerhof-NJ-321_HQ.jpg');
    background-position: 0 0, 9% 42%;
    background-size: auto, auto;
    height: 60vh;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .header-content {
    margin-right: 35px;
  }

  .button {
    margin-left: 200px;
    margin-right: 200px;
  }

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

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .logo.w--current {
    justify-content: flex-start;
    display: flex;
  }

  .nav-menu {
    background-color: #fffdfaf5;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-link {
    color: var(--dunkelgrau);
    background-color: #0000;
    justify-content: center;
    align-items: center;
    font-family: Opensans, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .nav-link:hover {
    background-color: #0000;
  }

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

  .icon-2 {
    color: var(--dunkelgrau);
    font-size: 32px;
  }

  .menu-button {
    margin-left: auto;
  }

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

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

  .image-3 {
    flex: 0 auto;
    width: 120px;
    max-width: 80%;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .header-headline {
    font-size: 60px;
    line-height: 68px;
  }

  .button-div {
    margin-right: 0;
  }

  .paragraph-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-5 {
    max-width: 8%;
  }

  .image-8 {
    margin-top: 0;
  }

  .cards-home {
    margin-left: 40px;
    margin-right: 40px;
  }

  .weizenfeld-hg {
    margin-top: -213px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .stimmungsbild {
    background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-294.jpg'), url('../images/Brunnerhof-Richt-Hofladen.jpg'), url('../images/Brunnerhof-NJ-320.jpg');
    background-position: 0 0, 50% 90%, 50% 100%, 0 0;
    background-size: auto, auto, cover, cover;
  }

  ._33-33-33-grid {
    grid-column-gap: 20px;
    grid-template-columns: .75fr .75fr .75fr;
    margin-left: 0;
    margin-right: 0;
  }

  .card-big {
    justify-content: space-between;
  }

  .paragraph-5 {
    font-size: 38px;
    line-height: 44px;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .image-10 {
    margin-top: -220px;
  }

  .aktion {
    justify-content: center;
    display: flex;
  }

  .image-11 {
    max-width: 150%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header-hofladen {
    background-image: url('../images/Brunnerhof-NJ-318_HQ.jpg');
    background-position: 50%;
    background-size: cover;
    height: 46vh;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .header-content-hofladen {
    margin-right: 0;
  }

  ._50-50-grid {
    grid-column-gap: 20px;
  }

  .gallery-grid-container-2 {
    align-self: stretch;
  }

  .hello-hofladen {
    padding-bottom: 20px;
  }

  .header-erlebnisbauernhof {
    height: 46vh;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .sortiment {
    margin-top: 40px;
  }

  .stimmungsbild-startseite {
    background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-294.jpg');
    background-position: 0 0, 50% 71%;
    background-size: auto, auto;
  }

  .text-stimmungsbild-unterseiten {
    margin-top: 0;
  }

  .header-landwirtschaft {
    height: 46vh;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .stimmungsbild-erlebnisbauernhof {
    background-image: linear-gradient(#00000059, #00000059), url('../images/Brunnerhof-NJ-245.jpg'), url('../images/Brunnerhof-NJ-294.jpg');
    background-position: 0 0, 90% 86%, 50% 75%;
    background-size: auto, auto, cover;
  }

  .cards-hofladen {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-4 {
    margin-top: 0;
    margin-left: 220px;
    margin-right: 220px;
  }

  .section-2 {
    margin-top: -30px;
  }

  .header-regionale-produkte {
    height: 46vh;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-strohschwein {
    background-image: url('../images/Strohschwein-Header_HQ.jpg');
    background-position: 50%;
    background-size: cover;
    height: 46vh;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-12 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .toggle {
    color: var(--dunkelgrau);
    text-align: center;
    padding-right: 20px;
    display: flex;
  }

  .toggle:hover {
    color: var(--dunkelgrau);
  }

  .toggle.w--open {
    justify-content: center;
  }

  .text-block-5 {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .dropdown-link {
    color: var(--grün-alternativ);
    background-color: #fffdfaf5;
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

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

  .dropdown-link-2 {
    color: var(--grün-alternativ);
    background-color: #fffdfaf5;
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .dropdown-link-2:hover {
    background-color: var(--white);
  }

  .dropdown-link-3 {
    color: var(--grün-alternativ);
    background-color: #fffdfaf5;
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .dropdown-link-3:hover {
    background-color: var(--white);
  }

  .dropdown-link-4 {
    background-color: var(--white);
    color: var(--grün-alternativ);
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .dropdown-link-4:hover {
    background-color: var(--white);
  }

  .dropdown-link-4.w--current {
    color: var(--grün-alternativ);
    background-color: #fffdfaf5;
    font-size: 16px;
  }

  .header-kartoffel, .header-ber-uns {
    height: 46vh;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .stimmungsbild-ber-uns {
    background-image: linear-gradient(#00000059, #00000059), url('../images/Brunnerhof-NJ-245.jpg'), url('../images/Brunnerhof-NJ-294.jpg');
    background-position: 0 0, 90% 86%, 50% 75%;
    background-size: auto, auto, cover;
  }

  .header-kontakt {
    height: 46vh;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .button-google-maps {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .button-copy {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .paragraph-3-copy, .paragraph-3-copy-copy {
    margin-left: 100px;
    margin-right: 100px;
  }

  .credits-container {
    justify-content: center;
    display: flex;
  }

  .credits-text-box {
    flex-direction: row;
    justify-content: center;
    width: 60%;
  }

  .weizenfeld-hg-copy {
    margin-top: -213px;
  }

  .white-box {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .strohschweinomat-container {
    margin-left: 0;
    margin-right: 0;
  }

  .strohschweinomat-container.cc-contact {
    flex-wrap: wrap;
  }

  .white-box-up {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .regionale-partner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .starttext {
    padding-top: 0;
  }

  .button-strohschweinomat {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/Brunnerhof-NJ-321.jpg');
    background-position: 0 0, 17%;
    background-size: auto, cover;
    justify-content: flex-end;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .header-content {
    margin-right: 0;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .button {
    margin-left: 120px;
    margin-right: 120px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .hello {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

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

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .section {
    display: block;
  }

  .header-headline {
    align-self: auto;
    font-size: 55px;
    line-height: 61px;
  }

  .heading {
    font-size: 50px;
  }

  .container-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .top-menu-text-box {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .top-menu-text-box.no-right-border {
    margin-right: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .paragraph-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-5 {
    max-width: 10%;
  }

  .cards-home {
    display: none;
  }

  .weizenfeld-hg {
    margin-top: -143px;
    display: block;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .stimmungsbild {
    background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-294.jpg'), url('../images/Brunnerhof-Richt-Hofladen.jpg'), url('../images/Brunnerhof-NJ-320.jpg');
    background-position: 0 0, 52% 100%, 50% 100%, 50%;
    background-size: auto, auto, cover, auto;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  ._33-33-33-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
    margin-top: 0;
  }

  .card-big {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-11 {
    max-width: 150%;
  }

  .header-hofladen {
    background-image: url('../images/Brunnerhof-NJ-318.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    height: 36vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-headline-hofladen {
    align-self: auto;
    font-size: 55px;
    line-height: 61px;
  }

  .header-content-hofladen {
    margin-right: 0;
  }

  ._50-50-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .hello-hofladen {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .header-erlebnisbauernhof {
    justify-content: flex-end;
    height: 36vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gallery-erlebnisbauernhof {
    padding: 40px 20px;
  }

  .stimmungsbild-startseite {
    background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-294.jpg');
    background-position: 0 0, 50% 70%;
    background-size: auto, auto;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask-links {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .erlebnisbauernhof-angebot {
    padding: 40px 20px;
  }

  .flex-container-rechts, .flex-container-links {
    flex-direction: column;
  }

  .div-block-links {
    padding-left: 0;
  }

  .feature-image-mask-rechts {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .header-landwirtschaft {
    justify-content: flex-end;
    height: 36vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .stimmungsbild-hofladen {
    background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-088.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .cards-hofladen {
    display: none;
  }

  .div-block-4 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .header-regionale-produkte {
    background-image: url('../images/Brunnerhof-NJ-091_HQ.jpg');
    background-position: 50% 27%;
    background-size: cover;
    justify-content: flex-end;
    height: 36vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .regionale-produkte-angebot {
    padding: 40px 20px;
  }

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

  .header-strohschwein {
    background-image: url('../images/Strohschwein-Header.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    height: 36vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-6 {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-12 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .header-kartoffel {
    background-image: url('../images/Brunnerhof-NJ-007.jpg');
    background-position: 50% 35%;
    background-size: cover;
    justify-content: flex-end;
    height: 36vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-ber-uns {
    background-image: url('../images/Brunnerhof-NJ-318.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    height: 36vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hofgeschichte {
    padding: 40px 20px;
  }

  .image-14 {
    padding-right: 0;
  }

  .container-flie-text {
    flex-direction: column;
  }

  .header-kontakt {
    background-image: url('../images/Brunnerhof-NJ-318.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    height: 36vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .corona {
    margin-left: 60px;
    margin-right: 60px;
  }

  .paragraph-3-copy, .paragraph-3-copy-copy {
    margin-left: 100px;
    margin-right: 100px;
  }

  .strohschweinomat {
    padding-top: 60px;
  }

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

  .credits-text-box {
    width: 100%;
  }

  .weizenfeld-hg-copy {
    margin-top: -143px;
    display: block;
  }

  .white-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .strohschweinomat-container.cc-cta, .strohschweinomat-container.cc-footer {
    flex-wrap: wrap;
  }

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

  .starttext {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-4 {
    margin-bottom: 20px;
  }

  .paragraph-20 {
    width: 90vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-20 {
    border-radius: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .kaichl, .geburtstag-mit-ton, .toepferei {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    background-color: #0000;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

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

  .header {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/Brunnerhof-NJ-321.jpg');
    background-position: 0 0, 14%;
    background-size: auto, cover;
    justify-content: flex-end;
    height: 65vh;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .navigation-logo {
    align-self: center;
  }

  .header-content {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: -20px;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer {
    padding-bottom: 0;
  }

  .footer-column {
    text-align: left;
    flex-flow: column wrap;
    align-items: center;
  }

  .footer-column.cc-footer {
    align-items: center;
  }

  .text-footer-credits {
    text-align: center;
    order: 0;
    align-self: center;
    margin-left: auto;
  }

  .footer-links-list {
    flex-direction: column;
    width: 50%;
    padding-right: 0;
  }

  .link-footer {
    text-align: center;
    align-self: center;
    margin-bottom: 0;
    line-height: 30px;
  }

  .footer-social {
    justify-content: center;
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .logo.w--current {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    min-width: 200px;
    margin: auto auto auto 0;
    display: flex;
  }

  .nav-menu {
    order: 0;
    justify-content: center;
    margin-right: 0;
  }

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

  .icon-2 {
    color: #515151;
    margin-bottom: 0;
    margin-left: 0;
  }

  .menu-button {
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding-top: 18px;
    display: flex;
  }

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

  .image-3 {
    width: 100px;
    max-width: 100%;
    margin-top: 5px;
    margin-left: auto;
  }

  .section {
    display: block;
  }

  .header-headline {
    font-size: 45px;
    line-height: 51px;
  }

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

  .top-of-menu-item {
    width: 100%;
  }

  .paragraph-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-5 {
    max-width: 20%;
    display: block;
  }

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

  .heading-2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
  }

  .cards-home {
    display: none;
  }

  .weizenfeld-hg {
    margin-top: -27px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .stimmungsbild {
    background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-294.jpg');
    background-position: 0 0, 66% 90%;
    background-size: auto, auto;
  }

  ._33-33-33-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-big {
    margin-left: 0;
    margin-right: 0;
  }

  .card-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5 {
    margin-top: -1px;
  }

  .image-9 {
    margin-top: -11px;
    margin-bottom: 10px;
  }

  .image-10 {
    margin-top: -110px;
  }

  .aktion {
    max-width: 100%;
  }

  .image-11 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header-hofladen {
    justify-content: flex-end;
    height: 25vh;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-headline-hofladen {
    font-size: 45px;
    line-height: 51px;
    display: flex;
  }

  .philosophie {
    display: block;
  }

  .header-content-hofladen {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 0;
  }

  ._50-50-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .hello-hofladen {
    padding-bottom: 20px;
  }

  .header-erlebnisbauernhof {
    justify-content: center;
    height: 26vh;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .centered-container-copy {
    text-align: left;
  }

  .stimmungsbild-startseite {
    background-image: linear-gradient(#27251e70, #27251e70), url('../images/Brunnerhof-NJ-294.jpg');
    background-position: 0 0, 66% 90%;
    background-size: auto, auto;
  }

  .feature-image {
    float: left;
    clear: left;
  }

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

  .flex-container-links {
    flex-direction: column;
  }

  .div-block-links {
    padding-left: 0;
  }

  .feature-image-mask-rechts {
    flex-direction: row;
    order: -1;
    justify-content: flex-start;
    margin-left: 0;
    display: block;
  }

  .paragraph-6 {
    text-align: left;
    padding-right: 0;
  }

  .header-landwirtschaft {
    justify-content: center;
    height: 26vh;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .stimmungsbild-erlebnisbauernhof {
    background-image: linear-gradient(#0000, #0000), url('../images/Brunnerhof-NJ-245.jpg'), url('../images/Brunnerhof-NJ-294.jpg');
    background-position: 0 0, 50% 70%, 50% 75%;
  }

  .cards-hofladen {
    display: none;
  }

  .div-block-4 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .header-regionale-produkte {
    justify-content: center;
    height: 26vh;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .produkt-headline {
    font-weight: 700;
  }

  .header-strohschwein {
    justify-content: center;
    height: 26vh;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .paragraph-12 {
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
  }

  .header-kartoffel, .header-ber-uns {
    justify-content: center;
    height: 26vh;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .image-14 {
    padding-right: 0;
  }

  .image-15 {
    max-width: 100%;
  }

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

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

  .div-block-9 {
    text-align: left;
  }

  .paragraph-13 {
    line-height: 40px;
  }

  .header-kontakt {
    justify-content: center;
    height: 26vh;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .image-17 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .corona {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-3-copy, .paragraph-3-copy-copy, .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .column {
    margin-top: 30px;
  }

  .paragraph-15, .paragraph-16 {
    margin-bottom: 30px;
  }

  .credits-text-box {
    margin-bottom: 0;
  }

  .credits-box {
    margin-bottom: 0;
    margin-right: 5px;
  }

  .container-7 {
    flex-direction: column;
    display: flex;
  }

  .weizenfeld-hg-copy {
    margin-top: -27px;
  }

  .white-box {
    max-width: 100vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .white-box-up {
    max-width: 100vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-span-6 {
    font-size: 40px;
    line-height: 46px;
  }

  .paragraph-8-copy {
    font-size: 15px;
  }

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

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

  .heading-4-copy, .button-strohschweinomat {
    text-align: center;
  }

  .headline-impressum {
    display: block;
  }

  .paragraph-20 {
    width: 90vw;
  }

  .image-20 {
    border-radius: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .geburtstag-mit-ton {
    flex-direction: column;
  }

  .container-9 {
    width: 90%;
  }
}

#w-node-_2655d1c6-bfb2-9123-e0ee-3fc67ba06c24-4e5b4275 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_2655d1c6-bfb2-9123-e0ee-3fc67ba06c24-4e5b4275 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Amaticsc';
  src: url('../fonts/AmaticSC-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amaticsc';
  src: url('../fonts/AmaticSC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Autumncollection';
  src: url('../fonts/AutumnCollection.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}