﻿@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: #747474;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.813em;
    line-height: 1.4;
}
#wrapper {
    position: relative;
    max-width: 640px;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 1.188rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}
p {
    text-align: left;
    margin: 0 0 1.25rem;
}
h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.1;
    margin: 0.625rem 0;
    
}
h2 {
    font-size: .813rem;
    line-height: 1.4;
    margin: 0 0 .937rem;
}
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;
}
ul li {
    padding-left: 2.7rem
}
ul li:before {
    content: "\2022"/* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height:1;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
header{
    margin: -1.188rem -1.188rem 1.188rem;
}
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{
    padding: 0 1.25rem;
}
footer {
    margin: 0 -1.188rem -1.188rem;
    padding: 0 2.3rem 1.188rem;
}
@media only screen and (max-width:639px) {
    #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.625rem;
    }
    article{
        padding: 0;
    }
    h1 {
        font-size: 1.563em;
    }
    h2, h3 {
        font-size: 1em;
    }
}
@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
