/*
blauw: #009fe3
oranje: #f49600
*/


/* 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: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #444;
  background-color: #FFF;
}

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: 1290px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*      HEADER      */
header{
  position: fixed;
  height: 105px;
  width: 100%;
  z-index: 30;
  background-color: #FFF;
}
header.home:not(.fixed){
  background: none;
}
header div.centerContent{
  -padding-right: 0px;
}

header div.logoHolder{
  display: block;
  width: 170px;
  padding-top: 25px;
  float: left;
}
header.home:not(.fixed) div.logoHolder{
  display: none;
}
header div.logoHolder img{
  display: block;
  width: 100%;
}

header div.langHolder{
  float: right;
  z-index: 10;
  margin-top: 30px; 
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #009fe3;
  background-image: url("../images/icon-talen-blauw.svg");
  background-size: 22px auto;
  background-position: left 12px;
  background-repeat: no-repeat;
}
header.home:not(.fixed) div.langHolder{
  color: #FFF;
  background-image: url("../images/icon-talen-wit.svg");
}
.hidden{
  display: none !important;
}
header div.langHolder a{
  display: block;
  line-height: 29px;
  cursor: pointer;
  text-align: left;
  padding-left: 36px;
  background-color: #FFF;
  box-sizing: border-box;
}
header.home:not(.fixed) div.langHolder a{
  border-top: none;
  color: #009fe3
}
header div.langHolder a:first-of-type{
  height: 45px;
  line-height: 45px;
  background: none;
  background-image: url("../images/arrow-down-blauw.svg");
  background-size: 12px auto;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  border: none;
}
header.home:not(.fixed) div.langHolder a:first-of-type{
  background-image: url("../images/arrow-down-wit.svg");
  color: #FFF;
}

div.menuHolder{
  float: right;
}
div.menuHolder nav{
  position: relative;
}
div.menuHolder nav>ul{
  text-align: right;
  margin-top: 30px; 
  padding-right: 15px;
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 10px;
  cursor: pointer;
  margin: 0px;
  color: #009fe3;
}
div.menuHolder nav ul li:hover{
  background-color: #f49600;
  color: #FFF;
}

header.home:not(.fixed) div.menuHolder nav>ul>li{
  color: #FFF;
}

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: 0px;
  display: none;
  background-color: #FFF;
  z-index: 5;
}
div.menuHolder nav ul li ul li{
  position: relative;
  display: block;
  text-align: left;
  list-style-type: none;
  height: 40px;
  line-height: 40px;
  padding-right: 50px;
  margin: 0px;
  text-transform: none;
  white-space: nowrap;
  border-bottom: solid 1px #009fe3;
}
div.menuHolder nav ul li ul li:hover{
  background-color: #139ad7;
  color: #FFF;
}
div.menuHolder nav ul li.menuButton{
  display: none;
}


/*      CONTENT      */
div.content{
  padding-top: 105px;
}

div.mainContent{
}

article{
}
article h1,
article h2{
  font-family: "Questrial", sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  color: #009fe3;
  font-weight: 400;
  margin-bottom: 30px;
}
article h3{
  font-family: 'Caveat', cursive;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  color: #323232;
}
article div.pageTitle{
  background-color: #009fe3;
  height: 230px;
}
article div.pageTitle.withImage{
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px
}
article div.pageTitle div.centerContent{
  height: 100%;
}
article div.pageTitle div.vertText{
  display: table;
  height: 100%;
  width: 100%;
}
article div.pageTitle div.vertText div.textHolder{
  display: table-cell;
  vertical-align: middle;
}
article div.pageTitle h2{
  font-size: 4em;
  color: #FFF;
  line-height: 1em;
  margin: 0px;
}
article div.pageTitle.withImage h2{
  font-size: 3.1em;
}
article div.pageTitle  h3{
  font-family: "Questrial", sans-serif;
  font-size: 2.2em;
  line-height: 1.2em;
  color: #FFF;
}



h1 span.fa-circle,
h2 span.fa-circle,
div.title span.fa-circle,
span.name span.fa-circle,
a.orangeIcon span.fa-circle{
  color: #f49600;
  font-size: 0.25em;
  padding-left: 3px;
}

div.mainText{
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}
div.mainText.white{
  background-color: #FFF;
}

div.textCol{
  padding-left: 40px;
  width: 530px;
  float: left;
}
div.textCol:first-child{
  padding-left: 95px;
}
div.textCol img{
  width: 100% !important;
  height: auto !important;
}

article p{
}
article strong{
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  color: #009fe3;
}
article p a, article ul a, article ol a{
  color: #ffa100;
  text-decoration: underline;
}
article ul li{
  list-style: none;
  background-image: url("../images/vinkje-oranje.svg");
  background-size: 21px auto;
  background-position: left 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-bottom: 8px;
  padding-top: 8px;
}
div.content.service article ul li{
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}


/*      HOME     */
div.content.home{
  padding-top: 0px;
  text-align: center;
}
div.block{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
div.content.home div.block h2{
  margin-bottom: 5px;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
div.block:nth-child(1){
  padding: 0px;
}


div.slideShowHolder{
  width: 100%;
  height: 0px;
  padding-top: 790px;
  position: relative;
}
div.slideShowHolder div.slideShow{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
div.slideShowHolder div.slideShow div{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
}
div.slideShowHolder div.homeLogo{
  position: absolute;
  left: 0px;
  top: 255px;
  width: 100%;
  z-index: 20;
}
div.slideShowHolder div.slideDots{
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  text-align: center;
}
div.slideShowHolder div.slideDots div{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #FFF;
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
}
div.slideShowHolder div.slideDots div.active{
  background-color: #f49600;
}

div.block:nth-child(1) img{
  display: block;
  width: 608px;
  margin-left: auto;
  margin-right: auto;
}
div.slideShowHolder div.slideShow div h1{
  color: #FFF;  
  padding-bottom: 60px;
  text-align: center;
  font-size: 2.3em;
  line-height: 1.3em;
  margin: 0px;
  position: absolute;
  bottom: 80px;
  width: 100%;
}
div.block:nth-child(2){
  background-color: #f9f9f9;
  padding-bottom: 0px;
}

div.block:nth-child(2) div.textHolder{
  width: 1035px;
  margin-left: auto;
  margin-right: auto;
}
div.block:nth-child(2) a,
div.serviceHolder div.service div.readmore{
  text-decoration: none;
  font-weight: 400;
  color: #f49600;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
  cursor: pointer;
}
div.serviceHolder{
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  padding-bottom: 60px;
}
div.serviceHolder div.service{
  display: block;
  float: left;
  width: 280px;
  margin-left: 45px;
  margin-right: 45px;
  text-align: center;
}
div.serviceHolder div.service img{
  width: 160px;
}
div.serviceHolder div.service h2,
div.block div.serviceHolder div.service h2{
  width: 100%;
  font-size: 1.5em;
  margin-bottom: 0px;
}
div.serviceHolder div.service h2 span.title{
  text-transform: uppercase;
  display: block;
  font-size: 1.5em;
}

div.serviceHolder div.service div.text{
  font-size: 0.9em;
  line-height: 1.5em;
}
div.serviceHolder div.service div.frame{
  height: 66px;
  overflow: hidden;
}




div.block:nth-child(3) h2,
div.block:nth-child(5) h2,
div.block:nth-child(6) h2,
div.block:nth-child(10) h2{
  color: #f49600;
}
div.content div.block:nth-child(10) h2{
  text-align: left;
  width: 100%;
  padding-left: 95px;
  margin-bottom: 35px;
  box-sizing: border-box;
}
div.content div.block:nth-child(10) div.contactForm{
  padding-left: 95px;
  padding-right: 95px;
  text-align: left;
}

div.block:nth-child(3) a:not(.squareClient),
div.block:nth-child(5) a:not(.squareClient),
div.block:nth-child(6) a:not(.squareClient),
div.ref a,
div.blogHome span.readmore,
div.trainer a.readmore,
div.blogTags a{
  display: inline-block;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 2px #009fe3;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 12px;
  margin-right: 12px;
  color: #009fe3;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  margin-top: 20px;
}

div.squareHolder{
  margin-top: 80px;
  margin-bottom: 70px;
}
div.squareHolder a.squareClient{
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  width: 430px;
  height: 400px;
}
div.squareHolder span.logoHolder{
  display: block;
  background-color: rgba(0,0,0,0.47);
  width: 100%;
  height: 100%;
  padding: 65px;
  box-sizing: border-box;
}
div.squareHolder a.squareClient:hover span.logoHolder{
  background-image: url("../images/pijl-right-wit.svg");
  background-position: right 25px bottom 25px;
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-color: #f49600;
}

div.squareHolder span.logoHolder span{
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
div.squareText{
  position: relative;
  float: left;
  width: 430px;
  height: 400px;
  box-sizing: border-box;
  background-color: #f49600;
  font-family: 'Caveat', cursive;
  font-size: 3em;
  line-height: 1.1em;
  color: #FFF;
}
div.squareText.blue{
  background-color: #009fe3;
}
div.squareText:before{
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 191px;
  top: 0px;
  border-top: solid 28px #FFF;
  border-left: solid 24px transparent;
  border-right: solid 24px transparent; 
}
div.squareTable{
  display: table;
  width: 100%;
  height: 100%;
}
div.squareTable div{
  display: table-cell;
  vertical-align: middle;
}
div.squareText div.title span.fa-circle{
  color: #009fe3;
  font-size: 0.15em;
}
div.squareText.blue div.title span.fa-circle{
  color: #f49600;
}

div.content.home div.block:nth-child(4) h2{
  color: #FFF;
  text-transform: uppercase;
  padding-left: 640px;
  text-align: left;
  padding-top: 60px;
  width: auto;
}
div.block:nth-child(4) img{
  display: block;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -115px;
}
div.block:nth-child(4) img.quote{
  position: absolute;
  display: block;
  width: 60px;
  left: 190px;
  margin: 0px;
}

div.refHolder{
  width: 400px;
  height: 415px;
  margin-left: 190px;
  position: relative;
  float: left;
  background-color: #FFF;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
}
div.ref{
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #FFF;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 400px;
  height: 415px;
  text-align: left;
}
div.ref div.textHolder{
  padding: 40px;
  padding-bottom: 0px;
  font-size: 0.9em;
  line-height: 1.5em;
}
div.ref div.imageHolder{
  display: block;
  width: 65px;
  height: 65px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  margin-left: 40px;
  margin-top: 20px;
  margin-right: 10px;
}
div.ref h3{
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #009fe3;
  font-size: 1.8em;
}
div.ref h4{
  padding: 40px;
  padding-top: 0px;
  color: #ababab;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
div.ref a{
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  margin: 0px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;
}
div.refHolder div.arrow,
div.mainText a.arrow,
div.mainText span.arrow{
  position: absolute;
  bottom: 33px;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-color: #f49600;
  background-position: center center;
  background-size: 60% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.mainText a.arrow,
div.mainText span.arrow{
  bottom: 60px;
}
div.arrowHolder{
  position: relative;
  height: 100px;
  margin-right: 27px;
}
div.mainText span.arrow{
  background-color: #cbcbcb;
  cursor: default;
}

div.refHolder div.arrow.left,
div.mainText a.arrow.prev,
div.mainText span.arrow.prev{
  background-image: url("../images/pijl-left-wit.svg");
  right: 37px;
}
div.refHolder div.arrow.right,
div.mainText a.arrow.next,
div.mainText span.arrow.next{
  background-image: url("../images/pijl-right-wit.svg");
  right: -27px;
}

div.block:nth-child(5){
  padding-bottom: 0px;
}
div.block:nth-child(5) div.squareHolder{
  margin-bottom: 0px;
}

div.block:nth-child(6){
  background-color: #f7f7f7;
}

div.block:nth-child(7){
  border-bottom: 3px solid #009fe3;
}
div.clientHolder{
  height: 55px;
  width: 100%;
  position: relative;
  padding-left: 95px;
  padding-right: 95px;
  margin-top: 20px;
  box-sizing: border-box;
}
div.clientSlider{
  width: 100%;
}
div.caroufredsel_wrapper{
  min-height: 55px;
}
div.clientSlider a{
 display: inline-block;
 padding-right: 20px;
}
div.clientSlider a img{
  display: inline-block;
  max-height: 55px;
  max-width: 160px;
  vertical-align: middle;
}
div.clientHolder div.arrow{
  position: absolute;
  top: 14px;
  width: 26px;
  height: 26px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.clientHolder div.arrow.left{
  background-image: url("../images/pijl-left-lichtgrijs.svg");
  left: 35px;
}
div.clientHolder div.arrow.right{
  background-image: url("../images/pijl-right-lichtgrijs.svg");
  right: 35px;
}

div.blogHome{
  width: 700px;  
  margin-left: 95px;
  float: left;
  text-align: left;
}
div.content.home div.block div.blogHome h2,
div.content.home div.block div.agendaHome h2{
  margin-bottom: 20px;
  width: auto;
}

div.blogHome a{
  display: block;
  width: 300px;
  margin-right: 50px;
  float: left;
}
div.blogHome a span{
  display: block;
  font-weight: 400;
}
div.blogHome a span.imageHolder{
  width: 100%;
  height: 138px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
div.blogHome a span.iconHolder{
  width: 100%;
  height: 138px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: center center;
}
div.blogHome a span.iconHolder.icon22,
div.blogHolder a span.iconHolder.icon22,
div.blogImage div.iconHolder.icon22{
  background-image: url("../images/icon-advies-wit.svg");
}
div.blogHome a span.iconHolder.icon23,
div.blogHolder a span.iconHolder.icon23,
div.blogImage div.iconHolder.icon23{
  background-image: url("../images/icon-workshops-wit.svg");
}
div.blogHome a span.iconHolder.icon24,
div.blogHolder a span.iconHolder.icon24,
div.blogImage div.iconHolder.icon24{
  background-image: url("../images/icon-software-wit.svg");
}
div.blogHome a span.iconHolder.icon38,
div.blogHolder a span.iconHolder.icon38,
div.blogImage div.iconHolder.icon38{
  background-image: url("../images/icon-processen-wit.svg");
}
div.blogHome a span.iconHolder.icon40,
div.blogHolder a span.iconHolder.icon40,
div.blogImage div.iconHolder.icon40{
  background-image: url("../images/icon-risicomanagement-wit.svg");
}
div.blogHome a span.iconHolder.icon39,
div.blogHolder a span.iconHolder.icon39,
div.blogImage div.iconHolder.icon39{
  background-image: url("../images/icon-verbetermanagement-wit.svg");
}
div.blogHome a span.title{
  color: #009fe3;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
  font-size: 0.9em;
  margin-top: 15px;
}
div.blogHome a span.date{
  color: #adadad;
  font-size: 0.9em;
}
div.blogHome a span.date i{
  padding-right: 8px;
}
div.blogHome a span.text{
  font-size: 0.9em;
  min-height: 125px;
}
div.blogHome span.readmore{
  background-color: #009fe3;
  color: #FFF;
  margin-left: 0px;
  height: 34px;
  line-height: 34px;
  font-size: 1em;
  border: none;
}

div.agendaHome{
  float: left;
  width: 355px;
  text-align: left;
  margin-left: 50px;
}
div.agendaHome a.agendaItem,
div.sideText a.agendaItem,
div.agendaItems a.agendaItem{
  display: block;
  margin-bottom: 20px;
  padding-bottom: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  cursor: pointer;
}
div.agendaItems a.agendaItem{
  margin-bottom: 10px;
  padding-bottom: 0px;
}

div.agendaHome a.agendaItem:nth-child(2),
div.sideText a.agendaItem:nth-child(2){
  background-image: url("../images/lijn-blauw-1.svg");
}
div.agendaHome a.agendaItem:nth-child(3),
div.sideText a.agendaItem:nth-child(3){
  background-image: url("../images/lijn-blauw-2.svg");
}
div.sideText a.agendaItem:nth-child(4){
  background-image: url("../images/lijn-blauw-1.svg");
}
span.agendaDate{
  float: left;
  background-color: #f49600;
  display: block;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 68px;
  width: 68px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 1.3em; 
}
span.agendaDate.masterclass,
span.agendaDate.event{
  background-color: #009fe3;
}

span.agendaDate span:first-child{
  font-size: 1.8em;
  display: block;
  line-height: 0.6em;
  padding-top: 15px;
}
div.agendaHome span.textHolder,
div.sideText a.agendaItem span.textHolder,
div.agendaItems a.agendaItem span.textHolder{
  display: block;
  padding-left: 90px;
  color: #616161;
}
div.agendaHome span.title,
div.sideText a.agendaItem span.title,
div.agendaItems a.agendaItem span.title{
  display: block;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  color: #009fe3;
  line-height: 1.2em;
}
a.agendaItem span.text span.fa{
  padding-right: 5px;
}
a.agendaItem span.text span.fa-map-marker{
  padding-left: 10px;
}
div.agendaHome a.agendaLink,
div.content.service div.sideText a.agendaLink{
  color: #3a3a3a;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
div.agendaHome a.agendaLink img,
div.content.service div.sideText a.agendaLink img{
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  padding-left: 10px;
  padding-bottom: 2px;
}


div.block:nth-child(9){
  background-color: #f49600;
  color: #FFF;
}
div.block:nth-child(9) div.counterHolder{
  float: left;
  width: 320px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
}
div.block:nth-child(9) img{
  display: inline-block;
  height: 75px;
  margin-bottom: 10px;
}
div.block:nth-child(9) p.counter{
  font-size: 2.1em;
  line-height: 1em;
}


/*      ADVISEURS     */
div.trainerHolder{
  text-align: center;
  padding-top: 60px;
}
div.trainerHolder h2{
  color: #f49600;
}
div.trainerHolder div.trainer{
  display: inline-block;
  width: 215px;
  margin-left: 35px;
  margin-right: 35px;
  vertical-align: top;
  padding-bottom: 50px;
}
div.trainer.ambassador{
  width: 165px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 60px;
}
div.trainer span.imageHolder{
  display: block;
  width: 215px;
  height: 215px;
  margin-left: auto;
  margin-right: auto;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}
div.trainer.ambassador span.imageHolder{
  width: 165px;
  height: 165px;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}
div.trainerHolder div.trainer span.name{
  display: block;
  color: #009fe3;
  font-size: 1.4em;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  padding-top: 40px;
  padding-bottom: 10px;
}
div.trainer.ambassador span.name{
  font-size: 1em;
  padding-top: 20px;
  padding-bottom: 0px;
}
div.trainer span.function{
  display: block;
  color: #7d7d7d;
  font-weight: 400;
  font-size: 0.9em;
  min-height: 25px;
}
div.trainer.ambassador span.function{
  font-size: 0.8em;
}
div.trainer div.socialHolder{
  padding-top: 10px;
  min-height: 48px;
  padding-bottom: 14px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  background-image: url("../images/lijn-blauw-1.svg");
}
div.trainer div.socialHolder a{
  color: #a4a4a4;
  padding-left: 8px;
  padding-right: 8px;
}
div.trainer a.readmore{
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border: solid 2px #f49600;
  height: 34px;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  color: #f49600;
  font-size: 1.2em;
  margin-top: 15px;
}

div.content.adviseurs div.mainText.white,
div.content.clients div.mainText.white,
div.content.faq div.mainText.white,
div.content.blog div.mainText.white,
div.content.service div.mainText{
  float: left;
  width: 710px;
  margin-left: 95px;
  position: relative;
  text-align: left;
}
div.content.service div.mainText{
  width: 575px;
}
div.content.adviseurs div.mainText.white{
  padding-bottom: 0px;
}
div.content.adviseurs div.mainText.white div.textHolder,
div.content.clients div.mainText.white div.textHolder,
div.content.blog div.mainText.white div.textHolder{
  padding-bottom: 40px;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  background-image: url("../images/lijn-blauw-3.svg");
}
div.content.blog div.mainText.white div.textHolder{
  margin-bottom: 0px;
}
div.content.clients div.mainText.white div.textHolder{
  background: none;
  padding-bottom: 0px;
}

div.content.adviseurs div.mainText.white img,
div.content.clients div.mainText.white img,
div.content.blog div.mainText.white img.main{
  width: 100%;
  display: block;
}
div.content.adviseurs div.mainText.white h1,
div.content.clients div.mainText.white h1{
  padding-top: 40px;
  margin: 0px;
}
div.content.adviseurs div.mainText.white h1 span.socialHolder{
  float: right;
  font-size: 0.5em;
  color: #a4a4a4;
}
div.content.adviseurs div.mainText.white h1 span.socialHolder a{
  padding-left: 12px;
}
div.content.adviseurs div.mainText.white h2,
div.content.clients div.mainText.white h2{
  padding-top: 7px;
  font-size: 1.5em;
  color: #f49600;
}

div.sideText{
  float: left;
  width: 265px;
  margin-left: 125px;
  padding-top: 80px;
  padding-bottom: 80px;
}
div.content.service div.sideText{
  width: 350px;
  margin-left: 175px;
}

div.sideText div.contact{
  background-color: #009fe3;
  color: #FFF;
  padding: 30px;
  padding-top: 25px;
  font-size: 0.9em;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}
div.sideText div.contact p.title{
  font-size: 1.5em;
  line-height: 1.3em;
  padding-bottom: 10px;
}
div.content.adviseurs div.sideText div.contact p:nth-child(2){
  padding-bottom: 10px;
}
div.content.faq div.sideText div.contact p{
  line-height: 1.4em;
}

div.sideText div.contact a{
  color: #FFF;
}
div.sideText div.contact a.phone,
div.sideText div.contact a.mail{
  display: block;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left center;
  background-image: url("../images/icon-telefoon-wit.svg");
}
div.sideText div.contact a.mail{
  background-image: url("../images/icon-email-wit.svg");
}
div.sideText div.contact img{
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

div.sideText div.quote{
  position: relative;
  background-color: #FFF;
  padding: 30px;
  padding-top: 25px;
  font-size: 0.9em;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  margin-top: 75px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
div.sideText div.quote:before{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  left: 60px;
  background-color: #FFF;
  content: "\00a0";
  display: block;
  height: 36px;
  position: absolute;
  bottom: -18px;
  transform:             rotate( 45deg );
      -moz-transform:    rotate( 45deg );
      -ms-transform:     rotate( 45deg );
      -o-transform:      rotate( 45deg );
      -webkit-transform: rotate( 45deg );
  width:  36px;
}
div.sideText div.quote:after{
  left: 40px;
  background-color: #FFF;
  content: "";
  display: block;
  height: 28px;
  position: absolute;
  bottom: 0px;
  width:  80px;
}
div.sideText div.quote img{
  display: block;
  position: absolute;
  top: -35px;
  left: 30px;
  width: 60px;
}
div.sideText div.quoteHolder div.trainer{
  padding-top: 40px;
}
div.sideText div.quoteHolder div.trainer div.textHolder{
  padding-right: 80px;
  font-size: 0.9em;
  text-align: right;
  color: #ababab;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}
div.sideText div.quoteHolder div.trainer div.textHolder span.name{
  display: block;
  font-family: 'Caveat', cursive;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  color: #009fe3;
}
div.sideText div.quoteHolder div.trainer div.textHolder span.company{
  display: block;
  color: #4e4e4e;
}
div.sideText div.quoteHolder div.trainer div.imageHolder,
div.blogHolder a span.authorPic,
div.blogHeading div.blogAuthorPic{
  display: block;
  width: 65px;
  height: 65px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: right;
}
div.blogHeading div.blogAuthorPic{
  width: 95px;
  height: 95px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 7px;
  cursor: pointer;
}

div.responseHolder{
  padding-top: 20px;
}
div.responseHolder p.amount{
  font-family: "Questrial", sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #009fe3;
  font-weight: 400;
  margin-bottom: 20px;
}
div.responseHolder div.response{
  background-color: #f2f2f2;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}
div.content.blog div.mainText.white div.responseHolder div.response div.blogInfo{
  margin-top: 0px;
  padding-right: 0px;
}
div.responseHolder div.response div.blogInfo span.date,
div.responseHolder div.response div.blogInfo span.author{
  color: #444;
}
div.responseHolder div p{

}


/*      SERVICE     */
div.content.service,
div.content.agenda{
  background-color: #f7f7f7;
}
div.content div.serviceFormHolder,
div.content.agenda div.serviceFormHolder{
  background-color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
div.content div.serviceFormHolder h2,
div.content.agenda div.serviceFormHolder h2{
  color: #f49600;
  margin-bottom: 15px;
}
div.content div.serviceFormHolder div.serviceForm,
div.content.agenda div.serviceFormHolder div.serviceForm{
  padding-top: 30px;
  text-align: left;
  padding-left: 95px;
  padding-right: 95px;
}
div.content div.serviceFormHolder div.serviceForm p,
div.content.agenda div.serviceFormHolder div.serviceForm p{
  text-align: center;
}


/*      AGENDA     */
div.content.agenda div.mainText{
  padding-bottom: 60px;
}
div.agendaOverview{
  padding-left: 95px;
  padding-right: 95px;
}
div.agendaOverview h1{
  float: left;
}
div.agendaOverview div.agendaFilters{
  float: right;
}
div.agendaOverview div.agendaFilters select{
  display: inline-block;
  width: 200px;
  background-color: #FFF;
  margin-left: 5px;
}

div.agendaCol{
  width: 340px;
  margin-right: 35px;
  float: left;
}
div.agendaCol:nth-child(3){
  margin-right: 0px;
}
div.agendaMonth{
  margin-bottom: 20px;
  padding-bottom: 14px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  background-image: url("../images/lijn-blauw-1.svg");
}
div.agendaMonth p{
  font-size: 1.4em;
  color: #009fe3;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 5px;
}



/*      CLIENTS     */
div.content.clients div.mainText{
  text-align: center;
}
div.content.clients div.squareHolder{
  margin-bottom: 0px;
}
div.pageNavHolder{
  padding-bottom: 60px;
}
div.pageNav{
  text-align: right;
  color: #009fe3;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 26px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  padding-top: 30px;
}
div.pageNav span{
  display: inline-block;
  padding-right: 10px;
}
div.pageNav a{
  color: #f49600;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
}
div.pageNav a:hover{
  color: #009fe3;
}
div.pageNav a.active{
  color: #009fe3;
  border: solid 2px #009fe3;
  line-height: 26px;
}

div.tabHolder div.tab{
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  float: left;
  background-color: #f49600;
  color: #FFF;
  cursor: pointer;
  margin-right: 2px;
}

div.tabHolder div.tab.active, div.tabHolder div.tab:hover{
  background-color: #009fe3;
}

div.tabContentHolder{
  background-color: #f7f7f7;
  padding: 45px;
  font-size: 0.9em;
  letter-spacing: 0px;
}
div.tabContentHolder div.tabContent{
  display: none;
}
div.tabContentHolder div.tabContent:first-child{
  display: block;
}
div.tabContentHolder div.tabContent strong{
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  color: #444;
}
div.tabContentHolder div.tabContent li{
  background: none;
  position: relative;
  padding-left: 30px;
}
div.tabContentHolder div.tabContent li:before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  left: 0px;
  font-size: 0.75em;
  color: #f49600;
}


div.clientLogo{
  width: 100%;
  padding: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  margin-bottom: 30px;
}
div.clientLogo img{
  display: block;
  width: 100%;
}

div.clientOverview,
div.catHolder,
div.blogRecent,
div.blogCategories,
div.blogTags,
div.blogNewsletter{
  margin-bottom: 40px;
}
div.clientOverview p,
div.catHolder p,
div.blogRecent p,
div.blogCategories p,
div.blogTags p,
div.blogNewsletter p{
  font-size: 1.5em;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  color: #f49600;
  margin-bottom: 10px;
}
div.blogNewsletter span{
  display: block;
  margin-top: 10px;
}
div.clientOverview a,
div.catHolder div.cat{
  display: block;
  background-color: #f2f2f2;
  color: #616161;
  padding: 10px;
  padding-left: 20px;
  padding-right: 45px;
  box-sizing: border-box;
  margin-bottom: 2px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  background-image: url("../images/pijl-right-zwart.svg");
  background-position: right 20px center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.clientOverview a:last-child{
  display: inline-block;
  background: none;
  color: #f49600;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0px;
  line-height: 36px;
  height: 40px;
  border: solid 2px #f49600;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}

div.content.clients div.sideText div.contact a{
  display: inline-block;
  line-height: 35px;
  height: 39px;
  box-sizing: border-box;
  border: solid 2px #FFF;
  padding-left: 20px;
  padding-right: 20px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}


/*      BLOG      */
div.blogHolder a{
  display: block;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  background-image: url("../images/lijn-blauw-3.svg");
}
div.blogHolder a span.imageHolder,
div.blogImage{
  display: block;
  float: left;
  width: 232px;
  height: 106px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
div.blogImage{
  width: 100%;
  height: 0px;
  padding-top: 45.7%;
  position: relative;
  float: none;
}
div.blogHolder a span.iconHolder,
div.blogImage div.iconHolder{
  display: block;
  width: 232px;
  height: 106px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: center center;
}
div.blogImage div.iconHolder{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
div.blogHolder a span.textHolder{
  display: block;
  padding-left: 260px;
  min-height: 140px;
}
div.blogHolder a span.title{
  display: block;
  color: #009fe3;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.2em;
}
div.blogHolder a span.date,
div.blogHolder a span.author,
div.blogInfo span.date,
div.blogInfo span.author{
  display: inline-block;
  color: #adadad;
  font-size: 0.9em;
}
div.blogHolder a span.date,
div.blogInfo span.date{
  padding-right: 5px;
}
div.blogHolder a span.date i,
div.blogHolder a span.author i,
div.blogInfo span.date i,
div.blogInfo span.author i{
  padding-right: 8px;
}
div.blogHolder span.categoryHolder,
div.blogInfo span.categoryHolder{
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: top;
  line-height: 25px;
}
div.blogHolder span.categoryHolder img,
div.blogInfo span.categoryHolder img{
  display: inline-block;
  height: 25px;
  vertical-align: top;
}
div.blogHolder a span.text{
  display: block;
  font-size: 0.9em;
  min-height: 125px;
  font-weight: 400;
}
div.blogHolder span.readmore{
  display: inline-block;
  color: #f49600;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}
div.content.blog div.pageNav{
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
}

div.blogRecent a{
  display: block;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #009fe3;
  font-size: 0.9em;
  line-height: 1.2em;
  padding-bottom: 5px;
}

div.blogCategories a.orangeIcon{
  display: block;
  height: 45px;
  background-repeat: no-repeat;
  background-size: auto 45px;
  background-position: left center;
  padding-left: 65px;
  margin-bottom: 10px;
}
div.blogCategories a.orangeIcon.icon22{
  background-image: url("../images/icon-advies-oranje.svg");
}
div.blogCategories a.orangeIcon.icon23{
  background-image: url("../images/icon-workshops-oranje.svg");
}
div.blogCategories a.orangeIcon.icon24{
  background-image: url("../images/icon-software-oranje.svg");
}
div.blogCategories a.orangeIcon.icon38{
  background-image: url("../images/icon-processen-oranje.svg");
}
div.blogCategories a.orangeIcon.icon40{
  background-image: url("../images/icon-risicomanagement-oranje.svg");
}
div.blogCategories a.orangeIcon.icon39{
  background-image: url("../images/icon-verbetermanagement-oranje.svg");
}


div.blogCategories a.orangeIcon.iconRasci{
  background-image: url("../images/logo-blauw.svg");
  background-position: 5px center;
  background-size: auto 40px;
}
div.blogCategories a.orangeIcon.iconCofano{
  -background-image: url("../images/logo-blauw.svg");
  background-position: 5px center;
  background-size: auto 40px;
  margin-bottom: 0px;
}
div.blogCategories a.orangeIcon>span{
  display: block;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  color: #009fe3;
  line-height: 40px;
}
div.blogCategories a.orangeIcon>span:first-child{
  text-transform: uppercase;
  font-size: 1.3em;
  padding-top: 0px;
}
/*
div.blogCategories a.orangeIcon.iconRasci>span:first-child,
div.blogCategories a.orangeIcon.iconCofano>span:first-child{
  text-transform: none;
  padding-top: 0px;
  line-height: 45px;
}
*/

div.blogTags a,
div.blogHolder a span.tag,
div.blogInfo span.tag{
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f49600;
  color: #FFF;
  margin: 0px;
  margin-bottom: 5px;
  margin-right: 1px;
  height: 30px;
  line-height: 30px;
  font-size: 0.8em;
  border: none;
}
div.blogHolder a span.tag,
div.blogInfo span.tag{
  display: inline-block;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 25px;
  line-height: 25px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 0px;
  vertical-align: top;
}

div.content.blog div.mainText.white div.blogHeading{
  margin-bottom: 20px;
}
div.content.blog div.mainText.white div.blogInfo{
  margin-top: 40px;
  padding-right: 100px;
}
div.content.blog div.mainText.white div.blogInfo h1{
  padding-top: 0px;
  margin: 0px;
}
div.socialSharing{
  padding-top: 15px;
  margin-bottom: 10px;
  line-height: normal;
}
div.content.service div.socialSharing{
  padding-top: 30px;
}

div.socialSharing>div,
div.socialSharing>iframe,
div.socialSharing>span{
  vertical-align: top !important;
  margin-right: 10px;
}
div.socialSharing a.mailShare{
  display: inline-block;
  background-color: #009fe3;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: #FFF;
  vertical-align: top;
}
div.socialSharing a.mailShare span.fa{
  padding-right: 5px;
  font-size: 13px;
}

div.content.blog div.contactForm h2{
  color: #f49600;
}


/*      FAQ      */
div.faqList div.question{
  display: block;
  background-color: #f5f5f5;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  padding: 20px;
  padding-left: 25px;
  margin-bottom: 9px;
  position: relative;
  padding-right: 23px;
}
div.faqList div.title{
  line-height: 1.2em;
  cursor: pointer;
  vertical-align: top;
  color: #009fe3;
}
div.faqList div span.titleHolder{
  width: 80%;
  display: inline-block;
}
div.faqList div span.faqArrow{
  display: block;
  float: right;
  background-color: #f49600;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-image: url("../images/pijl-down-wit.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center center;
}
div.faqList div span.faqArrow.open{
  background-color: #009fe3;
  background-image: url("../images/pijl-up-wit.svg");
}
div.faqList div.text{
  display: none;
  margin-top: 25px;
  letter-spacing: 0px;
}
div.quickSearch input.inputText{
  border: solid 1px #009fe3;
  background-color: #FFF;
  color: #009fe3;
  margin-bottom: 30px;
  text-transform: none;
  line-height: 40px;
}
div.quickSearch input.inputText::-ms-clear{
  display: none;
}
article div.catTitle{
  line-height: 1.2em;
  font-size: 1.4em;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  color: #f49600;
  margin-top: 25px;
  margin-bottom: 10px;
}


/*      CONTACT     */
div.content.contact div.mainText{
  background-color: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
}
div.content.contact h1{
  color: #f49600;
}
div.contactBar{
  background-color: #f9f9f9;
}
div.contactBar{
  padding-top: 60px;
  padding-bottom: 60px;
}
div.contactBar div.textHolder{
  text-align: center;
  padding-bottom: 30px;
}
div.contactBlocks{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
div.contactBlocks div:not(.clear){
  width: 400px;
  float: left;
}
div.contactBlocks div img{
  float: left;
  width: 90px;
}
div.contactBlocks div p{
  padding-left: 115px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #a0a0a0;
}
div.contactBlocks div p span,
div.contactBlocks div p a{
  display: inline-block;
  color: #009fe3;
  font-size: 1.2em;
  text-decoration: none;
  padding-top: 28px;
}

div.formCol{
  width: 49%;
  margin-right: 2%;
  float: left;
}
div.formCol.last{
  margin-right: 0px;
}
input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #f2f2f2;
  color: #444;
  height: 42px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 42px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
select.inputSelect{
  padding-right: 0px;
  font-family: 'Raleway', sans-serif;
  color: #009fe3;
  text-transform: none;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #f2f2f2;
  color: #444;
  height: 104px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 15px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
div.content.blog textarea.inputArea{
  height: 146px;
}
div.content.service textarea.inputArea{
  height: 94px;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #f49600 !important;
  color: #FFF;
}
button.submitButton,
input.submitButton{
  display: block;
  width: 100%;
  text-align: right;
  -webkit-appearance: none;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  padding: 0px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  background-color: #009fe3;
  border: none;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}
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: #444;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #444;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #444;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #444;
}
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;
}

div.quickSearch input.inputText::-webkit-input-placeholder, /* Chrome/Opera/Safari */
div.quickSearch input.inputText::-moz-placeholder, /* Firefox 19+ */
div.quickSearch input.inputText:-ms-input-placeholder,
div.quickSearch input.inputText:-moz-placeholder{ /* Firefox 18- */
  color: #009fe3;
}

div.checkBoxHolder{
  margin-bottom: 10px;
  text-align: left;
}
div.checkBoxHolder input{
  display: none;
}
div.checkBoxHolder span.title{
  display: inline-block;
  line-height: 32px;
  padding-right: 20px;
}

div.checkBoxHolder div.checkBox{
  position: relative;
  display: inline-block;
  line-height: 32px;
  padding-right: 20px;
  cursor: pointer;
}
div.checkBoxHolder.error{
  color: #fc3e33;
}
div.checkBoxHolder div.checkBox div.box{
  width: 32px;
  height: 32px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 32px;
  position: absolute;
}
div.checkBoxHolder div.checkBox div.box span{
  color: #f49600;
  padding-left: 0px;
  display: none;
}
div.checkBoxHolder div.checkBox div.box span.active{
  display: inline;
}
div.checkBoxHolder div.checkBox span{
  padding-left: 40px;
  display: inline-block;
}

div.followUs{
  text-align: center;
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px
}
div.followUs h2{
  color: #f49600;
}
div.followUs div.divider{
  width: 75px;
  height: 2px;
  background-color: #f49600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
div.followUs div.socialHolder{
  text-align: center;
}
div.followUs div.socialHolder a{
  font-size: 2em;
  padding: 10px;
  color: #009fe3
}


/*      FOOTER      */
footer{
  width: 100%;
  background-color: #009fe3;
  color: #FFF;
  padding-bottom: 25px;
}
div.footerInfo{
  width: 100%;
  padding-top: 55px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
div.footerInfo div.infoBlock{
  float: left;
  width: 225px;
  margin-right: 80px;
}
div.footerInfo div.infoBlock:nth-child(1){
  padding-left: 95px;
}
div.footerInfo div.infoBlock:nth-child(2){
  width: 105px;
  margin-right: 0px;
}
div.footerInfo div.infoBlock:nth-child(3){
  width: 240px;
  margin-right: 0px;
  margin-top: 51px;
}
div.footerInfo div.infoBlock:nth-child(5){
  margin-right: 0px;
}
div.footerInfo div.infoBlock h3{
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
div.footerInfo div.infoBlock:first-child h3{
  text-transform: none;
}

div.footerInfo div.infoBlock nav a{
  display: block;
  background-image: url("../images/arrow-links-oranje.svg");
  background-size: 6px auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 16px;
}
div.footerInfo div.infoBlock nav a:hover{
  text-decoration: underline;
}

div.footerInfo div.infoBlock p.addressIcon,
div.footerInfo div.infoBlock p.phoneIcon{
  background-image: url("../images/icon_place-wit.svg");
  background-size: 20px auto;
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px;
}
div.footerInfo div.infoBlock p.phoneIcon{
  background-image: url("../images/icon-telefoon-wit.svg");
}
div.footerInfo div.infoBlock img{
  display: block;
  width: 80px;
  padding-left: 18px;
}
div.footerInfo div.infoBlock a.fa{
  padding-top: 46px;
  padding-right: 12px;
  font-size: 1.4em;
}

div.copyright{
  line-height: 72px;
  height: 72px;
  font-size: 0.8em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border-top: solid 1px #FFF;
}
div.copyright div.legal{
  font-size: 0.85em;
  font-weight: 400;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}
