CINXE.COM

Produkte

<!DOCTYPE html> <html lang="de-DE" dir="ltr"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet preload prefetch" as="style" href="/.css/theme.css?x-sny-siteoverride=mein-sanofi-de"> <link rel="stylesheet preload prefetch" href="/.resources/sanofi-lm-platform/themes/sanofi-platform/dist/common~2025-03-14-18-14-54-000~cache.css" as="style" type="text/css" /> <script class="site-data"> var ua = navigator.userAgent; var device = /(tablet|ipad|playbook|silk)|(android(?!.*mobi))/i.test(ua) ? "tablet" : (/Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Kindle|Silk-Accelerated|(hpw|web)OS|Opera M(obi|ini)/.test(ua) ? "mobile" : "desktop") window.dataLayer = window.dataLayer || []; window.dataLayer.push({ "siteType": "advise", "brandWebsiteType": "multibrand", "brand": "Multi-Brand", "gbu": "Cross bu", "region": "emea", "country": "germany", "franchise": "", "therapeutic_area": "", "platform": "magnolia", "language": "de", "pageName": "Produkte", "page_type": "", "device": device, }); </script> <title>Produkte</title> <meta name="title" content="Produkte" /> <meta name="description" content="Produkte" /> <meta name="keywords" content="Produkte" /> <meta name="algo:security" content="UNLOCKED" /> <meta name="algo:id" content="8b272428-9d81-4512-8408-2672d5e6387b_de-DE" /> <meta name="algo:categories" content="" /> <meta name="algo:roles" content="" /> <link rel="icon" sizes="" href="/dam/jcr:b3eaf702-1b76-43e5-91af-555085347e0b/favicon%20(1).png" type="image/png" /> <script>document.getElementsByTagName('html')[0].classList.add('has-js');</script> <style> [x-cloak]:not([x-hide]) {display: none !important;} [x-cloak][x-hide] { visibility: hidden !important;} </style> <script type="text/json" class="site-config"> { "editMode": false, "context": "" } </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": "1", "item": { "@id": "https://mein.sanofi.de/", "name": "Startseite" } }, { "@type": "ListItem", "position": "2", "item": { "@id": "https://mein.sanofi.de/produkte", "name": "Produkte" } }, { "@type": "ListItem", "position": "3", "item": { "@id": "https://mein.sanofi.de/produkte", "name": "Produkte" } } ] } </script> <meta name="google-site-verification" content="69Sp4t61wWP_ZzxPyx_ZGJgj4hKZiP_LcB_xsx5Bsdw" /> <script type="text/JavaScript" async="" src="https://datenschutz.sanofi.de/script/mein.sanofi.de/base.js"></script> <style> #ot-sdk-btn-floating button svg { display: inline } </style> <style> .rich-text ul { margin-bottom: 10px; margin-left: 5px; !important; } .rich-text ul li { margin-bottom: 0px; margin-left: 5px; !important; } .rich-text ul li:before { color: #464646; } </style> <style> table, th, td { border-collapse: collapse; } </style> <style> .rich-text ol { margin-bottom: 10px; margin-left: 0px; font-size: 13px !important; } .rich-text ol li { margin-bottom: 0px; margin-left: 0px; font-size: 13px !important; } .rich-text ol li:before { color: #464646; } </style> </head> <body class=" theme-default relative right-0 transition-all duration-300 ease-in-out flex flex-col !min-h-screen"> <a href="#main" class="skipToMainContent skip font-body bg-primary2 text-white fixed top-0 left-0 z-0 opacity-0 focus:z-40 focus:opacity-100 px-5 py-3">Skip to main content</a> <div x-data="stickyHeader" @resize.window.throttle="setHeaderTop" class="endorsementBar bg-default z-30 top-0 border-b-2 lg:border-b-0 block relative lg:relative"> <div class="container lg:px-1 w-full flex justify-between items-center content-center p-4" x-data=""> <p class="text-secondary7 invisible md:invisible lg:visible font-body text-xs pr-4">Diese Inhalte richten sich an Interessenten aus Deutschland</p> <img role="banner" class="Image max-h-4" src="/dam/jcr:b02cf6a2-8eb6-4e94-929f-cc8ed0feb091/___211125_SANOFI_LOGO_RGB.2336350218937660651.png" alt=""> </div> </div> <header class="z-40 sticky top-0 lg:top-0" role="banner"> <div class="utility-links bg-primary2 relative top-0 hidden lg:block"> <div class="container flex flex-row justify-start lg:justify-end"> <div class="flex flex-col lg:flex-row"> <div class="flex flex-col items-end"> <ul class="flex flex-wrap md:flex-nowrap"> <li class="flex items-center px-3 py-8 lg:px-4 lg:py-2 bg-transparent text-black lg:bg-tertiary5 lg:text-white text-body-4 lg:text-body-4 " x-data=""> <a href="/login?mgnlReturnTo=https%3A%2F%2Fmein.sanofi.de%2Fprodukte" target="_self" title="ANMELDEN" data-gtmSection="" data-gtmSubSection="" data-gtmElement="" class="font-title cursor-pointer inline font-navigation flex items-center justify-center uppercase lg:normal-case " > <span > Anmelden </span> </a> </li> </ul> </div> </div> </div> </div> <script type="text/javascript"> document.addEventListener("alpine:init", () => { Alpine.data("nav", () => ({ next: "", depth: 0, showSkip: false, activeNav: "", nextElement: null, currentNavItem: null, nextNavItem: null, currentSubNav: null, nextSubNavItem: null, setNextSkipText(e) { const elem = e.target; if (!elem) return; const nextElement = elem.nextElementSibling; this.currentNavItem = elem; this.nextNavItem = nextElement; if (nextElement && nextElement.dataset) { this.nextElement = nextElement; this.next = nextElement.dataset.linkText; } else { this.nextElement = null; this.next = ""; } }, setSkipLink(e) { this.showSkip = true; const elem = e.target; const isShiftTabPressed = e.shiftKey && e.which === 9; const isNavItemLink = elem.classList.contains("nav__item"); const isFirstSubNavItemLink = elem.classList.contains("subNav__firstItem"); if (isNavItemLink) { // shift + tab or last nav link if (isShiftTabPressed || !this.nextNavItem) return; e.preventDefault(); this.focusNextTabbableElement(elem); } else if (isFirstSubNavItemLink && isShiftTabPressed) { this.setNextSkipText(this.currentNavItem); } }, skipItemLink(e) { const elem = e.target; const isShiftTabPressed = e.shiftKey && e.which === 9; if (isShiftTabPressed) { e.preventDefault(); let navListItem = elem.parentNode.previousElementSibling; if (navListItem && navListItem.classList.contains("subNav__title")) { navListItem = navListItem.previousElementSibling; if (navListItem.classList.contains("subNav__skipListItem")) { const isFirstSubNav = navListItem.dataset.depth === 0; if (isFirstSubNav) { if (this.nextNavItem) { this.next = this.nextNavItem.dataset.linkText; } } else { if (this.nextSubNavItem) { this.next = this.nextSubNavItem.dataset.linkText; } } } } if (!navListItem) { this.focusNextElement(); } else { this.focusNextTabbableElement(navListItem); } } }, skipSubNavButton(e) { const elem = e.target; const nextListItem = elem.parentNode.nextElementSibling; const isShiftTabPressed = e.shiftKey && e.which === 9; const isSubNavItemNextButton = elem.classList.contains( "subNav__itemNextButton" ); if (isShiftTabPressed && isSubNavItemNextButton) { elem.previousElementSibling.focus(); } else if (!nextListItem) { this.focusNextElement(); } else { e.preventDefault(); const nextTabElem = elem.parentNode.nextElementSibling.querySelector(".subNav__itemLink"); if (nextTabElem) nextTabElem.focus(); } }, setSkipSubNavButton(e) { const elem = e.target; const nextSubNavItem = e.target.parentNode.nextElementSibling; this.nextSubNavItem = nextSubNavItem; this.currentSubNav = elem.nextElementSibling; if (nextSubNavItem) { this.nextElement = nextSubNavItem.querySelector(".subNav__itemLink"); this.next = nextSubNavItem.dataset.linkText; } else { const nextNavItem = this.currentNavItem.nextElementSibling; if (nextNavItem && nextNavItem.dataset) { this.next = nextNavItem.dataset.linkText; } else { this.next = ""; } } this.focusNextTabbableElement(this.currentSubNav); }, focusNextTabbableElement(container) { // waits for DOM to update setTimeout(function () { const nextTabElem = container.querySelector( "[tabindex]:not([disabled]):not([tabindex='-1'])" ); if (!nextTabElem) return; nextTabElem.focus(); }, 50); }, focusNextElement() { if (this.depth < 0) { this.depth = 0; } this.nextElement.focus(); }, get skipToNextLinkText() { if (this.next === "") return ""; return "Skip to " + this.next; }, })); }); </script> <nav role="navigation" class="relative nav bg-primary1 text-white border-b z-30 top-0 sticky w-full h-auto lg:min-h-24" aria-label="menu" x-data="nav" @setActiveNav="activeNav=$event.detail.id" @isActiveNav="activeNav == $event.detail.id" > <div class="mx-auto container px-4 lg:px-0"> <div class="nav__desktop lg:flex hidden md:items-center"> <a href="/" class="nav__inner ml-0 py-2 md:py-4 nav__logoWrap--resize" data-gtmSubSection="logo" data-gtmElement="logo"> <img class="Image nav__logo max-w-60 max-h-15 md:block h-auto pr-2" src="/dam/jcr:45738b96-8769-44ee-8fa2-e2b0394c7a81/jcr_content%20(14).svg" alt="Startseite | go to homepage"> </a> <div class="nav__left pt-0 md:pt-2 justify-evenly flex ml-12 w-full" @mouseout.outside="$dispatch('setActiveNav', { id: '' })" > <div > <div class="nav__item group justify-between flex items-start h-full normal-case lg:text-white" data-link-text=" PRODUKTE" @focus="setNextSkipText($event); showSkip = false" @keydown.tab="setSkipLink($event)" @mouseover="showSkip = false; $dispatch('setActiveNav', { id: '6bd48af1-9d96-477e-a83a-0a41021db16f' })" :class="{ 'nav__item--active': $dispatch('isActiveNav', { id: '6bd48af1-9d96-477e-a83a-0a41021db16f' }) }" > <a href="/produkte" tabindex="0" target="_self" aria-haspopup="true" tabindex="-1" class="font-navigation nav__itemLink relative font-extralight md:font-normal text-link border-white px-3 py-8" data-gtmSection="header" data-gtmSubSection="menu"> <span class="hover:text- border-b hover:border-white border-white group-hover:border-white"> PRODUKTE </span> </a> </div> </div> <div > <div class="nav__item group justify-between flex items-start h-full normal-case lg:text-white" data-link-text="THERAPIEGEBIETE" @focus="setNextSkipText($event); showSkip = false" @keydown.tab="setSkipLink($event)" @mouseover="showSkip = false; $dispatch('setActiveNav', { id: '3db08e08-4b98-4f8d-9ea5-cdd423e40900' })" :class="{ 'nav__item--active': $dispatch('isActiveNav', { id: '3db08e08-4b98-4f8d-9ea5-cdd423e40900' }) }" > <a href="/therapiegebiete" tabindex="0" target="_self" aria-haspopup="true" tabindex="-1" class="font-navigation nav__itemLink relative font-extralight md:font-normal text-link border-white px-3 py-8" data-gtmSection="header" data-gtmSubSection="menu"> <span class="hover:text- border-b hover:border-white border-transparent group-hover:border-white"> THERAPIEGEBIETE </span> </a> </div> </div> <div > <div class="nav__item group justify-between flex items-start h-full normal-case lg:text-white" data-link-text=" THEMEN" @focus="setNextSkipText($event); showSkip = false" @keydown.tab="setSkipLink($event)" @mouseover="showSkip = false; $dispatch('setActiveNav', { id: 'd5590629-a175-443a-a706-0a47eee952e3' })" :class="{ 'nav__item--active': $dispatch('isActiveNav', { id: 'd5590629-a175-443a-a706-0a47eee952e3' }) }" > <a href="/themen" tabindex="0" target="_self" aria-haspopup="true" tabindex="-1" class="font-navigation nav__itemLink relative font-extralight md:font-normal text-link border-white px-3 py-8" data-gtmSection="header" data-gtmSubSection="menu"> <span class="hover:text- border-b hover:border-white border-transparent group-hover:border-white"> THEMEN </span> </a> </div> </div> </div> <div class="nav__right flex ml-auto mr-12 pt-0 md:pt-2"> <div class="Area flex justify-evenly"> <div class="lg:flex hidden items-center"> <a href="/suche" target="_self" title="" data-gtmSection="header" data-gtmSubSection="" data-gtmElement="SUCHERGEBNISSE" class="font-title cursor-pointer inline relative py-2 px-1.5 " > <span > <svg class="w-6 h-6 md:mr-2 sm:mb-2 fill-current mx-1 mt-1 fill-current" aria-hidden="true" role="img"> <title>SUCHERGEBNISSE</title> <use xlink:href="/.resources/sanofi-lm-platform/themes/sanofi-platform/src/img/icons/global/search-thin.svg#search-thin"></use> </svg> </span> </a> </div> </div> </div> </div> <div class="nav__mobile lg:hidden"> <div class="flex justify-between items-center"> <a href="/" class=" nav__logoWrap--resize" data-gtmSubSection="logo" data-gtmElement="logo"> <img class="Image nav__logo max-w-60 max-h-15 md:block h-auto py-2" src="/dam/jcr:45738b96-8769-44ee-8fa2-e2b0394c7a81/jcr_content%20(14).svg" alt="Startseite | go to homepage"> </a> <div class="nav__mobile__right flex flex-row items-center ml-4"> <div class="globalHeader__icons flex justify-evenly"> <div class="lg:flex hidden items-center"> <a href="/suche" target="_self" title="" data-gtmSection="header" data-gtmSubSection="" data-gtmElement="SUCHERGEBNISSE" class="font-title cursor-pointer inline relative py-2 px-1.5 flex items-center justify-center relative " > <span > <svg class="w-6 h-6 fill-current mx-1 fill-current" aria-hidden="true" role="img"> <title>SUCHERGEBNISSE</title> <use xlink:href="/.resources/sanofi-lm-platform/themes/sanofi-platform/src/img/icons/global/search-thin.svg#search-thin"></use> </svg> </span> </a> </div> </div> <button class="nav__mobile__button flex items-center justify-center relative ml-2" aria-label="open menu"> <svg class="w-7 h-7 fill-current ml-2 fill-current" aria-hidden="true" role="img"> <use xlink:href="/.resources/sanofi-lm-platform/themes/sanofi-platform/src/img/icons/global/bars.svg#bars"></use> </svg> </button> </div> </div> <div dir="ltr" class="nav__mobile__menu w-full fixed overflow-hidden z-50 transition-all duration-50 left-0 top-0"> <div class="nav__mobile__menuItems bg-primary1 flex justify-between items-center py-0 px-4 border-b w-full transition-all duration-700 ease-in-out"> <a href="/" class=" nav__logoWrap--resize" data-gtmSubSection="logo" data-gtmElement="logo"> <img class="Image nav__logo max-w-60 max-h-15 md:block h-auto py-2" src="/dam/jcr:45738b96-8769-44ee-8fa2-e2b0394c7a81/jcr_content%20(14).svg" alt="Startseite | go to homepage"> </a> <button class="flex items-center justify-center nav__mobile__close relative ml-4" aria-label="close menu"> <svg class="w-7 h-7 fill-current ml-1 fill-current" aria-hidden="true" role="img"> <use xlink:href="/.resources/sanofi-lm-platform/themes/sanofi-platform/src/img/icons/global/times.svg#times"></use> </svg> </button> </div> <div class="nav__mobile__navList flex flex-col overflow-y-auto"> <div class="nav__mobile__menu__main h-auto relative right-0 transition-all duration-300 ease-in-out"> <div > <div class="nav__item group justify-between flex border-b items-center text-black normal-case lg:text-white" data-link-text=" PRODUKTE" @focus="setNextSkipText($event); showSkip = false" @keydown.tab="setSkipLink($event)" @mouseover="showSkip = false; $dispatch('setActiveNav', { id: '6bd48af1-9d96-477e-a83a-0a41021db16f' })" :class="{ 'nav__item--active': $dispatch('isActiveNav', { id: '6bd48af1-9d96-477e-a83a-0a41021db16f' }) }" > <a href="/produkte" tabindex="0" target="_self" aria-haspopup="true" tabindex="-1" class="font-navigation nav__itemLink relative font-extralight md:font-normal text-link border-white px-3 py-8" data-gtmSection="header" data-gtmSubSection="menu"> <span class=" border-b hover:border-white border-white group-hover:border-white"> PRODUKTE </span> </a> </div> </div> <div > <div class="nav__item group justify-between flex border-b items-center text-black normal-case lg:text-white" data-link-text="THERAPIEGEBIETE" @focus="setNextSkipText($event); showSkip = false" @keydown.tab="setSkipLink($event)" @mouseover="showSkip = false; $dispatch('setActiveNav', { id: '3db08e08-4b98-4f8d-9ea5-cdd423e40900' })" :class="{ 'nav__item--active': $dispatch('isActiveNav', { id: '3db08e08-4b98-4f8d-9ea5-cdd423e40900' }) }" > <a href="/therapiegebiete" tabindex="0" target="_self" aria-haspopup="true" tabindex="-1" class="font-navigation nav__itemLink relative font-extralight md:font-normal text-link border-white px-3 py-8" data-gtmSection="header" data-gtmSubSection="menu"> <span class=" border-b hover:border-white border-transparent group-hover:border-white"> THERAPIEGEBIETE </span> </a> </div> </div> <div > <div class="nav__item group justify-between flex border-b items-center text-black normal-case lg:text-white" data-link-text=" THEMEN" @focus="setNextSkipText($event); showSkip = false" @keydown.tab="setSkipLink($event)" @mouseover="showSkip = false; $dispatch('setActiveNav', { id: 'd5590629-a175-443a-a706-0a47eee952e3' })" :class="{ 'nav__item--active': $dispatch('isActiveNav', { id: 'd5590629-a175-443a-a706-0a47eee952e3' }) }" > <a href="/themen" tabindex="0" target="_self" aria-haspopup="true" tabindex="-1" class="font-navigation nav__itemLink relative font-extralight md:font-normal text-link border-white px-3 py-8" data-gtmSection="header" data-gtmSubSection="menu"> <span class=" border-b hover:border-white border-transparent group-hover:border-white"> THEMEN </span> </a> </div> </div> </div> <div class="nav__mobile__menu__main block lg:hidden border-b"> <li class="flex items-center px-3 py-8 lg:px-4 lg:py-2 bg-transparent text-black lg:bg-tertiary5 lg:text-white text-body-4 lg:text-body-4 " x-data=""> <a href="/login?mgnlReturnTo=https%3A%2F%2Fmein.sanofi.de%2Fprodukte" target="_self" title="ANMELDEN" data-gtmSection="" data-gtmSubSection="" data-gtmElement="" class="font-title cursor-pointer inline font-navigation flex items-center justify-center uppercase lg:normal-case " > <span > Anmelden </span> </a> </li> </div> <div class="nav__mobile__menu__main block lg:hidden border-b"> </div> <div class="nav__mobile__menu__main h-auto relative right-0 transition-all duration-300 ease-in-out border-b"> <div class="flex flex"> <li class="nav__item w-full list-none items-center border-b " tabindex="0" data-link-text="SUCHERGEBNISSE" @focus="setNextSkipText($event); showSkip = false" @keydown.tab="setSkipLink($event)" @mouseover="showSkip = false" > <a href="/suche" data-gtmSection="header" data-gtmSubSection="" data-gtmElement="SUCHERGEBNISSE" class=" font-navigation w-full nav__itemLink block relative w-full font-extralight md:font-normal text-link text-md w-full font-sm px-3 py-8" aria-haspopup="true" aria-expanded="false" tabindex="-1"> <span class=" "> SUCHERGEBNISSE </span> </a> </li> </div> </div> </div> </div> </div> </div> </nav> </header> <nav class="font-body font-normal text-xs breadcrumbs bg-white text-black px-4 lg:px-0 py-3 md:py-4 md:block block " aria-label="breadcrumbs" role="navigation"> <div class="container"> <ul class="flex flex-wrap flex-row "> <li class="contents"> <a href="/" class="flex items-center"> <span class="underline truncate overflow-ellipsis w-auto max-w-128 md:max-w-none inline-block text-xs">Startseite</span> <svg class="w-3 h-3 inline mx-1 fill-current fill-current" aria-hidden="true" role="img"> <use xlink:href="/.resources/sanofi-lm-platform/themes/sanofi-platform/src/img/icons/global/angle-right.svg#angle-right"></use> </svg> </a> </li> <li class="contents"> <span class="truncate overflow-ellipsis w-auto max-w-128 md:max-w-none inline-block text-xs">Produkte</span> </li> </ul> </div> </nav> <main role="main" id="main" class="relative flex-1" > <section id="ede3b50b-f0ee-4e1e-9a7b-3bbf9a3dfbf2" class="contentGridItem--ede3b50b-f0ee-4e1e-9a7b-3bbf9a3dfbf2 contentGridItem relative h-full " > <div x-data='anchorMenu()' class="h-full" x-intersect.margin.-50%='setActiveLinkByID("ede3b50b-f0ee-4e1e-9a7b-3bbf9a3dfbf2");'> <div class="contentGridItem__container relative h-full" dir="ltr"> <div class="background--ede3b50b-f0ee-4e1e-9a7b-3bbf9a3dfbf2 py-0 text-primary h-full animateImage bg-transparent relative z-10"> <div class="ContentGrid container mx-auto lg:pt-0 lg:pb-0 md:pt-0 md:pb-0 pt-0 pb-0"> <div class="flex md:flex lg:flex-row flex-wrap justify-center items-center -mx-0 py-0 md:-mx-0 md:py-0 lg:-mx-0 lg:py-0"> <div class="gridComponent flex flex-col my-0 px-0 md:my-0 md:px-0 lg:my-0 lg:px-0 w-full self-auto " > <div style="" class="ContentSectionItem h-full w-full py-4 md:py-8 lg:py-8 px-0 md:px-0 lg:px-0 self-auto white" x-data="" dir="ltr"> <form id="searchForm" data-site="Mein" data-contextPath="" data-user="anonymous" x-ref="searchForm" x-data="{ otcOnly: 'Y', searchValue: '', submitSearch: function(){ this.$refs.searchForm.submit(); }, clearSearch: function(){ // Clear search value from model and input value to prevent delay this.searchValue = ''; this.$refs.searchField.value = ''; this.submitSearch(); } }" > <div class="flex flex-wrap min-h-screen-75"> <div class="lg:w-3/12 w-full bg-secondary1 p-2"> <h3 class="text-white">Produktfinder</h3> <div class="flex flex-wrap"> <input type="hidden" name="letter" id="letter" value="A"> <button type="button" value="A" class="text-white bg-primary1 letter-btn mr-2 my-1 px-1 w-1/12 text-center">A</button> <button type="button" value="B" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">B</button> <button type="button" value="C" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">C</button> <button type="button" value="D" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">D</button> <button type="button" value="E" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">E</button> <button type="button" value="F" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">F</button> <button class="mr-2 my-1 px-1 text-white bg-primary3 w-1/12 text-center" disabled="disabled">G</button> <button type="button" value="H" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">H</button> <button type="button" value="I" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">I</button> <button type="button" value="J" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">J</button> <button type="button" value="K" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">K</button> <button type="button" value="L" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">L</button> <button type="button" value="M" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">M</button> <button type="button" value="N" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">N</button> <button class="mr-2 my-1 px-1 text-white bg-primary3 w-1/12 text-center" disabled="disabled">O</button> <button type="button" value="P" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">P</button> <button type="button" value="Q" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">Q</button> <button type="button" value="R" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">R</button> <button type="button" value="S" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">S</button> <button type="button" value="T" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">T</button> <button type="button" value="U" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">U</button> <button type="button" value="V" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">V</button> <button class="mr-2 my-1 px-1 text-white bg-primary3 w-1/12 text-center" disabled="disabled">W</button> <button type="button" value="X" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">X</button> <button class="mr-2 my-1 px-1 text-white bg-primary3 w-1/12 text-center" disabled="disabled">Y</button> <button type="button" value="Z" class="bg-white text-black letter-btn mr-2 my-1 px-1 w-1/12 text-center">Z</button> </div> </div> <div class="lg:w-6/12 w-full"> <div class="w-full p-5 bg-secondary1"></div> <div class="flex bg-white flex-wrap p-2"> <div class=""></div> <div class="w-1/4 p-2"> <a href="/produkte/aarane-n"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/60696033-2a77-4d27-9ad9-a08c03030f38"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/aarane-n"><span class="productsAutoComplete">Aarane<sup>庐</sup> N</span></a> </h3> <div class="text-black"> <b>Produkte: </b>Aarane<sup>庐</sup> N </div> <div class="text-black"> <b>Wirkstoff(e):</b> <span class="ingredientAutoComplete">Cromoglicins盲ure, Dinatriumsalz, </span> <span class="ingredientAutoComplete">Reproterol hydrochlorid</span> </div> </div> </div> <div class="flex bg-white flex-wrap p-2"> <div class="border-b-2 w-full my-4"></div> <div class="w-1/4 p-2"> <a href="/produkte/adenoscan"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/2851f317-97d7-4ab5-abc6-83893a9b031e"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/adenoscan"><span class="productsAutoComplete">Adenoscan<sup>庐</sup></span></a> </h3> <div class="text-black"> <b>Produkte: </b>Adenoscan<sup>庐</sup> </div> <div class="text-black"> <b>Wirkstoff(e):</b> <span class="ingredientAutoComplete">Adenosin</span> </div> </div> </div> <div class="flex bg-white flex-wrap p-2"> <div class="border-b-2 w-full my-4"></div> <div class="w-1/4 p-2"> <a href="/produkte/adrekar"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/be306539-6519-44fb-9861-05076577dedb"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/adrekar"><span class="productsAutoComplete">Adrekar<sup>庐</sup></span></a> </h3> <div class="text-black"> <b>Produkte: </b>Adrekar<sup>庐</sup> </div> <div class="text-black"> <b>Wirkstoff(e):</b> <span class="ingredientAutoComplete">Adenosin</span> </div> </div> </div> <div class="flex bg-white flex-wrap p-2"> <div class="border-b-2 w-full my-4"></div> <div class="w-1/4 p-2"> <a href="/produkte/aldurazyme"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/926963df-4dad-4d17-9868-05a3fd881633"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/aldurazyme"><span class="productsAutoComplete">Aldurazyme<sup>庐</sup></span></a> </h3> <div class="text-black"> <b>Produkte: </b>Aldurazyme<sup>庐</sup> </div> <div class="text-black"> <b>Wirkstoff(e):</b> <span class="ingredientAutoComplete">Laronidase</span> </div> </div> </div> <div class="flex bg-white flex-wrap p-2"> <div class="border-b-2 w-full my-4"></div> <div class="w-1/4 p-2"> <a href="/produkte/allegra"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/de9866c2-82be-4dc7-8027-80a7564e5e5a"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/allegra"><span class="productsAutoComplete">Allegra<sup>庐</sup></span></a> </h3> <div class="text-black"> <b>Produkte: </b>Allegra<sup>庐</sup> </div> <div class="text-black"> <b>Wirkstoff(e):</b> <span class="ingredientAutoComplete">Bilastin</span> </div> </div> </div> <div class="flex bg-white flex-wrap p-2"> <div class="border-b-2 w-full my-4"></div> <div class="w-1/4 p-2"> <a href="/produkte/allstar-pro"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/3d292afe-0ee6-4771-a900-bd424cadfda4"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/allstar-pro"><span class="productsAutoComplete">AllStar<sup>庐</sup> Pro</span></a> </h3> <div class="text-black"> <b>Produkte: </b>AllStar<sup>庐</sup> Pro </div> </div> </div> <div class="flex bg-white flex-wrap p-2"> <div class="border-b-2 w-full my-4"></div> <div class="w-1/4 p-2"> <a href="/produkte/amaryl-tabletten"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/179e49dd-f999-4946-a650-85c141878dcd"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/amaryl-tabletten"><span class="productsAutoComplete">Amaryl<sup>庐</sup> Tabletten</span></a> </h3> <div class="text-black"> <b>Produkte: </b>Amaryl<sup>庐</sup> Tabletten </div> <div class="text-black"> <b>Wirkstoff(e):</b> <span class="ingredientAutoComplete">Glimepirid</span> </div> </div> </div> <div class="flex bg-white flex-wrap p-2"> <div class="border-b-2 w-full my-4"></div> <div class="w-1/4 p-2"> <a href="/produkte/apidra"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/83b1a1f4-0463-4a2e-9147-6b87c86dcd3a"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/apidra"><span class="productsAutoComplete">Apidra<sup>庐</sup></span></a> </h3> <div class="text-black"> <b>Produkte: </b>Apidra<sup>庐</sup> </div> <div class="text-black"> <b>Wirkstoff(e):</b> <span class="ingredientAutoComplete">Insulin glulisin</span> </div> </div> </div> <div class="flex bg-white flex-wrap p-2"> <div class="border-b-2 w-full my-4"></div> <div class="w-1/4 p-2"> <a href="/produkte/aprovel"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/5291713e-ddfb-4ce4-8e59-62888e7b442b"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/aprovel"><span class="productsAutoComplete">Aprovel<sup>庐</sup></span></a> </h3> <div class="text-black"> <b>Produkte: </b>Aprovel<sup>庐</sup> </div> <div class="text-black"> <b>Wirkstoff(e):</b> <span class="ingredientAutoComplete">Irbesartan</span> </div> </div> </div> <div class="flex bg-white flex-wrap p-2"> <div class="border-b-2 w-full my-4"></div> <div class="w-1/4 p-2"> <a href="/produkte/arava"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/febf9d62-dd94-48c6-ad78-81b5cb6df504"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/arava"><span class="productsAutoComplete">Arava<sup>庐</sup></span></a> </h3> <div class="text-black"> <b>Produkte: </b>Arava<sup>庐</sup> </div> <div class="text-black"> <b>Wirkstoff(e):</b> <span class="ingredientAutoComplete">Leflunomid</span> </div> </div> </div> <div class="flex bg-white flex-wrap p-2"> <div class="border-b-2 w-full my-4"></div> <div class="w-1/4 p-2"> <a href="/produkte/aubagio"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/5f7924b0-7f3b-466b-aac7-4f2cff041dc8"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/aubagio"><span class="productsAutoComplete">Aubagio<sup>庐</sup></span></a> </h3> <div class="text-black"> <b>Produkte: </b>Aubagio<sup>庐</sup> </div> <div class="text-black"> <b>Wirkstoff(e):</b> <span class="ingredientAutoComplete">Teriflunomid</span> </div> </div> </div> <div class="flex bg-white flex-wrap p-2"> <div class="border-b-2 w-full my-4"></div> <div class="w-1/4 p-2"> <a href="/produkte/avaxim"> <img alt="" src="https://productinfoapi-dms.sanofi.de/resource/GRPPS/b446c0e0-3fb3-4727-851a-ed4f6c009e38"> </a> </div> <div class="w-2/3 "> <h3 class="text-text-primary2 font-bold"> <a href="/produkte/avaxim"><span class="productsAutoComplete">AVAXIM<sup>庐</sup></span></a> </h3> <div class="text-black"> <b>Produkte: </b>AVAXIM<sup>庐</sup> </div> <div class="text-black"> <b>Wirkstoff(e):</b> <span class="ingredientAutoComplete">Hepatitis-A-Adsorbat-Impfstoff (HDC); Stamm GBM</span> </div> </div> </div> </div> <div class="lg:w-3/12 w-full px-3"> <div class="border-2 p-3 bg-white"> <h2 class="text-text-primary2 font-bold text-size-5 text-center">Sicherheitsrelevante Informationen</h2> <div class="text-size-7 mb-5"><p><u>Patienten und Fachkreise</u>&nbsp;finden Schulungs&shy;materialien, die als zus&auml;tz&shy;liche Risiko&shy;mini&shy;mierungs&shy;ma&szlig;nahme mit der Zulassungs&shy;beh&ouml;rde erstellt und abgestimmt wurden, unter der Rubrik &bdquo;Sicherheits&shy;relevante Informa&shy;tionen&ldquo;.&nbsp;<u>Fachkreise</u>&nbsp;finden nach Login (z.B. DocCheck) weitere Sicherheitsinformationen zu folgenden Arzneimitteln:</p> </div> <a href="/produkte/aldurazyme" class="text-black font-bold block mb-5"> Aldurazyme<sup>庐</sup></a> <a href="/produkte/arava" class="text-black font-bold block mb-5"> Arava<sup>庐</sup></a> <a href="/produkte/aubagio" class="text-black font-bold block mb-5"> Aubagio<sup>庐</sup></a> <a href="/produkte/cablivi" class="text-black font-bold block mb-5"> Cablivi<sup>庐</sup></a> <a href="/produkte/caprelsa" class="text-black font-bold block mb-5"> Caprelsa<sup>庐</sup></a> <a href="/produkte/carbimazol-henning" class="text-black font-bold block mb-5"> Carbimazol Henning</a> <a href="/produkte/cerdelga" class="text-black font-bold block mb-5"> Cerdelga<sup>庐</sup></a> <a href="/produkte/cerezyme" class="text-black font-bold block mb-5"> Cerezyme<sup>庐</sup></a> <a href="/produkte/clexane" class="text-black font-bold block mb-5"> Clexane<sup>庐</sup></a> <a href="/produkte/coaprovel" class="text-black font-bold block mb-5"> CoAprovel<sup>庐</sup></a> <a href="/produkte/delix-plus" class="text-black font-bold block mb-5"> Delix<sup>庐</sup> Plus</a> <a href="/produkte/duoplavin" class="text-black font-bold block mb-5"> DuoPlavin<sup>庐</sup></a> <a href="/produkte/ergenyl" class="text-black font-bold block mb-5"> Ergenyl<sup>庐</sup></a> <a href="/produkte/ergenyl-chrono" class="text-black font-bold block mb-5"> Ergenyl<sup>庐</sup> Chrono</a> <a href="/produkte/ergenyl-intravenoes-vial" class="text-black font-bold block mb-5"> Ergenyl<sup>庐</sup> intraven枚s / Vial</a> <a href="/produkte/ergenyl-loesung" class="text-black font-bold block mb-5"> Ergenyl<sup>庐</sup> L枚sung</a> <a href="/produkte/fabrazyme" class="text-black font-bold block mb-5"> Fabrazyme<sup>庐</sup></a> <a href="/produkte/ferrlecit" class="text-black font-bold block mb-5"> Ferrlecit<sup>庐</sup></a> <a href="/produkte/insuman-infusat" class="text-black font-bold block mb-5"> Insuman<sup>庐</sup> Infusat</a> <a href="/produkte/iscover" class="text-black font-bold block mb-5"> Iscover<sup>庐</sup></a> <a href="/produkte/jevtana" class="text-black font-bold block mb-5"> Jevtana<sup>庐</sup></a> <a href="/produkte/karvezide" class="text-black font-bold block mb-5"> Karvezide<sup>庐</sup></a> <a href="/produkte/kevzara" class="text-black font-bold block mb-5"> Kevzara<sup>庐</sup></a> <a href="/produkte/lemtrada" class="text-black font-bold block mb-5"> Lemtrada<sup>庐</sup></a> <a href="/produkte/multaq" class="text-black font-bold block mb-5"> Multaq<sup>庐</sup></a> <a href="/produkte/myozyme" class="text-black font-bold block mb-5"> Myozyme<sup>庐</sup></a> <a href="/produkte/nexviadyme" class="text-black font-bold block mb-5"> Nexviadyme<sup>庐</sup></a> <a href="/produkte/novalgin" class="text-black font-bold block mb-5"> Novalgin<sup>庐</sup></a> <a href="/produkte/plavix" class="text-black font-bold block mb-5"> Plavix<sup>庐</sup></a> <a href="/produkte/quensyl" class="text-black font-bold block mb-5"> Quensyl<sup>庐</sup></a> <a href="/produkte/sabril" class="text-black font-bold block mb-5"> Sabril<sup>庐</sup></a> <a href="/produkte/sarclisa" class="text-black font-bold block mb-5"> Sarclisa<sup>庐</sup></a> <a href="/produkte/stamaril" class="text-black font-bold block mb-5"> STAMARIL<sup>庐</sup></a> <a href="/produkte/suliqua" class="text-black font-bold block mb-5"> Suliqua<sup>庐</sup></a> <a href="/produkte/tavanic" class="text-black font-bold block mb-5"> Tavanic<sup>庐</sup></a> <a href="/produkte/thiamazol" class="text-black font-bold block mb-5"> Thiamazol Henning<sup>庐</sup></a> <a href="/produkte/toujeo" class="text-black font-bold block mb-5"> Toujeo<sup>庐</sup></a> <a href="/produkte/valproat-chrono-winthrop" class="text-black font-bold block mb-5"> Valproat Chrono Winthrop<sup>庐</sup></a> <a href="/produkte/xenpozyme" class="text-black font-bold block mb-5"> Xenpozyme<sup>庐</sup></a> <a href="/produkte/zaltrap" class="text-black font-bold block mb-5"> ZALTRAP<sup>庐</sup></a> <div class="text-size-7 mb-5"><p>&nbsp; &nbsp;</p> </div> </div> </div> </div> </form> </div> </div> </div> </div> <div class=""></div> </div> </div> </div> </section> </main> <footer role="contentinfo"> <div id="6f3f131f-7850-447b-9e4d-d21578ecb5e0" class="contentGridItem--6f3f131f-7850-447b-9e4d-d21578ecb5e0 contentGridItem relative h-full " > <div x-data='anchorMenu()' class="h-full" x-intersect.margin.-50%='setActiveLinkByID("6f3f131f-7850-447b-9e4d-d21578ecb5e0");'> <div class="contentGridItem__container relative h-full" dir="ltr"> <div class="background--6f3f131f-7850-447b-9e4d-d21578ecb5e0 py-0 text-primary h-full animateImage bg-primary1 relative z-10"> <div class="ContentGrid container mx-auto lg:pt-8 lg:pb-8 md:pt-8 md:pb-8 pt-8 pb-8"> <div class="flex md:flex lg:flex-row flex-wrap justify-center items-stretch -mx-0 py-0 md:-mx-0 md:py-0 lg:-mx-0 lg:py-0"> <div class="gridComponent flex flex-col my-0 px-0 md:my-0 md:px-0 lg:my-0 lg:px-0 w-full md:w-full lg:w-full self-auto " > <div style="" class="ContentSectionItem h-full w-full py-0 md:py-0 lg:py-0 px-4 md:px-4 lg:px-0 items-stretch self-auto bg-transparent" x-data="" dir="ltr"> <div id="07b738d7-0693-46b4-bf43-fa77784d1cad" class="contentGridItem--07b738d7-0693-46b4-bf43-fa77784d1cad contentGridItem relative h-full " > <div x-data='anchorMenu()' class="h-full" x-intersect.margin.-50%='setActiveLinkByID("07b738d7-0693-46b4-bf43-fa77784d1cad");'> <div class="contentGridItem__container relative h-full" dir="ltr"> <div class="background--07b738d7-0693-46b4-bf43-fa77784d1cad py-0 md:py-0 lg:py-0 px-4 md:px-4 lg:px-0 text-primary h-full animateImage bg-transparent relative z-10"> <div class="ContentGrid container mx-auto "> <div class="flex md:flex lg:flex-row flex-wrap justify-start items-stretch -mx-0 py-0 md:-mx-0 md:py-0 lg:-mx-0 lg:py-0"> </div> </div> <div class=""></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class=""></div> </div> </div> </div> </div> <div id="6d9b4fc1-81a5-45a1-aebb-bf7625dac6b6" class="contentGridItem--6d9b4fc1-81a5-45a1-aebb-bf7625dac6b6 contentGridItem relative h-full " > <div x-data='anchorMenu()' class="h-full" x-intersect.margin.-50%='setActiveLinkByID("6d9b4fc1-81a5-45a1-aebb-bf7625dac6b6");'> <div class="contentGridItem__container relative h-full" dir="ltr"> <div class="background--6d9b4fc1-81a5-45a1-aebb-bf7625dac6b6 py-0 text-primary h-full animateImage bg-primary2 relative z-10"> <div class="ContentGrid container mx-auto lg:pt-0 lg:pb-4 md:pt-4 md:pb-4 pt-4 pb-4"> <div class="flex md:flex lg:flex-row flex-wrap justify-center items-start -mx-0 py-0 md:-mx-0 md:py-0 lg:-mx-0 lg:py-0"> <div class="gridComponent flex flex-col my-0 px-0 md:my-0 md:px-0 lg:my-0 lg:px-0 w-full lg:w-full self-auto " > <div style="" class="ContentSectionItem h-full w-full py-0 md:py-0 lg:py-0 px-0 md:px-0 lg:px-0 items-stretch self-auto bg-transparent" x-data="" dir="ltr"> <div id="16001c81-45a6-49d1-80a3-69f5034a7423" class="contentGridItem--16001c81-45a6-49d1-80a3-69f5034a7423 contentGridItem relative h-full " > <div x-data='anchorMenu()' class="h-full" x-intersect.margin.-50%='setActiveLinkByID("16001c81-45a6-49d1-80a3-69f5034a7423");'> <div class="contentGridItem__container relative h-full" dir="ltr"> <div class="background--16001c81-45a6-49d1-80a3-69f5034a7423 py-0 md:py-0 lg:py-0 px-0 md:px-0 lg:px-0 text-primary h-full animateImage bg-transparent relative z-10"> <div class="ContentGrid container mx-auto "> <div class="flex md:flex lg:flex-row flex-wrap justify-center items-stretch -mx-0 py-0 md:-mx-0 md:py-0 lg:-mx-0 lg:py-0"> <div class="gridComponent flex flex-col my-0 px-0 md:my-0 md:px-0 lg:my-0 lg:px-0 w-10/12 md:w-10/12 lg:w-6/12 self-auto " > <div style="" class="ContentSectionItem h-full w-full py-0 md:py-0 lg:py-0 px-4 md:px-8 lg:px-0 self-auto contentBlock flex flex-col text-center md:text-center lg:text-left text-white bg- bg-transparent" x-data="" dir="ltr"> <div class="rich-text mt-3 text-base font-body"> <p><span class="text-tertiary6"><span class="text-body-6">Copyright &copy; <span id="date">2024</span> Sanofi-Aventis Deutschland GmbH. Alle Rechte vorbehalten.<br /> <span class="mat-numbers">MAT-DE-2004587 | MAT-DE-2304046 | MAT-DE-2000508-2.0 | MAT-DE-2304821 | MAT-DE-2201439 | MAT-DE-2005490 | MAT-DE-2403589-1.0-09/2024</span></span></span></p> </div> </div> </div> <div class="gridComponent flex flex-col my-0 px-0 md:my-0 md:px-0 lg:my-0 lg:px-0 w-10/12 md:w-10/12 lg:w-6/12 self-auto " > <div style="" class="ContentSectionItem h-full w-full py-4 md:py-4 lg:py-0 px-0 md:px-0 lg:px-8 items-stretch self-auto bg-transparent" x-data="" dir="ltr"> <div id="073a1c68-041e-485e-9f9e-fa725944f09e" class="contentGridItem--073a1c68-041e-485e-9f9e-fa725944f09e contentGridItem relative h-full " > <div x-data='anchorMenu()' class="h-full" x-intersect.margin.-50%='setActiveLinkByID("073a1c68-041e-485e-9f9e-fa725944f09e");'> <div class="contentGridItem__container relative h-full" dir="ltr"> <div class="background--073a1c68-041e-485e-9f9e-fa725944f09e py-4 md:py-4 lg:py-0 px-0 md:px-0 lg:px-8 text-primary h-full animateImage bg-transparent relative z-10"> <div class="ContentGrid container mx-auto "> <div class="flex md:flex flex-col-reverse lg:flex-row flex-wrap justify-center items-stretch -mx-0 py-0 md:-mx-0 md:py-0 lg:-mx-0 lg:py-0"> <div class="gridComponent flex-col-reverse flex flex-col my-0 px-0 md:my-0 md:px-0 lg:my-0 lg:px-0 w-full lg:w-4/12 self-auto " > <div style="" class="ContentSectionItem h-full w-full py-0 md:py-0 lg:py-0 px-0 md:px-0 lg:px-0 self-auto contentBlock flex flex-col text-center md:text-center lg:text-center text-white bg- bg-transparent" x-data="" dir="ltr"> <div class="rich-text mt-3 text-base font-body"> <p><span class="text-tertiary7"><span class="text-body-4"><a href="https://datenschutz.sanofi.de/nutzungsbedingungen/" target="_blank">Nutzungsbedingungen</a></span></span></p> </div> </div> </div> <div class="gridComponent flex-col-reverse flex flex-col my-0 px-0 md:my-0 md:px-0 lg:my-0 lg:px-0 w-full lg:w-3/12 self-auto " > <div style="" class="ContentSectionItem h-full w-full py-0 md:py-0 lg:py-0 px-0 md:px-0 lg:px-0 self-auto contentBlock flex flex-col text-center md:text-center lg:text-center text-white bg- bg-transparent" x-data="" dir="ltr"> <div class="rich-text mt-3 text-base font-body"> <p><span class="text-tertiary7"><span class="text-body-4"><a href="https://datenschutz.sanofi.de/" target="_blank">Datenschutz</a></span></span></p> </div> </div> </div> <div class="gridComponent flex-col-reverse flex flex-col my-0 px-0 md:my-0 md:px-0 lg:my-0 lg:px-0 w-full lg:w-3/12 self-auto " > <div style="" class="ContentSectionItem h-full w-full py-0 md:py-0 lg:py-0 px-0 md:px-0 lg:px-0 self-auto contentBlock flex flex-col text-center md:text-center lg:text-center text-white bg- bg-transparent" x-data="" dir="ltr"> <div class="rich-text mt-3 text-base font-body"> <p><span class="text-tertiary7"><a href="https://www.sanofi.de/de/kontakt" target="_blank"><span class="text-body-4">Kontakt</span></a></span></p> </div> </div> </div> <div class="gridComponent flex-col-reverse flex flex-col my-0 px-0 md:my-0 md:px-0 lg:my-0 lg:px-0 w-full lg:w-2/12 self-auto " > <div style="" class="ContentSectionItem h-full w-full py-0 md:py-0 lg:py-0 px-0 md:px-0 lg:px-0 self-auto contentBlock flex flex-col text-center md:text-center lg:text-center text-white bg- bg-transparent" x-data="" dir="ltr"> <div class="rich-text mt-3 text-base font-body"> <p><span class="text-tertiary7"><span class="text-body-4"><a href="/impressum" target="_blank">Impressum</a></span></span></p> </div> </div> </div> </div> </div> <div class=""></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class=""></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class=""></div> </div> </div> </div> </div> </footer> <div id="" class="absolute bottom-0 h-0" x-data="modal()" x-init="initFocus('cf150d83-a8c6-46fd-adf5-42264ec2c4e2'); initState(false); validateStorage('', 'cookies'); " x-cloak> <div class="modal__parent top-0 left-0 right-0 bottom-0 z-50 flex items-center justify-center w-full h-full bg-black bg-opacity-70 backdrop-filter backdrop-none" :class="{'hidden': !open, 'fixed': open}" @open-modal.window="if ($event.detail.id == 'cf150d83-a8c6-46fd-adf5-42264ec2c4e2') open = true, preventScroll()" @close-modal.window="open = false; restoreScroll()" @click.self="open = false, pauseVideo(), restoreScroll()" x-on:keydown.escape.window="open = false, pauseVideo(), restoreScroll()" > <div tabindex="-1" role="dialog" id="modal-cf150d83-a8c6-46fd-adf5-42264ec2c4e2" data-id="cf150d83-a8c6-46fd-adf5-42264ec2c4e2" data-gtmContext="other" aria-modal="true" class="leaveSitePrompt bg-white relative overflow-auto h-auto max-h-90vh px-4 py-12 mx-2 text-left shadow-xl w-full md:w-2/3 md:max-w-7xl md:py-8 md:px-8 lg:py-12 lg:px-12 md:mx-0"> <button @click="open = false, pauseVideo(), restoreScroll()" @focus="open = true" class="close-modal-btn flex absolute top-2 right-3" aria-label="close" type="button" > <span class="font-body text-default leading-none overflow-hidden text-3xl">脳</span> </button> <div class="text-center my-4"> <h3 class="font-title text-primary1 leaveSitePrompt__title text-2xl md:text-3xl font-extrabold mb-4">Disclaimer</h3> <div class="font-body text-black leaveSitePrompt__copy mb-4 mt-2 font-inherit"><p><span class="text-body-4">F&uuml;r den Inhalt der folgenden Seite, sowie f&uuml;r sich auf dieser Seite befindlichen Links zu anderen Websites, gilt: Es gibt keinerlei M&ouml;glichkeit, den Inhalt dieser Seiten zu kontrollieren, da diese v&ouml;llig unabh&auml;ngig sind. Aus diesem Grund kann keinerlei Verantwortung f&uuml;r die Inhalte dieser Websites und die Folgen ihrer Verwendung durch die Besucher &uuml;bernommen werden. Wir bitten Sie aber, uns umgehend auf rechtswidrige Inhalte der verlinkten Seiten aufmerksam zu machen.</span></p> </div> <div class="mt-4 text-center flex justify-around"> <a class="button button--default text-center font-title overflow-hidden inline-block border border rounded-full border-solid close-modal-btn py-3 lg:py-3 font-semibold " href="#" @click="open = false;restoreScroll(); $dispatch('track-event', { 'event': 'cmp_event', 'event_type': 'cta', 'title': `ABBRECHEN`});" > ABBRECHEN </a> <a class="button button--default text-center font-title overflow-hidden inline-block border border rounded-full border-solid leaveSitePrompt__button py-3 lg:py-3 font-semibold " href="#" @click="open = false;restoreScroll();" > WEITER </a> </div> </div> </div> </div> </div> <script type="text/javascript" async> /* eslint-disable */ document.addEventListener("alpine:init", () => { Alpine.data("modal", (config) => { const opts = { focus: false, open: false, focusTrap: null, ...config, }; return { open: opts.open, focus: opts.focus, focusTrap: opts.focusTrap, initState(state) { if (state) { this.open = state; } }, preventScroll() { document.body.style.overflow = "hidden"; }, restoreScroll() { document.body.style.overflow = "auto"; }, initFocus(id) { const container = document.getElementById("modal-" + id); let btn = container.querySelector(".close-modal-btn"); if (container) { const props = { fallbackFocus: container, allowOutsideClick: true, preventScroll: true, onActivate: () => { //set first button as the first focus when modal is opened. bug with this package requires this odd syntax :( setTimeout("document.getElementById('modal-" + id + "').querySelectorAll('button')[0].focus();", 50); }, } if (btn) { props.initialFocus = btn; } this.focusTrap = this.$createFocusTrap("#modal-" + id, props); this.$watch("open", (value) => { if (value === true) { this.focusTrap.activate(); } else { this.focusTrap.deactivate(); } }); } }, pauseVideo() { var videos = document.querySelectorAll("iframe, video"); Array.prototype.forEach.call(videos, function (video) { if (video.tagName.toLowerCase() === "video") { video.pause(); } else { //pause iframe videos without loading/calling the Vimeo ifame api if (video.parentElement.classList.contains("vimeo-iframe")) { video.contentWindow.postMessage(JSON.stringify({ method: "pause" }), "*"); } else { //pause iframe videos without loading/calling the Youtube ifame api video.contentWindow.postMessage(JSON.stringify({ event: "command", func: "stopVideo" }), "*"); } } }); }, validateStorage(name, storageType="cookies") { switch(storageType) { case "session": this.validateSessionStorage(name); break; case "local": this.validateLocalStorage(name); break; default: this.validateCookie(name); } }, validateCookie(name) { const cookie = this.$getCookie(name); if (cookie) { this.open = !cookie; } }, validateSessionStorage(name) { const session = window.sessionStorage.getItem(name); if (session) { this.open = !session; } }, validateLocalStorage(name) { const local = window.localStorage.getItem(name); if (local) { this.open = !local; } }, removeDisabledAttribute(id) { let inputElement = document.getElementById(id); inputElement.removeAttribute("disabled"); inputElement.checked = true; }, addDisabledAttribute(id) { let inputElement = document.getElementById(id); inputElement.setAttribute("disabled", "disabled"); inputElement.checked = false; }, appendToBody() { document.body.appendChild(this.$el); }, }; }); }); </script> <script type="text/json" class="leaveSitePrompt__data--cf150d83-a8c6-46fd-adf5-42264ec2c4e2"> { "filterType": "whitelist", "list": [ "https://datenschutz.sanofi.de/nutzungsbedingungen/", "https://datenschutz.sanofi.de/", "https://www.sanofi.de/de/kontakt", "https://www.sanofimedicalinformation.com", "https://impfen.sanofi.de/", "https://apothekenservice.sanofi.de/", "mailto:MedInfo.de@sanofi.com", "https://www.fokus-ms.de/", "https://www.ms-begleiter.de/", "https://www.forum-schilddruese.de/", "https://www.infoline-schilddruese.de/", "https://www.seltenebluterkrankungen.de/", "https://mein.sanofi.de/fachpresse/-/media/7147FB574CEE4AC091F16A6D0CBA8854.ashx", "KlinischeForschung.DE@sanofi.com", "http://www.spezialitaetenliste.ch/", "mailto:KlinischeForschung.DE@sanofi.com?subject=Studiencode:%20EFC15804%20(BOREAS)", "mailto:KlinischeForschung.DE@sanofi.com?subject=Studiencode:%20EFC15805%20(NOTUS)", "mailto:KlinischeForschung.DE@sanofi.com?subject=Studiencode:%20EFC16720%20(CINDU)", "mailto:KlinischeForschung.DE@sanofi.com?subject=Studiencode:%20LPS16677%20(MORPHEO)", "mailto:KlinischeForschung.DE@sanofi.com?subject=Studiencode:%20LPS16763%20(DIFFERENSTAD)", "mailto:KlinischeForschung.DE@sanofi.com?subject=Studiencode:%20EFC16819%20(AERIFY%202)", "mailto:KlinischeForschung.DE@sanofi.com?subject=Studiencode:%20DRI13925%20(SKYPP)", "mailto:KlinischeForschung.DE@sanofi.com?subject=Studiencode:%20DRI13926%20(SKYPS)", "mailto:KlinischeForschung.DE@sanofi.com?subject=Studiencode:%20EFC16461%20(CUPID)", "mailto:KlinischeForschung.DE@sanofi.com", "https://productinfoapi-dms.sanofi.de", "https://www.campus.sanofi/de", "https://mein.sanofi.at/", "https://www.sanoficonnect.ch/", "https://diabetes.sanofi.de/", "https://www.onkolleg.de/", "https://www.lysosolutions.de/", "https://www.leben-mit-neurodermitis.info", "https://www.aktiv-gegen-nasenpolypen.de/", "https://www.asthma-aktivisten.de/", "https://www.typ2-inflammation.de/", "https://eacademy.sanofi.de/", "https://www.therapie-rheuma.de/", "https://www.sanofistudies.com/de/de/", "https://pro.campus.sanofi/" ] } </script> <script src="/.resources/sanofi-lm-platform/themes/sanofi-platform/dist/common~2025-03-14-18-14-54-000~cache.js" async></script> <script src="/.resources/sanofi-lm-platform/themes/sanofi-platform/dist/pages/DefaultPage~2025-03-14-18-14-54-000~cache.js" async></script> <script> function eraseCookie(name) { createCookie(name, '', -1); } function createCookie(name, value, days) { let expires = ''; if (days) { const date = new Date(); date.setTime(date.getTime() + days * 86400000); expires = '; expires=' + date.toGMTString(); } document.cookie = name + '=' + value + expires + '; path=/'; } const getCookie = function (cname) { let match = document.cookie.match( RegExp("(?:^|;\\s*)" + cname + "=([^;]*)") ); return match ? Boolean(match[1]) : null; }; const setCookie = function (name, value, options = {}) { options = { path: "/", ...options }; if (options.expires instanceof Date) { options.expires = options.expires.toUTCString(); } let updatedCookie = encodeURIComponent(name) + "=" + encodeURIComponent(value); for (let optionKey in options) { updatedCookie += "; " + optionKey; let optionValue = options[optionKey]; if (optionValue !== true) { updatedCookie += "=" + optionValue; } } document.cookie = updatedCookie; }; document.addEventListener("DOMContentLoaded", function(event) { let anchorMenus = document.querySelectorAll("a[href^='#']"); for (let i=0; i < anchorMenus.length; i++) { let anchorMenu = anchorMenus[i]; if (!anchorMenu.getAttribute("@click")) { let id = anchorMenu.getAttribute("href").slice(1); anchorMenu.setAttribute("x-on:click.prevent", ""); anchorMenu.setAttribute("x-on:click", "scrollTo('" + id + "')"); anchorMenu.parentElement.setAttribute("x-data", "window.sui.anchorMenu()"); } } const isMaterialsPage = window.location.href.indexOf("/gaucher-medikamenten-einnahme/material") >= 0; const isLoggedIn = getCookie("din"); if (isMaterialsPage && !isLoggedIn) { if (window.location.origin.indexOf("cloudfront.net") >= 0) { } else { window.location.href = window.location.origin + "/gaucher-medikamenten-einnahme/login"; } } }); </script> </body> </html>

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