﻿@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: #231F20;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.813em;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 50.625rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 2.5rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #FFFFFF;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 1.25rem;
}

h1 {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.1;
    margin: 0 0 .625rem;

}

h1 > span {
    font-size: .812rem;
    color: #231F20;
    font-weight: normal;
}

h2 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 .312rem;
    color: #00548B;
}

h3 {

    color: #A7598F;
    font-size: 1.062rem;
    margin: 0 0 .625rem;
    background: #D9E0FC;
    font-weight: 500;
    text-align: center;
    padding: .187rem 0;
    margin: 0 -.937rem .312rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
    text-align: left;
}

ul li {
    padding-left: .812rem
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -.812rem;
    font-size: 1rem;
    line-height: 1.3;
    color: #871D5F;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -2.5rem -2.5rem 1.25rem;
    position: relative;
}
header a{
    position: absolute;
    width: 21%;
    height: 21%;
    right: 4%;
    top: 6%;
}
header p {
    margin: 0;
    padding: 1.25rem;
    background: rgba(5, 84, 139, 0.9);
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer {
    background-color: #F4F3F5;
    color: #00548B;
    margin: 0 0px -2.5rem;
    padding: .625rem 1.562rem;
    border-top: .5rem solid #871D5F;
    border-bottom: .062rem solid #871D5F;
    margin-bottom: .625rem;
}

footer p {
    margin-bottom: .625rem;
    font-size: .875rem;
}

footer p:last-of-type {
    margin-bottom: 0;
}

footer a {
    font-weight: bold;
    font-size: .937rem;
}

article {
    position: relative;
}

aside {
    background: #F4F3F5;
    width: 47%;
    padding: 1.25rem 1.25rem .187rem;
    color: #00548B;
    position: absolute;
    top: -46%;
    left: 0;
}

aside p {
    text-align: center;

}

article section:first-of-type {
    float: left;
    width: 49%;
}

article section:last-of-type {
    float: right;
    width: 49%;
    margin-top: 1.875rem;
}

article section:last-of-type p:nth-of-type(2) {
    letter-spacing: -0.2px;
}

article section:first-of-type ul:nth-of-type(2) li:nth-of-type(3) {
    letter-spacing: -0.1px;
}

address {
    font-style: normal;
    background: #F4F3F5;
    padding: .312rem 1.562rem;
}

address > p:first-of-type {
    color: #00548B;
}

p span {
    color: #00548B;
}

address a {
    color: #00548B;
    font-weight: bold;
    white-space: normal;
    text-align: left;
    font-size: .937rem;
}

address p {
    margin-bottom: .625rem;
}
address p:last-of-type{
    margin-bottom: .312rem;
}
address h3 {
    text-align: left;
    padding-left: .125rem;
    margin-left: .062rem;
    width: 73%;
}

article section:nth-of-type(2) p {
    margin-bottom: 1.687rem
}

article section:last-of-type p:nth-of-type(4) {
    margin: 2.187rem 0 .937rem 0;
}

article section:last-of-type p:last-of-type {
    line-height: 1.7;
    margin-bottom: .937rem;
}
aside h3{
    font-size: 1.125rem
}
@-moz-document url-prefix() {
    aside {
    background: #F4F3F5;
    width: 47%;
    padding: 1.25rem 1.25rem .312rem;
    color: #00548B;
    position: absolute;
    top: -56.2%;
    left: 0;
}

}

@media only screen and (max-width:50.562rem) {
    #wrapper {    

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem .625rem;
        padding: 0.625rem .625rem 0;
    }

    h1 {
        font-size: 1.563em;
    }

    h2,
    h3 {
        font-size: 1em;
    }

    p,
    ul {
        text-align: left;
        margin: 0 0 .625rem;
    }

    aside {
        position: static;
        width: 100%;
    }

    article section:first-of-type {
        float: none;
        width: 100%;
    }

    article section:last-of-type {
        float: none;
        margin-top: 0;
        width: 100%;
    }

    article section:nth-of-type(2) p {
        margin-bottom: .625rem
    }

    article section:last-of-type p:nth-of-type(4) {
        margin: 0 0 .625rem 0;
    }

    article section:last-of-type p:last-of-type {
        line-height: 1.4;
        margin-bottom: .625rem;
    }
    a{
        white-space: normal;
    }
    article br{
        display: none;
    }
    article section:last-of-type p:last-of-type br{
        display: block;
    }
    address h3{
        width: 100%;
    }


}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
