﻿@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;
}

#wrapper {
	position: relative;
	max-width: 51.25rem;
	margin: 1rem auto;
	border: none;
	padding: 0.5rem 0rem;
	background-color: #fff;
	overflow: hidden;	
}

header,article,footer {
padding: 0rem 1.188rem;	
}

p {
	text-align:left;
}

h2+p,h2+ul {
	margin-top:0.308rem;
}

h1 {
    color: #252525;
	font-size:2.192em;
	line-height:1.1em;
}

h1 span {
	font-weight: normal;
}

h2 {
	font-size: 1.531em;
	line-height: 1.231em;
	margin-bottom: 0;
	color: #252525;
}

a:link,a:active,a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}


img {
	max-width:100%;
	height:auto;
	display:block;
}

hr {
	border-top: thin solid #52BA5A;
}


article ul {
	padding-left: 1rem;
}

article ul li {
	padding-bottom:0.2rem;
}

article ol {
	padding-left: 1.6rem;
	list-style-type: disc;
}

article ol li {
	padding-bottom:0.2rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

header img {
	max-width:100%;
	height:auto;
	display:inline-block;
}

header section {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #252525;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top:0.8rem;
	padding-bottom:0.8rem;
}

article h1 {
	margin-bottom: 0;
}

article section:nth-of-type(1) {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #fff;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top:0.8rem;
	padding-bottom:0.8rem;
	margin-bottom:1.5rem;
}

article section:nth-of-type(2) {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #F2F0E9;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top: 0.2rem;
	padding-bottom: 0.8rem;
	margin-bottom:1.5rem;
}

article section:nth-of-type(3) {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #fff;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top:0.2rem;
	padding-bottom:0.8rem;
	margin-bottom:1.5rem;
}
article section:nth-of-type(4) {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #F2F0E9;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top: 0.2rem;
	padding-bottom: 0.8rem;
	margin-bottom:1.5rem;
}

article img {
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:1.5rem;
	padding-top:1.5rem;
}

/* Ende Article */


/* Footer */
footer section {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #F2F0E9;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top: 0.2rem;
	padding-bottom: 0.8rem;
	margin-bottom:1.5rem;
	margin-top:1.5rem;
}

footer p {
	text-align:center;
}

/* Slider */


pre {
	margin-bottom: 0;
}

aside iframe {
	border: none;
	width: 100%;
	height: 28.125rem;
}

/* Ende Sliler */

h6 {
    position: relative;
    height: 0;
    overflow: hidden;
	margin: 0;
    padding-bottom: 50%; 
}
h6 iframe {
    position: absolute;
    width: 100%;
    height: 28.125rem;
    top: 0;
    left: 0;
	border: none;
}

  @keyframes slidy { 
    0% { 
        left: 0%;
    }
    17% {
        left: 0%;
    }
    20% { 
        left: -100%;
    }
    37% {
        left: -100%;
    }
    40% { 
        left: -200%;
    }
    57% {
        left: -200%;
    }
    60% { 
        left: -300%;
    }
    77% {
        left: -300%;
    }
    80% { 
        left: -400%;
    }
    97% {
        left: -400%;
    }
    100% {
        left: -500%;
    }
  }
  
  .slider {
    overflow: hidden;
  }
  
  .slider figure {
    position: relative;
    width: 600%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
  }
  
  figure img {
    width: 16.666666666666668%;
    float: left;
  }
    
    
/* Responsive */
@media only screen and (max-width:40rem) {
	#wrapper {
		border:none;
		margin:0 auto;
	}
	header,article,footer {
		padding: 0rem 0.5rem;		
	}
	
	h1 br {
		display: none;
	}
	
	article h1 {
		font-size: 1.25rem;
	}
}
/* Ende Responsive */