﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    background-color: #999999;
}

#wrapper {
    position: relative;
    max-width: 53.75rem;
    margin: 1rem auto;
    padding: 1.25rem 5rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 .937rem;
}

p a {
    color: #0563C1;
    text-decoration: underline;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.1;
    margin: .625rem 0 .312rem;

}

h2 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 .625rem;
}

h2:first-of-type {
    margin: 0 0 0 0;
}

h3 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 1.25rem;
}

h4 {
    font-size: 1rem;
    margin: 0 0 .312rem 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.875rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background: #000;
    margin-left: -1.875rem;
    top: .5rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.25rem -1.25rem 1.25rem;
    padding: 1.25rem;

}

header a {
    margin: 0 0 .625rem;
}

header a img {
    width: 100%;
    max-width: 9.437rem
}

article > p:first-of-type {
    font-size: .875rem;
    font-weight: 700;
}

article > p:nth-of-type(2) {
    width: 95%;
}

article > section {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 0 .937rem;
}

article > p:nth-last-of-type(2) {
    line-height: 2;
}

footer {
    margin: 0 -1.25rem -1.25rem;
    padding: 1.25rem;
}


@media only screen and (max-width: 53.687rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    li br,
    p br {
        display: none;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    article > p:first-of-type br {
        display: block;
    }

    article > p:nth-of-type(2) {
        width: auto;
    }


    #wrapper > article > p:nth-child(12) > br:nth-child(2) {
        display: block;
    }

    article > p:nth-last-of-type(2) br {
        display: block;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .875rem;
    }

    h2 {
        font-size: .875rem;
        margin: 0 0 .312rem 0;
    }

    h3,
    h4 {
        font-size: .875rem;
    }

    article > p:first-of-type {
        font-size: .812rem;
    }

    article > p:nth-last-of-type(2) {
        line-height: 1.4;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
        width: .25rem;
        height: .25rem;
        top: .5rem;
    }

}
