﻿@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.963em;
	line-height: 1.431em;
	background-image: url(bg.png);
	background-repeat: repeat-x;	/*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Archivo Narrow', sans-serif;
	*/
	background-color: #E3ECFF;
}

#wrapper {
	position: relative;
	max-width: 740px;
	margin: 1rem auto;
	border: none;
	padding: 0.5rem 0rem;
	overflow: hidden;		/*
	-moz-box-shadow: 0px 0px 23px #000;
	-webkit-box-shadow: 0px 0px 23px #000;
	box-shadow: 0px 0px 23px #000;
	
	-moz-box-shadow: 3px 3px 4px #A6A6A6;
	-webkit-box-shadow: 3px 3px 4px #A6A6A6;
	box-shadow: 3px 3px 4px #A6A6A6;
	*/
}

header,article,footer {

}

p {
	text-align:left;
}
p span {
	font-size:1.192em;
	font-weight: normal;
	color:#FF0000;
}

h2+p,h2+ul {
	margin-top:0.308rem;
}

h1 {

	font-size:1.1em;
	line-height:1.431em;
	color:#000;
	font-weight:normal;
}

h1 span {
	font-size:1.192em;
	font-weight: normal;
	color:#FF0000;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.731em;
	line-height: 1.231em;
	color: #fff;
	position: absolute;
	z-index: 555;
	left: 0%;
	top: 23%;
	background-color: #093;
	padding: 1rem;
}

h3 {
	font-size:1.111em;
	font-weight: normal;
	color:#fff;
	margin-top:2rem;
	margin-bottom:2rem;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.431em;
	line-height: 1.231em;
	color: #fff;
	position: absolute;
	z-index: 555;
	left: 0%;
	top: 27%;
	background-color: #FF0000;
	padding-top: 1.5rem;
	padding-right: 1rem;
	padding-bottom: 1.5rem;
	padding-left: 1rem;
}

a:link,a:active,a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a.link:link{
	text-decoration: none;
	color: #FFF;
	background-color: #FF0000;
	padding-top: 0.7rem;
	padding-right: 1rem;
	padding-bottom: 0.7rem;
	padding-left: 1rem;
}
a.link:visited { text-decoration: none;
	color: #FFF;
	background-color: #FF0000;
	padding-top: 0.7rem;
	padding-right: 1rem;
	padding-bottom: 0.7rem;
	padding-left: 1rem;
	 }
	 
a.link:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #00CC66;
	padding-top: 0.7rem;
	padding-right: 1rem;
	padding-bottom: 0.7rem;
	padding-left: 1rem;
	 }


img {
	max-width:100%;
	height:auto;
	display:block;
}

hr {
	border-top: 1px solid #52BA5A;
}
/*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:1rem;
}

li {
	padding-bottom:0.2rem;
	/* Für List GFX
	list-style-type:none;
	list-style-image:url();
	*/
}


ol {
	padding-left: 1rem;
	margin-left: 2.3rem;
	font-size: 1.131em;
}

ol li {
	padding-bottom:0.2rem;
	list-style-type:none;
	list-style-image:url();
}

ol li:before
{
	content: "\25A0";
	color: #003399;
	float: left;
	margin-left: -20px;
}
/* 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;
27A2 - arrowhead

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 */

/*
header section:nth-of-type(1) {
	display:inline-block;
	width:30%;
	vertical-align:top;
}

header section:nth-of-type(2) {
	display:inline-block;
	width:70%;
	vertical-align:top;
}

*/

/* Ende Header */


/* Article */
.gro {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.321em;
	line-height:1.431em;
	font-weight:bold;
}
.gruen {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.521em;
	color:#00B050;
	margin-bottom:-0.5rem;
}
.gelb {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.521em;
	color:#FFC000;
	margin-bottom:-0.5rem;
}
.blau {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.521em;
	color:#00B0F0;
	margin-bottom:-0.5rem;
}

.rot{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.521em;
	color:#FF0000;
	margin-bottom:-0.5rem;
}



/* Ende Article */

/* footer */

    .grossabstand {letter-spacing: 0.2em;}
    .kleinabstand {letter-spacing: 0.08em;}


/* 
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 */
.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: cambio 20s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

@media only screen and (max-width:679px) {
h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.431em;
	line-height: 1.231em;
	color: #fff;
	position: absolute;
	z-index: 555;
	left: 0%;
	top: 20%;
	background-color: #FF0000;
	padding-top: 1.5rem;
	padding-right: 1rem;
	padding-bottom: 1.5rem;
	padding-left: 1rem;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.731em;
	line-height: 1.231em;
	color: #fff;
	position: absolute;
	z-index: 555;
	left: 0%;
	top: 13%;
	background-color: #093;
	padding: 1rem;
}

}

/* Responsive */
@media only screen and (max-width:640px) {
	
	body {

		background-image:none;
	}
	#wrapper {
		border:none;
		margin:0 auto;
		background-image:none;
	}
	header,article,footer {
		padding: 0rem 0.5rem;		
	}
	h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.991em;
	line-height: 1.231em;
	color: #fff;
	position: relative;
	z-index: 555;
	left: 0%;
	top: 0%;
	background-color: #F00;
	padding: 1rem;
	margin-top:0;
	margin-bottom:0.2rem;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.731em;
	line-height: 1.231em;
	color: #fff;
	position: relative;
	z-index: 555;
	left: 0%;
	top: 0%;
	background-color: #093;
    margin-top:-0.5rem;
	margin-bottom:0.2rem;
	padding: 1rem;
}

}
/* Ende Responsive */
