
/* Grouping & †berschriften (fieldset & legend) */

fieldset legend {
	color: #31704c;
}

/* Input-Felder */

.field input:focus,
.field select:focus,
.field textarea:focus {
	border-color: #31704c;
}

/* Buttons */

input.button,
.button {
	border: 1px solid #31704c;
	background-color: #def4e8;
	color: #224e35;
}

input.button.action-reset,
.field input.button.action-reset,
input.button.action-reset_selection {
	color: #31704c;
}
