﻿@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: 'Mulish', sans-serif;
    font-size: .812rem;
    line-height: 1.2;
}

#wrapper {
    position: relative;
    max-width: 52.5rem;
    margin: 1rem auto;
    border: solid thin #000;
    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: center;
    font-size: 1.187rem;
    line-height: 1.1;
    margin: 1.875rem 0;
    color: #4A5E67;
}

h1 span {
    font-weight: 100;
    font-size: 1rem
}


h2 {
    line-height: 1.4;
    margin: 0 0 1rem;
    color: #4A5E67;
    font-size: .875rem
}

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.562rem;
    padding: 0;
}

ul li {
    padding-left: 3.75rem
}

ul li:before {
    content: "\-"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -2rem;
    font-size: 1.375em;
    line-height: 0.6;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.188rem -1.188rem 1.188rem;
    padding: 5rem 5rem 0;
}

article {
    padding: 0 3.125rem 0 5rem;
    position: relative
}

article section {
    width: 80%;
    float: right
}

article section p {
    letter-spacing: -0.2px
}

article > a {
    max-width: 100%;
    width: 9.062rem;
    float: left;
    margin-left: -1.25rem
}

article p span {
    font-weight: bold;
    color: #4A5E67;
}

article p a {
    color: #4A5E67;
}

article > img {
    width: 20rem
}

article > p:last-of-type {
    font-weight: bold;
    color: #4A5E67;
    font-size: .875rem;
    position: absolute;
    right: 10%;
    bottom: 5%
}

footer {
    padding: .937rem 2.5rem .937rem 5rem;
}

@media only screen and (max-width:52.437rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    article {
        padding: .625rem;
    }


    article section {
        width: 100%;
        float: none;
    }

    article section p {
        letter-spacing: -0.2px
    }

    article > a {
        float: none;

    }


    a {
        font-weight: bold;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    h1 {
        font-size: 1.563em;
    }

    h2,
    h3 {
        font-size: 1em;
    }

    article > p:last-of-type {
        font-weight: bold;
        color: #4A5E67;
        font-size: 1rem;
        position: static;
        padding-top: 1rem
    }

    footer {
        padding: 0;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}