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:90px;
  left:5%;
  height: 50px;
  width: 90%;
  background-color: #fff;
  border-radius: 6px;
}

.beroepen{
  position: absolute;
  top:90px;
  left:10%;
  height: 50px;
  width: 80%;
  text-align: center;
  overflow-y: hidden;
  color: #df8d2f;
}

.blur{
  position: absolute;
  top:0px;
  height: 50px;
  left:0;
  width: 100%;
  
}

.headerText{
  position: absolute;
left: 147px;
    width: 400px;
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}

#headerText1{
    bottom: 140px;  
}

#headerText2{
top:110px;
}




.ballonImg{
  position: absolute;
  width: 100%;
  height: 100%;
}


#ballonOog{
  position: absolute;
  width:90px;
  height: 90px;  
  top:120px;
  left:304px;
}


#ballonGroei{
position: absolute;
    width: 80px;
    height: 80px;
    top: -10px;
    left: 623px;
}


#ballonInfo{
 position: absolute;
    width: 60px;
    height: 60px;
    top: 150px;
    left: 565px;
}

#ballonScholing{
position: absolute;
    width: 70px;
    height: 70px;
    top: -8px;
    left: 137px;
}

#ballonEuro{
     position: absolute;
    width: 70px;
    height: 70px;
    top: 170px;
    left: 72px;
}

#ballonKlok{
position: absolute;
    width: 50px;
    height: 50px;
    top: 55px;
    left: -10px;
}

.wit{
  position: absolute;
  right: 0px;
  top:0px;
  height: 100%;
  width:275px;
  background-color: #fff;
}