﻿@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: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.42857143;
    background: #727272
}

#wrapper {
    position: relative;
    max-width: 45.625rem;
    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 0.625rem;
}

h1 {
    text-align: left;
    font-size: 1.875rem;
    line-height: 1.1;
    margin-top: 1.25rem;
    margin-bottom: .625rem
}

h1 span {
    font-weight: 100
}


h2 {
    font-size: 1.312rem;
    margin-top: .625rem;
    font-weight: 100;
    margin-bottom: 5px
}

h2:last-of-type {
    padding-top: 1rem
}

h4 {
    font-size: 1.125rem;
    margin-top: .625rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
}

hr {
    margin-top: 2.187rem;
    margin-bottom: 1.25rem;
    border: 0;
    border-top: 1px solid #eee;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .75rem;
    height: .75rem;
    background: url(../images/blt.JPG) no-repeat;
    background-size: contain;
    margin-left: -.937rem;
    top: 6px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.187rem -1.188rem 1.188rem;
    padding: 0;
}

header a {
    margin: 0 auto;
    display: block;
    max-width: 13.437rem
}

header p {
    text-align: center;
    font-size: 1.063em;
    font-weight: bold;
    color: #fff;
}

footer {
    background-color: #3A3A3A;
    color: #fff;
    margin: 0 -1.25rem -1.188rem;
    padding: 1.562rem 3.75rem .625rem;
    position: relative
}

footer p {
    margin-bottom: 1.125rem
}

footer section:nth-of-type(2) a {
    position: absolute;
    max-width: 100%;
    width: 9.375rem;
    right: 8%;
    top: 35%
}

footer > p:last-of-type {
    text-align: center
}


article section:first-of-type {
    width: 49%;
    float: left;
}

article section:nth-of-type(2) {
    width: 49%;
    float: right;
}

article {
    padding: 0 2.5rem 1.562rem;
}


@media only screen and (max-width:45.562rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    article {
        padding: 0 .625rem .625rem;
    }

    article section:first-of-type {
        width: 100%;
        float: none;
    }

    article section:nth-of-type(2) {
        width: 100%;
        float: none;
    }


    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    footer section:nth-of-type(2) a {
        position: static
    }


    header {
        margin: -10px -10px 0.625rem;
        padding: 0;
    }

    h1 {
        font-size: 1.563em;
    }

    h2,
    h3 {
        font-size: 1em;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
