/* Booking-Tools – ergänzt die vorhandenen wa-card-Klassen um Preis-, Badge- und
   Terminanzeige, die im Angebote-Kartendesign der Seite noch nicht vorkommen. */

/* ── Benutzermenü im Header ───────────────────────────────────────────── */

.bt-account-menu {
	position: relative;
	margin-left: 8px;
}

.bt-account-menu__details {
	position: relative;
}

.bt-account-menu__trigger {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	cursor: pointer;
	color: var(--text);
	padding: 8px 10px;
	border-radius: 999px;
	transition: background .15s, color .15s;
}

.bt-account-menu__trigger::-webkit-details-marker {
	display: none;
}

.bt-account-menu__trigger:hover {
	background: #f9f7ff;
	color: var(--purple);
}

.bt-account-menu__name {
	font-family: 'Nunito', sans-serif;
	font-size: .85rem;
	font-weight: 800;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bt-account-menu__panel {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 200px;
	background: var(--white);
	border-radius: 14px;
	box-shadow: 0 10px 34px rgba(93, 37, 89, .16);
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	z-index: 20;
}

.bt-account-menu__panel a {
	display: block;
	padding: 10px 14px;
	border-radius: 8px;
	font-family: 'Nunito', sans-serif;
	font-size: .88rem;
	font-weight: 700;
	color: var(--text);
	text-decoration: none;
	transition: background .15s, color .15s;
}

.bt-account-menu__panel a:hover {
	background: #f9f7ff;
	color: var(--purple);
	text-decoration: none;
}

/* ── Buchungs- und Anmeldeseiten: vertikaler Abstand zu Header/Footer ──── */

.bt-booking-form,
.bt-my-bookings,
.mod_login,
.mod_registration,
.mod_personalData {
	padding: 56px 0;
}

@media (max-width: 600px) {
	.bt-booking-form,
	.bt-my-bookings,
	.mod_login,
	.mod_registration,
	.mod_personalData {
		padding: 32px 0;
	}
}

.bt-my-bookings__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.bt-my-bookings__header .bt-my-bookings__title {
	margin: 0;
}

/* ── Login, Registrieren & Mein Konto: gleiches Feld-Layout wie das Buchungsformular ── */

.mod_login .widget,
.mod_registration .widget,
.mod_personalData .widget {
	margin-bottom: 22px;
}

.mod_login .widget label,
.mod_registration .widget label,
.mod_personalData .widget label {
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: .82rem;
	font-weight: 800;
	color: var(--text);
	margin-bottom: 7px;
}

.mod_login .widget label span.mandatory,
.mod_registration .widget label span.mandatory,
.mod_personalData .widget label span.mandatory {
	color: var(--orange);
}

.mod_login .widget input[type="text"],
.mod_login .widget input[type="email"],
.mod_login .widget input[type="password"],
.mod_registration .widget input[type="text"],
.mod_registration .widget input[type="email"],
.mod_registration .widget input[type="password"],
.mod_personalData .widget input[type="text"],
.mod_personalData .widget input[type="email"],
.mod_personalData .widget input[type="password"],
.mod_personalData .widget input[type="tel"],
.mod_personalData .widget input[type="url"],
.mod_personalData .widget input[type="number"],
.mod_personalData .widget input[type="date"],
.mod_personalData .widget select {
	width: 100%;
	font-family: 'Nunito', sans-serif;
	font-size: .95rem;
	color: var(--text);
	background: var(--white);
	border: 1.5px solid #ece7f0;
	border-radius: 12px;
	padding: 13px 16px;
	transition: border-color .15s;
}

.mod_login .widget input:focus,
.mod_registration .widget input:focus,
.mod_personalData .widget input:focus,
.mod_personalData .widget select:focus {
	outline: none;
	border-color: var(--blue);
}

.mod_login .widget-submit .submit,
.mod_registration .widget-submit .submit,
.mod_personalData .widget-submit .submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 8px;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	font-size: .82rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	text-shadow: none;
	padding: 14px 32px;
	border: none;
	border-radius: 50px;
	background: var(--orange);
	box-shadow: none;
	color: var(--white);
	cursor: pointer;
	transition: background .18s, transform .18s;
}

.mod_login .widget-submit .submit:hover,
.mod_login .widget-submit .submit:focus,
.mod_registration .widget-submit .submit:hover,
.mod_registration .widget-submit .submit:focus,
.mod_personalData .widget-submit .submit:hover,
.mod_personalData .widget-submit .submit:focus {
	background: #d98f00;
	border: none;
	box-shadow: none;
	transform: translateY(-2px);
}

.mod_login p.error,
.mod_registration p.error,
.mod_personalData p.error {
	color: #c33;
	font-size: .85rem;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 16px;
}

/* ── Übersichtsseite: Hero & Filterleiste ─────────────────────────────── */

.ov-hero {
	text-align: center;
	padding: 20px 0 40px;
}

.ov-hero__title {
	font-size: clamp(2.8rem, 6vw, 4.6rem);
	color: var(--purple);
}

.ov-hero__intro {
	font-family: 'Nunito', sans-serif;
	max-width: 640px;
	margin: 16px auto 0;
	color: #666;
	font-size: 1.05rem;
	line-height: 1.7;
}

/* ── Kategorie-Kacheln (Angebote-Filter) ──────────────────────────────── */

.ov-category-tiles {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 32px;
}

@media (max-width: 1100px) {
	.ov-category-tiles { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
	.ov-category-tiles { grid-template-columns: 1fr; }
}

.ov-category-tile {
	position: relative;
	display: block;
	border-radius: 14px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	border: 3px solid transparent;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
	cursor: pointer;
}

.ov-category-tile:hover,
.ov-category-tile:focus {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(0,0,0,.14);
	text-decoration: none;
}

.ov-category-tile__image {
	display: block;
	height: 130px;
	background-size: cover;
	background-position: center;
	background-color: #e5e8ee;
}

.ov-category-tile__label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 10px 14px;
	background: var(--white);
	color: var(--purple);
	font-family: 'Nunito', sans-serif;
	font-size: .95rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
}

.ov-category-tile__check {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--white);
	color: var(--purple);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: scale(.6);
	transition: opacity .2s ease, transform .2s ease;
}

.ov-category-tile.is-active {
	border-color: var(--purple);
}

.ov-category-tile.is-active .ov-category-tile__label {
	background: var(--purple);
	color: var(--white);
}

.ov-category-tile.is-active .ov-category-tile__check {
	opacity: 1;
	transform: scale(1);
	background: var(--orange);
	color: var(--white);
}

@media (max-width: 600px) {
	/* Einspaltig sind die Bild-Kacheln kaum noch als Filter erkennbar –
	   deshalb hier nur noch die Label-Leiste zeigen, wie ein Filter-Chip. */
	.ov-category-tile__image {
		display: none;
	}

	.ov-category-tile__check {
		top: 50%;
		transform: translateY(-50%) scale(.6);
	}

	.ov-category-tile.is-active .ov-category-tile__check {
		transform: translateY(-50%) scale(1);
	}
}

.ov-filters {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	margin-bottom: 36px;
	background: #f9f7ff;
	border: 1px solid #ece3f0;
	border-radius: 16px;
	padding: 20px 24px;
}

.ov-filters__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Nunito', sans-serif;
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--purple);
}

.ov-filters__label svg {
	flex: none;
	opacity: .85;
}

.ov-filters__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

.ov-chips {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.ov-search {
	flex: 0 1 220px;
	display: flex;
	align-items: center;
	gap: 10px;
	height: 42px;
	box-sizing: border-box;
	background: var(--white);
	border: 1px solid #e5e0ea;
	border-radius: 50px;
	padding: 0 18px;
	color: #666;
}

.ov-search svg {
	flex: none;
	opacity: .6;
}

.ov-search input {
	flex: 1;
	border: none;
	outline: none;
	font-family: 'Nunito', sans-serif;
	font-size: .9rem;
	background: transparent;
	color: var(--text);
}

.ov-search input:hover,
.ov-search input:focus {
	box-shadow: none;
}

.ov-chip {
	display: inline-flex;
	align-items: center;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #e5e0ea;
	background: var(--white);
	color: #666;
	font-family: 'Nunito', sans-serif;
	font-size: .8rem;
	font-weight: 700;
	padding: 0 20px;
	border-radius: 50px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}

.ov-chip.is-active {
	background: var(--purple);
	border-color: var(--purple);
	color: var(--white);
}

.ov-chip:hover,
.ov-chip:focus {
	text-decoration: none;
}

.bt-event-list__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	text-align: center;
	padding: 72px 24px;
	margin: 12px 0 48px;
}

.bt-event-list__empty svg {
	color: var(--purple);
	opacity: .8;
}

.bt-event-list__empty span {
	font-family: 'Nunito', sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--purple);
	line-height: 1.6;
	max-width: 480px;
}

/* Desktop: 3 statt der Standard-4 Spalten des Angebote-Kartenrasters */
.bt-event-list.wa-cards-grid {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1100px) {
	.bt-event-list.wa-cards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
	.bt-event-list.wa-cards-grid { grid-template-columns: 1fr; }
}

.bt-event-list__item {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.bt-event-list .wa-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.bt-event-list__card-link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.bt-event-list__cta {
	position: relative;
	z-index: 2;
}

.bt-event-list .wa-card-body .bt-badge--type {
	margin-bottom: 10px;
}

.bt-event-list__date {
	font-size: .85rem;
	color: #666;
	margin: 0 0 10px;
}

.bt-event-list__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: auto;
	padding-top: 6px;
}

.bt-event-list__price {
	font-size: .95rem;
	color: var(--text);
}

.bt-price {
	font-weight: 800;
	color: var(--purple);
}

.bt-earlybird-label {
	display: block;
	font-size: .72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--orange);
	margin-bottom: 4px;
}

.bt-price--earlybird {
	color: var(--orange);
}

.bt-price--crossed {
	margin-left: 6px;
	color: #999;
	text-decoration: line-through;
	font-weight: 400;
}

.bt-badge {
	display: inline-block;
	font-size: .72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: 5px 14px;
	border-radius: 50px;
}

.bt-badge--type {
	background: #f3f0fa;
	color: var(--purple);
}

.bt-badge--full {
	background: #f4d4d4;
	color: #a33;
}

.bt-badge--scarce {
	background: #fde8c8;
	color: #a56b00;
}

/* ── Buttons (used across all booking-tools pages) ───────────────────── */

.bt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	font-size: .82rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: 14px 32px;
	border-radius: 50px;
	border: none;
	text-decoration: none;
	cursor: pointer;
	transition: background .18s, transform .18s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.bt-btn:hover,
.bt-btn:focus {
	text-decoration: none;
}

.bt-btn:active {
	background-image: none;
}

.bt-btn--primary {
	background: var(--orange);
	color: var(--white);
}

.bt-btn--primary:hover {
	background: #d98f00;
	transform: translateY(-2px);
}

.bt-btn--secondary {
	background: transparent;
	color: var(--purple);
	border: 2px solid #e5e0ea;
}

.bt-btn--secondary:hover {
	background: #f9f7ff;
}

.bt-btn--sm {
	padding: 10px 20px;
	font-size: .74rem;
}

.bt-btn--block {
	width: 100%;
}

.wa-hero-cta.bt-btn {
	padding: 12px 28px;
	font-size: .8rem;
}

.bt-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
	font-family: 'Nunito', sans-serif;
}

.bt-pagination__prev,
.bt-pagination__next {
	color: var(--orange);
	font-size: 1.4rem;
	text-decoration: none;
}

.bt-pagination__prev:hover,
.bt-pagination__prev:focus,
.bt-pagination__next:hover,
.bt-pagination__next:focus {
	text-decoration: none;
}

/* ── Detailseite ──────────────────────────────────────────────────────── */

.bt-detail-hero {
	position: relative;
	min-height: 380px;
	display: flex;
	align-items: flex-end;
	background-size: cover;
	background-position: center 30%;
	background-color: var(--purple);
	border-radius: 20px;
	overflow: hidden;
	color: var(--white);
	margin-bottom: 40px;
}

.bt-detail-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(45, 20, 45, .15) 0%, rgba(30, 15, 35, .55) 55%, rgba(24, 12, 30, .92) 100%);
}

.bt-detail-hero__inner {
	position: relative;
	padding: 44px;
	width: 100%;
}

.bt-detail-hero__eyebrow {
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--orange);
	margin-bottom: 10px;
}

.bt-detail-hero h1.bt-detail-hero__title {
	color: #fff;
	font-size: clamp(2.4rem, 5.5vw, 4.2rem);
	max-width: 820px;
}

.bt-detail-chips {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.bt-detail-chip {
	display: inline-flex;
	align-items: center;
	font-family: 'Nunito', sans-serif;
	background: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .3);
	font-size: .82rem;
	font-weight: 700;
	padding: 9px 16px;
	border-radius: 50px;
}

.bt-detail-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 48px;
	align-items: start;
}

@media (max-width: 900px) {
	.bt-detail-body { grid-template-columns: 1fr; }
}

.bt-detail-lede {
	font-family: 'Nunito', sans-serif;
	font-size: 1.1rem;
	color: #555;
	margin-bottom: 20px;
}

.bt-rich-text {
	font-family: 'Nunito', sans-serif;
	color: var(--text);
	line-height: 1.75;
}

.bt-rich-text h2,
.bt-rich-text h3 {
	color: var(--purple);
	margin: 32px 0 14px;
}

.main-content .bt-rich-text h3 {
	font-size: 2em;
}

.bt-rich-text p {
	margin-bottom: 14px;
}

.bt-rich-text ul,
.bt-rich-text ol {
	margin: 0 0 20px;
	padding-left: 0;
	list-style: none;
}

.bt-rich-text li {
	padding: 12px 0;
	border-bottom: 1px solid #ece7f0;
}

.bt-rich-text li:last-child {
	border-bottom: none;
}

.bt-detail-online-url {
	font-family: 'Nunito', sans-serif;
	margin: 20px 0;
}

.bt-speaker {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	background: #f9f7ff;
	border-radius: 18px;
	padding: 24px;
	margin-top: 24px;
	font-family: 'Nunito', sans-serif;
}

.bt-speaker__avatar {
	flex: none;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--purple);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Amatic SC', cursive;
	font-size: 1.6rem;
	font-weight: 700;
}

.bt-speaker__bio {
	font-size: .93rem;
	color: #666;
	line-height: 1.6;
}

.bt-speaker__bio strong {
	display: block;
	color: var(--text);
	margin-bottom: 6px;
	font-size: 1rem;
}

.bt-booking-card {
	position: sticky;
	top: 104px;
	background: var(--white);
	border-radius: 20px;
	box-shadow: 0 10px 34px rgba(93, 37, 89, .12);
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.bt-booking-card__price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
	font-family: 'Nunito', sans-serif;
}

.bt-booking-card__price strong {
	font-family: 'Amatic SC', cursive;
	font-size: 2.6rem;
	color: var(--purple);
	line-height: 1;
}

.bt-booking-card__price span {
	color: #888;
	font-size: .85rem;
}

.bt-booking-card hr {
	border: none;
	border-top: 1px solid #ece7f0;
	margin: 0;
}

.bt-booking-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: 'Nunito', sans-serif;
	font-size: .9rem;
}

.bt-booking-row svg {
	flex: none;
	margin-top: 2px;
	color: var(--blue);
}

.bt-booking-row div b {
	display: block;
	color: var(--text);
}

.bt-booking-row div span {
	color: #888;
	font-size: .85rem;
}

.bt-booking-card__date-select {
	width: 100%;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: .95rem;
	color: var(--text);
	background: var(--white);
	padding: 8px 10px;
	border-radius: 10px;
	border: 1.5px solid #ece7f0;
}

.bt-booking-card__unavailable {
	font-family: 'Nunito', sans-serif;
	color: #a33;
	font-weight: 700;
	text-align: center;
	margin: 0;
}

/* ── Schrittanzeige (Anmeldeseite) ───────────────────────────────────── */

.bt-steps {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	padding: 10px 0 34px;
	font-family: 'Nunito', sans-serif;
}

.bt-step {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 18px;
}

.bt-step__dot {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: .85rem;
	background: #ece7f0;
	color: #888;
}

.bt-step.is-active .bt-step__dot {
	background: var(--orange);
	color: var(--white);
}

.bt-step.is-done .bt-step__dot {
	background: var(--blue);
	color: var(--white);
}

.bt-step__label {
	font-size: .82rem;
	font-weight: 800;
	color: #888;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.bt-step.is-active .bt-step__label {
	color: var(--text);
}

.bt-step__sep {
	width: 40px;
	height: 2px;
	background: #ece7f0;
	align-self: center;
}

.bt-step[hidden],
.bt-step__sep[hidden] {
	display: none;
}

@media (max-width: 700px) {
	.bt-step__label { display: none; }
	.bt-step__sep { width: 16px; }
}

/* ── Anmeldeseite: zweispaltiges Layout ──────────────────────────────── */

.bt-booking-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 44px;
	align-items: start;
}

@media (max-width: 900px) {
	.bt-booking-layout { grid-template-columns: 1fr; }
}

.bt-order-summary {
	position: sticky;
	top: 104px;
	background: var(--white);
	border-radius: 20px;
	box-shadow: 0 10px 34px rgba(93, 37, 89, .12);
	padding: 26px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-family: 'Nunito', sans-serif;
}

.bt-order-summary__event {
	display: flex;
	gap: 14px;
	align-items: center;
}

.bt-order-summary__event img {
	width: 66px;
	height: 66px;
	border-radius: 12px;
	object-fit: cover;
	flex: none;
}

.bt-order-summary__event h4 {
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	font-size: .95rem;
	color: var(--text);
	line-height: 1.3;
	margin: 0;
}

.bt-order-summary__event p {
	font-size: .8rem;
	color: #888;
	margin: 3px 0 0;
}

.bt-order-summary hr {
	border: none;
	border-top: 1px solid #ece7f0;
	margin: 0;
}

.bt-order-summary__line {
	display: flex;
	justify-content: space-between;
	font-size: .9rem;
	color: #888;
}

.bt-order-summary__line b {
	color: var(--text);
	font-weight: 700;
}

.bt-order-summary__total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-top: 4px;
}

.bt-order-summary__total span {
	font-size: .85rem;
	color: #888;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.bt-order-summary__total strong {
	font-family: 'Amatic SC', cursive;
	font-size: 2.4rem;
	color: var(--purple);
}

.bt-order-summary__note {
	font-size: .78rem;
	color: #999;
	line-height: 1.5;
	margin: 0;
}

/* ── Formularfelder ───────────────────────────────────────────────────── */

.bt-form {
	font-family: 'Nunito', sans-serif;
}

.bt-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-bottom: 34px;
}

@media (max-width: 520px) {
	.bt-form__row { grid-template-columns: 1fr; }
}

.bt-form__group {
	margin-bottom: 34px;
}

.bt-form__group--half {
	margin-bottom: 0;
}

.bt-form__label {
	display: block;
	font-size: .82rem;
	font-weight: 800;
	color: var(--text);
	margin-bottom: 7px;
}

.bt-form__label--required::after {
	content: " *";
	color: var(--orange);
}

.main-content .bt-form__input,
.main-content .bt-form__select,
.main-content .bt-form__textarea {
	width: 100%;
	font-family: 'Nunito', sans-serif;
	font-size: .95rem;
	color: var(--text);
	background: var(--white);
	border: 1.5px solid #ece7f0;
	border-radius: 12px;
	padding: 13px 16px;
	transition: border-color .15s;
}

.bt-form__input:focus,
.bt-form__select:focus,
.bt-form__textarea:focus {
	outline: none;
	border-color: var(--blue);
}

.bt-form__group--error .bt-form__input,
.bt-form__group--error .bt-form__select {
	border-color: #c33;
}

.bt-form__error {
	color: #c33;
	font-size: .8rem;
	margin: 6px 0 0;
}

.bt-form__question-desc {
	font-family: 'Nunito', sans-serif;
	font-size: .85rem;
	color: #666;
	line-height: 1.6;
	margin: 0 0 10px;
}

.bt-form__question-desc p {
	margin: 0 0 8px;
}

.main-content .bt-form__fieldset {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	border: none;
	padding: 0;
	margin: 0 0 22px;
}

/* Thematic section headings ("Veranstaltung", "Persönliche Angaben", ...)
   splitting up the long booking form — a top border + generous top margin
   separates each section from the one before, except the very first.
   Selector qualified with both ".bt-form" and the element's own class
   (two classes) to outrank the theme's ".main-content h3" rule (one class
   + one element) — otherwise that rule's decorative headline font/size
   wins regardless of source order. */
.bt-form .bt-form__section-title {
	font-family: 'Nunito', sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--purple);
	margin: 0 0 22px;
	padding-top: 36px;
	border-top: 1px solid #ece7f0;
}

.bt-form .bt-form__section-title--first {
	padding-top: 0;
	border-top: none;
}

.bt-form__legend {
	font-size: .82rem;
	font-weight: 800;
	color: var(--text);
	margin-bottom: 12px;
	padding: 0;
}

.bt-coupon-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.bt-coupon-group__input {
	flex: 1;
	height: 48px;
	box-sizing: border-box;
	margin: 0;
}

.bt-coupon-group__btn {
	height: 48px;
	box-sizing: border-box;
	margin: 0;
	padding: 0 24px;
	white-space: nowrap;
}

.bt-coupon-result {
	margin-top: 8px;
	font-size: .85rem;
}

.bt-coupon-result--valid {
	color: #227a3c;
	font-weight: 700;
}

.bt-coupon-result--invalid {
	color: #c33;
	font-weight: 700;
}

.bt-free-notice {
	margin: 0;
	padding: 14px 18px;
	background: rgba(34, 122, 60, .08);
	border: 1px solid rgba(34, 122, 60, .25);
	border-radius: 10px;
	color: #227a3c;
	font-weight: 600;
	font-size: .95rem;
}

.bt-form__group--checkbox {
	margin-top: 4px;
}

.bt-form__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: .85rem;
	color: #666;
}

.bt-pay-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

@media (max-width: 640px) {
	.bt-pay-options { grid-template-columns: 1fr; }
}

.bt-pay-option {
	border: 1.5px solid #ece7f0;
	border-radius: 14px;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	font-size: .88rem;
	font-weight: 700;
	color: var(--text);
	transition: border-color .15s, background .15s;
}

.bt-pay-option svg {
	flex: none;
	color: var(--blue);
	margin-top: 6px;
}

.bt-pay-option__paypal-icon {
	color: #003087;
	margin-top: 5px;
}

.bt-pay-option input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.bt-pay-option:has(input:checked) {
	border-color: var(--orange);
	background: #fff8ec;
}

.bt-pay-option:has(input:checked) svg:not(.bt-pay-option__paypal-icon) {
	color: var(--orange);
}

.bt-form__legend--required::after {
	content: " *";
	color: var(--orange);
}

.bt-form__fieldset--error .bt-form__legend {
	color: #c33;
}

/* ── Radio-Auswahl (Ja/Nein, Ernährung, ...) ──────────────────────────── */

.bt-radio-options {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bt-radio-option {
	border: 1.5px solid #ece7f0;
	border-radius: 50px;
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-family: 'Nunito', sans-serif;
	font-size: .88rem;
	font-weight: 700;
	color: var(--text);
	transition: border-color .15s, background .15s;
}

.bt-radio-option input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.bt-radio-option:has(input:checked) {
	border-color: var(--orange);
	background: #fff8ec;
	color: var(--purple);
}

/* ── "Weitere Personen" / "Kinderbetreuung" Repeater ──────────────────── */

.bt-repeater {
	margin: 0 0 22px;
	padding: 20px;
	background: #f9f7ff;
	border: 1px solid #ece3f0;
	border-radius: 16px;
}

.bt-repeater__hint {
	margin: 0 0 16px;
	font-family: 'Nunito', sans-serif;
	font-size: .85rem;
	color: #666;
}

.bt-repeater__rows {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bt-repeater__row {
	position: relative;
	padding: 18px 44px 4px 18px;
	background: var(--white);
	border: 1px solid #ece7f0;
	border-radius: 12px;
}

.bt-repeater__row .bt-form__fieldset:last-child {
	margin-bottom: 4px;
}

.bt-repeater__remove {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	border: none;
	border-radius: 50%;
	background: #f3eef7;
	color: var(--purple);
	font-size: 1.1rem;
	line-height: 1;
	cursor: pointer;
	transition: background .15s, color .15s;
}

.bt-repeater__remove:hover {
	background: #c33;
	color: var(--white);
}

.bt-repeater__add {
	margin-top: 16px;
}

/* ── Zusammenfassung: Listen für weitere Personen/Kinder ──────────────── */

.bt-summary-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bt-summary-list li {
	padding: 2px 0;
}

/* ── Zusammenfassung / Bestätigung / Fehler ───────────────────────────── */

.bt-booking-summary {
	font-family: 'Nunito', sans-serif;
	max-width: 720px;
	margin: 0 auto;
}

.bt-booking-summary__title {
	text-align: center;
	margin-bottom: 24px;
}

.bt-summary-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 28px;
	background: var(--white);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.bt-summary-table th,
.bt-summary-table td {
	text-align: left;
	padding: 14px 20px;
	border-bottom: 1px solid #f2eef6;
	font-size: .92rem;
}

.bt-summary-table tbody tr:last-child th,
.bt-summary-table tbody tr:last-child td {
	border-bottom: none;
}

.bt-summary-table tbody tr:hover {
	background: #faf8fc;
}

.bt-summary-table th {
	color: #8a8391;
	font-weight: 800;
	font-size: .78rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	width: 40%;
}

.bt-summary-table__total {
	background: #f9f7ff;
}

.bt-summary-table__total:hover {
	background: #f9f7ff;
}

.bt-summary-table__total th,
.bt-summary-table__total td {
	border-bottom: none;
	padding-top: 16px;
	padding-bottom: 16px;
}

.bt-summary-table__total th {
	color: var(--purple);
	text-transform: none;
	font-size: .95rem;
}

.bt-summary-table__total td strong {
	color: var(--purple);
	font-family: 'Nunito', sans-serif;
	font-size: 1.3rem;
}

.bt-booking-summary__actions {
	display: flex;
	justify-content: center;
	gap: 14px;
}

.bt-booking-confirmed,
.bt-booking-error {
	font-family: 'Nunito', sans-serif;
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}

.bt-booking-confirmed h2 {
	color: var(--purple);
}

.bt-booking-error__message {
	color: #c33;
	font-weight: 700;
}

/* ── Buchungsbestätigung ──────────────────────────────────────────────── */

.bt-booking-confirmation {
	max-width: 640px;
	margin: 0 auto;
	padding: 24px 0 48px;
}

.bt-booking-confirmation__card {
	font-family: 'Nunito', sans-serif;
	background: var(--white);
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, .08);
	padding: 56px 48px;
	text-align: center;
}

.bt-booking-confirmation__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 24px;
	border-radius: 50%;
}

.bt-booking-confirmation__icon--success {
	background: rgba(34, 122, 60, .12);
	color: #227a3c;
}

.bt-booking-confirmation__icon--processing {
	background: rgba(59, 130, 246, .12);
	color: #2563eb;
}

.bt-booking-confirmation__icon--empty {
	background: #f2eef6;
	color: #8a8391;
}

.bt-booking-confirmation__headline {
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 2.4rem;
	color: var(--purple);
	margin: 0 0 16px;
}

.bt-booking-confirmation__text {
	color: var(--text);
	font-size: 1.02rem;
	line-height: 1.6;
	max-width: 460px;
	margin: 0 auto 36px;
}

.bt-booking-confirmation__details {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 16px 24px;
	margin: 0;
	padding: 28px 32px;
	background: #faf8fc;
	border-radius: 14px;
	text-align: left;
}

.bt-booking-confirmation__details dt {
	color: #8a8391;
	font-weight: 800;
	font-size: .78rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	align-self: center;
}

.bt-booking-confirmation__details dd {
	margin: 0;
	font-size: .98rem;
	align-self: center;
}

.bt-booking-confirmation__details dd strong {
	color: var(--purple);
	font-size: 1.1rem;
}

.bt-booking-confirmation__card--empty .bt-booking-confirmation__text {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.bt-booking-confirmation__card {
		padding: 40px 24px;
		border-radius: 16px;
	}

	.bt-booking-confirmation__details {
		grid-template-columns: 1fr;
		gap: 4px 0;
		padding: 20px 20px 24px;
	}

	.bt-booking-confirmation__details dt {
		margin-top: 12px;
	}

	.bt-booking-confirmation__details dt:first-child {
		margin-top: 0;
	}
}

.bt-gate {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.bt-gate__title {
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 2.4rem;
	color: var(--purple);
	margin-bottom: 6px;
}

.bt-gate__subtitle {
	font-family: 'Nunito', sans-serif;
	color: var(--text);
	max-width: 560px;
	margin: 0 auto 32px;
}

.bt-gate__options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	text-align: left;
}

.bt-gate__option {
	position: relative;
	background: var(--white);
	border: 2px solid #eee;
	border-radius: 18px;
	padding: 26px 22px 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-decoration: none;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.bt-gate__option:hover {
	border-color: var(--purple);
	box-shadow: 0 10px 28px rgba(93, 37, 89, .12);
	transform: translateY(-2px);
}

.bt-gate__option--highlight {
	border-color: var(--purple);
}

.main-content .bt-gate__option h3 {
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 2em;
	color: var(--purple);
	margin: 0;
}

.bt-gate__option p {
	font-family: 'Nunito', sans-serif;
	font-size: .92rem;
	color: var(--text);
	flex: 1;
	margin: 0;
}

.bt-gate__option .bt-btn {
	margin-top: 4px;
}

.bt-gate__badge {
	position: absolute;
	top: -12px;
	right: 18px;
	background: var(--orange);
	color: var(--white);
	font-family: 'Nunito', sans-serif;
	font-size: .72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 4px 12px;
	border-radius: 999px;
}
