@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: .812rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: .5rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 1.25rem;
}

strong {
	color: #008363;
    font-size: .95rem;
    line-height: 1.4;
    margin: 0 0 0;
}

h1 {
    color: #008363;
    text-align: center;
    font-size: 1.062rem;
    line-height: 1.2;
    margin: 1.25rem 0 1.875rem;

}

h1 + p {
    text-align: center;
    margin: 0 0 .312rem;
}

h2 {
	color: #008363;
    font-size: .95rem;
    line-height: 1.4;
    margin: 0 0 0;
}

h3 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 1.25rem;
}

h4 {
    color: #008363;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 1.25rem 0 1.875rem;

}




ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.25rem;
    line-height: 1.6;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background: #008363;
    margin-left: -1.25rem;
    top: .500rem;
}

ol{
  list-style: none;
    margin: 0 0 0 25px;
    padding: 0;   
}


ol li {
    padding-left: 1.25rem;
    line-height: 1.6;
}

ol li:before{
        content: "";
        float: left;
        position: relative;
        width: .312rem;
        height: .062rem;
        border-radius: .5rem;
        background: #008363;
        margin-left:-1.25rem;
        top: .5rem;

}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

main {
    display: block;
    border: solid thin #008363;
    padding: 1.25rem 3.75rem;
}

header {
    margin: -1.25rem -.937rem 1.25rem;
    padding: .625rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


header a img {
    width: 100%;
    max-width: 13.437rem
}

header > section p {
    font-size: .875rem;
    text-align: right;
    margin: 0 0 0 0;
}

article > p:first-of-type {
    margin: 0 0 0 0;
    text-align: center
}

article > p:nth-of-type(2) {
    text-align: left;
    margin-bottom: .937rem
}

article > section:nth-of-type(1) {
    float: left;
    width: 49%;
}

article > section:nth-of-type(2) {
    float: right;
    width: 48.5%;
}

article > aside {
    margin: 0 21% 0 23%;
}


footer {
    margin: 0 -3.125rem -1.25rem;
    padding: 4.687rem .937rem .937rem;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: 105%;
    background-position: bottom right;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer p {
    font-size: .75rem
}

footer > section > p:last-of-type {
    margin: 0 0 0 0;
}


footer > section:nth-of-type(1) {
    color: #fff;
    width: 60%;
    margin: 0 0 0 0;
}

footer > section:nth-of-type(1) p:not(:last-of-type) {
    margin: 0 0 .937rem;
}

footer > section:nth-of-type(2) p {
    text-align: right;
}


@media only screen and (max-width: 49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    li br,
    footer > section:nth-of-type(1) p br,
    h1 br {
        display: none
    }

    main {
        display: block;
        border: solid thin #008363;
        padding: .625rem .625rem;
    }

    header {
        margin: -.625rem -.625rem 1.25rem;
        padding: .625rem;

    }




    article > section:nth-of-type(1) {
        float: none;
        width: auto;
    }

    article > section:nth-of-type(2) {
        float: none;
        width: auto;
    }

    article > aside {
        margin: 0 0 0 0;
    }


    footer {
        margin: 0 -.625rem -.625rem;
        padding: 0;
        background: none;
        display: block;

    }


    footer > section:nth-of-type(1) {
        color: #fff;
        width: auto;
        margin: 0 0 0 0%;
        background-color: #008363;
        padding: .625rem
    }

    footer > section:nth-of-type(2) {
        background-color: #BBCA00;
        padding: .625rem;
    }


    footer > section:nth-of-type(2) p {
        text-align: left;
    }

    ol{
        margin: 0;
    }
    ol li{
        padding-left: .937rem;
    }
    ol li:before{
        margin-left: -.937rem;
    }
}

@media only screen and (max-width:29.937rem) {


    header {
        display: block;
    }

    header > section p {
        font-size: .812rem;
        text-align: left;
        margin: .625rem 0 0 0;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }

}
