html, body, h1, h2, h3, h4, p, ul, ol, form, label{
  margin: 0;
  padding: 0;
}

body{
  background-color: #ffffff;
  color: #000000;
  font-family: arial, sans-serif;
  font-size: 10px;
  line-height: 24px;
  overflow-x: hidden;
}

a{
  outline: none;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

img{
  border: none;
}

input[type=text],
input[type=number],
input[type=date],
input[type=submit],
textarea,
select{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

input:focus,
textarea:focus,
select:focus{ 
  outline: none;
}

input::-ms-clear,
textarea::-ms-clear{
  display: none;
}

input[type=submit]{
  cursor: pointer;
}

.clear{
  float: none !important;
  clear: both;
}

a.button,
input.button{
  display: inline-block;
  box-sizing: border-box;
  background-color: #e42212;
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  height: 2.4em;
  line-height: 2.4em;
  border-radius: 1.2em;
  color: #ffffff !important;
  border: none;
  padding: 0 1.5em 0 1.7em;
  margin-bottom: 1.5em;
}

a.button::after{
  content: "\003e";
  display: inline-block;
  padding-left: 0.6em;
}

a.button:hover,
input.button:hover{
  background-color: #ffffff;
  color: #e42212 !important;
  box-shadow: inset 0 0 0 2px #e42212;
}

div.wrap{
  position: relative;
  width: 1200px;
  height: 100%;
  max-width: 88%;
  margin: 0 auto;
}

span.day{
  display: inline-block;
  width: 7em;
}

header{
  height: 110px;
  background-color: #5b9949;
}

header nav{
  position: relative;
  width: 1200px;
  max-width: 88%;
  margin: 0 auto;
  text-align: right;
  cursor: default;
}

header nav img.logo{
  display: block;
  width: 240px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

header nav a.menu,
header nav a.parent,
header nav a.icon,
header nav a.phone{
  display: inline-block;
  box-sizing: border-box;
  height: 110px;
  margin: 0 14px;
  line-height: 130px;
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  color: #ffffff;
}

header nav a.menu{
  display: none;
}

header nav a.parent:hover,
header nav a.parent.active{
  border-bottom: 5px solid #e42212;
}

header nav a.parent.active{
  font-weight: 700;
  border-bottom: 5px solid #e42212;
}

header nav a.icon{
  margin: 0 0 0 6px;
}

header nav a.phone{
  position: absolute;
  height: 45px;
  margin: 0;
  line-height: 62px;
  right: 0;
  top: 0;
}

header nav a.phone i{
  font-size: 0.9em;
  margin-left: 0.4em;
}

header nav a.icon:hover,
header nav a.phone:hover{
  border: none;
}

header nav div.family{
  display: inline-block;
  position: relative;
}

header nav div.family div.children{
  display: none;
  position: absolute;
  left: 14px;
  top: 105px;
  z-index: 1;
  background-color: #004379;
  text-align: left;
  background-color: #ffffff;
  border-top: 5px solid #e42212;
}

header nav div.family:hover div.children{
  display: block;
}

header nav div.family div.children a{
  display: block;
  padding: 10px;
  white-space: nowrap;
  background-color: #004379;
  font-family: "Signika", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 1.6em;
  line-height: 1.2em;
  margin-top: 1px;
}

header nav div.family div.children a:first-of-type{
  margin-top: 5px;
}

header nav div.family div.children a:hover,
header nav div.family div.children a.active{
  background-color: #e42212;
}

div.banner{
  position: relative;
  height: 430px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.banner h1{
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 9em;
  line-height: 1em;
  color: #ffffff;
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
}

article.textPage{
  padding: 70px 0 60px 0;
}

article.textPage.recipe{
  background-image: url("../images/background-recept.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

article.textPage div.content{
  float: left;
  width: 60%;
}

article.textPage div.content.small{
  width: 33%;
}

article.textPage.recipe div.content{
  clear: both;
}

article.textPage h1{
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 9em;
  line-height: 1em;
  color: #004379;
  margin: 0.6em 0 0.2em -0.08em;
}

article.textPage h2{
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 1.2em;
  color: #5b9949;
  margin-bottom: 0.6em;
}

article.textPage.recipe h2{
  color: #004379;
}

article.textPage p{
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.5em;
  color: #000000;
}

article.textPage div.contentBlock{
  margin-bottom: 24px;
}

article.textPage div.contentBlock:first-child p,
article.textPage div.content.blogText p:first-child{
  font-weight: 400;
  color: #004379;
}

article.textPage div.content.blogText p.date{
  font-size: 1.3em;
  margin-bottom: 36px;
}

article.textPage.recipe p{
  color: #004379;
}

article.textPage p b{
  font-weight: 600;
}

article.textPage p.preface b{
  font-weight: 700;
}

article.textPage p i{
  font-style: italic;
}

article.textPage a{
  color: #e42212;
}

article.textPage div.content.small a{
  color: inherit;
}

article.textPage img{
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

article.textPage div.feature{
  position: relative;
  padding-bottom: 60px;
  text-align: right;
}

article.textPage div.feature::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 60%;
  background-color: #f6eed0;
  z-index: -1;
}

article.textPage div.feature img{
  display: inline-block;
  width: 75%;
}

article.textPage div.feature div.overlay{
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 50%;
  padding: 5px 40px 40px 0;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 1.2em;
  color: #5b9949;
  text-align: left;
  background-color: #ffffff;
}

article.textPage div.testimonial{
  float: left;
  box-sizing: border-box;
  width: 33%;
  color: #ffffff;
  background-color: #004379;
  padding: 40px 30px 30px 30px;
}

article.textPage div.testimonial img{
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin-bottom: 2em;
}

article.textPage div.testimonial h3{
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

article.textPage div.testimonial p{
  color: #ffffff;
}

article.textPage div.testimonial.right{
  float: right;
  margin-top: -30px;
}

article.textPage div.blog{
  float: right;
  box-sizing: border-box;
  width: 33%;
  color: #ffffff;
  background-color: #004379;
  padding: 30px 30px 10px 30px;
  margin-top: -30px;
}

article.textPage div.blog.pop p.date{
  font-size: 1.1em; 
}

article.textPage div.blog.pop p{
  margin-bottom: 15px;
}

article.textPage div.blog h3{
  display: inline-block;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 3.6em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #ffffff;
}

article.textPage div.blog h4{
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

article.textPage div.blog p{
  font-size: 1.5em;
  color: #ffffff;
}

article.textPage div.blog img{
  display: block;
  margin-bottom: 2.5em;
}

article.textPage div.newsletter{
  float: right;
  box-sizing: border-box;
  width: 33%;
  color: #004379;
  background-color: #f6eed0;
  padding: 30px 30px 10px 30px;
  margin: -30px 0 -50px 0;
}

article.textPage div.form{
  float: right;
  box-sizing: border-box;
  width: 63.5%;
  color: #ffffff;
  background-color: #004379;
  padding: 30px 30px 10px 30px;
  margin-bottom: 30px;
}

article.textPage div.newsletter h3,
article.textPage div.form h3{
  display: inline-block;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 3.6em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #004379;
}

article.textPage div.form h3{
  border-color: #ffffff;
}

article.textPage div.newsletter p,
article.textPage div.form p{
  font-size: 1.5em;
  color: #004379;
}

article.textPage div.form p{
  color: #ffffff;
}

article.textPage div.form div.formHolder{
  margin-top: 20px;
}

article.textPage div.newsletter p b,
article.textPage div.form p b{
  font-weight: 600;
}

article.textPage div.newsletter input[type=text],
article.textPage div.form input[type=text],
article.textPage div.form input[type=date],
article.textPage div.form input[type=number],
article.textPage div.form textarea{
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #004379;
  background-color: transparent;
  color: #004379;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 15px;
}

article.textPage div.form input[type=text],
article.textPage div.form input[type=date],
article.textPage div.form input[type=number]{
  float: left;
  width: 48.5%;
}

article.textPage div.form input[type=text]:nth-of-type(2n),
article.textPage div.form input[type=date]:nth-of-type(2n){
  float: right;
}

article.textPage div.newsletter input[type=text]::placeholder,
article.textPage div.form input[type=text]::placeholder,
article.textPage div.form input[type=date]::placeholder,
article.textPage div.form input[type=number]::placeholder,
article.textPage div.form textarea::placeholder{
  font-weight: 300;
  color: #004379;
}

article.textPage div.form input[type=text],
article.textPage div.form input[type=date],
article.textPage div.form input[type=number],
article.textPage div.form textarea,
article.textPage div.form input[type=text]::placeholder,
article.textPage div.form input[type=date]::placeholder,
article.textPage div.form input[type=number]::placeholder,
article.textPage div.form textarea::placeholder{
  border-color: #ffffff;
  color: #ffffff;
}

article.textPage div.newsletter input.error,
article.textPage div.form input.error,
article.textPage div.form textarea.error{
  border-color: #e42212;
  background-color: #ffffff;
  color: #e42212;
}

article.textPage div.newsletter input.error::placeholder,
article.textPage div.form input.error::placeholder,
article.textPage div.form textarea.error::placeholder{
  color: #e42212;
}

article.textPage div.newsletter span.note,
article.textPage div.form span.note,
article.textPage div.form label{
  display: block;
  margin: 0 0 20px 11px;
  color: #004379;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.5em;
}

article.textPage div.form span.note,
article.textPage div.form label{
  color: #ffffff;
}

article.textPage div.form label input{
  float: left;
  margin: 4px 10px 10px 0;
  padding: 0;
}


/*      BESTELLEN     */
article.textPage p.catTitle{
  font-weight: 700;
  margin-top: 20px;
}
article.textPage div.form div.productRow{
  margin-bottom: 3px;
}
p.productTitle{
  width: 51.5%;
  float: left;
  padding-top: 10px;
}
p.productPrice,
p.productUnit{
  width: 20%;
  float: right;
  padding-top: 4px;
  text-align: right;
  line-height: 1em;
}
p.productUnit{
  width: 60px;
  text-align: left;
}
article.textPage div.form div.productRow input[type=number]{
  float: right;
  width: 100px;
  line-height: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}


article.textPage div.asperges{
  float: right;
  position: relative;
  box-sizing: border-box;
  width: 33%;
  padding-bottom: 42%;
  background-color: #f6eed0;
  margin-top: -70px;
}

article.textPage div.asperges img{
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 140%;
  /*transform: scaleX(-1);*/
}

article.textPage div.asperges.blog img{
  left: 0;
  width: 100%;
  bottom: auto;
  top: 70px;
}

article.textPage div.info{
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.5em;
  color: #000000;
  margin-bottom: 1.5em;
}

article.textPage div.info i{
  margin: 0 0.5em 0 2em;
}

article.textPage div.info i:first-of-type{
  margin-left: 0;
}

article.textPage img.recipe{
  display: block;
  float: right;
  width: 40%;
  margin-right: 23.5%;
}

article.textPage div.pop{
  position: relative;
  top: -110px;
  margin-bottom: -130px;
}
article.textPage div.pop.bestellen{
  top: 0px;
  margin-top: 30px;
  margin-bottom: 0px;
}

article.uspBar{
  background-color: #5b9949;
  color: #ffffff;
}

article.uspBar div.usp{
  float: left;
  width: 16%;
  padding: 60px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
}

article.uspBar div.usp i{
  font-size: 2em;
  line-height: 1.5em;
}

article.uspBar div.usp b{
  font-weight: 700;
}

article.uspBar div.shop{
  float: right;
  width: 33%;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 0 30px 5px 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #000000;
}

article.uspBar div.shop img{
  display: block;
  width: 80px;
  margin-left: -3px;
  padding-bottom: 20px;
}

article.uspBar div.shop h3{
  font-family: "Signika";
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.5em;
  color: #5b9949;
}

article.uspBar.yellow{
  color: #004379;
  background-color: #f6eed0;
}

article.uspBar.yellow div.shop h3{
  color: #004379;
}

article.uspBar.blue{
  color: #ffffff;
  background-color: #004379;
}

article.uspBar.blue div.shop h3{
  color: #004379;
}

article.preserveBar{
  background-color: #5b9949;
  height: 230px;
  margin: 70px 0 40px 0;
}

article.preserveBar img{
  display: block;
  position: absolute;
  left: -95px;
  top: -75px;
  width: 560px;
}

article.preserveBar div.text{
  padding: 35px 0;
  margin-left: 40%;
  color: #ffffff;
}

article.preserveBar div.text h3{
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

article.preserveBar div.text p{
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.5em;
}

article.preserveBar a{
  display: block;
  box-sizing: border-box;
  width: 220px;
  margin-left: 80px;
  height: 100%;
  float: right;
  color: #ffffff;
  background-color: #004379;
  text-align: center;
  font-family: "Signika", sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 360px;
  background-image: url("../images/icon-koeling.svg");
  background-position: center 45px;
  background-repeat: no-repeat;
  background-size: 50%;
  overflow: hidden;
}

article.preserveBar a::before{
  content: "";
  display: block;
  border-top: 5px solid #e42212;
  border-bottom: 5px solid #ffffff;
}

article.preserveBar a::after{
  content: "\003e";
  display: inline-block;
  padding-left: 0.4em;
  color: #e42212;
}

article.preserveBar a:hover{
  background-color: #e42212;
}

article.preserveBar a:hover::after{
  color: #ffffff;
}

article.textPage div.recipeBar{
  float: right;
  width: 50%;
  height: 220px;
  padding: 60px 10% 60px 0;
  background-image: url("../images/home-bord.png");
  background-position: right center;
  background-repeat: no-repeat;
}

article.textPage div.recipeBar h2::after{
  content: "";
  display: inline-block;
  position: relative;
  width: 240px;
  border: 1px solid #5b9949;
  left: 10px;
  top: -5px;
}

article.textPage div.recipeBar p{
  width: 60%;
}

article.contactBar{
  margin-bottom: 40px;
  background-color: #004379;
  color: #ffffff;
  font-family: "Signika", sans-serif;
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.2em;
}

article.contactBar div.column{
  float: left;
  box-sizing: border-box;
  width: 33%;
  padding: 50px 30px;
}

article.contactBar i{
  font-size: 0.8em;
  margin-right: 0.5em;
  vertical-align: 10%;
}

article.contactBar b{
  text-transform: uppercase;
  font-weight: 700;
}

article.contactBar div.column:first-of-type{
  width: 34%;
}

article.recipesPage{
  padding: 180px 0 50px 0;
  background-image: url("../images/background-recepten.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

article.blogPage{
  padding: 90px 0 50px 0;
}

article.recipesPage div.preface{
  float: left;
  width: 31%;
  margin: 0 3.5% 40px 0;
}

article.recipesPage div.preface h1{
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 9em;
  line-height: 1em;
  color: #004379;
  margin: 0 0 0.2em -0.08em;
}

article.recipesPage div.preface p{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.5em;
  color: #004379;
  margin-bottom: 1.5em;
}

article.recipesPage div.ballWrap{
  float: right;
  width: 60.5%;
  margin-right: 5%;
  text-align: center;
}

article.textPage.recipe div.ballWrap{
  text-align: center;
  width: 70%;
}

article.recipesPage div.ball,
article.textPage.recipe div.ball{
  display: inline-block;
  box-sizing: border-box;
  margin-top: 120px;
  padding: 65px 30px 0 30px;
  width: 380px;
  height: 380px;
  border-radius: 190px;
  background-color: #004379;
}

article.textPage.recipe div.ball{
  margin-top: 240px;
}

article.recipesPage div.ball h2,
article.textPage.recipe div.ball h2{
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 0.2em;
}

article.recipesPage div.ball p,
article.textPage.recipe div.ball p{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.5em;
  color: #ffffff;
  margin-bottom: 1.5em;
}

article.textPage.recipe div.ball p a{
  color: inherit;
}

article.recipesPage a.recipe,
article.blogPage a.blog{
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 31%;
  margin: 0 3.5% 40px 0;
  border: 1px solid #000000;
  text-align: center;
  background-color: #ffffff;
}

article.recipesPage a.recipe:nth-of-type(3n+1),
article.blogPage a.blog:nth-of-type(3n){
  margin-right: 0;
}

article.recipesPage a.recipe:nth-of-type(3n+2),
article.blogPage a.blog:nth-of-type(3n+1){
  clear: both;
}

article.recipesPage a.recipe img,
article.blogPage a.blog img{
  display: block;
  width: 100%;
}

article.recipesPage a.recipe span.title,
article.blogPage a.blog span.title{
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10%;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 1.2em;
  color: #000000;
}

article.blogPage a.blog span.title{
  padding-bottom: 5px;
}

article.blogPage a.blog span.date{
  padding-bottom: 15px;
  display: block;
  font-size: 1.3em;
  font-family: "Open Sans", sans-serif;
}

article.recipesPage a.recipe span.info,
article.blogPage a.blog span.text{
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.5em;
  color: #000000;
  padding: 0 10px 20px 10px;
}

article.recipesPage a.recipe span.info i{
  margin-right: 0.5em;
}

article.recipesPage a.recipe:hover,
article.blogPage a.blog:hover{
  background-color: #5b9949;
}

article.recipesPage a.recipe:hover::after,
article.blogPage a.blog:hover::after{
  content: "bekijk recept \00a0 \003e";
  display: block;
  position: absolute;
  top: 45%;
  left: 20%;
  width: 60%;
  padding-left: 10px;
  box-sizing: border-box;
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  height: 44px;
  line-height: 40px;
  border-radius: 22px;
  color: #ffffff;
  border: 2px solid #ffffff;
}

article.blogPage a.blog:hover::after{
  content: "lees meer \00a0 \003e";
}

article.recipesPage a.recipe:hover img,
article.recipesPage a.recipe:hover span,
article.blogPage a.blog:hover img,
article.blogPage a.blog:hover span{
  opacity: 0.25;
}

footer{
  background-color: #5b9949;
  margin-top: 40px;
}

footer::before{
  content: "";
  display: block;
  background-color: #ffffff;
  height: 5px;
  border-top: 5px solid #e42212;
  border-bottom: 5px solid #004379;
}

footer img.logo{
  display: block;
  float: left;
  width: 20%;
  margin-right: 4%;
  padding-top: 15px;
}

footer div.column{
  float: left;
  padding-top: 60px;
  width: 29%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.5em;
  color: #ffffff;
}

footer div.column.small{
  width: 18%;
}

footer div.column b,
footer div.column a:hover{
  font-weight: 600;
}

footer div.column img{
  width: 100px;
}

footer div.column a.icon i{
  padding: 0 0.25em;
}

div.copyright{
  font-size: 8px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffffff;
  margin-top: 60px;
}

div.copyright br{
  display: none;
}

div.copyright p{
  display: inline;
}

div.copyright a:hover{
  text-decoration: underline;
}