﻿@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;
}

header {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: none;
    padding: 0.5rem 0rem;
    background-color: #fff;
    overflow: hidden;
}

header,
article,
footer {
    padding: 0rem 1.188rem;
}

p {
    text-align: left;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    font-size: 2.692em;
    line-height: 1.1em;
    font-weight: 900;
    color: #254768;
}

h1 span {
    font-weight: normal;
}

h2 {
    font-size: 1.431em;
    line-height: 1.231em;
    font-weight: normal;
    color: #254768;
}

h2 span {
    font-weight: normal;
    padding-bottom: 0.3rem;
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: #ED1C24;
}

a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

h3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-weight: normal;
    font-size: 0.875rem;
}

h3 > a:link {
    text-decoration: none;
    color: #FFF;
    background-color: #ED1C24;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    border: 0.125rem solid #ED1C24;
}

h3 > a:visited {
    text-decoration: none;
    color: #FFF;
    background-color: #ED1C24;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    border: 0.125rem solid #ED1C24;
}

h3 > a:hover {
    text-decoration: none;
    color: #ED1C24;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    border: 0.125rem solid #ED1C24;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    padding-left: 2rem;
}

li {
    padding-bottom: 0.2rem;
    list-style-type: none;
    list-style-image: url();
}

li:before {
    content: "\25A0";
    color: #ED1C24;
    float: left;
    margin-left: -20px;
}

/* Hebt Float left/right auf */
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

article section:nth-of-type(1) {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

article section:nth-of-type(2) {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

footer section:nth-of-type(1) {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

footer section:nth-of-type(2) {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-top: 3.7rem;
}

aside {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

aside iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive */
@media only screen and (max-width:56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }

    h1 {
        font-size: 1.992em;
    }

    article section:nth-of-type(1) {
        width: 100%;
    }

    article section:nth-of-type(2) {
        width: 100%;
    }

    footer section:nth-of-type(1) {
        width: 100%;
    }

    footer section:nth-of-type(2) {
        width: 100%;
        margin-top: 0.5rem;
    }

}
