/* Kauzeug Kontaktformular – bewusst schlank, das Theme gibt den Ton an. */

.kz-contact__field,
.kz-contact__consent,
.kz-contact__actions {
	margin: 0 0 1.1em;
}

.kz-contact__field label {
	display: block;
	margin-bottom: .35em;
	font-weight: 600;
}

.kz-contact__field input,
.kz-contact__field textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.kz-contact__consent label {
	display: flex;
	align-items: flex-start;
	gap: .6em;
	line-height: 1.5;
}

.kz-contact__consent input {
	margin-top: .25em;
	flex: 0 0 auto;
}

/* Honigtopf: aus dem Sichtfeld geschoben statt display:none – manche Bots
   überspringen ausgeblendete Felder gezielt und fallen so nicht darauf herein. */
.kz-contact__trap {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.kz-contact__notice {
	margin: 0 0 1.4em;
	padding: .9em 1.1em;
	border-left: 4px solid;
	border-radius: 3px;
}

.kz-contact__notice--ok {
	border-color: #2e7d32;
	background: #edf7ed;
	color: #1b3d1d;
}

.kz-contact__notice--error {
	border-color: #c62828;
	background: #fdecea;
	color: #5f1a17;
}

.kz-contact__notice ul {
	margin: .5em 0 0 1.2em;
	list-style: disc;
}
