﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

/* reset all */

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

u {
    text-decoration: underline;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}


body {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 10px auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 0rem;
    /*    background: url(../images/bg.jpg) top left repeat-x;
    background-size: contain;*/
    padding: 1.875rem 7.5rem
}

p {
    margin: 0 0 1.25rem
}

h1 {
    display: block;
    font-size: 1.375rem;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

h1 span {
    font-size: 0.7em;
    font-weight: normal;
}

h2 {
    color: #c11d14;
    text-align: left;
    font-size: .875rem;
    line-height: 1;
    margin: 0 0 .625rem;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
ul {
   list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}
ul li {
    padding-left: 1.375rem
}
ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #c11d14;
    margin-left: -15px;
    top: 6px;
}

/* Hebt Float left/right auf */

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Ende Standard */


/* Header */

header img {
    display: block;
    max-width: 100%;
}

header p {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

footer {
    margin: 0;
    padding: 0px 0;
    font-size: .625rem;
}

footer > a {
    margin-right: .625rem;
    margin-top: .5rem;
}

footer > a,
footer p {
    width: 22%;
    float: left;
    letter-spacing: -0.02rem;

}

footer a {
    color: #c11d14;
}

footer p {
    width: 25%;
    border-left: solid thin #fff;
    padding-left: .625rem;
    padding: .625rem 0 .625rem .625rem
}

@-webkit-keyframes slidy {
    0% {
        left: 0%;
    }

    10% {
        left: 0%;
    }

    20% {
        left: -100%;
    }

    25% {
        left: -100%;
    }

    35% {
        left: -200%;
    }

    40% {
        left: -200%;
    }

    50% {
        left: -300%;
    }

    55% {
        left: -300%;
    }

    65% {
        left: -400%;
    }

    70% {
        left: -400%;
    }

    80% {
        left: -500%;
    }

    90% {
        left: -500%;
    }

    100% {
        left: -600%;
    }
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    10% {
        left: 0%;
    }

    20% {
        left: -100%;
    }

    25% {
        left: -100%;
    }

    35% {
        left: -200%;
    }

    40% {
        left: -200%;
    }

    50% {
        left: -300%;
    }

    55% {
        left: -300%;
    }

    65% {
        left: -400%;
    }

    70% {
        left: -400%;
    }

    80% {
        left: -500%;
    }

    90% {
        left: -500%;
    }

    100% {
        left: -600%;
    }
}

#wrapper > section {
    overflow: hidden;
}

figure img {
    width: 14.2858%;
    float: left;
}

figure {
    position: relative;
    width: 700%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    -webkit-animation-name: slidy;
    -webkit-animation-duration: 42s;
    -webkit-animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
    animation: 42s slidy infinite;
}

p {
    text-align: justify
}

section p {
    text-align: center;
    display: block;
}

section a {
    color: #c11d14;
    font-weight: bold;
    margin-right: 1.25rem;
}

section a:hover {
    font-weight: bold
}

@media only screen and (max-width:899px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    a {
        font-weight: bold;
    }

    p {
        text-align: left
    }

    footer {
        margin: 0 -.625rem -.625rem;
        padding: .625rem;
    }

    header {
        margin: -.625rem -.625rem .625rem;
        padding: .625rem;
    }

    header a,
    header img {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: .875rem;
    }

    footer p,
    footer > a {
        width: auto;
        floaT: none;
        border: 0;
        padding: 0 0 .625rem 0;
        font-sizE: 13px;
    }
}

@media only screen and (max-width:479px) {
    body {
        font-size: .812rem;
    }

    h1 {
        font-size: 1.125rem;
    }

    ul li:before {
        font-size: 16px;
        line-height: 18px;
    }
}
