body.specialBackground {
  background-image: url('https://c1.ac-data.com/resources/global/wallpaper.png'), url('background_de.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
  background-size: auto, cover;
  background-color:#fff;
  background-position: top center, bottom left;
}

body.specialBackground.desktop_lang_en {
  background-image: url('https://c1.ac-data.com/resources/global/wallpaper.png'), url('background_en.jpg');
}

.specialTeaser,
.entryTeaser {
  margin: 0 0 5px 0;
  width: 700px;
  height: auto;
}
.catchSpecialTeaser {
  margin: 0 0 5px 0;
  cursor: pointer;
  width: 700px;
  height: auto;
}
.closeTeaser {
  float: right;
  margin-bottom: -50px;
  padding: 0 3px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  color: white;
  font-size: 28px;
  opacity: 0.9;
  text-shadow: 1px 0 2px rgba(0,0,0,0.8);
  position: relative;
  z-index: 20;
}
#coinkauf{
  height: 273px;
  width: 50%;
  float: left;
  margin-bottom: -273px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1700px) {
  .specialNameTag {
    visibility: hidden;
  }

  .specialNameTagStart {
    visibility: hidden;
  }
}

.specialNameTag {
  width: 23vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.specialNameTagStart {
  position: fixed;
  font-size: 26px;
  font-weight: bold;
  color: white;
  background-color: #ef6890;
  border: 1px solid #ffffff78;
  box-sizing: border-box;
  box-shadow: -2px 2px 10px rgb(212 4 97);
  text-shadow: -2px 1px 3px #0000009c;
  padding: 10px 20px;
  top: 85%;
  left: 5%;
  display: block;
}


#gamecontainer{
  position: relative;
}

#gamecontent{
  display: none;
  position: fixed;
  z-index: 15000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

#gamegui{
  display: none;
}

#counter{
  display: none;
  position:fixed;
  top: 20px;
  right: 35px;
  width: 450px;
  height: 260px;
  background: url('game/counter.jpg') no-repeat;
  background-color: #fff;
  box-shadow: 0 0 20px #222;
  transition: all 1s ease;
  z-index: 15001;
}

.count span {
  display: inline-block;
  position: relative;
  left: 15px;
  top: 45px;
  font-size: 100px;
  color: white;
  text-shadow: 2px 0 5px #555;
  font-weight: 700;
 /* -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);*/
  letter-spacing: -5px;
}

.count .title {
  position: absolute;
  top: 150px;
  left: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 0 5px #555;
  margin: 0 15px;
}

.count .gametext {
  clear: both;
  position: relative;
  top: -105px;
  left: 12px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin: 5px;
  width: 420px;
}

.cta button.pause,
.cta button.redeem {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 106px;
  height: 40px;
  padding: 6px 15px;
  background: linear-gradient(to right, #e28c13 0%,#f0ca2d 100%);;
  border: none;
  font-size: 16px;
  color: white;
}

#counter-success{
  display: none;
  overflow: hidden;
  position: fixed;
  top: 25%;
  right: 40%;
  width: 450px;
  height: 260px;
  background: url(game/counter.jpg) no-repeat;
  background-color: #fff;
  box-shadow: 0 0 20px #222;
  transition: all 1s ease;
  z-index: 15001;
}

/* überschreibt default styles */
#counter-success .success {
  background-image: none !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}/* end */


#counter-success .success p.title {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 15px;
  text-transform: uppercase;
  color: #fce394;
  text-shadow: 2px 0 5px #b55e00;
}

#counter-success .success #counter-text-finished {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  width: 420px;
  margin: -10px 15px;
}

.count-img {
  width: 300px;
  height: 195px;
  position: absolute;
  right: 0;
  bottom: 5px;
  background-image:url(sprite_cart.png);
}
.count24 {
  background-position:0 0;
}
.count23 {
  background-position:-300px 0;
}
.count22 {
  background-position:-600px 0;
}
.count21 {
  background-position:-900px 0;
}
.count20 {
  background-position:-1200px 0;
}
.count19 {
  background-position:-1500px 0;
}
.count18 {
  background-position:-1800px 0;
}
.count17 {
  background-position:-2100px 0;
}
.count16 {
  background-position:-2400px 0;
}
.count15 {
  background-position:-2700px 0;
}
.count14 {
  background-position:-3000px 0;
}
.count13 {
  background-position:-3300px 0;
}
.count12 {
  background-position:-3600px 0;
}
.count11 {
  background-position:-3900px 0;
}
.count10 {
  background-position:-4200px 0;
}
.count9 {
  background-position:-4500px 0;
}
.count8 {
  background-position:-4800px 0;
}
.count7 {
  background-position:-5100px 0;
}
.count6 {
  background-position:-5400px 0;
}
.count5 {
  background-position:-5700px 0;
}
.count4 {
  background-position:-6000px 0;
}
.count3 {
  background-position:-6300px 0;
}
.count2 {
  background-position:-6600px 0;
}
.count1 {
  background-position:-6900px 0;
}
.count0 {
  background-position:-7200px 0;
}


/*videobanner*/

.animate {
  position: fixed;
  left: 0;
  top: 0;
  bottom: -100px;
  right: 0;
  pointer-events: none;
  width: 496px;
  height: 900px;
  margin: auto auto 0 0px;
  z-index: 3;
  /*filter: drop-shadow(3px 3px 3px #51692dcc);*/
}
.animate > div > a > video {
  position: absolute;
  z-index: 3;
  height: 100%;
  bottom: 0;
  left: 0;
  max-width: 700px;
  width: 80%;
  filter:drop-shadow(6px 0 17px #1b1b1b);
}

.animate > div > a img.bkoverlay {
  height: 975px;
  position: absolute;
  bottom: 100px;
  z-index: 1;
  left: 0%;
  cursor: pointer;
  pointer-events: all;
}

.animate > div > a img.payment {
  height: 399px;
  position: absolute;
  bottom: 125px;
  z-index: 2;
  left: 30%;
  cursor: pointer;
  pointer-events: all;
}

.animate > div > img.easter {
  height: 325px;
  position: absolute;
  bottom: 760px;
  z-index: 3;
  right: 34%;
  pointer-events: all;
}

.animate > div > a .modellink {
  position: absolute;
  width: 255px;
  bottom:155px;
  right: 40%;
  z-index: 4;
  pointer-events: all;
}

@media (max-width: 1800px) {
  .animate {
    visibility: hidden;
  }
}
@media only screen and (min-width: 2559px) {
  .animate {
    position: fixed;
    left: 0;
    top: 0;
    bottom: -160px;
    right: 0;
    pointer-events: none;
    width: 675px;
    height: 1210px;
    margin: auto auto 0 0px;
    z-index: 3;
  }
  .animate > div > a > video {
    position: absolute;
    z-index: 3;
    height: 100%;
    bottom: 0;
    left: 0;
    max-width: 500px;
    width: 80%;
    filter:drop-shadow(6px 0 17px #1b1b1b);
  }
  .animate > div > img.easter {
    height: 375px;
    position: absolute;
    bottom: 1140px;
    z-index: 3;
    right: 45%;
    pointer-events: all;
  }
  .animate > div > a .modellink {
    position: absolute;
    width: 255px;
    transform: rotate(
      352deg
    );
    bottom: 500px;
    right: 48%;
    z-index: 4;
    pointer-events: all;
  }
  .animate > div > a img.payment {
    height: 480px;
    position: absolute;
    bottom: 200px;
    z-index: 2;
    left: 45%;
    cursor: pointer;
    pointer-events: all;
  }
}
@media only screen and (min-width: 2735px) {
  .animate {
    position: fixed;
    left: 0;
    top: 0;
    bottom: -175px;
    right: 0;
    pointer-events: none;
    width: 913px;
    height: 1335px;
    margin: auto auto 0 0px;
    z-index: 3;
  }
  .animate > div > a > video {
    position: absolute;
    z-index: 3;
    height: 100%;
    bottom: 0;
    left: 0;
    max-width: 700px;
    width: 80%;
    filter:drop-shadow(6px 0 17px #1b1b1b);
  }
  .animate > div > img.easter {
    height: 450px;
    position: absolute;
    bottom: 1400px;
    z-index: 3;
    right: 50%;
    pointer-events: all;
  }
  .animate > div > a .modellink {
    position: absolute;
    width: 250px;
    transform: rotate(
      352deg
    );
    bottom: 1395px;
    right: 40%;
    z-index: 4;
    pointer-events: all;
  }
  .animate > div > a img.payment {
    height: 550px;
    position: absolute;
    bottom: 120px;
    z-index: 2;
    left: 45%;
    cursor: pointer;
    pointer-events: all;
  }
}


@media only screen and (min-width: 3839px) {
  .animate {
    position: fixed;
    left: 0;
    top: 0;
    bottom: -330px;
    right: 0;
    pointer-events: none;
    width: 1200px;
    height: 2135px;
    margin: auto auto 0 0px;
    z-index: 3;
  }
  .animate > div > a > video {
    position: absolute;
    z-index: 3;
    height: 100%;
    bottom: 0;
    left: 0;
    max-width: 700px;
    width: 80%;
    filter:drop-shadow(6px 0 17px #1b1b1b);
  }
  .animate > div > img.easter {
    height: 550px;
    position: absolute;
    bottom: 1950px;
    z-index: 3;
    right: 55%;
    pointer-events: all;
  }
  .animate > div > a .modellink {
    position: absolute;
    width: 450px;
    transform: rotate(352deg);
    bottom: 550px;
    right: 38%;
    z-index: 4;
    pointer-events: all;
  }
  .animate > div > a img.payment {
    height: 750px;
    position: absolute;
    bottom: 355px;
    z-index: 2;
    left: 53%;
    cursor: pointer;
    pointer-events: all;
  }
}




