.agCO2RechnerInput{
	padding-right: 5px;
}
.agCO2RechnerOperator{
	padding: 0;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.agCO2RechnerResult{
	padding-left: 5px;
	font-size: 28px;
	font-weight: bold;
}
@media only screen and (min-width: 801px) and (max-width: 1041px){
	.agCO2RechnerResult, .agCO2RechnerOperator{
		font-size: 20px;
		line-height: 25px;
	}
}