﻿@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: #000;
    font-family: 'Fira Sans', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 760px;
    margin: 1rem auto;

    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    text-align: center;
    font-size: 2em;
    line-height: 1.5;
    margin: 25px 0 25px;
    font-weight: 500
}


h3 {
    color: #163273;
    text-align: center;
    font-size: 1rem;
    font-weight: 500
}

h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 .312rem;

}

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.25rem 25px;
    padding: 0;
}

ul li {
    padding-left: 25px;
    margin-bottom: .312rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.562rem;
    font-size: 1.375rem;
    line-height: 0.9;
    color: #000;
}

ul:nth-of-type(2) li {
    padding-left: 15px;
}

ul:nth-of-type(2) li:before {
    margin-left: -15px
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    position: relative
}

header a {
    margin: 0 auto;
    display: block;
    position: absolute;
    width: 40%;
    height: 100%
}

header p {
    text-align: center;
    font-size: 1.063em;
    font-weight: bold;
    color: #fff;
}

footer {
    background-color: #163273;
    color: #fff;

    padding: .625rem;
}

footer p {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.25rem
}

footer p span {
    font-size: 2.25rem;
    line-height: 1;
    position: relative;
    top: .375rem
}

article {
    padding: .625rem
}

article > p:first-of-type {
    margin-bottom: 1.25rem
}

article > p:last-of-type {
    margin-bottom: 0
}

ul p {
    margin-bottom: .312rem
}

@media only screen and (max-width:719px) {
    #wrapper {

        margin: 0 auto;
        border: 0;
    }

    a {
        font-weight: bold;
    }

    p,
    ul {
        margin: 0 0 .625rem;
    }

    h1 {
        font-size: 1.563em;
        margin: .937rem 0;
    }

    h2,
    h3 {
        font-size: 1em;
    }
    footer p{
        font-size: 1rem;
    }
    
    footer p span{
        font-size: 1.25rem;
        top: .125rem
    }
}

@media only screen and (max-width:479px) {
    
}
