@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(0,0,0);
	background: rgb(255,255,255) url(images/bg.png) repeat-x left top;
}

#wrap {
	width: 100%;
	float: left;
}
header {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
div#logobox {
	color: rgb(0,27,81);
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding: 10px 0 10px 10px;
}
div#logobox a{
	color: rgb(0,27,81);
	text-decoration: none;
}
div#logobox div#logo {
	font-size: 28px;
	font-weight: bold;
	float: left;
	width: 100%;
}
div#logobox div#description {
	font-size: 16px;
	font-weight: normal;
	float: left;
	width: 100%;
}
section#content {
	width: 100%;
	float: left;
	padding: 125px 10px 10px 10px;
	box-sizing: border-box;
	background: rgb(255,255,255) url(images/op.jpg) no-repeat left top;
}
#risiko {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	line-height: 150%;
}
#risiko h3{
	margin-top: 0;
	line-height: 100%;
}
#risiko img#diagramm {
	float: left;
	margin: 0 0 10px 0;
	
}
#testsieger {
	width: 100%;
	min-height: 107px;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0;
	background-color: rgb(255,255,255);
	background-image: url(images/zufriedene_kunden.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

div#incentives{
	width: 100%;
	float: left;
	padding: 10px 0px;
	box-sizing: border-box;
}
div#incentives span{
	width: 100%;
	float: left;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 150%;
}
div#incentives span:before {
	content: "\f058";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 5px;
	font-size: 14px;
}
#formular {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
#logos {
	height: 65px;
	width: 100%;
	float: left;
	background: url(images/logos.png) no-repeat center 10px;
}
footer {
	text-align: center;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	float: left;
	background: rgb(206,211,222);
	color: rgb(100,100,100);
	font-size: 12px;
}
footer a{
	color: rgb(100,100,100);
}

@media only screen and (min-width: 580px) {
	#wrap {
		width: 660px;
		margin: 0 auto;
		float:none;
	}
	#testsieger {
		background-color: transparent;
		background-image: url(images/zufriedene_kunden.png);
		background-repeat: no-repeat;
		background-position: 120px 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0;
		min-height: 94px;
	}
	section#content {
		padding: 10px 30px 10px 30px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
		border-radius: 8px 8px 8px 8px;
		-moz-border-radius: 8px 8px 8px 8px;
		-webkit-border-radius: 8px 8px 8px 8px;
		border: 0px solid #000000;
		background: rgb(255,255,255) url(images/op.jpg) no-repeat left top;
	}
	div#incentives {
		padding-left: 120px;
	}
	#formular {
		width: 600px;
	}
	footer {
		width: 90%;
		margin: 0 5% 20px 5%;
		border-radius: 0px 0px 8px 8px;
		-moz-border-radius: 0px 0px 8px 8px;
		-webkit-border-radius: 0px 0px 8px 8px;
	}
	#risiko img#diagramm {
		float: left;
		margin: 0 10px 10px 0;
	}
}

