﻿@charset "UTF-8";
/* PKV Vergleich CSS */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: rgb(255,255,255);
}
#wrap {
	width: 100%;
	float: left;
}
header {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
header a#logo {
	width: 100%;
	text-decoration: none;
	float: left;
	font-size: 36px;
	color: rgb(23,84,156);
	font-weight: bold;
}
headerss a#logo:before {
	content: "\f0f0";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 10px;
	font-size: 44px;
	line-height: 50px;
}
header a#logo span{
	color: rgb(255,138,0);
}
header div#slogan {
	width: 100%;
	float: left;
	color: rgb(110,148,193);
}
section#content {
	width: 100%;
	float: left;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fff),
		color-stop(1, #ccdae9)
	);
	background-image: -o-linear-gradient(bottom, #fff 0%, #ccdae9 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #ccdae9 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #ccdae9 100%);
	background-image: -ms-linear-gradient(bottom, #fff 0%, #ccdae9 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #ccdae9 100%);
}
div#contenthead {
	width: 100%;
	float: left;
	color: rgb(23,84,156);
	padding: 10px;
	box-sizing: border-box;
}
div#contenthead h2{
	font-size: 36px;
	margin: 0;
	padding: 0 0 0px 0;
}
div#contenthead p{
	font-size: 16px;
	margin: 0;
	padding: 5px 0;
	line-height: 130%;
}
div#headtext {
	width: 100%;
	float: left;
}
div#testsieger {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	color: rgb(23,84,156);
}
div#testsieger span.headline{
	width: 100%;
	float: left;
	font-size: 16px;
	height: 25px;
}
div#testsieger img{
	padding-right: 0px;
	margin: 0;
}
div#testsieger img:last-child{
	padding-right: 0px; 
}
div#backimg {
	width: 100%;
	float: left;
	padding: 10px 10px 330px 10px;
	box-sizing: border-box;
	background: url(images/frau.jpg) no-repeat right bottom;
}
div#incentives {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px 10px 20px 10px;
}
div#incentives span{
	width: 100%;
	float: left;
	font-size: 18px;
	color: rgb(23,84,156);
	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: 16px;
}
div#versicherungen {
	width: 100%;
	float: left;
	height: 275px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(images/versicherungslogos2.png) no-repeat center 20px rgb(255,255,255);
}
div#versicherungen p{
	width: 100%;
	display: block;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: rgb(23,84,156);
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
	background-color: rgb(194,210,228);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#formular {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	min-height: 300px;
	background-color: rgb(255,255,255); 
}
footer {
	width: 100%;
	float: left;
	padding: 5px 5px 20px 5px;
	box-sizing: border-box;
}
footer a{
	color: rgb(23,84,156);
}
section.impr {
	padding: 20px;
	box-sizing: border-box;
}

/* Style fürs Formular ab hier */
div#formheadline {
	width: 100%;
	min-height: 40px;
	color: rgb(255,255,255);
	float: left;
	font-size: 18px;
	background-color: rgb(23,84,156);
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
}
div#formularbox {
	width: 100%;
	float: left;
	background: rgb(255,255,255);
	padding: 0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#formular {
	width: 100%;
	box-sizing: border-box;
	min-height: 374px;
	padding: 20px;
	float: left;
	background: rgb(255,255,255);
	font-size: 14px;
	min-height: 200px;
}
#waiting{
	position: relative;
	top: 90px;
	left: 50%;
	margin-left: -23px;
	display: none;
}
#formular input, #formular select{
	border: 1px solid #bdbdbd;
	background: #fff url(img/inputbg.png) repeat-x;
	height: 35px;
	box-sizing: border-box;
	padding: 5px;
	font-size: 14px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 10px;
}
#formular input:focus {
	border: 1px solid #666;
	background: #fff;
}
#formular div.row {
	width: 100%;
	box-sizing: border-box;
	float: left;
}
#formular label {
	float: left;
	font-size: 12px;
}
div.big {
	width: 100%;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0;
}
label.big {
	width: 100%;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0;
}
.anrede{
	width: 100%;
	box-sizing: border-box;
	float: left;
}
.hausnummer{
	width: 100%;
	box-sizing: border-box;
	float: left;
}
#hausnummer{
	width: 100%;
	box-sizing: border-box;
	float: left;
}
.vorname {
	width: 100%;
	box-sizing: border-box;
	float: left;
}
#zip {
	width: 100%;
	box-sizing: border-box;
}
#strasse {
	width: 100%;
	box-sizing: border-box;
	float: left;
}
#tag, #monat {
	margin-right: 5px;
	float: left;
}
#fname, #city, #address {
	width: 100%;
	box-sizing: border-box;
	float: left;
}
#sname, #email, #phone {
	width: 100%;
	box-sizing: border-box;
}
#beruf, #anlagesumme {
	width: 100%;
	box-sizing: border-box;
}
#submitbutton {
	border: 1px solid rgb(192,108,9);
	width: 200px;
	height: 35px;
	color: #fff;
	font-size: 18px;
	float: left;
	margin: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: -1px -1px 0px #375870;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(255,138,0);
	background: linear-gradient(rgb(255,138,0) , rgb(192,108,9));
	background: -webkit-linear-gradient(rgb(255,138,0) , rgb(192,108,9)); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(rgb(255,138,0) , rgb(192,108,9)); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(rgb(255,138,0) , rgb(192,108,9)); /* For Firefox 3.6 to 15 */
	cursor: pointer;
}
#submitbutton:hover {
	border: 1px solid rgb(192,108,9);
	background: rgb(192,108,9);
	cursor: pointer;
}
.keinewerbung {
	padding: 5px 10px 3px 20px;
	margin: 0px 0 0px 0;
	font-size: 14px;
	background: url(img/check.png) no-repeat left 50%;
	color: #9a1b24;
	float: left;
	font-weight: bold;
}
.secure {
	width: 100px;
	padding: 20px 0 0 25px;
	height: 40px;
	float: left;
	color: #333;
	margin-left: 60px;
	font-size: 11px;
}
.legal {
	color: #666;
	width: 550px;
	float: left;
	margin: 5px 0 15px 0;
	font-size: 11px;
}
.legal a {
	color: #333;
}
.back {
	width: 680px;
	padding: 10px 20px 10px 20px;
	font-size: 18px;
	float: left;
	background: #019251;
	display: block;
	text-decoration: none;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.back:hover {
	background: #767e19;
}
#datenschutz, #risiko {
	display: none;
    background: #fff;
    left: 50%;
	margin-left:-250px;
	top: 100px;
    position: fixed;
    width: 500px;
	height: 600px;
    z-index: 3;
	padding: 20px;
}
.content_popup {
	overflow: scroll;
	height: 580px;
}
.close {
	float: right;
}
#overlay{
    display: none; 
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); 
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8)));     
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);     
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);     
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);     
    : radial-gradient(ellipse at center,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);     
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#80000000',GradientType=1 );   
    width: 100%;   
    height: 100%;   
    position: fixed;   
    z-index: 2;   
    top: 0px; 
}

#result {
	width: 100%;
	float: left;
}
#success, #error {
	
}
.trustlink {
	width: 150px;
	display: block;
	margin: 10px 0 10px 50px; 
	height: 35px;
	float: left;
	color:#333;
	text-decoration: none;
	background-repeat: no-repeat;
}
.tuev {
	background-image: url(img/tuev.png);
	background-position: 80px top;
	font-size: 12px;
}
.beratung {
	background-image: url(img/check.png);
	background-position: 80px 50%;
	font-size: 12px;
}



@media only screen and (min-width: 840px) {
	#wrap {
		width: 900px;
		float: inherit;
		margin: 0 auto;
	}
	header {
		padding: 30px 0 30px 0;
	}
	header a#logo {
		line-height: 50px;
		width: 300px;
	}
	header div#slogan {
		width: 300px;
		line-height: 50px;
		border-left: 1px solid rgb(110,148,193);
		padding: 0 0 0 20px;
		margin: 0 0 0 20px;
	}
	div#incentives {
		width: 545px;
	}

	div#testsieger {
		width: 320px;
		float: left;
	}
	div#versicherungen {
		width: 270px;
		float: right;
		margin-top: -150px;
	}
	div#formularbox {
		width: 600px;
	}
	div#backimg {
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 540px) {
	section#content {
		border: 10px solid #ccdae9;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	div#formular {
		width: 520px;
		margin: 0 auto;
		float: none;
		padding: 10px 0 10px 20px;
	}
	#formular .row {
		width: 500px;
		float: left;
	}
	#formular label {
		float: left;
		font-size: 12px;
	}
	div.big, label.big {
		width: 250px;
		float: left;
		margin: 0;
		padding: 0;
	}
	.anrede{
		width: 68px;
		float: left;
	}
	.hausnummer{
		width: 50px;
		float: left;
		padding-left: 13px;
	}
	#hausnummer{
		width: 55px;
		float: left;
	}
	.vorname {
		width:165px;
		float: left;
	}
	#zip {
		width: 50px;
	}
	#fname, #address {
		width: 165px;
	}
	#city {
		width: 165px;
	}
	#sname, #email, #phone {
		width: 233px;
	}
	#beruf, #anlagesumme {
		width: 233px;
		height: 23px;
	}
}


a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #000000;
  background: #FFF;
  height: ;
  padding: 5px;
  line-height: normal;
  text-align: left;
  visibility: hidden;
  border-radius: 0px;
  font-size: 12px;
  border: 2px solid rgb(23,84,156);
}
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid rgb(23,84,156);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  top: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}