/* Eigenes Anfrageformular (ersetzt GHL-iframe), 2026-09-03 */
.hl-anfrage {
	background: #fff;
	border-radius: 12px;
	padding: 28px 24px;
	font-family: Outfit, system-ui, sans-serif;
}
.cta-form .hl-anfrage {
	margin-top: 8px;
}
.hl-anfrage label {
	display: block;
	font-weight: 600;
	color: #0f3a5c;
	margin-top: 18px;
}
.hl-anfrage input[type="text"],
.hl-anfrage input[type="tel"],
.hl-anfrage input[type="email"] {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #b8c4cc;
	padding: 10px 0;
	font: inherit;
	background: transparent;
}
.hl-anfrage input[type="text"]:focus,
.hl-anfrage input[type="tel"]:focus,
.hl-anfrage input[type="email"]:focus {
	outline: none;
	border-bottom: 2px solid #297735;
}
.hl-anfrage .hl-hint {
	font-size: .85rem;
	color: #5e6e62;
	margin: 6px 0 0;
	font-weight: 400;
}
.hl-anfrage .hl-upload {
	margin-top: 18px;
}
.hl-anfrage .hl-drop {
	display: block;
	border: 1.5px dashed #b8c4cc;
	border-radius: 10px;
	padding: 26px;
	text-align: center;
	font-weight: 400;
	color: #5e6e62;
	margin-top: 8px;
	cursor: pointer;
}
.hl-anfrage .hl-drop svg {
	display: block;
	margin: 0 auto 8px;
}
.hl-anfrage .hl-upload input[type="file"] {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hl-anfrage .hl-hp {
	position: absolute;
	left: -9999px;
}
.hl-anfrage .hl-check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-weight: 400;
	color: #333;
	font-size: .92rem;
}
.hl-anfrage .hl-check input {
	margin-top: 4px;
}
.hl-anfrage .hl-check input { flex: 0 0 auto; }
.hl-anfrage button[type="submit"] {
	width: 100%;
	background: #297735;
	color: #fff;
	border: 0;
	border-radius: 8px;
	padding: 14px;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	margin-top: 20px;
}
.hl-anfrage button[type="submit"]:hover:not(:disabled) {
	background: #1f5c28;
}
.hl-anfrage button[type="submit"]:disabled {
	opacity: .7;
	cursor: default;
}
.hl-anfrage .hl-status {
	margin-top: 12px;
	font-size: .92rem;
	min-height: 0;
}
.hl-anfrage .hl-status.err {
	color: #b3261e;
}
.hl-anfrage .hl-success {
	text-align: center;
	padding: 12px 0;
}
.hl-anfrage .hl-success svg {
	display: block;
	margin: 0 auto 12px;
}
.hl-formhinweis {
	font-size: .82rem;
	line-height: 1.55;
	color: #8a96a3;
	margin: 10px 0 0;
	font-family: Outfit, system-ui, sans-serif;
}
.cta-form .hl-formhinweis {
	color: #c9d6de;
}
@media (max-width: 768px) {
	.hl-anfrage {
		padding: 20px 16px;
	}
}

.cta-form .hl-anfrage .hl-hint,
.hl-anfrage .hl-hint { color: #5e6e62 !important; font-size: .85rem !important; }
.cta-form .hl-anfrage .hl-check,
.hl-anfrage .hl-check { color: #333 !important; }
.cta-form .hl-anfrage .hl-status.err { color: #b3261e !important; }

/* Links im Datenschutz-Satz sichtbar unterstreichen */
.hl-anfrage .hl-check a { text-decoration: underline; color: #104d6e; }
