﻿@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: #1A171A;
    font-family:'Montserrat', sans-serif;
    font-size: .875rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 640px;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 150px 0 5rem 60px;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    background: url(../images/bg.JPG) top center no-repeat;
    background-size: 100% 100%;
}

p {
    margin: 0 0 10px;
}

h1 {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.1;
    margin: 0.625rem 0;

}
h1 span{
    font-size: 0.7em;
}
h1 element{
    
}

h2 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0;
}

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: 1.375rem
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: 22px;
    line-height: 1;
    color: #000;
}

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;
}
address{
    font-style: normal;
}
a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
}
p span{
    font-size:1.562rem
}
article>p:last-of-type{
    font-weight: 600;
    font-size: 0.8em;
    letter-spacing: -0.2px;
}
p strong{
    font-size: 1.2em;
    font-weight: 600;
}
@media only screen and (max-width:639px) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
        background:url(../images/bg2.JPG) top center repeat-y;
        background-size: 100%
    }
    as{
        display: none;
    }
    article>br{
        display: none;
    }
    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: .625rem .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;
    }
p span{
    font-size:1.25rem
}
article>p:last-of-type{
    font-weight: 600;
    font-size: 0.85em;
    letter-spacing: 0
}

}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
