﻿@charset "utf-8";
/* Standard */
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
}
body {
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.813em;
    line-height: 1.4;
}
#wrapper {
    background-color: #d1cfd0;
    border: thin solid #999;
    margin: 1rem auto;
    max-width: 48.75rem;
    overflow: hidden;
    position: relative;
}
p + p {
    margin: 1rem 0 0 0;
}
h1 {
    color: #e30613;
    margin: 1.25rem 0;
    font-size: 1.5rem;
    line-height: 1.3;
}
h1 span {
    margin-top: 0.125rem;
    font-size: 0.938rem;
    display: block;
    font-weight: normal;
}
h2 {
    font-size: 0.813rem;
    line-height: 1.2;
    margin-bottom: 0;
}
h3 {
    font-size: 2.25rem;
    color: #e30613;
    margin-bottom: 0;
}
a:link, a:active, a:visited {
    font-weight: bold;
    color: #e30613;
    text-decoration: none;
}
a:hover {
    color: #e30613;
    text-decoration: underline;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
    border: none;
}
ul {
    padding-bottom: 1.25rem;
    padding-left: 1rem;
}
li ul {
    padding-bottom: 0;
}
li {
    list-style-type: none;
}
ul li li {
    margin-left: -1rem;
}
ul li li:before {
    content: "\2010";
    font-size: 0.625rem;
    float: left;
}
ul li:before {
    content: "\25A0";
    font-size: 0.625rem;
    float: left;
    margin-left: -0.938rem;
}
section {
    position: absolute;
    top: 3rem;
    left: 1.75rem;
}
header {
    position: relative;
    z-index: 1;
}
nav {
    position: absolute;
    top: 2.25rem;
    left: 1.25rem;
    z-index: 2;
}
nav img {
    padding: 1rem;
    width: 20rem;
}
article {
    align-items: flex-end;
    margin: 0 1.25rem 1.75rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1.875rem 1.5rem;
    border: 4px solid #e30613;
    position: relative;
}
article h6 {
    position: absolute;
    top: 1.875rem;
    right: 1.5rem;
}
article aside:nth-of-type(1) {
    width: 65.75%;
}
article aside:nth-of-type(2) {
    width: 29.5%;
}
footer {
    padding: 2rem 8.125rem;
    border-bottom: 8px solid #e30613;
}
footer img {
    margin-left: auto;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* Responsive */
@media only screen and (max-width:30rem) {
#wrapper {
    border: none;
    margin: 0 auto;
}
a:link, a:active, a:visited {
    font-size: 1rem;
}
a:hover {
    text-decoration: none;
}
section {
    position: relative;
    top: 0;
    left: 0;
    padding: 1rem 1.5rem;
    background: #f8f8f8;
}
h1 span br {
    display: none;
}
nav {
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
}
h3 {
    font-size: 1.25rem;
}
    ul br {
        display: none;
    }
nav img {
    padding-left: 1rem;
    width: 65%;
}
nav {
    position: relative;
    top: 0;
    order: 1;
}
article {
    align-items: flex-end;
    margin: 0;
    flex-wrap: wrap;
    border: none;
    border-bottom: 6px solid #e30613;
    border-top: 4px solid #e30613;
}
article h6 {
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 1rem;
}
article aside:nth-of-type(1) {
    width: 100%;
}
article aside:nth-of-type(2) {
    margin-top: 1rem;
    width: 100%;
}
footer {
    padding: 1rem;
    border-top: 4px solid #e30613;
    border-bottom: 4px solid #e30613;
}
footer img {
    margin: 0;
}
}

/* Ende Responsive */
