/* ===================================================================
   Navigation & Header
   =================================================================== */

/* Allgemeine Stile für Buttons in der Navigation */
.hotline a,
.login a {
	color: white;
	text-decoration: none;
}

/* Spezifischer Stil für den farbigen Hotline-Button */
.navbar-nav .hotline-item a {
	background-color: #ff4f38;
}

/* Im Burger-Menü (mobil): Hotline & Login linksbündig */
@media (max-width: 991.98px) {
	.navbar-mainnavigation .nav-item {
		margin-left: 0 !important;
	}
	/* Login-Button auf Mobilgeräten ausblenden */
	.login {
		display: none !important;
	}
}

li.nav-item {
	text-transform: uppercase;
}


/* ===================================================================
   Seiten-spezifische Stile (ID #p16 = Homepage)
   =================================================================== */

/* Basis-Stil für den Video-Container */
#p16 .embed-responsive {
	height: 540px !important;
	padding-top: 0 !important;
}

/* Verhalten des Videos im Container */
#p16 .embed-responsive-item {
	width: auto !important;
	height: 100% !important;
}

/* Video-Anpassung für sehr große Bildschirme (Full-HD+) */
@media (min-width: 1920px) {
	#p16 .embed-responsive-item {
		width: 100% !important;
	}
}

/* Video-Anpassung für Tablets und mobile Geräte */
@media (max-width: 991.98px) {
	#p16 .embed-responsive {
		display: none !important;
	}
}

/* Entfernt margins und gaps unter dem Video */
#p16 .textmedia {
	gap: 0px;
}


/* ===================================================================
   Zitat über dem Video (Element #c118)
   =================================================================== */

/* Positionierungskontext für absolut positionierte Elemente */
main#page-content {
	position: relative;
}

/* Standard-Stil für das Zitat (Desktop) */
#c118 {
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 800px;
	z-index: 10;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#c118 blockquote {
	font-size: 2.25rem;
	font-weight: bold;
}

/* Entfernt ein störendes Hintergrundbild, falls vorhanden */
#frame-backgroundimage-c118 {
	background-image: none !important;
}

/* Anpassungen für das Zitat auf Tablets und mobilen Geräten */
@media (max-width: 991.98px) {
	#c118 {
		position: static; /* Positionierung zurücksetzen */
		transform: none;
		width: auto;
		color: initial;
		text-shadow: none;
		margin-top: 0;
	}
	#c118 blockquote {
		font-size: 1.25rem;
	}
}

@media (min-width: 992px) {
	#c118 {
		background-color: transparent !important; /* Direkte Zuweisung hier */
	}
}

/* ===================================================================
   Allgemeine & Sonstige Stile
   =================================================================== */

.frame-space-after-extra-small {
	margin-bottom: 0px !important;
}

/* Hintergrundfarbe für Card-Elemente */
div.card {
	background-color: white;
}

h2 {
	font-weight: 500;
}

/* ===================================================================
   Form Stile
   =================================================================== */

.form-control, .form-select, .form-check-input, #tx-felogin-input-password, #tx-felogin-input-username {
	background-color: white;
}

/* ===================================================================
   Timeline Stile
   =================================================================== */

.timeline-item-inner{
	border-color:white;
}