CINXE.COM

Geschäftsleitung

<!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, target-densityDpi=device-dpi, initial-scale=1, user-scalable=no" /> <meta name="format-detection" content="telephone=no"> <link rel="icon" href="/Areas/LNRS/favicon.ico" type="image/x-icon"> <!-- Prefetch DNS for external assets --> <link rel="dns-prefetch" href="//cdnjs.cloudflare.com"> <link rel="dns-prefetch" href="//img.en25.com"> <link rel="dns-prefetch" href="//assets.adobedtm.com"> <link rel="dns-prefetch" href="//www.google-analytics.com"> <link rel="dns-prefetch" href="//www.googletagmanager.com"> <link rel="dns-prefetch" href="//www.googleadservices.com"> <link rel="dns-prefetch" href="//fonts.googleapis.com"> <link rel="dns-prefetch" href="//fonts.gstatic.com"> <link rel='preconnect' href='//fonts.gstatic.com' crossorigin> <link rel='preconnect' href='//fonts.googleapis.com' crossorigin> <link rel="preload" as="style" href="/Areas/LNRS/css/main.css?v=638744975684260571"> <link href="/Areas/LNRS/css/main.css?v=638744975684260571" rel="stylesheet" /> <link rel='preload' as='style' href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i' onload="this.rel='stylesheet'"> <link rel='preload' as='style' href='//cdnjs.cloudflare.com/ajax/libs/instantsearch.js/1.12.1/instantsearch.min.css'> <title>Gesch&#228;ftsleitung</title> <meta property="og:site_name" content="LexisNexis Risk Solutions" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Gesch&#228;ftsleitung" /> <meta property="og:description" content="Biografische Informationen zu unserem F&#252;hrungsteam anzeigen." /> <meta name="description" content="Biografische Informationen zu unserem F&#252;hrungsteam anzeigen." /> <meta property="og:url" content="https://risk.lexisnexis.com/global/de/about-us/leadership" /> <meta name="robots" content="INDEX, FOLLOW" /> <link href="https://risk.lexisnexis.com/global/de/about-us/leadership" rel="canonical" /> <link rel="alternate" hreflang="en-US" href="https://risk.lexisnexis.com/about-us/leadership" /> <link rel="alternate" hreflang="en-GB" href="https://risk.lexisnexis.co.uk/about-us/leadership" /> <link rel="alternate" hreflang="pt-BR" href="https://risk.lexisnexis.com.br/about-us/leadership" /> <link rel="alternate" hreflang="es-ES" href="https://risk.lexisnexis.es/about-us/leadership" /> <link rel="alternate" hreflang="ja-JP" href="https://risk.lexisnexis.co.jp/about-us/leadership" /> <link rel="alternate" hreflang="en" href="https://risk.lexisnexis.com/global/en/about-us/leadership" /> <link rel="alternate" hreflang="es" href="https://risk.lexisnexis.com/global/es/about-us/leadership" /> <link rel="alternate" hreflang="fr" href="https://risk.lexisnexis.com/global/fr/about-us/leadership" /> <link rel="alternate" hreflang="de" href="https://risk.lexisnexis.com/global/de/about-us/leadership" /> <link rel="alternate" hreflang="zh" href="https://risk.lexisnexis.com/global/zh/about-us/leadership" /> <meta name="google-site-verification" content="vihS8SYsl6YrMrZB9fI5ivLHtf4pQ7tBav_4-dNFdMA" /> <meta name="msvalidate.01" content="B86E7EBDE61DD55945FC098DD995159D" /> <!--[if IE]> <script src="/Areas/LNRS/js/vendor/modernizr.2.6.2.min.js"></script> <![endif]--> <meta name="VIcurrentDateTime" content="638756297691971154" /> <meta name="VirtualFolder" content="/global/" /> <script type="text/javascript" src="/layouts/system/VisitorIdentification.js"></script> </head> <body data-page-id="081DF3DD1CB0472797DAFE5874721D56" data-page-template="b28aca0e-d521-4651-b425-a3cd3f84cc30" data-page-language-name="de-DE" data-page-version="8" is-preview="False" eloqua-site-id="903" eloqua-contact-lookup-id="7163b45e498b4551927ef339348cd848" eloqua-visitor-lookup-id="73cda5c0017c4b2084a361ff9ce05091" eloqua-first-party-cookie-domain="tracking.risk.lexisnexis.com" class="lnrs-content-page de-de mode-live web" environment="Production"> <script type="text/javascript"> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', '903']); _elqQ.push(['elqUseFirstPartyCookie', 'tracking.risk.lexisnexis.com']); (function () { function async_load() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//img.en25.com/i/elqCfg.min.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false); else if (window.attachEvent) window.attachEvent('onload', async_load); })(); </script> <script type="text/plain" class="optanon-category-2"> _elqQ.push(['elqTrackPageView']); (function() { function set_optin (){ var json = Optanon.GetDomainData(); for (var i = 0; i < json.Groups.length; i += 1) { var group = json.Groups[i]; var eloquaCookieGroup = null; if (group.Cookies && group.Cookies.length > 0) { for (var k = 0; k < group.Cookies.length; k += 1) { var cookie = group.Cookies[k]; if (cookie.Name === "ELOQUA") { eloquaCookieGroup = group.Parent ? group.Parent.OptanonGroupId : group.OptanonGroupId; } } } if (eloquaCookieGroup !== null) { var groupIsActive = OptanonActiveGroups.indexOf(eloquaCookieGroup) != -1; SetEloquaTracking(groupIsActive); } } } function SetEloquaTracking(optIn) { var trackingStatus = optIn ? "elqOptIn" : "elqOptOut"; _elqQ.push([trackingStatus]); } if(window.addEventListener){ window.addEventListener('OneTrustGroupsUpdated', set_optin, false); } else if (window.attachEvent) { window.attachEvent('OneTrustGroupsUpdated', set_optin); } })(); </script> <header class="score-header " > <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <nav class="score-megamenu" > <div class="score-nav-wrapper"> <div class="score-nav"> <!-- score-nav-wrapper is the container --> <div class="navbar-header score-navbar-header"> <button type="button" data-toggle="collapse" data-target="#mm-32882528-f67d-4cb9-8509-f6d48ac579c5" class="score-hamburger navbar-toggle"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="https://risk.lexisnexis.com/global/de/" class="navbar-brand"> </a> </div> <div class="collapse navbar-collapse" id="mm-32882528-f67d-4cb9-8509-f6d48ac579c5"> <div class="score-column1 " > <div class="score-center"> <ul class="nav navbar-nav score-nav" role="menu" > <div class="score-style-box" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""> <div class="global-search-box" data-ux-args="{&quot;IsExperienceEditorEditing&quot;:false,&quot;SearchResultsPageUrl&quot;:&quot;https://risk.lexisnexis.com/global/de/search&quot;,&quot;SearchBoxId&quot;:&quot;6fbaff77c8224ab894eddd3882960e30&quot;,&quot;AlgoliaApiKey&quot;:&quot;8790b71f94f13d24e3298d1c6b7fd2ed&quot;,&quot;AlgoliaIndexName&quot;:&quot;lnrs-web93-global&quot;,&quot;AlgoliaApplicationId&quot;:&quot;KM18SZRXTM&quot;,&quot;ContextLanguage&quot;:&quot;de-DE&quot;,&quot;SuggestionsLimit&quot;:5,&quot;NoSuggestionsText&quot;:&quot;&quot;}" data-ux-module="Search/GlobalSearchBox" data-ux-state="pending"> <div class="global-search-wrapper"> <label class="global-search-input-label" for="6fbaff77c8224ab894eddd3882960e30">Search</label> <input type="text" class="global-search-input" id="6fbaff77c8224ab894eddd3882960e30" placeholder="Suche nach Produkten, Ressourcen und mehr&#160;"/> <button class="btn global-search-button"><span class="global-search-button-text">Submit</span></button> </div> </div><a class="score-composite-link btn-country-language-selector" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[&quot;Open Language Selector Modal&quot;]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/"> <p class="score-lead" > Deutsch </p> </a><div aria-hidden="true" aria-labelledby="modal-7d4e6db4-9082-4a87-a5bf-991268ea86cc-Label" class="modal fade score-modal language-selector" data-ux-args="{&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[&quot;Open Language Selector Modal&quot;],&quot;HideActionMessages&quot;:[],&quot;ShowMessagesTransmitting&quot;:[],&quot;HideMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Modal" data-ux-state="pending" id="modal-7d4e6db4-9082-4a87-a5bf-991268ea86cc" role="dialog" tabindex="-1"> <div class="modal-dialog "> <div class="modal-content"> <div class="modal-header" id="modal-7d4e6db4-9082-4a87-a5bf-991268ea86cc-Label"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <div class="score-column2 equal" > <div class="score-left"> <div class="score-left-text " > <div class="score-content-spot" > Länderspezifische Lösungen: </div> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com"><span class="sprite-image"> <span class="icon-us-flag22x16"></span> </span><span class="" >Vereinigte Staaten - Englisch</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.co.uk"><span class="sprite-image"> <span class="icon-uk-flag22x16"></span> </span><span class="" >Vereinigtes Königreich - Englisch</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com.br" target="_blank"><span class="sprite-image"> <span class="icon-brazil-flag22x16"></span> </span><span class="" >Brasilien - Português</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es"><span class="sprite-image"> <span class="icon-spain-flag22x16"></span> </span><span class="" >Spanien - Spanisch</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.co.jp"><span class="sprite-image"> <span class="icon-japan-flag22x16"></span> </span><span class="" >Japan - Japanisch</span> </a> </div> </div> <div class="score-right"> <div class="score-left-text " > <div class="score-content-spot" > Globale Lösungen: </div> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/zh"><span class="sprite-image"> <span class="icon-global20x20"></span> </span><span class="" >简体中文</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de"><span class="sprite-image"> <span class="icon-global20x20"></span> </span><span class="" >Deutsch</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/en"><span class="sprite-image"> <span class="icon-global20x20"></span> </span><span class="" >English</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/es"><span class="sprite-image"> <span class="icon-global20x20"></span> </span><span class="" >Español</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/fr"><span class="sprite-image"> <span class="icon-global20x20"></span> </span><span class="" >Français</span> </a> </div> </div> </div> </div> <div class="modal-footer score-call-to-action"> </div> </div> </div> </div><a class="score-composite-link btn-product-sign-in" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[&quot;Open Sign In&quot;]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/"> <p class="score-lead" > Anmeldung </p></a><div aria-hidden="true" aria-labelledby="modal-b89618ae-3100-4f46-87b2-7290f8510778-Label" class="modal fade score-modal" data-ux-args="{&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[&quot;Open Sign In&quot;],&quot;HideActionMessages&quot;:[&quot;Close Sign In&quot;],&quot;ShowMessagesTransmitting&quot;:[],&quot;HideMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Modal" data-ux-state="pending" id="modal-b89618ae-3100-4f46-87b2-7290f8510778" role="dialog" tabindex="-1"> <div class="modal-dialog "> <div class="modal-content"> <div class="modal-header" id="modal-b89618ae-3100-4f46-87b2-7290f8510778-Label"> W&#228;hlen Sie ein Produkt, um sich anzumelden <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <div class="score-column1 " > <div class="score-center"> <div class="score-center-text " > <div class="score-content-spot" > Die für die Online-Anmeldung verfügbaren Produkte sind nachstehend aufgeführt. Wählen Sie Produkt, um auf das entsprechende Produktportal zuzugreifen. </div> </div> </div> </div><div class="score-column3 equal product-portal-container" > <div class="score-left"> <div class="score-left-text " > <a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://www.bankersalmanac.com/formslogin.aspx" target="_blank">Bankers Almanac</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://www.bankersalmanac.com/formslogin.aspx" target="_blank">Bankers Almanac Due Diligence</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://www.globalpaymentsresource.com/" target="_blank">Bankers Almanac Global Payments Resource</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://globalpaymentsresource.com/" target="_blank">Bankers Almanac IBAN Complete</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://www.sortingcodes.co.uk/formslogin.asp" target="_blank">Bankers Almanac UK Sort Codes and Sorting Codes Online</a> </div> </div> <div class="score-center"> <div class="score-left-text " > <a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://beta.validate.bankersalmanac.com/" target="_blank">Bankers Almanac Validate</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://bridger.lexisnexis.eu/xgauth/">Bridger Insight™ XG5 EU Service</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://eu.compliance-link.com/AuthServer/login" target="_blank">Firco Compliance Link</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://portal.emailage.com" target="_blank">Emailage&#174; Portal</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://idms.lexisnexis.com/login">Instant Verify International</a> </div> </div> <div class="score-right"> <div class="score-left-text " > <a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://accuity.worldcompliance.com/" target="_blank">Online Compliance</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexis.com/RiskManagement/Login.aspx">Risk Management Solutions&#174;</a><a aria-label="ThreatMetrix® Product Sign In" class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://portal.threatmetrix.com" target="_blank" title="ThreatMetrix® Product Sign In">ThreatMetrix&#174;</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://mfaweb.lexisnexis.com/docauth" target="_blank">TrueID&#174;</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://members.worldcompliance.com/SignIn.aspx" target="_blank">WorldCompliance™ Online Search Tool</a> </div> </div> </div> </div> <div class="modal-footer score-call-to-action"> </div> </div> </div> </div></div><li class="score-megamenu-dropdown" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MegaMenuItem" data-ux-state="pending" role="menuitem"> <a href="#" data-toggle="dropdown"> Lösungen </a> <a href="#" class="dropdown-toggle toggle-caret" data-toggle="dropdown"> <span class="caret"></span> <span class="sr-only">toggle menu</span> </a> <ul class="dropdown-menu" role="menu"> <li role="menuitem"> <div class="score-megamenu-content"> <div class="score-column1 " > <div class="score-center"> <div class="score-content-spot hidden-xs" > <p style="font-size: 36px; font-weight: 100; padding-top: 20px; margin-bottom: 10px; z-index: 1;">Lösungen </p> </div><div class="score-style-box clearfix" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;3128422a-094a-43d4-97dd-3c5001eab2a7&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;c6bf4930-548a-42a7-8b01-042f41f4fa36&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Betrug und Identität</h4> <div class="score-highlight-body"> Vertrauen aufbauen, komplexe Betrugsrisiken reduzieren und nahtlose Kundenerlebnisse bieten. </div> <div class="score-call-to-action"> <a class="score-button btn-link btn-clickable-area btn-clickable-area-double-activator" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/corporations-and-non-profits/fraud-and-identity-management">Erfahren Sie mehr</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;274c27a5-59e7-49f0-8fd9-373452b2b4b0&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;c84ce023-2006-47b8-a9e9-b19535990561&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Compliance im Bereich Finanzkriminalität</h4> <div class="score-highlight-body"> Entscheidungen beschleunigen, um globale Sanktionen und regulatorische Konformit&auml;t proaktiv zu verwalten. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/corporations-and-non-profits/financial-crime-compliance">Erfahren Sie mehr</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/financial-services/financial-crime-compliance">&#220;ber uns</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;1bee5d80-ddaf-40e0-8626-5ca33c2d2024&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;21ceda35-ce62-4fba-9e27-3b72637cb5e8&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Effizienz im Zahlungsverkehr</h4> <div class="score-highlight-body"> Unterst&uuml;tzung f&uuml;r nahtlose und sicherere grenz&uuml;berschreitende Zahlungen von Konto zu Konto. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/corporations-and-non-profits/payments-efficiency">Erfahren Sie mehr</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/financial-services/payments-efficiency">Gesch&#228;ftsleitung</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;c49ae4e8-21da-4eb4-b6fc-0f37d29a13a3&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;8e69a780-e935-417d-a00e-725ee56c7993&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Risiko-Orchestrierung</h4> <div class="score-highlight-body"> Optimierung von End-to-End-Workflows f&uuml;r Onboarding, &Uuml;berwachung und Transaktionen. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/corporations-and-non-profits/risk-orchestration">Erfahren Sie mehr</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/corporations-and-non-profits/risk-orchestration">Risikoorchestrierung</a> </div> </div> </div></div><div class="score-left-text hidden-xs hidden-sm hidden-md hidden-lg" > </div> </div> </div> </div> </li> </ul> </li><li class="score-megamenu-dropdown" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MegaMenuItem" data-ux-state="pending" role="menuitem"> <a href="#" data-toggle="dropdown"> Branchen </a> <a href="#" class="dropdown-toggle toggle-caret" data-toggle="dropdown"> <span class="caret"></span> <span class="sr-only">toggle menu</span> </a> <ul class="dropdown-menu" role="menu"> <li role="menuitem"> <div class="score-megamenu-content"> <div class="score-column1 " > <div class="score-center"> <div class="score-content-spot hidden-xs" > <p style="font-size: 36px; font-weight: 100; padding-top: 20px; margin-bottom: 10px; z-index: 1;">Branchen </p> </div><div class="score-style-box clearfix" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;e6eb0acd-f543-43bb-a33a-41e531bde563&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;13a19e19-d401-4657-a4e2-12fec8f1c530&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Finanzdienstleistungen und Bankwesen</h4> <div class="score-highlight-body"> Erm&ouml;glichen Sie Compliance im Bereich Finanzkriminalit&auml;t und optimieren Sie die Rentabilit&auml;t mit vertrauensw&uuml;rdiger Risikointelligenz. </div> <div class="score-call-to-action"> <a class="score-button btn-link btn-clickable-area btn-clickable-area-double-activator" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/financial-services">Erfahren Sie mehr</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;1b398d54-20b7-4075-b5b0-921f56ebe3d2&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;a82a83fe-0ff1-411f-9f42-b7cb9632565b&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Kryptowährungen</h4> <div class="score-highlight-body"> Sicher und nachhaltig wachsen mit einem Gesamtüberblick auf Krypto-Kunden und Risiken. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/cryptocurrency">Erfahren Sie mehr</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/cryptocurrency">&#220;ber uns</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;003f1937-8c5d-4c2d-8d38-ce45e7865710&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;ba450abe-35d1-4eb7-9bd1-a38636847687&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Glücksspiel</h4> <div class="score-highlight-body"> Sicheres und konformes Spielen erm&ouml;glichen und gleichzeitig das Spielerlebnis verbessern. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/gaming-gambling">Erfahren Sie mehr</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/gaming-gambling">Gesch&#228;ftsleitung</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;2d92740b-cd31-4772-b9c6-015ee6ce3f4b&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;4e270e39-5096-4590-89d8-57146923809c&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Versicherungen</h4> <div class="score-highlight-body"> Versicherungsl&ouml;sungen zur Steigerung der Rentabilit&auml;t mit un&uuml;bertroffenen Daten und innovativen Analysen. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/insurance">Erfahren Sie mehr</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/insurance">Versicherungen</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;fb907827-3459-49c4-9f5e-5cde8b3c2464&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;459dfe0b-163c-45de-b157-fa6d6e648196&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Unternehmen</h4> <div class="score-highlight-body"> Steigern Sie den Umsatz und die betriebliche Effizienz mit datengesteuerter Risikointelligenz. </div> <div class="score-call-to-action"> <a class="score-button btn-link btn-clickable-area btn-clickable-area-double-activator" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/corporations-and-non-profits">Erfahren Sie mehr</a> </div> </div> </div></div><div class="score-left-text hidden-xs hidden-sm hidden-md hidden-lg" > </div> </div> </div> </div> </li> </ul> </li><li class="score-megamenu-basic-item" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/BasicMenuItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/products">Unsere Produkte</a></li><li class="score-megamenu-basic-item" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/BasicMenuItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/insights-resources">Einblicke und Ressourcen</a></li><li class="score-megamenu-dropdown" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MegaMenuItem" data-ux-state="pending" role="menuitem"> <a href="#" data-toggle="dropdown"> Über uns </a> <a href="#" class="dropdown-toggle toggle-caret" data-toggle="dropdown"> <span class="caret"></span> <span class="sr-only">toggle menu</span> </a> <ul class="dropdown-menu" role="menu"> <li role="menuitem"> <div class="score-megamenu-content"> <div class="score-column1 " > <div class="score-center"> <div class="score-content-spot" > <p style="font-size: 36px; font-weight: 100; padding-top: 20px; margin-bottom: 10px; z-index: 1;">&Uuml;ber uns </p> </div><div class="score-style-box clearfix border-bottom" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;5782eef7-b176-40a6-8fa9-b116ccbf4d41&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;a8633f09-58d9-423d-a9e8-bbac71d349f5&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Geschäftsüberblick</h4> <div class="score-highlight-body"> Mehr über LexisNexis Risk Solutions und über unsere Arbeit erfahren. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us">Erfahren Sie mehr</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us">&#220;ber uns</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;86025768-8f65-44aa-bd7b-f9d5c810dac1&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;52ea5a25-dedb-4bec-bafa-5e55e6a774a3&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Geschäftsleitung</h4> <div class="score-highlight-body"> Biografische Informationen zu unserem Führungsteam anzeigen. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us/leadership">Erfahren Sie mehr</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us/leadership">Gesch&#228;ftsleitung</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;6937b98e-4d31-401b-b88d-1593d18a764d&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;6039ef27-2bf8-48f1-9696-e261c5d4c2ae&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Unsere Technologie</h4> <div class="score-highlight-body"> Erfahren Sie mehr &uuml;ber die Technologie, die unseren L&ouml;sungen vorantreibt. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/our-technology">Erfahren Sie mehr</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/our-technology">Unsere Technologie</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;01a49e7c-d7ab-4517-8e16-9e74599aaacc&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;9fff132f-335b-4fce-bb5d-43a58443af8e&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Pressemitteilungen</h4> <div class="score-highlight-body"> Pressemitteilungen anzeigen und erfahren, wo LexisNexis Risk Solutions in den Nachrichten erschienen ist. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us/press-room">Erfahren Sie mehr</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us/press-room">Pressemitteilungen</a> </div> </div> </div></div><div class="score-style-box clearfix" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;170e14e0-7e31-425c-b9c8-59f825342a2c&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;81931fce-d5b5-4af5-99d2-e2e11168e621&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Unternehmensallianzen und Partnerschaften</h4> <div class="score-highlight-body"> Wir arbeiten zusammen mit Vertriebspartnern, Software-Integratoren und Technologiepartnern, um unternehmerische Herausforderungen anzugehen und Produktivität zu steigern. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us/alliance-partnerships/corporate">Erfahren Sie mehr</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us/alliance-partnerships/corporate">Erfahren Sie mehr</a> </div> </div> </div></div> </div> </div> </div> </li> </ul> </li><li class="score-megamenu-basic-item" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/BasicMenuItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/contact-us">Kontakt</a></li> </ul> </div> </div> </div> </div> </div> </nav> </div> </div> </div> </header><div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> </div> </div> </div> <div class="page-wrapper"> <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;&quot;,&quot;Medium&quot;:&quot;&quot;,&quot;Large&quot;:&quot;&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Containers/Stripes/CustomStripe" data-ux-state="pending"> <div class="score-stripe title-stripe" style="color:#FFFFFF;background-color:#444444;" > <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div class="score-hero horizontal" style="" > <h1> Geschäftsleitung </h1> <div class="score-call-to-action"> </div> </div> </div> </div> </div> </div> </div><div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <ol class="score-breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList" role="list" aria-label="Breadcrumb" > <li class="score-breadcrumb-item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a href="https://risk.lexisnexis.com/global/de/" itemprop="item" title=""> <span itemprop="name"> Zuhause </span> </a> <meta itemprop="position" content="1" /> </li> <li class="score-breadcrumb-item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a href="https://risk.lexisnexis.com/global/de/about-us" itemprop="item" title=""> <span itemprop="name"> Über uns </span> </a> <meta itemprop="position" content="2" /> </li> <li class="score-breadcrumb-item active"> Geschäftsleitung </li> </ol> </div> </div> </div> <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;&quot;,&quot;Medium&quot;:&quot;&quot;,&quot;Large&quot;:&quot;&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Containers/Stripes/CustomStripe" data-ux-state="pending"> <div class="score-stripe border-top" style="background-color:#f1f1f1;" > <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div class="custom-highlight score-highlight highlight-horizontal" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/mark-kelsey-300x300%20jpg.jpg&quot;,&quot;ImageUrlMedium&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/mark-kelsey-300x300%20jpg.jpg&quot;,&quot;ImageUrlBig&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/mark-kelsey-300x300%20jpg.jpg&quot;,&quot;FullSizeImage&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/mark-kelsey-300x300%20jpg.jpg&quot;,&quot;PrimaryImageGuid&quot;:&quot;c45f85ab-c145-438c-b2de-f6c73ad9a334&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;df2f6a1a-fadf-4662-9d86-deba6b1def70&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"><img src="https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/mark-kelsey-300x300%20jpg.jpg?h=300&amp;iar=0&amp;w=300&amp;hash=84B557FD8D324C7F77F3BCB048E2904D" alt="" /> <div class="score-highlight-header"> Mark Kelsey </div> <div class="caption"> <h4><div>Chief Executive Officer </div></h4> <div class="score-highlight-body"> Mark Kelsey ist Chief Executive Officer f&uuml;r das Markenportfolio der LexisNexis&reg; Risk Solutions Group. Er wurde im Dezember 2012 in diese Position berufen und ist zust&auml;ndig f&uuml;r das Umsatzwachstum und die Unterst&uuml;tzung neuer Marktbed&uuml;rfnisse durch moderne Technologien, anwenderbezogene Daten und fortschrittliche Scoring-Analysen... </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us/leadership/mark-kelsey">Weiterlesen</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-horizontal" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/rick-trainor-300x300%20jpg.jpg&quot;,&quot;ImageUrlMedium&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/rick-trainor-300x300%20jpg.jpg&quot;,&quot;ImageUrlBig&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/rick-trainor-300x300%20jpg.jpg&quot;,&quot;FullSizeImage&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/rick-trainor-300x300%20jpg.jpg&quot;,&quot;PrimaryImageGuid&quot;:&quot;0aab4f73-2b09-427b-bf6c-6805a3021118&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;986e6de5-a0d3-4220-a3aa-e48477bb31e4&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"><img src="https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/rick-trainor-300x300%20jpg.jpg?h=300&amp;iar=0&amp;w=300&amp;hash=89FD854F2C9612793E19B82D494A9BDF" alt="" /> <div class="score-highlight-header"> Rick Trainor </div> <div class="caption"> <h4>Chief Executive Officer, Business Services </h4> <div class="score-highlight-body"> Rick Trainor ist Chief Executive Officer des Segments Business Services bei LexisNexis&reg; Risk Solutions. Trainor, der im Juli 2009 in seine derzeitige Position berufen wurde, leitet in seinem Segment die Bereiche weltweite Strategie, Markt- und Produktausrichtung sowie die Teams f&uuml;r Vertrieb und vertikales Marketing in den Bereichen Finanzdienstleistungen und Firmenkunden.... </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us/leadership/rick-trainor">Weiterlesen</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-horizontal" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/bill-madison-300x300%20jpg.jpg&quot;,&quot;ImageUrlMedium&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/bill-madison-300x300%20jpg.jpg&quot;,&quot;ImageUrlBig&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/bill-madison-300x300%20jpg.jpg&quot;,&quot;FullSizeImage&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/bill-madison-300x300%20jpg.jpg&quot;,&quot;PrimaryImageGuid&quot;:&quot;60d96713-1ad4-4fdf-91fd-c874e9e6d97a&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;c2b3b875-b925-4022-8d44-f6a041b9bda9&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"><img src="https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/bill-madison-300x300%20jpg.jpg?h=300&amp;iar=0&amp;w=300&amp;hash=FF69941D55430B0B68B5CBC7088FF4D5" alt="" /> <div class="score-highlight-header"> Bill Madison </div> <div class="caption"> <h4>Chief Executive Officer, Insurance </h4> <div class="score-highlight-body"> Bill Madison ist Chief Executive Officer des Gesch&auml;ftsbereichs Insurance bei LexisNexis&reg; Risk Solutions. Madison ist zust&auml;ndig f&uuml;r alle Kfz-, Haus-, Lebens- und Gewerbeversicherungen einschlie&szlig;lich L&ouml;sungen f&uuml;r Underwriting, Schadensf&auml;lle und Analyse, f&uuml;r den US-amerikanischen ebenso wie f&uuml;r den internationalen Markt... </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us/leadership/bill-madison">Weiterlesen</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-horizontal" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/vijay-raghavan-300x300%20jpg.jpg&quot;,&quot;ImageUrlMedium&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/vijay-raghavan-300x300%20jpg.jpg&quot;,&quot;ImageUrlBig&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/vijay-raghavan-300x300%20jpg.jpg&quot;,&quot;FullSizeImage&quot;:&quot;https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/vijay-raghavan-300x300%20jpg.jpg&quot;,&quot;PrimaryImageGuid&quot;:&quot;73caf929-7c2d-4c85-bad7-75b38fcb2813&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;47f82859-6779-4de3-bbf2-0a10102cd637&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"><img src="https://risk.lexisnexis.com/global/-/media/images/corporate/content/leadership/vijay-raghavan-300x300%20jpg.jpg?h=300&amp;iar=0&amp;w=300&amp;hash=90E577843A8D7EF3995C18CE8E7AAC5D" alt="" /> <div class="score-highlight-header"> Vijay Raghavan </div> <div class="caption"> <h4><div>Executive Vice President und Chief Technology Officer&nbsp;</div></h4> <div class="score-highlight-body"> Vijay Raghavan ist Executive Vice President und Chief Technology Officer f&uuml;r das Markenportfolio der LexisNexis&reg; Risk Solutions Group. In dieser Position ist er zust&auml;ndig f&uuml;r Software-Entwicklung, F+E, Informationssysteme, Sicherheit und den Betrieb der Rechenzentren. Raghavan arbeitet bereits seit fast 30 Jahren im IT-Bereich und hat umfangreiche Erfahrung im Management verschiedener Technologiefunktionen sowie umfassenden... </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de/about-us/leadership/vijay-raghavan">Weiterlesen</a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <footer class="score-footer " > <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;&quot;,&quot;Medium&quot;:&quot;&quot;,&quot;Large&quot;:&quot;&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Containers/Stripes/CustomStripe" data-ux-state="pending"> <div class="score-stripe main-footer" style="background-color:#000000;" > <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div class="score-style-box" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""><p class="score-lead" > Branchen </p><ul class="score-menu-list" role="menu" > <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/financial-services">Finanzdienstleistungen</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/insurance">Versicherungen</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/corporations-and-non-profits">Unternehmen und gemeinnützige Organisationen</a></li> </ul></div><div class="score-style-box" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""><p class="score-lead" > Unsere Produkte </p><ul class="score-menu-list" role="menu" > <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/products">Unsere Produkte anzeigen</a></li> </ul></div><div class="score-style-box hidden-xs hidden-sm hidden-md hidden-lg" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""><p class="score-lead" > Einblicke und Ressourcen </p><ul class="score-menu-list" role="menu" > </ul></div><div class="score-style-box" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""><p class="score-lead" > Über </p><ul class="score-menu-list" role="menu" > <li class="score-menu-list-item active-section" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/about-us">Übersicht</a></li> <li class="score-menu-list-item active" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/about-us/leadership">Geschäftsleitung</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/our-technology">Unsere Technologie</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/about-us/press-room">Pressemitteilungen</a></li> </ul></div><div class="score-style-box" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""><p class="score-lead" > Kontakt </p><ul class="score-menu-list" role="menu" > <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/contact-us">Vertrieb</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/contact-us">Unterstützung</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/contact-us">Feedback</a></li> </ul><ul class="score-menu-list" role="menu" > <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/privacy-policy">Datenschutzrichtlinie </a></li> <li class="score-menu-list-item ot-sdk-show-settings" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="http://#" class="ot-sdk-show-settings">Cookie-Einstellungen</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/group/cookie-policy/de">Cookie-Richtlinie</a></li> <li class="score-menu-list-item active-section" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/">Verbraucher- und Datenzugriff</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/legal-notices">Rechtliche Hinweise</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/global/de/terms">Nutzungsbedingungen</a></li> </ul></div><div class="score-column1 " > <div class="score-center"> <div class="score-content-spot" > <style> @media only screen and (max-width: 600px) { .footer-lnrs { margin-left: 35px; margin-right: 35px; padding-top: 25px; } } </style> <div style="font-size: 14px; color: #c2c2c2;" class="footer-lnrs">LexisNexis® Risk Solutions, part of RELX.</div> </div> </div> </div> </div> </div> </div> </div> </div> <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;&quot;,&quot;Medium&quot;:&quot;&quot;,&quot;Large&quot;:&quot;&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Containers/Stripes/CustomStripe" data-ux-state="pending"> <div class="score-stripe secondary-footer" style="background-color:#222222;" > <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div class="score-button-group hidden-xs hidden-sm hidden-md hidden-lg" > <a class="score-image-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="#"> <span class="sprite-image"> <span class="icon-linkedin-grey24x24"></span> </span> </a><a class="score-image-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="#"> <span class="sprite-image"> <span class="icon-twitter-grey24x24"></span> </span> </a><a class="score-image-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="#"> <span class="sprite-image"> <span class="icon-facebook-grey24x24"></span> </span> </a><a class="score-image-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="#"> <span class="sprite-image"> <span class="icon-youtube-grey24x24"></span> </span> </a> </div><div class="score-content-spot" > <p style="z-index: 1;"> <a href="https://risk.lexisnexis.com/global/de/copyright">Copyright ©</a>&nbsp;2025 LexisNexis Risk Solutions.</p> </div><a class="score-image-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="http://www.relx.com/" target="_blank"> <span class="sprite-image"> <span class="icon-relx-logo100x23"></span> </span> </a> </div> </div> </div> </div> </div> </footer> <!--LNRSSUP-516--> <div class="social-sharing site"> <div class="social-sharing-container"> <div class="share-button"> <div class="social-btn-share"></div> </div> <div class="share-menu"> <div class="share-menu-container"> <h3>Share</h3> <ul class="social-share-list"> <div data-ux-args="{}" data-ux-module="LNRS/Components/Social/SocialLinkedin" data-ux-state="pending"> <li class="social-item-linkedin"> <a id="social-share-linkedin-link" href="#" onclick="javascript:window.open('https://www.linkedin.com/shareArticle?mini=true&amp;url=https%3a%2f%2frisk.lexisnexis.com%2fglobal%2fde%2fabout-us%2fleadership&amp;title=Gesch%c3%a4ftsleitung&amp;source=LexisNexis','linkedin', 'width=800,height=600'); return false;" class="social-btn social-btn-linkedin social-tracked" data-name="LinkedIn"> <span class="social-text">Linkedin</span> </a> </li> </div> <div data-ux-args="{}" data-ux-module="LNRS/Components/Social/SocialTwitter" data-ux-state="pending"> <li class="social-item-twitter"> <a id="social-share-twitter-link" href="#" onclick="javascript:window.open('https://twitter.com/intent/tweet?text=Biografische+Informationen+zu+unserem+F%c3%bchrungsteam+anzeigen.&amp;url=https%3a%2f%2frisk.lexisnexis.com%2fglobal%2fde%2fabout-us%2fleadership&amp;via=lexisNexisRisk','linkedin', 'width=800,height=600'); return false;" class="social-btn social-btn-twitter social-tracked" data-name="Twitter - Corporate"> <span class="social-text">Twitter</span> </a> </li> </div> <div data-ux-args="{}" data-ux-module="LNRS/Components/Social/SocialFacebook" data-ux-state="pending"> <li class="social-item-facebook"> <a id="social-share-facebook-link" href="#" onclick="javascript:window.open('http://www.facebook.com/share.php?u=https%3a%2f%2frisk.lexisnexis.com%2fglobal%2fde%2fabout-us%2fleadership&amp;title=Gesch%c3%a4ftsleitung','facebook', 'width=800,height=600'); return false;" class="social-btn social-btn-facebook social-tracked" data-name="Facebook"> <span class="social-text">Facebook</span> </a> </li> </div> <div data-ux-args="{}" data-ux-module="LNRS/Components/Social/SocialEmail" data-ux-state="pending"> <li class="social-item-email"> <a id="social-share-mail-link" href="/cdn-cgi/l/email-protection#0e317d7b6c646b6d7a33496b7d6d66282d3c3c3635687a7d626b677a7b6069286f637e356c616a77334c6761697c6f68677d6d666b2e476068617c636f7a6761606b602e747b2e7b607d6b7c6b632e48282d3c3b3c35667c7b60697d7a6b6f632e6f60746b67696b60202b3e6a2b3e6f2b3e6a2b3e6f667a7a7e7d3421217c677d6520626b76677d606b76677d206d6163216962616c6f62216a6b216f6c617b7a237b7d21626b6f6a6b7c7d66677e2b3e6a2b3e6f" class="social-btn social-btn-email social-tracked" data-name="Email"> <span class="social-text">Email</span> </a> </li> </div> </ul> </div> </div> </div> </div> <!--Adobe Script--> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript"> ;(function(global) { global.require = global.require || {}; global.require.paths = global.require.paths || {}; global.require.paths.AdobeScript = "//assets.adobedtm.com/a82ee6f2a18f/63c369982971/launch-2c0d426e12dd.min"; })(this); </script> <div data-ux-args="{&quot;IsExperienceEditorEditing&quot;:false,&quot;PageId&quot;:&quot;081DF3DD-1CB0-4727-97DA-FE5874721D56&quot;,&quot;TemplateId&quot;:&quot;B28ACA0E-D521-4651-B425-A3CD3F84CC30&quot;,&quot;DefaultTitle&quot;:&quot;Executive Leadership&quot;,&quot;ParentDefaultTitle&quot;:&quot;Über uns&quot;,&quot;CurrentEasternTime&quot;:&quot;2/20/2025 1:29:29 AM&quot;,&quot;MSID&quot;:&quot;&quot;,&quot;UserHostAddress&quot;:&quot;8.222.208.146&quot;,&quot;LanguageName&quot;:&quot;de-DE&quot;,&quot;ResourceType&quot;:&quot;&quot;,&quot;RegionName&quot;:&quot;Global&quot;,&quot;industrySearchTags&quot;:&quot;&quot;,&quot;solutionSearchTags&quot;:&quot;&quot;,&quot;industryName&quot;:null,&quot;subIndustrySearchTags&quot;:&quot;&quot;,&quot;subIndustryName&quot;:null}" data-ux-module="LNRS/Track/AnalyticsDispatcher" data-ux-state="pending"> <span><!--Analytics loaded--></span> <script> var w = window.screen.availWidth; var reservedSegments = ["global", "en", "pt", "es", "fr", "de", "zh"]; var site_hierarchy = window.location.pathname.split("/").filter(function (x) { return x && reservedSegments.indexOf(x) === -1; }); if (site_hierarchy.length === 0) { site_hierarchy.push('Home'); } var layout_type = w < 768 ? "mobile web" : w >= 768 && w <= 991 ? "tablet web" : "desktop"; var industry_name = ''; var subindustry_name = ''; var templateId = "B28ACA0E-D521-4651-B425-A3CD3F84CC30"; var showIndustry = false; var showSubIndustry = false; var templates = { SubjectMatterExpertBioPage: "5012B725-2116-4DF2-B4B3-97F21198D254", SubjectMatterExpertsListingPage: "F3BFBC02-2251-4993-A449-295A2FE16528", SubjectMatterExpertsSubjectPage: "F3649847-DC9F-426B-8131-A4DAFB5F64F8", IndustryPage: "B106503B-DE36-4C69-95D2-8ECF22E7FB66", SubIndustryPage: "CF77088A-8138-4C00-BDCE-C99AD4A8378A", ProductPage: "828E9E61-311A-441C-B9BE-228ACBB9332B", ResourcePage: "351839DE-0AA0-448A-8832-2429282C1B78", ContentPage: "B28ACA0E-D521-4651-B425-A3CD3F84CC30", ResourceListingPage: "2C3F16E7-70FF-4C4E-912C-AEFBB41B269E", PressReleasePage: "6B540238-0C7F-4A78-A0E0-DD51C1AD1E59" }, pages = { "404": "5874C0C2-A668-42D2-8476-8DBF72280374" }; if (templateId === templates.SubjectMatterExpertBioPage || templateId === templates.SubjectMatterExpertsListingPage || templateId === templates.SubjectMatterExpertsSubjectPage || templateId === templates.ProductPage || templateId === templates.ResourcePage || templateId === templates.PressReleasePage) { industry_name = ""; subindustry_name = ""; showIndustry = true; showSubIndustry = true; } else if (templateId === templates.IndustryPage) { industry_name = ""; showIndustry = true; } else if (templateId === templates.SubIndustryPage) { industry_name = ""; subindustry_name = ""; showIndustry = true; showSubIndustry = true; } else if (templateId === templates.ContentPage && "081DF3DD-1CB0-4727-97DA-FE5874721D56" !== pages["404"]) { industry_name = ""; subindustry_name = ""; showIndustry = true; showSubIndustry = true; } window.digitalData = window.digitalData || []; var o = { default_title: "Executive Leadership", site_hierarchy: site_hierarchy, layout_type: layout_type, current_time: "2/20/2025 1:29:29 AM", user_ip: "8.222.208.146", eloquaguid: "", sitecore_sessionid: "60548d870138475caee71f9600499723|False", asp_sessionid: "d5gs4piqga5skceo51juneum", site_region: "Global", sitecore_page_id: "081DF3DD-1CB0-4727-97DA-FE5874721D56", ms_id: "", site_language: "de-DE", business_owner: "Corporate Marketing", business_market: "", } if ("False" === "True") { o.test_name = ""; o.test_type = ""; o.test_displayed_variations = ""; } if (showIndustry) { o["industry_name"] = industry_name; } if (showSubIndustry) { o["subindustry_name"] = subindustry_name; } window.digitalData.push(o); </script> </div> <script src="/Areas/LNRS/js/LNRS.bundle.config.js?v=638744975689150776" type="text/javascript"></script> <!--LNRSSUP-669 minification of score script, check is script good after score upgrade--> <script src="/Areas/LNRS/js/Vendor/require.score.3.1.14.min.js" data-main="/Areas/LNRS/js/main.js" type="text/javascript"></script> <!--<script src="Url.Content("~/Areas/ScoreCCF/js/Vendor/require.js")" data-main="/Areas/LNRS/js/main.js" type="text/javascript"></script>--> <img height="1" width="1" style="border-style:none;" alt="" src="https://insight.adsrvr.org/track/pxl/?adv=fk8g8oz&ct=0:jn78fza&fmt=3"/> </body> </html>

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