@charset "utf-8";
/* CSS Document */
body
{
	background-image: url('/img/background.jpg');
	background-attachment:fixed;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0em;
	padding: 0em;
	color: #292929;
}

h1
{
	font-size: 1.875em;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #292929;
	margin: 0em auto;
	padding: 0.0em 1.25em 0em 0.625em;
}

h2
{
	font-size: 1.250em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #0074bd;
	text-align: left;
	margin: 0em auto;
	padding: 0.5em 1.25em 1.25em 1.25em;
}

h3
{
	font-size: 1.125em;
	line-height: 1.250em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #30597a;
	margin: 0em;
	padding: 0em 1em 1em 1.25em;
}

h3.faq
{
	color: #13650B;
	font-weight: bold;
}

p
{
	line-height: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #2F2E2C;
	margin: 0em;
	padding: 0em 1.25em 1.25em 1.25em;
}

p strong
{
	font-weight: bold;
}

ul
{
	margin: 0px;
	padding: 0px;
}

li
{
	list-style: square;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2F2E2C;
	line-height: 1.75em;
	margin: 0em;
	padding: 0em;
	margin: 0.313em 0em 0.313em 0em;
}

img
{
	width: 90%;
	height: auto;
	max-width: 100%;
}

a:visited, a:link
{
	/*-- text-decoration: none; --*/
	color: #085499;
}

a:hover
{
	color: #f66e10;
}

hr
{
	float: left;
	display:inline-block;
	min-width: 96%;
	width: 98%;
	border-color: #dcdcdc;
	padding: 0;
	margin: 1em 0em 1em 1%;
}

input[type="radio"] {
  transform: scale(1.2); /* Vergrößert alle Radio-Buttons um das 1,5-fache */
  margin: 0.3em 0.7em 0.7em 0.3em; /* Optional: Abstand anpassen */
		font-size: 1em;
}

.vlogo
{
 width: 11em;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 border: solid 1px #e1e1e1;
}

input[type=button] 
{
 background:url("/img/berechnen-button.png");
 text-indent:-9999px;
	width: 126px;
	height: 35px;
 cursor: pointer;
	border: none;
}

.shadow
{
	box-shadow: 2px 2px 5px grey;
	-moz-box-shadow: 2px 2px 5px grey;
	-webkit-box-shadow: 2px 2px 5px grey;
}

.button-berechnen
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	border: solid 0px;
	font-size: 120%;
	padding: 8px 18px 8px 18px;
	background: #2cb01f;
	background: -moz-linear-gradient(top, #4ed840, #1e8a21);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4ed840), to(#1e8a21));
}

.flex {
 	display: flex; 
 	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox | -ms-inline-flexbox;
  display: -webkit-flex;
 }
	
	.flex-row {
  -webkit-box-orient: horizontal; 
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  flex-direction: row;
 }
	
	.flex-column {
  -webkit-box-orient: vertical;
	 -moz-box-orient: vertical;
	 box-orient: vertical;
	 flex-direction: column;
 }
	
	.flex-spacebetween {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
  justify-content: space-between;
 }

/* Header */
header
{
	display: block;
	width: 100%;
	height: 3em;
	max-height: 100px;
	padding: 0px;
	text-align: left;
	margin-top: 3px;
}

header .logo
{
	display: inline-block;
	padding: 0px 5px 4px 5px;
	float: left;
	border: solid 0px #00ff00;
}

img.logo
{
 width: 15em;
}

header .menu-nav
{
	display:inline-block;
	float: right;
	width: 100%;
	padding: 0px 10px 0px 0px;
	border: solid 0px;
}

header .menu-nav ul
{
	display:inline-block;
	float: right;
	margin: 0em;
	padding: 0em;
	font-size: 0.563em;
}

header .menu-nav ul li
{
	display:inline-block;
	font-size: 1.250em;
	margin-left: 5px;
}

header .empfehlungen
{
	display: inline-block;
	float: right;
	border: solid 0px #FF0000;
	padding: 10px 0px 0px 0px;
	width: 70%;
}

header .empfehlungen ul
{
	padding: 0em 0em 0em 0em;
	margin: 0em;
	display:inline-block;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-style: italic;
}

header .empfehlungen ul li
{
	display: inline-block;
	margin: 0em 0em 0em 1.0em;
	font-size: 0.750em;
 height: 30px;
	line-height: 15px;
	color: #626363;
	text-align: center;
	vertical-align: inherit;
	padding-left:35px;
} 

header .empfehlungen ul li.makler
{
	background:url('/img/icons/unabhaengiger-versicherungsmakler.png') left no-repeat;
}

header .empfehlungen ul li.zufriedenheit
{
	background:url('/img/icons/kundenbewertung.png') left no-repeat;
}

header .empfehlungen ul li.rueckruf
{
	background:url('/img/icons/rueckruf-big.png') left no-repeat;
}

header .empfehlungen ul li.telefon
{
	background:url('/img/icons/telefon-orange.png') left no-repeat;
}

header ul li a
{
	font-size: 1em;
	color: #4296da;
	text-decoration: none;
}

.trenner
{
	width: 100%;
	height: 3px;
	background-color: #b6cbdc;
	display: inline-block;
}


/* Content Area */
#main
{
	display: block;
	width: 98%;
	max-width: 1240px;
	background-color: #FFFFFF;
	border-left: solid 1px #b6cbdc;
	border-right: solid 1px #b6cbdc;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

	margin: 1.25em auto;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
}

#main article
{
	display: inline-block;
	width: 78%;
	font-size: 0.875em;
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 0em;
	padding: 0em;
	text-align: left;
}

#main article img
{
	max-width: 560px;
}

#main article ul
{
	margin: 0em 0em 0em 1.250em;
	padding: 0em 0em 0em 2em;
	font-weight: normal;
}

#main article ul li
{
	font-weight: noemal;
	list-style-image: url('/img/icons/point.png');
}

#main article ul.ullink li
{
	list-style-image: url('/img/icons/link-pfeil.gif');
	line-height: 30px;
}

#main article ul.check li
{
 list-style-type : none;
	list-style-image: none;
 background : url('/img/icons/green-check.png') no-repeat center left;
 display : table-columns-group;
 min-height : 25px;
 height: 100%;
	vertical-align : middle;
 padding-left : 30px;
}

.check-img {
	width: 1.5em;
}

#main article ul.check li strong
{
	font-weight: bold;
}


.bnt_book_now {
	background:linear-gradient(to bottom, #488bd0 5%, #1f66af 100%);
	background-color:#2dabf9;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
	font-weight: bold;
}
.bnt_book_now:hover {
	color: #ffffff;
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color:#0688fa;
}
.bnt_book_now:active {
	color: #ffffff;
	position:relative;
	top:1px;
}
.bnt_book_now:visited, .bnt_book_now:link {
	color: #ffffff;
}


.li_corona {
 background-color: #bdffc5;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 5px;
	max-width: 225px;
	font-weight: bold;
 color: #1f71b0;
}


#main aside.left
{
	display: inline-block;
	width: 19.00%;
	margin-right: 1%;
	margin-left: 1%;
	padding: 0em;
	vertical-align: top;
}

#main aside section
{
	margin-bottom: 1.563em;
	background: #FFFFFF;
	border: solid 1px #b6cbdc;
	border-top: solid 0px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#main aside section .title
{
	display: inline-block; 
	width: 100%;
	background: #1f66af;
 background: -moz-linear-gradient(top, #488bd0, #1f66af);
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#488bd0), to(#1f66af));
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
	/*background-image: url('/img/navi-top.png'); */
	height: auto; 
}

#main aside section .title ul
{
	margin: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}

#main aside section .title ul li
{
	list-style-image: url('/img/link.gif');
	font-size: 1.250em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
}

#main aside section h2
{
	font-size: 1em;
	color: #0074bd;
	margin: 0em;
	padding: 0em;
}

#main article h2
{
	padding: 1em 1em 1em 1em;
}

#main aside section ul
{
	font-size: 0.813em;
	padding: 0.750em 1.5em 1.25em 2.25em;
}

#main aside section ul li
{
	list-style-image: url('/img/link2.gif');
	line-height: 1.750em;
}

#main aside section ul li a
{
	color: #185491;
	font-size: 1em;
	text-decoration: none;
}

#main aside section ul li a:hover
{
	color: #f77a23;
}

/*##################### Corona-Blöcke #################################*/
.corona-con {
 padding: 1em;
	margin: 1.25em 0em 0em 1.25em;
	background-color: #f2fff4;
	border-radius: 5px;
	border: solid 1px #bdffc5;
}

.corona-con-h2 {
	padding: 0em 0em 1em 0em;
}

/*##################### Kundemneinung Navi #################################*/
aside section ul#kunden
{
	padding: 1em;
	margin: 0px;
	line-height: 30px;
}

aside section ul#kunden li
{
	margin: 0px 0px 0px 0px;
	list-style-image: none;
	list-style: none;
 height: 35px;
	padding-left: 35px;
}

aside section ul#kunden li.tel
{
	list-style-image: none;
	line-height: 40px;
	background:url('/img/icons/telefon-blue.png') left no-repeat;
	font-size: 1.5em;
	font-weight: bold;
}

aside section ul#kunden li.mail
{
	list-style-image: none;
	line-height: 40px;
	background:url('/img/icons/mail.gif') left no-repeat;
	font-weight: bold;
}

aside section ul#kunden li.rueck
{
	list-style-image: none;
	line-height: 40px;
	background:url('/img/icons/rueckruf.png') left no-repeat;
}

aside section ul#kunden li.team
{
	list-style-image: none;
	line-height: 40px;
	background:url('/img/icons/team.gif') left no-repeat;
}

aside section ul#kunden li.zeit
{
	list-style-image: none;
	line-height: 40px;
	background:url('/img/icons/oeffnungszeiten.png') left no-repeat;
}

#main .nav-left
{
	display: none;
}


.ohne-sb
{
	color: #1A860E;
}

.sb
{
	color: #EB0000;
}

.rrv_mobile_bnt {
	display: none;
}

/*########################## Werbeblöcke Starseite #######################*/

#werb-con
{
	display: table;
	height: 100%;
	margin-left: 1.25em;
}

#werb-con .con-td
{
 display: table-cell;
	padding-right: 0.5em;
}

#werb-con .td-shadow
{
 padding-right: 0em; box-shadow: 2px 2px 5px grey;	-moz-box-shadow: 2px 2px 5px grey; -webkit-box-shadow: 2px 2px 5px grey;
 -webkit-border-radius: 3px;
 -webkit-border-top-left-radius: 0;
 -webkit-border-top-right-radius: 0;
 -moz-border-radius: 3px;
 -moz-border-radius-topleft: 0;
 -moz-border-radius-topright: 0;
 border-radius: 3px;
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}

#werb-tabelle
{
 display: table;
	height: 100%;
 border-collapse: separate;
 border-spacing: 0px 0px;
}
	
#werb-tabelle .tr
{
	display: table-row;
}

#werb-tabelle .title
{
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.036em;
	vertical-align: middle;
}

#werb-tabelle .rrv
{
	background: #2cb01f;
 background: -moz-linear-gradient(top, #52d048, #2cb01f);
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52d048), to(#2cb01f));
}

#werb-tabelle .akv
{
	background: #e06917;
 background: -moz-linear-gradient(top, #ff7110, #e06917);
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7110), to(#e06917));
}
	
#werb-tabelle .td
{
	padding: 10px;
 border-color: #b6cbdc;
 border-left: 1px solid #b6cbdc;
 border-right: 1px solid #b6cbdc;
 display: table-cell;
 width: 450px;
}

#werb-tabelle .td .table
{
 border: solid 0px;
	width: 100%;
	display: inline-table;
}

#werb-tabelle .td .table .td
{
 border: solid 0px;
	padding: 0px;
	text-align: right;
	width: 50%;
	display: table-cell;
}
	
#werb-tabelle .foot
{
	border-bottom: solid 1px #b6cbdc;
	-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 0;
border-radius: 3px;
border-top-left-radius: 0;
}

/*############################### Startseite vers-blöcke ############################*/

#vers-block
{
	display: block;
	border: solid 0px;
}

#vers-block .block
{
	display: inline-block; width: 230px; 
	border: solid 1px; 
	padding: 5px;
	margin-bottom: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-color: #b6cbdc;
}

#vers-block .block .inblock
{
	float: left;
	min-height: 600px;
}

#vers-block .block .inblock h3
{
	margin: 0px;
	padding: 5px 0px 0px 5px;
}

#vers-block .block .inblock .text
{
	padding: 8px;
}

#vers-block .block .foot
{
	float: right;
	padding: 5px 0px 5px 5px;
}

/*####################################### RRV Rechner Klein ##########################*/
#rrv-rechner-con
{
	padding: 0px 0px 0px 15px;
	display: block; width: 100%;
}

#rrv-rechner-con .box-left
{
	display: inline-block;
	width: 50%;
}

#rrv-rechner-con .box-right
{
	display: inline-block;
	padding: 0px 0px 0px 20px;
}

/*################################## Vergleichstabellen ################################*/
table.tarif_vergleich
{
	background-color: #f0f4fa;	
	color: #606060;	
	font-size: 0.875em;	
	width: 98%;
	border-top: solid 1px;	
	border-bottom: solid 1px;	
	border-color: #dddddd; 
	margin: 0em 1% 3% 1%;
}

table.tarif_vergleich tr.title
{
	text-decoration: underline;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.tarif_vergleich .left
{
	padding-left: 5px;
	text-align: left;
}

table.tarif_vergleich td
{
	vertical-align: top;
	border-top: solid 1px;
	border-right: solid 1px;
	border-color:#dddddd;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	text-align: center;
}


/* ########################### Rechner Vergleich ######## */

 table.rrv-vergleich
	{
		width: 100%;
		border: solid 1px #b6cbdc;
		font-size: 90%;
		text-align: center;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		margin-bottom: 2em;
	}
	table.rrv-vergleich tr.title
	{
		font-weight: bold;
		background: #2cb01f;
  background: -moz-linear-gradient(top, #52d048, #2cb01f);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52d048), to(#2cb01f));
		height: 34px;
		color: #FFFFFF;
	}
	table.rrv-vergleich tr.title-fehler
	{
		font-weight: bold;
		background-image: url('/img/fehler-top.png');
		height: 34px;
		color: #FFFFFF;
		font-size: 120%;
	}
	
	.akv-point-pad {
	 width: 100%;
		padding-top: 0.5em;
	}
			
	.con-rechner-table
	{
		display: block;
	}
	
	.con-rechner-table-box
	{
		display: inline-block;
		width: 48%;
	}
	
	#rechner-table
	{
		display: table;
		width: 100%;
		border: solid 1px #b6cbdc;
		border-top: solid 0px;
		font-size: 90%;
		width: 100%;
		margin-bottom: 2em;
	}
			
			#rechner-table .title
			{
				display: table-caption;
				border: solid 1px #b6cbdc;
				caption-side: top;
				text-align: center;
				background: #2cb01f;
				background: -moz-linear-gradient(top, #52d048, #2cb01f);
				background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52d048), to(#2cb01f));
				color: #FFFFFF;
				font-weight: bold;
				height: 34px;
				font-size: 110%;
				vertical-align: middle;
				line-height: 35px;
			}
			
			#rechner-table .color-rrv
			{
				background: #2cb01f;
				background: -moz-linear-gradient(top, #52d048, #2cb01f);
				background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52d048), to(#2cb01f));
			}
			
			#rechner-table .color-akv
			{
				background: #e06917;
				background: -moz-linear-gradient(top, #ff7110, #e06917);
				background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7110), to(#e06917));
			}
			
			#rechner-table .color-suche
			{
				background: #f37d2d;
				background: -moz-linear-gradient(top, #f3863c, #f37d2d);
				background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3863c), to(#f37d2d));
			}
			
			#rechner-table .tr
			{
				display: table-row;
			}
			
			#rechner-table .td
			{
			 display: table-cell;
				width: 30%;
				border: solid 0px;
				vertical-align: top;
			}
			
			.rechner-show-contact {
			 display: none;
			}

/*############################## AKV Rechner ######################*/
#rechner-table-akv
{
 display: table;
	border: solid 1px #b6cbdc;
	-webkit-border-bottom-right-radius: 3px;
 -webkit-border-bottom-left-radius: 3px;
 -moz-border-radius-bottomright: 3px;
 -moz-border-radius-bottomleft: 3px;
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
	border-top: solid 0px;
	font-size: 90%;
	min-width: 30em;
	width: 100%;
	margin: 0px;
}
			
#rechner-table-akv .title
{
 display: table-caption;
	border: solid 1px #b6cbdc;
	-webkit-border-top-left-radius: 3px;
 -webkit-border-top-right-radius: 3px;
 -moz-border-radius-topleft: 3px;
 -moz-border-radius-topright: 3px;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
	caption-side: top;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	height: 34px;
	font-size: 110%;
	vertical-align: middle;
	line-height: 35px;
}

#rechner-table-akv .akv
{
	background: #e06917;
 background: -moz-linear-gradient(top, #ff7110, #e06917);
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7110), to(#e06917));
}

#rechner-table-akv .rrv
{
 background: #2cb01f;
 background: -moz-linear-gradient(top, #52d048, #2cb01f);
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52d048), to(#2cb01f));
}
			
			#rechner-table-akv .tr
			{
				display: table-row;
			}
			
			#rechner-table-akv .td
			{
			 display: table-cell;

				border: solid 0px #FF0000;
				vertical-align: top;
				padding: 0em 0em 0em 3em;
			}
			
			#rechner-table-akv .td table tr td
			{
				padding: 0.5em;
			}
			
			#akv-con
			{
				display: table;
				width: 98%;
				border: solid 0px;
				margin: 0em 0em 1.25em 1.25em;
			}
			#akv-con .tr
			{
				display: table-row;
			}
			#akv-con .td
			{
				display: table-cell;
				border: solid 0px #00FF00;
				width: 50%;
				vertical-align: top;
			}
			
				/*############ Vergleichsrechner Container #############*/
				.calc-con-box {
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;

  width: 100%;
  padding: 0px;
  float: left;
  margin: 1em 0em 1em 1.4em;
  border: 1px solid #aaa;
}

.calc-con-box .con {
	width: 100%;
}

.calc-con-box .title-box {
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.title-box .title-padding {
	padding: 1em;
}

.title-box-rrv {
	background: #2cb01f;
	background: -moz-linear-gradient(top, #52d048, #2cb01f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52d048), to(#2cb01f));
}

.title-box-akv {
	background: #e06917;
	background: -moz-linear-gradient(top, #ff7110, #e06917);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7110), to(#e06917));
}

.content-box-justify {
 justify-content: center;
	align-items: center;
}
.calc-con-box .content-box {
	padding: 1em;
}

.calc-tbl td {
 padding: 0.5em;
	font-size: 90%;
}

.content-box form input[type=text]{
 padding: 0.35em;
}

/*########################### Versicherer Vergleichsseiten ###############################*/
.logo-right
{
	float: right;
	padding: 5px 5px 10px 5px;
	margin: 0em 0em 1.25em 1.25em;
	width:160px;
	text-align: center;
	border: solid 1px #d4d3d3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#infobox
				{
					border: solid 1px #d4d3d3;
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
					margin-left: 1.25em;
					padding: 10px;
					margin-bottom: 10px;
					line-height: 2em;
				}
				
				#infobox .box-img
				{
					float: right;
					margin-right: -21px;
					margin-top: -15px;
				}
				
				#infobox h3
				{
					font-weight: bold;
					padding-left: 0px;
				}
				
				#infobox h3.info
				{
					color: #035198;
				}
				
				#infobox h3.preis
				{
					color: #006600;
				}
				
				#infobox h3.wichtig
				{
					color: #EB0000;
				}
				
				#infobox h3.kontakt
				{
					color: #0074bd;
				}
				
				#infobox h4
				{
					color: #0074d2;
					margin: 0px 0px 10px 0px;
				}
				
				#infobox .vblock
   	{
	   	display: table-cell;
   	}
				
				#infobox .vnone
   	{
		   display: none;
   	}
				
				#infobox.tipp
				{
					margin-top: 40px;
				}
				
/*############################### UNSERER TIPP Box #########################*/
    #infobox.tipp .con-box
				{
					display: block;
					vertical-align: top;
					border: solid 0px;
				}
				
				#infobox.tipp .tipp-box
				{
					margin: -30px 0px 0px -20px;
					display: inline-block;
					width: 20%;
					vertical-align: top;
				}
				
				#infobox.tipp .text-box
				{
					display: inline-block;
					width: 60%;
					vertical-align: top;
				}
				
				#infobox.tipp .img-box
				{
					text-align: right;
					display: inline-block;
					width: 20%;
				}

/*############################## Tabelle Vergleich #####################*/
				table.vergleich
				{
					width: 100%;
					margin: 10px 0px 20px 0px;
				}
				
				table.small
				{
					margin-left: 1.25em;
					width: 98%;
				}
				
				table.vergleich tr.vhead
				{
					height: 30px; 
					font-weight: bold;
				}
				
				table.vergleich tr.vmiddle
				{
					height: 35px;
				}
				
				table.vergleich tr.vsingle
				{
					background-color: #eff6fa;
				}
				

table.vergleich tr.vfamilie
{
	background-color: #dae7ef;
}

table.vergleich tr.vsenior
{
	background-color: #cadce7;
}

table.vergleich td
{
	border-bottom: solid 1px;
	text-align: center;
	padding: 0.5em 0.188em 0.5em 0.188em;
}

table.vergleich td.vleft
{
	text-align: left;
}

table.vergleich td.vsb
{
	background-color: #ebc0c0;
}

table.vergleich td.vohne-sb
{
	background-color: #caebc0;;
}



/*################################### Produktseite ############################################*/

table.prod-con
{
	margin: 0em 1.25em 1.25em 1.25em;

	display: inline-block;
	border: solid 1px #b6cbdc;
	-webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

table.prod-con td
{
	padding: 5px;
}


/*-- Tool Tipp --*/
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.versicherer-logo
{
	width: 12em;
}

.rrv-rechner-box
	{
		display: inline-block;
		vertical-align: top;
		width:33%;
	}

/*################## infoboxen Vergleichsseiten #################*/


/* footer */
footer
{
	display: block;
	background: #2F2C2C;
	text-align: center;
}

footer ul
{
	display: block;
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin: 0px auto;
}

footer ul li
{
	display: inline;
	font-size: 0.8em;
	line-height: 2.8em;
	color: #E2DBDB;
	padding: 0em 0.625em 0em 0.625em;
}

footer ul li a:visited, footer ul li a:link
{
	color: #E2DBDB;
}

footer ul li a:hover
{
	color: #f66e10;
}

/*################################## Responsive Table #########################*/
table.respon
{
 display: table;
 width: 98%;
	margin-left: 1.25em;
	margin-bottom: 1.25em;
}

  table.respon thead {
    display: table-header-group;
  }

  table.respon thead tr.title {
			background-color: #FFFFFF;
    position: static;
    top: auto;
    left: auto;
  }

  table.respon tbody {
    display: table-row-group;
  }
				
		table.respon tr:nth-child(even) {
			background-color: #eff6fa;
   display: table-row;
  }
		
		table.respon tr:nth-child(odd) {
			background-color: #dae7ef;
   display: table-row;
  }

  table.respon th, table.respon td {
    display: table-cell;
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
				border-bottom: solid 1px;
				text-align: center;
  }
		
		table.respon th, table.respon td h3{
			padding-left: 0;
  }

  table.respon td:before {
    content: "";
    width: auto;
  }
		
	.block
	{
		display: none;
	}
	
	/*############################################################# Kundenmeinung #####################################*/
	#main article .kundenmeinung
	{
	 display: block;
		width: 93%;
		margin: 1em 1em 1em 1.25em;
		padding: 1em;
		border: solid 1px #d4d3d3;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	/*------------------------------------------------------- Tabellarischer Vergleich --------------------------------------------------*/
table.table-v
{
	width: 100%;
	border-left: solid 1px;
	border-top: solid 1px;
}

table.table-v td
{
	padding: 5px;
	border-right: solid 1px;
	border-bottom: solid 1px;
}

/*################################################### Startseite Versicherungs Kästen ######################*/
.vers-kasten
{
	float: right;
	border: solid 1px #b6cbdc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	padding: 1em 0.5em 1em 0.5em;
	font-size: 90%;
	margin: 0em 1em 1em 1em;
}

/*################################################# Mobile style ############################################*/

@media screen and (max-width: 1160px)
{
	#main article
	{
		width: 75%
	}
	
	#main aside.left
 {
 	width: 22%;
 }
}

@media screen and (max-width: 1000px)
{
	body
	{
		font-size: 90%;
	}
	
	#main article
 {
	 width: 70%;
		max-width: 100%;
 }

 #main aside
 {
		min-width: 27%;
 }
	

		
	header .empfehlungen
	{
		width: 60%;
 }
	
	header .empfehlungen ul li.makler
 {
 	display: none;
 }
	
	#werb-con
 {
 	display: block;
		margin-left: 15px;
 	width: 97%;
 	border: solid 0px;
 }

 #werb-con .con-td
 {
  display: block;
 	width: 100%;
		margin-bottom: 10px;
 }

 #werb-tabelle .td
 {
  width: 100%;
 }
	
	.con-rechner-table-box
	{
		display: block;
		width: 100%;
	}
	
	#rechner-table .kontakt
	{
	 display: none;
	}
	
	/*##################################### Responsive Table #############################*/
	table.respon,
table.respon thead,
table.respon tbody,
table.respon th,
table.respon td,
table.respon tr:nth-child(odd),
table.respon tr:nth-child(even) {
  display: block;
  overflow: hidden;
}

table.respon
{
	width: 94%;
}

table.respon thead tr.title {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

table.respon tr:nth-child(odd) {
		margin-bottom: 0.5em;
		border: solid 1px;
}

table.respon tr:nth-child(even) {
		margin-bottom: 0.5em;
		border: solid 1px;
}

table.respon td {
	text-align: left;
 padding: 5px 5px 5px 5px;
	border-bottom: solid 0px;
}
table.respon td:before {
  content: attr(data-label) ": ";
  display: inline-block;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
}

table.small
	{
		width: 96%;
	}
	
/*############################## AKV Rechner ######################*/
				#akv-con
			 {
					width: 97%;
				}
				#akv-con .none
			 {
					display: none;
			 }
				.tarif-none
				{
					display: none;
				}
				.abschluss-none
				{
					display: none;
				}
				.rechner-show-contact {
			  display: block;
			 }
				
				/*################################### Produktseite ############################################*/

 table.prod-con
 {

 }
	
	/*############################################################# Kundenmeinung #####################################*/
	#main article .kundenmeinung
	{
		width: 92%;
	}
	
	/*############ Vergleichsrechner Container #############*/
	.calc-con-wrap {
		-webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
			padding: 1em;
	}
	
	.calc-con-box {
		margin: 1em 0em 1em 0em;
	}
}

@media screen and (max-width: 800px)
{
	body
	{
		font-size: 90%;
	}
	
	#main article
 {
	 width: 67%;
		max-width: 100%;
 }

 #main aside
 {
		min-width: 30%;
 }
		
		header .empfehlungen ul li.rueckruf
 {
 	display: none;
 }
	
	.none
	{
		display: none;
	}
	
	.block
	{
		display: block;
	}
	
	/*########################### Versicherer Vergleichsseiten ###############################*/
	
	.logo-right
 {
		float: none;
		display: block;
		width: 94%;
		margin: 0em 1.25em 1.25em 1.25em;
 }
	
	.logo-right img
 {
		width: 12em;
 }
				
	#infobox
	{
	 margin-right: 1em;
	}
	
	#infobox .vblock
	{
		display: none;
	}
	
	#infobox .vnone
	{
		display: table-cell;
	}
	
	/*############################## AKV Rechner ######################*/
				#akv-con
			 {
					width: 95%;
				}
				.alter-none
				{
					display: none;
				}
				.leistung-none
				{
					display: none;
				}
				.land-none
				{
					display: none;
				}
				
 /*############################################################# Kundenmeinung #####################################*/
	#main article .kundenmeinung
	{
		width: 88%;
	}
	
	.vers-kasten
{
	float: none;
}
}

@media screen and (max-width: 768px)
{
	body
	{
		font-size: 82%;
	}
	
	#main article
 {
	 width: 64%;
		max-width: 100%;
 }

 #main aside
 {
		min-width: 33%;
 }
	
	#werb-tabelle
 {
 	width: 98%;
 }

	#rechner-table
	{
		display: block;
	}
	
	#rechner-table .title
	{
	 display: block;
	}
		
	#rechner-table .tr
	{
		display: block;
	}
		
	#rechner-table .td
	{
	 display: block;
		width: 100%;
	}
			
	#rechner-table .kontakt
	{
	 display: none;
	}
	
/*############################### UNSERER TIPP Box #########################*/			
				#infobox.tipp .tipp-box
				{
					width: 25%;
				}
				
				#infobox.tipp .text-box
				{
					width: 75%;
				}
				
				#infobox.tipp .img-box
				{
					text-align: center;
					display: block;
					width: 100%;
				}
				
 aside section ul#kunden li.mail
 {
	 font-weight: normal;
 }
	aside section ul#kunden li.mail a
 {
	 font-weight: normal;
 }
}

@media screen and (max-width: 600px)
{
	#main aside.left, #main article
	{
		width: 100%;
		display: block;
		margin: 0.625em 0em 0.625em 0em;
	}
	
	#main article
 {
	 font-size: 1em;
	 font-weight: normal;
 }
	
	#main article p
 {
	 font-weight: normal;
 }

	body
	{
		font-size: 80%;
	}
	
	header
 {
 	text-align: left;
 	line-height: 2.5em;
 }
	
	header .menu-nav
 {
	 display: none;
	}
	
	header .logo
	{
		padding-top: 10px;
		border: solid 0px;
	}
	
	img.logo
	{
		width: 13em;
	}
					
	.rrv_mobile_bnt {
		display: block;
	}
	
	.akv-point-pad {
		padding-top: 1em;
	}
	
	header .empfehlungen
	{
	 display: inline-block;
	 float: right;
	 border: solid 0px #FF0000;
	 width: 36%;
	 padding: 20px 5px 5px 0px;
 }
	
	header .empfehlungen ul li
 {
 	margin: 0em 0em 0em 0em;
 	padding-left: 30px;
		font-weight: bold;
 }
	
	header .empfehlungen ul li.makler
 {
 	display: none;
 }
	
	header .empfehlungen ul li.zufriedenheit
 {
 	display: none;
 }
	
	header .empfehlungen ul li.rueckruf
 {
 	display: none;
 }
	
	header .empfehlungen ul li.telefon
 {
 	background:url('/img/icons/telefon-orange.png') left no-repeat;
 }

 header ul
 {
 	text-align: left;
 }
	
	#main aside.left
	{
		display: none;
	}
	
	#main aside.right
	{
		display: block;
		width: 100%;
	}
	
	#werb-tabelle
 {
 	width: 100%;
 }
	
	nav
	{
		display: none;
		height: auto;
	}
	nav ul li
	{
		display: block;
		margin: 0.3em 0em 0.3em 0em;
	}
	

	
	#rrv-rechner-con
 {
 	display: block;
 	width: 94%;
 }
	
	#rrv-rechner-con .box-left
 {
 	display: block;
 	width: 100%;
 }

 #rrv-rechner-con .box-right
 {
 	display: block;
 	padding: 0px;
		width: 100%;
 }
	
	table.rrv-rechner td.tipp
	{
		display: none;
	}
	
	.versicherer-logo
 {
 	width: 9em;
 }
	
	.rrv-rechner-box
	{
		display: block;
		width: 100%;
	}
	
	#werb-con
 {
 	display: block;
 	width: 97%;
		margin-left: 5px;
 }
	
	table.small
	{
		width: 94%;
	}
			
	/*########################### Versicherer Vergleichsseiten ###############################*/
	.logo-right
 {
		width: 89%;
 }
	
	/*################################### Produktseite ############################################*/

 table.prod-con
 {

 }
	
	/*############################## AKV Rechner ######################*/
				#akv-con
			 {
					width: 93%;
				}
				
				
				table.table-v
				{
					font-size: 70%;
				}
				
				.prod_overview_con {
					-webkit-box-orient: vertical;
					-moz-box-orient: vertical;
					box-orient: vertical;
					flex-direction: column;
				}
			 .prod_overview_txt {
					order: 2;
				}
				.prod_overview_logo {
					order: 1;
				}
}