body {
	background: #f8fafc;
}

.back-link {
	display: inline-block;
	margin-bottom: 10px;
	color: #0d6efd;
	text-decoration: none;
	font-weight: 500;
	transition: 0.2s;
}

.back-link:hover {
	color: #0a58ca;
	transform: translateX(-3px);
}

/* CARDS */

.club-card {
	border-radius: 18px;
	overflow: hidden;
	transition: 0.3s;
}

.club-card:hover {
	transform: translateY(-8px);
}

.card-img-top,
.club-card img {
	width: 100%;
	height: 430px;
	object-fit: cover;
}

/* Container für das Bild, damit Card-Body nicht überlappt */
.card-img-container {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

/* Querformat für Rückblick-Cards */
.rueckblick-card {
	border-radius: 18px;
	overflow: hidden;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	height: auto;
}

.rueckblick-card:hover {
	transform: translateY(-5px);
}

/* Querbild */
.rueckblick-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

/* Card Body */
.rueckblick-card .card-body {
	padding: 0.75rem 1rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

.rueckblick-card .card-body h4 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.rueckblick-card .card-body p {
	font-size: 0.9rem;
	margin-bottom: 0.75rem;
}

/*  Jahresprogramm  timeline*/

.timeline {
	position: relative;
	padding-left: 30px;
}

.timeline::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #0d6efd;
	border-radius: 2px;
}

/* einzelner Termin */
.timeline .mb-4 {
	position: relative;
	background: #f8f9fa;
	padding: 18px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

/* Punkt auf der Linie */
.timeline .mb-4::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 22px;
	width: 14px;
	height: 14px;
	background: #0d6efd;
	border-radius: 50%;
}

/* Datum */
.timeline h2 {
	font-size: 1.3rem;
	margin-bottom: 6px;
	font-weight: 600;
}

/* Badge */
.timeline .badge {
	font-size: 0.85rem;
	padding: 6px 10px;
}

/* Beschreibung */
.timeline p {
	margin-top: 8px;
	margin-bottom: 0;
	color: #555;
}

/* Mobile */
@media(max-width:768px) {

	.timeline {
		padding-left: 20px;
	}

	.timeline .mb-4::before {
		left: -18px;
	}

}

/* HERO SECTION V2 */

.hero-section {
	height: 600px;
	overflow: hidden;
	border-radius: 20px;
}

.hero-image {
	height: 100%;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
}

/* TRAINING */
.training-section {
	padding: 60px 0;
	background: #f5f7fa;
}

.training-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.training-card {
	background: white;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
}

.training-card:hover {
	transform: translateY(-5px);
}

.training-card h2 {
	color: #1e3a8a;
	margin-bottom: 20px;
}

.training-info p {
	margin-bottom: 15px;
	line-height: 1.6;
}

/* MEISTERSCHAFT */
.meisterschaft-section {
	padding: 60px 0;
}

.meisterschaft-table {
	width: 100%;
	border-collapse: collapse;
	background: white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
}

.meisterschaft-table th {
	background: #1e3a8a;
	color: white;
	padding: 15px;
	text-align: left;
}

.meisterschaft-table td {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.meisterschaft-table tr:hover {
	background: #f5f7fa;
}

/* PLAUSCH */

/* PLAUSCHTURNIER STARTSEITE */

.featured-plausch-card {
	border-radius: 22px;
	background: linear-gradient(135deg, #ffffff, #f8f9fa);
}

.featured-plausch-image {
	width: 100%;
	min-height: 320px;
	height: 100%;
	object-fit: cover;
}

/* Info-Boxen unter Intro */
.small-info-grid .info-box {
	background: #f8f9fa;
	border-radius: 14px;
	padding: 14px 16px;
	height: 100%;
	border: 1px solid #e9ecef;
}

.small-info-grid .info-box h6 {
	margin-bottom: 6px;
	font-weight: 700;
}

.small-info-grid .info-box p {
	margin-bottom: 0;
	color: #555;
	line-height: 1.5;
}

/* Turnierregeln-Liste schöner */
.card ul {
	padding-left: 1.2rem;
	margin-bottom: 1.2rem;
}

.card ul li {
	margin-bottom: 10px;
	line-height: 1.55;
	color: #444;
}

/* Allgemeine Typografie in diesen Cards */
.featured-plausch-card .card-body p,
.card .card-body p {
	line-height: 1.6;
	color: #444;
}

.card .card-body h2,
.card .card-body h3 {
	font-weight: 700;
}

.card .card-body ul li::marker {
	color: #dc3545;
}

/* RÜCKBLICK DETAILSEITEN */

.title-image {
	max-height: 480px;
	object-fit: cover;
}

.ranking-card {
	border-radius: 18px;
	background: #fff;
}

.ranking-badge {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #0d6efd;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.ranking-badge.pro {
	background: #212529;
}

.ranking-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ranking-row {
	display: grid;
	grid-template-columns: 44px 1.1fr 1.3fr;
	gap: 12px;
	align-items: start;
	padding: 12px 14px;
	background: #f8f9fa;
	border-radius: 12px;
}

.ranking-place {
	font-weight: 700;
	color: #0d6efd;
}

.ranking-team {
	font-weight: 600;
}

.ranking-players {
	color: #555;
}

.kostuem-image {
	max-height: 420px;
	object-fit: cover;
}

.gallery-link {
	display: block;
}

.gallery-image {
	width: 100%;
	height: 180px;
	object-fit: cover;
	transition: 0.25s ease;
}

.gallery-image:hover {
	transform: translateY(-4px);
}

@media (max-width: 768px) {
	.title-image {
		max-height: 280px;
	}

	.ranking-row {
		grid-template-columns: 36px 1fr;
	}

	.ranking-players {
		grid-column: 2 / 3;
	}

	.gallery-image {
		height: 140px;
	}
}

/* Buttons etwas harmonischer */
.card .btn {
	border-radius: 10px;
	padding: 0.65rem 1rem;
}

/* Mobile */
@media (max-width: 991px) {
	.featured-plausch-image {
		min-height: 240px;
	}
}

@media (max-width: 768px) {
	.featured-plausch-card {
		border-radius: 18px;
	}

	.featured-plausch-image {
		min-height: 220px;
	}

	.small-info-grid .info-box {
		padding: 12px 14px;
	}
}


/* Galerie */
.plausch-gallery img {
	width: 100%;
	height: 180px;
	/* Querformat optimal */
	object-fit: cover;
}

/* Rangliste */
.plausch-rangliste ol {
	padding-left: 1.5rem;
	margin-bottom: 2rem;
}

.plausch-rangliste h2 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/* Bestes Kostüm Bild */
.plausch-rangliste img {
	height: auto;
	max-width: 100%;
}

/* MOBILE OPTIMIERUNG */

@media(max-width:768px) {
	.rueckblick-card img {
		height: 120px;
	}
}

@media(max-width: 768px) {

	.hero-section {
		height: 400px;
	}

	.display-3 {
		font-size: 2rem;
	}

}

/* FOOTER */

.footer {
	font-size: 0.9rem;
}