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 {
  z-index: 1000;
  position: absolute;
  right: 5px;
  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);
}

#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: #fff url('game/counter.jpg') no-repeat;
  box-shadow: 0 0 20px #222;
  transition: all 1s ease;
  z-index: 15001;
}

.count span {
  display: inline-block;
  position: relative;
  left: 12px;
  top: 60px;
  font-size: 80px;
  color: white;
  text-shadow: 2px 0 5px #555;
  font-weight: 700;
}

.count .title {
  display: none;
}

.count .gametext {
  clear: both;
  position: relative;
  top: -84px;
  left: 12px;
  color: #000;
  font-size: 16px;
  width: 420px;
}

.cta button.pause,
.cta button.redeem {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  left: 12px;
  padding: 6px 28px;
  /* background: #e87b8e; */
  background: linear-gradient(to top, #fbabb8 0%, #d36375 100%);
  box-shadow: 0 0 5px #555;
  border: 1px solid #fbabb8;
  border-radius: 4px;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px #fbabb8;
  font-weight: 100;
  color: #ffffff;

}

#counter-success{
  display: none;
  overflow: hidden;
  position: fixed;
  top: 25%;
  right: 40%;
  width: 450px;
  height: 266px;
  background: #fff url(game/counter.jpg) no-repeat;
  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: #e55a7c;
  text-shadow: 0 0 5px #e55a7c;
}

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

@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;
}

/*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: 100%;
  filter:drop-shadow(5px 0 12px #1e1e1e);
}

.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;
  }
}




