﻿@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: #212529;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    box-shadow: 0px 0px .937rem #a1a1a1;

    padding: 1.188rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 1rem;
}

h1 {
    text-align: center;
    font-size: 24px;
    line-height: 1.1;
    margin: 1.25rem 0;

}
h1 span{
    font-size: 0.7em;
}
h2 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 10px;
    ;
}

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: 1.625rem;
    line-height: 0.95;
    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;
}

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; */
}

header a {
    max-width: 13.437rem
}

footer {
    /*  margin: 0 -1.188rem -1.188rem;
    padding: 1.188rem; */
}

article section {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1.25rem;
    float: left;
    width: 48%;
    margin-bottom: 1.25rem;
    border-radius: 4px;
    height: 469px
}

article section:nth-of-type(3),
article section:nth-of-type(2) {
    height: 389px
}
article section:nth-of-type(1){
    width: 100%;
    float: none;
    height: auto;
}

article section:nth-of-type(even) {
    float: right;
}

aside {
    background: #E4C86D;
    margin: 10px -19px;
    padding: 20px;
}

aside h3 {
    margin: -20px;
    padding: 20px;
    font-size: 18px;
    width: 22.5rem
}

aside h3:hover {
    background-color: #222;
    color: #e4c86d;
}

footer {
    background: #343A40;
    color: #fff;
    margin: 0 -20px -20px;
    padding: 20px;
}

footer p {
    opacity: 0.6;

}

footer a {
    background: transparent;
    border-color: #f8f9fa !important;
    color: #f8f9fa !important;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    display: block;
    width: 190px;
    margin: .625rem auto;

}

footer p a:hover {
    background: #9D8F5B;
}
section:nth-of-type(2){
    float: left!important;
}
section:nth-of-type(3){
    float: right!important;
}
@media only screen and (max-width:56.187rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding:  .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 {
        padding: .625rem;
        float: none;
        width: 100%;
        margin-bottom: .625rem;
        height: auto;
    }

    article section:nth-of-type(3),
    article section:nth-of-type(2) {
        height: auto;
    }

    article section:nth-of-type(even) {
        float: none;
    }

    aside {
        margin: 10px -.625rem;
        padding: .625rem;
    }

    aside h3 {
        margin: -10px;
        padding: 10px;
        font-size: 1.125rem;
        width: auto;
        text-align: center;
    }

    aside h3:hover {
        background-color: #222;
        color: #e4c86d;
    }

    footer {
        background: #343A40;
        color: #fff;
    }

    footer p {
        opacity: 0.6;

    }

    footer a {
        background: transparent;
        border-color: #f8f9fa !important;
        color: #f8f9fa !important;
        padding: .5rem 1rem;
        font-size: .875rem;
        line-height: 1.5;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border: 1px solid transparent;
        display: block;
        width: 9.687rem;
        margin: .625rem auto;

    }

    footer p a:hover {
        background: #9D8F5B;
    }
    section:nth-of-type(2){
    float: none;
}
section:nth-of-type(3){
    float: none;
}


}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.3em;
    }
}
