#banner{
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #fff;  

}

#border {
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  border:1px solid #ccc;
  -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;
}


.cta{
  top:70px;
}

.ctaActive{
  display: none;
}




.stroopwafel{
  margin-left: -80px;
}

.appeltaart{
  margin-left: 80px;
}

.bord{
  position: absolute;
  width: 90%;
  height: auto;
}

.pepernootWrapper{
  position: absolute;
  width: 350px;
  height: 350px;
  top:-50px;
}

.pepernoot{
  position: absolute;
  top:-5%;
  left: -47%;
  width: 100%;
  height: 100%

}
