body.page-template-template-ticketpreise .fsv-ticket-page {
  position: relative;
  overflow: hidden;
  padding: 56px 20px 90px;
  background:
    radial-gradient(
      circle at top center,
      rgba(70, 140, 255, 0.22) 0%,
      rgba(47, 103, 178, 0.20) 22%,
      rgba(24, 61, 116, 0.16) 48%,
      rgba(15, 31, 56, 0.92) 78%,
      rgba(10, 18, 34, 1) 100%
    ),
    linear-gradient(
      180deg,
      rgba(24, 61, 116, 0.34) 0%,
      rgba(47, 103, 178, 0.22) 35%,
      rgba(240, 194, 50, 0.05) 100%
    ) !important;
}

body.page-template-template-ticketpreise .fsv-ticket-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.10;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.14) 0px,
    rgba(255,255,255,0.14) 10px,
    transparent 10px,
    transparent 26px
  );
}

body.page-template-template-ticketpreise .fsv-ticket-page > * {
  position: relative;
  z-index: 1;
}

.fsv-ticket-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.fsv-ticket-shell {
  display: grid;
  gap: 24px;
}

.fsv-ticket-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 32px 32px 0 0;
  padding: 58px 58px 54px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(6, 19, 43, 0.94) 0%, rgba(6, 19, 43, 0.78) 42%, rgba(6, 19, 43, 0.26) 100%),
    var(--fsv-ticket-hero-image) center center / cover no-repeat;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.fsv-ticket-hero::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 50%;
  width: 360px;
  height: 360px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 201, 255, 0.22) 0%, rgba(39, 201, 255, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

.fsv-ticket-hero::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(6,19,43,0.26) 100%);
  pointer-events: none;
  z-index: 1;
}

.fsv-ticket-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 78% 30%, rgba(24, 200, 255, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0));
}

.fsv-ticket-hero__content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.fsv-ticket-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.fsv-ticket-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #22bfff 0%, #2b79ff 100%);
  box-shadow: 0 12px 26px rgba(28, 116, 255, 0.24);
}

.fsv-ticket-badge--muted {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.fsv-ticket-title {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.fsv-ticket-lead {
  margin: 20px 0 0;
  color: rgba(255,255,255,0.92);
  font-size: 21px;
  line-height: 1.58;
  max-width: 560px;
}

@media (max-width: 991px) {
  .fsv-ticket-hero {
    min-height: 320px;
    padding: 34px 26px 30px;
    border-radius: 24px 24px 0 0;
  }

  .fsv-ticket-title {
    font-size: clamp(34px, 8vw, 48px);
  }

  .fsv-ticket-lead {
    font-size: 17px;
  }

  .fsv-ticket-hero::before {
    width: 240px;
    height: 240px;
    right: -90px;
  }
}

.fsv-ticket-table-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 0 0 30px 30px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.fsv-ticket-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.fsv-ticket-table thead th {
  padding: 22px 28px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
  color: #7385a0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(14, 40, 77, 0.08);
}

.fsv-ticket-table thead th:first-child {
  width: auto;
}

.fsv-ticket-table thead th:nth-child(2),
.fsv-ticket-table thead th:nth-child(3) {
  width: 170px;
  text-align: right;
}

.fsv-ticket-table tbody tr {
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.fsv-ticket-table tbody tr:hover {
  background: rgba(33, 125, 255, 0.03);
}

.fsv-ticket-table tbody td {
  padding: 24px 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #163256;
  border-bottom: 1px solid rgba(10, 34, 69, 0.07);
  vertical-align: middle;
  background: rgba(255,255,255,0.94);
}

.fsv-ticket-table tbody tr:last-child td {
  border-bottom: 0;
}

.fsv-ticket-table tbody td:first-child {
  font-weight: 500;
  color: #18375c;
}

.fsv-ticket-table tbody td:nth-child(2),
.fsv-ticket-table tbody td:nth-child(3) {
  width: 170px;
  white-space: nowrap;
  text-align: right;
  font-weight: 900;
  font-size: 17px;
  color: #132f54;
}

.fsv-ticket-table tbody td:nth-child(2) {
  color: #12428f;
}

.fsv-ticket-table tbody td:nth-child(3) {
  color: #0f3058;
}
.fsv-ticket-info-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.fsv-ticket-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 32px 30px;
  border-radius: 24px;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 18px 42px rgba(0,0,0,0.16);
  overflow: hidden;
}

.fsv-ticket-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #24c6ff 0%, #2d77ff 100%);
  opacity: 0.9;
}

.fsv-ticket-panel--cta {
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(38, 220, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #1360d0 0%, #0d469e 100%);
  box-shadow: 0 24px 50px rgba(7, 56, 140, 0.32);
}

.fsv-ticket-panel--cta::before {
  background: rgba(255,255,255,0.9);
}

.fsv-ticket-panel__title {
  margin: 0 0 16px;
  padding-left: 8px;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}

.fsv-ticket-panel__text {
  margin: 0;
  padding-left: 8px;
  font-size: 16px;
  line-height: 1.72;
}

.fsv-ticket-list {
  margin: 0;
  padding: 0 0 0 8px;
  list-style: none;
}

.fsv-ticket-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 24px;
  color: #18385d;
  font-size: 15px;
  line-height: 1.65;
}

.fsv-ticket-list li:last-child {
  margin-bottom: 0;
}

.fsv-ticket-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25c6ff 0%, #2f7cff 100%);
  box-shadow: 0 0 0 4px rgba(37, 198, 255, 0.12);
}

.fsv-ticket-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 54px;
  padding: 0 24px;
  margin-top: 24px;
  margin-left: 8px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  color: #11438f;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fsv-ticket-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.20);
}

.fsv-ticket-contact {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-left: 8px;
}

.fsv-ticket-contact a {
  display: inline-block;
  color: #1653ac;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}

.fsv-ticket-contact a:hover {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .fsv-ticket-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .fsv-ticket-panel {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .fsv-ticket-panel__title {
    font-size: 21px;
  }

  .fsv-ticket-panel__text,
  .fsv-ticket-list li,
  .fsv-ticket-contact a {
    font-size: 14px;
  }

  .fsv-ticket-button {
    min-height: 50px;
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .fsv-ticket-page {
    padding: 28px 14px 56px;
  }

  .fsv-ticket-hero {
    min-height: 300px;
    padding: 28px;
    border-radius: 22px 22px 0 0;
  }

  .fsv-ticket-table-card {
    border-radius: 0 0 22px 22px;
  }

  .fsv-ticket-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .fsv-ticket-table,
  .fsv-ticket-table thead,
  .fsv-ticket-table tbody,
  .fsv-ticket-table tr,
  .fsv-ticket-table th,
  .fsv-ticket-table td {
    display: block;
    width: 100%;
  }

  .fsv-ticket-table thead {
    display: none;
  }

  .fsv-ticket-table tr {
    margin: 0;
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(10, 34, 69, 0.08);
    background: rgba(255,255,255,0.96);
  }

  .fsv-ticket-table tbody td {
    padding: 10px 0;
    border: 0;
    text-align: left !important;
    width: 100% !important;
    white-space: normal;
    font-size: 15px;
  }

  .fsv-ticket-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: #7385a0;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .fsv-ticket-table tbody td:nth-child(2),
  .fsv-ticket-table tbody td:nth-child(3) {
    font-size: 16px;
  }
}


/* =========================================================
   Ticketseite – Icons rein per CSS
   Voraussetzung: Font Awesome ist im Theme geladen
========================================================= */

/* Badges oben */
.fsv-ticket-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 22px;
}

.fsv-ticket-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.fsv-ticket-badge::before {
	font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	display: inline-block;
}

.fsv-ticket-badge:first-child::before {
	content: "\f073"; /* calendar */
}

.fsv-ticket-badge--muted::before {
	content: "\f3ed"; /* shield-alt / badge */
}

/* Titel-Icon links neben EINTRITTSPREISE */
.fsv-ticket-title {
	position: relative;
	padding-left: 92px;
	min-height: 64px;
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

.fsv-ticket-title::before {
	content: "\f145"; /* ticket */
	font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #59b8ff;
	background: linear-gradient(180deg, rgba(32,84,180,0.95) 0%, rgba(15,42,105,0.95) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.08),
		0 10px 24px rgba(0,0,0,0.22);
}

/* Tabellen-Header */
/* ==========================================
   Tabellenkopf – Icons sauber links daneben
========================================== */

.fsv-ticket-table thead th {
	white-space: nowrap;
	vertical-align: middle;
}

.fsv-ticket-table thead th:first-child::before,
.fsv-ticket-table thead th:nth-child(2)::before,
.fsv-ticket-table thead th:nth-child(3)::before {
	font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	position: static;
	transform: none;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	color: #9fbcf3;
	opacity: 0.72;
}

/* Icons */
.fsv-ticket-table thead th:first-child::before {
	content: "\f145"; /* ticket */
}

.fsv-ticket-table thead th:nth-child(2)::before {
	content: "\f02b"; /* tag */
}

.fsv-ticket-table thead th:nth-child(3)::before {
	content: "\f09d"; /* card */
}

/* Erste Spalte Tabellenzeilen */
.fsv-ticket-table tbody td:first-child {
	position: relative;
	padding-left: 74px;
}

/* Icon-Kreis */
.fsv-ticket-table tbody td:first-child::before {
	font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #8ecaff;
	background: rgba(255,255,255,0.06);
}

/* Reihenfolge passend zu deiner aktuellen Tabelle */
.fsv-ticket-table tbody tr:nth-child(1) td:first-child::before,
.fsv-ticket-table tbody tr:nth-child(2) td:first-child::before {
	content: "\f4b8"; /* chair / seat-ish */
}

.fsv-ticket-table tbody tr:nth-child(3) td:first-child::before,
.fsv-ticket-table tbody tr:nth-child(4) td:first-child::before {
	content: "\f554"; /* standing person-ish */
}

.fsv-ticket-table tbody tr:nth-child(5) td:first-child::before {
	content: "\f1ae"; /* child */
}

.fsv-ticket-table tbody tr:nth-child(6) td:first-child::before,
.fsv-ticket-table tbody tr:nth-child(7) td:first-child::before {
	content: "\f500"; /* users */
}

/* Hinweisbox */
/* ==========================================
   Hinweis-Block links – Icons per CSS
========================================== */

.fsv-ticket-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fsv-ticket-list li {
	position: relative;
	padding-left: 58px;
	margin-bottom: 18px;
	min-height: 38px;
	display: flex;
	align-items: center;
	line-height: 1.45;
}

.fsv-ticket-list li:last-child {
	margin-bottom: 0;
}

.fsv-ticket-list li::before {
	font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	background: linear-gradient(180deg, #39a8ff 0%, #1f6fff 100%);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.18),
		0 8px 18px rgba(19,86,201,0.22);
}

/* Icons je Zeile */
.fsv-ticket-list li:nth-child(1)::before {
	content: "\f0ac"; /* globe */
}

.fsv-ticket-list li:nth-child(2)::before {
	content: "\f2c2"; /* id-card */
}

.fsv-ticket-list li:nth-child(3)::before {
	content: "\f1ae"; /* child */
}

.fsv-ticket-list li:nth-child(4)::before {
	content: "\f129"; /* info */
}

@media (max-width: 767px) {
	.fsv-ticket-list li {
		padding-left: 50px;
		min-height: 34px;
		margin-bottom: 14px;
	}

	.fsv-ticket-list li::before {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
}

/* CTA-Button */
.fsv-ticket-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.fsv-ticket-button::before {
	content: "\f07a"; /* shopping-cart */
	font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	color: currentColor;
}

/* Kontaktbox */
.fsv-ticket-contact {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.fsv-ticket-contact a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	min-height: 56px;
	padding-left: 74px;
	color: #173b8f;
	font-weight: 700;
}

.fsv-ticket-contact a::before {
	font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #ffffff;
	background: linear-gradient(180deg, #2e8fff 0%, #1b63de 100%);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.18),
		0 10px 18px rgba(21,78,182,0.28);
}

.fsv-ticket-contact a:first-child::before {
	content: "\f0e0"; /* mail */
}

.fsv-ticket-contact a:last-child::before {
	content: "\f095"; /* phone */
}

/* CTA-Icon-Kreis oben links */
.fsv-ticket-panel--cta {
	position: relative;
	overflow: hidden;
}

.fsv-ticket-panel--cta::before {
	content: "\f145"; /* ticket */
	font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 22px;
	top: 28px;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #1b63de;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(0,0,0,0.14);
	z-index: 1;
}

.fsv-ticket-panel--cta .fsv-ticket-panel__title,
.fsv-ticket-panel--cta .fsv-ticket-panel__text,
.fsv-ticket-panel--cta .fsv-ticket-button {
	position: relative;
	z-index: 2;
}

.fsv-ticket-panel--cta .fsv-ticket-panel__title,
.fsv-ticket-panel--cta .fsv-ticket-panel__text {
	padding-left: 96px;
}

.fsv-ticket-panel--cta .fsv-ticket-button {
	margin-left: 96px;
}

/* Responsive */
@media (max-width: 767px) {
	.fsv-ticket-title {
		padding-left: 0;
		min-height: auto;
		display: block;
	}

	.fsv-ticket-title::before {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		margin-bottom: 16px;
	}

	.fsv-ticket-table tbody td:first-child {
		padding-left: 58px;
	}

	.fsv-ticket-table tbody td:first-child::before {
		left: 14px;
		width: 28px;
		height: 28px;
		font-size: 13px;
	}

	.fsv-ticket-panel--cta::before {
		position: relative;
		left: auto;
		top: auto;
		margin: 0 0 18px 0;
	}

	.fsv-ticket-panel--cta .fsv-ticket-panel__title,
	.fsv-ticket-panel--cta .fsv-ticket-panel__text,
	.fsv-ticket-panel--cta .fsv-ticket-button {
		padding-left: 0;
		margin-left: 0;
	}
}

/* ==========================================
   Weiße Panels: Text sichtbar machen
========================================== */

.fsv-ticket-panel {
	color: #1f2f4d;
}

.fsv-ticket-panel .fsv-ticket-panel__title {
	color: #4aa8ff;
}

.fsv-ticket-panel .fsv-ticket-panel__text {
	color: #3d4f6d !important;
	opacity: 1 !important;
}

.fsv-ticket-panel .fsv-ticket-list li,
.fsv-ticket-panel .fsv-ticket-list li span {
	color: #3d4f6d !important;
}

.fsv-ticket-panel .fsv-ticket-contact__item,
.fsv-ticket-panel .fsv-ticket-contact__item span {
	color: #1f2f4d !important;
}

/* CTA-Panel in der Mitte bleibt hell */
.fsv-ticket-panel--cta,
.fsv-ticket-panel--cta .fsv-ticket-panel__title,
.fsv-ticket-panel--cta .fsv-ticket-panel__text,
.fsv-ticket-panel--cta .fsv-ticket-button,
.fsv-ticket-panel--cta .fsv-ticket-button span {
	color: #ffffff !important;
}

/* ==========================================
   CTA-Button im blauen Kasten korrigieren
========================================== */

.fsv-ticket-panel--cta .fsv-ticket-panel__title,
.fsv-ticket-panel--cta .fsv-ticket-panel__text {
	color: #ffffff !important;
}

.fsv-ticket-panel--cta .fsv-ticket-button {
	background: #ffffff !important;
	color: #1d4fa8 !important;
	border: none;
}

.fsv-ticket-panel--cta .fsv-ticket-button span,
.fsv-ticket-panel--cta .fsv-ticket-button i,
.fsv-ticket-panel--cta .fsv-ticket-button svg {
	color: #1d4fa8 !important;
	fill: currentColor !important;
	opacity: 1 !important;
}