﻿@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: #212529;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .75rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 46.25rem;
    margin: 1rem auto;
    box-shadow: .125rem .125rem .625rem #000;
    padding: 40px 40px .937rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 1.25rem;
}

p a:hover {
    color: #0056b3;
    text-decoration: underline;
}

h1 {
    text-align: center;
    font-size: 1.437rem;
    line-height: 1.2;
    margin: 1.562rem 0 .625rem;
    font-weight: 900;
}

h2 {
    font-size: .812rem;
    line-height: 1.4;
    margin: 0 0 .312rem;
    font-weight: 900;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 0 1.562rem;
    font-weight: 700;
    text-align: center;
}

hr {
    border-top: .062rem solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 2rem;
    text-align: justify;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background: #212529;
    margin-left: -.937rem;
    top: .375rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -2.5rem 0 1.25rem;
    position: relative;
}

header a {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 18%;
    height: 18%;
    /*    	border: 2px solid red;*/
}

article > p:last-of-type {
    margin: 0 0 0 0;
}




@media only screen and (max-width: 46.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    p,
    ul li {
        text-align: left;
    }

    p br {
        display: none;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

}

@media only screen and (max-width:29.937rem) {

    h1 {
        font-size: 1.25rem;
    }

    h3 {
        font-size: 1.062rem;
    }
}
