-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index_map.html
293 lines (291 loc) · 68.2 KB
/
index_map.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en">
<head>
<title>Interaktive Karte der Coronavirus-Fälle in Thüringen</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="refresh" content="3600">
<meta name="author" content="Michael Böhme, Florian Kleiner">
<meta name="robots" content="all">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#176fa1">
<meta name="keywords" content="Corona, COVID, COVID19, Altenburger Land, Eichsfeld, Eisenach, Erfurt, Gera, Gotha, Greiz, Hildburghausen, Ilm-Kreis, Jena, Kyffhäuserkreis, Nordhausen, Saale-Holzland-Kreis, Saale-Orla-Kreis, Saalfeld-Rudolstadt, Schmalkalden-Meiningen, Sömmerda, Sonneberg, Suhl, Unstrut-Hainich-Kreis, Wartburgkreis, Weimar, Weimarer Land Thüringen, Statistik, Michael Böhme, Florian Kleiner">
<meta name="description" content="Zusammenfassung und Visualisierung der Coronavirus-Fälle in Jena, Erfurt, Weimar und Thüringen">
<meta name="msapplication-square70x70logo" content="./icons/smalltile.png">
<meta name="msapplication-square150x150logo" content="./icons/mediumtile.png">
<meta name="msapplication-square310x310logo" content="./icons/largetile.png">
<meta property="og:site_name" content="Coronavirus-Fälle in Thüringen">
<meta property="og:title" content="Coronavirus-Fälle in Thüringen">
<meta property="og:description" content="Interaktive Karte der Coronavirus-Fälle in Thüringen">
<meta property="og:image" content="/corona/logo.jpg">
<meta property="og:type" content="website">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:url" content="https://www.michael-böhme.de/corona">
<meta property="og:locale" content="de_DE">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@theochemiker" />
<meta name="twitter:creator" content="@theochemiker" />
<meta name="twitter:title" content="Coronavirus-Fälle in Thüringen" />
<meta name="twitter:image" content="https://xn--michael-bhme-djb.de/corona/logo.jpg" />
<meta name="twitter:description" content="Interaktive Karte der Coronavirus-Fälle in Thüringen" />
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="./icons/android-icon.png" sizes="196x196">
<link rel="apple-touch-icon" href="./icons/apple-touch-icon.png">
<link rel="stylesheet" type="text/css" href="./css/styles.css">
<link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css">
<script src="./js/map.js"></script>
<base target="_blank">
</head>
<body>
<div class="navBar">
<div class="navDropdown">
<button class="navButton"><i class="fa fa-bars" aria-hidden="true"></i></button>
<div class="navLinks">
<a target="_self" href="./index.html">Startseite</a>
<a target="_self" href="./index_table.html">Tabelle</a>
<a target="_self" href="./index_active_cases.html">aktive Fälle</a>
<a target="_self" href="./index_th_all.html">alle Regionen</a>
<a target="_self" href="./index_rki.html">RKI-Daten</a>
<hr>
<a target="_self" href="#Info">Info</a>
</div>
</div>
</div>
<noscript>
<strong>Die interaktive Thüringenkarte benötigt JavaScript!</strong>
</noscript>
<div class="centerText" id="needsJS">
<h1 >Interaktive Thüringenkarte</h1>
Quelle: <a href="https://www.tmasgff.de/covid-19/fallzahlen">TMASGFF</a> und <a href="https://corona.rki.de">RKI</a>; erzeugt mit Kartenmaterial von <a href="https://commons.wikimedia.org/wiki/User:TUBS">TUBS</a>
<br>
<h2 id="mapHeadline"> </h2>
<div id="toggle_region_labels"><span id="show_value_labels" onclick="hide_region_texts();">zeige Werte in Karte</span><span id="show_name_labels" onclick="show_region_texts();" style="display:none">zeige Namen in Karte</span></div>
<svg id="thuringiaMap" x="0px" y="0px" viewBox="143 281 966 758" enable-background="new 143 281 966 758">
<defs id="defs80">
<linearGradient gradientTransform="rotate(90)" id="colorGradient">
<stop stop-color="#ff0000" offset="0" id="upperLimitColor" />
<stop stop-color="#ffffff" offset="1" id="lowerLimitColor" />
</linearGradient>
</defs>
<g id="Districts_Color">
<path id="path_SLF" d="M626.02,895.074c-0.142-1.004-1.754-12.08-2.294-12.02c-0.54,0.062-1.261,0.29-1.721,0.609c-0.029,0.102-0.051,0.221-0.08,0.34 l-6.062-1.96l-9.63,8.841l-0.779-5.351l-9.091-2.54l-6.188,6.12l-2.899-8l1.3-6.71l5.591,1.26l-5.068-12.648l-8.33,2.13 l0.771,4.681l-9.101-2.55l-5.54,2.09l-0.561,9.38l-2.062,2.04l-6.311-2.58l0.62-5.37l-5.562,1.42l-16.08-3.778l-4.17,0.729 l-2.1,0.03l0.64-4.021l-6.96,0.103l-0.13-8.71l5.62,3.27l8.99-4.818l11.891,3.181l2.71-5.4l4.859-1.408l1.25-9.392l2.729-4.061 l0.601-6.699l2.771-1.38l-0.75-3.341l-8.471-7.909l1.311-5.37l-2.148-3.99l2.641-10.08l-4.21-1.95l2.04-3.369l-6.312-2.591 l-4.79,5.433l-2.181-5.33l-4.26-5.96l7.699,2.56l9.011-3.479l-2.21-8l6.188-6.11l0.881,12.71l7.641-1.46l-0.82-8.69l3.352-8.75 l11.91,3.843l4.818-4.093l4.21,1.95l4.83-2.75l4.17-1.397l-0.14-9.37l-5.021-9.301l3.41-5.399l6.87-6.8l-4.9-1.271l10.41-2.83 l3.44-3.39l6.96-0.78l1.35-2.688l-2.88-6.66l4.13-2.74l5.62,2.603l0.07,4.688l7.04,4.58l2.13,3.32l2.8,0.62l3.562,5.31l5.568-0.09 l6.94-2.11l1.26-9.39l9.04-1.47l1.47,5.34l-2.76,2.05l4.898,1.26l8.312-3.47l1.479,6.01l6.262-1.43l2.817,2.63l2.16,4.66l9.12,3.88 l0.061,4.688l3.529,2.619l4.893,0.603l5.527-2.761l5.7,8.619l1.46,4l-5.56,1.42l-2.682,7.399l-2.12-1.97l-8.351,0.779l-6.88,6.131 l-0.61,6.04l-4.13,3.408l0.73,1.989l8.317-2.8l-0.607,6.04l2.778-0.71l5.029,10.64l-2.77,1.38l0.1,6.69l5.63,3.93l0.063,4.021 l0.83,8.688l1.42,1.99l5.56-1.42l-2.739,3.38l0.75,4.011l6.271-0.761l5.56-0.75l4.261,5.29l2.04-3.37l4.229,3.28l4.13-3.41 l7.621-3.461l0.142,10.04l-4.102,5.42l-1.41-1.319l-2.738,3.392l-3.399,6.068l-6.221,3.439l-1.319,4.71l-4.16,1.399l-2.148-3.989 l-3.512-1.28l-7.618,2.79l0.76,4l-3.46,2.062L704.073,862l-2.04,3.38l2.12,1.98l-3.41,5.41l0.08,5.35l5.08,13.99l-4.8,5.42 l2.12,1.31l0.779,6.012l-3.899,5.159l3.032,4.919l-4.1,5.185c-4.237,0.112-4.497,0.809-9.07,3.396 c-6.903,6.47,3.653-3.356-2.721-5.941c-7.826-0.07-9.657-6.557-6.803-13.581c-5.25-0.127,0.901-5.886-1.361-8.913 c5.104,0.082-4.223-9.079,3.175-5.518c7.115-0.924,2.906-7.143,0.454-9.337c-2.413-4.012-12.481-4.185-13.606-2.971 c-3.225-1.011-6.346-6.029-10.884-2.122c-8.39-3.755-0.422,5.895-7.257,5.518c-9.809-3.167-0.303,8.732-5.896,10.61 c-6.589-2.277-5.255,3.208-8.163,4.244c-1.587,7.634-0.628-6.861-4.989-1.273c0.137,0.379-2.253-0.195-4.988,2.122 C625.993,895.713,625.847,895.137,626.02,895.074z" />
<path id="path_SHL" d="M457.504,823.44l7.79,8.59l11.21,3.85l-0.571,8.72l-6.929,2.771l-9.882-8.55 l-5.06-11.98l-8.37-0.55l-5.39,12.8l-9.601,10.19l-8.31,4.13l-4.16,1.399l-2.8-1.289l1.321-4.711l-11.231-5.189l-5.53,2.76 l1.33-4.71l-2.108-1.3l-6.951,1.43l-9.129-4.55l-1.521-8.68l7.642-2.12l4.908,2.609l4.061-8.1l8.35-1.46l-0.06-4.01l6.189-5.45 l14.802,11.16l2.778-0.71l0.46-15.4l6.21-4.78l3.5,1.29l3.48-0.72l6.35,5.93l6.271-0.76l2.21,8.669l3.6,7.312L457.504,823.44z" />
<path id="path_EA" d="M328.483,627.16l-3.36,8.75 l-1.97,8.069l0.07,4.681l-11.08,4.851l0.63-4.688l-9.56,13.521l-10.57-7.88l-11.189-3.181l-2.131-1.979l1.351-3.358l-7.71-3.24 l-13.24,0.2l-4.939-3.95l4.859-1.41l-4.22-2.609l0.406-6.002c1.262,0.454,5.923-1.07,7.722-3.127 c1.613-1.846,0.371-4.241,1.482-3.981c0.22-0.21,0.46-0.51,0.72-0.88l11.08,0.949l11.95,6.521l1.199-12.74l4.12-4.07l9.05-0.81 l-2.2-7.33l2.74-3.391l4.2,1.28l-0.65,3.359l9.08,1.21l6.29,1.24l-0.59,7.369l2.11,1.311l-0.551,10.05L328.483,627.16z" />
<path id="path_IK" d="M610.823,728.8l-10.41,2.83l4.9,1.271l-6.87,6.8l-3.41,5.399l5.021,9.301l0.14,9.37 l-4.17,1.399l-4.83,2.75l-4.21-1.951l-4.82,4.091l-11.908-3.841l-3.352,8.75l0.82,8.691l-7.639,1.46l-0.882-12.71l-6.189,6.11 l2.21,8L546.214,790l-7.701-2.56l4.26,5.96l2.18,5.329l4.79-5.43l6.311,2.59l-2.04,3.37l4.21,1.95l-2.639,10.08l2.148,3.99 l-1.309,5.37l8.469,7.909l0.75,3.341l-2.771,1.38l-0.6,6.699l-2.729,4.061l-1.25,9.39l-4.861,1.41l-2.71,5.4l-11.889-3.181 l-8.99,4.82l-5.621-3.27l-9.021,2.81l-3.609-8.64l-1.49-6.681l-2.84-3.3l-2.75,2.71l2-6.05l-7.811-9.93l-4.778,6.1l0.068,5.35 l-6.09,12.141l-5-7.96l-4.068,7.43l-2.901-7.99l0.571-8.72l-11.21-3.85l-7.79-8.59l4.858-1.41l-3.6-7.312l-2.21-8.669l-6.271,0.76 l-6.35-5.93l2.781-0.05l3.309-12.09l-2.8-0.63l0.59-7.381l2.76-2.05l-0.08-5.35l1.2-13.41l4.01-11.44l3.46-2.06l10.46,0.521 l6.86-7.472l-1.46-4.659l4.74-9.439l-5.61-1.93l-0.769-4.67l10.479,1.18l2.66-8.74l-12.58-1.83l11.71-9.54l3.521,1.96l2.629-10.75 l10.27-12.2l9.812,3.869l2.08-0.698l11.17,1.17l3.389-6.74l5.55-1.42l5.59,1.25l13.91-2.21l19.5-0.95l0.8,7.349l4.83-3.419 l2.142,3.32l-2.71,5.39l2.169,5.33l11.189,2.51l-2.028,4.051l6.349,5.26l-6.9,4.79l-1.29,7.38l4.19,0.61l2.16,4.659l2.81,1.29 l4.87-0.739l0.771,5.35L610.823,728.8z" />
<path id="path_GTH" d="M520.634,661.17l2.188,6.66l-11.05,6.85l2.191,7.341l-2.08,0.698l-9.812-3.869 l-10.27,12.2l-2.629,10.75l-3.521-1.96l-11.71,9.54l12.58,1.83l-2.66,8.74l-10.479-1.18l0.769,4.67l5.61,1.93l-4.74,9.439 l1.46,4.659l-6.86,7.472l-10.46-0.521l-3.46,2.06l-4.01,11.44l-1.2,13.41l-8.47-7.24l-2.139-3.319l-7.481,12.84l-10.53-5.2 l-4.18,0.05l-2.03,4.05l-2.158-4.649l-7.762-6.59l-4.89-0.591l-7.65,0.78l-4.97-5.95l-2.22-9.35l-0.129-8.7l-8.361,0.13 l-0.059-4.02l2.698-6.07l-1.479-6l-1.509-7.34l-7.731-4.57l-2.75,2.05l-3.51-1.29l-9.88-8.56l-12.48,4.2l-6.33-3.931l-3.59-6.64 l8.16-14.18l4.87-0.74l-0.78-5.34l2.05-2.71l12.49-4.2l0.12,8.7l2.83,2.64l2.08-0.7l1.35-2.699l-1.45-4l-3.56-5.301l6.151-8.119 l-0.121-8.041l4.819-4.079l2.03-4.051l-11.17-1.85l-2.938-9.99l1.358-2.7l7.65-0.779l7.6-4.801l8.312-3.47l4.118-4.08l5.54-2.09 l5.57-0.75l6.16-7.45l3.54,3.96l5.571-0.75l6.198-4.779l5.61,2.6l2.08-0.7l9.66-6.84l-4.391-13.99l1.96-9.41l13.132-7.55 l7.009,3.24l2.89,6.65l4.17-0.73l9.04-1.47l8.38,1.22l15.311-1.56l2.189,6.66l1.5,7.34l-8.979,5.49l2.81,1.97l-1.2,12.729 l-2.77,1.38l0.72,1.33l-2.778,0.71l1.54,10.021l1.429,2.66l6.979,0.569l2.17,5.32l-9.67,6.17l0.802,6.68l9.79,2.54l1.528,9.351 l4.892,0.59l8.309-3.47L520.634,661.17z" />
<path id="path_WE" d="M665.492,655.03l6.82-10.149l-4.19-1.279l0.521-11.38l-0.74-3.34l-6.88,6.13l-0.78-5.351 l-4.897-1.939l-2.171-5.319l8.278-5.479l-6.29-1.24l-6.96,0.771l-6.318-3.26l-3.432,3.399l-3.568-5.97l-2.789,0.039l-4.841,2.75 l-4.921-3.279l-2.119-1.311l-4.08,6.76l2.141,3.32l0.76,4l7,2.58l-1.27,8.05l5.159,19.341l2.83,3.311l-9.029,1.471l0.72,2 l3.5,0.608l7.101,9.271l8.359-0.12l3.4-6.079l0.6-6.7l4.86-0.739l4.22,2.619L665.492,655.03z" />
<path id="path_J" d="M764.403,651.57l-2,6.05l0.182,12.05l-6.821,10.14l5.661,5.95l-2.75,2.709 l-4.201-1.269l-4.851,2.07l-6.939,1.448l1.479,6l-8.328,2.802l-9.74,0.81l-10.5-3.19l1.349-3.369l4.2,1.279l6.21-4.109l-3.63-9.99 l-16.811-5.78l-0.118-8.03l1.969-8.06l9.76-0.15l2.062-2.029l-7.021-3.25l-7.66,0.779l-0.75-4l1.3-6.05l2.771-1.38l4.861-1.41 l1.3-6.04l5.54-2.76l7.129,11.28l8.991-4.82l1.438,2.66l6.91-3.46l7.75,5.25l2.071-1.37l2.148,3.979L764.403,651.57z" />
<path id="path_AP" d="M732.988,565.981c-2.958-0.068-5.336,1.336-6.75,5.281 c-5.419-6.479-0.927,8.201-10.406,2.094c-5.694-4.069-8.965,6.173-14.531-0.406l-3.156,1.313l-0.375,0.625l-6.25,1.406 l-6.906,3.469l-4.875-0.594l0.594-6.031l-6.313-2.594l-6.188,6.781l-6.313-3.25l-8.344,1.438l-11.844,0.188l-9.781-1.188 l-6.25,0.094l-4.938-2.594l-6.938,1.438l-7.688-0.563l-4.156,2.063l-1.219,11.406l2.906,7.313l-1.313,6.063l3.563,4.625 l-0.625,4.688l4.188,1.281l-7.594,4.125l-6.969,0.094l-1.344,2.688l-2,6.75l3.594,8.656l-4.094,4.719l-10.406,4.188l0.875,11.375 l6.469,13.281l-15.375-2.438l0.844,9.344l0.781,7.344l4.844-3.406l2.125,3.313l-2.688,5.406l2.156,5.313l11.188,2.531l-2.031,4.031 l6.344,5.281l-6.875,4.781l-1.313,7.375l4.188,0.625l2.156,4.656l2.813,1.281l4.875-0.75l0.781,5.344l8.406,2.563l3.438-3.375 l6.938-0.781l1.375-2.688l-2.875-6.688l4.125-2.719l5.625,2.594l0.063,4.688l7.031,4.594l2.125,3.313l2.813,0.625l3.531,4.625 l5.594,0.594l6.938-2.125l1.25-9.375l9.063-1.469l1.469,5.344l-2.781,2.031l4.906,1.281l8.313-3.5l4-12.094l5.625,1.938 l2.063-1.375l-6.531-17.969l6.938-1.438l0.625-5.375l7.625-1.469l3.438-4.063l-1.5-6.656l4.875-2.094l-0.125-8.031l1.969-8.063 l9.75-0.156l2.063-2.031l-7.031-3.25l-7.656,0.781l-0.75-4l1.313-6.031l2.781-1.375l4.844-1.406l1.313-6.063l5.531-2.75 l1.344-2.688l8.313-3.5l1.375-2l9.031-2.156l-1.438-3.313l2.75-1.375l4.156-2.094l-0.75-4l9.063,1.875l9.688-6.844l-2.844-2.625 l6.188-5.438l-2.844-4l3.469-1.375l-2.219-10l4.813-2.75l2.031,0.813c-1.127-3.321-0.628-6.322-3.719-5.406 c-5.994-0.904-6.106-6.058-7.25-5.531c-1.243-1.564-3.19,1.631-4.094,0.438c-1.577,2.113-5.271-2.074-6.344,1.688 c-4.182,1.182-6.45,8.569-4.094,0.844c-2.106-1.701-4.377-3.124-6.781-5.094C737.959,566.954,735.288,566.034,732.988,565.981z M773.05,581.325c0.109,0.32,0.231,0.645,0.375,0.969c1.637,3.675,0.25-0.719,0.25-0.719L773.05,581.325z M620.206,608.825 l2.125,1.313l4.938,3.281l4.813-2.75l2.813-0.063l3.563,5.969l3.438-3.375l6.313,3.25l6.969-0.781l6.281,1.25l-8.281,5.469 l2.156,5.344l4.906,1.938l0.781,5.344l6.875-6.125l0.75,3.344l-0.531,11.375l4.188,1.281l-6.813,10.156l-9,3.469l-4.219-2.625 l-4.875,0.75l-0.594,6.688l-3.406,6.094l-8.344,0.125l-7.094-9.281l-3.5-0.625l-0.719-2l9.031-1.469l-2.844-3.313l-5.156-19.313 l1.25-8.063l-7-2.594l-0.75-4l-2.125-3.313L620.206,608.825z" />
<path id="path_EF" d="M591.174,623.979l3.608,8.65l-4.12,4.74l-10.38,4.17l0.86,11.38l6.47,13.29 l-15.37-2.45l0.83,9.36l-19.5,0.95l-13.91,2.21l-5.59-1.25l-5.55,1.42l-3.389,6.74l-11.17-1.17l-2.191-7.341l11.05-6.85 l-2.188-6.66l-7.071-6.6l-8.309,3.47l-4.892-0.59l-1.528-9.351l-9.79-2.54l-0.802-6.68l9.67-6.17l-2.17-5.32l-6.979-0.569 l-1.429-2.66l-1.54-10.021l2.778-0.71l16.07,3.11l4.241,3.96l4.04-9.43l17.339-6.28l-3.65-10.66l5.55-2.09l0.07,4.68l9.05-0.8 l2.73-3.39l4.22,1.949l1.26-8.72l8.38,1.21l7.762,6.59l-0.602,6.7l2.79-0.04l2.92,9.33l6.37,6.601l0.09,6.029l7.61-4.13l8.35-0.8 L591.174,623.979z" />
<path id="path_NDH" d="M529.596,408.922l-0.833-5.134c-9.722,1.603,1.731-4.027-2.972-4.852c3.028-5.601-1.806-8.638-2.268-14.43 c1.062-1.747,2.048-4.882,4.082-5.942c-6.193-4.34-6.731-10.409-11.338-9.762c4.296-3.014-4.115-7.646-2.268-9.337 c-3.575,1.368,7.32-5.927,4.081-7.64c2.81-5.629-10.587-3.785-11.791-10.61c0.586,3.099-8.415,0.937-3.175-5.518 c-1.895-5.553-6.811-5.981-4.988-11.035c1.302-3.501,2.412-10.985,4.535-4.244c5.216,1.548,13.583,3.002,12.698-4.668 c-15.077-3.051-2.248-4.889-7.257-6.791c-2.044,0.886-4.133,3.493-6.349,2.546c-6.626,0.613-6.607-8.056-13.605-10.61 c-6.073-0.331-8.533,2.75-12.699,4.244c0.692-7.819-4.204-8.884-12.698-9.762c-3.818-1.032-8.738-4.41-9.07,1.273 c-7.965-3.289-9.887-1.072-18.141,0c-0.549,0.688-5.876,1.28-8.617,1.273c-1.462,3.969,4.896,5.916-1.814,5.093 c-4.561,2.661-14.629,2.664-9.523,7.639c4.231,5.287-3.134,7.945-2.722,4.668c-0.081,5.276,0.107,12.75,3.629,11.035 c7.128,0.313,7.563,4.506,4.535,9.337c1.556,7.154-10.675,0.284-7.71,0.849c-4.013-1.982-2.909-7.948-10.574-8.063 c-5.139,0.016-4.006,8.594-9.381,6.791c-2.16,2.993-9.772,8.19-14.513,3.395c-9.254,6.276-9.28-4.025-15.944-8.696 c-6.665-4.671,0.235-0.583,0.235-0.583l0.18,12.05l-5.58,0.08l13.34,6.5l-0.608,6.04l8.398,2.55l-7.448,14.17l2.108,1.31 l0.01,1.341l-4.1,5.42l0.13,8.689l-2.729,4.061l6.39,7.939l0.03,2.01l-5.54,2.092l-4.852,2.08l4.95,5.278l-7.64,1.45l4.92,2.609 l-1.28,8.051l4.23,3.29l2.17,5.319l4.92,3.28l1.45,3.329l2.06-1.369l0.63-4.7l4.17-1.399l1.95-9.4l6.312,2.58l5.568-0.079 l0.062,4.021l7.02,3.239l4.852-2.08l-1.46-3.989l12.528-1.521l9.762,0.521l6.92-3.45l6.31,2.59l6.25-1.431l2.14,3.312l3.48-0.051 l2.75-2.71l4.09-6.09l11.07-5.521l3.47-1.39l8.44,5.229l5.59,1.26l4.188,0.61l1.42,1.989l7.69,1.221l6.96-0.771l9.68-4.83 L529.596,408.922z" />
<path id="path_EIC" d="M173.174,434.404c4.645-6.11-2.914,2.478,2.805-1.132s8.111-12.537,17.382-11.417c0.855-4.688,9.049-3.568,6.803-11.035 c0.489-1.057,3.121-0.115,3.175,0.424c7.607,1.211,7.088-3.479,11.338-5.518c-1.408-3.836-1.601-4.262,3.629-1.697 c1.277-2.098,0.689,5.771,3.174,7.64c4.184-3.987,2.814-12.216,11.339-8.063c4.92,4.519,8.045-4.823,12.244,2.121 c11.067,1.238-5.001-4.767,1.814-8.063c3.261-1.103,3.569,0.262,8.617,0c1.257-3.713,6.393-9.512,2.721-11.46 c-0.092-1.683,3.287-6.172,5.442-7.639c2.706-5.286,5.601,1.125,7.257,1.698c-1.781,6.71,2.463,2.021,5.441,3.819 c1.997-3.043,5.673-7.551,12.699-8.488c0.347-4.189,9.146-0.749,10.431-5.093c-1.355-9.016,5.351-8.824,13.152-11.035 c1.729-3.679,4.317-9.229,8.616-11.459c0.604-1.781,3.718-6.932-0.453-7.64c3.969-0.248,6.912-4.229,4.535-7.639 c3.385-4.779-7.331-10.051,1.814-8.913c6.577,4.612,16.594-6.237,21.769,0.849c4.448,2.774,7.854,0.286,13.322,3.978 c5.468,3.691,0.903,0.748,0.903,0.748l0.18,12.05l-5.58,0.08l13.341,6.5l-0.609,6.04l8.397,2.55l-7.448,14.17l2.108,1.31 l0.011,1.341l-4.101,5.42l0.13,8.689l-2.729,4.062l6.39,7.938l0.03,2.01l-5.54,2.091l-4.852,2.08l4.95,5.279l-7.64,1.45l4.92,2.61 l-1.28,8.05l4.23,3.29l2.17,5.319l4.92,3.28l-4.08,6.75l-10.36,6.18l0.04,2.681l-17.448-1.75l-13.932,0.199l-6.17,7.45l2.2,7.34 l-7.43,16.17l-10.45,0.16l-4.88,0.07l-3.351,8.75l5.62,3.27l-1.33,4.7l-6.199,4.78l-2.761,1.38l-2.739,3.39l-9.75,0.811 l-12.54,0.181l-4.88,0.069l-5.681,7.521l-3.656,2.225c-4.299,0.023-2.795,4.67-7.583,2.993c-0.866-8.266-4.64-6.383-11.338-4.244 c-0.771-3.964-8.032-0.49-8.617-5.518c-4.95,4.008-10.315-2.485-5.442-7.215c-2.383,1.586-3.259-4.001-4.988-6.366 c-5.732,0.891-3.544-2.971-3.628-6.366c3.99,0.767,5.115-8.31,1.36-6.366c-4.188-2.486-7.668,0.051-10.432-1.697 c-1.958-2.87-8.572-3.396-12.244-1.697c-7.609,2.556-0.516-4.349-4.535-5.094c-0.369-8.31-8.621-1.717-11.792-7.215 c6.153-4.256,3.955-13.974-2.721-16.552C175.921,446.458,168.529,440.515,173.174,434.404z" />
<path id="path_UH" d="M272.221,551.232l-4.203,1.138c-1.642,1.021-4.309-3.397-1.187-4.04c-2.306-7.872,9.274-8.063,9.978-14.854 c3.275-5.73-5.483,0.148-7.71-4.244c-7.411,0.216-4.653-8.629-11.513-10.797c-6.858-2.167,1.437-3.332,1.437-3.332l5.681-7.521 l4.88-0.069l12.54-0.181l9.75-0.81l2.739-3.391l2.761-1.381l6.199-4.779l1.33-4.699l-5.62-3.271l3.352-8.75l4.88-0.069l10.45-0.159 l7.43-16.171l-2.2-7.34l6.17-7.45l13.931-0.199l17.449,1.75l7.762,6.58l-3.36,8.75l2.81,1.3l7.69,1.899l12.39-10.899l9.812,3.87 l5.59,0.59l9.97,14.59l2.12,1.971l10.5,3.199l2.26,12.011l3.602,7.989l2.87,5.312l1.5,7.34l2.108,1.31l2.102,0.642l11.79-4.19 l2.14,3.32l-0.62,5.359l3.46-1.391l2.73-4.061l6.92-3.439l3.479-0.061l2.08-0.699l13.26,1.149l0.04,2.681l5.552-2.091l5.579,0.58 l2.789-0.04l-0.6,6.71l9.757,0.518l-2.608,12.091l-3.472,0.72l1.592,13.37l2.84,3.97l-3.44,2.729l0.75,4.011l-3.479,0.05 l-8.312,3.471l2.97,12.68l-1.358,2.03l-15.312,1.561l-8.38-1.221l-9.04,1.471l-4.17,0.729l-2.89-6.65l-7.01-3.239l-13.132,7.551 l-1.96,9.409l4.392,13.989l-9.66,6.841l-2.08,0.699l-5.61-2.6l-6.198,4.779l-5.57,0.75l-3.54-3.96l-2.22-8.681l-11.86-1.159 l-16.76-2.431l-2.182-6l-10.46-0.51l-0.77-4.681l-6.9,4.12l-7.68-0.561l2.89,6.66l-2.01,6.05l-3.45,2.061l-7.108-9.939l-1.432-1.99 l-7.75-5.909l3.37-7.41l-6.97-0.569l-2.18-5.99l1.33-4.04l-4.932-3.939l-3.479,0.721l-2.88-6.66l0.608-6.03l-4.18,0.062 l-3.53-2.631l-4.85,1.42l0.71,1.32l-3.479,0.05l-2.761,2.051l0.061,4.02l-4.19-0.609l2.021-4.721l-4.17,0.73l-0.04-2.67 L272.221,551.232z" />
<path id="path_WAK" d="M264.564,620.056c1.718,2.196,1.19,0.889,1.19,0.889l11.08,0.949l11.95,6.521l1.199-12.739l4.12-4.07l9.05-0.81l-2.2-7.33 l2.74-3.391l4.2,1.28l-0.65,3.359l9.08,1.21l6.29,1.239l-0.59,7.37l2.11,1.311l-0.55,10.05l4.898,1.271l-3.36,8.75l-1.97,8.07 l0.07,4.68l-11.08,4.851l0.63-4.688l-9.56,13.521l-10.57-7.88l-11.189-3.181l-2.131-1.979l1.351-3.358l-7.71-3.24l-13.24,0.2 l-4.939-3.95l4.859-1.409l-4.22-2.609l0.992-6.001c0,0-2.807-6.276-4.009-0.477c-1.203,5.801-12.962,3.191-11.426-2.89 c4.718-1.917-8.399-7.574-7.257-1.272c-3.215,1.108-10.266-3.646-14.966-2.547c-6.365-2.977-12.336-0.918-13.152,7.215 l-0.907,0.849v0.85c1.848,4.052-1.807,6.811,0.454,8.063c2.862,2.039,8.885,4.95,3.175,9.762c6.86,0.522,1.58,10.459,9.523,5.518 c4.457,5.46-10.383,5.365-10.885,5.093c-1.396-7.919-5.211,8.494-8.163-1.273c-1.731,4.631-4.169-2.627-5.442-0.425 c-4.906,1.176-8.501-0.942-13.151-1.273c4.607,4.625-1.968,9.219,2.268,11.46c5.436-3.804,0.733-7.351,9.07-5.518 c6.933-2.225,0.5-1.127,1.813,1.697c0.205,3.838-12.415,10.458-2.268,12.309c2.579-5.933,9.549-11.058,13.605-4.669 c4.471,2.773,6.63,7.178,9.524,8.913c-5.776,2.993,1.354,4.172,1.814,3.395c1.618,1.423,1.554,3.825-0.454,5.518 c-5.206,4.723-15.361,7.054-10.885,16.552c4.469-4.869,7.2-1.194,4.535,2.122c-3.91,1.602-1.642,9.328-7.709,4.669 c-4.331-4.027-3.04,8.023-7.71,2.971c-0.532,0.495-2.211,0.35-1.814-1.697c-3.673-0.091-12.006,5.342-11.338,9.337 c6.949-0.011-7.811,8.675-0.453,13.581c1.793,1.93-0.648,11.687,0,8.488c-2.793-0.343,0.385-5.271-3.628-2.122 c-1.73-0.118-5.688-0.594-3.629,2.547c1.626,2.494-1.411,0.325-0.906,1.697c-3.926,5.699,1.54,5.888,3.628,5.518 c3.189,7.018,0.897,11.15-1.36,17.4c-5.023,4.235-10.844,11.621-4.535,13.581c4.188,0.412-3.299,1.829-4.082,6.367 c-3.61,0.118-5.883,1.751-7.711,5.517c-4.694,1.545,4.133,11.157-2.268,14.854c-2.258,7.94,6.681,5.202,9.979,2.547 c5.038,2.929,8.586,7.634,14.513,6.366c3.512-0.687,6.839-4.913,4.988-9.337c-5.702-3.547-7.323-12.111-0.453-11.035 c4.834,3.044,10.662-9.395,19.048-2.971c7.465-3.103,12.724,0.744,14.966,7.215c2.684,0.759,2.864,4.607,3.669,7.981l1.952,1.238 l1.334,1.358l3.08,1.432l0.05,3.35l13.32,5.16l12.56,1.149l6.28,0.58l3.439-3.399l-2.149-3.979l5.51-4.102l-1.42-1.989l-3.6-7.979 l-9.181-7.899l5.4-12.13l-3.521-2.63l0.57-8.711l8.31-3.46l6.171-6.79l-4.91-2.609l3.42-4.061l-4.26-5.3l-1.511-8.011l8.38,1.221 l3.53,3.29l2.76-2.051l0.051,3.351l12.489-3.529l3.44-3.398l2.13,2.648l-0.06-4.021l10.399-3.5l9.14,5.229l6.24-2.101l2.74-2.72 l-2.852-4.65l5.521-4.1l-2.82-1.961l3.42-4.069l4.182-0.061l2.528-18.12l-3.59-6.641l8.16-14.181l4.87-0.74l-0.78-5.34l2.05-2.71 l12.49-4.2l0.12,8.7l2.83,2.641l2.08-0.699l1.35-2.699l-1.45-4l-3.56-5.301l6.154-8.117l-0.12-8.04l4.818-4.08l2.03-4.051 l-11.17-1.851l-2.938-9.99l1.358-2.7l7.65-0.779l7.6-4.8l8.312-3.471l4.119-4.08l5.539-2.09l5.57-0.75l6.16-7.45l-2.22-8.68 l-11.86-1.16l-16.76-2.43l-2.181-6l-10.461-0.511l-0.77-4.681l-6.9,4.12l-7.68-0.561l2.89,6.66l-2.01,6.05l-3.45,2.061 l-7.108-9.939l-1.432-1.989l-7.75-5.91l3.37-7.41l-6.97-0.569l-2.18-5.989l1.33-4.04l-4.932-3.94l-3.479,0.721l-2.88-6.66 l0.608-6.029l-4.18,0.061l-3.53-2.631l-4.85,1.42l0.71,1.32l-3.479,0.05l-2.761,2.051l0.061,4.021l-4.19-0.61l2.021-4.72 l-4.17,0.729l-0.04-2.67l-18.146,2.46l-0.123,1.765c-1.991,3.978-3.295,6.35,0,11.035c0.689,2.684-6.689,9.188-7.257,1.272 c-3.982-3.666-1.829-4.814-1.814-8.912c-0.311-0.008-4.883-11.525-6.803-6.791c-2.268,3.149-13.004,6.092-12.698,3.82 c-5.499,4.358,2.698,2.44,3.628,7.215c2.357,3.725,3.076,1.103,5.442,5.941c7.846-5.393,10.606,10.109,3.175,5.094 c-0.548,2.792,2.78,4.094-2.268,7.215c-3.515,4.45-3.701,4.108-2.268,8.488c2.119,2.679,2.492,3.944-1.814,6.366 c1.402,3.15-2.362,4.783,5.442,5.941c4.987,3.334,9.399,1.914,10.431,5.518c5.76,1.432,2.784,6.64,8.164,9.337 C269.075,620.327,259.739,614.528,264.564,620.056z" />
<path id="path_SM" d="M355.384,929.946l-5.105,5.872c0.447-1.203-2.714-1.203-2.268,0c-1.561,4.425-10.21,6.121-12.698,3.395 c2.474,1.128-4.108,1.01-4.535,0c2.29,1.229-4.736-7.262,0.453-9.337c2.28-4.113,5.073-7.279-1.813-7.639 c-10.51-0.312,0.79-7.539-7.71-5.094c0.186-4.486-4.888-10.021-8.617-14.005c2.227,3.183,1.159-10.368-3.628-14.006 c-2.451-1.293-9.691,1.596-14.06-2.547c-2.652-4.858-7.776-1.773-9.977-6.79c-3.59-0.848-5.824-1.415-9.524-0.85 c-4.597-2.44,2.841-10.048-1.814-9.337c0.894-3.776-4.444-3.885-6.803-6.79c2.121-7.326-10.73-7.79-10.431-0.425 c1.82,2.693-10.664-7.016-8.617-2.122c-3.182,6.766-5.652-0.22-9.978-3.819c5.949-2.554-4.061-7.146-6.803-1.698 c-0.677,3.632-2.013,4.988-4.988,8.064c-4.93,1.105-6.572,7.772-4.535,7.639c-0.988-1.216-6.487,5.828-10.432,6.367 c1.135-2.705-1.259-3.914-1.36-5.942c3.689-4.021,2.568-10.454,7.257-14.006c-0.14-2.17-7.27-7.939-4.082-13.581 c2.006-5.332-0.584-10.112-3.175-14.854c0.93-3.073,4.494-8.175,8.617-8.063c3.921,8.549,9.988-0.786,4.535-6.366 c0.176-0.789-0.642-1.691-0.866-2.629c-0.224-0.938-0.291-0.801,0.979-0.29c1.271,0.512,1.36,2,2.53,2.42l-0.223,0.467l3.08,1.431 l0.05,3.351l13.32,5.16l12.56,1.149l6.28,0.58l3.439-3.4l-2.149-3.979l5.51-4.101l-1.42-1.989l-3.6-7.979l-9.181-7.899l5.4-12.131 l-3.521-2.63l0.57-8.71l8.31-3.46l6.171-6.79l-4.91-2.609l3.42-4.061l-4.26-5.3l-1.511-8.011l8.38,1.221l3.53,3.29l2.76-2.051 l0.051,3.351l12.489-3.53l3.44-3.397l2.13,2.647l-0.06-4.02l10.399-3.5l9.14,5.229l6.24-2.1l2.74-2.72l-2.852-4.65l5.521-4.1 l-2.82-1.961l3.42-4.069l4.182-0.061l2.528-18.12l6.33,3.931l12.48-4.2l9.88,8.562l3.51,1.29l2.75-2.052l7.73,4.57l1.51,7.34 l1.479,6l-2.698,6.07l0.06,4.02l8.36-0.13l0.13,8.7l2.22,9.351l4.97,5.949l7.65-0.778l4.89,0.591l7.762,6.59l2.158,4.648 l2.03-4.051l4.18-0.05l10.53,5.2l7.48-12.84l2.14,3.317l8.47,7.24l0.08,5.352l-2.76,2.05l-0.59,7.381l2.8,0.63l-3.31,12.09 l-2.78,0.05l-3.48,0.722l-3.5-1.29l-6.21,4.779l-0.46,15.399l-2.778,0.71l-14.802-11.16l-6.188,5.45l0.06,4.01l-8.35,1.46 l-4.062,8.102l-4.908-2.609l-7.642,2.12l1.521,8.68l9.13,4.551l-4.73,10.12l-5.66-5.279l-1.31,5.381l-7.6,4.8l0.05,3.34l13.3,3.82 l-0.63,4.699l3.46-2.062l2.13,2.65l0.05,4.021l-1.37,1.351l0.062,4.021l-2.78,0.71l-1.29,6.71l-4.859,1.409l2.909,8.671l2.12,1.97 l2.12,1.979l-0.58,8.04l4.98,6.62l-4.11,4.75l-3.52-1.96l-11.12,1.51l-4.92-2.609l-2.892-6.648l-6.93,2.108l-4.062,8.761 l1.512,7.341L355.384,929.946z" />
<path id="path_SON" d="M623.61,883.189c0.054,1.691,1.686,3.134,2.41,12.199c-12.03-0.98,1.26,12.268-5.442,15.389c2.827,3.192,9.467,6.214,6.803,12.732 c3.358,5.187-6.103,11.639,0.907,16.128c-2.114,2.915-0.086,3.553,2.268,7.64c-0.285,4.191,6.021,11.767-1.36,12.732 c-6.496,1.236,1.305,3.491,1.813,10.186c-8.104-5.021-2.623,5.352-7.256,6.791c4.027,3.873,7.051,11.759-0.907,11.883 c1.181-2.146,1.915,4.365,1.36,5.518c3.952,4.146-0.498,13.656-4.535,10.187c-2.639-4.452-10.303-5.479-10.431-7.64 c-6.518-8.842-7.731,2.547-8.163,6.79c-3.397,0.85-7.207,1.009-4.082-2.122c6.567-4.622-6.128-2.067-6.35-7.215 c-1.243,3.701-6.819,2.109-5.442-2.122c-3.593-3.946-5.694-9.854,0.454-13.581c9.106-1.758,3.051-9.212-2.268-15.278 c1.624-1.136-0.897-5.115-4.535-2.547c-4.789,6.563-0.188-3.287-2.722-5.941c-6.084-2.337-11.032-0.437-11.338,6.365 c-0.229-0.216-8.465,1.613-13.605,4.244c-7.36-2.084,1.591-4.782-1.814-4.668c-1.155-3.148-0.221-3.897-4.535-3.82 c-2.621,0.146-11.909-6.013-9.978,1.698c3.734,4.486-1.642,7.942-4.988,2.122c-1.581-4.521-9.762-6.462-5.896-9.337l-5.018-5.864 l2.681-4.47l1.935-6.237c-0.8-1.689-2.659-3.399-3.93-4.779c-0.25-0.261-0.51-0.591-0.8-0.898l2.92-0.32l6.859-7.46l6.891-5.46 l1.359-2.7l10.329-8.188l1.313-5.369l-7.71-3.23l-9.041,0.801l-0.812-7.358l-3.569-5.972l8.279-5.479l-2.89-7.32l4.17-0.729 l16.08,3.778l5.561-1.42l-0.62,5.369l6.312,2.58l2.061-2.039l0.562-9.381l5.54-2.09l9.1,2.55l-0.77-4.68l8.33-2.13l5.067,12.647 l-5.59-1.26l-1.3,6.71l2.898,8l6.189-6.12l9.09,2.54l0.78,5.353l9.63-8.842l6.061,1.96 C622.875,883.351,623.554,881.478,623.61,883.189z" />
<path id="path_SOK" d="M700.292,926.079c-0.496-1.299-0.368-1.479-0.269-2.789l-0.117-3.336l3.547-5.054l-3.02-3.94c-0.103-0.33-0.21-0.648-0.33-0.95 l3.898-5.158l-0.778-6.012l-2.12-1.31l4.8-5.42l-5.08-13.99l-0.08-5.35l3.41-5.41l-2.12-1.98l2.04-3.38l8.391,1.892l3.46-2.062 l-0.761-4l7.62-2.79l3.511,1.28l2.149,3.989l4.16-1.399l1.318-4.71l6.222-3.439l3.397-6.068l2.74-3.392l1.41,1.319l4.1-5.42 l-0.14-10.04l-7.62,3.46l-4.13,3.41l-4.229-3.28l-2.04,3.37l-4.261-5.29l-5.56,0.75l-6.271,0.761l-0.75-4.011l2.739-3.38 l-5.561,1.42l-1.42-1.99l-0.83-8.688l-0.062-4.021l-5.63-3.93l-0.101-6.689l2.771-1.381l-5.029-10.64l-2.779,0.71l0.608-6.04 l-8.317,2.8l-0.73-1.989l4.13-3.409l0.61-6.039l6.88-6.131l8.351-0.779l2.12,1.97l2.682-7.399l5.56-1.42l-1.46-4l12.51-2.188 l7.73,3.91l5.489-5.44l8.391,1.88l2.739-3.39l11.141-0.83l7.641-1.45l4.779-6.76l-3.56-5.312l4.108-4.738l6.261-0.771l2.909,8.67 l4.189-0.06l4.84-2.08l11.12-2.18l4.82-4.08l2.17,5.317l12.54-0.857l2.147,3.988l0.631-4.028l7.689,1.229l7.76,6.58l4.17-0.729 l3.58,6.647l-6.93,2.771l-0.63,4.028l-6.261,1.432l0.141,9.37l-4.2-1.28l-4.109,4.75l-3.409,5.41l2.898,7.318l-2.02,4.711 l2.159,4.658l-2.67,8.74l6.948-1.439l0.82,8.021l-1.99,6.729l5.011,9.302l2.171,5.317l4.908,1.94l4.853-1.41l1.659,2.83 l0.848,6.372c-2.425,1.887-10.811,1.982-4.535,6.366c1.459,4.553-2.004,11.07-3.175,11.884c0.296,2.8-8.902,1.497-13.605,3.819 c-5.58,3.471-0.598,15.695,4.081,15.703c11.161,4.905,6.061-9.072,13.606-1.273c-3.211,5.406,1.936,8.786,4.988,10.61 c3.144,3.404,8.854,10.523,1.814,11.035c-2.699-1.679-7.615,6.271-2.722,4.244c-3.386,3.114,3.258,3.024-0.907,5.941 c6.528,3.007-1.273,2.361-2.268-0.424c-1.121-3.524-4.785,1.037-5.442,1.697c-2.798,3.266-8.69-0.497-8.616,6.791 c-5.709,0.399,4.607,5.012,3.628,4.668c1.725-1.141,11.827,1.471,4.988,5.093c-1.094,0.232-5.995,1.373-4.535,3.82 c-8.798-1.351-10.242,5.937-15.873,8.912c-3.132-3.147-7.208,3.765-9.523,2.547c-6.207,5.717-2.945-1.285-1.814-4.669 c-4.788,4.32-6.84-5.306-10.885-7.215c-4.522,1.684-2.89-2.739-8.163,3.396c-3.839-4.056-10.605-1.883-2.268,2.547 c-3.865,1.87-7.938-5.163-11.338,1.697c-4.359,5.842-5.448-0.021-9.07,0.425c-4.462,6.927-12.664,3.286-20.862,5.941 c-5.557,3.901-10.035,0.008-13.152-4.244c-2.574-3.253-7.76,0.319-11.338,0.425c-0.146,6.666-4.858,7.788-9.978,8.488 c-2.953,0.692-8.56,7.766-7.256-2.547c1.467-4.93-6.388-7.601-9.07-5.518c-5.668,1.913-5.348-5.983-1.361-8.912 C700.335,926.536,702.672,927.378,700.292,926.079z" />
<path id="path_ABG" d="M960.089,721.766l2.637,0.854c3.121,3.206,3.501,1.915,7.063,0.568c0.795,3.698,4.432-3.3,5.896-2.971 c5.545,9.837-1.516-15.341,1.813-5.093c0.779,5.528,5.052,5.915,10.432,4.668c7.443,1.314,5.297-5.507,7.709-9.337 c4.825-1.845,11.792-9.111,9.071-7.215c-2.109,2.703,11.274,3.434,9.978-1.273c7.33-3.564-2.331,5.615,4.535,8.063 c6.298-3.012,7.128-0.19,9.07-7.215c-1.551-4.926-0.512-8.145,5.441-8.488c-2.267-4.225,0.096-8,6.35-9.761 c1.32-5.185,14.539,1.339,9.07-8.064c6.067-5.63,5.718,5.316,11.338,1.273c6.931-4.553,8.827,2.671,14.967-0.849 c3.168,1.211,10.438-1.882,12.698-2.547c3.238,5.306,6.709,1.827,6.35-2.122c1.224-2.897,5.419-2.15,3.628-5.941 c-4.474-3.641-12.898-10.642-9.523-8.488c2.088-3.602-1.508-16.959-2.722-20.796c-3.657-2.37-2.013-10.75-7.256-5.942 c-4.233-0.123-6.216,5.072-4.989,5.518c-2.823-5.219-8.562-9.346-14.966-7.64c-7.744-1.756,4.459-5.73-0.454-11.883 c3.564-2.098-12.062-5.998-6.803,1.272c-7.17,0.933,2.217-5.639-3.628-6.79c-0.722-3.853-0.655-9.32,0.454-12.309 c0.001-9.109-8.353-4.477-13.152-5.941c-4.311,1.611-0.086-12.425-5.442-8.488c-0.801,5.927-11.211-0.147-14.966,4.244 c-5.241-5.583-5.946-5.42-12.246-1.697c-5.613-0.513-5.273-12.419-5.896-8.913c-3.186-0.978-7.358-7.779-10.884-0.849 c-2.715,4.092-6.319-2.299-9.524,1.697c-0.655,0.476-2.399,1.966-3.175,1.273c-0.007,5.533-4.821,6.44-7.71,11.884 c-0.069,5.616-1.009,9.186-3.628,15.143c1.645,1.516,13.683-4.875,13.152,3.956c4.543,2.15-3.795,10.522-2.268,11.883 c-6.246,4.74-6.127,10.835-13.605,15.279c-2.695,6.233-4.245,8.648-0.454,9.762c0.638,4.382-4.498,5.641-5.916,8.906l3.861,4.1 l-0.271,3.58l-4.05,4.521l0.17,2.84l-0.79,10.74l-3.09,4.47l2.688,4.82l0.432,7.108l5.188-1.738l4.181,5.448l-1.84,1.159 l1.312,5.631L960.089,721.766z" />
<path id="path_GRZ" d="M962.699,722.426l-2.424-0.623l0.26-3.58l-0.43-7.473l-1.313-5.63l1.841-1.16l-4.181-5.447l-5.188,1.737l-0.432-7.107l-2.688-4.82 l3.091-4.47l0.79-10.74l-0.17-2.84l4.05-4.521l0.271-3.579l-3.53-4.881c-4.548,3.589-5.17-1.631-3.266-5.405 c0.381-6.992-7.466,1.862-8.163-6.365c-1.385-10.074-10.217-1.269-9.217,2.614l0.446,9.015l-6.229,3.438l-5.602-1.93l1.562,11.358 l-0.619,4.689l5.659,5.95l1.5,7.34l-6.841,8.8l-2.711,5.4l3,14.688l5.643,3.933l-1.33,4.698l-6.24,2.102l-3.561-5.3l-7.079-7.262 l-9.03,2.142l-9.04,0.8l-8.42-3.22l-7.141-11.95l-0.062-4.021l5.54-2.75l-2.16-4.658l-3.5-1.291l2.63-10.079l5.54-2.762 l0.631-4.688l-2.841-3.312l2.75-2.721l6.86-7.46l-9.181-7.898l-3.479,0.051l-8.438-5.23l-5.512,4.103l1.432,2.647l-3.461,2.063 l0.729,2l-1.311,5.369l-4.17,1.409l1.471,4.659l-9.03,2.143l-4.12,4.078l1.48,6l-6.302-1.908l-5.551,2.09l-3.39,6.068l6.3,1.922 l2.891,7.317l7.689,1.9l-9.67,5.489l0.8,7.358l4.94,3.94l-2.67,8.068l-0.672,2.021l-2.051,2.71l-11.84,0.17l2.9,7.32l2.148,3.989 l0.63-4.029l7.689,1.229l7.76,6.579l4.171-0.729l3.579,6.648l-6.93,2.771l-0.63,4.029l-6.26,1.431l0.14,9.37l-4.2-1.28l-4.108,4.75 l-3.409,5.41l2.897,7.319l-2.02,4.71l2.16,4.659l-2.671,8.739l6.948-1.438l0.82,8.021l-1.99,6.729l5.011,9.301l2.172,5.318 l4.908,1.939l4.852-1.41l1.66,2.83l0.845,6.373c5.159-7.197,7.854-3.94,15.419-10.186c-6.936-5.574,4.186-7.932,5.896-11.884 c12.553,3.355-7.725,10.113,2.721,16.128c6.676,1.563,8.71,6.777,4.989,12.732c-6.949,4.438-0.966,8.578,0.453,12.308 c0.77-1.121-0.68,4.767,1.814,0.849c2.365-0.706,8.549,1.159,11.338-1.273c4.565-1.007,0.868-6.648,3.175-10.186 c0.79-3.832,9.288-3.147,9.07,0.425c1.87,0.44,1.916,2.983,3.628,3.395c4.523,1.384,2.144-5.585,6.35-3.395 c5.147,4.093,12.606-5.499,5.442-4.669c-1.572-1.049-9.153,1.316-9.07-2.546c-10.579-0.86,11.056-10.341,7.709-9.338 c1.347-5.071-2.566-10.905,2.722-12.308c2.761-1.075,8.562,2.241,6.349,7.215c3.087,4.423,8.312-0.406,4.989-3.819 c3.878-1.595,3.076-8.282,4.988-8.913c2.345,3.5,6.82,6.271,9.978,4.669c0.926,6.964,4.307-5.323,8.164,0.424 c6.937,1.152-2.039-10.089,8.163-6.79c-0.603-2.526,9.211-2.027,7.71-9.337c9.821,0.686,0.336-3.275,5.442-8.064 c2.448-6.3-6.754-0.748-8.164-4.244c-5.258,1.328-11.829-1.771-10.431-8.488c-6.466-5.298-2.014-9.627,2.268-12.732 c-0.909-8.804-12.032,0.424-13.605-5.941c-1.492-0.096-2.23-7.139,0.453-11.035c1.813-6.084,6.671-0.659,10.885-0.424 c4.274-4.164,10.758-8.729,7.257-14.854c-4.76,1.785-12.548,1.706-10.885-2.547C962.022,729.6,958.673,726.985,962.699,722.426z" />
<path id="path_G" d="M881.875,644.506 l0.384-0.684c4.837-2.594,7.829-1.93,13.152,0c7.88-6.562,16.558-3.143,24.036,0.849c0.269,1.311,5.748,0.997,9.099,0.798 l3.091,0.97l0.806,10.701l-6.229,3.44l-5.602-1.93l1.562,11.359l-0.621,4.69l5.661,5.95l1.5,7.34l-6.842,8.8l-3.408,5.41 l3.698,14.68l5.641,3.93l-1.33,4.7l-6.24,2.101l-3.559-5.301l-7.08-7.26l-9.031,2.141l-9.04,0.8l-8.42-3.22l-7.139-11.95 l-0.062-4.021l5.54-2.75l-2.16-4.66l-3.5-1.29l2.63-10.079l5.54-2.761l0.632-4.689l-2.842-3.311l2.75-2.72l6.86-7.46l-9.179-7.9 L881.875,644.506z" />
<path id="path_SHK" d="M773.538,581.927c1.23,0.111,1.009,5.757,1.236,7.995c1.635,4.917,9.217-1.188,11.791,3.82c8.265,3.021,0.973,7.034,8.164,8.912 c3.052,7.873,2.787-5.306,9.07-2.546c4.234,5.447,12.986,1.059,20.408,0c5.573,0.913,6.123,0.02,11.338-1.698 c5.316-2.137,4,8.54,8.164,4.244c2.556,2.769,4.985,6.059,2.268,9.762c6.86,3.746,11.3-5.449,14.966,2.971 c4.736,1.447,4.544,1.622,8.617,5.093c-1.515,3.23-1.608,6.933-3.175,9.762c2.403,3.497,10.694-0.296,12.245,2.971 c6.706,3.449-0.987,8.951,3.628,10.61c-0.712,2.77-0.606,1.128-0.606,1.128l0.521,6.229l-3.481,0.05L870.254,646l-5.512,4.1 l1.432,2.65l-3.46,2.06l0.729,2l-1.309,5.37l-4.17,1.41l1.469,4.66l-9.03,2.14l-4.12,4.079l1.48,6l-6.299-1.909l-5.552,2.091 l-3.39,6.068l6.3,1.921l2.892,7.32l7.688,1.9l-9.67,5.489l0.8,7.36l4.94,3.94l-2.67,8.068l-0.669,2.021l-2.05,2.71l-11.842,0.17 l2.9,7.32l-12.54,0.859l-2.17-5.32l-4.82,4.08l-11.12,2.181l-4.84,2.08l-4.188,0.06l-2.911-8.67l-6.259,0.77l-4.111,4.739 l3.56,5.312l-4.778,6.76l-7.642,1.45l-11.14,0.83l-2.74,3.39l-8.39-1.88l-5.49,5.44l-7.729-3.91l-12.512,2.189l-5.7-8.62 l-5.528,2.761l-4.892-0.601l-3.528-2.621l-0.062-4.688l-9.12-3.88l-2.158-4.66l-2.821-2.63l-6.259,1.43l-1.481-6.01l4-12.11 l5.611,1.93l2.068-1.37l-6.54-17.979l6.95-1.44l0.62-5.369l7.64-1.45l3.431-4.061l-1.49-6.68l4.85-2.08l16.811,5.78l3.63,9.99 l-6.21,4.109l-4.2-1.279l-1.349,3.369l10.5,3.19l9.74-0.81l8.328-2.802l-1.479-6l6.939-1.448l4.851-2.07l4.201,1.269l2.75-2.709 l-5.661-5.95l6.821-10.14l-0.182-12.05l2-6.05l-7.04-5.261l-2.148-3.979l-2.071,1.37l-7.75-5.25l-6.91,3.46l-1.438-2.66 l-8.991,4.82l-7.129-11.28l1.349-2.7l8.321-3.47l1.358-2.03l9.03-2.14l-1.438-3.32l2.759-1.38l4.149-2.07l-0.75-4.01l9.08,1.88 l9.66-6.84l-2.83-2.64l6.2-5.44l-2.849-3.979l3.469-1.391l-2.24-10.01l4.83-2.75L773.538,581.927z" />
<path id="path_SOM" d="M698.153,574.25l3.151-1.305c-7.861-1.488-6.441-6.223-7.256-12.308c-0.835-3.133-7.256-10.997,0.907-9.762 c7.425,0.486-0.315-9.24,5.585-8.912c0.87,0.467,1.327-0.614,1.218-1.273c-5.023-0.792-5.053-1.492-5.442-6.366 c-2.229-13.294-4.29-1.831-7.257-8.488c1.454-6.19-6.546-10.27-12.698-5.941c-1.03,2.714-8.606,3.575-6.803-1.698 c3.771-6.368-12.132-1.236-7.257-8.912c4.08-2.185,1.027-7.046,5.896-8.913s-2.175-0.011-2.175-0.011l1.321-4.7l-12.571-1.83 l2.01-5.38l-6.318-3.26l-3.491,0.05l-2.12-2.641l4.821-4.09l-4.911-1.939l-6.219,3.439l2.118,2.65l-1.31,5.37l3.47-1.391l2.84,3.98 l-7.54,8.81l-3.47,0.721l-13.39-9.841l-1.339,3.36l-4.08,6.76l-7.59,5.471l-0.741-3.341l-6.299-1.92l-2.802-0.62l-9.13-4.56 l-4.198-1.28l4.099-5.41l0.651-3.359l-2.16-4.65l-11.88-2.51l-2.892-6.65l-4.84,2.08l1.97-8.06l-7.72-3.91l-4.19-0.61l-3.42,4.74 l2.21,8l-4.85,2.08l-6.25,1.43l-0.59,7.381l-0.66,2.68l-2.79-0.62l-8.28,6.14l-0.62,5.37l4.931,3.271l-1.959,8.729l-9,4.15 l-1.26,9.399l-4.222-2.62l-12.54,0.181l-2.608,12.09l-3.472,0.72l1.592,13.37l2.84,3.97l-3.441,2.73l0.75,4.01l-3.479,0.05 l-8.312,3.471l2.97,12.68l-1.359,2.03l2.189,6.66l1.5,7.34l-8.979,5.49l2.81,1.97l-1.2,12.729l-2.77,1.38l0.72,1.33l16.07,3.11 l4.241,3.96l4.04-9.43l17.339-6.28l-3.65-10.66l5.55-2.09l0.07,4.68l9.05-0.8l2.73-3.39l4.22,1.949l1.26-8.72l8.38,1.21l7.762,6.59 l-0.602,6.7l2.79-0.04l2.92,9.33l6.37,6.601l0.09,6.029l7.61-4.13l8.35-0.8l1.351-2.69l6.97-0.109l7.611-4.12l-4.201-1.28l0.62-4.7 l-3.549-4.63l1.309-6.04l-2.9-7.33l1.222-11.399l4.16-2.07l7.67,0.561l6.948-1.44l4.922,2.61l6.269-0.101l9.771,1.2l11.849-0.18 l8.34-1.46l6.321,3.26l6.169-6.79l6.31,2.59l-0.6,6.03l4.88,0.6l6.92-3.45l6.25-1.43L698.153,574.25z" />
<path id="path_KYF" d="M529.067,409.649L529.42,407c4.342,2.539,10.706-4.195,11.338,1.698c-3.976-1.564-10.838,4.2-2.268,3.819 c1.025-0.749,3.342-0.272,4.988-0.424c1.333-2.086,7.901-4.435,9.07-2.547c0.334,2.744-0.462-6.333,3.628-2.547 c5.024-2.15,8.772,1.451,13.152,3.82c-2.798-0.77,7.33,3.512,9.07,3.819c2.907-2.399,1.495,3.427,3.175,3.819 c3.38-0.752,5.362,2.567,10.432,0.85c5.345-2.027,9.779-0.378,13.151-1.273c-0.23-1.241,2.604,0.771,2.268-0.849 c1.951-6.437,13.767,2.026,13.152,4.669c-0.129,4.304,3.384-5.288,9.524-1.273c0.509-1.896,9.589-1.258,13.605-3.82 c6.186-0.232,4.936,11.662,10.884,12.309c1.043-2.592,0.817-1.567,2.722-2.547c2.3,4.979,2.781,1.758,6.803,2.122 c8.924-2.19,7.569,6.136,4.988,9.337c1.284,3.567,2.694,8.658,3.629,11.459c0.836,4.955,10.514-2.286,9.523,2.971 c1.578,2.115-8.073,1.74-3.628,3.396c3.843,2.949,4.977,6.699,9.978,8.913c0.467-0.614,12.217,7.969,9.07,10.61 c-2.627,3.821-8.271-0.563-6.803,7.639c1.037,1.282,1.006,1.88-1.36,3.396c-5.506,0.206-1.804,4.593-5.896,8.913 c-5.396-0.097-3.797,8.565-10.884,10.186c1.988-4.794-2.114-2.573-4.535-5.093c-2.422-2.52-2.175-0.011-2.175-0.011l1.321-4.7 l-12.571-1.83l2.01-5.38l-6.318-3.26l-3.491,0.05l-2.12-2.641l4.821-4.09l-4.911-1.939l-6.219,3.439l2.118,2.65l-1.31,5.37 l3.47-1.391l2.84,3.98l-7.54,8.81l-3.47,0.721l-13.39-9.841l-1.339,3.36l-4.08,6.76l-7.59,5.471l-0.741-3.341l-6.299-1.92 l-2.802-0.62l-9.13-4.56l-4.198-1.28l4.099-5.41l0.651-3.359l-2.16-4.65l-11.88-2.51l-2.892-6.65l-4.84,2.08l1.97-8.06l-7.72-3.91 l-4.19-0.61l-3.42,4.74l2.21,8l-4.85,2.08l-6.25,1.43l-0.59,7.381l-0.66,2.68l-2.79-0.62l-8.28,6.14l-0.62,5.37l4.931,3.271 l-1.959,8.729l-9,4.15l-1.26,9.399l-4.222-2.62l-12.54,0.181l-9.76-0.521l0.6-6.71l-2.79,0.04l-5.578-0.58l-5.552,2.09l-0.04-2.68 l-13.26-1.149l-2.08,0.699l-3.479,0.061l-6.92,3.439l-2.731,4.061l-3.46,1.39l0.62-5.359l-2.139-3.32l-11.79,4.189l-2.102-0.64 l-2.108-1.31l-1.5-7.341l-2.87-5.31l-3.602-7.99l-2.26-12.01l-10.5-3.2l-2.12-1.97l-9.97-14.59l-5.59-0.59l-9.811-3.87 l-12.39,10.899l-7.69-1.899l-2.81-1.3l3.361-8.75l-7.762-6.58l-0.04-2.681l10.36-6.18l4.08-6.75l1.45,3.33l2.06-1.37l0.63-4.7 l4.17-1.399l1.95-9.401l6.312,2.581l5.568-0.08l0.061,4.021l7.02,3.239l4.852-2.08l-1.46-3.989l12.528-1.521l9.762,0.521l6.92-3.45 l6.309,2.59l6.25-1.431l2.14,3.311l3.48-0.05l2.75-2.71l4.09-6.09l11.07-5.521l3.47-1.389l8.441,5.23l5.589,1.26l4.189,0.609 l1.42,1.99l7.69,1.221l6.96-0.771l9.68-4.83L529.067,409.649z" />
<path id="path_HBN" d="M517.628,943.882c1.47,4.385,6.016-3.31,5.889-9.03c-0.076-3.431-4.675-5.584-4.675-5.584l2.92-0.319l6.858-7.46l6.892-5.46 l1.358-2.7l10.33-8.188l1.313-5.369l-7.712-3.236l-9.041,0.801l-0.812-7.359l-3.568-5.971l8.278-5.479l-2.89-7.32l-2.1,0.03 l0.64-4.021l-6.96,0.102l-0.13-8.71l-9.021,2.811l-3.608-8.641l-1.49-6.681l-2.84-3.301l-2.75,2.71l2-6.05l-7.812-9.931 l-4.778,6.101l0.068,5.351l-6.09,12.141l-5-7.96l-4.069,7.431l-2.899-7.989l-6.931,2.771l-9.88-8.55l-5.061-11.979l-8.37-0.55 l-5.39,12.8l-9.602,10.189l-8.31,4.13l-4.16,1.399l-2.8-1.29l1.319-4.71l-11.229-5.189l-5.53,2.761l1.33-4.71l-2.109-1.301 l-6.949,1.431l-4.73,10.12l-5.659-5.279l-1.311,5.381l-7.601,4.8l0.051,3.34l13.3,3.819l-0.63,4.7l3.46-2.061l2.13,2.648 l0.05,4.021l-1.37,1.351l0.062,4.021l-2.78,0.71l-1.29,6.71l-4.859,1.41l2.909,8.67l2.12,1.97l2.12,1.979l-0.58,8.04l4.98,6.62 l-4.11,4.75l-3.521-1.961l-11.119,1.511l-4.92-2.609l-2.892-6.649l-6.93,2.109l-4.061,8.761l1.511,7.341l-1.21,1.92l-5.1,5.876 c2.545,2.617,1.573,9.746,4.535,13.156c1.521-0.383,5.245,3.828,9.524,0.849c-2.131,2.874,3.809,5.433-0.453,6.366 c-1.67-0.874,0.449,6.708,2.721,2.972c1.938,5.729,3.825-5.184,5.442,1.697c0.513,4.235,7.107-2.921,5.442-3.396 c0.299-4.734,9.112,0.183,7.71,1.273c-0.34,3.281-2.814,9.498,4.535,10.61c4.43,2.098,8.838,2.157,11.338,2.546 c-2.137,7.538-3.962,11.165,0,16.553c0.928,5.829,1.16,7.794-2.268,11.459c-2.54,8.278,8.407-0.316,1.813,7.215 c6.181,5.919,1.151,8.424,1.814,12.732c2.195,1.935,0.234,4.443,2.268,5.942c2.461,7.793,19.818,1.896,17.233-0.425 c-3.695,5.345,6.735,2.991,8.164,2.122c-0.386,7.203,9.337,6.868,10.884,10.186c6.518-0.036,3.065-9.179,4.082-13.156 c-1.213-4.686-1.581-6.542,0.907-11.035c6.973,0.965,3.802,6.717,9.523,5.093c1.773,1.483,8.044-0.672,7.257-4.668 c7.657-2.599,7,4.708,11.338,5.941c7.913,3.463,16.772-6.384,10.431-14.854c1.874-7.065-5.929-1.765-9.978-4.668 c-3.379-0.244-5.261-2.887-4.988-7.64c-5.142-2.734-13.71,1.851-14.513-6.366c-4.666-2.978-4.323-5.609-9.07-6.366 c-7.787,0.392-7.238-9.295-1.814-10.61c1.188-2.636,0.78-8.676-4.535-4.669c1.046-4.769-1.254-10.312,6.492-8.488 c6.721,6.371,12.174-6.955,11.195-4.244c4.661,0.294,5.75-10.717,10.885-4.668c6.71-0.03,10.222-9.863,18.141-4.244 c1.311-1.263,1.301,0.817,2.268,0.424c3.618-2.514,7.175-6.267,9.524-1.697c-0.156,6.611,4.229,4.706,7.256,2.122 C507.652,946.058,515.277,936.867,517.628,943.882z" />
</g>
<g id="State_borders">
<path id="state_borders_path" d="M529.873,404.454l-0.453,0.849V407c4.342,2.539,10.706-4.195,11.338,1.698c-3.976-1.564-10.838,4.2-2.268,3.819 c1.025-0.749,3.342-0.272,4.988-0.424c1.333-2.086,7.901-4.435,9.07-2.547c0.334,2.744-0.462-6.333,3.628-2.547 c5.024-2.15,8.772,1.451,13.152,3.82c-2.798-0.77,7.33,3.512,9.07,3.819c2.907-2.399,1.495,3.427,3.175,3.819 c3.38-0.752,5.362,2.567,10.432,0.85c5.345-2.027,9.779-0.378,13.151-1.273c-0.23-1.241,2.604,0.771,2.268-0.849 c1.951-6.437,13.767,2.026,13.152,4.669c-0.129,4.304,3.384-5.288,9.524-1.273c0.509-1.896,9.589-1.258,13.605-3.82 c6.186-0.232,4.936,11.662,10.884,12.309c1.043-2.592,0.817-1.567,2.722-2.547c2.3,4.979,2.781,1.758,6.803,2.122 c8.924-2.19,7.569,6.136,4.988,9.337c1.284,3.567,2.694,8.658,3.629,11.459c0.836,4.955,10.514-2.286,9.523,2.971 c1.578,2.115-8.073,1.74-3.628,3.396c3.843,2.949,4.977,6.699,9.978,8.913c0.467-0.614,12.217,7.969,9.07,10.61 c-2.627,3.821-8.271-0.563-6.803,7.639c1.037,1.282,1.006,1.88-1.36,3.396c-5.506,0.206-1.804,4.593-5.896,8.913 c-5.396-0.097-3.797,8.565-10.884,10.186c1.988-4.794-2.114-2.573-4.535-5.093c-4.869,1.867-1.816,6.729-5.896,8.913 c-4.875,7.676,11.028,2.544,7.257,8.912c-1.804,5.273,5.772,4.412,6.803,1.698c6.152-4.328,14.152-0.249,12.698,5.941 c2.967,6.657,5.027-4.806,7.257,8.488c0.39,4.874,0.419,5.574,5.442,6.366c0.109,0.659-0.348,1.74-1.218,1.273 c-5.9-0.328,1.84,9.398-5.585,8.912c-8.163-1.235-1.742,6.629-0.907,9.762c0.814,6.085-0.605,10.819,7.256,12.308 c5.566,6.579,8.818-3.645,14.513,0.425c9.479,6.107,5.012-8.602,10.432-2.122c2.513-7.013,8.091-5.963,14.512-2.971 c2.405,1.97,4.697,3.392,6.804,5.093c-2.357,7.726-0.101,0.333,4.081-0.849c1.073-3.762,4.771,0.415,6.35-1.698 c0.903,1.194,2.838-1.988,4.082-0.424c1.144-0.526,1.262,4.612,7.256,5.518c3.39-1.005,2.445,2.691,4.082,6.365h0.906 c-1.491-0.849,0.485,5.36,0.454,7.64c1.635,4.917,9.217-1.188,11.791,3.82c8.265,3.021,0.973,7.034,8.164,8.912 c3.052,7.873,2.787-5.306,9.07-2.546c4.234,5.447,12.986,1.059,20.408,0c5.573,0.913,6.123,0.02,11.338-1.698 c5.316-2.137,4,8.54,8.164,4.244c2.556,2.769,4.985,6.059,2.268,9.762c6.86,3.746,11.3-5.449,14.966,2.971 c4.736,1.447,4.544,1.622,8.617,5.093c-1.515,3.23-1.608,6.933-3.175,9.762c2.403,3.497,10.694-0.296,12.245,2.971 c6.706,3.449-0.987,8.951,3.628,10.61c4.837-2.594,7.829-1.93,13.152,0c7.88-6.562,16.558-3.143,24.036,0.849 c1.997,5.706,8.412-1.712,12.245,3.82c-1.221-4.993,8.14-13.045,9.524-2.971c0.697,8.228,8.544-0.627,8.163,6.365 c-1.904,3.774-1.282,8.994,3.175,5.518c1.397-3.271,6.533-4.53,5.896-8.912c-3.791-1.113-2.241-3.528,0.454-9.762 c7.479-4.444,7.359-10.539,13.605-15.279c-1.527-1.36,6.811-9.732,2.268-11.883c0.53-8.831-11.508-2.44-13.152-3.956 c2.619-5.957,3.559-9.526,3.628-15.143c2.889-5.443,7.703-6.351,7.71-11.884c0.775,0.692,2.52-0.798,3.175-1.273 c3.205-3.996,6.81,2.395,9.524-1.697c3.525-6.931,7.698-0.129,10.884,0.849c0.622-3.506,0.282,8.4,5.896,8.913 c6.3-3.723,7.005-3.886,12.246,1.697c3.755-4.392,14.165,1.683,14.966-4.244c5.356-3.937,1.132,10.1,5.442,8.488 c4.8,1.465,13.153-3.168,13.152,5.941c-1.109,2.988-1.176,8.456-0.454,12.309c5.845,1.151-3.542,7.723,3.628,6.79 c-5.259-7.271,10.367-3.37,6.803-1.272c4.913,6.152-7.29,10.127,0.454,11.883c6.404-1.706,12.143,2.421,14.966,7.64 c-1.227-0.445,0.756-5.641,4.989-5.518c5.243-4.808,3.599,3.572,7.256,5.942c1.214,3.837,4.81,17.194,2.722,20.796 c-3.375-2.153,5.05,4.848,9.523,8.488c1.791,3.791-2.404,3.044-3.628,5.941c0.359,3.949-3.111,7.428-6.35,2.122 c-2.26,0.665-9.53,3.758-12.698,2.547c-6.14,3.52-8.036-3.704-14.967,0.849c-5.62,4.043-5.271-6.903-11.338-1.273 c5.469,9.403-7.75,2.88-9.07,8.064c-6.254,1.761-8.616,5.536-6.35,9.761c-5.953,0.344-6.992,3.563-5.441,8.488 c-1.942,7.024-2.772,4.203-9.07,7.215c-6.866-2.448,2.795-11.628-4.535-8.063c1.297,4.707-12.087,3.977-9.978,1.273 c2.721-1.896-4.246,5.37-9.071,7.215c-2.412,3.83-0.266,10.651-7.709,9.337c-5.38,1.247-9.652,0.86-10.432-4.668 c-3.329-10.248,3.731,14.93-1.813,5.093c-1.465-0.329-5.102,6.669-5.896,2.971c-3.562,1.347-5.495,1.084-8.616-2.122 c-4.026,4.56,0.85,8.534,1.36,12.308c-1.663,4.253,6.125,4.332,10.885,2.547c3.501,6.126-2.982,10.69-7.257,14.854 c-4.214-0.235-9.072-5.66-10.885,0.424c-2.684,3.896-1.945,10.939-0.453,11.035c1.573,6.365,12.696-2.862,13.605,5.941 c-4.281,3.105-8.733,7.435-2.268,12.732c-1.398,6.717,5.173,9.816,10.431,8.488c1.41,3.496,10.612-2.056,8.164,4.244 c-5.106,4.789,4.379,8.75-5.442,8.064c1.501,7.31-8.313,6.811-7.71,9.337c-10.202-3.299-1.227,7.942-8.163,6.79 c-3.857-5.747-7.238,6.54-8.164-0.424c-3.157,1.602-7.633-1.169-9.978-4.669c-1.912,0.631-1.11,7.318-4.988,8.913 c3.322,3.413-1.902,8.242-4.989,3.819c2.213-4.974-3.588-8.29-6.349-7.215c-5.288,1.402-1.375,7.236-2.722,12.308 c3.347-1.003-18.288,8.478-7.709,9.338c-0.083,3.862,7.498,1.497,9.07,2.546c7.164-0.83-0.295,8.762-5.442,4.669 c-4.206-2.19-1.826,4.778-6.35,3.395c-1.712-0.411-1.758-2.954-3.628-3.395c0.218-3.572-8.28-4.257-9.07-0.425 c-2.307,3.537,1.391,9.179-3.175,10.186c-2.789,2.433-8.973,0.567-11.338,1.273c-2.494,3.918-1.045-1.97-1.814-0.849 c-1.419-3.729-7.402-7.869-0.453-12.308c3.721-5.955,1.687-11.17-4.989-12.732c-10.445-6.015,9.832-12.772-2.721-16.128 c-1.711,3.952-12.832,6.31-5.896,11.884c-7.565,6.245-10.26,2.988-15.419,10.186c-2.425,1.887-10.811,1.982-4.535,6.366 c1.459,4.553-2.004,11.07-3.175,11.884c0.296,2.8-8.902,1.497-13.605,3.819c-5.58,3.471-0.598,15.695,4.081,15.703 c11.161,4.905,6.061-9.072,13.606-1.273c-3.211,5.406,1.936,8.786,4.988,10.61c3.144,3.404,8.854,10.523,1.814,11.035 c-2.699-1.679-7.615,6.271-2.722,4.244c-3.386,3.114,3.258,3.024-0.907,5.941c6.528,3.007-1.273,2.361-2.268-0.424 c-1.121-3.524-4.785,1.037-5.442,1.697c-2.798,3.266-8.69-0.497-8.616,6.791c-5.709,0.399,4.607,5.012,3.628,4.668 c1.725-1.141,11.827,1.471,4.988,5.093c-1.094,0.232-5.995,1.373-4.535,3.82c-8.798-1.351-10.242,5.937-15.873,8.912 c-3.132-3.147-7.208,3.765-9.523,2.547c-6.207,5.717-2.945-1.285-1.814-4.669c-4.788,4.32-6.84-5.306-10.885-7.215 c-4.522,1.684-2.89-2.739-8.163,3.396c-3.839-4.056-10.605-1.883-2.268,2.547c-3.865,1.87-7.938-5.163-11.338,1.697 c-4.359,5.842-5.448-0.021-9.07,0.425c-4.462,6.927-12.664,3.286-20.862,5.941c-5.557,3.901-10.035,0.008-13.152-4.244 c-2.574-3.253-7.76,0.319-11.338,0.425c-0.146,6.666-4.858,7.788-9.978,8.488c-2.953,0.692-8.56,7.766-7.256-2.547 c1.467-4.93-6.388-7.601-9.07-5.518c-5.668,1.913-5.348-5.983-1.361-8.912c-2.329-2.916-1.248-8.039-3.628-9.338 c-4.237,0.112-4.497,0.809-9.07,3.396c-6.903,6.47,3.653-3.356-2.721-5.941c-7.826-0.07-9.657-6.557-6.803-13.581 c-5.25-0.127,0.901-5.886-1.361-8.913c5.104,0.082-4.223-9.079,3.175-5.518c7.115-0.924,2.906-7.143,0.454-9.337 c-2.413-4.012-12.481-4.185-13.606-2.971c-3.225-1.011-6.346-6.029-10.884-2.122c-8.39-3.755-0.422,5.895-7.257,5.518 c-9.809-3.167-0.303,8.732-5.896,10.61c-6.589-2.277-5.255,3.208-8.163,4.244c-1.587,7.634-0.628-6.861-4.989-1.273 c0.137,0.379-2.253-0.195-4.988,2.122c0.793-1.576-0.766-0.27-0.907-1.273c-12.03-0.98,1.26,12.582-5.442,15.703 c2.827,3.192,9.467,6.214,6.803,12.732c3.358,5.187-7.201,13.679,0.907,16.128c-3.526,2.13-0.086,3.553,2.268,7.64 c-0.285,4.191,6.021,11.767-1.36,12.732c-6.496,1.236,1.305,3.491,1.813,10.186c-8.104-5.021-2.623,5.352-7.256,6.791 c4.027,3.873,7.051,11.759-0.907,11.883c1.181-2.146,1.915,4.365,1.36,5.518c3.952,4.146-0.498,13.656-4.535,10.187 c-2.639-4.452-10.303-5.479-10.431-7.64c-6.518-8.842-7.731,2.547-8.163,6.79c-3.397,0.85-7.207,1.009-4.082-2.122 c6.567-4.622-6.128-2.067-6.35-7.215c-1.243,3.701-6.819,2.109-5.442-2.122c-3.593-3.946-5.694-9.854,0.454-13.581 c9.106-1.758,3.051-9.212-2.268-15.278c1.624-1.136-0.897-5.115-4.535-2.547c-4.789,6.563-0.188-3.287-2.722-5.941 c-6.084-2.337-11.032-0.437-11.338,6.365c-0.229-0.216-8.465,1.613-13.605,4.244c-7.36-2.084,1.591-4.782-1.814-4.668 c-1.155-3.148-0.221-3.897-4.535-3.82c-2.621,0.146-11.909-6.013-9.978,1.698c3.734,4.486-1.642,7.942-4.988,2.122 c-1.581-4.521-9.762-6.462-5.896-9.337c0.976-4.11-4.337-2.474-5.442-7.215v-0.425h-0.907c-2.352-7.015-9.977,2.176-12.245,0 c-3.027,2.584-7.412,4.489-7.256-2.122c-2.35-4.569-5.906-0.816-9.524,1.697c-0.967,0.394-0.957-1.687-2.268-0.424 c-7.919-5.619-11.431,4.214-18.141,4.244c-5.135-6.049-6.224,4.962-10.885,4.668c0.979-2.711-4.475,10.615-11.195,4.244 c-7.746-1.823-5.446,3.72-6.492,8.488c5.315-4.007,5.724,2.033,4.535,4.669c-5.424,1.315-5.973,11.002,1.814,10.61 c4.747,0.757,4.404,3.389,9.07,6.366c0.803,8.217,9.371,3.632,14.513,6.366c-0.272,4.753,1.609,7.396,4.988,7.64 c4.049,2.903,11.852-2.397,9.978,4.668c6.342,8.471-2.518,18.317-10.431,14.854c-4.338-1.233-3.681-8.54-11.338-5.941 c0.787,3.996-5.483,6.151-7.257,4.668c-5.722,1.624-2.551-4.128-9.523-5.093c-2.488,4.493-2.12,6.35-0.907,11.035 c-1.017,3.978,2.436,13.12-4.082,13.156c-1.547-3.317-11.27-2.982-10.884-10.186c-1.429,0.869-11.859,3.223-8.164-2.122 c2.585,2.321-14.772,8.218-17.233,0.425c-2.033-1.499-0.072-4.008-2.268-5.942c-0.663-4.309,4.366-6.813-1.814-12.732 c6.594-7.531-4.354,1.063-1.813-7.215c3.428-3.665,3.195-5.63,2.268-11.459c-3.962-5.388-2.137-9.015,0-16.553 c-2.5-0.389-6.908-0.448-11.338-2.546c-7.35-1.112-4.875-7.329-4.535-10.61c1.402-1.091-7.411-6.008-7.71-1.273 c1.665,0.475-4.93,7.631-5.442,3.396c-1.617-6.881-3.504,4.032-5.442-1.697c-2.271,3.736-4.391-3.846-2.721-2.972 c4.262-0.934-1.678-3.492,0.453-6.366c-4.279,2.979-8.004-1.231-9.524-0.849c-2.962-3.41-1.99-10.539-4.535-13.156 c0.447-1.203-2.714-1.203-2.268,0c-1.561,4.425-10.21,6.121-12.698,3.395c2.474,1.128-4.108,1.01-4.535,0 c2.29,1.229-4.736-7.262,0.453-9.337c2.28-4.113,5.073-7.279-1.813-7.639c-10.51-0.312,0.79-7.539-7.71-5.094 c0.186-4.486-4.888-10.021-8.617-14.005c2.227,3.183,1.159-10.368-3.628-14.006c-2.451-1.293-9.691,1.596-14.06-2.547 c-2.652-4.858-7.776-1.773-9.977-6.79c-3.59-0.848-5.824-1.415-9.524-0.85c-4.597-2.44,2.841-10.048-1.814-9.337 c0.894-3.776-4.444-3.885-6.803-6.79c2.121-7.326-10.73-7.79-10.431-0.425c1.82,2.693-10.664-7.016-8.617-2.122 c-3.182,6.766-5.652-0.22-9.978-3.819c5.949-2.554-4.061-7.146-6.803-1.698c-0.677,3.632-2.013,4.988-4.988,8.064 c-4.93,1.105-6.572,7.772-4.535,7.639c-0.988-1.216-6.487,5.828-10.432,6.367c1.135-2.705-1.259-3.914-1.36-5.942 c3.689-4.021,2.568-10.454,7.257-14.006c-0.14-2.17-7.27-7.939-4.082-13.581c2.006-5.332-0.584-10.112-3.175-14.854 c0.93-3.073,4.494-8.175,8.617-8.063c3.921,8.549,9.988-0.786,4.535-6.366c-1.744-3.633-1.106-9.641-4.535-10.61 c-2.242-6.471-7.501-10.317-14.966-7.215c-8.386-6.424-14.214,6.015-19.048,2.971c-6.87-1.076-5.249,7.488,0.453,11.035 c1.851,4.424-1.477,8.65-4.988,9.337c-5.927,1.268-9.475-3.438-14.513-6.366c-3.298,2.655-12.236,5.394-9.979-2.547 c6.4-3.697-2.427-13.31,2.268-14.854c1.828-3.766,4.101-5.398,7.711-5.517c0.783-4.538,8.271-5.955,4.082-6.367 c-6.309-1.96-0.488-9.346,4.535-13.581c2.258-6.25,4.55-10.383,1.36-17.4c-2.088,0.37-7.554,0.182-3.628-5.518 c-0.505-1.372,2.532,0.797,0.906-1.697c-2.059-3.141,1.898-2.665,3.629-2.547c4.013-3.149,0.835,1.779,3.628,2.122 c-0.648,3.198,1.793-6.559,0-8.488c-7.357-4.906,7.402-13.592,0.453-13.581c-0.668-3.995,7.665-9.428,11.338-9.337 c-0.396,2.047,1.282,2.192,1.814,1.697c4.67,5.053,3.379-6.998,7.71-2.971c6.067,4.659,3.799-3.067,7.709-4.669 c2.665-3.316-0.066-6.991-4.535-2.122c-4.477-9.498,5.679-11.829,10.885-16.552c2.008-1.692,2.072-4.095,0.454-5.518 c-0.46,0.777-7.591-0.401-1.814-3.395c-2.895-1.735-5.054-6.14-9.524-8.913c-4.057-6.389-11.026-1.264-13.605,4.669 c-10.147-1.851,2.473-8.471,2.268-12.309c-1.313-2.824,5.119-3.922-1.813-1.697c-8.337-1.833-3.635,1.714-9.07,5.518 c-4.235-2.241,2.34-6.835-2.268-11.46c4.65,0.331,8.245,2.449,13.151,1.273c1.273-2.202,3.711,5.056,5.442,0.425 c2.952,9.768,6.767-6.646,8.163,1.273c0.502,0.272,15.342,0.367,10.885-5.093c-7.943,4.941-2.663-4.995-9.523-5.518 c5.71-4.812-0.313-7.723-3.175-9.762c-2.261-1.253,1.394-4.012-0.454-8.063v-0.85l0.907-0.849 c0.816-8.133,6.787-10.191,13.152-7.215c4.7-1.1,11.751,3.655,14.966,2.547c-1.143-6.302,11.975-0.645,7.257,1.272 c-1.536,6.081,11.949,6.649,13.152,0.85c1.819,1.116-1.369,3.441,5.441,2.122c1.733-1.179,7.11-3.421,6.35-6.366 c0.131-0.714,0.944-2.942-1.36-2.122c-4.825-5.527,4.512,0.271,5.442-5.518c-5.38-2.697-2.404-7.905-8.164-9.337 c-1.031-3.604-5.443-2.184-10.431-5.518c-7.805-1.158-4.04-2.791-5.442-5.941c4.307-2.422,3.934-3.688,1.814-6.366 c-1.434-4.38-1.247-4.038,2.268-8.488c5.048-3.121,1.72-4.423,2.268-7.215c7.432,5.016,4.671-10.486-3.175-5.094 c-2.366-4.839-3.085-2.217-5.442-5.941c-0.93-4.774-9.127-2.856-3.628-7.215c-0.306,2.271,10.431-0.671,12.698-3.82 c1.92-4.734,6.492,6.783,6.803,6.791c-0.015,4.098-2.168,5.246,1.814,8.912c0.567,7.916,7.946,1.411,7.257-1.272 c-3.295-4.686-1.991-7.058,0-11.035c-1.642,1.021-4.937-4.025-1.814-4.668c-2.306-7.872,9.274-8.063,9.978-14.854 c3.275-5.73-5.483,0.148-7.71-4.244c-7.411,0.216-4.025-6.746-10.885-8.913c-4.743-5.748-5.643,1.677-10.431,0 c-0.866-8.266-4.64-6.383-11.338-4.244c-0.771-3.964-8.032-0.49-8.617-5.518c-4.95,4.008-10.315-2.485-5.442-7.215 c-2.383,1.586-3.259-4.001-4.988-6.366c-5.732,0.891-3.544-2.971-3.628-6.366c3.99,0.767,5.115-8.31,1.36-6.366 c-4.188-2.486-7.668,0.051-10.432-1.697c-1.958-2.87-8.572-3.396-12.244-1.697c-7.609,2.556-0.516-4.349-4.535-5.094 c-0.369-8.31-8.621-1.717-11.792-7.215c6.153-4.256,3.955-13.974-2.721-16.552c2.515-5.53-5.1-12.139-0.454-18.25 c8.815-1.577,9.498-13.201,20.408-11.883c0.855-4.688,9.049-3.568,6.803-11.035c0.489-1.057,3.121-0.115,3.175,0.424 c7.607,1.211,7.088-3.479,11.338-5.518c-1.408-3.836-1.601-4.262,3.629-1.697c1.277-2.098,0.689,5.771,3.174,7.64 c4.184-3.987,2.814-12.216,11.339-8.063c4.92,4.519,8.045-4.823,12.244,2.121c11.067,1.238-5.001-4.767,1.814-8.063 c3.261-1.103,3.569,0.262,8.617,0c1.257-3.713,6.393-9.512,2.721-11.46c-0.092-1.683,3.287-6.172,5.442-7.639 c2.706-5.286,5.601,1.125,7.257,1.698c-1.781,6.71,2.463,2.021,5.441,3.819c1.997-3.043,5.673-7.551,12.699-8.488 c0.347-4.189,9.146-0.749,10.431-5.093c-1.355-9.016,5.351-8.824,13.152-11.035c1.729-3.679,4.317-9.229,8.616-11.459 c0.604-1.781,3.718-6.932-0.453-7.64c3.969-0.248,6.912-4.229,4.535-7.639c3.385-4.779-7.331-10.051,1.814-8.913 c6.577,4.612,16.594-6.237,21.769,0.849c4.828,3.011,9.213,1.392,15.42,6.366c4.93,3.598,6.519,16.06,14.513,7.639 c4.74,4.795,12.353-0.402,14.513-3.395c5.375,1.804,4.242-6.774,9.381-6.791c7.665,0.115,6.562,6.082,10.574,8.063 c-2.965-0.565,9.266,6.305,7.71-0.849c3.027-4.831,2.593-9.024-4.535-9.337c-3.521,1.715-3.71-5.759-3.629-11.035 c-0.412,3.276,6.953,0.618,2.722-4.668c-5.105-4.976,4.963-4.978,9.523-7.639c6.711,0.823,0.353-1.124,1.814-5.093 c2.741,0.007,8.068-0.586,8.617-1.273c8.254-1.072,10.176-3.289,18.141,0c0.332-5.684,5.252-2.306,9.07-1.273 c8.494,0.878,13.391,1.943,12.698,9.762c4.166-1.494,6.626-4.575,12.699-4.244c6.998,2.555,6.979,11.224,13.605,10.61 c2.216,0.947,4.305-1.66,6.349-2.546c5.009,1.902-7.82,3.74,7.257,6.791c0.885,7.67-7.482,6.216-12.698,4.668 c-2.123-6.741-3.233,0.743-4.535,4.244c-1.822,5.054,3.094,5.482,4.988,11.035c-5.24,6.455,3.761,8.616,3.175,5.518 c1.204,6.825,14.601,4.981,11.791,10.61c3.239,1.713-7.656,9.007-4.081,7.64c-1.848,1.691,6.563,6.323,2.268,9.337 c4.606-0.647,5.145,5.421,11.338,9.762c-2.034,1.06-3.021,4.195-4.082,5.942c0.462,5.792,5.296,8.829,2.268,14.43 C530.494,399.761,519.485,406.945,529.873,404.454" />
</g>
<g id="region_names">
<text id="text_EIC" y="440.79025" x="270.61011">
<tspan id="tspan_EIC">Eichsfeld</tspan>
</text>
<text id="text_NDH" y="373.39249" x="443.59558">
<tspan id="tspan_NDH">Nordhausen</tspan>
</text>
<text id="text_KYF" y="447.19019" x="537.91577">
<tspan id="tspan_KYF">Kyffhäuserkreis</tspan>
</text>
<text id="text_SHL" y="838" x="422" style="font-size:16px;">
<tspan id="tspan_SHL">Suhl</tspan>
</text>
<text id="text_UH" y="541.58057" x="384.85406">
<tspan id="tspan_UH">Unstrut-Hainich-Kreis</tspan>
</text>
<text id="text_SOM" y="550.41321" x="594.49243">
<tspan id="tspan_SOM">Sömmerda</tspan>
</text>
<text id="text_EF" y="644.36023" x="542.69336" style="font-size:16px;;">
<tspan id="tspan_EF">Erfurt</tspan>
</text>
<text id="text_GTH" y="684.50854" x="427.1777">
<tspan id="tspan_GTH">Gotha</tspan>
</text>
<text id="text_WAK" y="708.59753" x="269.79633">
<tspan y="708.59753" x="269.79633" id="tspan_WAK">Wartburgkreis</tspan>
</text>
<text id="text_EA" y="639.54242" x="294.06787" style="font-size:14px;">
<tspan id="tspan_EA">Eisenach</tspan>
</text>
<text id="text_SM" y="804.95343" x="330.82178">
<tspan y="804.95343" x="330.82178" id="tspan1_SM">Schmalkalden-</tspan>
<tspan y="828.28674" x="330.82178" id="tspan2_SM">Meiningen</tspan>
</text>
<text id="text_IK" y="769.62292" x="509.08023">
<tspan id="tspan_IK">Ilm-Kreis</tspan>
</text>
<text id="text_WE" y="643.55731" x="645.63257" style="font-size:14px;;">
<tspan id="tspan_WE">Weimar</tspan>
</text>
<text id="text_AP" y="685.31146" x="643.99304">
<tspan y="685.31146" x="643.99304" id="tspan1_AP">Weimarer</tspan>
<tspan y="708.64478" x="643.99304" id="tspan2_AP">Land</tspan>
</text>
<text id="text_J" y="673.26703" x="735.00763" style="font-size:16px;;">
<tspan id="tspan_J">Jena</tspan>
</text>
<text id="text_SHK" y="634.72467" x="804.82184">
<tspan y="634.72467" x="804.82184" id="tspan1_SHK">Saale-</tspan>
<tspan y="658.05798" x="804.82184" id="tspan2_SHK">Holzland-</tspan>
<tspan y="681.39136" x="804.82184" id="tspan3_SHK">Kreis</tspan>
</text>
<text id="text_G" y="691.73523" x="902.53357" style="font-size:16px;">
<tspan id="tspan_G">Gera</tspan>
</text>
<text id="text_GRZ" y="775.24371" x="904.9425">
<tspan id="tspan_GRZ">Greiz</tspan>
</text>
<text id="text_ABG" y="649.98102" x="1016.1025">
<tspan y="649.98102" x="1016.1025" id="tspan1_ABG">Altenburger</tspan>
<tspan id="tspan2_ABG" y="673.31433" x="1016.1025">Land</tspan>
</text>
<text id="text_SOK" y="814.58905" x="792.52728">
<tspan y="814.58905" x="792.52728" id="tspan1_SOK">Saale-</tspan>
<tspan y="837.92236" x="792.52728" id="tspan2_SOK">Orla-</tspan>
<tspan y="861.25574" x="792.52728" id="tspan3_SOK">Kreis</tspan>
</text>
<text id="text_SLF" y="811.3772" x="632.737">
<tspan y="811.3772" x="632.737" id="tspan1_SLF">Saalfeld-</tspan>
<tspan y="834.71051" x="632.737" id="tspan2_SLF">Rudolstadt</tspan>
</text>
<text id="text_SON" y="941.4577" x="573.3175">
<tspan id="tspan_SON">Sonneberg</tspan>
</text>
<text id="text_HBN" y="908.53607" x="460.90228">
<tspan id="tspan_HBN">Hildburghausen</tspan>
</text>
</g>
<g id="legend">
<rect id="rect933" y="355.48938" x="1010.47" height="160.59322" width="40.148304" style="fill:url(#colorGradient);" />
<text id="lowerCount" y="547.58478" x="1030" style="font-weight:bold;font-size:26.7px;line-height:1.25;">
<tspan id="tspan935">0</tspan>
</text>
<text id="upperCount" y="342.82834" x="1030" style="font-weight:bold;font-size:26.7px;line-height:1.25;">
<tspan id="tspan939">100</tspan>
</text>
</g>
<g id="legend_incidence">
<g id="incidence1000" transform="matrix(0.62269118,0,0,0.61586626,180,200.0)">
<rect id="rectBox1000" y="355.48938" x="1010.47" height="40.0" width="40.0" style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
<text id="label_inc1000" y="389.82504" x="1063.8258" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">
<tspan id="span_inc1000" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">> 1000</tspan>
</text>
</g>
<g id="incidence500" transform="matrix(0.62269118,0,0,0.61586626,180,235.0)">
<rect id="rectBox500" y="355.48938" x="1010.47" height="40.0" width="40.0" style="fill:#5b189b;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
<text id="label_inc500" y="389.82504" x="1063.8258" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">
<tspan id="span_inc500" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">500</tspan>
</text>
</g>
<g id="incidence200" transform="matrix(0.62269118,0,0,0.61586626,180,270.0)">
<rect id="rectBox200" y="355.48938" x="1010.47" height="40.0" width="40.0" style="fill:#b275dd;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
<text id="label_inc200" y="389.82504" x="1063.8258" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">
<tspan id="span_inc200" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">200</tspan>
</text>
</g>
<g id="incidence100" transform="matrix(0.62269118,0,0,0.61586626,180,305.0)">
<rect id="rectBox200" y="355.48938" x="1010.47" height="40.0" width="40.0" style="fill:#ac1316;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
<text id="label_inc200" y="389.82504" x="1063.8258" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">
<tspan id="span_inc200" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">100</tspan>
</text>
</g>
<g id="incidence50" transform="matrix(0.62269118,0,0,0.61586626,340,200.0)">
<rect id="rectBox50" y="355.48938" x="1010.47" height="40.0" width="40.0" style="fill:#eb1a1f;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
<text id="label_inc50" y="389.82504" x="1063.8258" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">
<tspan id="span_inc50" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">50</tspan>
</text>
</g>
<g id="incidence35" transform="matrix(0.62269118,0,0,0.61586626,340,235.0)">
<rect id="rectBox35" y="355.48938" x="1010.47" height="40.0" width="40.0" style="fill:#f1894a;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
<text id="label_inc35" y="389.82504" x="1063.8258" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">
<tspan id="span_inc35" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">35</tspan>
</text>
</g>
<g id="incidence15" transform="matrix(0.62269118,0,0,0.61586626,340,270.0)">
<rect id="rectBox15" y="355.48938" x="1010.47" height="40.0" width="40.0" style="fill:#feffb1;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
<text id="label_inc15" y="389.82504" x="1063.8258" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">
<tspan id="span_inc15" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">15</tspan>
</text>
</g>
<g id="incidence0" transform="matrix(0.62269118,0,0,0.61586626,340,305.0)">
<rect id="rectBox0" y="355.48938" x="1010.47" height="40.0" width="40.0" style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
<text id="label_inc0" y="389.82504" x="1063.8258" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">
<tspan id="span_inc0" style="font-weight:normal;font-size:38.75535202px;line-height:1.25;text-align:start;writing-mode:lr-tb;text-anchor:start">0</tspan>
</text>
</g>
</g>
<g id="cases">
<text id="cases_text_headline" y="341.22247" x="821.50848" style="font-size:24px;line-height:1.25;">
<tspan id="cases_tspan_headline" y="341.22247" x="821.50848">Fallzahlen für</tspan>
</text>
<text id="cases_text_region" y="370.60046" x="822.22919" style="font-size:24px;line-height:1.25;">
<tspan id="cases_tspan_region">Kreis</tspan>
</text>
<text id="cases_text_count" style="font-size:24px;" y="400.04877" x="822.72723">
<tspan id="cases_tspan_count">0</tspan>
</text>
</g>
<text id="sum" style="font-size:24px;" x="941.81079" y="972.5021">
<tspan id="tspan_sum" x="941.81079" y="972.5021">SUMME</tspan>
</text>
<text id="timestamp" style="font-size:16px;" x="941.81079" y="1002.5021">
<tspan id="tspan_timestamp" x="941.81079" y="1002.5021">Stand: 01.01.2020, 10:30 Uhr</tspan>
</text>
<text id="source" style="font-size:16px;" x="941.81079" y="1032.5021">
<tspan id="tspan_source" x="941.81079" y="1032.5021">Quelle: TMASGFF</tspan>
</text>
</svg>
<div id="selectorLinks" class="selectorLinks"></div>
<div id="graphBlockContainer">
<h2 id="graph_headline"></h2>
<div class="graphBlock" >
<img id="graph_variable" src="./plotT0.png" class="graph">
</div>
<div class="graphBlock">
<img src="./plotT5A_RKI.png" alt="Infektionen nach Altersgruppe" title="Infektionen nach Altersgruppe" id="graph_variable_age_cases">
</div>
<div class="graphBlock">
<img src="./plotT5B_RKI.png" alt="Verstorbene nach Altersgruppe" title="Verstorbene nach Altersgruppe" id="graph_variable_age_dec">
</div>
</div>
<br>
</div>
<div class="centerText">
<a target="_self" href="./index.html">« zurück zur Startseite «</a>
<br>
<br>
<h1 id="Info">Info über diese Seite</h1>
<br>
Die Daten können je nach Quelle und Uhrzeit variieren und werden stündlich aktualisiert.<br>
<br>
<a href="https://www.uni-jena.de/200422_Boehme_Interview">Interview</a> · <a href="https://github.com/micb25/corona-jena/blob/master/README.md">Zusammenfassung</a> · <a href="https://github.com/micb25/corona-jena/blob/master/data/README.md">Daten</a> · <a href="https://github.com/micb25/corona-jena">Quellcode</a><br>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HGW4VMH2XP5WY&source=url">☕ Kaffee spendieren ☕</a><br>
<br>
Autor: <a href="https://www.michael-böhme.de/">Michael Böhme</a><br>
mit Unterstützung von <a href="https://floriankleiner.de">Florian Kleiner</a><br>
Abbildungen sind lizensiert unter <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/de/">CC BY-NC-SA</a><br>
<br>
<br>
</div>
</body>
</html>