1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,562 @@ |
1 |
+<!doctype html> |
|
2 |
+<html xmlns="http://www.w3.org/1999/xhtml" |
|
3 |
+ xmlns:v="urn:schemas-microsoft-com:vml" |
|
4 |
+ xmlns:o="urn:schemas-microsoft-com:office:office"> |
|
5 |
+<head> |
|
6 |
+ <title> <?= $this->title ?> </title><!--[if !mso]><!--> |
|
7 |
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
8 |
+ <!--<![endif]--> |
|
9 |
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
10 |
+ <meta name="viewport" content="width=device-width,initial-scale=1"> |
|
11 |
+ <style type="text/css">#outlook a { |
|
12 |
+ padding: 0; |
|
13 |
+ } |
|
14 |
+ |
|
15 |
+ body { |
|
16 |
+ margin: 0; |
|
17 |
+ padding: 0; |
|
18 |
+ -webkit-text-size-adjust: 100%; |
|
19 |
+ -ms-text-size-adjust: 100%; |
|
20 |
+ } |
|
21 |
+ |
|
22 |
+ table, |
|
23 |
+ td { |
|
24 |
+ border-collapse: collapse; |
|
25 |
+ mso-table-lspace: 0pt; |
|
26 |
+ mso-table-rspace: 0pt; |
|
27 |
+ } |
|
28 |
+ |
|
29 |
+ img { |
|
30 |
+ border: 0; |
|
31 |
+ height: auto; |
|
32 |
+ line-height: 100%; |
|
33 |
+ outline: none; |
|
34 |
+ text-decoration: none; |
|
35 |
+ -ms-interpolation-mode: bicubic; |
|
36 |
+ } |
|
37 |
+ |
|
38 |
+ p { |
|
39 |
+ display: block; |
|
40 |
+ margin: 13px 0; |
|
41 |
+ } |
|
42 |
+ </style> |
|
43 |
+ <!--[if mso]> |
|
44 |
+ <noscript> |
|
45 |
+ <xml> |
|
46 |
+ <o:OfficeDocumentSettings> |
|
47 |
+ <o:AllowPNG/> |
|
48 |
+ <o:PixelsPerInch>96</o:PixelsPerInch> |
|
49 |
+ </o:OfficeDocumentSettings> |
|
50 |
+ </xml> |
|
51 |
+ </noscript> |
|
52 |
+ <![endif]--><!--[if lte mso 11]> |
|
53 |
+ <style type="text/css">.mj-outlook-group-fix { width:100% !important; }</style> |
|
54 |
+ <![endif]--><!--[if !mso]><!--> |
|
55 |
+ <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet" type="text/css"> |
|
56 |
+ <link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700" rel="stylesheet" type="text/css"> |
|
57 |
+ <style type="text/css">@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700); |
|
58 |
+ @import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700); |
|
59 |
+ </style> |
|
60 |
+ <!--<![endif]--><style type="text/css">@media only screen and (min-width:480px) { |
|
61 |
+ .mj-column-per-100 { |
|
62 |
+ width: 100% !important; |
|
63 |
+ max-width: 100%; |
|
64 |
+ } |
|
65 |
+ |
|
66 |
+ .mj-column-per-35 { |
|
67 |
+ width: 35% !important; |
|
68 |
+ max-width: 35%; |
|
69 |
+ } |
|
70 |
+ |
|
71 |
+ .mj-column-per-30 { |
|
72 |
+ width: 30% !important; |
|
73 |
+ max-width: 30%; |
|
74 |
+ } |
|
75 |
+ } |
|
76 |
+ </style> |
|
77 |
+ <style media="screen and (min-width:480px)">.moz-text-html .mj-column-per-100 { |
|
78 |
+ width: 100% !important; |
|
79 |
+ max-width: 100%; |
|
80 |
+ } |
|
81 |
+ |
|
82 |
+ .moz-text-html .mj-column-per-35 { |
|
83 |
+ width: 35% !important; |
|
84 |
+ max-width: 35%; |
|
85 |
+ } |
|
86 |
+ |
|
87 |
+ .moz-text-html .mj-column-per-30 { |
|
88 |
+ width: 30% !important; |
|
89 |
+ max-width: 30%; |
|
90 |
+ } |
|
91 |
+ </style> |
|
92 |
+ <style type="text/css">@media only screen and (max-width:480px) { |
|
93 |
+ table.mj-full-width-mobile { |
|
94 |
+ width: 100% !important; |
|
95 |
+ } |
|
96 |
+ |
|
97 |
+ td.mj-full-width-mobile { |
|
98 |
+ width: auto !important; |
|
99 |
+ } |
|
100 |
+ } |
|
101 |
+ </style> |
|
102 |
+ <style type="text/css">h1, |
|
103 |
+ h2, |
|
104 |
+ h3, |
|
105 |
+ h4, |
|
106 |
+ h5 { |
|
107 |
+ color: #1D5E41; |
|
108 |
+ line-height: 120%; |
|
109 |
+ margin: 0 0 30px; |
|
110 |
+ font-weight: 700; |
|
111 |
+ } |
|
112 |
+ |
|
113 |
+ h1, |
|
114 |
+ h2 { |
|
115 |
+ text-transform: uppercase; |
|
116 |
+ font-weight: 400; |
|
117 |
+ } |
|
118 |
+ |
|
119 |
+ h1 { |
|
120 |
+ font-size: 32px; |
|
121 |
+ } |
|
122 |
+ |
|
123 |
+ h2 { |
|
124 |
+ font-size: 28px; |
|
125 |
+ } |
|
126 |
+ |
|
127 |
+ h3 { |
|
128 |
+ font-size: 22px; |
|
129 |
+ } |
|
130 |
+ |
|
131 |
+ h4 { |
|
132 |
+ font-size: 19px; |
|
133 |
+ font-weight: 700; |
|
134 |
+ } |
|
135 |
+ |
|
136 |
+ h5 { |
|
137 |
+ font-size: 14px; |
|
138 |
+ margin-bottom: 15px; |
|
139 |
+ text-transform: uppercase; |
|
140 |
+ font-weight: 300; |
|
141 |
+ letter-spacing: 0.025em; |
|
142 |
+ } |
|
143 |
+ |
|
144 |
+ h1+h2, |
|
145 |
+ h1+h3, |
|
146 |
+ h2+h3, |
|
147 |
+ h3+h4, |
|
148 |
+ h4+h3 { |
|
149 |
+ margin-top: -25px; |
|
150 |
+ } |
|
151 |
+ |
|
152 |
+ h5+h4, |
|
153 |
+ h5+h3 { |
|
154 |
+ margin-top: -10px; |
|
155 |
+ } |
|
156 |
+ |
|
157 |
+ .social, |
|
158 |
+ .social h1, |
|
159 |
+ .social h2, |
|
160 |
+ .social h3, |
|
161 |
+ .social h4, |
|
162 |
+ .social h5 { |
|
163 |
+ color: #FFFFFF; |
|
164 |
+ } |
|
165 |
+ |
|
166 |
+ p { |
|
167 |
+ margin: 0 0 1.5em; |
|
168 |
+ } |
|
169 |
+ |
|
170 |
+ p:last-child { |
|
171 |
+ margin-bottom: 0; |
|
172 |
+ } |
|
173 |
+ |
|
174 |
+ .small { |
|
175 |
+ font-size: 12px; |
|
176 |
+ } |
|
177 |
+ |
|
178 |
+ a, |
|
179 |
+ a:active, |
|
180 |
+ a:link, |
|
181 |
+ a:visited, |
|
182 |
+ a:hover { |
|
183 |
+ color: #1D5E41 !important; |
|
184 |
+ text-decoration: none !important; |
|
185 |
+ border-bottom: 1px #1D5E41 solid !important; |
|
186 |
+ } |
|
187 |
+ |
|
188 |
+ a.outerlink { |
|
189 |
+ color: #555555 !important; |
|
190 |
+ text-decoration: none !important; |
|
191 |
+ border-bottom: 1px #555555 solid !important; |
|
192 |
+ } |
|
193 |
+ |
|
194 |
+ a.nostyle { |
|
195 |
+ text-decoration: none !important; |
|
196 |
+ border-bottom: none !important; |
|
197 |
+ } |
|
198 |
+ |
|
199 |
+ h1.negative-margin, |
|
200 |
+ h2.negative-margin, |
|
201 |
+ h3.negative-margin, |
|
202 |
+ h4.negative-margin, |
|
203 |
+ h5.negative-margin, |
|
204 |
+ p.negative-margin { |
|
205 |
+ margin-top: -25px; |
|
206 |
+ } |
|
207 |
+ |
|
208 |
+ a.v-centered, |
|
209 |
+ p.v-centered, |
|
210 |
+ span.v-centered { |
|
211 |
+ vertical-align: middle; |
|
212 |
+ } |
|
213 |
+ |
|
214 |
+ table.productTable { |
|
215 |
+ table-layout: auto; |
|
216 |
+ width: 100%; |
|
217 |
+ } |
|
218 |
+ |
|
219 |
+ .productTable td.price, |
|
220 |
+ .productTable td.quantity { |
|
221 |
+ white-space: nowrap; |
|
222 |
+ width: 130px; |
|
223 |
+ } |
|
224 |
+ |
|
225 |
+ .productTable td.name { |
|
226 |
+ width: 60%; |
|
227 |
+ } |
|
228 |
+ </style> |
|
229 |
+</head> |
|
230 |
+<body style="word-spacing:normal;background-color:#dddfde;"> |
|
231 |
+<div style="background-color:#dddfde;"> |
|
232 |
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:700px;" width="700"><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--> |
|
233 |
+ <div style="margin:0px auto;max-width:700px;"> |
|
234 |
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"> |
|
235 |
+ <tbody> |
|
236 |
+ <tr> |
|
237 |
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;"> |
|
238 |
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" width="700px"><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:700px;" width="700" bgcolor="#ffffff"><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--> |
|
239 |
+ <div style="background:#ffffff;background-color:#ffffff;margin:0px auto;max-width:700px;"> |
|
240 |
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#ffffff;background-color:#ffffff;width:100%;"> |
|
241 |
+ <tbody> |
|
242 |
+ <tr> |
|
243 |
+ <td style="direction:ltr;font-size:0px;padding:25px 0 25px;text-align:center;"> |
|
244 |
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:700px;"><![endif]--> |
|
245 |
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"> |
|
246 |
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"> |
|
247 |
+ <tbody> |
|
248 |
+ <tr> |
|
249 |
+ <td align="center" style="font-size:0px;padding:0;word-break:break-word;"> |
|
250 |
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;"> |
|
251 |
+ <tbody> |
|
252 |
+ <tr> |
|
253 |
+ <td style="width:195px;"> |
|
254 |
+ <a href="https://www.affentaler.de" target="_blank"> |
|
255 |
+ <img height="auto" src="https://www.affentaler.de/files/base/layout/img/mail/logo_mail.png" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;" width="195"> |
|
256 |
+ </a> |
|
257 |
+ </td> |
|
258 |
+ </tr> |
|
259 |
+ </tbody> |
|
260 |
+ </table> |
|
261 |
+ </td> |
|
262 |
+ </tr> |
|
263 |
+ </tbody> |
|
264 |
+ </table> |
|
265 |
+ </div> |
|
266 |
+ <!--[if mso | IE]></td></tr></table><![endif]--> |
|
267 |
+ </td> |
|
268 |
+ </tr> |
|
269 |
+ </tbody> |
|
270 |
+ </table> |
|
271 |
+ </div> |
|
272 |
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="700px"><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:700px;" width="700" bgcolor="#ffffff"><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--> |
|
273 |
+ <div style="background:#ffffff;background-color:#ffffff;margin:0px auto;max-width:700px;"> |
|
274 |
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#ffffff;background-color:#ffffff;width:100%;"> |
|
275 |
+ <tbody> |
|
276 |
+ <tr> |
|
277 |
+ <td style="direction:ltr;font-size:0px;padding:0;text-align:center;"> |
|
278 |
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:700px;"><![endif]--> |
|
279 |
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"> |
|
280 |
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"> |
|
281 |
+ <tbody> |
|
282 |
+ <tr> |
|
283 |
+ <td style="vertical-align:top;padding:0;"> |
|
284 |
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"> |
|
285 |
+ <tbody> |
|
286 |
+ <tr> |
|
287 |
+ <td align="center" style="font-size:0px;padding:0;word-break:break-word;"> |
|
288 |
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;"> |
|
289 |
+ <tbody> |
|
290 |
+ <tr> |
|
291 |
+ <td style="width:700px;"> |
|
292 |
+ <img height="auto" src="https://www.affentaler.de/files/base/layout/img/mail/header_mail.png" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;" width="700"> |
|
293 |
+ </td> |
|
294 |
+ </tr> |
|
295 |
+ </tbody> |
|
296 |
+ </table> |
|
297 |
+ </td> |
|
298 |
+ </tr> |
|
299 |
+ </tbody> |
|
300 |
+ </table> |
|
301 |
+ </td> |
|
302 |
+ </tr> |
|
303 |
+ </tbody> |
|
304 |
+ </table> |
|
305 |
+ </div> |
|
306 |
+ <!--[if mso | IE]></td></tr></table><![endif]--> |
|
307 |
+ </td> |
|
308 |
+ </tr> |
|
309 |
+ </tbody> |
|
310 |
+ </table> |
|
311 |
+ </div> |
|
312 |
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="700px"><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:700px;" width="700" bgcolor="#ffffff"><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--> |
|
313 |
+ <div style="background:#ffffff;background-color:#ffffff;margin:0px auto;max-width:700px;"> |
|
314 |
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#ffffff;background-color:#ffffff;width:100%;"> |
|
315 |
+ <tbody> |
|
316 |
+ <tr> |
|
317 |
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;"> |
|
318 |
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:700px;"><![endif]--> |
|
319 |
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"> |
|
320 |
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%"> |
|
321 |
+ <tbody> |
|
322 |
+ <tr> |
|
323 |
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;"> |
|
324 |
+ <div style="font-family:-apple-system, system-ui, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;font-size:16px;line-height:150%;text-align:left;color:#1d5e41;"> |
|
325 |
+ <?= $this->body ?> |
|
326 |
+ </div> |
|
327 |
+ </td> |
|
328 |
+ </tr> |
|
329 |
+ </tbody> |
|
330 |
+ </table> |
|
331 |
+ </div> |
|
332 |
+ <!--[if mso | IE]></td></tr></table><![endif]--> |
|
333 |
+ </td> |
|
334 |
+ </tr> |
|
335 |
+ </tbody> |
|
336 |
+ </table> |
|
337 |
+ </div> |
|
338 |
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="700px"><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:700px;" width="700" bgcolor="#1D5E41"><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--> |
|
339 |
+ <div style="background:#1D5E41; |
|
340 |
+ background-color:#1D5E41; |
|
341 |
+ margin:0px auto; |
|
342 |
+ max-width:700px"> |
|
343 |
+ <table align="center" |
|
344 |
+ border="0" |
|
345 |
+ cellpadding="0" |
|
346 |
+ cellspacing="0" |
|
347 |
+ role="presentation" |
|
348 |
+ style="background:#1D5E41; |
|
349 |
+ background-color:#1D5E41; |
|
350 |
+ width:100%"> |
|
351 |
+ <tbody> |
|
352 |
+ <tr> |
|
353 |
+ <td style="direction:ltr; |
|
354 |
+ font-size:0px; |
|
355 |
+ padding:30px 0 30px; |
|
356 |
+ text-align:center"> |
|
357 |
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="social-outlook" style="vertical-align:top;width:700px;"><![endif]--> |
|
358 |
+ <div class="mj-column-per-100 mj-outlook-group-fix social" |
|
359 |
+ style="font-size:0px; |
|
360 |
+ text-align:left; |
|
361 |
+ direction:ltr; |
|
362 |
+ display:inline-block; |
|
363 |
+ vertical-align:top; |
|
364 |
+ width:100%"> |
|
365 |
+ <table border="0" |
|
366 |
+ cellpadding="0" |
|
367 |
+ cellspacing="0" |
|
368 |
+ role="presentation" |
|
369 |
+ style="vertical-align:top" |
|
370 |
+ width="100%"> |
|
371 |
+ <tbody> |
|
372 |
+ <tr> |
|
373 |
+ <td align="center" |
|
374 |
+ style="font-size:0px; |
|
375 |
+ padding:10px 25px; |
|
376 |
+ word-break:break-word"> |
|
377 |
+ <div style="font-family:-apple-system, system-ui, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; |
|
378 |
+ font-size:16px; |
|
379 |
+ line-height:150%; |
|
380 |
+ text-align:center; |
|
381 |
+ color:#ffffff"> |
|
382 |
+ <h5>Social Media</h5> |
|
383 |
+ <h3>Du findest uns auch auf</h3> |
|
384 |
+ <p class="negative-margin"> |
|
385 |
+ <a href="https://www.instagram.com/affentalerwinzer/" class="nostyle"> |
|
386 |
+ <img src="https://www.affentaler.de/files/base/layout/img/mail/insta.png"> |
|
387 |
+ </a> <a href="https://www.facebook.com/affentaler" class="nostyle"> |
|
388 |
+ <img src="https://www.affentaler.de/files/base/layout/img/mail/facebook.png"> |
|
389 |
+ </a> |
|
390 |
+ </p> |
|
391 |
+ </div> |
|
392 |
+ </td> |
|
393 |
+ </tr> |
|
394 |
+ </tbody> |
|
395 |
+ </table> |
|
396 |
+ </div> |
|
397 |
+ <!--[if mso | IE]></td></tr></table><![endif]--> |
|
398 |
+ </td> |
|
399 |
+ </tr> |
|
400 |
+ </tbody> |
|
401 |
+ </table> |
|
402 |
+ </div> |
|
403 |
+ <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="700px"><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:700px;" width="700" bgcolor="#ffffff"><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]--> |
|
404 |
+ <div style="background:#ffffff; |
|
405 |
+ background-color:#ffffff; |
|
406 |
+ margin:0px auto; |
|
407 |
+ max-width:700px"> |
|
408 |
+ <table align="center" |
|
409 |
+ border="0" |
|
410 |
+ cellpadding="0" |
|
411 |
+ cellspacing="0" |
|
412 |
+ role="presentation" |
|
413 |
+ style="background:#ffffff; |
|
414 |
+ background-color:#ffffff; |
|
415 |
+ width:100%"> |
|
416 |
+ <tbody> |
|
417 |
+ <tr> |
|
418 |
+ <td style="direction:ltr; |
|
419 |
+ font-size:0px; |
|
420 |
+ padding:30px 0 20px; |
|
421 |
+ text-align:center"> |
|
422 |
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:middle;width:245px;"><![endif]--> |
|
423 |
+ <div class="mj-column-per-35 mj-outlook-group-fix" |
|
424 |
+ style="font-size:0px; |
|
425 |
+ text-align:left; |
|
426 |
+ direction:ltr; |
|
427 |
+ display:inline-block; |
|
428 |
+ vertical-align:middle; |
|
429 |
+ width:100%"> |
|
430 |
+ <table border="0" |
|
431 |
+ cellpadding="0" |
|
432 |
+ cellspacing="0" |
|
433 |
+ role="presentation" |
|
434 |
+ style="vertical-align:middle" |
|
435 |
+ width="100%"> |
|
436 |
+ <tbody> |
|
437 |
+ <tr> |
|
438 |
+ <td align="right" |
|
439 |
+ style="font-size:0px; |
|
440 |
+ padding:0 20px; |
|
441 |
+ word-break:break-word"> |
|
442 |
+ <div style="font-family:-apple-system, system-ui, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; |
|
443 |
+ font-size:10px; |
|
444 |
+ line-height:130%; |
|
445 |
+ text-align:right; |
|
446 |
+ color:#1d5e41"> |
|
447 |
+ Affentaler Winzer eG |
|
448 |
+ <br> |
|
449 |
+ Betschgräblerplatz |
|
450 |
+ <br> |
|
451 |
+ D-77815 Bühl |
|
452 |
+ <br> |
|
453 |
+ Telefon: 0 72 23 - 98 98 0 |
|
454 |
+ <br> |
|
455 |
+ E-Mail: <a href="mailto:info@affentaler.de">info@affentaler.de</a> |
|
456 |
+ </div> |
|
457 |
+ </td> |
|
458 |
+ </tr> |
|
459 |
+ </tbody> |
|
460 |
+ </table> |
|
461 |
+ </div> |
|
462 |
+ <!--[if mso | IE]></td><td class="" style="vertical-align:middle;width:210px;"><![endif]--> |
|
463 |
+ <div class="mj-column-per-30 mj-outlook-group-fix" |
|
464 |
+ style="font-size:0px; |
|
465 |
+ text-align:left; |
|
466 |
+ direction:ltr; |
|
467 |
+ display:inline-block; |
|
468 |
+ vertical-align:middle; |
|
469 |
+ width:100%"> |
|
470 |
+ <table border="0" |
|
471 |
+ cellpadding="0" |
|
472 |
+ cellspacing="0" |
|
473 |
+ role="presentation" |
|
474 |
+ style="vertical-align:middle" |
|
475 |
+ width="100%"> |
|
476 |
+ <tbody> |
|
477 |
+ <tr> |
|
478 |
+ <td align="center" style="font-size:0px;padding:0;word-break:break-word;"> |
|
479 |
+ <table border="0" |
|
480 |
+ cellpadding="0" |
|
481 |
+ cellspacing="0" |
|
482 |
+ role="presentation" |
|
483 |
+ style="border-collapse:collapse; |
|
484 |
+ border-spacing:0px"> |
|
485 |
+ <tbody> |
|
486 |
+ <tr> |
|
487 |
+ <td style="width:180px;"> |
|
488 |
+ <a href="https://www.affentaler.de" target="_blank"> |
|
489 |
+ <img height="auto" |
|
490 |
+ src="https://www.affentaler.de/files/base/layout/img/mail/logo_mail.png" |
|
491 |
+ style="border:0; |
|
492 |
+ display:block; |
|
493 |
+ outline:none; |
|
494 |
+ text-decoration:none; |
|
495 |
+ height:auto; |
|
496 |
+ width:100%; |
|
497 |
+ font-size:13px" |
|
498 |
+ width="180"> |
|
499 |
+ </a> |
|
500 |
+ </td> |
|
501 |
+ </tr> |
|
502 |
+ </tbody> |
|
503 |
+ </table> |
|
504 |
+ </td> |
|
505 |
+ </tr> |
|
506 |
+ </tbody> |
|
507 |
+ </table> |
|
508 |
+ </div> |
|
509 |
+ <!--[if mso | IE]></td><td class="" style="vertical-align:middle;width:245px;"><![endif]--> |
|
510 |
+ <div class="mj-column-per-35 mj-outlook-group-fix" |
|
511 |
+ style="font-size:0px; |
|
512 |
+ text-align:left; |
|
513 |
+ direction:ltr; |
|
514 |
+ display:inline-block; |
|
515 |
+ vertical-align:middle; |
|
516 |
+ width:100%"> |
|
517 |
+ <table border="0" |
|
518 |
+ cellpadding="0" |
|
519 |
+ cellspacing="0" |
|
520 |
+ role="presentation" |
|
521 |
+ style="vertical-align:middle" |
|
522 |
+ width="100%"> |
|
523 |
+ <tbody> |
|
524 |
+ <tr> |
|
525 |
+ <td align="left" |
|
526 |
+ style="font-size:0px; |
|
527 |
+ padding:0 20px; |
|
528 |
+ word-break:break-word"> |
|
529 |
+ <div style="font-family:-apple-system, system-ui, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; |
|
530 |
+ font-size:10px; |
|
531 |
+ line-height:130%; |
|
532 |
+ text-align:left; |
|
533 |
+ color:#1d5e41"> |
|
534 |
+ Vertretungsberechtigter: Dr. Ralf Schäfer |
|
535 |
+ <br> |
|
536 |
+ Registergericht: Reg-Gericht Mannheim |
|
537 |
+ <br> |
|
538 |
+ GNR 210017 |
|
539 |
+ <br> |
|
540 |
+ USt-ID: DE 143752975 |
|
541 |
+ </div> |
|
542 |
+ </td> |
|
543 |
+ </tr> |
|
544 |
+ </tbody> |
|
545 |
+ </table> |
|
546 |
+ </div> |
|
547 |
+ <!--[if mso | IE]></td></tr></table><![endif]--> |
|
548 |
+ </td> |
|
549 |
+ </tr> |
|
550 |
+ </tbody> |
|
551 |
+ </table> |
|
552 |
+ </div> |
|
553 |
+ <!--[if mso | IE]></td></tr></table></td></tr></table><![endif]--> |
|
554 |
+ </td> |
|
555 |
+ </tr> |
|
556 |
+ </tbody> |
|
557 |
+ </table> |
|
558 |
+ </div> |
|
559 |
+ <!--[if mso | IE]></td></tr></table><![endif]--> |
|
560 |
+</div> |
|
561 |
+</body> |
|
562 |
+</html> |