﻿@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: 2.812rem;
    height: auto;
    margin-bottom: -.187rem;
}

body {
    color: #000;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.25rem;
    line-height: 1.1;
}

#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;
}
article p:first-of-type {
    margin: 0 -1.25rem 0 0;
}

p {
    margin: 0 0 0.625rem;
}
h1 {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.1;
    margin: 1.875rem 0 1.25rem;
}

h2 {
    text-decoration: underline;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 1.25rem 0 1.25rem;
}

h3 {
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.4;
    margin: 1.25rem 0 1.25rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 3.125rem
}

ul li:before {
    content: "\-"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.875rem;
    font-size: 1rem;
    line-height: 1;
    color: #000;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {}

header a {
    margin: 0 auto;
    display: block;
    max-width: 13.437rem
}

header p {
    text-align: center;
    font-size: 1.063em;
    font-weight: bold;
    color: #fff;
}

footer a {
    color: #0563C1;
    font-weight: 600;
}

article a {
    color: #0563C1;
    font-weight: 600;
}

@-moz-document url-prefix() {
    article p:first-of-type {    
        margin: 0 -1.875rem 0;
    }
}
@media only screen and (max-width:49.937rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    article {
        padding: 0;
        margin: 0;
    }

    article br {
        display: none;

    }

    article p:first-of-type {
        margin: 0 0 .625rem;
    }

    p,
    ul {
        text-align: left;
        margin: 0 0 .625rem;
    }

    h1,
    h2,
    h3 {
        margin: 0 0 .625rem;
    }
}
