@font-face {
font-family: "ssp";
src: url("../../../fonts/poppins/poppins-v15-latin-regular.woff") format("woff"),
url("../../../fonts/poppins/poppins-v15-latin-regular.woff2") format("woff2");
}

html, body {
	width: 100%;
	height: 98%;
	margin: 0;
}

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

a:hover {
	color: #aaa;
}

#container {
	width: 98%;
	height: 100%;
	margin: 0 auto;
	font-family: ssp, sans-serif;
	font-size: 11px;
	color: #333;
}

.outer {
	width: 100%;
	max-width: 1800px;
	height: 80%;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	margin-top: 2em;
}

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

svg text {
	fill: #333;
}

.gemeinden {
	stroke: none;
	fill: none;
	shape-rendering: crispEdges;
}

.selected {
	fill-opacity: 0.05;
}

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

rect {
	shape-rendering: crispEdges;
}

.borders {
	fill: none;
	stroke: white;
	filter: drop-shadow( 4px 4px 4px rgba(0, 0, 0, 0.7));
}

.base {
	width: 300px;
	height: 300px;
}

.footer {
	font-size: 10px;
	text-align: left;
	margin-top: 1em;
}

#footer {
	display: none;
}

#footer2 {
	margin-top: 2em;
}

.legende {
	text-align: center;
	/*max-width: 600px;*/
	margin: 0 auto 2em auto;
}

.num {
	pointer-events: none;
}

.grow {
	color: #67001f;
	font-weight: bold;
}

.shrink {
	color: #2265a3;
	font-weight: bold;
}

.underline {
	stroke-width: 2px;
	display: none;
}

.tool {
	position: absolute;
	border: 1px solid #333;
	display: none;
	text-align: center;
	font-size: 12px;
	width: 170px;
	padding: 0.2em;
	background-color: rgba(255, 255, 255, 0.85);
	pointer-events: none;
}

.tool svg {
	width: 100%;
	height: 120px;
	margin: 1em auto;
}

.tool .txt {
	font-size: 10px;
	text-anchor: middle;
}

.tool .toolfooter {
	font-size: 10px;
}

.tool .middle {
	stroke: #333;
}

@media screen and (min-width: 768px) {
	#container {
		font-size: 12px;
	}
}

@media screen and (min-width: 1024px) and (min-height: 550px) {
	.legende {
		position: absolute;
		margin: 0;
	}

	#footer {
		display: block;
	}
	
	#footer2 {
		display: none;
	}
	
	.laender {
		stroke-width: 3px;
	}
}

@media screen and (min-width: 1200px) and (min-height: 550px) {
	#container {
		font-size: 15px;
	}
}