/* Reset-CSS von http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Seitenaufbau */

body {
	background-color: #D9EDFC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
strong {
	font-weight: bold;
}
hr {
	border-bottom: 1px solid #DDD;
	border-style: none none solid;
	border-top: medium none;
	clear: both;
	display: block;
	height: 1px;
	margin: 0 0 20px;
	padding: 20px 0 0;
}
#wrapper {
	width: 900px;
	margin: auto;
}
.clear {
	clear: both;
}

/* Kopf */

#header {
	background-color: #FFF;
	margin-top: 15px;
	height: 150px;
	padding: 40px;
}
#logo {
	float: left;
	width: 50%;
	margin-top: 35px;
}
#claim {
	float: left;
	width: 50%;
	margin-top: 20px;
}
#claim li {
	text-align: right;
	line-height: 18px;
	font-size: 14px;
	color: #5993e5;
}

/* Hauptbereich */

#main {
	background-color: #FFF;
	margin-top: 15px;
	padding: 40px;
}
#main a {
	color: #5993e5;
	text-decoration: none;
}
#main a:hover {
	color: #0B1477;
}

#teaser {

}

/* Menü */

#menu {
	margin-top: 15px;
}
#menu ul {

}
#menu li {
	float: left;
	margin-right: 72px;
}
#menu li.last {
	margin-right: 0px;
}
#menu li a {
	font-size: 14px;
	color: #5993e5;
	text-decoration: none;
}
#menu li a:hover {
	color: #0B1477;
}
#menu li a.current {
	color: #0B1477;
}
#menu li a.section {
	color: #0B1477;
}

/* Spalte */

#column {
	clear: both;
	float: left;
	width: 200px;
	margin-top: 50px;
	padding-right: 20px;
}
#column li {
	margin-bottom: 15px;
}
#column li a {
	font-size: 14px;
	color: #5993e5;
	text-decoration: none;
}
#column li a:hover {
	color: #0B1477;
}
#column li a.current {
	color: #0B1477;
}
#column h1, #info h1 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #0B1477;
}
#column h2, #info h2 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #0B1477;
}
#column p, #info p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #0B1477;
}

/* Inhalt */

#content {
	float: left;
	width: 580px;
	margin-top: 49px;
	color: #0B1477;
	border-left: 1px solid #DDD;
	padding-left: 19px;
}
#content h1 {
	font-size: 20px;
	margin-bottom: 15px;
}
#content h2 {
	font-size: 18px;
	margin-bottom: 15px;
}
#content p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
}
#content ul, #content ol {
	margin-bottom: 15px;
	margin-left: 30px;
}
#content ul li {
	font-size: 12px;
	list-style-type: disc;
	margin-bottom: 5px;
}
#content ol li {
	font-size: 12px;
	list-style-type: decimal;
	margin-bottom: 5px;
}
#content.full {
	width: 100%;
	border-left: none;
	padding-left: 0px;
}

/* Formular */

#content .field {
	font-size: 13px;
	margin-bottom: 10px;
}
#content .field label.left {
	float: left;
	width: 100px;
	margin: 0px;
	padding-top: 7px;
}
#content .field label.right {
	float: none;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content .field.checkbox {
	padding-left: 100px;
}
#content .middleColumn {
	width: 500px;
}
#content .field input.text {
	border: 1px solid #999;
	padding: 5px;
	width: 250px;
	background-color: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#content .field input.text:focus {
	border: 1px solid #0B1477;
	padding: 5px;
	width: 250px;
}
#content .Actions {
	padding-left: 100px;
}
#content input.action {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0B1477;
	color: #FFF;
	padding: 5px 20px 5px 20px;
	border: none;
	margin-bottom: 5px;
}

/* Fuß */

#footer {
	margin-top: 30px;
	text-align: center;
	padding-bottom: 30px;
}
#footer li {
	display: inline;
	margin-right: 31px;
}
#footer li.last {
	margin-right: 0px;
}
#footer li a {
	font-size: 14px;
	color: #0B1477;
	text-decoration: none;
}
#footer li a:hover {
	color: #7DC0F5;
}
#footer li a.current {
	color: #7DC0F5;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

@media (max-width: 767px) {
	#wrapper {
		padding: 10px;
		width: auto;
	}
	#header {
		margin-top: 0;
		height: auto;
		padding: 10px;
	}
	#logo {
		width: auto;
		float: none;
		margin-top: 0;
	}
	#logo img {
		width: 100%;
		height: auto;
	}
	#claim {
		display: none;
	}
	#column {
		width: 100%;
		margin-top: 20px;
		padding-right: 0px;
	}
	#main {
		padding: 10px;
		margin-top: 0;
	}
	#teaser img {
		width: 100%;
	}
	#menu li {
		margin-right: 0;
		width: 49%;
		margin-bottom: 1%;
		margin-right: 1%;
	}
	#menu li:nth-child(even) {
		width: 50%;
		margin-right: 0;
	}
	#menu li a {
		display: block;
		padding: 10px;
		text-align: center;
		background-color: #5993e5;
		color: #FFF;
	}
	#menu li a.current, #menu li a.section {
		background-color: #0b1477;
		color: #FFF;
	}
	#content {
		clear: both;
	    border-left: none;
	    padding-left: 0px;
	    width: 100%;
		margin-top: 20px;
	}
	#content img {
		width: 100%;
		height: auto;
	}
	#footer li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#map {
		width: 100% !important;
	}

	.hidden-xs {
		display: none !important;
	}
	.visible-xs {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 899px) {
	#wrapper {
		width: 768px;
	}
	#teaser img {
		width: 100%;
		height: auto;
	}
	#menu li {
		margin-right: 45px;
	}
	#content {
		width: 448px;
	}
	#content img {
		max-width: 100%;
		height: auto;
	}
}
