/**
 * Gemeinsame Basis fuer alle Formular-Designs.
 */

/* Nur fuer Screenreader sichtbar. */
.dwx-sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Honeypot: fuer Menschen unsichtbar, fuer Bots ein Pflichtfeld. */
.dwx-hp {
	position: absolute !important;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Fieldset ohne Browser-Standardgestaltung. */
.dwx-fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.dwx-hidden {
	display: none !important;
}

.dwx-loading {
	opacity: .75;
	pointer-events: none;
}

/* Einwilligung. */
.dwx-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.6;
}

.dwx-consent input[type="checkbox"] {
	margin: 3px 0 0;
	width: 18px;
	height: 18px;
	min-width: 18px;
	cursor: pointer;
	accent-color: currentColor;
}
