/*
Blauw: #07326b;
*/


/* 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: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #010101;
  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; 
}

strong{
  font-weight: 700;
}

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

.textTable{
  display: table;
  width: 100%;
  height: 100%;
}
.textCell{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}


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

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

div.headerBar{
  height: 138px;
  padding-top: 20px;
  box-sizing: border-box;
  background-color: #FFF;
}
div.headerBar p{
  position: absolute;
  left: 0px;
  height: 90px;
  font-family: 'Cairo', sans-serif;
  line-height: 90px;
  font-weight: 700;
  color: #07326b;
}
div.headerBar p a{
  margin-right: 38px;
}
div.headerBar p a:hover{
  text-decoration: underline;
}
div.headerBar p a span{
  padding-right: 10px;
}

div.headerBar a.logoHolder img{
  display: block;
  width: 300px;
  padding-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
div.visual{
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 35%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.visual div.overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /*
  background-image: url('../images/overlay.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  */
  padding-top: 30px;
  box-sizing: border-box;
  font-family: 'Cairo', sans-serif;
  font-size: 2.6em;
  line-height: 1em;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}

div.menuHolder{
  position: absolute;
  top: 15px;
  width: 100%;
  box-sizing: border-box; 
}
div.menuHolder nav{
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #FFF;
  cursor: pointer;
  margin: 0px;
  padding-left: 42px;
  padding-right: 42px;
  box-sizing: border-box;
  border-right: solid 3px #2baaff;
}
div.menuHolder nav>ul>li:nth-child(2){
  padding-left: 0px;
}
div.menuHolder nav>ul>li:last-child{
  padding-right: 0px;
  border: none;
}
div.menuHolder nav ul li:hover{
  color: #2baaff;
}

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{
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
div.menuHolder nav ul li ul li{
  font-size: 0.6em;
  display: block;
  border: none;
  color: #07326b;
  line-height: 1em;
  height: auto;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255,255,255,0.7);
}
div.menuHolder nav ul li ul li:first-child{
  padding-top: 20px;
}
div.menuHolder nav ul li ul li:last-child{
  padding-bottom: 20px;
}
div.menuHolder nav ul li.menuButton{
  display: none;
}


/*      CONTENT      */
div.content{
}

article{
  width: 100%;
  box-sizing: border-box;
}


article h1,
h3.referals,
div.content.referenties article h2,
div.content.contact article h2.locationTitle{
  font-family: 'Cairo', sans-serif;
  font-size: 2.4em;
  line-height: 1em;
  color: #07326b;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
}
div.content.contact article h2.locationTitle{
  margin-top: 0px;
}

div.content.referenties article h2{
  padding-bottom: 0px;
}
article h2{
  font-family: 'Cairo', sans-serif;
  font-size: 2.2em;
  line-height: 1em;
  color: #07326b;
  font-weight: 700;
}

div.content div.contentRow div.textHolder ul{
  margin-left: 35px;
}

div.quoteBar,
div.contactBar{
  background-color: #011827;
  color: #FFF;
  font-family: 'Cairo', sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  text-transform: uppercase;
}

div.contactBar{
  font-size: 2em;
  padding-top: 45px;
  padding-bottom: 45px;
  text-transform: uppercase;
}
div.contactBar.marginTop{
  margin-top: 45px;
}
div.contactBar.marginBottom{
  margin-bottom: 100px;
}
div.contactBar p{
  font-size: 0.7em;
}

div.contactBar a{
  font-size: 0.7em;
  display: inline-block;
  background-color: #07326b;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 3px;
  border: none;
  cursor: pointer;
}
div.contactBar div.imageHolder{
  position: absolute;
  left: 225px;
  top: -20px;
  width: 150px;
  height:150px;
  border-radius: 75px;
  overflow: hidden;
}
div.contactBar div.imageHolder img{
  width: 100%;
  height: 100%;
  display: block;
}



/*      HOME     */
div.content.home div.contentRow{
  margin-bottom: 60px;
}
div.content.home div.rowHolder.noMargin,
div.content.home div.contentRow.noMargin{
  margin-bottom: 0px;
}
div.content.home h1{
  text-transform: none;
  text-align: center;
}
div.content.home h1 div.centerContent{
  padding-left: 10%;
  padding-right: 10%;
}

div.content.home div.contentRow p{
  line-height: 1.57em;
}
div.content.home div.contentRow h3{
  color: #353434;
  font-weight: 700;
  margin-top: 40px;
  font-size: 1.5em;
}
div.content.home div.contentRow h2{
  margin-top: 50px;
}
div.content.home div.contentRow.home h2{
  margin-top: 0px;
}


div.content.home div.contentRow div.textHolder{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/*      OPLOSSINGEN     */
div.solutionHolder{
  background-image: url("../images/divider.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

div.solutionHolder a{
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
}
div.solutionHolder a:nth-child(3){
  margin-right: 0px;
}
div.solutionHolder a span.imageHolder{
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.solutionHolder a:hover span.imageHolder span.mouseOver{
  display: block;
}
div.solutionHolder a:hover span.textHolder span.open{
  color: #07326b;
}
div.solutionHolder a span.imageHolder span.mouseOver{
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(43,170,255,0.34);
}
div.solutionHolder a span.imageHolder span.titleHolder{
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  font-family: 'Cairo', sans-serif;
  font-size: 2.8em;
  line-height: 1em;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
}

div.solutionHolder a span.textHolder{
  display: block;
  background-color: #FFF;
  padding: 20px;
}
div.solutionHolder a span.textHolder span.title{
  display: block;
  font-family: 'Cairo', sans-serif;
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
  text-transform: uppercase;
}
div.solutionHolder a span.textHolder span.open{
  font-family: 'Cairo', sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2baaff;
  text-transform: uppercase;
  white-space: nowrap;
}


/*      WERKWIJZE     */
div.content.home h1,
div.content.werkwijze h1,
div.content.contact h1{
  background-image: url("../images/divider.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
div.content div.rowHolder{
  margin-bottom: 120px;
}
div.content.home div.contentRow.home,
div.content.werkwijze div.contentRow,
div.content.oplossingen div.contentRow{
  background-image: url("../images/divider.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
div.content.oplossingen div.contentRow{
  background: none;
  padding-top: 40px;
  padding-bottom: 0px;
}
div.content.home div.contentRow.home div.textHolder,
div.content.werkwijze div.contentRow div.textHolder,
div.content.oplossingen div.contentRow div.textHolder{
  width: 62.7%;
  float: right;
  text-align: right;
  margin-top: 30px;
}
div.content.home div.contentRow.home div.textHolder{
  margin-top: 0px;
}
div.content.oplossingen div.contentRow div.textHolder{
  width: 46.4%;
  margin-top: 0px;
}

div.content.oplossingen div.contentRow.smallImage div.textHolder{
  width: 67%;
}

div.content.oplossingen div.contentRow div.textHolder{
  text-align: left;
}
div.content.home div.contentRow.home:nth-child(even) div.textHolder,
div.content.werkwijze div.contentRow:nth-child(even) div.textHolder,
div.content.oplossingen div.contentRow:nth-child(even) div.textHolder{
  float: left;
  text-align: left;
}
div.content.home div.contentRow.home h2,
div.content.werkwijze div.contentRow h2,
div.content.oplossingen div.contentRow h2{
  margin-bottom: 30px;
}
div.content.oplossingen div.contentRow h3{
  color: #010101;
  font-family: 'Cairo', sans-serif;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
}
div.content.home div.contentRow.home div.imageHolder,
div.content.werkwijze div.contentRow div.imageHolder,
div.content.oplossingen div.contentRow div.imageHolder{
  width: 31.8%;
  float: left;
}
div.content.oplossingen div.contentRow div.imageHolder{
  width: 48.9%;
}
div.content.oplossingen div.contentRow.smallImage div.imageHolder{
  width: 23.4%;
}
div.content.home div.contentRow.home:nth-child(even) div.imageHolder,
div.content.werkwijze div.contentRow:nth-child(even) div.imageHolder,
div.content.oplossingen div.contentRow:nth-child(even) div.imageHolder{
  float: right;
}
div.content.home div.contentRow.home div.imageHolder img,
div.content.werkwijze div.contentRow div.imageHolder img,
div.content.oplossingen div.contentRow div.imageHolder img{
  display: block;
  width: 100%;
}

div.content.oplossingen div.contentRow div.imageHolder div.iframeHolder{
  height: 0px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
div.content.oplossingen div.contentRow div.imageHolder iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}


/*      REFERALS    */
div.referalHolder{
  margin-bottom: 50px;
}
div.referalHolder a{
  display: block;
  float: left;
  width: 50%;
}
div.referalHolder a:nth-child(2n+1){
  clear: both;
}

div.referalHolder a span.imageHolder{
  width: 50%;
  float: left;
  height: 0px;
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
div.referalHolder a span.imageHolder span.arrow{
  display: block;
  width: 0px;
  height: 0px;
  border-right: solid #FFF 24px;
  border-top: solid transparent 24px;
  border-bottom: solid transparent 24px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.referalHolder a:nth-child(4n-1) span.imageHolder span.arrow,
div.referalHolder a:nth-child(4n) span.imageHolder span.arrow{
  left: 0px;
  right: auto;
  border-left: solid #FFF 24px;
  border-right: none;
}

div.referalHolder a span.textHolder{
  width: 50%;
  float: right;
  padding: 25px;
  padding-top: 40px;
  box-sizing: border-box;
}
div.referalHolder a:nth-child(4n-1) span.imageHolder,
div.referalHolder a:nth-child(4n) span.imageHolder{
  float: right;
}
div.referalHolder a:nth-child(4n-1) span.textHolder,
div.referalHolder a:nth-child(4n) span.textHolder{
  float: left;
}
div.referalHolder a span.textHolder span.title{
  font-family: 'Cairo', sans-serif;
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block
}
div.referalHolder a span.textHolder span.subtitle,
div.referalHolder a span.textHolder span.open{
  font-family: 'Cairo', sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2baaff;
  display: block
}

div.referalHolder a span.textHolder span.open{
  text-transform: uppercase;
  font-size: 1em;
  display: inline-block;
}
div.referalHolder a:hover span.textHolder span.open{
  color: #07326b;
}


div.content.referenties ul.sectorNav{
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
div.content.referenties ul.sectorNav li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 1.64em;
  line-height: 1em;
  text-transform: uppercase;
  color: #07326b;
  cursor: pointer;
  margin: 0px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-right: solid 3px #07326b;
}
div.content.referenties ul.sectorNav li:first-child{
  border-left: solid 3px #07326b;
}

div.content.referenties ul.sectorNav li:hover,
div.content.referenties ul.sectorNav li.active{
  color: #2baaff;
}

div.referalInfo{
  background-image: url("../images/divider.jpg");
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100% auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
article div.referalInfo h1{
  text-align: left;
  color: #5a5757;
  padding-bottom: 30px;
}
article div.referalInfo h3{
  text-align: left;
  color: #5a5757;
  margin-bottom: 20px;
}

article div.referalInfo div.textHolder{
  width: 48%;
  float: left;
}
article div.referalInfo div.imageHolder{
  width: 48%;
  float: right;
  padding-top: 50px;
}
article div.referalInfo div.imageHolder img{
  width: 100%;
  display: block;
}
article div.referalInfo div.quoteHolder{
  color: #1d3358;
  font-family: 'Cairo', sans-serif;
  font-size: 2.4em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
  margin-left: 15%;
  margin-right: 15%;
}
article div.referalInfo div.quoteHolder div.quoteName{
  font-size: 0.6em;
  line-height: 1em;
  margin-top: 30px;
}
article div.referalInfo nav{
  text-align: center;
  margin-top: 30px;
}
article div.referalInfo nav a{
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("../images/arrow-left.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-right: 5px;
}
article div.referalInfo nav a:hover{
  background-image: url("../images/arrow-left-over.png");
}
article div.referalInfo nav a.next{
  background-image: url("../images/arrow-right.png");
}
article div.referalInfo nav a.next:hover{
  background-image: url("../images/arrow-right-over.png");
}



/*      CONTACT    */
div.content.contact div.contentRow{
  padding-top: 50px;
  padding-bottom: 20px;
}
div.content.contact div.textCol{
  width: 48%;
  margin-right: 4%;
  float: left;
}
div.content.contact div.textCol:nth-child(2){
  width: 22%;
}
div.content.contact div.textCol:nth-child(1) h2{
  font-size: 1.7em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
div.content.contact div.textCol:nth-child(2) h2{
font-size: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}


div.content.contact div.contentRow div.imageHolder{
  width: 22%;
  float: left;
}
div.content.contact div.contentRow div.imageHolder img{
  width: 100%;
  display: block;
}

div.content.contact div.contentRow div.imageHolder{
  text-align: center;
}
div.content.contact div.contentRow div.imageHolder h3{
  margin-top: 10px;
}

div.content.contact div.locationHolder{
  background-image: url("../images/divider.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 50px;
  margin-bottom: 50px;
}
div.content.contact div.locationHolder div.location{
  float: left;
  width: 33.3%;
  margin-bottom: 30px;
  text-align: center;
}

div.formHolder{
  background-image: url("../images/divider.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-bottom: 100px;
}
div.formHolder h2{
  font-size: 1.7em;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
  text-transform: uppercase;
}

div.formCol{
  width: 48%;
  float: left;
}
div.formCol.last{
  margin-left: 4%;
}

input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #2e4450;
  height: 40px;
  font-family: 'Cairo', sans-serif;
  font-size: 1em;
  line-height: 40px;
  margin-bottom: 10px;
  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: #FFF;
  color: #2e4450;
  height: 140px;
  font-family: 'Cairo', sans-serif;
  font-size: 1em;
  margin-bottom: 10px;
  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: #a20032;
  color: #FFF;
}
div.content.contact div.imageHolder a,
button.submitButton{
  -webkit-appearance: none;
  display: block;
  font-family: 'Cairo', sans-serif;
  background-color: #07326b;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 3px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  float: right;
  font-size: 1.4em;
}
div.content.contact div.imageHolder a{
  float: none;
  margin-top: 10px;
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #2e4450;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #2e4450;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #2e4450;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #2e4450;
}
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: #011827;
  color: #ccc8c9;
}

div.footerInfo{
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
}
div.footerInfo div.infoBlock{
  display: block;
  float: left;
  width: 25%;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  padding-top: 28px;
  padding-bottom: 10px;
  padding-left: 28px;
  border-right: solid 1px #07326b;
  font-size: 0.85em;
  line-height: 1.8em;
  min-height: 122px;
}
div.footerInfo div.infoBlock:nth-child(4){
  border: none;
}
div.footerInfo div.infoBlock img{
  display: inline-block;
  height: 42px;
  margin-top: 20px;
}
div.footerInfo h3{
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Cairo', sans-serif;
}
div.footerInfo div.infoBlock p{
  font-weight: 400;
}
div.footerInfo div.infoBlock a:hover{
  text-decoration: underline;
}
div.supplier{
  text-align: center;
  margin-top: 30px;
  font-size: 0.85em;
}
div.supplier img{
  display: inline-block;
  height: 30px;
  margin: 10px;
  
}

div.copyright{
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1em;
  text-align: center;
  background-color: #07326b;
}
div.copyright div.legal{
  color: #AAA;
  font-size: 0.8em;
  font-weight: 400;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}



/*    HOME ANIMATION    */
div.content.home div.textHolder{
  z-index: 10;
  position: relative;
}
div.graphicPos{
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
iframe.graphicHolder,
div.graphicHolder{
  position: relative;
  width: 1020px;
  height: 870px;
  border: none;
  overflow: hidden;
  margin-left: 87px;
  margin-top: -100px;
  z-index: 1;
}
div.graphicHolder{
  display: none;
}
div.graphicHolder a{
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
}
div.graphicHolder a.button1{
  left: 267px;
  top: 307px;
}
div.graphicHolder a.button2{
  left: 383px;
  top: 185px;
}
div.graphicHolder a.button3{
  left: 383px;
  top: 595px;
}
div.graphicHolder a.button4{
  left: 541px;
  top: 595px;
}
div.graphicHolder a.button5{
  left: 663px;
  top: 479px;
}
div.graphicHolder a.button6{
  left: 663px;
  top: 307px;
}
div.graphicHolder a.button7{
  left: 541px;
  top: 185px;
}
div.graphicHolder a.button8{
  left: 267px;
  top: 479px;
}

/*
#Dial.rotate{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
*/
div.content.home div.sectorTextHolder,
div.content.referenties div.sectorTextHolder{
  width: 220px;
  height: 220px;
  position: absolute;
  left: 490px;
  top: 225px;
  z-index: 2;
  text-align: center;
}
div.content.home div.sectorText,
div.content.referenties div.sectorText{
  display: none;
  width: 100%;
  height: 100%;
}
div.content.home div.sectorText h3,
div.content.referenties div.sectorText h3{
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0px;
}
div.content.home div.sectorText p,
div.content.referenties div.sectorText p{
  color: #FFF;
  line-height: 2.5em;
}
div.graphicPos.static div.graphicHolder{
  background-image: url("../images/infographic.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
}
div.graphicPos.static iframe.graphicHolder{
  display: none;
}
div.content.home div.graphicPos.static div.sectorTextHolder,
div.content.referenties div.graphicPos.static div.sectorTextHolder{
  top: 325px;
}
div.content.referenties div.graphicPos.static div.sectorTextHolder.bottom{
  top: 375px;
}
