#banner{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color:black;  

}

#border {
  position: absolute;
  width: 300px;
  height: 600px;
  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: 600px;
  top:0px;
  left:0px;
}

.bg{
  background-color: #44b8f3;
}

.fietser{
  position: absolute;
  width: 300px;
  height: 300px;
  top:260px;
  left: 0px;
  overflow: hidden;
}

.fiets, .fietsSchaduw{
  position: absolute;
  width: 100%;
  height: auto;
  top:0px;
  left: 0px;
}

.fietsSchaduw{
  top:13px;
}

.wolk1{
  position: absolute;
  width: 240px;
  height: auto;
  top:200px;
  left: 100%;
  /* opacity: .7; */
}

.wolk3{
  position: absolute;
  width: 120px;
  height: auto;
  top:180px;
  left: 30%;
  /* opacity: .4; */
}

.wolk4{
  position: absolute;
  width: 90px;
  height: auto;
  top:350px;
  left: 100%;
  /* opacity: .4; */
}

.wolk5{
  position: absolute;
  width: 60px;
  height: auto;
  top:410px;
  left: 50%;
  /* opacity: .4; */
}

.wolk6{
  position: absolute;
  width: 240px;
  height: auto;
  top:320px;
  left: -20%;
  /* opacity: .7; */
}

.wolk2{
  position: absolute;
  width: 280px;
  height: auto;
  top:350px;
  left: 100%;
  /* opacity: .96; */
}

.meeuw{
  position: absolute;
  width: 62px;
  height: 53px;
  top:180px;
  left: 100%;
  overflow: hidden;

}

.meeuwSprite{
  position: absolute;
  width: 100%;
  height: auto;
  top:0%;
  left: 0%;
}

.klok{
  position: absolute;
  width: 70px;
  height: auto;
  top:200px;
  left: 100%;
}

.cooler{
  position: absolute;
  width: 115px;
  height: auto;
  bottom:0px;
  left: 100%;
}

.dark{
  opacity: .3;
}


.daszogefietst{
  position: absolute;
  top:370px;
  left:12px;
  width:275px;
  height: 73px;
}

.cta{
  position: absolute;
  top:375px;
  left:25px;
  width:250px;
  height: 66px;
}

.img{
  position: absolute;
  width: 100%;
  height: 100%;
}