﻿@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: "Open Sans", Arial, sans-serif;
    font-size: .812rem;
    line-height: 1.5;
    background: url(../images/bg.png) #F4F6F7;
    background-repeat: repeat-x;

}

#wrapper {
    position: relative;
    max-width: 46.25rem;
    margin: 1rem auto;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 1rem;
}

h1 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
    margin-top: 0;
}

h2 {
    color: #006f9b;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 600;
    line-height: 1.2;
}

h3 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul li {}

ul li:before {}

ul ul {
    margin-bottom: 0;
    position: relative;
}

ul ul li {
    padding-left: 44px;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    border-radius: 100%;
    background: #fff;
    width: 8px;
    height: 8px;
    margin-left: -22px;
    top: 6px;
    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 {
    border: 1px solid rgba(0, 0, 0, .15);
    border-bottom: none;
    padding: 1.25rem 1.25rem 0;

}

article {
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    padding: 0 1.25rem 1.25rem;
    border-top: none;
}

header section {
    padding: 0 .937rem;
}

header section:nth-of-type(1) {
    max-width: 33.333333%;
    float: left;
}

header section:nth-of-type(2) {
    max-width: 66.666667%;
    float: right;
}

p span {
    color: #006f9b;
}

header p:first-of-type {
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0;
    line-height: 1.2;
}

aside {
    background: url(../images/aside.png);
    color: #fff;
    font-weight: 300;
    font-size: 1.062rem;
}

aside > img {
    float: left;
    width: 50%;
    padding: .625rem;
}

aside section {
    float: right;
    width: 50%;
    padding: 1.562rem .937rem 0;
}

nav {
    padding: 0 .937rem;
}

footer p:first-of-type {
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer p a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

footer p a:hover {
    color: #007bff;
}

footer {
    padding: 0 .937rem;
}

@media only screen and (max-width:46.187rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0 .625rem 0.625rem;
        padding-left: .625rem;
        padding-right: .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 {
        margin: 0 0 .625rem;
    }

    h3 {
        font-size: 14px;
    }

    p,
    ul {
        text-align: left;
        margin-bottom: 10px;
    }

    header {
        border: none;
    }
    article {
        border:none;
        box-shadow: none;
        padding: 0;
    }

    header section {
        padding: 0 ;
    }

    header section:nth-of-type(1) {
        max-width:100%;
        float: none;
    }

    header section:nth-of-type(2) {
        max-width: 100%;
        float: none;
    }

    p span {
        color: #006f9b;
    }

    header p:first-of-type {
        font-size: 17px;
        font-weight: 600;
        margin:.937rem 0;
        line-height: 1.4;
    }

    aside > img {
        float: none;
        width: 100%;
        padding: .625rem;
        margin: 0 auto;
        display: block;
    }

    aside section {
        float: none;
        width: 100%;
        padding: .937rem .625rem 0;
    }

    nav {
        padding: 0;
    }

    footer p:first-of-type {
        margin-top: .937rem;
        margin-bottom: .937rem;
    }

    footer p a {

    }

    footer p a:hover {
        color: #007bff;
    }
    aside{
        background: #0085AF;
        margin-bottom: .625rem;
    }
     a{
        white-space: normal;
    }



}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
