h2, .message, p {
	text-align: center;
}

fieldset {
	margin: 0;
	border-style: none;
	color: #004169;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	padding: 1em 0;
}
fieldset legend {
	color: #004169;
}

div#footer {
	border-top: 2px solid #e6e6e6;
	width: 100%;
	margin: 2em auto 0 auto;
	text-align: center;
}
ul#ah-services {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

select#tel-cc {
	display: none;
	width: 4em;
	font-size: 16px;
	height: 44px;
}
div#email-tel-container {
	display: -ms-flexbox;	/* IE10 */
	display: -webkit-box;
	display: -webkit-flex;	/* Safari 7-8, iOS Safari 7.0-8.3, Android 4.1-4.3 */
	display: flex;
}

fieldset input {
	display: block;
	margin-bottom: 0.5em;
	padding: 0 8px;
	width: 100%;
	-webkit-box-sizing: border-box;	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing: border-box;			/* Opera/IE 8+ */
	border: 1px solid #bdcd00;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
}

input#UserSave {
	display: inline;
}

div.checkbox input {
	width: auto;
	height: inherit;
	line-height: inherit;
	border-width: 0;
}
div.checkbox label {
	display: inline;
	font-weight: normal;
}

img#logo {
	width: 100%;
	margin-bottom: 1em;
}

legend#anmeldung-lang {
	display: none;
}

div#authMessage {
	text-align: left;
	color: #dd4b39;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 17px;
}

div#lostpw {
	text-align: left;
	color: #dd4b39;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}
div#lostpw a {
	color: #dd4b39;
}

footer {
	border-top: 1px solid #e6e6e6;
	font-size: 10px;
	width: 100%;
	margin: 5em auto 0 auto;
	padding-top: 0.5em;
}

footer a {
	color: #084358;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

footer li {
	margin-top: 0.5em;
	display: inline;
}
footer li:not(.last)::after {
	content: " | ";
}

@media (min-width: 196px) {
	img#logo {
		width: 196px;
		margin: 0 auto 2em auto;
		display: block;
	}
}

@media (min-width: 330px) {
	legend#anmeldung-lang {
		display:block;
	}
	legend#anmeldung-kurz {
		display: none;
	}
	fieldset {
		padding: 1em 0.5em;
	}
}

@media (min-width: 340px) {
	div#footer, footer {
		width: 340px;
	}
}

@media (min-width: 360px) {
	fieldset {
		width: 340px;
		margin: auto auto;
		border: 2px solid #e6e6e6;
	}
}