CINXE.COM

GCB Newsletter 11-12 | 2023

<!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8"> <title>GCB Newsletter 11-12 | 2023</title> <meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine --> <meta name="x-apple-disable-message-reformatting"> <!-- Disable auto-scale in iOS 10 Mail entirely --> <meta name="format-detection" content="telephone=no,address=no,email=no,date=no,url=no"> <!-- Tell iOS not to automatically link certain text strings. --> <meta name="color-scheme" content="light"> <meta name="supported-color-schemes" content="light"> <!-- What it does: Makes background images in 72ppi Outlook render at correct size. --> <!--[if gte mso 9]> <xml> <o:OfficeDocumentSettings> <o:AllowPNG/> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml> <![endif]--> <!-- Web Font / @font-face : BEGIN --> <!-- NOTE: If web fonts are not required, lines 23 - 41 can be safely removed. --> <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. --> <!--[if mso]> <style> [style*='Titillium Web'], [style*='Titillium'] { font-family: Titillium Web, Titillium, -apple-system, Segoe UI, Helvetica, Arial, sans-serif !important; font-style: normal; font-weight: normal; } [style*='Titillium Web'] { font-family: Titillium Web, sans-serif !important; font-style: normal; font-weight: normal; } * { font-family: Titillium Web, Titillium, -apple-system, Segoe UI, Helvetica, Arial, sans-serif !important; font-style: normal; font-weight: normal; } </style> <![endif]--> <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: https://stylecampaign.com/blog/2015/02/webfont-support-in-email/ --> <!-- Web Font / @font-face : END --> <style> /* FONTS */ @font-face { font-family: 'Titillium Web'; font-style: normal; font-weight: normal; src: url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'Titillium Web'; font-style: normal; font-weight: bold; src: url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-700.eot'); /* IE9 Compat Modes */ src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-700.woff') format('woff'), /* Modern Browsers */ url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.gcb.de/site/templates/fonts/titillium-web-v8-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */ } [style*='Titillium Web'], [style*='Titillium'] { font-family: Titillium Web, Titillium, -apple-system, Segoe UI, Helvetica, Arial, sans-serif !important; font-style: normal; font-weight: normal; } [style*='Titillium Web'] { font-family: Titillium Web, sans-serif !important; font-style: normal; font-weight: normal; } * { font-family: Titillium Web, Titillium, -apple-system, Segoe UI, Helvetica, Arial, sans-serif !important; font-style: normal; font-weight: normal; } /* SCHEME */ :root { color-scheme: light; supported-color-schemes: light; } /* CLIENT-SPECIFIC STYLES */ * { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } /* What it does: Stops Outlook from adding extra spacing to tables. */ table, td { mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; } /* What it does: Replaces default bold style. */ th { font-weight: normal; } /* What it does: forces Samsung Android mail clients to use the entire viewport */ #MessageViewBody, #MessageWebViewDiv { width: 100% !important; } /* Allow smoother rendering of resized image in Internet Explorer */ /* RESET STYLES */ html, body { height: 100% !important; margin: 0 !important; padding: 0 !important; width: 100% !important; background-color: #fff; color: #555; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif !important; font-size: 16px; } img { border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode:bicubic; } /* What it does: Fixes webkit padding issue. */ table { border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto !important; } /* What it does: A work-around for email clients meddling in triggered links. */ a[x-apple-data-detectors], /* iOS */ .unstyle-auto-detected-links a, .aBn { border-bottom: 0 !important; cursor: default !important; color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: inherit !important; font-weight: inherit !important; line-height: inherit !important; } /* What it does: Prevents Gmail from changing the text color in conversation threads. */ .im { color: inherit !important; } /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */ .a6S { display: none !important; opacity: 0.01 !important; } /* If the above doesn't work, add a .g-img class to any image in question. */ img.g-img + div { display: none !important; } /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */ /* Create one of these media queries for each additional viewport size you'd like to fix */ /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */ @media only screen and (min-device-width: 320px) and (max-device-width: 374px) { u ~ div .email-container { min-width: 320px !important; } } /* iPhone 6, 6S, 7, 8, and X */ @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { u ~ div .email-container { min-width: 375px !important; } } /* iPhone 6+, 7+, and 8+ */ @media only screen and (min-device-width: 414px) { u ~ div .email-container { min-width: 414px !important; } } /* Links in Paragraphs */ .copy a { color: #e3000b; text-decoration: none; display: inline; } .copy a:before { content: "\2192\0000a0"; /*"&rarr; "; */ } /* MOBILE STYLES */ @media screen and (max-device-width:600px), screen and (max-width:600px) { /* Show only on small devices */ .wrapper.show-mobile { display: inline-block !important; } /* Show only on small devices */ .wrapper.hide-mobile { display: none !important; } .email-container { width: 100% !important; margin: auto !important; } /* What it does: Adjust typography on small screens to improve readability */ .email-container p { font-size: 16px !important; } /* ALLOWS FOR FLUID TABLES */ .wrapper { width: 100% !important; max-width: 100% !important; } .wrapper-20 { width: 20% !important; max-width: 20% !important; } /* ADJUSTS LAYOUT OF LOGO IMAGE */ .logo img { margin: 0 auto !important; } .img-50 { max-width: 100% !important; width: 50% !important; height: auto !important; margin-top: 0; padding-bottom: 0; border: 1px solid #eee; } .auto-height { height: auto !important; } /* FULL-WIDTH TABLES */ .responsive-table { width: 100% !important; } /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */ .padding { padding: 0 !important; } .section-padding { padding: 0 !important; } /* ANDROID CENTER FIX */ div[style*="margin: 16px 0;"] { margin: 0 !important; } } </style> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#fff" style="margin: 0 !important; padding: 0 !important; -webkit-text-size-adjust:none; -ms-text-size-adjust:none; mso-line-height-rule: exactly;"> <!-- HIDDEN PREHEADER TEXT --> <div class="litmus-builder-preview-text" style="display:none; font-size:1px; color:#333333; line-height:1px; max-height:0; max-width:0; opacity:0; overflow:hidden; mso-hide:all;" aria-hidden="true">Meetings Made in Germany - News aus der deutschen Tagungswelt&nbsp;|&nbsp;GCB Newsletter 11-12 | 2023&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;</div> <!-- MAILING : BEGIN --> <table role="presentation" align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="margin: auto;" class="email-container"> <!-- HEADER : BEGIN --> <tr> <td bgcolor="#c5c5c5" align="center" style="padding: 15px; margin: 0; line-height: 1px;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal;"> <![endif]--> <table role="presentation" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;" class="wrapper"> <tr> <td align="left" valign="middle" style="padding: 0 0 0 15px; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; font-size: 12px; line-height: 1;"> <a href="https://mailings.gcb.de/mailing/112/7137998/88985049/5426/ef8d56fb8d/index.html" target="_blank" style="padding: 0; margin: 0; color: #333; text-decoration: none;">Diese Nachricht im Browser anzeigen.</a> </td> <td align="right" valign="middle" style="padding: 0 15px 0 0; background-color: #c5c5c5; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; font-size: 12px; line-height: 1; color: #333;">GCB Newsletter 11-12 | 2023 </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- HEADER : END --> <!-- KEYVIS LOGO : BEGIN --> <tr> <td bgcolor="#ffffff" align="center" style="padding-bottom: 15px; margin: 0;" class="section-padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <table role="presentation" bgcolor="#f1f1f1" border="0" cellpadding="0" cellspacing="0" width="600" style="width: 100%; max-width: 600px;" class="responsive-table"> <tr> <td align="center"> <img src="https://c.emailsys1a.net/mailingassets/e944b3268c0f6a4ef7f56b5a5cbd002f018adb98.jpg" height="auto" width="600" alt="GCB - Meetings Made in Germany - News aus der deutschen Tagungswelt" border="0" style="width: 100%; max-width: 600px; height: auto; background: #dddddd; font-family: sans-serif; font-size: 15px; line-height: 15px; color: #555555; margin: auto; display: block;" class="g-img"> </td> </tr> <tr> <td> <!-- ABSTRACT --> <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" style="padding: 30px 15px 15px; font-size: 36px; line-height: 1.3; font-weight: bold; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; color: #555555;">Meetings Made in Germany - News aus der deutschen Tagungswelt</td> </tr> <tr> <td align="left" style="padding: 15px 15px 30px; font-size: 16px; line-height: 1.3; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; color: #555555;" class="copy"><p>Dezember ist traditionell die Zeit der Jahresr&uuml;ckblicke - aber (fast) noch mehr Spa&szlig; macht es doch, sich schon einmal den H&ouml;hepunkten des kommenden Jahres zuzuwenden. Haben Sie schon das kostenfreie Online-Event von Future Meeting Space am 22. Januar in Ihrem Kalender vermerkt? Au&szlig;erdem sollten Sie definitiv nicht die n&auml;chste Ausgabe unseres "DigiDay" und "DigiDay NextGen" unter dem Motto "Connect, Grow, Transform" im M&auml;rz 2024 verpassen. Wenn Sie sich schnell entscheiden, profitieren Sie von den verg&uuml;nstigten Early-Bird-Tarifen!</p> <p>Mit dieser letzten Newsletter-Ausgabe des Jahres 2023 verabschieden wir uns in die Weihnachtspause. Wir w&uuml;nschen Ihnen eine entspannte Auszeit sowie einen gesunden Start ins neue Jahr! Der GCB-Newsletter meldet sich Ende Januar 2024 zur&uuml;ck.</p> <p>Bis dahin, alles Gute<br> Ihr GCB-Team</p></td> </tr> </table> </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- KEYVIS LOGO : END --> <!-- BLOCK - HEADLINE : BEGIN --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <table role="presentation" bgcolor="#E3000B" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;"> <tr> <td align="left" style="padding: 30px 15px;"> <span style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-size: 28px; line-height: 28px; color: #ffffff; font-weight: bold;">MICE Think Tank</span> </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - HEADLINE : END --> <!-- BLOCK - TEASER : START --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0 0 45px;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600"> <![endif]--> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;"> <!-- TEASER : START --> <tr> <td style="padding-top: 15px;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="left" valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; padding: 15px 15px 0;"> <![endif]--> <p style="padding: 15px 15px 0; margin: 0;"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534219/616bcd9a28.html" style="color: #000000; text-decoration: none; font-size: 22px; line-height: 24px;">Creating Meaningful Events in Challenging Times:<br> Einladung zu Future Meeting Space</a></p> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <tr> <td align="center" valign="top" style="font-size:0; padding-bottom: 30px;" class="padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <span style="mso-element:field-begin;"></span> <td align="left" valign="top" width="0" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; mso-element:field-begin;"> <![endif]--> <div style="display: none; vertical-align:top; width:100%;" class="wrapper show-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534219/616bcd9a28.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/86f28100fa6619e95f234d9c5a46888555d73f76.png" alt="Keyvisual der Future-Meeting-Space-Veranstaltung am 22. Januar 2024" width="300" style="border: 1px solid #eee;"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; GCB </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td align="center" width="1" style="font-size: 1px; mso-element:field-end;">&nbsp;</td> <span style="mso-element:field-end;"></span> <td align="left" valign="top" width="404" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:404px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:404px;"> <tr> <td valign="top" style="padding: 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <p style="padding: 0; margin: 0 0 15px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; color: #555555;" class="copy">Erfolgreiche Business Events der Zukunft m&uuml;ssen einen Zweck erf&uuml;llen, nachhaltige Wirkungen erzielen und eine echte Bedeutung haben. Aber wie genau k&ouml;nnen Meetings, Tagungen und Kongresse das erf&uuml;llen? Welche Veranstaltungsmerkmale haben das gr&ouml;&szlig;te Potential? Diese und andere Fragen standen im Mittelpunkt der Forschung von Future Meeting Space im Jahr 2023. Die zentralen Erkenntnisse m&ouml;chten wir am 22. Januar 2024 in einer rund 60-min&uuml;tigen Online-Pr&auml;sentation mit Ihnen teilen.</p> <!-- CTA --> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534219/616bcd9a28.html" style="color: #E3000B; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; text-decoration: none; padding: 0;"> <!--[if mso]>&nbsp;<![endif]--> &rarr; Jetzt kostenfrei registrieren.<!--[if mso]>&nbsp;<![endif]--> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="right" valign="top" width="195" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:195px; width:195px; vertical-align:top; width:100%;" class="wrapper hide-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <!--[if (gte mso 9)|(IE)]>&nbsp;<br><![endif]--> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534219/616bcd9a28.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/a0c00756565eb8a8001e3607bdb471f97879ae5a.png" alt="Keyvisual der Future-Meeting-Space-Veranstaltung am 22. Januar 2024" width="180" style="border: 1px solid #eee;" class="img-50"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; GCB </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- TEASER : END --> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - TEASER : END --> <!-- BLOCK - HEADLINE : BEGIN --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <table role="presentation" bgcolor="#E3000B" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;"> <tr> <td align="left" style="padding: 30px 15px;"> <span style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-size: 28px; line-height: 28px; color: #ffffff; font-weight: bold;">Meetings Hands-on</span> </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - HEADLINE : END --> <!-- BLOCK - TEASER : START --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0 0 45px;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600"> <![endif]--> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;"> <!-- TEASER : START --> <tr> <td style="padding-top: 15px;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="left" valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; padding: 15px 15px 0;"> <![endif]--> <p style="padding: 15px 15px 0; margin: 0;"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534220/879143a5b6.html" style="color: #000000; text-decoration: none; font-size: 22px; line-height: 24px;">Early Bird: #DigiDay24 &ndash;<br>Connect, Grow, Transform</a></p> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <tr> <td align="center" valign="top" style="font-size:0; padding-bottom: 30px;" class="padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <span style="mso-element:field-begin;"></span> <td align="left" valign="top" width="0" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; mso-element:field-begin;"> <![endif]--> <div style="display: none; vertical-align:top; width:100%;" class="wrapper show-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534220/879143a5b6.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/19f7f728e0a4085d6e7a8675ecaffdf05ffac274.png" alt='Keyvisual zum GCB DigiDay 2024 mit dem Schriftzug "Connect, Grow, Transform"' width="300" style="border: 1px solid #eee;"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; GCB </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td align="center" width="1" style="font-size: 1px; mso-element:field-end;">&nbsp;</td> <span style="mso-element:field-end;"></span> <td align="left" valign="top" width="404" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:404px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:404px;"> <tr> <td valign="top" style="padding: 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <p style="padding: 0; margin: 0 0 15px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; color: #555555;" class="copy">Menschen verbinden, gemeinsam wachsen, die Veranstaltungswelt transformieren: Diesem Dreiklang widmet sich der n&auml;chste #DigiDay des GCB am 13./14. M&auml;rz 2024 in Frankfurt/Main. Mit Impulsvortr&auml;gen und fokussierten Workshops tauchen wir tief und praxisnah in unsere Materie(n) ein &ndash; von der Arbeit in generationen&uuml;bergreifenden Teams bis zu neuen digitalen und KI-Tools f&uuml;r Event Professionals. Sichern Sie sich jetzt unsere verg&uuml;nstigten Early-Bird-Kombitickets!</p> <!-- CTA --> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534220/879143a5b6.html" style="color: #E3000B; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; text-decoration: none; padding: 0;"> <!--[if mso]>&nbsp;<![endif]--> &rarr; Weitere Infos und Registrierung.<!--[if mso]>&nbsp;<![endif]--> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="right" valign="top" width="195" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:195px; width:195px; vertical-align:top; width:100%;" class="wrapper hide-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <!--[if (gte mso 9)|(IE)]>&nbsp;<br><![endif]--> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534220/879143a5b6.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/95c3d0880101ef0c2b26503383e28e32b045668f.png" alt='Keyvisual zum GCB DigiDay 2024 mit dem Schriftzug "Connect, Grow, Transform"' width="180" style="border: 1px solid #eee;" class="img-50"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; GCB </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- TEASER : END --> <!-- TEASER : START --> <tr> <td style="padding-top: 15px;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="left" valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; padding: 15px 15px 0;"> <![endif]--> <p style="padding: 15px 15px 0; margin: 0;"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534221/63b98e8419.html" style="color: #000000; text-decoration: none; font-size: 22px; line-height: 24px;">Upgrade f&uuml;r Young Professionals:<br>DigiDay NextGen24</a></p> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <tr> <td align="center" valign="top" style="font-size:0; padding-bottom: 30px;" class="padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <span style="mso-element:field-begin;"></span> <td align="left" valign="top" width="0" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; mso-element:field-begin;"> <![endif]--> <div style="display: none; vertical-align:top; width:100%;" class="wrapper show-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534221/63b98e8419.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/991d222440aa0ea948a1a3f5624cd5de25c9d709.jpg" alt="Junge Teilnehmer*innen einer GCB-Veranstaltung" width="300" style="border: 1px solid #eee;"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; GCB / Philip Gunkel </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td align="center" width="1" style="font-size: 1px; mso-element:field-end;">&nbsp;</td> <span style="mso-element:field-end;"></span> <td align="left" valign="top" width="404" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:404px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:404px;"> <tr> <td valign="top" style="padding: 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <p style="padding: 0; margin: 0 0 15px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; color: #555555;" class="copy">Direkt im Anschluss an den DigiDay bieten wir Young Professionals unser neues Nachwuchs-Format: den #DigiDay NextGen24. Nach ersten Netzwerk-Gelegenheiten mit den DigiDay-Teilnehmer*innen am sp&auml;ten Vormittag des 14. M&auml;rz steigen wir nachmittags sowie am 15. M&auml;rz ganzt&auml;gig voll ein. "To AI or not to AI?" lautet die zentrale Frage, der sich zwei Teams in parallelen Projektgruppen annehmen. Jetzt verf&uuml;gbar: Early-Bird-Ticketpakete f&uuml;r die gesamte DigiDay-Experience!</p> <!-- CTA --> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534221/63b98e8419.html" style="color: #E3000B; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; text-decoration: none; padding: 0;"> <!--[if mso]>&nbsp;<![endif]--> &rarr; Alles zum NextGen-Format.<!--[if mso]>&nbsp;<![endif]--> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="right" valign="top" width="195" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:195px; width:195px; vertical-align:top; width:100%;" class="wrapper hide-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <!--[if (gte mso 9)|(IE)]>&nbsp;<br><![endif]--> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534221/63b98e8419.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/2a7a59fcd8f5594768cff27b83bc7a4d97d732ef.jpg" alt="Junge Teilnehmer*innen einer GCB-Veranstaltung" width="180" style="border: 1px solid #eee;" class="img-50"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; GCB / Philip Gunkel </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- TEASER : END --> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - TEASER : END --> <!-- BLOCK - HEADLINE : BEGIN --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <table role="presentation" bgcolor="#E3000B" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;"> <tr> <td align="left" style="padding: 30px 15px;"> <span style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-size: 28px; line-height: 28px; color: #ffffff; font-weight: bold;">Next Stop Germany</span> </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - HEADLINE : END --> <!-- BLOCK - TEASER : START --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0 0 45px;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600"> <![endif]--> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;"> <!-- TEASER : START --> <tr> <td style="padding-top: 15px;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="left" valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; padding: 15px 15px 0;"> <![endif]--> <p style="padding: 15px 15px 0; margin: 0;"> <span style="color: #999999; font-size: 11px;"> Anzeige </span><br> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534222/f8d92a3805.html" style="color: #000000; text-decoration: none; font-size: 22px; line-height: 24px;">Nachhaltig tagen in Kiel, L&uuml;beck und Sylt</a></p> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <tr> <td align="center" valign="top" style="font-size:0; padding-bottom: 30px;" class="padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <span style="mso-element:field-begin;"></span> <td align="left" valign="top" width="0" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; mso-element:field-begin;"> <![endif]--> <div style="display: none; vertical-align:top; width:100%;" class="wrapper show-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534222/f8d92a3805.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/6d2314981771e8159fedb49d0807a2602dd7b8f8.jpg" alt="Luftansicht von L&uuml;beck mit dem Hotel Holiday Inn im Vordergrund." width="300" style="border: 1px solid #eee;"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; Holiday Inn </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td align="center" width="1" style="font-size: 1px; mso-element:field-end;">&nbsp;</td> <span style="mso-element:field-end;"></span> <td align="left" valign="top" width="404" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:404px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:404px;"> <tr> <td valign="top" style="padding: 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <p style="padding: 0; margin: 0 0 15px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; color: #555555;" class="copy">Wenn Sie einen Ort suchen, an dem Sie nachhaltig tagen und reisen k&ouml;nnen, sind L&uuml;beck, Kiel, Sylt und deren Umgebung definitiv einen Besuch wert. Entdecken Sie die Sch&ouml;nheit dieser Orte und unterst&uuml;tzen Sie gleichzeitig ihre Bem&uuml;hungen, die Umwelt zu sch&uuml;tzen und nachhaltiges Handeln zu f&ouml;rdern. <a href="mailto:garcia@sht.de" target="_blank" rel="noreferrer noopener">Enrique Garcia Rios</a> vom Schleswig-Holstein Convention Bureau freut sich auf Ihre Kontaktaufnahme.</p> <!-- CTA --> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534222/f8d92a3805.html" style="color: #E3000B; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; text-decoration: none; padding: 0;"> <!--[if mso]>&nbsp;<![endif]--> &rarr; Weitere Einblicke zu Kiel, L&uuml;beck &amp; Sylt gibt es hier.<!--[if mso]>&nbsp;<![endif]--> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="right" valign="top" width="195" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:195px; width:195px; vertical-align:top; width:100%;" class="wrapper hide-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <!--[if (gte mso 9)|(IE)]>&nbsp;<br><![endif]--> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534222/f8d92a3805.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/29c43ebfb592a70b4331e2904a5e2252d2c308d1.jpg" alt="Luftansicht von L&uuml;beck mit dem Hotel Holiday Inn im Vordergrund." width="180" style="border: 1px solid #eee;" class="img-50"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; Holiday Inn </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- TEASER : END --> <!-- TEASER : START --> <tr> <td style="padding-top: 15px;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="left" valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; padding: 15px 15px 0;"> <![endif]--> <p style="padding: 15px 15px 0; margin: 0;"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534223/3ff4077418.html" style="color: #000000; text-decoration: none; font-size: 22px; line-height: 24px;">R&uuml;ckblick: IBTM World in Barcelona</a></p> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <tr> <td align="center" valign="top" style="font-size:0; padding-bottom: 30px;" class="padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <span style="mso-element:field-begin;"></span> <td align="left" valign="top" width="0" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; mso-element:field-begin;"> <![endif]--> <div style="display: none; vertical-align:top; width:100%;" class="wrapper show-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534223/3ff4077418.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/b3f767931941afeaeb9932a542e5a8219461eb57.jpg" alt="Die Aussteller am German Pavilion der IBTM World 2023 in Barcelona." width="300" style="border: 1px solid #eee;"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; GCB / Franziska D&ouml;rsching </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td align="center" width="1" style="font-size: 1px; mso-element:field-end;">&nbsp;</td> <span style="mso-element:field-end;"></span> <td align="left" valign="top" width="404" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:404px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:404px;"> <tr> <td valign="top" style="padding: 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <p style="padding: 0; margin: 0 0 15px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; color: #555555;" class="copy">Mit rund 4.700 qualifizierten Buyern aus 110 L&auml;ndern fand vergangene Woche die IBTM World 2023 in Barcelona statt. Der Tagungsstandort Deutschland war auch dieses Jahr prominent vertreten: 59 Aussteller auf 420 Quadratmetern Fl&auml;che konnten die Kund*innen unter anderem in insgesamt 2.042 vorgebuchten Terminen von den St&auml;rken von &bdquo;Meetings made in Germany&ldquo; &uuml;berzeugen. Die kommende Ausgabe der Messe wurde von den Veranstaltern f&uuml;r den 19. bis 21. November 2024 angek&uuml;ndigt.</p> <!-- CTA --> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534223/3ff4077418.html" style="color: #E3000B; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; text-decoration: none; padding: 0;"> <!--[if mso]>&nbsp;<![endif]--> &rarr; Mehr zur Messe lesen Sie hier.<!--[if mso]>&nbsp;<![endif]--> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="right" valign="top" width="195" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:195px; width:195px; vertical-align:top; width:100%;" class="wrapper hide-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <!--[if (gte mso 9)|(IE)]>&nbsp;<br><![endif]--> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534223/3ff4077418.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/e91525bbd36dbd4a9f35c89013e4104ad4e206bf.jpg" alt="Die Aussteller am German Pavilion der IBTM World 2023 in Barcelona." width="180" style="border: 1px solid #eee;" class="img-50"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; GCB / Franziska D&ouml;rsching </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- TEASER : END --> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - TEASER : END --> <!-- BLOCK - HEADLINE : BEGIN --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <table role="presentation" bgcolor="#E3000B" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;"> <tr> <td align="left" style="padding: 30px 15px;"> <span style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-size: 28px; line-height: 28px; color: #ffffff; font-weight: bold;">Let's Talk GCB</span> </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - HEADLINE : END --> <!-- BLOCK - TEASER : START --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0 0 45px;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600"> <![endif]--> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;"> <!-- TEASER : START --> <tr> <td style="padding-top: 15px;"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="left" valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; padding: 15px 15px 0;"> <![endif]--> <p style="padding: 15px 15px 0; margin: 0;"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534224/77c6a70bbe.html" style="color: #000000; text-decoration: none; font-size: 22px; line-height: 24px;">Gesucht: Trainee Events!</a></p> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <tr> <td align="center" valign="top" style="font-size:0; padding-bottom: 30px;" class="padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <span style="mso-element:field-begin;"></span> <td align="left" valign="top" width="0" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal; mso-element:field-begin;"> <![endif]--> <div style="display: none; vertical-align:top; width:100%;" class="wrapper show-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534224/77c6a70bbe.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/8b4b82b0b5a6b3d8f38ac7504f6f9113b17f59b6.jpg" alt="GCB Mitarbeiter*innen vor Whiteboard mit Post-Its" width="300" style="border: 1px solid #eee;"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; GCB / Michael Pasternack </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td align="center" width="1" style="font-size: 1px; mso-element:field-end;">&nbsp;</td> <span style="mso-element:field-end;"></span> <td align="left" valign="top" width="404" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:404px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:404px;"> <tr> <td valign="top" style="padding: 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <p style="padding: 0; margin: 0 0 15px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; color: #555555;" class="copy">Du hast gerade Dein Studium abgeschlossen, besitzt eine ausgesprochene Leidenschaft f&uuml;r Live Communication und begeisterst Dich unter anderem f&uuml;r digitale Tools und deren Anwendungsm&ouml;glichkeiten? Dann komm ins GCB-Team, lerne alle Phasen des Event Circles einer internationalen Marketingorganisation kennen und setze erste eigene Projekte um. Wir freuen uns auf Deine Bewerbung als Trainee Events (m/w/d)!</p> <!-- CTA --> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534224/77c6a70bbe.html" style="color: #E3000B; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.3; text-decoration: none; padding: 0;"> <!--[if mso]>&nbsp;<![endif]--> &rarr; Bewirb Dich jetzt.<!--[if mso]>&nbsp;<![endif]--> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="right" valign="top" width="195" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width:195px; width:195px; vertical-align:top; width:100%;" class="wrapper hide-mobile"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="padding: 15px 0 0 15px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <!--Link + Image--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top"> <!--[if (gte mso 9)|(IE)]>&nbsp;<br><![endif]--> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534224/77c6a70bbe.html" target="_blank" style="display: block; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; text-decoration: none;"> <img src="https://c.emailsys1a.net/mailingassets/e735297e06577477e2065e06c3e64556a82d9180.jpg" alt="GCB Mitarbeiter*innen vor Whiteboard mit Post-Its" width="180" style="border: 1px solid #eee;" class="img-50"> </a> </td> </tr> </table> <!--Copyright--> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="padding: 0 10px 5px 0; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; color: #999999; font-size: 11px; line-height: 13px; text-decoration: none;"> &copy; GCB / Michael Pasternack </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- TEASER : END --> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - TEASER : END --> <!-- BLOCK - SOCIAL WEB - Stay in touch : START --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0;" class="section-padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600"> <![endif]--> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;" class="responsive-table"> <tr> <td style=" padding: 30px; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; line-height: 1; color: #555; background-color: #eee; text-align: center;"> <span style="font-size: 22px; font-weight: bold;">Stay in touch</span> </td> </tr> <tr> <td style="padding: 15px; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-size: 16px; line-height: 22px; color: #555555;"> <!-- COPY --> <p style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-size: 16px; line-height: 1.3; color: #555555; text-align: center;">Folgen Sie uns in den sozialen Medien und verpassen Sie kein einziges Highlight mehr. <b>#GermanyMeetings</b></p> </td> </tr> <tr> <td align="center" valign="top" style="font-size: 0; padding-bottom: 30px;" class="padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="360"> <tr> <td align="center" valign="top" width="80" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width: 100px; min-width: 80px; vertical-align:top;" class="wrapper-20"> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 0 15px 15px"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td align="center" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-size: 16px; line-height: 1; text-align: center"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534225/ce4a4caecc.html" style="text-decoration: none; display: block;" title="Twitter @GCB_Deutschland"> <img src="https://c.emailsys1a.net/mailingassets/eaa2d009d188c0e704cbc67b3a0f6275ab8cca78.png" height="50" width="50" style="border: 0;" alt="Twitter"></a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="center" valign="top" width="80" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width: 100px; min-width: 80px; vertical-align:top;" class="wrapper-20"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td align="center" valign="top"> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:300px; float: right;" class="wrapper"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 0 15px 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-size: 16px; line-height: 1; text-align: center"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534226/589bb588e0.html" style="text-decoration: none; display: block;" title="Instagram @germany_meetings"> <img src="https://c.emailsys1a.net/mailingassets/67e2286deb9b37157a701e8707d02abf7fa6d465.png" height="50" width="50" style="border: 0;" alt="Instagram"></a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="center" valign="top" width="80" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width: 100px; min-width: 80px; vertical-align:top;" class="wrapper-20"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td align="center" valign="top"> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:300px; float: right;" class="wrapper"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 0 15px 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-size: 16px; line-height: 1; text-align: center"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534227/aeb9f3caf0.html" style="text-decoration: none; display: block;" title="LinkedIn @german-convention-bureau"> <img src="https://c.emailsys1a.net/mailingassets/4d76cbf7ff9db1f080cac99bbaff3062c5c4db4e.png" height="50" width="50" style="border: 0;" alt="LinkedIn"></a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="center" valign="top" width="80" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal;"> <![endif]--> <div style="display:inline-block; max-width: 100px; min-width: 80px; vertical-align:top;" class="wrapper-20"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td align="center" valign="top"> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:300px; float: right;"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 0 15px 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-size: 16px; line-height: 1; text-align: center"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534228/27185d4760.html" style="text-decoration: none; display: block;" title="Facebook @GermanyMeetings"> <img src="https://c.emailsys1a.net/mailingassets/67c3172551379e24aeb203729fcf9da4647243dc.png" height="50" width="50" style="border: 0;" alt="Facebook"></a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - SOCIAL WEB : END --> <!-- BLOCK - Strategic Partners : START --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0;" class="section-padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600"> <![endif]--> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;" class="responsive-table"> <tr> <td align="center" style="padding: 30px; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; line-height: 1; color: #555; background-color: #eee; text-align: center"> <span style="font-size: 22px; font-weight: bold;">Strategische Partner</span> </td> </tr> <tr> <td align="center" valign="top" style="font-size:0;" class="padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="left" valign="top" width="120"> <![endif]--> <div style="display:inline-block; max-width:20%; min-width:120px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 15px"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td align="center" height="120" valign="middle" class="auto-height"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534229/b5ec70745d.html" target="_blank" title="Informieren Sie sich &uuml;ber unseren strategischen Partner Deutsche Bahn / DB"> <img src="https://c.emailsys1a.net/mailingassets/fad4f4fbc5eef270451bac6cdec2e66200ecdc19.gif" height="60" width="87" style="border: 0;" alt="Logo von Deutsche Bahn / DB"> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="center" valign="top" width="260"> <![endif]--> <div style="display:inline-block; max-width:40%; min-width:260px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td align="center" valign="top"> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:260px; float: right;" class="wrapper"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td align="center" height="120" valign="middle" class="auto-height"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534230/2ca83c9111.html" target="_blank" title="Informieren Sie sich &uuml;ber unseren strategischen Partner Deutsche Lufthansa"> <img src="https://c.emailsys1a.net/mailingassets/2d7d7d18732033937c427f70e05451a680e7e636.gif" height="40" width="233" style="border: 0;" alt="Logo von Deutsche Lufthansa"> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="right" valign="top" width="218"> <![endif]--> <div style="display:inline-block; max-width:34%; min-width:220px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td align="center" valign="top"> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:220px; float: right;" class="wrapper"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td align="center" height="120" valign="middle" class="auto-height"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534231/9608c7ac93.html" target="_blank" title="Informieren Sie sich &uuml;ber unseren strategischen Partner Deutsche Zentrale f&uuml;r Tourismus / DZT"><img src="https://c.emailsys1a.net/mailingassets/e0f55f14896bd811b13fa6d8dd05183485ad3c22.gif" height="50" width="158" style="border: 0;" alt="Logo von Deutsche Zentrale f&uuml;r Tourismus / DZT"></a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - Strategic Partners : END --> <!-- BLOCK - Preferred and Strategic Exhibition Partners : START --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0;" class="section-padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600"> <![endif]--> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;" class="responsive-table"> <tr> <td align="center" valign="top" style="font-size:0;" class="padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="right" valign="top" width="600"> <![endif]--> <div style="display: inline-block; max-width:100%; min-width:300px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" class="wrapper"> <tr> <td align="center" valign="top"> <!-- Strategischer Messe-Partner --> <table border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="margin: auto;"> <tr> <td align="center" style="padding: 30px 15px; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; font-style: normal; font-weight: normal; line-height: 1; color: #555; background-color: #eee; text-align: center"> <span style="font-size: 20px; font-weight: bold;">Strategischer Messe-Partner</span> </td> </tr> <tr> <td align="center" height="120" valign="middle"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534232/09ff2b6e27.html" target="_blank" title="Informieren Sie sich &uuml;ber unseren strategischen Messe-Partner IMEX Group"><img src="https://c.emailsys1a.net/mailingassets/1f2fac447a652e685be1fedba77f8afc370f1543.gif" height="50" width="130" style="border: 0;" alt="Logo von IMEX"> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - Preferred and Strategic Exhibition Partners : END --> <!-- BLOCK - Partners in Focus 2023 : START --> <tr> <td bgcolor="#ffffff" align="center" style="padding: 0;" class="section-padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif;"> <![endif]--> <table role="presentation" bgcolor="" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;" class="responsive-table"> <tr> <td align="center" style="padding: 30px; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica Neue',Arial,sans-serif; line-height: 1; color: #555; background-color: #eee; text-align: center"> <span style="font-size: 22px; font-weight: bold;">Partner im Fokus 2023</span> </td> </tr> <tr> <td align="center" valign="top" style="font-size:0;" class="padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="left" valign="top" width="220" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif;"> <![endif]--> <div style="display:inline-block; max-width:35%; min-width:150px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 15px"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td align="center" height="120" valign="middle" class="auto-height"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534233/6a30b3b978.html"> <img src="https://c.emailsys1a.net/mailingassets/c9ff99e5c10adff3d0e79f966f2afc91c8313615.gif" height="80" width="160" style="border: 0;"> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="center" valign="top" width="220" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif;"> <![endif]--> <div style="display:inline-block; max-width:35%; min-width:150px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td align="center" valign="top"> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:200px; float: right;" class="wrapper"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td align="center" height="120" valign="middle" class="auto-height"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534234/b6f48ea5e8.html"> <img src="https://c.emailsys1a.net/mailingassets/10011235e71a8bf8f83dee232de948f1a4092eae.gif" height="41" width="170" style="border: 0;"> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="right" valign="top" width="157" style="font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif;"> <![endif]--> <div style="display:inline-block; max-width:30%; min-width:150px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td align="center" valign="top"> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:220px; float: right;" class="wrapper"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 15px;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td align="center" height="120" valign="middle" class="auto-height"> <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534235/8d012a536a.html"> <img src="https://c.emailsys1a.net/mailingassets/8aea15d33c9cce38fc9d9c2dd05c3a3cded347e2.gif" height="71" width="133" style="border: 0;"> </a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- BLOCK - Partners in Focus 2023 : END --> <!-- FOOTER : START --> <tr> <td bgcolor="f1f1f1" align="center" style="padding: 0;" class="section-padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="600"> <tr> <td align="center" valign="top" width="600"> <![endif]--> <table role="presentation" bgcolor="#f1f1f1" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;" class="responsive-table"> <tr> <td align="center" height="100%" valign="top" width="100%"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="500"> <tr> <td align="center" valign="top" width="500"> <![endif]--> <table role="presentation" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:600px;"> <tr> <td align="center" valign="top" style="font-size:0;" class="padding"> <!--[if (gte mso 9)|(IE)]> <table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="500"> <tr> <td align="left" valign="top" width="299"> <![endif]--> <div style="display:inline-block; max-width:50%; min-width:300px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:300px;" class="wrapper"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 30px 15px 0;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td style="font-size: 16px; line-height: 22px; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; color: #555555;" align="center"> German Convention Bureau<br> c/o WeWork<br> Taunusanlage 8<br> 60329 Frankfurt<br> Deutschland </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td width="1" style="font-size: 1px;">&nbsp;</td> <td align="right" valign="top" width="300"> <![endif]--> <div style="display:inline-block; max-width:50%; min-width:300px; vertical-align:top; width:100%;" class="wrapper"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td> <table role="presentation" align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:300px; float: right;" class="wrapper"> <tr> <td align="center" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding: 30px 15px 0;"> <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td style="font-size: 16px; line-height: 22px; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; color: #555555;" align="center">&nbsp;<br> Tel: +49 69 24 29 30-0<br> Fax: +49 69 24 29 30-26<br> E-Mail: &rarr; <a href="mailto:info@gcb.de" style="color: #e3000b; text-decoration: none;">info@gcb.de</a><br> Internet: &rarr; <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534236/8d3304bb7b.html" target="_blank" style="color: #e3000b; text-decoration: none;">www.gcb.de</a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <tr> <td align="center" colspan="2" style="padding: 30px 15px 15px; font-size: 16px; line-height: 1.3; font-family: 'Titillium Web', 'Titillium', -apple-system, 'Segoe UI', 'Helvetica', Arial, sans-serif; color: #555555;"> <p>Gesch&auml;ftsf&uuml;hrer: Matthias Schultze | Vertretungsberechtigter Vorstand: Matthias Schultze (Vorsitzender) | Sitz: Frankfurt am Main | Vereinsregister: 12298 | Umsatzsteuernummer: DE 114111459 <br><br><br> Verantwortliche im Sinne des Presserechts (V.i.S.d.P.): Dr. Martina Neunecker <br><br> Im Falle von Anfragen, Beschwerden o.&auml;. schreiben Sie uns eine E-Mail oder rufen Sie uns unter Tel.-Nr. +49 69 24 29 30 - 0 an.<br><br> &rarr; <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534237/6183edc28d.html" target="_blank" style="color: #e3000b; text-decoration: none;">&Uuml;ber uns</a> | &rarr; <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534238/112dbd7d71.html" target="_blank" style="color: #e3000b; text-decoration: none;">Impressum</a> | &rarr; <a href="https://mailings.gcb.de/c/112/7137998/6149/0/88985049/5426/534239/e5291d2825.html" target="_blank" style="color: #e3000b; text-decoration: none;">Datenschutz</a><br> <br> &rarr; <a href="https://mailings.gcb.de/112/7137998/6149/88985049/5426/073e2678fb/unsubscribe.html" target="_blank" style="color: #e3000b; text-decoration: none;">Abmelden</a> </p> </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- FOOTER : END --> <!-- #GermanMeetings : Start --> <tr> <td style="padding: 30px; background-color: #333333; font-size: 20px; line-height: 24px; font-family: 'Titillium Web','Titillium',-apple-system,'Segoe UI','Helvetica',Arial,sans-serif; font-style: normal; font-weight: normal; color: #f1f1f1; text-align: center;">#GermanyMeetings <span style="color: #E3000B;">&#10084;</span></td> </tr> <!-- #GermanMeetings : End --> </table> <!-- MAILING : END --> <img src="https://mailings.gcb.de/o/112/7137998/6149/0/88985049/5426/25775a7b61.gif" width="1" height="1" style="height:1px !important; width:1px !important;" alt="" /></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10