﻿@charset "utf-8";

:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
}
html {
    min-height: 100%;
	box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
a{
    color: inherit;
    display: block;
    text-decoration: none
}
a:link,
a:active,
a:visited {
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
u {
    text-decoration: underline;
}



body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: .937rem;
    line-height: 1.5;
}
#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    padding: 1.562rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    font-weight: 300;
    box-shadow: 0 0 .937rem #888888;
    
}
p {
    margin: 0 0 1.25rem
}
h1 {
    display: block;
    font-size: 2.187rem;
    text-transform: uppercase;
    line-height: 1.1em;
    background: #e2161a;
    padding: 1.562rem;
    color: #fff;
    width: 90%;
    text-align: center;
    margin: 1.563rem auto
    

}
article>p{
    text-align: center
}
h1 span {
    font-size: 0.7em;
    font-weight: normal;
}
h2 {
   font-size: 1.231em;
    margin-bottom: 0;
text-transform: uppercase;
}

ul {
    padding: 0;
    margin-bottom: 1.25rem;
    list-style: none;
    width: 50%
}
ul li {
    padding-left: 1.25rem;
}

ul li:before { 
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: .375rem;
    border-radius: 8px;
    background: #000;
    margin-left:-1.25rem;
    top: .5rem;
}
article section ul:last-of-type{
    margin-bottom: 0
}

article p:nth-of-type(4) {
	width: 65%;
	text-align: center;
	margin: 0 auto 1rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

/* Ende Standard */


/* Header */

header {
    padding: 1.562rem;
    margin: -1.562rem -1.562rem 0
}

header a {
    display: block;
    margin: 0 0;
    width: 16.5rem;
}

header img {
    display: block;
    max-width: 100%;
}
header p {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}
footer {
    background: #F2F2F2;
    padding: 1.562rem;
    margin: 0 -1.562rem -1.562rem
}
footer p{
    float: left;
    width: 30%;
    margin-bottom: 0
}
/*footer p:last-of-type{
    float: right
}
article p:last-of-type{
    text-align: left
}*/
@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;
    margin: 0 -1.562rem 1.562rem;
    position: relative
}
aside{
    position: absolute;
    top: 2.812rem;
    left: 1.562rem;
    
    display: block;
    font-size: 3.437rem;
    font-weight: 700;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #e2161a;
            text-shadow: 1px 1px 3px #333;


}
aside span{
    color: #fff
}
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;
}
article section{
    margin: 0 -1.562rem;
    padding: 1.562rem;
    background:#f2f2f2 url(../images/image.jpg) no-repeat top right;
    background-size: 50%;
    margin-bottom: 1.563rem;
}


@media only screen and (max-width:56.188rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }
    a {
		font-size: 1rem;
        font-weight: bold;
    }
    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }
    p, ul{
        margin-bottom: 0.625rem;
    }
    header {
        margin: -0.625rem -0.625rem 0;
        padding: 0.625rem;
    }
    #wrapper>section{
        margin: 0 -0.625rem 0.625rem
    }
    ul{
        width: 100%
    }
    h1 {
        font-size: 1.5em;
        width: 100%;
        margin: .937rem 0
    }
    article section{
        margin: .625rem -.625rem;
        padding: .625rem;
        background-image: none
    }
    aside{
        bottom: 0.938rem;
        left: .625rem;
        font-size: 1.25rem
    }
    footer p{
        float: none;
        width: 100%;
        margin-bottom: .625rem
    }
}

@media only screen and (max-width:29.938rem) {
    h2{
        font-size: 1em
    }
}