﻿@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: #000;
    font-family: 'Roboto', sans-serif;
    font-size: .937rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: solid thin #fff;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    /*background-color: #404041;*/
    color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    text-align: left;
    font-size: 1.375rem;
    line-height: 1.3;
    margin: 0.625rem 0;
    padding: 9.062rem 3.125rem 0;
    color: #F99D1D;
}

h1 span {
    font-size: 3.125rem;
    letter-spacing: 0.5px;
    color: #fff;
}

h2 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0 0 0;
    color: #F99D1D;
}

aside h2 {
    margin: 0 0 .625rem;
}

h3 {
    font-size: 1.062rem;
    line-height: 1.2;
    margin: 1.562rem 0 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ul li {
    padding-left: 1.75rem;
    line-height: 1.3;
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.75rem;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

address {
    font-style: normal;
}

a {
    color: #F99D1D;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
}

header {
    position: relative;
    background: url(../images/header.jpg) no-repeat;
    background-size: contain;
    display: block;
    height: 564px;
    z-index: -1;
}

article {
    background: #3C3C3B;
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    margin: -5.625rem 0 0 0;
    padding: 5rem 1.875rem .625rem;
}

article > a {
    float: right;
    max-width: 15.625rem;
    margin: -1.875rem 1.875rem 1.875rem;
}

section {
    float: left;
    width: 49%;
}

section:last-of-type {
    width: 46%;
    float: right;
}

aside {
    padding: 140px 0 0;
    text-align: center;
}

aside p {
    text-align: center;
    margin: 0;
}

aside > img {
    margin: .312rem auto .625rem;
    display: block;
    max-width: 4.062rem;
}

@media only screen and (max-width:899px) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0 0.625rem;
    }

    a {
        font-weight: bold;
    }

    p a {
        white-space: pre-wrap;
    }

    body {
        font-size: .875rem;
    }

    p,
    ul {
        text-align: left;
        margin: 0 0 .625rem;
    }

    h1 {
        font-size: 1rem;
        padding: .625rem;
        text-align: center;

    }

    h1 span {
        font-size: 22px;
        letter-spacing: 0;
        color: #3C3C3B;
    }

    h2 {
        font-size: .875rem;
    }

    h3 {
        font-size: 14px;
        margin: .937rem 0 0;
    }

    header {
        background: none;
        margin: 0 -.625rem;
        height: auto;
        z-index: 0;
    }

    article {
        background: none;
        background-color: #3C3C3B;
        margin: 0 -.625rem;
        padding: .625rem;
    }

    article > a {
        float: none;
        max-width: 150px;
        margin: 10px auto;
        display: block;
    }

    section {
        float: none;
        width: 100%;
    }

    section:last-of-type {
        width: 100%;
        float: none;
    }

    aside {
        padding: 0;
    }

    aside > img {
        margin: 5px auto 10px;
        max-width: 50px;
    }
}

@media only screen and (max-width:479px) {}
