/* 01. Basis */
img {
  display: block;
  width: 105%; }
.wrapper {
  min-height: 460px;
  position: absolute;
  overflow: hidden;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }
.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }
.background {
  background: url(https://nettlewooz.com/assets/webp/parallax/welcome/00_sky.webp) no-repeat 50% 100%;
  bottom: -50px;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}


/* 02. Willkommen */
#LayoutLYR {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  pointer-events: auto; }
.menu-item {
  display: block; }
.welcome-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 42px;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
  display: inline-block;
  text-shadow: 
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; }
.welcome-link:hover {
  color: #ffec06;
}


/* 03. Fahnen */
#LayoutLYR img {
  width: 60px;
  height: auto;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.1s ease-in-out;
}


/* 04. Primus */
.primus {
  transform-origin: 90% 80%; 
  animation: primus 0.4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 25%;
  left: 28%; }
@keyframes primus {
  0%   { transform: translate3d(0, 10%, 0) rotateZ(-10deg); }
  100% { transform: translate3d(0, 0, 0)   rotateZ(10deg);  }
}


/* 05. Glühwürmchen Drehung */
.glow_1,
.glow_2,
.glow_3,
.glow_4,
.glow_5,
.glow_6,
.glow_7,
.glow_8 {
  transform-origin: 90% 80%;
  width: 2080px;
  height: 1100px;
  position: absolute;
  background-repeat: no-repeat;
  pointer-events: none;
}


/* 06. Glühwürmchen Rotation */
.glow_1 { animation: glow_rot 4.5s 0.1s infinite linear; background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/06_glow_1.png); }
.glow_2 { animation: glow_rot 3s   0.1s infinite linear; background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/06_glow_2.png); }
.glow_3 { animation: glow_rot 6s   0.1s infinite linear; background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/06_glow_3.png); }
.glow_4 { animation: glow_rot 3.5s 0.1s infinite linear; background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/06_glow_4.png); }
.glow_5 { animation: glow_rot 6s   0.1s infinite linear; background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/06_glow_5.png); }
.glow_6 { animation: glow_rot 3s   0.1s infinite linear; background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/06_glow_6.png); }
.glow_7 { animation: glow_rot 5s   0.1s infinite linear; background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/06_glow_7.png); }
.glow_8 { animation: glow_rot 8s   0.1s infinite linear; background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/06_glow_8.png); }

@keyframes glow_rot {
  0%   { transform: rotateZ(0deg)   translate3d(0, 3%, 0) rotateZ(0deg); }
  100% { transform: rotateZ(360deg) translate3d(0, 3%, 0) rotateZ(-360deg); }
}


/* 07. Licht Laterne */
.laterne {
  animation: phase_l 4s 0.1s infinite linear;
  background-image: url(04_laterne.webp); }
@keyframes phase_l {
  0%, 20%, 24%, 28%, 60%, 64%, 100% { opacity: 0; }
  22%, 26%, 62% { opacity: 1; }
}


/* 08. Licht Fenster */
.licht {
  animation: phase 4s 0.1s infinite linear;
  background-image: url(04_light.png); }
@keyframes phase {
  0%, 60%, 100% { opacity: 1; }
  20% { opacity: 0.2; }
  40% { opacity: 0.6; }
  50% { opacity: 0; }
  90% { opacity: 0.5; }
}


/* 09. Sterne Pfad */
.flare_1,
.flare_3,
.flare_4,
.flare_5 {
  background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/01_flare.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 70px;
  height: 70px;
  transform-origin: center;
}


/* 10. Sterne Animation */
.flare_1 { 
  top: 50px; left: 250px; 
  animation: flare_1 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.flare_3 { 
  top: 100px; left: 100px; 
  animation: flare_3 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.flare_4 { 
  top: 120px; right: 850px; 
  animation: flare_4 3.25s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.flare_5 { 
  top: 50px; left: 700px; 
  animation: flare_5 3.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); 
}


/* 11. Sterne Keyframes */
@keyframes flare_1 {
  0%, 40%, 65%, 100% { transform: scale(0.2); }
  60% { transform: scale(1.0); }
}
@keyframes flare_3 {
  0%, 40%, 65%, 100% { transform: scale(0.2); }
  60% { transform: scale(0.7); }
}
@keyframes flare_4 {
  0%, 40%, 65%, 100% { transform: scale(0.2); }
  60% { transform: scale(1.0); }
}
@keyframes flare_5 {
  0%, 40%, 65%, 100% { transform: scale(0.2); }
  60% { transform: scale(0.7); }
}


/* 12. Nebel links */
.fog_l {
  transform-origin: 90% 80%;
  animation: fog_l 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/02_fog_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1100px;
  height: 400px;
  bottom: 50px;
  left: -200px;
  pointer-events: none; }
@keyframes fog_l {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50%      { transform: translate3d(-300px, 0, 0); }
}


/* 13. Nebel rechts */
.fog_r {
  transform-origin: 90% 80%;
  animation: fog_r 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/02_fog_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1100px;
  height: 400px;
  bottom: 250px;
  right: -450px;
  pointer-events: none; }
@keyframes fog_r {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50%      { transform: translate3d(-300px, 0, 0); }
}


/* 14. Sternschnuppe 1 */
.star_1 {
  transform-origin: 90% 80%; 
  animation: star_1 8s infinite linear;
  background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/01_star.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 167px;
  height: 100px;
  top: 0px;
  right: 0px;
  pointer-events: none; }
@keyframes star_1 {
  0%   { transform: translate3d(4000px, -3000px, 0); }
  100% { transform: translate3d(-800px, 200px, 0);   }
}


/* 15. Sternschnuppe 2 */
.star_2 {
  transform-origin: 90% 80%;
  animation: star_2 10s infinite linear;
  background-image: url(https://unkrautland.com/assets/webp/parallax/willkommen/01_star.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 167px;
  height: 100px;
  top: 0px;
  right: 0px;
  pointer-events: none; }
@keyframes star_2 {
  0%   { transform: translate3d(6000px, -3750px, 0); }
  100% { transform: translate3d(-500px, 200px, 0);   }
}


/* 16. Book */
#book {
  position: absolute !important;
  z-index: 9999 !important;
  bottom: 50px !important;
  left: 50px !important;
  width: 257px !important;
  height: 490px !important;
  display: block !important;
  pointer-events: auto !important;
}


#book a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("https://nettlewooz.com/assets/webp/parallax/welcome/10_book.webp") !important;
  background-repeat: no-repeat !important;
  background-position: bottom left !important;
  background-size: contain !important;
}