.header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
}

.header-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 110px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5cd79;
}

.header-logo-pic {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-elemente {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 110px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.header-burger-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid hsla(0, 0%, 100%, 0.54);
  background-color: #f5cd79;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.hambuger {
  width: 26px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
}

.nav-link {
  padding: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  line-height: 20px;
}

.nav-link-2 {
  position: relative;
  padding: 0px;
  color: #fff;
  line-height: 20px;
}

.nav-link-3 {
  padding: 0px;
  color: #fff;
  line-height: 20px;
}

.nav-menu {
  position: relative;
  display: block;
  height: 110px;
  padding-top: 3px;
  padding-bottom: 17px;
  padding-left: 13px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 1px solid hsla(0, 0%, 100%, 0.54);
  background-color: #f5cd79;
  text-align: left;
}

.body {
  height: 100%;
  color: #333;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.nav-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  line-height: 20px;
}

.text-span {
  text-align: left;
}

.navbar-2 {
  height: 91%;
  background-color: transparent;
}

.nav-link-5 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link-6 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navigationlink {
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.27);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Barlow Condensed', sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 20px;
  font-weight: 500;
}

.navigationlink:hover {
  background-color: transparent;
  color: #fff;
}

.navigationlink:focus {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.85);
}

.navigationlink.w--current {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
}

.navigationlink.w--current:focus {
  background-color: rgba(0, 0, 0, 0.29);
  color: #fff;
}

.navigationlink.ohnestrich {
  border-style: none;
  border-width: 1px;
  border-color: #000 hsla(0, 0%, 100%, 0.27) #000 #000;
}

.navigationlink.ohnestrich.w--current {
  background-color: transparent;
}

.nav-link-7 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navigationlink-ohne {
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px none hsla(0, 0%, 100%, 0.27);
  font-family: 'Barlow Condensed', sans-serif;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 20px;
  font-weight: 500;
}

.wilkommen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 660px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
}

.wilkommen.impressum {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  min-height: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/impressum.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.willkommenbackground {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.wilkommenbilder {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: transparent;
}

.wilkommenbildermask {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.willkommenslide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.willkommenslidecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/kaelber.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 0.7;
}

.willkommenslidecontent.foto2 {
  background-image: url('../images/kindmilch.jpg');
  background-size: cover;
}

.willkommenslidecontent.foto3 {
  background-image: url('../images/kuehewiese.jpg');
  background-size: cover;
}

.willkommenslidecontent.foto4 {
  background-image: url('../images/bircher.jpg');
  background-size: cover;
}

.wilkommencontainer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.div-block {
  width: 7px;
}

.wilkommenlogocon {
  display: block;
  height: 29%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2 {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 29px;
  padding: 12px 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 3px solid #2b45cf;
  background-color: hsla(0, 0%, 100%, 0.55);
}

.text-block {
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.willkommentext1 {
  margin-bottom: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #596275;
  font-size: 35px;
  font-weight: 600;
}

.paragraph {
  display: block;
  width: 100%;
  font-family: Vollkorn, serif;
  color: #596275;
  font-size: 20px;
  font-weight: 700;
}

.div-block-3 {
  width: 30%;
}

.image {
  display: block;
  width: 50%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
}

.weisserstreifen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60%;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.51);
}

.wilkommentext {
  position: static;
  z-index: 10;
  display: block;
  height: 55%;
  margin-left: 4%;
  padding-right: 0px;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 3px solid #fff;
  color: #fc5c65;
}

.heading {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #2a313f;
}

.wilkkommentext {
  color: #596275;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.logoundtext {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  padding-right: 0%;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrowdiv {
  position: static;
  display: block;
  width: 5%;
  height: 10%;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow-down {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hauptteil {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Barlow Condensed', sans-serif;
}

.hauptteilkat {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.hauptteilkat.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: transparent;
}

.hauptteilkat.liefern {
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 90.2%, 0)), to(hsla(0, 0%, 90.2%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 90.2%, 0), hsla(0, 0%, 90.2%, 0));
}

.bilderdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.bilderdiv.glauben {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
}

.textdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textdiv2 {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 0% 5% 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Barlow Condensed', sans-serif;
}

.ueberfrage {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 5px 15px;
  background-color: #ffde00;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
}

.ueberfrage.liefern {
  padding-top: 5px;
  background-color: #56af32;
}

.ueberfrage.wer {
  padding-top: 5px;
  background-color: #729cd2;
}

.antwort {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #596275;
  font-size: 20px;
  line-height: 30px;
}

.antwort.bauer {
  font-size: 18px;
}

.produktslider {
  position: static;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.mask {
  position: relative;
  overflow: hidden;
}

.productslice {
  position: relative;
}

.productslidediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  position: static;
  display: block;
  overflow: visible;
  width: 50%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  clear: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-4 {
  height: 70%;
}

.paragraph-3 {
  position: relative;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-left: 0px;
  clear: none;
  color: #596275;
  font-size: 17px;
  line-height: 25px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.produktsliderheadline {
  margin-left: 10px;
  font-family: Vollkorn, serif;
  color: #596275;
  font-weight: 700;
}

.sliderarrow {
  color: #596275;
}

.image-3 {
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  margin-top: 40px;
  border: 2px solid #596275;
  background-color: transparent;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  color: #596275;
  font-size: 20px;
}

.button:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.button.weiterlesen {
  margin-top: 0px;
  margin-bottom: 9px;
}

.button.weiterlesen:hover {
  border-width: 2px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.button.landwirte {
  padding: 20px 30px;
  border-color: #729cd2;
  box-shadow: 2px 2px 6px 0 rgba(97, 146, 140, 0.61);
  color: #729cd2;
}

.div-block-6 {
  display: block;
  width: 100%;
  height: 35px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a313f), to(#2a313f));
  background-image: linear-gradient(180deg, #2a313f, #2a313f);
}

.link {
  display: block;
  overflow: visible;
  margin: 69px auto 0px;
  padding-top: 7px;
  padding-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: auto;
  mix-blend-mode: normal;
}

.link:hover {
  font-size: 13px;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: visible;
  height: 100%;
  padding-top: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.pupup {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
}

.pupup.willkommen {
  width: 600px;
}

.paragraph-4 {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  color: #596275;
  font-size: 20px;
  line-height: 25px;
}

.link-2 {
  text-align: left;
}

.schliessen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.schliessenlink {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  color: #2a4b9a;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.schliessenlink:hover {
  color: #546de5;
}

.modelwrapper-glauben {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: visible;
  height: 100%;
  padding-top: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.popup-glauben {
  display: block;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.list-item {
  padding-bottom: 6px;
}

.unordered-list {
  margin-top: 20px;
  color: #596275;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-5 {
  color: #596275;
}

.uebersicht {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  min-height: 660px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/aleksandar-kanizaj-738319-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-family: 'Barlow Condensed', sans-serif;
  color: #596275;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.uebersichtbackground {
  width: 100%;
  height: 100%;
  background-image: url('../images/aleksandar-kanizaj-738319-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.uebersichttabelle-desktop {
  display: -ms-grid;
  display: grid;
  width: 60%;
  min-height: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  color: #2a313f;
}

.div-block-8 {
  width: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(154, 94, 94, 0.5)), to(rgba(154, 94, 94, 0.5)));
  background-image: linear-gradient(180deg, rgba(154, 94, 94, 0.5), rgba(154, 94, 94, 0.5));
}

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

.gridteil {
  width: 20%;
  min-width: 170px;
}

.landwirtfeld {
  display: block;
  width: 100%;
  height: 95%;
  max-width: 200px;
  margin: 10px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.73)), to(hsla(0, 0%, 100%, 0.73)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.73), hsla(0, 0%, 100%, 0.73));
}

.image-4 {
  display: block;
  min-width: 100%;
}

.landwirtlink {
  position: static;
  display: block;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3px;
  padding-bottom: 0px;
  padding-left: 3px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #2a313f;
  text-align: center;
  text-decoration: none;
}

.landwirtlink:hover {
  color: #2a4b9a;
}

.landwirtsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.landwirtsection.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #e6e6e6;
}

.landwirtslidercon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landwirtslider {
  width: 600px;
  height: 400px;
}

.landwirttextcon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-6 {
  margin-right: 0px;
  padding-right: 150px;
  padding-left: 0px;
}

.landwirtbild {
  display: block;
  width: 85%;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  height: 400px;
}

.heading-2 {
  margin-top: 0px;
}

.button-2 {
  position: relative;
  right: 1px;
  overflow: visible;
  clear: none;
}

.div-block-9 {
  position: static;
  overflow: visible;
  height: 100%;
  background-image: url('../images/impressum.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.div-block-10 {
  position: static;
  overflow: auto;
  width: 30%;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.87);
}

.paragraph-7 {
  margin-bottom: 30px;
}

.paragraph-8 {
  overflow: visible;
  float: left;
  clear: left;
}

.heading-3 {
  margin-top: 69px;
}

.image-5 {
  width: 40%;
  margin-top: 30px;
}

.image-6 {
  width: 30%;
  margin-top: 30px;
}

.bold-text {
  color: #729cd2;
}

.mask-2 {
  position: relative;
  overflow: visible;
}

.image-7 {
  width: 40%;
}

.container-2 {
  background-color: transparent;
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-glauben"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 991px) {
  .header {
    height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-button {
    padding-top: 4px;
  }

  .image {
    width: 60%;
  }

  .weisserstreifen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logoundtext {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrowdiv {
    width: 10%;
  }

  .hauptteilkat {
    padding-top: 20px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .bilderdiv {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bilderdiv.glauben {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .textdiv {
    width: 100%;
  }

  .textdiv2 {
    padding: 5% 5% 1%;
  }

  .produktslider {
    display: block;
    min-height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mask {
    margin-bottom: -200px;
  }

  .image-2 {
    width: 50%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0px;
  }

  .button {
    margin-top: 30px;
  }

  .uebersichttabelle-desktop {
    display: -ms-grid;
    display: grid;
    width: 90%;
    clear: none;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .landwirtfeld {
    height: 100%;
    max-height: 200px;
    min-width: 100px;
    margin-bottom: 0px;
  }

  .landwirtlink {
    width: 90%;
    margin-top: 3px;
    font-size: 15px;
    line-height: 15px;
  }

  .landwirtsection {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .landwirtsection.reverse {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .landwirtslidercon {
    width: 100%;
  }

  .landwirttextcon {
    width: 90%;
  }

  .div-block-10 {
    width: 50%;
  }

  .image-7 {
    margin-top: 25px;
  }

  .icon {
    font-size: 40px;
  }

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

@media screen and (max-width: 767px) {
  .menu-button {
    padding-top: 4px;
    padding-bottom: 14px;
  }

  .hauptteilkat {
    padding-top: 16px;
  }

  .bilderdiv {
    width: 100%;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .textdiv2 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .antwort {
    line-height: 25px;
  }

  .produktslider {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-2 {
    position: relative;
    display: block;
    overflow: visible;
    width: 50%;
    height: 50%;
  }

  .sliderarrow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .button {
    margin-top: 15px;
  }

  .pupup.willkommen {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .modelwrapper-glauben {
    position: absolute;
  }

  .popup-glauben {
    position: static;
    width: 100%;
  }

  .unordered-list {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 22px;
  }

  .uebersichttabelle-desktop {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .landwirtfeld {
    width: 100%;
    height: 90%;
    min-width: 100px;
    margin-bottom: 10px;
  }

  .landwirtlink {
    margin-top: 3px;
  }

  .landwirtslidercon {
    width: 105%;
  }

  .div-block-10 {
    width: 70%;
  }

  .image-6 {
    clear: none;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-button {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-right: 137px;
    margin-left: auto;
    padding-top: 4px;
    padding-bottom: 2px;
    float: none;
    clear: none;
  }

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

  .wilkkommentext {
    font-size: 20px;
    line-height: 25px;
  }

  .logoundtext {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .arrowdiv {
    width: 15%;
  }

  .hauptteilkat {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .textdiv2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .ueberfrage {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 32px;
    line-height: 37px;
  }

  .ueberfrage.liefern {
    font-size: 32px;
    line-height: 37px;
  }

  .antwort {
    padding-left: 9px;
    font-size: 18px;
    line-height: 22px;
  }

  .produktslider {
    display: block;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mask {
    position: static;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-2 {
    position: relative;
    height: 100%;
    float: none;
    clear: none;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .produktsliderheadline {
    font-size: 22px;
  }

  .sliderarrow {
    clear: right;
    color: #fff;
  }

  .right-arrow {
    right: -22px;
    display: block;
    overflow: hidden;
    margin-left: 0px;
    padding-right: 0px;
    clear: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .left-arrow {
    left: -22px;
  }

  .button {
    margin-left: 8px;
  }

  .button.weiterlesen {
    margin-left: 8px;
  }

  .modal-wrapper {
    position: static;
  }

  .pupup.willkommen {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .modelwrapper-glauben {
    position: absolute;
  }

  .popup-glauben {
    position: static;
  }

  .unordered-list {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 22px;
  }

  .uebersicht {
    height: 100%;
    min-height: 450px;
  }

  .landwirtfeld {
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: 100px;
    min-height: 70px;
    min-width: 50px;
    margin-bottom: 0px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .landwirtlink {
    margin-top: 2px;
    padding-bottom: 3px;
    font-size: 11px;
    line-height: 11px;
  }

  .landwirtsection {
    padding-bottom: 10px;
  }

  .landwirtsection.reverse {
    padding-bottom: 10px;
  }

  .landwirtslidercon {
    overflow: hidden;
    width: 100%;
  }

  .landwirtbild {
    width: 100%;
    min-height: 200px;
    margin-top: 27px;
  }

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

  .div-block-10 {
    width: 95%;
  }

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

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

  .icon {
    font-size: 30px;
  }
}

#w-node-_49b771db-73cd-01db-fb35-f222d2300939-0f58e2d2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d473892-c4cc-ece9-697b-2f1eb759b253-0f58e2d2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9d63e79-9dff-c511-8a80-dfc663d1df68-ab260daf {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_23b5871c-a7fd-0ed8-2039-f5e2831f1602-ab260daf {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e06da39a-410a-b3d1-0682-77dcdcb6a37c-ab260daf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_00474af4-e282-021e-d1b8-239e19090058-ab260daf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e7134850-5658-9c71-a074-e506a3f14d1e-ab260daf {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_802a3e8d-e170-cc6c-6d06-aa389f668b50-ab260daf {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-bc247d01-7cac-a452-6b88-71a6066973e3-ab260daf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_5e4c5c2f-8bba-0e02-8880-f69459f67225-ab260daf {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-ab4561b1-468b-d823-7f20-8a9e3e605025-ab260daf {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 767px) {
  #w-node-b9d63e79-9dff-c511-8a80-dfc663d1df68-ab260daf {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9d63e79-9dff-c511-8a80-dfc663d1df68-ab260daf {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

