| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 1 | <!DOCTYPE html> |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 2 | <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 Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 3 | <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 | <!-- |
| 11 | Font-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 | <!-- |
| 17 | Google 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 Kupietz | b91feae | 2025-02-03 20:18:56 +0100 | [diff] [blame] | 46 | html { |
| 47 | zoom: 1; |
| 48 | } |
| Marc Kupietz | 50d2e15 | 2025-03-23 18:15:23 +0100 | [diff] [blame^] | 49 | @import url('https://code.cdn.mozilla.net/fonts/fira.css'); |
| 50 | @import url('https://korap.ids-mannheim.de/font/libertinus.css'); |
| 51 | @import url('https://korap.ids-mannheim.de/font/fira-condensed.css'); |
| 52 | |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 53 | @page { |
| 54 | size: $if(poster_width)$$poster_width$$else$841mm$endif$ $if(poster_height)$$poster_height$$else$1189mm$endif$; |
| 55 | margin: 0 0 2.54cm 0; |
| 56 | padding: 0; |
| 57 | } |
| 58 | body { |
| 59 | margin: 0; |
| Marc Kupietz | 095d7de | 2023-06-16 08:22:56 +0200 | [diff] [blame] | 60 | margin-right: 1.5cm; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 61 | font-size: $if(body_textsize)$$body_textsize$$else$28pt$endif$; |
| Marc Kupietz | 095d7de | 2023-06-16 08:22:56 +0200 | [diff] [blame] | 62 | width: $if(poster_width)$$poster_width$$else$827mm$endif$; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 63 | height: $if(poster_height)$$poster_height$$else$1189mm$endif$; |
| 64 | padding: 0; |
| Marc Kupietz | 7c3742c | 2023-06-23 20:01:49 +0200 | [diff] [blame] | 65 | padding-bottom: 2.54cm; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 66 | text-align: justify; |
| 67 | font-family: $if(font_family)$$font_family$$else$Fira Sans$endif$; |
| Marc Kupietz | ffb6156 | 2023-06-29 14:34:11 +0200 | [diff] [blame] | 68 | hyphens: auto; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 69 | } |
| 70 | .poster_wrap { |
| Marc Kupietz | 095d7de | 2023-06-16 08:22:56 +0200 | [diff] [blame] | 71 | width: $if(poster_width)$$poster_width$$else$827mm$endif$; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 72 | height: $if(poster_height)$$poster_height$$else$1189mm$endif$; |
| 73 | padding: 0cm; |
| Marc Kupietz | d207891 | 2023-06-23 18:41:10 +0200 | [diff] [blame] | 74 | position: relative; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 75 | } |
| 76 | .title_container { |
| Marc Kupietz | b413d2c | 2023-06-22 15:45:53 +0200 | [diff] [blame] | 77 | display: table; |
| 78 | min-height: 5%; |
| 79 | margin-bottom: 0.75%; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 80 | overflow: hidden; |
| Marc Kupietz | b413d2c | 2023-06-22 15:45:53 +0200 | [diff] [blame] | 81 | } |
| 82 | .title_row { |
| 83 | display: table-row; |
| Marc Kupietz | 01a5918 | 2023-06-21 13:34:48 +0200 | [diff] [blame] | 84 | } |
| 85 | .title_container0 { |
| Marc Kupietz | b874ac8 | 2023-06-22 16:51:50 +0200 | [diff] [blame] | 86 | margin-top: 6%; |
| Marc Kupietz | 01a5918 | 2023-06-21 13:34:48 +0200 | [diff] [blame] | 87 | width: $if(titlebox_borderwidth)$calc(100% - $titlebox_borderwidth$ - $titlebox_borderwidth$)$else$100%$endif$; |
| Marc Kupietz | b874ac8 | 2023-06-22 16:51:50 +0200 | [diff] [blame] | 88 | height: 7.5%; |
| Marc Kupietz | 01a5918 | 2023-06-21 13:34:48 +0200 | [diff] [blame] | 89 | overflow: hidden; |
| Marc Kupietz | b874ac8 | 2023-06-22 16:51:50 +0200 | [diff] [blame] | 90 | margin-bottom: 1%; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 91 | } |
| 92 | .orange_bar { |
| Marc Kupietz | 0bbfe8c | 2023-06-23 18:39:17 +0200 | [diff] [blame] | 93 | width: 15.5%; |
| Marc Kupietz | 7ca2eba | 2023-06-21 13:35:16 +0200 | [diff] [blame] | 94 | background-color: $if(primary_colour)$$primary_colour$$else$#f57c14$endif$; |
| Marc Kupietz | b413d2c | 2023-06-22 15:45:53 +0200 | [diff] [blame] | 95 | display: table-cell; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 96 | } |
| 97 | .logo_left { |
| 98 | margin-left: 2cm; |
| 99 | float: left; |
| 100 | height: 100%; |
| 101 | display: flex; |
| 102 | align-items: left; |
| 103 | border-right: 5%; |
| 104 | justify-content: left; |
| 105 | } |
| 106 | .logo_right { |
| 107 | float: right; |
| Marc Kupietz | 095d7de | 2023-06-16 08:22:56 +0200 | [diff] [blame] | 108 | width: 27.5%; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 109 | height: 100%; |
| Marc Kupietz | 095d7de | 2023-06-16 08:22:56 +0200 | [diff] [blame] | 110 | margin-right: 14mm; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 111 | display: flex; |
| 112 | align-items: center; |
| Marc Kupietz | 095d7de | 2023-06-16 08:22:56 +0200 | [diff] [blame] | 113 | justify-content: right; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 114 | } |
| 115 | .poster_title { |
| 116 | text-align: left; |
| Marc Kupietz | b413d2c | 2023-06-22 15:45:53 +0200 | [diff] [blame] | 117 | display: table-cell; |
| 118 | padding-left: 2.0%; |
| Marc Kupietz | 756f4d0 | 2023-06-16 17:07:12 +0200 | [diff] [blame] | 119 | margin-right: 0; |
| Marc Kupietz | 0bbfe8c | 2023-06-23 18:39:17 +0200 | [diff] [blame] | 120 | width: calc($if(poster_width)$$poster_width$$else$841mm$endif$ * 0.83); |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 121 | color: $if(title_textcol)$$title_textcol$$else$#000000$endif$; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 122 | } |
| 123 | #title { |
| 124 | font-family: $if(titletext_fontfamily)$$titletext_fontfamily$$else$$if(font_family)$$font_family$$else$"Fira Sans Semibold"$endif$$endif$; |
| 125 | } |
| 126 | /* unvisited link */ |
| 127 | a:link { |
| 128 | color: $if(link_col)$$link_col$$else$$if(accent_colour)$$accent_colour$$else$#008080$endif$$endif$; |
| 129 | text-decoration: none; |
| 130 | } |
| 131 | .mybreak { |
| 132 | break-before: column; |
| 133 | } |
| 134 | /* visited link */ |
| 135 | a:visited { |
| 136 | color: $if(link_col)$$link_col$$else$$if(accent_colour)$$accent_colour$$else$#008080$endif$$endif$; |
| 137 | text-decoration: none; |
| 138 | } |
| 139 | |
| 140 | /* mouse over link */ |
| 141 | a:hover { |
| 142 | color: $if(link_col)$$link_col$$else$$if(accent_colour)$$accent_colour$$else$#008080$endif$$endif$; |
| 143 | text-decoration: none; |
| 144 | } |
| 145 | |
| 146 | /* selected link */ |
| 147 | a:active { |
| 148 | color: $if(link_col)$$link_col$$else$$if(accent_colour)$$accent_colour$$else$#008080$endif$$endif$; |
| 149 | text-decoration: none; |
| 150 | } |
| 151 | |
| 152 | .poster_body { |
| 153 | -webkit-column-count: $if(column_numbers)$$column_numbers$$else$2$endif$; /* Chrome, Safari, Opera */ |
| 154 | -moz-column-count: $if(column_numbers)$$column_numbers$$else$2$endif$; /* Firefox */ |
| 155 | column-count: $if(column_numbers)$$column_numbers$$else$2$endif$; |
| 156 | -webkit-column-fill: auto; |
| 157 | -moz-column-fill: auto; |
| 158 | column-fill: auto; |
| 159 | -webkit-column-rule-width: $if(columnline_width)$$columnline_width$$else$1mm$endif$; |
| 160 | -moz-column-rule-width: $if(columnline_width)$$columnline_width$$else$1mm$endif$; |
| 161 | column-rule-width: $if(columnline_width)$$columnline_width$$else$1mm$endif$; |
| Marc Kupietz | 1548dc3 | 2023-06-28 22:17:34 +0200 | [diff] [blame] | 162 | -webkit-column-rule-style: $if(columnline_style)$$columnline_style$$else$none$endif$; |
| 163 | -moz-column-rule-style: $if(columnline_style)$$columnline_style$$else$none$endif$; |
| 164 | column-rule-style: $if(columnline_style)$$columnline_style$$else$none$endif$; |
| Marc Kupietz | 7ca2eba | 2023-06-21 13:35:16 +0200 | [diff] [blame] | 165 | -webkit-column-rule-color: $if(columnline_col)$$columnline_col$$else$$if(primary_colour)$$primary_colour$$else$#f57c14$endif$$endif$; |
| 166 | -moz-column-rule-color: $if(columnline_col)$$columnline_col$$else$$if(primary_colour)$$primary_colour$$else$#f57c14$endif$$endif$; |
| 167 | column-rule-color: $if(columnline_col)$$columnline_col$$else$$if(primary_colour)$$primary_colour$$else$#f57c14$endif$$endif$; |
| Marc Kupietz | 017c912 | 2023-06-16 17:08:47 +0200 | [diff] [blame] | 168 | column-gap: 2em; |
| Marc Kupietz | 095d7de | 2023-06-16 08:22:56 +0200 | [diff] [blame] | 169 | margin-left: 17.5%; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 170 | /*width=82.4%*/ |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 171 | height: 100%; |
| Marc K | 38f41bb | 2023-06-14 11:02:29 +0200 | [diff] [blame] | 172 | height: -moz-available; /* WebKit-based browsers will ignore this. */ |
| 173 | height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ |
| 174 | height: fill-available; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 175 | color: $if(body_textcol)$$body_textcol$$else$#000000$endif$; |
| 176 | background-color: $if(body_bgcol)$$body_bgcol$$else$#ffffff$endif$; |
| 177 | } |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 178 | |
| 179 | .poster_title h1 { |
| 180 | font-size: $if(title_textsize)$$title_textsize$$else$64pt$endif$; |
| 181 | margin: inherit; |
| Marc Kupietz | 095d7de | 2023-06-16 08:22:56 +0200 | [diff] [blame] | 182 | margin-left: 0; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 183 | border: 0; |
| 184 | font-weight: bold; |
| 185 | } |
| 186 | .poster_title h2 { |
| 187 | font-size: 36pt; |
| 188 | margin: inherit; |
| Marc Kupietz | 095d7de | 2023-06-16 08:22:56 +0200 | [diff] [blame] | 189 | margin-left: 0; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 190 | border: 0; |
| 191 | font-weight: bold; |
| 192 | } |
| 193 | .poster_body_wrap{ |
| Marc Kupietz | 095d7de | 2023-06-16 08:22:56 +0200 | [diff] [blame] | 194 | width: $if(poster_width)$$poster_width$$else$827mm$endif$; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 195 | height: calc(100% - $if(titlebox_height)$$titlebox_height$$else$17%$endif$); |
| 196 | padding-top: calc($if(poster_height)$$poster_height$$else$841mm$endif$ * 0.01); |
| 197 | padding-bottom: calc($if(poster_height)$$poster_height$$else$841mm$endif$ * 0.01); |
| 198 | background-color: $if(body_bgcol)$$body_bgcol$$else$#ffffff$endif$; |
| 199 | } |
| 200 | .poster_title h3 { |
| 201 | color: $if(author_textcol)$$author_textcol$$else$$if(secondaryX_colour)$$secondary_colour$$else$#000000$endif$$endif$; |
| 202 | font-size: $if(author_textsize)$$author_textsize$$else$36pt$endif$; |
| 203 | margin-top: 20px; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 204 | border: 0; |
| 205 | font-family: 'Fira Sans Light'; |
| 206 | font-weight: normal; |
| 207 | margin-block-end: 0.25em; |
| 208 | } |
| 209 | .poster_title h3 > sup { |
| 210 | font-size: 60%; |
| 211 | margin-left: 0.02em; |
| 212 | } |
| 213 | .poster_title h5 > sup { |
| 214 | font-size: 60%; |
| 215 | } |
| 216 | .poster_title h5 { |
| 217 | color: $if(affiliation_textcol)$$affiliation_textcol$$else$#000000$endif$; |
| 218 | font-size: $if(affiliation_textsize)$$affiliation_texsize$$else$24pt$endif$; |
| 219 | margin: 0; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 220 | border: 0; |
| 221 | font-weight: normal; |
| 222 | margin-block-start: 0.2em; |
| 223 | } |
| Marc Kupietz | fcc3ca9 | 2023-06-18 15:07:15 +0200 | [diff] [blame] | 224 | .figure > img { |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 225 | margin-top: 0; |
| 226 | margin-bottom: 0; |
| Marc Kupietz | 2de8dfb | 2023-06-18 12:37:18 +0200 | [diff] [blame] | 227 | margin-left: auto; |
| 228 | margin-right: auto; |
| 229 | display: block; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 230 | } |
| 231 | .section { |
| 232 | padding: 0.2em; |
| 233 | } |
| 234 | |
| 235 | .poster_body h1::before{ |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 236 | position: absolute; |
| Marc Kupietz | 37912c3 | 2023-06-16 17:09:36 +0200 | [diff] [blame] | 237 | vertical-align: baseline; |
| 238 | top: 9pt; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 239 | left: -50pt; |
| 240 | content: ""; |
| Marc Kupietz | 37912c3 | 2023-06-16 17:09:36 +0200 | [diff] [blame] | 241 | height: 40pt; |
| 242 | width: 40pt; |
| Marc Kupietz | 7ca2eba | 2023-06-21 13:35:16 +0200 | [diff] [blame] | 243 | background-color: #f57c14; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 244 | } |
| 245 | |
| 246 | .poster_body h1 { |
| 247 | text-align: left; |
| 248 | color: $if(sectitle_textcol)$$sectitle_textcol$$else$#000000$endif$; |
| 249 | font-size: $if(sectitle_textsize)$$sectitle_textsize$$else$50pt$endif$; |
| 250 | margin-top: 2mm; |
| 251 | margin-left: 50pt; |
| 252 | position: relative; |
| 253 | margin-bottom: 2mm; |
| 254 | font-weight: bold; |
| 255 | text-transform: uppercase; |
| 256 | letter-spacing: 2pt; |
| 257 | } |
| 258 | |
| 259 | .poster_body h2 { |
| 260 | color: $if(sectitle2_textcol)$$sectitle2_textcol$$else$#000000$endif$; |
| 261 | font-size: $if(sectitle2_textsize)$$sectitle2_textsize$$else$40pt$endif$; |
| 262 | font-weight: bold; |
| 263 | margin-block-start: 0.5em; |
| 264 | margin-block-end: 0.25em; |
| 265 | } |
| 266 | |
| 267 | .poster_body h3 { |
| 268 | color: $if(sectitle3_textcol)$$sectitle3_textcol$$else$#000000$endif$; |
| 269 | font-size: $if(sectitle3_textsize)$$sectitle3_textsize$$else$32pt$endif$; |
| 270 | font-weight: medium; |
| 271 | margin-block-start: 0.5em; |
| 272 | margin-block-end: 0.25em; |
| 273 | } |
| 274 | |
| Marc Kupietz | ad17fb0 | 2023-06-20 15:20:51 +0200 | [diff] [blame] | 275 | .poster_body h4, h5, h6 { |
| 276 | margin-block-start: 0.5em; |
| 277 | margin-block-end: 0.25em; |
| 278 | } |
| 279 | |
| Marc Kupietz | 16cb8bb | 2023-06-21 11:44:57 +0200 | [diff] [blame] | 280 | .footnotes { |
| 281 | font-family: Fira Sans Condensed; |
| 282 | } |
| 283 | .footnotes ol li::marker { |
| 284 | /* vertical-align: super; */ |
| 285 | position: relative; |
| 286 | top: -0.5em; |
| 287 | font-size: 80%; |
| 288 | } |
| 289 | |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 290 | .span { |
| 291 | width: 200%; |
| 292 | } |
| 293 | |
| 294 | #info-column { |
| 295 | position: absolute; |
| 296 | font-family: "Fira Sans Condensed Light"; |
| 297 | font-size: 18pt; |
| 298 | left: 2cm; |
| Marc Kupietz | 7c3742c | 2023-06-23 20:01:49 +0200 | [diff] [blame] | 299 | bottom: 2cm; |
| 300 | overflow: display; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 301 | } |
| 302 | |
| Marc Kupietz | efa616e | 2023-06-24 10:42:16 +0200 | [diff] [blame] | 303 | #info-column .qrcode { |
| 304 | margin-bottom: 5em; |
| Marc Kupietz | bc7bf64 | 2024-05-29 11:03:20 +0200 | [diff] [blame] | 305 | margin-left: -10px; |
| Marc Kupietz | efa616e | 2023-06-24 10:42:16 +0200 | [diff] [blame] | 306 | } |
| 307 | |
| Marc Kupietz | 7c3742c | 2023-06-23 20:01:49 +0200 | [diff] [blame] | 308 | @media print { |
| 309 | #info-column { |
| 310 | bottom: 7vH; |
| 311 | page-break-inside: avoid; |
| 312 | } |
| 313 | } |
| 314 | |
| Marc Kupietz | 80df4e3 | 2023-06-27 18:07:07 +0200 | [diff] [blame] | 315 | .poster_body .html-widget { |
| 316 | margin-top: 1cm; |
| 317 | margin-bottom: 0.5cm; |
| 318 | } |
| Marc Kupietz | 7c3742c | 2023-06-23 20:01:49 +0200 | [diff] [blame] | 319 | |
| Marc Kupietz | 87016ef | 2023-06-23 20:10:55 +0200 | [diff] [blame] | 320 | h1, h2, h3, h4, h5 { |
| 321 | page-break-after: avoid; |
| 322 | } |
| 323 | |
| Marc Kupietz | b08ed46 | 2023-06-27 18:07:58 +0200 | [diff] [blame] | 324 | table, figure, .figure, .sourceCode { |
| Marc Kupietz | 87016ef | 2023-06-23 20:10:55 +0200 | [diff] [blame] | 325 | page-break-inside: avoid; |
| 326 | } |
| 327 | |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 328 | /* center align leaflet map, |
| 329 | from https://stackoverflow.com/questions/52112119/center-leaflet-in-a-rmarkdown-document */ |
| 330 | .html-widget { |
| 331 | margin: auto; |
| 332 | position: sticky; |
| 333 | margin-top: 2cm; |
| 334 | margin-bottom: 2cm; |
| 335 | } |
| 336 | .leaflet.html-widget.html-widget-static-bound.leaflet-container.leaflet-touch.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom { |
| 337 | position: sticky; |
| 338 | width: 100%; |
| 339 | } |
| 340 | pre.sourceCode.r, pre.sourceCode.python { |
| 341 | background-color: #ffffff20; |
| 342 | border: solid $if(secondary_colour)$$secondary_colour$$else$#008080$endif$ 1mm; |
| 343 | border-radius: 0.5em; |
| 344 | padding: 4mm; |
| 345 | margin: auto; |
| 346 | margin-top: 1em; |
| 347 | margin-bottom: 1em; |
| 348 | line-height: 80%; |
| 349 | /* align-items: center; */ |
| 350 | } |
| 351 | div.sourceCode { |
| 352 | background-color: transparent; |
| Marc Kupietz | fbbd0ba | 2023-06-18 12:11:51 +0200 | [diff] [blame] | 353 | width: $if(codechunk_width)$$codechunk_width$$else$100%$endif$; |
| 354 | font-size: $if(codechunk_textsize)$$codechunk_textsize$$else$20pt$endif$; |
| Marc Kupietz | 716df93 | 2023-06-28 20:24:00 +0200 | [diff] [blame] | 355 | font-weight: 600; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 356 | margin-left: auto; |
| 357 | margin-right: auto; |
| 358 | } |
| 359 | code.sourceCode.r, code.sourceCode.python { |
| 360 | background-color: transparent; |
| 361 | font-size: $if(codechunk_textsize)$$codechunk_textsize$$else$20pt$endif$; |
| 362 | border-radius: 2mm; |
| 363 | } |
| 364 | code { |
| Marc Kupietz | fbbd0ba | 2023-06-18 12:11:51 +0200 | [diff] [blame] | 365 | font-size: $if(codechunk_textsize)$$codechunk_textsize$$else$20pt$endif$; |
| 366 | font-family: "Fira Mono", monospace; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 367 | background-color: $if(secondary_colour)$$secondary_colour$24$else$#00808024$endif$; |
| 368 | color: $if(secondary_colour)$$secondary_colour$$else$#008080$endif$; |
| 369 | padding: 1.2mm; |
| 370 | line-height: 1; |
| 371 | border-radius: 2mm; |
| 372 | } |
| Marc Kupietz | 0edbbcd | 2024-05-13 13:00:06 +0200 | [diff] [blame] | 373 | .figure > .caption { |
| 374 | margin-top: 4mm; |
| 375 | } |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 376 | .caption { |
| 377 | font-size: 20pt; |
| Marc Kupietz | c193333 | 2023-06-18 13:03:12 +0200 | [diff] [blame] | 378 | margin-left: auto; |
| 379 | margin-right: auto; |
| 380 | display: block; |
| 381 | width: fit-content; |
| 382 | |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 383 | } |
| 384 | .table caption { |
| 385 | font-size: 20pt; |
| 386 | padding-bottom: 3mm; |
| 387 | |
| 388 | } |
| 389 | code { |
| 390 | font-size: 1em; |
| 391 | font-family: monospace; |
| 392 | background-color: $if(secondary_colour)$$secondary_colour$24$else$#00808024$endif$; |
| Marc Kupietz | 7ca2eba | 2023-06-21 13:35:16 +0200 | [diff] [blame] | 393 | color: $if(primary_colour)$$primary_colour$$else$#f57c14$endif$; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 394 | padding: 1.2mm; |
| 395 | border-radius: 2mm; |
| 396 | } |
| 397 | .poster_title code { |
| 398 | font-size: 1em; |
| 399 | } |
| 400 | table { |
| 401 | font-size: 25pt; |
| 402 | margin: auto; |
| Marc Kupietz | fd6b8f2 | 2023-06-16 17:09:59 +0200 | [diff] [blame] | 403 | margin-top: 6mm; |
| 404 | margin-bottom: 10mm; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 405 | border-top: 3px solid #666; |
| 406 | border-bottom: 3px solid #666; |
| 407 | } |
| 408 | table thead th { |
| 409 | border-bottom: 3px solid #ddd; |
| 410 | } |
| 411 | td { |
| 412 | padding: 8px; |
| 413 | } |
| 414 | th { |
| 415 | padding: 15px; |
| 416 | } |
| 417 | caption { |
| 418 | margin-bottom: 10px; |
| 419 | } |
| Marc Kupietz | 4bc0001 | 2023-06-18 12:07:58 +0200 | [diff] [blame] | 420 | .poster_body p, ol, ul { |
| Marc Kupietz | f3c9ad4 | 2023-06-16 17:16:30 +0200 | [diff] [blame] | 421 | margin-top: 2mm; |
| 422 | margin-bottom: 6mm; |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 423 | color: $if(body_textcol)$$body_textcol$$else$#000000$endif$ |
| 424 | } |
| Marc Kupietz | 0485f36 | 2023-06-21 19:55:26 +0200 | [diff] [blame] | 425 | |
| 426 | ul ul { |
| 427 | margin-top: 0.1em; |
| 428 | margin-bottom: 0.2em; |
| 429 | } |
| 430 | |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 431 | #ul { |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 432 | } |
| 433 | .references p { |
| 434 | font-size: 20pt; |
| 435 | } |
| Marc Kupietz | 9250fc2 | 2023-06-14 14:19:55 +0200 | [diff] [blame] | 436 | #refs { |
| 437 | font-size: 20pt; |
| 438 | font-family: "Fira Sans Condensed"; |
| 439 | } |
| 440 | .hanging-indent > .csl-entry { |
| 441 | padding-left: 22px ; |
| 442 | text-indent: -22px ; |
| 443 | } |
| 444 | |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 445 | .orcid img { |
| 446 | width: 1em; |
| 447 | } |
| 448 | .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 { |
| 449 | display: none; |
| 450 | } |
| 451 | </style> |
| 452 | $if(custom_css)$ |
| 453 | <link rel="stylesheet" href=$custom_css$> |
| 454 | $else$$endif$ |
| 455 | </head> |
| 456 | <body> |
| 457 | |
| 458 | $for(include-before)$ |
| 459 | $include-before$ |
| 460 | $endfor$ |
| 461 | |
| 462 | <div class="poster_wrap"> |
| Marc Kupietz | 01a5918 | 2023-06-21 13:34:48 +0200 | [diff] [blame] | 463 | <div class="title_container0"> |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 464 | <!-- Left Logo --> |
| 465 | <div class="logo_left"> |
| 466 | $if(logoleft_name)$ |
| 467 | <img src=$logoleft_name$ style="margin-top: auto; |
| 468 | margin-bottom: auto; |
| Marc Kupietz | 095d7de | 2023-06-16 08:22:56 +0200 | [diff] [blame] | 469 | height: 50%;"> |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 470 | $endif$ |
| 471 | </div> |
| 472 | <!-- Right Logo --> |
| 473 | <div class="logo_right"> |
| 474 | $if(logoright_name)$ |
| 475 | <img src=$logoright_name$ style="width: 80%"> |
| 476 | $else$ |
| 477 | <svg |
| 478 | version="1.1" |
| 479 | id="svg7644" |
| 480 | width="946.47864" |
| 481 | height="300.20413" |
| 482 | viewBox="0 0 946.47864 300.20413" |
| 483 | xmlns="http://www.w3.org/2000/svg" |
| 484 | xmlns:svg="http://www.w3.org/2000/svg"> |
| 485 | <defs |
| 486 | id="defs7648"> |
| 487 | <clipPath |
| 488 | clipPathUnits="userSpaceOnUse" |
| 489 | id="clipPath7662"> |
| 490 | <path |
| 491 | d="M 0,0 H 9080.13 V 3350.13 H 0 Z" |
| 492 | id="path7660" /> |
| 493 | </clipPath> |
| 494 | </defs> |
| 495 | <g |
| 496 | id="g7652" |
| 497 | transform="matrix(1.3333333,0,0,-1.3333333,-136.41866,362.39732)"> |
| 498 | <g |
| 499 | id="g7654" |
| 500 | transform="scale(0.1)"> |
| 501 | <g |
| 502 | id="g7656"> |
| 503 | <g |
| 504 | id="g7658" |
| 505 | clip-path="url(#clipPath7662)"> |
| 506 | <path |
| 507 | 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" |
| 508 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 509 | id="path7664" /> |
| 510 | <path |
| 511 | 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" |
| 512 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 513 | id="path7666" /> |
| 514 | <path |
| 515 | 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" |
| 516 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 517 | id="path7668" /> |
| 518 | <path |
| 519 | 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" |
| 520 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 521 | id="path7670" /> |
| 522 | <path |
| 523 | 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" |
| 524 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 525 | id="path7672" /> |
| 526 | <path |
| 527 | 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" |
| 528 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 529 | id="path7674" /> |
| 530 | <path |
| 531 | 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" |
| 532 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 533 | id="path7676" /> |
| 534 | <path |
| 535 | d="m 4645.3,1803.07 h 79.82 v -12.37 h -79.82 v 12.37" |
| 536 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 537 | id="path7678" /> |
| 538 | <path |
| 539 | 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" |
| 540 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 541 | id="path7680" /> |
| 542 | <path |
| 543 | 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" |
| 544 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 545 | id="path7682" /> |
| 546 | <path |
| 547 | 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" |
| 548 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 549 | id="path7684" /> |
| 550 | <path |
| 551 | 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" |
| 552 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 553 | id="path7686" /> |
| 554 | <path |
| 555 | 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" |
| 556 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 557 | id="path7688" /> |
| 558 | <path |
| 559 | 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" |
| 560 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 561 | id="path7690" /> |
| 562 | <path |
| 563 | 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" |
| 564 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 565 | id="path7692" /> |
| 566 | <path |
| 567 | 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" |
| 568 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 569 | id="path7694" /> |
| 570 | <path |
| 571 | 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" |
| 572 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 573 | id="path7696" /> |
| 574 | <path |
| 575 | 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" |
| 576 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 577 | id="path7698" /> |
| 578 | <path |
| 579 | 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" |
| 580 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 581 | id="path7700" /> |
| 582 | <path |
| 583 | 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" |
| 584 | style="fill:#7b7979;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 585 | id="path7702" /> |
| 586 | <path |
| 587 | 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" |
| 588 | style="fill:#7b7979;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 589 | id="path7704" /> |
| 590 | <path |
| 591 | 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" |
| 592 | style="fill:#7b7979;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 593 | id="path7706" /> |
| 594 | <path |
| 595 | 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" |
| 596 | style="fill:#f47216;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 597 | id="path7708" /> |
| 598 | <path |
| 599 | 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" |
| 600 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 601 | id="path7710" /> |
| 602 | <path |
| 603 | 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" |
| 604 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 605 | id="path7712" /> |
| 606 | <path |
| 607 | 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" |
| 608 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 609 | id="path7714" /> |
| 610 | <path |
| 611 | 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" |
| 612 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 613 | id="path7716" /> |
| 614 | <path |
| 615 | 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" |
| 616 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 617 | id="path7718" /> |
| 618 | <path |
| 619 | 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" |
| 620 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 621 | id="path7720" /> |
| 622 | <path |
| 623 | 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" |
| 624 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 625 | id="path7722" /> |
| 626 | <path |
| 627 | 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" |
| 628 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 629 | id="path7724" /> |
| 630 | <path |
| 631 | 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" |
| 632 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 633 | id="path7726" /> |
| 634 | <path |
| 635 | 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" |
| 636 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 637 | id="path7728" /> |
| 638 | <path |
| 639 | 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" |
| 640 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 641 | id="path7730" /> |
| 642 | <path |
| 643 | 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" |
| 644 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 645 | id="path7732" /> |
| 646 | <path |
| 647 | 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" |
| 648 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 649 | id="path7734" /> |
| 650 | <path |
| 651 | 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" |
| 652 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 653 | id="path7736" /> |
| 654 | <path |
| 655 | 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" |
| 656 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 657 | id="path7738" /> |
| 658 | </g> |
| 659 | </g> |
| 660 | </g> |
| 661 | </g> |
| 662 | </svg> |
| 663 | $endif$ |
| 664 | </div> |
| 665 | </div> |
| 666 | <div class="title_container"> |
| Marc Kupietz | b413d2c | 2023-06-22 15:45:53 +0200 | [diff] [blame] | 667 | <div class="title_row" |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 668 | <!-- Orange Bar --> |
| 669 | <div class="orange_bar"> |
| 670 | </div> |
| 671 | <!-- Poster Title --> |
| 672 | <div class= "poster_title"> |
| 673 | $if(title)$<h1 id="title">$title$</h1>$endif$ |
| 674 | $if(subtitle)$<h2 id="subtitle">$subtitle$</h2>$endif$ |
| 675 | $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$ |
| 676 | $if(affiliation)$<h5 id="affiliation">$for(affiliation)$<sup>$affiliation.num$</sup> $affiliation.address$$sep$; $endfor$</h5>$endif$ |
| 677 | </div> |
| 678 | </div> |
| Marc Kupietz | b413d2c | 2023-06-22 15:45:53 +0200 | [diff] [blame] | 679 | </div> |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 680 | <div class='poster_body_wrap'> |
| 681 | |
| 682 | <div class='poster_body'> |
| 683 | $body$ |
| 684 | </div> |
| 685 | |
| 686 | </div> |
| 687 | <div id="info-column"> |
| Marc Kupietz | cbe8b14 | 2023-06-24 17:48:20 +0200 | [diff] [blame] | 688 | $if(contact.qrlink)$ |
| 689 | ${ contact.qrlink } |
| 690 | <br/> |
| 691 | $elseif(contact.qrcode)$ |
| Marc Kupietz | efa616e | 2023-06-24 10:42:16 +0200 | [diff] [blame] | 692 | <img class="qrcode" src="$contact.qrcode$"/> |
| 693 | <br/> |
| 694 | $endif$ |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 695 | <b>$if(lang.de)$Kontakt$else$Contact$endif$:</b><br/> |
| Marc Kupietz | b9bbf20 | 2023-06-14 20:10:30 +0200 | [diff] [blame] | 696 | $if(contact.name)$$contact.name$$else$Dr. Marc Kupietz$endif$<br/> |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 697 | $if(contact.department)$$contact.department$$else$$if(lang.de)$Programmberecih Korpuslinguistik$else$Corpus Linguistics PA$endif$$endif$<br/> |
| Marc Kupietz | 01a5918 | 2023-06-21 13:34:48 +0200 | [diff] [blame] | 698 | Leibniz-Institut für Deutsche Sprache<br/> |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 699 | $if(lang.de)$Postfach$else$PO Box$endif$ 10 16 21<br/> |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 700 | 68016 Mannheim<br/> |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 701 | $if(lang.de)$$else$Germany$endif$<br/> |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 702 | <br/> |
| Marc Kupietz | b9bbf20 | 2023-06-14 20:10:30 +0200 | [diff] [blame] | 703 | $if(contact.website)$$contact.website$$else$https://korap.ids-mannheim.de/$endif$<br/> |
| 704 | $if(contact.email)$$contact.email$$else$korap@ids-mannheim.de$endif$<br/> |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 705 | <br/> |
| 706 | <br/> |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 707 | <b>$if(lang.de)$Adresse$else$Street Address$endif$:</b><br/> |
| Marc Kupietz | 01a5918 | 2023-06-21 13:34:48 +0200 | [diff] [blame] | 708 | Leibniz-Institut für Deutsche Sprache<br/> |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 709 | R5, 6-13<br/> |
| Marc Kupietz | 87788d8 | 2025-02-06 10:42:59 +0100 | [diff] [blame] | 710 | 68161 Mannheim<br/> |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 711 | $if(lang.de)$$else$Germany$endif$<br/> |
| Marc Kupietz | 917b618 | 2023-06-21 11:43:39 +0200 | [diff] [blame] | 712 | <br/> |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 713 | $if(lang.de)$Telefon$else$Phone$endif$: +49 621 1581-0<br/> |
| Marc Kupietz | 917b618 | 2023-06-21 11:43:39 +0200 | [diff] [blame] | 714 | Fax: +49 621 1581-200<br/> |
| 715 | info@ids-mannheim.de<br/> |
| 716 | www.ids-mannheim.de<br/> |
| 717 | <br/> |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 718 | © 2025 IDS Mannheim/$if(lang.de)$ÖA$else$PR$endif$<br/> |
| Marc Kupietz | 917b618 | 2023-06-21 11:43:39 +0200 | [diff] [blame] | 719 | <br/> |
| 720 | <br/> |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 721 | $if(lang.de)$ |
| 722 | |
| 723 | <svg |
| 724 | version="1.1" |
| 725 | id="svg1" |
| 726 | width="377.95227" |
| 727 | height="299.94974" |
| 728 | viewBox="0 0 377.95227 299.94974" |
| 729 | sodipodi:docname="leibnz-logo-de.svg" |
| 730 | inkscape:version="1.4 (e7c3feb100, 2024-10-09)" |
| 731 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |
| 732 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
| 733 | xmlns="http://www.w3.org/2000/svg" |
| 734 | xmlns:svg="http://www.w3.org/2000/svg"> |
| 735 | <sodipodi:namedview |
| 736 | id="namedview1" |
| 737 | pagecolor="#ffffff" |
| 738 | bordercolor="#666666" |
| 739 | borderopacity="1.0" |
| 740 | inkscape:showpageshadow="2" |
| 741 | inkscape:pageopacity="0.0" |
| 742 | inkscape:pagecheckerboard="0" |
| 743 | inkscape:deskcolor="#d1d1d1" |
| 744 | inkscape:zoom="1.9344512" |
| 745 | inkscape:cx="190.23484" |
| 746 | inkscape:cy="149.39638" |
| 747 | inkscape:window-width="1920" |
| 748 | inkscape:window-height="1043" |
| 749 | inkscape:window-x="0" |
| 750 | inkscape:window-y="0" |
| 751 | inkscape:window-maximized="1" |
| 752 | inkscape:current-layer="svg1" /> |
| 753 | <defs |
| 754 | id="defs1"> |
| 755 | <clipPath |
| 756 | clipPathUnits="userSpaceOnUse" |
| 757 | id="clipPath3"> |
| 758 | <path |
| 759 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 760 | transform="translate(0,2.5000001e-5)" |
| 761 | id="path3" /> |
| 762 | </clipPath> |
| 763 | <clipPath |
| 764 | clipPathUnits="userSpaceOnUse" |
| 765 | id="clipPath5"> |
| 766 | <path |
| 767 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 768 | transform="translate(0,2.5000001e-5)" |
| 769 | id="path5" /> |
| 770 | </clipPath> |
| 771 | <clipPath |
| 772 | clipPathUnits="userSpaceOnUse" |
| 773 | id="clipPath7"> |
| 774 | <path |
| 775 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 776 | transform="translate(0,2.5000001e-5)" |
| 777 | id="path7" /> |
| 778 | </clipPath> |
| 779 | <clipPath |
| 780 | clipPathUnits="userSpaceOnUse" |
| 781 | id="clipPath9"> |
| 782 | <path |
| 783 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 784 | transform="translate(0,2.5000001e-5)" |
| 785 | id="path9" /> |
| 786 | </clipPath> |
| 787 | <clipPath |
| 788 | clipPathUnits="userSpaceOnUse" |
| 789 | id="clipPath11"> |
| 790 | <path |
| 791 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 792 | transform="translate(0,2.5000001e-5)" |
| 793 | id="path11" /> |
| 794 | </clipPath> |
| 795 | <clipPath |
| 796 | clipPathUnits="userSpaceOnUse" |
| 797 | id="clipPath13"> |
| 798 | <path |
| 799 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 800 | transform="translate(0,2.5000001e-5)" |
| 801 | id="path13" /> |
| 802 | </clipPath> |
| 803 | <clipPath |
| 804 | clipPathUnits="userSpaceOnUse" |
| 805 | id="clipPath15"> |
| 806 | <path |
| 807 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 808 | transform="translate(0,2.5000001e-5)" |
| 809 | id="path15" /> |
| 810 | </clipPath> |
| 811 | <clipPath |
| 812 | clipPathUnits="userSpaceOnUse" |
| 813 | id="clipPath17"> |
| 814 | <path |
| 815 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 816 | transform="translate(0,2.5000001e-5)" |
| 817 | id="path17" /> |
| 818 | </clipPath> |
| 819 | <clipPath |
| 820 | clipPathUnits="userSpaceOnUse" |
| 821 | id="clipPath19"> |
| 822 | <path |
| 823 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 824 | transform="translate(0,2.5000001e-5)" |
| 825 | id="path19" /> |
| 826 | </clipPath> |
| 827 | <clipPath |
| 828 | clipPathUnits="userSpaceOnUse" |
| 829 | id="clipPath21"> |
| 830 | <path |
| 831 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 832 | transform="translate(0,2.5000001e-5)" |
| 833 | id="path21" /> |
| 834 | </clipPath> |
| 835 | <clipPath |
| 836 | clipPathUnits="userSpaceOnUse" |
| 837 | id="clipPath23"> |
| 838 | <path |
| 839 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 840 | transform="translate(0,2.5000001e-5)" |
| 841 | id="path23" /> |
| 842 | </clipPath> |
| 843 | <clipPath |
| 844 | clipPathUnits="userSpaceOnUse" |
| 845 | id="clipPath25"> |
| 846 | <path |
| 847 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 848 | transform="translate(0,2.5000001e-5)" |
| 849 | id="path25" /> |
| 850 | </clipPath> |
| 851 | <clipPath |
| 852 | clipPathUnits="userSpaceOnUse" |
| 853 | id="clipPath27"> |
| 854 | <path |
| 855 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 856 | transform="translate(0,2.5000001e-5)" |
| 857 | id="path27" /> |
| 858 | </clipPath> |
| 859 | <clipPath |
| 860 | clipPathUnits="userSpaceOnUse" |
| 861 | id="clipPath29"> |
| 862 | <path |
| 863 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 864 | transform="translate(0,2.5000001e-5)" |
| 865 | id="path29" /> |
| 866 | </clipPath> |
| 867 | <clipPath |
| 868 | clipPathUnits="userSpaceOnUse" |
| 869 | id="clipPath31"> |
| 870 | <path |
| 871 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 872 | transform="translate(0,2.5000001e-5)" |
| 873 | id="path31" /> |
| 874 | </clipPath> |
| 875 | <clipPath |
| 876 | clipPathUnits="userSpaceOnUse" |
| 877 | id="clipPath33"> |
| 878 | <path |
| 879 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 880 | transform="translate(0,2.5000001e-5)" |
| 881 | id="path33" /> |
| 882 | </clipPath> |
| 883 | <clipPath |
| 884 | clipPathUnits="userSpaceOnUse" |
| 885 | id="clipPath35"> |
| 886 | <path |
| 887 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 888 | transform="translate(0,2.5000001e-5)" |
| 889 | id="path35" /> |
| 890 | </clipPath> |
| 891 | <clipPath |
| 892 | clipPathUnits="userSpaceOnUse" |
| 893 | id="clipPath37"> |
| 894 | <path |
| 895 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 896 | transform="translate(0,2.5000001e-5)" |
| 897 | id="path37" /> |
| 898 | </clipPath> |
| 899 | <clipPath |
| 900 | clipPathUnits="userSpaceOnUse" |
| 901 | id="clipPath39"> |
| 902 | <path |
| 903 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 904 | transform="translate(0,2.5000001e-5)" |
| 905 | id="path39" /> |
| 906 | </clipPath> |
| 907 | <clipPath |
| 908 | clipPathUnits="userSpaceOnUse" |
| 909 | id="clipPath41"> |
| 910 | <path |
| 911 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 912 | transform="translate(0,2.5000001e-5)" |
| 913 | id="path41" /> |
| 914 | </clipPath> |
| 915 | <clipPath |
| 916 | clipPathUnits="userSpaceOnUse" |
| 917 | id="clipPath43"> |
| 918 | <path |
| 919 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 920 | transform="translate(0,2.5000001e-5)" |
| 921 | id="path43" /> |
| 922 | </clipPath> |
| 923 | <clipPath |
| 924 | clipPathUnits="userSpaceOnUse" |
| 925 | id="clipPath45"> |
| 926 | <path |
| 927 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 928 | transform="translate(0,2.5000001e-5)" |
| 929 | id="path45" /> |
| 930 | </clipPath> |
| 931 | <clipPath |
| 932 | clipPathUnits="userSpaceOnUse" |
| 933 | id="clipPath47"> |
| 934 | <path |
| 935 | d="M 0,0 H 3270.37 V 2681.44 H 0 Z" |
| 936 | transform="translate(0,2.5000001e-5)" |
| 937 | id="path47" /> |
| 938 | </clipPath> |
| 939 | </defs> |
| 940 | <g |
| 941 | id="g1" |
| 942 | transform="translate(-28.525999,-29.92885)"> |
| 943 | <g |
| 944 | id="group-R5"> |
| 945 | <path |
| 946 | id="path2" |
| 947 | d="m 229.82,674.289 v 215.91 h 28.485 V 699.961 h 94.453 V 674.289 H 229.82" |
| 948 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 949 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 950 | clip-path="url(#clipPath3)" /> |
| 951 | <path |
| 952 | id="path4" |
| 953 | 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" |
| 954 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 955 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 956 | clip-path="url(#clipPath5)" /> |
| 957 | <path |
| 958 | id="path6" |
| 959 | 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" |
| 960 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 961 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 962 | clip-path="url(#clipPath7)" /> |
| 963 | <path |
| 964 | id="path8" |
| 965 | 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" |
| 966 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 967 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 968 | clip-path="url(#clipPath9)" /> |
| 969 | <path |
| 970 | id="path10" |
| 971 | 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" |
| 972 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 973 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 974 | clip-path="url(#clipPath11)" /> |
| 975 | <path |
| 976 | id="path12" |
| 977 | 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" |
| 978 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 979 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 980 | clip-path="url(#clipPath13)" /> |
| 981 | <path |
| 982 | id="path14" |
| 983 | 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" |
| 984 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 985 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 986 | clip-path="url(#clipPath15)" /> |
| 987 | <path |
| 988 | id="path16" |
| 989 | 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" |
| 990 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 991 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 992 | clip-path="url(#clipPath17)" /> |
| 993 | <path |
| 994 | id="path18" |
| 995 | 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" |
| 996 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 997 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 998 | clip-path="url(#clipPath19)" /> |
| 999 | <path |
| 1000 | id="path20" |
| 1001 | 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" |
| 1002 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1003 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1004 | clip-path="url(#clipPath21)" /> |
| 1005 | <path |
| 1006 | id="path22" |
| 1007 | 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" |
| 1008 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1009 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1010 | clip-path="url(#clipPath23)" /> |
| 1011 | <path |
| 1012 | id="path24" |
| 1013 | 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" |
| 1014 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1015 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1016 | clip-path="url(#clipPath25)" /> |
| 1017 | <path |
| 1018 | id="path26" |
| 1019 | 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" |
| 1020 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1021 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1022 | clip-path="url(#clipPath27)" /> |
| 1023 | <path |
| 1024 | id="path28" |
| 1025 | 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" |
| 1026 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1027 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1028 | clip-path="url(#clipPath29)" /> |
| 1029 | <path |
| 1030 | id="path30" |
| 1031 | 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" |
| 1032 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1033 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1034 | clip-path="url(#clipPath31)" /> |
| 1035 | <path |
| 1036 | id="path32" |
| 1037 | 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" |
| 1038 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1039 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1040 | clip-path="url(#clipPath33)" /> |
| 1041 | <path |
| 1042 | id="path34" |
| 1043 | 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" |
| 1044 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1045 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1046 | clip-path="url(#clipPath35)" /> |
| 1047 | <path |
| 1048 | id="path36" |
| 1049 | 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" |
| 1050 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1051 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1052 | clip-path="url(#clipPath37)" /> |
| 1053 | <path |
| 1054 | id="path38" |
| 1055 | 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" |
| 1056 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1057 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1058 | clip-path="url(#clipPath39)" /> |
| 1059 | <path |
| 1060 | id="path40" |
| 1061 | 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" |
| 1062 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1063 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1064 | clip-path="url(#clipPath41)" /> |
| 1065 | <path |
| 1066 | id="path42" |
| 1067 | 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" |
| 1068 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1069 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1070 | clip-path="url(#clipPath43)" /> |
| 1071 | <path |
| 1072 | id="path44" |
| 1073 | 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" |
| 1074 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1075 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1076 | clip-path="url(#clipPath45)" /> |
| 1077 | <path |
| 1078 | id="path46" |
| 1079 | 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" |
| 1080 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1081 | transform="matrix(0.13333333,0,0,-0.13333333,0,358.66667)" |
| 1082 | clip-path="url(#clipPath47)" /> |
| 1083 | </g> |
| 1084 | </g> |
| 1085 | </svg> |
| 1086 | $else$ |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 1087 | <svg |
| 1088 | version="1.1" |
| 1089 | id="svg7408" |
| 1090 | width="377.95282" |
| 1091 | height="298.83835" |
| 1092 | viewBox="0 0 377.95282 298.83835" |
| 1093 | style="width: 60%;" |
| 1094 | sodipodi:docname="leibniz-logo.svg" |
| 1095 | inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" |
| 1096 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |
| 1097 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
| 1098 | xmlns="http://www.w3.org/2000/svg" |
| 1099 | xmlns:svg="http://www.w3.org/2000/svg"> |
| 1100 | <defs |
| 1101 | id="defs7412"> |
| 1102 | <clipPath |
| 1103 | clipPathUnits="userSpaceOnUse" |
| 1104 | id="clipPath7426"> |
| 1105 | <path |
| 1106 | d="M 0,0 H 3270.33 V 2681.57 H 0 Z" |
| 1107 | id="path7424" /> |
| 1108 | </clipPath> |
| 1109 | </defs> |
| 1110 | <sodipodi:namedview |
| 1111 | id="namedview7410" |
| 1112 | pagecolor="#ffffff" |
| 1113 | bordercolor="#666666" |
| 1114 | borderopacity="1.0" |
| 1115 | inkscape:showpageshadow="2" |
| 1116 | inkscape:pageopacity="0.0" |
| 1117 | inkscape:pagecheckerboard="0" |
| 1118 | inkscape:deskcolor="#d1d1d1" |
| 1119 | showgrid="false" |
| 1120 | inkscape:zoom="2.3364313" |
| 1121 | inkscape:cx="189.6054" |
| 1122 | inkscape:cy="148.9451" |
| 1123 | inkscape:window-width="1668" |
| 1124 | inkscape:window-height="773" |
| 1125 | inkscape:window-x="50" |
| 1126 | inkscape:window-y="89" |
| 1127 | inkscape:window-maximized="0" |
| 1128 | inkscape:current-layer="g7416"> |
| 1129 | <inkscape:page |
| 1130 | x="0" |
| 1131 | y="0" |
| 1132 | id="page7414" |
| 1133 | width="377.95282" |
| 1134 | height="298.83835" /> |
| 1135 | </sodipodi:namedview> |
| 1136 | <g |
| 1137 | id="g7416" |
| 1138 | inkscape:groupmode="layer" |
| 1139 | inkscape:label="Page 1" |
| 1140 | transform="matrix(1.3333333,0,0,-1.3333333,-29.046399,328.19013)"> |
| 1141 | <g |
| 1142 | id="g7418" |
| 1143 | transform="scale(0.1)"> |
| 1144 | <g |
| 1145 | id="g7420"> |
| 1146 | <g |
| 1147 | id="g7422" |
| 1148 | clip-path="url(#clipPath7426)"> |
| 1149 | <path |
| 1150 | d="m 244.195,676.832 v 215.117 h 28.371 V 702.398 h 94.11 V 676.832 H 244.195" |
| 1151 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1152 | id="path7428" /> |
| 1153 | <path |
| 1154 | 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" |
| 1155 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1156 | id="path7430" /> |
| 1157 | <path |
| 1158 | 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" |
| 1159 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1160 | id="path7432" /> |
| 1161 | <path |
| 1162 | 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" |
| 1163 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1164 | id="path7434" /> |
| 1165 | <path |
| 1166 | 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" |
| 1167 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1168 | id="path7436" /> |
| 1169 | <path |
| 1170 | 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" |
| 1171 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1172 | id="path7438" /> |
| 1173 | <path |
| 1174 | 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" |
| 1175 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1176 | id="path7440" /> |
| 1177 | <path |
| 1178 | 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" |
| 1179 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1180 | id="path7442" /> |
| 1181 | <path |
| 1182 | 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" |
| 1183 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1184 | id="path7444" /> |
| 1185 | <path |
| 1186 | 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" |
| 1187 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1188 | id="path7446" /> |
| 1189 | <path |
| 1190 | 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" |
| 1191 | style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1192 | id="path7448" /> |
| 1193 | <path |
| 1194 | 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" |
| 1195 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1196 | id="path7450" /> |
| 1197 | <path |
| 1198 | 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" |
| 1199 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1200 | id="path7452" /> |
| 1201 | <path |
| 1202 | 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" |
| 1203 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1204 | id="path7454" /> |
| 1205 | <path |
| 1206 | 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" |
| 1207 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1208 | id="path7456" /> |
| 1209 | <path |
| 1210 | 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" |
| 1211 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1212 | id="path7458" /> |
| 1213 | <path |
| 1214 | 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" |
| 1215 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1216 | id="path7460" /> |
| 1217 | <path |
| 1218 | 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" |
| 1219 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1220 | id="path7462" /> |
| 1221 | <path |
| 1222 | 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" |
| 1223 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1224 | id="path7464" /> |
| 1225 | <path |
| 1226 | 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" |
| 1227 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1228 | id="path7466" /> |
| 1229 | <path |
| 1230 | 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" |
| 1231 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1232 | id="path7468" /> |
| 1233 | <path |
| 1234 | 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" |
| 1235 | style="fill:#2744a0;fill-opacity:1;fill-rule:nonzero;stroke:none" |
| 1236 | id="path7470" /> |
| 1237 | </g> |
| 1238 | </g> |
| 1239 | </g> |
| 1240 | </g> |
| 1241 | </svg> |
| Marc Kupietz | 008d677 | 2025-03-22 16:43:36 +0100 | [diff] [blame] | 1242 | $endif$ |
| Marc Kupietz | d2be736 | 2023-06-14 07:17:27 +0200 | [diff] [blame] | 1243 | </div> |
| 1244 | </div> |
| 1245 | |
| 1246 | $if(math)$ |
| 1247 | <!-- dynamically load mathjax for compatibility with self-contained --> |
| 1248 | <script> |
| 1249 | (function () { |
| 1250 | var script = document.createElement("script"); |
| 1251 | script.type = "text/javascript"; |
| 1252 | var src = "$if(mathjax)$$mathjax$$endif$"; |
| 1253 | if (src === "" || src === "true") src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"; |
| 1254 | if (location.protocol !== "file:" && /^https?:/.test(src)) |
| 1255 | src = src.replace(/^https?:/, ''); |
| 1256 | script.src = src; |
| 1257 | document.getElementsByTagName("head")[0].appendChild(script); |
| 1258 | })(); |
| 1259 | </script> |
| 1260 | $endif$ |
| 1261 | |
| 1262 | $for(include-after)$ |
| 1263 | $include-after$ |
| 1264 | $endfor$ |
| 1265 | |
| 1266 | </body> |
| 1267 | </html> |