/*
groen: #b7c65d
paars: #5d1559
*/


/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  color: #686668;
  background-color: #b7c65d;
}

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

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}


div.container{
  width: 100%;
  margin: 0px;
}
div.centerContent{
  width: 1170px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*      HEADER      */
header{
  width: 100%;
  z-index: 2;
  position: relative;
}

div.slideShowHolder{
  position: relative;
  width: 100%;
  height: 658px;
  /*
  height: 0px;
  padding-top: 25.3%;
  */
  overflow: hidden;
}
div.slideShow div{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: 2600px 658px;
  background-position: center top;
  background-repeat: no-repeat;
}
div.pageTitle{
  height: 308px;
  width: 100%;
  padding-top: 112px;
  box-sizing: border-box;
  background-size: 2600px 308px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/header-bg.jpg?v=2");
}
div.pageTitle div.centerContent{
  height: 100%;
}
div.pageTitle div.vertText{
  display: table;
  height: 100%;
  width: 100%;
}
div.pageTitle div.vertText div.textHolder{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #FFF;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  text-transform: uppercase;
}
div.pageTitle div.vertText div.textHolder h2{
  font-size:3.1em;
  line-height: 1em;
  padding-right: 30px;
  font-family: 'Prompt', sans-serif;
  font-weight: 700;
}

div.headerContent{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
div.headerInfo{
  height: 41px;
  padding-top: 7px;
  box-sizing: border-box;
  vertical-align: top;
}
div.headerInfo a.appointment{
  float: right;
  margin-right: 25px;
  margin-left: 32px;
}
div.headerInfo div.socialHolder{
  float: right;
  line-height: 30px;
  color: #FFF;
  font-size: 1.2em;
}
div.headerInfo div.socialHolder a{
  padding-left: 15px;
}
div.headerInfo a.headerPhone{
  display: block;
  float: right;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 25px;
  color: #FFF;
}
div.headerInfo a.headerPhone span.call-arrow{
  display: inline-block;
  color: #5d1559;
  font-family: 'Amatica SC', cursive;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin-right: 20px;
  padding-right: 55px;
  background-size: auto 20px;
  background-position: right 4px;
  background-repeat: no-repeat;
  background-image: url("../images/pijl-paars.svg");
  vertical-align: top;
}
div.headerInfo a.headerPhone span{
  padding-right: 5px;
  vertical-align: top;
  line-height: 28px;
}
div.headerInfo a.headerPhone span.fa{
  font-size: 1.1em;
}

div.headerInfo input.inputText.search{
  float: right;
  background-color: #9aae37;
  width: 240px;
  border: none;
  color: #FFF;
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
div.headerInfo button.inputSubmit{
  float: right;
  margin-right: 40px;
  background-color: #9aae37;
  width: 30px;
  border: none;
  height: 25px;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: url("../images/zoom.svg");
  background-size: 60% auto;
  background-position: center center;
  background-repeat: no-repeat;
}


div.menuHolder{
  background-color: #FFF;
  height: 70px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
header div.logoHolder{
  display: block;
  width: 152px;
  padding-left: 42px;
  margin-top: -11px;
  float: left;
}
header div.logoHolder img{
  display: block;
  width: 100%;
}

div.menuHolder nav{
  float: right;
  position: relative;
}
div.menuHolder nav>ul{
  text-align: right;
  padding-top: 20px; 
  padding-right: 18px;
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  height: 34px;
  line-height: 34px;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  margin: 0px;
  color: #5d1559;
}
div.menuHolder nav ul li:hover,
div.menuHolder nav ul li.active{
  color: #b7c65d;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder nav ul li:hover ul{
  display: block;
}
div.menuHolder nav ul li ul{
  position: absolute;
  left: -8px;
  display: none;
  background-color: #FFF;
  z-index: 5;
  padding-top: 5px;
}
div.menuHolder nav ul li ul li{
  position: relative;
  display: block;
  text-align: left;
  height: 32px;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 0px;
  font-weight: 400;
  font-size: 1em;
  white-space: nowrap;
}
div.menuHolder nav ul li ul li:hover{
  background-color: #5d1559;
  color: #FFF;
}
div.menuHolder nav ul li.menuButton,
div.menuSearch{
  display: none;
}


/*      CONTENT      */
div.content{
  background-color: #FFF;
}

article{
}
div.mainText{
  padding-top: 100px;
  padding-bottom: 100px;
}
article h1{
  font-size: 2.9em;
  line-height: 1.1em;
  color: #b7c65d;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
article h2,
article b,
article strong{
  font-size: 1.5em;
  line-height: 1.2em;
  color: #5d1559;
  font-weight: 500;
  text-transform: uppercase;
}
article b,
article strong{
  font-size: 1.25em;
  text-transform: none;
}
article h3{
  color: #a6a6a6;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.4em;
}

div.textCol{
  width: 560px;
  float: left;
}
div.textCol:first-child{
  margin-right: 50px;
}
article p a, article ul a, article ol a{
  color: #5d1559;
  text-decoration: underline;
}
article ul li{
  margin-left: 15px;
}
article ol li{
  margin-left: 20px;
}

a.appointment{
  display: inline-block;
  text-transform: uppercase;
  color: #FFF;
  background-color: #5d1559;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1em;
  border-radius: 3px;
  padding: 4px;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
}
div.textCol a.appointment{
  margin-top: 20px;
}

/*      HOME        */
div.content.home div.mainText{
  padding-top: 65px;
  padding-bottom: 40px;
  text-align: left;
}
div.content.home div.mainText h1{
  line-height: 1em;
  margin-bottom: 0px;
}

div.content.home div.mainText h2{
  font-size: 2em;
}
/*
div.content.home div.mainText h3{
  font-size: 1.5em;
  font-style: italic;
  color: #5d1559;
  margin-bottom: 20px;
}*/
div.content.home div.mainText p{
  color: #a6a6a6;
  /*font-size: 1.3em;*/
  font-size: 1.15em;
  font-weight: 300;
  line-height: 1.2em;
}


div.homeRecipes{
  background-color: #f1f1f1;
  padding-top: 65px;
  padding-bottom: 80px;
}
div.homeRecipes h2{
  font-size: 2.2em;
  line-height: 1.2em;
  color: #5d1559;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

div.homeNews{
  background-image: url("../images/news-bg.jpg");
  background-size: 2600px auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 65px;
  min-height: 568px;
  box-sizing: border-box;
}
div.homeNews h2{
  font-size: 2.2em;
  line-height: 1.2em;
  color: #b7c65d;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/*      DIET INFO    */
div.dietRow{
  background-color: #f1f1f1;
  padding-top: 45px;
  padding-bottom: 100px;
}
div.dietHolder{
  background-color: #5d1559;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
  padding: 45px;
  position: relative;
  margin-top: 80px;
}
div.content.home div.dietHolder{
  margin-bottom: 70px;
}
div.content div.dietHolder img{
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  width: 360px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
div.dietHolder div.dietSelector p.label{
  float: left;
  font-size: 1.8em;
  color: #FFF;
  font-weight: 500;
  padding-right: 20px;
  line-height: 47px;
}
div.select-style {
  float: left;
  border: 2px solid #7e387c;
  width: 665px;
  height: 43px;
  line-height: 43px;
  border-radius: 5px;
  overflow: hidden;
  background: #fafafa url("../images/select-arrow.jpg") no-repeat 100% center;
  background-size: auto 100%;
  cursor: pointer;
}
div.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #5d1559;
  cursor: pointer;
}
div.select-style select:focus {
  outline: none;
}
div.dietHolder div.dietSelector a{
  display: block;
  float: left;
  width: 50px;
  height: 47px;
  background-color: #b7c65d;
  border-radius: 5px;
  margin-left: 20px;
  background-image: url("../images/zoom.svg");
  background-size: 60% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
div.dietHolder div.dietSelector p.info{
  float: left;
  font-size: 0.85em;
  line-height: 1.15em;
  color: #a57da6;
  padding-left: 20px;
  width: 160px;
  text-align: left;
  font-style: italic;
}


/*      RECIPES     */
div.recipeHolder a{
  float: left;
  display: block;
  width: 267px;
  margin-right: 34px;
  background-color: #f1f1f1;
  margin-bottom: 14px;
  text-align: center;
}
div.homeRecipes div.recipeHolder a{
  background-color: #FFF;
  margin-bottom: 0px;
}
div.recipeHolder a:nth-child(4n){
  margin-right: 0px;
}

div.recipeHolder a span.imageHolder{
  display: block;
  height: 175px;
  border-bottom-left-radius: 132px;
  border-bottom-right-radius: 132px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.recipeHolder a span.title{
  display: block;
  color: #5d1559;
  font-size: 1.1em;
  padding-top: 10px;
}
div.recipeHolder a span.tags{
  display: block;
  color: #5d1559;
  font-size: 1em;
  font-family: 'Amatica SC', cursive;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}

div.pageNav{
  padding-top: 38px;
  padding-bottom: 25px;
  text-align: right;
  color: #808080;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 32px;
  height: 32px;
}
div.pageNav span{
  display: inline-block;
  padding-right: 10px;
  line-height: 32px;
  height: 32px;
  vertical-align: middle;
}
div.pageNav a{
  color: #5d1559;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  font-size: 1.2em;
  line-height: 28px;
  text-align: center;
  font-family: 'Amatica SC', cursive;
  font-weight: 700;
  vertical-align: middle;
  box-sizing: border-box;
}
div.pageNav a.active{
  background-color: #b7c65d;
  color: #FFF; 
}

div.content.recipe div.imageCol{
  width: 520px;
  float: left;
}
div.imageCol img{
  width: 100%;
  display: block;
  padding-bottom: 30px;
}
div.content.recipe div.textCol{
  float: none;
  padding-left: 610px;
} 
div.content.recipe div.textCol h2{
  font-size: 1.4em;
}
div.content.recipe div.textCol h3{
  color: #5d1559;
  font-size: 1.6em;
  line-height: 1.2em;
  font-family: 'Amatica SC', cursive;
  font-weight: 700;
  margin-bottom: 30px;
}
div.content.recipe div.textCol div.textBlock{
  padding-bottom: 30px;
}
div.content.recipe div.textCol div.textBlock.large{
  font-size: 1.4em;
  line-height: 1.2em;
  color: #a6a6a6;
}
a.print{
  display: inline-block;
  padding-left: 50px;
  background-image: url("../images/print.svg");
  background-size: auto 28px;
  background-position: left center;
  background-repeat: no-repeat;
}
a.print span{
  display: inline-block;
  text-transform: uppercase;
  color: #FFF;
  background-color: #5d1559;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 28px;
  border-radius: 3px;
  height: 28px;
  box-sizing: border-box;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
}
a.back{
  display: inline-block;
  color: #5d1559;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  padding-left: 55px;
  padding-top: 2px;
  background-size: auto 20px;
  background-position: left 4px;
  background-repeat: no-repeat;
  background-image: url("../images/pijl-paars-terug.svg");
}



/*      NEWS      */
div.content.news div.mainText.overview{
  background-image: url("../images/news-bg-large.jpg");
  background-size: 2600px auto;
  background-position: center -100px;
  background-repeat: no-repeat;
}
div.content.news div.newsHolder{
  margin-top: 30px;
}
div.newsHolder a{
  display: block;
  width: 870px;
  margin-top: 10px;
  background-color: #f0e8f0;
  padding: 15px;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
}
div.newsHolder a span.imageHolder{
  display: block;
  width: 123px;
  height: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
div.newsHolder a span.textHolder{
  display: block;  
}
div.newsHolder a span.textHolder.withImage{
  padding-left: 160px;  
}
div.newsHolder a span.title{
  color: #5d1559;
  font-family: 'Amatica SC', cursive;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
div.newsHolder a span.text{
  display: block;
  color: #4e4e4e;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 400;
}
div.newsHolder a span.text span{
  display: inline-block;
  padding-left: 5px;
  color: #5d1559;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}
div.content.news div.pageNav{
  text-align: left;
}

div.content.news div.imageCol{
  width: 380px;
  float: left;
}
div.content.news div.textCol{
  float: none;
  padding-left: 470px;
  width: 700px;
} 
div.content.news div.textCol h4{
  color: #5d1559;
  font-size: 1.6em;
  line-height: 1.2em;
  font-family: 'Amatica SC', cursive;
  font-weight: 700;
  margin-bottom: 30px;
}
div.content.news div.textCol div.textBlock{
  padding-bottom: 30px;
}


/*      PRICES      */
div.content.prices article b,
div.content.prices article strong{
  font-size: 1em;
}

div.priceHolder{
  margin-top: 10px;
}
div.priceHolder div{
  height: 32px;
  padding-left: 10px;
}
div.priceHolder div:nth-child(even){
  background-color: #f1e8f1;
}
div.priceHolder div p{
  float: left;
  line-height: 32px;
  font-size: 1.3em;
  color: #5d1559;
}
div.priceHolder div p:first-child{
  width: 58%;
}
div.priceHolder div p:nth-child(2){
  width: 12%;
}
div.priceHolder div p:nth-child(3){
  width: 30%;
  font-size: 1.1em;
}


/*      TEAM        */
div.content.team div.mainText{
  text-align: center;
}
div.teamIntro{
  color: #a6a6a6;
  font-size: 1.4em;
  line-height: 1.2em;
}
div.teamHolder{
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 50px;
}
div.teamHolder a{
  display: inline-block;
  width: 252px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 45px;
  text-align: center;
  vertical-align: top;
}

div.teamHolder a span.imageHolder{
  display: block;
  width: 100%;
  height: 245px;
  border-radius: 140px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.teamHolder a span.title{
  display: block;
  color: #5d1559;
  font-size: 1.4em;
  padding-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
div.teamHolder a span.function{
  display: block;
  color: #a6a6a6;
  font-size: 1.3em;
}
div.teamHolder a span.tags{
  display: block;
  color: #5d1559;
  font-size: 1em;
  min-height: 38px;
  font-family: 'Amatica SC', cursive;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}

div.extraText{
  text-align: left;
}
div.extraText p{
  width: 560px;
  float: left;
}
div.extraText p:first-child{
  margin-right: 50px;
}

div.content.team div.imageCol{
  width: 520px;
  float: left;
}
div.content.team div.textCol{
  float: none;
  padding-left: 610px;
  text-align: left;
} 
div.content.team div.textCol h1{
  margin: 0px;
}
div.content.team div.textCol h4{
  color: #5d1559;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'Amatica SC', cursive;
  font-weight: 700;
  margin-bottom: 30px;
}
div.content.team div.textCol div.textBlock{
  padding-bottom: 30px;
}
a.back{
  display: inline-block;
  color: #5d1559;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  padding-left: 55px;
  padding-top: 2px;
  background-size: auto 20px;
  background-position: left 4px;
  background-repeat: no-repeat;
  background-image: url("../images/pijl-paars-terug.svg");
}


/*      SEARCH      */
div.content.search a.search{
  display: block;
  width: 870px;
  margin-top: 10px;
  background-color: #f0e8f0;
  padding: 15px;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
}
div.content.search a.search span.imageHolder{
  display: block;
  width: 123px;
  height: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
div.content.search a.search span.textHolder{
  display: block;  
}
div.content.search a.search span.textHolder.withImage{
  padding-left: 160px;  
}
div.content.search a.search span.title{
  color: #5d1559;
  font-family: 'Amatica SC', cursive;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
div.content.search a.search span.text{
  display: block;
  color: #4e4e4e;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 400;
}
div.content.search a.search.noImage span.title, a.search.noImage span.text{
  padding-left: 0px;
}
div.content.search a.search span.text span.more{
  display: inline-block;
  padding-left: 5px;
  color: #5d1559;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}


/*      LOCATIONS   */
div.content.locations div.textCol{
  margin-right: 110px
}
div.content.locations em{
  color: #5d1559;
}
div.mapHolder{
  float: left;
  background-image: url("../images/kaart.png");
  background-size: 100% auto;
  background-position: top left;
  width: 390px;
  height: 455px;
  position: relative;
}
div.mapHolder p{
  position: absolute;
  width: 14px;
  height: 21px;
  background-image: url("../../images/marker.svg");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}


div.locationHolder{
  background-color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 60px;
}
div.locationHolder div.locationCol{
  width: 23.5%;
  margin-right: 2%;
  float: left; 
}
div.locationHolder div.locationCol:nth-child(4){
  margin-right: 0px;
}
div.locationHolder p{
  line-height: 1.2em;
  margin-bottom: 15px;
}
div.locationHolder p b{
  font-size: 1.1em;
}


/*      CONTACT     */
div.contactForm{
  background-color: #5d1559;
  padding-top: 58px;
  padding-bottom: 65px;
}
div.formCol{
  width: 49%;
  margin-right: 2%;
  float: left;
}
div.formCol.last{
  margin-right: 0px;
}
div.formCol p{
  color: #a57da6;
  font-style: italic;
  font-size: 0.9em;
  padding-top: 5px;
}
div.contactForm h4{
  color: #FFF;
  font-size: 1.5em;
  line-height: 1.3em;
}


input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #5d1559;
  height: 44px;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 4px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  border: solid 2px #7e387c;
}
select.inputSelect{
  padding-right: 0px;
  font-family: 'Catamaran', sans-serif;
  color: #009fe3;
  text-transform: none;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #FFF;
  color: #5d1559;
  height: 236px;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  border: solid 2px #7e387c;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #b7c65d !important;
  color: #FFF;
}
button.submitButton,
input.submitButton{
  display: block;
  float: right;
  text-align: left;
  -webkit-appearance: none;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  padding: 0px;
  padding-left: 25px;
  padding-right: 0px;
  box-sizing: border-box;
  background-color: #b7c65d;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
}
button.submitButton span{
  display: inline-block;
  height: 42px;
  line-height: 42px;
  width: 50px;
  background-color: #7e387c;
  text-align: center;
  margin-left: 25px;
  border-radius: 5px;
}
input.submitButton{
  display: inline-block;
  width: auto;
  text-align: center;
  color: #f49600;
  font-size: 20px;
  background-color: #FFF;
  border: solid 2px #f49600;
  line-height: 38px;
}
button.submitButton img{
  display: inline-block;
  height: 50%;
  padding-right: 20px;
  vertical-align: middle;
}


input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #5d1559;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #5d1559;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #5d1559;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #5d1559;
}
input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}


/*      FOOTER      */
footer{
  width: 100%;
  background-color: #FFF;
  color: #5d1559;
  border-top: solid 2px #5d1559;
}
div.footerInfo{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
div.footerInfo div.infoBlock{
  float: left;
  width: 225px;
  margin-left: 30px;
  font-size: 0.9em;
  line-height: 1.33em; 
}
div.footerInfo div.infoBlock:first-child{
  margin: 0px;
  width: 200px;
  min-height: 150px;
  background-image: url("../images/locaties.png");
  background-size: 196px auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
div.footerInfo div.infoBlock:first-child a{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
div.footerInfo div.infoBlock:first-child a>span{
  display: block;
  width: 98px;
  height: 35px;
  line-height: 35px;
  font-family: 'Amatica SC', cursive;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  top: 28px;
  color: #FFF;
  text-align: center;
}
div.footerInfo div.infoBlock:first-child span span{
  font-size: 1.2em;
}

div.footerInfo div.infoBlock:nth-child(3){
  width: 90px;
  margin-left: 85px;
  margin-right: 30px;
  padding-top: 10px; 
}
div.footerInfo div.infoBlock:nth-child(2),
div.footerInfo div.infoBlock:nth-child(4),
div.footerInfo div.infoBlock:nth-child(5){
  padding-top: 25px;
}

div.footerInfo div.infoBlock:nth-child(3) img{
  width: 100%;
  display: block;
}

div.footerInfo div.infoBlock h4{
  font-family: 'Amatica SC', cursive;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}
div.footerInfo div.infoBlock b{
  font-weight: 700;
  font-size: 1.15em;
}
div.footerInfo div.infoBlock:nth-child(4) b,
div.footerInfo div.infoBlock:nth-child(5) b{
  font-size: 1.4em;
  display: block;
  padding-bottom: 3px;
}
div.footerInfo div.infoBlock b span.small{
  font-size: 0.8em;
}

div.footerInfo div.infoBlock span.fa{
  padding-right: 5px;
}



div.copyright{
  line-height: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 65px;
  text-align: center;
  background-color: #b7c65d;
  position: relative;
  font-weight: 500;
}
div.copyright div.socialHolder{
  position: absolute;
  left: 0px;
}
div.copyright div.socialHolder a{
  padding-left: 15px;
}

div.copyright div.legal{
  font-size: 0.85em;
  font-weight: 400;
  color: #FFF;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}
