
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/plus-jakarta-sans-v11-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/plus-jakarta-sans-v11-latin-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/plus-jakarta-sans-v11-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/plus-jakarta-sans-v11-latin-800.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v30-latin-800.woff2") format("woff2");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --accent-color: #40e6cf;
  --text-color: #343434;
  --secondary-color: #707070;
}

html {
  scroll-behavior: smooth;
  --max-aspect: 21 / 9;
  --vwc: min(100vw, 100vh * (var(--max-aspect)));
  font-size: calc(var(--vwc) / 120);
}

@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 3/2) {
  html { font-size: calc(100vw / 80); }
}

@media (max-aspect-ratio: 3/4) {
  html { font-size: calc(100vw / 24.375); }
}

body,
html {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  color: var(--text-color);
}

.skip-link {
  position: absolute;
  top: -2.5rem;
  left: 0;
  background-color: var(--accent-color);
  color: var(--text-color);
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  font-weight: 800;
  z-index: 100000;
  border: 0.125rem solid var(--text-color);
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
}

/* Sichtbarer Tastatur-Fokus auf allen Hintergründen (dunkel/hell/türkis):
   dunkles Outline + weißer Innen-Ring. Nur bei Tastatur (:focus-visible), nicht bei Maus. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 0.1875rem solid var(--text-color);
  outline-offset: 0.1875rem;
  box-shadow: 0 0 0 0.1875rem #fff;
}

p b, p strong{
  font-weight: 800;
}

.visually-hidden {
  position: absolute !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  padding: 0 !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

header[role="banner"] {
  position: fixed;
  width: 100%;
  left: 0rem;
  top: 0rem;
  z-index: 1337;
}

section {
  position: relative;
  scroll-margin-top: 6.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  font-weight: 800;
}

#logo {
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.1);
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vh;
  left: 50%;
  margin-left: -16.5vh;
  pointer-events: none;
}

#logo img {
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.1);
  width: 23vh;
}

.scroll #logo {
  left: 0rem;
  padding: 0.3125rem;
  padding-top: 0.625rem;
  margin-left: 0rem;
  transform: translateX(0%);
  pointer-events: auto;
}

.scroll #logo img {
  cursor: pointer;
  width: 6.25rem;
}

.scroll #logo img:nth-child(2) {
  opacity: 0;
}

.burger-nav {
  position: absolute;
  top: var(--burger-top, 2.125rem);
  left: var(--burger-left, 2.125rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1400;
  transition: top 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.1);
  pointer-events: none;
}

.burger-nav .burger-toggle {
  pointer-events: auto;
}

.scroll .burger-nav {
  top: var(--burger-top-scrolled, 5.9375rem);
}

.burger-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  margin: 0;
  border: 0rem;
  background-color: transparent;
  color: #4a4b50;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.burger-toggle:hover {
  border-color: var(--accent-color);
}

.burger-icon {
  position: relative;
  display: block;
  width: 2.375rem;
  height: 1.5625rem;
}

@media (max-aspect-ratio: 3/4) {
  .burger-nav {
    top: var(--burger-top-mobile, 1.25rem) !important;
    left: auto;
    right: 1.25rem;
    align-items: flex-end;
  }
  .burger-toggle{
    width: 2.75rem;
    height: 2.75rem;
    background-color: #fff;
    border: solid 0.125rem #8d8f93;
  }
  .burger-icon{
    width: 1.375rem;
    height: 0.9375rem;
  }
}

.burger-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #4a4b50;
  transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease;
}

.burger-icon span:nth-child(1) {
  top: 0;
}

.burger-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burger-icon span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.burger-nav.open .burger-icon span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.burger-nav.open .burger-icon span:nth-child(2) {
  opacity: 0;
}

.burger-nav.open .burger-icon span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.burger-menu {
  list-style: none;
  margin: 0.875rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.625rem);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.burger-nav.open .burger-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.burger-menu li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.burger-nav.open .burger-menu li {
  opacity: 1;
  transform: translateY(0);
}

.burger-nav.open .burger-menu li:nth-child(1) { transition-delay: 0.05s; }
.burger-nav.open .burger-menu li:nth-child(2) { transition-delay: 0.10s; }
.burger-nav.open .burger-menu li:nth-child(3) { transition-delay: 0.15s; }
.burger-nav.open .burger-menu li:nth-child(4) { transition-delay: 0.20s; }

.burger-menu a {
  display: block;
  box-sizing: border-box;
  width: var(--burger-item-width, 14.375rem);
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  border-left: solid 0.125rem #8d8f93;
  border-top: solid 0.125rem #8d8f93;
  border-right: solid 0.125rem #8d8f93;
  color: #4a4b50;
  background-color: #fff;
  padding: 0.625rem 1.125rem;
  font-family: "Montserrat";
  font-size: clamp(0.875rem, calc(0.8 * var(--vwc) / 100), 1.125rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.burger-menu li:last-child a {
  border-bottom: solid 0.125rem #8d8f93;
}

.burger-menu a:hover,
.burger-menu a.active {
  background-color: var(--accent-color);
  color: #fff;
}

#hero {
  position: relative;
  width: 100%;
  min-height: 200vh;
  overflow: visible;
}

#hero:before {
  width: 100%;
  height: 31.25rem;
  position: fixed;
  top: calc(0rem - var(--scroll-top, 0rem) * 0.25);
  left: 0rem;
  z-index: 0;
  content: "";
  background-image: url(../media/verlauf-oben.png);
  background-repeat: repeat-x;
}

#hero .hero-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-x: clip;
  overflow-y: visible;
  z-index: 1;
}

#hero canvas {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#hero .hero-stage {
  position: relative;
  width: 100%;
  height: 100%;
}

#hero .hero-stage-content {
  max-width: 120rem;
  margin: 0 auto;
  padding: 1.5625rem;
  box-sizing: border-box;
  position: relative;
}

#hero .hero-stage-content::before {
  display: none !important;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(calc(82 * var(--vwc) / 100), 67.5rem);
  height: min(74vh, 43.75rem);
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 36%,
    rgba(255, 255, 255, 0.98) 52%,
    rgba(255, 255, 255, 0.92) 64%,
    rgba(255, 255, 255, 0.7) 78%,
    rgba(255, 255, 255, 0.3) 90%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%
  );
  z-index: 6;
  pointer-events: none;
  opacity: var(--hero-text-progress, 0);
}

#hero .hero-image-stage {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 5;
  pointer-events: none;
  transform-origin: center center;
  transform: translateX(calc(var(--hero-image-progress, 0) * calc(25 * var(--vwc) / 100)))
    translateY(calc((1 - var(--hero-image-progress, 0)) * 28vh + var(--hero-image-progress, 0) * var(--hero-image-offset-y, -2rem)))
    scale(calc(1.15 - (var(--hero-image-progress, 0) * 0.3)));
}

#hero .hero-split-copy {
  position: absolute;
  top: 50%;
  left: clamp(7.5rem, calc(10 * var(--vwc) / 100), 13.75rem);
  transform: translateY(-50%);
  z-index: 20;
  width: min(calc(40 * var(--vwc) / 100), 35rem);
  opacity: var(--hero-text-progress, 0);
  text-align: left;
  pointer-events: auto;
}

#hero .hero-split-copy::before {
  display: none;
}

#hero .hero-split-copy h1 {
  font-size: clamp(4.75rem, calc(8.6 * var(--vwc) / 100), 6.875rem);
  line-height: 0.9;
  color: #323338;
  margin-bottom: 2.125rem;
}

#hero .hero-split-copy h1 .line {
  display: block;
  transform: translateX(calc((1 - var(--hero-line-progress, 0)) * -4.375rem));
  opacity: var(--hero-line-progress, 0);
}

#hero .hero-split-copy h1 .accent {
  color: var(--accent-color);
}

#hero .hero-split-copy h1 .accent .dark-dot {
  color: #323338;
}

#hero .hero-split-copy p {
  font-size: clamp(1.25rem, calc(2.15 * var(--vwc) / 100), 1.875rem);
  line-height: 1.02;
  letter-spacing: 0;
  color: #6f7074;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  font-weight: 800;
  max-width: 38.75rem;
}

#hero .hero-split-subtext {
  transform: translateX(calc((1 - var(--hero-subtext-progress, 0)) * -3.75rem));
  opacity: var(--hero-subtext-progress, 0);
  margin-bottom: 0.75rem;
}

#hero .hero-split-copy p.hero-split-footnote {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.9375rem, calc(1.26 * var(--vwc) / 100), 1.125rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #6f7074;
  text-transform: none;
  max-width: 32.5rem;
  margin-bottom: 1.75rem;
  transform: translateX(calc((1 - var(--hero-footnote-progress, 0)) * -3.75rem));
  opacity: var(--hero-footnote-progress, 0);
}

#hero .hero-split-button {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  border: solid 0.125rem #8d8f93;
  color: #4a4b50;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 1rem 2.125rem;
  font-size: clamp(1.125rem, calc(1.25 * var(--vwc) / 100), 1.875rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  transform: translateX(calc((1 - var(--hero-button-progress, 0)) * -3.75rem));
  opacity: var(--hero-button-progress, 0);
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

#hero .hero-split-button:hover {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: #fff;
  transform: translateX(calc((1 - var(--hero-button-progress, 0)) * -3.75rem));
}

/* Bei Tastatur-Fokus sichtbar machen (sonst opacity:0 während der Hero-Animation) */
#hero .hero-split-button:focus-visible {
  opacity: 1;
}

#hero .hero-split-button::after {
  content: " \2192";
  margin-left: 1rem;
  font-weight: 600;
}

#hero img {
  position: relative;
  width: 100%;
  height: 100% !important;
  /*aspect-ratio: 16 / 10;*/
  object-fit: contain;
  max-width: 125rem;
  margin: auto auto;
  object-position: center;
  pointer-events: none;
  height: auto;
  display: block;
  z-index: 5;
  will-change: transform;
  transition: transform 0.18s ease-out;
}

.container {
  width: 100%;
  position: relative;
  padding: 1.5625rem;
  max-width: 120rem;
  box-sizing: border-box;
}

.container.small {
  max-width: 75rem;
}

.overlay {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#pointer-down {
  transition: bottom .25s ease-in-out;
  position: fixed;
  bottom: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.125rem;
  height: 3.125rem;
  animation: pointer-down 1s infinite alternate ease-in-out;
  z-index: 1337;
  filter: drop-shadow(0 0 1.25rem #fff) drop-shadow(0 0 1.25rem #fff) drop-shadow(0 0 1.25rem #fff);
}

.scroll #pointer-down{
  bottom: -6.25rem;
  pointer-events: none;
}

#pointer-down span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../media/pointer-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
}

#pointer-down:hover span {
  transform: scale(1.2);
}

@keyframes pointer-down {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0.625rem);
  }
}

#hero .overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 100rem;
  left: 0;
  transform: none;
  margin: 0 auto;
  opacity: 1;
  z-index: 15;
  pointer-events: none;
}

#hero .overlay .container {
  position: relative;
  top: 3.125rem;
  display: flex;
  flex-direction: column;
}

#hero .overlay .stats-container {
  opacity: 1;
  transform: translateY(var(--hero-stats-slide, 0rem));
  transition: none;
  background-color: #fff;
  border: solid 0.125rem var(--text-color);
  color: var(--text-color);
  margin-top: -0.9375rem;
  margin-bottom: -2.625rem;
  position: relative;
  z-index: 25;
  pointer-events: auto;
}

#hero .overlay .stats-container .stat .number {
  color: var(--text-color);
  font-size: clamp(1.625rem, calc(2.5 * var(--vwc) / 100), 2.625rem);
  letter-spacing: -0.02em;
  opacity: 1;
  transition: none;
}

#hero .overlay .stats-container .stat .text {
  color: #666;
  font-size: 0.625rem;
  white-space: nowrap;
}

#hero .hero-split-copy h1 .line-1 {
  --hero-line-progress: clamp(0, calc((var(--hero-text-progress, 0) - 0.04) / 0.14), 1);
}

#hero .hero-split-copy h1 .line-2 {
  --hero-line-progress: clamp(0, calc((var(--hero-text-progress, 0) - 0.16) / 0.14), 1);
}

#hero .hero-split-copy h1 .line-3 {
  --hero-line-progress: clamp(0, calc((var(--hero-text-progress, 0) - 0.28) / 0.14), 1);
}

#hero .hero-split-subtext {
  --hero-subtext-progress: clamp(0, calc((var(--hero-text-progress, 0) - 0.44) / 0.16), 1);
}

#hero .hero-split-footnote {
  --hero-footnote-progress: clamp(0, calc((var(--hero-text-progress, 0) - 0.52) / 0.16), 1);
}

#hero .hero-split-button {
  --hero-button-progress: clamp(0, calc((var(--hero-text-progress, 0) - 0.64) / 0.16), 1);
}

@media (max-aspect-ratio: 3/2) {
  #hero .hero-stage-content::before {
    height: min(68vh, 38.75rem);
    width: min(calc(78 * var(--vwc) / 100), 61.25rem);
  }


  #hero .hero-image-stage {
    transform: translateX(calc(var(--hero-image-progress, 0) * calc(18 * var(--vwc) / 100) + var(--hero-image-progress, 0) * calc(40 * var(--vwc) / 100) + var(--hero-image-progress, 0) * var(--hero-image-shift-x, 10vh)))
      translateY(calc((1 - var(--hero-image-progress, 0)) * 24vh + var(--hero-image-progress, 0) * var(--hero-image-offset-y, 0rem)))
      scale(calc(1.2 - (var(--hero-image-progress, 0) * -0.2)));
  }
}


.intro-text {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  background-color: var(--accent-color);
  padding: 1.5625rem;
  width: 70%;
  font-size: 3.125rem;
  max-width: 43.75rem;
  z-index: 10;
  font-family: "Montserrat";
  font-weight: 800;
  border: solid 0.125rem var(--text-color);
}

.intro-text p.lead {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 1rem;
  font-family: "Plus Jakarta Sans";
  margin-bottom: 0.625rem;
  letter-spacing: 0.125rem;
}

.intro-text p {
  color: #fff;
  text-transform: uppercase;
}

.stats-container {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  display: flex;
  width: 80%;
  flex-direction: row;
  align-items: center;
  max-width: 62.5rem;
  justify-content: space-between;
  background-color: var(--text-color);
  padding: 2.5rem;
  width: 100%;
  box-sizing: border-box;
  z-index: 5;
  margin-top: -0.9375rem;
  gap: 0.625rem;
  align-self: flex-end;
}

.stats-container .stat {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.stats-container .stat .number {
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  opacity: 0.25;
}

.stats-container .stat .number.init {
  opacity: 1;
}

.stats-container .stat .text {
  font-size: 0.6875rem;
}

#hero-mobile {
  display: none;
}

section#group {
  position: relative;
  background-color: var(--accent-color);
  border-top: solid 0.125rem var(--text-color);
  border-bottom: solid 0.125rem var(--text-color);
  min-height: 31.25rem;
  overflow: visible;
}

section#group .overview {
  position: relative;
  flex: 0 0 calc(60 * var(--vwc) / 100);
  width: calc(60 * var(--vwc) / 100);
  margin-left: auto;
  overflow: visible;
}

section#group .overview .onigram-area {
  position: relative;
  width: 100%;
  max-width: none;
  margin-left: 0;
  overflow: visible;
}

section#group:after {
  content: "";
  display: block;
  width: 100%;
  height: 31.25rem;
  position: absolute;
  bottom: -4.6875rem;
  left: 0rem;
  z-index: 0;
  pointer-events: none;
  background-image: url(../media/verlauf-unten.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

section#group .container {
  position: relative;
  z-index: 1;
  display: flex;
  margin: auto auto;
  padding-left: clamp(5.625rem, calc(10 * var(--vwc) / 100), 11.25rem);
  padding-right: 1.5625rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}

section#group .text {
  flex: 1 1 20rem;
  min-width: 0;
  max-width: min(32.5rem, calc(44 * var(--vwc) / 100));
}

section#group .text .eyebrow {
  margin-bottom: clamp(0.5rem, calc(1 * var(--vwc) / 100), 0.75rem);
  font-size: clamp(0.6875rem, calc(1.75 * var(--vwc) / 100), 1.125rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

section#group .text h2 {
  font-size: clamp(1.75rem, calc(4.2 * var(--vwc) / 100), 3.125rem);
  color: var(--text-color);
  font-family: "Montserrat";
  font-weight: 800;
  line-height: 0.9;
  margin-bottom: 1.25rem;
}

section#group .text h2 {
  font-size: clamp(1.75rem, calc(4.2 * var(--vwc) / 100), 3.125rem);
  color: var(--text-color);
  font-family: "Montserrat";
  font-weight: 800;
  line-height: 0.9;
  margin-bottom: clamp(0.75rem, calc(1.5 * var(--vwc) / 100), 1.25rem);
}

section#group .text .heading-collide {
  color: #fff;
}

section#group .text .heading-collide .dark-dot {
  color: #323338;
}

section#group .text p {
  margin-bottom: clamp(0.75rem, calc(1.5 * var(--vwc) / 100), 1.25rem);
  font-size: clamp(0.875rem, calc(1.5 * var(--vwc) / 100), 1rem);
  font-weight: 400;
  line-height: 1.5;
  max-width: 21.875rem;
}

section#group .text p:last-child {
  font-weight: 600;
}

.energy-target.energy-target-clone a {
  display: flex;
}

section#leadership {
  position: relative;
  background-color: #fff;
  background-image: url(../media/stars.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6.25rem 0;
  overflow: visible;
}

section#leadership::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.8) 10%,
    rgba(255, 255, 255, 0.8) 100%
  );
  pointer-events: none;
  z-index: 0;
}

section#leadership .leadership-layout {
  position: relative;
  z-index: 1;
  --leadership-text-col: clamp(15.625rem, calc(27 * var(--vwc) / 100), 28.125rem);
  --leadership-gap: clamp(1.25rem, calc(2.5 * var(--vwc) / 100), 3.5rem);
  --leadership-grid-col: min(calc(60 * var(--vwc) / 100), calc(100% - var(--leadership-text-col) - var(--leadership-gap)));
  display: flex;
  gap: var(--leadership-gap);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(5.625rem, calc(10 * var(--vwc) / 100), 11.25rem);
  padding-right: 1.5625rem;
  align-items: flex-start;
  justify-content: flex-start;
}

section#leadership .leadership-text {
  flex: 0 0 var(--leadership-text-col);
  width: var(--leadership-text-col);
  max-width: var(--leadership-text-col);
  flex-shrink: 0;
}

section#leadership .leadership-text .eyebrow {
  margin-bottom: clamp(0.5rem, calc(1 * var(--vwc) / 100), 0.75rem);
  font-size: clamp(0.6875rem, calc(1.75 * var(--vwc) / 100), 1.125rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent-color);
  text-transform: uppercase;
  white-space: nowrap;
}

section#leadership .leadership-text h2 {
  font-size: clamp(1.75rem, calc(4.2 * var(--vwc) / 100), 3.125rem);
  color: var(--text-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 0.9;
  margin-bottom: clamp(0.75rem, calc(1.5 * var(--vwc) / 100), 1.25rem);
  text-transform: uppercase;
}

section#leadership .leadership-text p:not(.leadership-eyebrow) {
  margin-bottom: clamp(0.75rem, calc(1.5 * var(--vwc) / 100), 1.25rem);
  font-size: clamp(0.875rem, calc(1.5 * var(--vwc) / 100), 1rem);
  font-weight: 400;
  line-height: 1.5;
  max-width: 21.875rem;
}

section#leadership .leadership-text p:last-child {
  margin-bottom: 0;
}

.leadership-grid {
  flex: 0 1 var(--leadership-grid-col);
  width: var(--leadership-grid-col);
  max-width: var(--leadership-grid-col);
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.5rem, calc(0.75 * var(--vwc) / 100), 0.75rem);
  align-items: stretch;
}

.leadership-member:nth-last-child(3) {
  grid-column: 2;
}

.leadership-member:nth-last-child(2) {
  grid-column: 3;
}

.leadership-member:nth-last-child(1) {
  grid-column: 4;
}

.leadership-member {
  display: flex;
  min-width: 0;
}

.leadership-member-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  container-type: inline-size;
}

.leadership-member-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
}

.leadership-member-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership-member-footer {
  position: relative;
  flex: 0 0 auto;
}

.leadership-member-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--text-color);
  padding: 0.75rem 2.25rem 0.75rem 0.875rem;
  overflow: hidden;
  min-height: 4.5em;
}

.leadership-member-name {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.8125rem, calc(1.35 * var(--vwc) / 100), 1.0625rem);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}

@supports (font-size: 1cqi) {
  .leadership-member-name {
    font-size: clamp(0.8125rem, 7cqi, 1.0625rem);
  }

  .leadership-member-title {
    font-size: clamp(0.5rem, 3.8cqi, 0.625rem);
  }
}

.leadership-member-name__first,
.leadership-member-name__last {
  display: block;
  white-space: nowrap;
}

.leadership-member-name__first {
  color: var(--accent-color);
}

.leadership-member-name__last {
  color: #fff;
}

.leadership-member-title {
  font-size: clamp(0.5rem, calc(0.7 * var(--vwc) / 100), 0.625rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.leadership-member-linkedin {
  text-indent: -312.5rem;
  overflow: hidden;
  display: block;
  width: clamp(1.375rem, calc(2.2 * var(--vwc) / 100), 1.625rem);
  height: clamp(1.375rem, calc(2.2 * var(--vwc) / 100), 1.625rem);
  background-color: #fff;
  background-image: url(../media/linkedin.svg);
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: clamp(0.5rem, calc(0.8 * var(--vwc) / 100), 0.75rem);
  left: auto;
  z-index: 2;
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.leadership-member-linkedin:hover {
  transform: translateY(-50%) scale(1.08);
}

footer {
  background-color: var(--text-color);
  color: #fff;
  padding: 0.9375rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.875rem;
}

footer .container {
  margin: auto auto;
}

footer .footer-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

footer .footer-col {
  width: 30%;
}

footer .footer-col:nth-child(2) {
  text-align: center;
}

footer .footer-col:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}

footer nav ul {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
}

footer nav ul li a {
  color: #fff;
  text-decoration: none;
}

#backToTop {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--accent-color);
  color: var(--text-color);
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

#backToTop.visible {
  opacity: 1;
  pointer-events: auto;
}

#backToTop::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.75rem solid var(--text-color);
  transition: border-bottom-color 0.3s ease;
}

#backToTop:hover {
  background-color: #fff;
  transform: translateY(-0.1875rem);
}

#backToTop:hover::before {
  border-bottom-color: var(--text-color);
}

#kontakt {
  position: relative;
  min-height: 90vh;
  border-top: solid 0.125rem var(--text-color);
  overflow-x: clip;
  background-color: #fff;
  background-image: url(../media/stars.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  min-height: 90vh;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-text {
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(5.625rem, calc(10 * var(--vwc) / 100), 11.25rem);
  padding-right: clamp(1.25rem, calc(2.5 * var(--vwc) / 100), 2.5rem);
  padding-top: clamp(2.5rem, calc(6 * var(--vwc) / 100), 5rem);
  padding-bottom: clamp(2.5rem, calc(6 * var(--vwc) / 100), 5rem);
  box-sizing: border-box;
  z-index: 1;
}

.contact-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(4.75rem, calc(8.6 * var(--vwc) / 100), 6.875rem);
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: clamp(1.5rem, calc(3 * var(--vwc) / 100), 2.5rem);
}

.contact-collide {
  color: var(--accent-color);
}

.contact-collide .dark-dot {
  color: var(--text-color);
}

.contact-email-button {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  border: solid 0.125rem #8d8f93;
  color: #4a4b50;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem 2.125rem;
  font-size: clamp(1.125rem, calc(1.25 * var(--vwc) / 100), 1.875rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.contact-email-button:hover {
  background-color: var(--accent-color);
  color: #fff;
  border-color: var(--accent-color);
}

.contact-animation {
  flex: 0 0 70%;
  width: 70%;
  max-width: 70%;
  position: relative;
  --contact-scene-bleed: clamp(3rem, calc(7 * var(--vwc) / 100), 6.875rem);
  --contact-scene-shift: 0rem;
  --contact-scene-width: calc(100% + var(--contact-scene-bleed));
  --contact-scene-left: 0rem;
  --contact-scene-base-x: var(--contact-scene-shift);
  --contact-scene-scale: 1.35;
  --contact-finger-offset-x: 5rem;
  --contact-finger-offset-y: 5rem;
  --contact-clicker-offset-x: 6.25rem;
  --contact-clicker-offset-y: 6.25rem;
  overflow: hidden;
}

.contact-image {
  position: absolute;
  top: 0;
  left: var(--contact-scene-left);
  width: var(--contact-scene-width);
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 0;
  transform: translateX(var(--contact-scene-base-x)) scale(var(--contact-scene-scale));
  transform-origin: left center;
}

.contact-image-0 {
  background-image: url(../media/contact/contact_bg.png);
  background-size: contain;
}

.contact-image-1 {
  background-image: url(../media/contact/contact_arm.png);
  background-size: contain;
  animation: pointer 8s infinite ease-in-out;
}

.contact-image-2 {
  background-image: url(../media/contact/contact_clicker.png);
  background-size: contain;
  animation: clicker 8s infinite ease-in-out;
}

@keyframes pointer {
  0%,
  100% {
    transform: translateX(var(--contact-scene-base-x)) translateY(0) scale(var(--contact-scene-scale));
  }
  50% {
    transform: translateX(calc(var(--contact-scene-base-x) - var(--contact-finger-offset-x))) translateY(calc(-1 * var(--contact-finger-offset-y))) scale(var(--contact-scene-scale));
  }
}

@keyframes clicker {
  0%,
  100% {
    transform: translateX(var(--contact-scene-base-x)) translateY(0) scale(var(--contact-scene-scale));
  }
  50% {
    transform: translateX(calc(var(--contact-scene-base-x) + var(--contact-clicker-offset-x))) translateY(var(--contact-clicker-offset-y)) scale(var(--contact-scene-scale));
  }
}

#chronik {
  --chronicle-inline-padding: clamp(5.625rem, calc(10 * var(--vwc) / 100), 11.25rem);
  --chronicle-end-offset: clamp(3rem, calc(8 * var(--vwc) / 100), 7.5rem);
  background-color: var(--accent-color);
  padding: clamp(4rem, calc(8 * var(--vwc) / 100), 6.25rem) 0 clamp(4.5rem, calc(9 * var(--vwc) / 100), 6.875rem);
  overflow: visible;
}

.chronicle-layout {
  position: relative;
  z-index: 1;
}

.chronicle-header {
  position: relative;
  margin-bottom: clamp(2.5rem, calc(6 * var(--vwc) / 100), 4.5rem);
  max-width: none;
  padding-left: var(--chronicle-inline-padding);
  padding-right: var(--chronicle-inline-padding);
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(1.25rem, calc(3 * var(--vwc) / 100), 2.5rem);
}

.chronicle-header__copy {
  max-width: min(56.25rem, calc(92 * var(--vwc) / 100));
  flex: 1 1 auto;
  min-width: 0;
}

.chronicle-nav {
  display: flex;
  gap: 0.625rem;
  flex: 0 0 auto;
  padding-bottom: 0.25rem;
}

.chronicle-nav--mobile {
  display: none;
}

.chronicle-nav__btn {
  width: 3rem;
  height: 3rem;
  border: 0.125rem solid var(--text-color);
  background: #fff;
  color: var(--text-color);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.chronicle-nav__arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.chronicle-nav__arrow--prev {
  border-width: 0.4375rem 0.6875rem 0.4375rem 0;
  border-color: transparent currentColor transparent transparent;
  margin-right: 0.125rem;
}

.chronicle-nav__arrow--next {
  border-width: 0.4375rem 0 0.4375rem 0.6875rem;
  border-color: transparent transparent transparent currentColor;
  margin-left: 0.125rem;
}

@media (hover: hover) and (pointer: fine) {
  .chronicle-nav__btn:hover:not(:disabled) {
    background: var(--text-color);
    color: #fff;
  }
}

.chronicle-nav__btn:active:not(:disabled) {
  background: var(--text-color);
  color: #fff;
}

.chronicle-nav__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.chronicle-dialog {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s;
}

.chronicle-dialog.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.chronicle-dialog__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(0.3125rem);
  backdrop-filter: blur(0.3125rem);
}

.chronicle-dialog__panel {
  position: relative;
  z-index: 1;
  width: min(28rem, 90%);
  max-height: calc(100vh - 3rem);
  max-height: calc(100dvh - 3rem);
  background-color: #fff;
  border: solid 0.125rem var(--text-color);
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.chronicle-dialog.is-open .chronicle-dialog__panel {
  transform: scale(1);
}

.chronicle-dialog__media {
  padding: 1rem 1rem 0;
  background-color: #fff;
}

.chronicle-dialog__img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #aab2c0;
}

.chronicle-dialog__content {
  padding: 1.5rem;
}

.chronicle-dialog__date {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 0.375rem;
}

.chronicle-dialog__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-color);
  margin-bottom: 1.125rem;
}

.chronicle-dialog__warning {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--secondary-color);
  margin-bottom: 0.625rem;
}

.chronicle-dialog__url {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-color);
  word-break: break-all;
  background: #f2f3f5;
  padding: 0.75rem 0.875rem;
  margin-bottom: 1.5rem;
}

.chronicle-dialog__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.chronicle-dialog__btn {
  flex: 1 1 8rem;
  box-sizing: border-box;
  border: 0.125rem solid transparent;
  padding: 0.875rem 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.chronicle-dialog__btn--primary {
  background: var(--text-color);
  color: #fff;
  border-color: var(--text-color);
}

.chronicle-dialog__btn--secondary {
  background: #fff;
  color: var(--text-color);
  border-color: #8d8f93;
}

.chronicle-dialog__btn--primary:active {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--text-color);
}

.chronicle-dialog__btn--secondary:active {
  border-color: var(--text-color);
}

@media (hover: hover) and (pointer: fine) {
  .chronicle-dialog__btn--primary:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--text-color);
  }

  .chronicle-dialog__btn--secondary:hover {
    border-color: var(--text-color);
  }
}

@media (max-aspect-ratio: 3/4) {
  .chronicle-dialog {
    padding: 1rem;
  }

  .chronicle-dialog__media {
    padding: .5rem .5rem 0;
  }

  .chronicle-dialog__img {
    margin: 0 auto;
  }

  .chronicle-dialog__content {
    padding: 1rem;
  }

  .chronicle-dialog__title {
    font-size: 1.1875rem;
    margin-bottom: 0.75rem;
  }

  .chronicle-dialog__warning {
    margin-bottom: 0.5rem;
  }

  .chronicle-dialog__url {
    margin-bottom: 1rem;
  }

  /*.chronicle-dialog__actions {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: stretch;
  }

  .chronicle-dialog__btn {
    flex: 0 0 auto;
  }

  .chronicle-dialog__btn--primary {
    font-size: 1.1875rem;
    padding: 1.0625rem 1.25rem;
  }*/

  .chronicle-dialog__btn--secondary {
    /*align-self: center;
    padding: 0.5rem 1rem;*/
    font-size: 0.8125rem;
  }
}

/* Sehr niedrige Screens (kurze Portraits, Landscape-Handys): Bild ausblenden,
   wenn die Höhe nicht reicht – der Dialog bleibt nutzbar und passt in den Viewport. */
@media (max-height: 640px) {
  .chronicle-dialog__media {
    display: none;
  }
}

.chronicle-eyebrow, .leadership-eyebrow {
  margin-bottom: clamp(0.5rem, calc(1 * var(--vwc) / 100), 0.75rem);
  font-size: clamp(0.6875rem, calc(1.75 * var(--vwc) / 100), 1.125rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.leadership-eyebrow {
  color: var(--accent-color);
}

.chronicle-eyebrow {
  color: var(--text-color);
}

.chronicle-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.75rem, calc(4.2 * var(--vwc) / 100), 3.125rem);
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--text-color);
}

.chronicle-collisions {
  position: relative;
  color: #fff;
}

.chronicle-collisions::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-image: url(../media/sparkle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.chronicle-timeline {
  position: relative;
  width: 100%;
  padding-top: clamp(0.5rem, calc(1 * var(--vwc) / 100), 1rem);
  overflow: visible;
}

.chronicle-scroller {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-padding-left: var(--chronicle-inline-padding);
  scroll-padding-right: var(--chronicle-end-offset);
  scrollbar-width: none;
  padding-top: clamp(1.25rem, calc(3 * var(--vwc) / 100), 2.25rem);
}

.chronicle-scroller::-webkit-scrollbar {
  display: none;
}

.chronicle-track {
  --chronicle-dot-size: 0.75rem;
  display: inline-flex;
  width: max-content;
  align-items: flex-end;
  gap: clamp(1.875rem, calc(3.2 * var(--vwc) / 100), 3.5rem);
  position: relative;
  padding-left: var(--chronicle-inline-padding);
  padding-right: var(--chronicle-end-offset);
  padding-bottom: 0;
}

.chronicle-track::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--chronicle-dot-size) / 2 - 0.0312rem);
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.55);
  z-index: 0;
}

.chronicle-item {
  flex: 0 0 clamp(15.625rem, calc(21 * var(--vwc) / 100), 20rem);
  width: clamp(15.625rem, calc(21 * var(--vwc) / 100), 20rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  overflow: visible;
  scroll-snap-align: start;
}

.chronicle-polaroid {
  display: block;
  width: 100%;
  background: #fff;
  padding: 0.6875rem 0.6875rem 1.125rem;
  box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.1);
  margin-bottom: 1.125rem;
  transform: rotate(var(--chronicle-rotate, 0deg));
  transform-origin: bottom center;
  overflow: visible;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

a.chronicle-polaroid {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .chronicle-polaroid:hover {
    transform: rotate(var(--chronicle-rotate, 0deg)) translateY(-0.375rem) scale(1.02);
    box-shadow: 0 0.875rem 1.875rem rgba(0, 0, 0, 0.22);
  }
}


.chronicle-polaroid-more {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: clamp(0.6875rem, calc(0.95 * var(--vwc) / 100), 0.8125rem);
  font-weight: 800;
  line-height: 1;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.chronicle-polaroid-image {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  background: #aab2c0;
}

.chronicle-polaroid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chronicle-polaroid-body {
  padding-top: 0.875rem;
}

.chronicle-polaroid-meta {
  display: block;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}

.chronicle-polaroid-meta time {
  display: block;
  font-size: clamp(0.875rem, calc(1.15 * var(--vwc) / 100), 1.0625rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--accent-color);
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.chronicle-polaroid-meta h3 {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.875rem, calc(1.15 * var(--vwc) / 100), 1.0625rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-color);
  text-transform: none;
}

.chronicle-polaroid-body p {
  font-size: clamp(0.6875rem, calc(0.95 * var(--vwc) / 100), 0.8125rem);
  line-height: 1.5;
  color: var(--secondary-color);
}

.chronicle-lead {
  font-weight: 800;
}

.chronicle-dot {
  width: var(--chronicle-dot-size);
  height: var(--chronicle-dot-size);
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.legal-dialog ul,
.legal-dialog ol {
  margin: 1em 0 1em 2em;
  padding: 0;
  list-style-position: outside;
  list-style-type: disc;
}

.legal-dialog li {
  margin-bottom: 0.5em;
  padding-left: 0;
  font-size: 0.875rem;
  color: var(--secondary-color);
  line-height: 1.5;
}

@media (max-aspect-ratio: 3/2) {
  #hero .overlay .intro-text {
    transform: scale(0.6);
    width: 80%;
    transform-origin: bottom left;
  }
  #hero .overlay .stats-container {
    transform: translateY(var(--hero-stats-slide, 0rem)) scale(0.75);
    transform-origin: top right;
  }
  section#leadership .leadership-layout {
    flex-direction: column;
    align-items: center;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    gap: 2.5rem;
  }

  section#leadership .leadership-text {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .leadership-grid {
    flex: none;
    width: 100%;
    max-width: min(calc(94 * var(--vwc) / 100), 56.25rem);
    margin-left: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .leadership-member:nth-last-child(3),
  .leadership-member:nth-last-child(2),
  .leadership-member:nth-last-child(1) {
    grid-column: auto;
  }

  #kontakt {
    min-height: auto;
    overflow-x: clip;
  }

  .contact-layout {
    flex-direction: column;
    min-height: auto;
    align-items: stretch;
  }

  .contact-text {
    flex: none;
    width: 100%;
    max-width: 100%;
    order: 1;
    align-items: center;
    text-align: center;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: clamp(3rem, calc(8 * var(--vwc) / 100), 5rem);
    padding-bottom: clamp(1.25rem, calc(4 * var(--vwc) / 100), 2rem);
  }

  .contact-email-button {
    align-self: center;
  }

  .contact-animation {
    flex: none;
    width: 100%;
    max-width: 100%;
    order: 2;
    min-height: clamp(17.5rem, calc(72 * var(--vwc) / 100), 27.5rem);
    margin-bottom: 0;
    --contact-scene-bleed: 0rem;
    --contact-scene-width: 100%;
    --contact-scene-left: 0rem;
    --contact-scene-base-x: 0rem;
    --contact-scene-scale: 1;
    --contact-finger-offset-x: 1.125rem;
    --contact-finger-offset-y: 1.125rem;
    --contact-clicker-offset-x: 1.375rem;
    --contact-clicker-offset-y: 1.375rem;
    overflow: hidden;
  }

  .contact-image,
  .contact-image-0,
  .contact-image-1,
  .contact-image-2 {
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 118% auto;
    background-position: center top;
    background-repeat: no-repeat;
    transform: translateX(0) scale(1);
    transform-origin: center top;
  }

  .leadership-member-name {
    font-size: clamp(0.875rem, calc(3.6 * var(--vwc) / 100), 1.0625rem);
  }

  .leadership-member-title {
    font-size: clamp(0.625rem, calc(2.4 * var(--vwc) / 100), 0.75rem);
    white-space: normal;
  }

  section#group .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding-top: clamp(4rem, calc(12 * var(--vwc) / 100), 6rem);
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 3.125rem;
  }

  section#group .overview {
    flex: none;
    width: 100%;
    margin-left: 0;
    order: 2;
  }

  section#group .overview .onigram-area {
    width: 100%;
    max-width: none;
  }

  section#group .text {
    flex: none;
    max-width: 100%;
    width: 100%;
    order: 1;
  }

  #chronik {
    --chronicle-inline-padding: 1.5625rem;
    --chronicle-end-offset: 1.5625rem;
  }

  .chronicle-header {
    padding-left: var(--chronicle-inline-padding);
    padding-right: var(--chronicle-inline-padding);
    align-items: flex-start;
  }

  .chronicle-header h2 {
    font-size: clamp(1.75rem, calc(8 * var(--vwc) / 100), 2.5rem);
    line-height: 0.9;
  }
}

@media (max-aspect-ratio: 3/4) {
  section#group .text {
    max-width: min(32.5rem, calc(92 * var(--vwc) / 100));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    text-align: left;
  }
}

@media (max-aspect-ratio: 3/4) {
  footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    text-align: center;
  }
  footer .footer-grid{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
  }

  footer .footer-col {
    width: 100%;
  }

  footer .footer-col:nth-child(3) {
    justify-content: center;
  }

  .contact-layout {
    min-height: auto;
  }

  .contact-text {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    align-items: center;
    text-align: center;
  }

  .contact-text h2 {
    font-size: clamp(3.5rem, calc(16 * var(--vwc) / 100), 6rem);
    margin-bottom: 1.25rem;
    line-height: 0.9;
  }

  .contact-email-button {
    align-self: center;
    font-size: clamp(0.75rem, calc(3.4 * var(--vwc) / 100), 0.9375rem);
    padding: 0.75rem 1.125rem;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .contact-animation {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-height: clamp(16.25rem, calc(78 * var(--vwc) / 100), 25rem);
    margin-bottom: 0;
    --contact-scene-bleed: 0rem;
    --contact-scene-width: 100%;
    --contact-scene-left: 0rem;
    --contact-scene-base-x: 0rem;
    --contact-scene-scale: 1;
    --contact-finger-offset-x: 1rem;
    --contact-finger-offset-y: 1rem;
    --contact-clicker-offset-x: 1.25rem;
    --contact-clicker-offset-y: 1.25rem;
    overflow: hidden;
  }

  .contact-image,
  .contact-image-0,
  .contact-image-1,
  .contact-image-2 {
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 118% auto;
    background-position: center top;
    background-repeat: no-repeat;
    transform: translateX(0) scale(1);
    transform-origin: center top;
  }

  section#group .text p {
    font-size: clamp(0.875rem, calc(3.8 * var(--vwc) / 100), 1.125rem);
  }

  section#group .text h2 {
    font-size: clamp(1.75rem, calc(8 * var(--vwc) / 100), 2.5rem);
    line-height: 0.9;
  }

  #hero {
    min-height: auto;
    padding-top: 18vh;
    padding-bottom: 2.5rem;
    overflow: hidden;
  }

  #hero canvas {
    position: absolute;
    height: 100%;
  }

  #hero .hero-sticky {
    position: relative;
    height: auto;
    overflow: visible;
  }

  #hero .hero-image-stage {
    position: relative;
    right: auto;
    width: calc(100 * var(--vwc) / 100);
    display: flex;
    justify-content: center;
    left: 50%;
    margin-left: calc(-50 * var(--vwc) / 100);
    transform: none !important;
    transition: none;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    overflow: visible;
  }

  #hero .hero-split-copy {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: none;
    opacity: 1;
    padding: 0 1.25rem;
    box-sizing: border-box;
  }

  #hero .hero-split-copy::before {
    display: none;
  }

  #hero .hero-stage-content::before {
    display: none;
  }

  #hero .hero-stage-content {
    padding-top: 42vh;
  }

  #hero img {
    transform: scale(1.3) !important;
    transform-origin: center center;
    max-width: none;
    width: calc(100 * var(--vwc) / 100);
  }

  #hero .hero-split-copy h1,
  #hero .hero-split-copy h1 .line,
  #hero .hero-split-copy .hero-split-subtext,
  #hero .hero-split-copy .hero-split-footnote,
  #hero .hero-split-copy .hero-split-button,
  #hero .hero-split-button:hover {
    transform: none !important;
    opacity: 1 !important;
  }

  #hero .hero-split-copy h1 {
    font-size: clamp(3.5rem, calc(16 * var(--vwc) / 100), 6rem);
    margin-bottom: 1.25rem;
  }

  #hero .hero-split-copy p.hero-split-subtext {
    font-size: clamp(1rem, calc(4.4 * var(--vwc) / 100), 1.5rem);
    margin-bottom: 0.625rem;
  }

  #hero .hero-split-copy p.hero-split-footnote {
    font-size: clamp(0.9375rem, calc(3.9 * var(--vwc) / 100), 1.125rem);
    font-weight: 400;
    text-transform: none;
    margin-bottom: 1.25rem;
  }

  #hero .hero-split-button {
    font-size: clamp(1rem, calc(4.8 * var(--vwc) / 100), 1.5rem);
    padding: 0.75rem 1.25rem;
  }

  #hero .overlay,
  #hero .overlay .stats-container,
  #hero-mobile {
    display: none;
  }

  #chronik {
    --chronicle-inline-padding: 1.5625rem;
    --chronicle-end-offset: 1.5625rem;
  }

  .chronicle-header {
    margin-bottom: 2rem;
    padding-left: var(--chronicle-inline-padding);
    padding-right: var(--chronicle-inline-padding);
    flex-wrap: wrap;
  }

  .chronicle-nav--desktop {
    display: none;
  }

  .chronicle-nav--mobile {
    display: flex;
    justify-content: center;
    margin-top: 1.75rem;
  }

  .chronicle-nav__btn {
    width: 2.625rem;
    height: 2.625rem;
  }

  .chronicle-nav__arrow--prev {
    border-width: 0.375rem 0.5625rem 0.375rem 0;
  }

  .chronicle-nav__arrow--next {
    border-width: 0.375rem 0 0.375rem 0.5625rem;
  }

  .chronicle-header h2 {
    font-size: clamp(1.75rem, calc(8 * var(--vwc) / 100), 2.5rem);
    line-height: 0.9;
  }

  .chronicle-scroller {
    scroll-snap-type: none;
  }

  .chronicle-item {
    flex: 0 0 min(calc(68 * var(--vwc) / 100), 16rem);
    width: min(calc(68 * var(--vwc) / 100), 16rem);
    scroll-snap-align: none;
  }

  section#leadership .leadership-layout {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .leadership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: min(calc(92 * var(--vwc) / 100), 45rem);
  }

  section#leadership .leadership-text h2 {
    font-size: clamp(1.75rem, calc(8 * var(--vwc) / 100), 2.5rem);
    line-height: 0.9;
  }

  .leadership-member-name {
    font-size: 0.7rem;
  }

  .leadership-member-title {
    font-size: 0.5rem;
  }

  #hero .overlay {
    display: none;
  }

  .burger-menu a {
    width: min(14.375rem, calc(82 * var(--vwc) / 100));
    font-size: 1.125rem;
  }

  .scroll #logo {
    padding: 0rem;
  }
}

.energy-target-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.energy-target-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.energy-target-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.energy-target-clone {
  position: relative;
  width: calc(80 * var(--vwc) / 100);
  max-width: 31.25rem;
  aspect-ratio: 1;
  z-index: 1;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 1.25rem rgba(255, 255, 255, 1));
}

.energy-target-overlay.active .energy-target-clone {
  transform: scale(1);
}

.energy-target-clone {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
}

.energy-target-clone:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.energy-target-clone .company-logo {
  position: absolute;
  top: 15%;
  left: 20%;
  right: 20%;
  bottom: 15%;
  transform: scale(1.2);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.energy-target-clone .company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.energy-target-clone .company-text {
  position: absolute;
  top: 30%;
  left: 15%;
  right: 15%;
  bottom: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(0.625rem, calc(2 * var(--vwc) / 100), 1rem);
  text-align: center;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.energy-target-clone .company-text h3 {
  text-transform: uppercase;
  font-size: clamp(0.875rem, calc(4 * var(--vwc) / 100), 1.25rem);
  color: var(--text-color);
}

.energy-target-clone .company-text p {
  font-size: clamp(0.6875rem, calc(3 * var(--vwc) / 100), 1.125rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-color);
}

.energy-target-clone a {
  display: flex;
  width: 1.875rem;
  line-height: 1.875rem;
  height: 1.875rem;
  font-size: 0.75rem;
  box-sizing: border-box;
  padding-left: 0.125rem;
  text-align: center;
  letter-spacing: 0.0625rem;
  border-radius: 100%;
  background-color: var(--text-color);
  color: #fff;
  font-family: "Montserrat";
  font-weight: 800;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-top: 0.625rem;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: scale(1);
}

.energy-target-clone a:hover {
  transform: scale(1.1);
}

.legal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.legal-dialog.active {
  opacity: 1;
  visibility: visible;
}

.legal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(0.3125rem);
}

.legal-content {
  position: relative;
  width: 90%;
  max-width: 50rem;
  max-height: 85vh;
  background-color: #fff;
  border: solid 0.125rem var(--text-color);
  z-index: 1;
  display: flex;
  flex-direction: column;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.legal-dialog.active .legal-content {
  transform: scale(1);
}

.legal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  background-color: var(--text-color);
  color: #fff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 2;
  line-height: 1;
}

.legal-close:hover {
  background-color: var(--accent-color);
  transform: scale(1.1);
}

.legal-inner {
  padding: 2.5rem;
  overflow-y: auto;
  flex: 1;
}

.legal-inner h2 {
  font-size: 2rem;
  margin-bottom: 1.875rem;
  color: var(--text-color);
  text-transform: uppercase;
}

.legal-inner h3 {
  font-size: 1.25rem;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
  color: var(--text-color);
  text-transform: uppercase;
}

.legal-inner h4 {
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  color: var(--text-color);
  font-weight: 800;
}

.legal-inner p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
  color: var(--secondary-color);
}

.legal-inner a {
  color: var(--text-color);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.legal-inner a:hover {
  color: var(--accent-color);
}

@media (max-aspect-ratio: 3/4) {
  .legal-content {
    width: 95%;
    max-height: 90vh;
  }

  .legal-inner {
    padding: 3.75rem 1.25rem 1.25rem 1.25rem;
  }

  .legal-inner h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .legal-inner h3 {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }

  .legal-inner h4 {
    font-size: 0.875rem;
  }

  .legal-inner p {
    font-size: 0.8125rem;
  }

  .legal-close {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.75rem;
  }
}

@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 3/2) {

  section#group .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: clamp(2.5rem, calc(6 * var(--vwc) / 100), 7rem);
    padding-right: 1.5625rem;
  }
  section#group .text {
    order: 0;
    flex: 1 1 20rem;
    width: auto;
    max-width: min(28rem, calc(40 * var(--vwc) / 100));
  }
  section#group .overview {
    order: 0;
    flex: 0 0 calc(52 * var(--vwc) / 100);
    width: calc(52 * var(--vwc) / 100);
    margin-left: auto;
  }

  section#leadership .leadership-layout {
    align-items: flex-start;
    padding-left: clamp(2.5rem, calc(6 * var(--vwc) / 100), 7rem);
    padding-right: clamp(2.5rem, calc(6 * var(--vwc) / 100), 7rem);
  }
  .leadership-grid {
    margin-left: 0;
    margin-right: auto;
  }
  .contact-animation {
    min-height: clamp(30rem, 62vh, 50rem);
  }
  #chronik {
    --chronicle-inline-padding: clamp(2.5rem, calc(6 * var(--vwc) / 100), 7rem);
  }
}


body, a, button, * {
  cursor: url('../media/cursor_default.png') 1 1, auto !important; 
}

body:active, a:active, button:active, *:active, body.is-clicking {
  cursor: url('../media/cursor_click.png') 1 1, auto !important; 
}
