body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .8rem;
	/* background: #f4f4f4; */
}

#main {
	margin: 20px 0;
}

/* typography */

.savings_calculator_logistics h2 {
	font-size: 1.1rem;
	color: #009ee0;	
	padding: 0;
	margin: 0;	
} 

.savings_calculator_logistics h2 > span,
.savings_calculator_logistics h2 > a {
	display: block;
	padding: 12px 20px;
	border-bottom: 1px solid #f0f0f0;
}

.savings_calculator_logistics h3 {
	font-size: .8rem;
	font-weight: bold;
   margin: 0 0 10px;
}

.savings_calculator_logistics .form-group + h3 {
	margin-top: 1rem;
}

.primary,
.primary td,
.primary th,
.primary input {
	color: #009ee0;
}

/* form elements */

.savings_calculator_logistics .form-group {
    margin-bottom: 0;
    padding-top:15px;
}

.savings_calculator_logistics fieldset {
	background-color: #fff;
	padding: 0px;
	margin-bottom: 10px;	    
}

.savings_calculator_logistics .fieldsetContent {
	padding: 22px 20px 20px;
	position: relative;
}

.savings_calculator_logistics .form-control-label {
	padding: 5px 10px 5px 0;
}

.savings_calculator_logistics input[type="range"] {
	display: block;
	width: 100%;
	margin: 0;
	padding: 2px 0;
}

.savings_calculator_logistics output {
	padding: 5px 0;
	margin: 0;
  display: inline;
}

.savings_calculator_logistics .col-xs-9.nopadding{padding-left:0px;padding-right:0px;}
.savings_calculator_logistics .output-wrapper {
	opacity: .7;
}

.savings_calculator_logistics .btn-group {
	margin-bottom: 10px;
}

.savings_calculator_logistics .btn-primary {
    color: #fff;
    background-color: #009ee0;
    border-color: #009ee0;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0576A7;
    border-color: #0576A7;
}

/* Accordion */

.savings_calculator_logistics h2 a,
.savings_calculator_logistics h2 a:focus,
.savings_calculator_logistics h2 a:hover {
	text-decoration: none;
}

.savings_calculator_logistics .accordionIndicator {
	display: inline-block;
	transition: transform .3s;
	margin-right: 8px;	
}

.savings_calculator_logistics a[aria-expanded="true"] .accordionIndicator {	
	transform: rotate(90deg);
}

a[aria-expanded="false"] {	
	border-bottom-color: transparent;
}

/* Tables */

.savings_calculator_logistics .table {
	margin-bottom: 0;
}

.table-responsive {
	margin-bottom: 1rem;
}

.table input[disabled="disabled"] {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 62px;
}

.textRight,
.table th,
.table th input,
.table td,
.table td input {
	text-align: right;
}

.table th:first-child,
.table td:first-child {
	text-align: left;
}

.table td:last-child,
.table td:last-child input {
	font-weight: bold;
}

@media (min-width: 900px) {
	.table th,
	.table td {
		width: 20%;
	}
	
	.table th:first-child,
	.table td:first-child {
		width: auto;
	}
}

@media (max-width: 62em) {
	.table {
		font-size: 0.7rem;
	}
}

/* Graphs */

.donut {
	width: 355px;
	height: 355px;
	max-width: 100%;
	margin-bottom: 70px;
}

.donutSum {
	position: absolute;
	top: 50%;
	left: 0;	
	width: 100%;
	max-width: 395px;	
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
	margin-top: -35px;
	padding: 0 70px;
	color: #009ee0; 
}

.donutSum input {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;	
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
}

@media (max-width: 75em) {
	.donutSum input {
		font-size: .8rem;
	}
}

@media (max-width: 48em) {
	.donutSum {
		padding: 0 40px;
	}
	
	.donutSum input {
		font-size: 1.1rem;
	}
}

@media (max-width: 16em) {
	.donutSum input {
		font-size: .6rem;
	}
}

/* sticky */

@media (min-width: 48em) {
	#stickyDonuts {
		position: fixed;
		z-index: 11;
	}
}

/* footer */

footer {
	background-color: #e0e0e0;
	padding-bottom: 10px;
	position: relative;
	z-index: 10;
}

.align-right {
	text-align: right;
}


/* tooltips */

.info {
	opacity: .5;
	color: #009ee0;
	margin-left: 2px;
	transition: opacity .3s;
	cursor: pointer;
}

.info:hover,
.info:focus {
	opacity: 1;
}

.tooltip {
    font-family: "Open Sans";
    font-size: .75rem;
}

.tooltip.bs-tether-element-attached-top .tooltip-arrow,
.tooltip.tooltip-bottom .tooltip-arrow {
    border-bottom-color: #009ee0;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,
.tooltip.tooltip-top .tooltip-arrow {
    border-top-color: #009ee0;
}

.tooltip-inner {    
    background-color: #009ee0; 	        
}


/* print */

@media print {
	.hideOnPrint,
	.info {
		display: none;
	}
	
	.showOnPrint {
		display: block;
	}
	
	body {
		background-color: transparent;
	}
	
	#sheet > .container > .row > div {
		width: 100%;
	} 
	
	#stickyDonuts {
		width: auto !important;
		page-break-before: always;
	}	        
	
	#stickyDonuts fieldset {
		float: left;
		width: 40%;
		margin: 0 2%;		
	}
}

.savings_calculator_logistics .form-control{height:30px;font-size:.8rem;text-align:right;}
.savings_calculator_logistics #chart_bar{height:320px;top:30px;}
span.input-group-addon{font-size:12px;width:50px;}

.offset-label{
  padding-left:20px;
}
label.offset-label{font-weight:normal;}
.savings_calculator_logistics .resultView{ background-color:#EDF7FC; }
.savings_calculator_logistics .resultView label.offset-label{font-weight:bold;font-size:16px !important;}
.savings_calculator_logistics .resultView input,.savings_calculator_logistics .resultView label{font-weight:bold;font-size:16px !important;}

.savings_calculator_logistics .data-point-label{font-size:12px;font-weight:bold;text-align:center;}
.savings_calculator_logistics .resultView input{background:none !important;border:none;box-shadow:none;display:inline !important;width: calc(100% - 30px) !important;}
.savings_calculator_logistics .resultView span{margin-top:5px;display:block;}
.savings_calculator_logistics .spacerTop20{padding-top:20px;margin-top:5px;}
.savings_calculator_logistics p.errors{color:red;font-size:-1;font-style:italic;}
.savings_calculator_logistics h3{margin-bottom:0px !important;}
.savings_calculator_logistics .inputErrorCh input,.savings_calculator_logistics .inputErrorCh span.input-group-addon, .savings_calculator_logistics .inputError input,.savings_calculator_logistics .inputError span.input-group-addon{border-color:red !important;}

footer h3{font-size:14px;font-weight: 700;
    line-height: 1.71428571;
    color: #009ee0;}
    
    #shortcuts a,#shortcuts a:hover{color:#009ee0;}
    
.btn-primary {

background-color: #009ee0;
border-color: #008cc7;
}

.hideCh, .hide{display:none;}

.breadcrumb > li+li:before {
    content: "\3009\00a0" !important;
    color: #ddd !important;
    font-weight: bold;
    padding: 0 0 0 7px !important;
}

h3{
  color: #009ee0 !important;
}

#intro .section h1{
   color:#009ee0; 
}

h1{
    font-size: 48px;
    font-weight: 300;
}

h2 {
    margin: 25px 0 20px 0;
    font-weight: 400;
    letter-spacing: -0.05em;
}

h2, .h2 {
    font-size: 24px;
}

.botLegend{
	padding-top:50px;
}

.botLegend span{
	display:block;
	width:14px;
	height: 14px;
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}

.botLegend span.tourstrecke{background-color:#C0C0C0;}
.botLegend span.zeit{background-color:#009ee0;}
.botLegend span.kosten{background-color:#E20082;}
.botLegend span.co2{background-color:#A0EB3B;}

@media (max-width: 767px),
screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
   h1, h2.header {
      font-size: 28px;
      font-weight: 400;   
      margin: 0 0 15px 0;   
   }	
   
   .savings_calculator_logistics .data-point-label{color:white;}
   
}
