#mq-rekentool {
	width: 100%;
}

#mq-rekentool .mq-slider {
	position: relative;
	width: 80%;
	height: 64px;
	padding: 20px;
	display: table;
    margin: 18px auto;
}

#mq-rekentool .mq-slider-head {
	height: 36px;
	font-weight: bold;
}

#mq-rekentool .mq-slider .mq-slidervalue {
	position: relative;
	margin-right: 6px;
	margin-bottom: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	background-color: #6DAB3C;
	color: #fff;
	text-align: center;
	float: left;
}

#mq-rekentool .mq-slider .noUi-value {
	padding: 2px;
}

#mq-rekentool .mq-totals {
	position: relative;
	display: table;
    margin: 0 auto;
    padding-top: 16px;
    text-align: center;
}

#mq-rekentool .mq-totals p {
	font-weight: bold;
	float: left;
	line-height: 55px;
}

#mq-rekentool .mq-total-usage {
	width: 100px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	background-color: #6DAB3C;
	color: #fff;
	text-align: center;
	float: left;
	font-weight: bold;
	margin-left: 6px;
	font-size: 16px;
}

#mq-rekentool .mq-clear {
	clear: both;
}

#mq-rekentool .noUi-background {
	background: #16648c;
}

@media screen and (max-width: 600px) {
	#mq-rekentool .mq-slider {
		width: 98%;
	}

	#mq-rekentool .mq-slider .mq-slider-title {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 430px) {

	#mq-rekentool .mq-slider-head p:first-letter {
		text-transform: uppercase;
	}

	#mq-rekentool .mq-slider .mq-slidervalue {
		float: right;
	}
}

@media screen and (max-width: 380px) {

	#mq-rekentool .mq-total-usage {
		float: initial;
		margin-left: 0;
		margin: 0 auto;
	}

	#mq-rekentool .mq-totals p {
		float: initial;
		margin: 0;
	}
}