﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: #92D050;
    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: 'Arial', sans-serif;
    font-size: 0.813em;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 44.375rem;
    margin: 1rem auto;
    box-shadow: 0 0 .937rem #888888;

    padding: 0 4.687rem 0;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 .937rem;
    text-align: justify
}

h1 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.1;
    margin: 1.25rem 0 2.5rem;
    color: #92D050;
    font-weight: normal;
}

h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 0;
    font-weight: normal;
}

h3 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 0 1.437rem;
    font-weight: normal;
}



ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: 2.812rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.25rem;
    line-height: 0.9;
    color: #000;
    font-family: 'arial', sans-serif;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header a {
    margin: 0 0 1.875rem;
    display: block;
    max-width: 16.875rem
}

header p {
    text-align: center;
    font-size: 1.063em;
    font-weight: bold;
    color: #fff;
}

footer {
    padding-bottom: 1.25rem
}

footer p {
    text-align: center;
    margin-top: 2.5rem
}

footer p:last-of-type {
    text-align: left;

}

article p:nth-of-type(1) {
    text-align: justify
}

article p:nth-of-type(2) {
    text-align: center;
}



#wrapper > section {
    margin: 4.375rem -4.687rem 0
}

@media only screen and (max-width:44.312rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    p,
    ul {
        margin-bottom: .625rem;
        text-align: left
    }

    header a {
        max-width: 12.5rem;
        margin: 0 auto 1.25rem
    }

    a {
        font-weight: bold;
    }

    footer p {
        margin: 0 0 .625rem
    }

    #wrapper > section {
        margin: 0 -.625rem -.625rem
    }

    h1 {
        font-size: 1.563em;
    }

    h2,
    h3 {
        font-size: .875rem;
        margin: 0 0 0;
    }

    ul br,
    article > br,
    foote > br {
        display: none;
    }

    ul,
    p {
        margin: 0 0 .625rem
    }

    article p:nth-of-type(1) {
        text-align: left;
    }

    ul li {
        padding-left: .937rem;
    }

    h1 {
        margin: .937rem 0;
        font-size: 1.187rem
    }

    ul li:before {
        margin-left: -.937rem;
    }
}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}