/**
 * common.css
 */

.content-section.image.booking {
	background-image: url("../media/img/img-booking.jpg");
}
.content-section.bgImage.wissenswertes {
	background-image: url("../media/img/img-wissenswertes.jpg");
}
.content-section.register {
	background-image: url("../media/img/img-register.jpg");
	padding-bottom: 100px;
}
.content-section.register .content {
	font-size: clamp(20px, 0.8vw + 17px, 23px);
}
.content-section .button {
	font-size: clamp(20px, 0.8vw + 17px, 23px);
	font-weight: 400;
	margin-top: 50px;
}/**
 * preistabelle.css
 */

.content-section:has(.price-table-wrap) {
	padding-top: 80px;
	padding-bottom: 30px;
}

.price-table-wrap,
.price-table-wrap * {
	box-sizing: border-box;
}

.price-table-wrap {
	width: 100%;
	overflow-x: auto;
	padding: 4px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow:
			0 24px 70px rgba(31, 41, 55, 0.10),
			0 4px 18px rgba(31, 41, 55, 0.05);
	-webkit-overflow-scrolling: touch;
}

.price-table {
	width: 100%;
	min-width: 1000px;
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.45;
}

/* Spaltenbreiten */

.price-table th:first-child {
	width: 25%;
}

.price-table th:not(:first-child),
.price-table td {
	width: 18.75%;
}

/* Zusätzlicher oberer Kopfbereich */

.price-table .package-groups th {
	padding: 0;
	border: 0;
	background: transparent;
}

.price-table .package-groups .group-placeholder {
	background: transparent;
}

.price-table .package-groups .group-title {
	padding: 15px 20px;
	color: #5e3b00;
	background: #fff4e2;
	border-bottom: 5px solid #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
}

.price-table .package-groups .group-single {
	border-radius: 20px 0 0 0;
	border-right: 3px solid #ffffff;
}

.price-table .package-groups .group-multiple {
	border-radius: 0 20px 0 0;
}

/* Paketüberschriften */

.price-table .package-headings th {
	position: relative;
	padding: 30px 22px 28px;
	color: #ffffff;
	background: linear-gradient(145deg, #ffab22, #ff9000);
	border-right: 1px solid rgba(255, 255, 255, 0.28);
	text-align: center;
	vertical-align: middle;
}

.price-table .package-headings th:last-child {
	border-right: 0;
}

.price-table .package-headings .feature-heading {
	color: #333333;
	background: #f4f6f9;
	text-align: left;
	border-radius: 20px 0 0 0;
}

.price-table .package-name,
.price-table .package-description {
	display: block;
}

.price-table .package-name {
	font-size: clamp(21px, 1.7vw, 28px);
	font-weight: 750;
	line-height: 1.15;
}

.price-table .package-description {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 500;
}

/* Hervorgehobenes Paket */

.price-table .package-headings .recommended {
	background: linear-gradient(145deg, #ff9c08, #ec7e00);
	box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.22);
}

.price-table .package-badge {
	position: absolute;
	top: -13px;
	left: 50%;
	padding: 5px 13px;
	color: #1b9d00;
	background: #ffffff;
	border-radius: 100px;
	box-shadow: 0 5px 16px rgba(100, 60, 0, 0.17);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transform: translateX(-50%);
}

/* Tabelleninhalt */

.price-table tbody th,
.price-table tbody td {
	padding: 21px 22px;
	border-right: 1px solid #e3e7ed;
	border-bottom: 1px solid #e3e7ed;
	vertical-align: middle;
}

.price-table tbody th {
	background: #ffffff;
	font-weight: 600;
	text-align: left;
}

.price-table tbody td {
	background: #ffffff;
	font-weight: 500;
	text-align: center;
}

.price-table tbody tr:nth-child(even) th,
.price-table tbody tr:nth-child(even) td {
	background: #f7f9fc;
}

.price-table tbody td:last-child {
	border-right: 0;
}

/* Dezente Hervorhebung der empfohlenen Spalte */

.price-table tbody td:nth-child(4) {
	background: #fffaf2;
}

.price-table tbody tr:nth-child(even) td:nth-child(4) {
	background: #fff5e6;
}

.price-table sup {
	font-size: 0.72em;
	font-weight: 300;
}

.price-table .on-request {
	color: #737a84;
	font-style: italic;
}

.price-table .not-included {
	color: #9ca3ad;
	font-size: 20px;
}

.price-table .included {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #34764a;
	font-weight: 650;
}

.price-table .included::before {
	content: "✓";
	display: inline-grid;
	width: 21px;
	height: 21px;
	place-items: center;
	color: #ffffff;
	background: #4c9662;
	border-radius: 50%;
	font-size: 12px;
	line-height: 1;
}

/* Preiszeile */

.price-table tfoot th,
.price-table tfoot td {
	padding: 25px 22px;
	background: var(--color-surface-dark);
	border-right: 1px solid rgba(255, 255, 255, 1);
	text-align: center;
}
.price-table tfoot th {
	border-radius: 0 0 0 20px;
	text-align: left;
}

.price-table tfoot td:last-child {
	border-right: 0;
	border-radius: 0 0 20px 0;
}

.price-table tfoot th > span,
.price-table tfoot td > span {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	font-weight: 500;
}

.price-table tfoot td:nth-child(4) > span {
	color: rgba(255, 255, 255, 0.63);
}

.price-table tfoot td strong {
	display: block;
	font-size: clamp(22px, 2vw, 31px);
	line-height: 1.1;
}
.price-table tfoot td:nth-child(4) strong {
	color: #ffffff;
}

.price-table tfoot td:nth-child(4) {
	background: linear-gradient(145deg, #f69300, #df7900);
}

/* Fußnoten */

.price-notes {
	margin-top: 22px;
	color: #777e87;
	font-size: 13px;
	line-height: 1.55;
	margin-bottom: 40px;
}

.price-notes p {
	margin: 5px 0;
}

.price-notes sup {
	font-weight: 700;
}

/* Hover nur auf Geräten mit Maus */

@media (hover: hover) {
	.price-table tbody tr {
		transition: box-shadow 180ms ease, transform 180ms ease;
	}

	.price-table tbody tr:hover {
		position: relative;
		z-index: 1;
		box-shadow: 0 8px 24px rgba(31, 41, 55, 0.08);
	}

	.price-table tbody tr:hover th,
	.price-table tbody tr:hover td {
		background: #fffdf9;
	}
}

/* Kleinere Bildschirme */

@media (max-width: 1100px) {
	.price-table-wrap {
		border-radius: 18px;
	}

	.price-table {
		min-width: 920px;
	}

	.price-table tbody th,
	.price-table tbody td,
	.price-table .package-headings th {
		padding-right: 17px;
		padding-left: 17px;
	}

	/* Erste Spalte bleibt beim horizontalen Scrollen sichtbar */

	.price-table .package-headings .feature-heading,
	.price-table tbody th,
	.price-table tfoot th {
		position: sticky;
		left: 0;
		z-index: 3;
		box-shadow: 8px 0 18px rgba(31, 41, 55, 0.06);
	}

	.price-table .package-headings .feature-heading {
		z-index: 5;
	}
}

@media (max-width: 600px) {
	.price-table-wrap {
		margin-right: -16px;
		padding-right: 16px;
		border-radius: 16px 0 0 16px;
	}

	.price-table {
		min-width: 850px;
		font-size: 14px;
	}

	.price-table th:first-child {
		width: 210px;
		min-width: 210px;
	}

	.price-table .package-headings th {
		padding-top: 27px;
		padding-bottom: 24px;
	}

	.price-table tbody th,
	.price-table tbody td {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.price-table .package-groups .group-title {
		font-size: 11px;
	}
}/**
 * registrationForm.css
 */

.registration-form {
	max-width: 700px;
	margin: 0 auto;
}

.honeypot {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-group {
	margin-bottom: 22px;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.95rem;
	font-weight: 600;
	color: #444;
	text-align: left;
}

.form-group input,
.form-group textarea,
.form-group select {
	width: 100%;
	box-sizing: border-box;

	padding: 14px 16px;

	font-size: 1rem;
	font-family: inherit;

	border: 1px solid #d9dde3;
	border-radius: 10px;

	background: #fff;

	transition:
			border-color .2s,
			box-shadow .2s,
			background .2s;
}

.form-group textarea {
	min-height: 140px;
	resize: vertical;
}

.form-group input:hover,
.form-group textarea:hover,
.form-group select:hover {
	border-color: #b7bec8;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
	outline: none;
	border-color: #f28c00;
	box-shadow: 0 0 0 4px rgba(242,140,0,.15);
}

.registration-form button {
	margin-top: 40px;
}