﻿@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: #666666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 46.25rem;
    margin: 1rem auto;
    padding: 1.875rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 1.25rem;
}

h1 {
    color: #1350a3;
    font-size: 1.812rem;
    line-height: 1.1;
    margin: 1.25rem 0 3.125rem;
    font-weight: 500;
}

h2 {
    color: #1350a3;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 10px;
    font-weight: 500;
}

h3 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 1.25rem;
}

hr {
    border-top: .062rem solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.062rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .937rem;
    height: .937rem;
    background: url(../images/bullet.png) no-repeat;
    background-size: contain;
    margin-left: -1.062rem;
    top: .187rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.875rem -1.875rem 0;
    padding: 1.25rem 1.875rem 15px;
    background-color: #A9BACE;
    color: #fff;
    font-size: .75rem;
    position: relative;
}

header aside {
    max-width: 10.187rem;
    float: left;
    width: 28%;
    margin: 1.125rem 0 0 0;
}

header p {
    margin: 0 0 0 0;
    float: right;
    width: 70%;
}

element {
    margin: 0 -1.875rem 0;
    display: block;
}



article > section:nth-of-type(1) > p:first-of-type {
    color: #1350a3;
}



article > section:nth-of-type(2) p {
    color: #1350a3;
    font-size: .75rem;
    margin: 0 0 .937rem;
    /*	letter-spacing: -0.5px*/
}

article > section:nth-of-type(2) p:first-of-type {
    margin: 12.5rem 0 .937rem;
}

article > section:nth-of-type(1) {
    float: left;
    width: 69%;
    margin: 1.562rem 0 1.25rem 0;
}

article > section:nth-of-type(2) {
    float: right;
    width: 31.5%;
    background-color: #D5DCE6;
    padding: .75rem;
    margin: 0 -1.875rem 0 0;
    height: 30.187rem
}

article > section:nth-of-type(2) > a {
    color: #1350a3;
    font-size: .75rem;
    font-weight: 700;
    margin: 0 0 .937rem 0;

}

footer {
    margin: 0 -1.875rem -1.875rem;
    padding: .625rem;
    background-color: #1350A3;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    article > section:nth-of-type(2) {
        height: 30.5rem;
    }
}

@-moz-document url-prefix() {
    article > section:nth-of-type(2) {
        height: 30.562rem;
    }

}


@media only screen and (max-width: 46.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    header {
        margin: -0.625rem -0.625rem 0;
        padding: 0.625rem;
    }

    header aside {
        max-width: 10.187rem;
        float: none;
        width: auto;
        margin: 0 0 .937rem 0;
    }

    header p {
        margin: 0 0 0 0;
        float: none;
        width: auto;
    }

    element {
        margin: 0 -.625rem 0;
    }

    article > section:nth-of-type(2) p:first-of-type {
        margin: 0 0 .937rem;
    }


    article > section:nth-of-type(1) {
        float: none;
        width: auto;
        margin: .937rem 0 1.25rem 0;
    }

    article > section:nth-of-type(2) {
        float: none;
        width: auto;
        padding: .625rem;
        margin: 0 -.625rem 0;
        height: auto;
    }

    article > section:nth-of-type(2) > a {
        font-size: .875rem;
        margin: 0 0 .937rem 0;

    }

    article > section:nth-of-type(2) p {
        color: #1350a3;
        font-size: .875rem;
        margin: 0 0 .937rem;
        letter-spacing: 0;
    }


    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5rem;
        margin: .937rem 0;
    }

    h2 {
        font-size: 1.125rem;
        margin: 0 0 0 0;
    }

}
