﻿@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: 'Open Sans', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 48.125rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 4.375rem 5rem 9.375rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 0.625rem;
}

h1 {
    font-size: 1.75rem;
    line-height: 2.187rem;
    text-align: center;
    background: #002856;
    color: #fff;
    padding: 1.25rem 2.5rem;
    margin: 1.25rem -5rem;

}

h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 0;
    font-weight: normal;
}

h3 {
    font-size: 1.062rem;
    line-height: 1.4;
    margin: 1.25rem 0 1.875rem;
    font-weight: normal;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 3.125rem;
    padding: 0;
}

ul li {
    padding-left: 2.75rem
}

ul li:before {
    content: "\▪"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.25rem;
    font-size: 1.375rem;
    line-height: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

article {
    position: relative;
}

article > a {
    position: absolute;
    right: 2%;
    bottom: -9%;
    display: block;
    max-width: 13.437rem
}

header {
    margin: 0 -2.5rem 2.5rem
    
}

header a {
    float: right
}


@media only screen and (max-width:769px) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    article > a {
        position: static;
        display: block;
        max-width: 11.25rem;
        margin: .625rem auto;
    }

    h1 {
        margin: .937rem 0;
    }

    h3 {
        font-size: .937rem;
        margin: .625rem 0;
    }

    ul {
        margin: 0 0 .937rem;
    }

    ul li {
        padding-left: 1.375rem;
    }
}

@media only screen and (max-width:479px) {

}
