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=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: #e2b243;
  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: #e2b243 !important;
  box-shadow: inset 0 0 0 2px #e2b243;
}

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

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

header{
  height: 90px;
  background-color: #326096;
}

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;
  position: absolute;
  left: 0;
  top: 11px;
  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: 90px;
  margin: 0 14px;
  line-height: 90px;
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  color: #FFF;
}

header nav a.menu{
  display: none;
}

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

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

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

header nav a.phone{
  margin-left: 30px;
  color: #FFF;
}

header nav a.phone i{
  font-size: 0.9em;
  margin-right: 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: #326096;
  margin-bottom: 0.6em;
}

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

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


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: #e2b243;
  font-weight: 700;
}

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;
  width: 90%;
}

article.textPage div.feature::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 60%;
  background-image: url('../images/locatie-patroon.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  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: 40%;
  padding: 5px 40px 40px 0;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 1.2em;
  color: #326096;
  text-align: left;
  background-color: #ffffff;
}
article.textPage div.feature div.icon{
  position: absolute;
  right: 75%;
  bottom: 100px;
  width: 120px;
  -webkit-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}
article.textPage div.feature div.icon img{
  display: block;
  width: 100%;
}

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

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

article.textPage div.blog.pop div.popText{
  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 #e2b243;
}

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.sideImage{
  float: right;
  box-sizing: border-box;
  width: 33%;
  padding-top: 48%;
  background-image: url("../uploads/content/1_1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

article.textPage div.form{
  float: right;
  box-sizing: border-box;
  width: 63.5%;
  color: #ffffff;
  background-color: #326096;
  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 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]{
  float: left;
  width: 48.5%;
}

article.textPage div.form input[type=text]: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 textarea::placeholder{
  font-weight: 300;
  color: #004379;
}

article.textPage div.form input[type=text],
article.textPage div.form textarea,
article.textPage div.form input[type=text]::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;
}

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.uspBar{
  background-color: #678db3;
  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: #678db3;
}
article.uspBar div.shop.white{
  background-color: #b5d4f1;
  color: #326096;
}

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

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

article.preserveBar{
  background-color: #b5d4f1;
  height: 230px;
  margin: 40px 0 120px 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: #1b252c;
}

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: #e2b243;
  text-align: center;
  font-family: "Signika", sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  overflow: hidden;
}
article.preserveBar a span.preservePhone,
article.preserveBar a span.preserveContact{
  display: block;
  height: 50%;
}
article.preserveBar a span.preserveContact{
  background-image: url("../images/locatie-patroon.jpg");
}
/*
article.preserveBar a::after{
  content: "\003e";
  display: inline-block;
  padding-left: 0.4em;
  color: #FFF;
}
*/
.textTable{
  display: table;
  height: 100%;
  width: 100%;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


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%;
}

footer{
  background-color: #1b252c;
  margin-top: 40px;
}

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

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

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

footer div.column b,
footer div.column a:hover{
  font-weight: 600;
}
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;
}