﻿@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: 'Roboto', sans-serif;
    font-size: .875rem;
    line-height: 1.6;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 50.625rem;
    margin: 1rem auto;
    border: 1px solid #DFDFDF;
    padding: 2.5rem;
    /* 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 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 1.25rem 0 0;
}

h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 1.25rem;
}

h3 {
    font-size: 1.187rem;
    line-height: 1.2;
    margin: 0 0 1.875rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 1.25rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul p {
    margin: .937rem 0 .937rem 25px;
}

ul li {
    padding-left: 1.562rem;
    margin: 0 0 1.25rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .625rem;
    height: .5rem;
    background: url(../images/bullet.png) no-repeat;
    background-size: contain;
    margin-left: -.937rem;
    top: .375rem;
}

ul h2 {
    padding-left: 1.25rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: 0 0 1.875rem 0;
}

header a {

    float: left;
}

header a img {
    max-width: 20rem;

}

header p {
    float: right;
    font-weight: 400;
    margin: 1.437rem 0 0 0;
    font-size: 1.187rem;
}

nav {
    margin: .625rem 0 1.25rem;
}

article > p:first-of-type {
    font-size: 1.125rem;
}

article > section {
    background-color: #EDEFF1;
    padding: .625rem .625rem .937rem;
    margin: 0 0 .312rem;
}

article > section > p,
article > section > ul {
    margin: 0;
}

article > section > ul {
    line-height: 1.6;
}

article > section > ul > li:last-of-type {
    margin: 0;
}

article > section:nth-of-type(1) {
    margin: 0 0 5rem;
}

article > section:nth-of-type(2) {
    float: left;
    width: 48%;
    height: 23.125rem;
    padding: .625rem .5rem .937rem;
    height: 60.437rem;
}

article > section:nth-of-type(3) {
    float: right;
    width: 50%;

}

article > aside {
    background-color: #FB9948;
    padding: .625rem .625rem .937rem;
    margin: 0 0 .937rem;
}

article > aside:nth-of-type(1) {
    float: left;
    width: 48%;
    padding: .625rem .937rem 7.5rem;
}

article > aside:nth-of-type(2) {
    float: right;
    width: 50%;
    font-size: .937rem;
    padding: .625rem .625rem 2.5rem .937rem;
}

article > aside:nth-of-type(2) ul li {
    letter-spacing: -0.4px;
}

article > aside:nth-of-type(3) {
    float: right;
    width: 50%;
    padding-right: 1.25rem;
    height: 13rem;
}

article > aside:nth-of-type(1) img:first-of-type {
    margin: 0 auto 1.25rem;
}

article > aside:nth-of-type(1) img:last-of-type {
    display: block;
    margin: 1.562rem auto 0;
    width: 100%;
    max-width: 15.625rem;

}

article > aside:nth-of-type(3) p {
    margin: 0 0 0 0;
}

article > aside:nth-of-type(3) p:first-of-type {
    margin: 0 0 1.25rem;
}

article > aside:nth-of-type(3) p:last-of-type {
    margin: 0 0 2.5rem;

}

/*
article > aside:nth-of-type(3) p a {
    text-decoration: underline;
    display: inline-block;
    margin: 0 0 0 .937rem;
}
*/

article > a {
    background-color: #FB9948;
    padding: .625rem .625rem;
    margin: 1.25rem 0 .625rem;
    font-weight: 800;
    font-size: 1.375rem;
    display: block;
    text-align: center;
}

footer {
    float: right;
}

footer > p {
    margin: 0 0 .625rem;
}

footer > p a {
    text-decoration: underline;
    font-weight: bold;
}

footer > element {
    display: block;
    float: right;
    margin: 0;
}

footer > element > img {
    display: inline-block;
    width: 100%;
    max-width: 1.375rem;


}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    article > section:nth-of-type(2) {
        height: 60.875rem;
    }

    article > aside:nth-of-type(3) {

        height: 12.75rem;
    }

}

@-moz-document url-prefix() {
    article > section:nth-of-type(2) {
        height: 978px;
    }

    article > aside:nth-of-type(3) {

        height: 12.75rem;
    }
}


@media only screen and (max-width: 50.562rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    p br,
    li br {
        display: none;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    article > section {

        margin: 0 0 .625rem;
    }

    article > section:nth-of-type(1) {
        margin: 0 0 .625rem;
        height: auto;
    }

    article > section:nth-of-type(2) {
        float: none;
        width: auto;
        height: auto;
    }

    article > section:nth-of-type(3) {
        float: none;
        width: auto;
        height: auto;
    }

    article > aside:nth-of-type(1) {
        float: none;
        width: auto;
        height: auto;
        padding: .625rem .937rem 1.25rem;
    }

    article > aside:nth-of-type(2) {
        float: none;
        width: auto;
        height: auto;
        padding: .625rem 3.125rem 1.25rem .937rem;
    }

    article > aside:nth-of-type(3) {
        float: none;
        width: auto;
        height: auto;
    }

    article > aside:nth-of-type(3) p {
        margin: 0 0 0 0;
        text-align: left;
    }

    article > aside:nth-of-type(1) img:last-of-type {
        margin: .937rem auto 0;
    }

    article > aside:nth-of-type(3) p:last-of-type {
        margin: 0 0 1.25rem;
        text-align-last: left;
    }

    article > aside:nth-of-type(2) ul li {
        letter-spacing: normal;
    }

    /*article > aside:nth-of-type(3) p a {
        margin: 0 0 0 0;
    }*/

    article > a {
        font-size: 1.125rem;
        margin: 0 0 1.25rem;
    }

    #wrapper > article > aside:nth-child(10) > p > br {
        display: block;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }
}

@media only screen and (max-width:30.625rem) {

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        margin: 0 0 .312rem 0;
    }

    h3 {
        font-size: 1.125rem;
    }

    ul li {
        margin: 0 0 0;
    }

    article > p:first-of-type {
        font-size: .937rem;
    }

    header a {
        float: none;
    }

    header p {
        float: none;
        margin: .937rem 0 0 0;
        font-size: .937rem
    }
}
