html, body{
  margin: 0;
  padding: 0;
}

#banner{
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #69b6cc;
  font-family: "nvbfont";
}

.retina{
  position: absolute;
  width: 970px;
  height: 250px;
}

#border {
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#overlay{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/* USER */

/******* FONTS ******/
@font-face {
  font-family: 'nvbfont';
  src: url('nvbfont.woff') format('woff');

}

.wit {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 275px;
  background-color: #fff;
}

.beroepenBg{
  position: absolute;
  top: 80px;
  left: 3%;
  height: 85px;
  width: 65%;
  background-color: #fff;
  border-radius: 6px;
}

.beroepen{
  position: absolute;
  top: 80px;
  left: 5%;
  height: 85px;
  width: 61%;
  text-align: center;
  overflow-y: hidden;
  color: #df8d2f;
}

.blur{
  position: absolute;
  top:0px;
  height: 85px;
  left:0;
  width: 100%;
  
}

.beroep{
  position: relative;
  width:100%;
  height: 65px;
  font-family: 'nvbfont';
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  max-height: 65px;

}


.beroep span{
  position: absolute;
  width: 100%;
  text-align: center;
}

.informatie{
  position: absolute;
  top: 180px;
  left: 0;
  height: 25px;
  width: 71%;
  text-align: center;
  color: #fff;

}


.info{
  position: absolute;
  width:100%;
  height: 25px;
  font-family: 'nvbfont';
}


/*.informatie span{
  position: absolute;
  width: 100%;
  text-align: center;
}*/

.headerText{
  position: absolute;
  bottom: 184px;
  left: 0;
  width: 71%;
  font-size: 34px;
  line-height: 22px;
  color: #fff;
  text-align: center;

}

.endText{
  position: absolute;
  top: 86px;
  left: 0%;
  width: 71%;
  font-size: 34px;
  line-height: 38px;
  color: #fff;
  text-align: center;
}

.coin{
  position: absolute;
  bottom: 0px;
  left:0px;
  width: 28px;
  height: 14px;
  background-image: url("coin.png"); /* The image used */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}

.salaris{
  position: absolute;
  left:0px;
  bottom:58px;
}

.salarisStapel{
  position: absolute;
  bottom:0px;
}

#salarisStapel0{
  left:-5px;
  bottom:-5px;
}

#salarisStapel1{
  left:27px;
}

#salarisStapel2{
  left:55px;
  bottom:-8px;
  z-index: 1;
}

#salarisStapel3{
  left:96px;
  bottom: -4px;
  z-index: 1;
}

#salarisStapel4{
  left:122px;
}

#salarisStapel5{
  left:146px;
  bottom: -8px;
}

#salarisStapel6{
  left:190px;
  bottom: -2px;
}

#salarisStapel7{
  left:225px;
  bottom: 5px;
}

#salarisStapel8{
  left:250px;
  bottom: -4px;
}

#salarisStapel9{
  left:282px;
  bottom:5px;
}
