blob: bc4fb65570383563ef9714f29364adbcd7a5496a [file] [log] [blame]
Marc Kupietzd2be7362023-06-14 07:17:27 +02001<!DOCTYPE html>
Marc Kupietz008d6772025-03-22 16:43:36 +01002<html xmlns="http://www.w3.org/1999/xhtml"$if(lang)$ lang="$if(lang.de)$de$else$en$endif$" xml:lang="$if(lang.de)$de$else$en$endif$"$endif$>
Marc Kupietzd2be7362023-06-14 07:17:27 +02003<head>
4<meta charset="utf-8" />
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6<meta name="generator" content="pandoc" />
7<meta name="viewport" content="width=device-width, initial-scale=1">
8
9
10<!--
11Font-awesome icons ie github or twitter
12-->
13<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
14<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/brands.css" integrity="sha384-n9+6/aSqa9lBidZMRCQHTHKJscPq6NW4pCQBiMmHdUCvPN8ZOg2zJJTkC7WIezWv" crossorigin="anonymous">
15
16<!--
17Google fonts api stuff
18-->
19$if(font_family)$
20<link href='https://fonts.googleapis.com/css?family=$font_family$' rel='stylesheet'>
21$endif$
22$if(titletext_fontfamily)$
23<link href='https://fonts.googleapis.com/css?family=$titletext_fontfamily$' rel='stylesheet'>
24$endif$
25
26$for(author-meta)$<meta name="author" content="$author-meta$" />$endfor$
27$if(date-meta)$<meta name="date" content="$date-meta$" />$endif$
28<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
29
30$for(header-includes)$
31$header-includes$
32$endfor$
33
34$if(highlightjs)$
35<link rel="stylesheet" href="$highlightjs$/$if(highlightjs-theme)$$highlightjs-theme$$else$default$endif$.css" $if(html5)$$else$type="text/css" $endif$/>
36<script src="$highlightjs$/highlight.js"></script>
37<script type="text/javascript">hljs.configure({languages: []}); hljs.initHighlightingOnLoad();</script>
38$endif$
39
40$if(highlighting-css)$<style type="text/css">$highlighting-css$</style>$endif$
41$for(css)$
42<link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/>
43$endfor$
44
45<style>
Marc Kupietz7f2578e2023-06-29 17:17:39 +020046@import url('https://code.cdn.mozilla.net/fonts/fira.css');
47@import url('https://korap.ids-mannheim.de/font/libertinus.css');
48@import url('https://korap.ids-mannheim.de/font/fira-condensed.css');
Marc Kupietzb91feae2025-02-03 20:18:56 +010049html {
50 zoom: 1;
51}
Marc Kupietzd2be7362023-06-14 07:17:27 +020052@page {
53size: $if(poster_width)$$poster_width$$else$841mm$endif$ $if(poster_height)$$poster_height$$else$1189mm$endif$;
54margin: 0 0 2.54cm 0;
55padding: 0;
56}
57body {
58margin: 0;
Marc Kupietz095d7de2023-06-16 08:22:56 +020059margin-right: 1.5cm;
Marc Kupietzd2be7362023-06-14 07:17:27 +020060font-size: $if(body_textsize)$$body_textsize$$else$28pt$endif$;
Marc Kupietz095d7de2023-06-16 08:22:56 +020061width: $if(poster_width)$$poster_width$$else$827mm$endif$;
Marc Kupietzd2be7362023-06-14 07:17:27 +020062height: $if(poster_height)$$poster_height$$else$1189mm$endif$;
63padding: 0;
Marc Kupietz7c3742c2023-06-23 20:01:49 +020064padding-bottom: 2.54cm;
Marc Kupietzd2be7362023-06-14 07:17:27 +020065text-align: justify;
66font-family: $if(font_family)$$font_family$$else$Fira Sans$endif$;
Marc Kupietzffb61562023-06-29 14:34:11 +020067hyphens: auto;
Marc Kupietzd2be7362023-06-14 07:17:27 +020068}
69.poster_wrap {
Marc Kupietz095d7de2023-06-16 08:22:56 +020070width: $if(poster_width)$$poster_width$$else$827mm$endif$;
Marc Kupietzd2be7362023-06-14 07:17:27 +020071height: $if(poster_height)$$poster_height$$else$1189mm$endif$;
72padding: 0cm;
Marc Kupietzd2078912023-06-23 18:41:10 +020073position: relative;
Marc Kupietzd2be7362023-06-14 07:17:27 +020074}
75.title_container {
Marc Kupietzb413d2c2023-06-22 15:45:53 +020076display: table;
77min-height: 5%;
78margin-bottom: 0.75%;
Marc Kupietzd2be7362023-06-14 07:17:27 +020079overflow: hidden;
Marc Kupietzb413d2c2023-06-22 15:45:53 +020080}
81.title_row {
82 display: table-row;
Marc Kupietz01a59182023-06-21 13:34:48 +020083}
84.title_container0 {
Marc Kupietzb874ac82023-06-22 16:51:50 +020085margin-top: 6%;
Marc Kupietz01a59182023-06-21 13:34:48 +020086width: $if(titlebox_borderwidth)$calc(100% - $titlebox_borderwidth$ - $titlebox_borderwidth$)$else$100%$endif$;
Marc Kupietzb874ac82023-06-22 16:51:50 +020087height: 7.5%;
Marc Kupietz01a59182023-06-21 13:34:48 +020088overflow: hidden;
Marc Kupietzb874ac82023-06-22 16:51:50 +020089margin-bottom: 1%;
Marc Kupietzd2be7362023-06-14 07:17:27 +020090}
91.orange_bar {
Marc Kupietz0bbfe8c2023-06-23 18:39:17 +020092width: 15.5%;
Marc Kupietz7ca2eba2023-06-21 13:35:16 +020093background-color: $if(primary_colour)$$primary_colour$$else$#f57c14$endif$;
Marc Kupietzb413d2c2023-06-22 15:45:53 +020094display: table-cell;
Marc Kupietzd2be7362023-06-14 07:17:27 +020095}
96.logo_left {
97margin-left: 2cm;
98float: left;
99height: 100%;
100display: flex;
101align-items: left;
102border-right: 5%;
103justify-content: left;
104}
105.logo_right {
106float: right;
Marc Kupietz095d7de2023-06-16 08:22:56 +0200107width: 27.5%;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200108height: 100%;
Marc Kupietz095d7de2023-06-16 08:22:56 +0200109margin-right: 14mm;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200110display: flex;
111align-items: center;
Marc Kupietz095d7de2023-06-16 08:22:56 +0200112justify-content: right;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200113}
114.poster_title {
115text-align: left;
Marc Kupietzb413d2c2023-06-22 15:45:53 +0200116display: table-cell;
117padding-left: 2.0%;
Marc Kupietz756f4d02023-06-16 17:07:12 +0200118margin-right: 0;
Marc Kupietz0bbfe8c2023-06-23 18:39:17 +0200119width: calc($if(poster_width)$$poster_width$$else$841mm$endif$ * 0.83);
Marc Kupietzd2be7362023-06-14 07:17:27 +0200120color: $if(title_textcol)$$title_textcol$$else$#000000$endif$;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200121}
122#title {
123font-family: $if(titletext_fontfamily)$$titletext_fontfamily$$else$$if(font_family)$$font_family$$else$"Fira Sans Semibold"$endif$$endif$;
124}
125/* unvisited link */
126a:link {
127color: $if(link_col)$$link_col$$else$$if(accent_colour)$$accent_colour$$else$#008080$endif$$endif$;
128text-decoration: none;
129}
130.mybreak {
131 break-before: column;
132}
133/* visited link */
134a:visited {
135color: $if(link_col)$$link_col$$else$$if(accent_colour)$$accent_colour$$else$#008080$endif$$endif$;
136text-decoration: none;
137}
138
139/* mouse over link */
140a:hover {
141color: $if(link_col)$$link_col$$else$$if(accent_colour)$$accent_colour$$else$#008080$endif$$endif$;
142text-decoration: none;
143}
144
145/* selected link */
146a:active {
147color: $if(link_col)$$link_col$$else$$if(accent_colour)$$accent_colour$$else$#008080$endif$$endif$;
148text-decoration: none;
149}
150
151.poster_body {
152-webkit-column-count: $if(column_numbers)$$column_numbers$$else$2$endif$; /* Chrome, Safari, Opera */
153-moz-column-count: $if(column_numbers)$$column_numbers$$else$2$endif$; /* Firefox */
154column-count: $if(column_numbers)$$column_numbers$$else$2$endif$;
155-webkit-column-fill: auto;
156-moz-column-fill: auto;
157column-fill: auto;
158-webkit-column-rule-width: $if(columnline_width)$$columnline_width$$else$1mm$endif$;
159-moz-column-rule-width: $if(columnline_width)$$columnline_width$$else$1mm$endif$;
160column-rule-width: $if(columnline_width)$$columnline_width$$else$1mm$endif$;
Marc Kupietz1548dc32023-06-28 22:17:34 +0200161-webkit-column-rule-style: $if(columnline_style)$$columnline_style$$else$none$endif$;
162-moz-column-rule-style: $if(columnline_style)$$columnline_style$$else$none$endif$;
163column-rule-style: $if(columnline_style)$$columnline_style$$else$none$endif$;
Marc Kupietz7ca2eba2023-06-21 13:35:16 +0200164-webkit-column-rule-color: $if(columnline_col)$$columnline_col$$else$$if(primary_colour)$$primary_colour$$else$#f57c14$endif$$endif$;
165-moz-column-rule-color: $if(columnline_col)$$columnline_col$$else$$if(primary_colour)$$primary_colour$$else$#f57c14$endif$$endif$;
166column-rule-color: $if(columnline_col)$$columnline_col$$else$$if(primary_colour)$$primary_colour$$else$#f57c14$endif$$endif$;
Marc Kupietz017c9122023-06-16 17:08:47 +0200167column-gap: 2em;
Marc Kupietz095d7de2023-06-16 08:22:56 +0200168margin-left: 17.5%;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200169/*width=82.4%*/
Marc Kupietzd2be7362023-06-14 07:17:27 +0200170height: 100%;
Marc K38f41bb2023-06-14 11:02:29 +0200171height: -moz-available; /* WebKit-based browsers will ignore this. */
172height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
173height: fill-available;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200174color: $if(body_textcol)$$body_textcol$$else$#000000$endif$;
175background-color: $if(body_bgcol)$$body_bgcol$$else$#ffffff$endif$;
176}
Marc Kupietzd2be7362023-06-14 07:17:27 +0200177
178.poster_title h1 {
179font-size: $if(title_textsize)$$title_textsize$$else$64pt$endif$;
180margin: inherit;
Marc Kupietz095d7de2023-06-16 08:22:56 +0200181margin-left: 0;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200182border: 0;
183font-weight: bold;
184}
185.poster_title h2 {
186font-size: 36pt;
187margin: inherit;
Marc Kupietz095d7de2023-06-16 08:22:56 +0200188margin-left: 0;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200189border: 0;
190font-weight: bold;
191}
192.poster_body_wrap{
Marc Kupietz095d7de2023-06-16 08:22:56 +0200193width: $if(poster_width)$$poster_width$$else$827mm$endif$;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200194height: calc(100% - $if(titlebox_height)$$titlebox_height$$else$17%$endif$);
195padding-top: calc($if(poster_height)$$poster_height$$else$841mm$endif$ * 0.01);
196padding-bottom: calc($if(poster_height)$$poster_height$$else$841mm$endif$ * 0.01);
197background-color: $if(body_bgcol)$$body_bgcol$$else$#ffffff$endif$;
198}
199.poster_title h3 {
200color: $if(author_textcol)$$author_textcol$$else$$if(secondaryX_colour)$$secondary_colour$$else$#000000$endif$$endif$;
201font-size: $if(author_textsize)$$author_textsize$$else$36pt$endif$;
202margin-top: 20px;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200203border: 0;
204font-family: 'Fira Sans Light';
205font-weight: normal;
206margin-block-end: 0.25em;
207}
208.poster_title h3 > sup {
209 font-size: 60%;
210 margin-left: 0.02em;
211}
212.poster_title h5 > sup {
213 font-size: 60%;
214}
215.poster_title h5 {
216color: $if(affiliation_textcol)$$affiliation_textcol$$else$#000000$endif$;
217font-size: $if(affiliation_textsize)$$affiliation_texsize$$else$24pt$endif$;
218margin: 0;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200219border: 0;
220font-weight: normal;
221margin-block-start: 0.2em;
222}
Marc Kupietzfcc3ca92023-06-18 15:07:15 +0200223.figure > img {
Marc Kupietzd2be7362023-06-14 07:17:27 +0200224margin-top: 0;
225margin-bottom: 0;
Marc Kupietz2de8dfb2023-06-18 12:37:18 +0200226margin-left: auto;
227margin-right: auto;
228display: block;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200229}
230.section {
231 padding: 0.2em;
232}
233
234.poster_body h1::before{
Marc Kupietzd2be7362023-06-14 07:17:27 +0200235 position: absolute;
Marc Kupietz37912c32023-06-16 17:09:36 +0200236 vertical-align: baseline;
237 top: 9pt;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200238 left: -50pt;
239 content: "";
Marc Kupietz37912c32023-06-16 17:09:36 +0200240 height: 40pt;
241 width: 40pt;
Marc Kupietz7ca2eba2023-06-21 13:35:16 +0200242 background-color: #f57c14;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200243}
244
245.poster_body h1 {
246text-align: left;
247color: $if(sectitle_textcol)$$sectitle_textcol$$else$#000000$endif$;
248font-size: $if(sectitle_textsize)$$sectitle_textsize$$else$50pt$endif$;
249margin-top: 2mm;
250margin-left: 50pt;
251position: relative;
252margin-bottom: 2mm;
253font-weight: bold;
254text-transform: uppercase;
255letter-spacing: 2pt;
256}
257
258.poster_body h2 {
259color: $if(sectitle2_textcol)$$sectitle2_textcol$$else$#000000$endif$;
260font-size: $if(sectitle2_textsize)$$sectitle2_textsize$$else$40pt$endif$;
261font-weight: bold;
262margin-block-start: 0.5em;
263margin-block-end: 0.25em;
264}
265
266.poster_body h3 {
267color: $if(sectitle3_textcol)$$sectitle3_textcol$$else$#000000$endif$;
268font-size: $if(sectitle3_textsize)$$sectitle3_textsize$$else$32pt$endif$;
269font-weight: medium;
270margin-block-start: 0.5em;
271margin-block-end: 0.25em;
272}
273
Marc Kupietzad17fb02023-06-20 15:20:51 +0200274.poster_body h4, h5, h6 {
275margin-block-start: 0.5em;
276margin-block-end: 0.25em;
277}
278
Marc Kupietz16cb8bb2023-06-21 11:44:57 +0200279.footnotes {
280 font-family: Fira Sans Condensed;
281}
282.footnotes ol li::marker {
283 /* vertical-align: super; */
284 position: relative;
285 top: -0.5em;
286 font-size: 80%;
287}
288
Marc Kupietzd2be7362023-06-14 07:17:27 +0200289.span {
290width: 200%;
291}
292
293#info-column {
294 position: absolute;
295 font-family: "Fira Sans Condensed Light";
296 font-size: 18pt;
297 left: 2cm;
Marc Kupietz7c3742c2023-06-23 20:01:49 +0200298 bottom: 2cm;
299 overflow: display;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200300}
301
Marc Kupietzefa616e2023-06-24 10:42:16 +0200302#info-column .qrcode {
303 margin-bottom: 5em;
Marc Kupietzbc7bf642024-05-29 11:03:20 +0200304 margin-left: -10px;
Marc Kupietzefa616e2023-06-24 10:42:16 +0200305}
306
Marc Kupietz7c3742c2023-06-23 20:01:49 +0200307@media print {
308#info-column {
309 bottom: 7vH;
310 page-break-inside: avoid;
311}
312}
313
Marc Kupietz80df4e32023-06-27 18:07:07 +0200314.poster_body .html-widget {
315 margin-top: 1cm;
316 margin-bottom: 0.5cm;
317}
Marc Kupietz7c3742c2023-06-23 20:01:49 +0200318
Marc Kupietz87016ef2023-06-23 20:10:55 +0200319h1, h2, h3, h4, h5 {
320 page-break-after: avoid;
321}
322
Marc Kupietzb08ed462023-06-27 18:07:58 +0200323table, figure, .figure, .sourceCode {
Marc Kupietz87016ef2023-06-23 20:10:55 +0200324 page-break-inside: avoid;
325}
326
Marc Kupietzd2be7362023-06-14 07:17:27 +0200327/* center align leaflet map,
328from https://stackoverflow.com/questions/52112119/center-leaflet-in-a-rmarkdown-document */
329.html-widget {
330margin: auto;
331position: sticky;
332margin-top: 2cm;
333margin-bottom: 2cm;
334}
335.leaflet.html-widget.html-widget-static-bound.leaflet-container.leaflet-touch.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom {
336position: sticky;
337width: 100%;
338}
339pre.sourceCode.r, pre.sourceCode.python {
340background-color: #ffffff20;
341border: solid $if(secondary_colour)$$secondary_colour$$else$#008080$endif$ 1mm;
342border-radius: 0.5em;
343padding: 4mm;
344margin: auto;
345margin-top: 1em;
346margin-bottom: 1em;
347line-height: 80%;
348/* align-items: center; */
349}
350div.sourceCode {
351background-color: transparent;
Marc Kupietzfbbd0ba2023-06-18 12:11:51 +0200352width: $if(codechunk_width)$$codechunk_width$$else$100%$endif$;
353font-size: $if(codechunk_textsize)$$codechunk_textsize$$else$20pt$endif$;
Marc Kupietz716df932023-06-28 20:24:00 +0200354font-weight: 600;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200355margin-left: auto;
356margin-right: auto;
357}
358code.sourceCode.r, code.sourceCode.python {
359background-color: transparent;
360font-size: $if(codechunk_textsize)$$codechunk_textsize$$else$20pt$endif$;
361border-radius: 2mm;
362}
363code {
Marc Kupietzfbbd0ba2023-06-18 12:11:51 +0200364font-size: $if(codechunk_textsize)$$codechunk_textsize$$else$20pt$endif$;
365font-family: "Fira Mono", monospace;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200366background-color: $if(secondary_colour)$$secondary_colour$24$else$#00808024$endif$;
367color: $if(secondary_colour)$$secondary_colour$$else$#008080$endif$;
368padding: 1.2mm;
369line-height: 1;
370border-radius: 2mm;
371}
Marc Kupietz0edbbcd2024-05-13 13:00:06 +0200372.figure > .caption {
373margin-top: 4mm;
374}
Marc Kupietzd2be7362023-06-14 07:17:27 +0200375.caption {
376font-size: 20pt;
Marc Kupietzc1933332023-06-18 13:03:12 +0200377margin-left: auto;
378margin-right: auto;
379display: block;
380width: fit-content;
381
Marc Kupietzd2be7362023-06-14 07:17:27 +0200382}
383.table caption {
384font-size: 20pt;
385padding-bottom: 3mm;
386
387}
388code {
389font-size: 1em;
390font-family: monospace;
391background-color: $if(secondary_colour)$$secondary_colour$24$else$#00808024$endif$;
Marc Kupietz7ca2eba2023-06-21 13:35:16 +0200392color: $if(primary_colour)$$primary_colour$$else$#f57c14$endif$;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200393padding: 1.2mm;
394border-radius: 2mm;
395}
396.poster_title code {
397font-size: 1em;
398}
399table {
400font-size: 25pt;
401margin: auto;
Marc Kupietzfd6b8f22023-06-16 17:09:59 +0200402margin-top: 6mm;
403margin-bottom: 10mm;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200404border-top: 3px solid #666;
405border-bottom: 3px solid #666;
406}
407table thead th {
408border-bottom: 3px solid #ddd;
409}
410td {
411padding: 8px;
412}
413th {
414padding: 15px;
415}
416caption {
417margin-bottom: 10px;
418}
Marc Kupietz4bc00012023-06-18 12:07:58 +0200419.poster_body p, ol, ul {
Marc Kupietzf3c9ad42023-06-16 17:16:30 +0200420margin-top: 2mm;
421margin-bottom: 6mm;
Marc Kupietzd2be7362023-06-14 07:17:27 +0200422color: $if(body_textcol)$$body_textcol$$else$#000000$endif$
423}
Marc Kupietz0485f362023-06-21 19:55:26 +0200424
425ul ul {
426 margin-top: 0.1em;
427 margin-bottom: 0.2em;
428}
429
Marc Kupietzd2be7362023-06-14 07:17:27 +0200430#ul {
Marc Kupietzd2be7362023-06-14 07:17:27 +0200431}
432.references p {
433font-size: 20pt;
434}
Marc Kupietz9250fc22023-06-14 14:19:55 +0200435#refs {
436font-size: 20pt;
437font-family: "Fira Sans Condensed";
438}
439.hanging-indent > .csl-entry {
440 padding-left: 22px ;
441 text-indent: -22px ;
442}
443
Marc Kupietzd2be7362023-06-14 07:17:27 +0200444.orcid img {
445 width: 1em;
446}
447.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate, table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_asc_disabled::after, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_asc_disabled::after, table.dataTable thead > tr > td.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::after {
448 display: none;
449}
450</style>
451$if(custom_css)$
452<link rel="stylesheet" href=$custom_css$>
453$else$$endif$
454</head>
455<body>
456
457$for(include-before)$
458$include-before$
459$endfor$
460
461<div class="poster_wrap">
Marc Kupietz01a59182023-06-21 13:34:48 +0200462<div class="title_container0">
Marc Kupietzd2be7362023-06-14 07:17:27 +0200463<!-- Left Logo -->
464<div class="logo_left">
465$if(logoleft_name)$
466<img src=$logoleft_name$ style="margin-top: auto;
467 margin-bottom: auto;
Marc Kupietz095d7de2023-06-16 08:22:56 +0200468 height: 50%;">
Marc Kupietzd2be7362023-06-14 07:17:27 +0200469$endif$
470</div>
471<!-- Right Logo -->
472<div class="logo_right">
473$if(logoright_name)$
474<img src=$logoright_name$ style="width: 80%">
475$else$
476<svg
477 version="1.1"
478 id="svg7644"
479 width="946.47864"
480 height="300.20413"
481 viewBox="0 0 946.47864 300.20413"
482 xmlns="http://www.w3.org/2000/svg"
483 xmlns:svg="http://www.w3.org/2000/svg">
484 <defs
485 id="defs7648">
486 <clipPath
487 clipPathUnits="userSpaceOnUse"
488 id="clipPath7662">
489 <path
490 d="M 0,0 H 9080.13 V 3350.13 H 0 Z"
491 id="path7660" />
492 </clipPath>
493 </defs>
494 <g
495 id="g7652"
496 transform="matrix(1.3333333,0,0,-1.3333333,-136.41866,362.39732)">
497 <g
498 id="g7654"
499 transform="scale(0.1)">
500 <g
501 id="g7656">
502 <g
503 id="g7658"
504 clip-path="url(#clipPath7662)">
505 <path
506 d="m 3243.19,1688.99 h 3.01 c 5.43,0 10.23,2.14 14.42,6.41 4.16,4.28 6.26,10.29 6.26,18.04 v 167.8 c 0,9.25 -2.34,15.69 -7.03,19.31 -4.66,3.62 -10.23,5.53 -16.66,5.73 v 2.57 h 71.07 v -2.57 c -6.24,-0.2 -11.77,-2.06 -16.6,-5.58 -4.83,-3.52 -7.24,-10.01 -7.24,-19.46 v -162.22 c 0,-9.66 2.41,-16.34 7.24,-20.07 4.83,-3.72 12.72,-5.58 23.69,-5.58 h 19.17 c 8.35,0 15,1.01 20,3.02 4.96,2.01 8.92,5.08 11.83,9.21 2.92,4.12 5.89,9.95 8.91,17.5 h 2.56 l -8.45,-36.52 h -132.18 v 2.41"
507 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
508 id="path7664" />
509 <path
510 d="m 3428.49,1906.28 v 2.57 h 132.49 v -35.01 h -2.12 c 0,18.71 -12.47,28.07 -37.42,28.07 h -46.32 v -100.95 h 40.74 c 8.04,0 15.24,1.31 21.57,3.92 6.34,2.62 9.97,8.61 10.87,17.96 h 2.26 v -50.4 h -2.26 c -0.9,5.73 -2.61,10.13 -5.13,13.19 -2.52,3.08 -5.01,5.12 -7.48,6.13 -2.46,1 -4.64,1.51 -6.55,1.51 -3.62,0.6 -7.4,0.9 -11.32,0.9 h -42.7 v -78.92 c 0,-5.93 1.12,-11.07 3.4,-15.39 2.25,-4.32 7.51,-6.49 15.76,-6.49 h 33.05 c 7.94,0 14.48,1.16 19.61,3.47 5.13,2.31 9.17,5.54 12.16,9.66 2.95,4.12 5.45,9.11 7.46,14.94 h 2.11 l -7.69,-34.86 h -132.49 v 2.41 h 3.02 c 4.72,0 9.35,1.92 13.88,5.74 4.53,3.82 6.79,10.06 6.79,18.71 v 167.5 c 0,6.84 -1.54,12.77 -4.61,17.8 -3.07,5.03 -8.42,7.54 -16.06,7.54 h -3.02"
511 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
512 id="path7666" />
513 <path
514 d="m 3698.47,1908.85 v -2.57 c -6.64,0 -12.28,-1.86 -16.9,-5.58 -4.63,-3.72 -6.94,-9.9 -6.94,-18.56 v -168.7 c 0,-8.55 2.46,-14.77 7.39,-18.65 4.93,-3.87 10.41,-5.8 16.45,-5.8 v -2.41 H 3628 v 2.41 c 6.44,0 12,1.88 16.67,5.67 4.69,3.76 7.02,10.03 7.02,18.78 v 168.7 c 0,9.26 -2.33,15.59 -7.02,19.02 -4.67,3.41 -10.23,5.12 -16.67,5.12 v 2.57 h 70.47"
515 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
516 id="path7668" />
517 <path
518 d="m 3831.45,1800.05 h -22.78 v -80.12 c 0,-5.33 0.52,-9.79 1.59,-13.36 1.04,-3.57 3.94,-6.66 8.67,-9.28 4.73,-2.61 12.02,-3.92 21.88,-3.92 20.42,0 34.96,6.79 43.61,20.37 5.93,9.36 8.9,19.87 8.9,31.54 0,8.45 -1.5,16.1 -4.46,22.94 -2.97,6.84 -7.05,12.54 -12.21,17.12 -5.2,4.57 -11.7,8.18 -19.55,10.79 -7.84,2.62 -16.39,3.92 -25.65,3.92 z m -22.78,6.8 h 14.48 c 11.87,0 20.33,1.2 25.35,3.62 3.22,1.6 6.56,3.82 10.04,6.64 3.46,2.81 6.78,7.24 9.96,13.28 3.16,6.03 4.75,13.33 4.75,21.88 0,6.64 -1.05,12.94 -3.17,18.94 -2.11,5.97 -5.18,11.28 -9.2,15.91 -4.03,4.63 -8.81,8.25 -14.34,10.87 -5.53,2.61 -11.57,3.92 -18.11,3.92 -5.73,0 -12.32,-1.1 -19.76,-3.32 z m 36.51,-120.27 h -83.14 v 2.41 h 3.02 c 5.63,0 10.5,2.05 14.55,6.11 4.09,4.09 6.12,10.19 6.12,18.34 v 167.8 c 0,7.94 -1.89,14.12 -5.65,18.47 -3.79,4.4 -8.89,6.57 -15.33,6.57 h -2.71 v 2.57 h 72.58 c 9.56,0 18.36,-1.39 26.41,-4.14 8.05,-2.78 14.85,-6.6 20.45,-11.47 5.57,-4.9 9.88,-10.43 12.89,-16.59 3.02,-6.21 4.53,-12.91 4.53,-20.16 0,-13.38 -4.32,-24.24 -12.97,-32.59 -8.66,-8.35 -20.28,-14.49 -34.86,-18.41 v -0.61 c 6.64,-0.7 13.03,-1.76 19.16,-3.17 6.14,-1.4 11.67,-3.37 16.6,-5.88 4.93,-2.51 9.56,-5.79 13.88,-9.81 3.93,-3.62 7.25,-7.59 9.96,-11.92 2.72,-4.32 4.78,-9.04 6.19,-14.11 1.41,-5.09 2.11,-10.28 2.11,-15.62 0,-11.56 -3,-21.52 -8.99,-29.87 -5.98,-8.35 -12.74,-14.69 -20.28,-19.02 -10.77,-5.93 -25.6,-8.9 -44.52,-8.9"
519 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
520 id="path7670" />
521 <path
522 d="m 4200.98,1908.85 v -2.57 c -5.63,-0.7 -10.09,-1.79 -13.36,-3.25 -3.27,-1.45 -5.8,-4.32 -7.61,-8.58 -1.81,-4.29 -2.72,-10.45 -2.72,-18.49 V 1681 h -1.51 l -170.66,190.43 v -136.71 c 0,-11.37 0.45,-19.82 1.36,-25.36 0.9,-5.53 2.21,-9.5 3.92,-11.91 3.72,-5.23 10.21,-8.05 19.47,-8.46 v -2.41 h -55.69 v 2.41 c 6.24,0.31 11.1,1.63 14.56,4 3.49,2.36 5.93,6.69 7.41,12.97 1.44,6.29 2.18,15.78 2.18,28.45 v 145.02 l -7.39,8.29 c -6.54,7.45 -11.78,12.16 -15.7,14.11 -3.92,1.97 -8.8,3.45 -14.64,4.45 v 2.57 h 41.8 l 168.1,-188.32 v 143.51 c 0,10.76 -0.43,18.81 -1.29,24.14 -0.86,5.33 -3.12,9.61 -6.78,12.83 -3.68,3.21 -9.43,4.98 -17.28,5.27 v 2.57 h 55.83"
523 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
524 id="path7672" />
525 <path
526 d="m 4334.27,1908.85 v -2.57 c -6.64,0 -12.27,-1.86 -16.9,-5.58 -4.63,-3.72 -6.95,-9.9 -6.95,-18.56 v -168.7 c 0,-8.55 2.47,-14.77 7.4,-18.65 4.93,-3.87 10.41,-5.8 16.45,-5.8 v -2.41 h -70.47 v 2.41 c 6.44,0 12,1.88 16.66,5.67 4.7,3.76 7.03,10.03 7.03,18.78 v 168.7 c 0,9.26 -2.33,15.59 -7.03,19.02 -4.66,3.41 -10.22,5.12 -16.66,5.12 v 2.57 h 70.47"
527 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
528 id="path7674" />
529 <path
530 d="m 4554.94,1900.4 h -106.38 c -8.85,0 -16.05,-0.99 -21.57,-2.93 -5.54,-1.98 -9.97,-5.27 -13.29,-9.9 -3.32,-4.62 -5.73,-11.06 -7.24,-19.31 h -2.41 v 40.59 h 181.98 v -4.37 l -153.92,-209.6 h 106.69 c 11.87,0 21.14,1.26 27.83,3.77 6.69,2.52 11.5,5.67 14.42,9.43 2.92,3.78 5.94,8.98 9.05,15.62 h 2.41 l -10.41,-37.12 h -180.77 v 4.68 l 153.61,209.14"
531 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
532 id="path7676" />
533 <path
534 d="m 4645.3,1803.07 h 79.82 v -12.37 h -79.82 v 12.37"
535 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
536 id="path7678" />
537 <path
538 d="m 4847.02,1908.85 v -2.57 c -6.63,0 -12.26,-1.86 -16.89,-5.58 -4.63,-3.72 -6.94,-9.9 -6.94,-18.56 v -168.7 c 0,-8.55 2.46,-14.77 7.39,-18.65 4.93,-3.87 10.41,-5.8 16.44,-5.8 v -2.41 h -70.46 v 2.41 c 6.44,0 12.01,1.88 16.67,5.67 4.69,3.76 7.02,10.03 7.02,18.78 v 168.7 c 0,9.26 -2.33,15.59 -7.02,19.02 -4.66,3.41 -10.23,5.12 -16.67,5.12 v 2.57 h 70.46"
539 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
540 id="path7680" />
541 <path
542 d="m 5131.92,1908.85 v -2.57 c -5.64,-0.7 -10.09,-1.79 -13.36,-3.25 -3.27,-1.45 -5.8,-4.32 -7.61,-8.58 -1.82,-4.29 -2.72,-10.45 -2.72,-18.49 V 1681 h -1.51 l -170.66,190.43 v -136.71 c 0,-11.37 0.45,-19.82 1.36,-25.36 0.9,-5.53 2.21,-9.5 3.92,-11.91 3.72,-5.23 10.21,-8.05 19.46,-8.46 v -2.41 h -55.68 v 2.41 c 6.24,0.31 11.1,1.63 14.56,4 3.49,2.36 5.93,6.69 7.4,12.97 1.45,6.29 2.19,15.78 2.19,28.45 v 145.02 l -7.4,8.29 c -6.53,7.45 -11.77,12.16 -15.69,14.11 -3.92,1.97 -8.8,3.45 -14.63,4.45 v 2.57 h 41.79 l 168.1,-188.32 v 143.51 c 0,10.76 -0.44,18.81 -1.29,24.14 -0.86,5.33 -3.12,9.61 -6.78,12.83 -3.68,3.21 -9.43,4.98 -17.28,5.27 v 2.57 h 55.83"
543 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
544 id="path7682" />
545 <path
546 d="m 5307.75,1866.15 h -2.42 c -1.41,10.76 -6.12,20.18 -14.11,28.3 -8,8.08 -18.53,12.14 -31.62,12.14 -8.54,0 -16.14,-2.02 -22.78,-6.04 -6.64,-4.02 -11.77,-9.51 -15.39,-16.44 -3.62,-6.95 -5.43,-14.89 -5.43,-23.85 0,-6.94 1.07,-13.11 3.23,-18.49 2.17,-5.38 5.37,-10.12 9.59,-14.25 4.23,-4.13 9.21,-7.98 14.94,-11.54 5.74,-3.58 13.48,-8.08 23.25,-13.51 16.28,-8.95 28.96,-17.87 38.01,-26.79 9.07,-8.89 13.59,-21.1 13.59,-36.59 0,-9.45 -2.45,-18.59 -7.33,-27.39 -4.88,-8.8 -12.23,-16.02 -22.1,-21.65 -9.85,-5.63 -22.08,-8.45 -36.67,-8.45 -9.15,0 -17.24,0.99 -24.28,2.94 -7.06,1.97 -14.19,4.71 -21.44,8.23 -3.02,1 -5.08,1.51 -6.18,1.51 -2.11,0 -3.51,-0.75 -4.14,-2.27 -0.68,-1.51 -1.55,-4.77 -2.65,-9.8 h -2.57 v 55.68 h 2.57 c 3.61,-16.3 10.66,-28.62 21.12,-36.97 10.46,-8.35 23.19,-12.53 38.18,-12.53 11.27,0 20.3,2.11 27.08,6.34 6.81,4.22 11.5,9.36 14.11,15.39 2.62,6.04 3.93,12.07 3.93,18.11 0,12.47 -3.81,22.65 -11.4,30.55 -7.6,7.89 -19.13,15.98 -34.63,24.22 -10.66,5.84 -18.55,10.36 -23.69,13.59 -5.13,3.21 -10.32,7.39 -15.63,12.52 -5.26,5.13 -9.47,11.18 -12.58,18.17 -3.12,7 -4.68,15.02 -4.68,24.08 0,10.46 2.76,20.47 8.3,30.03 5.53,9.56 13.38,17.22 23.53,23.02 10.17,5.77 21.68,8.67 34.56,8.67 9.76,0 19.77,-1.66 30.03,-4.98 1.61,-0.81 3.77,-1.21 6.49,-1.21 3.32,0 5.58,2.26 6.79,6.79 h 2.42 v -47.53"
547 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
548 id="path7684" />
549 <path
550 d="m 5559.09,1865.55 h -2.41 c -1.1,14.48 -5.33,23.85 -12.67,28.13 -7.35,4.27 -16.4,6.42 -27.16,6.42 h -44.21 v -186.66 c 0,-15.79 8.05,-23.94 24.14,-24.45 v -2.41 h -70.77 v 2.41 c 6.64,0.21 12.24,2.14 16.82,5.8 4.58,3.68 6.87,9.9 6.87,18.65 v 186.66 h -44.21 c -10.77,0 -19.8,-2.15 -27.08,-6.42 -7.31,-4.28 -11.55,-13.65 -12.76,-28.13 h -2.41 v 54.32 h 2.41 c 1.61,-2.52 3.02,-4.38 4.23,-5.59 1.21,-1.2 2.76,-2.24 4.67,-3.1 1.92,-0.85 4.16,-1.46 6.71,-1.81 2.58,-0.35 5.62,-0.52 9.13,-0.52 h 143.96 c 9.56,0 17,3.67 22.33,11.02 h 2.41 v -54.32"
551 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
552 id="path7686" />
553 <path
554 d="m 5687.69,1908.85 v -2.57 c -6.64,0 -12.28,-1.86 -16.91,-5.58 -4.61,-3.72 -6.93,-9.9 -6.93,-18.56 v -168.7 c 0,-8.55 2.46,-14.77 7.39,-18.65 4.93,-3.87 10.41,-5.8 16.45,-5.8 v -2.41 h -70.47 v 2.41 c 6.44,0 12,1.88 16.67,5.67 4.69,3.76 7.02,10.03 7.02,18.78 v 168.7 c 0,9.26 -2.33,15.59 -7.02,19.02 -4.67,3.41 -10.23,5.12 -16.67,5.12 v 2.57 h 70.47"
555 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
556 id="path7688" />
557 <path
558 d="m 5941.23,1865.55 h -2.41 c -1.1,14.48 -5.33,23.85 -12.67,28.13 -7.35,4.27 -16.4,6.42 -27.16,6.42 h -44.21 v -186.66 c 0,-15.79 8.05,-23.94 24.14,-24.45 v -2.41 h -70.77 v 2.41 c 6.64,0.21 12.23,2.14 16.81,5.8 4.58,3.68 6.88,9.9 6.88,18.65 v 186.66 h -44.21 c -10.77,0 -19.8,-2.15 -27.08,-6.42 -7.31,-4.28 -11.55,-13.65 -12.76,-28.13 h -2.42 v 54.32 h 2.42 c 1.61,-2.52 3.01,-4.38 4.22,-5.59 1.22,-1.2 2.77,-2.24 4.68,-3.1 1.92,-0.85 4.16,-1.46 6.71,-1.81 2.58,-0.35 5.62,-0.52 9.13,-0.52 h 143.96 c 9.56,0 17,3.67 22.33,11.02 h 2.41 v -54.32"
559 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
560 id="path7690" />
561 <path
562 d="m 6197.47,1686.58 h -46.62 v 36.82 l -0.76,0.6 c -6.43,-14.99 -16.05,-25.95 -28.9,-32.89 -12.81,-6.94 -26.23,-10.41 -40.21,-10.41 -15.79,0 -30.01,3.77 -42.62,11.31 -12.63,7.55 -21.91,16.85 -27.84,27.92 -4.23,7.85 -6.89,16.01 -8,24.53 -1.11,8.48 -1.66,17.32 -1.66,26.47 v 110.61 c 0,6.64 -1.35,12.22 -4.01,16.75 -2.67,4.53 -9.01,7.19 -19.08,7.99 v 2.57 h 69.87 v -2.57 c -10.26,-1.2 -16.81,-4.17 -19.62,-8.9 -2.82,-4.72 -4.23,-10.01 -4.23,-15.84 v -108.8 c 0,-22.13 2.27,-38.48 6.8,-49.04 4.82,-11.26 12.07,-20.07 21.73,-26.41 9.66,-6.33 20.61,-9.5 32.89,-9.5 5.13,0 11.22,0.91 18.26,2.71 7.04,1.81 13.63,4.83 19.77,9.06 18.4,12.57 27.61,32.74 27.61,60.51 v 121.47 c 0,6.14 -1.41,11.57 -4.23,16.3 -2.81,4.72 -9.45,7.54 -19.92,8.44 v 2.57 h 71.08 v -2.57 c -10.27,-0.5 -16.85,-3.37 -19.77,-8.59 -2.92,-5.23 -4.37,-10.52 -4.37,-15.85 v -168.4 c 0,-5.83 0.96,-10.44 2.95,-13.82 1.94,-3.37 4.65,-5.74 8.14,-7.15 3.46,-1.41 7.71,-2.57 12.74,-3.48 v -2.41"
563 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
564 id="path7692" />
565 <path
566 d="m 6429.44,1865.55 h -2.42 c -1.11,14.48 -5.33,23.85 -12.67,28.13 -7.34,4.27 -16.4,6.42 -27.16,6.42 h -44.22 v -186.66 c 0,-15.79 8.05,-23.94 24.14,-24.45 v -2.41 h -70.76 v 2.41 c 6.63,0.21 12.24,2.14 16.82,5.8 4.57,3.68 6.87,9.9 6.87,18.65 v 186.66 h -44.22 c -10.76,0 -19.79,-2.15 -27.08,-6.42 -7.3,-4.28 -11.55,-13.65 -12.75,-28.13 h -2.41 v 54.32 h 2.41 c 1.61,-2.52 3.02,-4.38 4.23,-5.59 1.2,-1.2 2.76,-2.24 4.68,-3.1 1.9,-0.85 4.15,-1.46 6.69,-1.81 2.59,-0.35 5.62,-0.52 9.15,-0.52 h 143.95 c 9.56,0 17,3.67 22.33,11.02 h 2.42 v -54.32"
567 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
568 id="path7694" />
569 <path
570 d="m 6569.13,1906.28 v 2.57 h 133.4 v -33.8 h -2.42 c -0.6,6.94 -3.14,13.15 -7.61,18.63 -4.49,5.48 -12.16,8.23 -23.01,8.23 h -53.42 v -100.65 h 49.79 c 9.46,0 15.89,1.93 19.32,5.81 3.42,3.87 5.62,9.23 6.63,16.07 h 2.42 v -50.4 h -2.42 c -0.6,6.34 -2.7,11.56 -6.25,15.61 -3.58,4.1 -10.15,6.12 -19.7,6.12 h -49.79 v -81.03 c 0,-7.34 2.11,-13.26 6.34,-17.74 4.21,-4.47 9.29,-6.71 15.23,-6.71 h 3.17 v -2.41 h -71.68 v 2.41 h 3.02 c 6.04,0 11.04,2.27 15.02,6.8 3.97,4.52 5.96,10.41 5.96,17.65 v 168.1 c 0,9.56 -2.16,16.06 -6.49,19.55 -4.32,3.45 -9.16,5.19 -14.49,5.19 h -3.02"
571 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
572 id="path7696" />
573 <path
574 d="m 6898.19,1957.89 c 4.02,0 7.44,-1.41 10.26,-4.22 2.81,-2.82 4.22,-6.24 4.22,-10.26 0,-3.73 -1.39,-7.08 -4.15,-10.03 -2.77,-2.98 -6.21,-4.46 -10.33,-4.46 -4.03,0 -7.48,1.48 -10.34,4.46 -2.88,2.95 -4.3,6.3 -4.3,10.03 0,4.02 1.45,7.44 4.37,10.26 2.92,2.81 6.34,4.22 10.27,4.22 z m -60.97,-0.3 c 3.93,0 7.27,-1.39 10.03,-4.16 2.76,-2.76 4.16,-6.1 4.16,-10.02 0,-3.83 -1.34,-7.19 -3.99,-10.11 -2.68,-2.92 -6.07,-4.38 -10.2,-4.38 -3.82,0 -7.19,1.46 -10.11,4.38 -2.92,2.92 -4.37,6.28 -4.37,10.11 0,4.02 1.45,7.39 4.37,10.11 2.92,2.72 6.29,4.07 10.11,4.07 z m 140.34,-271.01 h -46.63 v 36.82 l -0.75,0.6 c -6.45,-14.99 -16.07,-25.95 -28.91,-32.89 -12.81,-6.94 -26.22,-10.41 -40.2,-10.41 -15.79,0 -30.01,3.77 -42.62,11.31 -12.65,7.55 -21.91,16.85 -27.85,27.92 -4.23,7.85 -6.9,16.01 -8,24.53 -1.1,8.48 -1.66,17.32 -1.66,26.47 v 110.61 c 0,6.64 -1.34,12.22 -4,16.75 -2.67,4.53 -9.03,7.19 -19.09,7.99 v 2.57 h 69.87 v -2.57 c -10.27,-1.2 -16.8,-4.17 -19.62,-8.9 -2.81,-4.72 -4.22,-10.01 -4.22,-15.84 v -108.8 c 0,-22.13 2.26,-38.48 6.79,-49.04 4.82,-11.26 12.07,-20.07 21.73,-26.41 9.65,-6.33 20.62,-9.5 32.89,-9.5 5.13,0 11.22,0.91 18.26,2.71 7.04,1.81 13.63,4.83 19.76,9.06 18.41,12.57 27.62,32.74 27.62,60.51 v 121.47 c 0,6.14 -1.41,11.57 -4.23,16.3 -2.81,4.72 -9.45,7.54 -19.91,8.44 v 2.57 h 71.06 v -2.57 c -10.25,-0.5 -16.84,-3.37 -19.76,-8.59 -2.91,-5.23 -4.38,-10.52 -4.38,-15.85 v -168.4 c 0,-5.83 0.98,-10.44 2.95,-13.82 1.95,-3.37 4.67,-5.74 8.16,-7.15 3.44,-1.41 7.7,-2.57 12.74,-3.48 v -2.41"
575 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
576 id="path7698" />
577 <path
578 d="m 7076.36,1800.66 h 12.68 c 13.27,0 24.16,1.91 32.67,5.73 8.49,3.82 14.65,9.29 18.48,16.37 3.82,7.11 5.73,15.77 5.73,26.03 0,8.55 -1.71,16.92 -5.13,25.14 -3.42,8.18 -9.23,15.09 -17.44,20.65 -8.2,5.61 -19.23,8.39 -33.11,8.39 -5.64,0 -10.26,-0.46 -13.88,-1.36 z m -43.61,105.02 h -3.02 v 3.17 h 76.95 c 12.39,0 22.87,-1.91 31.46,-5.73 8.62,-3.82 15.29,-8.67 20.09,-14.57 4.76,-5.87 8.18,-12.09 10.26,-18.63 2.04,-6.54 3.09,-12.98 3.09,-19.31 0,-8.05 -1.7,-15.78 -5.07,-23.16 -3.37,-7.41 -8.55,-13.76 -15.53,-19.1 -7,-5.33 -15.72,-8.95 -26.18,-10.86 v -0.61 c 13.27,-6.43 25.54,-19.21 36.81,-38.32 l 20.07,-33.95 c 9.06,-15.19 16.31,-24.8 21.82,-28.82 5.46,-4.03 10.88,-6.29 16.21,-6.8 v -2.41 h -40.44 c -1.71,2.21 -3.32,4.34 -4.83,6.41 -1.51,2.06 -3.12,4.26 -4.83,6.57 -1,1.51 -2.5,3.79 -4.44,6.87 -1.98,3.05 -3.16,4.8 -3.56,5.2 l -26.56,43.91 c -5.33,8.95 -10.79,16.21 -16.36,21.81 -5.6,5.57 -10.8,9.58 -15.62,11.99 -4.83,2.42 -9.19,3.93 -13.05,4.53 -3.88,0.6 -8.43,0.91 -13.66,0.91 v -81.34 c 0,-15.79 8.05,-23.94 24.14,-24.45 v -2.41 h -70.77 v 2.41 c 4.42,0.21 8.35,1.03 11.77,2.49 3.42,1.45 6.27,3.97 8.51,7.54 2.29,3.57 3.41,8.39 3.41,14.42 v 168.1 c 0,8.85 -2.16,15.09 -6.48,18.71 -4.33,3.62 -9.07,5.43 -14.19,5.43"
579 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
580 id="path7700" />
581 <path
582 d="m 1243.23,1917.93 v -8.48 c -20.75,0 -38.34,-6.12 -52.79,-18.42 -14.46,-12.29 -21.69,-32.72 -21.69,-61.28 v -557.09 c 0,-28.25 7.73,-48.76 23.11,-61.57 15.38,-12.76 32.51,-19.18 51.37,-19.18 v -7.95 h -220.09 v 7.95 c 20.12,0 37.47,6.24 52.07,18.7 14.63,12.45 21.91,33.14 21.91,62.05 v 557.09 c 0,30.54 -7.28,51.49 -21.91,62.78 -14.6,11.29 -31.95,16.92 -52.07,16.92 v 8.48 h 220.09"
583 style="fill:#7b7979;fill-opacity:1;fill-rule:nonzero;stroke:none"
584 id="path7702" />
585 <path
586 d="m 1460.01,1883.07 v -581.54 c 0,-28.55 4.33,-49.57 12.95,-63 8.65,-13.47 22.09,-22.18 40.31,-26.19 18.2,-3.97 44.94,-5.97 80.11,-5.97 50.27,0 92.68,5.25 127.24,15.7 34.57,10.48 68.01,33.81 100.37,70.01 23.89,26.9 43.05,59.78 57.5,98.65 14.45,38.89 21.68,85.88 21.68,141.03 0,43.51 -5.81,86.61 -17.44,129.3 -11.61,42.7 -29.38,80.63 -53.23,113.87 -26.74,37.53 -61.04,66.93 -102.98,88.2 -41.94,21.24 -92.44,31.9 -151.51,31.9 -30.48,0 -68.82,-4 -115,-11.96 z m -145.61,26.38 v 8.48 h 267.2 c 37.38,0 71.86,-3.4 103.44,-10.22 31.58,-6.79 59.85,-15.85 84.84,-27.13 24.96,-11.33 46.55,-23.69 64.78,-37.13 18.23,-13.46 33.61,-27.17 46.18,-41.13 22,-23.24 40.69,-49.08 56.1,-77.46 15.39,-28.41 26.94,-58.4 34.63,-89.95 7.69,-31.58 11.55,-64.11 11.55,-97.66 0,-33.56 -3.77,-65.45 -11.32,-95.67 -7.54,-30.24 -18.37,-58.22 -32.5,-83.96 -14.14,-25.76 -31.03,-49.09 -50.68,-70.01 -19.62,-20.93 -42.49,-39.89 -68.56,-56.81 -22.32,-13.95 -47.92,-25.24 -76.82,-33.9 -28.92,-8.65 -68.01,-12.94 -117.35,-12.94 H 1314.4 v 7.95 h 9.4 c 21.69,0 37.88,8.66 48.56,25.92 10.68,17.27 16.02,35.56 16.02,54.83 v 554.1 c 0,18.58 -2.9,34.19 -8.7,46.82 -5.84,12.63 -13.62,21.77 -23.34,27.43 -9.75,5.63 -20.58,8.44 -32.54,8.44 h -9.4"
587 style="fill:#7b7979;fill-opacity:1;fill-rule:nonzero;stroke:none"
588 id="path7704" />
589 <path
590 d="m 2403.74,1776.93 h -7.55 c -4.38,35.53 -19.06,66.67 -44.05,93.43 -24.96,26.73 -57.88,40.11 -98.72,40.11 -26.73,0 -50.44,-6.65 -71.17,-19.94 -20.75,-13.29 -36.77,-31.4 -48.06,-54.3 -11.32,-22.93 -16.98,-49.17 -16.98,-78.75 0,-22.93 3.37,-43.28 10.13,-61.03 6.77,-17.77 16.75,-33.47 29.92,-47.09 13.21,-13.64 28.77,-26.35 46.68,-38.13 17.9,-11.79 42.08,-26.65 72.56,-44.58 50.91,-29.58 90.5,-59.07 118.77,-88.47 28.26,-29.37 42.4,-69.65 42.4,-120.83 0,-31.23 -7.6,-61.35 -22.84,-90.44 -15.27,-29.05 -38.25,-52.91 -69.05,-71.49 -30.8,-18.6 -68.96,-27.92 -114.53,-27.92 -28.59,0 -53.87,3.25 -75.87,9.73 -22,6.47 -44.29,15.52 -66.9,27.16 -9.43,3.31 -15.88,4.97 -19.33,4.97 -6.59,0 -10.91,-2.5 -12.97,-7.47 -2.04,-4.99 -4.79,-15.79 -8.25,-32.39 h -8.01 v 183.88 h 8.01 c 11.32,-53.82 33.29,-94.51 65.97,-122.08 32.69,-27.57 72.42,-41.36 119.23,-41.36 35.21,0 63.4,6.96 84.61,20.93 21.22,13.95 35.88,30.88 44.06,50.82 8.15,19.94 12.25,39.84 12.25,59.78 0,41.2 -11.87,74.83 -35.58,100.92 -23.72,26.07 -59.77,52.75 -108.15,79.96 -33.32,19.28 -57.96,34.23 -73.98,44.85 -16.02,10.62 -32.28,24.44 -48.79,41.36 -16.49,16.95 -29.61,36.95 -39.36,60.05 -9.72,23.07 -14.6,49.57 -14.6,79.47 0,34.57 8.65,67.6 25.92,99.18 17.27,31.54 41.79,56.89 73.52,75.98 31.72,19.1 67.71,28.65 107.91,28.65 30.47,0 61.73,-5.49 93.78,-16.46 5.02,-2.64 11.78,-3.98 20.29,-3.98 10.36,0 17.41,7.5 21.18,22.44 h 7.55 v -156.96"
591 style="fill:#7b7979;fill-opacity:1;fill-rule:nonzero;stroke:none"
592 id="path7706" />
593 <path
594 d="m 2837.99,2717.98 c 0,0 0.28,-8.8 0.81,-25.28 0.48,-16.5 1.19,-40.68 2.09,-71.47 1.29,-61.56 3.98,-149.51 5.67,-255.05 0.8,-52.77 1.67,-109.94 2.58,-170.4 0.64,-60.47 1.32,-124.23 2.02,-190.19 0.42,-65.97 0.86,-134.13 1.29,-203.39 0.18,-69.26 0.36,-139.62 0.53,-209.98 -0.17,-70.36 -0.34,-140.72 -0.51,-209.98 -0.44,-69.26 -0.86,-137.43 -1.28,-203.38 -1.04,-131.93 -2.65,-255.059 -4.59,-360.598 -1.67,-105.551 -4.41,-193.492 -5.69,-255.063 -0.91,-30.777 -1.62,-54.969 -2.11,-71.449 -0.53,-16.5 -0.81,-25.301 -0.81,-25.301 0,0 -0.29,8.801 -0.82,25.301 -0.48,16.48 -1.19,40.672 -2.1,71.449 -1.29,61.571 -4.02,149.512 -5.7,255.063 -1.94,105.539 -3.55,228.668 -4.59,360.598 -0.42,65.95 -0.84,134.12 -1.28,203.38 -0.16,69.26 -0.33,139.62 -0.5,209.98 0.17,70.36 0.35,140.72 0.52,209.98 0.44,69.26 0.87,137.42 1.29,203.39 0.7,65.96 1.38,129.72 2.02,190.19 0.92,60.46 1.79,117.63 2.58,170.4 1.69,105.54 4.39,193.49 5.67,255.05 0.9,30.79 1.61,54.97 2.1,71.47 0.53,16.48 0.81,25.28 0.81,25.28"
595 style="fill:#f47216;fill-opacity:1;fill-rule:nonzero;stroke:none"
596 id="path7708" />
597 <path
598 d="m 3296.26,1498.5 v -261.81 c 0,-12.87 1.96,-22.34 5.91,-28.37 3.94,-6.08 10.09,-10 18.41,-11.8 8.33,-1.78 20.53,-2.68 36.6,-2.68 22.96,0 42.34,2.36 58.13,7.05 15.79,4.73 31.08,15.23 45.86,31.53 10.9,12.12 19.66,26.93 26.26,44.43 6.61,17.5 9.91,38.66 9.91,63.49 0,19.59 -2.66,38.99 -7.97,58.23 -5.31,19.19 -13.42,36.29 -24.33,51.25 -12.19,16.91 -27.86,30.14 -47.05,39.7 -19.13,9.57 -42.22,14.36 -69.2,14.36 -13.92,0 -31.43,-1.79 -52.53,-5.38 z m -66.53,11.89 v 3.81 h 122.07 c 17.08,0 32.85,-1.54 47.25,-4.61 14.44,-3.07 27.36,-7.13 38.75,-12.22 11.43,-5.09 21.29,-10.66 29.61,-16.69 8.33,-6.08 15.36,-12.23 21.1,-18.52 10.05,-10.47 18.59,-22.11 25.62,-34.88 7.03,-12.81 12.29,-26.29 15.81,-40.5 3.52,-14.21 5.29,-28.87 5.29,-43.98 0,-15.1 -1.73,-29.46 -5.17,-43.07 -3.45,-13.61 -8.4,-26.22 -14.86,-37.82 -6.45,-11.59 -14.18,-22.09 -23.15,-31.51 -8.97,-9.42 -19.4,-17.95 -31.31,-25.58 -10.19,-6.28 -21.89,-11.36 -35.1,-15.25 -13.2,-3.89 -31.07,-5.83 -53.6,-5.83 h -142.31 v 3.58 h 4.31 c 9.9,0 17.29,3.9 22.17,11.67 4.88,7.78 7.32,16.01 7.32,24.68 v 249.48 c 0,8.38 -1.34,15.39 -3.99,21.08 -2.66,5.68 -6.2,9.8 -10.65,12.34 -4.45,2.54 -9.4,3.82 -14.85,3.82 h -4.31"
599 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
600 id="path7710" />
601 <path
602 d="m 3596.49,1510.39 v 3.81 h 189.02 v -52.04 h -3.01 c 0,27.81 -17.8,41.72 -53.4,41.72 h -66.09 V 1353.8 h 58.13 c 11.48,0 21.74,1.94 30.79,5.83 9.04,3.9 14.21,12.79 15.5,26.7 h 3.23 v -74.93 h -3.23 c -1.29,8.52 -3.74,15.05 -7.32,19.62 -3.59,4.56 -7.15,7.59 -10.67,9.1 -3.52,1.49 -6.63,2.23 -9.35,2.23 -5.17,0.9 -10.56,1.35 -16.15,1.35 h -60.93 v -117.33 c 0,-8.83 1.61,-16.46 4.86,-22.88 3.2,-6.44 10.72,-9.65 22.48,-9.65 h 47.15 c 11.34,0 20.67,1.72 27.99,5.15 7.32,3.44 13.08,8.23 17.35,14.36 4.2,6.13 7.77,13.53 10.64,22.22 h 3.01 l -10.98,-51.83 h -189.02 v 3.58 h 4.3 c 6.75,0 13.35,2.85 19.81,8.53 6.46,5.68 9.69,14.96 9.69,27.82 v 249.03 c 0,10.16 -2.2,18.99 -6.58,26.47 -4.38,7.48 -12.01,11.22 -22.92,11.22 h -4.3"
603 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
604 id="path7712" />
605 <path
606 d="m 4177.02,1183.74 h -66.53 v 54.74 l -1.08,0.89 c -9.18,-22.28 -22.91,-38.58 -41.23,-48.9 -18.28,-10.32 -37.42,-15.48 -57.37,-15.48 -22.53,0 -42.82,5.61 -60.81,16.83 -18.03,11.22 -31.26,25.04 -39.73,41.5 -6.02,11.67 -9.83,23.81 -11.41,36.47 -1.58,12.61 -2.37,25.75 -2.37,39.36 v 164.45 c 0,9.87 -1.91,18.17 -5.72,24.9 -3.8,6.72 -12.86,10.69 -27.22,11.89 v 3.81 h 99.69 v -3.81 c -14.65,-1.8 -23.97,-6.21 -27.99,-13.24 -4.02,-7.03 -6.03,-14.87 -6.03,-23.55 v -161.75 c 0,-32.91 3.22,-57.21 9.68,-72.92 6.89,-16.75 17.23,-29.84 31.01,-39.26 13.77,-9.43 29.42,-14.13 46.93,-14.13 7.32,0 16.01,1.33 26.05,4.03 10.05,2.7 19.45,7.18 28.2,13.47 26.27,18.69 39.4,48.68 39.4,89.96 v 180.6 c 0,9.11 -2.01,17.19 -6.03,24.22 -4.02,7.03 -13.49,11.22 -28.42,12.57 v 3.81 h 101.4 v -3.81 c -14.63,-0.75 -24.03,-5.02 -28.2,-12.79 -4.16,-7.78 -6.24,-15.62 -6.24,-23.55 v -250.38 c 0,-8.67 1.39,-15.53 4.21,-20.54 2.77,-5.01 6.65,-8.55 11.63,-10.64 4.92,-2.1 11,-3.82 18.18,-5.17 v -3.58"
607 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
608 id="path7714" />
609 <path
610 d="m 4518.95,1449.82 h -3.45 c -1.57,21.54 -7.61,35.46 -18.08,41.82 -10.47,6.36 -23.39,9.55 -38.75,9.55 h -63.08 v -277.52 c 0,-23.47 11.48,-35.59 34.44,-36.35 v -3.58 h -100.96 v 3.58 c 9.47,0.31 17.46,3.18 23.99,8.64 6.53,5.46 9.8,14.7 9.8,27.71 v 277.52 h -63.08 c -15.35,0 -28.25,-3.19 -38.63,-9.55 -10.43,-6.36 -16.48,-20.28 -18.2,-41.82 h -3.44 v 80.76 h 3.44 c 2.29,-3.74 4.3,-6.51 6.03,-8.3 1.72,-1.8 3.94,-3.34 6.67,-4.61 2.73,-1.27 5.93,-2.17 9.57,-2.7 3.68,-0.52 8.01,-0.77 13.04,-0.77 h 205.39 c 13.63,0 24.24,5.46 31.85,16.38 h 3.45 v -80.76"
611 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
612 id="path7716" />
613 <path
614 d="M 4755.44,1450.72 H 4752 c -2.01,16.01 -8.73,30.01 -20.12,42.06 -11.43,12.02 -26.46,18.06 -45.11,18.06 -12.21,0 -23.04,-3 -32.51,-8.98 -9.47,-5.98 -16.8,-14.14 -21.96,-24.44 -5.17,-10.32 -7.76,-22.14 -7.76,-35.45 0,-10.32 1.54,-19.49 4.62,-27.5 3.09,-8 7.66,-15.06 13.69,-21.19 6.03,-6.12 13.13,-11.86 21.31,-17.15 8.19,-5.33 19.23,-12.01 33.16,-20.09 23.25,-13.31 41.34,-26.57 54.25,-39.83 12.92,-13.21 19.37,-31.37 19.37,-54.39 0,-14.07 -3.49,-27.65 -10.45,-40.74 -6.96,-13.08 -17.46,-23.8 -31.52,-32.18 -14.07,-8.37 -31.51,-12.56 -52.33,-12.56 -13.05,0 -24.61,1.46 -34.65,4.35 -10.05,2.95 -20.24,7.01 -30.57,12.25 -4.31,1.49 -7.26,2.24 -8.83,2.24 -3.02,0 -5,-1.12 -5.91,-3.36 -0.95,-2.25 -2.2,-7.11 -3.78,-14.58 h -3.66 v 82.78 h 3.66 c 5.17,-24.23 15.22,-42.55 30.14,-54.97 14.93,-12.41 33.09,-18.62 54.47,-18.62 16.08,0 28.97,3.14 38.64,9.42 9.7,6.29 16.4,13.92 20.13,22.89 3.73,8.97 5.6,17.95 5.6,26.92 0,18.55 -5.43,33.68 -16.26,45.42 -10.84,11.74 -27.3,23.75 -49.41,36.02 -15.21,8.67 -26.47,15.41 -33.79,20.19 -7.32,4.79 -14.74,11 -22.3,18.63 -7.51,7.62 -13.52,16.62 -17.96,27.02 -4.45,10.39 -6.68,22.33 -6.68,35.79 0,15.56 3.95,30.44 11.85,44.65 7.89,14.2 19.08,25.58 33.58,34.22 14.49,8.57 30.93,12.88 49.3,12.88 13.92,0 28.2,-2.46 42.84,-7.4 2.3,-1.2 5.39,-1.8 9.26,-1.8 4.73,0 7.97,3.37 9.69,10.1 h 3.44 v -70.66"
615 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
616 id="path7718" />
617 <path
618 d="m 5109.52,1440.18 h -3.67 c -2.72,16.15 -9.99,29.84 -21.85,41.05 -11.82,11.21 -25.43,19.38 -40.79,24.57 -15.36,5.14 -29.71,7.73 -43.06,7.73 -18.23,0 -35.35,-4.02 -51.36,-12.02 -16,-8 -29.8,-19.28 -41.43,-33.83 -11.62,-14.61 -20.67,-32.11 -27.12,-52.5 -6.47,-20.44 -9.69,-42.61 -9.69,-66.54 0,-23.18 3.13,-44.69 9.35,-64.49 6.27,-19.84 15.36,-37.04 27.37,-51.6 11.95,-14.61 25.85,-25.63 41.64,-33.11 15.79,-7.48 33.3,-11.22 52.53,-11.22 16.07,0 33.73,3.39 52.97,10.23 19.23,6.77 36.59,18.12 52.1,33.97 v -12.78 c -19.09,-15.41 -36.58,-26.7 -52.41,-33.88 -15.89,-7.19 -35.65,-10.77 -59.33,-10.77 -24.97,0 -47.77,4.76 -68.37,14.23 -20.6,9.5 -37.99,22.34 -52.2,38.49 -14.21,16.16 -24.97,34.33 -32.29,54.52 -7.32,20.19 -10.98,40.98 -10.98,62.37 0,32.16 7.61,62.05 22.82,89.62 15.22,27.62 35.81,49.42 61.79,65.5 25.98,16.08 54.18,24.13 84.61,24.13 18.8,0 38.83,-2.92 60.07,-8.75 l 22.39,-6.51 c 4.3,-0.89 7.96,-1.34 10.98,-1.34 5.59,0 9.32,0.85 11.19,2.58 1.86,1.7 3.3,4.82 4.31,9.31 h 3.44 l -3.01,-78.96"
619 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
620 id="path7720" />
621 <path
622 d="m 5418.97,1363 v 110.6 c 0,10.76 -2.8,19.58 -8.4,26.47 -5.6,6.87 -14.28,10.32 -26.06,10.32 v 3.81 h 100.98 v -3.81 c -11.77,0 -20.38,-3.42 -25.84,-10.22 -5.45,-6.81 -8.17,-15.66 -8.17,-26.57 v -249.93 c 0,-24.23 11.34,-36.35 34.01,-36.35 v -3.58 h -100.98 v 3.58 c 10.78,0 19.19,3.05 25.3,9.09 6.09,6.07 9.16,15 9.16,26.81 v 129.68 h -181.71 v -129.23 c 0,-11.51 3.13,-20.47 9.35,-26.82 6.27,-6.35 14.62,-9.53 25.1,-9.53 v -3.58 h -100.97 v 3.58 c 10.9,0 19.27,3.18 25.06,9.53 5.84,6.35 8.73,15.31 8.73,26.82 v 249.93 c 0,24.52 -11.26,36.79 -33.79,36.79 v 3.81 h 100.97 v -3.81 c -11.91,0 -20.64,-3.42 -26.15,-10.22 -5.55,-6.81 -8.3,-15.66 -8.3,-26.57 V 1363 h 181.71"
623 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
624 id="path7722" />
625 <path
626 d="m 5562.12,1510.39 v 3.81 h 189.03 v -52.04 h -3.02 c 0,27.81 -17.79,41.72 -53.39,41.72 h -66.09 V 1353.8 h 58.12 c 11.49,0 21.75,1.94 30.79,5.83 9.04,3.9 14.21,12.79 15.5,26.7 h 3.23 v -74.93 h -3.23 c -1.29,8.52 -3.73,15.05 -7.31,19.62 -3.6,4.56 -7.16,7.59 -10.68,9.1 -3.51,1.49 -6.62,2.23 -9.35,2.23 -5.17,0.9 -10.55,1.35 -16.15,1.35 h -60.92 v -117.33 c 0,-8.83 1.6,-16.46 4.85,-22.88 3.21,-6.44 10.72,-9.65 22.49,-9.65 h 47.15 c 11.34,0 20.66,1.72 27.99,5.15 7.31,3.44 13.08,8.23 17.34,14.36 4.21,6.13 7.77,13.53 10.64,22.22 h 3.01 l -10.97,-51.83 h -189.03 v 3.58 h 4.31 c 6.75,0 13.35,2.85 19.8,8.53 6.46,5.68 9.69,14.96 9.69,27.82 v 249.03 c 0,10.16 -2.2,18.99 -6.57,26.47 -4.39,7.48 -12.01,11.22 -22.92,11.22 h -4.31"
627 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
628 id="path7724" />
629 <path
630 d="m 6180.34,1450.72 h -3.43 c -2.01,16.01 -8.74,30.01 -20.13,42.06 -11.43,12.02 -26.45,18.06 -45.11,18.06 -12.2,0 -23.03,-3 -32.51,-8.98 -9.47,-5.98 -16.79,-14.14 -21.96,-24.44 -5.17,-10.32 -7.74,-22.14 -7.74,-35.45 0,-10.32 1.52,-19.49 4.61,-27.5 3.08,-8 7.65,-15.06 13.68,-21.19 6.03,-6.12 13.13,-11.86 21.32,-17.15 8.18,-5.33 19.22,-12.01 33.15,-20.09 23.25,-13.31 41.34,-26.57 54.25,-39.83 12.92,-13.21 19.38,-31.37 19.38,-54.39 0,-14.07 -3.49,-27.65 -10.46,-40.74 -6.96,-13.08 -17.46,-23.8 -31.52,-32.18 -14.07,-8.37 -31.5,-12.56 -52.31,-12.56 -13.07,0 -24.62,1.46 -34.67,4.35 -10.05,2.95 -20.24,7.01 -30.57,12.25 -4.31,1.49 -7.24,2.24 -8.83,2.24 -3.01,0 -5,-1.12 -5.9,-3.36 -0.96,-2.25 -2.21,-7.11 -3.78,-14.58 h -3.67 v 82.78 h 3.67 c 5.16,-24.23 15.21,-42.55 30.13,-54.97 14.93,-12.41 33.09,-18.62 54.48,-18.62 16.07,0 28.96,3.14 38.63,9.42 9.71,6.29 16.4,13.92 20.13,22.89 3.74,8.97 5.6,17.95 5.6,26.92 0,18.55 -5.43,33.68 -16.26,45.42 -10.84,11.74 -27.29,23.75 -49.4,36.02 -15.21,8.67 -26.48,15.41 -33.8,20.19 -7.32,4.79 -14.74,11 -22.3,18.63 -7.51,7.62 -13.51,16.62 -17.96,27.02 -4.45,10.39 -6.68,22.33 -6.68,35.79 0,15.56 3.96,30.44 11.85,44.65 7.89,14.2 19.09,25.58 33.58,34.22 14.5,8.57 30.93,12.88 49.3,12.88 13.93,0 28.2,-2.46 42.85,-7.4 2.3,-1.2 5.38,-1.8 9.25,-1.8 4.74,0 7.97,3.37 9.7,10.1 h 3.43 v -70.66"
631 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
632 id="path7726" />
633 <path
634 d="m 6348.44,1502.53 v -155.68 c 11.06,-2.1 21.96,-3.15 32.73,-3.15 20.52,0 37.92,5.51 52.22,16.49 14.26,11.01 21.41,31.37 21.41,61.14 0,24.53 -6.29,44.68 -18.83,60.45 -12.58,15.77 -31.62,23.67 -57.17,23.67 -9.9,0 -20.02,-0.97 -30.36,-2.92 z m -66.52,7.86 v 3.81 h 103.98 c 17.37,0 32.68,-2.47 45.96,-7.4 13.27,-4.94 24.34,-11.67 33.15,-20.2 8.85,-8.5 15.43,-18.13 19.81,-28.8 4.37,-10.72 6.58,-21.96 6.58,-33.78 0,-11.51 -2.03,-22.63 -6.15,-33.33 -4.07,-10.69 -10.5,-20.19 -19.26,-28.46 -8.75,-8.33 -20.23,-14.94 -34.44,-19.88 -14.21,-4.93 -30.57,-7.4 -49.09,-7.4 -5.88,0 -17.22,0.9 -34.02,2.7 v -113.98 c 0,-23.47 11.48,-35.59 34.45,-36.35 v -3.58 h -100.97 v 3.58 c 9.9,0.31 18.03,3.25 24.45,8.88 6.36,5.59 9.57,14.76 9.57,27.47 v 249.93 c 0,7.63 -1.15,13.98 -3.45,19.07 -2.29,5.07 -5,8.7 -8.08,10.88 -3.09,2.15 -6.54,3.77 -10.33,4.82 -3.81,1.04 -6.42,1.72 -7.86,2.02 h -4.3"
635 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
636 id="path7728" />
637 <path
638 d="m 6622.73,1353.35 h 18.08 c 18.95,0 34.48,2.84 46.62,8.52 12.11,5.69 20.91,13.81 26.37,24.34 5.45,10.57 8.18,23.46 8.18,38.71 0,12.72 -2.44,25.15 -7.32,37.36 -4.88,12.17 -13.18,22.43 -24.88,30.71 -11.69,8.32 -27.43,12.46 -47.24,12.46 -8.03,0 -14.65,-0.67 -19.81,-2.02 z m -62.22,156.14 h -4.31 v 4.71 h 109.81 c 17.65,0 32.63,-2.84 44.87,-8.53 12.3,-5.68 21.82,-12.89 28.65,-21.66 6.8,-8.71 11.68,-17.96 14.64,-27.68 2.92,-9.72 4.41,-19.3 4.41,-28.72 0,-11.97 -2.41,-23.46 -7.23,-34.43 -4.8,-11.01 -12.2,-20.46 -22.15,-28.39 -10,-7.93 -22.43,-13.31 -37.36,-16.15 v -0.9 c 18.94,-9.57 36.45,-28.57 52.53,-56.99 l 28.63,-50.48 c 12.92,-22.57 23.28,-36.86 31.12,-42.85 7.81,-5.97 15.53,-9.34 23.14,-10.1 v -3.58 h -57.71 c -2.43,3.29 -4.73,6.46 -6.88,9.52 -2.15,3.07 -4.45,6.33 -6.89,9.78 -1.43,2.23 -3.56,5.62 -6.34,10.21 -2.83,4.54 -4.5,7.13 -5.07,7.73 l -37.89,65.29 c -7.61,13.31 -15.4,24.1 -23.35,32.43 -7.99,8.27 -15.4,14.23 -22.3,17.82 -6.88,3.6 -13.1,5.83 -18.6,6.73 -5.56,0.9 -12.03,1.35 -19.5,1.35 v -120.93 c 0,-23.47 11.48,-35.59 34.45,-36.35 v -3.58 H 6556.2 v 3.58 c 6.32,0.31 11.92,1.53 16.8,3.7 4.88,2.16 8.95,5.9 12.15,11.22 3.25,5.31 4.85,12.46 4.85,21.43 v 249.93 c 0,13.16 -3.08,22.43 -9.25,27.82 -6.17,5.38 -12.91,8.07 -20.24,8.07"
639 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
640 id="path7730" />
641 <path
642 d="m 6957.96,1330.24 h 109.19 l -55.88,156.81 h -0.93 z m 77.99,188 102.68,-283.12 c 5.43,-14.66 10.54,-25.29 15.36,-31.86 4.81,-6.58 9.41,-10.75 13.86,-12.44 4.4,-1.75 10.04,-2.89 16.87,-3.5 v -3.58 h -111.98 v 3.58 c 11.48,0 20.33,1.06 26.54,3.15 6.2,2.09 9.31,7.77 9.31,17.05 0,5.09 -1.48,11.89 -4.43,20.42 -0.61,1.19 -0.92,2.09 -0.92,2.68 l -30.5,87.73 H 6954 l -27.24,-81.21 c -3.73,-11.08 -5.59,-19.97 -5.59,-26.7 0,-9.28 2.41,-15.46 7.22,-18.53 4.82,-3.06 11.64,-4.59 20.49,-4.59 v -3.58 h -80.56 v 3.58 c 11.49,1.06 20.68,5.3 27.6,12.67 6.89,7.43 12.91,18.67 18.04,33.78 l 96.84,284.47 h 25.15"
643 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
644 id="path7732" />
645 <path
646 d="m 7481.41,1440.18 h -3.66 c -2.73,16.15 -10,29.84 -21.87,41.05 -11.81,11.21 -25.43,19.38 -40.78,24.57 -15.36,5.14 -29.72,7.73 -43.07,7.73 -18.22,0 -35.35,-4.02 -51.35,-12.02 -16,-8 -29.81,-19.28 -41.43,-33.83 -11.63,-14.61 -20.67,-32.11 -27.13,-52.5 -6.45,-20.44 -9.69,-42.61 -9.69,-66.54 0,-23.18 3.14,-44.69 9.36,-64.49 6.26,-19.84 15.35,-37.04 27.36,-51.6 11.97,-14.61 25.86,-25.63 41.65,-33.11 15.79,-7.48 33.29,-11.22 52.53,-11.22 16.08,0 33.72,3.39 52.96,10.23 19.23,6.77 36.6,18.12 52.1,33.97 v -12.78 c -19.09,-15.41 -36.57,-26.7 -52.41,-33.88 -15.88,-7.19 -35.64,-10.77 -59.33,-10.77 -24.97,0 -47.76,4.76 -68.36,14.23 -20.6,9.5 -37.98,22.34 -52.19,38.49 -14.21,16.16 -24.98,34.33 -32.3,54.52 -7.32,20.19 -10.97,40.98 -10.97,62.37 0,32.16 7.59,62.05 22.81,89.62 15.21,27.62 35.81,49.42 61.78,65.5 25.99,16.08 54.19,24.13 84.61,24.13 18.81,0 38.83,-2.92 60.07,-8.75 l 22.4,-6.51 c 4.3,-0.89 7.96,-1.34 10.97,-1.34 5.6,0 9.33,0.85 11.2,2.58 1.87,1.7 3.3,4.82 4.3,9.31 h 3.45 l -3.01,-78.96"
647 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
648 id="path7734" />
649 <path
650 d="m 7792.78,1363 v 110.6 c 0,10.76 -2.81,19.58 -8.4,26.47 -5.6,6.87 -14.29,10.32 -26.06,10.32 v 3.81 h 100.98 v -3.81 c -11.77,0 -20.38,-3.42 -25.84,-10.22 -5.45,-6.81 -8.18,-15.66 -8.18,-26.57 v -249.93 c 0,-24.23 11.34,-36.35 34.02,-36.35 v -3.58 h -100.98 v 3.58 c 10.77,0 19.19,3.05 25.29,9.09 6.1,6.07 9.17,15 9.17,26.81 v 129.68 h -181.71 v -129.23 c 0,-11.51 3.13,-20.47 9.35,-26.82 6.27,-6.35 14.61,-9.53 25.09,-9.53 v -3.58 h -100.97 v 3.58 c 10.91,0 19.28,3.18 25.07,9.53 5.84,6.35 8.73,15.31 8.73,26.82 v 249.93 c 0,24.52 -11.27,36.79 -33.8,36.79 v 3.81 h 100.97 v -3.81 c -11.91,0 -20.64,-3.42 -26.14,-10.22 -5.55,-6.81 -8.3,-15.66 -8.3,-26.57 V 1363 h 181.71"
651 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
652 id="path7736" />
653 <path
654 d="m 7921.73,1510.39 v 3.81 h 189.03 v -52.04 h -3.02 c 0,27.81 -17.8,41.72 -53.39,41.72 h -66.09 V 1353.8 h 58.12 c 11.48,0 21.75,1.94 30.79,5.83 9.03,3.9 14.21,12.79 15.5,26.7 h 3.23 v -74.93 h -3.23 c -1.29,8.52 -3.73,15.05 -7.33,19.62 -3.58,4.56 -7.14,7.59 -10.66,9.1 -3.51,1.49 -6.63,2.23 -9.35,2.23 -5.17,0.9 -10.55,1.35 -16.15,1.35 h -60.92 v -117.33 c 0,-8.83 1.6,-16.46 4.85,-22.88 3.2,-6.44 10.71,-9.65 22.49,-9.65 h 47.14 c 11.35,0 20.67,1.72 27.99,5.15 7.32,3.44 13.08,8.23 17.34,14.36 4.21,6.13 7.77,13.53 10.64,22.22 h 3.02 l -10.97,-51.83 h -189.03 v 3.58 h 4.31 c 6.74,0 13.34,2.85 19.8,8.53 6.46,5.68 9.69,14.96 9.69,27.82 v 249.03 c 0,10.16 -2.21,18.99 -6.58,26.47 -4.38,7.48 -12.01,11.22 -22.91,11.22 h -4.31"
655 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
656 id="path7738" />
657 </g>
658 </g>
659 </g>
660 </g>
661</svg>
662$endif$
663</div>
664</div>
665<div class="title_container">
Marc Kupietzb413d2c2023-06-22 15:45:53 +0200666<div class="title_row"
Marc Kupietzd2be7362023-06-14 07:17:27 +0200667<!-- Orange Bar -->
668<div class="orange_bar">
669</div>
670<!-- Poster Title -->
671<div class= "poster_title">
672$if(title)$<h1 id="title">$title$</h1>$endif$
673$if(subtitle)$<h2 id="subtitle">$subtitle$</h2>$endif$
674$if(author)$<h3 id="author">$for(author)$$author.name$<sup>$author.affil$$if(author.orcid)$, <a class="orcid" href="https://orcid.org/$author.orcid$"><img src="https://raw.githubusercontent.com/brentthorne/posterdown/master/images/orcid.jpg"></a>$else$$endif$</sup>$sep$, $endfor$</h3>$endif$
675$if(affiliation)$<h5 id="affiliation">$for(affiliation)$<sup>$affiliation.num$</sup>&#x202f;$affiliation.address$$sep$; $endfor$</h5>$endif$
676</div>
677</div>
Marc Kupietzb413d2c2023-06-22 15:45:53 +0200678</div>
Marc Kupietzd2be7362023-06-14 07:17:27 +0200679<div class='poster_body_wrap'>
680
681<div class='poster_body'>
682$body$
683</div>
684
685</div>
686 <div id="info-column">
Marc Kupietzcbe8b142023-06-24 17:48:20 +0200687 $if(contact.qrlink)$
688 ${ contact.qrlink }
689 <br/>
690 $elseif(contact.qrcode)$
Marc Kupietzefa616e2023-06-24 10:42:16 +0200691 <img class="qrcode" src="$contact.qrcode$"/>
692 <br/>
693 $endif$
Marc Kupietz008d6772025-03-22 16:43:36 +0100694 <b>$if(lang.de)$Kontakt$else$Contact$endif$:</b><br/>
Marc Kupietzb9bbf202023-06-14 20:10:30 +0200695 $if(contact.name)$$contact.name$$else$Dr. Marc Kupietz$endif$<br/>
Marc Kupietz008d6772025-03-22 16:43:36 +0100696 $if(contact.department)$$contact.department$$else$$if(lang.de)$Programmberecih Korpuslinguistik$else$Corpus Linguistics PA$endif$$endif$<br/>
Marc Kupietz01a59182023-06-21 13:34:48 +0200697 Leibniz-Institut für Deutsche Sprache<br/>
Marc Kupietz008d6772025-03-22 16:43:36 +0100698 $if(lang.de)$Postfach$else$PO Box$endif$ 10 16 21<br/>
Marc Kupietzd2be7362023-06-14 07:17:27 +0200699 68016 Mannheim<br/>
Marc Kupietz008d6772025-03-22 16:43:36 +0100700 $if(lang.de)$$else$Germany$endif$<br/>
Marc Kupietzd2be7362023-06-14 07:17:27 +0200701 <br/>
Marc Kupietzb9bbf202023-06-14 20:10:30 +0200702 $if(contact.website)$$contact.website$$else$https://korap.ids-mannheim.de/$endif$<br/>
703 $if(contact.email)$$contact.email$$else$korap@ids-mannheim.de$endif$<br/>
Marc Kupietzd2be7362023-06-14 07:17:27 +0200704 <br/>
705 <br/>
Marc Kupietz008d6772025-03-22 16:43:36 +0100706<b>$if(lang.de)$Adresse$else$Street Address$endif$:</b><br/>
Marc Kupietz01a59182023-06-21 13:34:48 +0200707Leibniz-Institut für Deutsche Sprache<br/>
Marc Kupietz008d6772025-03-22 16:43:36 +0100708R5, 6-13<br/>
Marc Kupietz87788d82025-02-06 10:42:59 +010070968161 Mannheim<br/>
Marc Kupietz008d6772025-03-22 16:43:36 +0100710$if(lang.de)$$else$Germany$endif$<br/>
Marc Kupietz917b6182023-06-21 11:43:39 +0200711<br/>
Marc Kupietz008d6772025-03-22 16:43:36 +0100712$if(lang.de)$Telefon$else$Phone$endif$: +49 621 1581-0<br/>
Marc Kupietz917b6182023-06-21 11:43:39 +0200713Fax: +49 621 1581-200<br/>
714info@ids-mannheim.de<br/>
715www.ids-mannheim.de<br/>
716<br/>
Marc Kupietz008d6772025-03-22 16:43:36 +0100717© 2025 IDS Mannheim/$if(lang.de)$ÖA$else$PR$endif$<br/>
Marc Kupietz917b6182023-06-21 11:43:39 +0200718<br/>
719<br/>
Marc Kupietz008d6772025-03-22 16:43:36 +0100720$if(lang.de)$
721
722<svg
723 version="1.1"
724 id="svg1"
725 width="377.95227"
726 height="299.94974"
727 viewBox="0 0 377.95227 299.94974"
728 sodipodi:docname="leibnz-logo-de.svg"
729 inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
730 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
731 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
732 xmlns="http://www.w3.org/2000/svg"
733 xmlns:svg="http://www.w3.org/2000/svg">
734 <sodipodi:namedview
735 id="namedview1"
736 pagecolor="#ffffff"
737 bordercolor="#666666"
738 borderopacity="1.0"
739 inkscape:showpageshadow="2"
740 inkscape:pageopacity="0.0"
741 inkscape:pagecheckerboard="0"
742 inkscape:deskcolor="#d1d1d1"
743 inkscape:zoom="1.9344512"
744 inkscape:cx="190.23484"
745 inkscape:cy="149.39638"
746 inkscape:window-width="1920"
747 inkscape:window-height="1043"
748 inkscape:window-x="0"
749 inkscape:window-y="0"
750 inkscape:window-maximized="1"
751 inkscape:current-layer="svg1" />
752 <defs
753 id="defs1">
754 <clipPath
755 clipPathUnits="userSpaceOnUse"
756 id="clipPath3">
757 <path
758 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
759 transform="translate(0,2.5000001e-5)"
760 id="path3" />
761 </clipPath>
762 <clipPath
763 clipPathUnits="userSpaceOnUse"
764 id="clipPath5">
765 <path
766 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
767 transform="translate(0,2.5000001e-5)"
768 id="path5" />
769 </clipPath>
770 <clipPath
771 clipPathUnits="userSpaceOnUse"
772 id="clipPath7">
773 <path
774 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
775 transform="translate(0,2.5000001e-5)"
776 id="path7" />
777 </clipPath>
778 <clipPath
779 clipPathUnits="userSpaceOnUse"
780 id="clipPath9">
781 <path
782 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
783 transform="translate(0,2.5000001e-5)"
784 id="path9" />
785 </clipPath>
786 <clipPath
787 clipPathUnits="userSpaceOnUse"
788 id="clipPath11">
789 <path
790 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
791 transform="translate(0,2.5000001e-5)"
792 id="path11" />
793 </clipPath>
794 <clipPath
795 clipPathUnits="userSpaceOnUse"
796 id="clipPath13">
797 <path
798 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
799 transform="translate(0,2.5000001e-5)"
800 id="path13" />
801 </clipPath>
802 <clipPath
803 clipPathUnits="userSpaceOnUse"
804 id="clipPath15">
805 <path
806 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
807 transform="translate(0,2.5000001e-5)"
808 id="path15" />
809 </clipPath>
810 <clipPath
811 clipPathUnits="userSpaceOnUse"
812 id="clipPath17">
813 <path
814 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
815 transform="translate(0,2.5000001e-5)"
816 id="path17" />
817 </clipPath>
818 <clipPath
819 clipPathUnits="userSpaceOnUse"
820 id="clipPath19">
821 <path
822 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
823 transform="translate(0,2.5000001e-5)"
824 id="path19" />
825 </clipPath>
826 <clipPath
827 clipPathUnits="userSpaceOnUse"
828 id="clipPath21">
829 <path
830 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
831 transform="translate(0,2.5000001e-5)"
832 id="path21" />
833 </clipPath>
834 <clipPath
835 clipPathUnits="userSpaceOnUse"
836 id="clipPath23">
837 <path
838 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
839 transform="translate(0,2.5000001e-5)"
840 id="path23" />
841 </clipPath>
842 <clipPath
843 clipPathUnits="userSpaceOnUse"
844 id="clipPath25">
845 <path
846 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
847 transform="translate(0,2.5000001e-5)"
848 id="path25" />
849 </clipPath>
850 <clipPath
851 clipPathUnits="userSpaceOnUse"
852 id="clipPath27">
853 <path
854 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
855 transform="translate(0,2.5000001e-5)"
856 id="path27" />
857 </clipPath>
858 <clipPath
859 clipPathUnits="userSpaceOnUse"
860 id="clipPath29">
861 <path
862 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
863 transform="translate(0,2.5000001e-5)"
864 id="path29" />
865 </clipPath>
866 <clipPath
867 clipPathUnits="userSpaceOnUse"
868 id="clipPath31">
869 <path
870 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
871 transform="translate(0,2.5000001e-5)"
872 id="path31" />
873 </clipPath>
874 <clipPath
875 clipPathUnits="userSpaceOnUse"
876 id="clipPath33">
877 <path
878 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
879 transform="translate(0,2.5000001e-5)"
880 id="path33" />
881 </clipPath>
882 <clipPath
883 clipPathUnits="userSpaceOnUse"
884 id="clipPath35">
885 <path
886 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
887 transform="translate(0,2.5000001e-5)"
888 id="path35" />
889 </clipPath>
890 <clipPath
891 clipPathUnits="userSpaceOnUse"
892 id="clipPath37">
893 <path
894 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
895 transform="translate(0,2.5000001e-5)"
896 id="path37" />
897 </clipPath>
898 <clipPath
899 clipPathUnits="userSpaceOnUse"
900 id="clipPath39">
901 <path
902 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
903 transform="translate(0,2.5000001e-5)"
904 id="path39" />
905 </clipPath>
906 <clipPath
907 clipPathUnits="userSpaceOnUse"
908 id="clipPath41">
909 <path
910 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
911 transform="translate(0,2.5000001e-5)"
912 id="path41" />
913 </clipPath>
914 <clipPath
915 clipPathUnits="userSpaceOnUse"
916 id="clipPath43">
917 <path
918 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
919 transform="translate(0,2.5000001e-5)"
920 id="path43" />
921 </clipPath>
922 <clipPath
923 clipPathUnits="userSpaceOnUse"
924 id="clipPath45">
925 <path
926 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
927 transform="translate(0,2.5000001e-5)"
928 id="path45" />
929 </clipPath>
930 <clipPath
931 clipPathUnits="userSpaceOnUse"
932 id="clipPath47">
933 <path
934 d="M 0,0 H 3270.37 V 2681.44 H 0 Z"
935 transform="translate(0,2.5000001e-5)"
936 id="path47" />
937 </clipPath>
938 </defs>
939 <g
940 id="g1"
941 transform="translate(-28.525999,-29.92885)">
942 <g
943 id="group-R5">
944 <path
945 id="path2"
946 d="m 229.82,674.289 v 215.91 h 28.485 V 699.961 h 94.453 V 674.289 H 229.82"
947 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
948 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
949 clip-path="url(#clipPath3)" />
950 <path
951 id="path4"
952 d="m 439.672,807.949 c -12.027,0 -22.176,-3.91 -30.34,-11.73 -7.801,-7.387 -12.207,-16.629 -13.238,-27.66 h 84.551 c 0,10.941 -3.411,20.05 -10.278,27.39 -7.472,8 -17.765,12 -30.695,12 z m 65.816,-59.078 H 395.395 c 0,-17.871 4.855,-31.629 14.648,-41.191 8.652,-8.418 19.766,-12.571 33.355,-12.571 15.508,0 28.434,4.52 38.848,13.532 l 11.375,-19.52 c -4.18,-4.25 -10.598,-7.851 -19.25,-10.883 -10.879,-3.949 -22.918,-5.988 -36.242,-5.988 -19.199,0 -35.516,6.57 -48.891,19.59 -14.922,14.332 -22.406,33.629 -22.406,57.902 0,25.188 7.648,45.367 22.973,60.578 13.672,13.649 29.879,20.442 48.636,20.442 21.758,0 38.832,-6.114 51.231,-18.422 11.891,-11.801 17.93,-27.43 17.93,-46.961 0,-5.981 -0.743,-11.457 -2.114,-16.508"
953 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
954 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
955 clip-path="url(#clipPath5)" />
956 <path
957 id="path6"
958 d="m 569.395,884.789 c 4.668,0 8.679,-1.609 11.929,-4.879 3.289,-3.269 4.91,-7.23 4.91,-11.801 0,-4.617 -1.621,-8.597 -4.91,-11.89 -3.25,-3.25 -7.261,-4.949 -11.929,-4.949 -4.5,0 -8.497,1.699 -11.762,4.949 -3.262,3.293 -4.906,7.273 -4.906,11.89 0,4.731 1.605,8.621 4.824,11.911 3.219,3.16 7.172,4.769 11.844,4.769 z m -10.848,-210.5 V 804.25 h -20.981 v 22.852 h 48.055 V 674.289 h -27.074"
959 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
960 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
961 clip-path="url(#clipPath7)" />
962 <path
963 id="path8"
964 d="m 665.359,795.07 v -88.121 c 0,-1.551 3.34,-4.019 10.114,-7.5 6.738,-3.437 11.882,-5.179 15.406,-5.179 18.469,0 31.684,4.39 39.664,13.242 7.992,8.867 11.969,23.718 11.969,44.547 0,17.312 -4.645,30.793 -13.989,40.5 -9.293,9.64 -21.863,14.57 -37.644,14.57 -3.356,0 -7.953,-1.481 -13.926,-4.348 -5.945,-2.801 -9.824,-5.351 -11.594,-7.711 z m -4.015,-109.828 -9.547,-13.812 h -13.555 v 219.672 h 27.117 V 815.75 c 2.528,3.582 7.391,6.84 14.438,9.762 7.113,2.898 14.047,4.41 20.91,4.41 20.934,0 37.852,-7.223 50.848,-21.66 12.976,-14.524 19.476,-32.75 19.476,-54.793 0,-25.469 -6.527,-45.559 -19.554,-60.149 -13.016,-14.609 -30.664,-21.89 -52.914,-21.89 -7.211,0 -14.266,1.34 -21.301,4.039 -6.981,2.75 -12.305,5.992 -15.918,9.773"
965 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
966 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
967 clip-path="url(#clipPath9)" />
968 <path
969 id="path10"
970 d="m 901.801,674.289 v 88.852 c 0,16.257 -2.461,27.668 -7.344,34.14 -4.883,6.571 -13.144,9.848 -24.613,9.848 -6.16,0 -12.641,-1.867 -19.364,-5.59 -6.804,-3.707 -11.972,-8.289 -15.558,-13.707 V 674.289 h -27.125 v 152.813 h 18.535 l 8.59,-19.731 c 8.902,15.02 23.531,22.551 43.762,22.551 33.457,0 50.207,-20.332 50.207,-61.09 v -94.543 h -27.09"
971 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
972 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
973 clip-path="url(#clipPath11)" />
974 <path
975 id="path12"
976 d="m 996.039,884.789 c 4.671,0 8.621,-1.609 11.911,-4.879 3.32,-3.269 4.93,-7.23 4.93,-11.801 0,-4.617 -1.61,-8.597 -4.93,-11.89 -3.29,-3.25 -7.24,-4.949 -11.911,-4.949 -4.586,0 -8.48,1.699 -11.805,4.949 -3.25,3.293 -4.879,7.273 -4.879,11.89 0,4.731 1.598,8.621 4.84,11.911 3.227,3.16 7.196,4.769 11.844,4.769 z m -10.867,-210.5 V 804.25 h -20.996 v 22.852 h 48.074 V 674.289 h -27.078"
977 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
978 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
979 clip-path="url(#clipPath13)" />
980 <path
981 id="path14"
982 d="m 1100.04,698.539 h 84.72 v -24.25 h -127.23 v 7.109 l 86.87,121.383 h -85.44 v 24.321 h 124.96 v -7.711 l -83.88,-120.852"
983 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
984 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
985 clip-path="url(#clipPath15)" />
986 <path
987 id="path16"
988 d="m 368.73,560.309 -11.812,-23.508 c -14.402,10.629 -28.484,15.98 -42.289,15.98 -21.848,0 -39.145,-7.722 -51.746,-23.133 -12.625,-15.378 -18.977,-35.808 -18.977,-61.179 0,-24.168 6.227,-43.61 18.582,-58.36 C 274.98,395.359 291.879,388 313.242,388 c 15.192,0 27.563,4.59 36.934,13.66 v 48.981 h -28.938 v 24.238 h 57.473 v -91.02 c -7.59,-6.468 -18.227,-11.668 -31.856,-15.609 -13.515,-3.93 -26.753,-5.93 -39.582,-5.93 -28.859,0 -51.597,9.782 -68.285,29.301 -16.683,19.527 -25.043,45.508 -25.043,77.969 0,32.359 9.153,58.59 27.485,78.68 18.32,20.16 43.008,30.16 74.093,30.171 21.778,0 39.536,-6.062 53.207,-18.132"
989 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
990 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
991 clip-path="url(#clipPath17)" />
992 <path
993 id="path18"
994 d="m 490.891,498.68 c -12.047,0 -22.153,-3.86 -30.368,-11.7 -7.789,-7.39 -12.242,-16.601 -13.273,-27.66 h 84.629 c 0,10.91 -3.445,20.078 -10.254,27.41 -7.543,7.981 -17.773,11.95 -30.734,11.95 z m 65.808,-59.039 H 446.563 c 0,-17.871 4.867,-31.641 14.687,-41.211 8.684,-8.379 19.785,-12.598 33.395,-12.598 15.453,0 28.425,4.527 38.808,13.547 l 11.418,-19.52 c -4.191,-4.199 -10.613,-7.808 -19.312,-10.839 -10.813,-3.961 -22.914,-5.989 -36.188,-5.989 -19.25,0 -35.531,6.528 -48.937,19.559 -14.954,14.359 -22.422,33.64 -22.422,57.89 0,25.231 7.668,45.418 23.004,60.7 13.668,13.519 29.89,20.332 48.648,20.332 21.754,0 38.828,-6.102 51.231,-18.422 11.992,-11.781 17.949,-27.391 17.949,-46.871 0,-6.047 -0.715,-11.539 -2.145,-16.578"
995 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
996 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
997 clip-path="url(#clipPath19)" />
998 <path
999 id="path20"
1000 d="m 769.809,365.879 v 96.723 c 0,24.046 -10.457,36.078 -31.293,36.078 -6.559,0 -12.696,-2 -18.383,-6.051 -5.758,-4.02 -9.629,-8.617 -11.719,-13.731 V 365.879 h -27.101 v 108.57 c 0,7.52 -2.833,13.442 -8.5,17.75 -5.629,4.34 -13.122,6.481 -22.481,6.481 -5.394,0 -11.156,-2.078 -17.32,-6.25 C 626.871,488.25 622.52,483.609 620,478.609 V 365.879 H 592.871 V 518.68 h 17.703 l 8.981,-17.75 c 10.445,13.75 23.566,20.582 39.207,20.582 21.863,0 37.191,-6.813 45.941,-20.332 3.051,5.75 8.695,10.59 16.996,14.492 8.262,3.91 16.778,5.84 25.496,5.84 15.77,0 28.032,-4.692 36.696,-14.032 8.664,-9.398 13.004,-22.5 13.004,-39.46 V 365.879 h -27.086"
1001 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1002 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1003 clip-path="url(#clipPath21)" />
1004 <path
1005 id="path22"
1006 d="m 911.801,498.68 c -12.106,0 -22.172,-3.86 -30.379,-11.7 -7.832,-7.39 -12.274,-16.601 -13.277,-27.66 h 84.566 c 0,10.91 -3.398,20.078 -10.223,27.41 -7.527,7.981 -17.804,11.95 -30.687,11.95 z m 65.758,-59.039 h -110.11 c 0,-17.871 4.887,-31.641 14.676,-41.211 8.637,-8.379 19.77,-12.598 33.383,-12.598 15.465,0 28.414,4.527 38.812,13.547 l 11.356,-19.52 c -4.094,-4.199 -10.504,-7.808 -19.188,-10.839 -10.847,-3.961 -22.933,-5.989 -36.238,-5.989 -19.266,0 -35.539,6.528 -48.957,19.559 -14.902,14.359 -22.398,33.64 -22.398,57.89 0,25.231 7.648,45.418 22.976,60.7 13.672,13.519 29.93,20.332 48.613,20.332 21.844,0 38.879,-6.102 51.227,-18.422 11.996,-11.781 18,-27.391 18,-46.871 0,-6.047 -0.719,-11.539 -2.152,-16.578"
1007 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1008 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1009 clip-path="url(#clipPath23)" />
1010 <path
1011 id="path24"
1012 d="m 1042.22,576.441 c 4.62,0 8.62,-1.66 11.89,-4.882 3.28,-3.329 4.95,-7.207 4.95,-11.778 0,-4.722 -1.67,-8.621 -4.95,-11.89 -3.27,-3.309 -7.27,-4.969 -11.89,-4.969 -4.55,0 -8.5,1.66 -11.81,4.969 -3.26,3.25 -4.89,7.168 -4.89,11.89 0,4.668 1.63,8.578 4.85,11.84 3.26,3.199 7.19,4.82 11.85,4.82 z m -10.93,-210.562 v 129.992 h -20.93 v 22.809 h 48.09 V 365.879 h -27.16"
1013 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1014 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1015 clip-path="url(#clipPath25)" />
1016 <path
1017 id="path26"
1018 d="m 1208.3,365.879 v 88.891 c 0,16.289 -2.47,27.609 -7.37,34.16 -4.91,6.5 -13.12,9.75 -24.6,9.75 -6.18,0 -12.61,-1.879 -19.45,-5.59 -6.71,-3.668 -11.93,-8.231 -15.51,-13.668 V 365.879 h -27.15 V 518.68 h 18.56 l 8.59,-19.641 c 8.93,14.981 23.53,22.473 43.78,22.473 33.47,0 50.21,-20.313 50.21,-61.051 v -94.582 h -27.06"
1019 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1020 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1021 clip-path="url(#clipPath27)" />
1022 <path
1023 id="path28"
1024 d="m 1281.28,375.031 9.59,25.668 c 15.13,-9.929 27.26,-14.867 36.51,-14.867 16.73,0 25.11,7.059 25.11,21.129 0,10.078 -8.05,18.769 -24.24,25.961 -12.45,5.758 -20.89,10.058 -25.18,13.008 -4.34,2.902 -8.09,6.269 -11.3,10.05 -3.14,3.77 -5.52,7.739 -7.12,11.95 -1.54,4.218 -2.35,8.8 -2.35,13.64 0,12.539 4.61,22.371 13.72,29.422 9.13,7.02 21.09,10.52 35.78,10.52 11.18,0 25.19,-3.5 42.09,-10.52 l -7.65,-25.133 c -10.8,8.532 -21.57,12.821 -32.43,12.821 -6.43,0 -11.91,-1.461 -16.29,-4.571 -4.45,-3.05 -6.66,-6.847 -6.66,-11.539 0,-9.789 5.55,-17.211 16.71,-22.23 l 19.35,-8.848 c 11.9,-5.39 20.6,-11.621 26,-18.57 5.4,-6.93 8.12,-15.641 8.12,-26.133 0,-13.609 -4.79,-24.398 -14.39,-32.16 -9.64,-7.758 -22.92,-11.598 -39.97,-11.598 -16.07,0 -31.18,3.981 -45.4,12"
1025 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1026 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1027 clip-path="url(#clipPath29)" />
1028 <path
1029 id="path30"
1030 d="m 1530.57,506.242 -13.4,-19.094 c -2.77,2.743 -7.61,5.391 -14.63,7.832 -6.96,2.469 -13.85,3.7 -20.57,3.7 -14.82,0 -26.47,-5.16 -35.09,-15.461 -8.69,-10.34 -13.03,-24.477 -13.03,-42.41 0,-17.911 4.45,-31.489 13.28,-40.887 8.86,-9.383 21.08,-14.09 36.82,-14.09 12.17,0 24.39,4.707 36.78,14.148 l 10.69,-22.832 c -14.55,-9.406 -32.51,-14.117 -54.04,-14.117 -20.82,0 -38.05,6.949 -51.65,20.961 -13.62,14 -20.4,32.906 -20.4,56.817 0,24.3 7.03,43.839 21.21,58.621 14.09,14.73 33.44,22.082 57.94,22.082 7.93,0 16.49,-1.653 25.73,-4.93 9.2,-3.371 16,-6.781 20.36,-10.34"
1031 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1032 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1033 clip-path="url(#clipPath31)" />
1034 <path
1035 id="path32"
1036 d="m 1664.66,365.879 v 96 c 0,11.461 -2.8,20.43 -8.37,26.953 -5.65,6.598 -13.54,9.848 -23.71,9.848 -6.51,0 -13.18,-1.879 -19.75,-5.739 -6.62,-3.882 -11.64,-8.402 -15.23,-13.519 V 365.879 h -27.09 v 215.453 h 27.09 V 501.84 c 3.66,5.609 9.46,10.301 17.53,14.07 7.98,3.75 16.33,5.602 24.87,5.602 16.19,0 28.83,-5.352 38.03,-15.981 9.14,-10.652 13.79,-25.222 13.79,-43.652 v -96 h -27.16"
1037 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1038 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1039 clip-path="url(#clipPath33)" />
1040 <path
1041 id="path34"
1042 d="m 1822.43,440.91 c -8.59,1.949 -14.54,2.84 -18,2.84 -13.63,0 -24.83,-3.469 -33.49,-10.52 -8.66,-7.07 -12.97,-15.41 -12.97,-24.96 0,-15.879 9.35,-23.872 28.05,-23.872 13.75,0 25.85,6.551 36.41,19.571 z m 2.55,-57.48 c -10.81,-13.621 -27.41,-20.399 -49.79,-20.399 -12,0 -22.31,4.348 -31.21,13.078 -8.76,8.672 -13.1,19.493 -13.1,32.45 0,15.453 6.79,28.582 20.27,39.242 13.6,10.769 30.85,16.078 51.89,16.078 5.69,0 12.17,-1.238 19.39,-3.719 0,24.75 -11.04,37.102 -33.1,37.102 -16.89,0 -29.94,-4.492 -39.08,-13.68 l -11.38,22.66 c 5.07,4.199 12.16,7.778 21.31,10.778 9.08,3.011 17.75,4.492 26.04,4.492 22.14,0 38.22,-4.992 48.24,-15.09 10.05,-10.121 15.06,-26.16 15.06,-48.102 v -54.8 c 0,-13.411 4.02,-22.309 11.99,-26.821 V 363.18 c -11.03,0 -19.3,1.562 -24.78,4.699 -5.48,3.113 -9.37,8.332 -11.75,15.551"
1043 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1044 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1045 clip-path="url(#clipPath35)" />
1046 <path
1047 id="path36"
1048 d="m 1979.31,557.039 c -5.6,1.902 -10.7,2.871 -15.46,2.871 -8.26,0 -15.1,-3.148 -20.48,-9.41 -5.37,-6.328 -8.04,-14.219 -8.04,-23.809 0,-2.57 0.23,-5.281 0.72,-8.011 h 31.1 v -22.809 h -31.1 V 365.879 h -27.14 v 129.992 h -22.24 v 22.809 h 22.24 c 0,19.55 4.84,34.769 14.47,45.922 9.54,11.136 22.29,16.73 38.05,16.73 7.9,0 16.36,-1.461 25.43,-4.293 l -7.55,-20"
1049 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1050 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1051 clip-path="url(#clipPath37)" />
1052 <path
1053 id="path38"
1054 d="m 2018.11,497.262 h -17.69 v 21.418 h 17.69 v 31.941 l 27.15,10.43 V 518.68 h 41.89 v -21.418 h -41.89 v -75.883 c 0,-12.82 2.14,-22 6.46,-27.387 4.34,-5.453 11.3,-8.16 20.88,-8.16 6.97,0 14.12,1.848 21.55,5.316 l 4.05,-23.839 c -11.3,-2.848 -23.58,-4.278 -36.98,-4.278 -12.08,0 -22.32,4.481 -30.65,13.508 -8.25,9 -12.46,20.301 -12.46,34.012 v 86.711"
1055 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1056 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1057 clip-path="url(#clipPath39)" />
1058 <path
1059 id="path40"
1060 d="m 1867.91,1476.54 c -11.05,-17.9 -31.75,22.81 -71.6,-28.85 -16.56,-21.68 -5.51,-47.49 -25.86,-70.65 -22.78,-25.77 -44.4,-46.42 -26.89,25.83 17.87,73.37 8.79,42.76 17.47,74.28 9.36,34.84 42.88,155.44 54.4,180.67 16.31,35.66 20.42,52.39 64.22,117.43 0,0 30.68,38.79 36.31,44.47 23.71,24.26 112.05,66.43 69.74,-93.83 -33.64,-127.38 -60.12,-156.67 -117.79,-249.35 z m 5.41,-184.3 c -14.83,-56.96 -40.53,-147.55 -62.61,-175.64 -15.34,-19.46 -52.72,-75.61 -81.26,21.66 -28.42,97.44 40.41,180.66 40.41,180.66 0,0 29.07,38.71 48.12,38.68 23.48,-0.01 70.17,-8.58 55.34,-65.36 z m -1518.664,20.62 c -15.855,-6.58 -60.039,29.84 -58.254,49.41 3.118,38.55 43.582,-0.31 90.168,1.46 47.145,1.98 -15.254,-43.71 -31.914,-50.87 z m 720.324,795.64 c 46.64,45.43 81.94,81.06 112.45,109.38 143,132.64 139.54,121.66 159.8,134.72 37.79,24.48 124.31,71.8 150.58,48.45 29.07,-25.79 16.84,-81.78 -28.56,-130.46 -46.72,-50.08 -181.13,-186.53 -299.2,-251.96 -79.6,-44.11 -397.515,-204.75 -95.07,89.87 z m 1225.59,-902.96 c 14.36,-18.37 50.31,-51.18 137.85,32.45 87.7,83.66 43.1,48.33 92.83,-59.27 49.78,-107.49 79.33,-47.3 82.02,-26.11 6.6,52.99 -11.29,156.4 -23.07,198.37 -9.93,35.17 -71.41,51.79 -95.6,33.68 -22.9,-16.89 -83.25,-86.39 -123.88,-100.03 -40.58,-13.62 -8.86,25.81 -20.08,90.66 -11.14,64.82 -35.64,93.9 -61.16,82.57 -17.14,-7.65 -53.54,-44.57 -72.39,-36.95 -40.13,15.99 -94.82,63.11 -204.97,6.93 -199.6,-101.8 -51.53,106.18 -51.53,106.18 0,0 147.34,230.8 69.74,349.77 -75.76,116.08 -210.5,-88.94 -243.84,-152.4 -44.52,-84.51 -79.19,-199.84 -117.29,-373.82 -22.15,-101.1 -144.76,-138.88 -175.6,-99.79 -33.23,42.17 -26.72,210.63 -142.15,138.05 -115.46,-72.46 -111.88,-214.07 -184.32,-54.83 -72.41,159.21 -144.33,55.14 -153.64,38.14 -12.86,-23.85 -5.25,-75.51 -24.838,-87.04 -22.07,-13 -50.672,31.89 -67.679,37.93 -18.215,6.3 -134.371,-91.46 -186.289,-193.38 -74.801,-146.951 -219.629,165.51 -207.875,187.62 10.164,19.3 291.453,411.55 325.254,468.77 35.941,60.78 61.964,80.57 83.812,83.85 21.793,3.24 289.355,68.69 494.895,275.25 174.21,175.06 157.33,229.82 121.48,277.74 -10.69,14.16 -26.58,24.82 -47.58,31.89 -104.35,35.28 -345.25,-188.54 -367.37,-209.79 -35.9,-34.55 -248.523,-272.22 -264.038,-304.21 -15.512,-32.02 -386.985,-22.65 -386.985,-22.65 -42.879,-21.66 5.286,-38.52 5.286,-38.52 0,0 167.734,-22.4 272,-16.97 90.226,4.69 37.789,-54.61 24.324,-71.84 -77.567,-99.41 -212.157,-311.72 -261.485,-370.2 -47.14,-55.9 -135.738,-2.92 -160.695,2 -25.516,5.05 -165.887,24.19 -132.664,-92.94 33.383,-117.2 139.555,-63.27 185.43,-73.77 14.023,-3.12 46.468,-18.34 54.386,-36.15 17.664,-39.31 40.371,-83.16 59.614,-112.99 31.968,-49.58 169.593,-182.15 263.445,-2.2 103.164,197.8 175.492,124.64 182.777,18.39 7.45,-106.15 41.095,-65.97 79.525,-48.38 38.26,17.57 4.29,90.83 7.14,187.23 2.77,96.48 90.04,-48.07 92.05,-86.71 1.5,-28.21 52.58,-32.3 105.21,-10.2 52.61,22.14 0.64,63.06 72.47,130.9 72.05,67.69 85.32,-87.29 102.06,-124.79 14.06,-31.38 84.12,-86.96 126.08,-6.48 36.93,70.79 111.87,47.33 112.93,-54.44 0.9,-84.79 62.56,-102.2 85.95,-103.02 8.41,-0.34 18.03,0.58 31.27,5.97 46.5,19.11 120.06,121.3 119.11,211.02 -1.59,152.29 246.01,176.81 228.32,125.14 -12.81,-37.19 -67.68,-146.9 -0.65,-144.44 66.95,2.43 38.46,59.81 100.15,125.77 61.61,65.91 36.17,-101.09 60.26,-131.96"
1061 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
1062 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1063 clip-path="url(#clipPath41)" />
1064 <path
1065 id="path42"
1066 d="m 1479.06,1779.45 c -7.34,-94.02 50.55,-62.67 50.55,-62.67 107.62,57.09 20.93,107.18 20.93,107.18 0,0 -63.85,49.52 -71.48,-44.51"
1067 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
1068 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1069 clip-path="url(#clipPath43)" />
1070 <path
1071 id="path44"
1072 d="m 2827.17,698.57 c 0,0 -111.92,-234.629 -126,-256.238 -16.92,-26.152 -104.12,-150.301 -234.67,-169.223 -130.57,-18.98 -195.36,32.172 -198.19,96.911 -2.83,61.75 40.65,103.589 184,173.16 321.31,155.89 335.83,164.718 335.83,164.718 23.1,9.204 67.74,39.161 39.03,-9.328 z m 23.42,572.51 c -0.38,-1.5 -0.83,-2.81 -1.11,-3.77 z m 195.39,-364.521 c -5.56,14.55 -20.32,33.211 -63.95,-20.45 -66.78,-82.117 -60.05,-32.519 -66.88,20.84 -1.16,8.961 -8.2,51.641 -38.67,67.813 -27.88,14.758 -141.84,52.478 -113.62,74.828 69.59,54.95 67.61,50.8 88,73.82 24.79,27.86 105.48,131.24 98.84,234.52 -7.66,120.11 -179.05,106.32 -179.05,106.32 -117.29,-18.03 -64.07,-120.57 17.09,-107.87 89.68,14.02 68.51,-64.54 62.85,-85.3 -0.09,-0.16 -9.44,-25.04 -28.48,-55.17 -25.45,-40.26 -63.95,-93.1 -87.63,-119.4 -15.4,-17.13 -105.06,-75.41 -40.35,-106.319 107.45,-51.132 191.07,-175.531 136.34,-209.57 -38.21,-23.75 -342.59,-164.691 -410.58,-194.723 -65.68,-29.148 -212.44,-82.109 -211.19,-223.769 1.39,-152.668 212.07,-151.449 258.38,-143.359 133.2,23.218 204.05,96.441 254.17,157.378 42.8,52.032 143.68,263.872 155.38,301.301 9.93,31.781 49.53,150.063 106.22,166.043 63.54,17.918 71.13,41.778 63.13,63.067"
1073 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
1074 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1075 clip-path="url(#clipPath45)" />
1076 <path
1077 id="path46"
1078 d="m 2732.52,1733.09 c -28.56,11.13 -112.1,-33.33 -85.8,-104.86 26.93,-73.05 216.39,53.69 85.8,104.86"
1079 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
1080 transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)"
1081 clip-path="url(#clipPath47)" />
1082 </g>
1083 </g>
1084</svg>
1085$else$
Marc Kupietzd2be7362023-06-14 07:17:27 +02001086<svg
1087 version="1.1"
1088 id="svg7408"
1089 width="377.95282"
1090 height="298.83835"
1091 viewBox="0 0 377.95282 298.83835"
1092 style="width: 60%;"
1093 sodipodi:docname="leibniz-logo.svg"
1094 inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
1095 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1096 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1097 xmlns="http://www.w3.org/2000/svg"
1098 xmlns:svg="http://www.w3.org/2000/svg">
1099 <defs
1100 id="defs7412">
1101 <clipPath
1102 clipPathUnits="userSpaceOnUse"
1103 id="clipPath7426">
1104 <path
1105 d="M 0,0 H 3270.33 V 2681.57 H 0 Z"
1106 id="path7424" />
1107 </clipPath>
1108 </defs>
1109 <sodipodi:namedview
1110 id="namedview7410"
1111 pagecolor="#ffffff"
1112 bordercolor="#666666"
1113 borderopacity="1.0"
1114 inkscape:showpageshadow="2"
1115 inkscape:pageopacity="0.0"
1116 inkscape:pagecheckerboard="0"
1117 inkscape:deskcolor="#d1d1d1"
1118 showgrid="false"
1119 inkscape:zoom="2.3364313"
1120 inkscape:cx="189.6054"
1121 inkscape:cy="148.9451"
1122 inkscape:window-width="1668"
1123 inkscape:window-height="773"
1124 inkscape:window-x="50"
1125 inkscape:window-y="89"
1126 inkscape:window-maximized="0"
1127 inkscape:current-layer="g7416">
1128 <inkscape:page
1129 x="0"
1130 y="0"
1131 id="page7414"
1132 width="377.95282"
1133 height="298.83835" />
1134 </sodipodi:namedview>
1135 <g
1136 id="g7416"
1137 inkscape:groupmode="layer"
1138 inkscape:label="Page 1"
1139 transform="matrix(1.3333333,0,0,-1.3333333,-29.046399,328.19013)">
1140 <g
1141 id="g7418"
1142 transform="scale(0.1)">
1143 <g
1144 id="g7420">
1145 <g
1146 id="g7422"
1147 clip-path="url(#clipPath7426)">
1148 <path
1149 d="m 244.195,676.832 v 215.117 h 28.371 V 702.398 h 94.11 V 676.832 H 244.195"
1150 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1151 id="path7428" />
1152 <path
1153 d="m 453.285,809.988 c -11.984,0 -22.109,-3.879 -30.234,-11.687 -7.778,-7.36 -12.172,-16.563 -13.203,-27.531 h 84.25 c 0,10.878 -3.391,19.941 -10.254,27.261 -7.442,7.981 -17.696,11.957 -30.559,11.957 z m 65.559,-58.859 H 409.156 c 0,-17.82 4.832,-31.5 14.59,-41.02 8.625,-8.41 19.688,-12.55 33.25,-12.55 15.449,0 28.313,4.511 38.692,13.5 l 11.328,-19.469 c -4.161,-4.231 -10.563,-7.789 -19.188,-10.82 -10.812,-3.938 -22.812,-5.969 -36.094,-5.969 -19.132,0 -35.382,6.539 -48.711,19.508 -14.863,14.293 -22.316,33.511 -22.316,57.691 0,25.082 7.598,45.211 22.867,60.359 13.653,13.59 29.785,20.36 48.481,20.36 21.66,0 38.668,-6.098 51.035,-18.36 11.855,-11.757 17.863,-27.308 17.863,-46.757 0,-5.973 -0.742,-11.442 -2.109,-16.473"
1154 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1155 id="path7430" />
1156 <path
1157 d="m 582.52,886.559 c 4.628,0 8.628,-1.61 11.871,-4.868 3.285,-3.25 4.89,-7.203 4.89,-11.761 0,-4.59 -1.605,-8.559 -4.89,-11.848 -3.243,-3.242 -7.243,-4.91 -11.871,-4.91 -4.5,0 -8.473,1.668 -11.735,4.91 -3.25,3.289 -4.89,7.258 -4.89,11.848 0,4.711 1.617,8.582 4.824,11.851 3.207,3.168 7.136,4.778 11.801,4.778 z M 571.684,676.832 v 129.477 h -20.891 v 22.761 h 47.863 V 676.832 h -26.972"
1158 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1159 id="path7432" />
1160 <path
1161 d="m 678.113,797.172 v -87.801 c 0,-1.551 3.336,-4.019 10.086,-7.473 6.735,-3.437 11.844,-5.168 15.352,-5.168 18.383,0 31.566,4.379 39.508,13.2 7.957,8.808 11.925,23.621 11.925,44.379 0,17.25 -4.636,30.679 -13.925,40.339 -9.278,9.622 -21.786,14.524 -37.508,14.524 -3.332,0 -7.938,-1.461 -13.879,-4.32 -5.926,-2.801 -9.793,-5.352 -11.559,-7.68 z m -3.976,-109.453 -9.532,-13.75 H 651.113 V 892.82 h 27 v -75.058 c 2.535,3.558 7.379,6.808 14.399,9.726 7.09,2.883 13.996,4.41 20.832,4.41 20.859,0 37.707,-7.207 50.656,-21.589 12.93,-14.477 19.402,-32.637 19.402,-54.598 0,-25.391 -6.504,-45.391 -19.496,-59.91 -12.965,-14.571 -30.543,-21.832 -52.691,-21.832 -7.195,0 -14.238,1.32 -21.231,4.031 -6.953,2.73 -12.265,5.969 -15.847,9.719"
1162 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1163 id="path7434" />
1164 <path
1165 d="m 913.684,676.832 v 88.527 c 0,16.2 -2.45,27.551 -7.329,34.02 -4.863,6.543 -13.07,9.793 -24.519,9.793 -6.129,0 -12.59,-1.871 -19.277,-5.57 -6.774,-3.692 -11.946,-8.25 -15.504,-13.653 V 676.832 H 820.043 V 829.07 h 18.453 l 8.559,-19.672 c 8.867,15 23.441,22.5 43.605,22.5 33.32,0 50.004,-20.269 50.004,-60.878 v -94.188 h -26.98"
1166 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1167 id="path7436" />
1168 <path
1169 d="m 1007.58,886.559 c 4.64,0 8.6,-1.61 11.87,-4.868 3.29,-3.25 4.89,-7.203 4.89,-11.761 0,-4.59 -1.6,-8.559 -4.89,-11.848 -3.27,-3.242 -7.23,-4.91 -11.87,-4.91 -4.58,0 -8.455,1.668 -11.775,4.91 -3.231,3.289 -4.848,7.258 -4.848,11.848 0,4.711 1.594,8.582 4.82,11.851 3.203,3.168 7.163,4.778 11.803,4.778 z M 996.734,676.832 v 129.477 h -20.918 v 22.761 h 47.904 V 676.832 h -26.986"
1170 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1171 id="path7438" />
1172 <path
1173 d="m 1111.2,701 h 84.39 v -24.168 h -126.76 v 7.078 l 86.55,120.942 h -85.11 v 24.218 h 124.48 v -7.679 L 1111.2,701"
1174 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1175 id="path7440" />
1176 <path
1177 d="m 1876.2,1476.11 c -11,-17.85 -31.63,22.71 -71.33,-28.76 -16.51,-21.61 -5.5,-47.31 -25.76,-70.38 -22.7,-25.67 -44.24,-46.24 -26.8,25.72 17.8,73.1 8.76,42.62 17.4,74.03 9.33,34.69 42.73,154.84 54.2,179.97 16.26,35.54 20.33,52.19 63.99,117 0,0 30.57,38.63 36.18,44.32 23.62,24.16 111.63,66.19 69.47,-93.51 -33.51,-126.89 -59.89,-156.06 -117.35,-248.39 z m 5.38,-183.63 c -14.75,-56.76 -40.36,-146.98 -62.38,-174.97 -15.27,-19.4 -52.52,-75.35 -80.94,21.56 -28.32,97.06 40.26,180 40.26,180 0,0 28.96,38.55 47.93,38.52 23.39,0 69.91,-8.52 55.13,-65.11 z m -1513.002,20.55 c -15.805,-6.55 -59.824,29.72 -58.047,49.24 3.106,38.41 43.418,-0.32 89.844,1.44 46.953,1.94 -15.215,-43.56 -31.797,-50.68 z m 717.642,792.68 c 46.47,45.28 81.64,80.76 112.04,108.97 142.47,132.16 139.02,121.21 159.19,134.23 37.66,24.4 123.84,71.53 150.04,48.26 28.94,-25.72 16.77,-81.48 -28.46,-129.97 -46.54,-49.88 -180.46,-185.84 -298.1,-251.04 -79.3,-43.94 -396.028,-203.98 -94.71,89.55 z m 1221.04,-899.6 c 14.3,-18.31 50.11,-50.98 137.32,32.33 87.38,83.33 42.96,48.13 92.49,-59.06 49.59,-107.09 79.04,-47.13 81.71,-26.02 6.58,52.79 -11.23,155.82 -22.98,197.66 -9.89,35.02 -71.15,51.58 -95.25,33.54 -22.8,-16.85 -82.94,-86.08 -123.4,-99.66 -40.46,-13.57 -8.86,25.73 -20.01,90.33 -11.1,64.57 -35.52,93.56 -60.94,82.25 -17.08,-7.6 -53.33,-44.4 -72.11,-36.8 -39.99,15.93 -94.48,62.86 -204.22,6.9 -198.85,-101.42 -51.34,105.77 -51.34,105.77 0,0 146.8,229.96 69.47,348.49 -75.47,115.64 -209.71,-88.64 -242.91,-151.85 -44.35,-84.19 -78.89,-199.09 -116.87,-372.42 -22.06,-100.72 -144.22,-138.36 -174.95,-99.42 -33.11,42 -26.6,209.85 -141.62,137.53 -115.01,-72.21 -111.45,-213.27 -183.63,-54.64 -72.14,158.65 -143.8,54.94 -153.05,38.01 -12.82,-23.74 -5.25,-75.21 -24.75,-86.7 -22.001,-12.96 -50.49,31.78 -67.443,37.78 -18.132,6.29 -133.855,-91.13 -185.582,-192.66 -74.535,-146.4 -218.832,164.89 -207.121,186.93 10.121,19.22 290.387,410 324.059,467.03 35.805,60.54 61.73,80.26 83.512,83.52 21.703,3.24 288.265,68.45 493.035,274.23 173.56,174.41 156.73,228.97 121.02,276.71 -10.63,14.1 -26.46,24.7 -47.38,31.79 -103.97,35.13 -343.97,-187.85 -366.01,-209.04 -35.77,-34.41 -247.611,-271.19 -263.04,-303.06 -15.469,-31.9 -385.579,-22.56 -385.579,-22.56 -42.695,-21.58 5.286,-38.38 5.286,-38.38 0,0 167.097,-22.32 270.976,-16.92 89.899,4.69 37.664,-54.4 24.242,-71.59 -77.269,-99.02 -211.371,-310.54 -260.515,-368.8 -46.985,-55.69 -135.231,-2.9 -160.086,1.99 -25.43,5.01 -165.274,24.09 -132.16,-92.6 33.226,-116.75 139.027,-63.05 184.718,-73.48 13.965,-3.13 46.289,-18.29 54.176,-36.04 17.598,-39.14 40.231,-82.84 59.391,-112.55 31.855,-49.41 168.972,-181.459 262.48,-2.19 102.781,197.05 174.836,124.16 182.11,18.32 7.421,-105.77 40.931,-65.71 79.211,-48.19 38.12,17.49 4.26,90.47 7.12,186.52 2.75,96.12 89.7,-47.9 91.7,-86.37 1.51,-28.13 52.39,-32.21 104.83,-10.18 52.4,22.05 0.64,62.83 72.2,130.4 71.76,67.45 84.99,-86.95 101.66,-124.31 14.01,-31.25 83.81,-86.63 125.61,-6.46 36.8,70.52 111.47,47.16 112.53,-54.23 0.89,-84.48 62.32,-101.85 85.64,-102.64 8.36,-0.34 17.94,0.57 31.14,5.96 46.32,19.01 119.61,120.84 118.68,210.23 -1.6,151.72 245.06,176.14 227.45,124.66 -12.75,-37.03 -67.42,-146.35 -0.64,-143.9 66.7,2.43 38.32,59.57 99.76,125.29 61.39,65.68 36.04,-100.69 60.06,-131.45"
1178 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
1179 id="path7442" />
1180 <path
1181 d="m 1488.8,1777.88 c -7.31,-93.68 50.37,-62.46 50.37,-62.46 107.2,56.89 20.84,106.79 20.84,106.79 0,0 -63.62,49.36 -71.21,-44.33"
1182 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
1183 id="path7444" />
1184 <path
1185 d="m 2831.9,701.012 c 0,0 -111.53,-233.762 -125.54,-255.293 -16.85,-26.059 -103.73,-149.739 -233.8,-168.571 -130.08,-18.906 -194.64,32.043 -197.45,96.551 -2.83,61.52 40.49,103.199 183.3,172.492 320.13,155.329 334.59,164.118 334.59,164.118 23.03,9.16 67.49,39.011 38.9,-9.297 z m 23.33,570.388 c -0.38,-1.5 -0.83,-2.81 -1.1,-3.75 z M 3049.9,908.238 c -5.54,14.481 -20.24,33.082 -63.73,-20.367 -66.53,-81.812 -59.8,-32.391 -66.63,20.738 -1.15,8.973 -8.16,51.481 -38.51,67.571 -27.78,14.711 -141.32,52.31 -113.2,74.56 69.32,54.73 67.37,50.62 87.66,73.54 24.71,27.74 105.09,130.75 98.48,233.63 -7.65,119.68 -178.38,105.93 -178.38,105.93 -116.86,-17.96 -63.83,-120.12 17.02,-107.47 89.35,13.98 68.27,-64.29 62.62,-84.97 -0.08,-0.16 -9.4,-24.96 -28.38,-54.95 -25.35,-40.13 -63.69,-92.76 -87.28,-118.98 -15.36,-17.06 -104.68,-75.12 -40.23,-105.9 C 2806.4,940.609 2889.7,816.68 2835.2,782.789 2797.12,759.09 2493.86,618.691 2426.12,588.75 c -65.44,-29.031 -211.66,-81.781 -210.4,-222.941 1.38,-152.079 211.27,-150.887 257.42,-142.821 132.71,23.153 203.29,96.094 253.22,156.801 42.64,51.82 143.16,262.891 154.81,300.191 9.9,31.668 49.37,149.52 105.82,165.43 63.29,17.86 70.88,41.602 62.91,62.828"
1186 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
1187 id="path7446" />
1188 <path
1189 d="m 2737.6,1731.7 c -28.47,11.06 -111.71,-33.23 -85.5,-104.49 26.85,-72.76 215.6,53.49 85.5,104.49"
1190 style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
1191 id="path7448" />
1192 <path
1193 d="m 311.801,528.73 -34.844,-90.269 h 66.793 z m 56.191,-162.601 -15.496,48.953 h -83.687 l -16.567,-48.953 h -34.394 l 88.05,219.32 h 14.75 l 81.442,-219.32 h -34.098"
1194 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1195 id="path7450" />
1196 <path
1197 d="m 438.637,375.289 9.687,25.723 c 15.332,-9.903 27.688,-14.864 37.028,-14.864 16.984,0 25.472,7.063 25.472,21.161 0,10.089 -8.203,18.773 -24.601,26.011 -12.633,5.719 -21.145,10.059 -25.52,13 -4.394,2.961 -8.207,6.309 -11.441,10.071 -3.227,3.781 -5.645,7.769 -7.227,12.019 -1.605,4.238 -2.383,8.789 -2.383,13.66 0,12.571 4.621,22.379 13.883,29.442 9.262,7.039 21.363,10.57 36.32,10.57 11.262,0 25.5,-3.531 42.661,-10.57 l -7.813,-25.153 c -10.89,8.563 -21.848,12.852 -32.84,12.852 -6.554,0 -12.09,-1.52 -16.554,-4.57 -4.485,-3.059 -6.731,-6.911 -6.731,-11.582 0,-9.817 5.652,-17.25 16.914,-22.297 l 19.684,-8.864 c 12.054,-5.429 20.832,-11.617 26.328,-18.578 5.5,-6.961 8.246,-15.679 8.246,-26.16 0,-13.719 -4.871,-24.469 -14.613,-32.23 -9.75,-7.77 -23.239,-11.66 -40.508,-11.66 -16.293,0 -31.609,4 -45.992,12.019"
1198 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1199 id="path7452" />
1200 <path
1201 d="m 574.73,375.289 9.688,25.723 c 15.328,-9.903 27.676,-14.864 37.035,-14.864 16.965,0 25.457,7.063 25.457,21.161 0,10.089 -8.195,18.773 -24.586,26.011 -12.64,5.719 -21.156,10.059 -25.539,13 -4.39,2.961 -8.207,6.309 -11.43,10.071 -3.23,3.781 -5.636,7.769 -7.23,12.019 -1.594,4.238 -2.387,8.789 -2.387,13.66 0,12.571 4.629,22.379 13.887,29.442 9.262,7.039 21.355,10.57 36.309,10.57 11.289,0 25.504,-3.531 42.675,-10.57 l -7.824,-25.153 c -10.883,8.563 -21.836,12.852 -32.832,12.852 -6.551,0 -12.078,-1.52 -16.562,-4.57 -4.473,-3.059 -6.719,-6.911 -6.719,-11.582 0,-9.817 5.637,-17.25 16.926,-22.297 l 19.668,-8.864 c 12.05,-5.429 20.843,-11.617 26.324,-18.578 5.496,-6.961 8.246,-15.679 8.246,-26.16 0,-13.719 -4.875,-24.469 -14.609,-32.23 -9.735,-7.77 -23.235,-11.66 -40.497,-11.66 -16.3,0 -31.644,4 -46,12.019"
1202 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1203 id="path7454" />
1204 <path
1205 d="m 739.234,443.031 c 0,-38.402 13.739,-57.601 41.219,-57.601 12.832,0 22.899,5.152 30.16,15.441 7.282,10.301 10.93,24.348 10.93,42.16 0,37.938 -13.691,56.891 -41.09,56.891 -12.527,0 -22.531,-5.043 -30,-15.141 -7.488,-10.101 -11.219,-24.019 -11.219,-41.75 z m -28.937,0 c 0,23.641 6.445,42.711 19.32,57.258 12.867,14.531 29.821,21.793 50.836,21.793 22.188,0 39.406,-6.98 51.652,-20.934 12.243,-13.968 18.375,-33.328 18.375,-58.117 0,-24.672 -6.277,-44.133 -18.808,-58.383 -12.535,-14.25 -29.617,-21.378 -51.219,-21.378 -22.078,0 -39.297,7.199 -51.629,21.582 -12.355,14.398 -18.527,33.796 -18.527,58.179"
1206 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1207 id="path7456" />
1208 <path
1209 d="m 1012.72,506.781 -13.595,-19.152 c -2.797,2.769 -7.742,5.391 -14.844,7.859 -7.078,2.481 -14.051,3.723 -20.902,3.723 -14.938,0 -26.801,-5.16 -35.57,-15.512 -8.782,-10.34 -13.164,-24.508 -13.164,-42.508 0,-17.921 4.48,-31.582 13.453,-40.961 8.968,-9.39 21.398,-14.082 37.316,-14.082 12.344,0 24.781,4.711 37.326,14.153 l 10.84,-22.879 c -14.756,-9.434 -33.017,-14.152 -54.83,-14.152 -21.109,0 -38.562,7.011 -52.359,21.019 -13.789,14 -20.684,32.981 -20.684,56.902 0,24.391 7.16,43.969 21.484,58.731 14.325,14.777 33.918,22.16 58.809,22.16 7.992,0 16.676,-1.66 26.027,-5 9.363,-3.344 16.263,-6.762 20.693,-10.301"
1210 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1211 id="path7458" />
1212 <path
1213 d="m 1082.66,577.109 c 4.66,0 8.65,-1.629 11.94,-4.918 3.29,-3.3 4.93,-7.222 4.93,-11.8 0,-4.672 -1.64,-8.653 -4.93,-11.93 -3.29,-3.289 -7.28,-4.941 -11.94,-4.941 -4.58,0 -8.5,1.652 -11.8,4.941 -3.28,3.277 -4.93,7.258 -4.93,11.93 0,4.66 1.62,8.621 4.86,11.871 3.25,3.226 7.21,4.847 11.87,4.847 z m -10.01,-210.98 v 130.23 h -21.02 v 22.86 h 48.17 v -153.09 h -27.15"
1214 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1215 id="path7460" />
1216 <path
1217 d="m 1241.65,441.32 c -8.58,1.91 -14.58,2.86 -18.02,2.86 -13.72,0 -24.91,-3.52 -33.59,-10.571 -8.67,-7.058 -13,-15.39 -13,-25.007 0,-15.922 9.37,-23.891 28.15,-23.891 13.72,0 25.87,6.551 36.46,19.59 z m 2.56,-57.609 c -10.85,-13.621 -27.48,-20.441 -49.87,-20.441 -12.01,0 -22.43,4.359 -31.24,13.089 -8.81,8.723 -13.22,19.563 -13.22,32.512 0,15.527 6.79,28.668 20.37,39.391 13.57,10.718 30.9,16.078 51.95,16.078 5.72,0 12.21,-1.238 19.45,-3.719 0,24.777 -11.05,37.168 -33.17,37.168 -16.97,0 -30.02,-4.578 -39.16,-13.719 l -11.43,22.711 c 5.14,4.199 12.26,7.801 21.36,10.801 9.1,3 17.79,4.5 26.08,4.5 22.21,0 38.34,-5.051 48.39,-15.16 10.05,-10.082 15.09,-26.152 15.09,-48.16 v -54.891 c 0,-13.43 4,-22.391 12,-26.871 v -13.57 c -11.05,0 -19.33,1.558 -24.8,4.711 -5.48,3.14 -9.41,8.339 -11.8,15.57"
1218 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1219 id="path7462" />
1220 <path
1221 d="m 1327.84,497.789 h -17.73 v 21.43 h 17.73 v 32.019 L 1355,561.68 v -42.461 h 42.02 v -21.43 H 1355 v -76.051 c 0,-12.867 2.15,-22.008 6.49,-27.429 4.34,-5.45 11.32,-8.161 20.94,-8.161 6.96,0 14.16,1.762 21.59,5.293 l 4,-23.871 c -11.24,-2.871 -23.58,-4.3 -37.02,-4.3 -12.1,0 -22.32,4.511 -30.67,13.511 -8.32,9.008 -12.49,20.379 -12.49,34.098 v 86.91"
1222 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1223 id="path7464" />
1224 <path
1225 d="m 1473.76,577.109 c 4.68,0 8.66,-1.629 11.94,-4.918 3.29,-3.3 4.93,-7.222 4.93,-11.8 0,-4.672 -1.64,-8.653 -4.93,-11.93 -3.28,-3.289 -7.26,-4.941 -11.94,-4.941 -4.57,0 -8.49,1.652 -11.78,4.941 -3.28,3.277 -4.95,7.258 -4.95,11.93 0,4.66 1.63,8.621 4.87,11.871 3.24,3.226 7.2,4.847 11.86,4.847 z m -10.29,-210.98 v 130.23 h -21 v 22.86 h 48.16 v -153.09 h -27.16"
1226 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1227 id="path7466" />
1228 <path
1229 d="m 1566.53,443.031 c 0,-38.402 14.04,-57.601 42.12,-57.601 13.09,0 23.38,5.152 30.82,15.441 7.43,10.301 11.16,24.348 11.16,42.16 0,37.938 -14.01,56.891 -41.98,56.891 -12.81,0 -23.03,-5.043 -30.65,-15.141 -7.65,-10.101 -11.47,-24.019 -11.47,-41.75 z m -29.55,0 c 0,23.641 6.58,42.711 19.72,57.258 13.16,14.531 30.47,21.793 51.95,21.793 22.66,0 40.24,-6.98 52.76,-20.934 12.51,-13.968 18.77,-33.328 18.77,-58.117 0,-24.672 -6.41,-44.133 -19.21,-58.383 -12.81,-14.25 -30.25,-21.378 -52.32,-21.378 -22.57,0 -40.16,7.199 -52.75,21.582 -12.61,14.398 -18.92,33.796 -18.92,58.179"
1230 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1231 id="path7468" />
1232 <path
1233 d="m 1813.07,366.129 v 89.062 c 0,16.289 -2.45,27.7 -7.35,34.239 -4.91,6.511 -13.13,9.781 -24.66,9.781 -6.19,0 -12.68,-1.852 -19.44,-5.57 -6.76,-3.719 -11.97,-8.301 -15.58,-13.719 V 366.129 h -27.16 v 153.09 h 18.59 l 8.57,-19.727 c 8.95,15.067 23.58,22.59 43.89,22.59 33.53,0 50.3,-20.391 50.3,-61.172 v -94.781 h -27.16"
1234 style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none"
1235 id="path7470" />
1236 </g>
1237 </g>
1238 </g>
1239 </g>
1240</svg>
Marc Kupietz008d6772025-03-22 16:43:36 +01001241$endif$
Marc Kupietzd2be7362023-06-14 07:17:27 +02001242 </div>
1243</div>
1244
1245$if(math)$
1246<!-- dynamically load mathjax for compatibility with self-contained -->
1247<script>
1248(function () {
1249var script = document.createElement("script");
1250script.type = "text/javascript";
1251var src = "$if(mathjax)$$mathjax$$endif$";
1252if (src === "" || src === "true") src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML";
1253if (location.protocol !== "file:" && /^https?:/.test(src))
1254src = src.replace(/^https?:/, '');
1255script.src = src;
1256document.getElementsByTagName("head")[0].appendChild(script);
1257})();
1258</script>
1259$endif$
1260
1261$for(include-after)$
1262$include-after$
1263$endfor$
1264
1265</body>
1266</html>