﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}



u {
    text-decoration: underline;
}

as {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #1A171B;
    font-family: 'Montserrat', sans-serif;

    font-size: 14px;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 55rem;
    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: justify;
    margin: 0 0 0.625rem;
}

h1 {
    text-align: left;
    font-size: 1.562rem;
    line-height: 1.1;
    margin: .937rem 0;
    color: #000;
    font-weight: 600
}

h1 span {
    font-weight: normal;
    font-size: 0.72em
}

h2 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0;
    font-weight: 600;
}

h3 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 12px
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -12px;
    font-size: 1.875rem;
    line-height: 0.55;
}

ul ul {
    margin-bottom: 0;
    position: relative;
}

ul ul li {
    padding-left: 44px;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    border-radius: 100%;
    background: #fff;
    width: 8px;
    height: 8px;
    margin-left: -22px;
    top: 6px;
    border: 1px solid #000;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
}

header {
    /* margin: -1.188rem -1.188rem 1.188rem;
    padding:1.187rem; */
    margin: 0 0 1.562rem;
}

header a {
    max-width: 18.75rem;
    float: right;
}

footer {
    /*  margin: 0 -1.188rem -1.188rem;
    padding: 1.188rem; */
}

article section:last-of-type {
    float: left;
    width: 27%;
}

article section:first-of-type {
    float: right;
    width: 70%;
}

article section:last-of-type > img {
    max-width: 12.5rem;
    float: right;
}

article section:nth-of-type(1) p:first-of-type {
    word-spacing: 11px
}

article section:nth-of-type(1) ul:first-of-type {
    margin-bottom: .937rem;
}

article section:nth-of-type(1) p:last-of-type {
    width: 50%;
    text-align: left;
    font-size: 11px;
    letter-spacing: -0.6px;
    float: left;
}

article section:nth-of-type(1) > a {
    color: #fff;
    background: #E95D0F;
    padding: 5px 0 5px .625rem;
    font-weight: 600;
    margin-top: .312rem;
    width: 49%;
    float: right;
}

article section:last-of-type > a {
    margin-top: 25.625rem;
    float: right;
    max-width: 200px;
    margin-bottom: 630px;
}

article section:last-of-type p {
    letter-spacing: -0.5px;
    margin-left: 30px
}

p strong {
    font-weight: 600;
}

p span {
    color: #E95D0F;
}

article section:last-of-type p:last-of-type {
    letter-spacing: -0.8px;
    font-size: 0.95em
}
iframe{
    margin: .625rem 0;
}
@media only screen and (max-width:54.937rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0 .625rem 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem .625rem 0;
    }

    h1 {
        font-size: 1.563em;
        margin: .625rem 0;
        line-height: 1.1;
    }

    h1 br {
        display: block;
    }

    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 14px;
    }

    p,
    ul {
        text-align: left;
        margin-bottom: 10px;
    }

    article section:first-of-type {
        float: none;
        width: 100%;
    }

    article section:last-of-type {
        float: none;
        width: 100%;
    }

    article section:last-of-type > img {
        max-width: 12.5rem;
        float: none;
    }

    article section:nth-of-type(1) p:first-of-type {
        word-spacing: normal;
    }

    article section:nth-of-type(1) ul:first-of-type {
        margin-bottom: .625rem;
    }

    article section:nth-of-type(1) p:last-of-type {
        width: 100%;
        font-size: .75rem;
        letter-spacing: 0;
        float: none;
    }

    article section:nth-of-type(1) > a {
        width: 100%;
        float: none;
        margin: .625rem 0;
    }

    article section:last-of-type > a {
        margin-top:.625rem;
        float: none;
        max-width: 12.5rem;
        margin-bottom: .625rem;
    }

    article section:last-of-type p {
        letter-spacing: 0;
        margin-left: 0px
    }

    p strong {
        font-weight: 600;
    }

    p span {
        color: #E95D0F;
    }

    article section:last-of-type p:last-of-type {
        letter-spacing: 0;
        font-size: 1em
    }
    header a{
        margin: .625rem auto;
        display: block;
        float: none;
    }


}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
