#banner{
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color:#fb4a5d;  

}

#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;
  z-index: 9999999;
}

.retina{
  position: absolute;
  width: 970px;
  height: 250px;
  top:0px;
  left:0px;
}

.bg{
  background-color:#fb4a5d;  
}

.fietser{
  position: absolute;
  width: 300px;
  height: 300px;
  top:30px;
  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:40px;
  left: 50%;
  overflow: hidden;

}

.meeuwSprite{
  position: absolute;
  width: 100%;
  height: auto;
  top:0%;
  left: 0%;
}

.brievenbus{
  position: absolute;
  width: 200px;
  height: auto;
  bottom:-50px;
  left: 30%;
}

.boom{
  position: absolute;
  width: 150px;
  height: auto;
  bottom:0px;
  left: 70%;
}

.molen{
  position: absolute;
  width: 220px;
  height: auto;
  bottom:30px;
  left: 10%;
}

.bakker{
  position: absolute;
  width: 320px;
  height: auto;
  bottom:0px;
  left: 100%;
}


.dark{
  opacity: .3;
}


.daszogefietst{
  position: absolute;
  top:170px;
  left:350px;
  width:275px;
  height: 73px;
}

.cta{
  position: absolute;
  top:170px;
  left:350px;
  width:275px;
  height: 73px;
}

.img{
  position: absolute;
  width: 100%;
  height: 100%;
}

.shadow{
  filter: drop-shadow(-5px 5px 3px #fb4a5d);  
}

