﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: #A11B5B;
    ;
    display: inline-block;
    text-decoration: none;
    white-space: normal;
}

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: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 46.562rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 1.187rem 1.875rem 0;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 0.625rem;
}

h1 {
    text-align: center;
    font-size: 2.27em;
    line-height: 1.1;
    margin: 1.562rem 0;
    color: #A11B5B;

}

h2 {
    font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0;
    color: #F39200;
}

h3 {
    font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr:first-of-type {
    border-bottom: 1px solid #A11B5B;
    border-top: none;
    margin-bottom: -.312rem;
}

hr {

    border-bottom: 1px solid #F39200;
    border-top: none;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: 1.062rem;
    margin-bottom: .187rem;
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.062rem;
    font-size: 1.2em;
    line-height: 1.3;
    color: #000;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    padding: .937rem;
    margin: -1.187rem -1.875rem .625rem;
    position: relative;
}

footer a:first-of-type {
    position: absolute;

    width: 15.5%;
    height: 15.5%;
    right: 20.7%;
    bottom: 51%;
    display: block;
}

footer a:nth-of-type(2) {
    position: absolute;

    width: 17%;
    height: 28%;
    left: 20.7%;
    bottom: 45%;
    display: block;
}

header img {}

footer {
    padding: .937rem .937rem 0;
    margin: 0 -1.875rem 0;
    position: relative;
}


article ul:first-of-type li:first-of-type {
    letter-spacing: -0.2px;
}

article p:nth-of-type(3) {
    text-align: left;
}

@media only screen and (max-width:46.5rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    h1 {
        font-size: 1.563em;
        margin: .937rem;
    }

    h2,
    h3 {
        font-size: 1em;
    }

    article ul:first-of-type li:first-of-type {
        letter-spacing: 0;
    }

    p,
    ul {
        text-align: left;
        margin: 0 0 .625rem;
    }




}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}