/* Ringelbach Hexen - Kontaktformular */

.rh-kontakt-form {
	max-width: 500px;
	margin: 10px 0;
}

.rh-form-feld {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.rh-form-feld label {
	font-weight: bold;
	margin-bottom: 5px;
}

.rh-form-feld input,
.rh-form-feld textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

.rh-form-feld input:focus,
.rh-form-feld textarea:focus {
	outline: 2px solid #4c8fb1;
	outline-offset: 1px;
}

.rh-form-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.rh-form-submit {
	font-family: inherit;
	background-color: #4c8fb1;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 10px 25px;
	font-size: 1.05em;
	font-weight: bold;
	cursor: pointer;
}

.rh-form-submit:hover {
	background-color: #3d7591;
}

.rh-hinweis {
	padding: 12px 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.rh-hinweis-erfolg {
	background-color: #e3f3e6;
	color: #256029;
	border: 1px solid #b6dcbc;
}

.rh-hinweis-fehler {
	background-color: #fbe7e7;
	color: #8a1f1f;
	border: 1px solid #f0b8b8;
}

.rh-hinweis-fehler ul {
	margin: 0;
	padding-left: 20px;
}
