/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}


/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}



/* new 2021 version */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  height: -webkit-fill-available;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "CircularStd", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #666666;
  text-align: left;
  background-color: #fff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6569f4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #6569f4;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}


::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

::-moz-selection {
  background: #6569f4;
  color: #fff;
}

::selection {
  background: #6569f4;
  color: #fff;
}

::-moz-selection {
  background: #6569f4;
  color: #fff;
}

.u-hidden {
  visibility: hidden;
  opacity: 0;
}

.u-nopacity {
  opacity: 0;
}

.u-skewed {
  display: inline-block;
  position: relative;
  transform: rotate(-10deg) skew(-10deg, 0);
}

body {
  height: 100%;
  overflow: hidden;
  background: #000000;
}
body.no-scroll {
  overflow: hidden !important;
}
body.allow-overflow .main {
  overflow-x: visible !important;
}

.lottie-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  cursor: url("/images/cursor.svg") 15 15, move;
  transition: opacity 0.5s ease-in-out;
}

#lottieSpikes {
  z-index: 600;
}

#lottieLeaves {
  z-index: 500;
}

#lottieMayan {
  z-index: 200;
  transition-delay: 0.5s;
}

#mainJungle {
  background-image: url("/images/hintergrund.svg");
}

.container {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
  width: 100%;
  position: relative;
  display: flex;
}
@media (min-width: 900px) {
  .container {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
@media (min-width: 1100px) {
  .container {
    padding-right: 5.625rem;
    padding-left: 5.625rem;
  }
}
.container.green {
  background-color: #75fa4d;
}
.container.purple {
  background-color: #6569f4;
}
.container.turquoise {
  background-color: #76f9fb;
}
.container.red {
  background-color: #eb6762;
}

.container-wide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  max-width: 1800px;
}
@media (min-width: 1100px) {
  .container-wide {
    padding: 0;
  }
}

.container-narrow {
  max-width: 768px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {
  .container-narrow {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1100px) {
  .container-narrow {
    padding: 0;
  }
}

.content-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 900px) {
  .content-padding {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .content-padding {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1800px) {
  .content-padding {
    padding-top: 7rem;
    padding-bottom: 7.5rem;
  }
}

.content-padding + .content-padding {
  padding-top: 0;
}

.main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  overflow: hidden;
}
.main::after {
  content: "";
  display: block;
  height: 0px;
  visibility: hidden;
}

@keyframes rattle {
  0% {
    -webkit-transform: translateX(-2px);
    letter-spacing: -0.012em;
  }
  25% {
    -webkit-transform: translateY(-2px) rotate(-1deg);
    font-size: 6.9999em;
  }
  50% {
    -webkit-transform: translateX(1px);
    text-shadow: 0 1px 0 #000, 1px 1px 0 #ffffff, 2px 2px 0 #000000, -3px -5px 0 #ffffff, -4px -6px 0 rgba(0, 0, 0, 0.6);
  }
  75% {
    -webkit-transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(-2px);
  }
}

@keyframes float {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(20px, 80px) rotate(0deg);
  }
  100% {
    transform: translate(50px, -20px) rotate(5deg);
  }
}

@keyframes light {
  from {
    fill: #4db858;
  }
  to {
    fill: #bacbe4;
  }
}

@keyframes head-nod {
  from {
    transform: rotate(-20deg);
  }
  to {
    transform: rotate(10deg);
  }
}

/* prestage / idle page */

.prestage__wrapper {
  cursor: url("/images/cursor.svg") 15 15, move;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  background-image: url("/images/hintergrund.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.prestage__wrapper .floating-head {
  width: 20vw;
  margin-left: 50%;
  top: 25vh;
  left: -10vw;
  position: absolute;
  -webkit-animation: float 2.8s infinite alternate ease-in-out;
          animation: float 2.8s infinite alternate ease-in-out;
  transform-origin: -10% 60%;
  z-index: 20;
  cursor: url("/images/cursor-red.svg") 15 15, move;
}
.prestage__wrapper .floating-enter {
  width: 20vw;
  margin-left: 50%;
  top: 60vh;
  left: -10vw;
  position: absolute;
  transform-origin: 162px 182px;
  -webkit-animation: head-nod 2s infinite alternate ease-in-out;
          animation: head-nod 2s infinite alternate ease-in-out;
  z-index: 20;
  font-size: 4rem;
  color: #ffffff;
}



.buzzer__container {
  position: absolute;
  top:40vh;
  left: 27vw;
  right: 27vw;
/*  left: calc(50vw - 690px);
  right: calc(50vw - 690px);*/
  width: 930px;
  margin: 0 auto;
  text-align: center;
  z-index: 600;
}

/* ---------------------------------------------------------------------
   FANCY EXAMPLE
--------------------------------------------------------------------- */
.fancy {
  margin-top: 0;
  text-align: left;
}

.fancy .jSlots-wrapper {
  overflow: hidden;
  height: 260px;
  display: inline-block;
  /* to size correctly, can use float too, or width*/
  border: 0px solid #FFFFFF;
  margin-left: 0;
}

.fancy .slot {
  float: left;
  margin-right: 38px;
}

.fancy .slot:last-child {
  margin-right: 0px;
}

.fancy .slot li {
  width: 280px;
  line-height: 260px;
  text-align: center;
  //font-size: 200px;
  color: #000;
  font-family: "Christmas Icon", serif;
}

.fancy .slot:last-child li {
  border: none;
}

.fancy .slot:first-child li {
  border-left: none;
}

.fancy .slot li:nth-child(1) {
  background-color: transparent;
}

.fancy .slot li:nth-child(2) {
  background-color: transparent;
}

.fancy .slot li:nth-child(3) {
  background-color: transparent;
}

.fancy .slot li:nth-child(4) {
  background-color: transparent;
}

.fancy .slot li:nth-child(5) {
  background-color: transparent;
}

.fancy .slot li:nth-child(6) {
  background-color: transparent;
}

.fancy .slot li:nth-child(7) {
  background-color: transparent;
}

.fancy .slot li:nth-child(8) {
  background-color: transparent;
}

.fancy .slot li:nth-child(9) {
  background-color: transparent;
}

.fancy .slot li:nth-child(10) {
  background-color: transparent;
}

.fancy .slot li span {
  display: block;
}


/* SVG overrides */

html body div svg g g path {
  mix-blend-mode: normal!important;
}
