﻿@charset "utf-8";
/* Standard */
:root {
	font-size: 16px;
}

* {
	box-sizing:border-box;
}

html {
	min-height: 100%;
	}
	
body {
	color:#000;
	font-family:Helvetica,Arial,sans-serif;
	font-size:0.813em;
	line-height:1.231em;
}

#wrapper {
	position: relative;
	max-width: 43.75rem;
	margin: 1rem auto;
	border: thin solid #666;
	/* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
	background-color: #fff;
	overflow: hidden;
	padding-left: 1.188rem;
	padding-right: 1.188rem;
	box-shadow: 0 0 22px #666;
}

p {
	text-align: left;
}

h2+p,h2+ul {
	margin-top:0.308rem;
}

h1 {
	text-align: left;
	font-size: 2em;
	line-height: 1em;
	font-weight: 300;
}

h1 span {
  font-size:0.5em;
}

h2 {
	font-size: 1.048em;
	line-height: 1.231em;
	text-align: left;
	margin-bottom: 0;
}

h3 {
	text-align: center;
	font-size: 1.692em;
	line-height: 1em;
	float:right;
}

a:link,a:active,a:visited {
	color: #E2027F;
	text-decoration: none;
}

a:hover {
	color: #E2027F;
	text-decoration: underline;
}

img {
	max-width:100%;
	height:auto;
	display:block;
}

ul {
	padding-left: 2rem;
}

li {
	padding-bottom:0.2rem;
	list-style-type:none;
}


li:before {
	content: "\2022";
	color: #E2027F;
	float: left;
	margin-left: -15px;
	font-size: 1.7em;
}


/* Hebt Float left/right auf */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

/* Ende Standard */


/* Header */
header aside {
    margin-left:-1.188rem;
    margin-right:-1.188rem; 
}

header aside.slideshow {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

header aside.slideshow li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

header aside.slideshow li:first-child {
  position: relative;
  display: block;
  float: left;
}

header aside.slideshow img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* Ende Header */


/* Footer */
footer {
	margin-left: -1.188rem;
	margin-right: -1.188rem;
	background-color: #CCC;
	margin-bottom: 0;
	padding-top: 0.9rem;
	padding-right: 1.188rem;
	padding-bottom: 0.9rem;
	padding-left: 1.188rem;
}

nav {
	margin-bottom: 1rem;
	position: relative;
}

nav iframe {
	border: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 28.125rem;
}

article h2:first-of-type + p {
	margin-top: 0.75rem;
}

/* Responsive */
@media only screen and (max-width:40rem) {
	#wrapper {
		border:none;
		margin:0 auto;
		padding-left:0.5rem;
		padding-right:0.5rem;
	}
	
	h3 {
	text-align: left;
	font-size: 1.692em;
	line-height: 1em;
	float:none;
}

ul {
	padding-left: 1rem;
}
	
	a:link, a:active, a:visited {
	font-size: 1rem;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
	/*
	section {
		width:100%;
		margin:0;
	}
	*/
	
	/*
	aside {
    margin-left:-0.5rem;
    margin-right:-0.5rem;
  }
	*/
	
}
/* Ende Responsive */
