:root {
	--bg: #f6f9fc;           /* helles Grund-BG */
	--bg-secondary: #f1f5ff;
	--bg-soft: #ffffff;      /* helle Fläche */
	--text: #0f1220;         /* dunkler Text */
	--text-absolut: black;   /* Schwarzer Text */
	--text-absolut-reverse: white;   /* Weißer Text */
	--muted: #5f6b7a;        /* dezenter Text */
	
	--node-size: 0.2rem;       /* Basisgröße */
	--node-hover-multiplier: 2; /* Faktor für Hover-Vergrößerung */
	--tooltip-background: rgba(255,255,255,.85);
	--tooltip-border: 1px solid rgba(2,25,17,.12);
	--node-color: rgba(95, 107, 122, 0.7);
	--node-hover-color: rgba(142, 230, 200, 0.95);
	--node-topic-color: rgba(84, 42, 151, 0.7);
	--link-line-color: 24, 95, 95;
	
	--cta-button-color: #0f1220;
	--cta-button-background: rgba(253, 252, 255, 1);
	--cta-button-outline: 1px solid #7944cb33;

	--accent: #2099ff;       /* Blau – Klarheit */
	--accent2: #8ee6c8;      /* Grün – Balance */
	--accent3: #f8c77e;      /* Amber – Kreativität */
	--accent4: #00ffe7;		/* Neongrün – digital */
	
	--accent-hover: #2958e3;

	--radius: 18px;
	--shadow: 0 12px 30px rgba(0,0,0,.12);

	--headline-color: linear-gradient(140deg, #471e89, #693dae 30%, #471e89 60%, #471e89 90%);
	--network-color: #542a97;
	
	--i-section-highlight: rgba(219, 244, 247, 0.9);
	
	--intro-h2-color: linear-gradient(45deg, #0f1220, #0f1220);
	
	--spotlight-color: linear-gradient(90deg, #0aa38f, #00b894, #018f7a);
	--spotlight-glow: rgba(0, 150, 120, 0.12);
	--spotlight-highlight-card-background-circle: rgba(259, 249, 259, 0.22);
	--spotlight-highlight-card-shadow: 0 8px 24px rgba(0,0,0,0.05);
	--spotlight-slide-background: #ffffff21;
	--spotlight-slide-text-h-color: #000000;
	--spotlight-slide-text-p-color: #000000bd;
	--spotlight-slide-info-text-shadow: 1px 1px white;
	
	--band-border: 1px solid rgba(0,0,0,.12);
	--band-icon-background: rgba(0,0,0,.03);
	--band-icon-border: rgba(0,0,0,.1);
	--band-icon-shadow: inset 0 1px 0 rgba(0,0,0,.01);
	--band-a-color: #2881eb;
	
	--btn-background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgb(0, 0, 0, 0.04));
	--btn-border: 1px solid rgba(0, 0, 0, 0.14);
}

[data-theme="dark"] {
	--bg: #0f1220;
	--bg-secondary: #121726;
	--bg-soft: #14182a;
	--text: #f2f5f9;
	--text-absolut: white;
	--text-absolut-reverse: black;
	--muted: #aeb7c4;
	--tooltip-background: rgba(15,18,32,.85);
	--tooltip-border: 1px solid rgba(255,255,255,.12);
	--node-color: rgba(255, 255, 255, 0.7);
	--node-hover-color: rgba(142, 230, 200, 0.95);
	--node-topic-color: rgba(124, 195, 255, 0.9);
	--link-line-color: 200, 220, 255;
	
	--cta-button-color: #f2f5f9;
	--cta-button-background: rgba(29, 35, 51, 1);
	--cta-button-outline: 1px solid #7944cb33;
	
	--accent: #7cc3ff;   /* Blau – Klarheit */
	--accent2: #8ee6c8;  /* Grün – Balance */
	--accent3: #f8c77e;  /* Amber – Kreativität */
	--accent4: #00ffe7;		/* Neongrün – digital */
	--radius: 18px;
	--shadow: 0 12px 30px rgba(0,0,0,.25);
	
	/*--headline-color: linear-gradient(90deg, #fff, #cfe8ff 40%, #def8ed 80%);
	--network-color: #d7f1f6;*/
	--headline-color: linear-gradient(140deg, #6235ab, #7c39e3, #5923af, #4c0ca1);
	--network-color: #ae9cff;
	
	--i-section-highlight: rgba(255, 255, 255, 0.15);
	--intro-h2-color: linear-gradient(45deg, #fdf1f1, #d8f5ff);
	
	--spotlight-color: linear-gradient(90deg, #08cba7c7, #00ffc4, #029984c7);
	--spotlight-glow: rgba(45, 181, 225, 0.25);
	--spotlight-highlight-card-background-circle: rgba(29, 49, 59, 0.72);
	--spotlight-highlight-card-shadow: 0 8px 24px rgba(255,255,255,0.01);
	--spotlight-slide-background: #17225d21;
	--spotlight-slide-text-h-color: #ffffff;
	--spotlight-slide-text-p-color: #ffffffc7;
	--spotlight-slide-info-text-shadow: 1px 1px black;
	
	--band-border: 1px solid rgba(255,255,255,.12);
	--band-icon-background: rgba(255,255,255,.06);
	--band-icon-border: rgba(255,255,255,.1);
	--band-icon-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	--band-a-color: #19bef1;
	
	--btn-background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgb(255, 255, 255, 0.04));
	--btn-border: 1px solid rgba(255, 255, 255, 0.14);
}

body {
	margin: 0;
	font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial;
	color: var(--text);
	background:
	radial-gradient(1200px 700px at 10% -10%, rgba(124,195,255,.08), transparent 60%),
	radial-gradient(1000px 600px at 90% 10%, rgba(142,230,200,.07), transparent 60%),
	var(--bg);
}

main {
}
	
main a { 
	color: var(--accent); 
	text-decoration: none;
}

.vision a:hover { 
	text-decoration: underline; 
}
	
.bar-background { 
	position: absolute; 
	width: 100%; 
	z-index: 9;
	padding-top: 0;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}

.search-wrapper { 
	z-index: 1;
	pointer-events: none;
}

.search-wrapper a,
.search-wrapper button {
	pointer-events: auto;
}

.hero,
.section {
	line-height: 1.65;
	letter-spacing: .01em;
}

/* ---------- Hero (Netzwerk) ---------- */
.hero {
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	isolation: isolate;
}

.hero-canvas { 
	position: absolute; 
	inset: 0; 
	z-index: 0; 
}

.hero-overlay {
	position: relative; 
	z-index: 1; 
	text-align: center; 
	padding: 6vh 16px; 
	padding-top: 9vh;
	max-width: 980px; 
	pointer-events: none;
}

@media (max-width: 420px) {
	.hero-overlay {
		padding-bottom: 0.5rem;
	}
}

/* Headline */
@font-face {
    font-family: 'Orbitron';
    src: url('../lib/fonts/Orbitron/Orbitron-Regular.woff2') format('woff2'),
        url('../lib/fonts/Orbitron/Orbitron-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Electrolize';
    src: url('../lib/fonts/Electrolize/Electrolize-Regular.woff2') format('woff2'),
        url('../lib/fonts/Electrolize/Electrolize-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo'; /* Dünnes dezente Font */
    src: url('../lib/fonts/Exo/Exo-Regular.woff2') format('woff2'),
        url('../lib/fonts/Exo/Exo-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}


@font-face { /* Eng und kleine Schreibschrift-Font */
    font-family: 'Carattere';
    src: url('../lib/fonts/Carattere/Carattere-Regular.woff2') format('woff2'),
        url('../lib/fonts/Carattere/Carattere-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audiowide';
    src: url('../lib/fonts/Audiowide/Audiowide-Regular.woff2') format('woff2'),
        url('../lib/fonts/Audiowide/Audiowide-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expletus Sans';
    src: url('../lib/fonts/Expletus/ExpletusSans-Regular.woff2') format('woff2'),
        url('../lib/fonts/Expletus/ExpletusSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gabarito';
    src: url('../lib/fonts/Gabarito/Gabarito-Regular.woff2') format('woff2'),
        url('../lib/fonts/Gabarito/Gabarito-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Jura';
    src: url('../lib/fonts/Jura/Jura-Light.woff2') format('woff2'),
        url('../lib/fonts/Jura/Jura-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Rubik';
    src: url('../lib/fonts/Rubik/Rubik-Light.woff2') format('woff2'),
        url('../lib/fonts/Rubik/Rubik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Share Tech';
    src: url('../lib/fonts/Share_Tech/ShareTech-Regular.woff2') format('woff2'),
        url('../lib/fonts/Share_Tech/ShareTech-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Armata';
    src: url('../lib/fonts/Armata/Armata-Regular.woff2') format('woff2'),
        url('../lib/fonts/Armata/Armata-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldman';
    src: url('../lib/fonts/Goldman/Goldman-Regular.woff2') format('woff2'),
        url('../lib/fonts/Goldman/Goldman-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aldrich';
    src: url('../lib/fonts/Aldrich/Aldrich-Regular.woff2') format('woff2'),
        url('../lib/fonts/Aldrich/Aldrich-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../lib/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff2') format('woff2'),
        url('../lib/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../lib/fonts/Sansation/Sansation-Bold.woff2') format('woff2'),
        url('../lib/fonts/Sansation/Sansation-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('../lib/fonts/Merriweather_Sans/MerriweatherSans-Regular.woff2') format('woff2'),
        url('../lib/fonts/Merriweather_Sans/MerriweatherSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('../lib/fonts/Saira/Saira-Thin.woff2') format('woff2'),
        url('../lib/fonts/Saira/Saira-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'REM';
    src: url('../lib/fonts/REM/REM-Medium.woff2') format('woff2'),
        url('../lib/fonts/REM/REM-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../lib/fonts/Nunito/Nunito-ExtraLight.woff2') format('woff2'),
        url('../lib/fonts/Nunito/Nunito-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


.headline {
	position: relative;
	display: inline;
	font-size: clamp(calc(3.75rem + var(--font-size-large)), 7.5vw, calc(4.75rem + var(--font-size-large)));
	font-weight: 800;
	letter-spacing: 0.02em;
	font-family: 'Sansation', ui-sans-serif, system-ui, -apple-system, Segoe UI;
	margin: 0 0 12px;
	background: var(--headline-color);
	-webkit-background-clip: text; 
	background-clip: text; 
	-webkit-text-fill-color: transparent;
}

.subhead { 
	color: var(--muted); 
	font-size: clamp(calc(0.95rem + var(--font-size-larger)), 2.2vw, calc(1.15rem + var(--font-size-larger))); 
	margin: 0 auto 22px;
	max-width: 760px;
	font-family: 'Rubik', ui-sans-serif, system-ui, -apple-system, Segoe UI;
}

.custom-i {
	display: inline-block;
	position: relative;
	color: white;
}

.freelight-network {
	position: absolute;
	bottom: clamp(calc(3.45rem + var(--font-size-large)), 7vw, calc(4.4rem + var(--font-size-large)));
	left: 49%;
	transform: translateX(-51%);
	width: clamp(16px, 2vw, 20px);
	height: clamp(16px, 2vw, 20px);
	z-index: 1;
	pointer-events: none;
}

.freelight-network::before {
	content:'';
	display: block;
	position: absolute;
	width: 1px;
    height: 1px;
	box-shadow:
  clamp(7px, 1vw, 9px)
  clamp(9px, 1.2vw, 11px)
  clamp(13px, 2vw, 19px)
  clamp(9px, 1.5vw, 13px)
  #c0a2ffb5;
	animation: flickerI 4s ease-in-out infinite;
}

@keyframes flickerI {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 0.75;
	}
	40% {
		opacity: 0.7;
	}
	60% {
		opacity: 0.9;
	}
	80% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}

.freelight-network svg {
	width: 100%;
	height: 100%;
	fill: var(--network-color);
	position: absolute;
	top: 0;
	left: 0;
}

.inner-i {
	display: inline-block;
	/* clip-path schneidet den oberen Teil (i-Punkt) ab */
	clip-path: inset(45% 0 0 0); /* top right bottom left */
	color: white;
	z-index: 2;
	background: var(--headline-color);
	-webkit-background-clip: text; 
	background-clip: text; 
	-webkit-text-fill-color: transparent;
}

/* Headline Buttons */

.nav-einstieg {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 420px) {
	.nav-einstieg {
		gap: 0.5rem;
	}
}

.cta {
	display: inline-flex; 
	position: relative;
	gap: 10px;
	align-items: center;
	outline: var(--cta-button-outline);
	pointer-events: auto;
	background: var(--cta-button-background);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.06), var(--shadow);
	padding: 12px 16px; 
	border-radius: 6px;
	transform: skew(-20deg);
	color: var(--cta-button-color); 
	text-decoration: none; 
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.3s ease;
	will-change: transform;
}

.cta:hover { 
	transform: scale(1.02) skew(-20deg);
    text-shadow: 0 0 8px var(--accent4);
    /*background: rgba(0, 255, 231, 0.08);*/
    box-shadow: 0 0 10px rgba(0, 255, 231, 0.3);
}

.nav-einstieg .cta span {
    position: relative;
    z-index: 1;
  }
  .nav-einstieg .cta::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent4), transparent);
    transform: scaleX(0);
    transition: transform 0.35s ease;
    transform-origin: center;
  }

.cta span {
	transform: skew(20deg);
}

/*.cta + .cta { 
	margin-left: 10px; 
}*/

/* Hinweis-Labels für Knoten */
.tooltip {
	position: absolute; 
	pointer-events: none; 
	z-index: 3; 
	transform: translate(-50%, -140%);
	background: var(--tooltip-background); 
	border: var(--tooltip-border); 
	color: var(--text);
	padding: 6px 10px; 
	border-radius: 8px; 
	font-size: 12px; w
	hite-space: nowrap; 
	backdrop-filter: blur(6px);
	display: none;
}

/* ---------- Fließende Sektionen ---------- */
.section { 
	padding: clamp(48px, 10vw, 80px) 1rem; 
}

.overview {
	padding: clamp(28px, 6vw, 60px) 0; 
}

.container-text {
	padding: 0 1rem;
}

.container { 
	max-width: 1100px; 
	margin: 0 auto;
}

/* Überblick */
.intro {
	position: relative;
	background: linear-gradient(180deg, rgba(207,207,207,.06), transparent 30%), var(--bg-soft); 
	text-align: center;
	border-bottom: 1px solid #8617ff14;
}

.intro::before {
	content: '';
	position: absolute;
	display: inline;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(175deg, #0000ff66, #ff00006b);
}

.intro h2 { 
	font-size: clamp(calc(2.1rem + var(--font-size-larger)), 6vw, calc(2.8rem + var(--font-size-larger))); 
	display: inline-block;
	margin: 0;
	background: var(--intro-h2-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 600;
	font-family: 'Sansation', sans-serif;
}

.intro p { 
	color: var(--muted);
	font-size: calc(clamp(0.9rem, 1.5vw, 1rem) + var(--font-size-larger));
	margin-top: 2rem;
}

/* INTRO SECTIONS */
.intro-sections {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
	color: var(--intro-section-text-color);
}

.i-section {
	transform: skewY(0deg); /* Standard – wird von .i-1 / .i-3 überschrieben */
	position: relative;
	width: 150%;
	min-width: 12rem;
	overflow: hidden;
	color: inherit;
	padding: 0;
	transition: width 0.4s ease, transform 0.1s ease;
	will-change: transform;
	cursor: default;
}

.i-section:hover {
	width: 170%;
	outline: 0.5px solid rgba(136, 192, 255, 0.25);
	z-index: 4;
}

.i-inner {
  padding: 1rem 0;
  transform: skewY(0deg); /* Ent-skew für Inhalte */
  will-change: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 630px) {
	.i-section {
		min-width: 4rem !important;
	}
	.i-inner {
		padding: 0.2rem 0 !important;
	}
	.i-section h3 {
		font-size: calc(1rem + var(--font-size-larger)) !important;
	}
	.i-rotator p {
		font-size: calc(0.8rem + var(--font-size-larger)) !important;
	}
}

@media (max-width: 490px) {
	.i-inner {
		padding: 0 !important;
	}
	.i-3,
	.i-1 {
		border-radius: 0 !important;
	}
}

/* Schräge Sektionen */
.i-section.i-1 {
	transform-origin: right;
	margin-right: -1px;
	background: var(--intro-section-bg-1);
}

.i-section.i-2 {
	background: var(--intro-section-bg-2);
}
	

.i-section.i-3 {
	transform-origin: left;
	margin-left: -1px;
	background: var(--intro-section-bg-3);
}

.i-section h3 {
	position: relative;
	font-size: calc(1.3rem + var(--font-size-larger));
	margin-bottom: 0;
	text-shadow: 0 1px 2px rgba(213, 212, 173,0.2);
	z-index: 6;
	font-family: 'Rubik', ui-sans-serif, system-ui, -apple-system, Segoe UI;
}


.i-section h3::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 60%;
  background: var(--i-section-highlight);
  filter: blur(9px);
  border-radius: 24px;
  z-index: -1;
}

.i-rotator {
  position: relative;
  height: 2.51rem;
  width: 100%;
  margin-top: 1rem;
}

.i-rotator p {
	position: absolute;
	width: 100%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(255,255,255,0.1);
	font-size: calc(1rem + var(--font-size-larger));
	margin: 0;
	opacity: 0;
	font-weight: 600;
	transform: translateY(-100%);
	will-change: transform, opacity;
}

@media (max-width: 425px) {
	.i-rotator {
		height: 3.5rem !important;
		margin-top: 0.25rem !important;
	}
	.i-rotator p {
		display: flex;
		top: 0;
		justify-content: center;
		height: 2.51rem;
		align-items: center;
		transform: translateY(-75%);
	}
}

/* Standard langsamer Übergang */
.i-rotator p.slow {
  transition: opacity 1s ease, transform 1s ease;
}

/* Schneller Übergang */
.i-rotator p.fast {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.i-rotator p.show {
  opacity: 1;
  transform: translateY(0%);
}

.i-rotator p.hide {
  opacity: 0;
  transform: translateY(100%);
}

/* SPOTLIGHT */

.spotlight {
	position: relative;
	max-width: 1100px;
	width: 100%;
	justify-self: center;
	padding-top: 4rem;
}

@media (max-width: 475px) {
	.spotlight {
		padding-top: 1.5rem;
	}
	.highlight-card {
		margin-bottom: 1rem !important;
	}
}

.spotlight::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 200%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, var(--accent) 0%, transparent 70%);
  opacity: 0.08;
  z-index: -1;
}

.spotlight h1 {
	position: relative;
	display: table;
	margin: 2rem auto;
	text-align: center;
	font-size: calc(clamp(2.1rem, 7vw, 2.8rem) + var(--font-size-larger));
	font-family: 'Armata', ui-sans-serif, system-ui, -apple-system, Segoe UI;
	background: var(--spotlight-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.spotlight h1::before {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--spotlight-glow);
	filter: blur(20px);
	border-radius: 24px;
}

/* --- Highlight Card --- */
.highlight-card {
	position: relative;
	border-radius: 1rem;
	border: 1px solid #5c5c5c2b;
	overflow: hidden;
	background: radial-gradient(
	circle,
	var(--spotlight-highlight-card-background-circle) 0%,
	rgba(255, 255, 255, 0) 60%
	),
	var(--bg-secondary, #222);
	box-shadow: var(--spotlight-highlight-card-shadow);
	margin: 0 0.25rem;
	margin-bottom: 2rem;
	transition: box-shadow 0.3s ease;
	z-index: 2;
}

.highlight-badge {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  background: #6bc1ff;
  color: var(--bg);
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.3rem 0.8rem;
  border-radius: 1rem;
}

.highlight-card img {
  width: 100%;
  display: block;
}

.highlight-info {
	padding: 1.5rem;
	padding-top: 2.5rem;
}

.highlight-info h3 {
	margin-bottom: 0.6rem;
	color: var(--text);
}

.highlight-info p {
	font-size: 0.95rem;
	color: var(--text-secondary, #aaa);
	margin-bottom: 1rem;
	font-family: 'Electrolize', ui-sans-serif, system-ui, -apple-system, Segoe UI;
}

.highlight-button-section {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.highlight-btn {
	padding: 0.6rem 1.2rem;
	font-size: clamp(0.6rem, 4vw, 1rem);
	line-height: 1.1;
	background: #52b0ff;
	color: var(--bg);
	border: none;
	border-radius: 0.5rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
}

@media (max-width: 425px) {
	.highlight-btn {
		padding: 0.5rem 0.7rem;
		text-align: center;
	}
}

.highlight-btn:hover {
  background: var(--accent-hover, #666);
  text-decoration: none;
}

/* --- Spotlight Slider --- */
.spotlight-slider {
	position: relative;
	display: flex;
	background-color: transparent;
	border-radius: 1rem;
	z-index: 2;
	height: clamp(7.6rem, 18vw, 11rem);
}

.spotlight-slide {
	position: relative;
	display: none;
	flex: 1;
	background: var(--spotlight-slide-background);
	align-items: center;
	gap: clamp(0rem, 1vw, 2rem);
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid rgba(60, 219, 181, 0.25);
	box-shadow: 0px 1px 12px 7px rgba(43, 199, 173, 0.15);
	isolation: isolate; /* sorgt dafür, dass z-index nur innerhalb gilt */
}

.spotlight-slide:hover {
	text-decoration: none;
}

.spotlight-slide.active {
	display: flex;
}

/* Hintergrundbild */
.spotlight-slide::before {
	content: "";
	position: absolute;
	border-radius: 1rem;
	top: 0;
	left: 0;
	width: var(--initial-bg-width);
	height: 110%;
	background-image: var(--hover-bg);
	background-size: cover;
	background-position: center;
	transition: width 0.6s ease;
	z-index: 0; /* unter Bild + Text */
}

.spotlight-slide:hover::before {
	width: 100%;
}
.spotlight-slide:hover {
	background: linear-gradient(to left, rgb(139 177 229 / 41%), rgb(156 186 255 / 82%));
}

.spotlight-slide:not(:hover)::before {
	opacity: 0;
}

/* Bildcontainer */
.spotlight-image-container {
	position: relative;
	flex: 0 0 clamp(7.5rem, 18vw, 11rem);
	overflow: hidden;
	z-index: 1; /* über ::before */
	border-right: 1px solid rgba(0,0,0,09);
}

.spotlight-image-container img {
	height: clamp(7.6rem, 18vw, 11rem);
	display: block;
	transition: transform 0.5s ease;
	will-change: transform;
}

/* Zoom-Effekt beim Hover */
.spotlight-slide:hover .spotlight-image-container img {
	transform: scale(1.08);
}

/* Info rechts */
.slide-info {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	gap: clamp(0.5rem, 1vw, 2rem);
	text-align: center;
	z-index: 1; /* über ::before */
	line-height: 1;
	margin: 0 auto;
	padding: 1rem 0.5rem;
}

.slide-info h3 {
	justify-content: center;
    font-size: calc(clamp(1.3rem, 4vw, 1.6rem) + var(--font-size-larger));
	color: var(--spotlight-slide-text-h-color);
	text-shadow: var(--spotlight-slide-info-text-shadow);
	margin: 0;
}

.slide-info p {
	justify-content: center;
	font-size: calc(clamp(0.9rem, 4vw, 1rem) + var(--font-size-larger));
	line-height: 1.4;
	color: var(--spotlight-slide-text-p-color);
	text-shadow: var(--spotlight-slide-info-text-shadow);
	margin: 0;
}

/* Buttons */
.slide-btn {
	border: none;
	background-color: transparent;
	color: var(--text-absolut);
	font-size: 2rem;
	cursor: pointer;
	z-index: 3;
	padding: 0.4rem 0.8rem;
}

.slide-btn:hover {
}

.slide-btn.prev { left: 1rem; }
.slide-btn.next { right: 1rem; }

@media (max-width: 425px) {
	.spotlight-slider {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 0.25rem;
	}
	.spotlight-slide {
		order: 1;
		flex: 0 0 100%;
	}
	.slide-btn.prev {
		order: 2;
	}
	.slide-btn.next {
		order: 3;
	}
}

/* SPEKTRUM */

.section-bands {
	display: flex;
	flex-direction: column;
	gap: clamp(2.1rem, 4vw, 3rem);
}

.section-bands h1 {
	text-align: center;
	font-size: calc(clamp(2rem, 7vw, 2.8rem) + var(--font-size-larger));
	font-family: 'Armata', ui-sans-serif, system-ui, -apple-system, Segoe UI;
}

.section-bands-wrapper { 
	display: grid; 
	gap: 0.9rem;
}

.section-bands-wrapper a {
	cursor: pointer;
	color: var(--band-a-color);
}

.section-bands-wrapper a:hover {
	text-decoration: none;
}

.band {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Expletus Sans', ui-sans-serif, system-ui, -apple-system, Segoe UI;
	gap: 3rem;
	align-items: center; 
	background: linear-gradient(90deg, rgba(124,195,255,.12), rgba(124,195,255,0) 60%);
	border: var(--band-border); 
	border-radius: var(--radius); 
	padding: 0.9rem 1rem; 
	position: relative; 
	overflow: hidden;
}

.band::after { 
	content: ""; 
	position: absolute; 
	inset: 0; 
	pointer-events: none; 
	background: radial-gradient(400px 180px at 85% 50%, rgba(142,230,200,.12), transparent 60%);
}

.band:nth-child(2) { background: linear-gradient(90deg, rgba(216,152,255,.12), rgba(142,230,200,0) 60%); }
.band:nth-child(3) { background: linear-gradient(90deg, rgba(175,237,156,.14), rgba(248,199,126,0) 60%); }
.band:nth-child(4) { background: linear-gradient(90deg, rgba(176,162,255,.14), rgba(176,162,255,0) 60%); }
.band:nth-child(5) { background: linear-gradient(90deg, rgba(255,153,153,.16), rgba(255,153,153,0) 60%); }
.band:nth-child(6) { background: linear-gradient(90deg, rgba(176,162,255,.14), rgba(176,162,255,0) 60%); }
.band:nth-child(7) { background: linear-gradient(90deg, rgba(248,199,126,.14), rgba(248,199,126,0) 60%); }
.band:nth-child(8) { background: linear-gradient(90deg, rgba(216,152,255,.12), rgba(142,230,200,0) 60%); }
.band:nth-child(9) { background: linear-gradient(90deg, rgba(255,153,153,.16), rgba(255,153,153,0) 60%); }

.band .icon {
	flex: 1;
	width: 72px;
	min-width: 72px;
	max-width: 72px;
	height: 72px;
	font-size: clamp(1.2rem, 3vw, 1.5rem);
	display: grid; 
	place-items: center; 
	border-radius: 16px;
	background: var(--band-icon-background); 
	border: var(--band-icon-border);
	box-shadow: var(--band-icon-shadow);
	transform: translateZ(0); 
	transition: transform .25s ease;
}

.band:hover .icon { 
	transform: scale(1.05); 
}

.band-text {
	flex: 4;
}

.band h3 { 
	margin: 0;
	line-height: 1;
	margin-bottom: 0.4rem;
	font-size: calc(clamp(1.05rem, 4vw, 1.2rem) + var(--font-size-larger));
}

.band p { 
	margin: 4px 0 0; 
	color: var(--muted);
	font-size: calc(clamp(0.9rem, 3vw, 1rem) + var(--font-size-larger));
}

@media (max-width: 425px) {
	.section-bands-wrapper { 
		gap: 0.5rem;
	}
	.band {
		justify-content: center;
		gap: 1rem;
	}
	.band p {
		line-height: 1.1;
		margin: 0;
	}
	.band .icon {
		width: 64px;
		min-width: 64px;
		max-width: 64px;
		height: 64px;
	}
}

/* === LOGIN-FEEDBACk ===*/

.user-register-wrapper {
	font-family: 'Electrolize', ui-sans-serif, system-ui, -apple-system, Segoe UI;
	text-align: center;
	align-content: center;
}

.demo-title {
	font-size: calc(1.4rem + var(--font-size-larger));
	font-weight: 700;
	background: linear-gradient(135deg, #4a90e2, #357abd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0.5px;
	margin-bottom: 0.5rem;
	position: relative;
}

/* Untertitel */
.demo-sub {
	font-size: 0.9rem;
	display: block;
	margin-bottom: 1.2rem;
}

.register-button {
	position: relative;
	padding: 0.9rem 1.6rem;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	border: none;
	border-radius: 12px;
	color: #fff;
	background: linear-gradient(135deg, #4a90e2, #357abd);
	cursor: pointer;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
	will-change: transform;
}

/* Sanfter Lichtreflex, der sich bewegt */
.register-button::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -100%;
	width: 200%;
	height: 200%;
	background: linear-gradient(
		120deg,
		rgba(255, 255, 255, 0.2) 0%,
		rgba(255, 255, 255, 0.05) 40%,
		transparent 60%
	);
	transform: rotate(25deg);
	transition: all 0.5s ease;
}

/* Glow-Effekt außen beim Hover */
.register-button:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 6px 20px rgba(74, 144, 226, 0.55);
}

/* Animation beim Hover: Lichtreflex gleitet */
.register-button:hover::before {
	top: -100%;
	left: 150%;
}

/* Klick-Effekt */
.register-button:active {
	transform: scale(0.98);
	box-shadow: 0 3px 10px rgba(74, 144, 226, 0.4);
}

/* User name */

.user-buttons {
	display: flex;
	justify-content: space-between;
}

.user-greeting {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.user-name {
  font-size: calc(2rem + var(--font-size-large));
  font-weight: 600;
  background: linear-gradient(90deg, #9c9ffb, #357abd, #00e7ed);
  background-size: 600% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 6s ease infinite;
}

/* Sanft wechselnder Farbverlauf */
@keyframes gradientShift {
  0% { background-position: 0% center; }
  50% { background-position: 100% center; }
  100% { background-position: 0% center; }
}


/* === FOCUS === */

.focus {
	text-align: center;
	max-width: 1200px;
	align-self: center;
}

.focus p {
	font-size: calc(clamp(0.8rem, 1.5vw, 1rem) + var(--font-size-larger));
	color: var(--muted);
}

/* Vision – zweispaltig */
.vision { 
	background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 40%);
	font-family: 'Expletus Sans', ui-sans-serif, system-ui, -apple-system, Segoe UI;
}

.grid-2 { 
	display: grid;
	gap: clamp(0.5rem, 1.5vw, 1.15rem); 
	grid-template-columns: repeat(auto-fit, minmax(clamp(190px, 25vw, 250px), 1fr));
}

.panel {
	background: rgba(255,255,255,.04); 
	border: 1px solid rgba(255,255,255,.12); 
	border-radius: var(--radius);
	padding: clamp(0.75rem, 2vw, 2rem); 
	box-shadow: var(--shadow);
}

.panel h3 { 
	margin-top: 0; 
	font-size: calc(clamp(1rem, 2vw, 1.5rem) + var(--font-size-larger)); 
}

.panel p {
	font-size: calc(clamp(0.8rem, 1.5vw, 1rem) + var(--font-size-larger));
	color: var(--muted); 
}

/* Develop */

.activ-develop {
	padding: 1rem;
	min-width: clamp(200px, 80vw, 1100px);
	justify-self: center;
}

.activ-develop p {
}

.activ-develop section {
	margin: 1rem 0;
	line-height: 1.5;
}

/* Über mich – kurzer Teaser */
.about { 
	background: var(--bg-soft); 
	text-align: center; 
}

.about p { 
	color: var(--muted); 
	max-width: 820px; 
	margin-left: auto; 
	margin-right: auto; 
}

.btn {
	display: inline-flex; 
	align-items: center; 
	gap: 8px; 
	margin-top: 8px;
	background: var(--btn-background);
	border: var(--btn-border); 
	padding: 10px 14px; 
	border-radius: 999px; 
	color: var(--text);
	font-weight: 600; 
	text-decoration: none; 
	box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
	transition: transform 0.25s ease;
}

.btn:hover { 
	transform: scale(0.96); 
}


/* Appear on scroll */
.reveal { 
	opacity: 0; 
	transform: translateY(12px); 
	transition: opacity .6s ease, transform .6s ease; 
}

.reveal.visible { 
	opacity: 1; 
	transform: none; 
}
