﻿@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

#wrapper {
    position: relative;
    max-width: 550px;
    margin: 1rem auto;
    border: 0.313rem solid #00864C;
    padding: 0.5rem 0rem;

    background-color: #FFFFFF;
    overflow: hidden;

    box-shadow: 0 0 .875rem #A6A6A6;
}

header {
    margin-top: -0.5rem;
    padding: 0rem;
    background-color: #00864C;

}

article {
    padding: 0rem 2.5rem;
}

footer {
    padding: 0.5rem 2.5rem;
    margin-bottom: -0.5rem;
    background-color: #00864C;
    color: #fff;
}


p {
    text-align: left;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
    color: #008747;
    margin: .625rem 0 .625rem;
    text-transform: uppercase;
    display: block
}

h1 span {
    font-size: 26px;
    text-transform: none;
    font-weight: 500;
    line-height: 1.5;
    display: block;
}

h1 element {
    font-size: 1.25rem;
    display: inline;
    text-transform: none;
    font-weight: 500
}

h2 {
    font-size: 1.231em;
    line-height: 1;
    margin-bottom: 10px;
}

h2 span {
    padding-bottom: 2px;
    border-bottom-width: .125rem;
    border-bottom-style: solid;
    border-bottom-color: #017F3F;
    line-height: 1;
}

h3 {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 900;
    color: #008747;
    margin: .625rem 0 1.25rem;
    text-transform: uppercase;
    display: block
}

h4 {
    font-size: 1.125rem;
    line-height: 1.231em;
    font-weight: normal;
    color: #00864C;
    margin: .312rem 0
}

a:link,
a:active,
a:visited {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #FFF;
    text-decoration: underline;
}

a.link:link {
    text-decoration: underline;
    color: #000;
}

a.link:visited {
    text-decoration: underline;
    color: #000;
}

a.link:hover {
    text-decoration: none;
    color: #000;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    padding-left: 2rem;
    margin-bottom: .625rem
}

li {
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    list-style-type: none;
    list-style-image: url();
}

li:before {
    content: "\25A0";
    color: #00864C;
    float: left;
    margin-left: -1.25rem;
    margin-top: -.187rem;
    font-size: 1.125rem
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

footer {
    position: relative;
    padding-top: 0;
    font-size: 16px;
}

footer img {
    max-width: 100%;
    /*
    height: auto;
    display: block;
    float: left;
    padding-right: 1rem;
    padding-top: 1rem;
*/
    width: 13.75rem;
    position: absolute;
    bottom: 12%
}

footer p {
    float: right;
    margin-left: .625rem;
    width: 50%
}

footer > a {
    max-width: 28.75rem;
    display: block;
}

article p:last-of-type {
    margin: 0
}



/* Responsive */
@media only screen and (max-width:34.375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    a:link,
    a:active,
    a:visited {
        text-decoration: underline;
        font-size: 1rem;
    }



    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }

    h1 {
        font-size: 1.875rem;
        line-height: 1;
    }

    h1 span,
    h1 element {
        font-size: 1.25rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    footer img {
        width: 50%;
        position: static;
        display: block
    }

    footer p {
        float: none;
        width: auto;
        margin: .625rem 0 0;
    }

    footer {
        padding-bottom: 0.5rem;
    }

    footer > br {
        display: none
    }

}

/* Ende Responsive */
