7 Commits

10 changed files with 454 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/">
<img class="navbar-brand-logo" src="{{ "/images/logo.svg" | prepend: site.baseurl }}" alt="" />
<img class="navbar-brand-logo js-pride-logo" src="{{ "/images/logo.svg" | prepend: site.baseurl }}" data-pride-src="{{ "/images/logo-pride.svg" | prepend: site.baseurl }}" alt="" />
<span>chaospott</span>
</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
+9 -1
View File
@@ -10,7 +10,14 @@
<div class="row">
<div class="col-xs-12 text-center">
{% assign logo_url = page.logo_url | default: "/images/logo.svg" %}
<img src="{{ logo_url | prepend: site.baseurl }}" alt="Chaospott Logo" />
<img
src="{{ logo_url | prepend: site.baseurl }}"
alt="Chaospott Logo"
{% if logo_url == "/images/logo.svg" %}
class="js-pride-logo"
data-pride-src="{{ "/images/logo-pride.svg" | prepend: site.baseurl }}"
{% endif %}
/>
</div>
</div>
</div>
@@ -19,6 +26,7 @@
<footer>
{% include footer.html %}
</footer>
<script src="{{ site.baseurl }}/js/pride-logo.js"></script>
<script src="{{ site.baseurl }}/js/TweenLite.min.js"></script>
<script src="{{ site.baseurl }}/js/EasePack.min.js"></script>
<script src="{{ site.baseurl }}/js/rAF.js"></script>
@@ -9,7 +9,7 @@ Wer einem alten Laptop aus dem Keller noch einmal neues Leben einhauchen will, f
## Fehlermeldung
![Das Bild zeigt eine Fehlermelung: Das Firmwareupdate wird nur ausgeführt, wenn die Batterie über 10% geladen ist.](/media/2026-04-15/error.jpg)
![Das Bild zeigt eine Fehlermelung: Das Firmwareupdate wird nur ausgeführt, wenn die Batterie über 10% geladen ist.]({{ site.url }}/media/2026-04-15/error.jpg)
*Fehlermeldung verhindert Update. Chaospott [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)*
Dank diesem eingebauten Schutzmechanismus lässt sich die Firmware nur mit eingestecktem Netzteil und eingesteckter Batterie ausführen, die außerdem auch noch zu mehr als 10% geladen sein muss. Der seit Jahren tiefentladene Akku lässt jedoch nur noch eine maximale Ladung von 2% zu. Auch ein online beschriebener Bypass mit der Flag `/forceit` lässt hier leider kein Update zu.
+1 -1
View File
@@ -4,6 +4,6 @@ title: "Digital Independence Day am 3. Mai"
date: 2026-05-01 19:44:42
---
Auch dieser Monat startet wieder mit einem [Digital Independence Day](https://diday.org/) im Chaospott. Bei Kaffee und Kuchen beraten wir euch gerne zu allen Fragen rund um den Ausstieg aus dem Überwachungsalbtraum, den wir unsere aktuelle IT-Service-Landschaft nennen.
Auch dieser Monat startet wieder mit einem [Digital Independence Day](https://diday.org/) im Chaospott. Bei Kaffee und Kuchen beraten wir euch gerne zu allen Fragen rund um den Ausstieg aus dem Überwachungsalbtraum, den wir unsere aktuelle IT-Service-Landschaft nennen.
Kommt einfach diesen Sonntag, 3. Mai, zwischen 16 und 18 Uhr in den Räumen des Chaospotts in der Sibyllastraße vorbei. Eine Anmeldung ist nicht erforderlich. Sofern ihr direkt etwas einrichten wollt, bringt bitte euer Laptop/Smartphone samt Ladekabel mit.
@@ -0,0 +1,19 @@
---
layout: post
title: "DC3E sammelt Contesterfahrung"
date: 2026-06-28 09:00:00
---
Am 28. Juni haben wir als Funkamateure des Chaospotts unter dem Rufzeichen DC3E am 2m-Einsteigercontest teilgenommen. Der Wettbewerb wird von der Ortsgruppe [Lima33](https://www.darc.de/der-club/distrikte/l/ortsverbaende/33/) organisiert und richtet sich insbesondere an frisch lizenzierte Funkamateure. Er bietet eine ideale Gelegenheit, erste QSOs im Contestbetrieb zu führen und Erfahrungen im Funkverkehr zu sammeln.
![Innenaufnahme OV-Heim Romeo12. Ein großer an der Wand montierter Monitor zeigt die Website des Chaospott mit dem Vereinslogo und aktuellen Beiträgen. Darunter befindet sich ein weiterer Monitor mit der Amateurfunkplattform QRZ.com. Links an der Wand hängt eine digitale Uhr mit blauer LED-Anzeige (13:37 Uhr UTC).]({{ site.url }}/media/2026-06-28/r12.webp)
*OV-Heim von Romeo12 [Chaospott](https://chaospott.de) [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)*
Für unsere Teilnahme sind wir nach Ratingen gefahren und konnten den Contest vom OV-Heim von [Romeo12](https://www.darc.de/der-club/distrikte/r/ortsverbaende/12/) aus bestreiten. Für die tatkräftige Unterstützung und die Gastfreundschaft möchten wir uns an dieser Stelle herzlich bedanken.
Während der zweistündigen Wettbewerbszeit konnten wir sechs QSOs führen. Besonders spannend waren dabei die unterschiedlichen Standorte der Gegenstationen. So erreichten wir unter anderem eine Station auf dem [Tölleturm](https://de.wikipedia.org/wiki/Toelleturm) in Wuppertal. Der Turm liegt auf rund 330 Metern über Normalnull und ist nicht nur aus historischer Sicht interessant, sondern bietet durch seine Höhe von ca. 30 Meter für den Amateurfunk hervorragende Bedingungen.
Wir hören uns auf den Bändern.
73
DC3E
+2 -3
View File
@@ -91,9 +91,8 @@ a {
}
#large-header {
background: url('/images/pride_flag.svg'); // pride month background
//background-size: 450px;
//background: #222 url('/images/logowall.svg') center top;
background: #222 url('/images/logowall.svg') center top;
background-size: 450px;
height: 228px;
margin: 0 0 170px 0;
+403
View File
@@ -0,0 +1,403 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="127.36147mm"
height="127.36147mm"
viewBox="0 0 451.28078 451.28078"
id="svg3422"
version="1.1"
inkscape:version="1.4.4 (dcaf3e7d9e, 2026-05-05)"
sodipodi:docname="logo_pride.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs3424">
<linearGradient
id="linearGradient35">
<stop
style="stop-color:#a85cd1;stop-opacity:1;"
offset="0"
id="stop30" />
<stop
style="stop-color:#709cd4;stop-opacity:1;"
offset="0.20295793"
id="stop31" />
<stop
style="stop-color:#85c87d;stop-opacity:1;"
offset="0.39857882"
id="stop32" />
<stop
style="stop-color:#e1c269;stop-opacity:0.99020964;"
offset="0.60008481"
id="stop33" />
<stop
style="stop-color:#ed955c;stop-opacity:1;"
offset="0.79296464"
id="stop34" />
<stop
style="stop-color:#db606e;stop-opacity:0.99980223;"
offset="1"
id="stop35" />
</linearGradient>
<linearGradient
id="linearGradient17">
<stop
style="stop-color:#a85cd1;stop-opacity:0.75867778;"
offset="0"
id="stop24" />
<stop
style="stop-color:#709cd4;stop-opacity:1;"
offset="0.20295793"
id="stop25" />
<stop
style="stop-color:#85c87d;stop-opacity:1;"
offset="0.39857882"
id="stop26" />
<stop
style="stop-color:#e1c269;stop-opacity:0.99020964;"
offset="0.60008481"
id="stop27" />
<stop
style="stop-color:#ed955c;stop-opacity:1;"
offset="0.79296464"
id="stop28" />
<stop
style="stop-color:#db606e;stop-opacity:0.99980223;"
offset="1"
id="stop29" />
</linearGradient>
<linearGradient
id="linearGradient17-1">
<stop
style="stop-color:#a85cd1;stop-opacity:0.99903578;"
offset="0"
id="stop18" />
<stop
style="stop-color:#709cd4;stop-opacity:1;"
offset="0.20295793"
id="stop22" />
<stop
style="stop-color:#85c87d;stop-opacity:1;"
offset="0.39857882"
id="stop21" />
<stop
style="stop-color:#e1c269;stop-opacity:0.99020964;"
offset="0.60008481"
id="stop20" />
<stop
style="stop-color:#ed955c;stop-opacity:1;"
offset="0.79296464"
id="stop19" />
<stop
style="stop-color:#db606e;stop-opacity:0.99980223;"
offset="1"
id="stop17" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient17-1"
id="linearGradient18"
x1="-120.85378"
y1="749.52722"
x2="178.24835"
y2="610.23529"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient35"
id="linearGradient24"
x1="-120.85378"
y1="749.52722"
x2="178.24835"
y2="610.23529"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="218.25"
inkscape:cy="201.25"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1052"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<metadata
id="metadata3427">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(206.04209,-462.89908)">
<rect
style="display:inline;opacity:1;fill:none;stroke:none"
id="rect4060"
width="445"
height="445"
x="-202.5"
y="467.00507"
inkscape:export-filename="/home/m/Bilder/chaospottlogo/tmp.png"
inkscape:export-xdpi="70.667412"
inkscape:export-ydpi="70.667412" />
<path
style="display:inline;opacity:1;fill:url(#linearGradient24);fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 20.05365,478.31285 c -116.55647,0 -211.03125,94.47478 -211.03125,211.03125 0,116.55647 94.47478,211.03125 211.03125,211.03125 116.55647,0 211.03125,-94.47478 211.03125,-211.03125 0,-116.55647 -94.47478,-211.03125 -211.03125,-211.03125 z"
id="path5058"
inkscape:connector-curvature="0"
inkscape:export-xdpi="706"
inkscape:export-ydpi="706" />
<g
transform="matrix(0.04439256,0,0,0.04439256,123.48319,667.92281)"
id="g5389"
style="display:inline;opacity:1;stroke:#000000;stroke-opacity:1">
<path
id="path5391"
d="m 309.69149,358.64455 c -5.65441,0.72283 -11.30938,1.58433 -16.92955,2.60706 -0.0718,0.0135 -0.14509,0.0151 -0.21688,0.0285 C 150.20807,383.03492 29.334127,501.31373 5.8737404,643.55064 c -0.01074,0.0651 -0.026798,0.12895 -0.037492,0.19405 -21.3350264,112.37915 18.3868556,232.4327 101.2030016,310.95058 0.0318,0.0302 0.0734,0.0507 0.10518,0.0807 33.79894,33.15524 74.44277,58.10593 118.32274,74.44263 101.09799,37.6393 219.43377,29.4654 311.23783,-30.06937 0.0783,-0.0506 0.15334,-0.10592 0.23155,-0.15656 114.99045,-69.04346 181.65586,-207.82988 162.63909,-340.706 -10e-4,-0.0103 -0.003,-0.0206 -0.004,-0.0309 -0.003,-0.0206 -0.005,-0.0413 -0.008,-0.062 -8.41649,-64.74172 -35.62056,-127.07488 -77.94468,-176.9021 -0.0239,-0.029 -0.0502,-0.0559 -0.0742,-0.0847 -73.46095,-89.01994 -191.9794,-135.93359 -306.20604,-123.2427 -1.8863,0.20961 -3.7622,0.43943 -5.647,0.6804 z m 3.20127,14.7395 c 1.36201,-0.16852 2.73023,-0.35641 4.09379,-0.50749 23.22507,-2.56979 46.6743,-2.53462 69.86735,-0.089 L 349.83575,653.99388 312.89276,373.384 Z m -14.84312,2.17477 36.37602,276.30329 -106.64398,-257.47036 c 21.61137,-8.56722 44.15159,-14.79564 67.24798,-18.30926 l 0.12393,-0.0163 0.0929,-0.0122 c 0.93284,-0.17041 1.86909,-0.33351 2.8031,-0.49511 z m 103.68193,-0.853 c 24.20403,3.64992 48.02644,9.90504 70.91234,18.62214 l -107.53935,259.56986 36.62701,-278.192 z M 213.95882,400.24608 319.25562,654.42664 152.11623,436.62942 c 19.28493,-14.28014 40.01945,-26.53772 61.84259,-36.38334 z m 272.57157,-1.27615 c 22.61331,9.75955 44.15604,21.96723 64.10961,36.38076 L 378.59078,659.5696 486.53039,398.96993 Z M 140.24553,445.81999 309.96898,666.96481 88.800436,497.25621 c 15.276094,-18.87142 32.565194,-36.14608 51.445094,-51.43622 z m 422.36514,-1.42314 c 17.3336,13.76694 33.28503,29.29249 47.43825,46.4555 l 0.035,0.0269 0.0391,0.0579 c 1.66672,1.96082 3.29347,3.93945 4.91123,5.94103 L 389.64672,669.80785 562.61067,444.39685 Z M 79.084118,509.88247 297.4828,677.46567 42.919283,572.04095 c 9.71108,-21.94018 21.914589,-42.78135 36.164835,-62.15848 z M 37.176208,585.8777 292.61053,691.69208 19.004047,655.65913 c 0.49202,-3.10493 1.024633,-6.19772 1.613703,-9.29011 l 0.01875,-0.097 0.01875,-0.097 c 3.399227,-20.69086 8.99716,-40.86714 16.520966,-60.29728 z M 624.19393,508.75295 c 14.24884,19.45082 26.26998,40.54739 35.89664,62.69465 L 404.53376,677.30383 624.19393,508.75295 Z M 16.988784,670.51804 291.49542,706.68465 17.453859,742.7629 C 14.608286,718.81626 14.375971,694.54565 16.988784,670.51804 Z M 665.76309,585.32592 c 8.58472,22.48112 14.741,45.91319 18.22056,69.68667 L 410.80961,690.97664 665.76309,585.32592 Z M 19.566665,757.61418 299.68082,720.73645 39.493012,828.52618 c -9.193746,-22.82598 -15.91934,-46.64967 -19.926347,-70.912 z m 386.973325,-50.946 279.37057,-36.77984 c 2.70652,24.47537 2.38432,49.15545 -0.69751,73.46959 L 406.53999,706.66818 Z m -2.91133,14.75624 279.34817,36.78999 c -4.19704,24.12206 -11.10791,47.78501 -20.44691,70.45915 L 403.62866,721.42442 Z M 304.96688,734.79173 82.842068,905.21155 C 68.067722,885.71321 55.509009,864.57378 45.374246,842.31399 L 304.96688,734.79173 Z m 95.32077,1.47703 256.23501,106.15025 c -10.15407,21.88219 -22.61447,42.72472 -37.1351,61.97102 L 400.28765,736.26876 Z M 308.3721,751.08036 143.16051,966.4246 c -8.92464,-6.98059 -17.48875,-14.46174 -25.61718,-22.44203 l -0.0351,-0.0269 -0.0701,-0.0538 c -8.95469,-8.48309 -17.38379,-17.48343 -25.262836,-26.93296 L 308.37211,751.08041 Z m 12.72398,8.06443 -103.77639,250.56411 c -21.87682,-9.1822 -42.76903,-20.64061 -62.13878,-34.33925 L 321.09608,759.14479 Z m 72.31524,-8.07058 216.05363,165.81164 c -15.14934,18.2045 -32.22577,34.79593 -51.00578,49.26657 L 393.41132,751.07421 Z m -16.70286,2.89241 169.61826,221.06411 c -5.64911,3.93063 -11.41811,7.68667 -17.33823,11.23415 l -0.1157,0.0788 -0.11584,0.0778 c -14.55972,9.46056 -29.86694,17.53312 -45.68831,24.29632 L 376.70846,753.96662 Z m -41.33624,9.94933 -35.38917,268.91985 c -23.43458,-3.5443 -46.50124,-9.4339 -68.70025,-17.6211 L 335.37222,763.91595 Z m 28.8051,-0.98702 104.93881,253.37667 c -22.37199,8.3112 -45.63931,14.0645 -69.30108,17.3188 L 364.17732,762.92893 Z m -14.34549,5.95466 35.07892,266.45081 c -23.27471,2.1654 -46.79566,1.9439 -70.08103,-0.5763 l 35.00211,-265.87451 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:15;stroke-opacity:1;marker:none;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
sodipodi:end="3.1415927"
sodipodi:start="0"
transform="matrix(1.5476688,0,0,2.9265796,18.046801,-1429.1168)"
d="m 431.52776,730.33624 a 216.41182,112.09354 0 0 1 -108.20592,97.07585 216.41182,112.09354 0 0 1 -216.41182,0 216.41182,112.09354 0 0 1 -108.2059032,-97.07585 l 216.4118232,0 z"
sodipodi:ry="112.09354"
sodipodi:rx="216.41182"
sodipodi:cy="730.33624"
sodipodi:cx="215.11594"
id="path5393"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:type="arc" />
</g>
<g
id="g5383"
transform="matrix(0.04439256,0,0,0.04439256,72.56569,667.92281)"
style="display:inline;opacity:1;stroke:#000000;stroke-opacity:1">
<path
inkscape:connector-curvature="0"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:15;stroke-opacity:1;marker:none;enable-background:accumulate"
d="m 309.69149,358.64455 c -5.65441,0.72283 -11.30938,1.58433 -16.92955,2.60706 -0.0718,0.0135 -0.14509,0.0151 -0.21688,0.0285 C 150.20807,383.03492 29.334127,501.31373 5.8737404,643.55064 c -0.01074,0.0651 -0.026798,0.12895 -0.037492,0.19405 -21.3350264,112.37915 18.3868556,232.4327 101.2030016,310.95058 0.0318,0.0302 0.0734,0.0507 0.10518,0.0807 33.79894,33.15524 74.44277,58.10593 118.32274,74.44263 101.09799,37.6393 219.43377,29.4654 311.23783,-30.06937 0.0783,-0.0506 0.15334,-0.10592 0.23155,-0.15656 114.99045,-69.04346 181.65586,-207.82988 162.63909,-340.706 -10e-4,-0.0103 -0.003,-0.0206 -0.004,-0.0309 -0.003,-0.0206 -0.005,-0.0413 -0.008,-0.062 -8.41649,-64.74172 -35.62056,-127.07488 -77.94468,-176.9021 -0.0239,-0.029 -0.0502,-0.0559 -0.0742,-0.0847 -73.46095,-89.01994 -191.9794,-135.93359 -306.20604,-123.2427 -1.8863,0.20961 -3.7622,0.43943 -5.647,0.6804 z m 3.20127,14.7395 c 1.36201,-0.16852 2.73023,-0.35641 4.09379,-0.50749 23.22507,-2.56979 46.6743,-2.53462 69.86735,-0.089 L 349.83575,653.99388 312.89276,373.384 Z m -14.84312,2.17477 36.37602,276.30329 -106.64398,-257.47036 c 21.61137,-8.56722 44.15159,-14.79564 67.24798,-18.30926 l 0.12393,-0.0163 0.0929,-0.0122 c 0.93284,-0.17041 1.86909,-0.33351 2.8031,-0.49511 z m 103.68193,-0.853 c 24.20403,3.64992 48.02644,9.90504 70.91234,18.62214 l -107.53935,259.56986 36.62701,-278.192 z M 213.95882,400.24608 319.25562,654.42664 152.11623,436.62942 c 19.28493,-14.28014 40.01945,-26.53772 61.84259,-36.38334 z m 272.57157,-1.27615 c 22.61331,9.75955 44.15604,21.96723 64.10961,36.38076 L 378.59078,659.5696 486.53039,398.96993 Z M 140.24553,445.81999 309.96898,666.96481 88.800436,497.25621 c 15.276094,-18.87142 32.565194,-36.14608 51.445094,-51.43622 z m 422.36514,-1.42314 c 17.3336,13.76694 33.28503,29.29249 47.43825,46.4555 l 0.035,0.0269 0.0391,0.0579 c 1.66672,1.96082 3.29347,3.93945 4.91123,5.94103 L 389.64672,669.80785 562.61067,444.39685 Z M 79.084118,509.88247 297.4828,677.46567 42.919283,572.04095 c 9.71108,-21.94018 21.914589,-42.78135 36.164835,-62.15848 z M 37.176208,585.8777 292.61053,691.69208 19.004047,655.65913 c 0.49202,-3.10493 1.024633,-6.19772 1.613703,-9.29011 l 0.01875,-0.097 0.01875,-0.097 c 3.399227,-20.69086 8.99716,-40.86714 16.520966,-60.29728 z M 624.19393,508.75295 c 14.24884,19.45082 26.26998,40.54739 35.89664,62.69465 L 404.53376,677.30383 624.19393,508.75295 Z M 16.988784,670.51804 291.49542,706.68465 17.453859,742.7629 C 14.608286,718.81626 14.375971,694.54565 16.988784,670.51804 Z M 665.76309,585.32592 c 8.58472,22.48112 14.741,45.91319 18.22056,69.68667 L 410.80961,690.97664 665.76309,585.32592 Z M 19.566665,757.61418 299.68082,720.73645 39.493012,828.52618 c -9.193746,-22.82598 -15.91934,-46.64967 -19.926347,-70.912 z m 386.973325,-50.946 279.37057,-36.77984 c 2.70652,24.47537 2.38432,49.15545 -0.69751,73.46959 L 406.53999,706.66818 Z m -2.91133,14.75624 279.34817,36.78999 c -4.19704,24.12206 -11.10791,47.78501 -20.44691,70.45915 L 403.62866,721.42442 Z M 304.96688,734.79173 82.842068,905.21155 C 68.067722,885.71321 55.509009,864.57378 45.374246,842.31399 L 304.96688,734.79173 Z m 95.32077,1.47703 256.23501,106.15025 c -10.15407,21.88219 -22.61447,42.72472 -37.1351,61.97102 L 400.28765,736.26876 Z M 308.3721,751.08036 143.16051,966.4246 c -8.92464,-6.98059 -17.48875,-14.46174 -25.61718,-22.44203 l -0.0351,-0.0269 -0.0701,-0.0538 c -8.95469,-8.48309 -17.38379,-17.48343 -25.262836,-26.93296 L 308.37211,751.08041 Z m 12.72398,8.06443 -103.77639,250.56411 c -21.87682,-9.1822 -42.76903,-20.64061 -62.13878,-34.33925 L 321.09608,759.14479 Z m 72.31524,-8.07058 216.05363,165.81164 c -15.14934,18.2045 -32.22577,34.79593 -51.00578,49.26657 L 393.41132,751.07421 Z m -16.70286,2.89241 169.61826,221.06411 c -5.64911,3.93063 -11.41811,7.68667 -17.33823,11.23415 l -0.1157,0.0788 -0.11584,0.0778 c -14.55972,9.46056 -29.86694,17.53312 -45.68831,24.29632 L 376.70846,753.96662 Z m -41.33624,9.94933 -35.38917,268.91985 c -23.43458,-3.5443 -46.50124,-9.4339 -68.70025,-17.6211 L 335.37222,763.91595 Z m 28.8051,-0.98702 104.93881,253.37667 c -22.37199,8.3112 -45.63931,14.0645 -69.30108,17.3188 L 364.17732,762.92893 Z m -14.34549,5.95466 35.07892,266.45081 c -23.27471,2.1654 -46.79566,1.9439 -70.08103,-0.5763 l 35.00211,-265.87451 z"
id="path5385" />
<path
sodipodi:type="arc"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5387"
sodipodi:cx="215.11594"
sodipodi:cy="730.33624"
sodipodi:rx="216.41182"
sodipodi:ry="112.09354"
d="m 431.52776,730.33624 a 216.41182,112.09354 0 0 1 -108.20592,97.07585 216.41182,112.09354 0 0 1 -216.41182,0 216.41182,112.09354 0 0 1 -108.2059032,-97.07585 l 216.4118232,0 z"
transform="matrix(1.5476688,0,0,2.9265796,18.046801,-1429.1168)"
sodipodi:start="0"
sodipodi:end="3.1415927" />
</g>
<g
style="display:inline;opacity:1"
transform="matrix(0.04439256,0,0,0.04439256,77.48319,634.17281)"
id="g5214">
<path
id="path3765"
d="m 309.69149,358.64455 c -5.65441,0.72283 -11.30938,1.58433 -16.92955,2.60706 -0.0718,0.0135 -0.14509,0.0151 -0.21688,0.0285 C 150.20807,383.03492 29.334127,501.31373 5.8737404,643.55064 c -0.01074,0.0651 -0.026798,0.12895 -0.037492,0.19405 -21.3350264,112.37915 18.3868556,232.4327 101.2030016,310.95058 0.0318,0.0302 0.0734,0.0507 0.10518,0.0807 33.79894,33.15524 74.44277,58.10593 118.32274,74.44263 101.09799,37.6393 219.43377,29.4654 311.23783,-30.06937 0.0783,-0.0506 0.15334,-0.10592 0.23155,-0.15656 114.99045,-69.04346 181.65586,-207.82988 162.63909,-340.706 -10e-4,-0.0103 -0.003,-0.0206 -0.004,-0.0309 -0.003,-0.0206 -0.005,-0.0413 -0.008,-0.062 -8.41649,-64.74172 -35.62056,-127.07488 -77.94468,-176.9021 -0.0239,-0.029 -0.0502,-0.0559 -0.0742,-0.0847 -73.46095,-89.01994 -191.9794,-135.93359 -306.20604,-123.2427 -1.8863,0.20961 -3.7622,0.43943 -5.647,0.6804 z m 3.20127,14.7395 c 1.36201,-0.16852 2.73023,-0.35641 4.09379,-0.50749 23.22507,-2.56979 46.6743,-2.53462 69.86735,-0.089 L 349.83575,653.99388 312.89276,373.384 Z m -14.84312,2.17477 36.37602,276.30329 -106.64398,-257.47036 c 21.61137,-8.56722 44.15159,-14.79564 67.24798,-18.30926 l 0.12393,-0.0163 0.0929,-0.0122 c 0.93284,-0.17041 1.86909,-0.33351 2.8031,-0.49511 z m 103.68193,-0.853 c 24.20403,3.64992 48.02644,9.90504 70.91234,18.62214 l -107.53935,259.56986 36.62701,-278.192 z M 213.95882,400.24608 319.25562,654.42664 152.11623,436.62942 c 19.28493,-14.28014 40.01945,-26.53772 61.84259,-36.38334 z m 272.57157,-1.27615 c 22.61331,9.75955 44.15604,21.96723 64.10961,36.38076 L 378.59078,659.5696 486.53039,398.96993 Z M 140.24553,445.81999 309.96898,666.96481 88.800436,497.25621 c 15.276094,-18.87142 32.565194,-36.14608 51.445094,-51.43622 z m 422.36514,-1.42314 c 17.3336,13.76694 33.28503,29.29249 47.43825,46.4555 l 0.035,0.0269 0.0391,0.0579 c 1.66672,1.96082 3.29347,3.93945 4.91123,5.94103 L 389.64672,669.80785 562.61067,444.39685 Z M 79.084118,509.88247 297.4828,677.46567 42.919283,572.04095 c 9.71108,-21.94018 21.914589,-42.78135 36.164835,-62.15848 z M 37.176208,585.8777 292.61053,691.69208 19.004047,655.65913 c 0.49202,-3.10493 1.024633,-6.19772 1.613703,-9.29011 l 0.01875,-0.097 0.01875,-0.097 c 3.399227,-20.69086 8.99716,-40.86714 16.520966,-60.29728 z M 624.19393,508.75295 c 14.24884,19.45082 26.26998,40.54739 35.89664,62.69465 L 404.53376,677.30383 624.19393,508.75295 Z M 16.988784,670.51804 291.49542,706.68465 17.453859,742.7629 C 14.608286,718.81626 14.375971,694.54565 16.988784,670.51804 Z M 665.76309,585.32592 c 8.58472,22.48112 14.741,45.91319 18.22056,69.68667 L 410.80961,690.97664 665.76309,585.32592 Z M 19.566665,757.61418 299.68082,720.73645 39.493012,828.52618 c -9.193746,-22.82598 -15.91934,-46.64967 -19.926347,-70.912 z m 386.973325,-50.946 279.37057,-36.77984 c 2.70652,24.47537 2.38432,49.15545 -0.69751,73.46959 L 406.53999,706.66818 Z m -2.91133,14.75624 279.34817,36.78999 c -4.19704,24.12206 -11.10791,47.78501 -20.44691,70.45915 L 403.62866,721.42442 Z M 304.96688,734.79173 82.842068,905.21155 C 68.067722,885.71321 55.509009,864.57378 45.374246,842.31399 L 304.96688,734.79173 Z m 95.32077,1.47703 256.23501,106.15025 c -10.15407,21.88219 -22.61447,42.72472 -37.1351,61.97102 L 400.28765,736.26876 Z M 308.3721,751.08036 143.16051,966.4246 c -8.92464,-6.98059 -17.48875,-14.46174 -25.61718,-22.44203 l -0.0351,-0.0269 -0.0701,-0.0538 c -8.95469,-8.48309 -17.38379,-17.48343 -25.262836,-26.93296 L 308.37211,751.08041 Z m 12.72398,8.06443 -103.77639,250.56411 c -21.87682,-9.1822 -42.76903,-20.64061 -62.13878,-34.33925 L 321.09608,759.14479 Z m 72.31524,-8.07058 216.05363,165.81164 c -15.14934,18.2045 -32.22577,34.79593 -51.00578,49.26657 L 393.41132,751.07421 Z m -16.70286,2.89241 169.61826,221.06411 c -5.64911,3.93063 -11.41811,7.68667 -17.33823,11.23415 l -0.1157,0.0788 -0.11584,0.0778 c -14.55972,9.46056 -29.86694,17.53312 -45.68831,24.29632 L 376.70846,753.96662 Z m -41.33624,9.94933 -35.38917,268.91985 c -23.43458,-3.5443 -46.50124,-9.4339 -68.70025,-17.6211 L 335.37222,763.91595 Z m 28.8051,-0.98702 104.93881,253.37667 c -22.37199,8.3112 -45.63931,14.0645 -69.30108,17.3188 L 364.17732,762.92893 Z m -14.34549,5.95466 35.07892,266.45081 c -23.27471,2.1654 -46.79566,1.9439 -70.08103,-0.5763 l 35.00211,-265.87451 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:15;stroke-opacity:1;marker:none;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
sodipodi:end="3.1415927"
sodipodi:start="0"
transform="matrix(1.5476688,0,0,2.9265796,18.046801,-1429.1168)"
d="m 431.52776,730.33624 a 216.41182,112.09354 0 0 1 -108.20592,97.07585 216.41182,112.09354 0 0 1 -216.41182,0 216.41182,112.09354 0 0 1 -108.2059032,-97.07585 l 216.4118232,0 z"
sodipodi:ry="112.09354"
sodipodi:rx="216.41182"
sodipodi:cy="730.33624"
sodipodi:cx="215.11594"
id="path4155"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:type="arc" />
</g>
<g
id="g5349"
transform="matrix(0.04439256,0,0,0.04439256,119.78133,634.17281)"
style="display:inline;opacity:1;stroke:#000000;stroke-opacity:1">
<path
inkscape:connector-curvature="0"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:15;stroke-opacity:1;marker:none;enable-background:accumulate"
d="m 309.69149,358.64455 c -5.65441,0.72283 -11.30938,1.58433 -16.92955,2.60706 -0.0718,0.0135 -0.14509,0.0151 -0.21688,0.0285 C 150.20807,383.03492 29.334127,501.31373 5.8737404,643.55064 c -0.01074,0.0651 -0.026798,0.12895 -0.037492,0.19405 -21.3350264,112.37915 18.3868556,232.4327 101.2030016,310.95058 0.0318,0.0302 0.0734,0.0507 0.10518,0.0807 33.79894,33.15524 74.44277,58.10593 118.32274,74.44263 101.09799,37.6393 219.43377,29.4654 311.23783,-30.06937 0.0783,-0.0506 0.15334,-0.10592 0.23155,-0.15656 114.99045,-69.04346 181.65586,-207.82988 162.63909,-340.706 -10e-4,-0.0103 -0.003,-0.0206 -0.004,-0.0309 -0.003,-0.0206 -0.005,-0.0413 -0.008,-0.062 -8.41649,-64.74172 -35.62056,-127.07488 -77.94468,-176.9021 -0.0239,-0.029 -0.0502,-0.0559 -0.0742,-0.0847 -73.46095,-89.01994 -191.9794,-135.93359 -306.20604,-123.2427 -1.8863,0.20961 -3.7622,0.43943 -5.647,0.6804 z m 3.20127,14.7395 c 1.36201,-0.16852 2.73023,-0.35641 4.09379,-0.50749 23.22507,-2.56979 46.6743,-2.53462 69.86735,-0.089 L 349.83575,653.99388 312.89276,373.384 Z m -14.84312,2.17477 36.37602,276.30329 -106.64398,-257.47036 c 21.61137,-8.56722 44.15159,-14.79564 67.24798,-18.30926 l 0.12393,-0.0163 0.0929,-0.0122 c 0.93284,-0.17041 1.86909,-0.33351 2.8031,-0.49511 z m 103.68193,-0.853 c 24.20403,3.64992 48.02644,9.90504 70.91234,18.62214 l -107.53935,259.56986 36.62701,-278.192 z M 213.95882,400.24608 319.25562,654.42664 152.11623,436.62942 c 19.28493,-14.28014 40.01945,-26.53772 61.84259,-36.38334 z m 272.57157,-1.27615 c 22.61331,9.75955 44.15604,21.96723 64.10961,36.38076 L 378.59078,659.5696 486.53039,398.96993 Z M 140.24553,445.81999 309.96898,666.96481 88.800436,497.25621 c 15.276094,-18.87142 32.565194,-36.14608 51.445094,-51.43622 z m 422.36514,-1.42314 c 17.3336,13.76694 33.28503,29.29249 47.43825,46.4555 l 0.035,0.0269 0.0391,0.0579 c 1.66672,1.96082 3.29347,3.93945 4.91123,5.94103 L 389.64672,669.80785 562.61067,444.39685 Z M 79.084118,509.88247 297.4828,677.46567 42.919283,572.04095 c 9.71108,-21.94018 21.914589,-42.78135 36.164835,-62.15848 z M 37.176208,585.8777 292.61053,691.69208 19.004047,655.65913 c 0.49202,-3.10493 1.024633,-6.19772 1.613703,-9.29011 l 0.01875,-0.097 0.01875,-0.097 c 3.399227,-20.69086 8.99716,-40.86714 16.520966,-60.29728 z M 624.19393,508.75295 c 14.24884,19.45082 26.26998,40.54739 35.89664,62.69465 L 404.53376,677.30383 624.19393,508.75295 Z M 16.988784,670.51804 291.49542,706.68465 17.453859,742.7629 C 14.608286,718.81626 14.375971,694.54565 16.988784,670.51804 Z M 665.76309,585.32592 c 8.58472,22.48112 14.741,45.91319 18.22056,69.68667 L 410.80961,690.97664 665.76309,585.32592 Z M 19.566665,757.61418 299.68082,720.73645 39.493012,828.52618 c -9.193746,-22.82598 -15.91934,-46.64967 -19.926347,-70.912 z m 386.973325,-50.946 279.37057,-36.77984 c 2.70652,24.47537 2.38432,49.15545 -0.69751,73.46959 L 406.53999,706.66818 Z m -2.91133,14.75624 279.34817,36.78999 c -4.19704,24.12206 -11.10791,47.78501 -20.44691,70.45915 L 403.62866,721.42442 Z M 304.96688,734.79173 82.842068,905.21155 C 68.067722,885.71321 55.509009,864.57378 45.374246,842.31399 L 304.96688,734.79173 Z m 95.32077,1.47703 256.23501,106.15025 c -10.15407,21.88219 -22.61447,42.72472 -37.1351,61.97102 L 400.28765,736.26876 Z M 308.3721,751.08036 143.16051,966.4246 c -8.92464,-6.98059 -17.48875,-14.46174 -25.61718,-22.44203 l -0.0351,-0.0269 -0.0701,-0.0538 c -8.95469,-8.48309 -17.38379,-17.48343 -25.262836,-26.93296 L 308.37211,751.08041 Z m 12.72398,8.06443 -103.77639,250.56411 c -21.87682,-9.1822 -42.76903,-20.64061 -62.13878,-34.33925 L 321.09608,759.14479 Z m 72.31524,-8.07058 216.05363,165.81164 c -15.14934,18.2045 -32.22577,34.79593 -51.00578,49.26657 L 393.41132,751.07421 Z m -16.70286,2.89241 169.61826,221.06411 c -5.64911,3.93063 -11.41811,7.68667 -17.33823,11.23415 l -0.1157,0.0788 -0.11584,0.0778 c -14.55972,9.46056 -29.86694,17.53312 -45.68831,24.29632 L 376.70846,753.96662 Z m -41.33624,9.94933 -35.38917,268.91985 c -23.43458,-3.5443 -46.50124,-9.4339 -68.70025,-17.6211 L 335.37222,763.91595 Z m 28.8051,-0.98702 104.93881,253.37667 c -22.37199,8.3112 -45.63931,14.0645 -69.30108,17.3188 L 364.17732,762.92893 Z m -14.34549,5.95466 35.07892,266.45081 c -23.27471,2.1654 -46.79566,1.9439 -70.08103,-0.5763 l 35.00211,-265.87451 z"
id="path5351" />
<path
sodipodi:type="arc"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5353"
sodipodi:cx="215.11594"
sodipodi:cy="730.33624"
sodipodi:rx="216.41182"
sodipodi:ry="112.09354"
d="m 431.52776,730.33624 a 216.41182,112.09354 0 0 1 -108.20592,97.07585 216.41182,112.09354 0 0 1 -216.41182,0 216.41182,112.09354 0 0 1 -108.2059032,-97.07585 l 216.4118232,0 z"
transform="matrix(1.5476688,0,0,2.9265796,18.046801,-1429.1168)"
sodipodi:start="0"
sodipodi:end="3.1415927" />
</g>
<path
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 166.34375,625.13006 -101.40625,0.125 0.0312,10.75 c 12.36455,0 24.48385,0.15845 23.21875,5.5625 l 0,24.9375 -45.59375,87.5625 18.03125,0 22.06255,-46.0625 62.40625,0 21.40625,46.0625 16.8125,0 -41.375,-88.09375 -0.15625,-24.75 c 1.17921,-5.21875 9.80683,-5.21875 24.5625,-5.21875 l 0,-10.875 z m -70.375,14.84375 37.5,0 0,23 -37.5,0 0,-23 z M 97,678.16131 l 34.25,0 9.21875,19.84375 -52.96875,0 9.5,-19.84375 z"
id="path3885"
inkscape:connector-curvature="0" />
<path
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -66.28352,755.00505 69.76172,10e-6 0.004,-129.082 -2.97772,0.0268 -0.0135,-35.98737 -3.00417,-0.0268 0,35.98738 -5.02991,0.0536 0,5.32622 c -20.81299,-0.15907 -35.31457,-1.04454 -11.71991,4.58391 0.81398,0.19417 2.80316,0.69503 0.90194,1.86915 -6.00889,0.0572 -12.09826,0.97286 -18.14739,2.67631 l 0.20764,95.50514 -10.23049,0.023 -0.23432,-32.11247 -4.86718,0 -0.86652,-76.92157 16.00035,0.019 0.009,-4.99833 -8.01966,-0.0211 0.007,-18.98626 8.00092,0.007 0.007,-9.00691 -4.00469,0.005 0,4.99218 -11.0045,0.003 0,-25.00391 -2.99671,0.014 -0.99938,-51.00991 -2.00781,0 -0.99219,51 -3.00781,0 0.11818,24.99084 -12.17287,0 -0.008,-4.99865 -3.89817,0.0221 -0.0242,8.97612 8.99374,0.006 0.0111,18.9975 -9.01978,0.006 0.01,4.98794 16.98678,0.0221 -0.99288,76.89786 -4.96317,0 z"
id="path3083"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccsccccccccccccccccccccccccccccccccccc" />
<path
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 6.5,754.06999 -0.125,-18.31493 12.25,-8.125 1.125,-16 4.74646,-28.48895 4.75,28.51105 1.125,16 12.25,8.125 -0.125,18.31493 z"
id="path3857"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -167.5,728.25506 0,15.75 23.48528,10.06493 33.87363,0 38.00699,-15.97856 -0.17678,-13.47393 c -41.58961,10.93243 -51.70541,13.66518 -95.18912,3.63756 z"
id="path3881"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<rect
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect3883"
width="22.627417"
height="31.35813"
x="186.30453"
y="722.64691" />
<path
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 79.45192,754.00506 68.11058,0 0.0726,-28.49229 -15.4375,0 0,-6.66952 -37.75,-0.009 0,6.67865 -14.92308,0.125 z"
id="path3925"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
sodipodi:type="arc"
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none"
id="path5093"
sodipodi:cx="19.999985"
sodipodi:cy="689.50507"
sodipodi:rx="210.36385"
sodipodi:ry="210.36385"
d="M 220.25261,753.9398 A 210.36385,210.36385 0 0 1 20.031344,899.86891 210.36385,210.36385 0 0 1 -180.23342,753.9995"
sodipodi:start="0.31130521"
sodipodi:end="2.8299893"
sodipodi:open="true" />
<path
inkscape:connector-curvature="0"
id="path3137"
d="m 115.3125,718.31756 11.12273,-11.08348 10.68004,-0.0219 -11.95429,11.10222 z"
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 111.92578,718.31756 -11.12273,-11.08348 -10.32658,0.39742 11.60083,10.6829 z"
id="path3139"
inkscape:connector-curvature="0" />
<g
id="g17"
style="stroke-width:1.00031241;stroke-dasharray:none;fill:url(#linearGradient18)">
<path
d="m -96.610968,791.54651 v 6.50835 c -3.137064,-2.65676 -6.382812,-3.98516 -9.737262,-3.98519 -3.69614,3e-5 -6.80989,1.34415 -9.34125,4.03235 -2.54691,2.67254 -3.82037,5.94243 -3.82036,9.80969 -1e-5,3.82013 1.27345,7.04286 3.82036,9.66821 2.5469,2.62535 5.66841,3.93802 9.36455,3.93802 1.91016,0 3.53303,-0.31441 4.86863,-0.94324 0.74541,-0.31441 1.514136,-0.73887 2.306197,-1.27338 0.807526,-0.53449 1.653905,-1.17903 2.539135,-1.93363 v 6.62625 c -3.106005,1.77643 -6.367292,2.66465 -9.783852,2.66465 -5.14042,0 -9.52761,-1.81573 -13.16161,-5.44721 -3.61848,-3.6629 -5.42771,-8.0804 -5.42771,-13.25251 0,-4.63757 1.51417,-8.7721 4.54251,-12.4036 3.72717,-4.44891 8.54921,-6.67337 14.46612,-6.67341 3.2302,4e-5 6.351717,0.88825 9.364542,2.66465"
id="path3017"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:48px;line-height:122%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m -82.811259,803.8322 h 15.514391 v -14.24292 h 5.427711 v 36.40904 h -5.427711 v -17.00188 h -15.514391 v 17.00188 h -5.427712 v -36.40904 h 5.427712 v 14.24292"
id="path3019"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:48px;line-height:122%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m -30.574999,817.15545 h -15.397914 l -4.006721,8.84287 h -5.847025 l 17.797295,-38.69639 17.168336,38.69639 h -5.940194 l -3.773777,-8.84287 m -2.213012,-5.16423 -5.334532,-12.38002 -5.590773,12.38002 h 10.925305"
id="path3021"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:48px;line-height:122%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m -16.682111,807.62874 c 0,-5.12492 1.855818,-9.52669 5.567476,-13.20536 3.6961121,-3.67859 8.1376709,-5.51791 13.3246761,-5.51794 5.1248557,3e-5 9.5198199,1.85507 13.1849119,5.56511 3.680548,3.7101 5.520842,8.16691 5.520881,13.37042 -3.9e-5,5.23499 -1.848096,9.67606 -5.544178,13.32326 -3.711687,3.6629 -8.1920584,5.49436 -13.4411535,5.49436 -4.6434628,0 -8.8132454,-1.62708 -12.5093575,-4.88126 -4.068841,-3.60003 -6.103256,-8.31622 -6.103256,-14.14859 m 5.474296,0.0707 c -10e-6,4.0245 1.3355638,7.3337 4.006721,9.92759 2.6556025,2.59392 5.7227653,3.89087 9.2014787,3.89087 3.7737471,0 6.9573869,-1.32054 9.5509093,-3.96161 2.593463,-2.6725 3.890214,-5.92667 3.890244,-9.76253 -3e-5,-3.88298 -1.281246,-7.13715 -3.843659,-9.76252 -2.5469278,-2.64104 -5.6995078,-3.96158 -9.45772,-3.96161 -3.7427271,3e-5 -6.9030695,1.32057 -9.4810173,3.96161 -2.5779777,2.60965 -3.8669667,5.83239 -3.8669567,9.6682"
id="path3023"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:48px;line-height:122%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m 49.624262,795.01291 -4.402727,2.64107 c -0.823111,-1.44627 -1.60737,-2.38951 -2.352786,-2.82972 -0.776516,-0.50303 -1.778194,-0.75456 -3.005043,-0.75459 -1.506418,3e-5 -2.756575,0.43235 -3.75048,1.29695 -0.993925,0.84895 -1.490883,1.91795 -1.490873,3.20702 -10e-6,1.77646 1.304504,3.20704 3.913542,4.29174 l 3.587417,1.4856 c 2.919607,1.19479 5.054964,2.65681 6.406092,4.38606 1.351079,1.71357 2.026633,3.82013 2.026653,6.3197 -2e-5,3.34852 -1.102649,6.11534 -3.307869,8.30051 -2.220804,2.20089 -4.977359,3.30134 -8.269683,3.30134 -3.12153,0 -5.699498,-0.93537 -7.733903,-2.80614 -2.003366,-1.87075 -3.253532,-4.50395 -3.75048,-7.89962 l 5.497594,-1.22622 c 0.248469,2.13802 0.683307,3.61577 1.304514,4.43323 1.118145,1.57207 2.748782,2.3581 4.891921,2.3581 1.692748,0 3.098203,-0.5738 4.216378,-1.72142 1.118135,-1.1476 1.677212,-2.60176 1.677232,-4.36248 -2e-5,-0.70742 -0.100962,-1.35196 -0.302836,-1.93364 -0.186379,-0.59737 -0.489205,-1.13973 -0.908498,-1.62709 -0.403798,-0.50304 -0.931816,-0.9668 -1.584053,-1.39127 -0.652277,-0.44017 -1.428773,-0.85677 -2.329489,-1.2498 l -3.470941,-1.46201 c -4.922991,-2.10655 -7.384482,-5.1878 -7.384472,-9.24375 -10e-6,-2.73536 1.032728,-5.02272 3.098213,-6.86207 2.065475,-1.855 4.63567,-2.78251 7.710616,-2.78255 4.146465,4e-5 7.384452,2.04371 9.713961,6.13105"
id="path3025"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:48px;line-height:122%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m 64.076227,811.21305 v 14.78527 h -5.427712 v -36.40904 h 6.149851 c 3.012796,4e-5 5.287927,0.21227 6.825405,0.63669 1.552973,0.4245 2.919606,1.22625 4.0999,2.40526 2.065456,2.04372 3.098193,4.6219 3.098223,7.73456 -3e-5,3.3328 -1.102649,5.97387 -3.307879,7.92321 -2.205269,1.94939 -5.179243,2.92407 -8.92194,2.92405 h -2.515848 m 0,-5.0935 h 2.026653 c 4.985091,2e-5 7.477642,-1.94147 7.477662,-5.8245 -2e-5,-3.75721 -2.570225,-5.63582 -7.710606,-5.63585 h -1.793709 v 11.46035"
id="path3027"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:48px;line-height:122%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m 84.16555,807.62874 c 0,-5.12492 1.855819,-9.52669 5.567476,-13.20536 3.696113,-3.67859 8.137671,-5.51791 13.324674,-5.51794 5.12485,3e-5 9.51982,1.85507 13.18491,5.56511 3.68055,3.7101 5.52085,8.16691 5.52089,13.37042 -4e-5,5.23499 -1.8481,9.67606 -5.54418,13.32326 -3.71169,3.6629 -8.19206,5.49436 -13.44116,5.49436 -4.643459,0 -8.813241,-1.62708 -12.509354,-4.88126 -4.06884,-3.60003 -6.103256,-8.31622 -6.103256,-14.14859 m 5.474297,0.0707 c -1e-5,4.0245 1.335563,7.3337 4.006721,9.92759 2.655602,2.59392 5.722765,3.89087 9.201482,3.89087 3.77374,0 6.95738,-1.32054 9.55091,-3.96161 2.59346,-2.6725 3.89021,-5.92667 3.89024,-9.76253 -3e-5,-3.88298 -1.28125,-7.13715 -3.84366,-9.76252 -2.54693,-2.64104 -5.69951,-3.96158 -9.45772,-3.96161 -3.742727,3e-5 -6.903069,1.32057 -9.481017,3.96161 -2.577977,2.60965 -3.866966,5.83239 -3.866956,9.6682"
id="path3029"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:48px;line-height:122%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m 140.05912,794.75352 v 31.2448 h -5.42771 v -31.2448 h -8.26968 v -5.16424 h 21.94378 v 5.16424 h -8.24639"
id="path3031"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:48px;line-height:122%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m 164.57446,794.75352 v 31.2448 h -5.42771 v -31.2448 h -8.26969 v -5.16424 h 21.94378 v 5.16424 h -8.24638"
id="path3033"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:48px;line-height:122%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m 65.56536,835.97965 h -6.008138 v 3.64522 h 5.833428 v 2.15178 h -5.833428 v 5.06991 h 6.008138 v 2.15176 h -8.269683 v -15.17043 h 8.269683 v 2.15176"
id="path3036"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:20px;line-height:125%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m 78.528391,836.08773 -1.834479,1.10045 c -0.342961,-0.60262 -0.66973,-0.99563 -0.980319,-1.17906 -0.323549,-0.20959 -0.740914,-0.31439 -1.252105,-0.31441 -0.627677,2e-5 -1.148568,0.18015 -1.562703,0.5404 -0.414134,0.35373 -0.621197,0.79915 -0.621197,1.33626 0,0.74019 0.543553,1.33626 1.630647,1.78822 l 1.49476,0.61901 c 1.216502,0.49783 2.106235,1.10699 2.669199,1.82752 0.562953,0.71398 0.84443,1.59172 0.84444,2.63321 -1e-5,1.39521 -0.459437,2.54805 -1.378282,3.45854 -0.925325,0.91704 -2.073894,1.37556 -3.445696,1.37556 -1.300637,0 -2.374791,-0.38974 -3.222462,-1.16922 -0.834739,-0.77948 -1.355631,-1.87665 -1.562703,-3.29152 l 2.290667,-0.51092 c 0.103526,0.89084 0.284717,1.50657 0.543552,1.84718 0.465888,0.65503 1.145318,0.98254 2.038302,0.98254 0.705312,0 1.290917,-0.23908 1.756824,-0.71725 0.465888,-0.47817 0.698832,-1.08407 0.698842,-1.8177 -1e-5,-0.29476 -0.04204,-0.56332 -0.126177,-0.80569 -0.07762,-0.2489 -0.203843,-0.47489 -0.378543,-0.67795 -0.16825,-0.20961 -0.388253,-0.40283 -0.660019,-0.5797 -0.271787,-0.1834 -0.595326,-0.35698 -0.970628,-0.52075 l -1.446226,-0.60917 c -2.051243,-0.87774 -3.076864,-2.16159 -3.076864,-3.85156 0,-1.13974 0.430306,-2.0928 1.290927,-2.8592 0.860611,-0.77291 1.931525,-1.15938 3.212752,-1.15939 1.727693,10e-6 3.076863,0.85155 4.047491,2.5546"
id="path3038"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:20px;line-height:125%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m 91.63701,836.08773 -1.834479,1.10045 c -0.342961,-0.60262 -0.66973,-0.99563 -0.980319,-1.17906 -0.323549,-0.20959 -0.740914,-0.31439 -1.252104,-0.31441 -0.627678,2e-5 -1.148569,0.18015 -1.562694,0.5404 -0.414144,0.35373 -0.621207,0.79915 -0.621197,1.33626 -1e-5,0.74019 0.543543,1.33626 1.630638,1.78822 l 1.494759,0.61901 c 1.216502,0.49783 2.106235,1.10699 2.669199,1.82752 0.562954,0.71398 0.84443,1.59172 0.84444,2.63321 -1e-5,1.39521 -0.459437,2.54805 -1.378282,3.45854 -0.925325,0.91704 -2.073894,1.37556 -3.445695,1.37556 -1.300638,0 -2.374792,-0.38974 -3.222463,-1.16922 -0.834739,-0.77948 -1.35563,-1.87665 -1.562703,-3.29152 l 2.290667,-0.51092 c 0.103526,0.89084 0.284717,1.50657 0.543552,1.84718 0.465888,0.65503 1.145329,0.98254 2.038302,0.98254 0.705312,0 1.290917,-0.23908 1.756825,-0.71725 0.465887,-0.47817 0.698831,-1.08407 0.698841,-1.8177 -1e-5,-0.29476 -0.04204,-0.56332 -0.126177,-0.80569 -0.07762,-0.2489 -0.203842,-0.47489 -0.378543,-0.67795 -0.16825,-0.20961 -0.388253,-0.40283 -0.660019,-0.5797 -0.271786,-0.1834 -0.595326,-0.35698 -0.970628,-0.52075 l -1.446216,-0.60917 c -2.051253,-0.87774 -3.076874,-2.16159 -3.076874,-3.85156 0,-1.13974 0.430306,-2.0928 1.290927,-2.8592 0.860612,-0.77291 1.931525,-1.15938 3.212752,-1.15939 1.727703,10e-6 3.076863,0.85155 4.047491,2.5546"
id="path3040"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:20px;line-height:125%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m 104.5418,835.97965 h -6.008141 v 3.64522 h 5.833431 v 2.15178 h -5.833431 v 5.06991 h 6.008141 v 2.15176 h -8.269686 v -15.17043 h 8.269686 v 2.15176"
id="path3042"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:20px;line-height:125%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
<path
d="m 109.03131,848.99832 v -16.20211 l 10.92918,11.57434 v -10.54266 h 2.26155 v 16.09402 l -10.92918,-11.54486 v 10.62127 h -2.26155"
id="path3044"
inkscape:connector-curvature="0"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:20px;line-height:125%;font-family:Futura;-inkscape-font-specification:'Futura Medium';letter-spacing:1.50918px;word-spacing:0px;fill:url(#linearGradient18);fill-opacity:1;stroke:none;stroke-width:1.00031241;stroke-dasharray:none" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 46 KiB

+16
View File
@@ -0,0 +1,16 @@
(function () {
var month = Number(
new Intl.DateTimeFormat("de-DE", {
timeZone: "Europe/Berlin",
month: "numeric"
}).format(new Date())
);
if (month !== 6) {
return;
}
document.querySelectorAll("img[data-pride-src]").forEach(function (img) {
img.src = img.getAttribute("data-pride-src");
});
})();
+2 -2
View File
@@ -4,11 +4,11 @@ title: Anfahrt
---
Adresse: **Sibyllastr. 9 (Hinterhof), 45136 Essen**
Den Eingang im Hinterhof erreicht man über die Durchfahrt. Die Tür öffnet sich mit einem Druck auf die Klingel. Unsere Clubräume befinden sich im 1. OG und im Keller des Gebäudes. Wir empfehlen zuerst die Räume im OG anzusteuern. Parken ist im Innenhof nicht erwünscht.
Den Eingang im Hinterhof erreicht man über die Durchfahrt. Die Tür zum Treppenhaus öffnet sich mit einem Druck auf die Klingel. Unsere Clubräume befinden sich im 1. OG und im Keller des Gebäudes. Wir empfehlen zuerst die Räume im OG anzusteuern. Parken ist im Innenhof nicht erwünscht.
## ÖPNV
Tagsüber mit der Straßenbahn **105**, nachts mit Bus **NE6** bis Haltestelle Essen-Süd sowie rund um die Uhr mit S-Bahn Linie **S6** der Deutschen Bahn bis Bahnhof Essen-Süd.
Tagsüber mit der Straßenbahn **101**, nachts mit Bus **NE6** bis Haltestelle Essen-Süd sowie rund um die Uhr mit S-Bahn Linie **S6** der Deutschen Bahn bis Bahnhof Essen-Süd.
## Chaostreff
Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB