<!doctype html><html lang="de"><head> <title>{% block title %}IMCD{% endblock %}</title> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="{{ asset('_vendor/fontawesome/css/all.min.css') }}"> <link rel="stylesheet" href="{{ asset('_vendor/bootstrap/bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ asset('css/patienten/global-patienten.css') }}?v=1.0" > <link rel="stylesheet" href="{{ asset('css/patienten/global-patienten-contents.css') }}?v=1.0" > <link rel="stylesheet" href="{{ asset('css/patienten/home.css') }}?v=1.0" > <link rel="stylesheet" href="{{ asset('css/patienten/morbus.css') }}?v=1.0" > {% block stylesheets %}{% endblock %} {% include '_snippets/matomo.html.twig' %}</head><body> <div class="morbus-f"> <div id="ds-header" class="fs-14"> <div class="container-fluid"> <div class="container-lg h-100"> <div id="ds-header_row" class="row"> <div id="ds-col-02" class="col-3"> <div class="logo_big"> <a href="{{ path('pat_home') }}"> <img src="{{ asset('img/patienten/logo@2x.png') }}" alt=""> </a> </div> </div> <div id="ds-col-01" class="col-9"> <div id="ds-row-02" class=""> <ul id="ds-menu"> <li class="{% if 'morbus' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('pat_morbus') }}"> iMCD VERSTEHEN </a> <ul> <li class="dropdown-content"> <a href="{{ path('pat_morbus') }}#was"> WAS IST iMCD? </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_morbus') }}#ursachen"> URSACHEN </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_morbus') }}#symptome"> SYMPTOME </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_morbus') }}#diagnose"> DIAGNOSE </a> </li> </ul> </li> <li class="{% if 'alltag' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('pat_alltag') }}"> DEN ALLTAG MEISTERN </a> <ul id="second"> <li class="dropdown-content"> <a href="{{ path('pat_alltag') }}#therapien"> MEDIKAMENTÖSE<br>THERAPIEN </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_alltag') }}#massnahmen"> UNTERSTÜTZENDE<br>MASSNAHMEN </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_alltag') }}#beruf"> ALLTAG UND BERUF </a> </li> </ul> </li> <li class="{% if 'hilfe' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('pat_hilfe') }}"> HILFE FINDEN </a> <ul id="second"> <li class="dropdown-content"> <a href="{{ path('pat_hilfe') }}#artzbesuch"> UNTERSTÜTZUNG<br>ARZTBESUCH </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_hilfe') }}#angehoerige"> ANGEHÖRIGE </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_hilfe') }}#selbsthilfe"> SELBSTHILFE/<br>ORGANISATIONEN </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_hilfe') }}#mika-app"> MIKA-APP </a> </li> </ul> </li> </ul> </div> </div> </div> </div> </div> </div> </div>{# <div class="home-f">#}{# <div class="container-fluid">#}{# <div class="row pt-5 pb-5 offset">#}{# <div class="col">#}{# <img src="{{ asset('img/global/rrd-logo.svg') }}" width="234" alt="">#}{# </div>#}{# </div>#}{# </div>#}{# </div>#} <div class="morbus-f"> <div id="mb-header"> <div class="container-fluid"> <div class="container-lg h-100"> <div class="row h-100"> <div class="col-9"> <div class="logo_mb"> <a href="{{ path('pat_home') }}"> <img src="{{ asset('img/patienten/logo@2x.png') }}" alt=""> </a> </div> </div> <div class="col-3"> <div id="trigger-menu" class="icons ic-menu pt-3"> <svg class="bi bi-list" width="2em" height="2em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M2.5 11.5A.5.5 0 0 1 3 11h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 3h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/> </svg> <span></span> <span></span> <span></span> </div> </div> </div> <div id="mb-menu_item" class="row"> <div class="col-12 py-5"> <div class="container"> <div class="row"> <div class="col-12 deep-content"> <ul> <li class="{% if 'idiopathische' in app.request.get('_route') %}active{% endif %}"> <ul> <li class="font-mobile-bold"> <a href="{{ path('pat_morbus') }}"> iMCD VERSTEHEN </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_morbus') }}#was"> WAS IST iMCD? </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_morbus') }}#ursachen"> URSACHEN </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_morbus') }}#symptome"> SYMPTOME </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_morbus') }}#diagnose"> DIAGNOSE </a> </li> </ul> </li> <li class="{% if 'pathophysiologie' in app.request.get('_route') %}active{% endif %}"> <ul> <li class="font-mobile-bold"> <a href="{{ path('pat_alltag') }}"> DEN ALLTAG MEISTERN </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_alltag') }}#therapien"> MEDIKAMENTÖSE THERAPIEN </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_alltag') }}#massnahmen"> UNTERSTÜTZENDE MASSNAHMEN </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_alltag') }}#beruf"> ALLTAG UND BERUF </a> </li> </ul> </li> <li class="{% if 'diagnose' in app.request.get('_route') %}active{% endif %}"> <ul> <li class="font-mobile-bold"> <a href="{{ path('pat_hilfe') }}"> HILFE FINDEN </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_hilfe') }}#artzbesuch"> UNTERSTÜTZUNG ARZTBESUCH </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_hilfe') }}#angehoerige"> ANGEHÖRIGE </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_hilfe') }}#selbsthilfe"> SELBSTHILFE/ ORGANISATIONEN </a> </li> <li class="dropdown-content"> <a href="{{ path('pat_hilfe') }}#mika-app"> MIKA-APP </a> </li> </ul> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="container-fluid pt-3 pt-sm-0 blurable" style="position: relative"> <div id="wrapper" {% if 'login' in app.request.get('_route') %}style="padding-top: 90px;"{% endif %} > <div class="container-lg"> <div class="row"> {% block body %}{% endblock %} </div> </div> </div> </div> <div id="wrapper-verlassen"> <div id="verlassen" class="row container-fluid center"> <div class="col"> <b>Sie verlassen unsere Website</b><br><br> <a href="https://www.google.com/?gws_rd=ssl"> <img src="{{ asset('img/button-verlassen.png') }}" alt="..." class="img-fluid"> </a> </div> </div> </div>{# <div id="wrapper-cookies">#}{# <div id="cookies-content" class="container-fluid">#}{# <div class="container-lg">#}{# <div class="row">#}{# <div class="col-12 p-5 latoLight">#}{# <b class="latoBold">Diese Webseite verwendet Cookies</b><br>#}{# Durch die Nutzung dieser Webseite ohne Änderung Ihrer Cookie-Einstellungen stimmen Sie der Verwendung von Cookies zu.<br><br>#}{# Ohne technisch notwendige Cookies lässt sich diese Internetseite nicht#}{# nutzerfreundlich umsetzen. Analyse-Cookies zeigen uns, wie Sie unser Angebot und dessen Funktionen nutzen.<br><br>#}{# Informationen wie Sie Ihre Cookie-Einstellungen anpassen können, finden Sie in unserer <a style="text-decoration: none;" href="{{ path('datenschutz') }}">Datenschutzerklärung</a>.<br><br>#}{# Durch Klicken auf Akzeptieren stimmen Sie unserer Verwendung von Cookies zu.<br><br>#}{# <div id="ablehnen">#}{# <a href="">#}{# <button type="button" class="btn start-btn btn-outline-dark">Ablehnen ></button>#}{# <div class="patienten-btn start-btn fs-20 latoLight p-2 center"></div>#}{# </a>#}{# </div>#}{# <div id="akzeptieren">#}{# <a href="">#}{# <button type="button" class="btn akzeptieren btn-outline-dark">Akzeptieren ></button>#}{# <div class="patienten-btn zumlogin-btn fs-20 latoLight p-2 center"></div>#}{# </a>#}{# </div>#}{# </div>#}{# </div>#}{# </div>#}{# </div>#}{# </div>#} <div class="morbus-f" style="margin-bottom: 5rem;"> <div id="ds-footer" class="fs-14"> <div class="container h-100"> <div id="ds-footer_row" class="row"> <div class="col-12"> <div class="w-100 footer-m p-5"> <ul id="ds-footer_menu" class="float-left"> <li class="{% if 'datenschutz' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('datenschutz') }}"> DATENSCHUTZ </a> </li> <li class="{% if 'impressum' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('impressum') }}"> IMPRESSUM </a> </li> <li class="{% if 'ueber' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('ueber') }}"> KONTAKT </a> </li> </ul> <div id="ds-copyright" class="float-right"> <img src="{{ asset('img/global/rrd-logo.svg') }}" width="234" alt="..." class="img-fluid"> </div> </div> </div> </div> </div> </div> <div id="mb-footer" class="fs-14"> <div class="container-fluid"> <div class="container-lg"> <div class="row m-0 py-5"> <div class="col-sm-12 col-md-8"> <div id="footer-text" class=""> <ul id="mb-footer_menu"> <li class="{% if 'datenschutz' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('datenschutz') }}"> DATENSCHUTZ </a> </li> <li class="{% if 'impressum' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('impressum') }}"> IMPRESSUM </a> </li> <li class="{% if 'ueber' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('ueber') }}"> KONTAKT </a> </li> </ul> </div> </div> <div class="col-sm-12 col-md-4"> <div id="footer-logo"> <div class="logo_big"> <img src="{{ asset('img/global/rrd-logo.svg') }}" width="234" alt="..." class="img-fluid"> </div> </div> </div> </div> </div> </div> </div> </div>{# <div class="home-f">#}{# <div id="dsh-footer" class="fs-14">#}{# <div class="container-fluid h-100 offset">#}{# <div id="dsh-footer_row" class="row h-100">#}{# <div class="col-12 pt-2 pb-2">#}{# <div class="home-fr w-100">#}{# <div id="ds-copyright" class="float-left">#}{# © {{ "now"|date("Y") }} Recordati Rare Diseases #}{# </div>#}{# <ul id="ds-footer_menu" class="float-right">#}{# <li class="{% if 'ueber' in app.request.get('_route') %}active{% endif %}">#}{# <a href="{{ path('ueber') }}">#}{# Über uns#}{# </a>#}{# </li>#}{# <li class="{% if 'datenschutz' in app.request.get('_route') %}active{% endif %}">#}{# <a href="{{ path('datenschutz_patienten') }}">#}{# Datenschutz#}{# </a>#}{# </li>#}{# <li class="{% if 'impressum' in app.request.get('_route') %}active{% endif %}">#}{# <a href="{{ path('impressum') }}">#}{# Impressum#}{# </a>#}{# </li>#}{# </ul>#}{# </div>#}{# </div>#}{# </div>#}{# </div>#}{# </div>#}{# </div>#} <div id="mbh-footer" class="fs-14"> <div class="container-fluid h-100"> <div class="row"> <div class="container"> <div class="row h-100"> <div id="footer-text" class="ml-3"> <ul id="mbh-footer_menu"> <li class="{% if 'ueber' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('ueber') }}"> Über uns </a> </li> <li class="{% if 'datenschutz' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('datenschutz') }}"> Datenschutz </a> </li> <li class="{% if 'impressum' in app.request.get('_route') %}active{% endif %}"> <a href="{{ path('impressum') }}"> Impressum </a> </li> </ul> </div> <div id="footer-logo"> <div class="logo_big mr-3"> <img src="{{ asset('img/global/logo_big@2x.png') }}" alt="" class="img-fluid"> </div> </div> </div> </div> </div> <div class="row" style="height: 78px"> <div class="container h-100"> <div class="row h-100"> <div class="logo_small ml-3"> <img src="{{ asset('img/global/rrd-logo.svg') }}" width="234" alt=""> </div> <div class="mb-copyright bold blue mr-3"> © {{ "now"|date("Y") }} </div> </div> </div> </div> </div> </div> </div> <div class="video-popup-background"></div> <div class="video-popup-wrapper"> <div class="slide-blur popup"></div> <div class="slide-content-wrapper popup"> <div class="btn-close-slide popup"> <i class="fas fa-times"></i> </div> <div class="slide-content popup"> {# <video src="" controls></video>#} <div class="embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" src="" allowfullscreen></iframe> </div> </div> </div> </div> <script src="{{ asset('_vendor/bootstrap/jquery-3.6.1.js') }}"></script> <script src="{{ asset('_vendor/bootstrap/popper.min.js') }}"></script> <script src="{{ asset('_vendor/bootstrap/bootstrap.min.js') }}"></script> <script src="{{ asset('bundles/fosjsrouting/js/router.min.js') }}"></script> <script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script> <script src="{{ asset('_vendor/sweetalert2.all.min.js') }}"></script> <script src="{{ asset('js/global.js') }}?v=1.0"></script> <script> $(() => { $('[data-video]').on('click', function(event) { event.preventDefault(); showVideo($(this).attr('data-video')); }) $('.btn-close-slide').on('click', function(event) { // let video = $('.video-popup-wrapper video').get(0); // video.pause(); // video.currentTime = 0; // $('.video-popup-wrapper video').removeAttr('src'); $('.video-popup-wrapper iframe').removeAttr('src'); $('.video-popup-wrapper').removeClass('show'); $('.video-popup-background').hide(); }); function showVideo(videoName) { {#let videoUrl = "{{ asset('video/') }}" + videoName;#} {#$('.video-popup-wrapper video').attr('src', videoUrl);#} {#$('.video-popup-wrapper').addClass('show');#} {#$('.video-popup-background').show();#} {#let video = $('.video-popup-wrapper video').get(0);#} {#video.play();#} let videoUrl = "https://cdnapisec.kaltura.com/p/4372863/sp/437286300/embedIframeJs/uiconf_id/49073323/partner_id/4372863?iframeembed=true&playerId=kaltura_player_1637568283&entry_id=" let entryId; switch (videoName) { case "210816_FeedTheNeed_Cutdown_F.mp4": entryId = "1_oj8nvgl9"; break; case "arztCME-Webcast-Morbus-Castleman.mp4": entryId = "1_bw57o4je"; break; case "Checkliste_fuer_eine_sichere_Diagnose_des_iMCD_Part_3_Website.mp4": entryId = "1_gyvnlxbs"; break; case "EUSA_Pharma_Sylvant_Siltuximab_Mode_of_Action_Video_Germany_FINAL_Deutscher_Sprecher_Mai_2021.mp4": entryId = "1_8el3l3q1"; break; case "EUSA_Whiteboard_Animation_FINAL.mp4": entryId = "1_umhcnh6o"; break; case "iMCD_StoryClip_201102_Preview.mp4": entryId = "1_fhknycmc"; break; case "Pathologie_bei_Verdacht_auf_iMCD_Part_2_Website.mp4": entryId = "1_wq6auai4"; break; case "Pathophysiologie_des_IMCD_Part_1_Website.mp4": entryId = "1_pj6jaidj"; break; case "Tatort_Lymphom.mp4": entryId = "1_4p99qtn7"; break; case "WebUp_Morbus_Castleman_Nur_Vortrag.mp4": entryId = "1_i3qo4wcc"; break; } videoUrl += entryId; $('.video-popup-wrapper iframe').attr('src', videoUrl); $('.video-popup-wrapper').addClass('show'); $('.video-popup-background').show(); } }); $('.plus-btn').on('click', function () { if($(this).text() === "+"){ $(this).text("-") }else{ $(this).text("+"); } }); </script> {% block javascripts %}{% endblock %}</body></html>