#banner{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #006b67;

}

#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;
}


.button{
  position: absolute;
  bottom: 12px;
  right: 95px;
  height: auto;
  width: 110px;
}

.retina{
  position: absolute;
  width: 300px;
  height: 600px;
  top:0px;
  left:0px;
}


.ball{
  position: absolute;
  width: 100px;
  height: 100px;
  left:0px;
  top:0px;
  /* border-radius: 30px; */
  /* mix-blend-mode: plus-lighter; */
  opacity: .5;
}

.ball1{
  left:1%;
  top:25%;
}

.ball2{
  left:46%;
  top:0%;
}

.ball3{
  left:90%;
  top:-2%;
}

.ball4{
  left:90%;
  top:22%;
}

.ball5{
  left:-2%;
  top:59%;
}

.ball6{
  left:28%;
  top:83%;
}

.ball7{
  left:90%;
  top:65%;
}


.image{
  position: absolute;
  width: 300px;
  height: 320px;
  top:0px;
  left:0px;
  overflow: hidden;
  /* clip-path: circle(61% at 49% 50%); */

}

.heerlijkste{
  position: absolute;
  top:200px;
  left: 20px;
  width: 174px;
  height: 58px;
  overflow: hidden;
}

.sprite{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: auto;
}