.actualt {
	font-size: 1.2rem;
	font-weight: 900;
	font-variant: small-caps;		
	background: rgba(74, 99, 111, 0);
	height: .8em;
	padding-top: 7px;		
	padding-bottom: 7px;
}
.dial {
	padding: 13px 10px 10px 10px;
	font-weight: 900;		
	display: flex;
	position: relative;
	height: 125px;
	width: 125px;   
	align-items: center;
	justify-content: center;
	float: left;
	margin: 15px;
}
.dial-top {
	border-radius: 50%;
	width: 129px;
	height: 129px;
	position: absolute;
	display: flex;
	text-align: center;
	box-shadow: inset 5px 5px 20px #0c0b0b, inset -5px -5px 20px hsla(198, 14%, 14%, 0.19);
	background-image: linear-gradient(hsla(0, 0%, 33%, .1) 1px, transparent 1px), linear-gradient(to right, hsla(0, 0%, 33%, .1) 1px, transparent 1px);
	background-size: 5px 5px;
	z-index: 1		
}
.dial-top2 {
	border-radius: 50%;
	width: 129px;
	height: 129px;
	position: absolute;
	display: flex;
}		
.caqi-index {
	position: relative;
	z-index: 10;
	color: grey;
	left: 0;
	top: 0;
	z-index: 1		
}
.caqi-value {
	position: absolute;
	top: 20px;
	display: block;
	width: 70px;
	text-align: center;
	max-width: 70px;
}
.dial-average {
	position: absolute;
	top: 80px;
	line-height: 1;
}
.flexcontainer {
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:space-around;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
} 
.flexcontainer-item {
	border: 2px solid rgba(97, 106, 114, .3);
	border-radius: 15px;
	float: left;
	margin-bottom:4px;
	text-align: center;
	font-size: .8rem;	
}
@media ( max-width: 650px ) {
	#ausblenden {
		display: none;
	}
	#ausblenden2 {
		display: none;
	}
}	
