/* Bisher Snippet 37: Amelia-Buchungsdialog und Kursübersicht. */
@media (max-width: 767px) {
	.amelia-v2-booking .am-button.am-button--medium,
	.amelia-v2-booking .am-button.am-button--small {
		min-height: 44px;
		font-size: 15px;
	}

	.amelia-v2-booking input,
	.amelia-v2-booking select,
	.amelia-v2-booking textarea,
	.amelia-v2-booking .am-input__inner {
		font-size: 16px !important;
	}

	.page-id-7584 .elementor-button {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 15px;
	}
}

/* Der mobile Fixknopf wird vom Skript nur bei einer passenden Sektion gezeigt. */
#bfsz-sticky-cta {
	display: none;
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: calc(12px + env(safe-area-inset-bottom));
	z-index: 9999;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	background: #e67e22;
	color: #1d1d1d;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 6px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .4);
	text-decoration: none;
}

#bfsz-sticky-cta.bfsz-visible {
	display: flex;
}
