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');

}

.beroepenBg{
  position: absolute;
  top:93px;
  left: 63px;
  height: 60px;
  width:558px;
  background-color: #fff;
  border-radius: 6px;
}

.beroepen{
  position: absolute;
  top:93px;
  left: 67px;
  height: 60px;
  width:550px;
  text-align: center;
  overflow-y: hidden;
  color: #df8d2f;
}

.blur{
  position: absolute;
  top:0px;
  height: 60px;
  left:0;
  width: 100%;
  
}

.beroep{
  position: relative;
  width:100%;
  height: 40px;
  font-family: 'nvbfont';
  padding-top: 10px;
  padding-bottom: 10px;

}

.beroep span{
  position: absolute;
  width: 100%;
  text-align: center;
}

.headerText{
  position: absolute;
  bottom:170px;
  left: 67px;
  width:550px;
  font-size: 25px;
  line-height: 26px;
  color: #fff;
  text-align: center;

}

.coin{
  position: absolute;
  bottom: 0px;
  left:0px;
  width: 39px;
  height: 20px;
  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: 173px;
    bottom: 23px;
}

.salarisStapel{
  position: absolute;
  bottom:0px;
}

#salarisStapel0{
  left:-9px;
  bottom:-9px;
  z-index: 1;
}

#salarisStapel1{
  left:27px;
}

#salarisStapel2{
  left:55px;
  bottom:-8px;
  z-index: 1;
}

#salarisStapel3{
  left:96px;
  bottom: -4px;
  z-index: 1;
}

#salarisStapel4{
  left:122px;
  bottom:5px;
}

#salarisStapel5{
  left:146px;
  bottom: -8px;
}

#salarisStapel6{
  left:190px;
  bottom: -2px;
}

#salarisStapel7{
  left:233px;
  bottom: 8px;
}

#salarisStapel8{
  left:255px;
  bottom: -8px;
}

#salarisStapel9{
  left:282px;
  bottom:5px;
}


.wit{
  position: absolute;
  right: 0px;
  top:0px;
  height: 100%;
  width:275px;
  background-color: #fff;
}