﻿@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: #231F20;
    font-family: 'Roboto', sans-serif;
    font-size: .937rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 43.125rem;
    margin: 1rem auto;
    border: solid thin #949599;
    padding: 3.125rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 0.625rem;
}

h1 {
    text-align: left;
    font-size: 2.5rem;
    line-height: 0.8;
    margin: 20px 0 1.562rem;
    ;
    color: #008FD0;

}

h1 span {
    color: #231F20;
    font-weight: normal;
    font-size: 1.25rem;
    letter-spacing: 0.2px
}

h2 {
    font-size: 1.125rem;
    ;
    line-height: 1.4;
    margin: 0 0 0;
}

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.562rem;
    padding: 0;
}

ul li {
    padding-left: 1.25rem;
    margin-bottom: .062rem;
}

ul li:before {
    content: "■"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.25rem;
    font-size: 1.125rem;
    line-height: 0.9;
    color: #008FD0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -3.125rem -3.125rem 0;
    padding: 3.125rem 2.75rem .937rem;
    position: relative;
}

header section:first-of-type a {
    position: absolute;
    /* border: 1px solid red; */
    left: 6%;
    top: 21%;
    width: 17%;
    height: 24%;
}


header section:last-of-type {
    display: none;
}

article > p:first-of-type {
    font-size: 1rem;
    letter-spacing: 0.2px
}

p span {
    color: #008FD0;
}

article > p:nth-of-type(6) {
    margin-bottom: 1.562rem;
}

article > a {
    color: #008FD0;
    float: right;
    font-size: 1.437rem;
    margin-top: 2.5rem
}

footer img {
    margin: .937rem 0 .312rem;
}

footer {
    border-bottom: 3.125rem solid #B8DCAE;
}

@media only screen and (max-width:43.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;
        padding: 0.625rem .625rem 0;
    }

    h1 {
        font-size: 1.563em;
        margin: .625rem 0;
        line-height: 1.1
    }

    h2,
    h3 {
        font-size: 1em;
    }

    header section:first-of-type {
        display: none;

    }

    header section:last-of-type {
        display: block;
    }

    header section:last-of-type a,
    header section:last-of-type img {
        margin: 0 auto .625rem;
        display: block;
        text-align: center;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    article > p:nth-of-type(6) {
        margin-bottom: .625rem;
    }

    article > a {
        float: none;
        margin-top: 0px
    }
    article br{
        display: none;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
