@font-face {
  font-family: 'AbeatByKai';
  src: url('assets/fonts/abeatbykai.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'OriginalUbuntu';
  src: url('assets/fonts/ubuntu.woff2') format('woff2');
  font-display: swap;
}

.hero-copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-shadow: 0 2px 6px #0005;
  pointer-events: none;
  z-index: 3;
}

.hero header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 55px;
  padding: 0 30px;
  z-index: 40;
  transition: background-color .45s ease, box-shadow .45s ease;
}

.hero header nav { margin-top: 17px; font-family: 'OriginalUbuntu', Arial, sans-serif; }
.hero header .logo {
  position: relative;
  width: 155px;
  height: 109px;
  background: #bfbfbf;
  box-shadow: 0 12px 10px -10px rgba(0,0,0,.82);
  transform: none;
  transition: transform .45s ease, box-shadow .45s ease;
}
.hero header .logo::after {
  content: none;
}
.nav-fest .hero header { background: linear-gradient(330deg, #bfbfbf 0%, #404040 100%); box-shadow: 0 2px 8px #0003; }
.nav-fest .hero header .logo { transform: none; }

.hero-copy h1 {
  position: absolute;
  left: 5.37%;
  width: 620px;
  text-align: center;
  top: 300px;
  margin: 0;
  font: 400 78px/1 'AbeatByKai', sans-serif;
}

.hero-copy p {
  position: absolute;
  left: 5.37%;
  width: 620px;
  text-align: center;
  top: 402px;
  margin: 0;
  color: #ff4040;
  font-size: 25px;
}

.hero-copy p:last-child {
  left: 5.37%;
  top: 445px;
  margin: 0;
}

.hero-image { display: block; }

.reveal-ready .einblenden {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 1.45s ease, transform 1.45s ease;
  transition-delay: var(--wartezeit, 0ms);
}

.reveal-ready .einblenden.sichtbar {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .einblenden {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.essence-original {
  min-height: 1390px;
  padding: 55px 0 80px;
  background: #f7f7f5;
  color: #404040;
}

.essence-collage {
  position: relative;
  width: 950px;
  height: 1250px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.essence-collage > * { position: absolute; }
.essence-collage img { display: block; object-fit: cover; box-shadow: 0 2px 8px #0002; }
.collage-tanzen { left: 55px; top: 0; margin: 0; color: #111; font: 82px/1 'AbeatByKai', sans-serif; }
.collage-small { left: 60px; top: 112px; width: 249px; height: 188px; }
.collage-heading { left: 360px; top: 158px; margin: 0; color: #111; font: 400 46px/1.08 'AbeatByKai', sans-serif; }
.collage-logo { left: 690px; top: 325px; width: 255px; height: 190px; object-fit: contain!important; box-shadow: none!important; }
.essence-collage p { margin: 0; font: 18px/1.25 'OriginalUbuntu', Arial, sans-serif; }
.essence-collage .collage-tanzen {
  left: 55px;
  top: 0;
  margin: 0;
  color: #111;
  font-family: 'AbeatByKai', sans-serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
}
.essence-collage .collage-heading { width: 650px; }
.essence-collage .collage-logo { transform: rotate(7deg); }
.collage-text-one { left: 0; top: 420px; width: 310px; text-align: left; }
.collage-red { left: 350px; top: 460px; width: 250px; height: 355px; }
.collage-text-two { left: 635px; top: 530px; width: 310px; text-align: justify; }
.collage-left { left: 8px; top: 655px; width: 280px; height: 455px; }
.collage-text-three { left: 350px; top: 850px; width: 260px; }
.collage-text-three p { position: static; margin: 0 0 35px; }
.collage-right { left: 640px; top: 810px; width: 294px; height: 354px; }
footer > img { background: transparent; }
footer h3 { color: #fff; }
footer p, footer .legal { color: #d4bc80; }
.essence-collage img:not(.collage-logo) { padding: 7px; background: #fff; box-shadow: 0 7px 16px rgba(0,0,0,.24); }
.intro h2, .card span { font-family: 'AbeatByKai', sans-serif; }
.intro p, footer { font-family: 'OriginalUbuntu', Arial, sans-serif; }

.original-footer {
  position: relative;
  display: grid;
  grid-template-columns: 297px 386px 297px;
  justify-content: center;
  min-height: 235px;
  padding: 0;
  gap: 0;
  background: linear-gradient(330deg, #bfbfbf 0%, #404040 100%);
  color: #fff;
  font-family: 'OriginalUbuntu', Arial, sans-serif;
}
.original-footer .to-top {
  position: absolute;
  top: -21px;
  left: 50%;
  width: 42px;
  height: 42px;
  transform: translateX(-50%);
  border: 1px solid #d4bc80;
  border-radius: 50%;
  background: #555;
  color: #d4bc80;
  text-align: center;
  font-size: 25px;
  line-height: 44px;
  box-shadow: 0 3px 9px #0005;
}
.footer-left { padding-top: 10px; text-align: center; }
.footer-left > img { width: 215px; height: 166px; object-fit: contain; }
.footer-legal { display: flex; justify-content: center; gap: 22px; margin-top: -3px; color: #d4bc80; font-size: 14px; }
.footer-center { padding-top: 42px; text-align: center; }
.footer-center h3 { margin: 0 0 18px; font: 20px/1 'AbeatByKai', sans-serif; }
.footer-center p { margin: 0 0 12px; color: #fff; font-size: 14px; }
.footer-center .footer-gold { color: #d4bc80; }
.footer-social { padding-top: 86px; text-align: center; }
.footer-social p { margin: 0 0 18px; color: #fff; font-size: 14px; }
.footer-social span { display: inline-grid; place-items: center; width: 39px; height: 39px; margin: 0 5px; border-radius: 50%; background: #050505; color: #fff; font: bold 25px Arial,sans-serif; }

@media (max-width: 1000px) and (min-width: 761px) {
  .essence-collage { transform: scale(.82); transform-origin: top center; }
  .essence-original { min-height: 1185px; }
}

@media (max-width: 760px) {
  .hero-copy { top: 0; right: 0; bottom: 0; left: 0; }
  .hero-copy h1 { left: 22px; top: 365px; width: calc(100% - 44px); font-size: 48px; }
  .hero-copy p { left: 22px; top: 435px; width: calc(100% - 44px); font-size: 16px; }
  .hero-copy p:last-child { left: 22px; top: 472px; }
  .essence-original { min-height: 0; padding: 55px 22px; }
  .essence-collage { position: static; width: auto; height: auto; transform: none; }
  .essence-collage > * { position: static; }
  .essence-collage .collage-tanzen { font-size: 64px; text-align: center; }
  .collage-heading { margin: 18px 0 35px; font-size: 38px; text-align: center; }
  .essence-collage img { width: 100%; height: auto; margin: 28px 0; }
  .essence-collage .collage-logo { width: 260px; height: auto; margin: 35px auto; }
  .essence-collage p, .collage-text-three { width: auto; font-size: 17px; line-height: 1.45; text-align: left; }
}
