﻿@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.1;
    margin: 1.875rem 0;
    color: #0060AA;
    font-weight: 400;
}

h2 {
    font-size: .812rem;
    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: 17px
}

ul li:before {
    content: "\▪"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -.937rem;
    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.625rem;
}

header > a {
    /*    border: 2px solid red;*/
    width: 50%;
    height: 7.5rem
}

header p {
    text-align: left;
    letter-spacing: -0.2px
}

header section {
    margin-top: 7.812rem;
    padding: 1.25rem
}

footer {
    background-color: #0060AA;
    color: #fff;
    padding: 1.25rem;
}

footer p {
    font-size: .625rem
}



aside {
    padding: 1.25rem;
    margin-top: 1.25rem
}

article aside:first-of-type {
    width: 50%;
    float: left;
    color: #0060AA;
    margin-top: -.625rem
}

article aside:nth-of-type(2) {
    width: 35%;
    float: right;
    margin-top: 6.875rem
}

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: 26%
}


article section:first-of-type {
    width: 50%;
    float: left;
    background: #0060AA;
    padding: 1.25rem;
    color: #fff
}

article section:nth-of-type(2) {
    width: 50%;
    float: right;
    background: #0060AA;
    padding: 1.25rem;
    color: #fff
}


@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: 16.25rem;
        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;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
    
        header section {
        margin-top: 11.25rem;
        padding: .625rem
    }
}
