﻿@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    background: #f4f4f4;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1.2;
}

#wrapper {
    background: #f4f4f4;
    /*border: thin solid #E5E5E5;*/
    margin: 1rem auto;
    max-width: 45rem;
    overflow: hidden;
    position: relative;
    border-radius: .187rem;
}

p {
    text-align: justify;
}

p + p {
    margin: 1rem 0 0 0;
}

h1 {
    /*border: thin solid #E5E5E5;*/
    background-color: #fff;
    margin: 0 0 0.75rem;
    font-size: 2.25rem;
    line-height: 1.15;
    padding: 1rem;
}

h1 span {
    font-size: 1.625rem;
    font-weight: normal;
}

h2 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

h3 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    border: none;
}

hr {
    border: none;
    border-top: 0.063rem solid #000;
}

ul {
    padding-left: 1rem;
}

ul p {
    margin: 0 0 0 -1rem;
}

li {
    list-style-type: none;
}

li:before {
    content: "\25CF";
    float: left;
    margin-left: -0.938rem;
}

header {
    position: relative;
    border-bottom: 0.5rem;
}

/*
header a {
    left: 0;
    bottom: 0;
    width: 31%;
    height: 44%;
    position: absolute;
}
*/

header h6 img {
    width: 46%;
}


/*
header a {
	position: absolute;
	width: 30%;
	left: 7%;
	top: 15%;
	height: 30%;
}
*/

section {
    /*border: thin solid #E5E5E5;*/
    background-color: #fff;
    margin: 0 0 0.75rem;
    padding: 1rem;
}

footer p {
    font-size: 0.875rem;
    text-align: center;
}

/*footer p:last-of-type {
	font-size: 0.688rem;
}*/

article section:last-of-type a {
    display: block;
    color: #fff;
    text-align: center;
    background: #c61116;
    margin: 1rem 28% 1.25rem;
    padding: 0.5rem 1rem;
    font-size: 0.938rem;
    font-weight: bold;
    border-radius: 0.438rem;
}

p span {
    text-transform: uppercase;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

section > a {
    background: #C61116;
    color: #fff;
    font-weight: bold;
    padding: 0.438rem 0;
    margin: 1.25rem auto 0.938rem;
    text-align: center;
    display: block;
    width: 42%;
    border-radius: 0.313rem;
    font-size: 0.938rem;
}

section > a:hover {
    text-decoration: underline;
}

/* Responsive */
@media only screen and (max-width:44.937rem) {

    body,
    h2 {
        font-size: 0.938em;
    }

    body {
        font-size: 0.938em;
    }

    p,
    ul {
        text-align: left;
    }

    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0.625rem;
    }

    a:link,
    a:active,
    a:visited {
        font-size: 1rem;
    }

    a:hover {
        text-decoration: none;
    }

    h1 {
        font-size: 1.625rem;
    }

    h1 span {
        font-size: 1.125rem;
    }

    h3 {
        font-size: 1rem;
    }

    article section:last-of-type a {
        margin: 1rem 1%;
    }

    section > a {

        width: 100%;

    }

    header h6 {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0.625rem;
    }

    header h6 img {
        width: 100%;
    }
}

/* Ende Responsive */
