﻿@charset "utf-8";
/* Standard */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
}
body {
	color: #000;
	background: #f4f4f4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.125em;
	line-height: 1.2;
}
#wrapper {
	background: #f4f4f4;
	/*border: thin solid #E5E5E5;*/
	margin: 1rem auto;
	max-width: 720px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}
p {
	text-align: justify;
}
p + p {
	margin: 1rem 0 0 0;
}
h1 {
	/*border: thin solid #E5E5E5;*/
	background-color: #fff;
	margin: 0 0 0.75rem;
	font-size: 2.25rem;
	line-height: 1.15;
	padding: 1rem;
}
h1 span {
	font-size: 1.625rem;
	font-weight: normal;
}
h2 {
	font-size: 1.125rem;
	line-height: 1.2;
	margin-bottom: 0.75rem;
}
h3 {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 0.75rem;
}
h4 {
	font-size: 0.75rem;
	font-style: italic;
}

h5 {
	font-size: 0.75rem;
	font-weight: normal;
	font-style: italic;
}
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	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;
}
li {
	list-style-type: none;
}
li:before {
	content: "\25CF";
	float: left;
	margin-left: -0.938rem;
}

header {
	position: relative;
	border-bottom: 0.5rem;
}

header a {
	position: absolute;
	width: 35%;
	right: 0;
	top: 8%;
	height: 30%;
	/*background-color: aqua;*/
}


section {
	/*border: thin solid #E5E5E5;*/
	background-color: #fff;
	margin: 0 0 0.75rem;
	padding: 1rem;
}
footer p {
	font-size: 0.875rem;
	text-align: left;
}
/*footer p:last-of-type {
	font-size: 0.688rem;
}*/
article section:last-of-type a {
	display: block;
	color: #fff;
	text-align: center;
	background: #c61116;
	margin: 1rem 28% 1.25rem;
	padding: 0.5rem 2.313rem;
	font-size: 0.938rem;
	font-weight: bold;
	border-radius: 0.438rem;
}
p span {
	text-transform: uppercase;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

section > a{
    background: #C61116;
    color:#fff;
    font-weight:bold;
    padding:0.438rem 0;
    margin:1.25rem auto 0.938rem;
    text-align: center;
    display:block;
    width:42%;
    border-radius:0.313rem;
    font-size:0.938rem;
}

section > a:hover{
   text-decoration: underline;
}

/* Responsive */
@media only screen and (max-width:720px) {
body,
h2 {
	font-size: 0.938em;
}
body {
	font-size: 0.938em;
}
#wrapper {
	border: none;
	margin: 0 auto;
	padding: 0.625rem;
}
a:link, a:active, a:visited {
	font-size: 1rem;
}
a:hover {
	text-decoration: none;
}
	h1 {
	font-size: 1.625rem;
}
h1 span {
	font-size: 1.125rem;
}
h3 {
	font-size: 1rem;
}
article section:last-of-type a {
	margin: 1rem 1%;
}
	
section > a{
    width:100%;
}
	
p{text-align: left}
}

/* Ende Responsive */
