﻿@charset "utf-8";

/* Standard */

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
}

a:hover,
a:active,
a:visited {
	text-decoration: underline;
}

u {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

body {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14.4px;
	line-height: 1.4;
}

#wrapper {
	position: relative;
	max-width: 59.062rem;
	margin: 1rem auto;
	box-shadow: .125rem .125rem .625rem #000;
	padding: 1.25rem 3.75rem 1.25rem 5rem;
	/* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
	background-color: #fff;
	overflow: hidden;
}

p {
	text-align: left;
	margin: 0 0 1.25rem;
}



h2 {
	color: #003c71;
	font-size: .812rem;
	line-height: 1.4;
	margin: 0 0 1.562rem;
	text-transform: uppercase;
}

h3 {
	color: #003c71;
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 0 0 1.562rem;
	text-align: center;
}

hr {
	border-top: thin solid #52BA5A;
}

ul {
	list-style: none;
	margin: 0 0 3.75rem;
	padding: 0;
}

ul li {
	padding-left: .937rem;
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .25rem;
	height: .25rem;
	border-radius: .25rem;
	background: #000;
	margin-left: -.937rem;
	top: .5rem;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

header {
	margin: -1.25rem -3.75rem 1.25rem -5rem;
	position: relative;
}

header a {
	position: absolute;
	/*	border: 2px solid red;*/
	top: 0;
	right: 3%;
	width: 31%;
	height: 11%
}

header > img:nth-of-type(2) {
	border-top: 0.625rem solid #003C71;
}

header > h1 {
	position: absolute;
	color: #fff;
	top: 55%;
	left: 5rem;
	font-size: 32px;
	line-height: 1.1;
	margin: 1.25rem 0;

}

article {
	margin: 0 0 3.75rem;
}

article > p:nth-of-type(2) {
	margin: 0 0 20px;
}

article > section:nth-of-type(1) {
	float: left;
	width: 47%;
}

article > section:nth-of-type(2) {
	float: right;
	width: 47%;
}

article > p:nth-last-of-type(2) {
	margin: 0 0 20px;
}

article > a {
	background: #003c71 none repeat scroll 0 0;
	color: white;
	margin-left: 0;
	margin-right: 0;
	margin-top: 3.125rem;
	padding: 1.25rem;
	vertical-align: baseline;
	font-weight: bold;
}

article > a:hover {
	color: #003C71;
	background-color: #999999;
	text-decoration: none;
}

footer {
	margin: 0 -3.75rem -1.25rem -5rem;
	padding: 1.25rem 3.75rem 3.75rem 5rem;
	background-color: #003C71;
}

footer > p {
	color: #fff;
	font-size: .75rem;
	line-height: 1.6;
	margin: 0;
}


@media only screen and (max-width: 59rem) {
	#wrapper {

		margin: 0 auto;
		border: 0;
		padding: 0.625rem;
	}

	a {
		font-weight: bold;
	}

	p {
		margin: 0 0 .625rem;
	}

	ul {
		margin: 0 0 .937rem;
	}

	ul li br {
		display: none;
	}

	h2 {
		margin: 0;
	}

	footer {
		margin: 0 -0.625rem -0.625rem;
		padding: 0.625rem;
	}

	header {
		margin: -0.625rem -0.625rem 0.625rem;

	}

	header > h1 {
		position: static;
		color: #000;
		padding: 0 .625rem;
	}

	article {
		margin: 0 0 .937rem;
	}

	article > p:nth-of-type(2) {
		margin: 0 0 .937rem;
	}

	article > p:nth-last-of-type(2) {
		margin: 0 0 .625rem;
	}


	article > section:nth-of-type(1) {
		float: none;
		width: auto;
	}

	article > section:nth-of-type(2) {
		float: none;
		width: auto;
	}

	article > a {
		margin-top: .937rem;
	}
    h1 br{
        display: none;
    }
}

@media only screen and (max-width:29.937rem) {
	header > h1 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.125rem;
	}
}