﻿@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;	/*
      font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Archivo Narrow', sans-serif;
    font-family: 'Roboto Slab', serif;
    font-family: 'Raleway', sans-serif;
	font-family: 'Hind', sans-serif;
	font-family: 'Fira Sans', sans-serif;
	*/
}



#wrapper {
	position: relative;
	max-width: 740px;
	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;		/*
	-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 {
	background-color: #00594E;
	margin-bottom:0;
}

article, {
padding: 0rem 1.188rem;	
}

footer {
	font-size: 1.111em;
	line-height: 1.431em;
}


p {
	text-align:left;
}

h2+p,h2+ul {
	margin-top:0.308rem;
}

h1 {
	font-size: 2.292em;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #FA6E39;
	text-align: center;
	padding-top: 1.5rem;
	padding-bottom: 2.21rem;
}

h1 span {
	text-transform:lowercase;
}

h2 {
	font-size: 1.831em;
	line-height: 1.231em;
	color: #00594E;
	text-transform: uppercase;
}

h2 span {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #00594E;
	padding-bottom: 0.3rem;
}

h3 {
	font-size: 1.631em;
	line-height: 1.231em;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
}
h4 {
	font-size: 1.531em;
	color: #FA6E39;
	text-transform: uppercase;
	margin-top: 1rem;
	margin-bottom: -0.2rem;
}

a:link,a:active,a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a.link:link{
	text-decoration: none;
	color: #EC6C31;
}
a.link:visited { 	text-decoration: none;
	color: #EC6C31; }
	
a.link:hover {
	text-decoration: underline;
	color: #EC6C31;
	 }


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;

}

ol {
	padding-left: 1.5rem;
}

ol li {
	padding-bottom:0.6rem;

	list-style-type:none;
	list-style-image:url();
}

ol li:before
{
	content: "\25A0";
	color: #00594E;
	float: left;
	margin-left: -20px;
	margin-top: -0.18rem;
	font-size: 1.431em;
}

/* 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 */

/* Ende Header */


/* Article */
.center {
	text-align:center;
}

article section:nth-of-type(1) {
	display:inline-block;
	width:48%;
	vertical-align:top;
	margin-right:1.7rem;
}

article section:nth-of-type(2) {
	display:inline-block;
	width:48%;
	vertical-align:top;
}

article img {
	max-width:100%;
	height:auto;
	display:inline-block;
}
/* Ende Article */


/* Footer */
.gro {
	font-size:1.5321em;
	line-height:1.3321em;
	font-weight:bold;
	color:#fff;
}

.gro1 {
	font-size:1.2321em;
}

footer section:nth-of-type(1) {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-image: url(bg1.jpg);
	background-repeat: no-repeat;
	padding-left: 16rem;
	background-position: left top;
}

footer section:nth-of-type(2) {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 1.5rem;
	background-color: #015850;
	color: #FFF;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
}

footer img {
	max-width:100%;
	height:auto;
	display:inline-block;
	margin-bottom:-0.2rem;
	padding-right:0.7rem;
}
.orang {
	color: #FA6E39;
	padding-bottom: 1rem;
	font-size: 1.131em;
	line-height: 1.231px;
}

.bild {
	padding-top:1.4rem;
}


/* 
footer {
	background-color:#F07C19;
	color:#fff;
	margin-left:-1.188rem;
	margin-right:-1.188rem;
	padding:1rem 1.188rem ;
}
*/
/* Ende Footer */


/* Aside */
	aside:nth-of-type(1) {
	display:inline-block;
	width:100%;
	vertical-align:top;
}

	aside:nth-of-type(2) {
	display:none;
	width:100%;
	vertical-align:top;
}
/* 
aside {
	margin-left:-1.188rem;
	margin-right:-1.188rem;
}
*/
/* Ende Aside */


/* Section */
element:nth-of-type(1) {
	display:inline-block;
	width:54%;
	vertical-align:top;
}

element:nth-of-type(2) {
	display:inline-block;
	width:46%;
	vertical-align:top;
	padding-top:4.1rem;
}

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%;}
}
*/
.slider{
	margin: 0px;
}
.slider img{
    display: block;
    width: 100%;
}



/* Responsive */
@media only screen and (max-width:640px) {
	#wrapper {
		border:none;
		margin:0 auto;
	}
	header,article,footer {
		padding: 0rem 0.5rem;		
	}
	h1 {
	font-size: 1.992em;
	
}
footer section:nth-of-type(1) {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	border: 2px solid #EC6C32;
	background-image:none;
}

footer section:nth-of-type(2) {
	width: 100%;
	margin-top:2rem;
}

h3 {
	font-size: 1.231em;
}

article section:nth-of-type(1) {
	width:100%;
	margin-right:0rem;
}

article section:nth-of-type(2) {
	width:100%;
}
element:nth-of-type(1) {
	width:100%;
}

element:nth-of-type(2) {
	width:100%;
	padding-top:0rem;
}

}

@media only screen and (max-width:470px) {
	
		aside:nth-of-type(1) {
	display:none;
	width:100%;
	vertical-align:top;
}
	
	aside:nth-of-type(2) {
	display:inline-block;
	width:100%;
	vertical-align:top;
}

.bild {
	padding-top:0rem;
	padding-bottom:1rem;
}


h1 {
	padding-bottom: 0rem;
}


}
/* Ende Responsive */
