﻿@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: Helvetica, Arial, sans-serif;
    font-size: 1.062rem;
    line-height: 1.4;
    color: #6F6F6E;
}

#wrapper {
    position: relative;
    max-width: 46.875rem;
    margin: 1rem auto;
    border: 2px solid #00964E;
    padding: 1.25rem 1.875rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 1.25rem;
}

h1 {
    color: #00964E;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 1.25rem 0 0;

}

h2 {
    font-size: 1.062rem;
    line-height: 1.4;
    margin: 0 0 .625rem;
    background-color: #00964E;
    color: #fff;
    padding: .312rem .937rem .312rem .937rem;

}

h3 {
    color: #94C11C;
    font-size: 1.875rem;
    line-height: 1.2;
    margin: 1.25rem 0 1.25rem;
}

h4 {
    color: #00964E;
    font-size: 1.625rem;
    font-weight: 400;
    margin: 0 0 0;
}

h5 {
    color: #94C11C;
    font-size: 1.312rem;
    line-height: 1.2;
    margin: 0 0 1.25rem;
    letter-spacing: .062rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 2.812rem;
    width: 90%;
    margin: 0 0 .312rem 0;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #00964E;
    margin-left: -1.875rem;
    top: .375rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.875rem -1.875rem 1.25rem;
    padding: 1.875rem 1.875rem 0;

}

header a {}

header p {
    color: #00964E;
    font-size: 1.375rem;
    line-height: 1.2;
    margin: 0 0 0 0;
}

header > section {
    float: right;
    width: 61%;
}

header > figure {
    margin: -6.25rem 0 0 -5rem;
    float: left;
}

header figure img {
    width: 100%;
    max-width: 20.625rem;
}

article p {
    text-align: center;
    width: 95%;
    margin: 0 auto 1.875rem;
}

article > p:first-of-type {
    font-size: 1.25rem;
}

article > section:nth-of-type(1) {
    float: left;
    width: 49.5%;
}

article > section:nth-of-type(2) {
    float: right;
    width: 49.5%;
}

article > aside {
    position: absolute;
    bottom: 12%;
    left: 6%;
    z-index: 3;
}

article > aside img {
    max-width: 20.625rem;
    width: 100%;
}

footer {
    background: url(../images/footer.png) no-repeat;
    background-size: 100%;
    margin: 0 -1.875rem -1.25rem;
    padding: 1.25rem 1.875rem .312rem;
    color: #fff;
    position: relative;
}

footer > a:first-of-type {
    display: none;
}

footer > a:nth-of-type(2) {
    position: absolute;
    top: 13%;
    right: 6%;
    width: 23%;
    height: 51%;
    border-radius: 50%;
    /*    border: 2px solid red;*/
}

footer p {
    margin: 0 0 .625rem;
}


footer p:first-of-type {
    margin: 10.625rem 0 .625rem 0;
}

footer p:last-of-type {
    margin: .625rem 0 .5rem 0;
}


footer p:last-of-type a {
    color: #00964E;
    font-weight: 700;
    font-size: 1.375rem;
}



@media only screen and (max-width: 46.812rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    p {
        text-align: left;
    }

    h1 {}

    h1 br {
        display: none;
    }

    h3 br,
    h4 br,
    ul li br {
        display: none;
    }

    header {
        margin: -.625rem -.625rem 1.25rem;
        padding: .625rem;

    }

    header p br,
    article p br {
        display: none;
    }

    ul li {
        padding-left: 2.187rem;
        width: auto;
        margin: 0 0 0 0;
    }

    header a {}


    header > section {
        float: none;
        width: auto;
    }

    header > figure {
        margin: -5.125rem 0 1.25rem -3.75rem;
        float: none;
    }



    article p {
        width: auto;

    }

    article > p:first-of-type {
        font-size: 1.062rem;
    }

    article > aside {
        position: static;


    }

    article > section:nth-of-type(1) {
        float: none;
        width: auto;
    }

    article > section:nth-of-type(2) {
        float: none;
        width: auto;
    }


    footer {
        background: #94C11C;

        margin: 0 -.625rem -.625rem;
        padding: .625rem;
        border-top: 10px solid #00965A;
    }

    footer > a:first-of-type {
        display: block;
    }

    footer > a:nth-of-type(2) {
        display: none;
    }

    footer > a:first-of-type img {
        max-width: 11.187rem;
        width: 100%;
    }


    footer p {
        margin: 0 0 .625rem;

    }

    footer p a {
        white-space: normal;
        display: inline;
    }


    footer p:first-of-type {
        margin: .625rem 0 .625rem 0;
    }






}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .875rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: .937rem;
        display: block;
        width: auto;
        padding: .625rem;
    }

    h3 {
        font-size: 1.125rem;
    }

    h4,
    h5 {
        font-size: 1rem;
    }

    header p {
        font-size: .937rem;

    }

    article p {
        text-align: left;

    }

    article > p:first-of-type {
        font-size: .937rem;
    }

    footer p:last-of-type a {

        font-size: 1rem;
    }
}
