﻿@charset "utf-8";

/* Standard */

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

a {
	color: inherit;
	display: inline-block;
	text-decoration: underline;
	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: 'Open Sans', sans-serif;
	font-size: .875rem;
	line-height: 1.4;
}

#wrapper {
	position: relative;
	max-width: 48.75rem;
	margin: 1rem auto;
	border: .312rem solid rgb(3, 87, 140);
	padding: 3.125rem 3.125rem 1.25rem;
	/* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
	background-color: #fff;
	overflow: hidden;
}

p {
	text-align: justify;
	margin: 0 0 0.625rem;
}

h1 {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 1.25rem -3.125rem;
	padding: 1.25rem 3.125rem;
	background-color: rgb(3, 87, 140);
	color: #fff;

}

h1 span {
	font-size: 1.125rem;
}

h2 {
	font-size: .875rem;
	line-height: 1.4;
	margin: 0 0 .625rem;
}

h3 {
	font-size: 1.231em;
	line-height: 1.4;
	margin: 0 0 0.625rem;
}

hr {
	border-top: .062rem solid #52BA5A;
}

ul {
	list-style: none;
	margin: 0 0 1.875rem;
	padding: 0;
}

ul li {
	padding-left: 2.375rem;
	font-weight: bold;
}

ul li:before {
	content: "\2022"
		/* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
	;
	float: left;
	margin-left: -2.375rem;
	font-size: 1.375em;
	line-height: 0.9;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

header {
	margin: -3.125rem -3.125rem 1.25rem;
	padding: 1.25rem 5rem 0;

}

header img {
	margin: 0 auto;
	display: block;
	width: 97%;
}

article p:first-of-type {
	font-weight: bold;
	text-align: center;
	margin: 0 -2.5rem;
	font-size: 1rem;
}

article p:last-of-type {
	margin-bottom: 1.562rem;
}

footer p {
	text-align: center;
}

footer p u {
	color: rgb(5, 99, 193);
}

footer > a {
	display: block;
	margin: .937rem auto;
	width: 15.625rem;

}

footer p:last-of-type a {
	color: rgb(3, 87, 140);
	font-weight: bold;
}



@media only screen and (max-width:48.687rem) {
	#wrapper {

		margin: 0 auto;
		border: 0;
		padding: 0.625rem;
	}

	a {
		font-weight: bold;
	}
	
	p {
		text-align: left;
	}

	article p:first-of-type {
		margin: 0;

	}
	
	ul {
		margin-bottom: .937rem;
	}
	
	ul li {
		padding-left: .937rem;
	}
	
	ul li:before {
		margin-left: -.937rem;
	}

	footer {
		margin: 0 -0.625rem -0.625rem;
		padding: 0.625rem;
	}

	header {
		margin: -0.625rem -0.625rem 0.625rem;
		padding: 0;
	}

    header > img {
        width: auto;
    }
    
	h1 {
		font-size: 1.563em;
	}
	
	h2 {
		margin-bottom: .312rem;
	}

	h2,
	h3 {
		font-size: 1em;
	}
}

@media only screen and (max-width:29.937rem) {
	h1 {
		font-size: 1.5em;
	}
	
	footer > a {
		width: 12.5rem;
	}
	
}
