@import '_content/KI-Club.RCL/KI-Club.RCL.jez5oi5lg4.bundle.scp.css';

/* _content/einladung.ki-club.online/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-c65m7wx1qz] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-c65m7wx1qz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/einladung.ki-club.online/Components/Pages/Home.razor.rz.scp.css */
/* Buchstaben im versteckten Zustand aus dem Layout nehmen */
.welcome-text.hidden .animated-title span[b-zue1obcojz] {
	position: absolute;
	left: -9999px;
}
/* Element bleibt im Layout, ist aber unsichtbar */
.hidden[b-zue1obcojz] {
	visibility: hidden;
}
html[b-zue1obcojz], body[b-zue1obcojz] {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  /* overflow: hidden; entfernt, damit Footer sichtbar bleibt */
}
.footer[b-zue1obcojz] {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100vw;
   background: rgba(0,0,0,0.7);
   color: #fff;
   text-align: center;
   font-size: 0.7rem;
   padding: 4px 0 3px 0;
   z-index: 3000;
   box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
}
.footer a[b-zue1obcojz] {
   color: #ffd700;
   text-decoration: none;
   margin: 0 4px;
   transition: color 0.2s;
}
.footer a:hover[b-zue1obcojz] {
   color: #fff;
   text-decoration: underline;
}
.fullscreen-image-container[b-zue1obcojz] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.fullscreen-image[b-zue1obcojz] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* .audio-container und audio Styles entfernt, damit nur Komponentenspezifische CSS-Regeln wirken */
.welcome-text[b-zue1obcojz] {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 15;
	pointer-events: none;
	min-height: 4.5rem;
	height: 3.5em;
	line-height: 3.5em;
}
.welcome-text .animated-title[b-zue1obcojz] {
	font-size: 0;
	font-weight: 900;
	color: #ffffff;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
	margin: 0;
	padding: 20px 40px;
	background: transparent;
	border-radius: 20px;
	backdrop-filter: none;
	border: none;
	display: inline-block;
	animation: titleGlow 1.2s ease-in-out 3.2s 3;
	line-height: 1;
	letter-spacing: 0;
	word-spacing: 0;
	min-height: 3.5rem;
	height: 3.5rem;
	vertical-align: middle;
}
.welcome-text .animated-title span[b-zue1obcojz] {
	display: inline-block;
	opacity: 0;
	transform: translateX(100vw);
	font-size: 4.2rem;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0;
	word-spacing: 0;
	vertical-align: middle;
	line-height: 1;
	box-sizing: border-box;
	position: relative;
	height: 4.5rem;
}
/* Keyframes entfernt, jetzt global in app.css */

.copyright[b-zue1obcojz] {
	color: #fff;
	text-shadow: none;
	/* Kein Übergang für text-shadow/color, Glow nur über .glow */
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	text-align: center;
}
.copyright a[b-zue1obcojz] {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.3s ease;
}
.copyright a:hover[b-zue1obcojz] {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: underline;
}
@media (max-width: 480px) {
	.audio-container[b-zue1obcojz] { bottom: 10px; left: 10px; right: 10px; transform: none; padding: 10px; }
	audio[b-zue1obcojz] { min-width: 250px; }
	.welcome-text[b-zue1obcojz] {
		width: 90vw;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		min-height: unset;
		height: unset;
	}
	.welcome-text .animated-title[b-zue1obcojz] { font-size: 0; padding: 0; }
	.welcome-text .animated-title span[b-zue1obcojz] { font-size: 1.8rem; height: 1.7rem; }
	.copyright[b-zue1obcojz] { font-size: 0.6rem; }
}
@media (max-width: 768px) and (min-width: 481px) {
	.welcome-text .animated-title[b-zue1obcojz] { font-size: 0; }
	.welcome-text .animated-title span[b-zue1obcojz] { font-size: 3.2rem; height: 3.5rem; }
}


