@keyframes sunset {
  from {
    background: linear-gradient(to right, #000a14c2 50%, #1c033a 90%);
    opacity: 0%;
  }
  to {
    background: linear-gradient(to right, #000a14c2 50%, #1c033a 90%);
    opacity: 100%;
  }
}
@keyframes moveit {
  from {
    top: 50%;
    left: 0;
    background-color: #f3ca15;
    rotate: 90deg;
    box-shadow: 0rem 1rem 8rem 9rem #f3ca15;
    transform: rotate(0deg) translateX(60%) rotate(0deg);
  }
  to {
    top: 100px;
    left: 70%;
    rotate: 90deg;
    background-color: #f12b2b;
    box-shadow: 0rem 1rem 5rem 5rem #f12b2b;
    transform: rotate(360deg) translateX(150px) rotate(-180deg);
  }
}
@keyframes hop {
  20% {
    transform: rotate(-10deg) translate(1em, -2em);
    box-shadow: -0.2em 3em 0 -1em #b78e81;
  }
  40% {
    transform: rotate(10deg) translate(3em, -4em);
    box-shadow: -0.2em 3.25em 0 -1.1em #b78e81;
  }
  60%, 75% {
    transform: rotate(0) translate(4em, 0);
    box-shadow: -0.2em 1em 0 -0.75em #b78e81;
  }
}
@keyframes kick {
  20%, 50% {
    box-shadow: 4em 0.4em 0 -0.35em #3f3334, 0.5em 1.5em 0 white, 4em 1.75em 0 -0.3em white, 4em 1.75em 0 -0.3em white, 4em 1.9em 0 -0.4em white;
  }
  40% {
    box-shadow: 4em 0.4em 0 -0.35em #3f3334, 0.5em 2em 0 white, 4em 1.75em 0 -0.3em white, 4.2em 1.75em 0 -0.2em white, 4.4em 1.9em 0 -0.2em white;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 16px;
  --my-rainbow: rgba(116, 3, 3, 0.15);
}

.berg section {
  position: relative;
  top: 3rem;
  rotate: auto;
  transform: rotate(-11deg);
  font-weight: bold;
  font-size: 24px;
}

/* font */
p {
  font: italic 1.5rem fantasy;
  /* word-break: break-all; */
  text-indent: 10rem;
  word-spacing: 2rem;
}

body {
  background: linear-gradient(to right, #2c88f1c2 10%, #90d5ec 90%);
  transition: 3s;
  transition-delay: 5s;
  animation-name: none;
  animation-duration: 4s;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-direction: normal;
}

.sun {
  display: none;
  width: 3rem;
  height: 3rem;
  font-size: 0.1rem;
  color: none;
  position: absolute;
  animation-name: moveit;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 3s;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: forwards;
  border-radius: 100%;
  border: 1px black none;
  /* animation: name duration timing-function delay iteration-count direction
            fill-mode; */
}

.backround {
  margin-top: 15rem;
  width: 100vw;
  height: 20vh;
  display: flex;
  justify-content: space-between;
}

.backround div {
  height: 20rem;
  width: 20rem;
  margin-top: 4rem;
  border-radius: 40%;
  transform: rotate(45deg);
  z-index: 0;
  background: linear-gradient(135deg, white, #441195);
}

.backround div:hover {
  box-shadow: -1rem -1rem 8rem 2rem rgba(212, 194, 116, 0.842);
  transition: 1.5s;
}

.backround div:nth-child(2) {
  border-radius: 30%;
}

/* treppe */
.main {
  width: 100vw;
  height: 120vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  z-index: 0;
  background: linear-gradient(0deg, white, #a78bd4);
  box-shadow: -1rem -3rem 4rem 2rem #a78bd4;
}

.main-treppebox {
  width: 80vw;
  height: 30vh;
  display: flex;
  justify-content: space-around;
  align-items: left;
  align-self: flex-start;
  flex-direction: column;
  flex-flow: wrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 30rem;
  overflow: visible;
  transform: rotate(-60deg);
}

.big {
  height: 14rem;
  width: 7rem;
  background-color: rgba(68, 17, 149, 0);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0.5rem;
  transform: skew(10deg, 40deg);
}

.big div:nth-child(n):hover {
  background-color: rgba(78, 6, 57, 0.822);
  -webkit-transition: background-color 1000ms linear-gradient;
  -ms-transition: background-color 1000ms linear-gradient;
  transition: background-color 1000ms linear-gradient;
  box-shadow: -30px 30px 30px 0.1rem rgba(73, 8, 59, 0.589);
  transform: translate3d(10px, -1rem, -1rem);
  border-radius: 100%;
  transition: 1s;
}

/* A BIG THANKS TO MDN */
div {
  height: 3rem;
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.671);
  margin: 0.2rem;
}

/* info box footer*/
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px red dashed;
}

.rabbit {
  position: absolute;
  top: 0rem;
  left: 30rem;
  width: 5em;
  height: 3em;
  background: #ffffff;
  border-radius: 70% 90% 60% 50%;
  box-shadow: -0.2em 1em 0 -0.75em #b78e81;
  transform: rotate(0deg) translate(-2em, 0);
  animation: hop 1s infinite linear;
  z-index: 1;
}
.no-flexbox .rabbit {
  margin: 10em auto 0;
}
.rabbit_stop {
  animation-play-state: paused !important;
}
.rabbit:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: white;
  border-radius: 100%;
  top: 0.5em;
  left: -0.3em;
  box-shadow: 4em 0.4em 0 -0.35em #3f3334, 0.5em 1em 0 white, 4em 1em 0 -0.3em white, 4em 1em 0 -0.3em white, 4em 1em 0 -0.4em white;
  animation: kick 1s infinite linear;
}
.rabbit:after {
  content: "";
  position: absolute;
  width: 0.75em;
  height: 2em;
  background: white;
  border-radius: 50% 100% 0 0;
  transform: rotate(-30deg);
  right: 1em;
  top: -1em;
  border-top: 1px solid #f7f5f4;
  border-left: 1px solid #f7f5f4;
  box-shadow: -0.5em 0em 0 -0.1em white;
}

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