﻿@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: 'Source Sans Pro', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 49.375rem;
    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: 2.187rem;
    line-height: 1.1;
    margin: 0 0 .625rem;
    font-weight: 600;
}

h1 > span {
    font-size: .812rem;
    color: #231F20;
    font-weight: 600;
    display: block;
    line-height: 1.8;
}

h2 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 .312rem;
    color: #05548B;
}

h3 {
    color: #850047;
    font-size: 1.25rem;
    margin: 0 0 .625rem;
    background: #D9E0FC;
    text-align: center;
    padding: .062rem 0 .187rem;
    margin: 0 -1.25rem .312rem;
    font-weight: 600;
}

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: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background: #871E60;
    margin-left: -.812rem;
    top: .5rem;
}

.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%;
    /*    border: 2px solid red;*/
}

header p {
    margin: 0;
    padding: 1.25rem;
    background: rgba(5, 84, 139, 0.9);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

footer {
    background-color: #F4F3F5;
    color: #05548B;
    margin: 0 0px -2.5rem;
    padding: .625rem 1.562rem;
    border-top: .5rem solid #871E60;
    border-bottom: .062rem solid #871E60;
    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: 1rem;
}

article {
    position: relative;
}

aside {
    background: #F4F3F5;
    width: 49%;
    padding: .937rem 1.25rem 2.812rem;
    color: #05548B;
    position: absolute;
    top: -55.5%;
    left: 0;
}

aside p {
    text-align: center;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.6;
}

article section:first-of-type {
    float: left;
    width: 49%;
}

article section:last-of-type {
    float: right;
    width: 48.5%;
    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: .625rem 1.25rem .312rem;
}

address > p:first-of-type {
    color: #05548B;
}

p span {
    color: #05548B;
    font-weight: 600;
}

address a {
    color: #05548B;
    font-weight: bold;
    white-space: normal;
    text-align: left;
    font-size: 1rem;
}

address p {
    margin-bottom: .625rem;
}

address p:nth-of-type(3) {
    margin: 0 0 .125rem 0;
}

address h3 {
    text-align: left;
    padding-left: .125rem;
    margin-left: .062rem;
    width: 73%;
    font-size: 1rem;

}

article section:nth-of-type(2) p {
    margin-bottom: 1.687rem
}

article section:nth-of-type(2) p:nth-of-type(2) span {
    color: inherit;
    letter-spacing: 0.5px;
    font-weight: 400;
}

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.6;
    margin-bottom: .937rem;
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    aside {

        top: -55%;
    }
}

@-moz-document url-prefix() {
    aside {
        top: -55%;
    }

}

@media only screen and (max-width:49.312rem) {
    #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 0;
        padding: 0.625rem .625rem 0;
    }

    header p {
        position: static;
        margin: 0 0 0 0;
    }

    h1 {
        font-size: 1.563em;
    }

    h2,
    h3 {
        font-size: 1em;
    }

    h3 {
        margin: 0 -.625rem 0;
    }

    p,
    ul {
        text-align: left;
        margin: 0 0 .625rem;
    }

    aside {
        position: static;
        width: 100%;
        padding: .625rem;
        margin: 0 0 1.25rem;
    }

    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 {
        margin: 1.25rem 0 1.25rem;
        padding: .625rem;
    }

    address a {
        font-size: .875rem;
    }

    address h3 {
        width: 100%;
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}
