﻿@charset "utf-8";

:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}
	
body {
	color: #000;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6;
	background: url("../images/background.jpg") no-repeat top center;
}
	

#wrapper {
	margin: 0 auto;
	max-width: 51.875rem;
	overflow: hidden;
	position: relative;
}

p + p {
	margin: 1.5rem 0 0 0;
}

h1 {
	margin: 1.5rem 0 0;
	font-size: 1.313rem;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
}

h1 span {
	font-weight: normal;
}

h2 {
	line-height: 1.2;
	margin-bottom: 0;
	color: #26597d;
	font-size: 1.313rem;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
	color: #26597d;
	text-decoration: none;
}

a:hover {
	color: #26597d;
	text-decoration: none;
}

h6 {
	background: #26597d;
	opacity: 0.75;
	text-decoration: none;
	display: inline-block;
	padding: 0.625rem 1.25rem;
	color: #FFF;
	font-size: 1.125rem;
	position: absolute;
	bottom: 0;
	right: 0;
}

h6 a:link, h6 a:active, h6 a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

h6 a:hover {
	color: #fff;
	text-decoration: none;
}

footer a:link, footer a:active, footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: none;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	border: none;
}

hr {
	border: none;
	border-top: 0.063rem solid #000;
}

ul {
	padding-left: 1rem;
	margin: .6em 0;
}

li {
	list-style-type: none;
	margin: 0 0 0 0.813rem;
	padding-bottom: 0.2rem;
}

li:before {
	color: #000;
	content: "\25CF";
	float: left;		
	margin-left: -0.938rem;
}

header {
	background-color: #fff;
	padding: 1rem;
	border-bottom: thin solid #cac4b0;
}

article {
	margin-top: 0.035rem;
	position: relative;
	padding-bottom: 3rem;
}

article aside:first-of-type {
	border: thin solid rgba(220,223,226,0.8);
	margin-bottom: 0.75rem;
	background-color: #fff;
}
article aside:first-of-type h2 {
	padding: 0.875rem 1.5rem;
	line-height: 2.5rem;
}
article aside nav {
	position: relative;
}
article aside nav a {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	height: 35%;
}

article aside:last-of-type {
	padding: 0.875rem 1.5rem;
	background-color: #fff;
}
article aside:last-of-type h2 {
	margin: 3.75rem 0 1.125rem 0;
	line-height: 2;
}
article aside:last-of-type h2:first-of-type {
	margin: 0 0 1.125rem 0;
}

footer p {
	margin-top: 3rem;
	background-color: #26597d;
	opacity: 0.75;
	padding: 0.875rem 1.5rem;
}


.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Responsive */
@media only screen and (max-width:50rem) {
#wrapper {
	border: none;
	margin: 0 auto;
	padding: 0.625rem;
}
	
	body {
		font-size: 0.938rem;
	}
a:link, a:active, a:visited {
	font-size: 1rem;
}
a:hover {
	text-decoration: none;
}
	
article {
	padding-bottom: 3rem;
}

article aside:first-of-type h2 {
	line-height: 1.4rem;
	padding: 0.875rem 0.625rem;
}

article aside:last-of-type {
	padding: 0.875rem 0.65rem;
}

article aside:last-of-type h2 {
	line-height: 1.4;
	margin: 2rem 0 1.125rem 0;
}
article aside:last-of-type h2:first-of-type {
	margin: 0 0 1.125rem 0;
}
	
	article aside:last-of-type p:last-of-type br {
		display: none;
	}

footer p {
	margin-top: 1rem;
}


}

/* Ende Responsive */