﻿@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.431em;
/*    background-image: url(../images/bgneu.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: top center;*/
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: none;
    padding: .5rem 0rem;
    overflow: hidden;
    box-shadow: 0 0 1.562rem #ccc;
}



article,
footer {
    padding: 0rem 1.187rem;
}

p {
    text-align: left;
    padding-bottom: 0.4rem;
}

p span {
    color: #EF001F;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    text-align: left;
    font-size: 1.792em;
    line-height: 1.1em;
    font-weight: 600;
    color: #EF001F;
    text-transform: uppercase;
}

h1 span {
    font-weight: normal;
    font-size: 0.631em;
    line-height: 1;
}

h2 {
    font-size: 1.231em;
    line-height: 1.231em;
    font-weight: 600;
    color: #EF001F;
    text-transform: uppercase;
}

h3 {
    font-size: 1.231em;
    line-height: 1.231em;
    font-weight: 600;
    color: #EF001F;
}

h4 {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.025rem;
    line-height: 1.1em;
    font-weight: 700;
    color: #EF001F;
    text-transform: uppercase;
    margin-top: 3rem;
}

h5 {
    font-size: 1.125rem;
    margin: 0 0 1.25rem 0;
}

a:link,
a:active,
a:visited {
    
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    padding-left: 1rem;
}

li {
    padding-bottom: 0.4rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

/* Ende Standard */

/* Header */
header {
    margin: -.5rem 0 0 0;
    background-color: #EF001F;
    
} 


header > a {
    display: block;
    border-bottom: 1.25rem solid #AB0C19;
    
}

header > a img {
    width: 100%;
    display: block;
    padding: 1.187rem;
    max-width: 15.625rem;
}

article {
    overflow: hidden;
}

article > section:nth-of-type(1) {
    float: right;
    width: 24%;
    background-color: #EEEEEE;
    padding: .625rem .75rem 62.5rem;
    margin: .187rem 0 -62.5rem 0;
}

article > section:nth-of-type(2) {
    float: left;
    width: 73%;

}

article > section:nth-of-type(1) p:last-of-type {
    margin: 0 0 0 0;
}

article > section:nth-of-type(2) p a {
    text-decoration: underline;
}

nav aside {
    display: flex;
    justify-content: space-around;
    margin-left: 1rem;
}

nav aside img {
    width: 9.062rem;
    padding: 0.75rem;
}

nav aside:nth-of-type(3),
nav aside:nth-of-type(4),
nav aside:nth-of-type(5),
nav aside:nth-of-type(6) {
    display: none;
}

/* Responsive */
@media only screen and (max-width:56.187rem) {
    body {
        background-image: url(../images/bgneu.jpg);
        background-repeat: no-repeat;
    }

    article > section:nth-of-type(1) {
        float: none;
        width: auto;
        padding: .625rem;
        margin: 0 0 0 0;
    }

    article > section:nth-of-type(2) {
        float: none;
        width: auto;
    }


    h6 {
        position: relative;
        bottom: 0rem;
        right: 0rem;
    }
}

@media only screen and (max-width:640px) {
    body {
       
    }

    #wrapper {
        border: none;
        margin: 0 auto;
    }

   
    article,
    footer {
        padding: 0rem 0.5rem;
    }

    header > a img {
       
        height: auto;
        display: block;
        padding: .625rem;
    }

    nav h6 {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    nav h6 img {
        margin: 0 auto;
    }

    nav aside:nth-of-type(1),
    nav aside:nth-of-type(2) {
        display: none;
    }

    nav aside:nth-of-type(3),
    nav aside:nth-of-type(4),
    nav aside:nth-of-type(5),
    nav aside:nth-of-type(6) {
        display: flex;
        justify-content: space-around;
        margin-left: 0.75rem;
    }

    nav aside:nth-of-type(3) img,
    nav aside:nth-of-type(4) img,
    nav aside:nth-of-type(5) img,
    nav aside:nth-of-type(6) img {
        width: 7.812rem;
    }

}

/* Ende Responsive */
