﻿@charset "utf-8";
/* Standard */

* {
	box-sizing:border-box;
}

html {
	min-height: 100%;
	}
	
body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	line-height: 1.4em;
	background-color: #F6F6F6;
}

#wrapper {
	position: relative;
	max-width: 46.875rem;
	margin: 1rem auto;
	border: none;
	padding: 0.5rem 0rem;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 23px #555;
}

header {
	position: relative;
	margin-top:-0.5rem;
	
}

article {
padding: 0rem 1.5rem;	
}

footer {
	padding: 0.5rem 1.5rem;
	color: #FFF;
	background-color: #A1153C;
	margin-bottom:-0.5rem;
}

p {
	text-align:justify;
}

h2+p,h2+ul {
	margin-top:0.308rem;
}

h1 {
	text-align: left;
	font-size: 3em;
	line-height: 1.1em;
	font-weight: 600;
	color: #A1153C;
	margin-top: 2.2rem;
}

h1 span {
	font-weight: normal;
	font-size: 0.8em;
}

h2 {
	font-size: 1.25em;
	line-height: 1.231em;
	margin-bottom: 0;
	font-weight: 600;
	color: #A1153C;
}

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;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E00060;
}


ul {
	padding-left: 1.5rem;
}

li {
	padding-bottom: 0.2rem;
	padding-left: 0.4rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
/* Ende Standard */


/* Header */

header a {
	position: absolute;
	width: 26%;
	height: 18%;
	top: 5%;
	right: 3%;
}


/* Ende Header */


/* Article */
article aside img {
	max-width:100%;
	height:auto;
	display:inline-block;
}

/* Ende Article */


/* Footer */
footer section:nth-child(1) {
	display:inline-block;
	width:27%;
	vertical-align:top;
}
footer section:nth-child(2) {
	display:inline-block;
	width:43%;
	vertical-align:top;
}
footer section:nth-child(3) {
	display:inline-block;
	width:25%;
	vertical-align:top;
	padding-top:2.35rem;
}

footer img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

footer aside {
	max-width: 100%;
	height: auto;
	display: block;
	margin-top:1rem;
}



/* Responsive */
@media only screen and (max-width:40rem) {
	#wrapper {
		border:none;
		margin:0 auto;
	}
	header,article,footer {
		padding: 0rem 0.5rem;		
	}

p {
	text-align:left;
}
h1 {
	text-align: left;
	font-size: 1.75em;
}

article aside img {
	max-width:100%;
	height:auto;
	display:none;
}
footer aside img {
	max-width:100%;
	height:auto;
	display:inline-block;
}
footer section:nth-child(1) {
	display:inline-block;
	width:100%;
	vertical-align:top;
}
footer section:nth-child(2) {
	display:inline-block;
	width:100%;
	vertical-align:top;
}
footer section:nth-child(3) {
	display:inline-block;
	width:100%;
	vertical-align:top;
	padding-top:0.5rem;
	padding-bottom:0.9rem;
}
a:link,a:active,a:visited {
	font-size: 1rem;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}
	
}
	
/* Ende Responsive */
