@charset "UTF-8";
/* ####### FONT FAMILY ####### */
/* ##### FONT FAMILY END ##### */
/* ########## COLORS ######### */
.white {
  color: #ffffff !important; }

.yellow {
  color: #fff600 !important; }

.red {
  color: #f63434 !important; }

.green {
  color: #1cc900 !important; }

.darkGreen {
  color: #184100 !important; }

.lightBlue {
  color: #64dcff !important; }

.black {
  color: #000000 !important; }

/* ######## COLORS END ####### */
/* ######## GRADIENTS ####### */
/* ######## GRADIENTS END ####### */
/* ###### MAIN SETTINGS ###### */
.trans-inactive {
  opacity: 0.3; }

/* #### MAIN SETTINGS END #### */
/* ###### ANIMATION SETTINGS ###### */
.ani-count-infinite, .pipo-glow {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.ani-timing-linear {
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -o-animation-timing-function: linear; }

.ani-timing-ease-in-out, .pipo-glow {
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out; }

.ani-fill-both, #questbook, .pipo-blank-left, .pipo-blank-left img, .pipo-blank, .pipo-blank img {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.ani-translate-z {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

/* ###### ANIMATION SETTINGS END ###### */
/* ########## BUTTON SETTINGS ######### */
.button-inactive,
.auction-table-wrapper a.inaktiv {
  width: 100%;
  text-align: center;
  font-family: "Curse", sans-serif;
  color: #888 !important;
  text-transform: uppercase;
  display: block;
  height: 26px;
  background: #595959 !important;
  text-decoration: none;
  font-size: 19px;
  padding: 9px 0px 5px 0px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
  margin: 10px 0px 5px 0px; }
  .button-inactive:after,
  .auction-table-wrapper a.inaktiv:after {
    display: none !important; }

.auction-table-wrapper a.inaktiv {
  margin: 0 0 5px 0; }

/*@mixin animation-delay($duration) {
  -webkit-animation-delay: $duration;
  -moz-animation-delay: $duration;
  -o-animation-delay: $duration;
  animation-delay: $duration;
}

.meine-animierte-klasse {
  @include animation-delay(2.2s);
}*/
/* ######## BUTTON SETTINGS END ####### */
/* ##### PAGE LOAD MODULE ##### */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-360deg); } }
@-o-keyframes spinoff {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(-360deg); } }
@keyframes spinoff {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
/* ##### PAGE LOAD MODULE END ##### */
/* ##### DAILY LOGIN ##### */
@keyframes login {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
/* ##### DAILY LOGIN END ##### */
/* ##### DAILY LOGIN PFEILE LeftToRight ##### */
@-webkit-keyframes leftTOright {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -15px; }
  100% {
    margin-left: 0px; } }
@-moz-keyframes leftTOright {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -15px; }
  100% {
    margin-left: 0px; } }
@-o-keyframes leftTOright {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -15px; }
  100% {
    margin-left: 0px; } }
@keyframes leftTOright {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -15px; }
  100% {
    margin-left: 0px; } }
/* ##### DAILY LOGIN PFEILE LeftToRight ##### */
/* ##### DAILY LOGIN PFEILE RightToLeft ##### */
@-webkit-keyframes rightTOleft {
  0% {
    margin-left: 8px; }
  50% {
    margin-left: 23px; }
  100% {
    margin-left: 8px; } }
@-moz-keyframes rightTOleft {
  0% {
    margin-left: 8px; }
  50% {
    margin-left: 23px; }
  100% {
    margin-left: 8px; } }
@-o-keyframes rightTOleft {
  0% {
    margin-left: 8px; }
  50% {
    margin-left: 23px; }
  100% {
    margin-left: 8px; } }
@keyframes rightTOleft {
  0% {
    margin-left: 8px; }
  50% {
    margin-left: 23px; }
  100% {
    margin-left: 8px; } }
/* ##### DAILY LOGIN PFEILE RightToLeft END ##### */
/* ##### MAINUI MESSAGE SHAKE ##### */
@keyframes shake-message {
  0% {
    transform: scale(1); }
  1.25% {
    transform: scale(0.9) rotate(-8deg); }
  2.5% {
    transform: scale(0.9) rotate(-8deg); }
  3.75% {
    transform: scale(1.1) rotate(8deg); }
  5% {
    transform: scale(1.1) rotate(-8deg); }
  6.25% {
    transform: scale(1.1) rotate(8deg); }
  7.5% {
    transform: scale(1.1) rotate(-8deg); }
  8.75% {
    transform: scale(1.1) rotate(8deg); }
  10% {
    transform: scale(1) rotate(0); }
  100% {
    transform: scale(1) rotate(0); } }
@-webkit-keyframes shake-message {
  0% {
    transform: scale(1); }
  1.25% {
    transform: scale(0.9) rotate(-8deg); }
  2.5% {
    transform: scale(0.9) rotate(-8deg); }
  3.75% {
    transform: scale(1.1) rotate(8deg); }
  5% {
    transform: scale(1.1) rotate(-8deg); }
  6.25% {
    transform: scale(1.1) rotate(8deg); }
  7.5% {
    transform: scale(1.1) rotate(-8deg); }
  8.75% {
    transform: scale(1.1) rotate(8deg); }
  10% {
    transform: scale(1) rotate(0); }
  100% {
    transform: scale(1) rotate(0); } }
@-moz-keyframes shake-message {
  0% {
    transform: scale(1); }
  1.25% {
    transform: scale(0.9) rotate(-8deg); }
  2.5% {
    transform: scale(0.9) rotate(-8deg); }
  3.75% {
    transform: scale(1.1) rotate(8deg); }
  5% {
    transform: scale(1.1) rotate(-8deg); }
  6.25% {
    transform: scale(1.1) rotate(8deg); }
  7.5% {
    transform: scale(1.1) rotate(-8deg); }
  8.75% {
    transform: scale(1.1) rotate(8deg); }
  10% {
    transform: scale(1) rotate(0); }
  100% {
    transform: scale(1) rotate(0); } }
@-o-keyframes shake-message {
  0% {
    transform: scale(1); }
  1.25% {
    transform: scale(0.9) rotate(-8deg); }
  2.5% {
    transform: scale(0.9) rotate(-8deg); }
  3.75% {
    transform: scale(1.1) rotate(8deg); }
  5% {
    transform: scale(1.1) rotate(-8deg); }
  6.25% {
    transform: scale(1.1) rotate(8deg); }
  7.5% {
    transform: scale(1.1) rotate(-8deg); }
  8.75% {
    transform: scale(1.1) rotate(8deg); }
  10% {
    transform: scale(1) rotate(0); }
  100% {
    transform: scale(1) rotate(0); } }
/* ##### MAINUI MESSAGE SHAKE END ##### */
/* ##### TUTORIAL ARROW ##### */
@-webkit-keyframes arrow-bounce-tutorial {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 15px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
@-moz-keyframes arrow-bounce-tutorial {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 15px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
@-o-keyframes arrow-bounce-tutorial {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 15px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
@keyframes arrow-bounce-tutorial {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 15px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
/* ##### TUTORIAL ARROW END ##### */
/* ##### LEVEL UP CHOOSE ##### */
@-webkit-keyframes choose-pulse {
  0% {
    text-shadow: 0 0 3px #64dcff, 0 0 6px #64dcff, 0 0 8px #64dcff, 0 0 11px #64dcff, 0 0 16px #64dcff; }
  50% {
    text-shadow: 0 0 10px #64dcff, 0 0 17px #64dcff, 0 0 20px #64dcff, 0 0 25px #64dcff, 0 0 37px #64dcff; }
  100% {
    text-shadow: 0 0 3px #64dcff, 0 0 6px #64dcff, 0 0 8px #64dcff, 0 0 11px #64dcff, 0 0 16px #64dcff; } }
@-moz-keyframes choose-pulse {
  0% {
    text-shadow: 0 0 3px #64dcff, 0 0 6px #64dcff, 0 0 8px #64dcff, 0 0 11px #64dcff, 0 0 16px #64dcff; }
  50% {
    text-shadow: 0 0 10px #64dcff, 0 0 17px #64dcff, 0 0 20px #64dcff, 0 0 25px #64dcff, 0 0 37px #64dcff; }
  100% {
    text-shadow: 0 0 3px #64dcff, 0 0 6px #64dcff, 0 0 8px #64dcff, 0 0 11px #64dcff, 0 0 16px #64dcff; } }
@-o-keyframes choose-pulse {
  0% {
    text-shadow: 0 0 3px #64dcff, 0 0 6px #64dcff, 0 0 8px #64dcff, 0 0 11px #64dcff, 0 0 16px #64dcff; }
  50% {
    text-shadow: 0 0 10px #64dcff, 0 0 17px #64dcff, 0 0 20px #64dcff, 0 0 25px #64dcff, 0 0 37px #64dcff; }
  100% {
    text-shadow: 0 0 3px #64dcff, 0 0 6px #64dcff, 0 0 8px #64dcff, 0 0 11px #64dcff, 0 0 16px #64dcff; } }
@keyframes choose-pulse {
  0% {
    text-shadow: 0 0 3px #64dcff, 0 0 6px #64dcff, 0 0 8px #64dcff, 0 0 11px #64dcff, 0 0 16px #64dcff; }
  50% {
    text-shadow: 0 0 10px #64dcff, 0 0 17px #64dcff, 0 0 20px #64dcff, 0 0 25px #64dcff, 0 0 37px #64dcff; }
  100% {
    text-shadow: 0 0 3px #64dcff, 0 0 6px #64dcff, 0 0 8px #64dcff, 0 0 11px #64dcff, 0 0 16px #64dcff; } }
/* ##### LEVEL UP CHOOSE ##### */
/* ##### LEVEL UP ARROW PULSE ##### */
@keyframes lvl-up-pulse {
  0% {
    -webkit-filter: drop-shadow(0px 0px 3px #ffd003);
    filter: drop-shadow(0px 0px 3px #ffd003); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
    filter: drop-shadow(0px 0px 10px #fff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 3px #ffd003);
    filter: drop-shadow(0px 0px 3px #ffd003); } }
@-webkit-keyframes lvl-up-pulse {
  0% {
    -webkit-filter: drop-shadow(0px 0px 3px #ffd003);
    filter: drop-shadow(0px 0px 3px #ffcc00); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
    filter: drop-shadow(0px 0px 10px #fff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 3px #ffd003);
    filter: drop-shadow(0px 0px 3px #ffcc00); } }
@-moz-keyframes lvl-up-pulse {
  0% {
    -webkit-filter: drop-shadow(0px 0px 3px #ffd003);
    filter: drop-shadow(0px 0px 3px #ffcc00); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
    filter: drop-shadow(0px 0px 10px #fff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 3px #ffd003);
    filter: drop-shadow(0px 0px 3px #ffcc00); } }
@-o-keyframes lvl-up-pulse {
  0% {
    -webkit-filter: drop-shadow(0px 0px 3px #ffd003);
    filter: drop-shadow(0px 0px 3px #ffcc00); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
    filter: drop-shadow(0px 0px 10px #fff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 3px #ffd003);
    filter: drop-shadow(0px 0px 3px #ffcc00); } }
/* ##### LEVEL UP ARROW PULSE END ##### */
/* ##### FIGHT RESULT PULSING GLOW ##### */
@keyframes fight-result-pulsing-glow {
  0% {
    text-shadow: 0 0 0 #ffc500; }
  50% {
    text-shadow: 0 0 14px #ffc500; }
  100% {
    text-shadow: 0 0 0 #ffc500; } }
@-webkit-keyframes fight-result-pulsing-glow {
  0% {
    text-shadow: 0 0 0 #ffc500; }
  50% {
    text-shadow: 0 0 14px #ffc500; }
  100% {
    text-shadow: 0 0 0 #ffc500; } }
@-moz-keyframes fight-result-pulsing-glow {
  0% {
    text-shadow: 0 0 0 #ffc500; }
  50% {
    text-shadow: 0 0 14px #ffc500; }
  100% {
    text-shadow: 0 0 0 #ffc500; } }
@-o-keyframes fight-result-pulsing-glow {
  0% {
    text-shadow: 0 0 0 #ffc500; }
  50% {
    text-shadow: 0 0 14px #ffc500; }
  100% {
    text-shadow: 0 0 0 #ffc500; } }
/* ##### FIGHT RESULT PULSING GLOW END ##### */
/* ##### PLUS GAME FESTURES PULSING GLOW ##### */
@keyframes game-features-pulsing-glow {
  0% {
    text-shadow: 0 0 0 #9dff1d; }
  50% {
    text-shadow: 0 0 7px #9dff1d; }
  100% {
    text-shadow: 0 0 0 #9dff1d; } }
@-webkit-keyframes game-features-pulsing-glow {
  0% {
    text-shadow: 0 0 0 #9dff1d; }
  50% {
    text-shadow: 0 0 7px #9dff1d; }
  100% {
    text-shadow: 0 0 0 #9dff1d; } }
@-moz-keyframes game-features-pulsing-glow {
  0% {
    text-shadow: 0 0 0 #9dff1d; }
  50% {
    text-shadow: 0 0 7px #9dff1d; }
  100% {
    text-shadow: 0 0 0 #9dff1d; } }
@-o-keyframes game-features-pulsing-glow {
  0% {
    text-shadow: 0 0 0 #9dff1d; }
  50% {
    text-shadow: 0 0 7px #9dff1d; }
  100% {
    text-shadow: 0 0 0 #9dff1d; } }
.game-features-pulsing-glow {
  -webkit-animation: game-features-pulsing-glow 1.6s ease infinite;
  -moz-animation: game-features-pulsing-glow 1.6s ease infinite;
  -o-animation: game-features-pulsing-glow 1.6s ease infinite;
  animation: game-features-pulsing-glow 1.6s ease infinite; }

/* ##### PLUS GAME FESTURES PULSING GLOW END ##### */
/* ##### WHITE PULSE ##### */
@-webkit-keyframes pulse-white {
  from {
    text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff, 0 0 17px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 37px #fff; }
  to {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #fff, 0 0 16px #fff; } }
@-moz-keyframes pulse-white {
  from {
    text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff, 0 0 17px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 37px #fff; }
  to {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #fff, 0 0 16px #fff; } }
@-o-keyframes pulse-white {
  from {
    text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff, 0 0 17px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 37px #fff; }
  to {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #fff, 0 0 16px #fff; } }
@keyframes pulse-white {
  from {
    text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff, 0 0 17px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 37px #fff; }
  to {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #fff, 0 0 16px #fff; } }
/* ##### WHITE PULSE END ##### */
/* ##### GLOWING PULSE AROUND REWARD ITEM ##### */
/* ##### credits ######*/
@-webkit-keyframes reward-credits-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(255, 250, 104, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #fffa68); } }
@-moz-keyframes reward-credits-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(255, 250, 104, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #fffa68); } }
@-o-keyframes reward-credits-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(255, 250, 104, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #fffa68); } }
@keyframes reward-credits-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(255, 250, 104, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #fffa68); } }
/* ##### uridium ######*/
@-webkit-keyframes reward-uridium-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(109, 200, 97, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #6dc861); } }
@-moz-keyframes reward-uridium-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(109, 200, 97, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #6dc861); } }
@-o-keyframes reward-uridium-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(109, 200, 97, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #6dc861); } }
@keyframes reward-uridium-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(109, 200, 97, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #6dc861); } }
/* ##### platinum ######*/
@-webkit-keyframes reward-platinum-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(199, 158, 247, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #c79ef7); } }
@-moz-keyframes reward-platinum-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(199, 158, 247, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #c79ef7); } }
@-o-keyframes reward-platinum-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(199, 158, 247, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #c79ef7); } }
@keyframes reward-platinum-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(199, 158, 247, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #c79ef7); } }
/* ##### experience ######*/
@-webkit-keyframes reward-experience-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(131, 197, 255, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #83c5ff); } }
@-moz-keyframes reward-experience-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(131, 197, 255, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #83c5ff); } }
@-o-keyframes reward-experience-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(131, 197, 255, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #83c5ff); } }
@keyframes reward-experience-pulse {
  from {
    filter: drop-shadow(0 0 2px rgba(131, 197, 255, 0.6)); }
  to {
    filter: drop-shadow(0 0 5px #83c5ff); } }
/* ##### GLOWING PULSE AROUND REWARD ITEM END ##### */
/* ##### PULSE RED to WHITE ##### */
@-webkit-keyframes glow-redTowhite {
  0% {
    color: #e84f39; }
  50% {
    color: #ffffff; }
  100% {
    color: #e84f39; } }
@-moz-keyframes glow-redTowhite {
  0% {
    color: #e84f39; }
  50% {
    color: #ffffff; }
  100% {
    color: #e84f39; } }
@-o-keyframes glow-redTowhite {
  0% {
    color: #e84f39; }
  50% {
    color: #ffffff; }
  100% {
    color: #e84f39; } }
@keyframes glow-redTowhite {
  0% {
    color: #e84f39; }
  50% {
    color: #ffffff; }
  100% {
    color: #e84f39; } }
/* ##### PULSE RED to WHITE END ##### */
/* ##### PULSE BLUE to WHITE ##### */
@-webkit-keyframes glow-blueTowhite {
  0% {
    color: #0d98db; }
  50% {
    color: #ffffff; }
  100% {
    color: #0d98db; } }
@-moz-keyframes glow-blueTowhite {
  0% {
    color: #0d98db; }
  50% {
    color: #ffffff; }
  100% {
    color: #0d98db; } }
@-o-keyframes glow-blueTowhite {
  0% {
    color: #0d98db; }
  50% {
    color: #ffffff; }
  100% {
    color: #0d98db; } }
@keyframes glow-blueTowhite {
  0% {
    color: #0d98db; }
  50% {
    color: #ffffff; }
  100% {
    color: #0d98db; } }
/* ##### PULSE BLUE to WHITE END ##### */
/* ############################ */
/* ##### TUTORIAL SECTION ##### */
@-webkit-keyframes interface-menu-arrow {
  from {
    transform: translate3d(455px, 0, 0); }
  50% {
    transform: translate3d(475px, 0, 0); }
  to {
    transform: translate3d(455px, 0, 0); } }
@-moz-keyframes interface-menu-arrow {
  from {
    transform: translate3d(455px, 0, 0); }
  50% {
    transform: translate3d(475px, 0, 0); }
  to {
    transform: translate3d(455px, 0, 0); } }
@-o-keyframes interface-menu-arrow {
  from {
    transform: translate3d(455px, 0, 0); }
  50% {
    transform: translate3d(475px, 0, 0); }
  to {
    transform: translate3d(455px, 0, 0); } }
@keyframes interface-menu-arrow {
  from {
    transform: translate3d(455px, 0, 0); }
  50% {
    transform: translate3d(475px, 0, 0); }
  to {
    transform: translate3d(455px, 0, 0); } }
@-webkit-keyframes interface-ressourcen-arrow {
  from {
    transform: translate3d(0, 45px, 0); }
  50% {
    transform: translate3d(0, 65px, 0); }
  to {
    transform: translate3d(0, 45px, 0); } }
@-moz-keyframes interface-ressourcen-arrow {
  from {
    transform: translate3d(0, 45px, 0); }
  50% {
    transform: translate3d(0, 65px, 0); }
  to {
    transform: translate3d(0, 45px, 0); } }
@-o-keyframes interface-ressourcen-arrow {
  from {
    transform: translate3d(0, 45px, 0); }
  50% {
    transform: translate3d(0, 65px, 0); }
  to {
    transform: translate3d(0, 45px, 0); } }
@keyframes interface-ressourcen-arrow {
  from {
    transform: translate3d(0, 45px, 0); }
  50% {
    transform: translate3d(0, 65px, 0); }
  to {
    transform: translate3d(0, 45px, 0); } }
@-webkit-keyframes interface-liga-arrow {
  from {
    transform: translate3d(375px, 0, 0); }
  50% {
    transform: translate3d(355px, 0, 0); }
  to {
    transform: translate3d(375px, 0, 0); } }
@-moz-keyframes interface-liga-arrow {
  from {
    transform: translate3d(375px, 0, 0); }
  50% {
    transform: translate3d(355px, 0, 0); }
  to {
    transform: translate3d(375px, 0, 0); } }
@-o-keyframes interface-liga-arrow {
  from {
    transform: translate3d(375px, 0, 0); }
  50% {
    transform: translate3d(355px, 0, 0); }
  to {
    transform: translate3d(375px, 0, 0); } }
@keyframes interface-liga-arrow {
  from {
    transform: translate3d(375px, 0, 0); }
  50% {
    transform: translate3d(355px, 0, 0); }
  to {
    transform: translate3d(375px, 0, 0); } }
@-webkit-keyframes interface-level-arrow {
  from {
    transform: translate3d(0, 155px, 0); }
  50% {
    transform: translate3d(0, 175px, 0); }
  to {
    transform: translate3d(0, 155px, 0); } }
@-moz-keyframes interface-level-arrow {
  from {
    transform: translate3d(0, 155px, 0); }
  50% {
    transform: translate3d(0, 175px, 0); }
  to {
    transform: translate3d(0, 155px, 0); } }
@-o-keyframes interface-level-arrow {
  from {
    transform: translate3d(0, 155px, 0); }
  50% {
    transform: translate3d(0, 175px, 0); }
  to {
    transform: translate3d(0, 155px, 0); } }
@keyframes interface-level-arrow {
  from {
    transform: translate3d(0, 155px, 0); }
  50% {
    transform: translate3d(0, 175px, 0); }
  to {
    transform: translate3d(0, 155px, 0); } }
@-webkit-keyframes interface-iconbar-arrow {
  from {
    transform: translate3d(0, 95px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 95px, 0); } }
@-moz-keyframes interface-iconbar-arrow {
  from {
    transform: translate3d(0, 95px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 95px, 0); } }
@-o-keyframes interface-iconbar-arrow {
  from {
    transform: translate3d(0, 95px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 95px, 0); } }
@keyframes interface-iconbar-arrow {
  from {
    transform: translate3d(0, 95px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 95px, 0); } }
@-webkit-keyframes interface-settings-arrow {
  from {
    transform: translate3d(965px, 0, 0); }
  50% {
    transform: translate3d(945px, 0, 0); }
  to {
    transform: translate3d(965px, 0, 0); } }
@-moz-keyframes interface-settings-arrow {
  from {
    transform: translate3d(965px, 0, 0); }
  50% {
    transform: translate3d(945px, 0, 0); }
  to {
    transform: translate3d(965px, 0, 0); } }
@-o-keyframes interface-settings-arrow {
  from {
    transform: translate3d(965px, 0, 0); }
  50% {
    transform: translate3d(945px, 0, 0); }
  to {
    transform: translate3d(965px, 0, 0); } }
@keyframes interface-settings-arrow {
  from {
    transform: translate3d(965px, 0, 0); }
  50% {
    transform: translate3d(945px, 0, 0); }
  to {
    transform: translate3d(965px, 0, 0); } }
@-webkit-keyframes drone-hover {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 15px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
@-moz-keyframes drone-hover {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 15px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
@-o-keyframes drone-hover {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 15px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
@keyframes drone-hover {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 15px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
    opacity: 1; }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }
@-webkit-keyframes bounceOut {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    opacity: 1; }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  from {
    opacity: 1; }
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    opacity: 1; }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut-btn {
  -webkit-animation: bounceOut ease-in-out forwards 1  .6s;
  -moz-animation: bounceOut ease-in-out forwards 1  0.6s;
  -o-animation: bounceOut ease-in-out forwards 1  0.6s;
  animation: bounceOut ease-in-out forwards 1 0.6s; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes tutorial-layer-finish {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-moz-keyframes tutorial-layer-finish {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-o-keyframes tutorial-layer-finish {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes tutorial-layer-finish {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes tut-pos-finish {
  from {
    transform: translate3d(712px, 98px, 0); }
  20% {
    transform: translate3d(700px, 98px, 0); }
  to {
    transform: translate3d(3000px, 98px, 0); } }
@-moz-keyframes tut-pos-finish {
  from {
    transform: translate3d(712px, 98px, 0); }
  20% {
    transform: translate3d(700px, 98px, 0); }
  to {
    transform: translate3d(3000px, 98px, 0); } }
@-o-keyframes tut-pos-finish {
  from {
    transform: translate3d(712px, 98px, 0); }
  20% {
    transform: translate3d(700px, 98px, 0); }
  to {
    transform: translate3d(3000px, 98px, 0); } }
@keyframes tut-pos-finish {
  from {
    transform: translate3d(712px, 98px, 0); }
  20% {
    transform: translate3d(700px, 98px, 0); }
  to {
    transform: translate3d(3000px, 98px, 0); } }
@-webkit-keyframes tut-pos-01 {
  from {
    transform: translate3d(129px, -500px, 0); }
  to {
    transform: translate3d(129px, 0, 0); } }
@-moz-keyframes tut-pos-01 {
  from {
    transform: translate3d(129px, -500px, 0); }
  to {
    transform: translate3d(129px, 0, 0); } }
@-o-keyframes tut-pos-01 {
  from {
    transform: translate3d(129px, -500px, 0); }
  to {
    transform: translate3d(129px, 0, 0); } }
@keyframes tut-pos-01 {
  from {
    transform: translate3d(129px, -500px, 0); }
  to {
    transform: translate3d(129px, 0, 0); } }
@-webkit-keyframes tut-pos-02 {
  from {
    transform: translate3d(129px, 0, 0); }
  to {
    transform: translate3d(650px, -16px, 0); } }
@-moz-keyframes tut-pos-02 {
  from {
    transform: translate3d(129px, 0, 0); }
  to {
    transform: translate3d(650px, -16px, 0); } }
@-o-keyframes tut-pos-02 {
  from {
    transform: translate3d(129px, 0, 0); }
  to {
    transform: translate3d(650px, -16px, 0); } }
@keyframes tut-pos-02 {
  from {
    transform: translate3d(129px, 0, 0); }
  to {
    transform: translate3d(650px, -16px, 0); } }
@-webkit-keyframes tut-pos-03 {
  from {
    transform: translate3d(650px, -16px, 0); }
  to {
    transform: translate3d(172px, 20px, 0); } }
@-moz-keyframes tut-pos-03 {
  from {
    transform: translate3d(650px, -16px, 0); }
  to {
    transform: translate3d(172px, 20px, 0); } }
@-o-keyframes tut-pos-03 {
  from {
    transform: translate3d(650px, -16px, 0); }
  to {
    transform: translate3d(172px, 20px, 0); } }
@keyframes tut-pos-03 {
  from {
    transform: translate3d(650px, -16px, 0); }
  to {
    transform: translate3d(172px, 20px, 0); } }
@-webkit-keyframes tut-pos-04 {
  from {
    transform: translate3d(172px, 20px, 0); }
  to {
    transform: translate3d(250px, 56px, 0); } }
@-moz-keyframes tut-pos-04 {
  from {
    transform: translate3d(172px, 20px, 0); }
  to {
    transform: translate3d(250px, 56px, 0); } }
@-o-keyframes tut-pos-04 {
  from {
    transform: translate3d(172px, 20px, 0); }
  to {
    transform: translate3d(250px, 56px, 0); } }
@keyframes tut-pos-04 {
  from {
    transform: translate3d(172px, 20px, 0); }
  to {
    transform: translate3d(250px, 56px, 0); } }
@-webkit-keyframes tut-pos-05 {
  from {
    transform: translate3d(250px, 56px, 0); }
  to {
    transform: translate3d(904px, -25px, 0); } }
@-moz-keyframes tut-pos-05 {
  from {
    transform: translate3d(250px, 56px, 0); }
  to {
    transform: translate3d(904px, -25px, 0); } }
@-o-keyframes tut-pos-05 {
  from {
    transform: translate3d(250px, 56px, 0); }
  to {
    transform: translate3d(904px, -25px, 0); } }
@keyframes tut-pos-05 {
  from {
    transform: translate3d(250px, 56px, 0); }
  to {
    transform: translate3d(904px, -25px, 0); } }
@-webkit-keyframes tut-pos-06 {
  from {
    transform: translate3d(315px, 0px, 0); }
  to {
    transform: translate3d(521px, 10px, 0); } }
@-moz-keyframes tut-pos-06 {
  from {
    transform: translate3d(315px, 0px, 0); }
  to {
    transform: translate3d(521px, 10px, 0); } }
@-o-keyframes tut-pos-06 {
  from {
    transform: translate3d(315px, 0px, 0); }
  to {
    transform: translate3d(521px, 10px, 0); } }
@keyframes tut-pos-06 {
  from {
    transform: translate3d(315px, 0px, 0); }
  to {
    transform: translate3d(521px, 10px, 0); } }
@-webkit-keyframes tut-pos-07 {
  from {
    transform: translate3d(521px, 10px, 0); }
  to {
    transform: translate3d(712px, 98px, 0); } }
@-moz-keyframes tut-pos-07 {
  from {
    transform: translate3d(521px, 10px, 0); }
  to {
    transform: translate3d(712px, 98px, 0); } }
@-o-keyframes tut-pos-07 {
  from {
    transform: translate3d(521px, 10px, 0); }
  to {
    transform: translate3d(712px, 98px, 0); } }
@keyframes tut-pos-07 {
  from {
    transform: translate3d(521px, 10px, 0); }
  to {
    transform: translate3d(712px, 98px, 0); } }
@-webkit-keyframes HideFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-moz-keyframes HideFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-o-keyframes HideFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes HideFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes ShowFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes ShowFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes ShowFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes ShowFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.ShowFadeIn {
  -webkit-animation: ShowFadeIn 1s infinite alternate;
  animation: ShowFadeIn 1s infinite alternate; }

@-webkit-keyframes liniear-1a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes liniear-1a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-o-keyframes liniear-1a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes liniear-1a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-webkit-keyframes liniear-1b-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes liniear-1b-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-o-keyframes liniear-1b-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes liniear-1b-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-webkit-keyframes liniear-1d-arrow {
  from {
    transform: translate3d(50px, 0, 0); }
  50% {
    transform: translate3d(75px, 0, 0); }
  to {
    transform: translate3d(50px, 0, 0); } }
@-moz-keyframes liniear-1d-arrow {
  from {
    transform: translate3d(50px, 0, 0); }
  50% {
    transform: translate3d(75px, 0, 0); }
  to {
    transform: translate3d(50px, 0, 0); } }
@-o-keyframes liniear-1d-arrow {
  from {
    transform: translate3d(50px, 0, 0); }
  50% {
    transform: translate3d(75px, 0, 0); }
  to {
    transform: translate3d(50px, 0, 0); } }
@keyframes liniear-1d-arrow {
  from {
    transform: translate3d(50px, 0, 0); }
  50% {
    transform: translate3d(75px, 0, 0); }
  to {
    transform: translate3d(50px, 0, 0); } }
@-webkit-keyframes liniear-1e-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes liniear-1e-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-o-keyframes liniear-1e-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes liniear-1e-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-webkit-keyframes liniear-2c-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes liniear-2c-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-o-keyframes liniear-2c-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes liniear-2c-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-webkit-keyframes liniear-3a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes liniear-3a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-o-keyframes liniear-3a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes liniear-3a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-webkit-keyframes liniear-3c-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes liniear-3c-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-o-keyframes liniear-3c-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes liniear-3c-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-webkit-keyframes liniear-4a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes liniear-4a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-o-keyframes liniear-4a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes liniear-4a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-webkit-keyframes liniear-4b-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes liniear-4b-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-o-keyframes liniear-4b-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes liniear-4b-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-webkit-keyframes liniear-5a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes liniear-5a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-o-keyframes liniear-5a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes liniear-5a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-webkit-keyframes liniear-6a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes liniear-6a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-o-keyframes liniear-6a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes liniear-6a-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-webkit-keyframes episode1-skill-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes episode1-skill-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@-o-keyframes episode1-skill-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes episode1-skill-arrow {
  from {
    transform: translate3d(0, 50px, 0); }
  50% {
    transform: translate3d(0, 75px, 0); }
  to {
    transform: translate3d(0, 50px, 0); } }
@keyframes arrow-move-fading {
  from {
    opacity: 0; }
  to {
    opacity: 0.3; } }
@keyframes green-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #9dff1d);
    filter: drop-shadow(0px 0px 0px #9dff1d); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 7px #9dff1d);
    filter: drop-shadow(0px 0px 7px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #9dff1d);
    filter: drop-shadow(0px 0px 0px #9dff1d); } }
@-webkit-keyframes green-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #9dff1d);
    filter: drop-shadow(0px 0px 0px #9dff1d); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 7px #9dff1d);
    filter: drop-shadow(0px 0px 7px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #9dff1d);
    filter: drop-shadow(0px 0px 0px #9dff1d); } }
@-moz-keyframes green-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #9dff1d);
    filter: drop-shadow(0px 0px 0px #9dff1d); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 7px #9dff1d);
    filter: drop-shadow(0px 0px 7px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #9dff1d);
    filter: drop-shadow(0px 0px 0px #9dff1d); } }
@-o-keyframes green-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 2px #9dff1d);
    filter: drop-shadow(0px 0px 2px #9dff1d); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 7px #9dff1d);
    filter: drop-shadow(0px 0px 7px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 2px #9dff1d);
    filter: drop-shadow(0px 0px 2px #9dff1d); } }
@keyframes green-glow-box {
  0% {
    box-shadow: 0 0 0 #9dff1d; }
  50% {
    box-shadow: 0 0 18px #9dff1d; }
  100% {
    box-shadow: 0 0 0 #9dff1d; } }
@keyframes login-hexagon-active-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 6px #9dff1d);
    filter: drop-shadow(0px 0px 6px #9dff1d); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 18px #9dff1d);
    filter: drop-shadow(0px 0px 18px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 6px #9dff1d);
    filter: drop-shadow(0px 0px 6px #9dff1d); } }
@-webkit-keyframes login-hexagon-active-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 6px #9dff1d);
    filter: drop-shadow(0px 0px 6px #9dff1d); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 18px #9dff1d);
    filter: drop-shadow(0px 0px 18px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 6px #9dff1d);
    filter: drop-shadow(0px 0px 6px #9dff1d); } }
@-moz-keyframes login-hexagon-active-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 6px #9dff1d);
    filter: drop-shadow(0px 0px 6px #9dff1d); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 18px #9dff1d);
    filter: drop-shadow(0px 0px 18px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 6px #9dff1d);
    filter: drop-shadow(0px 0px 6px #9dff1d); } }
@-o-keyframes login-hexagon-active-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 6px #9dff1d);
    filter: drop-shadow(0px 0px 6px #9dff1d); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 18px #9dff1d);
    filter: drop-shadow(0px 0px 18px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 6px #9dff1d);
    filter: drop-shadow(0px 0px 6px #9dff1d); } }
@keyframes login-crate-open-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 4px #2eff9f);
    filter: drop-shadow(0px 0px 4px #2eff9f); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 12px #2eff9f);
    filter: drop-shadow(0px 0px 12px #2eff9f); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 4px #2eff9f);
    filter: drop-shadow(0px 0px 4px #2eff9f); } }
@-webkit-keyframes login-crate-open-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 4px #2eff9f);
    filter: drop-shadow(0px 0px 4px #2eff9f); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 12px #2eff9f);
    filter: drop-shadow(0px 0px 12px #2eff9f); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 4px #2eff9f);
    filter: drop-shadow(0px 0px 4px #2eff9f); } }
@-moz-keyframes login-crate-open-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 4px #2eff9f);
    filter: drop-shadow(0px 0px 4px #2eff9f); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 12px #2eff9f);
    filter: drop-shadow(0px 0px 12px #2eff9f); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 4px #2eff9f);
    filter: drop-shadow(0px 0px 4px #2eff9f); } }
@-o-keyframes login-crate-open-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 4px #2eff9f);
    filter: drop-shadow(0px 0px 4px #2eff9f); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 12px #2eff9f);
    filter: drop-shadow(0px 0px 12px #2eff9f); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 4px #2eff9f);
    filter: drop-shadow(0px 0px 4px #2eff9f); } }
@keyframes green-glow-box {
  0% {
    box-shadow: 0 0 0 #9dff1d; }
  50% {
    box-shadow: 0 0 18px #9dff1d; }
  100% {
    box-shadow: 0 0 0 #9dff1d; } }
@-webkit-keyframes green-glow-box {
  0% {
    box-shadow: 0 0 0 #9dff1d; }
  50% {
    box-shadow: 0 0 18px #9dff1d; }
  100% {
    box-shadow: 0 0 0 #9dff1d; } }
@-moz-keyframes green-glow-box {
  0% {
    box-shadow: 0 0 0 #9dff1d; }
  50% {
    box-shadow: 0 0 18px #9dff1d; }
  100% {
    box-shadow: 0 0 0 #9dff1d; } }
@-o-keyframes green-glow-box {
  0% {
    box-shadow: 0 0 0 #9dff1d; }
  50% {
    box-shadow: 0 0 18px #9dff1d; }
  100% {
    box-shadow: 0 0 0 #9dff1d; } }
/* ##### TUTORIAL SECTION END ##### */
/* ################################ */
/* ####################### */
/* ##### MAP SECTION ##### */
@keyframes wolken01 {
  0% {
    opacity: 0;
    transform: translateX(0px); }
  2% {
    opacity: 0; }
  10% {
    opacity: 1; }
  79% {
    opacity: 1; }
  87% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(850px); } }
@-webkit-keyframes wolken01 {
  0% {
    opacity: 0;
    transform: translateX(0px); }
  2% {
    opacity: 0; }
  10% {
    opacity: 1; }
  79% {
    opacity: 1; }
  87% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(850px); } }
@-moz-keyframes wolken01 {
  0% {
    opacity: 0;
    transform: translateX(0px); }
  2% {
    opacity: 0; }
  10% {
    opacity: 1; }
  79% {
    opacity: 1; }
  87% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(850px); } }
@-o-keyframes wolken01 {
  0% {
    opacity: 0;
    transform: translateX(0px); }
  2% {
    opacity: 0; }
  10% {
    opacity: 1; }
  79% {
    opacity: 1; }
  87% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(850px); } }
@keyframes wolken02 {
  0% {
    opacity: 0;
    transform: translateX(0px); }
  2% {
    opacity: 0; }
  10% {
    opacity: 1; }
  79% {
    opacity: 1; }
  87% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(850px); } }
@keyframes wolken03 {
  0% {
    opacity: 0;
    transform: translateX(0px); }
  2% {
    opacity: 0; }
  10% {
    opacity: 1; }
  79% {
    opacity: 1; }
  87% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(830px); } }
@keyframes wolken04 {
  0% {
    opacity: 0;
    transform: translateX(0px); }
  2% {
    opacity: 0; }
  10% {
    opacity: 1; }
  79% {
    opacity: 1; }
  87% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(840px); } }
@keyframes wolken05 {
  0% {
    opacity: 0;
    transform: translateX(0px); }
  2% {
    opacity: 0; }
  10% {
    opacity: 1; }
  79% {
    opacity: 1; }
  87% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(830px); } }
@keyframes wolken06 {
  0% {
    opacity: 0;
    transform: translateX(0px); }
  2% {
    opacity: 0; }
  10% {
    opacity: 1; }
  79% {
    opacity: 1; }
  87% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(850px); } }
/* ##### MAP SECTION END ##### */
/* ########################### */
/* #################################### */
/* ##### HABITAT SECTION - MISSION-SECTIONS ##### */
@keyframes pop-up-bounce {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -khtml-opacity: 1;
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -khtml-opacity: 1;
    opacity: 1; } }
/* ##### HABITAT SECTION -  Pfeil Missionen Wähle sein Einsatzgebiet ##### */
@-webkit-keyframes leftTOright-once {
  0% {
    margin-left: -15px; }
  60% {
    margin-left: 5px; }
  100% {
    margin-left: 0px; } }
@-moz-keyframes leftTOright-once {
  0% {
    margin-left: -15px; }
  60% {
    margin-left: 5px; }
  100% {
    margin-left: 0px; } }
@-ms-keyframes leftTOright-once {
  0% {
    margin-left: -15px; }
  60% {
    margin-left: 5px; }
  100% {
    margin-left: 0px; } }
@-o-keyframes leftTOright-once {
  0% {
    margin-left: -15px; }
  60% {
    margin-left: 5px; }
  100% {
    margin-left: 0px; } }
@keyframes leftTOright-once {
  0% {
    margin-left: -15px; }
  60% {
    margin-left: 5px; }
  100% {
    margin-left: 0px; } }
/* ##### HABITAT SECTION -  Pfeil Missionen Wähle sein Einsatzgebiet END ##### */
/* ##### HABITAT SECTION - MISSION-SECTIONS ##### */
/* ######################################## */
/* ##### HABITAT SELECTION ##### */
@keyframes habitat-building-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(5px 5px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-webkit-keyframes habitat-building-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(5px 5px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-moz-keyframes habitat-building-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(5px 5px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-o-keyframes habitat-building-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(5px 5px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
/* ##### HABITAT SELECTION END ##### */
/* ################################# */
/* ##### HABITAT MISSIONS - COLLECT RESSOURCES ##### */
@-webkit-keyframes resource-glow {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.5); } }
@-moz-keyframes resource-glow {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.5); } }
@-o-keyframes resource-glow {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.5); } }
@keyframes resource-glow {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.5); } }
@keyframes resource-pop-up {
  0% {
    opacity: 0;
    transform: scale(0.8);
    bottom: 0; }
  5% {
    opacity: 1;
    transform: scale(1.5); }
  7% {
    transform: scale(1); }
  9% {
    transform: scale(1.4); }
  11% {
    transform: scale(1); }
  90% {
    opacity: 1;
    pointer-events: all; }
  100% {
    opacity: 0;
    pointer-events: none;
    bottom: 15px; } }
@keyframes resource-float-up {
  0% {
    opacity: 1; }
  12% {
    transform: scale(0.8); }
  18% {
    transform: scale(1); }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 0px; } }
/* ##### HABITAT MISSIONS - COLLECT RESSOURCES END ##### */
/* ##################################################### */
/* ##### DR ONE GLOW ##### */
@keyframes pipo-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 13px #00d8ff);
    filter: drop-shadow(0px 0px 13px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-webkit-keyframes pipo-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 13px #00d8ff);
    filter: drop-shadow(0px 0px 13px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-moz-keyframes pipo-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 13px #00d8ff);
    filter: drop-shadow(0px 0px 13px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-o-keyframes pipo-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 13px #00d8ff);
    filter: drop-shadow(0px 0px 13px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-ms-keyframes glow-cyan-on {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 13px #00d8ff);
    filter: drop-shadow(0px 0px 13px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
/* ##### DR ONE GLOW END ##### */
/* ##### TEXT GLOW ##### */
@-webkit-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #82bfff, 0 0 20px  #82bfff, 0 0 30px  #82bfff, 0 0 40px  #228DFF, 0 0 70px  #228DFF, 0 0 80px  #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF; }
  to {
    text-shadow: 0 0 5px #82bfff, 0 0 10px #82bfff, 0 0 15px #82bfff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF; } }
@-moz-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #82bfff, 0 0 20px  #82bfff, 0 0 30px  #82bfff, 0 0 40px  #228DFF, 0 0 70px  #228DFF, 0 0 80px  #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF; }
  to {
    text-shadow: 0 0 5px #82bfff, 0 0 10px #82bfff, 0 0 15px #82bfff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF; } }
@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #82bfff, 0 0 20px  #82bfff, 0 0 30px  #82bfff, 0 0 40px  #228DFF, 0 0 70px  #228DFF, 0 0 80px  #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF; }
  to {
    text-shadow: 0 0 5px #82bfff, 0 0 10px #82bfff, 0 0 15px #82bfff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF; } }
/* ##### TEXT GLOW END ##### */
/* ##### GARAGE ARROW BOUNCE ##### */
@-webkit-keyframes arrow-bounce-garage {
  0% {
    margin-top: 72px; }
  50% {
    margin-top: 92px; }
  100% {
    margin-top: 72px; } }
@-moz-keyframes arrow-bounce-garage {
  0% {
    margin-top: 72px; }
  50% {
    margin-top: 92px; }
  100% {
    margin-top: 72px; } }
@-o-keyframes arrow-bounce-garage {
  0% {
    margin-top: 72px; }
  50% {
    margin-top: 92px; }
  100% {
    margin-top: 72px; } }
@keyframes arrow-bounce-garage {
  0% {
    margin-top: 72px; }
  50% {
    margin-top: 92px; }
  100% {
    margin-top: 72px; } }
/* ##### GARAGE ARROW BOUNCE ##### */
/* ############################ */
/* ##### RESEARCH SECTION ##### */
@keyframes pulse-grey {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes pulse-color {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes pulse-full {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
/* ##### RESEARCH SECTION END ##### */
/* ################################ */
/* ######################### */
/* ##### FIGHT SECTION ##### */
/* ##### FIGHT SECTION END ##### */
/* ############################# */
/* ########################### */
/* ##### AUCTION SECTION ##### */
@-webkit-keyframes auction-table-item-jump {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 20px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
@-moz-keyframes auction-table-item-jump {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 20px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
@-o-keyframes auction-table-item-jump {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 20px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
@keyframes auction-table-item-jump {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 20px, 0); }
  to {
    transform: translate3d(0, 0px, 0); } }
/* ##### AUCTION SECTION END ##### */
/* ############################### */
/* ############################ */
/* ##### JUNKYARD SECTION ##### */
@-webkit-keyframes greenPulse {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes greenPulse {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@-moz-keyframes greenPulse {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@-o-keyframes greenPulse {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes arrow-bounce-junkyard {
  0% {
    margin-top: 72px; }
  50% {
    margin-top: 92px; }
  100% {
    margin-top: 72px; } }
@-moz-keyframes arrow-bounce-junkyard {
  0% {
    margin-top: 72px; }
  50% {
    margin-top: 92px; }
  100% {
    margin-top: 72px; } }
@-o-keyframes arrow-bounce-junkyard {
  0% {
    margin-top: 72px; }
  50% {
    margin-top: 92px; }
  100% {
    margin-top: 72px; } }
@keyframes arrow-bounce-junkyard {
  0% {
    margin-top: 72px; }
  50% {
    margin-top: 92px; }
  100% {
    margin-top: 72px; } }
@-webkit-keyframes arrow-bounce-tutorial-verhandlung {
  0% {
    margin-top: -90px; }
  50% {
    margin-top: -70px; }
  100% {
    margin-top: -90px; } }
@-moz-keyframes arrow-bounce-tutorial-verhandlung {
  0% {
    margin-top: -90px; }
  50% {
    margin-top: -70px; }
  100% {
    margin-top: -90px; } }
@-o-keyframes arrow-bounce-tutorial-verhandlung {
  0% {
    margin-top: -90px; }
  50% {
    margin-top: -70px; }
  100% {
    margin-top: -90px; } }
@keyframes arrow-bounce-tutorial-verhandlung {
  0% {
    margin-top: -90px; }
  50% {
    margin-top: -70px; }
  100% {
    margin-top: -90px; } }
@-webkit-keyframes arrow-bounce-tutorial-arrow-left {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 10px; }
  100% {
    margin-left: 0px; } }
@-moz-keyframes arrow-bounce-tutorial-arrow-left {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 10px; }
  100% {
    margin-left: 0px; } }
@-o-keyframes arrow-bounce-tutorial-arrow-left {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 10px; }
  100% {
    margin-left: 0px; } }
@keyframes arrow-bounce-tutorial-arrow-left {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 10px; }
  100% {
    margin-left: 0px; } }
@-webkit-keyframes arrow-bounce-tutorial-arrow-right {
  0% {
    margin-left: 228px; }
  50% {
    margin-left: 218px; }
  100% {
    margin-left: 228px; } }
@-moz-keyframes arrow-bounce-tutorial-arrow-right {
  0% {
    margin-left: 228px; }
  50% {
    margin-left: 218px; }
  100% {
    margin-left: 228px; } }
@-o-keyframes arrow-bounce-tutorial-arrow-right {
  0% {
    margin-left: 228px; }
  50% {
    margin-left: 218px; }
  100% {
    margin-left: 228px; } }
@keyframes arrow-bounce-tutorial-arrow-right {
  0% {
    margin-left: 228px; }
  50% {
    margin-left: 218px; }
  100% {
    margin-left: 228px; } }
@keyframes text-float-up {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0; }
  50% {
    transform: translate3d(0, -50px, 0);
    opacity: 1; }
  100% {
    transform: translate3d(0, -100px, 0);
    opacity: 0; } }
/* ##### JUNKYARD SECTION END ##### */
/* ################################ */
/* ######################## */
/* ##### WORK SECTION ##### */
@-webkit-keyframes drone-drift-right-to-left {
  0% {
    transform: translate3d(-300px, 26px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes drone-drift-right-to-left {
  0% {
    transform: translate3d(-300px, 26px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@-o-keyframes drone-drift-right-to-left {
  0% {
    transform: translate3d(-300px, 26px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes drone-drift-right-to-left {
  0% {
    transform: translate3d(-300px, 26px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes drone-blank-big {
  from {
    transform: scale(0.3); }
  to {
    transform: scale(1); } }
@-moz-keyframes drone-blank-big {
  from {
    transform: scale(0.3); }
  to {
    transform: scale(1); } }
@-o-keyframes drone-blank-big {
  from {
    transform: scale(0.3); }
  to {
    transform: scale(1); } }
@keyframes drone-blank-big {
  from {
    transform: scale(0.3); }
  to {
    transform: scale(1); } }
@-webkit-keyframes drone-drift-left-to-right {
  0% {
    transform: translate3d(0, 456px, 0); }
  100% {
    transform: translate3d(-300px, 482px, 0); } }
@-moz-keyframes drone-drift-left-to-right {
  0% {
    transform: translate3d(0, 456px, 0); }
  100% {
    transform: translate3d(-300px, 482px, 0); } }
@-o-keyframes drone-drift-left-to-right {
  0% {
    transform: translate3d(0, 456px, 0); }
  100% {
    transform: translate3d(-300px, 482px, 0); } }
@keyframes drone-drift-left-to-right {
  0% {
    transform: translate3d(0, 456px, 0); }
  100% {
    transform: translate3d(-300px, 482px, 0); } }
@-webkit-keyframes drone-blank-small {
  from {
    transform: scale(1); }
  to {
    transform: scale(0.3); } }
@-moz-keyframes drone-blank-small {
  from {
    transform: scale(1); }
  to {
    transform: scale(0.3); } }
@-o-keyframes drone-blank-small {
  from {
    transform: scale(1); }
  to {
    transform: scale(0.3); } }
@keyframes drone-blank-small {
  from {
    transform: scale(1); }
  to {
    transform: scale(0.3); } }
/* ##### WORK SECTION END ##### */
/* ############################ */
/* ############################ */
/* ####### GANG SECTION ####### */
@keyframes avatar-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-webkit-keyframes avatar-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-moz-keyframes avatar-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-o-keyframes avatar-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@keyframes work-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 6px #00d8ff);
    filter: drop-shadow(0px 0px 6px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-webkit-keyframes work-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 6px #00d8ff);
    filter: drop-shadow(0px 0px 6px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-moz-keyframes work-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 6px #00d8ff);
    filter: drop-shadow(0px 0px 6px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-o-keyframes work-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 6px #00d8ff);
    filter: drop-shadow(0px 0px 6px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@keyframes search-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  20% {
    -webkit-filter: drop-shadow(0px 0px 5px #00d8ff);
    filter: drop-shadow(0px 0px 5px #00d8ff); }
  60% {
    -webkit-filter: drop-shadow(0px 0px 5px #00d8ff);
    filter: drop-shadow(0px 0px 5px #00d8ff); }
  80% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-webkit-keyframes search-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  20% {
    -webkit-filter: drop-shadow(0px 0px 5px #00d8ff);
    filter: drop-shadow(0px 0px 5px #00d8ff); }
  60% {
    -webkit-filter: drop-shadow(0px 0px 5px #00d8ff);
    filter: drop-shadow(0px 0px 5px #00d8ff); }
  80% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-moz-keyframes search-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  20% {
    -webkit-filter: drop-shadow(0px 0px 5px #00d8ff);
    filter: drop-shadow(0px 0px 5px #00d8ff); }
  60% {
    -webkit-filter: drop-shadow(0px 0px 5px #00d8ff);
    filter: drop-shadow(0px 0px 5px #00d8ff); }
  80% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-o-keyframes search-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  20% {
    -webkit-filter: drop-shadow(0px 0px 5px #00d8ff);
    filter: drop-shadow(0px 0px 5px #00d8ff); }
  60% {
    -webkit-filter: drop-shadow(0px 0px 5px #00d8ff);
    filter: drop-shadow(0px 0px 5px #00d8ff); }
  80% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@keyframes building-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-webkit-keyframes building-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-moz-keyframes building-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-o-keyframes building-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
/* ##### GANG SECTION END ##### */
/* ############################ */
/* ############################ */
/* ###### LEAGUE SECTION ###### */
@-webkit-keyframes ownbot {
  0% {
    color: #64dcff; }
  50% {
    color: #fff; }
  100% {
    color: #64dcff; } }
@-moz-keyframes ownbot {
  0% {
    color: #64dcff; }
  50% {
    color: #fff; }
  100% {
    color: #64dcff; } }
@-o-keyframes ownbot {
  0% {
    color: #64dcff; }
  50% {
    color: #fff; }
  100% {
    color: #64dcff; } }
@keyframes ownbot {
  0% {
    color: #64dcff; }
  50% {
    color: #fff; }
  100% {
    color: #64dcff; } }
@keyframes award-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-webkit-keyframes award-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-moz-keyframes award-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
@-o-keyframes award-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); } }
/* #### LEAGUE SECTION END #### */
/* ############################ */
/* ############################# */
/* ######## KRYPTO BOX ######### */
@-webkit-keyframes kryptobox-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 15px #72faff);
    filter: drop-shadow(0px 0px 15px #72faff); }
  33% {
    -webkit-filter: drop-shadow(0px 0px 15px #2eff9f);
    filter: drop-shadow(0px 0px 15px #2eff9f); }
  66% {
    -webkit-filter: drop-shadow(0px 0px 15px #9dff1d);
    filter: drop-shadow(0px 0px 15px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 15px #ffd003);
    filter: drop-shadow(0px 0px 15px #ffd003); } }
@-moz-keyframes kryptobox-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 15px #72faff);
    filter: drop-shadow(0px 0px 15px #72faff); }
  33% {
    -webkit-filter: drop-shadow(0px 0px 15px #2eff9f);
    filter: drop-shadow(0px 0px 15px #2eff9f); }
  66% {
    -webkit-filter: drop-shadow(0px 0px 15px #9dff1d);
    filter: drop-shadow(0px 0px 15px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 15px #ffd003);
    filter: drop-shadow(0px 0px 15px #ffd003); } }
@-o-keyframes kryptobox-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 15px #72faff);
    filter: drop-shadow(0px 0px 15px #72faff); }
  33% {
    -webkit-filter: drop-shadow(0px 0px 15px #2eff9f);
    filter: drop-shadow(0px 0px 15px #2eff9f); }
  66% {
    -webkit-filter: drop-shadow(0px 0px 15px #9dff1d);
    filter: drop-shadow(0px 0px 15px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 15px #ffd003);
    filter: drop-shadow(0px 0px 15px #ffd003); } }
@keyframes kryptobox-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 15px #72faff);
    filter: drop-shadow(0px 0px 15px #72faff); }
  33% {
    -webkit-filter: drop-shadow(0px 0px 15px #2eff9f);
    filter: drop-shadow(0px 0px 15px #2eff9f); }
  66% {
    -webkit-filter: drop-shadow(0px 0px 15px #9dff1d);
    filter: drop-shadow(0px 0px 15px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 15px #ffd003);
    filter: drop-shadow(0px 0px 15px #ffd003); } }
.kryptobox-glow {
  -webkit-animation: kryptobox-glow 1.5s ease-in-out infinite alternate;
  -moz-animation: kryptobox-glow 1.5s ease-in-out infinite alternate;
  -o-animation: kryptobox-glow 1.5s ease-in-out infinite alternate;
  animation: kryptobox-glow 1.5s ease-in-out infinite alternate; }

@-webkit-keyframes kryptobox-glow-float {
  0% {
    -webkit-filter: drop-shadow(0px 0px 15px #72faff);
    filter: drop-shadow(0px 0px 15px #72faff);
    transform: translate(0, 5px); }
  33% {
    -webkit-filter: drop-shadow(0px 0px 15px #2eff9f);
    filter: drop-shadow(0px 0px 15px #2eff9f); }
  66% {
    -webkit-filter: drop-shadow(0px 0px 15px #9dff1d);
    filter: drop-shadow(0px 0px 15px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 15px #ffd003);
    filter: drop-shadow(0px 0px 15px #ffd003);
    transform: translate(0, -5px); } }
@-moz-keyframes kryptobox-glow-float {
  0% {
    -webkit-filter: drop-shadow(0px 0px 15px #72faff);
    filter: drop-shadow(0px 0px 15px #72faff);
    transform: translate(0, 5px); }
  33% {
    -webkit-filter: drop-shadow(0px 0px 15px #2eff9f);
    filter: drop-shadow(0px 0px 15px #2eff9f); }
  66% {
    -webkit-filter: drop-shadow(0px 0px 15px #9dff1d);
    filter: drop-shadow(0px 0px 15px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 15px #ffd003);
    filter: drop-shadow(0px 0px 15px #ffd003);
    transform: translate(0, -5px); } }
@-o-keyframes kryptobox-glow-float {
  0% {
    -webkit-filter: drop-shadow(0px 0px 15px #72faff);
    filter: drop-shadow(0px 0px 15px #72faff);
    transform: translate(0, 5px); }
  33% {
    -webkit-filter: drop-shadow(0px 0px 15px #2eff9f);
    filter: drop-shadow(0px 0px 15px #2eff9f); }
  66% {
    -webkit-filter: drop-shadow(0px 0px 15px #9dff1d);
    filter: drop-shadow(0px 0px 15px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 15px #ffd003);
    filter: drop-shadow(0px 0px 15px #ffd003);
    transform: translate(0, -5px); } }
@keyframes kryptobox-glow-float {
  0% {
    -webkit-filter: drop-shadow(0px 0px 15px #72faff);
    filter: drop-shadow(0px 0px 15px #72faff);
    transform: translate(0, 5px); }
  33% {
    -webkit-filter: drop-shadow(0px 0px 15px #2eff9f);
    filter: drop-shadow(0px 0px 15px #2eff9f); }
  66% {
    -webkit-filter: drop-shadow(0px 0px 15px #9dff1d);
    filter: drop-shadow(0px 0px 15px #9dff1d); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 15px #ffd003);
    filter: drop-shadow(0px 0px 15px #ffd003);
    transform: translate(0, -5px); } }
.kryptobox-glow-float {
  -webkit-animation: kryptobox-glow-float 2s ease-in-out infinite alternate;
  -moz-animation: kryptobox-glow-float 2s ease-in-out infinite alternate;
  -o-animation: kryptobox-glow-float 2s ease-in-out infinite alternate;
  animation: kryptobox-glow-float 2s ease-in-out infinite alternate; }

@-webkit-keyframes particle-explosion {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(3);
    opacity: 0; } }
@-moz-keyframes particle-explosion {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(3);
    opacity: 0; } }
@-o-keyframes particle-explosion {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(3);
    opacity: 0; } }
@keyframes particle-explosion {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(3);
    opacity: 0; } }
.particle-explosion {
  position: absolute;
  top: 12px;
  left: 62px;
  z-index: -1;
  width: 100px;
  height: 100px;
  -webkit-animation: particle-explosion 0.7s ease-out 0.3s 1 forwards;
  -moz-animation: particle-explosion 0.7s ease-out 0.3s 1 forwards;
  animation: particle-explosion 0.7s ease-out 0.3s 1 forwards; }
  .particle-explosion .speck1,
  .particle-explosion .speck2,
  .particle-explosion .speck3,
  .particle-explosion .speck4,
  .particle-explosion .speck5 {
    position: absolute;
    box-shadow: 0 0 10px 5px #72faff;
    top: 32px;
    left: 36px; }
  .particle-explosion .speck2 {
    box-shadow: 0 0 10px 5px #2eff9f;
    left: 69px; }
  .particle-explosion .speck3 {
    box-shadow: 0 0 10px 5px #9dff1d;
    top: 64px; }
  .particle-explosion .speck4 {
    box-shadow: 0 0 10px 5px #ffffff;
    top: 46px;
    left: 72px; }
  .particle-explosion .speck5 {
    box-shadow: 0 0 10px 5px #ffffff;
    top: 74px;
    left: 66px; }

/* ###### KRYPTO BOX END ####### */
/* ############################# */
/* ############################# */
/* ###### HALLOWEEN GLOW ####### */
.pumpkin-glow {
  -webkit-animation-name: pumpkin-glow;
  animation-name: pumpkin-glow;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

@keyframes pumpkin-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7)); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 10px rgba(237, 124, 0, 0.7)); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7)); } }
@-webkit-keyframes pumpkin-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7)); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 10px rgba(237, 124, 0, 0.7)); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7)); } }
@-moz-keyframes pumpkin-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7)); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 10px rgba(237, 124, 0, 0.7)); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7)); } }
@-o-keyframes pumpkin-glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7)); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 10px rgba(237, 124, 0, 0.7)); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7));
    filter: drop-shadow(0px 0px 2px rgba(237, 124, 0, 0.7)); } }
/* #### HALLOWEEN GLOW END ##### */
/* ############################# */
/* ############################# */
/* ###### FIGHT ANIMATION ###### */
@keyframes bgback {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes bgback {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes bgback {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes bgback {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes bgfor {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes bgfor {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes bgfor {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes bgfor {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fight-settings-left-box-01 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fight-settings-left-box-01 /* Safari and Chrome */ {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fight-settings-left-box-02 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fight-settings-left-box-02 /* Safari and Chrome */ {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fight-settings-left-box-03 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fight-settings-left-box-03 /* Safari and Chrome */ {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fight-results {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fight-results /* Safari and Chrome */ {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fight-items {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fight-items /* Safari and Chrome */ {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes kurzschluss {
  from {
    opacity: 0; }
  4% {
    opacity: 0; }
  6% {
    opacity: 0; }
  8% {
    opacity: 0; }
  10% {
    opacity: 1; }
  11% {
    opacity: 0; }
  12% {
    opacity: 0; }
  14% {
    opacity: 1; }
  16% {
    opacity: 0; }
  17% {
    opacity: 0; }
  19% {
    opacity: 0; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  26% {
    opacity: 0; }
  28% {
    opacity: 0; }
  38% {
    opacity: 0; }
  40% {
    opacity: 1; }
  42% {
    opacity: 0; }
  44% {
    opacity: 0; }
  46% {
    opacity: 0; }
  56% {
    opacity: 0; }
  58% {
    opacity: 0; }
  60% {
    opacity: 1; }
  68% {
    opacity: 0; }
  70% {
    opacity: 1;
    /*peak*/ }
  72% {
    opacity: 0; }
  93% {
    opacity: 1; }
  95% {
    opacity: 0;
    /*peak*/ }
  97% {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Bot Greift an und wird minimal größer */
@keyframes small-big {
  0% {
    width: 280px;
    height: 390px; }
  100% {
    width: 105%;
    height: auto; } }
/* Bot zittert wenn getroffen rechte Seite */
@keyframes hit-zitter {
  0% {
    -webkit-transform: translate3d(105px, 0px, 0); }
  25% {
    -webkit-transform: translate3d(115px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(105px, 0px, 0); }
  75% {
    -webkit-transform: translate3d(115px, 0px, 0); }
  100% {
    -webkit-transform: translate3d(110px, 0px, 0); } }
/* Bot zittert wenn getroffen linke Seite */
@keyframes hit-zitter-left {
  0% {
    -webkit-transform: translate3d(70px, 0px, 0); }
  25% {
    -webkit-transform: translate3d(80px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(70px, 0px, 0); }
  75% {
    -webkit-transform: translate3d(80px, 0px, 0); }
  100% {
    -webkit-transform: translate3d(75px, 0px, 0); } }
/* Hit Number Animation */
@keyframes hit-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    margin-top: -25px;
    margin-bottom: 25px; } }
@keyframes bot-big {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes bot-small {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  75% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes boost-left {
  0% {
    -webkit-transform: translate3d(-50px, 0px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(450px, 0px, 0);
    opacity: 0; } }
@-webkit-keyframes boost-left {
  0% {
    -webkit-transform: translate3d(-50px, 0px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(450px, 0px, 0);
    opacity: 0; } }
@-moz-keyframes boost-left {
  0% {
    -webkit-transform: translate3d(-50px, 0px, 0);
    -moz-transform: translate3d(-50px, 0px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(450px, 0px, 0);
    -moz-transform: translate3d(450px, 0px, 0);
    opacity: 0; } }
@-o-keyframes boost-left {
  0% {
    -webkit-transform: translate3d(-50px, 0px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(450px, 0px, 0);
    opacity: 0; } }
@-ms-keyframes boost-left {
  0% {
    -ms-transform: translate3d(-50px, 0px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -ms-transform: translate3d(450px, 0px, 0);
    opacity: 0; } }
@keyframes boost-right {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-500px, 0px, 0);
    opacity: 0; } }
@-webkit-keyframes boost-right {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-500px, 0px, 0);
    opacity: 0; } }
@-moz-keyframes boost-right {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-500px, 0px, 0);
    -moz-transform: translate3d(-500px, 0px, 0);
    opacity: 0; } }
@-o-keyframes boost-right {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-500px, 0px, 0);
    opacity: 0; } }
@-ms-keyframes boost-right {
  0% {
    -ms-transform: translate3d(0px, 0px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -ms-transform: translate3d(-500px, 0px, 0);
    opacity: 0; } }
@keyframes glow-red-on {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #ff0000);
    filter: drop-shadow(0px 0px 0px #ff0000); }
  10% {
    -webkit-filter: drop-shadow(0px 0px 7px #ff0000);
    filter: drop-shadow(0px 0px 7px #ff0000); }
  90% {
    -webkit-filter: drop-shadow(0px 0px 7px #ff0000);
    filter: drop-shadow(0px 0px 7px #ff0000); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #ff0000);
    filter: drop-shadow(0px 0px 0px #ff0000); } }
@-webkit-keyframes glow-red-on {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #ff0000);
    filter: drop-shadow(0px 0px 0px #ff0000); }
  10% {
    -webkit-filter: drop-shadow(0px 0px 7px #ff0000);
    filter: drop-shadow(0px 0px 7px #ff0000); }
  90% {
    -webkit-filter: drop-shadow(0px 0px 7px #ff0000);
    filter: drop-shadow(0px 0px 7px #ff0000); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #ff0000);
    filter: drop-shadow(0px 0px 0px #ff0000); } }
@-moz-keyframes glow-red-on {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #ff0000);
    filter: drop-shadow(0px 0px 0px #ff0000); }
  10% {
    -webkit-filter: drop-shadow(0px 0px 7px #ff0000);
    filter: drop-shadow(0px 0px 7px #ff0000); }
  90% {
    -webkit-filter: drop-shadow(0px 0px 7px #ff0000);
    filter: drop-shadow(0px 0px 7px #ff0000); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #ff0000);
    filter: drop-shadow(0px 0px 0px #ff0000); } }
@-o-keyframes glow-red-on {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #ff0000);
    filter: drop-shadow(0px 0px 0px #ff0000); }
  10% {
    -webkit-filter: drop-shadow(0px 0px 7px #ff0000);
    filter: drop-shadow(0px 0px 7px #ff0000); }
  90% {
    -webkit-filter: drop-shadow(0px 0px 7px #ff0000);
    filter: drop-shadow(0px 0px 7px #ff0000); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #ff0000);
    filter: drop-shadow(0px 0px 0px #ff0000); } }
@-ms-keyframes glow-red-on {
  0% {
    -ms-filter: drop-shadow(0px 0px 0px #ff0000);
    filter: drop-shadow(0px 0px 0px #ff0000); }
  10% {
    -ms-filter: drop-shadow(0px 0px 7px #ff0000);
    filter: drop-shadow(0px 0px 7px #ff0000); }
  90% {
    -ms-filter: drop-shadow(0px 0px 7px #ff0000);
    filter: drop-shadow(0px 0px 7px #ff0000); }
  100% {
    -ms-filter: drop-shadow(0px 0px 0px #ff0000);
    filter: drop-shadow(0px 0px 0px #ff0000); } }
@keyframes hit-zitter-left {
  0% {
    -webkit-transform: translate3d(5px, 0px, 0); }
  25% {
    -webkit-transform: translate3d(-5px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(5px, 0px, 0); }
  75% {
    -webkit-transform: translate3d(-5px, 0px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0); } }
@-webkit-keyframes hit-zitter-left {
  0% {
    -webkit-transform: translate3d(5px, 0px, 0); }
  25% {
    -webkit-transform: translate3d(-5px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(5px, 0px, 0); }
  75% {
    -webkit-transform: translate3d(-5px, 0px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0); } }
@-moz-keyframes hit-zitter-left {
  0% {
    -webkit-transform: translate3d(5px, 0px, 0);
    -moz-transform: translate3d(5px, 0px, 0); }
  25% {
    -webkit-transform: translate3d(-5px, 0px, 0);
    -moz-transform: translate3d(-5px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(5px, 0px, 0);
    -moz-transform: translate3d(5px, 0px, 0); }
  75% {
    -webkit-transform: translate3d(-5px, 0px, 0);
    -moz-transform: translate3d(-5px, 0px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0); } }
@-o-keyframes hit-zitter-left {
  0% {
    -webkit-transform: translate3d(5px, 0px, 0); }
  25% {
    -webkit-transform: translate3d(-5px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(5px, 0px, 0); }
  75% {
    -webkit-transform: translate3d(-5px, 0px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0); } }
@-ms-keyframes hit-zitter-left {
  0% {
    -ms-transform: translate3d(5px, 0px, 0); }
  25% {
    -ms-transform: translate3d(-5px, 0px, 0); }
  50% {
    -ms-transform: translate3d(5px, 0px, 0); }
  75% {
    -ms-transform: translate3d(-5px, 0px, 0); }
  100% {
    -ms-transform: translate3d(0px, 0px, 0); } }
@-webkit-keyframes diagonal-slide-up {
  0% {
    -webkit-transform: translate3d(0px, -30px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(400px, -280px, 0);
    opacity: 0; } }
@keyframes diagonal-slide-up {
  0% {
    -webkit-transform: translate3d(0px, -30px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(400px, -280px, 0);
    opacity: 0; } }
@-moz-keyframes diagonal-slide-up {
  0% {
    -webkit-transform: translate3d(0px, -30px, 0);
    -moz-transform: translate3d(0px, -30px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(400px, -280px, 0);
    -moz-transform: translate3d(400px, -280px, 0);
    opacity: 0; } }
@-o-keyframes diagonal-slide-up {
  0% {
    -webkit-transform: translate3d(0px, -30px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(400px, -280px, 0);
    opacity: 0; } }
@-ms-keyframes diagonal-slide-up {
  0% {
    -webkit-transform: translate3d(0px, -30px, 0);
    opacity: 0;
    -ms-transform: translate3d(0px, -30px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(400px, -280px, 0);
    opacity: 0;
    -ms-transform: translate3d(400px, -280px, 0);
    opacity: 0; } }
@keyframes defense-right-down {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0); }
  40% {
    -webkit-transform: translate3d(25px, 25px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0); } }
@-webkit-keyframes defense-right-down {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0); }
  40% {
    -webkit-transform: translate3d(25px, 25px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0); } }
@-moz-keyframes defense-right-down {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0); }
  40% {
    -webkit-transform: translate3d(25px, 25px, 0);
    -moz-transform: translate3d(25px, 25px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0); } }
@-o-keyframes defense-right-down {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0); }
  40% {
    -webkit-transform: translate3d(25px, 25px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0); } }
@-ms-keyframes defense-right-down {
  0% {
    -ms-transform: translate3d(0px, 0px, 0); }
  40% {
    -ms-transform: translate3d(25px, 25px, 0); }
  100% {
    -ms-transform: translate3d(0px, 0px, 0); } }
@-webkit-keyframes diagonal-slide-up-right {
  0% {
    -webkit-transform: translate3d(0px, -30px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-450px, -230px, 0);
    opacity: 0; } }
@keyframes diagonal-slide-up-right {
  0% {
    -webkit-transform: translate3d(0px, -30px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-450px, -230px, 0);
    opacity: 0; } }
@-moz-keyframes diagonal-slide-up-right {
  0% {
    -webkit-transform: translate3d(0px, -30px, 0);
    -moz-transform: translate3d(0px, -30px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-450px, -230px, 0);
    -moz-transform: translate3d(-450px, -230px, 0);
    opacity: 0; } }
@-o-keyframes diagonal-slide-up-right {
  0% {
    -webkit-transform: translate3d(0px, -30px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-450px, -230px, 0);
    opacity: 0; } }
@-ms-keyframes diagonal-slide-up-right {
  0% {
    -webkit-transform: translate3d(0px, -30px, 0);
    opacity: 0;
    -ms-transform: translate3d(0px, -30px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-450px, -230px, 0);
    opacity: 0;
    -ms-transform: translate3d(-450px, -230px, 0);
    opacity: 0; } }
@keyframes defense-left-down {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0); }
  40% {
    -webkit-transform: translate3d(-25px, 25px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0); } }
@-webkit-keyframes defense-left-down {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0); }
  40% {
    -webkit-transform: translate3d(-25px, 25px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0); } }
@-moz-keyframes defense-left-down {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0); }
  40% {
    -webkit-transform: translate3d(-25px, 25px, 0);
    -moz-transform: translate3d(-25px, 25px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0); } }
@-o-keyframes defense-left-down {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0); }
  40% {
    -webkit-transform: translate3d(-25px, 25px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0); } }
@-ms-keyframes defense-left-down {
  0% {
    -ms-transform: translate3d(0px, 0px, 0); }
  40% {
    -ms-transform: translate3d(-25px, 25px, 0); }
  100% {
    -ms-transform: translate3d(0px, 0px, 0); } }
@keyframes lose-game-animation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(5deg); } }
@-webkit-keyframes lose-game-animation {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(5deg); } }
@-moz-keyframes lose-game-animation {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(5deg); } }
@keyframes shield-on {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes glow-cyan-on {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  10% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); }
  90% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-moz-keyframes glow-cyan-on {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  10% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); }
  90% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-o-keyframes glow-cyan-on {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  10% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); }
  90% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@-ms-keyframes glow-cyan-on {
  0% {
    -ms-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  10% {
    -ms-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); }
  90% {
    -ms-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); }
  100% {
    -ms-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@keyframes glow-cyan-on {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); }
  10% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); }
  90% {
    -webkit-filter: drop-shadow(0px 0px 7px #00d8ff);
    filter: drop-shadow(0px 0px 7px #00d8ff); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00d8ff);
    filter: drop-shadow(0px 0px 0px #00d8ff); } }
@keyframes hit-block {
  0% {
    -webkit-transform: translate3d(0px, 0, 0); }
  75% {
    -webkit-transform: translate3d(25px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0); } }
@-webkit-keyframes hit-block {
  0% {
    -webkit-transform: translate3d(0px, 0, 0); }
  75% {
    -webkit-transform: translate3d(25px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0); } }
@-moz-keyframes hit-block {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0); }
  75% {
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0); } }
@-o-keyframes hit-block {
  0% {
    -webkit-transform: translate3d(0px, 0, 0); }
  75% {
    -webkit-transform: translate3d(25px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0); } }
@-ms-keyframes hit-block {
  0% {
    -ms-transform: translate3d(0px, 0, 0); }
  75% {
    -ms-transform: translate3d(25px, 0, 0); }
  100% {
    -ms-transform: translate3d(0px, 0, 0); } }
@keyframes hit-block-left {
  0% {
    -webkit-transform: translate3d(0px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-25px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0); } }
@-webkit-keyframes hit-block-left {
  0% {
    -webkit-transform: translate3d(0px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-25px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0); } }
@-moz-keyframes hit-block-left {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0); } }
@-o-keyframes hit-block-left {
  0% {
    -webkit-transform: translate3d(0px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-25px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0); } }
@-ms-keyframes hit-block-left {
  0% {
    -ms-transform: translate3d(0px, 0, 0); }
  75% {
    -ms-transform: translate3d(-25px, 0, 0); }
  100% {
    -ms-transform: translate3d(0px, 0, 0); } }
@keyframes count03 {
  0% {
    opacity: 1;
    font-size: 100px; }
  100% {
    opacity: 0;
    font-size: 15px; } }
@keyframes count02 {
  0% {
    opacity: 1;
    font-size: 100px; }
  100% {
    opacity: 0;
    font-size: 15px; } }
@keyframes count01 {
  0% {
    opacity: 1;
    font-size: 100px; }
  100% {
    opacity: 0;
    font-size: 15px; } }
@keyframes count-fight {
  1% {
    opacity: 1; }
  2% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  4% {
    transform: translate(-1.5px, 1.5px) rotate(1.5deg); }
  6% {
    transform: translate(1.5px, 2.5px) rotate(-0.5deg); }
  8% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg); }
  10% {
    transform: translate(2.5px, 0.5px) rotate(0.5deg); }
  12% {
    transform: translate(-1.5px, -0.5px) rotate(1.5deg); }
  14% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg); }
  16% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg); }
  18% {
    transform: translate(-1.5px, -1.5px) rotate(1.5deg); }
  20% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg); }
  22% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg); }
  24% {
    transform: translate(2.5px, 1.5px) rotate(-0.5deg); }
  26% {
    transform: translate(0.5px, 1.5px) rotate(1.5deg); }
  28% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  30% {
    transform: translate(-0.5px, 1.5px) rotate(-0.5deg); }
  32% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  34% {
    transform: translate(-1.5px, 0.5px) rotate(1.5deg); }
  36% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg); }
  38% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
  40% {
    transform: translate(0.5px, -1.5px) rotate(-0.5deg); }
  42% {
    transform: translate(0.5px, 1.5px) rotate(1.5deg); }
  44% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg); }
  46% {
    transform: translate(2.5px, 0.5px) rotate(1.5deg); }
  48% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  50% {
    transform: translate(-0.5px, -0.5px) rotate(1.5deg); }
  52% {
    transform: translate(2.5px, -1.5px) rotate(0.5deg); }
  54% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg); }
  56% {
    transform: translate(0.5px, 2.5px) rotate(-0.5deg); }
  58% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
  60% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  62% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg); }
  64% {
    transform: translate(2.5px, 1.5px) rotate(0.5deg); }
  66% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg); }
  68% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg); }
  70% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg); }
  72% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg); }
  74% {
    transform: translate(-0.5px, 2.5px) rotate(0.5deg); }
  76% {
    transform: translate(1.5px, 2.5px) rotate(0.5deg); }
  78% {
    transform: translate(2.5px, 0.5px) rotate(0.5deg); }
  80% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  82% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg); }
  84% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  86% {
    transform: translate(-0.5px, 2.5px) rotate(0.5deg); }
  88% {
    transform: translate(-1.5px, 2.5px) rotate(0.5deg); }
  90% {
    transform: translate(-0.5px, -0.5px) rotate(-0.5deg); }
  92% {
    transform: translate(2.5px, 1.5px) rotate(-0.5deg); }
  94% {
    transform: translate(1.5px, 2.5px) rotate(0.5deg); }
  96% {
    transform: translate(0.5px, 2.5px) rotate(-0.5deg); }
  98% {
    transform: translate(2.5px, 0.5px) rotate(1.5deg); }
  0%,100% {
    transform: translate(0, 0) rotate(0); }
  100% {
    opacity: 1; } }
@keyframes burst_1005 {
  0% {
    opacity: 1; }
  49.9995% {
    transform: scale(1.8);
    opacity: 0; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes spin-onetime {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* #### FIGHT ANIMATION END #### */
/* ############################# */
/* #### LITTLE BOUNCE #### */
@keyframes littleBounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  95% {
    transform: scale(1.04); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes littleBounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  95% {
    transform: scale(1.04); }
  100% {
    transform: scale(1); } }
@-moz-keyframes littleBounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  95% {
    transform: scale(1.04); }
  100% {
    transform: scale(1); } }
@-o-keyframes littleBounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  95% {
    transform: scale(1.04); }
  100% {
    transform: scale(1); } }
.littleBounce {
  animation: littleBounce 0.2s ease-in-out forwards;
  -moz-animation: littleBounce 0.2s ease-in-out forwards;
  -webkit-animation: littleBounce 0.2s ease-in-out forwards; }

/* #### LITTLE BOUNCE END #### */
/* ################################ */
/* #### LITTLE FADE-IN-BOUNCE #### */
@keyframes littleFadeInBounce {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  50% {
    transform: scale(0.9); }
  95% {
    transform: scale(1.04); }
  100% {
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes littleFadeInBounce {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  50% {
    transform: scale(0.9); }
  95% {
    transform: scale(1.04); }
  100% {
    transform: scale(1);
    opacity: 1; } }
@-moz-keyframes littleFadeInBounce {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  50% {
    transform: scale(0.9); }
  95% {
    transform: scale(1.04); }
  100% {
    transform: scale(1);
    opacity: 1; } }
@-o-keyframes littleFadeInBounce {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  50% {
    transform: scale(0.9); }
  95% {
    transform: scale(1.04); }
  100% {
    transform: scale(1);
    opacity: 1; } }
.littleFadeInBounce {
  opacity: 0;
  animation: littleFadeInBounce 0.35s ease-in-out 1 forwards;
  -webkit-animation: littleFadeInBounce 0.35s ease-in-out 1 forwards;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }

/* #### LITTLE FADE-IN-BOUNCE END #### */
/* ################################ */
/* #### FLICKERING LIGHTS #### */
@-webkit-keyframes flickering {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  21% {
    opacity: 1; }
  22% {
    opacity: 0; }
  24% {
    opacity: 1; }
  25% {
    opacity: 0; }
  69% {
    opacity: 0; }
  70% {
    opacity: 1; }
  79% {
    opacity: 1; }
  81% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes flickering {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  21% {
    opacity: 1; }
  22% {
    opacity: 0; }
  24% {
    opacity: 1; }
  25% {
    opacity: 0; }
  69% {
    opacity: 0; }
  70% {
    opacity: 1; }
  79% {
    opacity: 1; }
  81% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes flickering {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  21% {
    opacity: 1; }
  22% {
    opacity: 0; }
  24% {
    opacity: 1; }
  25% {
    opacity: 0; }
  69% {
    opacity: 0; }
  70% {
    opacity: 1; }
  79% {
    opacity: 1; }
  81% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes flickering {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  21% {
    opacity: 1; }
  22% {
    opacity: 0; }
  24% {
    opacity: 1; }
  25% {
    opacity: 0; }
  69% {
    opacity: 0; }
  70% {
    opacity: 1; }
  79% {
    opacity: 1; }
  81% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes flickering-on {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  11% {
    opacity: 0; }
  12% {
    opacity: 1; }
  14% {
    opacity: 0; }
  16% {
    opacity: 1; }
  18% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes flickering-on {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  11% {
    opacity: 0; }
  12% {
    opacity: 1; }
  14% {
    opacity: 0; }
  16% {
    opacity: 1; }
  18% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes flickering-on {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  11% {
    opacity: 0; }
  12% {
    opacity: 1; }
  14% {
    opacity: 0; }
  16% {
    opacity: 1; }
  18% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes flickering-on {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  11% {
    opacity: 0; }
  12% {
    opacity: 1; }
  14% {
    opacity: 0; }
  16% {
    opacity: 1; }
  18% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* myrobot.phtml - ÜBERSICHT - SPOTLIGHT ÜBER BOT FLACKERT */
.lights-flicker-spotlight {
  animation: flickering;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  -webkit-animation: flickering;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: flickering;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 99;
  top: 0;
  left: 259px;
  width: 31px;
  height: 10px;
  border-radius: 10px;
  box-shadow: 0 0 30px 10px #ffffff; }

/* myrobot.phtml - ÜBERSICHT - SPOTLIGHT ÜBER BOT FLACKERT END */
/* myrobot.phtml - ÜBERSICHT - flackerndes Licht an der Seite */
.lights-flicker-sidelights-left, .lights-flicker-sidelights-right {
  animation: flickering;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  -webkit-animation: flickering;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: flickering;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 99;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  top: 4px;
  right: -155px;
  box-shadow: 0 0 30px 20px rgba(255, 250, 104, 0.6); }

.lights-flicker-sidelights-right {
  -webkit-animation-direction: alternate;
  -webkit-animation-duration: 10s;
  animation-direction: alternate;
  animation-duration: 10s;
  top: -27px;
  right: -266px; }

/* myrobot.phtml - ÜBERSICHT - SPOTLIGHT ÜBER BOT FLACKERT END */
/* garage.phtml - WERKSTATT - FLACKERNDE GLÜHBIRNCHEN NEBEN DER WERKBANK */
.lights-flicker-garage-bulb1, .lights-flicker-garage-bulb2, .lights-flicker-garage-bulb3 {
  animation: flickering;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  -webkit-animation: flickering;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: flickering;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 99;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  top: 4px;
  right: -112px;
  box-shadow: 0 0 12px 12px rgba(114, 250, 255, 0.7);
  /*Farbe $glow mit alpha*/ }

.lights-flicker-garage-bulb2 {
  top: 29px;
  -webkit-animation-duration: 4s;
  -webkit-animation-direction: alternate;
  animation-duration: 4s;
  animation-direction: alternate; }

.lights-flicker-garage-bulb3 {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  top: 49px; }

/* garage.phtml - WERKSTATT - FLACKERNDE GLÜHBIRNCHEN NEBEN DER WERKBANK END */
/* garage.phtml - WERKSTATT - GRÜNES DISPLAY UNTER GARAGE-ITEMBOX */
.lights-flicker-green-display {
  animation: flickering;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  -webkit-animation: flickering;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: flickering;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 99;
  animation: flickering-on;
  -webkit-animation: flickering-on;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: forward;
  -webkit-animation-duration: 2s;
  animation-iteration-count: 1;
  animation-direction: forward;
  animation-duration: 2s;
  top: 130px;
  left: 196px;
  box-shadow: 0 0 20px 20px rgba(109, 200, 97, 0.7); }

/* garage.phtml - WERKSTATT - GRÜNES DISPLAY UNTER GARAGE-ITEMBOX END */
/* research.phtml - FORSCHUNG - FLACKERNDER BILDSCHIRM 1 */
.lights-flicker-research-screen1 {
  animation: flickering;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  -webkit-animation: flickering;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: flickering;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 99;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  top: -10px;
  left: 290px;
  box-shadow: 0 0 30px 30px rgba(114, 250, 255, 0.7);
  /*Farbe $glow mit alpha*/ }

/* research.phtml - FORSCHUNG - FLACKERNDER BILDSCHIRM 1 END */
/* research.phtml - FORSCHUNG - FLACKERNDER BILDSCHIRM 2 */
.lights-flicker-research-screen2 {
  animation: flickering;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  -webkit-animation: flickering;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: flickering;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 99;
  -webkit-animation-duration: 7s;
  -webkit-animation-direction: alternate;
  animation-duration: 7s;
  animation-direction: alternate;
  /*Spielt die Animation abwechselnd vorwärts und dann rückwärts bei infinite*/
  top: 100px;
  left: 305px;
  box-shadow: 0 0 30px 30px rgba(114, 250, 255, 0.6);
  /*Farbe $glow mit alpha*/ }

/* research.phtml - FORSCHUNG - FLACKERNDER BILDSCHIRM 2 END */
/* #### FLICKERING LIGHTS END #### */
/* ############################### */
/* #### SHINING STARS #### */
.star-1, .star-2, .star-3 {
  position: absolute;
  opacity: 0;
  box-shadow: 0 0 25px 8px white;
  -webkit-animation: ShowFadeIn 1s infinite alternate;
  animation: ShowFadeIn 1s infinite alternate;
  top: 40px;
  left: 913px; }

.star-2 {
  box-shadow: 0 0 13px 6px white;
  -webkit-animation: ShowFadeIn 0.9s infinite alternate 1s;
  animation: ShowFadeIn 0.9s infinite alternate 1s;
  top: 50px;
  left: 1618px; }

.star-3 {
  box-shadow: 0 0 12px 5px white;
  -webkit-animation: ShowFadeIn 0.9s infinite alternate;
  animation: ShowFadeIn 0.9s infinite alternate;
  top: 300px;
  left: 267px; }

/* #### SHINING STARS END #### */
/* ########################### */
/* #### WIGGLE #### */
@-ms-keyframes wiggle {
  0% {
    -ms-transform: rotate(3deg); }
  50% {
    -ms-transform: rotate(-3deg); }
  100% {
    -ms-transform: rotate(3deg); } }
@-moz-keyframes wiggle {
  0% {
    -moz-transform: rotate(3deg); }
  50% {
    -moz-transform: rotate(-3deg); }
  100% {
    -moz-transform: rotate(3deg); } }
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(3deg); } }
@keyframes wiggle {
  0% {
    transform: rotate(3deg); }
  50% {
    transform: rotate(-3deg); }
  100% {
    transform: rotate(3deg); } }
.wiggle:hover {
  -ms-animation: wiggle .3s infinite;
  -moz-animation: wiggle .3s infinite;
  -webkit-animation: wiggle .3s infinite;
  animation: wiggle .3s infinite; }

/* #### WIGGLE END #### */
/* #################### */
/* #### SHINING STARS #### */
/* #### SHINING STARS #### */
/* ####################### */
/* #### SPRITESHEET CAMPFIRE #### */
@-webkit-keyframes campfire {
  100% {
    background-position: -1176px; } }
@-moz-keyframes campfire {
  100% {
    background-position: -1176px; } }
@-o-keyframes campfire {
  100% {
    background-position: -1176px; } }
@keyframes campfire {
  100% {
    background-position: -1176px; } }
.campfire {
  position: absolute;
  top: -82px;
  left: 606px;
  z-index: 1;
  width: 196px;
  height: 140px;
  background: url("/images/sprite_sheets/lagerfeuer_sprite.png");
  -webkit-animation: campfire 0.7s steps(6) infinite reverse;
  -moz-animation: campfire 0.7s steps(6) infinite reverse;
  -o-animation: campfire 0.7s steps(6) infinite reverse;
  animation: campfire 0.7s steps(6) infinite reverse; }

/* #### SPRITESHEET CAMPFIRE END #### */
/* ################################# */
.btn-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 5px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #ffbb00;
  border-color: #ffbb00;
  box-shadow: none; }

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.font_size_1_rem {
  font-size: 1rem; }

.font_size_125_rem {
  font-size: 1.25rem; }

.font_size_16_rem {
  font-size: 1.6rem; }

.font_bold {
  font-weight: bold; }

/* CLOCK */
div.clock {
  margin: 5px 0;
  float: left; }

div.clock div {
  display: inline-block;
  position: relative; }

div.clock div p {
  font-size: 100px;
  position: relative;
  z-index: 100; }

div.clock .meridian {
  margin-left: 15px; }

/*END CLOCK*/
#questbook {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.questbook-close {
  position: fixed;
  margin-top: 58px;
  margin-left: 749px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(/images/icons/icon_close.png) no-repeat 0 0;
  cursor: pointer; }

:lang(de) .questbook-wrapper-inner {
  width: 790px;
  height: 487px;
  margin-left: auto;
  margin-right: auto;
  background: url(/images/i18n/de/robot/bg_questbook.png?imgversion=3) no-repeat; }

:lang(en) .questbook-wrapper-inner {
  width: 790px;
  height: 487px;
  margin-left: auto;
  margin-right: auto;
  background: url(/images/i18n/en/robot/bg_questbook.png?imgversion=3) no-repeat; }

.league-wrapper {
  width: 230px;
  height: 33px;
  position: absolute;
  margin-left: 65px;
  margin-top: 14px; }

:lang(de) .league-license-headline {
  font-family: "Curse", sans-serif;
  font-size: 27px;
  color: #ffffff;
  text-transform: uppercase;
  width: 300px;
  height: 25px;
  clear: both;
  margin-left: -2px;
  padding-top: 3px; }

:lang(en) .league-license-headline {
  font-family: "Curse", sans-serif;
  font-size: 23px;
  color: #1c4f55;
  text-transform: uppercase;
  width: 300px;
  height: 25px;
  clear: both;
  margin-left: -2px;
  padding-top: 3px; }

.league-status {
  font-size: 14px;
  float: left;
  width: 125px;
  height: 30px;
  margin: 1px 0 5px 15px; }

.league-status-icon {
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  float: left;
  margin-left: 5px;
  background-color: #f04b4a; }

.league-status-icon-done {
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  float: left;
  margin-left: 5px;
  background-color: #ffbb00; }

.headline-episode {
  float: left;
  font-family: "Curse", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  color: #ffbb00;
  width: 65px;
  height: 20px; }

.question-icon {
  position: absolute;
  width: 18px;
  height: 19px;
  left: 163px;
  top: 40px; }

.quest-list {
  height: 335px;
  width: 321px;
  float: left;
  margin-top: 100px;
  margin-left: 62px; }

.quest-list-tab-wrapper {
  height: 29px;
  width: 307px;
  margin-left: 0;
  border-bottom: 0 solid #a5323a;
  margin-bottom: 5px;
  margin-top: 0; }

.quest-list-tab-menu {
  height: 29px;
  width: 307px; }

.quest-list-tab-menu ul {
  margin: 0;
  padding: 0; }

.quest-list-tab-menu li {
  float: left;
  list-style-type: none; }

.quest-list-tab-menu a:hover, .quest-list-tab-menu a:active, .quest-list-tab-menu a.current {
  background-color: #1c474c !important;
  color: #ffffff !important; }

.quest-list-tab-menu a, .quest-list-tab-menu a:link, .quest-list-tab-menu a:visited {
  display: block;
  width: 85px;
  height: 19px;
  margin-right: 3px;
  background-color: #587988;
  font-size: 17px;
  font-family: "Curse", sans-serif;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 7px;
  text-transform: uppercase;
  text-align: left; }

.quests-table {
  width: 100%;
  height: 269px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #5a8032; }

.quest-item {
  width: 302px;
  height: 80px;
  margin-bottom: 1px; }

.quest-green {
  background: #14522e; }

.quest-selected {
  background: #14522e !important; }

.quest-petrol {
  background: #012b60; }

.quest-gray {
  background: #525252; }

.quest-nude {
  background: #3b5d69; }

.quest-item-img {
  height: 70px;
  width: 70px;
  padding: 5px;
  float: left;
  position: relative; }

.quest-item-content {
  width: 212px;
  height: 70px;
  padding: 5px;
  float: right; }

.quest-item-content h1 {
  color: #ffd003;
  font-size: 16px;
  margin: 0;
  font-weight: 100;
  background: none;
  padding: 0 0 5px 0 !important; }

.quest-item-content h2 {
  font-family: "Curse", sans-serif;
  color: #7e929c;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-weight: 100;
  text-transform: uppercase; }

.solved {
  color: #9dff1d !important; }

.quest-reward {
  font-family: "Curse", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 100;
  float: left; }

.quest-reward-number {
  margin-top: 8px !important;
  height: 20px;
  float: right; }

.quest-btn-catch {
  float: right;
  width: 110px;
  height: 25px; }

.quest-btn-catch a,
.quest-btn-catch a:link,
.quest-btn-catch a:visited {
  width: 100%;
  text-align: center;
  font-family: "Curse", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  height: 26px;
  background: #595959;
  text-decoration: none;
  font-size: 19px;
  padding: 9px 0px 5px 0px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
  margin: 10px 0px 5px 0px;
  height: 22px !important;
  font-size: 19px !important;
  line-height: 25px;
  padding: 2px 0 2px 0 !important;
  background: #91c442 !important;
  margin: 2px 0 0 0 !important;
  opacity: 0.15; }
  .quest-btn-catch a:after,
  .quest-btn-catch a:link:after,
  .quest-btn-catch a:visited:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 9999; }
  .quest-btn-catch a:hover:after,
  .quest-btn-catch a:link:hover:after,
  .quest-btn-catch a:visited:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

a.catch {
  opacity: 1 !important;
  pointer-events: all !important; }

.quest-solved {
  font-family: "Curse", sans-serif;
  color: #ffffff;
  font-size: 17px;
  font-weight: 100;
  text-align: center;
  width: 323px;
  margin-top: 10px;
  height: 20px; }

.quest-txt-wrapper {
  height: 397px;
  width: 230px;
  float: right;
  margin-top: 14px;
  padding: 5px;
  background-color: #e6d98b; }

.quest-txt-wrapper h2 {
  font-family: "Curse", sans-serif;
  color: #0f552b;
  font-size: 21px;
  font-weight: 100;
  margin: 0 0 20px; }

.quest-txt-wrapper p {
  font-family: "Curse", sans-serif;
  color: #0f552b;
  font-size: 17px;
  font-weight: 100;
  margin: 0;
  line-height: 17px; }

.quest-txt-wrapper a,
.quest-txt-wrapper a:link,
.quest-txt-wrapper a:visited {
  text-decoration: none;
  color: #924902; }

.quest-txt-wrapper a:hover,
.quest-txt-wrapper a:active {
  text-decoration: underline; }

.quest-txt-wrapper .regel a,
.quest-txt-wrapper .regel a:link,
.quest-txt-wrapper .regel a:visited {
  text-decoration: none;
  color: #1c474c;
  text-transform: uppercase; }

.quest-txt-wrapper .regel a:hover,
.quest-txt-wrapper .regel a:active {
  text-decoration: underline; }

.regelwerk-box {
  width: 107px;
  height: 140px;
  float: left;
  margin-top: -8px; }

.regelwerk-box a,
.regelwerk-box a:link,
.regelwerk-box a:visited {
  font-family: "Curse", sans-serif;
  color: #9ef5fd;
  font-size: 17px;
  font-weight: 100;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: block; }

.regelwerk-box a:hover,
.regelwerk-box a:active {
  color: #ffffff; }

.regelwerk-box a.inaktiv,
.regelwerk-box a.inaktiv:link,
.regelwerk-box a.inaktiv:visited {
  font-family: "Curse", sans-serif;
  color: #9d9d9d;
  font-size: 17px;
  font-weight: 100;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: block; }

.regelwerk-box a.inaktiv:hover,
.regelwerk-box a.inaktiv:active {
  color: #9d9d9d; }

.no-license-wrapper {
  width: 920px;
  height: 403px;
  margin-left: auto;
  margin-right: auto; }

.no-license-image-wrapper {
  width: 572px;
  height: 403px;
  float: right; }

.no-license-info-wrapper {
  width: 348px;
  height: 403px;
  float: left; }

.no-license-info-head-wrapper {
  width: 340px;
  height: 72px;
  position: relative; }

.no-license-info-head-wrapper-left {
  width: 82px;
  height: 72px;
  float: left; }

.no-license-info-head-wrapper-right {
  width: 257px;
  height: 72px;
  float: left; }

.no-license-info-head-wrapper-right h1 {
  font-family: "Curse", sans-serif;
  font-size: 25px;
  color: #ffd003;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0; }

.no-license-info-head-wrapper-right h2 {
  font-family: "Curse", sans-serif;
  font-size: 19px;
  color: #1092d0;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0; }

.no-license-info-head-wrapper-right p {
  font-family: "Curse", sans-serif;
  font-size: 17px;
  color: #000000;
  margin-top: 5px; }

.league-license {
  width: 505px !important;
  height: 457px !important;
  border: solid 4px rgba(100, 220, 255, 0.78) !important;
  background: rgba(0, 33, 50, 0.75) !important; }

.league-license-head {
  font-family: "Dimbo", sans-serif;
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 10px #00ad41, 0 0 17px #00ad41, 0 0 20px #00ad41, 0 0 25px #00ad41, 0 0 37px #00ad41;
  text-transform: uppercase; }

:lang(de) .league-license-icon-wrapper {
  width: 452px;
  height: 147px;
  margin-left: auto;
  margin-right: auto;
  background: url(/images/i18n/de/robot/bg_license_headline.png) no-repeat;
  text-align: left; }

:lang(en) .league-license-icon-wrapper {
  width: 452px;
  height: 147px;
  margin-left: auto;
  margin-right: auto;
  background: url(/images/i18n/en/robot/bg_license_headline.png) no-repeat;
  text-align: left; }

.league-license-icon-wrapper h3 {
  font-family: "Curse", sans-serif;
  font-size: 17px;
  color: #ffffff;
  position: absolute;
  font-weight: 100;
  margin: 44px 0 0 115px; }

.league-license-icon-wrapper h2 {
  font-family: "Curse", sans-serif;
  font-size: 23px;
  color: #ffd003;
  text-transform: uppercase;
  position: absolute;
  margin: 71px 0 0 115px;
  font-weight: 100; }

.league-license-content {
  font-family: "Curse", sans-serif;
  font-size: 17px;
  line-height: 19px;
  color: #ffffff;
  text-align: left;
  width: 330px;
  margin-left: 140px; }

.league-license-footer {
  font-family: "Curse", sans-serif;
  font-size: 17px;
  color: #ffffff;
  text-align: left;
  width: 330px;
  margin-left: 140px;
  height: 100px;
  margin-top: 25px; }

.league-license-footer-right {
  width: 100px;
  height: 100px;
  float: left; }

.league-license-footer-left {
  width: 200px;
  height: 100px;
  float: left;
  margin-right: 25px; }

.league-license-footer-left a,
.league-license-footer-left a:link,
.league-license-footer-left a:visited {
  width: 100%;
  text-align: center;
  font-family: "Curse", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  height: 26px;
  background: #595959;
  text-decoration: none;
  font-size: 19px;
  padding: 9px 0px 5px 0px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
  margin: 10px 0px 5px 0px;
  font-size: 19px !important;
  padding: 7px 0 7px 0 !important;
  background: #91c442 !important;
  margin: 35px 0 0 0 !important; }
  .league-license-footer-left a:after,
  .league-license-footer-left a:link:after,
  .league-license-footer-left a:visited:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 9999; }
  .league-license-footer-left a:hover:after,
  .league-license-footer-left a:link:hover:after,
  .league-license-footer-left a:visited:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

.pipo-glow {
  -webkit-animation-name: pipo-glow;
  -moz-animation-name: pipo-glow;
  -o-animation-name: pipo-glow;
  animation-name: pipo-glow;
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s; }

#questbook-progressbar {
  width: 236px;
  height: 18px;
  float: left;
  text-align: center;
  margin-left: 10px;
  font-size: 15px !important;
  line-height: 17px;
  font-family: "Curse", sans-serif;
  background: #4b382b url(/images/element/questbook_progressbar_dunkel.png) !important;
  border: 1px solid #955e37; }

#questbook-progressbar-right {
  width: 50px;
  height: 6px;
  float: left;
  margin-left: 16px;
  background: #4b382b url(/images/element/questbook_progressbar_dunkel.png) !important;
  border: 1px solid #955e37; }

.questbook-progressbar {
  display: block;
  width: 86%;
  background: #955e37 url(/images/element/questbook_progressbar_hell.png) !important;
  margin: 0 !important; }

.js-mouseover-container-questbook .qb_rewards-wrapper {
  width: 282px;
  height: auto;
  margin-top: 10px; }
  .js-mouseover-container-questbook .qb_rewards-wrapper div {
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    display: block; }
    .js-mouseover-container-questbook .qb_rewards-wrapper div span {
      width: 34px;
      height: 19px;
      margin-right: 3px;
      display: inline-block; }
      .js-mouseover-container-questbook .qb_rewards-wrapper div span img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-height: 25px; }
  .js-mouseover-container-questbook .qb_rewards-wrapper .qb_rewards-left {
    float: left;
    height: auto;
    width: 139px; }
  .js-mouseover-container-questbook .qb_rewards-wrapper .qb_rewards-right {
    float: left;
    height: auto;
    width: 142px; }

.help {
  width: 76px;
  height: 36px;
  text-align: center;
  margin-bottom: 52px;
  margin-top: 200px;
  float: left; }

.pipo-blank-left {
  width: 205px;
  height: 403px;
  -webkit-animation-name: drone-drift-right-to-left;
  -moz-animation-name: drone-drift-right-to-left;
  -o-animation-name: drone-drift-right-to-left;
  animation-name: drone-drift-right-to-left;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.pipo-blank-left img {
  width: 205px;
  height: 403px;
  -webkit-animation-name: drone-blank-big;
  -moz-animation-name: drone-blank-big;
  -o-animation-name: drone-blank-big;
  animation-name: drone-blank-big;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.pipo-blank {
  width: 205px;
  height: 403px;
  -webkit-animation-name: drone-drift-left-to-right;
  -moz-animation-name: drone-drift-left-to-right;
  -o-animation-name: drone-drift-left-to-right;
  animation-name: drone-drift-left-to-right;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.pipo-blank img {
  width: 205px;
  height: 403px;
  -webkit-animation-name: drone-blank-small;
  -moz-animation-name: drone-blank-small;
  -o-animation-name: drone-blank-small;
  animation-name: drone-blank-small;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

/*# sourceMappingURL=styles_de.css.map */
