/* Online-Widerrufsfunktion ("Widerrufsbutton")
***************************************************/
#widerruf h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #8c0303;
}
#widerruf p { line-height: 21px; margin: 10px 0; }

#widerruf p.info-hint,
#widerruf p.datenschutz-hint {
	font-size: 13px;
	line-height: 19px;
	color: #555;
	background: #faf4f4;
	border-left: 3px solid #af6560;
	border-radius: 0 5px 5px 0;
	padding: 10px 14px;
}
#widerruf p.datenschutz-hint { margin-top: 18px; }

#widerruf form.widerruf-form { margin-top: 20px; }

/* Zweispaltiges Raster fuer die kurzen Felder */
#widerruf form .field-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px 22px;
}

#widerruf form .field { display: block; width: 100%; margin: 10px auto 14px; }
#widerruf form .field label {
	display: block; width: 100%; margin-bottom: 5px;
	font-size: 14px; font-weight: bold; color: #333;
}
#widerruf form .field input.border {
	display: block; width: 100%; height: 40px; box-sizing: border-box;
	font-size: 16px; line-height: 40px; padding: 0 12px;
	border: 1px solid #cccccc; border-radius: 5px;
	font-family: "Quicksand"; background: #ffffff;
	transition: border-color .15s ease, box-shadow .15s ease;
}
#widerruf form .field textarea {
	display: block; width: 100%; height: 110px; box-sizing: border-box;
	font-size: 16px; line-height: 20px; padding: 10px 12px;
	border: 1px solid #cccccc; border-radius: 5px;
	font-family: "Quicksand"; background: #ffffff; resize: vertical;
	transition: border-color .15s ease, box-shadow .15s ease;
}
#widerruf form .field input.border:focus,
#widerruf form .field textarea:focus {
	outline: none;
	border-color: #8c0303;
	box-shadow: 0 0 0 3px rgba(140, 3, 3, 0.12);
}
#widerruf form .field .ktBGred { background-color: #8c0303; color: #ffffff !important; border-color: #8c0303; }
#widerruf form .field .ktBGred::placeholder { color: #f0d5d5; }

#widerruf .hp-field {
	position: absolute !important;
	left: -9999px !important;
	width: 1px; height: 1px;
	opacity: 0; overflow: hidden;
}

#widerruf button.widerruf-submit {
	display: block; width: 100%; max-width: 340px; margin: 24px auto 30px;
	padding: 13px 20px; border: 0; border-radius: 6px;
	background: #8c0303; color: #ffffff;
	font-size: 17px; font-weight: bold; font-family: "Quicksand";
	letter-spacing: .3px; cursor: pointer;
	box-shadow: 0 2px 6px rgba(140, 3, 3, 0.25);
	transition: background .15s ease, transform .05s ease;
}
#widerruf button.widerruf-submit:hover { background: #af6560; }
#widerruf button.widerruf-submit:active { transform: translateY(1px); }

/* Bestaetigungsseite */
#widerruf.widerruf-confirm p.confirm-intro { line-height: 22px; margin: 14px 0 22px; }
#widerruf.widerruf-confirm p.confirm-outro { margin-top: 22px; }

#widerruf .widerruf-summary { padding: 20px 22px; margin: 22px 0; }
#widerruf .widerruf-summary h2 {
	font-size: 18px; margin: 0 0 16px; padding-bottom: 10px;
	border-bottom: 1px solid #d9b8b8;
}
#widerruf .widerruf-dl {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 12px 24px;
	margin: 0;
}
#widerruf .widerruf-dl dt { font-weight: bold; color: #333; margin: 0; }
#widerruf .widerruf-dl dd { margin: 0; color: #444; line-height: 20px; word-break: break-word; }

@media only screen and (max-width: 600px) {
	#widerruf .widerruf-dl { grid-template-columns: 1fr; gap: 2px 0; }
	#widerruf .widerruf-dl dt { margin-top: 12px; }
	#widerruf .widerruf-dl dd { margin-bottom: 0; }
}

/* Mobil: einspaltig */
@media only screen and (max-width: 600px) {
	#widerruf form .field-grid { grid-template-columns: 1fr; gap: 0; }
}
