/* Buchholz 08 Demo — Vereinslook (Anlehnung an tsv-buchholz08.de / Avada-Tokens) */

:root {
	--b08-red: #e52528;
	--b08-red-dark: #c01e21;
	--b08-ink: #141617;
	--b08-ink-2: #212326;
	--b08-muted: #434549;
	--b08-line: #e2e6ea;
	--b08-bg: #f9f9fb;
	--b08-surface: #ffffff;
	--b08-teal: #004a59;
	--b08-max: 1180px;
	--b08-font: "Open Sans", "Segoe UI", sans-serif;
	--b08-display: "Montserrat", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.b08-demo {
	margin: 0;
	font-family: var(--b08-font);
	color: var(--b08-ink-2);
	background: var(--b08-bg);
	line-height: 1.55;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--b08-red);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.b08-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 1000;
	padding: 0.6rem 1rem;
	background: var(--b08-red);
	color: #fff;
	font-weight: 700;
}

.b08-skip-link:focus {
	left: 0.75rem;
	top: 0.75rem;
}

/* Topbar */
.b08-topbar {
	background: var(--b08-ink);
	color: #fff;
	font-size: 0.85rem;
}

.b08-topbar__inner {
	width: min(100% - 2rem, var(--b08-max));
	margin-inline: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	justify-content: flex-end;
	padding: 0.45rem 0;
}

.b08-topbar__link {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.b08-topbar__link:hover,
.b08-topbar__link:focus-visible {
	color: #ffd4d5;
}

/* Header */
.b08-header {
	background: var(--b08-surface);
	border-bottom: 1px solid var(--b08-line);
	position: sticky;
	top: 0;
	z-index: 50;
}

.b08-header__inner,
.b08-section__inner,
.b08-footer__inner,
.b08-footer__bar-inner,
.b08-hero__inner,
.b08-main__inner,
.b08-pagehead__inner {
	width: min(100% - 2rem, var(--b08-max));
	margin-inline: auto;
}

.b08-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	min-height: 5rem;
}

.b08-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.b08-brand__logo {
	display: block;
	width: auto;
	height: 3.4rem;
}

.b08-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.35rem;
}

.b08-nav__link {
	color: var(--b08-ink-2);
	text-decoration: none;
	font-family: var(--b08-display);
	font-weight: 600;
	font-size: 0.92rem;
	letter-spacing: 0.01em;
}

.b08-nav__link:hover,
.b08-nav__link:focus-visible {
	color: var(--b08-red);
}

.b08-nav-toggle {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--b08-line);
	background: #fff;
	border-radius: 0.25rem;
	padding: 0.45rem;
	cursor: pointer;
}

.b08-nav-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 0.28rem 0;
	background: var(--b08-ink-2);
}

/* Hero */
.b08-hero {
	position: relative;
	color: #fff;
	background:
		radial-gradient(circle at 20% 20%, rgba(229, 37, 40, 0.55), transparent 45%),
		linear-gradient(135deg, #1a1f24 0%, #004a59 48%, #141617 100%);
	overflow: hidden;
	padding: 4.5rem 0 4rem;
}

.b08-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(20, 22, 23, 0.55), rgba(20, 22, 23, 0.15)),
		repeating-linear-gradient(
			-18deg,
			transparent,
			transparent 18px,
			rgba(255, 255, 255, 0.03) 18px,
			rgba(255, 255, 255, 0.03) 19px
		);
	pointer-events: none;
}

.b08-hero__inner {
	position: relative;
	z-index: 1;
}

.b08-hero__kicker {
	margin: 0 0 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.75rem;
	font-weight: 700;
	opacity: 0.9;
}

.b08-hero__title {
	margin: 0 0 1.5rem;
	font-family: var(--b08-display);
	font-weight: 800;
	line-height: 1.05;
	font-size: clamp(2.4rem, 6vw, 4.25rem);
	text-transform: uppercase;
}

.b08-hero__title-line {
	display: block;
}

.b08-hero__title-line--accent {
	color: #ffb3b5;
}

.b08-hero__stats {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
}

.b08-hero__stats li {
	display: flex;
	flex-direction: column;
	min-width: 6rem;
}

.b08-hero__stats strong {
	font-family: var(--b08-display);
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.b08-hero__stats span {
	font-size: 0.85rem;
	opacity: 0.85;
	margin-top: 0.25rem;
}

.b08-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0;
}

/* Buttons */
.b08-btn {
	display: inline-block;
	padding: 0.8rem 1.25rem;
	background: var(--b08-red);
	color: #fff !important;
	font-family: var(--b08-display);
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none;
	border-radius: 0.2rem;
	border: 2px solid var(--b08-red);
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.b08-btn:hover,
.b08-btn:focus-visible {
	background: var(--b08-red-dark);
	border-color: var(--b08-red-dark);
}

.b08-btn--light {
	background: #fff;
	color: var(--b08-red-dark) !important;
	border-color: #fff;
}

.b08-btn--light:hover,
.b08-btn--light:focus-visible {
	background: #ffe8ea;
	border-color: #ffe8ea;
}

.b08-btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff !important;
}

.b08-btn--ghost:hover,
.b08-btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
}

/* Sections */
.b08-news,
.b08-about,
.b08-contact,
.b08-main:not(.b08-main--home) {
	padding: 3.25rem 0;
}

.b08-section__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	margin-bottom: 1.5rem;
}

.b08-section__head h2,
.b08-about__title,
.b08-contact h2,
.b08-band h2,
.b08-pagehead__title {
	margin: 0;
	font-family: var(--b08-display);
	font-weight: 800;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	color: var(--b08-ink);
	line-height: 1.2;
}

.b08-section__more {
	font-weight: 700;
	text-decoration: none;
	color: var(--b08-red);
}

.b08-news__grid,
.b08-about__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.b08-card {
	background: var(--b08-surface);
	border: 1px solid var(--b08-line);
	border-radius: 0.6rem;
	padding: 1.35rem 1.25rem 1.2rem;
	box-shadow: 2px 2px 24px rgba(20, 22, 23, 0.04);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.b08-card:hover {
	transform: translateY(-4px);
	box-shadow: 2px 8px 28px rgba(20, 22, 23, 0.08);
}

.b08-card__title {
	margin: 0 0 0.65rem;
	font-family: var(--b08-display);
	font-size: 1.1rem;
	line-height: 1.3;
}

.b08-card__title a {
	color: var(--b08-ink);
	text-decoration: none;
}

.b08-card__title a:hover,
.b08-card__title a:focus-visible {
	color: var(--b08-red);
}

.b08-card__excerpt {
	margin: 0 0 1rem;
	color: var(--b08-muted);
	flex: 1;
	font-size: 0.95rem;
}

.b08-card__link {
	font-weight: 700;
	text-decoration: none;
	color: var(--b08-red);
}

.b08-band {
	background: var(--b08-teal);
	color: #fff;
	padding: 2.75rem 0;
}

.b08-band__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 2rem;
}

.b08-band h2 {
	color: #fff;
	max-width: 38rem;
	margin-bottom: 0.5rem;
}

.b08-band p {
	margin: 0;
	max-width: 38rem;
	opacity: 0.92;
}

.b08-band .b08-btn {
	background: #fff;
	color: var(--b08-teal) !important;
	border-color: #fff;
}

.b08-about {
	background: var(--b08-surface);
}

.b08-about__title {
	margin-bottom: 1.5rem;
}

.b08-about__item h3 {
	margin: 0 0 0.5rem;
	font-family: var(--b08-display);
	font-size: 1.05rem;
	color: var(--b08-red);
}

.b08-about__item p {
	margin: 0;
	color: var(--b08-muted);
}

.b08-contact {
	background: linear-gradient(180deg, #f2f3f5, #eef0f3);
}

.b08-contact__inner {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 1.5rem 2rem;
	align-items: start;
}

.b08-contact__card {
	font-style: normal;
	background: #fff;
	border: 1px solid var(--b08-line);
	border-radius: 0.6rem;
	padding: 1.35rem 1.25rem;
	line-height: 1.7;
	box-shadow: 2px 2px 24px rgba(20, 22, 23, 0.04);
}

.b08-contact__card a {
	color: var(--b08-ink-2);
	font-weight: 600;
	text-decoration: none;
}

.b08-contact__card a:hover {
	color: var(--b08-red);
}

/* Inner pages */
.b08-pagehead {
	background: var(--b08-ink);
	color: #fff;
	padding: 2.5rem 0;
}

.b08-pagehead__kicker {
	margin: 0 0 0.4rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.72rem;
	opacity: 0.75;
	font-weight: 700;
}

.b08-pagehead__title {
	color: #fff;
}

.b08-pagehead__lead {
	margin: 0.65rem 0 0;
	max-width: 40rem;
	opacity: 0.88;
}

.b08-entry__title {
	margin-top: 0;
	font-family: var(--b08-display);
}

.b08-entry__content > *:first-child {
	margin-top: 0;
}

.b08-stub-note {
	background: #fff;
	border-left: 4px solid var(--b08-red);
	padding: 1rem 1.15rem;
	margin: 0 0 1.5rem;
	border-radius: 0 0.35rem 0.35rem 0;
}

/* Footer */
.b08-footer {
	background: var(--b08-ink);
	color: rgba(255, 255, 255, 0.82);
	padding-top: 2.5rem;
}

.b08-footer a {
	color: #fff;
	text-decoration: none;
}

.b08-footer a:hover {
	color: #ffb3b5;
}

.b08-footer__inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 1.5rem;
	padding-bottom: 2rem;
}

.b08-footer__brand {
	display: block;
	font-family: var(--b08-display);
	color: #fff;
	margin-bottom: 0.5rem;
}

.b08-footer__list {
	list-style: none;
	margin: 0.5rem 0 0;
	padding: 0;
}

.b08-footer__list li {
	margin: 0.35rem 0;
}

.b08-footer__bar {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.82rem;
}

.b08-footer__bar-inner {
	padding: 0.85rem 0;
}

@media (max-width: 900px) {
	.b08-news__grid,
	.b08-about__grid,
	.b08-footer__inner,
	.b08-contact__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.b08-nav-toggle {
		display: inline-block;
	}

	.b08-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #fff;
		border-bottom: 1px solid var(--b08-line);
		padding: 0.75rem 1rem 1rem;
	}

	.b08-header {
		position: relative;
	}

	.b08-nav.is-open {
		display: block;
	}

	.b08-nav__list {
		flex-direction: column;
		gap: 0.65rem;
	}

	.b08-hero {
		padding: 3.25rem 0 3rem;
	}
}
