﻿@charset "utf-8";
/* Standard */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
}
body {
	color: #7e7e7e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.813em;
	line-height: 1.4;
}
#wrapper {
	background-color: #fff;
	border: solid thin #c6c5b5;
	padding: 1.563rem 3.125rem 0 3.125rem;
	margin: 1rem auto;
	max-width: 50rem;
	overflow: hidden;
	position: relative;
}
p + p {
	margin: 1rem 0 0 0;
}
h1 {
	font-size: 1.8275rem;
	line-height: 1;
	font-weight: normal;
	margin: 1.063rem 0 1rem;
}
h1 span {
	font-size: 1.2rem;
	font-weight: normal;
}
h2 {
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.625rem;
}
a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
	border: none;
}
hr {
	border: none;
	border-top: 0.063rem solid #000;
}
ul {
	margin: 0 0 1.875rem 0;
	padding-left: 1rem;
}
li {
	list-style-type: none;
}
li:before {
	content: "";
	float: left;
	width: 0.25rem;
	height: 0.25rem;
	background-color: #ee7f00;
	position: relative;
	top: 0.375rem;
	margin-left: -1rem;
}
/*header*/
header {
	margin: 0 -3.125rem;
}
/* Logo */
header img:first-child {
	margin-left: auto;
	padding: 0 1.563rem 1.563rem 0;
	width: 45%;
}
/*nav*/
nav {
	font-size: 1rem;
	color: #fff;
	background: #EE7F00;
	margin: 0 -3.125rem 1.5rem -3.125rem;
	padding: 1.438rem 3.125rem 1.5rem;
}
/*article*/
article p {
	text-align: justify;
}
/*article aside:nth-of-type(1)*/
article aside:nth-of-type(1) {
	margin: 2.2rem 0 0;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
article aside:nth-of-type(1) section:nth-of-type(1), article aside:nth-of-type(1) section:nth-of-type(2) {
	width: 48%;
}
/*article aside:last-child*/
article aside:nth-of-type(2) {
	margin: 0 -3.125rem;
	padding: 1.875rem 3.125rem 2.125rem;
	background: #f8f8f0;
}
article aside:nth-of-type(2) p + h2 {
	margin-top: 2.188rem
}
article aside:nth-of-type(2) ul {
	margin-bottom: 0;
}
/*footer*/
footer {
	color: #fff;
	background-color: #19161b;
	margin: 0 -3.125rem;
	padding: 1.875rem 3.125rem 1.625rem;
}
footer aside {
	margin: 1.875rem 0 0;
	display: flex;
	justify-content: space-between;
}
footer section:nth-of-type(1) {
	width: 65%;
}
footer section:nth-of-type(2) {
	text-align: center;
	padding-top: 0.625rem;
	width: 35%;
}
footer section:nth-of-type(2) p {
	text-align: center;
	font-size: 1.25rem;
}
footer section:nth-of-type(2) p a {
	padding: 0 0.75rem;
}
footer h4 {
	white-space: nowrap;
	text-align: center;
	margin-bottom: 1.625rem;
	font-weight: normal;
	font-size: 0.813rem;
	display: inline-block;
	color: #fff;
	background-color: #ee7f00;
    padding: 0;
}

footer h4 > a {
    display: inline-block;
    padding: 1.25rem 1.5rem;
}

footer a:link, footer a:active, footer a:visited {
	text-align: right;
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Responsive */
@media only screen and (max-width: 48rem) {
#wrapper {
	border: none;
	margin: 0 auto;
	padding: 0.625rem;
}
header {
	margin: 0 -1.25rem;
}
nav {
	padding: 1.563rem 3.125rem;
}
article aside:nth-of-type(1) {
	flex-wrap: wrap;
}
article aside:nth-of-type(1) section:nth-of-type(1), article aside:nth-of-type(1) section:nth-of-type(2) {
	width: 100%;
}
article aside:nth-of-type(2) p {
	text-align: left;
}
}

@media (max-width: 47.938rem) {
aside a {
	padding: 0 1.25rem;
}
body {
	font-size: 1rem;
}
p {
	line-height: 1.375rem;
}
article p {
	margin-bottom: 0;
}
h1 {
	line-height: 1.2;
	font-size: 2rem;
}
	
	h1 span {
	font-size: 1.25rem;
}
h2 {
	font-size: 1.375rem;
}
ul li {
	margin-bottom: 0.375rem;
}
#wrapper {
	padding: 0 1.25rem;
}
header a {
	text-align: center;
	display: block;
	padding: 0.75rem 0 0.438rem 0;
}
header img:first-child {
	width: 12.5rem;
	padding: 0;
	margin: 0;
	display: inline-block;
}
footer h4 {
	font-size: 1rem;
}
footer {
	padding-bottom: 0;
}
footer aside {
	margin: 3.5rem 0 0;
	padding: 0.25rem 0 0;
}
footer section:nth-of-type(2) {
	padding: 0 0 4rem;
}
footer section:nth-of-type(2) p a {
	padding: 0 1.25rem;
}
    footer h4 {
        margin-bottom: 1.875rem;
        font-size: 1rem;
        display: block;
    }
    footer h4 > a {
        width: 100%;
        text-align: center !important;
    }
}

@media only screen and (max-width: 30rem) {
h1 {
	font-size: 1.575rem;
}
	
	h1 span {
		font-size: 1.25rem;
	}
footer {
	padding-bottom: 0;
}
footer aside {
	margin: 1.875rem 0 0;
	padding: 0.25rem 0 0;
	flex-wrap: wrap;
}
footer section:nth-of-type(1) {
	width: 100%;
}
footer section:nth-of-type(2) {
	padding: 3rem 0 2rem;
	width: 100%;
}
footer section:nth-of-type(2) p a {
	padding: 0 1.25rem;
}
footer h4 {
	margin-bottom: 1.875rem;
	font-size: 1rem;
	display: block;
}
}

/* Ende Responsive */
