/**
 * Vereinssuite Landingpage: Für Vereine
 * Prefix: yop-vs-
 * CI: Orange #ff5a00 / Schwarz #101010 / SaaS-Cloud / helle Karten
 */

:root {
	--yop-vs-orange: #ff5a00;
	--yop-vs-orange-dark: #e84f00;
	--yop-vs-orange-soft: #fff1e8;
	--yop-vs-orange-ultra-soft: #fff8f3;
	--yop-vs-black: #101010;
	--yop-vs-dark: #181818;
	--yop-vs-text: #343434;
	--yop-vs-muted: #6d6d6d;
	--yop-vs-white: #ffffff;
	--yop-vs-bg: #fbfbfb;
	--yop-vs-border: #e9e9e9;
	--yop-vs-radius-sm: 10px;
	--yop-vs-radius-md: 14px;
	--yop-vs-radius-lg: 20px;
	--yop-vs-radius-xl: 30px;
	--yop-vs-shadow-card: 0 10px 26px rgba(16, 16, 16, 0.07);
	--yop-vs-shadow-soft: 0 16px 46px rgba(16, 16, 16, 0.09);
	--yop-vs-shadow-hero: 0 34px 90px rgba(16, 16, 16, 0.15);
	--yop-vs-font-main: Inter, Manrope, "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.yop-vs-vereine-page .site-main,
.yop-vs-vereine-page .page-content,
.yop-vs-vereine-page .entry-content {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.yop-vs-vereine-page .entry-title,
.yop-vs-vereine-page .page-header {
	display: none !important;
}

.yop-vs-vereine {
	font-family: var(--yop-vs-font-main);
	color: var(--yop-vs-text);
	background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 44%, #ffffff 100%);
	overflow: hidden;
}

.yop-vs-vereine *,
.yop-vs-vereine *::before,
.yop-vs-vereine *::after {
	box-sizing: border-box;
}

.yop-vs-vereine img {
	max-width: 100%;
	display: block;
}

.yop-vs-vereine-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.yop-vs-vereine-section {
	padding: 86px 0;
}

.yop-vs-vereine-eyebrow {
	color: var(--yop-vs-orange);
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.085em;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 14px;
}

.yop-vs-vereine h1,
.yop-vs-vereine h2,
.yop-vs-vereine h3,
.yop-vs-vereine p {
	margin-top: 0;
}

.yop-vs-vereine h1 {
	color: var(--yop-vs-black);
	font-size: clamp(42px, 6vw, 74px);
	line-height: 0.98;
	letter-spacing: -0.055em;
	font-weight: 950;
	margin-bottom: 24px;
}

.yop-vs-vereine h1 span,
.yop-vs-vereine h2 span {
	color: var(--yop-vs-orange);
	display: inline-block;
}

.yop-vs-vereine h2 {
	color: var(--yop-vs-black);
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.02;
	letter-spacing: -0.045em;
	font-weight: 950;
	margin-bottom: 18px;
}

.yop-vs-vereine h3 {
	color: var(--yop-vs-black);
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 850;
	margin-bottom: 10px;
}

.yop-vs-vereine p {
	font-size: 16px;
	line-height: 1.75;
	color: var(--yop-vs-muted);
}

.yop-vs-vereine-lead {
	max-width: 640px;
	font-size: 18px !important;
	line-height: 1.8 !important;
	margin-bottom: 30px;
}

.yop-vs-vereine-hero {
	position: relative;
	padding: 108px 0 84px;
	background:
		radial-gradient(circle at 77% 12%, rgba(255, 90, 0, 0.22), transparent 30%),
		radial-gradient(circle at 18% 30%, rgba(255, 90, 0, 0.08), transparent 22%),
		linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.yop-vs-vereine-bg-glow {
	position: absolute;
	top: 60px;
	right: -170px;
	width: 520px;
	height: 520px;
	border-radius: 999px;
	background: rgba(255, 90, 0, 0.13);
	filter: blur(18px);
	pointer-events: none;
}

.yop-vs-vereine-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 0.93fr);
	gap: 70px;
	align-items: center;
}

.yop-vs-vereine-actions,
.yop-vs-vereine-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.yop-vs-vereine-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none !important;
	letter-spacing: -0.01em;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.yop-vs-vereine-btn:hover {
	transform: translateY(-2px);
}

.yop-vs-vereine-btn-primary {
	background: var(--yop-vs-orange);
	color: var(--yop-vs-white) !important;
	box-shadow: 0 12px 26px rgba(255, 90, 0, 0.22);
}

.yop-vs-vereine-btn-primary:hover {
	background: var(--yop-vs-orange-dark);
	color: var(--yop-vs-white) !important;
}

.yop-vs-vereine-btn-secondary {
	background: var(--yop-vs-white);
	color: var(--yop-vs-black) !important;
	border: 1px solid var(--yop-vs-border);
	box-shadow: 0 12px 28px rgba(16, 16, 16, 0.04);
}

.yop-vs-vereine-btn-secondary:hover {
	background: var(--yop-vs-black);
	color: var(--yop-vs-white) !important;
	border-color: var(--yop-vs-black);
}

.yop-vs-vereine-trust-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 36px;
	max-width: 690px;
}

.yop-vs-vereine-trust-row div {
	padding: 16px 16px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid var(--yop-vs-border);
	border-radius: 18px;
	box-shadow: 0 10px 26px rgba(16, 16, 16, 0.05);
}

.yop-vs-vereine-trust-row strong {
	display: block;
	color: var(--yop-vs-black);
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 3px;
}

.yop-vs-vereine-trust-row span {
	display: block;
	color: var(--yop-vs-muted);
	font-size: 12px;
	line-height: 1.45;
}

.yop-vs-vereine-photo-stack {
	position: relative;
	min-height: 560px;
}

.yop-vs-vereine-photo-main {
	position: relative;
	border-radius: 34px;
	overflow: hidden;
	box-shadow: var(--yop-vs-shadow-hero);
	margin: 0;
	height: 490px;
	border: 1px solid rgba(255, 90, 0, 0.14);
	background: var(--yop-vs-white);
}

.yop-vs-vereine-photo-main::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(16, 16, 16, 0.05) 0%, rgba(16, 16, 16, 0.42) 100%);
	pointer-events: none;
}

.yop-vs-vereine-photo-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yop-vs-vereine-mini-dashboard {
	position: absolute;
	left: -38px;
	bottom: 18px;
	width: min(440px, calc(100% + 20px));
	display: grid;
	grid-template-columns: 88px 1fr;
	overflow: hidden;
	border-radius: 28px;
	background: var(--yop-vs-white);
	box-shadow: var(--yop-vs-shadow-hero);
	border: 1px solid rgba(255, 90, 0, 0.18);
}

.yop-vs-vereine-mini-sidebar {
	background: linear-gradient(180deg, #181818 0%, #070707 100%);
	padding: 24px 16px;
	display: grid;
	gap: 12px;
	align-content: start;
}

.yop-vs-vereine-mini-sidebar span {
	height: 36px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.14);
}

.yop-vs-vereine-mini-sidebar span:first-child {
	background: var(--yop-vs-orange);
	box-shadow: 0 10px 22px rgba(255, 90, 0, 0.28);
}

.yop-vs-vereine-mini-content {
	padding: 22px;
}

.yop-vs-vereine-mini-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.yop-vs-vereine-mini-top strong {
	font-weight: 950;
	color: var(--yop-vs-black);
}

.yop-vs-vereine-mini-top em {
	font-style: normal;
	font-size: 11px;
	font-weight: 900;
	color: var(--yop-vs-orange);
	background: var(--yop-vs-orange-soft);
	border-radius: 999px;
	padding: 7px 10px;
}

.yop-vs-vereine-mini-kpis {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 18px;
}

.yop-vs-vereine-mini-kpis div {
	border: 1px solid var(--yop-vs-border);
	border-radius: 16px;
	padding: 12px 10px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(16, 16, 16, 0.04);
}

.yop-vs-vereine-mini-kpis b {
	display: block;
	color: var(--yop-vs-black);
	font-size: 22px;
	line-height: 1;
	font-weight: 950;
	margin-bottom: 6px;
}

.yop-vs-vereine-mini-kpis span {
	display: block;
	color: var(--yop-vs-muted);
	font-size: 10px;
	font-weight: 750;
}

.yop-vs-vereine-mini-list {
	display: grid;
	gap: 10px;
}

.yop-vs-vereine-mini-list span {
	height: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--yop-vs-orange-soft), #f0f0f0);
}

.yop-vs-vereine-floating-card {
	position: absolute;
	right: -18px;
	padding: 15px 17px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 90, 0, 0.18);
	border-radius: 20px;
	box-shadow: var(--yop-vs-shadow-card);
}

.yop-vs-vereine-floating-card strong,
.yop-vs-vereine-floating-card span {
	display: block;
}

.yop-vs-vereine-floating-card strong {
	font-size: 15px;
	font-weight: 950;
	color: var(--yop-vs-black);
}

.yop-vs-vereine-floating-card span {
	font-size: 12px;
	color: var(--yop-vs-muted);
	margin-top: 3px;
}

.yop-vs-vereine-floating-card-one {
	top: 38px;
}

.yop-vs-vereine-floating-card-two {
	top: 128px;
	right: -34px;
}

.yop-vs-vereine-section-head {
	max-width: 790px;
	margin: 0 auto 44px;
	text-align: center;
}

.yop-vs-vereine-section-head p {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.yop-vs-vereine-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.yop-vs-vereine-type-card {
	overflow: hidden;
	border-radius: 28px;
	background: var(--yop-vs-white);
	border: 1px solid var(--yop-vs-border);
	box-shadow: var(--yop-vs-shadow-card);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.yop-vs-vereine-type-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--yop-vs-shadow-soft);
	border-color: rgba(255, 90, 0, 0.35);
}

.yop-vs-vereine-type-image {
	position: relative;
	height: 220px;
	overflow: hidden;
	background: var(--yop-vs-orange-soft);
}

.yop-vs-vereine-type-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.26) 100%);
}

.yop-vs-vereine-type-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.yop-vs-vereine-type-card:hover .yop-vs-vereine-type-image img {
	transform: scale(1.045);
}

.yop-vs-vereine-type-content {
	padding: 26px;
}

.yop-vs-vereine-type-content p {
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 17px;
}

.yop-vs-vereine-type-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.yop-vs-vereine-type-content li {
	position: relative;
	padding-left: 22px;
	font-size: 13px;
	font-weight: 760;
	color: var(--yop-vs-text);
	line-height: 1.45;
}

.yop-vs-vereine-type-content li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 9px;
	height: 9px;
	border-radius: 99px;
	background: var(--yop-vs-orange);
	box-shadow: 0 0 0 4px var(--yop-vs-orange-soft);
}

.yop-vs-vereine-roles {
	background:
		radial-gradient(circle at 8% 12%, rgba(255, 90, 0, 0.08), transparent 28%),
		#ffffff;
}

.yop-vs-vereine-split {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	gap: 42px;
	align-items: start;
}

.yop-vs-vereine-role-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.yop-vs-vereine-role-card {
	padding: 26px;
	border-radius: 26px;
	background: var(--yop-vs-white);
	border: 1px solid var(--yop-vs-border);
	box-shadow: var(--yop-vs-shadow-card);
}

.yop-vs-vereine-role-icon {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: var(--yop-vs-orange-soft);
	color: var(--yop-vs-orange);
	font-size: 24px;
	margin-bottom: 18px;
}

.yop-vs-vereine-role-card p {
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 0;
}

.yop-vs-vereine-process {
	background: linear-gradient(180deg, var(--yop-vs-orange-ultra-soft) 0%, #ffffff 100%);
}

.yop-vs-vereine-step-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.yop-vs-vereine-step-card {
	position: relative;
	padding: 34px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 90, 0, 0.14);
	border-radius: 30px;
	box-shadow: var(--yop-vs-shadow-card);
	overflow: hidden;
}

.yop-vs-vereine-step-card::before {
	content: "";
	position: absolute;
	right: -44px;
	top: -44px;
	width: 120px;
	height: 120px;
	border-radius: 999px;
	background: var(--yop-vs-orange-soft);
}

.yop-vs-vereine-step-card span {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: var(--yop-vs-orange);
	color: #ffffff;
	font-size: 18px;
	font-weight: 950;
	margin-bottom: 22px;
	box-shadow: 0 12px 26px rgba(255, 90, 0, 0.22);
}

.yop-vs-vereine-step-card p {
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 0;
}

.yop-vs-vereine-module-panel {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	gap: 44px;
	align-items: center;
	padding: 46px;
	background:
		radial-gradient(circle at 92% 10%, rgba(255, 90, 0, 0.12), transparent 22%),
		#ffffff;
	border: 1px solid var(--yop-vs-border);
	border-radius: 34px;
	box-shadow: var(--yop-vs-shadow-soft);
}

.yop-vs-vereine-module-copy p {
	margin-bottom: 0;
}

.yop-vs-vereine-module-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.yop-vs-vereine-module-list span {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 15px;
	border-radius: 999px;
	background: var(--yop-vs-orange-soft);
	color: var(--yop-vs-black);
	border: 1px solid rgba(255, 90, 0, 0.12);
	font-size: 13px;
	font-weight: 850;
}

.yop-vs-vereine-security {
	padding: 92px 0;
	background:
		radial-gradient(circle at 82% 20%, rgba(255, 90, 0, 0.24), transparent 26%),
		linear-gradient(135deg, #101010 0%, #181818 60%, #050505 100%);
	color: #ffffff;
}

.yop-vs-vereine-security h2 {
	color: #ffffff;
}

.yop-vs-vereine-security p {
	color: rgba(255, 255, 255, 0.74);
}

.yop-vs-vereine-security-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	gap: 42px;
	align-items: center;
}

.yop-vs-vereine-security-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.yop-vs-vereine-security-cards div {
	padding: 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
}

.yop-vs-vereine-security-cards strong {
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 950;
	margin-bottom: 8px;
}

.yop-vs-vereine-security-cards span {
	display: block;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	line-height: 1.55;
}

.yop-vs-vereine-final {
	padding: 80px 0 100px;
	background:
		radial-gradient(circle at 12% 10%, rgba(255, 90, 0, 0.11), transparent 24%),
		#ffffff;
}

.yop-vs-vereine-final-box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	align-items: center;
	padding: 44px;
	border-radius: 34px;
	background: var(--yop-vs-orange-ultra-soft);
	border: 1px solid rgba(255, 90, 0, 0.14);
	box-shadow: var(--yop-vs-shadow-card);
}

.yop-vs-vereine-final-box p {
	max-width: 720px;
	margin-bottom: 0;
}

@media (max-width: 1080px) {
	.yop-vs-vereine-hero-grid,
	.yop-vs-vereine-split,
	.yop-vs-vereine-module-panel,
	.yop-vs-vereine-security-grid,
	.yop-vs-vereine-final-box {
		grid-template-columns: 1fr;
	}

	.yop-vs-vereine-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yop-vs-vereine-hero-visual {
		max-width: 720px;
		margin: 0 auto;
		width: 100%;
	}

	.yop-vs-vereine-floating-card-two {
		right: 10px;
	}
}

@media (max-width: 760px) {
	.yop-vs-vereine-container {
		width: min(100% - 28px, 1180px);
	}

	.yop-vs-vereine-hero {
		padding: 72px 0 60px;
	}

	.yop-vs-vereine-section {
		padding: 62px 0;
	}

	.yop-vs-vereine h1 {
		font-size: clamp(38px, 12vw, 48px);
		letter-spacing: -0.045em;
	}

	.yop-vs-vereine h2 {
		font-size: clamp(30px, 10vw, 38px);
	}

	.yop-vs-vereine-lead {
		font-size: 16px !important;
	}

	.yop-vs-vereine-actions,
	.yop-vs-vereine-final-actions {
		width: 100%;
	}

	.yop-vs-vereine-btn {
		width: 100%;
	}

	.yop-vs-vereine-trust-row,
	.yop-vs-vereine-card-grid,
	.yop-vs-vereine-role-grid,
	.yop-vs-vereine-step-grid,
	.yop-vs-vereine-security-cards {
		grid-template-columns: 1fr;
	}

	.yop-vs-vereine-photo-stack {
		min-height: 520px;
	}

	.yop-vs-vereine-photo-main {
		height: 360px;
		border-radius: 26px;
	}

	.yop-vs-vereine-mini-dashboard {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		grid-template-columns: 70px 1fr;
		border-radius: 24px;
	}

	.yop-vs-vereine-mini-content {
		padding: 18px;
	}

	.yop-vs-vereine-mini-kpis {
		grid-template-columns: 1fr;
	}

	.yop-vs-vereine-floating-card {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 14px;
	}

	.yop-vs-vereine-type-image {
		height: 210px;
	}

	.yop-vs-vereine-module-panel,
	.yop-vs-vereine-final-box {
		padding: 28px;
		border-radius: 26px;
	}

	.yop-vs-vereine-security {
		padding: 68px 0;
	}
}

@media (max-width: 420px) {
	.yop-vs-vereine-mini-dashboard {
		grid-template-columns: 1fr;
	}

	.yop-vs-vereine-mini-sidebar {
		display: none;
	}
}

/* ============================================================
   Vereinssuite - Vereine Landingpage Width Sync 1.1
   Zweck:
   - Breite an Startseite/Funktionen angleichen
   - großzügiger Landingpage-Look
   - kein schmaler 1180px-Auftritt mehr
   ============================================================ */

.yop-vs-vereine {
	--yop-vs-vereine-page-width: 1320px;
	--yop-vs-vereine-page-gutter: 32px;
}

.yop-vs-vereine .yop-vs-vereine-container {
	width: min(var(--yop-vs-vereine-page-width), calc(100% - var(--yop-vs-vereine-page-gutter)));
	max-width: var(--yop-vs-vereine-page-width);
}

.yop-vs-vereine .yop-vs-vereine-hero-grid {
	grid-template-columns: minmax(0, 1fr) minmax(520px, 0.95fr);
	gap: clamp(54px, 6vw, 92px);
}

.yop-vs-vereine .yop-vs-vereine-hero-copy {
	max-width: 690px;
}

.yop-vs-vereine .yop-vs-vereine-lead {
	max-width: 680px;
}

.yop-vs-vereine .yop-vs-vereine-photo-stack {
	min-height: 590px;
}

.yop-vs-vereine .yop-vs-vereine-photo-main {
	height: 520px;
}

.yop-vs-vereine .yop-vs-vereine-card-grid {
	gap: 24px;
}

.yop-vs-vereine .yop-vs-vereine-type-image {
	height: 235px;
}

.yop-vs-vereine .yop-vs-vereine-split,
.yop-vs-vereine .yop-vs-vereine-module-panel,
.yop-vs-vereine .yop-vs-vereine-security-grid {
	grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.yop-vs-vereine .yop-vs-vereine-role-grid,
.yop-vs-vereine .yop-vs-vereine-security-cards {
	gap: 20px;
}

.yop-vs-vereine .yop-vs-vereine-step-grid {
	gap: 24px;
}

.yop-vs-vereine .yop-vs-vereine-module-panel,
.yop-vs-vereine .yop-vs-vereine-final-box {
	padding: clamp(42px, 5vw, 58px);
}

@media (min-width: 1500px) {
	.yop-vs-vereine {
		--yop-vs-vereine-page-width: 1400px;
		--yop-vs-vereine-page-gutter: 40px;
	}
}

@media (max-width: 1080px) {
	.yop-vs-vereine .yop-vs-vereine-hero-grid,
	.yop-vs-vereine .yop-vs-vereine-split,
	.yop-vs-vereine .yop-vs-vereine-module-panel,
	.yop-vs-vereine .yop-vs-vereine-security-grid,
	.yop-vs-vereine .yop-vs-vereine-final-box {
		grid-template-columns: 1fr;
	}

	.yop-vs-vereine .yop-vs-vereine-hero-copy {
		max-width: 760px;
	}

	.yop-vs-vereine .yop-vs-vereine-hero-visual {
		max-width: 820px;
	}
}

@media (max-width: 760px) {
	.yop-vs-vereine {
		--yop-vs-vereine-page-width: 100%;
		--yop-vs-vereine-page-gutter: 28px;
	}

	.yop-vs-vereine .yop-vs-vereine-photo-main {
		height: 360px;
	}

	.yop-vs-vereine .yop-vs-vereine-type-image {
		height: 210px;
	}
}

/* ============================================================
   Vereinssuite - Vereine Taxonomy Rights Content 1.2
   Inhalt: Kategorisierung, Abteilungen, Funktionen & Rechte
   ============================================================ */

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-grid {
	align-items: center;
}

.yop-vs-taxonomy-panel {
	position: relative;
	display: grid;
	grid-template-columns: 156px minmax(0, 1fr);
	min-height: 500px;
	overflow: hidden;
	border-radius: 34px;
	background: #ffffff;
	border: 1px solid rgba(255, 90, 0, 0.18);
	box-shadow: var(--yop-vs-shadow-hero);
}

.yop-vs-taxonomy-panel-sidebar {
	background: linear-gradient(180deg, #181818 0%, #070707 100%);
	padding: 26px 18px;
	display: grid;
	gap: 12px;
	align-content: start;
}

.yop-vs-taxonomy-panel-sidebar span {
	display: block;
	padding: 12px 13px;
	border-radius: 13px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 850;
	line-height: 1.1;
}

.yop-vs-taxonomy-panel-sidebar span.is-active {
	background: var(--yop-vs-orange);
	color: #ffffff;
	box-shadow: 0 10px 22px rgba(255, 90, 0, 0.28);
}

.yop-vs-taxonomy-panel-content {
	padding: 32px;
	background:
		radial-gradient(circle at 95% 4%, rgba(255, 90, 0, 0.12), transparent 28%),
		#ffffff;
}

.yop-vs-taxonomy-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.yop-vs-taxonomy-panel-header strong {
	font-size: 22px;
	font-weight: 950;
	color: var(--yop-vs-black);
	letter-spacing: -0.03em;
}

.yop-vs-taxonomy-panel-header em {
	font-style: normal;
	font-size: 11px;
	font-weight: 900;
	color: var(--yop-vs-orange);
	background: var(--yop-vs-orange-soft);
	border-radius: 999px;
	padding: 8px 11px;
}

.yop-vs-taxonomy-select-card {
	padding: 22px;
	border-radius: 24px;
	border: 1px solid var(--yop-vs-border);
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(16, 16, 16, 0.05);
	margin-bottom: 18px;
}

.yop-vs-taxonomy-select-card span,
.yop-vs-taxonomy-select-card small {
	display: block;
	color: var(--yop-vs-muted);
	font-size: 12px;
	font-weight: 800;
}

.yop-vs-taxonomy-select-card strong {
	display: block;
	font-size: 30px;
	font-weight: 950;
	color: var(--yop-vs-black);
	letter-spacing: -0.04em;
	margin: 6px 0 7px;
}

.yop-vs-taxonomy-flow {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 18px;
}

.yop-vs-taxonomy-flow div {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 15px;
	background: var(--yop-vs-orange-soft);
	color: var(--yop-vs-black);
	font-size: 11px;
	font-weight: 900;
}

.yop-vs-taxonomy-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.yop-vs-taxonomy-dashboard-grid div {
	min-height: 112px;
	padding: 18px;
	border-radius: 20px;
	border: 1px solid var(--yop-vs-border);
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(16, 16, 16, 0.04);
}

.yop-vs-taxonomy-dashboard-grid strong,
.yop-vs-taxonomy-dashboard-grid span {
	display: block;
}

.yop-vs-taxonomy-dashboard-grid strong {
	color: var(--yop-vs-black);
	font-size: 14px;
	font-weight: 950;
	margin-bottom: 8px;
}

.yop-vs-taxonomy-dashboard-grid span {
	color: var(--yop-vs-muted);
	font-size: 12px;
	line-height: 1.45;
	font-weight: 650;
}

.yop-vs-logic-flow {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.yop-vs-logic-card {
	position: relative;
	padding: 26px 22px;
	background: #ffffff;
	border: 1px solid var(--yop-vs-border);
	border-radius: 26px;
	box-shadow: var(--yop-vs-shadow-card);
	overflow: hidden;
}

.yop-vs-logic-card::after {
	content: "";
	position: absolute;
	right: -38px;
	top: -38px;
	width: 108px;
	height: 108px;
	border-radius: 999px;
	background: var(--yop-vs-orange-soft);
}

.yop-vs-logic-card span {
	position: relative;
	z-index: 2;
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	background: var(--yop-vs-orange);
	color: #ffffff;
	font-size: 13px;
	font-weight: 950;
	margin-bottom: 18px;
	box-shadow: 0 12px 26px rgba(255, 90, 0, 0.2);
}

.yop-vs-logic-card h3,
.yop-vs-logic-card p {
	position: relative;
	z-index: 2;
}

.yop-vs-logic-card p {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 0;
}

.yop-vs-profile-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 3;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--yop-vs-orange);
	border: 1px solid rgba(255, 90, 0, 0.18);
	font-size: 11px;
	font-weight: 950;
	box-shadow: 0 8px 18px rgba(16, 16, 16, 0.08);
}

.yop-vs-profile-addon {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--yop-vs-orange-soft);
	color: var(--yop-vs-orange);
	font-size: 10.5px;
	font-weight: 950;
	margin-bottom: 12px;
}

.yop-vs-departments {
	background:
		radial-gradient(circle at 6% 0%, rgba(255, 90, 0, 0.08), transparent 28%),
		#ffffff;
}

.yop-vs-department-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.yop-vs-department-card {
	padding: 28px;
	border-radius: 28px;
	background: #ffffff;
	border: 1px solid var(--yop-vs-border);
	box-shadow: var(--yop-vs-shadow-card);
}

.yop-vs-department-card p {
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 18px;
}

.yop-vs-department-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.yop-vs-department-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	padding: 0 11px;
	border-radius: 999px;
	background: var(--yop-vs-orange-soft);
	color: var(--yop-vs-black);
	border: 1px solid rgba(255, 90, 0, 0.12);
	font-size: 11px;
	font-weight: 850;
}

.yop-vs-rights {
	background: linear-gradient(180deg, var(--yop-vs-orange-ultra-soft) 0%, #ffffff 100%);
}

.yop-vs-rights-panel {
	padding: clamp(34px, 5vw, 56px);
	background: #ffffff;
	border: 1px solid rgba(255, 90, 0, 0.14);
	border-radius: 34px;
	box-shadow: var(--yop-vs-shadow-soft);
}

.yop-vs-rights-copy {
	max-width: 900px;
	margin-bottom: 30px;
}

.yop-vs-rights-copy p {
	max-width: 860px;
}

.yop-vs-rights-table {
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid var(--yop-vs-border);
	background: #ffffff;
}

.yop-vs-rights-row {
	display: grid;
	grid-template-columns: 80px 180px minmax(260px, 1fr) minmax(220px, 0.9fr);
	gap: 0;
	border-bottom: 1px solid var(--yop-vs-border);
}

.yop-vs-rights-row:last-child {
	border-bottom: 0;
}

.yop-vs-rights-row > div {
	padding: 16px 18px;
	color: var(--yop-vs-text);
	font-size: 13px;
	line-height: 1.45;
	display: flex;
	align-items: center;
	border-right: 1px solid var(--yop-vs-border);
}

.yop-vs-rights-row > div:last-child {
	border-right: 0;
}

.yop-vs-rights-head {
	background: var(--yop-vs-black);
}

.yop-vs-rights-head > div {
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 950;
	border-color: rgba(255, 255, 255, 0.12);
}

.yop-vs-rights-row code {
	display: inline-flex;
	padding: 6px 9px;
	border-radius: 999px;
	background: var(--yop-vs-orange-soft);
	color: var(--yop-vs-orange);
	font-size: 12px;
	font-weight: 900;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.yop-vs-rights-row strong {
	color: var(--yop-vs-orange);
	font-weight: 950;
}

@media (max-width: 1180px) {
	.yop-vs-logic-flow {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.yop-vs-department-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yop-vs-rights-row {
		grid-template-columns: 70px 160px minmax(220px, 1fr) minmax(190px, 0.9fr);
	}
}

@media (max-width: 900px) {
	.yop-vs-taxonomy-panel {
		grid-template-columns: 1fr;
	}

	.yop-vs-taxonomy-panel-sidebar {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		display: grid;
		padding: 14px;
	}

	.yop-vs-taxonomy-panel-sidebar span {
		text-align: center;
		padding: 10px 8px;
		font-size: 10.5px;
	}

	.yop-vs-taxonomy-flow,
	.yop-vs-taxonomy-dashboard-grid {
		grid-template-columns: 1fr;
	}

	.yop-vs-rights-table {
		overflow-x: auto;
	}

	.yop-vs-rights-row {
		min-width: 860px;
	}
}

@media (max-width: 760px) {
	.yop-vs-logic-flow,
	.yop-vs-department-grid {
		grid-template-columns: 1fr;
	}

	.yop-vs-taxonomy-panel-content {
		padding: 22px;
	}

	.yop-vs-taxonomy-panel-sidebar {
		grid-template-columns: 1fr;
	}

	.yop-vs-taxonomy-panel {
		min-height: auto;
	}

	.yop-vs-rights-panel {
		padding: 24px;
		border-radius: 26px;
	}
}

/* ============================================================
   Vereinssuite - Vereine Rights Simplified 1.3
   Zweck:
   - Interessentenfreundliche Rollen-&-Rechte-Darstellung
   - Keine sichtbaren Permission-Key-Tabellen
   ============================================================ */

.yop-vs-rights-simple {
	background:
		radial-gradient(circle at 8% 12%, rgba(255, 90, 0, 0.08), transparent 28%),
		linear-gradient(180deg, var(--yop-vs-orange-ultra-soft) 0%, #ffffff 100%);
}

.yop-vs-rights-simple-panel {
	padding: clamp(34px, 5vw, 58px);
	background: #ffffff;
	border: 1px solid rgba(255, 90, 0, 0.14);
	border-radius: 34px;
	box-shadow: var(--yop-vs-shadow-soft);
	position: relative;
	overflow: hidden;
}

.yop-vs-rights-simple-panel::before {
	content: "";
	position: absolute;
	right: -110px;
	top: -130px;
	width: 330px;
	height: 330px;
	border-radius: 999px;
	background: rgba(255, 90, 0, 0.10);
	pointer-events: none;
}

.yop-vs-rights-simple-hero {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	gap: 34px;
	align-items: center;
	margin-bottom: 34px;
}

.yop-vs-rights-simple-hero p {
	max-width: 820px;
}

.yop-vs-rights-example-card {
	padding: 26px;
	border-radius: 28px;
	background: var(--yop-vs-black);
	color: #ffffff;
	box-shadow: 0 20px 52px rgba(16, 16, 16, 0.18);
}

.yop-vs-rights-example-card span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 90, 0, 0.16);
	color: var(--yop-vs-orange);
	font-size: 10.5px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 14px;
}

.yop-vs-rights-example-card strong {
	display: block;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.12;
	font-weight: 950;
	letter-spacing: -0.035em;
	margin-bottom: 12px;
}

.yop-vs-rights-example-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.65;
}

.yop-vs-rights-simple-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 22px;
}

.yop-vs-rights-simple-card {
	padding: 26px;
	border-radius: 26px;
	background: #ffffff;
	border: 1px solid var(--yop-vs-border);
	box-shadow: var(--yop-vs-shadow-card);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.yop-vs-rights-simple-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--yop-vs-shadow-soft);
	border-color: rgba(255, 90, 0, 0.28);
}

.yop-vs-rights-simple-icon {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: var(--yop-vs-orange-soft);
	color: var(--yop-vs-orange);
	font-size: 24px;
	margin-bottom: 18px;
}

.yop-vs-rights-simple-card p {
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 15px;
}

.yop-vs-rights-simple-card span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--yop-vs-orange-soft);
	color: var(--yop-vs-orange);
	font-size: 10.5px;
	font-weight: 950;
}

.yop-vs-rights-simple-note {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	padding: 18px;
	border-radius: 26px;
	background: var(--yop-vs-orange-ultra-soft);
	border: 1px solid rgba(255, 90, 0, 0.14);
}

.yop-vs-rights-simple-note div {
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 90, 0, 0.10);
}

.yop-vs-rights-simple-note strong,
.yop-vs-rights-simple-note span {
	display: block;
}

.yop-vs-rights-simple-note strong {
	color: var(--yop-vs-black);
	font-size: 14px;
	font-weight: 950;
	margin-bottom: 6px;
}

.yop-vs-rights-simple-note span {
	color: var(--yop-vs-muted);
	font-size: 12px;
	line-height: 1.5;
	font-weight: 650;
}

@media (max-width: 1080px) {
	.yop-vs-rights-simple-hero,
	.yop-vs-rights-simple-grid,
	.yop-vs-rights-simple-note {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.yop-vs-rights-simple-panel {
		padding: 26px;
		border-radius: 26px;
	}

	.yop-vs-rights-example-card,
	.yop-vs-rights-simple-card {
		border-radius: 22px;
	}
}

/* ============================================================
   Vereinssuite - Vereine Hero Real Image 1.0
   Zweck:
   - Technischen Hero-Panel ausblenden
   - Reales Bild rechts wieder anzeigen
   ============================================================ */

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-taxonomy-panel {
	display: none !important;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(16,16,16,0.08) 0%, rgba(16,16,16,0.28) 100%),
		url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1400&q=85") center center / cover no-repeat;
	box-shadow: var(--yop-vs-shadow-hero);
	border: 1px solid rgba(255, 90, 0, 0.14);
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-floating-card {
	z-index: 3;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-floating-card-one {
	top: 26px;
	right: -18px;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-floating-card-two {
	top: 120px;
	right: -34px;
}

@media (max-width: 1080px) {
	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual {
		max-width: 820px;
		margin: 0 auto;
		width: 100%;
		min-height: 500px;
	}
}

@media (max-width: 760px) {
	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual {
		min-height: 360px;
	}

	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual::before {
		border-radius: 26px;
	}

	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-floating-card {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 14px;
	}
}

/* ============================================================
   Vereinssuite - Vereine Hero Highlights Upgrade 1.1.1
   Zweck:
   - attraktiveres reales Hero-Bild
   - zusätzliche Highlights für Interessenten
   - überschreibt ältere Hero-Real-Image-Regeln
   ============================================================ */

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual-enhanced {
	position: relative;
	min-height: 580px;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	overflow: visible;
	border-radius: 34px;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual-enhanced::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(16,16,16,0.04) 0%, rgba(16,16,16,0.34) 100%),
		url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1400&q=85") center center / cover no-repeat;
	box-shadow: var(--yop-vs-shadow-hero);
	border: 1px solid rgba(255, 90, 0, 0.14);
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual-enhanced::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 34px;
	background:
		radial-gradient(circle at 18% 18%, rgba(255, 90, 0, 0.18), transparent 28%),
		linear-gradient(90deg, rgba(16,16,16,0.24) 0%, transparent 52%);
	pointer-events: none;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-highlight-badges {
	position: absolute;
	left: 24px;
	top: 24px;
	z-index: 4;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	max-width: calc(100% - 220px);
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-highlight-badge {
	min-width: 112px;
	padding: 12px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 90, 0, 0.16);
	box-shadow: 0 10px 26px rgba(16, 16, 16, 0.10);
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-highlight-badge strong,
.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-highlight-badge span {
	display: block;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-highlight-badge strong {
	font-size: 26px;
	line-height: 1;
	font-weight: 950;
	color: var(--yop-vs-black);
	letter-spacing: -0.04em;
	margin-bottom: 4px;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-highlight-badge span {
	font-size: 12px;
	font-weight: 800;
	color: var(--yop-vs-muted);
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-insight-panel {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 4;
	width: min(410px, calc(100% - 48px));
	padding: 22px 22px 20px;
	border-radius: 26px;
	background: rgba(16, 16, 16, 0.88);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 42px rgba(16, 16, 16, 0.24);
	color: #ffffff;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-insight-label {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 90, 0, 0.18);
	color: #ffb089;
	font-size: 10.5px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 12px;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-insight-top strong {
	display: block;
	font-size: 25px;
	line-height: 1.08;
	font-weight: 950;
	letter-spacing: -0.035em;
	color: #ffffff;
	margin-bottom: 14px;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-insight-list {
	list-style: none;
	padding: 0;
	margin: 0 0 16px 0;
	display: grid;
	gap: 9px;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-insight-list li {
	position: relative;
	padding-left: 20px;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.86);
	font-weight: 650;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-insight-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.52em;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--yop-vs-orange);
	box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.14);
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-insight-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-insight-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 11px;
	font-weight: 850;
	border: 1px solid rgba(255, 255, 255, 0.10);
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual-enhanced .yop-vs-vereine-floating-card {
	z-index: 5;
	background: rgba(255, 255, 255, 0.95);
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual-enhanced .yop-vs-vereine-floating-card-one {
	top: 28px;
	right: -18px;
}

.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual-enhanced .yop-vs-vereine-floating-card-two {
	top: 124px;
	right: -34px;
}

@media (max-width: 1080px) {
	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual-enhanced {
		max-width: 820px;
		margin: 0 auto;
		width: 100%;
		min-height: 560px;
	}

	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-highlight-badges {
		max-width: calc(100% - 40px);
	}
}

@media (max-width: 760px) {
	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual-enhanced {
		min-height: 470px;
	}

	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual-enhanced::before,
	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-visual-enhanced::after {
		border-radius: 26px;
	}

	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-highlight-badges {
		left: 16px;
		top: 16px;
		right: 16px;
		max-width: calc(100% - 32px);
		gap: 8px;
	}

	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-highlight-badge {
		min-width: 96px;
		padding: 10px 12px;
		border-radius: 16px;
	}

	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-highlight-badge strong {
		font-size: 22px;
	}

	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-insight-panel {
		left: 16px;
		right: 16px;
		bottom: 16px;
		width: auto;
		padding: 18px;
		border-radius: 22px;
	}

	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-hero-insight-top strong {
		font-size: 20px;
	}

	.yop-vs-vereine-taxonomy-hero .yop-vs-vereine-floating-card {
		position: relative;
		right: auto !important;
		top: auto !important;
		margin-top: 12px;
	}
}
