﻿@charset "utf-8";

: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;
	background-color: #F7F7F7;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

#wrapper {
	position: relative;
	max-width: 52.5rem;
	margin: 1rem auto;
	border: none;
	padding: 0.5rem 0rem;
	overflow: hidden;
}

header {
	padding: 0.5rem 2rem;
}

article {
padding: 0rem 2rem;	
}

footer {
	padding: 0.5rem 2rem;
	margin-bottom: -0.5rem;
}

p {
	text-align:left;
}

h2+p,h2+ul {
	margin-top:0.308rem;
}

h1 {
	font-size: 2.731em;
	line-height: 1.1em;
	font-weight: 500;
	color: #5A9CBD;
	padding-bottom:0.5rem;
}

h1 span {
	font-weight: normal;
}

h2 {
	font-size: 1.231em;
	line-height: 1.231em;
	font-weight: normal;
	color: #FFF;
	background-color: #5A9CBD;
	margin-top: 0;
	margin-right: -1.5rem;
	margin-left: -1.5rem;
	padding-top: 0.4rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	padding-bottom: 0.4rem;
}

h3 {
	font-size: 1.231em;
	line-height: 1.231em;
	font-weight: 500;
	color: #5A9CBD;
	margin-bottom:-0.5rem;
}

a:link,a:active,a:visited {
	color: #5A9CBD;
	text-decoration: none;
}

a:hover {
	color: #5A9CBD;
	text-decoration: underline;
}

img {
	max-width:100%;
	height:auto;
	display:block;
}

hr {
	border-top-width: 0.063rem;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	margin-top: 1.5rem;
}

ul {
	padding-left:1rem;
}

li {
	padding-bottom:0.2rem;
}

ol {
	padding-left:1.5rem;
}

ol li {
	padding-bottom:0.2rem;
	list-style-type:none;
	list-style-image:url();
}

ol li:before {
	content: "\25A0";
	color: #5A9CBD;
	float: left;
	margin-left: -20px;
	margin-top:-0.1rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

/*
article section:nth-of-type(1) {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	box-shadow: 0 0 20px #A6A6A6;
	margin-bottom: 1.5rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	padding-bottom:1rem;
}
*/

article section:nth-of-type(1) {
	display:inline-block;
	width:48%;
	vertical-align:top;
	margin-right:1.5rem;
	box-shadow: 0 0 20px #A6A6A6;
	margin-bottom: 1.5rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	padding-bottom:1rem;
}

article section:nth-of-type(2) {
	display:inline-block;
	width:48%;
	vertical-align:top;
	box-shadow: 0 0 20px #A6A6A6;
	margin-bottom: 1.5rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
/*	padding-bottom:7.25rem;*/
}

@media only screen and (max-width:50rem) {
article section:nth-of-type(2) {
	display:inline-block;
	width:48%;
	vertical-align:top;
	box-shadow: 0 0 20px #A6A6A6;
	margin-bottom: 1.5rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	padding-bottom:8.7rem;
}
a:link,a:active,a:visited {
	font-size: 1rem;
}
}


/* Responsive */
@media only screen and (max-width:40rem) {
	#wrapper {
		border:none;
		margin:0 auto;
	}
	header,article {
		padding: 0rem 0.5rem;		
	}
	
	footer {
		padding: 0.5rem 0.5rem;		
	}
	
	article section:nth-of-type(1) {
	width:100%;
	margin-right:0rem;
	padding-bottom:1rem;
}

article section:nth-of-type(´2) {
	width:100%;
	padding-bottom:1rem;
}

h1 {
	font-size: 1.931em;
}

}
/* Ende Responsive */
