@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v47-latin-regular.eot');
    src: url('../fonts/roboto-v47-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-v47-latin-regular.woff') format('woff'),
        url('../fonts/roboto-v47-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-v47-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v47-latin-700.eot');
    src: url('../fonts/roboto-v47-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v47-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-v47-latin-700.woff') format('woff'),
        url('../fonts/roboto-v47-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-v47-latin-700.svg#Roboto') format('svg');
}

: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: #F1F1F1;
}

#wrapper {
    position: relative;
    max-width: 43.75rem;
    margin: 1rem auto;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 23px #A6A6A6;
}

header,
article,
footer {
    padding: 0rem 2rem;
}

p {
    text-align: left;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    font-size: 2em;
    line-height: 1.1em;
    background-color: #FEF301;
    padding: 1rem;
    box-shadow: 3px 3px 4px #A6A6A6;
}

h1 span {
    font-size: .7em;
}

h2 {
    font-size: 1.231em;
    line-height: 1.231em;
    margin-bottom: 0;
}

h3 {
    font-size: 1.061em;
    line-height: 1.231em;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

a {
    color: inherit;
    text-decoration: none;
}

a.link {
    color: #2B47D3;
}

a.link:hover {
    text-decoration: underline;
}

a.btn {
    color: #FFF;
    background-color: #343CD9;
    padding: 0.8rem 2rem;
}

a.btn:hover {
    color: #3944E0;
    background-color: #FDF200;
    box-shadow: 3px 3px 4px #A6A6A6;
}

a.blau{
    color:#343CD9;
}

a.blau:hover{
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    padding-left: 2rem;
}

li {
    padding-bottom: 0.2rem;
    list-style-type: none;
}

li:before {
    content: "\25A0";
    color: #3247DD;
    float: left;
    margin: -0.125rem 0 0 -1.25rem;
}

article section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0.5rem 1.5rem 1rem;
    margin: 0.5rem 0 1.5rem;
    background-color: #ECECEC;
}

@media only screen and (max-width:43.75rem) {
    #wrapper {
        box-shadow: none;
        margin: 0 auto;
    }

    header,
    article,
    footer {
        padding: 0rem 1rem;
    }

    h1 {
        font-size: 1.892em;
    }

    article section {
        padding: 0.5rem 1rem 1rem;
        margin: 0.5rem 0 1rem;
        background-color: #ECECEC;
    }
}

@media only screen and (max-width: 23.438rem) {
    ul {
        padding-left: 1.2rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
