/* zwart: #181818
groen: #a1ca48
paars: #7a326c
*/


/* 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: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #838383;
  background-color: #1b1b1b;
}

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

/*      HEADER      */
header{
  height: 190px;
  width: 100%;
  z-index: 2;
  background-color: #FFF;
  position: fixed;
  box-shadow: 0 1px 20px rgba(0,0,0,0.4);
}
header.home{
  background: none;
  box-shadow: none;
}
header.home.fixed{
  background-color: #FFF;
  box-shadow: 0 1px 20px rgba(0,0,0,0.4);
}

header div.headerInfo{
  position: relative;
  background-color: #181818;
  color: #FFF;
  height: 50px;
  padding-top: 8px;
  box-sizing: border-box;
}
header div.headerText{
  font-size: 0.8em;
  font-weight: 400;
}
header div.headerText.left{
  float: left;
}
header div.headerText.right{
  float: right;
}
header div.headerText p,
header div.headerText a{
  display: block;
  float: left;
  height: 28px;
  margin-right: 24px;
  white-space: nowrap;
}
header div.headerText.right a{
  margin-right: 0px;
  margin-left: 24px;
  font-size: 1.4em;
  line-height: 32px;
}
header div.headerText img,
header div.headerText span{
  display: inline-block;
  vertical-align: middle;
}
header div.headerText img{
  padding-right: 8px;
  height: 28px;
}
header div.headerText.left a:last-child img{
  height: 16px;
  padding-top: 2px;
}

div.menuHolder{
  height: 140px;
  padding-top: 28px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
}
header div.logoHolder{
  display: block;
  height: 84px;
  float: left;
}
header div.logoHolder img{
  display: block;
  height: 100%;
}

header div.langHolder{
  float: right;
  z-index: 10;
  margin-top: 30px; 
  font-weight: 400;
  text-transform: uppercase;
  color: #7a326c;
  background-image: url("../images/icon-talen.svg");
  background-size: 22px auto;
  background-position: left 3px;
  background-repeat: no-repeat;
}
.hidden{
  display: none !important;
}
header div.langHolder a{
  display: block;
  line-height: 29px;
  cursor: pointer;
  text-align: left;
  padding-left: 36px;
  box-sizing: border-box;
}
header div.langHolder a:first-of-type{
  height: 28px;
  line-height: 28px;
  background: none;
  background-image: url("../images/arrow-down.svg");
  background-size: 12px auto;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  border: none;
}

div.menuHolder a.portal{
  display: block;
  float: right;
  height: 36px;
  line-height: 36px;
  padding-left: 46px;
  padding-right: 16px;
  margin-top: 24px;
  margin-right: 28px;
  background-color: #7a326c;
  background-image: url("../images/icon-portal.svg");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 14px center;
  color: #FFF;  
}


div.menuHolder nav{
  float: right;
  position: relative;
  margin-right: 45px;
}
div.menuHolder nav>ul{
  height: 84px;
  text-align: right; 
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  height: 84px;
  line-height: 84px;
  padding-right: 35px;
  cursor: pointer;
  margin: 0px;
  color: #181818;
}
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.menuButton,
div.menuHolder nav ul li:nth-child(2){
  display: none;
}





/*      CONTENT      */
div.content{
  background-color: #FFF;
  padding-top: 190px;
}

div.crumblePath{
  background-color: #efefef;
  height: 50px;
  line-height: 50px;
  color: #7a326c;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
}
div.crumblePath div.nextPrevNav{
  float: left;
}
div.crumblePath div.nextPrevNav>span,
div.crumblePath div.nextPrevNav>a{
  display: block;
  float: left;
}
div.crumblePath div.nextPrevNav>span{
  opacity: 0.3;
}

div.crumblePath div.nextPrevNav .prev{
  margin-right: 20px;
}
div.crumblePath div.nextPrevNav .fa{
  font-size: 0.9em;
  line-height: 50px;
}
div.crumblePath div.nextPrevNav .next span:last-child{
  padding-left: 10px;
}
div.crumblePath div.nextPrevNav .prev span:first-child{
  padding-right: 10px;
}

div.crumblePath div.crumbles{
  text-align: right;
  float: right;
}
div.crumblePath div.crumbles span,
div.crumblePath div.crumbles a{
  display: inline-block;
  height: 50px;
  padding: 0px;
  vertical-align: middle;
}
div.crumblePath div.crumbles span{
  color: #1d2629;
}

div.mainContent{
  padding-top: 90px;
  padding-bottom: 90px;
}

article{
  width: 600px;
  float: left;
  box-sizing: border-box;
}
article h1{
  line-height: 1.2em;
  font-size: 2.3em;
  padding-bottom: 25px;
  color: #181818;
  font-weight: 900;
  text-transform: uppercase;
}
article h1 b{
  font-weight: 900;
}
article h2{
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.1em;
  color: #181818;
}
article h3{
  font-weight: 400;
  color: #000;
  font-size: 1.3em;
}

article h4{
  font-weight: 400;
  color: #7a326c;
  font-size: 1em;
}

article p{
}
article p strong{
  font-weight: 700;
}
article p a, article ul a, article ol a{
  color: #7a326c;
  text-decoration: underline;
}
aside{
  width: 600px;
  margin-right: 50px;
  float: left;
  padding-top: 10px;
}
aside img{
  display: block;
  width: 100%;
}

div.quoteHolder{
  background-color: #a1ca48;
  color: #FFF;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
}

div.extraContent section{
  padding: 60px;
  padding-left: 100px;
  padding-right: 100px;
}
div.extraContent section h2{
  text-align: center;
  font-weight: 400;
  font-size: 2.1em;
  text-transform: uppercase;
  color: #181818;
}
div.extraContent section ul{
  float: left;
  width: 40%;
  margin-top: 40px;
}
div.extraContent section ul:first-of-type{
  margin-left: 10%;
  width: 50%;
}
div.extraContent section ul li{
  list-style: none;
  background-image: url("../images/check.svg");
  background-size: 21px auto;
  background-position: left 8px;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #181818;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

div.extraContent section p{
  clear: both;
  text-align: center;
  padding-top: 30px;
}

div.footerGallery{
  font-size: 0px;
  line-height: 0px;
}
div.footerGallery a{
  display: inline-block;
  width: 20%;
}
div.footerGallery a img{
  display: block;
  width: 100%;
}




/*      HOME     */
div.content.home{
  padding-top: 0px;
}
div.content.home div.centerContent.headerImage img{
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
div.videoWrapper{
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: relative;
}
div.videoWrapper iframe{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: none;
}


div.content.home div.mainContent{
  padding-top: 135px;
}
div.content.home div.mainContent article{
  width: 100%;
}
div.content.home div.mainContent article h1{
  text-align: center;
  font-weight: 400;
}
div.homeBlocks{
  padding-left: 70px;
  padding-right: 20px;
  padding-top: 60px;
}
div.homeBlocks a{
  display: block;
  background-size: 95px 95px;
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 580px;
  box-sizing: border-box;
  padding-right: 50px;
  padding-left: 118px;
  padding-bottom: 60px;
}
div.homeBlocks a:nth-child(2n+1){
  clear: both;
}
div.homeBlocks a span.title{
  font-size: 1.4em;
  font-weight: 700;
  color: #181818;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
}

div.serviceBar{
  background-color: #ededed;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
}
div.serviceBar img{
  width: 100%;
  display: block;
}


/*      DOWNLOADS      */
div.content.downloads article{
  width: 795px;
  float: left;
}
div.downloadHolder{
  margin-top: 40px;
}
div.downloadHolder a{
  display: block;
  background-color: #efefef;
  color: #692563;
  padding: 15px;
  font-size: 0.9em;
  font-weight: 700;
  padding-right: 150px;
  padding-left: 25px;
  margin-bottom: 9px;
  position: relative;
  text-transform: uppercase;
}
div.downloadHolder a span{
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  background-color: #692563;
  color: #FFF;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 36px;
}
div.content.downloads aside{
  width: 400px;
  margin: 0px;
  margin-left: 55px;
}
div.content.downloads aside h2{
  font-size: 1.8em;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
}
div.content.downloads aside div.catHolder{
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
}
aside div.catHolder a{
  display: block;
  line-height: 37px;
  border-bottom: solid 2px #efefef;
  padding-left: 25px;
  color: #191919;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}
aside div.catHolder a:last-child{
  border-bottom: none;
}
aside div.catHolder a span{
  display: block;
  float: right;
  line-height: 37px;
  color: #692563;
  margin-right: 25px;
  font-size: 0.8em;
}


/*      PROJECTS      */
div.content.projects div.mainContent,
div.content.projectdetail div.mainContent{
  padding-bottom: 0px;
}
div.content.projects article{
  text-align: center;
  width: 100%;
}
div.content.projects article h1{
  font-weight: 300;
}

div.filterHolder{
  background-color: #efefef;
  padding: 25px;
  padding-right: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 70px;
  font-size: 0.9em;
}
div.filterHolder p{
  color: #191919;
  float: left;
  line-height: 32px;
}
div.filterHolder div.filters{
  padding-left: 180px;
}
div.filterHolder div.filters div{
  background-color: #692563;
  color: #FFF;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 32px;
  height: 32px;
  cursor: pointer;
  margin-right: 10px;
  opacity: 0.15;
  margin-bottom: 10px;
}
div.filterHolder div.filters div.filterActive{
  background-color: #a1ca48;
  color: #FFF;
  opacity: 1;
}


div.projectHolder{
  margin-top: 26px;
}
div.projectHolder a{
  display: block;
  float: left;
  width: 20%;
  height: 0px;
  padding-top: 13.5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
  border: solid 1px #FFF;
  border-bottom: none;
  border-top: solid 2px #FFF;
}
div.projectHolder a:nth-child(5n){
  border-right: none;
}
div.projectHolder a:nth-child(5n-4){
  border-left: none;
}
div.content.home div.projectHolder a:nth-of-type(n+11){
  display: none;
}


div.projectHolder a:hover span.mouseover{
  display: block;
}
div.projectHolder a span.mouseover{
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
}
div.projectHolder a span.vertText{
  display: table;
  width: 100%;
  height: 100%;
}
div.projectHolder a span.vertText span.textHolder{
  display: table-cell;
  width: 100%;
  vertical-align: center;
  color: #FFF;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
div.projectHolder a span.vertText span.textHolder img{
  display: block;
  width: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
div.projectHolder a span.vertText span.textHolder span{
  display: block;
  font-size: 0.85em;
  font-weight: 400;
}
div.content.home div.projectHolder a.allProjects{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  margin-top: 70px;
  float: none;
  height: 55px;
  padding-top: 0px;
  background: none;
  background-color: #a1ca48;
  color: #FFF;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
  border: none; 
  text-align: center;
  border: solid 1px #FFF;
  cursor: pointer;
}



div.content.projects div.quoteHolder{
  background-color: #692563;
}

div.content.projectdetail aside,
div.content.projectdetail article{
  padding-bottom: 90px;
}
div.content.projectdetail article iframe{
  width: 100% !important;
}

div.content.projectdetail aside{
  width: 602px;
  margin-right: 48px;
  float: left;
}
div.content.projectdetail aside a{
  display: block;
  width: 600px;
  margin-bottom: 2px;
  margin-right: 2px;
  float: left;
}
div.content.projectdetail aside a.portrait{
  width: 299px;
  height: 390px;
  overflow: hidden;
}
div.content.projectdetail aside a img{
  display: block;
  width: 100%;
}

div.content.projectdetail h1{
  line-height: 0.8em;
  padding-top: 5px;
}
div.projectSummary{
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
  font-size: 0.9em;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
}
div.projectSummary h4{
  float: left;
  color: #191919;
  text-transform: uppercase;
}
div.projectSummary p,
div.projectSummary>a{
  display: block;
  padding-left: 160px;
  color: #692563;
}
div.projectSummary p{
  padding-right: 50px;
}
div.projectSummary p a{
  text-decoration: none;
}
div.projectSummary div.divider{
  height: 2px;
  background-color: #efefef;
  margin-top: 5px;
  margin-bottom: 5px;
}



/*      CONTACT     */
div.nawHolder{
  border-top: solid #000 4px;
  border-bottom: solid #000 4px;
  margin-top: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 700;
}
div.nawHolder h3{
  color: #181818;
  font-size: 0.9em;
  margin-bottom: 10px;
}
div.nawHolder p{
  font-size: 0.9em;
}
div.nawHolder a{
  display: block;
  color: #7a326c;
}


div.nawHolder img{
  height: 28px;
  margin-right: 12px;
}
div.nawHolder a:nth-child(3) img{
  height: 16px;
}
div.nawHolder a:nth-child(2) img,
div.nawHolder a:nth-child(8) img{
  margin-right: 20px;
}
div.nawHolder img, span{
  display: inline-block;
  vertical-align: middle;
}

div.nawHolder div.divider{
  height: 4px;
  background-color: #efefef;
  margin-top: 20px;
  margin-bottom: 16px;
}
div.formHolder{
  background-color: #efefef;
  padding-top: 65px;
  padding-bottom: 65px;
}
div.formHolder div.centerContent{
  padding-left: 65px;
  padding-right: 65px;
}
div.formCol{
  width: 49%;
  float: left;
}
div.formCol.last{
  margin-left: 2%;
}
input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #dedede;
  color: #000;
  height: 40px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 40px;
  margin-bottom: 5px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #dedede;
  color: #000;
  height: 85px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
  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: #7a326c;
  color: #FFF;
}
button.submitButton{
  -webkit-appearance: none;
  display: block;
  width: 100%;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  height: 40px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background-color: #7a326c;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  text-align: right;
}
button.submitButton span{
  vertical-align: middle;
}
button.submitButton span.fa{
  padding-left: 20px;
  font-size: 0.9em;
  line-height: 40px;
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #000;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #000;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #000;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #000;
}
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.checkBoxHolder{
  margin-bottom: 10px;
  color: #838383;
  font-weight: 400;
  line-height: 40px;
}
div.checkBoxHolder input{
  display: none;
}
div.checkBoxHolder span.title{
  display: inline-block;
  line-height: 40px;
  padding-right: 20px;
}

div.checkBoxHolder div.checkBox{
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding-right: 20px;
  cursor: pointer;
}
div.checkBoxHolder.error{
  color: #fc3e33;
}
div.checkBoxHolder div.checkBox div.box{
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #dedede;
  text-align: center;
  line-height: 20px;
  position: absolute;
}
div.checkBoxHolder div.checkBox div.box span{
  color: #7a326c;
  padding-left: 0px;
  display: none;
}
div.checkBoxHolder div.checkBox div.box span.active{
  display: inline;
}
div.checkBoxHolder div.checkBox span{
  padding-left: 28px;
  display: inline-block;
}



/*      FOOTER      */
footer{
  width: 100%;
  background-color: #000;
}
div.footerInfo{
  width: 100%;
  padding-top: 55px;
  padding-bottom: 65px;
  text-align: center;
}
div.footerInfo div.infoBlock{
  display: inline-block;
  box-sizing: border-box;
  color: #646464;
  width: 500px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  font-size: 1em;
  line-height: 1.2em;
}
div.footerInfo div.infoBlock:nth-child(2){
  width: 240px;
}
div.footerInfo div.infoBlock img{
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
div.footerInfo div.infoBlock h3{
  color: #FFF;
  font-size: 1em;
}
div.footerInfo div.infoBlock p{
  display: inline-block;
}
div.footerInfo div.infoBlock:first-child,
div.footerInfo div.infoBlock  a{
  color: #b2b2b2;
}
div.footerInfo div.infoBlock:first-child a:last-child{
  color: #FFF;
}

div.copyright{
  font-size: 0.7em;
  line-height: 1.2em;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #1b1b1b
}
div.copyright div.footerLeft{
  float: left;
  padding-left: 70px;
  color: #FFF;
}
div.copyright div.footerLeft a{
  padding-right: 15px;
  font-size: 1.3em;
}
div.copyright div.legal{
  font-weight: 400;
  color: #FFF;
  float: right;
  padding-right: 110px;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}
