﻿@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: #1a1a1a;
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    background: url(../images/body_bg.jpg) no-repeat;
    background-size: cover
}

#wrapper {
    position: relative;
    max-width: 52.5rem;
    margin: 1rem auto;
    padding: 1.187rem 1.187rem 0;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 0px .937rem #a1a1a1;

}

p {
    margin: 0 0 0.625rem;
}

h1 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.1;
    background: #D8DCDF;
    margin: 0 -1.25rem;
    padding: 1.875rem;

}

h2 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 0;
}

h3 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

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: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375rem;
    line-height: 1;
    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: .5rem;
    height: .5rem;
    margin-left: -1.375rem;
    top: .375rem;
    border: 1px solid #000;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

a {
    color: #009EE2;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
    color: #286f94;
}

header {
    margin: -1.188rem -1.188rem 0;
    padding: 1.187rem;
    background: #009EE2;
}

header a {
    max-width: 13.437rem
}

footer {
    /*  margin: 0 -1.188rem -1.188rem;
    padding: 1.188rem; */
    background-color: #062939;
    color: #B4B9BD;
    margin: 0 -1.25rem 0;
    padding: 1.875rem;
}

article section {
    margin: 0 -1.25rem;
    padding: 30px
}

article section:nth-of-type(1) {
    background: #062939;
    color: #fff;
}

article section:nth-of-type(2) {
    background: #B4B9BD;

}

article section:nth-of-type(3) {
    background: #BDCE03;

}

article section:nth-of-type(4) {
    background: #B4B9BD;
}

footer p:first-of-type {
    text-align: center;

}

footer p:first-of-type a {
    background: #BDCE03;
    color: #1a1a1a;
    font-weight: bold;
    padding: 1.25rem;
    font-size: 1.1em;
}

footer p:first-of-type a:hover {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width:52.437rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
        box-shadow: none;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: .625rem .625rem 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0;
        padding: 0.625rem .625rem 0;
    }

    h1 {
        font-size: 1.563em;
        line-height: 1.1;
        margin: 0 -.625rem;
        padding: .937rem
    }

    h1 br {
        display: block;
    }

    h2 {
        font-size: .875rem;
    }

    h3 {
        font-size: .875rem;
    }

    p,
    ul {
        text-align: left;
        margin-bottom: .625rem;
    }

    article section {
        margin: 0 -.625rem;
        padding: .625rem
    }

    article section:nth-of-type(1) {
        background: #062939;
        color: #fff;
    }

    article section:nth-of-type(2) {
        background: #B4B9BD;

    }

    article section:nth-of-type(3) {
        background: #BDCE03;

    }

    article section:nth-of-type(4) {
        background: #B4B9BD;
    }

    footer p:first-of-type {
        text-align: center;

    }

    footer p:first-of-type a {
        padding: .625rem;
    }



}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}
