/* Anmeldeformular
==================*/
#anmeldeformular input[type="text"],
#anmeldeformular select {
	width:95%;
	padding:4px;
	border:1px solid #999;
	border-radius:0;
	margin:0 0 12px 0;
	box-sizing: border-box;
}

#anmeldeformular label {
	width:95%;
	padding:4px;	
	margin:0 0 6px 0;
}

#anmeldeformular input[type="submit"] {
	margin-top:12px;
}

#anmeldeformular input.fehler,
#anmeldeformular select.fehler {
	border-color:#dd2c33;
}

p.disclaimer {
	font-size:80%;
}
div.g-recaptcha {
  margin-bottom:6px;
}