CINXE.COM
<!DOCTYPE html> <html lang="de-DE" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="author" content=""> <meta name="robots" content="index,follow"> <meta name="revisit-after" content="15 days"> <meta name="keywords" content=""> <meta name="description" content="Deutschlands erste Adresse für Wirtschaftsnachrichten. Zugriff auf alle Inhalte auf manager-magazin.de und in der App."> <meta property="og:url" content="https://abo.manager-magazin.de/"> <meta property="og:type" content="website"> <meta property="og:site_name" content="Manager Magazin"> <meta property="og:title" content="manager+ im Abo"> <meta property="og:description" content="Deutschlands erste Adresse für Wirtschaftsnachrichten. Zugriff auf alle Inhalte auf manager-magazin.de und in der App."> <meta property="og:image" content="https://abo.manager-magazin.de/media/de/4c/a6/1741860923/social_logo_default.png?ts=1741860923"> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="Manager Magazin"> <meta name="twitter:title" content="manager+ im Abo"> <meta name="twitter:description" content="Deutschlands erste Adresse für Wirtschaftsnachrichten. Zugriff auf alle Inhalte auf manager-magazin.de und in der App."> <meta name="twitter:image" content="https://abo.manager-magazin.de/media/de/4c/a6/1741860923/social_logo_default.png?ts=1741860923"> <meta itemprop="copyrightHolder" content="Manager Magazin"> <meta itemprop="copyrightYear" content=""> <meta itemprop="isFamilyFriendly" content="false"> <meta itemprop="image" content=""> <meta name="theme-color" content="#fff"> <link rel="icon" type="image/svg+xml" href="https://abo.manager-magazin.de/media/96/8d/e5/1741014074/favicon_mm.svg?ts=1741014074" /> <link rel="shortcut icon" href="https://abo.manager-magazin.de/media/c6/bd/6b/1741014079/favicon_mm.ico?ts=1741014079" /> <link rel="icon" type="image/png" href="https://abo.manager-magazin.de/media/b4/54/a6/1741014083/favicon-96x96_mm.png?ts=1741014083" sizes="96x96" /> <link rel="apple-touch-icon" sizes="180x180" href="https://abo.manager-magazin.de/media/bb/1f/8d/1741014086/apple-touch-icon_mm.png?ts=1741014086" /> <link rel="manifest" href="https://abo.manager-magazin.de/theme/01934ed55e3e714ab6a536953af1919e/assets/manifest/site.manager-magazin.webmanifest?1743671828" /> <link rel="canonical" href="https://abo.manager-magazin.de/"> <title itemprop="name">manager+ im Abo</title> <link crossorigin rel="stylesheet" href="/build/assets/manager-magazin-css-72bCiGEt.css"> <script crossorigin type="module" src="/build/assets/manager-magazin-js-ClsPC8pa.js" defer></script> <script> // --- CONFIG SCRIPT --- // Initializing Data Layer before Sourcepoint window.SARAs_data = window.SARAs_data || []; //Please fill this variable dynamically: if the users sees a Ad-Free Product (Werbefrei Lesen) set true else false. let adFreeTrackingOption = false; // OPTIONAL: Sourcepoint config collection. Domain speficif config can be defined elsewhere let sourcepointConfig = { spon: { accountId: 331, baseEndpoint: 'https://sp-spiegel-de.spiegel.de', campaignEnv: "stage", propertyHref: 'https://COMMERCE-spiegel-shop', propertyId: 29450, privacyManagerId: 755220, }, mmo: { accountId: 331, baseEndpoint: 'https://sp-manager-magazin-de.manager-magazin.de', campaignEnv: "stage", propertyHref: 'https://COMMERCE-manager-shop', propertyId: 30273, privacyManagerId: 1124237, }, elf: { accountId: 331, baseEndpoint: 'https://consent.11freunde.de', campaignEnv: "stage", propertyHref: 'https://COMMERCE-11freunde-shop', propertyId: 35378, privacyManagerId: 1123109, }, }; // loading Sourcepoint intialisation with passing troubleshooting config and proper sourcepoint config data depending on the domain window.sourcepointWatcher = SourcepointWatcher({ debug: true, loggingFunction: undefined, }, sourcepointConfig.mmo); // this config is dynamically filled by devs // Setter function for sourcepoint config an event handling function SourcepointWatcher(configObject,sourcepointConfig) { var config = { debug: false, loggingFunction: undefined } for (var ck in configObject) { config[ck] = configObject[ck] } // sufficient for flat config objects // Logging function var trace = function () { } if (config.debug) { trace = config.loggingFunction ? config.loggingFunction : Function.prototype.bind.apply(console.debug, [console, '[SARAs Sourcepoint Watcher]']) } // Pre set data for event handling: var trackSourcepointObj = { _init: init, _ready: false, _errorOccurred: false, _settings: undefined, SARAs_data:{ event_action: 'page_data_ready', consent_action: 'rejected', } }; // Calling Initialisation performance.mark('sara_sourcepoint_start'); init(); trace('[SARAs Sourcepoint Watcher-Init] Ready', trackSourcepointObj); return trackSourcepointObj; /* --- FUNCTION DEFINITIONS --- */ // Init-Function to config Sourcepoint and add event listener function init() { // initalize Sourcepoint configs window._sp_queue = []; window._sp_ = { config: { accountId: sourcepointConfig.accountId, baseEndpoint: sourcepointConfig.baseEndpoint, propertyId: sourcepointConfig.propertyId, propertyHref: sourcepointConfig.propertyHref, campaignEnv: sourcepointConfig.campaignEnv, privacyManagerId: sourcepointConfig.privacyManagerId, gdpr: { includeTcfApi: false }, targetingParams:{ werbefreiPage: adFreeTrackingOption }, events: { onMessageChoiceSelect: function(message_type, choice_id, choice_type_id) { onMessageChoiceSelect(message_type, choice_id, choice_type_id); trace('[SARAs Sourcepoint Init] onMessageChoiceSelect', arguments); }, onMessageReady: function(message_type) { onMessageReady(message_type); trace('[SARAs Sourcepoint Init] onMessageReady', arguments); }, onMessageChoiceError: function(message_type, err) { onMessageChoiceError(message_type, err); trace('[SARAs Sourcepoint Init] onMessageChoiceError', arguments); }, onPrivacyManagerAction: function(message_type, pmData) { onPrivacyManagerAction(message_type, pmData); trace('[SARAs Sourcepoint Init] onPrivacyManagerAction', arguments); }, onPMCancel: function(message_type) { onPMCancel(message_type); trace('[SARAs Sourcepoint Init] onPMCancel', arguments); }, onMessageReceiveData: function(message_type, data) { onMessageReceiveData(message_type, data); trace('[SARAs Sourcepoint Init] onMessageReceiveData', arguments); }, onSPPMObjectReady: function() { onSPPMObjectReady(); trace('[SARAs Sourcepoint Init] onSPPMObjectReady', arguments); }, onConsentReady: function (message_type, consentUUID, euconsent) { onConsentReady(message_type, consentUUID, euconsent); trace('[SARAs Sourcepoint Init] onConsentReady', arguments); }, onError: function(message_type, errorCode, errorObject, userReset) { onError(message_type, errorCode, errorObject, userReset); trace('[SARAs Sourcepoint Init] onError', arguments); }, } } } } // callback functions for tracking function onConsentReady(message_type, consentUUID, euconsent) { var eventName = 'sourcepoint - consent'; var consentReady = trackSourcepointObj._ready = true; //var consent_message; trackSourcepointObj.SARAs_data.consent_action = "onConsentReady"; trackSourcepointObj._settings = { consents: get_customVendors(), } //activateDlc(trackSourcepointObj.SARAs_data.consent_action); trackSourcepoint(trackSourcepointObj.SARAs_data.event_action, eventName, consentReady, trackSourcepointObj.SARAs_data.consent_action, trackSourcepointObj._settings); trace('[SARAs Sourcepoint Init-Event]', trackSourcepointObj.SARAs_data.consent_action, trackSourcepointObj); } function onMessageReceiveData(message_type, data) { trackSourcepointObj.SARAs_data.consent_action = 'onMessageReceiveData'; trackSourcepointObj.SARAs_data.event_action = 'page_data_ready'; if (data && data.messageId == 0) { trackSourcepointObj._message = "donotshow" } trace('[SARAs Sourcepoint Init-Event]', trackSourcepointObj.SARAs_data.consent_action); } function onMessageReady(message_type) { let eventName = 'sourcepoint - consent'; let consentReady = trackSourcepointObj._ready; if (trackSourcepointObj._message == "shown" || trackSourcepointObj._message == "donotshow"){ trackSourcepointObj.SARAs_data.event_action = 'sourcepoint_message'; } trackSourcepointObj._message = "shown"; trackSourcepointObj.SARAs_data.consent_action = 'onMessageReady'; trackSourcepointObj._settings = { consents: get_customVendors(), } //activateDlc(trackSourcepointObj.SARAs_data.consent_action); trackSourcepoint(trackSourcepointObj.SARAs_data.event_action, eventName, consentReady, trackSourcepointObj.SARAs_data.consent_action, trackSourcepointObj._settings); trace('[SARAs Sourcepoint Init-Event]', trackSourcepointObj.SARAs_data.consent_action); } function onMessageChoiceSelect(message_type, choice_id, choice_type_id) { trackSourcepointObj.SARAs_data.consent_action = 'onMessageChoiceSelect'; if (trackSourcepointObj.SARAs_data.event_action == 'page_data_ready') { trackSourcepointObj.SARAs_data.event_action = 'consent_completed'; } if (trackSourcepointObj._settings.consents.consentedPurposes.length>0) { } trace('[SARAs Sourcepoint Init-Event]', trackSourcepointObj.SARAs_data.consent_action); } function onMessageChoiceError(message_type, err) { trackSourcepointObj.SARAs_data.consent_action = 'onMessageChoiceError'; trackSourcepointObj.SARAs_data.event_action = 'error'; trace('[SARAs Sourcepoint Init-Event]', trackSourcepointObj.SARAs_data.consent_action); } function onPrivacyManagerAction(message_type, pmData) { trackSourcepointObj.SARAs_data.consent_action = 'onPrivacyManagerAction'; trackSourcepointObj.SARAs_data.event_action = 'consent_completed'; trace('[SARAs Sourcepoint Init-Event]', trackSourcepointObj.SARAs_data.consent_action); } function onPMCancel(message_type) { trackSourcepointObj.SARAs_data.consent_action = 'onPMCancel'; trace('[SARAs Sourcepoint Init-Event]', trackSourcepointObj.SARAs_data.consent_action); } function onSPPMObjectReady() { trackSourcepointObj.SARAs_data.consent_action = 'onSPPMObjectReady'; trace('[SARAs Sourcepoint Init-Event]', trackSourcepointObj.SARAs_data.consent_action); } function onError(message_type, errorCode, errorObject, userReset) { trackSourcepointObj._errorOccurred = true; trackSourcepointObj.SARAs_data.event_action = 'error'; var eventName = 'sourcepoint - error'; var consentReady = trackSourcepointObj._ready = false; trackSourcepointObj.SARAs_data.consent_action = 'error'; //activateDlc(consent_action); trackSourcepoint(trackSourcepointObj.SARAs_data.event_action, eventName, consentReady, trackSourcepointObj.SARAs_data.consent_action); trace('[SARAs Sourcepoint Init-Event] onError', trackSourcepointObj); } // helper function to recieve consent settings from Sourcepoint function get_customVendors() { let customVendors; window._sp_.gdpr.getCustomVendorConsents((vendorConsents, success) => customVendors = vendorConsents); return customVendors; } // tracking function und send information for further processing function trackSourcepoint(eventAction, eventName, consentReady, consentAction, consentSettings) { var saraObject = { event:{ info:{ action: eventAction, name: eventName }, attributes:{ source:"ohl|shop|sourcepoint-handler|v1.0" } }, consent:{ info: { ready: consentReady, action: consentAction, }, settings: consentSettings || {} } } SARAs_data.push(["mode:arrayReplace", saraObject]); } } </script> <script src="https://sp-spiegel-de.spiegel.de/unified/wrapperMessagingWithoutDetection.js"></script> <script src="https://assets.adobedtm.com/cc10f7b4369d/f4b645a84456/launch-ba5f2a1e4521.min.js" async></script> <link rel="preload" href="/build/assets/national-2-narrow-web-bold-Bi8jr-L1.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/build/assets/national-2-web-bold-BtIGV65u.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/build/assets/national-2-web-regular-UZOZdNhg.woff2" as="font" type="font/woff2" crossorigin> </head> <body x-data :class="{ 'overflow-hidden': $store.modal.current != null, 'max-lg:overflow-hidden': $store.navigation.isOpen }"> <header class="z-10 sticky top-0 w-full" x-data="{ isOpen: false }"> <div class="w-full h-1.5 bg-primary-base dark:bg-primary-base"></div> <div class="bg-white dark:bg-white-dark border-b border-light dark:border-light-dark"> <div class="container"> <div class="flex justify-between py-3 lg:py-6 gap-4"> <div class="flex items-center"> <a href="/" title="Zur Startseite wechseln" aria-label="Zur Startseite wechseln" > <div class="dark:hidden"> <div class="flex items-center [&_svg]:max-w-full [&_svg]:w-auto [&_svg]:h-auto [&_svg]:max-h-full [&_svg]:overflow-visible h-[26px] lg:h-[33px]"> <svg width="128" height="34" viewBox="0 0 128 34" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.327 7.63624C23.3951 7.63624 25.4489 9.53794 25.4489 13.0793V26.4926H19.8199V14.7951C19.8199 13.2568 19.3466 12.2764 17.9182 12.2764C16.642 12.2764 15.577 13.2653 15.577 15.784V26.4926H9.94799V14.7951C9.94799 13.2568 9.43241 12.2764 8.01248 12.2764C6.72778 12.2764 5.66283 13.2653 5.66283 15.784V26.4926H0V7.99968H4.75002L5.37546 11.3974C5.65438 10.2902 6.29673 9.30973 7.20954 8.62512C8.12236 7.94051 9.23802 7.58553 10.379 7.62779C11.4862 7.57708 12.5681 7.91516 13.4471 8.58286C14.3261 9.25057 14.9516 10.2056 15.2051 11.279C15.5517 10.1972 16.2363 9.26747 17.1575 8.60822C18.0788 7.94896 19.1945 7.61088 20.327 7.63624ZM42.2599 21.5229C42.2599 22.3258 42.6656 22.6554 43.2065 22.6554C43.5108 22.6554 43.8066 22.554 44.0433 22.3596L44.2292 26.0193C43.3502 26.5602 42.336 26.8392 41.3048 26.8222C40.6709 26.8476 40.0371 26.7293 39.4539 26.4757C38.8707 26.2222 38.3551 25.8418 37.941 25.3601C37.6705 25.0051 37.4592 24.6163 37.3155 24.1937C36.6901 25.7996 34.8644 26.8222 32.743 26.8222C29.565 26.8222 27.4774 24.8107 27.4774 21.5229C27.4774 17.7195 30.4018 15.7079 34.8644 15.7079C35.5237 15.7079 36.1914 15.767 36.8422 15.8938V13.6963C36.8422 12.5299 36.3266 11.7185 35.1603 11.7185C33.9939 11.7185 33.3346 12.6314 33.3346 14.2795L28.2127 13.5442C28.4325 9.99434 31.061 7.6954 35.38 7.6954C40.0201 7.6954 42.2177 9.81685 42.2177 13.6879L42.2599 21.5229ZM36.8507 18.7844C36.5126 18.6914 36.1745 18.6492 35.828 18.6407C33.9263 18.6407 32.8698 19.4437 32.8698 21.0495C32.8698 22.3258 33.6051 23.0949 34.6954 23.0949C35.7857 23.0949 36.8929 22.3596 36.8929 20.5002L36.8507 18.7844ZM51.3627 11.3974C51.6754 10.2733 52.3685 9.28438 53.3151 8.59977C54.2617 7.91516 55.4197 7.57708 56.586 7.62779C59.6541 7.62779 61.7079 9.60555 61.7079 13.1807V26.4842H56.0789V14.7951C56.0789 13.2568 55.5295 12.2764 54.1012 12.2764C52.6728 12.2764 51.6163 13.2991 51.6163 15.86V26.5349H45.9872V7.99968H50.7373L51.3627 11.3974ZM78.5527 21.5229C78.5527 22.3258 78.9584 22.6554 79.4994 22.6554C79.8036 22.6554 80.0995 22.554 80.3361 22.3596L80.5221 26.0193C79.6431 26.5602 78.6288 26.8392 77.5977 26.8222C76.9638 26.8476 76.3299 26.7293 75.7467 26.4757C75.1635 26.2222 74.6479 25.8418 74.2338 25.3601C73.9633 25.0051 73.752 24.6163 73.6083 24.1937C72.9829 25.8418 71.1573 26.8222 69.0358 26.8222C65.8579 26.8222 63.7702 24.8107 63.7702 21.5229C63.7702 17.7195 66.6946 15.7079 71.1573 15.7079C71.8165 15.7079 72.4842 15.767 73.135 15.8938V13.6963C73.135 12.5299 72.6195 11.7185 71.4531 11.7185C70.2867 11.7185 69.6274 12.6314 69.6274 14.2795L64.5055 13.5442C64.7253 9.99434 67.3539 7.6954 71.6728 7.6954C76.313 7.6954 78.5105 9.81685 78.5105 13.6879L78.5527 21.5229ZM73.1435 18.7421C72.7969 18.6576 72.442 18.6238 72.087 18.6323C70.1853 18.6323 69.1626 19.4352 69.1626 21.0411C69.1626 22.3173 69.8979 23.0865 70.9882 23.0865C72.0785 23.0865 73.1857 22.3511 73.1857 20.4917L73.1435 18.7421ZM88.974 33.55C84.841 33.55 81.0376 32.3076 81.0376 29.1634C81.0376 27.2617 82.5336 26.0531 84.6973 25.7657C83.9705 25.5798 83.3366 25.1488 82.8802 24.5487C82.4238 23.9486 82.1955 23.2217 82.2124 22.4695C82.2124 20.7115 83.531 19.4352 85.2129 18.9196C84.2578 18.4548 83.4633 17.7195 82.914 16.8151C82.3646 15.9107 82.0857 14.8627 82.1026 13.8062C82.1026 9.85911 85.1706 7.62779 89.5572 7.62779C91.0279 7.59398 92.4816 7.92361 93.8001 8.57441C94.3495 7.6954 94.6369 6.68117 94.6369 5.65002L99.0235 7.03615C98.9136 7.83064 98.5839 8.58286 98.0515 9.19141C97.5275 9.79995 96.8344 10.2479 96.0568 10.4677C96.7668 11.4481 97.1387 12.6229 97.1133 13.8315C97.1133 17.7786 93.8255 19.9339 89.5488 19.9339C88.7458 19.9423 87.9513 19.8578 87.1738 19.6803C86.9794 19.7648 86.8103 19.9085 86.692 20.0945C86.5737 20.2804 86.5145 20.4917 86.5145 20.703C86.5145 21.3623 87.0301 21.582 87.7908 21.582H91.8477C96.378 21.582 98.6431 23.5936 98.6431 26.9152C98.6262 31.5046 94.0959 33.55 88.974 33.55ZM89.2699 30.0425C91.9407 30.0425 93.7325 29.3494 93.7325 27.921C93.7325 27.0082 92.9972 26.5349 91.6449 26.5349H87.478C86.3117 26.5349 85.5425 27.0843 85.5425 28.0731C85.5425 29.3832 87.0047 30.0425 89.2699 30.0425ZM89.5572 16.5869C90.8757 16.5869 91.5688 15.5642 91.5688 13.7724C91.5688 11.9806 90.8335 10.9917 89.5572 10.9917C88.281 10.9917 87.4696 11.9806 87.4696 13.7724C87.478 15.5642 88.2049 16.5869 89.5572 16.5869ZM109.588 20.1367L114.229 21.4552C113.392 25.0051 110.569 26.8645 107.104 26.8645C102.092 26.8645 98.9896 23.3147 98.9896 17.356C98.9896 11.3974 101.99 7.63624 107.213 7.63624C112.073 7.63624 114.381 11.2199 114.381 15.6825C114.364 16.5615 114.279 17.449 114.127 18.3111H104.365C104.399 21.1594 105.422 22.6977 107.18 22.6977C108.498 22.7315 109.267 21.7764 109.588 20.1367ZM109.225 15.4881C109.242 15.2092 109.242 14.9303 109.225 14.6514C109.225 13.0455 108.6 11.6171 107.07 11.6171C105.531 11.6171 104.509 13.1892 104.365 15.4881H109.225ZM127.65 13.6625C127.059 13.4259 126.425 13.316 125.782 13.3329C123.695 13.3329 122.275 14.719 122.275 17.4659V26.4926H116.646V7.99968H121.396L122.021 11.9468C122.604 9.02237 124.802 7.26435 127.87 7.74612L127.65 13.6625Z" fill="black"/> </svg> </div> </div> <div class="hidden dark:block"> <div class="flex items-center [&_svg]:max-w-full [&_svg]:w-auto [&_svg]:h-auto [&_svg]:max-h-full [&_svg]:overflow-visible h-[26px] lg:h-[33px]"> <svg width="128" height="33" viewBox="0 0 128 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.327 6.986c3.068 0 5.122 1.902 5.122 5.443v13.414h-5.63V14.145c0-1.538-.472-2.519-1.9-2.519-1.277 0-2.342.99-2.342 3.508v10.709H9.948V14.145c0-1.538-.516-2.519-1.936-2.519-1.284 0-2.35.99-2.35 3.508v10.709H0V7.35h4.75l.625 3.397a4.977 4.977 0 0 1 5.004-3.77 4.707 4.707 0 0 1 3.068.956 4.772 4.772 0 0 1 1.758 2.696 5.249 5.249 0 0 1 5.122-3.643ZM42.26 20.873c0 .803.406 1.132.947 1.132.304 0 .6-.101.836-.295l.186 3.66a5.41 5.41 0 0 1-2.924.802 4.223 4.223 0 0 1-3.364-1.462 4.09 4.09 0 0 1-.626-1.166c-.625 1.605-2.45 2.628-4.572 2.628-3.178 0-5.266-2.011-5.266-5.3 0-3.803 2.925-5.814 7.387-5.814.66 0 1.327.059 1.978.186v-2.198c0-1.166-.515-1.977-1.682-1.977-1.166 0-1.825.912-1.825 2.56l-5.122-.735c.22-3.55 2.848-5.849 7.167-5.849 4.64 0 6.838 2.122 6.838 5.993l.042 7.835Zm-5.41-2.739a4.206 4.206 0 0 0-1.022-.143c-1.902 0-2.958.803-2.958 2.409 0 1.276.735 2.045 1.825 2.045 1.09 0 2.198-.735 2.198-2.595l-.042-1.716Zm14.513-7.387a5.174 5.174 0 0 1 1.952-2.797 5.201 5.201 0 0 1 3.271-.972c3.068 0 5.122 1.978 5.122 5.553v13.303h-5.63V14.145c0-1.538-.549-2.519-1.977-2.519s-2.485 1.023-2.485 3.584v10.675h-5.629V7.35h4.75l.626 3.397Zm27.19 10.126c0 .803.405 1.132.946 1.132.305 0 .6-.101.837-.295l.186 3.66a5.41 5.41 0 0 1-2.924.802 4.223 4.223 0 0 1-3.364-1.462 4.09 4.09 0 0 1-.626-1.166c-.625 1.648-2.45 2.628-4.572 2.628-3.178 0-5.266-2.011-5.266-5.3 0-3.803 2.925-5.814 7.387-5.814.66 0 1.327.059 1.978.186v-2.198c0-1.166-.516-1.977-1.682-1.977s-1.826.912-1.826 2.56l-5.121-.735c.22-3.55 2.848-5.849 7.167-5.849 4.64 0 6.837 2.122 6.837 5.993l.043 7.835Zm-5.41-2.78a4.05 4.05 0 0 0-1.056-.11c-1.902 0-2.924.802-2.924 2.408 0 1.276.735 2.045 1.825 2.045 1.09 0 2.198-.735 2.198-2.594l-.043-1.75ZM88.975 32.9c-4.133 0-7.936-1.242-7.936-4.387 0-1.901 1.496-3.11 3.66-3.397a3.316 3.316 0 0 1-1.818-1.217 3.29 3.29 0 0 1-.667-2.08c0-1.758 1.318-3.034 3-3.55a5.525 5.525 0 0 1-2.299-2.104 5.63 5.63 0 0 1-.811-3.009c0-3.947 3.068-6.178 7.454-6.178a9.114 9.114 0 0 1 4.243.946A5.51 5.51 0 0 0 94.638 5l4.386 1.386a4.123 4.123 0 0 1-.971 2.155 4.114 4.114 0 0 1-1.995 1.277 5.526 5.526 0 0 1 1.056 3.364c0 3.947-3.287 6.102-7.564 6.102a10.175 10.175 0 0 1-2.375-.254 1.087 1.087 0 0 0-.482.414 1.133 1.133 0 0 0-.177.609c0 .66.515.879 1.276.879h4.057c4.53 0 6.795 2.012 6.795 5.333-.017 4.59-4.547 6.635-9.669 6.635Zm.296-3.508c2.67 0 4.463-.693 4.463-2.121 0-.913-.736-1.386-2.088-1.386h-4.167c-1.166 0-1.935.55-1.935 1.538 0 1.31 1.462 1.97 3.727 1.97Zm.287-13.455c1.319 0 2.012-1.023 2.012-2.815 0-1.791-.736-2.78-2.012-2.78s-2.087.989-2.087 2.78c.008 1.792.735 2.815 2.087 2.815Zm20.031 3.55 4.641 1.318c-.837 3.55-3.66 5.41-7.125 5.41-5.012 0-8.114-3.55-8.114-9.509 0-5.959 3-9.72 8.223-9.72 4.86 0 7.168 3.584 7.168 8.047a17.119 17.119 0 0 1-.254 2.628h-9.762c.034 2.848 1.057 4.387 2.815 4.387 1.318.034 2.087-.922 2.408-2.561Zm-.363-4.649a6.87 6.87 0 0 0 0-.837c0-1.605-.625-3.034-2.155-3.034-1.539 0-2.561 1.572-2.705 3.871h4.86Zm18.425-1.825a4.683 4.683 0 0 0-1.868-.33c-2.087 0-3.507 1.386-3.507 4.133v9.027h-5.629V7.35h4.75l.625 3.947c.583-2.925 2.781-4.683 5.849-4.2l-.22 5.915Z" fill="#F0EFEE"/></svg> </div> </div> </a> </div> <div class="flex gap-4 items-center"> <a href="https://gruppenkonto.spiegel.de/manager/" class="flex items-center justify-center size-6" aria-label="Account" > <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.05 8.5C8.05 6.29213 9.79213 4.55 12 4.55C14.2079 4.55 15.95 6.29213 15.95 8.5C15.95 10.7079 14.2079 12.45 12 12.45C9.79213 12.45 8.05 10.7079 8.05 8.5Z" stroke=" currentColor " stroke-width="1.1"/> <mask id="path-2-inside-1_3161_193" fill="white"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 16.1H16C18.1539 16.1 19.9 17.8461 19.9 20H21C21 17.2386 18.7614 15 16 15H8C5.23858 15 3 17.2386 3 20H4.1C4.1 17.8461 5.84609 16.1 8 16.1Z"/> </mask> <path d="M19.9 20H18.6V21.3H19.9V20ZM21 20V21.3H22.3V20H21ZM3 20H1.7V21.3H3V20ZM4.1 20V21.3H5.4V20H4.1ZM16 14.8H8V17.4H16V14.8ZM21.2 20C21.2 17.1281 18.8719 14.8 16 14.8V17.4C17.4359 17.4 18.6 18.5641 18.6 20H21.2ZM19.9 21.3H21V18.7H19.9V21.3ZM16 16.3C18.0435 16.3 19.7 17.9565 19.7 20H22.3C22.3 16.5206 19.4794 13.7 16 13.7V16.3ZM16 13.7H8V16.3H16V13.7ZM4.3 20C4.3 17.9565 5.95655 16.3 8 16.3V13.7C4.52061 13.7 1.7 16.5206 1.7 20H4.3ZM3 21.3H4.1V18.7H3V21.3ZM8 14.8C5.12812 14.8 2.8 17.1281 2.8 20H5.4C5.4 18.5641 6.56406 17.4 8 17.4V14.8Z" fill=" currentColor " mask="url(#path-2-inside-1_3161_193)"/> </svg> </a> <button class="flex lg:hidden items-center justify-center size-6" @click="isOpen = !isOpen; $store.navigation.toggleNavigationState()" aria-label="Mobile Menu"> <span x-show="!isOpen"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <line x1="19.35" y1="6.99705" x2="4.65" y2="6.99705" stroke=" currentColor " stroke-width="1.3" stroke-linecap="round"/> <line x1="19.35" y1="11.997" x2="4.65" y2="11.997" stroke=" currentColor " stroke-width="1.3" stroke-linecap="round"/> <line x1="19.35" y1="16.997" x2="4.65" y2="16.997" stroke=" currentColor " stroke-width="1.3" stroke-linecap="round"/> </svg> </span> <span x-show="isOpen" x-cloak> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18 18L6.00003 6M18 6L6.00003 18" stroke=" currentColor " stroke-width="2.2" stroke-linecap="round"/> </svg> </span> </button> </div> </div> </div> </div> <div class="hidden lg:block border-b border-b-light dark:border-b-light-dark bg-white dark:bg-white-dark"> <div class="container"> <nav aria-label="Hauptnavigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement" > <ul class="py-4.5 flex flex-wrap gap-8"> <li> <a class="link link--underline-default active" href="/" > manager+ </a> </li> <li> <a class="link link--underline-default" href="https://abo.manager-magazin.de/manager-magazin/" > manager magazin </a> </li> <li> <a class="link link--underline-default" href="https://abo.manager-magazin.de/harvard-business-manager/" > Harvard Business manager </a> </li> <li> <a class="link link--underline-default" href="https://abo.manager-magazin.de/werbefrei-lesen/" > Werbefrei lesen </a> </li> <li> <a class="link link--underline-default" href="https://abo.manager-magazin.de/einzelhefte/" > Einzelhefte </a> </li> <li> <a class="link link--underline-default" href="https://abo.manager-magazin.de/service/" > Service </a> </li> </ul> </nav> </div> </div> <div x-show="isOpen" x-cloak x-transition:enter-start="translate-x-full" x-transition:enter-end="translate-x-0" x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full" class="-z-10 block lg:hidden fixed top-[var(--header-height)] bg-white dark:bg-white-dark overflow-y-auto overscroll-none w-full transform motion-safe:transition h-[calc(100dvh_-_var(--header-height))] outline outline-8 outline-primary-base dark:outline-darkmode-primary-base" > <div class="container"> <nav> <ul class="list-none"> <li> <a class="font-bold group flex items-center justify-between py-4 hover:text-primary-dark active:text-primary-darker dark:hover:text-primary-lighter dark:active:text-inverted " href="https://abo.manager-magazin.de/manager-magazin/" > <span>manager magazin</span> <div class="pr-1 group-hover:text-primary-dark group-active:text-primary-darker dark:group-hover:text-primary-lighter dark:group-active:text-inverted text-graphic"> <span class="icon icon-chevron-right"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4L10 8L6 12" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/> </svg> </span> </div> </a> </li> <li> <a class="font-bold group flex items-center justify-between py-4 hover:text-primary-dark active:text-primary-darker dark:hover:text-primary-lighter dark:active:text-inverted " href="https://abo.manager-magazin.de/harvard-business-manager/" > <span>Harvard Business manager</span> <div class="pr-1 group-hover:text-primary-dark group-active:text-primary-darker dark:group-hover:text-primary-lighter dark:group-active:text-inverted text-graphic"> <span class="icon icon-chevron-right"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4L10 8L6 12" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/> </svg> </span> </div> </a> </li> <li> <a class="font-bold group flex items-center justify-between py-4 hover:text-primary-dark active:text-primary-darker dark:hover:text-primary-lighter dark:active:text-inverted " href="https://abo.manager-magazin.de/werbefrei-lesen/" > <span>Werbefrei lesen</span> <div class="pr-1 group-hover:text-primary-dark group-active:text-primary-darker dark:group-hover:text-primary-lighter dark:group-active:text-inverted text-graphic"> <span class="icon icon-chevron-right"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4L10 8L6 12" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/> </svg> </span> </div> </a> </li> <li> <a class="font-bold group flex items-center justify-between py-4 hover:text-primary-dark active:text-primary-darker dark:hover:text-primary-lighter dark:active:text-inverted " href="https://abo.manager-magazin.de/einzelhefte/" > <span>Einzelhefte</span> <div class="pr-1 group-hover:text-primary-dark group-active:text-primary-darker dark:group-hover:text-primary-lighter dark:group-active:text-inverted text-graphic"> <span class="icon icon-chevron-right"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4L10 8L6 12" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/> </svg> </span> </div> </a> </li> <li> <a class="font-bold group flex items-center justify-between py-4 hover:text-primary-dark active:text-primary-darker dark:hover:text-primary-lighter dark:active:text-inverted " href="https://abo.manager-magazin.de/service/" > <span>Service</span> <div class="pr-1 group-hover:text-primary-dark group-active:text-primary-darker dark:group-hover:text-primary-lighter dark:group-active:text-inverted text-graphic"> <span class="icon icon-chevron-right"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4L10 8L6 12" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/> </svg> </span> </div> </a> </li> </ul> </nav> </div> </div> </header> <main class="content-main" id="content-main"> <div class="cms-breadcrumb"> </div> <div class="cms-page"> <div class="cms-sections"> <div class="cms-section pos-0 cms-section-default" style=""> <div class="cms-section-default boxed"> <div class="cms-block-container pos-0 cms-block-intro"> <div class="cms-element-intro "> <div x-data="aboForm('0')"> <section class="sm:bg-add-blue-light"> <div class="sm:container"> <div class="flex flex-col-reverse sm:grid grid-cols-2 lg:grid-cols-12 sm:gap-6"> <div class="lg:col-span-5 flex items-center justify-center sm:justify-start py-6 sm:p-0"> <div class="max-sm:container w-full"> <div class="text-center sm:text-left sm:border sm:border-light rounded bg-white dark:bg-white-dark flex flex-col sm:my-6 sm:p-4 lg:px-8 lg:py-10 sm:max-w-hero-text-sm lg:max-w-hero-text-lg w-full"> <div class="pb-2 sm:pb-4 flex justify-center sm:justify-start gap-4 items-center flex-wrap"> <span class="icon icon-manager-plus"> <svg width="122" height="26" viewBox="0 0 103 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.5034 4.39119C15.5435 4.39119 16.9036 5.6541 16.9036 8.00992V16.9231H13.1634V9.15139C13.1634 8.13135 12.8477 7.47561 11.9005 7.47561C11.0505 7.47561 10.3461 8.13135 10.3461 9.80713V16.9231H6.60599V9.15139C6.60599 8.13135 6.26597 7.47561 5.31879 7.47561C4.46876 7.47561 3.76444 8.13135 3.76444 9.80713V16.9231H0V4.63406H3.15727L3.57015 6.89273C3.94902 5.37724 5.33822 4.33291 6.89743 4.39119C8.41292 4.32319 9.7584 5.34323 10.1033 6.81987C10.5793 5.34809 11.9588 4.36205 13.5034 4.39119ZM28.0754 13.6201C28.0754 14.1545 28.3426 14.373 28.7069 14.373C28.9109 14.373 29.1052 14.305 29.2655 14.1787L29.3869 16.6074C28.8041 16.9669 28.1289 17.1514 27.444 17.1417C26.5891 17.1757 25.7682 16.8163 25.2096 16.1703C25.0299 15.9371 24.889 15.6748 24.7967 15.3931C24.3839 16.4617 23.1695 17.1417 21.7609 17.1417C19.648 17.1417 18.2636 15.806 18.2636 13.6201C18.2636 11.0943 20.2066 9.75856 23.1695 9.75856C23.6116 9.75856 24.0487 9.79742 24.481 9.87999V8.42279C24.481 7.64562 24.141 7.11131 23.3638 7.11131C22.5867 7.11131 22.1495 7.71848 22.1495 8.81138L18.7493 8.32564C18.8951 5.96983 20.6437 4.43977 23.5095 4.43977C26.594 4.43977 28.0512 5.8484 28.0512 8.42279L28.0754 13.6201ZM24.481 11.7986C24.2576 11.7404 24.0293 11.7064 23.801 11.7015C22.5381 11.7015 21.8338 12.2358 21.8338 13.3044C21.8338 14.1545 22.3195 14.6645 23.0481 14.6645C23.7767 14.6645 24.5053 14.1787 24.5053 12.9401L24.481 11.7986ZM34.1228 6.89273C34.5551 5.35295 35.9978 4.31348 37.5958 4.39119C39.6359 4.39119 40.996 5.70268 40.996 8.08278V16.9231H37.2558V9.15139C37.2558 8.13135 36.8915 7.47561 35.9443 7.47561C34.9972 7.47561 34.2929 8.15564 34.2929 9.85571V16.9474H30.5527V4.63406H33.71L34.1228 6.89273ZM52.1922 13.6201C52.1922 14.1545 52.4593 14.373 52.8236 14.373C53.0276 14.373 53.2219 14.305 53.3822 14.1787L53.5036 16.6074C52.9208 16.9669 52.2456 17.1514 51.5607 17.1417C50.7058 17.1757 49.8849 16.8163 49.3263 16.1703C49.1466 15.9371 49.0057 15.6748 48.9135 15.3931C48.5006 16.486 47.2862 17.1417 45.8776 17.1417C43.7647 17.1417 42.3803 15.806 42.3803 13.6201C42.3803 11.0943 44.3233 9.75856 47.2862 9.75856C47.7283 9.75856 48.1654 9.79742 48.5977 9.87999V8.42279C48.5977 7.64562 48.2577 7.11131 47.4805 7.11131C46.7034 7.11131 46.2662 7.71848 46.2662 8.81138L42.8661 8.32564C43.0118 5.96983 44.7604 4.43977 47.6263 4.43977C50.7107 4.43977 52.1679 5.8484 52.1679 8.42279L52.1922 13.6201ZM48.5977 11.7744C48.3646 11.7209 48.1314 11.6966 47.8934 11.7015C46.6305 11.7015 45.9505 12.2358 45.9505 13.3044C45.9505 14.1545 46.4362 14.6645 47.1648 14.6645C47.8934 14.6645 48.622 14.1787 48.622 12.9401L48.5977 11.7744ZM59.1139 21.6105C56.3695 21.6105 53.8437 20.7847 53.8437 18.6961C53.8437 17.4332 54.8394 16.6317 56.2723 16.4374C55.2814 16.18 54.5965 15.2765 54.6208 14.2516C54.6208 13.0858 55.4952 12.2358 56.6124 11.8958C55.3203 11.2595 54.5188 9.93342 54.548 8.49565C54.548 5.87268 56.5881 4.39119 59.5025 4.39119C60.4788 4.37177 61.4454 4.58549 62.3197 5.02265C62.684 4.43977 62.8735 3.7646 62.8783 3.07971L65.7927 4.00261C65.647 5.0858 64.8747 5.9844 63.8255 6.28556C64.2967 6.93644 64.5444 7.71848 64.5298 8.51994C64.5298 11.1429 62.344 12.5758 59.5025 12.5758C58.973 12.5855 58.4436 12.5272 57.9238 12.4058C57.6567 12.5224 57.4818 12.7944 57.4867 13.0858C57.4867 13.523 57.8267 13.6687 58.3367 13.6687H61.0325C64.0441 13.6687 65.5499 15.0045 65.5499 17.2146C65.5256 20.2504 62.514 21.6105 59.1139 21.6105ZM59.3082 19.279C61.0811 19.279 62.2712 18.8175 62.2712 17.8703C62.2712 17.2632 61.7854 16.9474 60.8868 16.9474H58.1181C57.341 16.9474 56.8309 17.3117 56.8309 17.9675C56.8309 18.8418 57.8024 19.279 59.3082 19.279ZM59.5025 10.3414C60.3768 10.3414 60.8382 9.66141 60.8382 8.47136C60.8382 7.28131 60.3525 6.62557 59.5025 6.62557C58.6524 6.62557 58.1181 7.28131 58.1181 8.47136C58.1181 9.66141 58.6039 10.3414 59.5025 10.3414ZM72.8116 12.6973L75.896 13.5716C75.3374 15.9274 73.4673 17.166 71.1601 17.166C67.8328 17.166 65.7684 14.8102 65.7684 10.8515C65.7684 6.89273 67.7599 4.39119 71.2329 4.39119C74.4631 4.39119 75.9931 6.77129 75.9931 9.73427C75.9834 10.322 75.9252 10.9049 75.8232 11.4829H69.3386C69.3629 13.3773 70.0429 14.3973 71.2087 14.3973C72.083 14.4216 72.593 13.7902 72.8116 12.6973ZM72.5687 9.61284C72.5784 9.42826 72.5784 9.23882 72.5687 9.05425C72.5687 7.98563 72.1558 7.03845 71.1358 7.03845C70.1158 7.03845 69.4357 8.08278 69.3386 9.61284H72.5687ZM84.8092 8.3985C84.4158 8.24307 83.9932 8.16535 83.5706 8.17992C82.1863 8.17992 81.2391 9.10282 81.2391 10.9243V16.9231H77.4989V4.63406H80.6562L81.0691 7.25703C81.4577 5.31409 82.9149 4.14833 84.9549 4.46405L84.8092 8.3985Z" fill="currentColor"/> <path class="dark:fill-current" d="M90.0117 4.6001V16.9232H102.335V4.6001H90.0117ZM100.387 11.7161H97.1083V14.9802H95.2382V11.7161H91.9547V9.8266H95.2382V6.54789H97.1083V9.8266H100.387V11.7161Z" fill="#1B43A4"/> </svg> </span> </div> <h1 class="text-4xl lg:text-7xl font-extrabold"> manager+ im Abo </h1> <div class="js-selected-bonus" x-show="selectedBonuses[selectedProductId]" x-cloak x-transition.opacity> <div class="mt-4 lg:mt-6"> <span class="font-bold">Ihre Prämie:</span> <span x-text="selectedBonuses[selectedProductId]?.title"></span> </div> </div> </div> </div> </div> <div class="lg:col-span-7 flex items-center justify-center lg:justify-end py-6 bg-add-blue-light"> <div class="aspect-[4/3] sm:aspect-square sm:max-w-hero-image-sm lg:max-w-hero-image-lg flex justify-center items-center"> <img src="https://abo.manager-magazin.de/media/09/11/e3/1734692449/m-plus-devices-standardgrafik.webp?ts=1742472926" srcset="https://abo.manager-magazin.de/thumbnail/09/11/e3/1734692449/m-plus-devices-standardgrafik_1920x1920.webp?ts=1742472926 1920w, https://abo.manager-magazin.de/thumbnail/09/11/e3/1734692449/m-plus-devices-standardgrafik_800x800.webp?ts=1742472926 800w, https://abo.manager-magazin.de/thumbnail/09/11/e3/1734692449/m-plus-devices-standardgrafik_400x400.webp?ts=1742472926 400w" sizes="(min-width: 1200px) 1200px, (min-width: 992px) 1200px, (min-width: 768px) 850px, (min-width: 576px) 700px, (min-width: 0px) 1000px, 100vw" class="max-h-hero-image sm:max-h-full object-contain" alt="Alle Inhalte von manager magazin+ und Harvard Business manager+ im Abo" width="667" height="668" loading="eager" title="manager+ 4 Devices" /> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="cms-section pos-1 cms-section-default" style=""> <div class="cms-section-default boxed"> <div class="cms-block-container pos-0 cms-block-abo-cards"> <section class="cms-element-abo-cards padding-small"> <div class="container"> <div class="grid lg:grid-cols-3 gap-4 lg:gap-6"> <div x-data="aboForm('0195b7c67cb673bb97a3d8a3bedb59d0')" class="cms-element-abo-card-item flex flex-col p-4 py-6 sm:p-6 border border-light dark:border-light-dark rounded shadow-sm shadow-black/10 dark:shadow-shade-lightest/10" data-index="1"> <div class="flex flex-col"> <div class="pb-4 flex gap-4 items-center flex-wrap"> <span class="icon icon-manager-plus"> <svg width="122" height="26" viewBox="0 0 103 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.5034 4.39119C15.5435 4.39119 16.9036 5.6541 16.9036 8.00992V16.9231H13.1634V9.15139C13.1634 8.13135 12.8477 7.47561 11.9005 7.47561C11.0505 7.47561 10.3461 8.13135 10.3461 9.80713V16.9231H6.60599V9.15139C6.60599 8.13135 6.26597 7.47561 5.31879 7.47561C4.46876 7.47561 3.76444 8.13135 3.76444 9.80713V16.9231H0V4.63406H3.15727L3.57015 6.89273C3.94902 5.37724 5.33822 4.33291 6.89743 4.39119C8.41292 4.32319 9.7584 5.34323 10.1033 6.81987C10.5793 5.34809 11.9588 4.36205 13.5034 4.39119ZM28.0754 13.6201C28.0754 14.1545 28.3426 14.373 28.7069 14.373C28.9109 14.373 29.1052 14.305 29.2655 14.1787L29.3869 16.6074C28.8041 16.9669 28.1289 17.1514 27.444 17.1417C26.5891 17.1757 25.7682 16.8163 25.2096 16.1703C25.0299 15.9371 24.889 15.6748 24.7967 15.3931C24.3839 16.4617 23.1695 17.1417 21.7609 17.1417C19.648 17.1417 18.2636 15.806 18.2636 13.6201C18.2636 11.0943 20.2066 9.75856 23.1695 9.75856C23.6116 9.75856 24.0487 9.79742 24.481 9.87999V8.42279C24.481 7.64562 24.141 7.11131 23.3638 7.11131C22.5867 7.11131 22.1495 7.71848 22.1495 8.81138L18.7493 8.32564C18.8951 5.96983 20.6437 4.43977 23.5095 4.43977C26.594 4.43977 28.0512 5.8484 28.0512 8.42279L28.0754 13.6201ZM24.481 11.7986C24.2576 11.7404 24.0293 11.7064 23.801 11.7015C22.5381 11.7015 21.8338 12.2358 21.8338 13.3044C21.8338 14.1545 22.3195 14.6645 23.0481 14.6645C23.7767 14.6645 24.5053 14.1787 24.5053 12.9401L24.481 11.7986ZM34.1228 6.89273C34.5551 5.35295 35.9978 4.31348 37.5958 4.39119C39.6359 4.39119 40.996 5.70268 40.996 8.08278V16.9231H37.2558V9.15139C37.2558 8.13135 36.8915 7.47561 35.9443 7.47561C34.9972 7.47561 34.2929 8.15564 34.2929 9.85571V16.9474H30.5527V4.63406H33.71L34.1228 6.89273ZM52.1922 13.6201C52.1922 14.1545 52.4593 14.373 52.8236 14.373C53.0276 14.373 53.2219 14.305 53.3822 14.1787L53.5036 16.6074C52.9208 16.9669 52.2456 17.1514 51.5607 17.1417C50.7058 17.1757 49.8849 16.8163 49.3263 16.1703C49.1466 15.9371 49.0057 15.6748 48.9135 15.3931C48.5006 16.486 47.2862 17.1417 45.8776 17.1417C43.7647 17.1417 42.3803 15.806 42.3803 13.6201C42.3803 11.0943 44.3233 9.75856 47.2862 9.75856C47.7283 9.75856 48.1654 9.79742 48.5977 9.87999V8.42279C48.5977 7.64562 48.2577 7.11131 47.4805 7.11131C46.7034 7.11131 46.2662 7.71848 46.2662 8.81138L42.8661 8.32564C43.0118 5.96983 44.7604 4.43977 47.6263 4.43977C50.7107 4.43977 52.1679 5.8484 52.1679 8.42279L52.1922 13.6201ZM48.5977 11.7744C48.3646 11.7209 48.1314 11.6966 47.8934 11.7015C46.6305 11.7015 45.9505 12.2358 45.9505 13.3044C45.9505 14.1545 46.4362 14.6645 47.1648 14.6645C47.8934 14.6645 48.622 14.1787 48.622 12.9401L48.5977 11.7744ZM59.1139 21.6105C56.3695 21.6105 53.8437 20.7847 53.8437 18.6961C53.8437 17.4332 54.8394 16.6317 56.2723 16.4374C55.2814 16.18 54.5965 15.2765 54.6208 14.2516C54.6208 13.0858 55.4952 12.2358 56.6124 11.8958C55.3203 11.2595 54.5188 9.93342 54.548 8.49565C54.548 5.87268 56.5881 4.39119 59.5025 4.39119C60.4788 4.37177 61.4454 4.58549 62.3197 5.02265C62.684 4.43977 62.8735 3.7646 62.8783 3.07971L65.7927 4.00261C65.647 5.0858 64.8747 5.9844 63.8255 6.28556C64.2967 6.93644 64.5444 7.71848 64.5298 8.51994C64.5298 11.1429 62.344 12.5758 59.5025 12.5758C58.973 12.5855 58.4436 12.5272 57.9238 12.4058C57.6567 12.5224 57.4818 12.7944 57.4867 13.0858C57.4867 13.523 57.8267 13.6687 58.3367 13.6687H61.0325C64.0441 13.6687 65.5499 15.0045 65.5499 17.2146C65.5256 20.2504 62.514 21.6105 59.1139 21.6105ZM59.3082 19.279C61.0811 19.279 62.2712 18.8175 62.2712 17.8703C62.2712 17.2632 61.7854 16.9474 60.8868 16.9474H58.1181C57.341 16.9474 56.8309 17.3117 56.8309 17.9675C56.8309 18.8418 57.8024 19.279 59.3082 19.279ZM59.5025 10.3414C60.3768 10.3414 60.8382 9.66141 60.8382 8.47136C60.8382 7.28131 60.3525 6.62557 59.5025 6.62557C58.6524 6.62557 58.1181 7.28131 58.1181 8.47136C58.1181 9.66141 58.6039 10.3414 59.5025 10.3414ZM72.8116 12.6973L75.896 13.5716C75.3374 15.9274 73.4673 17.166 71.1601 17.166C67.8328 17.166 65.7684 14.8102 65.7684 10.8515C65.7684 6.89273 67.7599 4.39119 71.2329 4.39119C74.4631 4.39119 75.9931 6.77129 75.9931 9.73427C75.9834 10.322 75.9252 10.9049 75.8232 11.4829H69.3386C69.3629 13.3773 70.0429 14.3973 71.2087 14.3973C72.083 14.4216 72.593 13.7902 72.8116 12.6973ZM72.5687 9.61284C72.5784 9.42826 72.5784 9.23882 72.5687 9.05425C72.5687 7.98563 72.1558 7.03845 71.1358 7.03845C70.1158 7.03845 69.4357 8.08278 69.3386 9.61284H72.5687ZM84.8092 8.3985C84.4158 8.24307 83.9932 8.16535 83.5706 8.17992C82.1863 8.17992 81.2391 9.10282 81.2391 10.9243V16.9231H77.4989V4.63406H80.6562L81.0691 7.25703C81.4577 5.31409 82.9149 4.14833 84.9549 4.46405L84.8092 8.3985Z" fill="currentColor"/> <path class="dark:fill-current" d="M90.0117 4.6001V16.9232H102.335V4.6001H90.0117ZM100.387 11.7161H97.1083V14.9802H95.2382V11.7161H91.9547V9.8266H95.2382V6.54789H97.1083V9.8266H100.387V11.7161Z" fill="#1B43A4"/> </svg> </span> </div> <div class="flex flex-col gap-2"> <div> <h2 class="text-3xl lg:text-4xl">Jahresabo</h2> </div> <div> <div class="text-xl lg:text-2xl"> € 16,49 pro Monat in den ersten 12 Monaten </div> <div class="text-s lg:text-m"> Im Anschluss € 21,99 pro Monat <br> Nach Mindestbezug monatlich kündbar </div> </div> </div> </div> <div class="pt-4 pb-2 mt-4 border-t border-lighter dark:border-lighter-dark"> <div class="rte-content has-checkmark"> <ul><li>Im ersten Jahr mit 25 % Rabatt lesen</li></ul> </div> </div> <div class="pt-4 sm:pt-6 mt-auto flex flex-col gap-3"> <a href="/purchase?navigationId=01936934ae5571d7876248a6a1673f0b" rel="nofollow" class="btn btn-primary btn-chevron" data-is-primary x-init="initButton" > Jetzt bestellen </a> </div> </div> <div x-data="aboForm('01954726876c7d08a0bb29d15a49d66f')" class="cms-element-abo-card-item flex flex-col p-4 py-6 sm:p-6 border border-light dark:border-light-dark rounded shadow-sm shadow-black/10 dark:shadow-shade-lightest/10" data-index="2"> <div class="flex flex-col"> <div class="pb-4 flex gap-4 items-center flex-wrap"> <span class="icon icon-manager-plus"> <svg width="122" height="26" viewBox="0 0 103 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.5034 4.39119C15.5435 4.39119 16.9036 5.6541 16.9036 8.00992V16.9231H13.1634V9.15139C13.1634 8.13135 12.8477 7.47561 11.9005 7.47561C11.0505 7.47561 10.3461 8.13135 10.3461 9.80713V16.9231H6.60599V9.15139C6.60599 8.13135 6.26597 7.47561 5.31879 7.47561C4.46876 7.47561 3.76444 8.13135 3.76444 9.80713V16.9231H0V4.63406H3.15727L3.57015 6.89273C3.94902 5.37724 5.33822 4.33291 6.89743 4.39119C8.41292 4.32319 9.7584 5.34323 10.1033 6.81987C10.5793 5.34809 11.9588 4.36205 13.5034 4.39119ZM28.0754 13.6201C28.0754 14.1545 28.3426 14.373 28.7069 14.373C28.9109 14.373 29.1052 14.305 29.2655 14.1787L29.3869 16.6074C28.8041 16.9669 28.1289 17.1514 27.444 17.1417C26.5891 17.1757 25.7682 16.8163 25.2096 16.1703C25.0299 15.9371 24.889 15.6748 24.7967 15.3931C24.3839 16.4617 23.1695 17.1417 21.7609 17.1417C19.648 17.1417 18.2636 15.806 18.2636 13.6201C18.2636 11.0943 20.2066 9.75856 23.1695 9.75856C23.6116 9.75856 24.0487 9.79742 24.481 9.87999V8.42279C24.481 7.64562 24.141 7.11131 23.3638 7.11131C22.5867 7.11131 22.1495 7.71848 22.1495 8.81138L18.7493 8.32564C18.8951 5.96983 20.6437 4.43977 23.5095 4.43977C26.594 4.43977 28.0512 5.8484 28.0512 8.42279L28.0754 13.6201ZM24.481 11.7986C24.2576 11.7404 24.0293 11.7064 23.801 11.7015C22.5381 11.7015 21.8338 12.2358 21.8338 13.3044C21.8338 14.1545 22.3195 14.6645 23.0481 14.6645C23.7767 14.6645 24.5053 14.1787 24.5053 12.9401L24.481 11.7986ZM34.1228 6.89273C34.5551 5.35295 35.9978 4.31348 37.5958 4.39119C39.6359 4.39119 40.996 5.70268 40.996 8.08278V16.9231H37.2558V9.15139C37.2558 8.13135 36.8915 7.47561 35.9443 7.47561C34.9972 7.47561 34.2929 8.15564 34.2929 9.85571V16.9474H30.5527V4.63406H33.71L34.1228 6.89273ZM52.1922 13.6201C52.1922 14.1545 52.4593 14.373 52.8236 14.373C53.0276 14.373 53.2219 14.305 53.3822 14.1787L53.5036 16.6074C52.9208 16.9669 52.2456 17.1514 51.5607 17.1417C50.7058 17.1757 49.8849 16.8163 49.3263 16.1703C49.1466 15.9371 49.0057 15.6748 48.9135 15.3931C48.5006 16.486 47.2862 17.1417 45.8776 17.1417C43.7647 17.1417 42.3803 15.806 42.3803 13.6201C42.3803 11.0943 44.3233 9.75856 47.2862 9.75856C47.7283 9.75856 48.1654 9.79742 48.5977 9.87999V8.42279C48.5977 7.64562 48.2577 7.11131 47.4805 7.11131C46.7034 7.11131 46.2662 7.71848 46.2662 8.81138L42.8661 8.32564C43.0118 5.96983 44.7604 4.43977 47.6263 4.43977C50.7107 4.43977 52.1679 5.8484 52.1679 8.42279L52.1922 13.6201ZM48.5977 11.7744C48.3646 11.7209 48.1314 11.6966 47.8934 11.7015C46.6305 11.7015 45.9505 12.2358 45.9505 13.3044C45.9505 14.1545 46.4362 14.6645 47.1648 14.6645C47.8934 14.6645 48.622 14.1787 48.622 12.9401L48.5977 11.7744ZM59.1139 21.6105C56.3695 21.6105 53.8437 20.7847 53.8437 18.6961C53.8437 17.4332 54.8394 16.6317 56.2723 16.4374C55.2814 16.18 54.5965 15.2765 54.6208 14.2516C54.6208 13.0858 55.4952 12.2358 56.6124 11.8958C55.3203 11.2595 54.5188 9.93342 54.548 8.49565C54.548 5.87268 56.5881 4.39119 59.5025 4.39119C60.4788 4.37177 61.4454 4.58549 62.3197 5.02265C62.684 4.43977 62.8735 3.7646 62.8783 3.07971L65.7927 4.00261C65.647 5.0858 64.8747 5.9844 63.8255 6.28556C64.2967 6.93644 64.5444 7.71848 64.5298 8.51994C64.5298 11.1429 62.344 12.5758 59.5025 12.5758C58.973 12.5855 58.4436 12.5272 57.9238 12.4058C57.6567 12.5224 57.4818 12.7944 57.4867 13.0858C57.4867 13.523 57.8267 13.6687 58.3367 13.6687H61.0325C64.0441 13.6687 65.5499 15.0045 65.5499 17.2146C65.5256 20.2504 62.514 21.6105 59.1139 21.6105ZM59.3082 19.279C61.0811 19.279 62.2712 18.8175 62.2712 17.8703C62.2712 17.2632 61.7854 16.9474 60.8868 16.9474H58.1181C57.341 16.9474 56.8309 17.3117 56.8309 17.9675C56.8309 18.8418 57.8024 19.279 59.3082 19.279ZM59.5025 10.3414C60.3768 10.3414 60.8382 9.66141 60.8382 8.47136C60.8382 7.28131 60.3525 6.62557 59.5025 6.62557C58.6524 6.62557 58.1181 7.28131 58.1181 8.47136C58.1181 9.66141 58.6039 10.3414 59.5025 10.3414ZM72.8116 12.6973L75.896 13.5716C75.3374 15.9274 73.4673 17.166 71.1601 17.166C67.8328 17.166 65.7684 14.8102 65.7684 10.8515C65.7684 6.89273 67.7599 4.39119 71.2329 4.39119C74.4631 4.39119 75.9931 6.77129 75.9931 9.73427C75.9834 10.322 75.9252 10.9049 75.8232 11.4829H69.3386C69.3629 13.3773 70.0429 14.3973 71.2087 14.3973C72.083 14.4216 72.593 13.7902 72.8116 12.6973ZM72.5687 9.61284C72.5784 9.42826 72.5784 9.23882 72.5687 9.05425C72.5687 7.98563 72.1558 7.03845 71.1358 7.03845C70.1158 7.03845 69.4357 8.08278 69.3386 9.61284H72.5687ZM84.8092 8.3985C84.4158 8.24307 83.9932 8.16535 83.5706 8.17992C82.1863 8.17992 81.2391 9.10282 81.2391 10.9243V16.9231H77.4989V4.63406H80.6562L81.0691 7.25703C81.4577 5.31409 82.9149 4.14833 84.9549 4.46405L84.8092 8.3985Z" fill="currentColor"/> <path class="dark:fill-current" d="M90.0117 4.6001V16.9232H102.335V4.6001H90.0117ZM100.387 11.7161H97.1083V14.9802H95.2382V11.7161H91.9547V9.8266H95.2382V6.54789H97.1083V9.8266H100.387V11.7161Z" fill="#1B43A4"/> </svg> </span> </div> <div class="flex flex-col gap-2"> <div> <h2 class="text-3xl lg:text-4xl">Flexabo</h2> </div> <div> <div class="text-xl lg:text-2xl"> € 21,99 pro Monat </div> <div class="text-s lg:text-m"> Monatlich kündbar </div> </div> </div> </div> <div class="pt-4 pb-2 mt-4 border-t border-lighter dark:border-lighter-dark"> <div class="rte-content has-checkmark"> <ul><li>Ohne lange Vertragslaufzeit lesen</li></ul> </div> </div> <div class="pt-4 sm:pt-6 mt-auto flex flex-col gap-3"> <a href="/purchase?navigationId=01936934ae5571d7876248a6a1673f0b" rel="nofollow" class="btn btn-primary btn-chevron" data-is-primary x-init="initButton" > Jetzt bestellen </a> </div> </div> <div x-data="aboForm('01954727c68475368c118d0d95a83964')" class="cms-element-abo-card-item flex flex-col p-4 py-6 sm:p-6 border border-light dark:border-light-dark rounded shadow-sm shadow-black/10 dark:shadow-shade-lightest/10" data-index="3"> <div class="flex flex-col"> <div class="pb-4 flex gap-4 items-center flex-wrap"> <span class="icon icon-spiegel-plus"> <svg width="101" height="17" viewBox="0 0 101 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.2171 6.52917V2.7666H19.9938V6.52917H16.2171ZM23.215 7.52515V1.77062C23.215 0.774647 22.4375 0 21.4378 0H11.663V2.7666H12.9959V13.833H11.663V16.5996H17.439V13.833H16.2171V9.29577H21.4378C22.4375 9.29577 23.215 8.52112 23.215 7.52515Z" fill="#E64415"/> <path d="M28.88 13.833V2.7666H30.2129V0H24.4369V2.7666H25.7698V13.833H24.4369V16.5996H30.2129V13.833H28.88Z" fill="#E64415"/> <path d="M39.8766 10.7344V13.833H36.1V9.29577H41.0985V6.52917H36.1V2.7666H39.8766V5.09054H43.0979V0H31.6569V2.7666H32.8787V13.833H31.6569V16.5996H43.0979V10.7344H39.8766Z" fill="#E64415"/> <path d="M48.9849 6.52917V9.29577H51.5397V13.833H47.7631V2.7666H51.5397V5.09054H54.872V1.77062C54.872 0.774647 54.0945 0 53.0948 0H46.4302C45.9859 0 45.5416 0.221328 45.3194 0.442656C44.9862 0.774647 44.6529 1.2173 44.6529 1.77062V14.829C44.6529 15.3823 44.8751 15.8249 45.3194 16.1569C45.6526 16.4889 46.0969 16.5996 46.5412 16.5996H54.872V6.52917H48.9849Z" fill="#E64415"/> <path d="M64.6466 10.7344V13.833H60.8699V9.29577H65.8684V6.52917H60.8699V2.7666H64.6466V5.09054H67.8678V0H56.4269V2.7666H57.6487V13.833H56.4269V16.5996H67.8678V10.7344H64.6466Z" fill="#E64415"/> <path d="M77.6431 10.7344V13.833H73.9776V2.7666H75.3105V0H69.4234V2.7666H70.7563V13.833H69.4234V16.5996H80.8644V10.7344H77.6431Z" fill="#E64415"/> <path d="M10.2191 14.9285V6.57299H3.33232V2.78517H6.99786V5.12471H10.3302V1.78251C10.3302 0.712993 9.33049 0 8.33079 0H1.77724C0.777543 0 0 0.779847 0 1.78251V9.35816H6.88678V13.9258H3.22124V10.8064H0V14.8171C0 15.8197 0.777543 16.5996 1.77724 16.5996H8.33079C9.35303 16.5996 10.2191 15.9312 10.2191 14.9285Z" fill="#E64415"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M84.1843 0H100.784V16.5996H84.1843V0ZM91.8863 8.82732V14.1026H93.0469V8.82732H98.2167V7.77226H93.0469V2.49697H91.8863V7.77226H86.7517V8.82732H91.8863Z" fill="#E64415"/> </svg> </span> <span class="icon icon-manager-plus"> <svg width="122" height="26" viewBox="0 0 103 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.5034 4.39119C15.5435 4.39119 16.9036 5.6541 16.9036 8.00992V16.9231H13.1634V9.15139C13.1634 8.13135 12.8477 7.47561 11.9005 7.47561C11.0505 7.47561 10.3461 8.13135 10.3461 9.80713V16.9231H6.60599V9.15139C6.60599 8.13135 6.26597 7.47561 5.31879 7.47561C4.46876 7.47561 3.76444 8.13135 3.76444 9.80713V16.9231H0V4.63406H3.15727L3.57015 6.89273C3.94902 5.37724 5.33822 4.33291 6.89743 4.39119C8.41292 4.32319 9.7584 5.34323 10.1033 6.81987C10.5793 5.34809 11.9588 4.36205 13.5034 4.39119ZM28.0754 13.6201C28.0754 14.1545 28.3426 14.373 28.7069 14.373C28.9109 14.373 29.1052 14.305 29.2655 14.1787L29.3869 16.6074C28.8041 16.9669 28.1289 17.1514 27.444 17.1417C26.5891 17.1757 25.7682 16.8163 25.2096 16.1703C25.0299 15.9371 24.889 15.6748 24.7967 15.3931C24.3839 16.4617 23.1695 17.1417 21.7609 17.1417C19.648 17.1417 18.2636 15.806 18.2636 13.6201C18.2636 11.0943 20.2066 9.75856 23.1695 9.75856C23.6116 9.75856 24.0487 9.79742 24.481 9.87999V8.42279C24.481 7.64562 24.141 7.11131 23.3638 7.11131C22.5867 7.11131 22.1495 7.71848 22.1495 8.81138L18.7493 8.32564C18.8951 5.96983 20.6437 4.43977 23.5095 4.43977C26.594 4.43977 28.0512 5.8484 28.0512 8.42279L28.0754 13.6201ZM24.481 11.7986C24.2576 11.7404 24.0293 11.7064 23.801 11.7015C22.5381 11.7015 21.8338 12.2358 21.8338 13.3044C21.8338 14.1545 22.3195 14.6645 23.0481 14.6645C23.7767 14.6645 24.5053 14.1787 24.5053 12.9401L24.481 11.7986ZM34.1228 6.89273C34.5551 5.35295 35.9978 4.31348 37.5958 4.39119C39.6359 4.39119 40.996 5.70268 40.996 8.08278V16.9231H37.2558V9.15139C37.2558 8.13135 36.8915 7.47561 35.9443 7.47561C34.9972 7.47561 34.2929 8.15564 34.2929 9.85571V16.9474H30.5527V4.63406H33.71L34.1228 6.89273ZM52.1922 13.6201C52.1922 14.1545 52.4593 14.373 52.8236 14.373C53.0276 14.373 53.2219 14.305 53.3822 14.1787L53.5036 16.6074C52.9208 16.9669 52.2456 17.1514 51.5607 17.1417C50.7058 17.1757 49.8849 16.8163 49.3263 16.1703C49.1466 15.9371 49.0057 15.6748 48.9135 15.3931C48.5006 16.486 47.2862 17.1417 45.8776 17.1417C43.7647 17.1417 42.3803 15.806 42.3803 13.6201C42.3803 11.0943 44.3233 9.75856 47.2862 9.75856C47.7283 9.75856 48.1654 9.79742 48.5977 9.87999V8.42279C48.5977 7.64562 48.2577 7.11131 47.4805 7.11131C46.7034 7.11131 46.2662 7.71848 46.2662 8.81138L42.8661 8.32564C43.0118 5.96983 44.7604 4.43977 47.6263 4.43977C50.7107 4.43977 52.1679 5.8484 52.1679 8.42279L52.1922 13.6201ZM48.5977 11.7744C48.3646 11.7209 48.1314 11.6966 47.8934 11.7015C46.6305 11.7015 45.9505 12.2358 45.9505 13.3044C45.9505 14.1545 46.4362 14.6645 47.1648 14.6645C47.8934 14.6645 48.622 14.1787 48.622 12.9401L48.5977 11.7744ZM59.1139 21.6105C56.3695 21.6105 53.8437 20.7847 53.8437 18.6961C53.8437 17.4332 54.8394 16.6317 56.2723 16.4374C55.2814 16.18 54.5965 15.2765 54.6208 14.2516C54.6208 13.0858 55.4952 12.2358 56.6124 11.8958C55.3203 11.2595 54.5188 9.93342 54.548 8.49565C54.548 5.87268 56.5881 4.39119 59.5025 4.39119C60.4788 4.37177 61.4454 4.58549 62.3197 5.02265C62.684 4.43977 62.8735 3.7646 62.8783 3.07971L65.7927 4.00261C65.647 5.0858 64.8747 5.9844 63.8255 6.28556C64.2967 6.93644 64.5444 7.71848 64.5298 8.51994C64.5298 11.1429 62.344 12.5758 59.5025 12.5758C58.973 12.5855 58.4436 12.5272 57.9238 12.4058C57.6567 12.5224 57.4818 12.7944 57.4867 13.0858C57.4867 13.523 57.8267 13.6687 58.3367 13.6687H61.0325C64.0441 13.6687 65.5499 15.0045 65.5499 17.2146C65.5256 20.2504 62.514 21.6105 59.1139 21.6105ZM59.3082 19.279C61.0811 19.279 62.2712 18.8175 62.2712 17.8703C62.2712 17.2632 61.7854 16.9474 60.8868 16.9474H58.1181C57.341 16.9474 56.8309 17.3117 56.8309 17.9675C56.8309 18.8418 57.8024 19.279 59.3082 19.279ZM59.5025 10.3414C60.3768 10.3414 60.8382 9.66141 60.8382 8.47136C60.8382 7.28131 60.3525 6.62557 59.5025 6.62557C58.6524 6.62557 58.1181 7.28131 58.1181 8.47136C58.1181 9.66141 58.6039 10.3414 59.5025 10.3414ZM72.8116 12.6973L75.896 13.5716C75.3374 15.9274 73.4673 17.166 71.1601 17.166C67.8328 17.166 65.7684 14.8102 65.7684 10.8515C65.7684 6.89273 67.7599 4.39119 71.2329 4.39119C74.4631 4.39119 75.9931 6.77129 75.9931 9.73427C75.9834 10.322 75.9252 10.9049 75.8232 11.4829H69.3386C69.3629 13.3773 70.0429 14.3973 71.2087 14.3973C72.083 14.4216 72.593 13.7902 72.8116 12.6973ZM72.5687 9.61284C72.5784 9.42826 72.5784 9.23882 72.5687 9.05425C72.5687 7.98563 72.1558 7.03845 71.1358 7.03845C70.1158 7.03845 69.4357 8.08278 69.3386 9.61284H72.5687ZM84.8092 8.3985C84.4158 8.24307 83.9932 8.16535 83.5706 8.17992C82.1863 8.17992 81.2391 9.10282 81.2391 10.9243V16.9231H77.4989V4.63406H80.6562L81.0691 7.25703C81.4577 5.31409 82.9149 4.14833 84.9549 4.46405L84.8092 8.3985Z" fill="currentColor"/> <path class="dark:fill-current" d="M90.0117 4.6001V16.9232H102.335V4.6001H90.0117ZM100.387 11.7161H97.1083V14.9802H95.2382V11.7161H91.9547V9.8266H95.2382V6.54789H97.1083V9.8266H100.387V11.7161Z" fill="#1B43A4"/> </svg> </span> </div> <div class="flex flex-col gap-2"> <div> <h2 class="text-3xl lg:text-4xl">PREMIUM KOMBI-Abo</h2> </div> <div> <div class="text-xl lg:text-2xl"> € 34,99 pro Monat </div> <div class="text-s lg:text-m"> Monatlich kündbar </div> </div> </div> </div> <div class="pt-4 pb-2 mt-4 border-t border-lighter dark:border-lighter-dark"> <div class="rte-content has-checkmark"> <ul><li>manager+ und SPIEGEL+ im PREMIUM-Kombi-Abo</li></ul> </div> </div> <div class="pt-4 sm:pt-6 mt-auto flex flex-col gap-3"> <a href="https://abo.manager-magazin.de/premium-kombi" rel="nofollow" class="btn btn-primary btn-chevron" data-is-primary > Zum Angebot </a> </div> </div> </div> </div> </section> </div> </div> </div> <div class="cms-section pos-2 cms-section-default" style=""> <div class="cms-section-default boxed"> <div class="cms-block-container pos-0 cms-block-abo-cards"> <section class="cms-element-abo-cards padding-small"> <div class="container"> <div class="grid lg:grid-cols-3 gap-4 lg:gap-6"> <div x-data="aboForm('0')" class="cms-element-abo-card-item flex flex-col p-4 py-6 sm:p-6 border border-light dark:border-light-dark rounded shadow-sm shadow-black/10 dark:shadow-shade-lightest/10" data-index="1"> <div class="flex flex-col"> <div class="pb-4 flex gap-4 items-center flex-wrap"> <span class="icon icon-manager-plus"> <svg width="122" height="26" viewBox="0 0 103 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.5034 4.39119C15.5435 4.39119 16.9036 5.6541 16.9036 8.00992V16.9231H13.1634V9.15139C13.1634 8.13135 12.8477 7.47561 11.9005 7.47561C11.0505 7.47561 10.3461 8.13135 10.3461 9.80713V16.9231H6.60599V9.15139C6.60599 8.13135 6.26597 7.47561 5.31879 7.47561C4.46876 7.47561 3.76444 8.13135 3.76444 9.80713V16.9231H0V4.63406H3.15727L3.57015 6.89273C3.94902 5.37724 5.33822 4.33291 6.89743 4.39119C8.41292 4.32319 9.7584 5.34323 10.1033 6.81987C10.5793 5.34809 11.9588 4.36205 13.5034 4.39119ZM28.0754 13.6201C28.0754 14.1545 28.3426 14.373 28.7069 14.373C28.9109 14.373 29.1052 14.305 29.2655 14.1787L29.3869 16.6074C28.8041 16.9669 28.1289 17.1514 27.444 17.1417C26.5891 17.1757 25.7682 16.8163 25.2096 16.1703C25.0299 15.9371 24.889 15.6748 24.7967 15.3931C24.3839 16.4617 23.1695 17.1417 21.7609 17.1417C19.648 17.1417 18.2636 15.806 18.2636 13.6201C18.2636 11.0943 20.2066 9.75856 23.1695 9.75856C23.6116 9.75856 24.0487 9.79742 24.481 9.87999V8.42279C24.481 7.64562 24.141 7.11131 23.3638 7.11131C22.5867 7.11131 22.1495 7.71848 22.1495 8.81138L18.7493 8.32564C18.8951 5.96983 20.6437 4.43977 23.5095 4.43977C26.594 4.43977 28.0512 5.8484 28.0512 8.42279L28.0754 13.6201ZM24.481 11.7986C24.2576 11.7404 24.0293 11.7064 23.801 11.7015C22.5381 11.7015 21.8338 12.2358 21.8338 13.3044C21.8338 14.1545 22.3195 14.6645 23.0481 14.6645C23.7767 14.6645 24.5053 14.1787 24.5053 12.9401L24.481 11.7986ZM34.1228 6.89273C34.5551 5.35295 35.9978 4.31348 37.5958 4.39119C39.6359 4.39119 40.996 5.70268 40.996 8.08278V16.9231H37.2558V9.15139C37.2558 8.13135 36.8915 7.47561 35.9443 7.47561C34.9972 7.47561 34.2929 8.15564 34.2929 9.85571V16.9474H30.5527V4.63406H33.71L34.1228 6.89273ZM52.1922 13.6201C52.1922 14.1545 52.4593 14.373 52.8236 14.373C53.0276 14.373 53.2219 14.305 53.3822 14.1787L53.5036 16.6074C52.9208 16.9669 52.2456 17.1514 51.5607 17.1417C50.7058 17.1757 49.8849 16.8163 49.3263 16.1703C49.1466 15.9371 49.0057 15.6748 48.9135 15.3931C48.5006 16.486 47.2862 17.1417 45.8776 17.1417C43.7647 17.1417 42.3803 15.806 42.3803 13.6201C42.3803 11.0943 44.3233 9.75856 47.2862 9.75856C47.7283 9.75856 48.1654 9.79742 48.5977 9.87999V8.42279C48.5977 7.64562 48.2577 7.11131 47.4805 7.11131C46.7034 7.11131 46.2662 7.71848 46.2662 8.81138L42.8661 8.32564C43.0118 5.96983 44.7604 4.43977 47.6263 4.43977C50.7107 4.43977 52.1679 5.8484 52.1679 8.42279L52.1922 13.6201ZM48.5977 11.7744C48.3646 11.7209 48.1314 11.6966 47.8934 11.7015C46.6305 11.7015 45.9505 12.2358 45.9505 13.3044C45.9505 14.1545 46.4362 14.6645 47.1648 14.6645C47.8934 14.6645 48.622 14.1787 48.622 12.9401L48.5977 11.7744ZM59.1139 21.6105C56.3695 21.6105 53.8437 20.7847 53.8437 18.6961C53.8437 17.4332 54.8394 16.6317 56.2723 16.4374C55.2814 16.18 54.5965 15.2765 54.6208 14.2516C54.6208 13.0858 55.4952 12.2358 56.6124 11.8958C55.3203 11.2595 54.5188 9.93342 54.548 8.49565C54.548 5.87268 56.5881 4.39119 59.5025 4.39119C60.4788 4.37177 61.4454 4.58549 62.3197 5.02265C62.684 4.43977 62.8735 3.7646 62.8783 3.07971L65.7927 4.00261C65.647 5.0858 64.8747 5.9844 63.8255 6.28556C64.2967 6.93644 64.5444 7.71848 64.5298 8.51994C64.5298 11.1429 62.344 12.5758 59.5025 12.5758C58.973 12.5855 58.4436 12.5272 57.9238 12.4058C57.6567 12.5224 57.4818 12.7944 57.4867 13.0858C57.4867 13.523 57.8267 13.6687 58.3367 13.6687H61.0325C64.0441 13.6687 65.5499 15.0045 65.5499 17.2146C65.5256 20.2504 62.514 21.6105 59.1139 21.6105ZM59.3082 19.279C61.0811 19.279 62.2712 18.8175 62.2712 17.8703C62.2712 17.2632 61.7854 16.9474 60.8868 16.9474H58.1181C57.341 16.9474 56.8309 17.3117 56.8309 17.9675C56.8309 18.8418 57.8024 19.279 59.3082 19.279ZM59.5025 10.3414C60.3768 10.3414 60.8382 9.66141 60.8382 8.47136C60.8382 7.28131 60.3525 6.62557 59.5025 6.62557C58.6524 6.62557 58.1181 7.28131 58.1181 8.47136C58.1181 9.66141 58.6039 10.3414 59.5025 10.3414ZM72.8116 12.6973L75.896 13.5716C75.3374 15.9274 73.4673 17.166 71.1601 17.166C67.8328 17.166 65.7684 14.8102 65.7684 10.8515C65.7684 6.89273 67.7599 4.39119 71.2329 4.39119C74.4631 4.39119 75.9931 6.77129 75.9931 9.73427C75.9834 10.322 75.9252 10.9049 75.8232 11.4829H69.3386C69.3629 13.3773 70.0429 14.3973 71.2087 14.3973C72.083 14.4216 72.593 13.7902 72.8116 12.6973ZM72.5687 9.61284C72.5784 9.42826 72.5784 9.23882 72.5687 9.05425C72.5687 7.98563 72.1558 7.03845 71.1358 7.03845C70.1158 7.03845 69.4357 8.08278 69.3386 9.61284H72.5687ZM84.8092 8.3985C84.4158 8.24307 83.9932 8.16535 83.5706 8.17992C82.1863 8.17992 81.2391 9.10282 81.2391 10.9243V16.9231H77.4989V4.63406H80.6562L81.0691 7.25703C81.4577 5.31409 82.9149 4.14833 84.9549 4.46405L84.8092 8.3985Z" fill="currentColor"/> <path class="dark:fill-current" d="M90.0117 4.6001V16.9232H102.335V4.6001H90.0117ZM100.387 11.7161H97.1083V14.9802H95.2382V11.7161H91.9547V9.8266H95.2382V6.54789H97.1083V9.8266H100.387V11.7161Z" fill="#1B43A4"/> </svg> </span> </div> <div class="flex flex-col gap-2"> <div> <h2 class="text-3xl lg:text-4xl">Business-Abo</h2> </div> </div> </div> <div class="pt-4 pb-2 mt-4 border-t border-lighter dark:border-lighter-dark"> <div class="rte-content has-checkmark"> <ul><li>Die digitale Welt von manager+ für Unternehmen</li></ul> </div> </div> <div class="pt-4 sm:pt-6 mt-auto flex flex-col gap-3"> <a href="https://abo.manager-magazin.de/business-abo" rel="nofollow" class="btn btn-primary btn-chevron" data-is-primary > Alle Vorteile </a> </div> </div> <div x-data="aboForm('0')" class="cms-element-abo-card-item flex flex-col p-4 py-6 sm:p-6 border border-light dark:border-light-dark rounded shadow-sm shadow-black/10 dark:shadow-shade-lightest/10" data-index="2"> <div class="flex flex-col"> <div class="pb-4 flex gap-4 items-center flex-wrap"> <span class="icon icon-manager-plus"> <svg width="122" height="26" viewBox="0 0 103 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.5034 4.39119C15.5435 4.39119 16.9036 5.6541 16.9036 8.00992V16.9231H13.1634V9.15139C13.1634 8.13135 12.8477 7.47561 11.9005 7.47561C11.0505 7.47561 10.3461 8.13135 10.3461 9.80713V16.9231H6.60599V9.15139C6.60599 8.13135 6.26597 7.47561 5.31879 7.47561C4.46876 7.47561 3.76444 8.13135 3.76444 9.80713V16.9231H0V4.63406H3.15727L3.57015 6.89273C3.94902 5.37724 5.33822 4.33291 6.89743 4.39119C8.41292 4.32319 9.7584 5.34323 10.1033 6.81987C10.5793 5.34809 11.9588 4.36205 13.5034 4.39119ZM28.0754 13.6201C28.0754 14.1545 28.3426 14.373 28.7069 14.373C28.9109 14.373 29.1052 14.305 29.2655 14.1787L29.3869 16.6074C28.8041 16.9669 28.1289 17.1514 27.444 17.1417C26.5891 17.1757 25.7682 16.8163 25.2096 16.1703C25.0299 15.9371 24.889 15.6748 24.7967 15.3931C24.3839 16.4617 23.1695 17.1417 21.7609 17.1417C19.648 17.1417 18.2636 15.806 18.2636 13.6201C18.2636 11.0943 20.2066 9.75856 23.1695 9.75856C23.6116 9.75856 24.0487 9.79742 24.481 9.87999V8.42279C24.481 7.64562 24.141 7.11131 23.3638 7.11131C22.5867 7.11131 22.1495 7.71848 22.1495 8.81138L18.7493 8.32564C18.8951 5.96983 20.6437 4.43977 23.5095 4.43977C26.594 4.43977 28.0512 5.8484 28.0512 8.42279L28.0754 13.6201ZM24.481 11.7986C24.2576 11.7404 24.0293 11.7064 23.801 11.7015C22.5381 11.7015 21.8338 12.2358 21.8338 13.3044C21.8338 14.1545 22.3195 14.6645 23.0481 14.6645C23.7767 14.6645 24.5053 14.1787 24.5053 12.9401L24.481 11.7986ZM34.1228 6.89273C34.5551 5.35295 35.9978 4.31348 37.5958 4.39119C39.6359 4.39119 40.996 5.70268 40.996 8.08278V16.9231H37.2558V9.15139C37.2558 8.13135 36.8915 7.47561 35.9443 7.47561C34.9972 7.47561 34.2929 8.15564 34.2929 9.85571V16.9474H30.5527V4.63406H33.71L34.1228 6.89273ZM52.1922 13.6201C52.1922 14.1545 52.4593 14.373 52.8236 14.373C53.0276 14.373 53.2219 14.305 53.3822 14.1787L53.5036 16.6074C52.9208 16.9669 52.2456 17.1514 51.5607 17.1417C50.7058 17.1757 49.8849 16.8163 49.3263 16.1703C49.1466 15.9371 49.0057 15.6748 48.9135 15.3931C48.5006 16.486 47.2862 17.1417 45.8776 17.1417C43.7647 17.1417 42.3803 15.806 42.3803 13.6201C42.3803 11.0943 44.3233 9.75856 47.2862 9.75856C47.7283 9.75856 48.1654 9.79742 48.5977 9.87999V8.42279C48.5977 7.64562 48.2577 7.11131 47.4805 7.11131C46.7034 7.11131 46.2662 7.71848 46.2662 8.81138L42.8661 8.32564C43.0118 5.96983 44.7604 4.43977 47.6263 4.43977C50.7107 4.43977 52.1679 5.8484 52.1679 8.42279L52.1922 13.6201ZM48.5977 11.7744C48.3646 11.7209 48.1314 11.6966 47.8934 11.7015C46.6305 11.7015 45.9505 12.2358 45.9505 13.3044C45.9505 14.1545 46.4362 14.6645 47.1648 14.6645C47.8934 14.6645 48.622 14.1787 48.622 12.9401L48.5977 11.7744ZM59.1139 21.6105C56.3695 21.6105 53.8437 20.7847 53.8437 18.6961C53.8437 17.4332 54.8394 16.6317 56.2723 16.4374C55.2814 16.18 54.5965 15.2765 54.6208 14.2516C54.6208 13.0858 55.4952 12.2358 56.6124 11.8958C55.3203 11.2595 54.5188 9.93342 54.548 8.49565C54.548 5.87268 56.5881 4.39119 59.5025 4.39119C60.4788 4.37177 61.4454 4.58549 62.3197 5.02265C62.684 4.43977 62.8735 3.7646 62.8783 3.07971L65.7927 4.00261C65.647 5.0858 64.8747 5.9844 63.8255 6.28556C64.2967 6.93644 64.5444 7.71848 64.5298 8.51994C64.5298 11.1429 62.344 12.5758 59.5025 12.5758C58.973 12.5855 58.4436 12.5272 57.9238 12.4058C57.6567 12.5224 57.4818 12.7944 57.4867 13.0858C57.4867 13.523 57.8267 13.6687 58.3367 13.6687H61.0325C64.0441 13.6687 65.5499 15.0045 65.5499 17.2146C65.5256 20.2504 62.514 21.6105 59.1139 21.6105ZM59.3082 19.279C61.0811 19.279 62.2712 18.8175 62.2712 17.8703C62.2712 17.2632 61.7854 16.9474 60.8868 16.9474H58.1181C57.341 16.9474 56.8309 17.3117 56.8309 17.9675C56.8309 18.8418 57.8024 19.279 59.3082 19.279ZM59.5025 10.3414C60.3768 10.3414 60.8382 9.66141 60.8382 8.47136C60.8382 7.28131 60.3525 6.62557 59.5025 6.62557C58.6524 6.62557 58.1181 7.28131 58.1181 8.47136C58.1181 9.66141 58.6039 10.3414 59.5025 10.3414ZM72.8116 12.6973L75.896 13.5716C75.3374 15.9274 73.4673 17.166 71.1601 17.166C67.8328 17.166 65.7684 14.8102 65.7684 10.8515C65.7684 6.89273 67.7599 4.39119 71.2329 4.39119C74.4631 4.39119 75.9931 6.77129 75.9931 9.73427C75.9834 10.322 75.9252 10.9049 75.8232 11.4829H69.3386C69.3629 13.3773 70.0429 14.3973 71.2087 14.3973C72.083 14.4216 72.593 13.7902 72.8116 12.6973ZM72.5687 9.61284C72.5784 9.42826 72.5784 9.23882 72.5687 9.05425C72.5687 7.98563 72.1558 7.03845 71.1358 7.03845C70.1158 7.03845 69.4357 8.08278 69.3386 9.61284H72.5687ZM84.8092 8.3985C84.4158 8.24307 83.9932 8.16535 83.5706 8.17992C82.1863 8.17992 81.2391 9.10282 81.2391 10.9243V16.9231H77.4989V4.63406H80.6562L81.0691 7.25703C81.4577 5.31409 82.9149 4.14833 84.9549 4.46405L84.8092 8.3985Z" fill="currentColor"/> <path class="dark:fill-current" d="M90.0117 4.6001V16.9232H102.335V4.6001H90.0117ZM100.387 11.7161H97.1083V14.9802H95.2382V11.7161H91.9547V9.8266H95.2382V6.54789H97.1083V9.8266H100.387V11.7161Z" fill="#1B43A4"/> </svg> </span> </div> <div class="flex flex-col gap-2"> <div> <h2 class="text-3xl lg:text-4xl">Geschenkgutscheine</h2> </div> </div> </div> <div class="pt-4 pb-2 mt-4 border-t border-lighter dark:border-lighter-dark"> <div class="rte-content has-checkmark"> <ul><li>3, 6 oder 12 Monate manager+ verschenken</li></ul> </div> </div> <div class="pt-4 sm:pt-6 mt-auto flex flex-col gap-3"> <a href="https://abo.manager-magazin.de/geschenkgutscheine" rel="nofollow" class="btn btn-primary btn-chevron" data-is-primary > Alle Vorteile </a> </div> </div> </div> </div> </section> </div> </div> </div> <div class="cms-section pos-3 cms-section-default" style=""> <div class="cms-section-default boxed"> <div class="cms-block-container pos-0 cms-block-headline"> <section class="padding-big"> <div class="cms-element-headline container"> <div class="flex flex-col text-center"> <div class="mb-2"> <h2 class="text-3xl sm:text-5xl lg:text-6xl">Alle Vorteile</h2> </div> <div class="text-l lg:text-xl"> <p></p> </div> </div> </div> </section> </div> <div class="cms-block-container pos-1 cms-block-benefits"> <section class="padding-small"> <div class="cms-element-benefits container"> <table class="w-full"> <colgroup> <col class="w-1/2 lg:w-2/3"> <col class="w-1/4 lg:w-1/6"> <col class="w-1/4 lg:w-1/6"> </colgroup> <thead> <tr> <th class="pb-3 sm:py-4 lg:py-6 px-3 first:pl-0 last:pr-0 text-s sm:text-l lg:text-xl border-b border-light dark:border-light-dark font-bold text-left"> Vorteile </th> <th class="pb-3 sm:py-4 lg:py-6 px-3 first:pl-0 last:pr-0 text-s sm:text-l lg:text-xl border-b border-light dark:border-light-dark font-bold"> Ohne Abo </th> <th class="pb-3 sm:py-4 lg:py-6 px-3 first:pl-0 last:pr-0 text-s sm:text-l lg:text-xl border-b border-light dark:border-light-dark font-bold"> Mit Abo </th> </tr> </thead> <tbody> <tr> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 text-s sm:text-l lg:text-xl border-b border-light dark:border-light-dark"> Alle Inhalte von manager magazin+ und Harvard Business manager+ im Web und in der App </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-shade-light"> <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.75 9.61525L1.75002 1.61523M9.75 1.61523L1.75002 9.61525" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-additional-green"> <svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.58337 1.28174L2.91671 7.28174L0.916708 4.61507" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> </tr> <tr> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 text-s sm:text-l lg:text-xl border-b border-light dark:border-light-dark"> Newsletter "Der Tag" mit besonderen Leseempfehlungen </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-shade-light"> <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.75 9.61525L1.75002 1.61523M9.75 1.61523L1.75002 9.61525" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-additional-green"> <svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.58337 1.28174L2.91671 7.28174L0.916708 4.61507" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> </tr> <tr> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 text-s sm:text-l lg:text-xl border-b border-light dark:border-light-dark"> Der Inhalt der gedruckten Magazine inklusive ePaper (PDF) </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-shade-light"> <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.75 9.61525L1.75002 1.61523M9.75 1.61523L1.75002 9.61525" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-additional-green"> <svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.58337 1.28174L2.91671 7.28174L0.916708 4.61507" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> </tr> <tr> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 text-s sm:text-l lg:text-xl border-b border-light dark:border-light-dark"> Die Magazine zum Anhören </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-shade-light"> <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.75 9.61525L1.75002 1.61523M9.75 1.61523L1.75002 9.61525" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-additional-green"> <svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.58337 1.28174L2.91671 7.28174L0.916708 4.61507" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> </tr> <tr> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 text-s sm:text-l lg:text-xl border-b border-light dark:border-light-dark"> Archiv mit allen bereits erschienenen digitalen Ausgaben der Magazine </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-shade-light"> <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.75 9.61525L1.75002 1.61523M9.75 1.61523L1.75002 9.61525" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-additional-green"> <svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.58337 1.28174L2.91671 7.28174L0.916708 4.61507" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> </tr> <tr> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 text-s sm:text-l lg:text-xl border-b border-light dark:border-light-dark"> »Für mich«-Bereich mit Ihrer persönlichen Lesehistorie und weiteren individuellen Leseempfehlungen </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-shade-light"> <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.75 9.61525L1.75002 1.61523M9.75 1.61523L1.75002 9.61525" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-additional-green"> <svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.58337 1.28174L2.91671 7.28174L0.916708 4.61507" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> </tr> <tr> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 text-s sm:text-l lg:text-xl border-b border-light dark:border-light-dark"> 10 manager+-Artikel verschenken im Monat </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-shade-light"> <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.75 9.61525L1.75002 1.61523M9.75 1.61523L1.75002 9.61525" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> <td class="py-3 sm:py-4 px-3 first:pl-0 last:pr-0 border-b border-light dark:border-light-dark text-center"> <span class="inline-flex size-6 sm:size-8 rounded-full items-center justify-center bg-additional-green"> <svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.58337 1.28174L2.91671 7.28174L0.916708 4.61507" stroke="black" stroke-width="1.8" stroke-linecap="round"></path> </svg> </span> </td> </tr> </tbody> </table> </div> </section> </div> </div> </div> <div class="cms-section pos-4 cms-section-default" style=""> <div class="cms-section-default boxed"> <div class="cms-block-container pos-0 cms-block-headline"> <section class="padding-big"> <div class="cms-element-headline container"> <div class="flex flex-col text-center"> <div class="mb-2"> <h2 class="text-3xl sm:text-5xl lg:text-6xl">Das ist manager+</h2> </div> <div class="text-l lg:text-xl"> <p></p> </div> </div> </div> </section> </div> <div class="cms-block-container pos-1 cms-block-slider"> <section class="padding-small"> <div class="cms-element-slider container"> <div class="-ml-2 -mr-4 sm:-ml-3 sm:-mr-6 lg:m-0"> <div class="swiper-wrapper relative" x-data="slider"> <div class="swiper" x-ref="slider"> <div class="swiper-wrapper"> <div class="cms-element-slider-item swiper-slide" data-index="1"> <div class="p-2 sm:p-3 h-full"> <div href="" class="block h-full pt-10 px-4 sm:px-6 border border-light dark:border-light-dark rounded-lg shadow-md shadow-black/10 dark:shadow-shade-lightest/10"> <div class="h-full flex flex-col justify-between gap-6"> <div class="flex flex-col gap-1 text-center"> <div class="text-l font-bold">Ein Abo – 2 Magazine </div> <div class="leading-loose"> Das gemeinsame Digitalangebot von manager magazin und Harvard Business manager. </div> </div> <div class="aspect-square sm:aspect-[5/4] flex justify-center items-center"> <img src="https://abo.manager-magazin.de/media/6c/24/a6/1734692506/mehrwert-blau-2-magazine.webp?ts=1740746474" srcset="https://abo.manager-magazin.de/thumbnail/6c/24/a6/1734692506/mehrwert-blau-2-magazine_1920x1920.webp?ts=1734692507 1920w, https://abo.manager-magazin.de/thumbnail/6c/24/a6/1734692506/mehrwert-blau-2-magazine_800x800.webp?ts=1734692507 800w, https://abo.manager-magazin.de/thumbnail/6c/24/a6/1734692506/mehrwert-blau-2-magazine_400x400.webp?ts=1734692507 400w" sizes="(min-width: 1200px) 600px, (min-width: 992px) 530px, (min-width: 768px) 630px, (min-width: 576px) 480px, (min-width: 0px) 660px, 100vw" class="h-full object-cover" alt="Das gemeinsame Digitalangebot von manager magazin und Harvard Business manager." width="668" height="668" loading="lazy" title="Ein Abo – 2 Magazine " /> </div> </div> </div> </div> </div> <div class="cms-element-slider-item swiper-slide" data-index="2"> <div class="p-2 sm:p-3 h-full"> <div href="" class="block h-full pt-10 px-4 sm:px-6 border border-light dark:border-light-dark rounded-lg shadow-md shadow-black/10 dark:shadow-shade-lightest/10"> <div class="h-full flex flex-col justify-between gap-6"> <div class="flex flex-col gap-1 text-center"> <div class="text-l font-bold">Newsletter</div> <div class="leading-loose"> Im Newsletter "Der Tag" erhalten Sie die wichtigsten Wirtschaftsnews des Tages. </div> </div> <div class="aspect-square sm:aspect-[5/4] flex justify-center items-center"> <img src="https://abo.manager-magazin.de/media/82/9e/8a/1734692506/mehrwert-blau-newsletter.webp?ts=1740746542" srcset="https://abo.manager-magazin.de/thumbnail/82/9e/8a/1734692506/mehrwert-blau-newsletter_1920x1920.webp?ts=1734692636 1920w, https://abo.manager-magazin.de/thumbnail/82/9e/8a/1734692506/mehrwert-blau-newsletter_800x800.webp?ts=1734692636 800w, https://abo.manager-magazin.de/thumbnail/82/9e/8a/1734692506/mehrwert-blau-newsletter_400x400.webp?ts=1734692636 400w" sizes="(min-width: 1200px) 600px, (min-width: 992px) 530px, (min-width: 768px) 630px, (min-width: 576px) 480px, (min-width: 0px) 660px, 100vw" class="h-full object-cover" alt="Im Newsletter "Der Tag" erhalten Sie die wichtigsten Wirtschaftsnews des Tages. " width="668" height="668" loading="lazy" title="Newsletter" /> </div> </div> </div> </div> </div> <div class="cms-element-slider-item swiper-slide" data-index="3"> <div class="p-2 sm:p-3 h-full"> <div href="" class="block h-full pt-10 px-4 sm:px-6 border border-light dark:border-light-dark rounded-lg shadow-md shadow-black/10 dark:shadow-shade-lightest/10"> <div class="h-full flex flex-col justify-between gap-6"> <div class="flex flex-col gap-1 text-center"> <div class="text-l font-bold">Management-Tipps </div> <div class="leading-loose"> Alles zu den Themen Management, Leadership, Teamführung und Strategie </div> </div> <div class="aspect-square sm:aspect-[5/4] flex justify-center items-center"> <img src="https://abo.manager-magazin.de/media/ac/84/22/1734692506/mehrwert-blau-management-tipps.webp?ts=1740746530" srcset="https://abo.manager-magazin.de/thumbnail/ac/84/22/1734692506/mehrwert-blau-management-tipps_1920x1920.webp?ts=1734692630 1920w, https://abo.manager-magazin.de/thumbnail/ac/84/22/1734692506/mehrwert-blau-management-tipps_800x800.webp?ts=1734692630 800w, https://abo.manager-magazin.de/thumbnail/ac/84/22/1734692506/mehrwert-blau-management-tipps_400x400.webp?ts=1734692630 400w" sizes="(min-width: 1200px) 600px, (min-width: 992px) 530px, (min-width: 768px) 630px, (min-width: 576px) 480px, (min-width: 0px) 660px, 100vw" class="h-full object-cover" alt="Alles zu den Themen Management, wie Leadership, Teamführung und Strategie" width="668" height="668" loading="lazy" title="Management-Tipps " /> </div> </div> </div> </div> </div> <div class="cms-element-slider-item swiper-slide" data-index="4"> <div class="p-2 sm:p-3 h-full"> <div href="" class="block h-full pt-10 px-4 sm:px-6 border border-light dark:border-light-dark rounded-lg shadow-md shadow-black/10 dark:shadow-shade-lightest/10"> <div class="h-full flex flex-col justify-between gap-6"> <div class="flex flex-col gap-1 text-center"> <div class="text-l font-bold">Audio</div> <div class="leading-loose"> Lassen Sie sich Artikel vorlesen </div> </div> <div class="aspect-square sm:aspect-[5/4] flex justify-center items-center"> <img src="https://abo.manager-magazin.de/media/92/ca/87/1736332562/Mehrwert-blau-Audio.webp?ts=1740746516" srcset="https://abo.manager-magazin.de/thumbnail/92/ca/87/1736332562/Mehrwert-blau-Audio_1920x1920.webp?ts=1736332562 1920w, https://abo.manager-magazin.de/thumbnail/92/ca/87/1736332562/Mehrwert-blau-Audio_800x800.webp?ts=1736332562 800w, https://abo.manager-magazin.de/thumbnail/92/ca/87/1736332562/Mehrwert-blau-Audio_400x400.webp?ts=1736332562 400w" sizes="(min-width: 1200px) 600px, (min-width: 992px) 530px, (min-width: 768px) 630px, (min-width: 576px) 480px, (min-width: 0px) 660px, 100vw" class="h-full object-cover" alt="Lassen Sie sich Artikel vorlesen" width="668" height="668" loading="lazy" title="Audio " /> </div> </div> </div> </div> </div> <div class="cms-element-slider-item swiper-slide" data-index="5"> <div class="p-2 sm:p-3 h-full"> <div href="" class="block h-full pt-10 px-4 sm:px-6 border border-light dark:border-light-dark rounded-lg shadow-md shadow-black/10 dark:shadow-shade-lightest/10"> <div class="h-full flex flex-col justify-between gap-6"> <div class="flex flex-col gap-1 text-center"> <div class="text-l font-bold">Artikel verschenken</div> <div class="leading-loose"> 10 Artikel im Monat an Freunde und Familie verschenken </div> </div> <div class="aspect-square sm:aspect-[5/4] flex justify-center items-center"> <img src="https://abo.manager-magazin.de/media/d1/6c/67/1736332562/Mehrwert-blau-Artikel%20verschenken.webp?ts=1740746497" srcset="https://abo.manager-magazin.de/thumbnail/d1/6c/67/1736332562/Mehrwert-blau-Artikel%20verschenken_1920x1920.webp?ts=1736332562 1920w, https://abo.manager-magazin.de/thumbnail/d1/6c/67/1736332562/Mehrwert-blau-Artikel%20verschenken_800x800.webp?ts=1736332562 800w, https://abo.manager-magazin.de/thumbnail/d1/6c/67/1736332562/Mehrwert-blau-Artikel%20verschenken_400x400.webp?ts=1736332562 400w" sizes="(min-width: 1200px) 600px, (min-width: 992px) 530px, (min-width: 768px) 630px, (min-width: 576px) 480px, (min-width: 0px) 660px, 100vw" class="h-full object-cover" alt="10 Artikel im Monat an Freunde und Familie verschenken " width="668" height="668" loading="lazy" title="Artikel verschenken " /> </div> </div> </div> </div> </div> </div> </div> <div class="swiper-button-prev" :id="`prev-${componentId}`"></div> <div class="swiper-button-next" :id="`next-${componentId}`"></div> </div> </div> </div> </section> </div> </div> </div> <div class="cms-section pos-5 cms-section-default" style=""> <div class="cms-section-default boxed"> <div class="cms-block-container pos-0 cms-block-headline"> <section class="padding-big"> <div class="cms-element-headline container"> <div class="flex flex-col text-center"> <div class="mb-2"> <h4 class="text-3xl sm:text-5xl lg:text-6xl">Häufige Fragen</h4> </div> <div class="text-l lg:text-xl"> <p></p> </div> </div> </div> </section> </div> <div class="cms-block-container pos-1 cms-block-faq"> <section class="padding-small"> <div class="cms-element-faq container"> <ul class="block w-full border-b border-shade-light" x-data="{selected:null}"> <li class="cms-element-faq-item flex align-center flex-col text-m max-sm:leading-loose sm:text-l lg:text-xl"> <div @click="selected !== 1 ? selected = 1 : selected = null" class="cursor-pointer py-4 lg:py-6 border-t border-shade-light" :class="selected == 1 ? 'font-bold': 'font-normal'"> <div class="flex items-center justify-between"> <span class="w-10/12 sm:w-11/12">Wie kann ich manager+-Inhalte nutzen?</span> <span class="size-6 flex items-center justify-center"> <svg class="size-4 motion-safe:transition" :class="selected == 1 ? 'rotate-180' : 'rotate-0'" width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 1.5L8 7.5L14 1.5" stroke="currentColor" stroke-width="2.2" stroke-linecap="round"/> </svg> </span> </div> </div> <div x-show="selected == 1" class="pb-4 lg:pb-6 max-w-4xl" x-cloak> <div> Mit manager+ haben Sie Zugriff auf alle mit m+ und HBm+ gekennzeichneten Inhalte auf <a target="_blank" href="http://www.manager-magazin.de" rel="noopener">manager-magazin.de</a> und in der manager-Nachrichten-App.<br><br>Zusätzlich stehen Ihnen monatlich die digitalen Ausgaben der gedruckten Magazine zur Verfügung. Rufen Sie dazu in Ihrem Internetbrowser die Seite <a target="_blank" href="http://www.manager-magazin.de/magazine" rel="noopener">www.manager-magazin.de/magazine</a> auf oder laden Sie sich aus dem App- oder Playstore die App "manager - Nachrichten" herunter.<br><br>Im Abo können Sie manager+ auf bis zu fünf Endgeräten nutzen. </div> </div> </li> <li class="cms-element-faq-item flex align-center flex-col text-m max-sm:leading-loose sm:text-l lg:text-xl"> <div @click="selected !== 2 ? selected = 2 : selected = null" class="cursor-pointer py-4 lg:py-6 border-t border-shade-light" :class="selected == 2 ? 'font-bold': 'font-normal'"> <div class="flex items-center justify-between"> <span class="w-10/12 sm:w-11/12">Wie kann ich manager+ kündigen?</span> <span class="size-6 flex items-center justify-center"> <svg class="size-4 motion-safe:transition" :class="selected == 2 ? 'rotate-180' : 'rotate-0'" width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 1.5L8 7.5L14 1.5" stroke="currentColor" stroke-width="2.2" stroke-linecap="round"/> </svg> </span> </div> </div> <div x-show="selected == 2" class="pb-4 lg:pb-6 max-w-4xl" x-cloak> <div> Mit manager+ bleiben Sie flexibel und entscheiden selbst, wie lange Sie manager+ nutzen möchten. Sie können Ihr Abo jederzeit zum Ende des laufenden Monats kündigen. Die Kündigung können Sie im <a target="_blank" href="https://gruppenkonto.spiegel.de/manager/meinkonto/uebersicht.html" rel="noopener">Servicebereich</a> direkt online vornehmen. </div> </div> </li> </ul> </div> </section> </div> </div> </div> </div> </div> </main> <footer class="mt-auto pt-14 sm:pt-16 lg:pt-20"> <div class="py-6 sm:py-12 bg-shade-darkest text-shade-light text-s"> <div class="container"> <div class="flex flex-col"> <div class="pb-6 mb-6 border-b border-shade-light"> <div class="grid sm:grid-cols-3 gap-6"> <div class="pb-6 sm:pb-0 border-b border-shade-light sm:border-none"> <div class="mb-4"> <div class="h6 text-inverted"> Kundenservice </div> </div> <div class="flex flex-col gap-4"> <div> Telefon: Mo-Fr 08 - 19 Uhr, Sa 10 - 18 Uhr </div> <ul class="flex flex-col gap-4"> <li> <a class="flex items-center gap-2 link link--footer" href="tel: 040 3007-3400 " > <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="16" cy="16" r="15.5" stroke="#BBB9B7"/> <path d="M11.8228 9.32278L14.0855 12.5401C14.0036 13.3703 13.131 14.5908 13.131 14.5908C13.131 14.5908 14.3149 16.1283 15.1462 16.9596C15.9775 17.7909 17.515 18.9748 17.515 18.9748C17.515 18.9748 18.7355 18.1022 19.5656 18.0202L22.7829 20.283C22.6426 21.4841 20.697 22.8639 20.697 22.8639C20.697 22.8639 18.505 23.5003 13.5552 18.5506C8.60549 13.6008 9.24192 11.4088 9.24192 11.4088C9.24192 11.4088 10.6217 9.46324 11.8228 9.32278Z" fill="white"/> </svg> <span> 040 3007-3400 </span> </a> </li> <li> <a class="flex items-center gap-2 link link--footer" href="mailto:aboservice@manager-magazin.de"> <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="16" cy="16" r="15.5" stroke="#A3A3A3"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M10 11.8794V20.1206L13.8459 16L10 11.8794ZM10.8207 21H21.1793L17.3333 16.8794L16.4386 17.838C16.3252 17.9595 16.1663 18.0286 16 18.0286C15.8337 18.0286 15.6748 17.9595 15.5614 17.838L14.6667 16.8794L10.8207 21ZM22 20.1206V11.8794L18.1541 16L22 20.1206ZM21.1793 11H10.8207L15.1053 15.5906L16 16.5492L16.8947 15.5906L21.1793 11Z" fill="white"/> </svg> <span> aboservice@manager-magazin.de </span> </a> </li> </ul> </div> </div> <div class="pb-6 sm:border-none sm:pb-0 border-b border-shade-light sm:border-none"> <div class="mb-4"> <div class="h6 text-inverted"> Service </div> </div> <ul class="flex flex-wrap sm:flex-col gap-4"> <li> <a href="https://abo.manager-magazin.de/faq/" class="link link--footer">FAQ</a> </li> <li> <a href="https://gruppenkonto.spiegel.de/manager/gutschein.html" class="link link--footer">Gutschein einlösen</a> </li> <li> <a href="https://gruppenkonto.spiegel.de/manager/kuendigung.html" class="link link--footer">Abo kündigen</a> </li> </ul> </div> <div> <div class="mb-4"> <div class="h6 text-inverted"> Zahlungsarten </div> </div> <ul class="flex flex-wrap sm:flex-col gap-6"> <li class="flex items-center"> <svg width="84" height="22" viewBox="0 0 84 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M26.8687 4.39954C26.698 4.39954 26.5529 4.52352 26.5262 4.69235L24.5493 17.2293C24.5421 17.2751 24.5449 17.3219 24.5576 17.3665C24.5702 17.4111 24.5923 17.4524 24.6225 17.4877C24.6526 17.5229 24.69 17.5512 24.7321 17.5706C24.7742 17.59 24.82 17.6 24.8664 17.6H27.2108C27.3813 17.6 27.5266 17.4758 27.5534 17.3072L28.1341 13.6256C28.1605 13.4571 28.3058 13.3328 28.4766 13.3328H30.6081C33.0986 13.3328 35.2127 11.5157 35.5989 9.05338C35.9883 6.57025 34.0483 4.40493 31.2989 4.39954H26.8687ZM29.1478 7.19826H30.8532C32.2572 7.19826 32.7144 8.02671 32.5698 8.94287C32.4253 9.861 31.7152 10.5373 30.357 10.5373H28.6212L29.1478 7.19826ZM40.3672 8.05047C39.7752 8.05268 39.094 8.17397 38.3293 8.49251C36.5751 9.22368 35.7327 10.7348 35.3749 11.8364C35.3749 11.8364 34.2363 15.1975 36.8089 17.044C36.8089 17.044 39.1947 18.8217 41.8805 16.9345L41.8342 17.2293C41.827 17.275 41.8298 17.3218 41.8424 17.3664C41.855 17.4109 41.8771 17.4522 41.9072 17.4875C41.9372 17.5227 41.9746 17.551 42.0166 17.5704C42.0587 17.5898 42.1044 17.5999 42.1507 17.6H44.3763C44.5471 17.6 44.6922 17.4758 44.7189 17.3072L46.0727 8.72186C46.0799 8.67606 46.0772 8.62924 46.0646 8.58462C46.0521 8.53999 46.03 8.49862 45.9999 8.46334C45.9698 8.42806 45.9324 8.39972 45.8903 8.38027C45.8483 8.36081 45.8025 8.3507 45.7561 8.35064H43.5305C43.3597 8.35064 43.2144 8.47487 43.1879 8.64345L43.1152 9.10557C43.1152 9.10557 42.1434 8.04386 40.3672 8.05047ZM40.4399 10.7622C40.6955 10.7622 40.9293 10.7975 41.139 10.8649C42.0993 11.1731 42.6437 12.0957 42.4862 13.0956C42.2919 14.3269 41.2821 15.2335 39.9871 15.2335C39.7318 15.2335 39.498 15.1985 39.2881 15.1311C38.328 14.8228 37.7801 13.9003 37.9377 12.9003C38.132 11.6691 39.145 10.7622 40.4399 10.7622Z" fill="#989694"/> <path d="M58.9185 4.39954C58.7478 4.39954 58.6027 4.52352 58.576 4.69235L56.5991 17.2293C56.5919 17.2751 56.5947 17.3219 56.6074 17.3665C56.62 17.4111 56.6421 17.4524 56.6723 17.4877C56.7024 17.5229 56.7398 17.5512 56.7819 17.5706C56.824 17.59 56.8698 17.6 56.9162 17.6H59.2606C59.4311 17.6 59.5764 17.4758 59.6032 17.3072L60.1839 13.6256C60.2103 13.4571 60.3556 13.3328 60.5264 13.3328H62.6579C65.1484 13.3328 67.2623 11.5157 67.6482 9.05338C68.0378 6.57025 66.0982 4.40493 63.3487 4.39954H58.9185ZM61.1976 7.19826H62.903C64.307 7.19826 64.7642 8.02671 64.6196 8.94287C64.4751 9.861 63.7652 10.5373 62.4068 10.5373H60.671L61.1976 7.19826ZM72.4167 8.05047C71.8247 8.05268 71.1435 8.17397 70.3788 8.49251C68.6246 9.22368 67.7822 10.7348 67.4245 11.8364C67.4245 11.8364 66.2863 15.1975 68.8589 17.044C68.8589 17.044 71.2443 18.8217 73.9303 16.9345L73.884 17.2293C73.8768 17.2751 73.8796 17.3219 73.8922 17.3665C73.9049 17.4111 73.927 17.4524 73.9571 17.4877C73.9873 17.5229 74.0247 17.5512 74.0668 17.5706C74.1089 17.59 74.1547 17.6 74.201 17.6H76.4264C76.5972 17.6 76.7422 17.4758 76.7689 17.3072L78.1232 8.72186C78.1305 8.67602 78.1277 8.62916 78.1151 8.5845C78.1025 8.53984 78.0804 8.49844 78.0503 8.46315C78.0201 8.42787 77.9827 8.39954 77.9405 8.38011C77.8984 8.36069 77.8525 8.35063 77.8061 8.35064H75.5805C75.4098 8.35064 75.2645 8.47487 75.238 8.64345L75.1652 9.10557C75.1652 9.10557 74.1929 8.04386 72.4167 8.05047ZM72.4895 10.7622C72.7451 10.7622 72.9788 10.7975 73.1886 10.8649C74.1488 11.1731 74.6933 12.0957 74.5357 13.0956C74.3414 14.3269 73.3317 15.2335 72.0367 15.2335C71.7814 15.2335 71.5476 15.1985 71.3376 15.1311C70.3776 14.8228 69.8297 13.9003 69.9873 12.9003C70.1816 11.6691 71.1945 10.7622 72.4895 10.7622Z" fill="#989694"/> <path d="M47.1288 8.35062C46.9523 8.35062 46.8269 8.52287 46.8808 8.69072L49.3208 16.2624L47.1145 19.8305C47.0075 20.0037 47.1319 20.2274 47.3356 20.2274H49.9432C50.0177 20.2274 50.091 20.2081 50.156 20.1714C50.2209 20.1348 50.2753 20.082 50.3139 20.0182L57.1284 8.74511C57.233 8.57188 57.1081 8.35037 56.9057 8.35037H54.2983C54.223 8.35044 54.149 8.3701 54.0836 8.40744C54.0183 8.44477 53.9637 8.49849 53.9254 8.5633L51.243 13.0919L49.8814 8.59687C49.8371 8.45059 49.7021 8.35037 49.5494 8.35037L47.1288 8.35062Z" fill="#989694"/> <path d="M80.652 4.39954C80.4815 4.39954 80.3362 4.52377 80.3095 4.69235L78.3321 17.2288C78.3248 17.2746 78.3276 17.3215 78.3402 17.3661C78.3528 17.4108 78.3749 17.4522 78.405 17.4875C78.4352 17.5228 78.4726 17.5511 78.5147 17.5705C78.5569 17.59 78.6027 17.6 78.6491 17.6H80.9936C81.1641 17.6 81.3094 17.4758 81.3361 17.3072L83.313 4.77027C83.3202 4.72451 83.3174 4.67774 83.3048 4.63318C83.2922 4.58861 83.2701 4.5473 83.24 4.51208C83.2099 4.47686 83.1726 4.44856 83.1306 4.42914C83.0885 4.40971 83.0428 4.39961 82.9965 4.39954H80.652Z" fill="#989694"/> <path d="M7.32367 4.39954C7.17264 4.39966 7.02662 4.45364 6.91183 4.55177C6.79703 4.6499 6.72098 4.78576 6.69737 4.93492L5.65674 11.535C5.70525 11.2268 5.97086 10.9996 6.28303 10.9996H9.33242C12.4014 10.9996 15.0056 8.76082 15.4814 5.72686C15.5168 5.50035 15.5369 5.27171 15.5415 5.04249C14.7615 4.63354 13.8454 4.39954 12.8415 4.39954H7.32367Z" fill="#2F2D2B"/> <path d="M15.5416 5.04272C15.537 5.27194 15.5169 5.50058 15.4815 5.72709C15.0057 8.76105 12.4012 10.9999 9.3325 10.9999H6.28311C5.97118 10.9999 5.70533 11.2268 5.65682 11.5353L4.69997 17.6002L4.10063 21.4051C4.08894 21.4786 4.09332 21.5537 4.1135 21.6254C4.13367 21.697 4.16916 21.7635 4.2175 21.8201C4.26583 21.8767 4.32587 21.9221 4.39348 21.9533C4.46108 21.9844 4.53464 22.0005 4.60907 22.0005H7.91893C8.06995 22.0004 8.21598 21.9464 8.33077 21.8482C8.44557 21.7501 8.5216 21.6143 8.54522 21.4651L9.41703 15.9355C9.44066 15.7863 9.51677 15.6503 9.63167 15.5522C9.74657 15.4541 9.89272 15.4001 10.0438 15.4001H11.9925C15.0615 15.4001 17.6657 13.1613 18.1416 10.1273C18.4794 7.97401 17.395 6.01451 15.5416 5.04272Z" fill="#989694"/> <path d="M3.56325 0.000244141C3.25133 0.000244141 2.98548 0.227142 2.93697 0.535144L0.339644 17.005C0.290393 17.3177 0.531999 17.6005 0.848577 17.6005H4.70019L5.65655 11.5355L6.69717 4.93538C6.72079 4.78622 6.79684 4.65036 6.91164 4.55223C7.02643 4.4541 7.17245 4.40012 7.32348 4.39999H12.8413C13.8454 4.39999 14.7614 4.63424 15.5413 5.04295C15.5947 2.28073 13.3154 0.000244141 10.1817 0.000244141H3.56325Z" fill="#989694"/> </svg> </li> <li class="flex items-center"> <svg width="54" height="16" viewBox="0 0 54 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M19.0793 15.7702L21.7727 0.269209H26.0807L23.3853 15.7702H19.079H19.0793ZM39.0088 0.650885C38.1556 0.336754 36.8183 0 35.1478 0C30.8915 0 27.893 2.10229 27.8675 5.11529C27.8436 7.34265 30.0083 8.58528 31.6423 9.32665C33.3189 10.0861 33.8829 10.5709 33.8745 11.2496C33.8641 12.2883 32.5355 12.763 31.2974 12.763C29.5733 12.763 28.6574 12.5281 27.2428 11.9496L26.6876 11.703L26.0829 15.173C27.0893 15.6057 28.9498 15.9809 30.8815 16C35.4099 16 38.3492 13.922 38.3825 10.704C38.399 8.9411 37.2514 7.59893 34.7661 6.49301C33.2601 5.77555 32.3381 5.29725 32.3478 4.57106C32.3478 3.92664 33.1282 3.23762 34.8149 3.23762C36.2237 3.21629 37.2439 3.51749 38.039 3.83162L38.4248 4.01034L39.0088 0.650885ZM50.0551 0.284075H46.7264C45.6954 0.284075 44.9237 0.560071 44.4706 1.56969L38.0732 15.7751H42.5968C42.5968 15.7751 43.3362 13.8651 43.5036 13.4456C43.9981 13.4456 48.392 13.452 49.0203 13.452C49.1493 13.995 49.5445 15.7751 49.5445 15.7751H53.5419L50.0548 0.284075H50.0551ZM44.7433 10.2752C45.3164 8.83121 45.8885 7.38681 46.4594 5.94199C46.4339 5.98303 46.8133 5.04452 47.0308 4.46247L47.3217 5.79914C47.3217 5.79914 48.1468 9.49923 48.319 10.2752H44.7433ZM15.4661 0.28052L11.2486 10.8514L10.7994 8.70324C10.0144 6.22671 7.56825 3.54399 4.8335 2.20086L8.68968 15.757L13.2475 15.7521L20.0291 0.280197H15.4661" fill="#989694"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.33455 0.272527H0.388437L0.333496 0.595061C5.73772 1.87809 9.31338 4.97868 10.7981 8.7043L9.2872 1.58076C9.02607 0.598939 8.26983 0.306138 7.33423 0.271881" fill="#989694"/> </svg> </li> <li class="flex items-center"> <svg width="36" height="28" viewBox="0 0 36 28" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.6128 2.64392C15.3085 4.61857 13.8496 7.52506 13.8496 10.7693C13.8496 14.0135 15.3085 16.9203 17.6128 18.8947C17.7476 19.0104 17.8856 19.1229 18.0265 19.2318C18.1674 19.1229 18.3053 19.0104 18.4402 18.8947C20.7444 16.9203 22.203 14.0135 22.203 10.7693C22.203 7.52506 20.7444 4.61857 18.4402 2.64392C18.3053 2.52815 18.1674 2.41565 18.0265 2.30676C17.8856 2.41565 17.7476 2.52815 17.6128 2.64392ZM18.7309 1.80005C18.8196 1.87154 18.9095 1.94179 18.9952 2.01538C21.5715 4.22278 23.0489 7.41348 23.0489 10.7693C23.0489 14.1251 21.5715 17.3158 18.9955 19.5232C18.9101 19.5965 18.8196 19.667 18.7309 19.7385C20.4644 20.8753 22.5457 21.5385 24.7843 21.5385C30.8237 21.5385 35.7192 16.7172 35.7192 10.7693C35.7192 4.82168 30.8237 0 24.7843 0C22.5457 0 20.4644 0.663299 18.7309 1.80005ZM17.3218 19.7385C15.5886 20.8756 13.507 21.5385 11.2684 21.5385C5.22899 21.5385 0.333496 16.7169 0.333496 10.7693C0.333496 4.82168 5.22899 0 11.2684 0C13.507 0 15.5883 0.663299 17.3218 1.80005C17.2331 1.87154 17.1435 1.94172 17.0575 2.01501C14.4811 4.22272 13.004 7.41348 13.004 10.7693C13.004 14.1254 14.4811 17.3161 17.0575 19.5232C17.1429 19.5962 17.2331 19.667 17.3218 19.7385ZM35.3768 17.4426V17.0247H35.266L35.1384 17.3121L35.0111 17.0247H34.9003V17.4426H34.9787V17.1273L35.098 17.3992H35.1791L35.2985 17.1267V17.4426H35.3768ZM34.6752 17.4426V17.0958H34.8167V17.0253H34.4553V17.0958H34.5975V17.4426H34.6752ZM35.0169 26.7404V26.8103H35.0825C35.0974 26.8103 35.1096 26.8073 35.1187 26.8016C35.1275 26.796 35.1317 26.787 35.1317 26.775C35.1317 26.7634 35.1275 26.7546 35.1187 26.7487C35.1096 26.743 35.0974 26.7404 35.0825 26.7404H35.0169ZM35.0832 26.6907C35.1178 26.6907 35.1439 26.6981 35.1627 26.7134C35.1816 26.7283 35.1907 26.749 35.1907 26.775C35.1907 26.7966 35.1831 26.8148 35.1685 26.8289C35.1536 26.8429 35.1323 26.8519 35.1053 26.8552L35.1928 26.9548H35.1241L35.0427 26.8555H35.0169V26.9548H34.9595V26.6907H35.0832ZM35.1533 27.0278C35.1803 27.0165 35.2037 27.0003 35.2238 26.9802C35.2444 26.9605 35.2599 26.9371 35.2714 26.9099C35.2833 26.883 35.2891 26.8544 35.2891 26.8239C35.2891 26.793 35.2833 26.7642 35.2714 26.7373C35.2599 26.7104 35.2444 26.687 35.2238 26.667C35.2037 26.647 35.1803 26.6311 35.1533 26.6198C35.1263 26.6084 35.0974 26.603 35.0664 26.603C35.0345 26.603 35.0048 26.6084 34.9774 26.6198C34.9498 26.6311 34.9261 26.647 34.9054 26.667C34.8854 26.687 34.8693 26.7104 34.8578 26.7373C34.8462 26.7642 34.8404 26.793 34.8404 26.8239C34.8404 26.8544 34.8462 26.883 34.8578 26.9099C34.8693 26.9371 34.8854 26.9605 34.9054 26.9802C34.9261 27.0003 34.9498 27.0165 34.9774 27.0278C35.0048 27.0395 35.0345 27.0452 35.0664 27.0452C35.0974 27.0452 35.1263 27.0395 35.1533 27.0278ZM35.1806 26.5618C35.2162 26.5767 35.2472 26.5968 35.2739 26.6228C35.3003 26.6485 35.3213 26.6787 35.3368 26.7134C35.3519 26.7478 35.3596 26.7847 35.3596 26.8239C35.3596 26.8627 35.3519 26.8995 35.3368 26.9336C35.3213 26.968 35.3003 26.9982 35.2739 27.0239C35.2472 27.0497 35.2162 27.07 35.1806 27.0852C35.1448 27.1005 35.1065 27.108 35.0664 27.108C35.0248 27.108 34.9859 27.1005 34.9498 27.0852C34.9139 27.07 34.8823 27.0497 34.8562 27.0239C34.8295 26.9982 34.8089 26.968 34.7934 26.9336C34.7782 26.8995 34.7706 26.8627 34.7706 26.8239C34.7706 26.7847 34.7782 26.7478 34.7934 26.7134C34.8089 26.6787 34.8295 26.6485 34.8562 26.6228C34.8823 26.5968 34.9139 26.5767 34.9498 26.5618C34.9859 26.5468 35.0248 26.5396 35.0664 26.5396C35.1065 26.5396 35.1448 26.5468 35.1806 26.5618ZM8.85996 24.6089C9.38241 24.6089 9.73479 25.0038 9.73479 25.5241C9.73479 26.0449 9.38241 26.4393 8.85996 26.4393C8.31352 26.4393 7.97943 26.0266 7.97943 25.5241C7.97943 25.0218 8.31352 24.6089 8.85996 24.6089ZM10.3301 25.5241V24.0944H9.69835V24.4414C9.49818 24.1841 9.19441 24.0226 8.78132 24.0226C7.96727 24.0226 7.32939 24.6509 7.32939 25.5241C7.32939 26.3976 7.96727 27.0258 8.78132 27.0258C9.19441 27.0258 9.49818 26.8641 9.69835 26.6066V26.954H10.3301V25.5241ZM32.5432 24.6089C33.0657 24.6089 33.418 25.0038 33.418 25.5241C33.418 26.0449 33.0657 26.4393 32.5432 26.4393C31.9965 26.4393 31.6626 26.0266 31.6626 25.5241C31.6626 25.0218 31.9965 24.6089 32.5432 24.6089ZM34.0134 25.5241V22.9459H33.3815V24.4414C33.1811 24.1841 32.8773 24.0226 32.4642 24.0226C31.6504 24.0226 31.0126 24.6509 31.0126 25.5241C31.0126 26.3976 31.6504 27.0258 32.4642 27.0258C32.8773 27.0258 33.1811 26.8641 33.3815 26.6066V26.954H34.0134V25.5241ZM18.9006 25.2727H17.3944C17.4612 24.8602 17.7164 24.579 18.1656 24.579C18.573 24.579 18.8338 24.8303 18.9006 25.2727ZM16.7322 25.5241C16.7322 26.4335 17.3519 27.0258 18.2206 27.0258C18.6577 27.0258 19.0586 26.9177 19.4109 26.6249L19.1011 26.1642C18.8581 26.3556 18.5486 26.4634 18.257 26.4634C17.85 26.4634 17.4794 26.2778 17.388 25.7633H19.5446C19.5507 25.6855 19.5568 25.6081 19.5568 25.5241C19.5507 24.6329 18.9918 24.0226 18.178 24.0226C17.3275 24.0226 16.7322 24.6329 16.7322 25.5241ZM26.6817 24.6089C27.2042 24.6089 27.5563 25.0038 27.5563 25.5241C27.5563 26.0449 27.2042 26.4393 26.6817 26.4393C26.135 26.4393 25.8009 26.0266 25.8009 25.5241C25.8009 25.0218 26.135 24.6089 26.6817 24.6089ZM28.1516 25.5241V24.0944H27.5198V24.4414C27.3197 24.1841 27.0159 24.0226 26.6025 24.0226C25.7887 24.0226 25.1509 24.6509 25.1509 25.5241C25.1509 26.3976 25.7887 27.0258 26.6025 27.0258C27.0159 27.0258 27.3197 26.8641 27.5198 26.6066V26.954H28.1516V25.5241ZM23.7843 27.0258C24.2217 27.0258 24.513 26.93 24.8292 26.6847L24.5255 26.1824C24.2886 26.3496 24.0395 26.4393 23.7661 26.4393C23.2619 26.4334 22.8916 26.0745 22.8916 25.5241C22.8916 24.9736 23.2619 24.6149 23.7661 24.6089C24.0395 24.6089 24.2886 24.6987 24.5255 24.8662L24.8292 24.3637C24.513 24.1184 24.2217 24.0226 23.7843 24.0226C22.8491 24.0226 22.2352 24.6568 22.2352 25.5241C22.2352 26.3916 22.8491 27.0258 23.7843 27.0258ZM29.6096 24.4414V24.0944H28.9836V26.954H29.6154V25.3505C29.6154 24.8781 29.8219 24.6149 30.235 24.6149C30.3626 24.6149 30.4962 24.6328 30.6299 24.6866L30.8243 24.1007C30.6846 24.0466 30.5023 24.0226 30.3747 24.0226C30.0102 24.0226 29.7733 24.1901 29.6096 24.4414ZM13.4521 24.3218C13.1483 24.1243 12.7294 24.0226 12.2677 24.0226C11.5327 24.0226 11.0591 24.3695 11.0591 24.9376C11.0591 25.4046 11.4115 25.6919 12.0612 25.7816L12.3588 25.8231C12.7048 25.871 12.8691 25.9608 12.8691 26.1223C12.8691 26.3437 12.6383 26.4694 12.207 26.4694C11.7696 26.4694 11.4537 26.332 11.2411 26.1702L10.9437 26.6548C11.2897 26.9058 11.7274 27.0258 12.2009 27.0258C13.0393 27.0258 13.5253 26.6369 13.5253 26.0924C13.5253 25.5898 13.1425 25.3266 12.5107 25.2368L12.2131 25.1952C11.9397 25.1593 11.721 25.1055 11.721 24.9141C11.721 24.7047 11.9275 24.579 12.2741 24.579C12.6444 24.579 13.0028 24.7166 13.179 24.824L13.4521 24.3218ZM20.8322 24.4414V24.0944H20.2068V26.954H20.8383V25.3505C20.8383 24.8781 21.0452 24.6149 21.4579 24.6149C21.5855 24.6149 21.7191 24.6328 21.8528 24.6866L22.0469 24.1007C21.9072 24.0466 21.7252 24.0226 21.5976 24.0226C21.2334 24.0226 20.9962 24.1901 20.8322 24.4414ZM16.2101 24.0944H15.1774V23.2272H14.5398V24.0944H13.9502V24.6625H14.5398V25.9668C14.5398 26.6309 14.8007 27.0258 15.5479 27.0258C15.821 27.0258 16.1369 26.9419 16.3373 26.8043L16.1554 26.2719C15.9671 26.3795 15.7602 26.4335 15.5965 26.4335C15.2806 26.4335 15.1774 26.242 15.1774 25.9551V24.6625H16.2101V24.0944ZM6.7705 26.954V25.1593C6.7705 24.4832 6.33339 24.0286 5.629 24.0226C5.25843 24.0166 4.8757 24.1303 4.6081 24.5311C4.40793 24.214 4.09209 24.0226 3.64862 24.0226C3.3391 24.0226 3.03531 24.1126 2.79808 24.4474V24.0944H2.16663V26.954H2.80447V25.3688C2.80447 24.8722 3.08392 24.6089 3.51494 24.6089C3.93381 24.6089 4.14677 24.8781 4.14677 25.3624V26.954H4.78429V25.3688C4.78429 24.8722 5.0759 24.6089 5.49508 24.6089C5.9264 24.6089 6.13298 24.8781 6.13298 25.3624V26.954H6.7705Z" fill="#989694"/> </svg> </li> <li class="flex items-center"> <svg width="75" height="29" viewBox="0 0 75 29" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M38.8893 16.3356C37.6013 16.3356 36.4103 16.0309 35.4409 15.5047L35.7733 13.3581C36.7565 13.8705 37.7675 14.1752 38.8616 14.1752C40.0802 14.1752 40.6065 13.7321 40.6065 12.9565C40.6065 11.2116 35.4825 11.9456 35.4825 8.22026C35.4825 6.33684 36.7012 4.81348 39.5263 4.81348C40.6065 4.81348 41.7836 5.03506 42.6423 5.39512L42.3376 7.50013C41.4236 7.20931 40.4957 7.02927 39.6509 7.02927C38.2661 7.02927 37.906 7.50013 37.906 8.09562C37.906 9.82671 43.03 9.03734 43.03 12.8042C43.0162 14.9923 41.479 16.3356 38.8893 16.3356Z" fill="#989694"/> <path d="M52.6532 13.9546V16.1288H45.0918V5.0083H52.6532V7.2241H47.5984V9.43989H51.7115V11.4341H47.5984V13.9546H52.6532Z" fill="#989694"/> <path d="M58.8585 12.5143H57.3767V16.1288H54.8701V5.0083H58.8585C61.9468 5.0083 63.207 6.22699 63.207 8.8167C63.207 11.171 61.9607 12.5143 58.8585 12.5143ZM58.8585 7.09946H57.3767V10.5062H58.8585C60.0911 10.5062 60.6312 10.2016 60.6312 8.80285C60.6312 7.47337 60.1465 7.09946 58.8585 7.09946Z" fill="#989694"/> <path d="M70.8508 13.9675H66.8208L66.1976 16.1279H63.5525L67.3886 4.99353H70.3661L74.2576 16.1279H71.474L70.8508 13.9675ZM68.538 8.06795L67.4301 11.8763H70.2691L69.2028 8.06795L68.9119 6.89081H68.8704L68.538 8.06795Z" fill="#989694"/> <path d="M38.7916 23.3572L38.7639 24.4097H35.4956V19.2441H36.6727V23.3572H38.7916Z" fill="#989694"/> <path d="M41.9212 24.008H41.9073C41.6581 24.3127 41.2565 24.4789 40.7718 24.4789C39.9824 24.4789 39.47 24.0357 39.47 23.094C39.47 22.3185 40.0101 21.7922 40.9518 21.7922C41.2565 21.7922 41.5334 21.8338 41.755 21.903V21.6676C41.755 21.2521 41.5334 21.0582 40.9656 21.0582C40.5086 21.0582 40.204 21.1275 39.8162 21.2798L39.7331 20.4212C40.1486 20.2412 40.6333 20.1442 41.1595 20.1442C42.392 20.1442 42.8214 20.6705 42.8214 21.8199V24.4096H42.0043L41.9212 24.008ZM41.7689 22.6093C41.6719 22.5677 41.4642 22.5262 41.1734 22.5262C40.7025 22.5262 40.4809 22.7062 40.4809 23.0802C40.4809 23.4818 40.7164 23.6341 41.0764 23.6341C41.4365 23.6341 41.7689 23.4125 41.7689 23.1494V22.6093Z" fill="#989694"/> <path d="M45.1339 24.4789C44.6353 24.4789 44.1783 24.3819 43.8182 24.188L43.929 23.3017C44.2752 23.4956 44.7599 23.5926 45.12 23.5926C45.5493 23.5926 45.7293 23.4264 45.7293 23.1771C45.7293 22.5124 43.7905 22.9001 43.7905 21.4322C43.7905 20.6843 44.3029 20.1442 45.3693 20.1442C45.7847 20.1442 46.2002 20.2273 46.5603 20.3658L46.4772 21.2383C46.131 21.0998 45.674 21.0305 45.3554 21.0305C45.0092 21.0305 44.8153 21.169 44.8153 21.3768C44.8153 22.0138 46.7265 21.626 46.7265 23.0663C46.7265 23.9249 46.2694 24.4789 45.1339 24.4789Z" fill="#989694"/> <path d="M48.8328 21.0312V23.1639C48.8328 23.4824 48.999 23.6209 49.3314 23.6209C49.4421 23.6209 49.5806 23.607 49.6637 23.5793L49.7191 24.3549C49.5806 24.4241 49.3037 24.4656 48.999 24.4656C48.1681 24.4656 47.7526 23.9809 47.7526 23.1916V21.0173H47.2817V20.2141H47.7941L47.9742 19.2724L48.819 19.2031V20.2279H49.7468V21.0312H48.8328Z" fill="#989694"/> <path d="M51.8245 24.4789C51.326 24.4789 50.869 24.3819 50.5089 24.188L50.6197 23.3017C50.9659 23.4956 51.4506 23.5926 51.8107 23.5926C52.24 23.5926 52.42 23.4264 52.42 23.1771C52.42 22.5124 50.4812 22.9001 50.4812 21.4322C50.4812 20.6843 50.9936 20.1442 52.06 20.1442C52.4754 20.1442 52.8909 20.2273 53.2509 20.3658L53.1679 21.2383C52.8216 21.0998 52.3646 21.0305 52.0461 21.0305C51.6999 21.0305 51.506 21.169 51.506 21.3768C51.506 22.0138 53.4171 21.626 53.4171 23.0663C53.4171 23.9249 52.9601 24.4789 51.8245 24.4789Z" fill="#989694"/> <path d="M57.044 21.2529C56.8363 21.1837 56.5731 21.1283 56.3377 21.1283C55.5622 21.1283 55.2991 21.4468 55.2991 22.3331C55.2991 23.2333 55.6591 23.5795 56.31 23.5795C56.587 23.5795 56.8501 23.5241 57.0717 23.4272L57.1409 24.2581C56.8917 24.4104 56.5178 24.4935 56.0746 24.4935C54.8421 24.4935 54.1912 23.7872 54.1912 22.3331C54.1912 20.9483 54.759 20.1727 56.1023 20.1727C56.4485 20.1727 56.8501 20.242 57.1132 20.3528L57.044 21.2529Z" fill="#989694"/> <path d="M60.5616 24.3958V21.7369C60.5616 21.3075 60.3539 21.086 59.8969 21.086C59.5922 21.086 59.3153 21.2244 59.1906 21.4045V24.3958H58.1243V19.0364L59.1906 18.981V19.9365L59.1768 20.4905L59.1906 20.5043C59.4953 20.2412 59.8831 20.1442 60.2293 20.1442C61.1156 20.1442 61.628 20.7397 61.628 21.7369V24.3958H60.5616Z" fill="#989694"/> <path d="M62.7502 24.3956V20.2548L63.6089 20.2133L63.7058 20.9057H63.7197C63.9828 20.4072 64.3844 20.1579 64.8691 20.1579C65.0491 20.1579 65.2153 20.1856 65.3261 20.2133L65.2569 21.2658C65.1322 21.2242 64.966 21.1966 64.7999 21.1966C64.2459 21.1966 63.8304 21.5982 63.8304 22.3044V24.3956H62.7502Z" fill="#989694"/> <path d="M66.8896 19.7844C66.4742 19.7844 66.2803 19.6736 66.2803 19.3274C66.2803 19.0365 66.4742 18.8704 66.8896 18.8704C67.3051 18.8704 67.499 19.0227 67.499 19.3274C67.499 19.632 67.3189 19.7844 66.8896 19.7844ZM66.3495 24.396V20.2552L67.4436 20.2137V24.4098H66.3495V24.396Z" fill="#989694"/> <path d="M68.9804 24.3956V21.0166H68.4541V20.2272H68.9804V20.0471C68.9804 19.424 69.4097 18.8977 70.4068 18.8977C70.6422 18.8977 70.9053 18.9254 71.0854 18.9808L71.0161 19.6732C70.8915 19.6455 70.753 19.6317 70.6145 19.6317C70.199 19.6317 70.0329 19.7979 70.0329 20.061V20.2133H70.9192V21.0027H70.0329V24.3818H68.9804V24.3956Z" fill="#989694"/> <path d="M73.1226 21.0312V23.1639C73.1226 23.4824 73.2888 23.6209 73.6211 23.6209C73.7319 23.6209 73.8704 23.607 73.9535 23.5793L74.0089 24.3549C73.8704 24.4241 73.5934 24.4656 73.2888 24.4656C72.4578 24.4656 72.0424 23.9809 72.0424 23.1916V21.0173H71.5715V20.2141H72.0839L72.264 19.2724L73.1087 19.2031V20.2279H74.0366V21.0312H73.1226Z" fill="#989694"/> <path d="M16.4673 7.43149L11.6895 3.84467L6.91167 0.257848C6.5793 0.00857095 6.10845 0.0778146 5.85917 0.410184L1.66301 6.00507C1.59376 6.08816 1.55222 6.1851 1.53837 6.29589C1.46912 6.58672 1.56606 6.89139 1.81534 7.08527L4.66818 9.21797L8.50428 12.1124L11.3571 14.2451C11.6064 14.4389 11.9388 14.4389 12.188 14.2866C12.285 14.2312 12.3542 14.1758 12.4235 14.0789L16.6335 8.48399C16.8689 8.15162 16.7997 7.68076 16.4673 7.43149ZM6.607 0.687158L9.44599 2.81986L11.371 4.26013L13.2959 5.7004L16.1488 7.8331C16.2596 7.91619 16.2734 8.06853 16.2042 8.17932L15.5256 9.12103L12.2988 6.71135L8.80895 4.09394L5.58219 1.67042L6.26078 0.728705C6.34387 0.617915 6.49621 0.604066 6.607 0.687158ZM11.9942 13.7881C11.9526 13.8296 11.9111 13.8573 11.8557 13.8711C11.8003 13.885 11.731 13.8711 11.6756 13.8296L8.80895 11.683L4.97285 8.80251L2.12001 6.65596C2.06462 6.61441 2.03692 6.55902 2.02307 6.50362C2.02307 6.44823 2.02307 6.39283 2.06462 6.33744L2.84015 5.29878C2.84015 5.29878 3.69877 4.19089 4.4466 3.19378L7.67335 5.60346L11.1632 8.22086L14.39 10.6444C13.6283 11.6415 12.7697 12.7494 12.7697 12.7494L11.9942 13.7881Z" fill="#989694"/> <path d="M17.3259 15.9904L24.5272 6.35167L25.2612 5.38226C25.2612 5.38226 25.275 5.35457 25.2889 5.35457C25.3443 5.28532 25.3304 5.18838 25.2612 5.13299L23.2254 3.65117C23.1562 3.59578 23.0592 3.62348 23.0039 3.69272C22.99 3.70657 22.9762 3.72042 22.9762 3.72042L22.6992 4.06663L13.7945 15.9765H3.98956L0.333496 28.108H24.8596L21.3974 16.0042L17.3259 15.9904ZM0.998235 27.6233L4.34963 16.4751H13.4482L12.6589 17.5276L11.5371 19.0786L11.4125 19.3141L11.2878 19.5772L11.1632 19.8819L11.0386 20.2004L10.9139 20.5466L10.7893 20.8928L10.6785 21.239L10.5677 21.5714L10.4708 21.8899L10.3738 22.1808L10.2907 22.4439L10.2353 22.6655L10.1938 22.8317L10.1522 22.9286C10.1522 22.9286 10.1384 22.9563 10.1245 22.984C10.0968 23.0117 9.95836 23.1363 9.84757 23.0532C9.73678 22.9701 9.75063 22.6932 9.76448 22.5547C9.79217 22.1392 9.83372 21.7238 9.86142 21.3221C9.87527 21.1837 9.69523 21.1006 9.58444 21.156C9.08589 21.4468 8.78122 21.793 8.50424 22.1946C8.53194 22.0977 8.55964 22.0007 8.58733 21.9176C8.69812 21.4883 8.86431 21.059 8.93355 20.6159C8.9751 20.3666 8.90586 20.0758 8.61503 20.0204C8.28266 19.965 8.07493 20.3112 7.90875 20.5328C7.42404 21.2252 7.13322 22.0838 6.53772 22.6793C6.31614 22.9009 6.05302 23.0671 5.7345 22.9701C5.36058 22.8594 5.20825 23.3025 5.87298 23.3718C6.52387 23.4271 7.02243 22.7347 7.31325 22.25C7.53483 21.9038 7.71487 21.5299 7.93644 21.1698C8.03339 21.0036 8.14418 20.8374 8.25497 20.6713C8.31036 20.602 8.39345 20.422 8.49039 20.3943C8.60118 20.3666 8.57349 20.4358 8.57349 20.5189C8.55964 20.7266 8.47654 20.9344 8.42115 21.1421C8.36576 21.3637 8.29651 21.5853 8.24112 21.793C8.11648 22.2639 7.99184 22.7347 7.85335 23.1917C7.79796 23.3995 8.07493 23.4964 8.19957 23.3302C8.67043 22.6655 8.90586 22.0977 9.47365 21.6545C9.4598 21.8068 9.44595 21.9453 9.43211 22.0977C9.41826 22.3331 9.36286 22.5962 9.37671 22.8317C9.40441 23.2333 9.70908 23.4964 10.083 23.3302C10.2769 23.2333 10.4154 23.0948 10.4154 23.0948L10.4431 23.0809L10.5262 23.0255L10.6646 22.9286L10.8585 22.7901L11.0801 22.6239L11.3155 22.4577L11.6064 22.2639L11.8972 22.0561L12.188 21.8484L12.4788 21.6407L12.7558 21.4329L13.0189 21.239L13.2682 21.0452L13.4759 20.879L13.6421 20.7266L13.7806 20.602V20.5882L14.6808 19.5357L16.9797 16.4751H21.0512L24.2225 27.6233H0.998235Z" fill="#989694"/> <path d="M26.2027 5.83968L25.9396 5.63195C25.8842 5.5904 25.8149 5.60425 25.7734 5.65964L22.3528 10.2159C22.3112 10.2713 22.3251 10.3405 22.3805 10.3821L22.6436 10.5898C22.699 10.6313 22.7682 10.6175 22.8098 10.5621L26.2304 6.00586C26.2581 5.96431 26.2443 5.88122 26.2027 5.83968Z" fill="#989694"/> <path d="M12.4361 25.2557H19.2497L19.1112 24.7156H12.4361H5.76105L5.62256 25.2557H12.4361Z" fill="#989694"/> </svg> </li> </ul> </div> </div> </div> <div class="flex justify-between flex-wrap gap-4 lg:gap-6"> <div class="w-full lg:w-auto"> <ul class="flex flex-wrap gap-4"> <li> <a href="https://www.manager-magazin.de/extra/artikel/agb-a-1228733.html" target="_blank" title="AGB" class="link link--footer"> AGB </a> </li> <li> <a href="https://www.manager-magazin.de/datenschutz" target="_blank" title="Datenschutz" class="link link--footer"> Datenschutz </a> </li> <li> <a href="https://abo.manager-magazin.de/impressum/" target="_blank" title="Impressum" class="link link--footer"> Impressum </a> </li> <li> <a href="javascript:window._sp_.gdpr.loadPrivacyManagerModal(1124237, 'purposes')" target="_self" title="Cookies & Tracking" class="link link--footer"> Cookies & Tracking </a> </li> </ul> </div> <div class="w-full lg:w-auto flex flex-wrap justify-between gap-4"> <div> Alle Preisangaben inkl. der gesetzl. MwSt. </div> <div> © 2025 manager magazin Verlagsgesellschaft mbH </div> </div> </div> </div> </div> </div> </footer> <script> let viewport = `${window.innerWidth}x${window.innerHeight}`; window.SARAs_data = window.SARAs_data || []; window.SARAs_data.push({ page: { info: { id: "019440cec99e766a8203cd897261bc5b", canonical_url: "https://abo.manager-magazin.de/", title: "manager+ im Abo", domain: "mmo", language: "de", platform: "web", referrer: document.referrer, query_params: {} }, category: { route: "abo", class: "shop", type: "categorypage" }, attributes: { channel_slug: "", subchannel_slug: "", is_consent_required: true, viewport: viewport } }, event: { info: { action: "page_data_ready", name: "generic" }, attributes: { source: "bo|shop|page-tracking", current_url: "https://abo.manager-magazin.de/" } } }); </script> </body> </html>