* {
  box-sizing: border-box;
}
body {
  background: #000000;
}
/*Ad Styles*/
#ad {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 160px;
  height: 600px;
  top: 0;
  left: 0;
  overflow: hidden;
}

#border {
  border: 1px solid #eaeaea;
}

#content {
  top: 0;
  left: 0;
  width: 160px;
  height: 600px;
  background: #ffffff;
  display: flex;
  justify-content: center;
}
div {
  position: absolute;
  width: 160px;
  height: 600px;
  background-size: 160px 600px;
  background-repeat: no-repeat;
}
#logo6aus49 {
  background-image:url("img/logo-6aus49.png");
  overflow: hidden;
  top: -10px;
}
#contentholder {
  width: 160px;
  height: 600px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffdd00+0,f6a100+72,f18400+100 */
  background: #ffdd00; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffdd00 0%, #f6a100 72%, #f18400 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffdd00 0%,#f6a100 72%,#f18400 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffdd00 0%,#f6a100 72%,#f18400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd00', endColorstr='#f18400',GradientType=0 ); /* IE6-9 */
  overflow: hidden;
}
#logowl {
  bottom: -10px;
  right: -10px;
  background-image:url("img/logo-wl.png");
}
#jetztim {
  background-image:url("img/jetztim.png");
}
#jackpot {
  background-image:url("img/jackpot.png");
}
#suchttext {
  background-image:url("img/suchttext.png");
}
#raketenmann {
  background-image:url("img/raketenmann.png");
}
#wolke {
  background-image:url("img/wolke.png");
}
#taube {
  background-image:url("img/taube.png");
  top: -5px;
}
#cloud {
  background-image:url("img/cloud.png");
}
#balloon {
  background-image:url("img/balloon.png");
}
#berge {
  opacity: .7;
  background-image:url("img/berge.png");
  background-repeat: no-repeat;
}
#jackpotholder {
  border-radius: 10px;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  top: 196px;
  width: 130px;
  height: 170px;
}
#rd {
  position: relative;
  top: 15px;
  width: 20px;
  height: 13px;
  background-image: url(img/rd.svg);
  background-size: 20px 13px;
  background-repeat: no-repeat;
}
#jp {
  position: relative;
  margin-bottom: 10px;
  width: auto;
  height: 64px;
}
#mio {
  position: relative;
  bottom: 25px;
  width: 105px;
  height: 39px;
  background-image:url("img/mio.svg");
  background-size: 105px 39px;
  background-repeat: no-repeat;
}
#cta {
  border-radius: 5px;
  background-color: #e40521;
  top: 352px;
  width: 148px;
  height: 29px;
  background-image:url("img/cta.png");
  background-size: 100%;
  background-repeat: no-repeat;
}