﻿@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    line-height: 1.431em;
    background-color: #E4E4E4;
    /*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
	*/
}

#wrapper {
    position: relative;
    max-width: 52.5rem;
    margin: 1rem auto;
    border: none;
    padding: 0.5rem 0rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    /*
	
	-moz-box-shadow: 3px 3px 4px #A6A6A6;
	-webkit-box-shadow: 3px 3px 4px #A6A6A6;
	box-shadow: 3px 3px 4px #A6A6A6;
	*/
    -moz-box-shadow: 0px 0px 23px #A6A6A6;
    -webkit-box-shadow: 0px 0px 23px #A6A6A6;
    box-shadow: 0px 0px 23px #A6A6A6;
}

header,
article,
footer {
    padding: 0rem 1.188rem;
}

p {
    text-align: justify;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    text-align: left;
    font-size: 2.792em;
    line-height: 1.231em;
    color: #FFFFFF;
    padding-top: 1rem;
    padding-right: 1.188rem;
    padding-bottom: 1rem;
    padding-left: 1.188rem;
    background-image: url(../images/bg1.png);
    font-weight: 500;
    margin-top: 0.5rem;
}

h1 span {
    font-weight: normal;
}

h2 {
    font-size: 1.331em;
    line-height: 1.231em;
    margin-bottom: 0;
    font-weight: 500;
}

h3 {
    font-size: 1.131em;
    line-height: 1.231em;
    color: #FFF;
    position: absolute;
    z-index: 555;
    left: 19%;
    top: 1.5%;
    font-weight: 500;
}

a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a.link:link {
    text-decoration: underline;
    color: #000;
}

a.link:visited {
    text-decoration: underline;
    color: #000;
}

a.link:hover {
    text-decoration: none;
    color: #000;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}

hr {
    color: #FFF;
    background-color: #FFFFFF;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #000000;
}

/*hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E00060;
}*/

ul {
    padding-left: 2rem;
}

li {
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    list-style-type: none;
    list-style-image: url();
}

li:before {
    content: "\25A0";
    color: #02314C;
    float: left;
    margin-left: -1.187rem;
}

/* Liste mit Sonderzeichen (Sonderzeichencodes können über diese Seiten gefunden werden http://unicode-table.com/de/)

25A0 - Quadrat &#9726;
25B6 - Dreieck
23F5 - Dreieck - &#9205;
23E9 - 2 Dreiecke
2713 - Häkchen
2714 - Häkchen dick
2010 - Bindestrich
2212 - langer Bindestrich
2022 - Kreis (Bullet)
2B9A - Dreick 3D
276D - > oder 276F-&#10095;

li:before
{
	content: "\25A0";
	color: #960236;
	float: left;		
	margin-left: -15px;
}
*/
/* Hebt Float left/right auf */
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Ende Standard */


/* Header */


/* Ende Header */


/* Article */
article section:nth-of-type(1) {
    display: inline-block;
    width: 69.5%;
    vertical-align: top;
    padding-right: 1rem;
}

article section:nth-of-type(2) {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-top: 1rem;
}

article section:nth-of-type(3) {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border: 1px solid #DFDFDF;
    box-shadow: 3px 3px 4px #A6A6A6;
    background-color: #FAFAFA;
}

article section:nth-of-type(4) {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border: 1px solid #DFDFDF;
    box-shadow: 3px 3px 4px #A6A6A6;
    background-color: #FAFAFA;
}

article section:nth-of-type(5) {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border: 1px solid #DFDFDF;
    box-shadow: 3px 3px 4px #A6A6A6;
    background-color: #FAFAFA;
}


/* Ende Article */


/* Footer */

footer p {
    font-size: 1.11em;
    line-height: 1.431em;
    color: #0C3A54;
}

/* 
footer {
	background-color:#F07C19;
	color:#fff;
	margin-left:-1.188rem;
	margin-right:-1.188rem;
	padding:1rem 1.188rem ;
}
*/
/* Ende Footer */


/* Aside */
/* 
aside {
	margin-left:-1.188rem;
	margin-right:-1.188rem;
}
*/
/* Ende Aside */


/* Section */
/*
section {
	display:inline-block;
	width:50%;
	vertical-align:top;
}
*/
/* Ende Section */
@keyframes slidy {
    0% {
        left: 0%;
    }

    20% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

body {
    margin: 0;
}

div#slider {
    overflow: hidden;
}

div#slider figure img {
    width: 20%;
    float: left;
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
}



/* Responsive */
@media only screen and (max-width:52.437rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }

    h1 {
        font-size: 1.831em;

    }

    h3 {
        font-size: 1.131em;
        line-height: 1.231em;
        color: #073650;
        position: relative;
        z-index: 555;
        left: 0%;
        top: 1.5%;
    }

    p {
        text-align: left;
    }

    article section:nth-of-type(1) {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-right: 1rem;
    }

    article section:nth-of-type(2) {
        display: none;
    }


}

/* Ende Responsive */
