/* Stylesheet Bonusrechner VR Bank Mittelfranken West eG
/*
/* INDEX


1.0	Globales
	1.1 Allgemeines
	1.2 Header
	1.3 Footer
	1.4 Navigation
	1.5 Checkboxen
2.0 Tabs
	2.1	Tab 01




*/






/* 1.0 Globales */
/* ************************** */


/* 1.1 Allgemeines */
/* ************************** */
html,
body{
	padding:0px!important;
	margin:0px!important;
}


html{
	background-color: transparent;
    font-family: "Segoe UI", Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #5a5a5a;
	margin: 0px;
    padding: 0px;
    border: none;
    font-size: 100%;
}

@font-face {
    font-family: 'via_sansregular';
    src: url('fonts/latinotype_-_viasans-webfont.woff2') format('woff2'),
         url('fonts/latinotype_-_viasans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body{
	width:100%;
	float:left;
}

.bonusrechner{
	width:960px;
	float:left;
	margin-left:calc(50% - 480px);
	margin-top:20px;
	margin-bottom:20px;
}

a{
	text-decoration: none;
	color:#FF6600;
}

a:hover{
	text-decoration: underline;
	color:#FF6600;
}
ul{
	padding-left:0px;
}



/* 1.2 Header */
/* ************************** */
.bonusrechnerHeader{
	width:100%;
	float:left;
}

.bonusrechnerHEaderLogo{
	background:url('images/logo.png');
	height:42px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left;
	width:50%;
	float:left;
}

.bonusrechnerHEaderSlogan{
	background:url('images/slogan.png');
	height:77px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right;
	width:50%;
	float:left;
	margin-bottom:40px;
}


/* 1.3 Footer */
/* ************************** */
.bonusrechnerFooter{
	width:100%;
	float:left;
	margin-top:40px;
}

.bonusrechnerFooterMenue{
	width:100%;
	float:left;
	font-size:12px;
}

.bonusrechnerFooterMenue li{
	list-style: none;
	float: left;
	margin-left: 12px;
}

.bonusrechnerFooterMenue li:first-of-type{
	margin-left: 0px;
}

.bonusrechnerFooterMenue a{
	margin-right: 12px;
}

.bonusrechnerFooterMenue li:after{
	margin-right:20px;
	content:'|';
}

.bonusrechnerFooterMenue li:last-of-type:after{
	margin-right:0px;
	content:none;
}


/* 1.4 Navigation */
/* ************************** */
.bonusrechnerNavigation{
	width:100%;
	margin-left:0%;
	float:left;
	color:#ff6600;
	font-size:23px;
	line-height:30px;
	font-family: 'via_sansregular';
	margin-top:40px;
}

button{
	border:none;
	color:#ff6600;
	font-size:23px;
	line-height:30px;
	font-family: 'via_sansregular';
	background-color: #ffffff;
	
	
}

.navigationBack{
	width:20%;
	float:left;
	text-align: left;
	cursor:pointer;
}

.navigationForward{
	width:20%;
	float:right;
	text-align: right;
	cursor:pointer;
}

.bonusrechnerMeterOuter{
	background-color:#eeeeee;
	width:60%;
	float:left;
	height:28px;
}

.bonusrechnerMeterInner{
	background-color:#84C008;
	width:20%;
	height:12px;
	margin:8px;
}

.navigationBackPlaceholder,
.navigationForwardPlaceholder{
	width:20%;
	display:none;
	float:left;
	height:20px;
}

/* 1.5 Checkboxen */
/* ************************** */
.bonusrechnerCheckbox{
	width:20px;
	height:20px;
	float:left;
	margin-right:12px;
}

/* 1.6 Inputfelder */
/* ************************** */
input{
	border:none;
	background-color:#eeeeee;
	padding:12px;
	font-size:18px;
	text-align: center;
	width:150px;
	float:left;
}

.inputDevisenZeichen{
	font-family: 'via_sansregular';
	color:#eeeeee;
	font-size:24px;
	width:20px;
	line-height: 44px;
	margin-left:8px;
}

/* 1.7 Buttons */
/* ************************** */
.sumEmpfehlung a{
	padding: 8px 0px 12px 0px;
    border: 1px solid #fff;
    background-color: #FF6600;
    color: #fff;
    width: 200px;
    float: left;
    margin-left: calc(50% - 100px);
	border-radius: 4px;
	margin-bottom: 18px;
}

.sumEmpfehlung a:hover{
	background-color: #005BA9;
}

.sumEmpfehlung p{
	width:100%;
	float:left;
}



/* 1.6 Trenner */
/* ************************** */
.pMitTrennlinie{
	border-bottom:1px solid #eeeeee;
	padding:20px;
	margin:0px;
	float:left;
	width:100%;
}

.pMitTrennlinie label{
	margin-top:8px;
}

/* 2.0 Tabs */
/* ************************** */

.tabHeadline{
	font-family: 'via_sansregular';
    font-size: 26px;
	color:#FF6600;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
	float:left;
    max-width: 960px;
    margin-bottom: 20px;
}

.tabContent{
	float:left;
	width:100%;
	margin-bottom:20px;
	min-height: 456px;
}



/* 2.1 Tab 01 */
/* ************************** */
.bonusrechnerTab01{
	width: 100%;
	float:left;
	display:inherit;
}








/* 2.2 Tab 02 */
/* ************************** */
.bonusrechnerTab02{
	width: 100%;
	float:left;
}





/* 2.3 Tab 03 */
/* ************************** */
.bonusrechnerTab03{
	width: 100%;
	float:left;
}

.bonusrechnerTab03 label{
	width:300px;
	float:left;
}






/* 2.4 Tab 04 */
/* ************************** */
.bonusrechnerTab04{
	width: 100%;
	float:left;
}

.bonusrechnerTab04 label{
	width:340px;
	float:left;
}






/* 2.5 Tab 05 */
/* ************************** */
.bonusrechnerTab05{
	width: 100%;
	float:left;
}








/* 2.6 Tab 06 */
/* ************************** */
.bonusrechnerTab06{
	width: 100%;
	float:left;
}









/* 2.7 Tab 07 */
/* ************************** */
.bonusrechnerTab07{
	width: 100%;
	float:left;
}


.sumDach{
	width:100%;
	height:140px;
	float:left;
	background: url('https://bonusrechner.vr-mfr.de/images/dach.png');
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

.sumDachText{
	width:100%;
	float:left;
	text-align: center;
	color:#ffffff;
	font-family: 'via_sansregular';
    font-size: 48px;
	margin-top:72px;
}

.sumBalkenContainer{
	width:100%;
	float:left;
	padding-top:6px;
}

.sumBalken{
	width:187px;
	margin-right:6px;
	float:left;
	min-height:200px;
	background-color: #FFE9BE;
	border-radius:4px;
}

.sumBalken:last-of-type{
	margin-right:0px;
}

.sumBalkenHeadline{
	width:80%;
	margin-left:10%;
	float:left;
	text-align: center;
	color:#f9b256;
	font-family: 'via_sansregular';
    font-size: 20px;
	margin-top:8px;
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
}

.sumBalkenPunkteContainer{
	width:100%;
	float:left;
	background-color: #f9b256;
	border-radius:4px;
	color:#ffffff;
	text-align: center;
	font-size: 24px;
	font-family: 'via_sansregular';
	height:46px;
	line-height: 42px;
	margin-top:8px;
	margin-bottom:12px;
	font-weight: bold;
}

.sumBalkenBeschreibung{
	width:90%;
	float:left;
	margin-left: 5%;
	display: flex;
	margin-bottom:8px;
	min-height: 180px;
}

.sumFundament{
	width:100%;
	float:left;
	background-color: #FFE9BE;
	border-radius:4px;
	margin-top:8px;
}

.sumFundamentText{
	width:90%;
	margin-left:5%;
	float:left;
	margin-top:12px;
	margin-bottom:12px;
	text-align: center;
}

.sumEmpfehlungen{
	width:100%;
	float:left;
	background-color: #eeeeee;
	border-radius:4px;
	margin-top:8px;

}

.sumEmpfehlung{
	width:90%;
	margin-left:5%;
	float:left;
	margin-top:12px;
	margin-bottom:12px;
	text-align: center;
	border-bottom:1px solid #fff;
}



@media (max-width:1020px){
	.bonusrechner{
		width:680px;
		margin-left:calc(50% - 340px);
	}
	.bonusrechnerHEaderLogo{
		width:40%;
	}
	.bonusrechnerHEaderSlogan{
		width:60%;
	}
	.sumDach{
		height:106px;
	}
	.sumDachText{
		font-size:32px;
		margin-top:58px;
	}
	.sumBalken{
		width:131px;
		min-height:460px;
	}
	
}


@media (max-width:720px){
	.bonusrechner{
		width:94%;
		margin-left:3%;
	}
	.bonusrechnerHeader{
		margin-bottom:32px;
	}
	.bonusrechnerHEaderLogo{
		width:60%;
		margin-left:20%;
	}
	.bonusrechnerHEaderSlogan{
		display:none;
	}
	.tabContent{
		min-height: inherit;
	}
	.sumDach{
		height:100px;
		background-position:center bottom;
	}
	.sumDachText{
		font-size: 24px;
		margin-top: 54px;
	}
	.sumBalken{
		width:100%;
		min-height: inherit;
		margin-bottom:8px;
	}
	.sumBalkenHeadline{
		width:33%;
		display:inherit;
		min-height:inherit;
		margin-top:18px;
	}
	.sumBalkenPunkteContainer{
		width:33%;
	}
	.sumBalkenBeschreibung{
		width:100%;
		min-height: inherit;
		margin-bottom:14px;
	}
	.sumBalkenBeschreibung{
		width: 90%;
	}
	
	
}


@media (max-width:560px){
	.bonusrechnerHEaderLogo{
		width:80%;
		margin-left:10%;
	}
	.bonusrechnerMeterOuter{
		display:none;
	}
	.navigationBack,
	.navigationForward{
		width:50%;
	}
	label{
		width:100%!important;
	}
	.sumDach{
		height:78px;
	}
	.sumDachText{
		font-size: 20px;
		margin-top: 46px;
	}
	.sumBalkenHeadline{
		width:50%;	
	}
}

@media (max-width:420px){
	.sumDach{
		height:58px;
	}

	.sumDachText{
		font-size: 16px;
		margin-top: 32px;
	}

	
	
	
}
	
	
	
	
	
	
	
	
	
	
	