.booking-page-section { padding-top: 190px; padding-bottom: 95px; background-color: #fff; }
			.booking-page-section .section-id { color: #8f8b8b; letter-spacing: 0.18rem; text-transform: uppercase; font-weight: 700; }
			.booking-page-intro { max-width: 760px; margin: 0 auto 54px; color: #5f6875; }
			.booking-info-card { height: 100%; border: 1px solid rgba(55,59,77,0.14); border-radius: 18px; background: #fff; padding: 34px 30px; box-shadow: 0 18px 45px rgba(20,20,28,0.06); }
			.booking-info-card h5 { margin-bottom: 16px; }
			.booking-info-card p { margin-bottom: 8px; color: #5f6875; }
			.booking-info-card a { color: #201e29; font-weight: 700; text-decoration: none; }
			.booking-info-card a:hover { color: #000; text-decoration: underline; }
			.booking-icon-circle { width: 58px; height: 58px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #050505; color: #fff; margin-bottom: 22px; }
			.booking-icon-circle span { font-size: 1.65rem; line-height: 1; }
			.booking-form-wrapper { width: 100%; border-radius: 18px; background: #f7f5f3; padding: 42px; border: 1px solid rgba(55,59,77,0.10); box-shadow: 0 18px 45px rgba(20,20,28,0.06); }
			.booking-aside { height: 100%; border-radius: 18px; background: #fff; padding: 42px; border: 1px solid rgba(55,59,77,0.12); box-shadow: 0 18px 45px rgba(20,20,28,0.06); }
			.booking-aside h4 { margin-bottom: 18px; }
			.booking-aside p, .booking-aside li { color: #5f6875; }
			.booking-aside ul { padding-left: 18px; margin-bottom: 24px; }
			.booking-direct-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
			.booking-direct-links .btn { margin: 0; }
			.booking-form textarea.form-control { min-height: 150px; padding-top: 15px; line-height: 1.55; }
			.booking-form .form-select { cursor: pointer; }
			.booking-form-note { margin-top: 14px; color: #7a7d86; font-size: .95rem; }
			@media (max-width: 991px) { .booking-page-section { padding-top: 160px; } .booking-form-wrapper, .booking-aside { padding: 32px 24px; } }
			@media (max-width: 767px) { .booking-page-section { padding-top: 145px; } .booking-info-card { padding: 28px 24px; } }

			/* Bookingseite: schwarze Menüleiste bis zum Scrollen */
			.booking-page #header.tra-menu .wsmainfull:not(.scroll) {
				background-color: #050505 !important;
				box-shadow: 0 2px 3px rgba(0, 0, 0, .18);
			}
			.booking-page #header.tra-menu .wsmainfull:not(.scroll) .wsmenu > .wsmenu-list > li > a {
				color: #ffffff !important;
			}
			.booking-page #header.tra-menu .wsmainfull.scroll {
				background-color: #ffffff !important;
			}
			.booking-page #header.tra-menu .wsmainfull.scroll .wsmenu > .wsmenu-list > li > a {
				color: #463853 !important;
			}
			.booking-page #header.tra-menu .wsmainfull.scroll .wsmenu > .wsmenu-list > li > a.btn {
				color: #ffffff !important;
			}
			.booking-page .wsmobileheader {
				background-color: #050505 !important;
			}
