﻿@charset "utf-8";

/* Standard */

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

a {
	color: inherit;
	display: inline-block;
	text-decoration: none
}

a:link,
a:active,
a:visited {}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

u {
	text-decoration: underline;
}



body {
	color: #000;
	font-family: 'Lucida Sans EF', sans-serif;
	font-size: .937rem;
	line-height: 1.4;
}

#wrapper {
	position: relative;
	max-width: 40.625rem;
	margin: 1rem auto;
	border: solid thin #000;
	padding: 1.875rem;
	background-color: #fff;
	overflow: hidden;
}

p {
	margin: 0 0 1.25rem
}

h1 {
	display: block;
	margin: 1.562rem 0;
	text-align: left;
	font-size: 1.692em;
	line-height: 1.4;
	color: #0BA1E2;
	font-weight: normal;
}

h1 span {
	font-size: 0.7em;
	font-weight: normal;
}

h2 {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 0;
	color: #0BA1E2;
	font-weight: normal;
}

h3 {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 1.25rem;
	color: #0BA1E2;
	font-weight: normal;
}

h4 {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 1.25rem;
	color: #0BA1E2;
}

ol {
	padding: 0;
	margin: 0 0 0;
	list-style: none;
	font-size: 1.187rem;
}

ol li {
	padding-left: 1.562rem;
}

ol li:before {
	content: "";
	float: left;
	position: relative;
	width: .375rem;
	height: .375rem;
	background: #fff;
	margin-left: -1.562rem;
	top: .562rem;
}

article ul {
	padding: 0;
	margin-bottom: 2.5rem;
	list-style: none;
}

article ul li {
	padding-left: 1.25rem;
}

article ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .375rem;
	height: .375rem;
	background: #0BA1E2;
	margin-left: -1.25rem;
	top: .375rem;
}

footer ul {
	list-style: none;
}

footer ul li {
	display: inline-block;
	margin-right: .625rem;
}

footer ul li a {
	-webkit-transition: background 180ms ease-out 0ms;
	-moz-transition: background 180ms ease-out 0ms;
	-o-transition: background 180ms ease-out 0ms;
	transition: background 180ms ease-out 0ms;
	border-radius: 100%;
	background: #0BA1E2;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 2.5rem;
	height: 2.5rem;
}

footer ul li a:hover {
	text-decoration: none;
}

footer ul li a i {
	color: #fff;
	font-size: 1.25rem;
}

/* Hebt Float left/right auf */

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

/* Ende Standard */

/* Header */

header {
	padding: .937rem;
	margin: -1.875rem -1.875rem 0;
	border-top: 30px solid #E6E6E6
}

header a {
	display: block;
	margin: 0 0;
	width: 13.437rem;
}

header img {
	display: block;
	max-width: 100%;
}

header p {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

footer {
	background: #E6E6E6;
	padding: 1.875rem;
	margin: 0 -1.875rem -1.875rem;
	line-height: 1.2
}

footer section:first-of-type {
	float: left;
}

footer section:first-of-type p {
	margin: 0;
}

footer section:last-of-type {
	float: right;
	margin: .937rem 0 0;
}

footer section:last-of-type > a {
	color: #0BA1E2;
	font-weight: bold;
	font-size: .937rem;
	margin: 1.25rem .312rem 0;
}

aside {
	position: relative;
}

aside address {
	font-style: normal;
	background: #E72242;
	color: #fff;
	position: absolute;
	padding: .312rem 1.25rem .312rem .625rem;
	bottom: -1.875rem;
	right: -1.875rem;
}

article {
	margin-top: 1.562rem;
}

p span {
	color: #0BA1E2;
}

article p a {
	text-decoration: none;
	color: #0BA1E2;

}

@-webkit-keyframes slidy {
	0% {
		left: 0%;
	}

	10% {
		left: 0%;
	}

	20% {
		left: -100%;
	}

	25% {
		left: -100%;
	}

	35% {
		left: -200%;
	}

	40% {
		left: -200%;
	}

	50% {
		left: -300%;
	}

	55% {
		left: -300%;
	}

	65% {
		left: -400%;
	}

	70% {
		left: -400%;
	}

	80% {
		left: -500%;
	}

	90% {
		left: -500%;
	}

	100% {
		left: -600%;
	}
}

@keyframes slidy {
	0% {
		left: 0%;
	}

	10% {
		left: 0%;
	}

	20% {
		left: -100%;
	}

	25% {
		left: -100%;
	}

	35% {
		left: -200%;
	}

	40% {
		left: -200%;
	}

	50% {
		left: -300%;
	}

	55% {
		left: -300%;
	}

	65% {
		left: -400%;
	}

	70% {
		left: -400%;
	}

	80% {
		left: -500%;
	}

	90% {
		left: -500%;
	}

	100% {
		left: -600%;
	}
}

aside > section {
	overflow: hidden;
	margin: 0 -1.875rem 0.938rem
}

figure img {
	width: 14.2858%;
	float: left;
}

figure {
	position: relative;
	width: 700%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	-webkit-animation-name: slidy;
	-webkit-animation-duration: 42s;
	-webkit-animation-delay: 5s;
	-webkit-animation-iteration-count: infinite;
	animation: 42s slidy infinite;
}





@media only screen and (max-width:40.562rem) {
	#wrapper {
		margin: 0 auto;
		border: 0;
		padding: 0.625rem;
	}

	a {
		font-weight: bold;
	}

	footer {
		margin: 0 -0.625rem -0.625rem;
		padding: 0.625rem;
	}

	header {
		margin: -0.625rem -0.625rem 0;
		padding: 0.625rem;
	}

	aside > section {
		margin: 0 -0.625rem 0;
	}

	h1 {
		font-size: 1.5em;
		margin: .937rem 0;
	}

	

	article p:nth-of-type(4) {
		margin: 0 0 .625rem;
	}

	p,
	article ul {
		margin: 0 0 .625rem;
	}

	h3 {
		margin: 0 0 .625rem;
	}

	aside address {
		position: static;
		margin: 0 -.625rem .625rem;
		padding: .625rem;
	}

	article {
		margin: 0;
	}
}

@media only screen and (max-width:30.625rem) {
	h1 {
		font-size: 1em;
	}

	aside address ol {
		font-size: 1rem;
	}

	footer section {
		float: none !important;
	}

	footer section:last-of-type {
		margin: .625rem 0 0;
	}

	footer section:last-of-type > a {
		margin: .625rem .312rem 0;
	}
}