﻿@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: #231F20;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 600px;
    margin: 1rem auto;
    border: solid 2px #005BAA;
    padding: 25px 25px 0;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    background: url(../images/bg.JPG) top right no-repeat;
    background-size: 46%;
}

p {
    margin: 0 0 10px;
}

h1 {
    text-align: left;
    font-size: 32px;
    line-height: 1.1;
    margin: 0.625rem 0 30px;
    color: #005BAA;
    font-weight: 600;

}
h1 span{
    font-size: 17px;
    color: #D2232B;
    display: block;
    margin-top: 5px;
}
h1 element{
    
}

h2 {
    font-size: 1em;
    line-height: 1.4;
    margin: 0 0 0;
}

h3 {
    font-size: 2rem;
    line-height: 1.2;
    margin:15px 0;
    font-weight: 600;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "■"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: .937rem;
    line-height: 1.7;
    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;
}
address{
    font-style: normal;
}
a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
}

header {
    margin:0 0 0 0 ;
    padding:0 0 0 0 ;
}

header a {
    max-width: 180px;
}

footer {
     margin: -20px -25px 0;
    position: relative;
}
footer a{
    position: absolute;
    top: 0;
    right: 4%;
    width: 22%;
    height: 50%;
    
}
@media only screen and (max-width:37.437rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
        font-size: 15px;
        background-size: 30%;
    }
    as,
    article>br,
    section>br{
        display: none;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: .625rem .625rem 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem .625rem 0;
    }

    h1 {
        font-size: 1.563em;
        margin: .625rem 0;
        line-height: 1.1;
    }

    h1 br {
        display: block;
    }

    h2 {
        font-size: 1em;
    }

    h3 {
        font-size: 1.187rem;
    }

    p,
    ul {
        text-align: left;
        margin-bottom: 10px;
    }
footer a{
    position: absolute;
    top:4%;
    right: 6%;
    width: 20%;
    height: 46%;
    
}
    ul li:before{
        line-height: 1.1
    }

}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
