/* Reset */
html, body, div, span, applet, object, iframe, h1, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
p {
	font-size: 16px;
	line-height: 1.2em;
	margin: 0;
}
div {
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	-webkit-text-size-adjust: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #52575c;
	line-height: 1.5em;
	font-size: 16px;
}
	body.is-loading * {
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
@-ms-viewport {
	width: device-width;
}
h1, h2, h3, h5, h6 {
	font-weight: 400;
	color: #222222;
}
	h1 a,
	h2 a,
	h3 a,
	h4 a, 
	h5 a, 
	h6 a {
		color: inherit;
		text-decoration: none;
	}
	h1 {
		font-size: 26px;
		font-weight: bold;
		padding: 15px 0;
	}
	h2 {
		font-size: 22px;
		padding: 10px 0;
	}
	h3 {
		font-size: 18px;
		padding: 5px 0;
	}
	h4 {
		font-size: 16px;
		font-weight: bold;
		padding: 5px 0;
	}
a {
	color: #666666;
	text-decoration: none;
}
	a:hover {
		color: #000000;
	}
strong {
	font-weight: bold;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
hr {
	border: 0;
	border-top: solid 1px #c2c7cc;
}
ul, 
ol {
	margin-left: 20px;
}
	ul li,
	ol li {
		padding-left: 10px;
	}
.clear {
	clear: both;
}
.erfolg {
	color: #00b000;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.fehler {
	color: #b00000;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}

/* Form */
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="submit"],
textarea, 
select {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	color: #444444;
	line-height: 1.2em;
	font-size: 16px;
	width: 100%;
}
	form input[type="text"],
	form input[type="tel"],
	form input[type="url"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-moz-box-shadow: 0px 0px 5px #A6A6A6;
		-webkit-box-shadow: 0px 0px 5px #A6A6A6;
		box-shadow: 0px 0px 5px #A6A6A6;
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		-webkit-appearance: none;
		background: #E0E0E0;
		color: #444444;
		width: 100%;
		line-height: 1.5em;
		padding: 5px;
		border: 1px solid #666666;
	}
		form input[type="text"]:hover,
		form input[type="text"]:focus,
		form input[type="tel"]:hover,
		form input[type="tel"]:focus,
		form input[type="url"]:hover,
		form input[type="url"]:focus,
		form input[type="email"]:hover,
		form input[type="email"]:focus,
		form input[type="password"]:hover,
		form input[type="password"]:focus,
		form select:hover,
		form select:focus,
		form textarea:hover,
		form textarea:focus {
			background: #fff;
			color: #000000;
		}
	form textarea {
		min-height: 7em;
	}
	form .formerize-placeholder,
	form ::-webkit-input-placeholder,
	form :-moz-placeholder,
	form ::-moz-placeholder,
	form :-ms-input-placeholder {
		color: #bbbbbb !important;
	}
		input:focus::placeholder {
			opacity: 0;
		}

/* Button */
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-box-shadow: 0px 0px 10px #A6A6A6;
		-webkit-box-shadow: 0px 0px 15px #A6A6A6;
		box-shadow: 0px 0px 10px #A6A6A6;
		transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		display: inline-block;
		color: inherit;
		background: none;
		text-decoration: none;
		border: solid 1px #01274d;
		border-radius: 10px;
		padding: 5px 15px;
		margin: 15px 0;
		cursor: pointer;
	}
		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			color: #0bae03;
			border-color:#000000;
			box-shadow: inset 0 0 5px #999999;
		}

/* content */
	.bgcontent {
		background-color: #E0E0E0;
		width: 100%;
		padding: 50px 0;
		min-height: 61.9em;
	}
	.content {
		background-color: #FFFFFF;
		padding: 20px 4em;
		width: 2000px;
		margin: 0 auto;
	}

/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> selbst definierte Klassen (Beginn 4k) <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
	.inhalt {
		font-size: 20px;
	}

/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Unterschiedliche Auflösungen <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
	@media screen and (max-width: 2500px) {
		.content {
			width: 1800px;
		}
		.bgcontent {
			min-height: 48em;
		}
	}
	
	@media screen and (max-width: 1920px) {
		.content {
			width: 1400px;
		}
	}
	
	@media screen and (max-width: 1540px) {
		.content {
			width: 1000px;
			padding: 20px 2em;
		}
	}
	
	@media screen and (max-width: 1440px) {
	}
	
	@media screen and (max-width: 1360px) {
	}
	
	@media screen and (max-width: 1280px) {
	}
	
	@media screen and (max-width: 1180px) {
		.content {
			width: 800px;
		}
	}
	
	@media screen and (max-width: 1080px) {	
	}

	@media screen and (max-width: 900px) {
		.content {
			width: 95%;
			padding: 2em 1em;
		}
	}

	@media screen and (max-width: 820px) {
		h1 {
			font-size: 20px;
		}
	}

	@media screen and (max-width: 736px) {
	}
	
	@media screen and (max-width: 600px) {
	}

	@media screen and (max-width: 480px) {
		h1 {
			font-size: 18px;
		}
	}
	
	@media screen and (max-width: 400px) {
	}	