﻿@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: .812rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 880px;
    margin: 1rem auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 1rem;
}

h1 {
    text-align: left;
    font-size: 1.312rem;
    line-height: 1.1;
    margin: 0.625rem 0;
}

h1 span {font-weight:100}

h2 {
    font-size: .812rem;
    line-height: 1.4;
    margin: 0 0 .937rem;
    color: #96BE0C
}

h3 {
    font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr {
    border-top: 1px solid #9CBE2A;
}

ul {
    list-style: none;
    margin: 0 0 3.125rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
    padding-bottom: 5px
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375rem;
    line-height: 0.9;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.188rem -1.188rem 1.188rem;
    padding: 1.187rem 1.187rem 0;
    position: relative
}

header a {
    max-width: 100%;
    position: absolute;
    /*    border: 2px solid white;*/
    left: 7%;
    height: 27%;
    top: 16%;
    width: 30%
}


footer {
    background-color: #9CBE2A;
    color: #fff;
    margin: 0 -1.188rem -1.188rem;
    padding: 19px 5rem 1.562rem;
}

footer p {
    color: #000;
    font-size: .75rem;
}

footer p:first-of-type {
    width: 45%;
    float: left
}

footer p:last-of-type {
    width: 45%;
    float: right
}


article {
    padding: 1.875rem 3.75rem .312rem
}

article p span {
    color: #97BF0D;
    font-weight: 600
}
aside {
    display: flex;
    padding-bottom: 1.875rem
}
aside section:first-of-type{
    width: 50%;
}
aside section:last-of-type{
    width: 52%;
}

@media only screen and (max-width:879px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    article {
        padding: .625rem
    }
    aside {
        display: block;
        padding-bottom: 0
    }
    aside section:first-of-type{
        width: 100%;
    }
    aside section:last-of-type{
        width: 100%;
    }

    ul {
        margin-bottom: 20px
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    footer p:first-of-type {
        width: 100%;
        float: none;
    }

    footer p:last-of-type {
        width: 100%;
        float: none;
    }


    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    h1 {
        font-size: 1.563em;
    }

    h2,
    h3 {
        font-size: 1em;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
