﻿@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: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 46.25rem;
    margin: 1rem auto;
    border: solid thin #76C551;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 0.625rem;
}

h1 {
    text-align: left;
    font-size: 1.75rem;
    line-height: 1.1;
    margin: .625rem 0;
}

h1 span {
    font-size: 1.062rem;
}

h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 5px;
    color: #006F47
}

h3 {
    font-size: 1.062rem;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

h3:nth-of-type(2) {
    margin-bottom: 1.25rem;
    margin-top: -5px
}

h4 {
    font-size: 1.062rem;
    color: #006F47;
    margin-bottom: .625rem;
    margin-top: .625rem
}


hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul:nth-of-type(3) {
    margin-bottom: 1.562rem
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: .812rem;
    line-height: 1.4;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: 0 0 1.25rem;
    position: relative;
}

header a {
    position: absolute;
/*        border: 2px solid red;*/
    left: 0;
    bottom: 0;
    width: 54%;
    height: 21%
}

footer {
    background-color: #76C551;
    color: #fff;
    margin: 0 0 0;
    padding: 1rem 1.25rem 5px;
}

footer p {
    font-size: .875rem;
    font-weight: bold;
    text-align: center;
}

article {
    width: 70%;
    float: left;
    padding: 0 1.25rem 0
}

aside {
    width: 30%;
    float: right;
    padding: 0 0 10px;
    background: #CBE8BC;
    margin-top: -1.25rem
}

aside p,
aside h4 {
    margin-left: 1.25rem
}

aside p {
    margin-top: .625rem;
    color: #006F47;
    font-size: 12.5px;
    letter-spacing: -0.1px
}

@media only screen and (max-width:46.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    article {
        width: 100%;
        float: none;
    }

    aside {
        width: 100%;
        float: none;
        margin-top: 1rem;
        padding-top: 10px
    }
    
    aside img {
        margin-left: 1.25rem
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    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;
    }
}
