﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}


@font-face {
    font-family: "Rockwell W01 Light";

    src: url("../fonts/ec796902-2e28-46d0-8bbd-071b83705a39.ttf") format("truetype");
}

@font-face {
    font-family: "Rockwell W01";
    src: url("../fonts/de4b0540-9702-4662-8f3a-228419485257.woff") format("woff");
}


html {
    min-height: 100%;
}

u {
    text-decoration: underline;
}

as {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #222;
    font-family: "Rockwell W01", "Rockwell W01 Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    background: #DDDDDD;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 1.875rem 0;
    line-height: 1.6
}

h1 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.1;
    margin: 0.625rem 0;
    color: #000;

}

h2 {
    color: #ee7f00;
    font-size: 1.062rem;
    line-height: 1.625rem;
    margin: 0 0 6px 0;
    font-weight: 600;
}

h3 {
/*    box-shadow: 0.35em 0 0 #ef7f00, -5px 0 0 #ef7f00;*/
    font-size: 1.625rem;
    padding: 0;
    margin: 0;
    display: inline;
    background: #ef7f00;
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
    font-family: "Rockwell W01", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h3 span {
    font-size: 0.7em;
    font-weight: normal;
    line-height: 140%;
}

hr {
    border-top: 1px solid #ee7f00;
    color: transparent;
    background-color: transparent;
    height: 0;
    margin: 0 0 8px 0;
}

ul {
    list-style-type: none;
    margin: 0 0 1.625rem 0;
    padding: 0;

}

ul li {
    margin: 0 0 0 .75rem;
    position: relative;
    line-height: 1.437rem;
    font-weight: 400;
}

ul li:before {
    content: "\25CF";
    position: absolute;
    left: -12px;
    font-size: 10px;
    vertical-align: text-top;
    line-height: 2.2;
}

ul ul {
    margin: 0 0 0 0;
    list-style-type: none;
}

ul ul li {
    margin: 0 0 0 12px;
    position: relative;
}

ul ul li:before {
    position: absolute;
    left: -12px;
    font-size: 10px;
    vertical-align: text-top;
    content: "\2013";
    line-height: 2.2;

}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    white-space: nowrap;
}

a:hover {
    color: #999999;
    text-decoration: underline;
    opacity: 0.7;
}

header {
    margin: 0 0 1.625rem;
    position: relative;
}

header a {
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 25%;
    height: 20%;
    /*    border: 1px solid red;*/
}

footer {
    padding-top: .812rem;
    background-color: #ccc;
    padding: .625rem 10%;
    margin-top: 60px
}

footer p {
    line-height: 1.9;
    font-size: .812rem;
}

article > p:nth-of-type(2) {
    color: #000;
    font-size: 17px;
    line-height: 26px;
    margin: -26px 0 26px 0;
    font-weight: 400;
}

article section:first-of-type {
    float: left;
    width: 48%;
    margin-bottom: 1.875rem
}

article section:nth-of-type(2) {
    float: right;
    width: 48%;
}

article > p:nth-of-type(6) {
    text-align: center;
    margin: 26px 0 53px 0;
}

article > p:nth-of-type(6) a {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    background-color: #ee7f00;
    padding: 10px 15px;
    color: #fff;
    border: 1px solid #ee7f00;
}

article p:nth-of-type(6) img:first-of-type {
    width: 26px;
    height: auto;
    float: left;
    margin: 0 5px 0 0;
}

article p:nth-of-type(6) img:nth-of-type(2) {
    width: 12px;
    height: auto;
    float: right;
    margin: 8px 0 8px 5px;
}

aside:first-of-type {
    float: left;
    padding: 8px 0 0 0;
    display: inline-block;
    margin: 0 0 1px 0;
    width: 60%;
}

aside:nth-of-type(2) {
    float: right;
    width: 35%;
    margin: 0 0 17px 0;
    padding: 8px 8px 26px 8px;
}

h4 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 3px 0;
    font-weight: 500;
}

h4 img {
    width: 26px;
    height: auto;
    float: left;
    margin: 0 5px 0 0;
}

aside p,
footer p {
    margin: 0 0 0 0;
}

article {
    padding: 0 10%;
}

aside:first-of-type p {
    margin-bottom: .5rem
}

@media only screen and (max-width:49.937rem) {
    #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;
    }

    footer p {
        line-height: 1.5;
    }

    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 {
        font-size: 14px;
    }

    h3 {
        padding: .312rem;
        display: b
    }

    p,
    ul {
        text-align: left;
        margin-bottom: 10px;
    }

    footer {
        padding-top: .812rem;
        background-color: #ccc;
        padding: .625rem;
    }

    article > p:nth-of-type(2) {
        color: #000;
        font-size: 17px;
        line-height: 26px;
        margin: -1.625rem 0 .625rem 0;
        font-weight: 400;
    }

    article section:first-of-type {
        float: none;
        width: 100%;
    }

    article section:nth-of-type(2) {
        float: none;
        width: 100%;
    }

    article > p:nth-of-type(6) {
        text-align: center;
        margin: .625rem 0;
    }

    article > p:nth-of-type(6) a {
        font-size: 1.125rem;
        line-height: 26px;
        display: inline-block;
        text-decoration: none;
        background-color: #ee7f00;
        padding: 10px 15px;
        color: #fff;
        border: 1px solid #ee7f00;
    }



    aside:first-of-type {
        float: none;
        padding: 8px 0 0 0;
        display: inline-block;
        margin: 0 0 1px 0;
        width: 100%;
    }

    aside:nth-of-type(2) {
        float: none;
        width: 100%;
        margin: 0 0 17px 0;
        padding: 0;
    }


    aside p,
    footer p {
        margin: 0 0 .312rem;
    }

    article {
        padding: 0;
    }

    aside:first-of-type p {
        margin-bottom: .5rem
    }


}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}