﻿@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    line-height: 1.431em;
    background-color: #F4F4F4;
}

#wrapper {
    position: relative;
    max-width: 46.25rem;
    margin: 1rem auto;
    border: none;
    padding: .5rem 0;
    overflow: hidden;
    background-color: #FFF;
    -moz-box-shadow: 0 0 1.437rem #A6A6A6;
    -webkit-box-shadow: 0 0 1.437rem #A6A6A6;
    box-shadow: 0 0 1.437rem #A6A6A6;
}

article {
    padding: 0.5rem 1.188rem;
}

header,
footer {
    position: relative;
    padding: 0rem 1.187rem;
}

p {
    text-align: left;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 3.392em;
    line-height: 0.8;
    color: #0051A1;
    padding: 0;
}

h1 span {
    font-weight: normal;
    font-size: 0.531em;

}

h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.231em;
    line-height: 1.231em;
    margin-bottom: 0;
}

h3 {
    font-size: 1.051em;
    line-height: 1.231em;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

footer h3 a:link {
    text-decoration: none;
    color: #FFF;
    background-color: #0052A1;
    padding-top: 0.8rem;
    padding-right: 1.5rem;
    padding-bottom: 0.8rem;
    padding-left: 1.5rem;
}

footer h3 a:visited {
    text-decoration: none;
    color: #FFF;
    background-color: #0052A1;
    padding-top: 0.8rem;
    padding-right: 1.5rem;
    padding-bottom: 0.8rem;
    padding-left: 1.5rem;
}

footer h3 a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #E40716;
    padding-top: 0.8rem;
    padding-right: 1.5rem;
    padding-bottom: 0.8rem;
    padding-left: 1.5rem;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}




ul {
    padding-left: 1rem;
}

li {
    padding-bottom: 0.2rem;
}

ol {
    padding-left: 2rem;
}

ol li {
    padding-bottom: 0.2rem;
    list-style-type: none;
    list-style-image: url();
}

ol li:before {
    content: "\25A0";
    color: #E30616;
    float: left;
    margin-left: -1.25rem;
    margin-top: -0.1rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}


header a {
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    z-index: 555;
    left: 8%;
    top: 5%;
}

article section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #F2F2F2;
    margin-bottom: 1rem;
}

nav img {
    width: 100%;
}

header p {
    position: absolute;
    top: 10%;
    right: 20%;
    color: #FF0000;
    font-size: 1.5rem;
    -ms-transform: rotate(20deg);
    /* IE 9 */
    transform: rotate(20deg);
    line-height: 1.4;
    text-align: center;
      text-shadow: .062rem .062rem .125rem #000;
}

header {
    padding: 1.187rem;
}

@media only screen and (max-width:40rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }

    header a {
        max-width: 12.5rem;
        height: auto;
        display: block;
        position: static;
        margin: 0 auto .625rem;
    }
    nav{
        margin: 0;
        padding: 0;
        display: block;
    }
    nav img {
        width: 100%;
        max-width: 31.937rem;
        margin: 0 auto;
    }


    header p {
        position: static;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        margin: .625rem 0;
        padding: 0;
        line-height: 1.2;
        font-size: 1.125rem;
         text-shadow: 0 0 0 #000;
    }

    header p br {
        display: none;

    }

    h1 {
        font-size: 2.192em;
        line-height: 1
    }

    h1 span {
        line-height: 0em;
    }

}

/* Ende Responsive */
