﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
}
html {
    min-height: 100%;
}
a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}
a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
body {
    color: #000;
   font-family: 'Open Sans', sans-serif;

    font-size: 0.813em;
    line-height: 1.4;
}
#wrapper {
    position: relative;
    max-width: 750px;
    margin: 1rem auto;
    box-shadow: 0 0 .937rem #888888;
    
    padding: 4.375rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}
p {
    text-align: justify;
    margin: 0 0 0.625rem;
}
h1 {
    text-align: center;
    font-size: .875rem;
    margin: 1.25rem 0 2.5rem;
    
}
h2 {
    font-size: 1em;
    line-height: 1.4;
    margin: 0 0 .625rem;
    text-decoration: underline;
    font-weight: normal
}
h3{
   font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem; 
}
hr {
    border-top: 1px solid #52BA5A;
}
ul {
   list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    text-align: justify
}
ul li {
    margin-bottom: .625rem
}
ul li:before { 
    content: "";
    float: left;
    position: relative;
    width: 5px;
    height: 1px;
    background: #000;
    top: 10px;
    margin-right: 5px
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
header{
    margin: -4.375rem -4.375rem 1.562rem
}
header a{
    margin: 0 auto;
    display: block;
    max-width: 13.437rem
}
header p {
    text-align: center;
    font-size: 1.063em;
    font-weight: bold;
    color: #fff;
}

article>p:last-of-type{
    text-align-last: center
}
footer>a{
    float: left;
    max-width: 5.625rem;
    margin-right: .625rem
}
footer span{
    color: blue
}
@media only screen and (max-width:639px) {
    #wrapper {
        
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }
    article>p:last-of-type{
    text-align-last: left
}
    p, ul{
        margin-bottom: .625rem;
        text-align: left
    }
    a {
        font-weight: bold;
    }
    footer>a{
        float: none;
        margin: 0
    }
    header {
        margin: -0.625rem -0.625rem 0.625rem;
    }
    h1 {
        font-size: 1.563em;
        margin: .937rem 0
    }
    h2, h3 {
        font-size: 1em;
    }
}
@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
