@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;

}

body{
	background:transparent;
	color: #616268;
}
.container{width:100%;}
	a{
	color:#f06700;
	text-decoration:none;
}

	a:hover{
	color:#46a3ba;
	/*text-decoration:none;*/
}


.headline{
	margin-bottom:20px;
	}

/*IE8*/		
form{
	display:block\9;
	margin-top:15px\9;
}
/**/		
.berechnung table {
	font-weight: normal; 
	font-size: 14px; 
	color: #616268; 
	text-decoration: none;
	border-collapse: separate;
    border-spacing: 1px 10px;
	}
	
.berechnung td{
	vertical-align:top;
}

.berechnung .fix_tb_left{
	width:130px;
	
}

.berechnung .fix_tb_middle{
	width:213px;
	
}

.berechnung .border {
    border-left: 5px solid #9fd1dd;
    padding: 10px 0px 10px 10px;
    margin-top: 5px;
    height: 30px;
    position: absolute;
}	

select option:hover, option:checked {
  color: #616268; 
  box-shadow: inset 20px 20px #9fd1dd;
  background:#9fd1dd;
}

.form-control {
    display:inline-block;
    width: auto;
}

.form-control:focus {
  border-color: #9fd1dd;
  box-shadow: inset #9fd1dd;
}	

.berechnung .table > tbody > tr > td, .table > tbody > tr > th {
	border-bottom: 1px solid #eee;
	border-top: 0px solid transparent;
	padding:3px 8px 3px 8px;
}

@media screen and (max-width:570px){
.display table td{
	display:table-cell!important;
	float:none; /*IE8*/	
	width:auto; /*IE8*/	
}

	.berechnung h1{
	font-weight: bold;
	font-size:16px;
	line-height:1.5;
	display:inline-block;
	zoom:1\9; /*IE8*/	
	display:inline\9; /*IE8*/	
	vertical-align:middle;
	padding-left: 25px;
}
	
.berechnung td{
	display:block;
	float:left\9; /*IE8*/	
	width:100%;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:8px;
}

.berechnung .spacer{
	margin-top:-16px;
}
	
	.formular_box{
	background: transparent;
		padding: 5px 0px 0px 0px;
}

input[type=radio] {
	transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	margin-right:10px;
	margin-bottom:13px; 
}

input[type=checkbox] {
	transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	margin-right:10px;
}

}
			
@media screen and (min-width:571px){
.berechnung td{
	padding-left:10px;
	padding-right:10px;
}
}




@media screen and (min-width:571px){


.formular_box{
	background: transparent;
	padding: 15px 15px 15px 15px;
	border:2px solid #eee;
}
		
.berechnung h1{
	font-weight: bold;
	font-size:16px;
	line-height:1.5;
	display:inline-block;
	zoom:1\9; /*IE8*/	
	display:inline\9; /*IE8*/	
	vertical-align:middle;
	padding-left: 25px;
}

}

#CalcQ{
	position:absolute;
	visibility: visible;
}
		
#CalcV{
	position:absolute;
	visibility:hidden;
}
		
#CalcD{
	position:relative;
	visibility:hidden;
}
		
#CalcSen{
	visibility: hidden;
}
		
#Button{
	visibility: visible;
}

.btn-default{
	background:#616268;
	padding:10px 25px;
	margin-top:15px;
	color:#fff;
	border-radius:0;
	border-color:transparent;
	font-weight:bold;
	transition: all 0.3s ease 0s;
}

.btn-default:hover{
	background:#ff6e00;
	padding:10px 25px;
	margin-top:15px;
	border-radius:0;
	border-color:transparent;
	color:#fff;
}
		
#Result{
margin-top:50px;
visibility:hidden;
}

/*Rohrtabelle*/

.rohrtabelle table{
	border:4px solid #bbb; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:25px;
}

.rohrtabelle tr{
	background:#fafafa;
}

.rohrtabelle th {
    padding: 3px;
    border: 2px solid #bbb;
}

.rohrtabelle td {
    padding: 3px;
    border: 2px solid #bbb;
}

.rohrtabelle h1{
	font-size:18px;
	text-align:center;
}