﻿@charset "utf-8";
* {
	box-sizing: border-box;
}
html {
	min-height: 100%;
}
body {
	color: #343434;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	line-height: 1.4em;
	background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100%), url('../images/home_teaser.jpg');
	background-size: contain;
}
#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	border: solid 5px #003b81;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 3px 3px 4px #A6A6A6;
}

article p:first-of-type{
	text-align: justify;
}

p {
	text-align: left;
}
h2+p, h2+ul {
	margin-top: 0.308rem;
}
h1 {
	text-align: center;
	font-size: 1.692em;
	line-height: 1.3em;
}
h1 span {
	text-transform:lowercase;
}
h2 {
	font-size: 1.231em;
	line-height: 1.231em;
	margin-bottom: 0;
}
a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
ul {
	padding-left: 1rem;
}
li {
	padding-bottom: 0.2rem;
	list-style-type: none;
}

header img {
	padding: 2rem;
	width: 35%;
}
article {
	padding: 0 2rem;
}
article h1 {
	color: #023169;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
article h2 {
	color: #023169;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 1.5rem;
}
article li:before {
	content: "\25A0";
	color: #023169;
	float: left;
	margin-left: -15px;
	margin-top: -1px;
}
footer {
	padding: .5rem 2rem;
	background: #343434;
	color: #fff;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

@media only screen and (max-width:50rem) {
#wrapper {
	border: none;
	margin: 0 auto;
}
article h1 br {
	display: none;
}
}

@media only screen and (max-width:30rem) {
article {
	padding: 0 1rem;
}
footer {
	padding: .5rem 1rem;
}
}
/* Ende Responsive */
