﻿/* reset all */

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    font-size: 16px;
}

*,
*: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: .937rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: .625rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 0rem;
}

p {
    margin: 0 0 .625rem
}

h1 {
    display: block;
    font-size: 1.437rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 1.25rem 0;
    text-align: left;
    color: #F68712;
}

h1 span {
    font-size: 0.7em;
    font-weight: normal;
}

h2 {
    color: #800000;
    text-align: left;
    font-size: 1rem;
    line-height: 1;
    margin: 1.25rem 0 .125rem;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

ul,
ol {
    padding: 0;
    margin-bottom: .625rem;
    list-style: none;
}

ol {
    margin: 0 0 .625rem;
}

ol li {
    padding-left: 1.562rem;
}

ol li:before {

    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.562rem;
    font-size: .937rem;
    line-height: 1.6;
}

article > ul li {
    padding-left: 3.437rem;
}

article > ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .625rem;
    height: .5rem;
    background: url(../images/img.jpg) no-repeat;
    background-size: contain;
    margin-left: -3.437rem;
    top: .437rem;
}

/* Hebt Float left/right auf */

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Ende Standard */

/* Header */

header {}

header a {
    display: block;
    width: 300px;
    float: right;
    display: block;
}


article {
    padding: .312rem 2.187rem .312rem 3.75rem;
}

article section:first-of-type {
    width: 63%;
    float: left;
    margin-top: .937rem;
}

article section:last-of-type {
    width: 29%;
    float: right;
    font-size: .75rem;
    line-height: 2;
}

footer {
    margin: 0;
    text-align: left;
    padding: 0px 30px 20px 60px;
}

footer a:first-of-type u{
    color: #0000FF;
}

footer a:last-of-type u {
    color: #000080;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    47% {
        left: 0%;
    }

    50% {
        left: -100%;
    }

    97% {
        left: -100%;
    }

    100% {
        left: -200%;
    }
}

.slider {
    overflow: hidden;
}

.slider figure {
    position: relative;
    width: 300%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 12s slidy infinite;
}

figure img {
    width: 33.333333333333336%;
    float: left;
}

#wrapper > section {
    overflow: hidden;
}

/*
figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    -webkit-animation-name: slidy;
    -webkit-animation-duration: 25s;
    -webkit-animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
    animation: 25s slidy infinite;
}*/

@media only screen and (max-width:56.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    a {
        font-weight: bold;
    }
    p, ul{
        margin: 0 0 10px;
        text-align: left;
    }
    header a {
        float: none;
        margin: 0 auto;
        max-width: 250px;
    }

    article {
        padding: 0;
        margin: 0;
        line-height: 1.2;
    }

    article br {
        display: none;
    }

    article section:first-of-type {
        width: 100%;
        float: none;
        margin: 0 0 .625rem;
        line-height: 1;
    }

    article section:last-of-type {
        width: 100%;
        float: none;
        line-height: 1.5;
    }

    footer {
        padding: 0 0 .625rem;
        margin: 0 0 .625rem;
    }
    h1{
		font-size: 1.25rem;
        margin: 0 0 10px
    }
	
	h1 br {
		display: block;
	}


}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .812rem;
    }

    h1 {
        font-size: 1.125rem;
    }

    ul li:before {
        font-size: 1rem;
        line-height: 1.2;
    }
}
