﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 1rem;
}

* {
    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: 1.062rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 710px;
    margin: 1rem auto;
    border: 2px solid #000;
    padding: 1.25rem;
    /* 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.5rem;
    line-height: 1.1;
    margin: .937rem 0 1.562rem;
}

h2 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 1.875rem 0 0;
}

h3 {
    text-align: left;
    font-size: 1.812rem;
    line-height: 1.1;
    margin: 1.562rem 0 .937rem;
    color: #FF0000
}

h3 span {
    font-size: 17px;
}

h4 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.1;
    margin: 20px 0 2.187rem;
    color: #FF0000
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.625rem
}

ul li:before {
    content: "";
    float: left;
    background: url("../images/arrow.JPG") no-repeat;
    background-size: contain;
    height: .625rem;
    width: .625rem;
    margin-left: -26px;
    margin-top: .437rem
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

article {
    position: relative;
    width: 70%;
    float: right
}

article > a:first-of-type {
    width: 18.75rem;
    float: right;
}

article a:nth-of-type(2) {
    color: #548DD4;
    text-decoration: underline;
    font-weight: bold;
    float: right;
    margin: 1.25rem 0;
    font-size: 1.25rem;
}

article p:first-of-type {
    margin: -1.25rem 0 1.875rem;
}

article p:nth-of-type(2),
article p:nth-of-type(5) {
    font-weight: 500;
    font-size: 1.125rem;
}

article p:nth-of-type(3) {
    text-align: center;
    font-size: 1.312rem;
    margin: 0 0 .937rem
}

article p:nth-of-type(4) {
    margin: 2.5rem 0 .312rem;
    font-weight: 500;
    font-size: 1.125rem;
}

article p span {
    font-size: .75rem
}

article > img:last-of-type {
    width: 7.812rem;
    position: absolute;
    right: 3%;
    bottom: 1%
}

span img {
    width: 10.625rem;
    position: absolute;
    left: 2%
}

@media only screen and (max-width:709px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    body {
        font-size: .875rem
    }

    p,
    ul {
        text-align: left;
    }

    article {
        position: relative;
        width: 100%;
        float: none;
    }

    article > a:first-of-type {
        width: 250px;
        float: none;
    }

    article a:nth-of-type(2) {
        float: none;
        margin: .625rem 0;
        font-size: 1rem;
    }

    article p:first-of-type {
        margin: .625rem 0;
    }

    article p:nth-of-type(2),
    article p:nth-of-type(5) {
        font-size: .937rem;
        text-align: left;
    }

    article p:nth-of-type(3) {
        text-align: left;
        font-size: 1rem;
        margin: 0 0 .937rem
    }

    article p:nth-of-type(4) {
        margin: .625rem 0 0;
        font-weight: 500;
        font-size: .937rem;
    }

    article p span {
        font-size: .75rem
    }

    article > img:last-of-type {
        width: 6.25rem;
        position: static;
        margin: 10px auto;
    }

    span img {
        display: none;
    }

    h1 {
        text-align: center;
        font-size: 22px;
        line-height: 1.1;
        margin: .937rem 0;
    }

    h2 {
        margin: 10px 0 0;
    }

    h3 {
        text-align: left;
        font-size: 24px;
        margin: 10px 0;
    }

    h3 span {
        font-size: 15px;
    }

    h4 {
        text-align: left;
        font-size: 17px;
        line-height: 1.1;
        margin: 10px 0 15px;
    }

}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
