body.specialBackground {
  background-image: url('background_de.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: left center;
}
body.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: 100%;
  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 {
  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);
}

#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: 496px;
  height: 550px;
  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: -15%;
  width: 100%;
  filter: drop-shadow(0px 4px 7px #ac6f58);
}

.animate > div > a img.bkoverlay {
  height: 857px;
  position: absolute;
  bottom: 0;
  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: 515px;
  z-index: 3;
  right: 34%;
  cursor: pointer;
  pointer-events: all;
}

.animate > div > a .modellink {
  position: absolute;
  width: 155px;
  transform: rotate(352deg);
  bottom: 512px;
  right: 24%;
  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: 0;
    right: 0;
    pointer-events: none;
    width: 496px;
    height: 550px;
    margin: auto auto 0 0px;
    z-index: 3;
  }
  .animate > div > img.easter {
    height: 375px;
    position: absolute;
    bottom: 520px;
    z-index: 3;
    right: 25%;
    cursor: pointer;
    pointer-events: all;
  }
  .animate > div > a .modellink {
    position: absolute;
    width: 155px;
    transform: rotate(
      352deg
    );
    bottom: 510px;
    right: 20%;
    z-index: 4;
    pointer-events: all;
  }
  .animate > div > a img.payment {
    height: 480px;
    position: absolute;
    bottom: -50px;
    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: 0;
    right: 0;
    pointer-events: none;
    width: 496px;
    height: 550px;
    margin: auto auto 0 0px;
    z-index: 3;
  }
  .animate > div > img.easter {
    height: 450px;
    position: absolute;
    bottom: 520px;
    z-index: 3;
    right: 10%;
    cursor: pointer;
    pointer-events: all;
  }
  .animate > div > a .modellink {
    position: absolute;
    width: 250px;
    transform: rotate(
      352deg
    );
    bottom: 500px;
    right: -5%;
    z-index: 4;
    pointer-events: all;
  }
  .animate > div > a img.payment {
    height: 750px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 100%;
    cursor: pointer;
    pointer-events: all;
  }
}
