﻿@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: 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 .937rem;
}

h1 {
    text-align: center;
    font-size: .875rem;
    line-height: 1.4;
    margin: 1.25rem 0;

}

h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 0;
}

h3 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 1.25rem;
}

hr {
    border-top: .062rem solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: .937rem;
}

/*ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background: #000;
    margin-left: -.937rem;
    top: .375rem;
}*/

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 5px;
    height: 1px;
    border-radius: 0;
    background: #000;
    margin-left: -.937rem;
    top: .5rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    padding: 0 0 .625rem;
}

header a {
    max-width: 15.625rem;

}

header > img {
    max-width: 15.625rem;
    width: 50%;
    float: right;
    display: block;
}

article {
    padding: .625rem 0;
}

article > p:nth-of-type(2) {
    text-align: left;
}

article > p:nth-of-type(3) {
    text-align: center;
	margin-bottom:-0.8rem;
}

article > p:nth-of-type(4) {
    text-align: center;
	margin-bottom:-0.8rem;
	margin-top:-0.8rem;
}

article > p:nth-last-of-type(5) {
    margin: 0 0 1.562rem;
}

article > p:nth-last-of-type(2) {}

p span {
    font-family: 'Open Sans', sans-serif;

}

article > p:last-of-type {
    margin: 0 0 0 0;
}

article > p:last-of-type a {
    color: #0563C1;
    text-decoration: underline;
}


@media only screen and (max-width: 49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    p {
        text-align: left;
    }

    header {
        padding: 0;
    }

    header a {
        max-width: 12.5rem;
        display: block;
        margin: .625rem auto;
    }

    header > img {
        max-width: 12.5rem;
        width: 100%;
        float: none;
        display: block;
        margin: .625rem auto;
    }

    article {
        padding: 0;
    }



}

@media only screen and (max-width:29.937rem) {}
