﻿@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: 'Muli', sans-serif;
    font-size: .937rem;
    line-height: 1.4;
    background-color: #999999;
}

#wrapper {
    position: relative;
    max-width: 54.062rem;
    margin: 1rem auto;
    padding: 1.875rem 6.25rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 1.062rem;
    line-height: 1.2;
    margin: 1.25rem 0;

}

h2 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0 0 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 0;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .062rem;
    background: #000;
    margin-left: 0;
    margin-right: .625rem;
    top: .5rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.875rem -6.25rem 1.25rem;
    padding: 0 0 0 .312rem;
    position: relative;
}

header a {
    position: absolute;
    width: 30%;
    height: 45%;
    bottom: 0%;
    right: 5%;
    /*   border: 2px solid red;*/
}

article > p:nth-of-type(2) {
    margin: 0 0 1.875rem;
}





@media only screen and (max-width: 54rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    header {
        margin: -0.625rem -0.625rem 1.25rem;

    }

    article > p:nth-of-type(2) {
        margin: 0 0 1.25rem;
    }


    article > p:nth-of-type(2) br {
        display: none;
    }

}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .812rem;
    }

    h2 {
        font-size: .812rem;
    }

    h3 {
        font-size: 1.062rem;
    }

}
