﻿@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.963em;
    line-height: 1.431em;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: .5rem 0rem 0;
    background-color: #fff;
    overflow: hidden;
}

header {
    margin-top: -0.5rem;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    background-position: right top;
}

p {
    text-align: left;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    font-size: 32px;
    text-align: center;
    line-height: 1.13;
    font-weight: normal;
    color: #595959;
}

h1 span {
    font-weight: normal;
    /* font-size: 0.631em;*/
    font-size: 20px;
}

h2 {
    font-size: 1.231em;
    line-height: 1.23;
    margin-bottom: 0;
    font-weight: normal;
    color: #E30613;
}

h3 {
    text-align: right;
    font-size: 1.231em;
    line-height: 1.231em;
    color: #fff;
    padding-top: 4rem;
}

a:link,
a:active,
a:visited {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #FFF;
    text-decoration: underline;
}

a.link:link {
    text-decoration: underline;
    color: #000;
}

a.link:visited {
    text-decoration: underline;
    color: #000;
}

a.link:hover {
    text-decoration: none;
    color: #000;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}

hr {
    border-top: 1px solid #52BA5A;
}



ul {
    padding-left: 2rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

li {
    padding-bottom: 0.2rem;
    list-style-type: none;
    list-style-image: url();
}

li:before {
    content: "\2022";
    color: #595959;
    float: left;
    margin-left: -17px;
    font-size: 1.631em;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


header section:nth-of-type(1) {
    display: inline-block;
    width: 32.4%;
    vertical-align: top;
    margin-right: 1rem;
    background-color: #E30613;
    border-right-width: 20px;
    border-right-style: solid;
    border-right-color: #FFF;
}

header section:nth-of-type(2) {
    display: inline-block;
    width: 66%;
    vertical-align: top;
    background-color: #E30613;
    margin-right: -1rem;

}




article section:nth-of-type(1) {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: 1rem;
    margin-top: 1rem;
    height: 1303px;
}

article section:nth-of-type(1) img {
    display: block;
    width: 100%;
    height: 100%;
}

article section:nth-of-type(2) {
    display: inline-block;
    width: 67%;
    vertical-align: top;
    padding-left: 1.5rem;
    margin-top: 1rem;
}

footer section {
    height: 127px;
}

footer section:nth-of-type(1) {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: 0;
    margin-top: 1rem;
    color: #FFF;
    background-color: #E30613;
    padding-left: 2rem;
    padding-right: 1rem;
    line-height: 1.2;
    float: left;
}

footer section:nth-of-type(2) {
    display: inline-block;
    width: 67%;
    vertical-align: top;
    padding-left: 0;
    margin-top: 1rem;
    background-color: #E30613;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #FFF;
    float: right;
    padding: 0;

}

footer img {
    float: right;
    width: 21%;
    margin-left: 1rem;
}




aside {
    margin-left: -1.188rem;
    margin-right: -1.188rem;
    background-color: #F0F0F0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0.875em;
    margin-top: 0;
}


@media only screen and (max-width:899px) {
    body {
        line-height: 1.331em;
    }


    article section:nth-of-type(1),
    article section:nth-of-type(2),
    footer section:nth-of-type(1),
    footer section:nth-of-type(2) {
        height: auto;
        width: auto;
        float: none;
        display: block;
        padding: 10px;
        text-align: left;
    }

    footer section:nth-of-type(1) p {
        margin: 0;
    }

    article section:nth-of-type(2) {
        padding-bottom: 0;
    }

    article section:nth-of-type(1) {
        display: none;
    }

    footer section:nth-of-type(2) {
        background: #E30613;
        display: block;
    }

    footer section:nth-of-type(2) a {
        float: none;
        display: block;
    }

    footer img {
        float: none;
        width: 21%;
        margin-left: 0;
    }

    h3 {
        text-align: left;
        display: block;
        font-size: 1.231em;
        line-height: 1.231em;
        color: #fff;
        padding-top: 0;
    }

    aside {
        margin-left: -10px;
        margin-right: -10px;
        background-color: #F0F0F0;
        padding: 10px;
        font-size: 0.875em;
        margin-top: 0;
    }

    aside p:nth-of-type(1) {
        margin-top: 0;
    }

    aside p:nth-of-type(2) {
        margin-bottom: 0;
    }

    footer {
        margin: 0;
    }

    article {}
}



/* Ende Responsive */
