﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}



u {
    text-decoration: underline;
}

as {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #333;
    font-family: 'Montserrat', sans-serif;

    font-size: .937rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    box-shadow: 0px 0px .937rem #a1a1a1;

    padding: 1.188rem 1.187rem 0;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #FFFFFF;
    overflow: hidden;
}

p {
    margin: 0 0 0.625rem;
}

h1 {
    text-align: center;
    font-size: 2.125rem;
    line-height: 1.1;
    margin: 1.25rem 0;
    color: #000;

}

h1 span {
    font-weight: normal;
    font-size: 0.9em;
}

h2 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 .312rem
}

h3 {
    font-size: 1.875rem;
    line-height: 1.4;
    margin: 1.25rem 0 1.25rem;
    text-align: center;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: .937rem
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -.937rem;
    font-size: 2.187rem;
    line-height: 0.5;
    color: #000;
}

ul ul {
    margin-bottom: 0;
    position: relative;
}

ul ul li {
    padding-left: 2.75rem;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    border-radius: 100%;
    background: #fff;
    width: .5rem;
    height: .5rem;
    margin-left: -1.375rem;
    top: .375rem;
    border: 1px solid #000;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
}

header {
    margin: -1.188rem -1.188rem 1.188rem;
}

header a {
    max-width: 14.687rem;
}

footer {
    /*  margin: 0 -1.188rem -1.188rem;
    padding: 1.188rem; */
}

article > p:first-of-type {
    position: relative;
    padding-left: 3.437rem;
    padding-top: 1.25rem
}

article > p:first-of-type img {
    position: absolute;
    max-width: 3.125rem;
    left: 0px;
    top: .312rem;
}

aside {
    background: #005091;
    color: #fff;
    margin: .625rem -1.25rem;
    padding: 1.25rem;
}

address {
    font-style: normal;
    color: #fff;
    background: #8ABFE9;
    margin: .625rem -1.25rem;
    padding: .625rem 1.25rem;
    position: relative;
}

article > img {
    max-width: 9.062rem;
    float: left;
    margin: 0 0 1.875rem
}

article nav {
    float: right;
    width: 80%;
    background: #E6F3FC;
    padding: 10px;
    height: 11.437rem;
    border-bottom: 3px solid #005091;

}

footer {
    background: #005091;
    margin: 0 -1.25rem;
    padding: 6.25rem;
}

footer p {
    text-align: center;
    margin-bottom: 0;
}

footer p a {
    padding: 0 1.2rem;
    color: #005091;
    background: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    border-radius: .25rem;
}

address p:nth-of-type(2) a {
    background: #fff;
    color: #8ABFE9;
    padding: .312rem .625rem;
    border-radius: .25rem;
}

address > img {
    position: absolute;
    max-width: 7.875rem;
    top: .625rem;
    right: .625rem;
}

nav:nth-of-type(3),
nav:nth-of-type(4) {
    line-height: 1.3;
}

@media only screen and (max-width:56.187rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem .625rem 0;
    }

    h1 {
        font-size: 1.563em;
        margin: .625rem 0;
        line-height: 1.1;
    }

    h1 br {
        display: block;
    }

    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 1.5rem;
        margin: .937rem 0;
    }

    p,
    ul {
        text-align: left;
        margin-bottom: .625rem;
    }

    article > p:first-of-type {
        position: relative;
        padding-left: 2.187rem;
        padding-top: .625rem
    }

    article > p:first-of-type img {
        position: absolute;
        max-width: 1.875rem;
        left: -.125rem;
        top: .312rem;
    }

    article > br:first-of-type {
        display: none;
    }

    aside {
        background: #005091;
        color: #fff;
        margin: .625rem -.625rem;
        padding: .625rem;
    }

    address {
        background: #8ABFE9;
        margin: .625rem -.625rem;
        padding: .625rem;
    }

    article > img {
        max-width: 7.5rem;
        float: none;
        margin: 0 auto .312rem;
        display: block;
    }

    article nav {
        float: none;
        width: 100%;
        padding: .625rem;
        height: auto;
        margin: 0 0 1.875rem;
    }

    footer {
        background: #005091;
        margin: 0 -.625rem;
        padding: 2.5rem;
    }

    footer p {
        text-align: center;
        margin-bottom: 0;
    }

    footer p a {
        padding: 0 1.2rem;
        color: #005091;
        background: #fff;
        font-weight: 700;
        font-size: 1.4rem;
        border-radius: .25rem;
    }

    address p:nth-of-type(2) a {
        background: #fff;
        color: #8ABFE9;
        padding: .312rem .625rem;
        border-radius: .25rem;
    }

    address > img {
        position: static;
        margin: 0 auto .625rem;
        ;
        display: block;
    }

    nav:nth-of-type(3),
    nav:nth-of-type(4) {
        line-height: normal;
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}
