﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}



u {
    text-decoration: underline;
}

as {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 53.125rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 6.25rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.1;
    margin: 1.25rem 0;
    color: #000;

}

h3 {
    font-size: 1.25rem;
    text-align: center;
}

h1 span {
    font-size: 0.77em
}

h2 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0;
}

h2 span {
    font-weight: normal;
}



hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: 3.187rem
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.687rem;
    font-size: 22px;
    line-height: 1;
    color: #000;
}

ul ul {
    margin-bottom: 0;
    position: relative;
}

ul ul li {
    padding-left: 44px;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    border-radius: 100%;
    background: #fff;
    width: 8px;
    height: 8px;
    margin-left: -22px;
    top: 6px;
    border: 1px solid #000;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
}

header {
    margin: 0 0 1.25rem;
    position: relative;
}

header a:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 34%;
    height: 93%;
}

header a:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 0;
    width: 26%;
    height: 95%;
}

footer {
    padding: 20px .625rem 0;
}

article p:nth-of-type(1),
article p:nth-of-type(2) {
    text-align: justify;
}

p a {
    white-space: normal;
}

footer > p {
    float: left;
    width: 40%;
}

footer section {
    float: right;
    width: 42%;
    padding-top: 1.125rem
}

footer section a {
    max-width: 6.75rem
}

footer section p {
    font-weight: bold;
    letter-spacing: -0.5px
}

menu {
    display: block;
    margin: 0;
    padding: 0;
}

menu img {
    max-width: 18.75rem;
    display: block;
    text-align: center;
    margin: 1.562rem auto;
}

@media only screen and (max-width:53.062rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0 .625rem 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem .625rem 0;
    }

    h1,
    h3 {
        font-size: 1.125rem;
        margin: .625rem 0;
        line-height: 1.1;
    }

    h1 br {
        display: block;
    }

    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 14px;
    }

    p,
    ul {
        text-align: left;
        margin-bottom: .625rem;
    }

    header a:nth-of-type(1) {}

    header a:nth-of-type(2) {}

    footer {}

    article p:nth-of-type(1),
    article p:nth-of-type(2) {
        text-align: left;
    }


    menu img {
        margin: 15px auto;
    }

    footer > p {
        float: none;
        width: 100%;
    }

    footer section {
        float: none;
        width: 100%;
        padding-top: .625rem;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    footer section a {}

    footer section p {
        letter-spacing: 0;
        text-align: center;
    }

    article > br {
        display: none;
    }


}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
