﻿@charset "utf-8";
/* Standard */
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 1.063em;
    line-height: 1.231em;
    background-color: #D3D5E1;
    background-image: url(../images/hg.jpg);
    background-repeat: repeat-x;
}
#wrapper {
    position: relative;
    max-width: 46.25rem;
    margin: 1rem auto;
    padding: 0.5rem 0rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 22px #1E1554;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
article, footer {
    padding: 0rem 1.188rem;
}
header {
    padding: 0rem 1.188rem;
    margin-top: 1rem;
    margin-bottom: 0rem;
    background-image: url(../images/hg1.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
p {
    text-align: justify;
}
h2+p, h2+ul {
    margin-top: 0.308rem;
}
h1 {
    text-align: left;
    font-size: 2.3em;
    line-height: 1em;
    color: #251D66;
    font-weight: 400;
    margin: 2rem 0;
}
h1 span {
    font-weight: normal;
    font-size: 0.6em;
}
h2 {
    font-size: 1.5em;
    line-height: 1.231em;
    margin-bottom: 0;
    font-weight: 300;
    color: #251D66;
}
a:link, a:active, a:visited {
    color: #251D66;
    text-decoration: none;
}
a:hover {
    color: #251D66;
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
hr {
    border-top: thin solid #52BA5A;
}
ul {
    padding-left: 1.4rem;
}
li {
    padding-bottom: 0.2rem;
    list-style-type: none;
    list-style-image: url();
}
li:before {
    content: "\25A0";
    color: #1C174F;
    float: left;
    margin-left: -20px;
}
/* Liste mit Sonderzeichen (Sonderzeichencodes können über diese Seiten gefunden werden http://unicode-table.com/de/)

25A0 - Quadrat
25B6 - Dreieck
23E9 - 2 Dreiecke
2713 - Häkchen
2714 - Häkchen dick
2010 - Bindestrich
2212 - langer Bindestrich
2022 - Kreis (Bullet)
2B9A - Dreick 3D

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: 0;
}
section:nth-child(1) {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}
section:nth-child(2) {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}
/* Ende Section */

aside + img {
    width: 100%;
}
 @keyframes slidy {
 0% {
 left: 0%;
}
 10% {
 left: 0%;
}
 20% {
 left: -100%;
}
 30% {
 left: -100%;
}
 40% {
 left: -100%;
}
 50% {
 left: -200%;
}
 60% {
 left: -200%;
}
 70% {
 left: -200%;
}
 80% {
 left: -300%;
}
 90% {
 left: -300%;
}
 100% {
 left: -300%;
}
}
aside {
    overflow: hidden;
    box-shadow: 3px 3px 4px #A6A6A6;
}
aside img {
    width: 14.2858%;
    float: left;
}
aside {
    position: relative;
    width: 700%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation-name: slidy;
    animation-duration: 30s;
    animation-delay: 10s;
    animation-iteration-count: infinite;
}
 @keyframes slidy {
 0% {
 left: 0%;
}
 10% {
 left: 0%;
}
 20% {
 left: -100%;
}
 30% {
 left: -100%;
}
 40% {
 left: -100%;
}
 50% {
 left: -200%;
}
 60% {
 left: -200%;
}
 70% {
 left: -200%;
}
 80% {
 left: -300%;
}
 90% {
 left: -300%;
}
 100% {
 left: -300%;
}
}
aside {
    overflow: hidden;
}
aside img {
    width: 14.2858%;
    float: left;
}
aside {
    position: relative;
    width: 700%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    -webkit-animation-name: slidy;
    -webkit-animation-duration: 30s;
    -webkit-animation-delay: 10s;
    -webkit-animation-iteration-count: infinite;
    animation: 30s slidy infinite;
}

/* Responsive */
@media only screen and (max-width:40rem) {
#wrapper {
    border: none;
    margin: 0.5rem;
}
body {
    font-size: 0.875rem;
}
a {
    font-size: 1rem;
}
header, article, footer {
    padding: 0rem 0.5rem;
}
p {
    text-align: left;
}
section:nth-child(1) {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
section:nth-child(2) {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
h1 {
    text-align: left;
    font-size: 1.5em;
    line-height: 1em;
    color: #251D66;
    font-weight: 400;
}
}
/* Ende Responsive */
