@font-face {
	font-family: "robcon";
	src: url("../../fonts/roboto-condensed-v19-latin/roboto_condensed.woff2"),
		url("../../fonts/roboto-condensed-v19-latin/roboto_condensed.woff"),
		url("../../fonts/roboto-condensed-v19-latin/roboto_condensed.ttf");
}

body {
	font-family: "robcon", sans-serif;
	color: #191919;
	background-color: #ffffff;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #898989;
}

a:hover, a:active {
	text-decoration: underline;
}

#container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	line-height: 1.5;
	position: relative;
	font-size: 12px;
}

svg text {
	fill: #0a0a0a;
}

.header {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2;
}

.outer {
	width: 100%;
	height: 90vh;
	min-height: 300px;
	position: relative;
}

.svg, svg {
	width: 100%;
	height: 100%;
}

.bezirke {
	stroke: #898989;
	stroke-opacity: 0.5;
	fill: #ededed;
}

.laender {
	stroke: #898989;
	fill: none;
	stroke-width: 2px;
}

.dots {
	stroke: #898989;
	fill-opacity: 0.7;
}

.slider {
	width: 100%;
	margin-top: 1em;
}

.legende {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	flex: 1 1 auto;
	font-size: 11px;
	margin-top: 1em;
	padding: 5px 0;
	background-color: #ededed;
	border: 1px solid #898989;
}

.entry {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	margin: 5px 7px;
}

.rect {
	width: 12px;
	height: 12px;
}

.txt {
	height: 14px;
	margin-left: 3px;
}

.info {
	font-size: 10px;
	color: #898989;
}
.wann {
	cursor: pointer;
}

.slider {
	width: 100%;
	height: 30px;
}

.overlay {
	stroke-width: 20px;
	stroke: transparent;
	fill: none;
	cursor: pointer;
}

.underlay {
	stroke: #898989;
}

.slidenum {
	text-anchor: middle;
	font-size: 10px;
	pointer-events: none;
}

.handle {
	stroke: #898989;
	fill: #f2f2f2;
	cursor: pointer;
}

.ttbg {
	fill: none;
	stroke: #fff;
	stroke-width: 3px;
	pointer-events: none;
	text-anchor: middle;
}

.tt {
	fill: #191919;
	pointer-events: none;
	text-anchor: middle;
}

@media screen and (min-width: 550px) {
	#container {
		font-size: 15px;
	}
	
	.header {
		font-size: 1.5em;
	}
	
	.legende {
		font-size: 12px;
	}
	
	.info {
		font-size: 11px;
	}
	
	.rect {
		width: 15px;
		height: 15px;
	}

	.txt {
		height: 17px;
	}
}

@media screen and (min-width: 768px) {
	#container {
		font-size: 15px;
	}
	
	.outer {
		height: calc(85vh - 175px);
	}
	
	.header {
		font-size: 1.5em;
	}
	
	.legende {
		font-size: 12px;
	}
	
	.info {
		font-size: 11px;
	}
	
	.rect {
		width: 15px;
		height: 15px;
	}

	.txt {
		height: 17px;
	}
}

@media screen and (min-width: 1024px) {
	.legende {
		font-size: 15px;
	}
	
	.info {
		font-size: 12px;
	}
	
	.rect {
		width: 18px;
		height: 18px;
	}

	.txt {
		height: 20px;
	}
}