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="Das Nachrichtenmagazin DER SPIEGEL im Abo. Entdecken Sie das SPIEGEL-Magazin im Abo – Print und Digital."> <meta property="og:url" content="https://abo.spiegel.de/"> <meta property="og:type" content="website"> <meta property="og:site_name" content="SPIEGEL"> <meta property="og:title" content="DER SPIEGEL im Abo - Als Magazin oder digital"> <meta property="og:description" content="Das Nachrichtenmagazin DER SPIEGEL im Abo. Entdecken Sie das SPIEGEL-Magazin im Abo – Print und Digital."> <meta property="og:image" content="https://abo.spiegel.de/media/4d/ae/2e/1741860905/fb_logo_default.jpg?ts=1741860905"> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="SPIEGEL"> <meta name="twitter:title" content="DER SPIEGEL im Abo - Als Magazin oder digital"> <meta name="twitter:description" content="Das Nachrichtenmagazin DER SPIEGEL im Abo. Entdecken Sie das SPIEGEL-Magazin im Abo – Print und Digital."> <meta name="twitter:image" content="https://abo.spiegel.de/media/4d/ae/2e/1741860905/fb_logo_default.jpg?ts=1741860905"> <meta itemprop="copyrightHolder" content="SPIEGEL"> <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.spiegel.de/media/0b/f4/a7/1741014042/favicon_spiegel.svg?ts=1741014042" /> <link rel="shortcut icon" href="https://abo.spiegel.de/media/b1/86/bf/1741014047/favicon_spiegel.ico?ts=1741014047" /> <link rel="icon" type="image/png" href="https://abo.spiegel.de/media/3d/22/fa/1741014053/favicon-96x96_spiegel.png?ts=1741014053" sizes="96x96" /> <link rel="apple-touch-icon" sizes="180x180" href="https://abo.spiegel.de/media/b0/da/0c/1741014057/apple-touch-icon_spiegel.png?ts=1741014058" /> <link rel="manifest" href="https://abo.spiegel.de/theme/01934ed55e3e714ab6a536953af1919e/assets/manifest/site.spiegel.webmanifest?1742994302" /> <link rel="canonical" href="https://abo.spiegel.de/"> <title itemprop="name">DER SPIEGEL im Abo - Als Magazin oder digital</title> <link crossorigin rel="stylesheet" href="/build/assets/spiegel-css-CtY-GMY1.css"> <script crossorigin type="module" src="/build/assets/spiegel-js-B59G34lh.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.spon); // 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/SpiegelSans4UI-Bold-_mHDLSRA.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/build/assets/SpiegelSans4UI-Regular-BrfiWON1.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/build/assets/SpiegelSlab4UICd-ExtraBold-BzrMghQb.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="bg-pri-base dark:bg-pri-base-dark"> <div class="container"> <div class="flex justify-between py-3 lg:py-7 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-[15px] lg:h-[23px]"> <svg class="w-[111px] lg:w-[172px]" width="172" height="24" viewBox="0 0 172 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M22.4701 9.54666V4.33333H27.7029V9.54666H22.4701ZM32.1662 10.9267V2.95333C32.1662 1.57333 31.0888 0.5 29.7037 0.5H16.1599V4.33333H18.0068V19.6667H16.1599V23.5H24.1631V19.6667H22.4701V13.38H29.7037C31.0888 13.38 32.1662 12.3067 32.1662 10.9267Z" fill="white"></path> <path d="M40.0154 19.6667V4.33333H41.8623V0.5H33.8592V4.33333H35.706V19.6667H33.8592V23.5H41.8623V19.6667H40.0154Z" fill="white"></path> <path d="M55.2521 15.3733V19.6667H50.0193V13.38H56.9451V9.54666H50.0193V4.33333H55.2521V7.55333H59.7154V0.5H43.8631V4.33333H45.556V19.6667H43.8631V23.5H59.7154V15.3733H55.2521Z" fill="white"></path> <path d="M67.8724 9.54666V13.38H71.4122V19.6667H66.1794V4.33333H71.4122V7.55333H76.0294V2.95333C76.0294 1.57333 74.9521 0.5 73.5669 0.5H64.3325C63.7169 0.5 63.1013 0.806667 62.7935 1.11333C62.3318 1.57333 61.8701 2.18667 61.8701 2.95333V21.0467C61.8701 21.8133 62.1779 22.4267 62.7935 22.8867C63.2552 23.3467 63.8708 23.5 64.4865 23.5H76.0294V9.54666H67.8724Z" fill="white"></path> <path d="M89.5728 15.3733V19.6667H84.34V13.38H91.2657V9.54666H84.34V4.33333H89.5728V7.55333H94.036V0.5H78.1837V4.33333H79.8767V19.6667H78.1837V23.5H94.036V15.3733H89.5728Z" fill="white"></path> <path d="M107.58 15.3733V19.6667H102.502V4.33333H104.348V0.5H96.1914V4.33333H98.0383V19.6667H96.1914V23.5H112.044V15.3733H107.58Z" fill="white"></path> <path d="M14.1593 21.1846V9.60738H4.61718V4.35906H9.69608V7.60067H14.3133V2.9698C14.3133 1.48791 12.9281 0.5 11.5429 0.5H2.4625C1.07735 0.5 0 1.58054 0 2.9698V13.4664H9.54217V19.7953H4.46327V15.4732H0V21.0302C0 22.4195 1.07735 23.5 2.4625 23.5H11.5429C12.9593 23.5 14.1593 22.5738 14.1593 21.1846Z" fill="white"></path> <path d="M137.212 23.5H134.08C133.587 21.934 133.065 20.281 132.514 18.628H124.626L123.06 23.5H120.218C122.277 17.062 124.452 10.682 126.714 4.273H130.716C133.036 10.711 135.153 17.033 137.212 23.5ZM127.439 10.276C126.83 11.987 126.134 14.104 125.38 16.337H131.76C131.064 14.162 130.339 12.074 129.759 10.363C129.266 9 128.86 7.724 128.628 6.68H128.512C128.28 7.637 127.903 8.913 127.439 10.276ZM142.306 3.055V10.566C143.785 9.348 145.438 8.536 147.062 8.536C150.513 8.536 152.514 11.233 152.514 15.757C152.514 20.658 150.02 23.761 145.119 23.761C142.799 23.761 140.914 23.326 139.377 22.92V3.055H142.306ZM146.192 10.885C144.945 10.885 143.582 11.668 142.306 12.828V21.093C143.205 21.354 144.133 21.557 145.235 21.557C148.396 21.557 149.556 19.237 149.556 15.989C149.556 12.799 148.454 10.885 146.192 10.885ZM161.779 23.819C157.313 23.819 154.848 21.296 154.848 16.337C154.848 11.349 157.371 8.507 162.069 8.507C166.535 8.507 169 11.001 169 15.989C169 20.977 166.477 23.819 161.779 23.819ZM161.895 21.644C164.592 21.644 166.042 19.875 166.042 16.163C166.042 12.19 164.447 10.653 161.953 10.653C159.256 10.653 157.806 12.451 157.806 16.163C157.806 20.107 159.401 21.644 161.895 21.644Z" fill="white"></path> </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-[15px] lg:h-[23px]"> <svg class="w-[111px] lg:w-[172px]" width="172" height="24" viewBox="0 0 172 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M22.4701 9.54666V4.33333H27.7029V9.54666H22.4701ZM32.1662 10.9267V2.95333C32.1662 1.57333 31.0888 0.5 29.7037 0.5H16.1599V4.33333H18.0068V19.6667H16.1599V23.5H24.1631V19.6667H22.4701V13.38H29.7037C31.0888 13.38 32.1662 12.3067 32.1662 10.9267Z" fill="white"></path> <path d="M40.0154 19.6667V4.33333H41.8623V0.5H33.8592V4.33333H35.706V19.6667H33.8592V23.5H41.8623V19.6667H40.0154Z" fill="white"></path> <path d="M55.2521 15.3733V19.6667H50.0193V13.38H56.9451V9.54666H50.0193V4.33333H55.2521V7.55333H59.7154V0.5H43.8631V4.33333H45.556V19.6667H43.8631V23.5H59.7154V15.3733H55.2521Z" fill="white"></path> <path d="M67.8724 9.54666V13.38H71.4122V19.6667H66.1794V4.33333H71.4122V7.55333H76.0294V2.95333C76.0294 1.57333 74.9521 0.5 73.5669 0.5H64.3325C63.7169 0.5 63.1013 0.806667 62.7935 1.11333C62.3318 1.57333 61.8701 2.18667 61.8701 2.95333V21.0467C61.8701 21.8133 62.1779 22.4267 62.7935 22.8867C63.2552 23.3467 63.8708 23.5 64.4865 23.5H76.0294V9.54666H67.8724Z" fill="white"></path> <path d="M89.5728 15.3733V19.6667H84.34V13.38H91.2657V9.54666H84.34V4.33333H89.5728V7.55333H94.036V0.5H78.1837V4.33333H79.8767V19.6667H78.1837V23.5H94.036V15.3733H89.5728Z" fill="white"></path> <path d="M107.58 15.3733V19.6667H102.502V4.33333H104.348V0.5H96.1914V4.33333H98.0383V19.6667H96.1914V23.5H112.044V15.3733H107.58Z" fill="white"></path> <path d="M14.1593 21.1846V9.60738H4.61718V4.35906H9.69608V7.60067H14.3133V2.9698C14.3133 1.48791 12.9281 0.5 11.5429 0.5H2.4625C1.07735 0.5 0 1.58054 0 2.9698V13.4664H9.54217V19.7953H4.46327V15.4732H0V21.0302C0 22.4195 1.07735 23.5 2.4625 23.5H11.5429C12.9593 23.5 14.1593 22.5738 14.1593 21.1846Z" fill="white"></path> <path d="M137.212 23.5H134.08C133.587 21.934 133.065 20.281 132.514 18.628H124.626L123.06 23.5H120.218C122.277 17.062 124.452 10.682 126.714 4.273H130.716C133.036 10.711 135.153 17.033 137.212 23.5ZM127.439 10.276C126.83 11.987 126.134 14.104 125.38 16.337H131.76C131.064 14.162 130.339 12.074 129.759 10.363C129.266 9 128.86 7.724 128.628 6.68H128.512C128.28 7.637 127.903 8.913 127.439 10.276ZM142.306 3.055V10.566C143.785 9.348 145.438 8.536 147.062 8.536C150.513 8.536 152.514 11.233 152.514 15.757C152.514 20.658 150.02 23.761 145.119 23.761C142.799 23.761 140.914 23.326 139.377 22.92V3.055H142.306ZM146.192 10.885C144.945 10.885 143.582 11.668 142.306 12.828V21.093C143.205 21.354 144.133 21.557 145.235 21.557C148.396 21.557 149.556 19.237 149.556 15.989C149.556 12.799 148.454 10.885 146.192 10.885ZM161.779 23.819C157.313 23.819 154.848 21.296 154.848 16.337C154.848 11.349 157.371 8.507 162.069 8.507C166.535 8.507 169 11.001 169 15.989C169 20.977 166.477 23.819 161.779 23.819ZM161.895 21.644C164.592 21.644 166.042 19.875 166.042 16.163C166.042 12.19 164.447 10.653 161.953 10.653C159.256 10.653 157.806 12.451 157.806 16.163C157.806 20.107 159.401 21.644 161.895 21.644Z" fill="white"></path> </svg> </div> </div> </a> </div> <div class="flex gap-4 items-center"> <a href="https://gruppenkonto.spiegel.de/" 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=" white " 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=" white " 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=" white " stroke-width="1.3" stroke-linecap="round"/> <line x1="19.35" y1="11.997" x2="4.65" y2="11.997" stroke=" white " stroke-width="1.3" stroke-linecap="round"/> <line x1="19.35" y1="16.997" x2="4.65" y2="16.997" stroke=" white " 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=" white " 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" href="https://abo.spiegel.de/digital-abos/" > Digital-Abos </a> </li> <li> <a class="link link--underline-default" href="https://abo.spiegel.de/heft-abos/" > Heft-Abos </a> </li> <li> <a class="link link--underline-default" href="https://abo.spiegel.de/werbefrei-lesen/" > Werbefrei lesen </a> </li> <li> <a class="link link--underline-default" href="https://abo.spiegel.de/einzelhefte/" > Einzelhefte </a> </li> <li> <a class="link link--underline-default" href="https://abo.spiegel.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.spiegel.de/digital-abos/" > <span>Digital-Abos</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.spiegel.de/heft-abos/" > <span>Heft-Abos</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.spiegel.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.spiegel.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.spiegel.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-headline"> <section class="padding-big"> <div class="cms-element-headline container"> <div class="flex flex-col text-center"> <div class="mb-2"> <h1 class="text-3xl sm:text-5xl lg:text-6xl">Wählen Sie Ihr Abo</h1> </div> <div class="text-l lg:text-xl"> <p></p> </div> </div> </div> </section> </div> <div class="cms-block-container pos-1 cms-block-abo-cards"> <section class="cms-element-abo-cards padding-small"> <div class="container xl:max-w-large"> <div class="grid sm:grid-cols-2 xl:px-24 gap-4 lg:gap-6"> <div x-data="aboForm('019542e334ac760d9f6b6b4619b0327f')" 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="mb-8"> <div class="bg-add-violet-light p-4 lg:p-6 h-full aspect-[5/4] rounded flex justify-center items-center"> <img src="https://abo.spiegel.de/media/69/02/00/1734692546/spiegel-geraete.webp?ts=1743165156" srcset="https://abo.spiegel.de/thumbnail/69/02/00/1734692546/spiegel-geraete_1920x1920.webp?ts=1743165156 1920w, https://abo.spiegel.de/thumbnail/69/02/00/1734692546/spiegel-geraete_800x800.webp?ts=1743165156 800w, https://abo.spiegel.de/thumbnail/69/02/00/1734692546/spiegel-geraete_400x400.webp?ts=1743165156 400w" sizes="(min-width: 1200px) 1000px, (min-width: 992px) 1000px, (min-width: 768px) 760px, (min-width: 576px) 600px, (min-width: 0px) 900px, 100vw" alt="Alle Vorteile von SPIEGEL+" width="667" height="667" loading="eager" class="max-h-full w-auto" title="SPIEGEL+ 2 Devices" /> </div> </div> <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> </div> <div class="flex flex-col gap-2"> <div> <h1 class="text-3xl lg:text-4xl">Digital-Abo</h1> </div> <div> <div class="text-xl lg:text-2xl"> € 5,99 pro Woche </div> <div class="text-s lg:text-m"> Vierwöchentlich abgerechnet und 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>Alle S+-Inhalte auf SPIEGEL.de und in der App</li><li>Die digitale Ausgabe des SPIEGEL inkl. ePaper (PDF) und täglichem Newsletter</li></ul> </div> </div> <div class="pt-4 sm:pt-6 mt-auto flex flex-col gap-3"> <a href="/purchase?navigationId=0192d27159db730382aa35e59bb764e6" rel="nofollow" class="btn btn-primary btn-chevron" data-is-primary x-init="initButton" > Jetzt bestellen </a> <a href="https://abo.spiegel.de/digital-abos" class="btn btn-secondary btn-chevron"> Alle Angebote </a> </div> </div> <div x-data="aboForm('0194de6c31c273f08bc5555dacc98946')" 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="mb-8"> <div class="bg-add-red-light p-4 lg:p-6 h-full aspect-[5/4] rounded flex justify-center items-center"> <img src="https://abo.spiegel.de/media/fd/84/80/1735554840/sp-Titelfaecher-zentriert.webp?ts=1743165197" srcset="https://abo.spiegel.de/thumbnail/fd/84/80/1735554840/sp-Titelfaecher-zentriert_1920x1920.webp?ts=1743165197 1920w, https://abo.spiegel.de/thumbnail/fd/84/80/1735554840/sp-Titelfaecher-zentriert_800x800.webp?ts=1743165197 800w, https://abo.spiegel.de/thumbnail/fd/84/80/1735554840/sp-Titelfaecher-zentriert_400x400.webp?ts=1743165197 400w" sizes="(min-width: 1200px) 1000px, (min-width: 992px) 1000px, (min-width: 768px) 760px, (min-width: 576px) 600px, (min-width: 0px) 900px, 100vw" alt="DR SPIEGEL aktuelle Ausgaben" width="667" height="667" loading="eager" class="max-h-full w-auto" title="DER SPIEGEL Titelfächer" /> </div> </div> <div class="flex flex-col"> <div class="pb-4 flex gap-4 items-center flex-wrap"> <span class="icon icon-spiegel"> <svg width="137" height="18" viewBox="0 0 137 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M4.93837 15V3H8.79272V15H4.93837ZM12.2857 16.08V1.92C12.2857 0.84 11.3221 0 10.3585 0H0V3H1.44538V15H0V18H10.479C11.4426 18 12.2857 17.16 12.2857 16.08Z" fill="#E64415"/> <path d="M23.1262 11.64V15H19.0309V10.08H24.4511V7.08H19.0309V3H23.1262V5.52H26.4987V0H14.213V3H15.5379V15H14.213V18H26.4987V11.64H23.1262Z" fill="#E64415"/> <path d="M33.2438 7.08002V3.00002H37.2186V7.08002H33.2438ZM40.8321 15V10.68C40.8321 9.60002 39.9889 8.76002 38.9049 8.76002C39.9889 8.76002 40.8321 7.92002 40.8321 6.84002V2.04002C40.8321 1.08003 39.9889 0.120026 39.0253 0.120026H28.3055V3.12002H29.8713V15.12H28.3055V18H34.6892V15H33.3643V10.08H37.3391V15H35.8937V18H42.157V15H40.8321Z" fill="#E64415"/> <path d="M66.4874 7.08V3H70.5826V7.08H66.4874ZM74.0756 8.16V1.92C74.0756 0.84 73.2325 0 72.1484 0H61.549V3H62.9944V15H61.549V18H67.8123V15H66.4874V10.08H72.1484C73.2325 10.08 74.0756 9.24 74.0756 8.16Z" fill="#E64415"/> <path d="M80.2185 15V3H81.6639V0H75.4006V3H76.8459V15H75.4006V18H81.6639V15H80.2185Z" fill="#E64415"/> <path d="M92.1428 11.64V15H88.0476V10.08H93.4678V7.08H88.0476V3H92.1428V5.52H95.6358V0H83.2297V3H84.5546V15H83.2297V18H95.6358V11.64H92.1428Z" fill="#E64415"/> <path d="M102.02 7.08V10.08H104.79V15H100.695V3H104.79V5.52H108.403V1.92C108.403 0.84 107.56 0 106.476 0H99.2493C98.7675 0 98.2857 0.24 98.0448 0.48C97.6835 0.84 97.3221 1.32 97.3221 1.92V16.08C97.3221 16.68 97.563 17.16 98.0448 17.52C98.4062 17.88 98.8879 18 99.3697 18H108.403V7.08H102.02Z" fill="#E64415"/> <path d="M119.002 11.64V15H114.907V10.08H120.327V7.08H114.907V3H119.002V5.52H122.495V0H110.089V3H111.414V15H110.089V18H122.495V11.64H119.002Z" fill="#E64415"/> <path d="M133.095 11.64V15H129.121V3H130.566V0H124.182V3H125.628V15H124.182V18H136.588V11.64H133.095Z" fill="#E64415"/> <path d="M59.9833 16.1879V7.12752H52.5155V3.02013H56.4903V5.55705H59.9833V1.93289C59.9833 0.773143 58.8993 0 57.8152 0H50.8292C49.7452 0 48.9021 0.845638 48.9021 1.93289V10.1476H56.3699V15.1007H52.3951V11.7181H48.9021V16.0671C48.9021 17.1544 49.7452 18 50.8292 18H57.9357C59.0442 18 59.9833 17.2752 59.9833 16.1879Z" fill="#E64415"/> </svg> </span> </div> <div class="flex flex-col gap-2"> <div> <h1 class="text-3xl lg:text-4xl">Heft-Abo</h1> </div> <div> <div class="text-xl lg:text-2xl"> € 6,30 pro Ausgabe </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>Über 5 % Ersparnis gegenüber Einzelkauf</li><li>Lieferung frei Haus innerhalb Deutschlands</li><li>Inklusive SPIEGEL Bestseller</li></ul> </div> </div> <div class="pt-4 sm:pt-6 mt-auto flex flex-col gap-3"> <a href="/purchase?navigationId=0192d27159db730382aa35e59bb764e6" rel="nofollow" class="btn btn-primary btn-chevron" data-is-primary x-init="initButton" > Jetzt bestellen </a> <a href="https://abo.spiegel.de/heft-abos" class="btn btn-secondary btn-chevron"> Alle Angebote </a> </div> </div> </div> </div> </section> </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-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">Weitere Angebote</h2> </div> <div class="text-l lg:text-xl"> <p>Entdecken Sie weitere Angebote und Möglichkeiten den SPIEGEL zu lesen.</p> </div> </div> </div> </section> </div> <div class="cms-block-container pos-1 cms-block-offer-cards"> <section class="padding-small"> <div class="cms-element-offer-card container xl:max-w-large"> <div class="grid grid-cols-1 sm:grid-cols-2 gap-6"> <div class="cms-element-offer-card-item flex flex-col lg:flex-row gap-6 xl:gap-10 py-6 px-4 lg:px-6 border border-light dark:border-light-dark rounded bg-add-neongreen" data-index="1"> <div class="flex flex-col gap-6 lg:gap-4 grow justify-between lg:justify-start"> <div class="flex gap-4"> <div class="flex flex-col gap-1.5"> <h2 class="text-2xl lg:text-3xl leading-tight">SPIEGEL+ U30 Duo-Abo</h2> <div class="text-m lg:text-l">SPIEGEL+ im Duo-Abo mit 40% Rabatt für Leserinnen und Leser unter 30</div> </div> <div class="block lg:hidden"> <div class="w-[112px] lg:w-[168px]"> <img src="https://abo.spiegel.de/media/29/13/94/1732297027/offer01-DE5_QlPK.png?ts=1733240910" class="max-h-full object-contain" alt="ue30" width="285" height="286" loading="lazy" /> </div> </div> </div> <div> <a href="https://abo.spiegel.de/digital-abos/u30-duo/" class="btn-secondary btn-chevron btn-big w-full lg:w-auto"> Angebot entdecken </a> </div> </div> <div class="hidden lg:block"> <div class="w-[112px] lg:w-[168px]"> <img src="https://abo.spiegel.de/media/29/13/94/1732297027/offer01-DE5_QlPK.png?ts=1733240910" class="max-h-full object-contain" alt="ue30" width="285" height="286" loading="lazy" /> </div> </div> </div> <div class="cms-element-offer-card-item flex flex-col lg:flex-row gap-6 xl:gap-10 py-6 px-4 lg:px-6 border border-light dark:border-light-dark rounded bg-add-honey" data-index="2"> <div class="flex flex-col gap-6 lg:gap-4 grow justify-between lg:justify-start"> <div class="flex gap-4"> <div class="flex flex-col gap-1.5"> <h2 class="text-2xl lg:text-3xl leading-tight">Dein SPIEGEL</h2> <div class="text-m lg:text-l">Lesen, staunen, verstehen. Kinder haben viele Fragen. »Dein SPIEGEL« gibt Antworten.</div> </div> <div class="block lg:hidden"> <div class="w-[112px] lg:w-[168px]"> <img src="https://abo.spiegel.de/media/47/3b/fd/1734014475/dein-spiegel-titelfaecher.webp?ts=1741343679" srcset="https://abo.spiegel.de/thumbnail/47/3b/fd/1734014475/dein-spiegel-titelfaecher_1920x1920.webp?ts=1741343680 1920w, https://abo.spiegel.de/thumbnail/47/3b/fd/1734014475/dein-spiegel-titelfaecher_800x800.webp?ts=1741343680 800w, https://abo.spiegel.de/thumbnail/47/3b/fd/1734014475/dein-spiegel-titelfaecher_400x400.webp?ts=1741343680 400w" sizes="(min-width: 1200px) 420px, (min-width: 992px) 420px, (min-width: 768px) 320px, (min-width: 576px) 240px, (min-width: 0px) 400px, 100vw" class="max-h-full object-contain" alt="Dein SPIEGEL Aktuelle Ausgaben" width="667" height="667" loading="lazy" title="Dein SPIEGEL Titelfächer" /> </div> </div> </div> <div> <a href="/dein-spiegel" class="btn-secondary btn-chevron btn-big w-full lg:w-auto"> Angebot entdecken </a> </div> </div> <div class="hidden lg:block"> <div class="w-[112px] lg:w-[168px]"> <img src="https://abo.spiegel.de/media/47/3b/fd/1734014475/dein-spiegel-titelfaecher.webp?ts=1741343679" srcset="https://abo.spiegel.de/thumbnail/47/3b/fd/1734014475/dein-spiegel-titelfaecher_1920x1920.webp?ts=1741343680 1920w, https://abo.spiegel.de/thumbnail/47/3b/fd/1734014475/dein-spiegel-titelfaecher_800x800.webp?ts=1741343680 800w, https://abo.spiegel.de/thumbnail/47/3b/fd/1734014475/dein-spiegel-titelfaecher_400x400.webp?ts=1741343680 400w" sizes="(min-width: 1200px) 420px, (min-width: 992px) 420px, (min-width: 768px) 320px, (min-width: 576px) 240px, (min-width: 0px) 400px, 100vw" class="max-h-full object-contain" alt="Dein SPIEGEL Aktuelle Ausgaben" width="667" height="667" loading="lazy" title="Dein SPIEGEL Titelfächer" /> </div> </div> </div> <div class="cms-element-offer-card-item flex flex-col lg:flex-row gap-6 xl:gap-10 py-6 px-4 lg:px-6 border border-light dark:border-light-dark rounded bg-add-creme" data-index="3"> <div class="flex flex-col gap-6 lg:gap-4 grow justify-between lg:justify-start"> <div class="flex gap-4"> <div class="flex flex-col gap-1.5"> <h2 class="text-2xl lg:text-3xl leading-tight">SPIEGEL Geschichte</h2> <div class="text-m lg:text-l">Neues von gestern – was die Welt prägte und Menschen bewegte.</div> </div> <div class="block lg:hidden"> <div class="w-[112px] lg:w-[168px]"> <img src="https://abo.spiegel.de/media/55/be/0e/1734014561/spiegel-geschichte-titelfaecher.webp?ts=1742557614" srcset="https://abo.spiegel.de/thumbnail/55/be/0e/1734014561/spiegel-geschichte-titelfaecher_1920x1920.webp?ts=1742557615 1920w, https://abo.spiegel.de/thumbnail/55/be/0e/1734014561/spiegel-geschichte-titelfaecher_800x800.webp?ts=1742557615 800w, https://abo.spiegel.de/thumbnail/55/be/0e/1734014561/spiegel-geschichte-titelfaecher_400x400.webp?ts=1742557615 400w" sizes="(min-width: 1200px) 420px, (min-width: 992px) 420px, (min-width: 768px) 320px, (min-width: 576px) 240px, (min-width: 0px) 400px, 100vw" class="max-h-full object-contain" alt="SPIEGEL Geschichte aktuelle Ausgaben" width="667" height="667" loading="lazy" title="SPIEGEL Geschichte Titelfächer" /> </div> </div> </div> <div> <a href="/spiegel-geschichte" class="btn-secondary btn-chevron btn-big w-full lg:w-auto"> Angebot entdecken </a> </div> </div> <div class="hidden lg:block"> <div class="w-[112px] lg:w-[168px]"> <img src="https://abo.spiegel.de/media/55/be/0e/1734014561/spiegel-geschichte-titelfaecher.webp?ts=1742557614" srcset="https://abo.spiegel.de/thumbnail/55/be/0e/1734014561/spiegel-geschichte-titelfaecher_1920x1920.webp?ts=1742557615 1920w, https://abo.spiegel.de/thumbnail/55/be/0e/1734014561/spiegel-geschichte-titelfaecher_800x800.webp?ts=1742557615 800w, https://abo.spiegel.de/thumbnail/55/be/0e/1734014561/spiegel-geschichte-titelfaecher_400x400.webp?ts=1742557615 400w" sizes="(min-width: 1200px) 420px, (min-width: 992px) 420px, (min-width: 768px) 320px, (min-width: 576px) 240px, (min-width: 0px) 400px, 100vw" class="max-h-full object-contain" alt="SPIEGEL Geschichte aktuelle Ausgaben" width="667" height="667" loading="lazy" title="SPIEGEL Geschichte Titelfächer" /> </div> </div> </div> <div class="cms-element-offer-card-item flex flex-col lg:flex-row gap-6 xl:gap-10 py-6 px-4 lg:px-6 border border-light dark:border-light-dark rounded bg-add-special-lightest" data-index="4"> <div class="flex flex-col gap-6 lg:gap-4 grow justify-between lg:justify-start"> <div class="flex gap-4"> <div class="flex flex-col gap-1.5"> <h2 class="text-2xl lg:text-3xl leading-tight">Geschenkabos</h2> <div class="text-m lg:text-l">Verschenken Sie Lesefreude mit unserem Digital- und Print-Angebot</div> </div> <div class="block lg:hidden"> <div class="w-[112px] lg:w-[168px]"> <img src="https://abo.spiegel.de/media/5a/2e/22/1734014636/spiegel-gutschein.webp?ts=1743165144" srcset="https://abo.spiegel.de/thumbnail/5a/2e/22/1734014636/spiegel-gutschein_1920x1920.webp?ts=1743165145 1920w, https://abo.spiegel.de/thumbnail/5a/2e/22/1734014636/spiegel-gutschein_800x800.webp?ts=1743165145 800w, https://abo.spiegel.de/thumbnail/5a/2e/22/1734014636/spiegel-gutschein_400x400.webp?ts=1743165145 400w" sizes="(min-width: 1200px) 420px, (min-width: 992px) 420px, (min-width: 768px) 320px, (min-width: 576px) 240px, (min-width: 0px) 400px, 100vw" class="max-h-full object-contain" alt="Alle Vorteile von SPIEGEL+ als Geschenkgutschein verschenken" width="667" height="667" loading="lazy" title="SPIEGEL+ Geschenkgutschein" /> </div> </div> </div> <div> <a href="/geschenkabos" class="btn-secondary btn-chevron btn-big w-full lg:w-auto"> Angebot entdecken </a> </div> </div> <div class="hidden lg:block"> <div class="w-[112px] lg:w-[168px]"> <img src="https://abo.spiegel.de/media/5a/2e/22/1734014636/spiegel-gutschein.webp?ts=1743165144" srcset="https://abo.spiegel.de/thumbnail/5a/2e/22/1734014636/spiegel-gutschein_1920x1920.webp?ts=1743165145 1920w, https://abo.spiegel.de/thumbnail/5a/2e/22/1734014636/spiegel-gutschein_800x800.webp?ts=1743165145 800w, https://abo.spiegel.de/thumbnail/5a/2e/22/1734014636/spiegel-gutschein_400x400.webp?ts=1743165145 400w" sizes="(min-width: 1200px) 420px, (min-width: 992px) 420px, (min-width: 768px) 320px, (min-width: 576px) 240px, (min-width: 0px) 400px, 100vw" class="max-h-full object-contain" alt="Alle Vorteile von SPIEGEL+ als Geschenkgutschein verschenken" width="667" height="667" loading="lazy" title="SPIEGEL+ Geschenkgutschein" /> </div> </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-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 SPIEGEL+</h2> </div> <div class="text-l lg:text-xl"> <p>Neben News, Reportagen und Hintergründen bietet ein Digital-Abo weitere Vorteile.</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">Audio</div> <div class="leading-loose"> Lassen Sie sich SPIEGEL-Artikel vorlesen und hören Sie als erste exklusive Podcasts. </div> </div> <div class="aspect-square sm:aspect-[5/4] flex justify-center items-center"> <img src="https://abo.spiegel.de/media/f3/2b/a5/1734014715/spiegel-audio.webp?ts=1740746687" srcset="https://abo.spiegel.de/thumbnail/f3/2b/a5/1734014715/spiegel-audio_1920x1920.webp?ts=1734692557 1920w, https://abo.spiegel.de/thumbnail/f3/2b/a5/1734014715/spiegel-audio_800x800.webp?ts=1734692557 800w, https://abo.spiegel.de/thumbnail/f3/2b/a5/1734014715/spiegel-audio_400x400.webp?ts=1734692557 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 SPIEGEL-Artikel vorlesen und hören Sie als erste exklusive Podcasts. " width="668" height="668" loading="lazy" title="Audio " /> </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">SPIEGEL Debatte</div> <div class="leading-loose"> Diskutieren Sie mit anderen SPIEGEL+-Leser:innen im moderierten Communitybereich. </div> </div> <div class="aspect-square sm:aspect-[5/4] flex justify-center items-center"> <img src="https://abo.spiegel.de/media/89/2e/a7/1734014833/spiegel-debatten.webp?ts=1740746700" srcset="https://abo.spiegel.de/thumbnail/89/2e/a7/1734014833/spiegel-debatten_1920x1920.webp?ts=1734692557 1920w, https://abo.spiegel.de/thumbnail/89/2e/a7/1734014833/spiegel-debatten_800x800.webp?ts=1734692557 800w, https://abo.spiegel.de/thumbnail/89/2e/a7/1734014833/spiegel-debatten_400x400.webp?ts=1734692557 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="Diskutieren Sie mit anderen SPIEGEL+-Leser:innen im moderierten Communitybereich. " width="668" height="668" loading="lazy" title="SPIEGEL Debatte" /> </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">Zugang zu 11FREUNDE</div> <div class="leading-loose"> Lernen Sie Fußball neu kennen mit 11FREUNDE - dem Magazin für Fußballkultur. </div> </div> <div class="aspect-square sm:aspect-[5/4] flex justify-center items-center"> <img src="https://abo.spiegel.de/media/29/3a/68/1734014857/spiegel-11freunde.webp?ts=1740746673" srcset="https://abo.spiegel.de/thumbnail/29/3a/68/1734014857/spiegel-11freunde_1920x1920.webp?ts=1734692556 1920w, https://abo.spiegel.de/thumbnail/29/3a/68/1734014857/spiegel-11freunde_800x800.webp?ts=1734692556 800w, https://abo.spiegel.de/thumbnail/29/3a/68/1734014857/spiegel-11freunde_400x400.webp?ts=1734692556 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="Lernen Sie Fußball neu kennen mit 11FREUNDE – dem Magazin für Fußballkultur " width="668" height="668" loading="lazy" title="11FREUNDE " /> </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">Newsletter</div> <div class="leading-loose"> Erhalten Sie aktuelle Nachrichten direkt in Ihr Postfach mit dem Newsletter »Die Lage«. </div> </div> <div class="aspect-square sm:aspect-[5/4] flex justify-center items-center"> <img src="https://abo.spiegel.de/media/dc/66/09/1734014932/spiegel-newsletter.webp?ts=1740746710" srcset="https://abo.spiegel.de/thumbnail/dc/66/09/1734014932/spiegel-newsletter_1920x1920.webp?ts=1734692556 1920w, https://abo.spiegel.de/thumbnail/dc/66/09/1734014932/spiegel-newsletter_800x800.webp?ts=1734692556 800w, https://abo.spiegel.de/thumbnail/dc/66/09/1734014932/spiegel-newsletter_400x400.webp?ts=1734692556 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="Erhalten Sie aktuelle Nachrichten direkt in Ihr Postfach mit dem Newsletter "Die Lage". " width="668" height="668" loading="lazy" title="Newsletter" /> </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> </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-pattern"> <div class="grid sm:grid-cols-3 gap-6"> <div class="pb-6 sm:pb-0 border-b-pattern sm:border-pattern-none"> <div class="mb-4"> <div class="h6 text-inverted"> Kundenservice </div> </div> <div class="flex flex-col gap-4"> <div> Telefon und Chat: Mo-Fr 08-19 Uhr, Sa 10-18 Uhr, So (nur Chat) 10-20 Uhr </div> <ul class="flex flex-col gap-4"> <li> <a class="flex items-center gap-2 link link--footer" href="tel: 04030072700 " > <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-2700 </span> </a> </li> <li> <a class="flex items-center gap-2 link link--footer" href="javascript:void(0);" onclick="window.open('https://kundenservicechat.spiegel.de/iChatClient/popup.html?lang=de-de&amp;cat=SP_Chat_AboShop', 'ichat-de-de', 'dependent=yes, width=600, height=650, location=no, menubar=no, status=no, toolbar=no', 'ichat-de-de', 'dependent=yes, width=600, height=650, location=no, menubar=no, status=no, toolbar=no', title='Chatten Sie mit uns'); return false;"> <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 d="M15.2364 20.2571L15.0909 20.1429H14.9091H10V11H22V20.1429H19.2727H18.7273V20.7143V23L15.2364 20.2571Z" fill="white"/> </svg> <span> Digitalen Chat starten </span> </a> </li> <li> <a class="flex items-center gap-2 link link--footer" href="mailto:aboservice@spiegel.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@spiegel.de </span> </a> </li> </ul> </div> </div> <div class="pb-6 sm:border-none sm:pb-0 border-b-pattern sm:border-pattern-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.spiegel.de/service/faq/" class="link link--footer">FAQ</a> </li> <li> <a href="https://gruppenkonto.spiegel.de/gutschein.html" class="link link--footer">Gutschein einlösen</a> </li> <li> <a href="https://gruppenkonto.spiegel.de/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.spiegel.de/extra/der-spiegel-abo-allgemeine-geschaefts-und-lieferbedingungen-a-1211959.html" target="_blank" title="AGB" class="link link--footer"> AGB </a> </li> <li> <a href="https://www.spiegel.de/datenschutz-spiegel" target="_blank" title="Datenschutz" class="link link--footer"> Datenschutz </a> </li> <li> <a href="https://abo.spiegel.de/impressum/" target="_blank" title="Impressum" class="link link--footer"> Impressum </a> </li> <li> <a href="javascript:window._sp_.gdpr.loadPrivacyManagerModal(1113400, '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 SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG </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: "019354ee84e67cfa9ab7e3018c281358", canonical_url: "https://abo.spiegel.de/", title: "DER SPIEGEL im Abo - Als Magazin oder digital", domain: "spon", 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.spiegel.de/" } } }); </script> </body> </html>