* {
  box-sizing: border-box;
}
body {
  background: #000000;
}
/*Ad Styles*/
#ad {
  cursor: pointer;
  opacity: 0;
  display:block;
  position:absolute;
  border: 1px solid #eaeaea;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 728px;
  height: 90px;
  top: 0;
  left: 0;
  overflow:hidden;
}
#content {
  top: 0;
  left: 0;
  width: 728px;
  height: 90px;
  background: #ffffff;
  display:flex;
  justify-content: center;
  align-items: center;
}
div {
  position: absolute;
  width: 728px;
  height: 90px;
  -webkit-background-size: 728px 90px;
  background-size: 728px 90px;
  background-repeat: no-repeat;
}
#logo6aus49 {
  right:5px;
  bottom:0;
  background-image:url("img/logo-6aus49.png");
  overflow: hidden;
}
#contentholder {
  right: 0;
  top: 0;
  width: 728px;
  height: 90px;
  /* 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 {
  right: 0;
  bottom: 0;
  background-image:url("img/logo-wl.png");
}
#jetztim {
  right: 0;
  top: 0;
  background-image:url("img/jetztim.png");
}
#jackpot {
  right: 0;
  top: 0;
  background-image:url("img/jackpot.png");
}
#suchttext {
  background-image:url("img/suchttext.png");
}
#raketenmann {
  background-image:url("img/raketenmann.png");
}
#illus {
  right: 0;
  top: 0;
}
#wolke {
  background-image:url("img/wolke.png");
}
#taube {
  background-image:url("img/taube.png");
}
#cloud {
  background-image:url("img/cloud.png");
}
#balloon {
  background-image:url("img/balloon.png");
}
#berge {
  opacity: .7;
  right: 0;
  top: 0;
  background-image:url("img/berge.png");
  background-repeat: no-repeat;
}
#jackpotbtn {
  border-radius: 10px;
  background: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  left: 282px;
  top: 44px;
  width: 179px;
  height: 35px;
  transform:scale(1.1);
}
#jackpotholder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 240px;
  height: 87px;
  transform:scale(.4);
}
#rd {
  position: relative;
  left: 8px;
  top: 43px;
  width: 32px;
  height: 21px;
  background-image: url(img/rd.svg);
  -webkit-background-size: 32px 21px;
  background-size: 32px 21px;
  background-repeat: no-repeat;
}
#jp {
  position: relative;
  top: 10px;
  width: auto;
  height: 64px;
  transform:scale(1);
}
#mio {
  position: relative;
  right: 8px;
  top: 20px;
  width: 120px;
  height: 44px;
  background-image:url("img/mio.svg");
  -webkit-background-size: 120px 44px;
  background-size: 120px 44px;
  background-repeat: no-repeat;
}
#cta {
  border-radius: 10px;
  background-color: #e40521;
  display:flex;
  justify-content: center;
  left: 442px;
  top: 58px;
  width: 139px;
  height: 27px;
  background-image:url("img/cta.png");
  -webkit-background-size: 139px 27px;
  background-size: 139px 27px;
  background-repeat: no-repeat;
  transform:scale(1);
}
#w {
  opacity:1;
  position: absolute;
  right: 3px;
  top: 3px;
  background-image:url("img/w.svg");
  width: 20px;
  height: 6px;
  -webkit-background-size: 20px 6px;
  background-size: 20px 6px;
  background-repeat:no-repeat;
  overflow: hidden;
}