#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #006b67;

}

#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;
}


.button{
  position: absolute;
  bottom: 3px;
  right: 8px;
  height: auto;
  width: 86px;
}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;
  top:0px;
  left:0px;
}


.ball{
  position: absolute;
  width: 95px;
  height: 95px;
  left:0px;
  top:0px;
  /* border-radius: 30px; */
  /* mix-blend-mode: plus-lighter; */
  opacity: .5;
}

.ball1{
  left:1%;
  top:-2%;
}

.ball2{
  left:47%;
  top:0%;
}

.ball3{
  left:90%;
  top:-2%;
}

.ball4{
  left:3%;
  top:90%;
}

.ball5{
  left:82%;
  top:90%;
}


.image{
  position: absolute;
  width: 300px;
  height: 250px;
  top:0px;
  left:0px;
  overflow: hidden;
  /* clip-path: circle(61% at 49% 50%); */

}

.heerlijkste{
  position: absolute;
  top:80px;
  left: 108px;
  width: 120px;
  height: 40px;
  overflow: hidden;
}

.sprite{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: auto;
}