/* @group ALGEMEEN */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.wrapper {
  overflow: hidden;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 16px;
  background: #fff;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
h1,
h2,
h3,
h4 {
  color: #444;
  line-height: 1.6em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
a:link,
a:active,
a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
/* @end */
/* @group SITE-HEADER */
/* @end */
/* @group MOBILE MENU */
.nav-icon {
  display: block;
  width: 36px;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #f9e8e7;
  content: '';
  display: block;
  height: 3px;
  margin: 5px 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-icon.open:before {
  transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(8px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg);
}
.nav-icon.open:after {
  transform: translateY(-8px) rotate(-135deg);
  -moz-transform: translateY(-8px) rotate(-135deg);
  -webkit-transform: translateY(-8px) rotate(-135deg);
}
.nav-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 0 0 0;
  box-sizing: border-box;
  background: #f4f4f4;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 700;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease 0.1s;
}
.shownav .mobile-nav {
  top: 0;
}
/* @end */
/* @group MOD-PRODUCTEN */
.mod-products {
  padding: 80px 0;
  border-bottom: 1px solid #ddd;
}
.mod-products .mod-header {
  text-align: center;
  border-top: 1px solid #eee;
  margin-bottom: 60px;
}
.mod-products .mod-header h2 {
  font-size: 30px;
  display: inline-block;
  background: #fff;
  margin: 0;
  padding: 0 80px;
  transform: translateY(-50%);
}
.mod-products .mod-header h2 span {
  display: inline-block;
  border-bottom: 2px solid #444;
}
.mod-products .mod-footer {
  border-top: 1px solid #eee;
  text-align: center;
}
.mod-products .mod-footer .buy-now {
  display: inline-block;
  background: #fff;
  padding: 0 80px;
  margin-top: -20px;
}
.mod-products .mod-footer .buy-now span {
  display: block;
  margin: 0 auto;
}
.mod-products .mod-footer .buy-now span.text {
  color: #444;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 5px;
}
.mod-products .mod-footer .buy-now span.circle {
  width: 40px;
  height: 40px;
  background: #444;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  border-radius: 50%;
}
.mod-products .mod-footer .buy-now:hover span.text {
  color: #00c3da;
}
.mod-products .mod-footer .buy-now:hover span.circle {
  background: #00c3da;
}
/* @end */
/* @group PRODUCT-GRID */
.product-grid .item {
  margin-bottom: 60px;
}
.product-grid h2,
.product-grid h3 {
  line-height: 1.1em;
  font-weight: 300;
  font-size: 18px;
  margin: 5px 0 0 0;
}
.product-grid h3 {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}
.product-grid .post-image {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media (max-width: 460px) {
  .mod-products .mod-header {
    border: none;
  }
  .mod-products .mod-header h2 {
    padding: 0;
  }
  .product-grid .item {
    width: 100%;
    float: none;
  }
}
/* @end */
/* @group MOD-INGREDIENTEN */
.mod-ingredients {
  padding: 80px 0 230px;
}
.basic-grid .item {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .basic-grid .item {
    width: 100%;
    float: none;
  }
}
/* @end */
/* @group MOD-INTRO */
.mod-intro {
  padding: 80px 0;
  text-align: center;
}
.mod-intro h2 {
  font-size: 30px;
}
/* @end */
/* @group MOD-JANE */
.mod-jane {
  padding: 80px 0;
  background: #f3e3d8;
  text-align: center;
}
.mod-jane .post-image {
  margin-top: -230px;
  margin-bottom: 40px;
  text-align: center;
}
.mod-jane .post-image img {
  margin: 0 auto;
  border-radius: 500px;
}
.mod-jane .post-header h2 {
  font-size: 36px;
}
.mod-jane .post-entry {
  column-count: 2;
  column-gap: 40px;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 620px) {
  .mod-jane .post-entry {
    column-count: 1;
  }
}
/* @end */
/* @group SITE-FOOTER */
.site-footer {
  padding: 60px 0 20px;
}
.site-footer img {
  display: inline-block;
}
.site-footer .credits {
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
}
/* @end */
/*# sourceMappingURL=screen.css.map */