@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 0.813em;
    line-height: 1.45em;
}

#wrapper {
    position: relative;
    max-width: 730px;
    min-width: 200px;
    margin: 1rem auto;
    border: solid 2px #005F37;
    background-color: #fff;
    overflow: hidden;
    padding: 1rem 1rem 2rem;
}

p {
    padding-bottom: 0.6rem;
}

h1 {
    margin: 0rem 0rem 0.5rem;
    font-size: 2.3em;
    line-height: 1em;
    color: #7FC241;
    font-weight: 900;
    padding-left: 1rem;
}

h1 span {
    font-weight: normal;
    font-size: 0.7em;
}

h1 small {
    font-size: 0.5em;
    font-weight: normal;
}

h1:before {
    content: "\2022";
    display: inline-block;
    font-size: 1em;
    position: relative;
    float: left;
    top: 1px;
    margin-left: -1rem;
}

h2 {
    font-size: 1.375em;
    line-height: 1.3;
    padding-left: 1.35rem;
    margin-bottom: 0rem;
    color: #7FC241;
    font-weight: 400;
}

h2 span {
    font-weight: normal;
    font-size: 0.7em;
}

h2:before {
    content: "\2022";
    display: inline-block;
    font-size: 1em;
    position: relative;
    float: left;
    top: 1px;
    margin-left: -1.35rem;
}

h2 small {
    font-weight: normal;
    font-size: 0.5em;
}

h2:last-of-type {
    margin-bottom: 0.35rem;
}

h3 {
    font-size: 1.063em;
    line-height: 1.3em;
    margin-bottom: 0rem;
    color: #005F36;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

ul {
    padding: 0rem 0rem 0rem 0rem;
    list-style-image: url();
    list-style: none;
}

li {
    padding-left: 0.6rem;
}

ul li:before {
    content: "\2022";
    display: inline-block;
    font-size: 1.3em;
    position: relative;
    float: left;
    top: 0px;
    margin-left: -0.6rem;
    color: #005F36;
}

/* Hebt Float left/right auf */
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Ende Standard */

/* Header */
header {
    padding: 0rem 0rem 0rem;
    position: absolute;
    top: 0;
    right: 0;
}

header section {
    display: inline-block;
    position: relative;
    width: 245px;
}

header a img {
    position: absolute;
    left: 23px;
    top: 26px;
}

/* Ende Header */
main {
    width: 445px;
    display: block;
}

/* Article */
article {
    padding: 0rem 0rem;
}

article > p:first-of-type strong {
    color: #005F36;
}

article section {
    margin: 0rem 0rem 1rem;
    padding: 0.5rem 0.7rem;
    background: #D7E7E0;
}

article section:last-of-type ul {
    padding-bottom: 0.7rem;
}

/* Ende Article */

/* Footer */
footer {
    padding: 0rem 0rem 0rem;
}

footer p strong {
    font-size: 1.125em;
}

footer aside {
    background: #7FC241;
    padding: 0.5rem 0.7rem 0.5rem 0.25rem;
    color: #fff;
    display: inline-block;
}

footer aside a {
    display: inline-block;
    font-weight: bold;
    font-size: 1.952em;
    line-height: 1.1em;
    color: #fff;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:729px) {
    #wrapper {
        height: auto;
        padding: 0rem 1rem 1rem;
        border: none;
    }

    header {
        position: static;
    }

    main {
        width: 100%;
    }

    article br {
        display: none;
    }

    footer {
        position: static;
    }

}

/* Ende Responsive */
