.backgroundsection {
  width: 100vw;
  height: 100vh;
  -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;
}

.navigation {
  display: none;
}

.logowrapper {
  position: absolute;
  left: 0px;
  top: 48%;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 350px;
  height: 350px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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;
  border-radius: 100%;
  background-image: url('../images/chud_farm_negativ.svg'), url('../images/circle.svg');
  background-position: 58% 43%, 50% 50%;
  background-size: 55%, cover;
  background-repeat: no-repeat, no-repeat;
  -webkit-transform: translate(0px, -52%);
  -ms-transform: translate(0px, -52%);
  transform: translate(0px, -52%);
}

.logowrapper.menu {
  position: static;
  width: 250px;
  height: 250px;
}

.bgwidget {
  height: 100%;
}

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

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

.slide-4 {
  background-image: url('../images/peppers.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/cucumber.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fundmewrapper {
  position: absolute;
  top: -40px;
  right: -35%;
  z-index: 50;
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #f5e100;
  background-image: url('../images/gofundme.svg'), url('../images/bg.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 100%, cover;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  text-decoration: none;
}

.fundmewrapper:hover {
  background-image: url('../images/gofundme.svg'), url('../images/bg.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 100%, cover;
  background-repeat: no-repeat, no-repeat;
}

.colordiv {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: url('../images/bg_hue.png');
  background-position: 50% 50%;
  background-size: contain;
}

.h1 {
  position: absolute;
  right: 0px;
  bottom: 26px;
  z-index: 30;
  padding: 8px 10px;
  background-color: #000;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  font-family: Lacrimasenzaweb, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
}

.h1.neg {
  position: static;
  display: inline-block;
  margin: 0px auto;
  background-color: #fff;
  color: #000;
}

.h1.contact {
  position: static;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5%;
  float: left;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 24px;
  line-height: 24px;
}

.iconwrapper {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-bottom: -25px;
  margin-left: auto;
  padding: 30px;
  background-image: url('../images/okra.svg'), url('../images/circle_line_black.svg'), url('../images/circle_weiss.svg');
  background-position: 50% 39%, 50% 50%, 50% 50%;
  background-size: 75px, 106px, contain;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.iconwrapper.tomatoes {
  background-image: url('../images/tomatoes.svg'), url('../images/circle_line_black.svg'), url('../images/circle_weiss.svg');
  background-position: 50% 50%, 50% 50%, 50% 50%;
  background-size: 61px, 106px, contain;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.iconwrapper.peppers {
  background-image: url('../images/peppers.svg'), url('../images/circle_line_black.svg'), url('../images/circle_weiss.svg');
  background-size: 40px, 106px, contain;
}

.iconwrapper.cucumbers {
  background-image: url('../images/cucumber.svg'), url('../images/circle_line_black.svg'), url('../images/circle_weiss.svg');
  background-size: 38px, 106px, contain;
}

.iconwrapper.eggs {
  background-image: url('../images/egg_chicken.svg'), url('../images/circle_line_black.svg'), url('../images/circle_weiss.svg');
  background-size: 105px, 106px, contain;
}

.elementwrap {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

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

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: transparent;
}

.navmenu {
  width: 100vw;
  background-color: #000;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.infodiv {
  margin-right: 5%;
  margin-left: 5%;
}

.p {
  margin-bottom: 20px;
  margin-left: 5%;
  font-family: Lacrimasenzaweb, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  text-align: left;
}

.menubutton {
  z-index: 10000;
  display: block;
  width: 80px;
  height: 80px;
  margin: 25px;
  padding: 23px 20px 17px;
  -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;
  border-radius: 100%;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #000;
  cursor: pointer;
}

.menubutton.w--open {
  width: 80px;
  height: 80px;
  padding-top: 23px;
  padding-bottom: 17px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  background-size: 65px;
  color: #000;
}

.hamburgerimg {
  position: relative;
  top: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.infowrapper {
  margin-left: 5px;
}

.infocontainer {
  margin-top: 12%;
}

.contactwrap {
  width: 35%;
  float: left;
  text-align: left;
}

.infowrap {
  width: 65%;
  float: right;
}

.underline {
  border-bottom: 2px dashed #fff;
}

.phonelink {
  color: #fff;
  text-decoration: none;
}

.facebookwrap {
  text-align: left;
}

.facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 5%;
  padding: 0px;
  -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-radius: 100%;
  background-color: hsla(0, 0%, 100%, .55);
}

.logowrapmenu {
  margin-bottom: 31px;
  padding-left: 5%;
}

.menulogo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 350px;
  margin-top: -90px;
  margin-left: 25px;
}

.plink {
  border-bottom: 2px dotted #fff;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .logowrapper {
    width: 300px;
    height: 300px;
  }
  .h1.contact {
    margin-left: 0%;
    padding-top: 11px;
    font-size: 20px;
    line-height: 20px;
  }
  .navmenu {
    overflow: auto;
    height: 100vh;
    background-position: -61px 117%, 50% 50%;
  }
  .p {
    margin-left: 0%;
    font-size: 20px;
    line-height: 30px;
  }
  .infocontainer {
    margin-top: 21%;
  }
  .facebook {
    margin-left: 0%;
  }
  .menulogo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    margin-top: -65px;
  }
}

@media (max-width: 767px) {
  .fundmewrapper {
    top: -31px;
    right: -15%;
    width: 150px;
    height: 150px;
  }
  .colordiv {
    width: 150px;
    height: 150px;
  }
  .h1 {
    right: -4px;
    bottom: 20px;
    margin-bottom: 0px;
  }
  .navmenu {
    position: fixed;
  }
  .p {
    font-size: 18px;
    line-height: 28px;
  }
  .infocontainer {
    margin-top: 25%;
    margin-bottom: 75px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contactwrap {
    width: 100%;
    margin-top: 43px;
    float: none;
  }
  .infowrap {
    width: 100%;
    float: none;
  }
  .phonelink {
    font-size: 18px;
    line-height: 18px;
  }
  .menulogo {
    width: 250px;
    margin-top: -44px;
  }
}

@media (max-width: 479px) {
  .backgroundsection {
    width: auto;
    height: 100%;
  }
  .logowrapper {
    width: 240px;
    height: 240px;
    -webkit-transform: translate(0px, -51%);
    -ms-transform: translate(0px, -51%);
    transform: translate(0px, -51%);
  }
  .fundmewrapper {
    top: -87px;
    right: -5%;
    width: 130px;
    height: 130px;
  }
  .colordiv {
    width: 130px;
    height: 130px;
  }
  .h1 {
    right: 5px;
    bottom: 15px;
    font-size: 14px;
    line-height: 14px;
  }
  .iconwrapper {
    width: 110px;
    height: 110px;
    margin-bottom: -18px;
    background-size: 75px, 100px, contain;
  }
  .iconwrapper.tomatoes {
    background-size: 61px, 100px, contain;
  }
  .iconwrapper.peppers {
    background-size: 40px, 100px, contain;
  }
  .iconwrapper.cucumbers {
    background-size: 38px, 100px, contain;
  }
  .iconwrapper.eggs {
    background-size: 105px, 100px, contain;
  }
  .elementwrap {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .body {
    height: 100%;
  }
  .navmenu {
    background-position: -63px 108%, 50% 50%;
    background-size: 160%, auto;
  }
  .menubutton {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 19px 17px 15px;
    background-size: 42px;
  }
  .menubutton.w--open {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 19px 17px 15px;
    background-size: 42px;
  }
  .infocontainer {
    margin-top: 39%;
  }
  .menulogo {
    width: 170px;
    margin-top: -27px;
  }
}

@font-face {
  font-family: 'Lacrimasenzaweb';
  src: url('../fonts/LacrimaSenzaWEB-Light.woff2') format('woff2'), url('../fonts/LacrimaSenzaWEB-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lacrimasenzaweb';
  src: url('../fonts/LacrimaSenzaWEB-Regular.woff2') format('woff2'), url('../fonts/LacrimaSenzaWEB-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lacrimasenzaweb';
  src: url('../fonts/LacrimaSenzaWEB-Bold.woff2') format('woff2'), url('../fonts/LacrimaSenzaWEB-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}