﻿@charset "utf-8";
/* Standard */
:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
}
html {
	min-height: 100%;
}
body {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 0.875em;
	line-height: 1.431em;
	background-color: #CCC;
}
#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	border: none;
	padding: 0.5rem 0rem;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 23px #A6A6A6;
}
header {
	padding: 0.7rem 1.188rem;
	background-image: url(../images/bg.png);
	margin-top: -0.5rem;
}
article {
	padding: 0rem 1.188rem;
}
footer {
	padding: 0.5rem 1.188rem;
	margin-bottom: -0.5rem;
	background-color: #EAEAEA;
}
p {
	text-align: justify;
}
h2+p, h2+ul {
	margin-top: 0.308rem;
}
h1 {
	text-align: left;
	font-size: 2.2em;
	line-height: 1.1em;
}
h1 span {
	font-size: 0.8em;
}
h2 {
	font-size: 1.231em;
	line-height: 1.231em;
	margin-bottom: 0;
	color: #0080C8;
	font-weight: normal;
}
a:link, a:active, a:visited {
	color: #0080C8;
	text-decoration: none;
}
a:hover {
	color: #0080C8;
	text-decoration: underline;
}
a.link:link {
	text-decoration: underline;
	color: #000;
}
a.link:visited {
	text-decoration: underline;
	color: #000;
}
a.link:hover {
	text-decoration: none;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
hr {
	border-top: thin solid #52BA5A;
}
ul {
	padding-left: 2rem;
}
li {
	padding-bottom: 0.2rem;
	padding-left: 0.4rem;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
article section:nth-child(1) {
	display: inline-block;
	width: 55%;
	vertical-align: top;
}
article section:nth-child(2) {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	position: absolute;
	z-index: 555;
	top: 2%;
	right: 3%;
}
header img {
	max-width: 100%;
	height: auto;
	display: block;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
 @keyframes slidy {
0% {
left: 0%;
}
20% {
left: 0%;
}
25% {
left: -100%;
}
45% {
left: -100%;
}
50% {
left: -200%;
}
70% {
left: -200%;
}
75% {
left: -300%;
}
95% {
left: -300%;
}
100% {
left: -400%;
}
}
body {
	margin: 0;
}
div#slider {
	overflow: hidden;
}
div#slider figure img {
	width: 20%;
	float: left;
}
div#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 30s slidy infinite;
}

/* Responsive */
@media only screen and (max-width:40rem) {
#wrapper {
	border: none;
	margin: 0 auto;
}
header, article {
	padding: 0rem 0.5rem;
}
footer {
	padding: 0.5rem 0.5rem;
}
article section:nth-child(1) {
	width: 100%;
}
article section:nth-child(2) {
	display: none;
}
a {
	font-size: 1rem;
}
p {
	text-align: left;
}
h1 {
	font-size: 1.8em;
}
}
/* Ende Responsive */
