/* Minimal CSS - nur verwendete Styles */

/* Basic reset */
html,
body,
div,
header,
footer,
h1,
h2,
p,
a,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html,
body {
	height: 100%;
}

body {
	background-color: #003366;
	font-weight: 400;
	font-size: .8em;
	line-height: 1.6em;
	font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
	color: #000;
	text-align: center;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

a {
	border: 0;
	color: #ccc;
	text-decoration: none;
}

h2 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 12px;
	line-height: 140%;
}

/* Header */
#header {
	padding-top: 100px;
}

#header .logo {
	background-repeat: no-repeat;
	background-size: 175px;
	background-position: center;
	width: 252px;
	min-height: 120px;
	max-height: 200px;
	margin: 0 auto;
}

#header .logo img {
	max-width: 100%;
	max-height: 200px;
}

#header p {
	color: white;
	margin-top: 2em;
}

#header h2 {
	color: white;
}

/* Layout */
.wrapper {
	min-height: 100%;
	margin: 0 auto -70px;
	width: 300px;
}

.v-align {
	width: inherit;
}

.push {
	height: 70px;
}

/* Footer */
footer {
	height: 70px;
}

footer .info a {
	font-weight: 600;
}

p.info {
	margin: 0 auto;
	padding-top: 20px;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, .4);
}

p.info a {
	color: #fff;
}

p.info a:hover {
	opacity: .6;
}

/* Accessibility */
.hidden-visually {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}