﻿@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: 0.813em;
    line-height: 1.6;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: solid thin #000;
    /* 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 {
    text-align: left;
    font-size: 1.375rem;
    line-height: 1.3;
    margin: 20px 0;
    color: #0060AA;
    font-weight: 400;
}

h2 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0;
}

h3 {
    font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 15px
}

ul li:before {
    content: "\▪"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -15px;
    font-size: 14px;
    line-height: 1.4;
    color: #0060AA;
}

article section ul li:before {
    color: #fff;
}



.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: 0;
    background: url(../images/header.jpg) no-repeat;
    background-size: 100%;
    padding-bottom: .625rem;
    margin-bottom: -1.562rem;
}

header > a {
    /*    border: 2px solid red;*/
    width: 50%;
    height: 7.5rem
}

header p {
    text-align: left;
    letter-spacing: -0.2px;
    line-height: 1.8
}

header section {
    margin-top: 90px;
    padding: 20px
}

footer {
    background-color: #0060AA;
    color: #fff;
    padding: 1.25rem;
}

footer p {
    font-size: .625rem
}



aside {
    padding: 2.5rem 20px 0;
    ;
    margin-top: 20px
}



article aside:first-of-type {
    width: 63%;
    float: left;
    color: #0060AA;
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 20px
}

article aside:nth-of-type(2) {
    width: 36%;
    float: right;
    margin-top: 80px
}

article aside:nth-of-type(2) p {
    text-align: right;
    margin-bottom: 1.25rem;
    font-size: 13.3px
}

article aside:nth-of-type(2) img {
    position: absolute;
    right: 0;
    bottom: 25%
}

menu {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

menu img {
    position: absolute;
    left: 0;
    bottom: -70px;
    max-width: 380px;
}

nav {
    background: #0060AA;
}

article section:first-of-type {
    width: 50%;
    float: left;
    padding: 20px 20px 10px;
    color: #fff
}

article section:nth-of-type(2) {
    width: 50%;
    float: right;
    padding: 1.25rem 20px 10px;
    color: #fff
}

as {
    display: block
}

@-moz-document url-prefix() {
    h1 {
        line-height: 1.2;
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast: active) {
    h1 {
        line-height: 1.2;
    }
}

@media only screen and (max-width:49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    header p br {
        display: none;
    }

    article section p br {
        display: none;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0;
        padding: 0;
    }

    header > a {
        /*    border: 2px solid red;*/
        width: 50%;
        height: 4.375rem;
    }

    header section {
        margin-top: 510px;
        padding: .625rem
    }

    aside {
        padding: .625rem;
        margin-top: .625rem
    }

    article aside:first-of-type {
        width: 100%;
        float: none;
        margin-bottom: 0
    }

    article aside:nth-of-type(2) {
        width: 100%;
        float: none;
        margin-top: 0
    }

    article aside:nth-of-type(2) p {
        text-align: left;
        margin-bottom: .625rem;
    }

    article aside:nth-of-type(2) img {
        position: static;
    }

    article section:first-of-type {
        width: 100%;
        float: none;
        padding: .625rem;
    }

    article section:nth-of-type(2) {
        width: 100%;
        float: none;
        padding: .625rem;
        margin-top: -1.562rem
    }

    h1 {
        font-size: 1.563em;
    }

    h2,
    h3 {
        font-size: 1em;
    }

    as,
    menu img {
        display: none;
    }
}

@media only screen and (max-width:699px) {
    header section {
        margin-top: 440px;
        padding: .625rem
    }
}

@media only screen and (max-width:609px) {
    header section {
        padding: .625rem;
        margin-top: 400px;

    }
}

@media only screen and (max-width:559px) {
    header section {
        padding: .625rem;
        margin-top: 340px;

    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }

    header section {
        margin-top: 250px;
        padding: .625rem
    }
}
