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

.nav-link {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 30px;
  font-family: Kalam, sans-serif;
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.html-embed {
  position: relative;
  left: -69px;
  top: -84px;
}

.image {
  position: absolute;
  left: 52px;
  top: 37px;
  z-index: 1;
  max-width: 60%;
}

.div-block {
  position: fixed;
  left: -10px;
  top: -13px;
  width: 200px;
  height: 200px;
}

.heroimgsection {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 800px;
  margin-top: 0px;
}

.contentsection {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-bottom: 120px;
  background-color: #fff;
}

.contentsection.about {
  padding-bottom: 200px;
}

.whiteanglediv {
  position: absolute;
  width: 125%;
  height: 300px;
  border-top: 15px solid #406b3e;
  background-color: #fff;
  transform: translate(-90px, -30%) rotate(5deg);
}

.pagewrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
}

.heroimgdiv {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 800px;
  background-image: linear-gradient(180deg, rgba(150, 110, 35, 0.1), rgba(150, 110, 35, 0.1)), url('../images/LeoTea-Heroimg-edit2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pageheader {
  margin-top: 30px;
  font-family: Kalam, sans-serif;
  color: #406b3e;
  font-size: 50px;
  text-align: center;
}

.pageheader.about {
  margin-top: -90px;
}

.pageheader.contact {
  margin-top: -100px;
  margin-bottom: 50px;
}

.container {
  position: relative;
  top: 0px;
  display: flex;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainparagraph {
  max-width: 800px;
  font-family: 'Comic Neue', sans-serif;
  color: #4a7435;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.mainparagraph.about {
  text-align: left;
}

.mainparagraph.beleven {
  max-width: 600px;
}

.grid {
  max-width: 1400px;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gridsection {
  position: relative;
  z-index: 2;
  display: flex;
  padding-right: 70px;
  padding-bottom: 100px;
  padding-left: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.gridsection.beleven {
  z-index: 2;
  padding-bottom: 300px;
}

.gridelement {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background-color: #f6faf3;
  box-shadow: 0 5px 15px 0 rgba(173, 190, 167, 0.8);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.gridtext {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Comic Neue', sans-serif;
  color: #4a7435;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.gridtextcenter {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: 'Comic Neue', sans-serif;
  color: #4a7435;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
	max-width: 750px;
}

.gridimgdiv {
  overflow: hidden;
  width: 250px;
  height: 250px;
  border-style: solid;
  border-width: 2px;
  border-color: #bdddae;
  border-radius: 50%;
  box-shadow: none;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.gridimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35% 50%;
     object-position: 35% 50%;
}

.gridimg:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.gridimg.leoni {
  -o-object-position: 35% 15%;
     object-position: 35% 15%;
}

.gridbutton {
  display: block;
  overflow: visible;
  margin: 20px 14px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 17px;
  background-color: #406b3f;
  transform: translate(0px, 0px);
  font-family: Kalam, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}

.gridbutton:hover {
  border-style: none;
  border-width: 2px;
  background-color: rgba(74, 116, 53, 0.8);
  transform: scale(1.1);
  color: #fff;
}

.footersection {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #406b3e;
}

.footeranglediv {
  position: absolute;
  width: 125%;
  height: 200px;
  background-color: #406b3e;
  transform: translate(-186px, -80%) rotate(-4deg);
}

.container-2 {
  position: relative;
  top: -70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footerheader {
  font-family: Kalam, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}

.footerlogodiv {
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 50px;
  margin-left: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
}

.image-5 {
  width: 60%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.footertextdiv {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
}

.footertext {
  font-family: 'Comic Neue', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  text-align: right;
}

.footertext.right {
  text-align: left;
}

.quotesection {
  position: relative;
  padding-bottom: 250px;
  background-color: #fff;
}

.div-block-3 {
  display: flex;
  padding: 15px 31px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
}

.container-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quotetext {
  font-family: 'Dancing Script', sans-serif;
  font-size: 26px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: center;
  background-color: rgba(64, 107, 62, 0.8);
}

.navbarcontainer {
  display: flex;
  margin-right: 0px;
  margin-left: 148px;
  justify-content: center;
}

.brand {
  z-index: 4;
}

.heroimgdiv5 {
  position: fixed;
  overflow: hidden;
  width: 110%;
  height: 800px;
  background-image: linear-gradient(180deg, rgba(150, 110, 35, 0.1), rgba(150, 110, 35, 0.1)), url('../images/LeoTea-Contact.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.aboutimgdiv {
  position: relative;
  top: -166px;
  display: flex;
  overflow: hidden;
  width: 500px;
  height: 400px;
  justify-content: center;
  align-items: center;
  border: 4px none #4a7435;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.35);
}

.aboutimg {
  cursor: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.heroimgdiv3 {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 800px;
  background-color: #406b3d;
  background-image: linear-gradient(180deg, rgba(17, 112, 35, 0.1), rgba(17, 112, 35, 0.1)), url('../images/LeoTea-Beleven.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  opacity: 1;
  filter: brightness(120%);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.belevengrid {
  max-width: 1000px;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gridheader {
  font-family: Kalam, sans-serif;
  color: #406b3e;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.belevenquote {
  margin-bottom: 30px;
  font-family: 'Dancing Script', sans-serif;
  color: #4a7435;
  font-size: 18px;
  font-weight: 400;
}

.belevengridimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.image-6 {
  width: 60%;
  height: 60%;
}

.contactlogodiv {
  position: relative;
  top: -166px;
  display: flex;
  overflow: hidden;
  width: 400px;
  height: 400px;
  justify-content: center;
  align-items: center;
  border: 10px solid #4a7435;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.35);
  -o-object-fit: fill;
     object-fit: fill;
}

.contactparagraph {
  max-width: 800px;
  padding-left: 20px;
  font-family: 'Comic Neue', sans-serif;
  color: #4a7435;
  font-size: 30px;
  line-height: 70px;
  font-weight: 300;
  text-align: center;
}

.heroimgdiv4 {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 800px;
  background-image: linear-gradient(180deg, rgba(17, 112, 35, 0.1), rgba(17, 112, 35, 0.1)), url('../images/LeoTea-Recepten.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  filter: brightness(120%);
}

.gridelement-recepten {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 107, 62, 0.2);
  border-radius: 20px;
}

.receptenlisttext {
  padding-top: 5px;
  font-family: 'Comic Neue', sans-serif;
  color: #406b3e;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.list {
  list-style-type: disc;
}

.heroimgdiv2 {
  position: fixed;
  overflow: hidden;
  width: 115%;
  height: 800px;
  background-image: linear-gradient(180deg, rgba(150, 110, 35, 0.1), rgba(150, 110, 35, 0.1)), url('../images/Leotea-OverMij.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  transform: translate(0px, -80px) rotate(5deg);
}

.pageloaddiv {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #406b3d;
  opacity: 1;
}

.receptgridimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
}

.receptheader {
  margin-top: 25px;
  font-family: Kalam, sans-serif;
  color: #406b3e;
  font-size: 24px;
  text-align: center;
}

.contactrowdiv {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.paragraph {
  display: inline-block;
  padding-left: 30px;
}

.image-7 {
  width: 75px;
}

.heroimgdivhoreca {
  position: fixed;
  overflow: hidden;
  width: 110%;
  height: 800px;
  background-image: linear-gradient(180deg, rgba(150, 110, 35, 0.1), rgba(150, 110, 35, 0.1)), url('../images/LeoTea-Horeca-cover.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
}

@media screen and (min-width: 1920px) {
  .gridbutton {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .nav-link.w--current {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image {
    left: 45px;
    top: 34px;
    max-width: 55%;
  }

  .div-block {
    width: 170px;
    height: 170px;
  }

  .heroimgsection {
    height: 700px;
  }

  .contentsection.about {
    padding-bottom: 250px;
  }

  .heroimgdiv {
    height: 700px;
  }

  .pageheader {
    margin-top: 10px;
    font-size: 40px;
  }

  .mainparagraph {
    max-width: 500px;
    font-size: 16px;
    line-height: 30px;
  }

  .grid {
    max-width: 800px;
    grid-column-gap: 20px;
  }

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

  .gridelement {
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(64, 107, 62, 0.2);
    border-radius: 20px;
  }

  .gridtext {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 14px;
    line-height: 26px;
  }

  .gridimgdiv {
    width: 170px;
    height: 170px;
  }

  .gridbutton {
    display: block;
    width: 140px;
    height: 75px;
    padding: 15px 12px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
  }

  .footersection {
    padding-top: 0px;
  }

  .footeranglediv {
    transform: translate(-19px, -80%) rotate(-4deg);
  }

  .footerheader {
    font-size: 24px;
  }

  .footertext {
    font-size: 16px;
    line-height: 32px;
  }

  .div-block-3 {
    padding: 10px 20px;
  }

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

  .navbarcontainer {
    margin-right: 0px;
    margin-left: 130px;
    justify-content: flex-end;
  }

  .heroimgdiv5 {
    height: 700px;
  }

  .aboutimgdiv {
    width: 400px;
    height: 350px;
  }

  .heroimgdiv3 {
    height: 700px;
  }

  .belevengrid {
    max-width: 800px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gridheader {
    font-size: 28px;
  }

  .belevenquote {
    font-size: 14px;
    text-align: center;
  }

  .contactlogodiv {
    width: 350px;
    height: 350px;
  }

  .contactparagraph {
    max-width: 500px;
    font-size: 26px;
    line-height: 56px;
  }

  .heroimgdiv4 {
    height: 700px;
  }

  .gridelement-recepten {
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(64, 107, 62, 0.2);
    border-radius: 20px;
  }

  .receptenlisttext {
    font-size: 16px;
  }

  .heroimgdiv2 {
    height: 700px;
  }

  .heroimgdivhoreca {
    height: 700px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    display: block;
    text-align: center;
  }

  .nav-link:active {
    background-color: rgba(64, 107, 62, 0.8);
  }

  .image {
    left: 40px;
    top: 30px;
  }

  .heroimgsection {
    height: 500px;
  }

  .contentsection {
    padding-bottom: 80px;
  }

  .heroimgdiv {
    height: 500px;
  }

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

  .mainparagraph {
    max-width: 450px;
  }

  .grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gridsection {
    padding-right: 60px;
    padding-left: 60px;
  }

  .gridelement {
    max-width: 400px;
  }

  .gridtext {
    font-size: 13px;
  }

  .footerheader {
    font-size: 20px;
  }

  .footerlogodiv {
    width: 120px;
    height: 120px;
    margin-right: 25px;
    margin-left: 25px;
  }

  .footertext {
    font-size: 14px;
  }

  .gridtextdiv {
    height: auto;
  }

  .navbar {
    justify-content: flex-end;
  }

  .navbarcontainer {
    margin-right: 40px;
    margin-left: 0px;
    justify-content: flex-end;
  }

  .menu-button {
    z-index: 5;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    z-index: 5;
    border-radius: 50%;
    background-color: #406b3e;
  }

  .nav-menu {
    background-color: rgba(64, 107, 62, 0.8);
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .heroimgdiv5 {
    height: 500px;
  }

  .aboutimgdiv {
    width: 300px;
    height: 250px;
  }

  .heroimgdiv3 {
    height: 500px;
  }

  .belevengrid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contactlogodiv {
    width: 250px;
    height: 250px;
  }

  .contactparagraph {
    max-width: 450px;
  }

  .heroimgdiv4 {
    height: 500px;
  }

  .gridelement-recepten {
    max-width: 400px;
  }

  .heroimgdiv2 {
    height: 500px;
  }

  .image-7 {
    width: 50px;
  }

  .heroimgdivhoreca {
    height: 500px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    z-index: 4;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px none #c4c4c4;
  }

  .image {
    left: 30px;
    top: 11px;
    max-width: 50%;
  }

  .div-block {
    position: fixed;
    left: -7px;
    top: 5px;
    display: block;
    width: 139px;
    height: 150px;
  }

  .heroimgsection {
    height: 400px;
  }

  .contentsection {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heroimgdiv {
    height: 400px;
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/LeoTea-Heroimg-edit2.jpg');
    background-position: 0px 0px, 0% 50%;
  }

  .pageheader {
    margin-bottom: 0px;
    font-size: 36px;
  }

  .pageheader.about {
    margin-top: -120px;
  }

  .pageheader.contact {
    margin-top: -125px;
    margin-bottom: 10px;
  }

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

  .mainparagraph {
    max-width: 500px;
    font-size: 12px;
    line-height: 24px;
  }

  .mainparagraph.about {
    text-align: left;
  }

  .gridsection {
    padding-bottom: 80px;
  }

  .gridsection.beleven {
    z-index: 2;
    padding-right: 20px;
    padding-left: 20px;
  }

  .gridtext {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footersection {
    top: 80px;
  }

  .container-2 {
    top: -120px;
    padding-top: 0px;
  }

  .footerheader {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .footerlogodiv {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .footertext {
    font-size: 12px;
    line-height: 24px;
  }

  .quotesection {
    padding-bottom: 200px;
  }

  .quotetext {
    font-size: 16px;
    line-height: 34px;
  }

  .gridtextdiv {
    height: auto;
  }

  .navbarcontainer {
    margin-right: 20px;
  }

  .nav-menu {
    padding-bottom: 15px;
  }

  .heroimgdiv5 {
    width: 120%;
    height: 400px;
  }

  .aboutimgdiv {
    top: -150px;
    width: 90%;
    height: 200px;
    max-width: 250px;
  }

  .heroimgdiv3 {
    height: 400px;
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/LeoTea-Beleven.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .gridheader {
    text-align: center;
  }

  .contactlogodiv {
    width: 200px;
    height: 200px;
    border-width: 5px;
  }

  .contactparagraph {
    max-width: 500px;
    font-size: 20px;
    line-height: 40px;
  }

  .heroimgdiv4 {
    height: 400px;
  }

  .heroimgdiv2 {
    width: 120%;
    height: 400px;
  }

  .contactrowdiv {
    flex-wrap: nowrap;
  }

  .heroimgdivhoreca {
    width: 120%;
    height: 400px;
  }
}

