/* ******************************************************************************************************	
Cascade Style Sheet by shwmedia.de
Copyright 2014 Stefan Weber
http://www.shwmedia.de
****************************************************************************************************** */	
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
section ul li:nth-child(1) {
	font-size:20px;
}
section ul li:nth-child(2) {
	font-size:14px;
}
section ul li:nth-child(3) {
	font-size:14px;
	margin-bottom: 30px;
}
section ul li:nth-child(1n+4) {
	font-size:14px;
}
body {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	padding: 15px;
	background-color: #0066a6;
}
ul {
	list-style-type:none;
}
section ul li:last-child {
	display: none;
}

@media screen and (min-width: 599px) {
	body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-position:center top;
	background-repeat:no-repeat;
	text-align: left;
	color: #3e454c;
	}
section {
	position:absolute;
	width:100%;
	margin: 0 auto;
	padding: 50px;
	background-color: #fff;
	top: 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
section ul li:nth-child(1) {
	font-size:30px;
}
section ul li:nth-child(2) {
	font-size:22px;
}
section ul li:nth-child(3) {
	font-size:18px;
	margin-bottom: 30px;
}
section ul li:nth-child(1n+4) {
	font-size:14px;
}
li a, li p {
	padding-left: 3px;
	padding-right: 3px;
}
header {
	margin-left: 0px;
	margin-top: 80px;
	padding: 12px 36px 12px 53px;
	display:inline-block;
	background-image:url(trans2.png);
}
header p {
	font-size:42px;
}
a {
	outline: none;
	color: #3E3E3E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
}