﻿@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: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 45.625rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 1.875rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #E60005;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 0.625rem;
}

h1 {
    text-align: left;
    color: #fff;
    font-size: 2.437rem;
    line-height: 1.2;
    margin: .937rem 0 .937rem .937rem;;

}

h2 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 .312rem;
}

h3 {
    font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: .937rem;
    margin-bottom: .125rem;
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -.937rem;
    font-size: 1.375em;
    line-height: 1;
    color: #000;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    background: #FFFFFF;
    padding: .312rem .312rem .312rem 3.125rem;
}


header p:first-of-type {
    float: right;
    margin-top: -4.937rem;
    margin-right: .625rem;
    font-size: 1.25rem;
    line-height: 1;
  

}

header p:last-of-type {
    font-size: 29px;
    font-weight: bold;
    text-align: left;
    margin: .625rem 0 0 -2.187rem;
}

article {
    background: #FFFFFF;
    padding: .625rem .937rem;
    padding-bottom: 0;
}


header a {
    display: block;
    max-width: 13.437rem;
    margin: 10px 0 1.25rem 14.375rem;
}

article img {
    max-width: 5rem;
    margin-left: 1.062rem
}


header address{
    margin: 0 -.312rem 0 -3.125rem;
    
}

p span{
    font-weight: bold;
    font-size: 1.437rem;
}

ul:last-of-type{
    margin-bottom: .625rem;
}
p strong{
    font-size: 1.24em;
    text-align: left!important;
}
as{
    display: block;
}
article>p:nth-last-of-type(2){
    text-align: left;
    
}
article>p:last-of-type{
    padding-bottom: .625rem;
    font-size: 1.22em
}
@media only screen and (max-width:45.562rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }
    as{
        display: none;
    }

    a {
        font-weight: bold;
    }

    footer {
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    aside h1 {
        font-size: 1.75rem;
    }

    h2,
    h3 {
        font-size: 1em;
    }
    header a{
        margin: .625rem auto;
        display: block;
        
    }
    header p:first-of-type{
        float: none;
        margin: 10px 0 0;
        
    }
    header p br{
        display: none;
    }
    header p:last-of-type{
        margin-top: 0;
        font-size: 1.25rem;
    }

    article section:first-of-type img{
        display: none;
    }
    article section:first-of-type{
        float: none;
        width: 100%;
    }

    article section:nth-of-type(2) {
        float: none;
        width: 100%;

    }

    article section:nth-of-type(3) {
       float: none;
        width: 100%;
    }

    article section:nth-of-type(4) {
        float: none;
        width: 100%;
    }

    article section:nth-of-type(5) img{
        display: none;

    }
    article section:nth-of-type(5) {
        float: none;
        width: 100%;
    }

    article section:nth-of-type(6) {
        float: none;
        width: 100%;
    }

    article p,
    ul {
        margin: 0 0 .625rem;
    }

    article > h2 {
        padding-left: 0;
    }

    article > ul {
        padding-left: 0;
    }

    article > p {
        padding-left: 0;
    }
    article>p br{
        display: none;
    }
    article section:last-of-type p:last-of-type{
        margin: 0 auto;
        display: block;
        text-align: center;
        
    }
    p,ul {
        text-align: left;
    }
    header address{
        margin: 0 auto;
        display: block;
    }
    header p:last-of-type{
        margin: 0;
    }
    p span{
        font-size: 1.25rem;
    }
    footer p{
        font-size: 1rem;
    }
    ul br{
        display: none;
    }
    header p{
        margin: .625rem 0!important;
    }

}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
