#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color:#fb4a5d;  

}

#border {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;
  top:0px;
  left:0px;
}

.bg{
  background-color:#fb4a5d;  
}

.fietser{
  position: absolute;
  width: 195px;
  height: 195px;
  top:100px;
  left: 60px;
  overflow: hidden;
}

.fiets, .fietsSchaduw, .ballon{
  position: absolute;
  width: 100%;
  height: auto;
  top:0px;
  left: 0px;
}


.fietsSchaduw{
  top:13px;
}

.meeuw{
  position: absolute;
  width: 40px;
  height: 34px;
  top:95px;
  left: 100%;
  overflow: hidden;

}

.meeuwSprite{
  position: absolute;
  width: 100%;
  height: auto;
  top:0%;
  left: 0%;
}

.brievenbus{
  position: absolute;
  width: 130px;
  height: auto;
  bottom:-40px;
  left: 90%;
}

.boom{
  position: absolute;
  width: 100px;
  height: auto;
  bottom:0px;
  left: 100%;
}

.molen{
  position: absolute;
  width: 100px;
  height: auto;
  bottom:30px;
  left: 30%;
}

.bakker{
  position: absolute;
  width: 200px;
  height: auto;
  bottom:10px;
  left: 100%;
}

.dark{
  opacity: .3;
}


.daszogefietst{
  position: absolute;
  top:196px;
  left:60px;
  width:180px;
  height: 48px;
}

.cta{
  position: absolute;
  top:198px;
  left:60px;
  width:180px;
  height: 48px;
}

.img{
  position: absolute;
  width: 100%;
  height: 100%;
}