﻿@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: Helvetica, Arial, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: .625rem 1.875rem 0;
    /* 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: 2.25rem;
    line-height: 1.1;
    margin: 1.875rem 0 1.25rem;
    font-weight: normal;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 1.875rem 0 .625rem;
    font-weight: 400;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 0 .625rem;
    font-weight: 400;
}

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.375em;
    line-height: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


header a {
    margin: 0;
    display: block;
    max-width: 12.5rem
}

footer {
    background-color: #5e5e5e;
    color: #fff;
    margin: 1.875rem -1.875rem 0;
    padding: 1.875rem;

}

footer p {
    text-align: left;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    30% {
        left: 0%;
    }

    33% {
        left: -100%;
    }

    64% {
        left: -100%;
    }

    67% {
        left: -200%;
    }

    97% {
        left: -200%;
    }

    100% {
        left: -300%;
    }
}

.slider {
    overflow: hidden;
    margin: 0 -1.875rem 1.875rem;
}

.slider figure {
    position: relative;
    width: 400%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 18s slidy infinite;
}

figure img {
    width: 25%;
    float: left;
}


@media only screen and (max-width:56.187rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    body {
        font-size: .875rem;
    }

    p {
        text-align: left;
    }

    br {
        display: none;
    }

    h1 {
        font-size: 1.375rem;
        margin: .625rem 0;
    }

    h2 {
        font-size: 1.125rem;
        margin: .625rem 0 0;
    }

    h3 {
        font-size: 1.125rem;
    }

    header a {
        max-width: 9.375rem
    }

    footer {
        margin: .625rem -.625rem 0;
        padding: .625rem;
    }

    .slider {
        overflow: hidden;
        margin: 0 -.625rem .625rem;
    }

}

@media only screen and (max-width:479px) {}
