#banner{
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #006b67;

}

#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;
}


.button{
  position: absolute;
  bottom: 36px;
  right: 41px;
  height: 42px;
  width: auto;
}

.retina{
  position: absolute;
  width: 970px;
  height: 250px;
  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:-2%;
}

.ball2{
  left:20%;
  top:0%;
}

.ball3{
  left:50%;
  top:-2%;
}

.ball4{
  left:70%;
  top:-5%;
}

.ball5{
  left:-2%;
  top:55%;
}

.ball6{
  left:28%;
  top:103%;
}

.ball7{
  left:81%;
  top:48%;
}

.ball8{
  left:3%;
  top:99%;
}

.ball9{
  left:47%;
  top:100%;
}

.ball10{
  left:68%;
  top:95%;
}

.image{
  position: absolute;
  width: 400px;
  height: 250px;
  top:0px;
  left:0px;
  overflow: hidden;
  /* clip-path: circle(61% at 49% 50%); */

}

.heerlijkste{
  position: absolute;
  top:50px;
  left: 266px;
  width: 300px;
  height: 100px;
  overflow: hidden;
}

.sprite{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: auto;
}