.statistik-rahmen {
	margin-bottom: 30px;
	
	background: transparent;
	
	border-radius: 0;
	border: 1px solid #1f4d91;
	
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.statistik-header {
	margin-top: 30px;
	margin-right: 2px;
	padding: 10px 15px;
	float: left;
	color: #337ab7;
	cursor: pointer;
}

.statistik-header:hover {
	background: #1f4d91;
	color: #fff;
}

.filterung {
	width: 100%;
	margin-top: 0; 
	cursor: default;
}

.farbig {
	background: #1f4d91;
	color: #fff;
}

#container-angaben {
	padding: 10px;
}

.container-ergebnis {
	margin: 16px 4px 16px 4px;
}

.kategorien-y-achse {
	width: 100%;
	height: 25px;
	margin: 1px 0 8.3px 8px;
	text-align: right;
}

.kategorien-y-achse span {
	margin: 0 8px 0 0;
	line-height: 25px;
	font-size: 15px;
	font-weight: 500;
	font-family: "Times New Roman";
	white-space: nowrap;
}

.kategorien-balken {
	height: 25px;
	margin: 1px 0 8.3px 8px;
}

.kategorien-balken p {
	padding-top: 12px;
	padding-right: 3px;
	padding-left: 3px;
	color: #787878;
	font-size: 15px;
	font-weight: 600;
	font-family: "Times New Roman";
}

.extremismus-y-achse {
	width: 100%;
	margin-top: 9px;
	margin-bottom: 16px;
	padding-right: 6px;
	text-align: right;
}

.extremismus-y-achse p {
	font-size: 15px;
	font-weight: 500;
	font-family: "Times New Roman";
}

.extremismus-balken {
	height: 340px;
	width: 50px;
	float: left;
	margin: 20px 0 0 8.2px;
	background-color: rgb(54, 158, 173);
}