This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
392 lines (388 loc) · 27.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!DOCTYPE html>
<html lang="de">
<head>
<script>
toggleMode()
function toggleMode() {
if (localStorage.theme === "dark" || (!("theme" in localStorage) && window.matchMedia("(prefers-color-scheme: dark)").matches)) {
document.documentElement.classList.add("dark")
} else {
document.documentElement.classList.remove("dark")
}
}
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.png">
<title>Union Affairs</title>
<meta property="og:title" content="Union Affairs">
<meta property="og:type" content="site">
<meta property="og:url" content="https://silas229.me/union-affairs/" />
<meta property="og:image" content="https://silas229.me/union-affairs/img/open-graph.png">
<meta property="og:description" content="Übersicht der Korruptionsvorwürfe in der CDU/CSU">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:image" content="https://silas229.me/union-affairs/img/open-graph.png">
<meta property="twitter:image:alt" content="Geldkoffer, auf dem CDU und CSU steht">
<meta name="twitter:creator" content="@silas_229">
<link rel="stylesheet" href="main.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap" rel="stylesheet">
</head>
<body class="bg-white dark:bg-gray-800">
<header class="bg-gradient-to-tr from-gray-200 to-gray-300 dark:from-gray-700 dark:to-gray-800" style="clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);">
<nav>
<div class="flex mx-5 border-b-2 h-16 border-gray-700 justify-between">
<a aria-current="page" class="flex items-center self-center hover:scale-110 transform transition-transform duration-200 ease-in" href="/">
<img src="img/logo.svg" alt="Union Affairs" style="height: 40px;">
</a>
<div class="sm:border-l-2 border-gray-700 my-3 flex items-center tracking-wide pl-6 font-bold">
<a href="http://github.com/silas229/union-affairs" class="mr-6 uppercase text-gray-700 hover:text-gray-500 dark:text-gray-100 dark:hover:text-gray-600">Github</a>
<a href="http://github.com/silas229/union-affairs/issues" class="mr-6 uppercase text-gray-700 hover:text-gray-500 dark:text-gray-100 dark:hover:text-gray-600">Fehler melden</a>
<label for="toggleMode" class="text-xs text-gray-700">☀</label>
<div class="relative inline-block w-10 mx-2 align-middle select-none transition duration-200 ease-in">
<input type="checkbox" id="toggleMode" class="toggle-checkbox absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer"/>
<label for="toggleMode" class="toggle-label block overflow-hidden h-6 rounded-full bg-gray-200 cursor-pointer"></label>
</div>
<label for="toggleMode" class="text-xs text-gray-700">🌙</label>
</div>
</div>
</nav>
<div class="pt-10 sm:pt-16 pb-32 sm:pb-48 px-4">
<div class="max-w-3xl mx-auto">
<h1 class="text-3xl sm:text-4xl font-bold leading-tight text-gray-800 dark:text-gray-100">
Übersicht der Korruptions- und Lobbyismusvorwürfe in der CDU/CSU
</h1>
</div>
</div>
</header>
<main class="flex flex-col items-stretch mx-auto max-w-6xl sm:overflow-hidden pb-32">
<section class="min-w-0 px-5 pb-10">
<div class="w-full">
<div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Philipp Amthor (CDU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 12.06.2020</p>
<p class="hyphens-auto">Beschreibung: Lobbyismus für Augustus Intelligence mit Aktienoptionen im Wert von ca. 250.000 $ (nicht eingelöst) und bezahlten Luxusreisen</p>
<p>Erhaltene Geldsumme: Keine (direkte) Gegenleistung</p>
<p>Quellen:
<a href="https://www.spiegel.de/politik/deutschland/cdu-philipp-amthor-raeumt-fehler-ein-a-30af4ad1-04ed-4543-b64e-9dda6eaab859" title="www.spiegel.de" class="underline hover:text-blue-400">[1]</a>
<a href="https://de.wikipedia.org/wiki/Philipp_Amthor#Lobbyismus-Aff%C3%A4re" title="de.wikipedia.org" class="underline hover:text-blue-400">[2]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Jens Spahn (CDU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 28.02.2021</p>
<p class="hyphens-auto">Beschreibung: Spendendinner (während der Corona-Krise !) mit Unternehmern, Aufruf zu Spenden i. H. v. 9.999 € an seinen Kreisverband (ab 10.000 € müssen Spenden veröffentlicht werden)</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://www.spiegel.de/politik/deutschland/jens-spahn-nach-spendendinner-harscher-kritik-ausgesetzt-a-aa96a285-2c70-4db2-a6da-e92200cdfa32" title="www.spiegel.de" class="underline hover:text-blue-400">[1]</a>
</p>
</li> <li class="accusation">
<p>Datum des Bekanntwerdens: 16.08.2020</p>
<p class="hyphens-auto">Beschreibung: Umstrittene Immobilienkäufe, u. A. mit ehemaligem Botschafter der USA</p>
<p>Erhaltene Geldsumme: Keine (direkte) Gegenleistung</p>
<p>Quellen:
<a href="https://www.businessinsider.de/politik/bundesgesundheitsminister-spahn-kauft-luxusvilla-fuer-mehrere-millionen-euro/" title="www.businessinsider.de" class="underline hover:text-blue-400">[1]</a>
<a href="https://www.tagesspiegel.de/27018188.html" title="www.tagesspiegel.de" class="underline hover:text-blue-400">[2]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Armin Laschet (CDU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 02.12.2020</p>
<p class="hyphens-auto">Beschreibung: Vetternwirtschaft bei Maskenbeschaffung</p>
<p>Erhaltene Geldsumme: Keine (direkte) Gegenleistung</p>
<p>Quellen:
<a href="https://www.handelsblatt.com/26676034.html" title="www.handelsblatt.com" class="underline hover:text-blue-400">[1]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Nikolas Löbel (ehemals CDU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 05.03.2021</p>
<p class="hyphens-auto">Beschreibung: Provision für Maskendeals</p>
<p>Erhaltene Geldsumme: 250.000,00 €</p>
<p>Quellen:
<a href="https://www.spiegel.de/politik/deutschland/corona-masken-cdu-hinterbaenkler-kassierte-250-000-euro-provision-a-a5e31c3d-0002-0001-0000-000176138620" title="www.spiegel.de" class="underline hover:text-blue-400">[1]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-green-600 dark:text-green-500">Ja, am 08.03.2021</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-green-600 dark:text-green-500">Ja, am 08.03.2021</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Georg Nüßlein (ehemals CSU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 21.02.2021</p>
<p class="hyphens-auto">Beschreibung: Bestechung bei Maskendeals</p>
<p>Erhaltene Geldsumme: 660.000,00 €</p>
<p>Quellen:
<a href="https://www.spiegel.de/politik/deutschland/georg-nuesslein-csu-politiker-soll-von-hessischem-lieferanten-bestochen-worden-sein-a-4f7a49ca-beb1-40f1-b4a8-3376e9c6d559" title="www.spiegel.de" class="underline hover:text-blue-400">[1]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-green-600 dark:text-green-500">Ja, am 08.03.2021</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Alfred Sauter (CSU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 17.03.2021</p>
<p class="hyphens-auto">Beschreibung: Provision für Maskendeals im Zusammenhanhang mit Georg Nüßlein</p>
<p>Erhaltene Geldsumme: 1.200.000,00 €</p>
<p>Quellen:
<a href="https://www.br.de/nachrichten/bayern/masken-affaere-razzia-bei-bayerns-ex-justizminister-sauter,SRuPchK" title="www.br.de" class="underline hover:text-blue-400">[1]</a>
<a href="https://www.br.de/nachrichten/deutschland-welt/sauter-und-nuesslein-das-geflecht-hinter-der-maskenaffaere,SRwMXF9" title="www.br.de" class="underline hover:text-blue-400">[2]</a>
<a href="https://www.sueddeutsche.de/bayern/maskenaffaere-sauter-csu-korruptionsvorwuerfe-staatsanwaltschaft-1.5239399" title="www.sueddeutsche.de" class="underline hover:text-blue-400">[3]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Andrea Tandler (CSU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 09.03.2021</p>
<p class="hyphens-auto">Beschreibung: Maskendeals</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://www.n-tv.de/politik/Der-Maskenskandal-wird-zur-CSU-Affaere-article22412157.html" title="www.n-tv.de" class="underline hover:text-blue-400">[1]</a>
<a href="https://www.faz.net/aktuell/wirtschaft/hanks-welt/maskenskandal-was-ist-der-oekonomische-schaden-17253873.html" title="www.faz.net" class="underline hover:text-blue-400">[2]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Monika Hohlmeier (CSU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 09.03.2021</p>
<p class="hyphens-auto">Beschreibung: Maskendeals im Zusammenhang mit Andrea Tandler</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://www.n-tv.de/politik/Der-Maskenskandal-wird-zur-CSU-Affaere-article22412157.html" title="www.n-tv.de" class="underline hover:text-blue-400">[1]</a>
<a href="https://www.faz.net/aktuell/wirtschaft/hanks-welt/maskenskandal-was-ist-der-oekonomische-schaden-17253873.html" title="www.faz.net" class="underline hover:text-blue-400">[2]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Mark Hauptmann (CDU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 10.03.2021</p>
<p class="hyphens-auto">Beschreibung: Lobbyismus für Aserbaidschan</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://www.spiegel.de/politik/deutschland/weiterer-cdu-politiker-wegen-aserbaidschan-geld-unter-verdacht-a-c2f14351-056b-42ad-bce0-0c15dcc763d2" title="www.spiegel.de" class="underline hover:text-blue-400">[1]</a>
<a href="https://taz.de/Lokalblatt-von-CDU-Politiker-Hauptmann/!5757822/" title="taz.de" class="underline hover:text-blue-400">[2]</a>
</p>
</li> <li class="accusation">
<p>Datum des Bekanntwerdens: 14.03.2021</p>
<p class="hyphens-auto">Beschreibung: Spenden für Maskendeals an seinen Kreisverband</p>
<p>Erhaltene Geldsumme: 7.000,00 €</p>
<p>Quellen:
<a href="https://twitter.com/BastianBrauns/status/1371129748366225411" title="twitter.com" class="underline hover:text-blue-400">[1]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-green-600 dark:text-green-500">Ja, am 19.03.2021</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Axel Fischer (CDU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 04.03.2021</p>
<p class="hyphens-auto">Beschreibung: Lobbyismus für Aserbaidschan</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://sz.de/1.5224688" title="sz.de" class="underline hover:text-blue-400">[1]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Thomas Bareiß ()</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 23.03.2021</p>
<p class="hyphens-auto">Beschreibung: Lobbyismus für Aserbaidschan</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://www.vice.com/de/article/akd5ne/aserbaidschan-affare-die-abenteuerlichen-reisen-eines-deutschen-staatssekretars" title="www.vice.com" class="underline hover:text-blue-400">[1]</a>
<a href="https://www.vice.com/de/article/qjp74b/aserbaidschan-affare-der-diktator-die-cdu-der-moderator-und-das-geld" title="www.vice.com" class="underline hover:text-blue-400">[2]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Olav Gutting ()</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 23.03.2021</p>
<p class="hyphens-auto">Beschreibung: Lobbyismus für Aserbaidschan</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://www.vice.com/de/article/qjp74b/aserbaidschan-affare-der-diktator-die-cdu-der-moderator-und-das-geld" title="www.vice.com" class="underline hover:text-blue-400">[1]</a>
<a href="https://www.vice.com/de/article/akd5ne/aserbaidschan-affare-die-abenteuerlichen-reisen-eines-deutschen-staatssekretars" title="www.vice.com" class="underline hover:text-blue-400">[2]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Karin Strenz (CDU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 19.10.2017</p>
<p class="hyphens-auto">Beschreibung: Lobbyismus für Aserbaidschan</p>
<p>Erhaltene Geldsumme: 15.000,00 €</p>
<p>Quellen:
<a href="https://www.sueddeutsche.de/politik/bundestag-die-aserbaidschan-connection-1.3671979" title="www.sueddeutsche.de" class="underline hover:text-blue-400">[1]</a>
<a href="https://www.abgeordnetenwatch.de/blog/lobbyismus/strenz-wich-fragen-zu-aserbaidschan-bereits-2015-aus-heute-ermittelt-die" title="www.abgeordnetenwatch.de" class="underline hover:text-blue-400">[2]</a>
<a href="https://www.abgeordnetenwatch.de/blog/nebentaetigkeiten/wie-wir-die-luege-einer-bundestagsabgeordneten-nachwiesen" title="www.abgeordnetenwatch.de" class="underline hover:text-blue-400">[3]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Eduard Lintner (CSU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 04.09.2017</p>
<p class="hyphens-auto">Beschreibung: Lobbyismus für Aserbaidschan</p>
<p>Erhaltene Geldsumme: 819.500,00 €</p>
<p>Quellen:
<a href="https://www.theguardian.com/world/2017/sep/04/uk-at-centre-of-secret-3bn-azerbaijani-money-laundering-and-lobbying-scheme" title="www.theguardian.com" class="underline hover:text-blue-400">[1]</a>
<a href="https://www.theguardian.com/world/2017/sep/04/everything-you-need-to-know-about-the-azerbaijani-laundromat" title="www.theguardian.com" class="underline hover:text-blue-400">[2]</a>
<a href="https://de.wikipedia.org/wiki/Eduard_Lintner#Einflussnahme_f%C3%BCr_Aserbaidschan" title="de.wikipedia.org" class="underline hover:text-blue-400">[3]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Joachim Pfeiffer (CDU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 16.03.2021</p>
<p class="hyphens-auto">Beschreibung: Interessenskonflikte bei Beratungsunternehmen</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://www.zeit.de/2021/13/joachim-pfeiffer-lobbyismus-energiepolitik-cdu-nebentaetigkeit-honoralkonsul/komplettansicht" title="www.zeit.de" class="underline hover:text-blue-400">[1]</a>
<a href="https://www.zeit.de/politik/deutschland/2021-03/lobbyismus-cdu-bundestag-masken-affaere-consulting-korruption/komplettansicht" title="www.zeit.de" class="underline hover:text-blue-400">[2]</a>
</p>
</li> <li class="accusation">
<p>Datum des Bekanntwerdens: 12.03.2021</p>
<p class="hyphens-auto">Beschreibung: Lobbyismus für Aserbaidschan</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://www.faz.net/aktuell/politik/inland/masken-affaere-alle-unionsabgeordneten-unterzeichnen-ehrenerklaerung-17242495.html" title="www.faz.net" class="underline hover:text-blue-400">[1]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Tobias Zech (CSU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 18.03.2021</p>
<p class="hyphens-auto">Beschreibung: Interessenskonflikt mit mazedonischer Regierungspartei</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://www.pnp.de/3941982.html" title="www.pnp.de" class="underline hover:text-blue-400">[1]</a>
<a href="https://www.tagesschau.de/inland/innenpolitik/zech-csu-101.html" title="www.tagesschau.de" class="underline hover:text-blue-400">[2]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-green-600 dark:text-green-500">Ja, am 18.03.2021</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Karl Straub (CSU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 19.03.2021</p>
<p class="hyphens-auto">Beschreibung: Betrug</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://www.br.de/nachrichten/bayern/ermittlungen-gegen-csu-landtagsabgeordneten-straub,SS8D81K" title="www.br.de" class="underline hover:text-blue-400">[1]</a>
</p>
</li> <li class="accusation">
<p>Datum des Bekanntwerdens: 19.03.2021</p>
<p class="hyphens-auto">Beschreibung: Steuerhinterziehung</p>
<p>Erhaltene Geldsumme: Unbekannt</p>
<p>Quellen:
<a href="https://www.br.de/nachrichten/bayern/ermittlungen-gegen-csu-landtagsabgeordneten-straub,SS8D81K" title="www.br.de" class="underline hover:text-blue-400">[1]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> <div class="bg-gray-200 dark:bg-gray-500 dark:text-gray-200 rounded-lg shadow-xl px-6 py-4 my-4">
<h2 class="mb-3 font-bold text-gray-800 dark:text-gray-100 text-xl"> Franz Rieger (CSU)</h2>
<h3 class="mb-1 font-bold text-lg">Vorwürfe:</h3>
<ul class="list-disc">
<li class="accusation">
<p>Datum des Bekanntwerdens: 16.02.2018</p>
<p class="hyphens-auto">Beschreibung: Erhalt von illegalen Parteispenden</p>
<p>Erhaltene Geldsumme: 60.000,00 €</p>
<p>Quellen:
<a href="https://www.br.de/nachrichten/bayern/durchsuchung-bei-csu-kreisvorsitzender-zeigt-sich-gelassen,QjnHXoO" title="www.br.de" class="underline hover:text-blue-400">[1]</a>
<a href="http://web.archive.org/web/20190129040826/https://www.br.de/nachricht/oberpfalz/inhalt/parteispendenaffaere-raeume-von-franz-rieger-durchsucht-100.html" title="web.archive.org" class="underline hover:text-blue-400">[2]</a>
<a href="http://web.archive.org/web/20181220210710/https://www.br.de/nachricht/oberpfalz/inhalt/wolbergs-zu-ermittlungen-gegen-csu-chef-es-gilt-unschuldsvermutung-100.html" title="web.archive.org" class="underline hover:text-blue-400">[3]</a>
<a href="https://www.regensburg-digital.de/?p=72579" title="www.regensburg-digital.de" class="underline hover:text-blue-400">[4]</a>
</p>
</li> </ul>
<h3 class="mb-1 font-bold text-lg">Konsequenzen:</h3>
<p>Parteiaustritt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
<p>Mandat niedergelegt? <span class="font-bold text-red-600 dark:text-red-500">Nein</span></p>
</div> </div>
</section>
<p class="text-right dark:text-white">Stand: 07.04.2021, 22:59</p>
<details class="dark:text-white">
<summary class="font-bold text-2xl">Haftungsausschluss</summary>
Ich versuche, die Informationen nach bestem Gewissen vollständig und korrekt anzugeben. Allerdings kann ich dafür kein Gewähr übernehmen. Wenn etwas fehlt oder du ein Fehler gefunden hast, kannst du das <a href="http://github.com/silas229/union-affairs/issues" class="underline">hier</a> melden.
</details>
</main>
<script src="app.bundle.js"></script>
</body>
</html>