﻿@charset "utf-8";
/* Standard */
:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
}
body {
	color: #000;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.875em;
	line-height: 1.431em;
}
#wrapper {
	background-color: #fff;
	margin: 1rem auto;
	max-width: 46.25rem;
	overflow: hidden;
	position: relative;
}
p + p {
	margin: 1rem 0 0 0;
}
h1 {
	font-size: 2rem;
	line-height: 1.1em;
	color: #FA6E39;
	text-align: center;
	padding-top: 1.5rem;
	padding-bottom: 2.21rem;
}
h1 span {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.6rem;
	line-height: 1.231em;
	color: #00594E;
	text-transform: uppercase;
	border-bottom: 0.25rem solid #00594E;
	display: inline-block;
	margin-bottom: 1rem;
}
h2 img {
	display: inline-block;
}
h3 {
	font-size: 1.45rem;
	line-height: 1.231em;
	margin: 1.25rem 0;
	font-weight: normal;
	text-align: center;
}
h3 + p {
	text-align: center;
}
h4 {
	font-size: 1.5rem;
	color: #FA6E39;
	text-transform: uppercase;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
h5 {
	position: relative;
	border: 0.125rem solid #fb6f3a;
	z-index: 1;
	display: flex;
	margin-top: 1rem;
}
h5 section:last-of-type {
	padding-left: 0.75rem;
}
h5 section:last-of-type p img {
	display: inline-block;
	margin-right: 0.5rem;
}
h5 section:last-of-type p {
	font-size: 1rem;
	font-weight: normal;
}
h5 a:link, h5 a:active, h5 a:visited {
	color: #FA6E39;
    	font-size: 1.25rem;
	text-decoration: none;
}
h5 a:hover {
	color: #FA6E39;
	text-decoration: underline;
}
h5>img:first-of-type {
	position: absolute;
	left: -0.45rem;
	bottom: -0.3rem;
	z-index: 2
}
h5>img:last-of-type {
	position: absolute;
	right: -0.4rem;
	top: -0.5rem;
	z-index: 2
}
h5 p span {
    font-size: 1.25rem;
	color: #FA6E39;
}
h6 {
	display: flex;
	margin-top: 2rem;
    margin-bottom: 2rem;
}
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
	border: none;
}
hr {
	border: none;
	border-top: 0.063rem solid #000;
}

ul {
	padding-left: 1.5rem;
}
ul + h2 {
	margin-top: 1.5rem;
}
ul li {
	padding-bottom: 0.6rem;
	list-style-type: none;
	list-style-image: url();
}
ul li::before {
	content: "\25A0";
	color: #00594E;
	float: left;
	margin-left: -20px;
	margin-top: -0.18rem;
	font-size: 1.431em;
}

article {
	padding: 0rem 1.188rem;
}
article aside {
	display: flex;
	justify-content: space-between;
}
article aside section {
	width: 48%;
}
footer {
	display: flex;
	justify-content: space-between;
	background-color: #015850;
	padding: 1.5rem;
	margin-top: 1.5rem;
	align-items: flex-end;
}
footer section:first-of-type p {
	color: #fff;
}
footer section:first-of-type p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
footer section:first-of-type p a:link, footer section:first-of-type p a:active, footer section:first-of-type p a:visited {
	color: #fff;
	font-size: 1.25rem;
}
footer section:first-of-type img {
	display: inline-block;
	margin: 1rem 0.3rem;
}
header {
	/*margin: 0 -1rem;anpassen*/
	overflow: hidden;
	background-color: #00594E;
}
header div {
	display: flex;
	padding: 0;
	width: 500%;
	animation: slider 15s infinite linear;/*linear | alternate | reverse*/
}
header img {
	width: 100%;
}
nav {
	/*margin: 0 -1rem;anpassen*/
	overflow: hidden;
	display: none;
}
nav div {
	display: flex;
	padding: 0;
	width: 500%;
	animation: slider 15s infinite linear;/*linear | alternate | reverse*/
}
nav img {
	width: 100%;
}
@keyframes slider {
 0% {
margin-left: 0;
}
 17% {
margin-left: 0;
}
 25% {
margin-left: -100%;
}
 40% {
margin-left: -100%;
}
 48% {
margin-left: -200%;
}
 63% {
margin-left: -200%;
}
 71% {
margin-left: -300%;
}
 86% {
margin-left: -300%;
}
 94% {
margin-left: -400%;
}
 100% {
margin-left: -400%;
}
}
/* Ende Sliler */

.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;
}
h5 {
	flex-direction: column;
}
h5 section:last-of-type {
	padding: 0.75rem;
}
h5 section:first-of-type img {
	margin: 0;
}
h5>img:first-of-type {
	display: none;
}
h5>img:last-of-type {
	display: none;
}
h5 p span {
	color: #FA6E39;
}
article {
	padding: 0rem 0.625rem;
}
article aside {
	flex-direction: column;
}
article aside section {
	width: 100%;
}
footer {
	flex-direction: column;
	align-items: flex-start;
}
footer section:first-of-type p {
	color: #fff;
}
footer section:first-of-type p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
footer section:first-of-type p a:link, footer section:first-of-type p a:active, footer section:first-of-type p a:visited {
	color: #fff;
	font-size: 1.25rem;
}
footer section:first-of-type img {
	display: inline-block;
	margin: 1rem 0.3rem;
}
a:link, a:active, a:visited {
	font-size: 1rem;
}
a:hover {
	text-decoration: none;
}
}
@media only screen and (max-width:23.438rem) {
header {
	display: none;
}
nav {
	display: block;
}

}
/* Ende Responsive */
