body.specialBackground {
  background-image: url('background_de.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
}
body.specialBackground.desktop_lang_en {
  background-image: 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;
}
#coinkauf{
  width: 50%;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
}
#regard{
  height: 78px;
  width: 90px;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 3;
}
.closeTeaser {
  position: absolute;
  right: 5px;
  z-index: 1000;
  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);
}

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

.gamewrapper {
  position: relative;
  margin: 2% auto;
  width: 1200px;
}
#content{
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  box-shadow: 0 12px 10px -5px #212121;
}

#gameGui {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1200px;
  z-index: 1501;
}

#gameBunny {
  position: absolute;
  width: 1200px;
  bottom: 20px;
  font-size: large;
  font-weight: bold;
  color: #3dc7f4;
  font-family: Arial, sans-serif;
}

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

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


/*videobanner*/

.animate {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  width: 450px;
  height: 750px;
  margin: auto auto 0 0px;
  z-index: 3;
  filter: drop-shadow(3px 3px 3px #51692dcc);
}
.animate > div > a > video {
  position: absolute;
  /*visibility: visible;*/
  height: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
}

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

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

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

.animate > div > a .modellink {
  position: absolute;
  width: 155px;
  transform: rotate(352deg);
  bottom: 660px;
  right: 24%;
  z-index: 4;
  pointer-events: all;
}

@media (max-width: 1800px) {
  .animate {
    visibility: hidden;
  }
}
