﻿@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: 'Open Sans', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 40rem;
    margin: 1rem auto;
    border: solid thin #BCBCBC;
    padding: 2.187rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 21px -1px 5px 13px rgba(159, 169, 138, 0.75);
    -moz-box-shadow: 21px -1px 5px 13px rgba(159, 169, 138, 0.75);
    box-shadow: 21px -1px 5px 13px rgba(159, 169, 138, 0.75);


}

p {
    text-align: justify;
    margin: 0 0 0.625rem;
}

h1 {
    text-align: center;
    font-size: 1.437rem;
    line-height: 1.1;
    margin: 0.625rem 0;

}

h2 {
    font-size: 1.12em;
    line-height: 1.4;
    margin: 0 0 0;
    text-decoration: underline;
}

h3 {
    font-size: 1.312rem;
    line-height: 1.3;
    margin: 0 0 1.25rem;
    font-weight: normal;
    text-align: left;
}

h3 strong {
    font-weight: 600;
}

h4 {
    margin: .625rem 0 .625rem;
    text-align: center;
    font-size: 1.125rem;
    margin-left: -.937rem;
}

h5 {
    font-family: 'Carrois Gothic SC', sans-serif;

    font-size: 1.5rem;
    margin: .625rem 0 1.562rem;
    line-height: 1
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ul li {
    padding-left: 9px
}

ul li:before {
    content: "-"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -9px;
    font-size: 1.375em;
    line-height: 0.9;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: 0 -.937rem;
    position: relative;

}

header a {
    position: absolute;
    /* border: 1px solid red; */
    width: 41%;
    height: 92%;
    left: 0;
    top: 0;
}



footer {}

aside {
    background: #BFBFBF;
    text-align: center;
    box-shadow: 0px 0px 8px #888888;
    border-radius: 3px;
    padding: 30px 0 1.25rem 50px;
    margin: 0 3.125rem 1.562rem 1.375rem;
}

ul span {
    font-weight: bold;
    font-size: 1rem;
}

aside h1 {
    text-align: left;
    margin-left: 3.437rem;
    font-size: 23px;
}

aside h1:first-of-type {
    letter-spacing: 0.2px;
}

footer p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: .312rem;
}

@media only screen and (max-width:39.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;
    }

    h1 {
        font-size: 1.563em;
    }

    aside {
        background: #BFBFBF;
        text-align: center;
        box-shadow: 0px 0px 8px #888888;
        border-radius: 3px;
        padding: .625rem;
        margin: 0 0 .625rem 0;
    }

    ul span {
        font-weight: bold;
        font-size: 1rem;
    }

    aside h1 {
        margin-left: 0;
    }

    aside h1:first-of-type {
        letter-spacing:0;
    }

    footer p {
        text-align: center;
        font-size: 1rem;
        margin-bottom: 0;
    }
    h1,h3,h5{
        margin: .625rem 0;
    }
    p,ul{
        text-align: left;
        margin-bottom: .625rem;
    }
    h5{
        font-size: 1.375rem;
    }
    h4{
        margin-left: 0;
    }

}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
        h3{
            font-size: 17px;
            letter-spacing: -0.3px
        
    }

}
