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: 1800px) {
  .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: #fe353b;
  border: 1px solid #d01b08;
  box-sizing: border-box;
  box-shadow: -2px 2px 10px rgb(136 4 63);
  text-shadow: -2px 1px 3px #0000009c;
  padding: 10px 20px;
  top: 65%;
  left: 5%;
  display: block;
  cursor: pointer;
}


#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: 25px;
  width: 450px;
  height: 266px;
  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: 70px;
  top: 70px;
  font-size: 120px;
  color: #ffb400;
  text-shadow: 2px 0 5px #f00;
  font-weight: 700;
 /* -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);*/
  letter-spacing: -5px;
}

.count .title {
  display: none;
}

.count .gametext {
  clear: both;
  position: relative;
  top: -120px;
  left: 15px;
  color: #fff;
  font-size: 14px;
  width: 420px;
}

.cta button.pause,
.cta button.redeem {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 4px 15px;
  background: #e28c13;
  background: linear-gradient(to right, #e28c13 0%,#f0ca2d 100%);
  box-shadow: 0 0 5px #555;
  border: 1px solid #d16219;
  font-size: 18px;
  font-style: italic;
  color: white;
}

#counter-success{
  display: none;
  overflow: hidden;
  position: fixed;
  top: 25%;
  right: 40%;
  width: 450px;
  height: 266px;
  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: 21px;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
  color: #f6dd82;
  text-shadow: 0 0 5px #d16219;
}

#counter-success .success p {
  color: #fff;
  font-size: 14px;
  width: 420px;
  padding: 0 15px;
}


/*videobanner*/

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

.animate > div > a img.bkoverlay {
  height: 975px;
  position: absolute;
  bottom: -30px;
  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: fixed;
  top: 0;
  z-index: 3;
  left: 0;
  pointer-events: all;
}

.animate > div > a .modellink {
  position: absolute;
  transform: rotate(-4deg);
  width: 255px;
  bottom:10%;
  right: 23%;
  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: 12%;
    left: -35px;
    width: 100%;
    filter:drop-shadow(6px 0 17px #1b1b1b);
  }
  .animate > div > a img.bkoverlay {
    height: 975px;
    position: absolute;
    bottom: 150px;
    z-index: 1;
    left: 0%;
    cursor: pointer;
    pointer-events: all;
  }

  .animate > div > a .modellink {
    position: absolute;
    width: 255px;
    transform: rotate(
      352deg
    );
    bottom: 30%;
    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 > a img.bkoverlay {
    height: 975px;
    position: absolute;
    bottom: 320px;
    z-index: 1;
    left: 0%;
    cursor: pointer;
    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: -40px;
    max-width: 900px;
    width: 100%;
    filter:drop-shadow(6px 0 17px #1b1b1b);
  }
  .animate > div > a img.bkoverlay {
    height: 975px;
    position: absolute;
    bottom: 320px;
    z-index: 1;
    left: 0%;
    cursor: pointer;
    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;
  }
}




