@font-face {
font-family: "fira";
src: url("../fonts/firasans.woff") format("woff"),
	url("../fonts/firasans.woff2") format("woff2");
}

body {
	font-family: fira;
	color: #f6f6f6;
	background-color: #555555;
}

#container {
	width: 92vw;
	max-width: 1600px;
	margin: 0 auto;
	font-size: 12px;
}

svg text {
	fill: #f6f6f6;
}

.desc {
	width: 100%;
	max-width: 650px;
	line-height: 1.7;
	margin: 0 auto 50px auto;
	font-size: 15px;
}

.header {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin: 30px 0;
}

.toggle {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	font-weight: bold;
	position: relative;
}

.stand {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	padding: 0.25em;
	display: none;
}

.stand.txt {
	position: relative;
	display: inline;
	font-weight: normal;
	padding: 0;
}

.standsml {
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 0.25em
}

.button {
	margin: 0 1em;
	padding: 0.25em;
	cursor: pointer;
}

.button:hover, .button.pressed {
	color: #555555;
	background-color: #f6f6f6;
}

.button.pressed {
	pointer-events: none;
}

.out {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: column nowrap;
}

.outer {
	width: 100%;
	height: 80vh;
	order: 1;
	margin-bottom: 50px;
	}

.legende {
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: center;
	order: -1;
	position: sticky;
	top: 25px;
	background-color: #555555;
}

.legende rect {
	fill: #444444;
}

.legende circle {
	fill: #f6f6f6;
}

.legende text {
	font-size: 11px;
}

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

.svg.legende {
	width: 0;
	height: 100%;
}

.border {
	stroke: #888888;
	fill: #f6f6f6;
}

.border.inverted {
	fill: none;
	stroke: #666666;
}

.dots {
	stroke: #f6f6f6;
	fill-opacity: 0.8;
	fill: #f6f6f6;
}

.txtleg {
	fill: #f6f6f6;
	text-anchor: middle;
	pointer-events: none;
}

.tool {
	font-size: 20px;
	pointer-events: none;
	text-anchor: start;
	fill: #f6f6f6;
}

.tool.bg {
	fill: none;
	stroke: #191919;
	stroke-width: 3px;
}

a:link, a:visited, a:hover, a:active {
	color: #f6f6f6;
	text-decoration: underline;
}

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

.laender.normal {
	stroke: #aaaaaa;
}

.overlay {
	fill: none;
	stroke: #f6f6f6;
	stroke-width: 3px;
}

.overlay.c {
	stroke-width: 3px;
}

.overlay.flat {
	fill: #f6f6f6;
	stroke: none;
	stroke-width: 0;
}

.grid, .gridextra, .gridfixed {
	stroke: #666666;
}

.gridfixed {
	display: none;
}

.grid text, .gridextra text {
	stroke: none;
	fill: #bbbbbb;
	font-size: 10px;
	text-anchor: end;
	pointer-events: none;
}

.gridextra text {
	text-anchor: start;
}

.label {
	font-size: 12px;
	fill: #f6f6f6;
	display: none;
}

.labelp {
	fill: none;
	stroke: #bbbbbb;
	display: none;
}

.arrow {
	stroke: #bbbbbb;
	fill: none;
}

.arrowhead {
	fill: #bbbbbb;
}

@media screen and (min-width: 1024px) {
	#container {
		width: 97vw;
		font-size: 15px;
	}
	
	.out {
		flex-flow: row wrap;
		height: 90vh;
		height: calc(95vh - 70px);
	}

	.outer {
		width: 49.5%;
		height: 50%;
		min-height: 225px;
		margin-bottom: 0;
		}
		
	.header {
		font-size: 24px;
	}
	
	.legende {
		order: 1;
	}

	.legende text {
		font-size: 12px;
	}
	
	.standsml {
		display: none;
	}
	
	.stand {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	.grid text, .gridextra text {
		font-size: 12px;
	}
}