﻿@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: #3F3E40;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    box-shadow: 0px 0px 15px#a1a1a1;
    padding: 1.875rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 0.625rem;
}

p span {
    color: #C82127;
}

h1 {
    text-align: center;
    font-size: 2.3em;
    line-height: 0.5;
    margin: 1.25rem 0;
    color: #C82127;
    font-weight: 600;
}

h1 element {
    font-size: 0.6em;
    font-weight: 400;
}

h1 span {

    font-size: 19.5px;
    width: 95%;
    display: inline-block;
    line-height: 1;
}



grey {
    font-family: 'Source Sans Pro', sans-serif;
    color: #3F3E40;
    font-style: italic;
    line-height: 1.4;
    font-weight: 400;
    width: 90%;
    display: block;
    margin: 0 auto;
}

h2 {
    font-size: .812rem;
    line-height: 1.4;
    margin: 0 0 10px;
    color: #C82127;
    padding: 10px 20px;
    border-bottom: solid thin #C2C4C2;
    margin-left: -20px;
    margin-right: -20px;
}

h3 {
    font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr {
    border: 0;
    border-top: 1px solid #c1c1c1;
    margin: 0 -20px;
}

ul {
    list-style: none;
    margin: 0 0 .625rem;
    padding: 0;
}

ul li {
    padding-left: 15px;
    padding-bottom: .437rem;
    letter-spacing: -0.2px;
}

ul li:last-of-type {
    padding-bottom: 0;

}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -15px;
    font-size: 0.6rem;
    line-height: 1.8;
    color: #3F3E40;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -.625rem -.625rem 0px;
    position: relative
}

header a {}

header > a:nth-of-type(1) {
    position: absolute;
    width: 28%;
    height: 26%
}

header > a:nth-of-type(2) {
    position: absolute;
    width: 31%;
    height: 12%;
    top: 75%;
    left: 3%;
}

header section {
    position: absolute;
    right: 0;
    top: 40%;
    bottom: 0;
    width: 24%;
}

header section a {
    display: block;
    height: 55%;
}

header section a + a {
    height: 45%;
}

header p {
    text-align: center;
    font-size: 1.063em;
    font-weight: bold;
    color: #fff;
}

footer {
    border-bottom: 12px solid #C82127;
    text-align: right;
    padding: 0 15px;
    margin-top: 6px;
}

aside {
    margin: 0 20px;
}

aside section {
    width: 48.5%;
    float: left;
}

aside section p span {
    color: #80A9BC;
}

aside section:last-of-type {
    float: right;
    width: 49%;
}

aside section p {
    letter-spacing: -0.45px;
}


article {
    background: #F5F6F6;
    border-top: solid thin #000;
    padding: 0px 20px;
    margin-top: 15px;
}

article section {
    width: 50%;
    padding-right: 1.25rem;
    float: left;
    position: relative
}

article section p {
    letter-spacing: -0.2px;
}

article section ul {}

article section:last-of-type {
    float: right;
}

article > section > a:first-of-type {
    color: #C82127;
    font-weight: bold;
    margin-bottom: .312rem;
}

article > section > a:last-of-type {
    position: absolute;
    right: 11%;
    width: 30%;
    height: 7%;
    z-index: 1500;
    bottom: 7%;
}

article section > img:first-of-type {
    position: absolute;
    top: 18%;
    right: 0px;
    width: 43%;
    height: 81%;

}

article > hr {
    margin-top: .625rem
}

article:last-of-type {
    background: #F5F6F6 url(../images/things_2.PNG)no-repeat bottom center;
    padding-bottom: 3.125rem;
    background-size: 99.5%;
}

aside > section > img {
    width: 18.125rem;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width:56.187rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    aside section,
    article section {
        width: 100% !important;
        float: none !important
    }

    a {
        font-weight: bold;
    }

    article > section > a:last-of-type {
        position: absolute;
        left: 2%;
        width: 14.375rem;
        height: 4%;
        z-index: 1500;
        bottom: 5%;
    }

    article section > img:first-of-type {
        position: static;
        top: 16%;
        right: 0px;
        width: auto;
    }

    aside section br {
        display: none;
    }

    h1 span {
        font-size: 1rem;
        width: auto;
        display: block;
    }



    grey {

        width: auto;

    }


    #wrapper > article:nth-child(4) > section:nth-child(2) > p:nth-child(2) br,
    #wrapper > article:nth-child(4) > section:nth-child(2) > p:nth-child(3) br,
    #wrapper > article:nth-child(4) > section:nth-child(2) > p:nth-child(5) br,
    #wrapper > article:nth-child(3) > section:nth-child(1) > p br {
        display: none;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    article {
        background: #F5F6F6 !important;
        padding-bottom: 0px !important
    }

    header {
        margin: -0 -0 0.625rem;
    }

    h1 {
        font-size: 1.563em;
    }

    h1 br {
        display: block;
    }

    h2,
    h3 {
        font-size: 1em;
    }

    ul br {
        display: none
    }

    ul {
        margin: 0 0 10px;
    }

    ul li {
        padding-bottom: 5px;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 20px;
        line-height: 1.2
    }

    header a {
        height: 1.5%
    }
}
