/***********************
***** GLOBALS **********
***********************/

.header, .menu, .footer, .content .right .menuRight{display: none;}
.content{margin-top:0;}
.content .ciHeadline{background:none;}
.content .ciHeadline h1{padding:0; color:#333333;}
.content .ciHeadline .ciCorner{background:none;}
.noprint{display:none;}
.printContent{display:block; font-size:16px; margin-top:10px;}
.printContent strong{padding-right:5px;}
.customSlider{display:none;}
.input strong.label{display:none !important;}


/*********************************
***** Inflationsrechner **********
*********************************/

.inflation-tool .fund1 .marker:before{
	content: " ";
	border-top: 1x solid #B2BFDA;
	border-right:25px solid #B2BFDA;
	height:0px;
	width:0px;
}

.inflation-tool .fund2 .marker:before{
	content: " ";
	border-top: 1x solid #3E60A2;
	border-right:25px solid #3E60A2;
	height:0px;
	width:0px;
}

.inflation-tool .fund1.inflation .marker:before{
	content: " ";
	border-top: 1x solid #7C92C0;
	border-right:25px solid #7C92C0;
	height:0px;
	width:0px;
}
.inflation-tool .fund2.inflation .marker:before{
	content: " ";
	border-top: 1x solid #123D8E;
	border-right:25px solid #123D8E;
	height:0px;
	width:0px;
}

.inflation-tool .left{
	padding:0 30px 0 0;
}

.inflation-tool .left .title{
	display:none;
}

.inflation-tool .left .hr{
	display:none;	
}


/*********************************
***** Zinseszinsrechner  *********
*********************************/

.zinsRechner .input{
	padding:0 30px 0 0 !important;
}

#chart-bar .colmnValue{
	color:#000000 !important;
}

.zinsRechner .input .investment{
	display:none;	
}
.zinsRechner .hr{
	display:none;
}

.zinsRechner .row.investment .marker{
	border-right:12px solid #1B4492;
	width:0;
	height:10px;
}
.zinsRechner .row.interest .marker{
	border-right:12px solid #5970B0;
	width:0;
	height:10px
}
.zinsRechner .row.compoundInterest .marker{
	border-right:12px solid #B2C0DA;
	width:0;
	height:10px
}

/*********************************
***** Investmenttool  ************
*********************************/

.investment-tool .box-chart .page .left{
	padding:0 0 0 0 !important;
	width:325px;
}

.investment-tool .btn.btn-calculate{
	display:none;
}

.investment-tool .input-row{
	display:none;
}
.investment-tool .input-row.radio-box{
	display:block;	
}

.investment-tool .box-chart .page .left .form .form-row.border{
	border:0;
	padding:0;
}

.investment-tool .form-row .title{
	display:none;		
}

.investment-tool .box-chart .nav-tabs li{
	padding:0 20px 0 0;
}

