/* rood: #fc3e33
donker grijs: #3f3f3e
groen: #eff7f0
*/


/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  background-image: url("../images/background.gif");
  background-repeat: repeat;
  background-position: center 5px;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #3f3f3e;
  letter-spacing: -0.5px;
}

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

img{
  border: 0;
}

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

.clear{
  display: block;
  clear: both;
}


div.container{
  width: 100%;
  margin: 0px;
}

/*      HEADER      */
header{
  position: relative;
  margin: 0px;
  width: 100%;
  background-color: #FFF;
}


header div.logoHolder{
  width: 275px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  margin-bottom: 25px;
}
header div.logoHolder img{
  width: 100%;
}

div.menuHolder{
  position: relative;
  width: 100%;
  height: 72px;
  border-top: solid 1px #fc3e33;
}
div.menuHolder nav{
  position: relative;
  width: 1132px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
}
div.menuHolder nav ul{
  height: 72px;
  text-align: center;
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  color: #3f3f3e;
  font-size: 18px;
  height: 72px;
  line-height: 72px;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
  margin: 0px;
  font-weight: 400;
  letter-spacing: 3px;
}
div.menuHolder nav ul li:hover, div.menuHolder nav ul li.active{
  color: #fc3e33;
}
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.menuButton{
  display: none;
}


/*      CONTENT      */
div.mainContent{
  position: relative;
  width: 100%;
}
div.centerContent{
  width: 1132px;
  margin-left: auto;
  margin-right: auto;
}
div.content{
  background-color: #FFF;
}

div.visual{
  position: relative;
}
img.headVisual{
  vertical-align: top;
  width: 100%;
}
div.visual h2{
  position: absolute;
  display: table;
  left: 0px;
  top: 0px;
  height: 330px;
  width: 560px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  line-height: 45px;
  font-size: 40px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 2px;
}
div.visual h2 span{
  display: table-cell;
  vertical-align: middle;
}
div.visual img.visualLogo{
  display: block;
  position: absolute;
  right: 165px;
  bottom: 55px;
  width: 209px;
  height: 37px;
}


article, div.textSection{
  float: left;
  width: 849px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  text-align: justify;
}
article h1{
  line-height: 32px;
  font-size: 32px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 25px;
}
article h1 span,
div.clients h2 span{
  color: #fc3e33;
}
article h2{
  line-height: 28px;
  font-size: 22px;
  font-weight: 400;
  color: #fc3e33;
}
article p{
}
article p a, article ul a, article ol a{
  color: #fc3e33;
  font-weight: 700;
}
article p a:hover, article ul a:hover, article ol a:hover{
  text-decoration: underline;
}
article ol, article ul{
  margin-left: 15px;
}
div.textSection div.textCol{
  float: left;
  width: 370px;
  margin-top: 30px;
  color: #fc3e33;
  line-height: 28px;
  text-align: left;
}
div.textSection div.textCol:first-child{
  margin-right: 49px;
}
div.textSection div.textCol strong, div.textSection div.textCol b{
  font-weight: 400;
  color: #3f3f3e;
  text-transform: uppercase;
}

aside{
  float: left;
  margin-top: 40px;
  padding-bottom: 40px;
}
div.imageList{
  float: left;
  width: 283px;
  box-sizing: border-box;
}

div.blockImage, a.blockImage{
  display: block;
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 283px;
  height: 283px;
}
div.blockImage img, a.blockImage img{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 283px;
  height: 283px;
}
a.blockImage span{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  width: 283px;
  height: 283px;
  line-height: 283px;
  text-align: center;
  font-size: 60px;
  color: #FFF;
  font-weight: 700;
}
div.blockText{
  display: table;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 283px;
  height: 283px;
  color: #fc3e33;
  font-size: 34px;
  line-height: 38px;
}
div.blockText span{
  display: table-cell;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

/*      HOME     */
div.home article{
  width: 566px;
  padding-bottom: 40px;
}
a.youtube{
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
}
img.homeVisual{
  width: 100%;
}
img.play{
  position: absolute;
  top: 121px;
  left: 238px;
  width: 59px;
}

div.clients h2{
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  line-height: 32px;
  font-size: 32px;
}
div.clientHolder{
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  position: relative;
}
div.clientSlider{
  width: 100%;
}
div.caroufredsel_wrapper{
  min-height: 55px;
}
div.clientSlider div{
 display: inline-block;
 padding-right: 20px;
}
div.clientSlider div img{
  display: inline-block;
  max-height: 55px;
  max-width: 160px;
  vertical-align: middle;
}
div.clientHolder div.arrow{
  position: absolute;
  top: 13px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.clientHolder div.arrow.left{
  background-image: url("../images/arrow-left.jpg");
  left: 0px;
}
div.clientHolder div.arrow.right{
  background-image: url("../images/arrow-right.jpg");
  right: 0px;
}


/*    SAMENWERKEN   */
div.refContent{
  float: left;
  width: 849px;
}

div.packageHolder{
  background-color: #eff7f0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
div.package{
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
div.packageInfo{
  background-color: #FFF;
  text-align: center;
}
div.packageInfo h3{
  background-color: #eee;
  font-weight: 900;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
}
div.packageInfo div.textHolder{
  display: table;
  border-bottom: solid 1px #eee;
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px;
  min-height: 140px;
  width: 100%;
  box-sizing: border-box;
}
div.packageInfo div.textHolder p{
  display: table-cell;
  vertical-align: middle;
}
div.packageInfo div.priceHolder{
  padding-top: 20px;
  padding-bottom: 20px;
}
div.packageInfo div.priceHolder span.price{
  display: block;
  float: right;
  text-align: right;
  font-size: 44px;
  font-weight: 700;
}
div.packageInfo div.priceHolder span.priceInfo{
  display: block;
  float: right;
  font-size: 12px;
  font-weight: 700;
  color: #b2b2b2;
  line-height: 16px;
  text-align: left;
  margin-left: 5px;
  margin-right: 30px;
}

div.samenwerken section{
  display: flex;
}
div.samenwerken section div.imageList{
  margin-bottom: 50px;
  border-left: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  border-right: solid 1px #c0c0c0;
}
div.samenwerken section div.imageList div{
  left: -1px;
}
div.refText{
  color: #000;
  text-align: center;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  
  box-sizing: border-box;
  line-height: 30px;
}
div.refHolder{
  position: relative;
  float: left;
  width: 849px;
  height: auto;
  box-sizing: border-box;
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  border-right: solid 1px #c0c0c0;
  margin-bottom: 50px;
  overflow: hidden;
}
div.arrow{
  position: absolute;
  left: 0px;
  top: 335px;
  width: 30px;
  height: 30px;
  background-image: url("../images/arrow-left.jpg");
  background-size: 100%;
  cursor: pointer;
}
div.arrow.right{
  left: auto;
  right: 0px;
  background-image: url("../images/arrow-right.jpg");
}

div.ref{
  border-right: solid 1px #c0c0c0;
  width: 283px;
  height: 700px;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  float: left;
}
div.ref div.refPic{
}
div.ref div.refPic img{
  width: 80px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
}
div.ref h3{
  color: #fc3e33;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
}
div.ref p.company, div.ref p.function{
  color: #b2b2b2;
  font-size: 14px;  
}
div.ref p.function{
  font-weight: 300;
  line-height: 15px;
  min-height: 30px;
}
div.ref p.quote{
  font-weight: 300;
  font-size: 21px;
  padding: 10px;
  line-height: 25px;
  min-height: 75px;    
}
div.ref div.text{
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
div.ref p.tasksHeader{
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: solid 1px #eeeeee;
}
div.ref p.tasks{
  text-align: center;
}
div.ref p.tasks span{
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  font-size: 10px;
  color: #838d8f;
  text-transform: uppercase;
  padding: 4px;
  height: 12px;
  line-height: 12px;
  border: solid 1px #fc3e33;
  border-radius: 3px;
}


/*      BLOG      */
div.blogHolder{
  margin-bottom: 40px;
}
div.pageNav{
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  height: 25px;
  line-height: 25px;
  margin-top: 40px;
}
div.pageNav a{
  font-size: 10px;
  text-transform: lowercase;
  float: left;
  color: #535353;
}
div.pageNav a span{
  font-size: 8px;
  margin-right: 5px;
}
div.pageNav a.next{
  float: right;
}
div.pageNav a.next span{
  margin-left: 5px;
  margin-right: 0px;
}
a.blog{
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #cecece;
}
a.blog span.imgHolder{
  display: block;
  width: 277px;
  height: 184px;
  float: left;
  overflow: hidden;
}
a.blog span.imgHolder img{
  display: block;
  height: 184px;
  margin-left: -71px;
}
a.blog span.textHolder{
  display: block;
  width: 487px;
  padding-left: 25px;
  float: left;
}
a.blog span.textHolder span{
  display: block;
}
a.blog span.textHolder span.date{
  color: #c8c6c6;
  font-size: 20px;
}
a.blog span.textHolder span.title{
  font-size: 32px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: left;
}
a.blog span.textHolder span.text{
  color: #fc3e33;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 8px;
  text-align: left;
}

p.date{
  border-bottom: solid 1px #cecece;
  color: #c8c6c6;
  font-size: 20px;
}

div.slideShowHolder{
  position: relative;
  width: 789px;
  height: 354px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
div.slideShow img{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
div.slide{
  position: absolute;
  left: 10px;
  top: 165px;
  width: 24px;
  height: 24px;
  background-image: url("../images/slide-left.png");
  background-size: 100%;
  cursor: pointer;
}
div.slide.right{
  left: auto;
  right: 10px;
  background-image: url("../images/slide-right.png");
}

div.blog h3{
  margin-bottom: 20px;
  font-size: 1.2em;
}

div.blog div.imageList{
  padding-bottom: 40px;
}
div.blog div.imageList div.blockText{
  background-color: #fc3e33;
  color: #FFF;
  font-weight: 700;
  font-size: 60px;
}
div.blog div.imageList div.textHolder{
  color: #fc3e33;
  padding: 10px;
  padding-top: 30px;
  font-size: 20px;
  line-height: 24px;
  /*text-align: justify;*/
}
div.blog div.imageList h3{
  color: #fc3e33;
  padding: 10px;
  padding-top: 30px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}
div.blog div.imageList a.recent{
  display: block;
  line-height: 32px;
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border: solid 1px #cecece;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 14px;
  overflow: hidden;
}
div.blog div.imageList a.recent:hover{
  padding-right: 5px;
}
div.blog div.imageList a.recent span{
  float: right;
  line-height: 32px;
  font-size: 8px;
}

/*      ABOUT     */
div.about article,
div.about section{
  padding-bottom: 40px;
}
div.about section h2{
  margin-left: 30px;
}
div.textSection div.textCol{
  margin-top: 10px;
}

/*      CONTACT     */
div.contact article{
  width: 536px;
  padding-bottom: 40px;
}
div.contact article h1{
  color: #fc3e33;
}
div.contact aside{
  width: 596px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
div.contact aside h3{
  line-height: 32px;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}

input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #eeeeee;
  color: #6f6a66;
  height: 46px;
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  line-height: 46px;
  margin-bottom: 25px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  letter-spacing: -0.5px;
}
select.inputSelect{
  padding-right: 0px;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17px 5px;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #eeeeee;
  color: #6f6a66;
  height: 180px;
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  margin-bottom: 25px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #fc3e33 !important;
  color: #FFFFFF;
}
input.submitButton{
  -webkit-appearance: none;
  background-color: #fc3e33;
  color: #FFFFFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  height: 46px;
  line-height: 46px;
  padding: 0px;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
  min-width: 253px;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  letter-spacing: 1px;
  text-align: left;
}


/*      FOOTER      */
footer{
  width: 100%;
  background-color: #3e3e3d;
}
div.footerNewsletter{
  background-color: #eff7f0;
  padding-bottom: 25px;
}
img.newsletterTitle{
  display: block;
  float: left;
  height: 46px;
  margin-left: 30px;
  margin-top: 25px;
  margin-right: 104px;
}
div.footerNewsletter input.inputText, div.footerNewsletter select.inputSelect, div.footerNewsletter label{
  margin-top: 25px;
  margin-left: 30px;
  margin-bottom: 0px;
  background-color: #FFF;
  width: 253px;
  float: left;
}
div.footerNewsletter input.submitButton{
  margin-top: 25px;
  margin-left: 30px;
  margin-bottom: 0px;
  width: 253px;
  float: left;
}
div.footerNewsletter input.inputText{
  width: 238px;
}
div.footerNewsletter input.inputText.small{
  width: 253px;
}
div.footerNewsletter p.thanks{
  font-size: 27px;
  color: #fc3e33;
  font-weight: 300;
  padding-top: 25px;
  padding-left: 30px;
}

div.footerInfo{
  width: 100%;
  background-color: #FFF;
}
div.footerInfo div.infoBlock{
  width: 25%;
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
  border-left: solid 1px #e6e5e3;
  margin-bottom: 25px;
  min-height: 170px;
}
div.footerInfo div.infoBlock:first-child{
  border-left: none;
}
div.footerInfo h3{
  margin-top: 40px;
  margin-bottom: 30px;
  color: #adadad;
  text-transform: uppercase;
  font-weight: 400;
}
div.footerInfo a span{
  color: #fc3e33;
}


div.copyright{
  position: relative;
  width: 1132px;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 40px;
  color: #8c8c8c;
  background-color: #3e3e3d;
}
div.copyright br{
  display: none;
}
div.copyright a{
  color: #a7a7a7;
  text-decoration: none;
}