﻿@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: #747474;
    font-family: 'PT Sans', sans-serif;
    font-size: .937rem;
    line-height: 133.33%;
}

#wrapper {
    position: relative;
    max-width: 55rem;
    margin: 1rem auto;
    padding: 1.188rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 2.125rem;
    line-height: 133.33%;
    font-weight: bold;
    margin-bottom: 1.25rem;
    font-family: 'PT Sans Narrow', sans-serif;
    background-color: #92288f;
    color: #FFFFFF;
    padding: .625rem 1.25rem;
    text-align: center;
    display: inline-block;
}

h2 {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0px 0px 10px;
    color: #92288f;
}

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: 0px 0px 1.125rem .75rem;
    padding: 0;
}

ul li {
    margin: 0;
    padding-left: 5px
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: 19px;
    line-height: 0.8;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.188rem -1.188rem 1.875rem;
    padding: 1.188rem;
}

header a {
    margin: 0 auto;
    display: block;
    max-width: 13.437rem
}


footer {
    margin: 0 -1.188rem -1.188rem;
    padding: 1.188rem;
}

aside {
    border-top: 1px solid #e9eaee;
    border-bottom: 1px solid #e9eaee;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 100%;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    text-align: center;
    margin: 1.25rem 0px;
}

section:first-of-type {
    width: 47%;
    float: left;
    margin-bottom: 1.25rem
}

section:nth-of-type(2) {
    width: 47%;
    float: right;
}

p a {
    color: #92288F
}

p span {
    color: #92288F;
    font-weight: bold
}

@media only screen and (max-width:54.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    section:first-of-type {
        width: 100%;
        float: none;
        margin-bottom: 0
    }

    section:nth-of-type(2) {
        width: 100%;
        float: none;
    }

    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;
    }
    
    article p br {
        display: none;
    }

}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
