CINXE.COM

iPhone 15 mit Vertrag > Jetzt zum Top Angebot bei 1&1

<!DOCTYPE html><html lang="de"> <head><meta charset="UTF-8" /> <meta name="dsl-nk-config-version" content="6.220.39"><meta name="dsl-nk-config-branch" content="RELEASE"><meta name="dsl-bk-config-version" content="8.37.63"><meta name="dsl-bk-config-branch" content="RELEASE"><meta name="mobile-bk-config-version" content="48.29.16"><meta name="mobile-bk-config-branch" content="RELEASE"><meta name="mobile-nk-config-version" content="40.30.13"><meta name="mobile-nk-config-branch" content="RELEASE"><meta name="accessory-config-version" content="1.4.55"><meta name="accessory-config-branch" content="RELEASE"><meta name="shop-scope" content="MOBILE_NK"> <meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width, shrink-to-fit=no" /> <meta name="workspacename" content="live" /> <meta name="application-version" content="2.0.4127_I.5be921dd" /> <meta name="neos-version" content="8.3" /> <meta name="format-detection" content="telephone=no" /> <meta http-equiv="Content-Language" content="de-DE" /> <meta name="copyright" content="(c)2001-2023 1&amp;1 Telecom GmbH" /> <meta class="swiftype" name="body" data-type="text" content="iPhone 15 mit Vertrag ➤ Top 48 MP Kamera für Superhochauflösende Fotos ✔️ Großes 6,1 Super Retina XDR Display ✔️ Glas- und Aluminium Design ➤ Jetzt bei 1&amp;1" /> <meta name="google-site-verification" content="SKKW_ze1IBK_MDwbR_HfVQG1YBJ74dtbsHfAqHJhxLw" /> <meta name="google-adsense-account" content="sites-7654151434925350" /> <title>iPhone 15 mit Vertrag > Jetzt zum Top Angebot bei 1&1</title><meta name="description" content="iPhone 15 mit Vertrag ➤ Top 48 MP Kamera für Superhochauflösende Fotos ✔️ Großes 6,1 Super Retina XDR Display ✔️ Glas- und Aluminium Design ➤ Jetzt bei 1&amp;1" /><meta name="robots" content="index,follow" /><link rel="canonical" href="https://mobile.1und1.de/iphone-15" /> <link rel="preconnect" href="https://tags.tiqcdn.com" /> <link rel="dns-prefetch" href="https://tags.tiqcdn.com" /> <link rel="preconnect" href="https://apps.mypurecloud.de/" /> <link rel="dns-prefetch" href="https://apps.mypurecloud.de/" /> <link rel="preload" href="/_Resources/Static/Packages/ONEANDONE.NNodeTypes/1743750791/Fonts/1und1-web-sans-57-condensed.woff2?bust=3" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/_Resources/Static/Packages/ONEANDONE.NNodeTypes/1743750791/Fonts/1und1-web-sans-77-90-black-condensed.woff2?bust=3" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/_Resources/Static/Packages/ONEANDONE.NNodeTypes/1743750791/Fonts/1und1-web-sans-77-black-condensed.woff2?bust=3" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/_Resources/Static/Packages/ONEANDONE.NNodeTypes/1743750791/Fonts/1und1-web-sans-87-extra-black-condensed.woff2?bust=3" as="font" type="font/woff2" crossorigin> <script id="webcomponents-loader.js">/** * @license * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt * Code distributed by Google as part of the polymer project is also * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt */ (function() { 'use strict'; /** * Basic flow of the loader process * * There are 4 flows the loader can take when booting up * * - Synchronous script, no polyfills needed * - wait for `DOMContentLoaded` * - fire WCR event, as there could not be any callbacks passed to `waitFor` * * - Synchronous script, polyfills needed * - document.write the polyfill bundle * - wait on the `load` event of the bundle to batch Custom Element upgrades * - wait for `DOMContentLoaded` * - run callbacks passed to `waitFor` * - fire WCR event * * - Asynchronous script, no polyfills needed * - wait for `DOMContentLoaded` * - run callbacks passed to `waitFor` * - fire WCR event * * - Asynchronous script, polyfills needed * - Append the polyfill bundle script * - wait for `load` event of the bundle * - batch Custom Element Upgrades * - run callbacks pass to `waitFor` * - fire WCR event */ var polyfillsLoaded = false; var whenLoadedFns = []; var allowUpgrades = false; var flushFn; function fireEvent() { window.WebComponents.ready = true; document.dispatchEvent(new CustomEvent('WebComponentsReady', { bubbles: true })); } function batchCustomElements() { if (window.customElements && customElements.polyfillWrapFlushCallback) { customElements.polyfillWrapFlushCallback(function (flushCallback) { flushFn = flushCallback; if (allowUpgrades) { flushFn(); } }); } } function asyncReady() { batchCustomElements(); ready(); } function ready() { // bootstrap <template> elements before custom elements if (window.HTMLTemplateElement && HTMLTemplateElement.bootstrap) { HTMLTemplateElement.bootstrap(window.document); } polyfillsLoaded = true; runWhenLoadedFns().then(fireEvent); } function runWhenLoadedFns() { allowUpgrades = false; var fnsMap = whenLoadedFns.map(function(fn) { return fn instanceof Function ? fn() : fn; }); whenLoadedFns = []; return Promise.all(fnsMap).then(function() { allowUpgrades = true; flushFn && flushFn(); }).catch(function(err) { console.error(err); }); } window.WebComponents = window.WebComponents || {}; window.WebComponents.ready = window.WebComponents.ready || false; window.WebComponents.waitFor = window.WebComponents.waitFor || function(waitFn) { if (!waitFn) { return; } whenLoadedFns.push(waitFn); if (polyfillsLoaded) { runWhenLoadedFns(); } }; window.WebComponents._batchCustomElements = batchCustomElements; var name = 'webcomponents-loader.js'; // Feature detect which polyfill needs to be imported. var polyfills = []; if (!('attachShadow' in Element.prototype && 'getRootNode' in Element.prototype) || (window.ShadyDOM && window.ShadyDOM.force)) { polyfills.push('sd'); } if (!window.customElements || window.customElements.forcePolyfill) { polyfills.push('ce'); } var needsTemplate = (function() { // no real <template> because no `content` property (IE and older browsers) var t = document.createElement('template'); if (!('content' in t)) { return true; } // broken doc fragment (older Edge) if (!(t.content.cloneNode() instanceof DocumentFragment)) { return true; } // broken <template> cloning (Edge up to at least version 17) var t2 = document.createElement('template'); t2.content.appendChild(document.createElement('div')); t.content.appendChild(t2); var clone = t.cloneNode(true); return (clone.content.childNodes.length === 0 || clone.content.firstChild.content.childNodes.length === 0); })(); // NOTE: any browser that does not have template or ES6 features // must load the full suite of polyfills. if (!window.Promise || !Array.from || !window.URL || !window.Symbol || needsTemplate) { polyfills = ['sd-ce-pf']; } if (polyfills.length) { var url; var polyfillFile = 'bundles/webcomponents-' + polyfills.join('-') + '.js'; // Load it from the right place. if (window.WebComponents.root) { url = window.WebComponents.root + polyfillFile; } else { var script = document.querySelector('script[src*="' + name +'"]'); // Load it from the right place. url = script.src.replace(name, polyfillFile); } var newScript = document.createElement('script'); newScript.src = url; // if readyState is 'loading', this script is synchronous if (document.readyState === 'loading') { // make sure custom elements are batched whenever parser gets to the injected script newScript.setAttribute('onload', 'window.WebComponents._batchCustomElements()'); document.write(newScript.outerHTML); document.addEventListener('DOMContentLoaded', ready); } else { newScript.addEventListener('load', function () { asyncReady(); }); newScript.addEventListener('error', function () { throw new Error('Could not load polyfill bundle' + url); }); document.head.appendChild(newScript); } } else { // if readyState is 'complete', script is loaded imperatively on a spec-compliant browser, so just fire WCR if (document.readyState === 'complete') { polyfillsLoaded = true; fireEvent(); } else { // this script may come between DCL and load, so listen for both, and cancel load listener if DCL fires window.addEventListener('load', ready); window.addEventListener('DOMContentLoaded', function() { window.removeEventListener('load', ready); ready(); }) } } })(); </script><script id="webComponents.js">WebComponents.waitFor( () => { /** * This file is not transpiled! Be careful what JS Features u use. * To check you can use https://caniuse.com */ class AddToCartButton extends HTMLElement { constructor() { super(); const self = this; self.content = self.innerHTML; self.addEventListener('click', self.onClickHandler.bind(self)); } connectedCallback() { const self = this; self.isTextLink = self.isTextLink || !!self.getAttribute('isTextLink'); self.isDisabled = self.getAttribute('isDisabled') == 'true'; self.targetPage = self.targetPage || self.getAttribute('targetPage'); self.config = self.config || JSON.parse(self.getAttribute('config') || '[]'); self.innerHTML = ''; self.appendChild(self.createChildElement()); } createChildElement() { const self = this; const element = document.createElement(self.isTextLink ? 'a' : 'button'); if (self.isTextLink) { element.href = ''; } if (self.hasAttribute('classList')) { element.className = self.getAttribute('classList'); } else { element.className = 'btn'; if (self.isTextLink) element.className += ' btn-text-link'; } element.innerHTML = self.content; return element; } onClickHandler(evt) { const self = this; evt.preventDefault(); evt.stopPropagation(); const xhr = new XMLHttpRequest(); xhr.open('POST', self.getApiUrl(), true); xhr.onloadend = () => { if (self.isDisabled) { return false; } if (xhr.status == 200) { const evt = new CustomEvent('cart-update-success'); // redirect if targetPage is defined if (self.targetPage) { document.location.href = self.targetPage; } else { evt.data = JSON.parse(xhr.responseText); self.dispatchEvent(evt); } } else if (xhr.status == 205) { self.dispatchEvent(new CustomEvent('cart-reset')); } else { self.dispatchEvent(new CustomEvent('cart-update-error')); location.href += ''; // On errors we want to reload the current page } } xhr.setRequestHeader('Content-Type', 'application/json'); xhr.send(JSON.stringify(self.config)); return false; } getApiUrl() { const self = this; const isUpsell = self.config.filter(item => item.name != null && item.name.includes('after-order-process')).length > 0; const addEndpoint = isUpsell ? '/add-upsell' : '/add'; const defaultApiUrl = '/frontend/cart-facade'.concat(addEndpoint); return self.apiUrl || self.getAttribute('apiUrl') || defaultApiUrl; } } customElements.define('add-to-cart-button', AddToCartButton); }); </script><script id="svgInjector.js">(() => { "use strict"; const loadSVGIcons = () => { const checkIcons = setInterval(() => { const iconsElement = document.querySelector('#icons_svg'); if (iconsElement) { clearInterval(checkIcons); const noCacheArg = window.btoa(new Date()); let iconResource = iconsElement.getAttribute('src'); if(iconsElement.getAttribute('src').indexOf('?') === -1) { iconResource = `${iconsElement.getAttribute('src')}?nc=${noCacheArg}`; }else { iconResource = `${iconsElement.getAttribute('src')}&nc=${noCacheArg}`; } iconsElement.remove(); const xhr = new XMLHttpRequest(); xhr.open("get", iconResource, true); xhr.timeout = 6000; xhr.onload = () => { if (xhr.status >= 200 && xhr.status < 300) { const svg = xhr.responseXML.documentElement; svg.style.display = 'none'; document.body.insertBefore(svg, document.body.firstChild); } else { console.error('SVG load request failed with status:', xhr.status); } }; xhr.onerror = () => { console.error('SVG load request encountered an error.'); }; xhr.ontimeout = () => { console.error('SVG load request timed out.'); }; xhr.send(); } }, 100); }; loadSVGIcons(); })(); </script><meta name="twitter:card" content="summary" /><meta name="twitter:title" content="iPhone 15 mit Vertrag &gt; Jetzt zum Top Angebot bei 1&amp;1" /><meta name="twitter:description" content="iPhone 15 mit Vertrag ➤ Top 48 MP Kamera für Superhochauflösende Fotos ✔️ Großes 6,1 Super Retina XDR Display ✔️ Glas- und Aluminium Design ➤ Jetzt bei 1&amp;1" /><meta name="twitter:url" content="https://mobile.1und1.de/iphone-15" /><meta property="og:type" content="website" /><meta property="og:title" content="iPhone 15 mit Vertrag &gt; Jetzt zum Top Angebot bei 1&amp;1" /><meta property="og:site_name" content="Home" /><meta property="og:description" content="iPhone 15 mit Vertrag ➤ Top 48 MP Kamera für Superhochauflösende Fotos ✔️ Großes 6,1 Super Retina XDR Display ✔️ Glas- und Aluminium Design ➤ Jetzt bei 1&amp;1" /><meta property="og:url" content="https://mobile.1und1.de/iphone-15" /> <link rel="apple-touch-icon" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon.png?bust=3"/> <link rel="apple-touch-icon" sizes="57x57" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-57x57.png?bust=3"/> <link rel="apple-touch-icon" sizes="60x60" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-60x60.png?bust=3"/> <link rel="apple-touch-icon" sizes="72x72" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-72x72.png?bust=3"/> <link rel="apple-touch-icon" sizes="76x76" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-76x76.png?bust=3"/> <link rel="apple-touch-icon" sizes="114x114" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-114x114.png?bust=3"/> <link rel="apple-touch-icon" sizes="120x120" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-120x120.png?bust=3"/> <link rel="apple-touch-icon" sizes="144x144" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-144x144.png?bust=3"/> <link rel="apple-touch-icon" sizes="152x152" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-152x152.png?bust=3"/> <link rel="apple-touch-icon" sizes="180x180" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-180x180.png?bust=3"/> <link rel="apple-touch-icon" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-precomposed.png?bust=3"/> <link rel="apple-touch-icon" sizes="57x57" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-57x57-precomposed.png?bust=3"/> <link rel="apple-touch-icon" sizes="60x60" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-60x60-precomposed.png?bust=3"/> <link rel="apple-touch-icon" sizes="72x72" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-72x72-precomposed.png?bust=3"/> <link rel="apple-touch-icon" sizes="76x76" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-76x76-precomposed.png?bust=3"/> <link rel="apple-touch-icon" sizes="114x114" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-114x114-precomposed.png?bust=3"/> <link rel="apple-touch-icon" sizes="120x120" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-120x120-precomposed.png?bust=3"/> <link rel="apple-touch-icon" sizes="144x144" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-144x144-precomposed.png?bust=3"/> <link rel="apple-touch-icon" sizes="152x152" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-152x152-precomposed.png?bust=3"/> <link rel="apple-touch-icon" sizes="180x180" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/apple-touch-icon-180x180-precomposed.png?bust=3"/> <link rel="icon" type="image/png" sizes="192x192" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/android-icon-192x192.png?bust=3"/> <link rel="icon" type="image/png" sizes="32x32" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/favicon-32x32.png?bust=3"/> <link rel="icon" type="image/png" sizes="96x96" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/favicon-96x96.png?bust=3"/> <link rel="icon" type="image/png" sizes="16x16" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/favicon-16x16.png?bust=3"/> <link rel="manifest" href="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/manifest.json?bust=3"/> <meta name="msapplication-TileColor" content="#ffffff"/> <meta name="msapplication-TileImage" content="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/images/favicon-delivery/ms-icon-150x150.png?bust=3"/> <meta name="theme-color" content="#ffffff"/> <link href="/_Resources/Static/Packages/ONEANDONE.NNodeTypes/1743750791/Styles/fonts.css?bust=3" rel="stylesheet" media="all" /> <link href="/_Resources/Persistent/dfe8d25036d88461ca88c0081898af631fab6e83/main.css?bust=3" rel="stylesheet" media="all" /> <script>var neos = neos || [];neos.pageAttribute = neos.pageAttribute || [];neos.pageAttribute.productarea = "private";neos.pageAttribute.pageType = "mobile";neos.pageAttribute.tracking_bereich = "Smallscreen";neos.pageAttribute.tracking_sektion = "Section undetermined";neos.pageAttribute.uriPathSegment = "iphone-15-consumer";neos.pageAttribute.loadOptimizely = "";neos.pageAttribute.noTealium = "";neos.pageAttribute.overrideTrackingPageName = "";neos.pageAttribute.isBk = "";neos.pageAttribute.trackingGroup = "smartphone-details";neos.pageAttribute.isDsp = "";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).keyString="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).keyInteger="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).tech_codeversion="1743762255";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).mcat_data="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).campaign_firsttouchactioncode="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).campaign_lasttouchactioncode="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).campaign_firsttouchmediumcode="094DF11";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).campaign_lasttouchmediumcode="094DF11";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).campaign_ft_actioncode="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).campaign_ft_mediumcode="094DF11";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).campaign_lt_actioncode="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).campaign_lt_mediumcode="094DF11";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).campaign_winning_actioncode="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).campaign_winning_mediumcode="094DF11";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).varianttest_name="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).varianttest_variableid="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).varianttest_variant="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).product_name="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).hw_mix_old="";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).request_servertime="2025-04-07T06:43:23.419";</script><script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).global_environment="live";</script><script id="data-layer.js">function IsJsonString(str) { try { JSON.parse(str); } catch (e) { return false; } return true; } window._1und1datalayer = window._1und1datalayer || []; window.__oneandoneAccess = window.__oneandoneAccess || []; var pageName = document.location.pathname != '/' ? document.location.pathname : (neos.pageAttribute.uriPathSegment || ''); if (neos.pageAttribute.overrideTrackingPageName){ pageName = neos.pageAttribute.overrideTrackingPageName } else if (pageName.length > 0 && pageName[0] === '/'){ pageName = pageName.substr(1) } window._1und1datalayer.push({ 'event': 'page.info', 'page': { 'name': pageName, 'mainarea' : neos.pageAttribute.isDsp ? 'ShopDeposit' : '', 'template': neos.pageAttribute.trackingGroup || neos.pageAttribute.uriPathSegment || '', 'area': neos.pageAttribute.tracking_bereich, 'shopname': (neos.pageAttribute.pageType === 'accessory' ? 'accessory-de' : (neos.pageAttribute.isBk && neos.pageAttribute.pageType === 'dsl') ? 'dslupgrade-de' : (!neos.pageAttribute.isBk && neos.pageAttribute.pageType === 'dsl') ? 'dslorder-de' : ((neos.pageAttribute.isBk && neos.pageAttribute.pageType === 'mobile') ? 'mobile-contractshop-de' : (!neos.pageAttribute.isBk && neos.pageAttribute.pageType === 'mobile') ? 'mobileorder-de' : (neos.pageAttribute.pageType === 'eue' ? 'eue-home' : ''))), 'shoptype': neos.pageAttribute.isBk ? 'Existing contract shop (BK)' : 'New contract shop' } }); window._1und1datalayer.push({ 'event': 'tech.info', 'tech': { 'environment': window.__oneandoneAccess.global_environment || '', 'servertimestamp': window.__oneandoneAccess.request_servertime || '', 'codeversion': window.__oneandoneAccess.tech_codeversion || '', 'platform': 'content-delivery-platform', 'optimizely': neos.pageAttribute.loadOptimizely ? true : false } }); window._1und1datalayer.push({ 'event': 'campaign.info', 'campaign': { 'firsttouchactioncode': window.__oneandoneAccess.campaign_firsttouchactioncode || 'No AC', 'lasttouchactioncode': window.__oneandoneAccess.campaign_lasttouchactioncode || 'No AC', 'firsttouchmediumcode': window.__oneandoneAccess.campaign_firsttouchmediumcode || 'No MC', 'lasttouchmediumcode': window.__oneandoneAccess.campaign_lasttouchmediumcode || 'No MC', 'mcat': (typeof window.__oneandoneAccess == 'undefined' || !IsJsonString(window.__oneandoneAccess.mcat_data)) ? '' : JSON.parse(window.__oneandoneAccess.mcat_data) || '', 'ft_actioncode': window.__oneandoneAccess.campaign_ft_actioncode || 'No AC', 'ft_mediumcode': window.__oneandoneAccess.campaign_ft_mediumcode || 'No MC', 'lt_actioncode': window.__oneandoneAccess.campaign_lt_actioncode || 'No AC', 'lt_mediumcode': window.__oneandoneAccess.campaign_lt_mediumcode || 'No MC', 'winning_actioncode': window.__oneandoneAccess.campaign_winning_actioncode || 'No AC', 'winning_mediumcode': window.__oneandoneAccess.campaign_winning_mediumcode || 'No MC' } }); window._1und1datalayer.push({ 'event': 'varianttest.info', 'varianttest': { 'name': unescape(window.__oneandoneAccess.varianttest_name || ''), 'variant': unescape(window.__oneandoneAccess.varianttest_variant || ''), 'variableid': unescape(window.__oneandoneAccess.varianttest_variableid || '') } }); window._1und1datalayer.push({ 'event': 'user.info', 'user': { 'loginstatus': false, 'loginlevel': 'none', 'customerid': '', 'city': '', 'type':'INTERESSENT' } }); function videoComponentTracking() { let video = document.querySelector('.lazy-video'); if (video) { const previewImage = document.querySelector('.lazy-video.lazy-video--preview'); let videoId = video.dataset.videoid; const getVideoInfoFromItem = (attribute) => { const videoList = document.querySelectorAll('ul.unordered-list--video li'); const results = []; videoList.forEach((videoItem) => { const videoChild = videoItem.querySelector(`[data-video-id="${video.dataset.videoid}"]`); if (videoChild) { if (attribute === 'title') { results.push(videoChild.dataset.videoTitle || 'No Title'); } if (attribute === 'duration') { results.push(videoChild.dataset.videoDuration || 'No Duration'); } } }); return results.length > 0 ? results : ['No Information']; }; let videoTitle = getVideoInfoFromItem('title'); let videoDuration = getVideoInfoFromItem('duration'); let videoSource = `YouTube_${videoId}`; previewImage.addEventListener('click', () => { video = document.querySelector('.lazy-video'); videoId = video.dataset.videoid; videoSource = `YouTube_${videoId}`; videoTitle = getVideoInfoFromItem('title'); videoDuration = getVideoInfoFromItem('duration'); }); const pushToDataLayer = (currentState, videoTitle, videoDuration, videoSource, control) => { window._1und1datalayer.push({ event: 'media.info', media: { type: 'Video', source: videoSource, name: videoTitle || previewImage.dataset.title || 'No Information', length: videoDuration || previewImage.dataset.duration || 'No Information', state: { starttype: 'usertriggered', currentstate: currentState }, interaction: { control: control } } }); }; const updateEventTracking = () => { window._1und1datalayer.push({ event: 'genericevent.send', timestamp: window.__oneandoneAccess?.request_servertime || Date.now() }); }; const eventcontextDelete = () => { window._1und1datalayer.push({ event: 'eventcontext.delete' }); }; const trackVideoEvents = () => { let wait = window.setInterval(() => { if (window.YT) { clearInterval(wait); const iframe = document.querySelector('.lazy-video iframe'); const iframeId = iframe.id; const videoTitle = iframe.dataset.title; const videoDuration = iframe.dataset.duration; let player = new YT.Player(iframeId, { events: { onStateChange: onPlayerStateChange } }); function onPlayerStateChange(event) { if (event.data === YT.PlayerState.PAUSED) { eventcontextDelete(); pushToDataLayer(['paused'], videoTitle, videoDuration, videoSource, 'pausedbutton'); updateEventTracking(); } else if (event.data === YT.PlayerState.PLAYING) { eventcontextDelete(); pushToDataLayer(['running'], videoTitle, videoDuration, videoSource, 'playbutton'); updateEventTracking(); } else if (event.data === YT.PlayerState.ENDED) { eventcontextDelete(); pushToDataLayer(['completed'], videoTitle, videoDuration, videoSource, ''); updateEventTracking(); } } } }, 200); }; pushToDataLayer(['not started'], videoTitle, videoDuration, videoSource, ''); updateEventTracking(); previewImage.addEventListener('click', trackVideoEvents); // We need to delete the first push, because it is to early from source tealium-append.js deleteEventFromDataLayer('pageview.send'); window._1und1datalayer.push({ event: 'pageview.send', timestamp: new Date() }); } } function deleteEventFromDataLayer(eventName) { const indexToRemove = window._1und1datalayer.findIndex(data => data.event === eventName); if (indexToRemove !== -1) { window._1und1datalayer.splice(indexToRemove, 1); } } addEventListener('DOMContentLoaded', videoComponentTracking); </script></head><body class="r-neospage inIframe cms-stop-countdown "><div id="oneandone-publishing-dynamicContent-toolbar"></div> <div class="breakpoint" data-base-path-static-rnodetypes="/_Resources/Static/Packages/ONEANDONE.RNodeTypes/1743750791/"></div> <svg id="icons_svg" class="d-none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" src="/_Resources/Persistent/0223480d57399496b5019248aea514fe594e2fe7/icons.svg?bust=3" /> <script> function onSideTrackEventNavigation(name, clicks) { if(window._1und1datalayer == undefined){ const location = window.location; window._1und1datalayer = window._1und1datalayer || []; window._1und1datalayer.push({ 'event': 'genericevent.send', 'genericevent': { 'category': 'navigation', 'shop': location.host, 'page': location.pathname, 'name': name, 'count': clicks, 'type': 'custom' } }); }else{ const datalayerIndex = window._1und1datalayer.findIndex( (datalayer => datalayer.event == 'genericevent.send' && datalayer.genericevent.name == name) ); if(datalayerIndex > 0){ window._1und1datalayer[datalayerIndex].genericevent.count = window._1und1datalayer[datalayerIndex].genericevent.count+clicks; }else{ const location = window.location; window._1und1datalayer = window._1und1datalayer || []; window._1und1datalayer.push({ 'event': 'genericevent.send', 'genericevent': { 'category': 'navigation', 'shop': location.host, 'page': location.pathname, 'name': name, 'count': clicks, 'type': 'custom' } }); } } } </script> <style> .navigation--company .navigation__e3 { transform: unset !important; left: unset !important; } </style><header class="header navigation--new"><nav data-navigation class="navigation"><div class="navigation__meta"><div class="navigation__meta-wrap"><div class="navigation__e0"><a class="navigation__e0-link navigation__e0-link--active" target="_self" href="https://www.1und1.de">Privatkunden</a><a class="navigation__e0-link " target="_self" href="https://www.1und1.de/geschaeftskunden/">Geschäftskunden</a></div><div class="navigation__e1"><a href="https://1und1.de/kwk?KwKL=true" data-linkid="navigation_meta0" class="navigation__e1-link">Kunden werben</a><a href="https://kunden.1und1.de/login/webmail" data-linkid="navigation_meta1" class="navigation__e1-link">1&1 Webmailer</a><a href="https://www.1und1.de/Datenschutz" data-linkid="navigation_meta2" class="navigation__e1-link">Datenschutz</a><a href="https://unternehmen.1und1.de/unternehmen/umwelt-und-klimaschutz/" data-linkid="navigation_meta3" class="navigation__e1-link">Umwelt- und Klimaschutz</a><a href="https://unternehmen.1und1.de/" data-linkid="navigation_meta4" class="navigation__e1-link">Unternehmen</a><span class="d-none d-lg-inline-block"><span class="searchbar"><form action="https://www.1und1.de/suche"><input class="form-control" type="text" name="query" placeholder="Bitte Suchbegriff eingeben" /><span class="searchbar__input-opener d-none d-ms-inline"><svg viewbox="0 0 100 100" class="icon navigation__search icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20" xml:space="preserve" ><path class="ivst0" d="M12.2 10.4c1.8-2.6 1.5-6.1-.8-8.4C10.1.7 8.5 0 6.7 0 4.9 0 3.2.7 2 2a6.61 6.61 0 0 0-.1 9.3l.1.1c2.3 2.3 5.9 2.6 8.5.8l7.9 7.8 1.6-1.9-7.8-7.7zM10 9.7c-.9.9-2 1.4-3.2 1.4-1.2 0-2.3-.4-3.1-1.2l-.1-.1c-1.8-1.7-1.8-4.6-.1-6.3l.1-.1c.8-.8 1.9-1.3 3.1-1.3h.1c1.2 0 2.2.4 3.1 1.3l.1.1c1.7 1.6 1.7 4.4 0 6.2z"/></svg></svg></span><span class="searchbar__input-close d-none d-ms-inline"><svg viewbox="0 0 100 100" class="icon navigation__search icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.4 17.4" ><path d="M0 15.99 15.98.01l1.414 1.414-15.98 15.98z"/><path d="M0 1.424 1.414.01l15.98 15.98-1.414 1.414z"/></svg></svg></span></form></span></span></div></div></div><div class="navigation__main"><div class="navigation__main-wrap"><a title="1&amp;1 Startseite" class="navigation__home" href="https://www.1und1.de/" data-linkid="hd.logo.home" id="button-hd-logo-home"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 401 401" class="icon navigation__logo" id="logo"><path fill="#fff" d="M.4.9h400v400H.4z"></path><path d="M9.8 10.2h381.3v381.3H9.8V10.2zm265.8 122v-29.1h65.2v181.1h-35.7v-152h-29.5zm-31.2 58c1.7 20-1.1 30.8-3.4 36.2l-28.2-38.3c29.6-20.8 36.9-54.8 13-76.5-19.8-14-40.1-14-61 0-21 19.3-19.6 42.6 4.2 69.8-40.7 25-44.1 52.9-26.5 82.4 18.8 27.8 60.7 34.3 97.1 10.5l7.1 9.7H285l-24.4-31.1c10.1-10 15.9-31.9 13.9-62.6h-30.1v-.1zm-55.9 15.5c-19.5 13-25.6 26.8-16 42 10.9 12.2 28.3 11.8 47.5 0l-31.5-42zm5.8-42l-8-11.8c-5.7-11.9-2.5-21.9 9.7-21.9 13.2.7 17.5 9.5 8.8 23.5l-10.5 10.2zM45.1 132.3v-29.1h65.2v181.1H74.6v-152H45.1z" fill-rule="evenodd" clip-rule="evenodd" fill="#003d8f"></path></svg></a><div class="navigation__title-wrap d-md-none"><div class="navigation__title"></div></div><div class="navigation__e2"><ul class="navigation__e2-list"><li class="navigation__e2-item navigation__e2-item--with-items "><a role href="https://www.1und1.de/glasfaser/" data-linkid="navigation_main0" class="navigation__e2-link" title="Glasfaser"><span class="navigation__e2-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-icon icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="m6.7 0 43.19 48.24L6.69 96 .01 89.97l37.78-41.76L0 6l6.7-6z"/></svg></svg></span><span class="navigation__e2-text ">Glasfaser</span><span class="navigation__e2-open-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-open-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" ><path class="bcst0" d="m3.8 12-1.3-1.4L7.3 6 2.5 1.4 3.8 0 10 6z"/></svg></svg></span></a><div class="navigation__e3"><ul class="navigation__e3-list"><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://www.1und1.de/glasfaser/" data-linkid="navigation_main0_sub0_entry0_headline" class="navigation__e4-link" title="Glasfaser" target="_self" onclick>Glasfaser</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/glasfaser/" data-linkid="navigation_main0_sub0_entry1 :: Link :: AKTION 1&amp;1 Glasfaser – doppelte Geschwindigkeit, gleicher Preis" class="navigation__e4-link" title="Glasfaser-Anschlüsse jetzt inklusive 1&amp;1&nbsp;TV" target="_self" onclick><mark class="mark--secondary d-inline-block">AKTION</mark> 1&1 Glasfaser – doppelte Geschwindigkeit, gleicher Preis</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/young-glasfaser" data-linkid="navigation_main0_sub0_entry2 :: Link :: 1&amp;1 Glasfaser für junge Leute" class="navigation__e4-link" title="Glasfaser für junge Leute" target="_self" onclick>1&1 Glasfaser für junge Leute</a></li></ul></li><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><span class="navigation__e4-link" title="Optionen &amp; Services">Optionen & Services</span></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/cinema" data-linkid="navigation_main0_sub1_entry1 :: Link :: 1&amp;1 Cinema" class="navigation__e4-link" title="1&amp;1&nbsp;Cinema" target="_self" onclick>1&amp;1&nbsp;Cinema</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/iptv/" data-linkid="navigation_main0_sub1_entry2 :: Link :: 1&amp;1 TV" class="navigation__e4-link" title="1&amp;1&nbsp;TV" target="_self" onclick>1&1&nbsp;TV</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/glasfaser/router/" data-linkid="navigation_main0_sub1_entry3 :: Link :: 1&amp;1 Glasfaser-Router" class="navigation__e4-link" title="1&amp;1 Glasfaser-Router" target="_self" onclick>1&1 Glasfaser-Router</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/smart-home" data-linkid="navigation_main0_sub1_entry4 :: Link :: 1&amp;1 Smart Home Geräte" class="navigation__e4-link" title="1&amp;1 Smart Home Geräte" target="_self" onclick>1&amp;1 Smart Home Geräte</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/dsl-verfuegbarkeit" data-linkid="navigation_main0_sub1_entry5 :: Link :: Verfügbarkeit prüfen" class="navigation__e4-link" title="Zu 1&amp;1 wechseln" target="_self" onclick>Verfügbarkeit prüfen</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/glasfaserkompakt" data-linkid="navigation_main0_sub1_entry6 :: Link :: NEU Glasfaser-Informationsportal" class="navigation__e4-link" title="Zu 1&amp;1 wechseln" target="_self" onclick><mark class="mark--secondary d-inline-block">NEU</mark> Glasfaser-Informationsportal</a></li></ul></li><a href="https://www.1und1.de/glasfaser/" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main0 :: PromoTeaser :: 1&amp;1 Glasfaser"><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/a6ef42a49d589630c42f41deaf575cf390292064/d-t-m-navi-promo-teaser-gf-4114-img-haus-mit-glasfaserkabel.png?bust=3" /><div class="promo-teaser__text"><mark class="mark--white d-inline-block">AKTION</mark><div class="promo-teaser__text-headline">1&1 Glasfaser</div><div>Jetzt mit doppelter Geschwindigkeit zum gleichen Preis.*</div></div></a><div class="banner bg-gray-100 no-border banner--side-by-side"><div class="row"><div class="col-12 col-md banner__wrapper"><div class="banner__image--big"><img loading="lazy" class=" img-fluid " alt title="Glasfaser" src="/_Resources/Persistent/2cdd836ee856cbae72e35d9e4869cb00d1ce0c17/d-t-m-bb-navigation-service-card-gf-dsl-30729-img-eins-und-eins-servicecard-fuer-dsl-und-glasfaser.png?bust=3" /></div><div class="banner__text-container black"><div class="banner__text"><p><mark class="mark--secondary d-inline-block">INKLUSIVE</mark> <strong>1&amp;1 Service Card</strong></p><ul><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab1" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">30 Tage unverbindlich testen</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab2" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">1&amp;1 bringt Ihr WLAN zum Laufen</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab3" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">Priority Hotline rund um die Uhr</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab4" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">24 h Austausch-Service</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab5" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">Umzugs-Service</a></li></ul></div></div></div></div></div> <script type="text/javascript"> { const navElements = document.querySelectorAll(".banner__text-container.glasfaser a"); navElements.forEach( (navElement , i) => { navElement.setAttribute("data-linkid", "navigation_main0_bannerbox_pos" + (i - 10) + " :: TextLink :: " + navElement.textContent); }); } </script> </ul></div></li><li class="navigation__e2-item navigation__e2-item--with-items "><a role href="https://dsl.1und1.de/" data-linkid="navigation_main1" class="navigation__e2-link" title="DSL"><span class="navigation__e2-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-icon icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="m6.7 0 43.19 48.24L6.69 96 .01 89.97l37.78-41.76L0 6l6.7-6z"/></svg></svg></span><span class="navigation__e2-text ">DSL</span><span class="navigation__e2-open-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-open-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" ><path class="bcst0" d="m3.8 12-1.3-1.4L7.3 6 2.5 1.4 3.8 0 10 6z"/></svg></svg></span></a><div class="navigation__e3"><ul class="navigation__e3-list"><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://dsl.1und1.de/" data-linkid="navigation_main1_sub0_entry0_headline" class="navigation__e4-link" title="DSL" target="_self" onclick>DSL</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/dsl-anschluss" data-linkid="navigation_main1_sub0_entry1 :: Link :: AKTION Doppelt so schnell surfen und sparen – mit DSL 100 oder DSL 250" class="navigation__e4-link" title="AKTION Doppelt so schnell surfen und sparen – mit DSL 100 oder DSL 250" target="_self" onclick><mark class="mark--secondary d-inline-block">AKTION</mark> Doppelt so schnell surfen und sparen – mit DSL&nbsp;100 oder DSL&nbsp;250</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/young" data-linkid="navigation_main1_sub0_entry2 :: Link :: 1&amp;1 DSL für junge Leute" class="navigation__e4-link" title="1&amp;1 DSL für junge Leute" target="_self" onclick>1&1 DSL für junge Leute</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/dsl-flex" data-linkid="navigation_main1_sub0_entry3 :: Link :: 1&amp;1 DSL Flex – kurzfristig kündbar" class="navigation__e4-link" title="1&amp;1 DSL Flex – kurzfristig kündbar" target="_self" onclick>1&1 DSL Flex – kurzfristig kündbar</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/5g-zu-hause?ac=OM.TS.TSo53K427824T7073a" data-linkid="navigation_main1_sub0_entry4 :: Link :: 5G zu Hause" class="navigation__e4-link" title="5G zu Hause" target="_self" onclick>5G zu Hause</a></li></ul></li><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><span class="navigation__e4-link" title="Optionen &amp; Services">Optionen & Services</span></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/cinema" data-linkid="navigation_main1_sub1_entry1 :: Link :: 1&amp;1 Cinema" class="navigation__e4-link" title="1&amp;1 Cinema" target="_self" onclick>1&1 Cinema</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/fernsehen" data-linkid="navigation_main1_sub1_entry2 :: Link :: 1&amp;1 TV" class="navigation__e4-link" title="1&amp;1 TV" target="_self" onclick>1&1 TV</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/wlan-router" data-linkid="navigation_main1_sub1_entry3 :: Link :: 1&amp;1 WLAN-Router" class="navigation__e4-link" title="1&amp;1 WLAN-Router" target="_self" onclick>1&1 WLAN-Router</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/smart-home" data-linkid="navigation_main1_sub1_entry4 :: Link :: 1&amp;1 Smart Home Geräte" class="navigation__e4-link" title="1&amp;1 Smart Home Geräte" target="_self" onclick>1&1 Smart Home Geräte</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/dsl-verfuegbarkeit" data-linkid="navigation_main1_sub1_entry5 :: Link :: Verfügbarkeit prüfen" class="navigation__e4-link" title="Verfügbarkeit prüfen" target="_self" onclick>Verfügbarkeit prüfen</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/dsl-wechsel" data-linkid="navigation_main1_sub1_entry6 :: Link :: Zu 1&amp;1 DSL wechseln" class="navigation__e4-link" title="Zu 1&amp;1 DSL wechseln" target="_self" onclick>Zu 1&1 DSL wechseln</a></li></ul></li><a href="https://dsl.1und1.de/" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main1 :: PromoTeaser :: 1&amp;1 DSL"><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/32f5ebd895c24c84392c34009d1a32bd11dc2e89/d-t-m-navi-promo-teaser-dsl-4114-img-wi-fi-7-router.png?bust=3" /><div class="promo-teaser__text"><mark class="mark--white d-inline-block">AKTION</mark><div class="promo-teaser__text-headline">1&1 DSL</div><div>Jetzt mit doppelter Geschwindigkeit zum gleichen Preis.*</div></div></a><div class="banner bg-gray-100 no-border banner--side-by-side"><div class="row"><div class="col-12 col-md banner__wrapper"><div class="banner__image--big"><img loading="lazy" class=" img-fluid " alt title="DSL" src="/_Resources/Persistent/2cdd836ee856cbae72e35d9e4869cb00d1ce0c17/d-t-m-bb-navigation-service-card-gf-dsl-30729-img-eins-und-eins-servicecard-fuer-dsl-und-glasfaser.png?bust=3" /></div><div class="banner__text-container black"><div class="banner__text"><p><mark class="mark--secondary d-inline-block">INKLUSIVE</mark> <strong>1&amp;1 Service Card</strong></p><ul><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab1" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">30 Tage unverbindlich testen</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab2" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">1&amp;1 bringt Ihr WLAN zum Laufen</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab3" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">Priority Hotline rund um die Uhr</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab4" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">24 h Austausch-Service</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab5" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">Umzugs-Service</a></li></ul></div></div></div></div></div> <script type="text/javascript"> { const navElements = document.querySelectorAll(".banner__text-container.dsl a"); navElements.forEach( (navElement , i) => { navElement.setAttribute("data-linkid", "navigation_main1_bannerbox_pos" + (i - 10) + " :: TextLink :: " + navElement.textContent); }); } </script> </ul></div></li><li class="navigation__e2-item navigation__e2-item--with-items "><a role href="https://www.1und1.de/iptv/" data-linkid="navigation_main2" class="navigation__e2-link" title="TV"><span class="navigation__e2-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-icon icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="m6.7 0 43.19 48.24L6.69 96 .01 89.97l37.78-41.76L0 6l6.7-6z"/></svg></svg></span><span class="navigation__e2-text ">TV</span><span class="navigation__e2-open-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-open-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" ><path class="bcst0" d="m3.8 12-1.3-1.4L7.3 6 2.5 1.4 3.8 0 10 6z"/></svg></svg></span></a><div class="navigation__e3"><ul class="navigation__e3-list"><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://www.1und1.de/iptv/" data-linkid="navigation_main2_sub0_entry0_headline" class="navigation__e4-link" title="1&amp;1 TV" target="_self" onclick>1&1 TV</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/fernsehen" data-linkid="navigation_main2_sub0_entry1 :: Link :: 1&amp;1 TV mit Internet-Anschluss" class="navigation__e4-link" title="1&amp;1 TV mit Internet-Anschluss" target="_self" onclick>1&1 TV mit Internet-Anschluss</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/iptv/hdtv/" data-linkid="navigation_main2_sub0_entry2 :: Link :: 1&amp;1 TV ohne Internet-Anschluss" class="navigation__e4-link" title="1&amp;1 TV ohne Internet-Anschluss" target="_self" onclick>1&1 TV ohne Internet-Anschluss</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/cinema" data-linkid="navigation_main2_sub0_entry3 :: Link :: 1&amp;1 Cinema" class="navigation__e4-link" title="1&amp;1 Cinema" target="_self" onclick>1&1 Cinema</a></li></ul></li><a href="https://dsl.1und1.de/cinema" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main2 :: PromoTeaser :: 1&amp;1 Cinema"><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/a370662154815204e4913e02e0df4c6b54fb862d/d-t-m-navi-promo-teaser-tv-30556-img-1und1-cinema.png?bust=3" /><div class="promo-teaser__text"><div class="promo-teaser__text-headline">1&1 Cinema</div><div>Top Blockbuster in Ihrer Online-Videothek.</div></div></a><div class="banner bg-gray-100 no-border banner--side-by-side"><div class="row"><div class="col-12 col-md banner__wrapper"><div class="banner__image--big"><a href="https://www.1und1.de/hd-tv-service-card" title target="_self" data-linkid="navigation_main2:: Teaser :: "><div><img loading="lazy" class=" img-fluid " alt title="TV" src="/_Resources/Persistent/8e972619c371ea56f5b16b72b528f0b69ca93564/d-t-m-navigation-service-card-bb-3981-img-service-card-tv.png?bust=3" /></div></a></div><div class="banner__text-container black"><div class="banner__text"><p><mark class="mark--secondary d-inline-block">INKLUSIVE</mark> <strong>1&amp;1 Service Card</strong></p><ul><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab1" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">30 Tage unverbindlich testen</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab2" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">1&amp;1 bringt Ihr WLAN zum Laufen</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab3" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">Priority Hotline rund um die Uhr</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab4" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">24 h Austausch-Service</a></li><li><a rel="noopener external" href="https://www.1und1.de/service-card-dsl-und-glasfaser?ctab=tab5" data-linkid="navigation_main0_ :: Teaser :: Glasfaser" target="_self">Umzugs-Service</a></li></ul></div></div></div></div></div> <script type="text/javascript"> { const navElements = document.querySelectorAll(".banner__text-container.tv a"); navElements.forEach( (navElement , i) => { navElement.setAttribute("data-linkid", "navigation_main2_bannerbox_pos" + (i - 10) + " :: TextLink :: " + navElement.textContent); }); } </script> </ul></div></li><li class="navigation__e2-item navigation__e2-item--with-items "><a role href="https://mobile.1und1.de/" data-linkid="navigation_main3" class="navigation__e2-link" title="Mobilfunk"><span class="navigation__e2-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-icon icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="m6.7 0 43.19 48.24L6.69 96 .01 89.97l37.78-41.76L0 6l6.7-6z"/></svg></svg></span><span class="navigation__e2-text ">Mobilfunk</span><span class="navigation__e2-open-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-open-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" ><path class="bcst0" d="m3.8 12-1.3-1.4L7.3 6 2.5 1.4 3.8 0 10 6z"/></svg></svg></span></a><div class="navigation__e3"><ul class="navigation__e3-list"><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://mobile.1und1.de/" data-linkid="navigation_main3_sub3_entry0_headline" class="navigation__e4-link" title="Mobilfunk" target="_self" onclick>Mobilfunk</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/unbegrenztes-datenvolumen" data-linkid="navigation_main3_sub3_entry1 :: Link :: NEU 1&amp;1 Unlimited Tarife" class="navigation__e4-link" title="1&amp;1 Unlimited on demand Tarife" target="_self" onclick><mark class="mark--secondary d-inline-block">NEU</mark> 1&1 Unlimited Tarife</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/all-net-flat-vergleich" data-linkid="navigation_main3_sub3_entry2 :: Link :: 1&amp;1 All-Net-Flat mit 2, 20, 60 oder 120 GB" class="navigation__e4-link" title="1&amp;1 Volumen-Tarife mit 1, 10, 50 oder 100 GB/Monat" target="_self" onclick>1&1 All-Net-Flat mit 2, 20, 60 oder 120&nbsp;GB</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/handyvertrag-ohne-laufzeit" data-linkid="navigation_main3_sub3_entry3 :: Link :: 1&amp;1 Mobilfunktarife – ohne Vertragslaufzeit" class="navigation__e4-link" title="1&amp;1 Unlimited Tarife - ohne Vertragslaufzeit" target="_self" onclick>1&1 Mobilfunktarife – ohne Vertragslaufzeit</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/tarife-fuer-junge-leute" data-linkid="navigation_main3_sub3_entry4 :: Link :: 1&amp;1 Mobilfunk für junge Leute" class="navigation__e4-link" title="1&amp;1 Mobilfunk für junge Leute" target="_self" onclick>1&1 Mobilfunk für junge Leute</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/tarife-fuer-kinder-und-jugendliche" data-linkid="navigation_main3_sub3_entry5 :: Link :: 1&amp;1 Mobilfunk für Kinder" class="navigation__e4-link" title="1&amp;1 Mobilfunk für Kinder" target="_self" onclick>1&1 Mobilfunk für Kinder</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/familientarife" data-linkid="navigation_main3_sub3_entry6 :: Link :: 1&amp;1 Familientarife" class="navigation__e4-link" title="1&amp;1 Familientarife" target="_self" onclick>1&1 Familientarife</a></li></ul></li><a href="https://mobile.1und1.de/#fruehling" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main3 :: PromoTeaser :: 1&amp;1 Frühlingsaktion"><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/6d94d07190afc65b98f169370d2170a222b248a4/d-t-m-promo-teaser-d35618-img-fruehlingsaktion-100gb.png?bust=3" /><div class="promo-teaser__text"><mark class="mark--white d-inline-block">AKTION</mark><div class="promo-teaser__text-headline">1&amp;1 Frühlingsaktion</div><div>Für alle, die ein Handy haben: Jetzt 100&nbsp;GB für nur 19,99&nbsp;€ im Monat sichern.</div></div></a><div class="banner bg-gray-100 no-border banner--side-by-side"><div class="row"><div class="col-12 col-md banner__wrapper"><div class="banner__image--big"><img class=" img-fluid " alt title="Mobilfunk" src="/_Resources/Persistent/d04a48664ce34241a000691b96d5c61d876df089/d-t-m-navigation-service-card-mobile-3812-img-service-card-mobilfunk.png?bust=3" /></div><div class="banner__text-container black"><div class="banner__text"><p><mark class="mark--secondary d-inline-block">INKLUSIVE</mark> <strong>1&amp;1 Service Card</strong></p><ul><li><a rel="noopener external" href="https://mobile.1und1.de/overnight-lieferung" data-linkid="navigation_main2_bannerbox_pos0 :: TextLink :: Overnight-Lieferung" target="_self">Overnight-Lieferung</a></li><li><a rel="noopener external" href="https://mobile.1und1.de/austausch-service" data-linkid="navigation_main2_bannerbox_pos1 :: TextLink :: 24 h Austausch-Service bei Defekt" target="_self">24 h Austausch-Service bei Defekt</a></li><li><a rel="noopener external" href="https://mobile.1und1.de/service-card-30-tage-testen" data-linkid="navigation_main2_bannerbox_pos2 :: TextLink :: 30 Tage unverbindlich testen" target="_self">30 Tage unverbindlich testen</a></li><li><a rel="noopener external" href="https://mobile.1und1.de/tauschpraemie" data-linkid="navigation_main2_bannerbox_pos3 :: TextLink :: Tauschprämie für Ihr altes Gerät" target="_self">Tauschprämie für Ihr altes Gerät</a></li><li><a rel="noopener external" href="https://mobile.1und1.de/priority-hotline" data-linkid="navigation_main2_bannerbox_pos4 :: TextLink :: Priority Hotline rund um die Uhr" target="_self">Priority Hotline rund um die Uhr</a></li></ul></div></div></div></div></div> <script type="text/javascript"> { const navElements = document.querySelectorAll(".banner__text-container.mobilfunk a"); navElements.forEach( (navElement , i) => { navElement.setAttribute("data-linkid", "navigation_main3_bannerbox_pos" + (i - 10) + " :: TextLink :: " + navElement.textContent); }); } </script> </ul></div></li><li class="navigation__e2-item navigation__e2-item--with-items "><a role href="https://mobile.1und1.de/smartphones" data-linkid="navigation_main4" class="navigation__e2-link" title="Smartphones"><span class="navigation__e2-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-icon icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="m6.7 0 43.19 48.24L6.69 96 .01 89.97l37.78-41.76L0 6l6.7-6z"/></svg></svg></span><span class="navigation__e2-text ">Smartphones</span><span class="navigation__e2-open-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-open-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" ><path class="bcst0" d="m3.8 12-1.3-1.4L7.3 6 2.5 1.4 3.8 0 10 6z"/></svg></svg></span></a><div class="navigation__e3"><ul class="navigation__e3-list"><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://mobile.1und1.de/smartphones" data-linkid="navigation_main4_sub4_entry0_headline" class="navigation__e4-link" title="Smartphones" target="_self" onclick>Smartphones</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/smartphones#angebot" data-linkid="navigation_main4_sub4_entry1 :: Link :: Alle Smartphones" class="navigation__e4-link" title="Alle Smartphones" target="_self" onclick>Alle Smartphones</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/young-smartphones" data-linkid="navigation_main4_sub4_entry2 :: Link :: Angebote für junge Leute" class="navigation__e4-link" title="Angebote für junge Leute" target="_self" onclick>Angebote für junge Leute</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/kinderhandys" data-linkid="navigation_main4_sub4_entry3 :: Link :: Handys für Kinder" class="navigation__e4-link" title="Handys für Kinder" target="_self" onclick>Handys für Kinder</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/refurbished-smartphones/" data-linkid="navigation_main4_sub4_entry4 :: Link :: Refurbished Geräte" class="navigation__e4-link" title="Refurbished Geräte" target="_self" onclick>Refurbished Geräte</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/handy/android/" data-linkid="navigation_main4_sub4_entry5 :: Link :: Android Smartphones" class="navigation__e4-link" title="Android Smartphones" target="_self" onclick>Android Smartphones</a></li></ul></li><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://mobile.1und1.de/smartphones" data-linkid="navigation_main4_sub5_entry0_headline" class="navigation__e4-link" title="Top Smartphones" target="_self" onclick>Top Smartphones</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/samsung-galaxy-s25-ultra" data-linkid="navigation_main4_sub5_entry1 :: Link :: AKTION Samsung Galaxy S25 Ultra inklusive Watch7" class="navigation__e4-link" title="Samsung Galaxy S25 Ultra inklusive Watch7" target="_self" onclick><mark class="mark--secondary d-inline-block">AKTION</mark> Samsung Galaxy S25 Ultra inklusive Watch7</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/samsung-galaxy-s25" data-linkid="navigation_main4_sub5_entry2 :: Link :: AKTION Samsung Galaxy S25 inklusive Watch7" class="navigation__e4-link" title="Samsung Galaxy S25 inklusive Watch7" target="_self" onclick><mark class="mark--secondary d-inline-block">AKTION</mark> Samsung Galaxy S25 inklusive Watch7</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/iphone-16-pro-max" data-linkid="navigation_main4_sub5_entry3 :: Link :: iPhone 16 Pro Max" class="navigation__e4-link" title="iPhone 16 Pro Max auf Wunsch mit Watch" target="_self" onclick>iPhone 16 Pro Max</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/iphone-16-pro" data-linkid="navigation_main4_sub5_entry4 :: Link :: iPhone 16 Pro" class="navigation__e4-link" title="iPhone 16 Pro Max auf Wunsch mit Watch" target="_self" onclick>iPhone 16 Pro</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/samsung-galaxy-a56-5g" data-linkid="navigation_main4_sub5_entry5 :: Link :: NEU Samsung Galaxy A56 mit Speicherupgrade-Aktion" class="navigation__e4-link" title="NEU Samsung Galaxy A56 mit Speicherupgrade-Aktion" target="_self" onclick><mark class="mark--secondary d-inline-block">NEU</mark> Samsung Galaxy A56 mit Speicherupgrade-Aktion</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/xiaomi-15-serie" data-linkid="navigation_main4_sub5_entry6 :: Link :: AKTION Xiaomi 15 Serie mit gratis Xiaomi Vacuum Cleaner G20" class="navigation__e4-link" title="Xiaomi 15 Serie mit gratis Xiaomi Vacuum Cleaner G20" target="_self" onclick><mark class="mark--secondary d-inline-block">AKTION</mark> Xiaomi 15 Serie mit gratis Xiaomi Vacuum Cleaner G20</a></li></ul><a href="https://www.1und1.de/handy/samsung/" target="_self" data-linkid="navigation_main4_sub0_hersteller_samsung" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-samsung"></use></svg></a><a href="https://www.1und1.de/handy/apple/" target="_self" data-linkid="navigation_main4_sub1_hersteller_apple" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-apple"></use></svg></a><a href="https://www.1und1.de/handy/google/" target="_self" data-linkid="navigation_main4_sub2_hersteller_google" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-google"></use></svg></a><a href="https://www.1und1.de/handy/xiaomi/" target="_self" data-linkid="navigation_main4_sub3_hersteller_xiaomi" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-xiaomi"></use></svg></a></li><a href="https://mobile.1und1.de/galaxy-s25-watch-bundle" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main4 :: PromoTeaser :: Galaxy S25 inkl. Watch7"><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/4218dec2b4e9ea3176b41298d0b640ccd91acbc2/d-t-m-promo-teaser-v4370-img-samsung-galaxy-s25-inklusive-watch7.webp?bust=3" /><div class="promo-teaser__text"><mark class="mark--white d-inline-block">AKTION</mark> <div class="promo-teaser__text-headline">Galaxy S25 inkl. Watch7</div><div>Zusammen mit 1&1 Mobilfunk.</div></div></a><a href="https://www.1und1.de/handy/apple/" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main4 :: PromoTeaser :: Hallo neue Generation iPhone."><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/cb0a978d4d51f23cc36a40efe3d576fb3010318e/d-t-m-promo-teaser-img-apple.png?bust=3" /><div class="promo-teaser__text"><div class="promo-teaser__text-headline">Hallo neue Generation iPhone.</div><div>Zusammen mit 1&amp;1 Mobilfunk.</div></div></a><div class="banner bg-gray-100 no-border banner--side-by-side"><div class="row"><div class="col-12 col-md banner__wrapper"><div class="banner__image--big"><img class=" img-fluid " alt title="Smartphones" src="/_Resources/Persistent/d04a48664ce34241a000691b96d5c61d876df089/d-t-m-navigation-service-card-mobile-3812-img-service-card-mobilfunk.png?bust=3" /></div><div class="banner__text-container black"><div class="banner__text"><p><mark class="mark--secondary d-inline-block">INKLUSIVE</mark> <strong>1&amp;1 Service Card</strong></p><ul><li><a rel="noopener external" href="https://mobile.1und1.de/overnight-lieferung" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Overnight-Lieferung</a></li><li><a rel="noopener external" href="https://mobile.1und1.de/austausch-service" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">24 h Austausch-Service bei Defekt</a></li><li><a rel="noopener external" href="https://mobile.1und1.de/service-card-30-tage-testen" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">30 Tage unverbindlich testen</a></li><li><a rel="noopener external" href="https://mobile.1und1.de/tauschpraemie" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Tauschprämie für Ihr altes Gerät</a></li><li><a rel="noopener external" href="https://mobile.1und1.de/priority-hotline" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Priority Hotline rund um die Uhr</a></li></ul></div></div></div></div></div> <script type="text/javascript"> { const navElements = document.querySelectorAll(".banner__text-container.smartphones a"); navElements.forEach( (navElement , i) => { navElement.setAttribute("data-linkid", "navigation_main4_bannerbox_pos" + (i - 10) + " :: TextLink :: " + navElement.textContent); }); } </script> </ul></div></li><li class="navigation__e2-item navigation__e2-item--with-items "><a role href="https://mobile.1und1.de/datenflat" data-linkid="navigation_main5" class="navigation__e2-link" title="Mobile Daten-Flat"><span class="navigation__e2-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-icon icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="m6.7 0 43.19 48.24L6.69 96 .01 89.97l37.78-41.76L0 6l6.7-6z"/></svg></svg></span><span class="navigation__e2-text ">Mobile Daten-Flat</span><span class="navigation__e2-open-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-open-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" ><path class="bcst0" d="m3.8 12-1.3-1.4L7.3 6 2.5 1.4 3.8 0 10 6z"/></svg></svg></span></a><div class="navigation__e3"><ul class="navigation__e3-list"><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://mobile.1und1.de/datenflat" data-linkid="navigation_main5_sub2_entry0_headline" class="navigation__e4-link" title="Mobile Daten-Flat" target="_self" onclick>Mobile Daten-Flat</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/datenflat" data-linkid="navigation_main5_sub2_entry1 :: Link :: 1&amp;1 Daten-Flat" class="navigation__e4-link" title="1&amp;1 Daten-Flat" target="_self" onclick>1&1 Daten-Flat</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/datenflat-ohne-vertragslaufzeit" data-linkid="navigation_main5_sub2_entry2 :: Link :: 1&amp;1 Daten-Flat – ohne Vertragslaufzeit" class="navigation__e4-link" title="1&amp;1 Daten-Flat – ohne Vertragslaufzeit" target="_self" onclick>1&1 Daten-Flat – ohne Vertragslaufzeit</a></li></ul></li><a href="https://mobile.1und1.de/datenflat" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main5 :: PromoTeaser :: 1&amp;1 Daten-Flat"><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/6fbc5974d2b2127c72fbc809d80b4a8eb1bfca9b/d-promo-teaser-img-mobile-datenflat.png?bust=3" /><div class="promo-teaser__text"><div class="promo-teaser__text-headline">1&1 Daten-Flat</div><div>Zum Surfen mit dem Laptop – auch von unterwegs ab 2,99&nbsp;€/Monat.</div></div></a><div class="banner bg-gray-100 no-border banner--side-by-side"><div class="row"><div class="col-12 col-md banner__wrapper"><div class="banner__image--big"><img class=" img-fluid " alt title="Mobile Daten-Flat" src="/_Resources/Persistent/d04a48664ce34241a000691b96d5c61d876df089/d-t-m-navigation-service-card-mobile-3812-img-service-card-mobilfunk.png?bust=3" /></div><div class="banner__text-container black"><div class="banner__text"><p><mark class="mark--secondary d-inline-block">INKLUSIVE</mark> <strong>1&amp;1 Service Card</strong></p> <ul> <li><a rel="noopener external" href="https://mobile.1und1.de/overnight-lieferung" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Overnight-Lieferung</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/austausch-service" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">24 h Austausch-Service bei Defekt</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/service-card-30-tage-testen" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">30 Tage unverbindlich testen</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/tauschpraemie" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Tauschprämie für Ihr altes Gerät</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/priority-hotline" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Priority Hotline rund um die Uhr</a></li> </ul></div></div></div></div></div> <script type="text/javascript"> { const navElements = document.querySelectorAll(".banner__text-container.mobile-daten-flat a"); navElements.forEach( (navElement , i) => { navElement.setAttribute("data-linkid", "navigation_main5_bannerbox_pos" + (i - 10) + " :: TextLink :: " + navElement.textContent); }); } </script> </ul></div></li><li class="navigation__e2-item navigation__e2-item--with-items "><a role href="https://mobile.1und1.de/tablets?type=tablets&amp;cdpBundle=bundle-dcs-clear" data-linkid="navigation_main6" class="navigation__e2-link" title="Tablets"><span class="navigation__e2-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-icon icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="m6.7 0 43.19 48.24L6.69 96 .01 89.97l37.78-41.76L0 6l6.7-6z"/></svg></svg></span><span class="navigation__e2-text ">Tablets</span><span class="navigation__e2-open-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-open-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" ><path class="bcst0" d="m3.8 12-1.3-1.4L7.3 6 2.5 1.4 3.8 0 10 6z"/></svg></svg></span></a><div class="navigation__e3"><ul class="navigation__e3-list"><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://mobile.1und1.de/tablets?type=tablets&amp;cdpBundle=bundle-dcs-clear" data-linkid="navigation_main6_sub3_entry0_headline" class="navigation__e4-link" title="Tabelets" target="_self" onclick>Tablets</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/tablets?type=tablets&amp;cdpBundle=bundle-dcs-clear" data-linkid="navigation_main6_sub3_entry1 :: Link :: Alle Tablets" class="navigation__e4-link" title="Alle Laptops" target="_self" onclick>Alle Tablets</a></li></ul></li><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://mobile.1und1.de/tablets?type=tablets&amp;cdpBundle=bundle-dcs-clear" data-linkid="navigation_main6_sub4_entry0_headline" class="navigation__e4-link" title="Top Tabelets" target="_self" onclick>Top Tablets</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/ipad-11" data-linkid="navigation_main6_sub4_entry1 :: Link :: OSTER-SPECIAL iPad (A16) Wifi + Cellular" class="navigation__e4-link" title="OSTER-SPECIAL iPad (A16) Wifi + Cellular" target="_self" onclick><mark class="mark--secondary d-inline-block">OSTER-SPECIAL</mark> iPad (A16) Wifi + Cellular</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/samsung-galaxy-tab-s10-fe" data-linkid="navigation_main6_sub4_entry2 :: Link :: OSTER-SPECIAL Samsung Galaxy Tab S10 FE mit gratis Keyboard Cover" class="navigation__e4-link" title="OSTER-SPECIAL Samsung Galaxy Tab S10 FE mit gratis Keyboard Cover" target="_self" onclick><mark class="mark--secondary d-inline-block">OSTER-SPECIAL</mark> Samsung Galaxy Tab S10 FE mit gratis Keyboard Cover</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/ipad-pro-13" data-linkid="navigation_main6_sub4_entry3 :: Link :: OSTER-SPECIAL iPad Pro 13“ (M4) Wifi + 5G" class="navigation__e4-link" title="OSTER-SPECIAL iPad Pro 13“ (M4) Wifi + 5G" target="_self" onclick><mark class="mark--secondary d-inline-block">OSTER-SPECIAL</mark> iPad Pro 13“ (M4) Wifi + 5G</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/samsung-galaxy-tab-a9-lte" data-linkid="navigation_main6_sub4_entry4 :: Link :: OSTER-SPECIAL Samsung Galaxy Tab A9 LTE" class="navigation__e4-link" title="OSTER-SPECIAL Samsung Galaxy Tab A9 LTE" target="_self" onclick><mark class="mark--secondary d-inline-block">OSTER-SPECIAL</mark> Samsung Galaxy Tab A9 LTE</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/lenovo-tab-m11-lte" data-linkid="navigation_main6_sub4_entry5 :: Link :: AKTION Lenovo Tab M11 mit gratis Folio Case und Tab Pen" class="navigation__e4-link" title="Lenovo Tab M11 mit Gratis Folio Case und Tab Pen" target="_self" onclick><mark class="mark--secondary d-inline-block">AKTION</mark> Lenovo Tab M11 mit gratis Folio Case und Tab Pen</a></li></ul><a href="https://mobile.1und1.de/samsung-tablet" target="_self" data-linkid="navigation_main6_sub0_hersteller_samsung" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-samsung"></use></svg></a><a href="https://mobile.1und1.de/apple-ipad" target="_self" data-linkid="navigation_main6_sub1_hersteller_apple" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-apple"></use></svg></a><a href="https://mobile.1und1.de/lenovo-tablet" target="_self" data-linkid="navigation_main6_sub2_hersteller_lenovo" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-lenovo"></use></svg></a><a href="https://mobile.1und1.de/xiaomi-tablets" target="_self" data-linkid="navigation_main6_sub3_hersteller_xiaomi" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-xiaomi"></use></svg></a></li><a href="https://mobile.1und1.de/oster-special#angebote" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main6 :: PromoTeaser :: Mit 1&amp;1 zu Ostern Freude schenken"><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/4ea7a0e024c30c3be478a3dbe4550490784f89a9/d-t-m-promo-teaser-d35271-img-oster-special-tablets.png?bust=3" /><div class="promo-teaser__text"><mark class="mark--white d-inline-block">OSTER-SPECIAL</mark><div class="promo-teaser__text-headline">Mit 1&1 zu Ostern Freude schenken</div><div>Jetzt bei ausgewählten Tablets bis zu 120,–&nbsp;€ sparen.</div></div></a><a href="https://mobile.1und1.de/apple-ipad#angebote" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main6 :: PromoTeaser :: Das magische neue iPad in vielen Farben."><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/dabbc40968d2b02837fa50dad9bc71f3b8ef7c12/d-t-m-promo-teaser-d35271-img-oster-special-ipads.png?bust=3" /><div class="promo-teaser__text"><mark class="mark--white d-inline-block">OSTER-SPECIAL</mark><div class="promo-teaser__text-headline">Das magische neue iPad in vielen Farben.</div><div></div></div></a><div class="banner bg-gray-100 no-border banner--side-by-side"><div class="row"><div class="col-12 col-md banner__wrapper"><div class="banner__image--big"><img class=" img-fluid " alt title="Tablets" src="/_Resources/Persistent/d04a48664ce34241a000691b96d5c61d876df089/d-t-m-navigation-service-card-mobile-3812-img-service-card-mobilfunk.png?bust=3" /></div><div class="banner__text-container black"><div class="banner__text"><p><mark class="mark--secondary d-inline-block">INKLUSIVE</mark> <strong>1&amp;1 Service Card</strong></p> <ul> <li><a rel="noopener external" href="https://mobile.1und1.de/overnight-lieferung" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Overnight-Lieferung</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/austausch-service" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">24 h Austausch-Service bei Defekt</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/service-card-30-tage-testen" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">30 Tage unverbindlich testen</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/tauschpraemie" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Tauschprämie für Ihr altes Gerät</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/priority-hotline" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Priority Hotline rund um die Uhr</a></li> </ul></div></div></div></div></div> <script type="text/javascript"> { const navElements = document.querySelectorAll(".banner__text-container.tablets a"); navElements.forEach( (navElement , i) => { navElement.setAttribute("data-linkid", "navigation_main6_bannerbox_pos" + (i - 10) + " :: TextLink :: " + navElement.textContent); }); } </script> </ul></div></li><li class="navigation__e2-item navigation__e2-item--with-items "><a role href="https://mobile.1und1.de/tablets?type=laptops" data-linkid="navigation_main7" class="navigation__e2-link" title="Laptops"><span class="navigation__e2-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-icon icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="m6.7 0 43.19 48.24L6.69 96 .01 89.97l37.78-41.76L0 6l6.7-6z"/></svg></svg></span><span class="navigation__e2-text ">Laptops</span><span class="navigation__e2-open-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-open-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" ><path class="bcst0" d="m3.8 12-1.3-1.4L7.3 6 2.5 1.4 3.8 0 10 6z"/></svg></svg></span></a><div class="navigation__e3"><ul class="navigation__e3-list"><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://mobile.1und1.de/tablets?type=laptops" data-linkid="navigation_main7_sub3_entry0_headline" class="navigation__e4-link" title="Laptops" target="_self" onclick>Laptops</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/tablets?type=laptops" data-linkid="navigation_main7_sub3_entry1 :: Link :: Alle Laptops" class="navigation__e4-link" title="Alle Laptops" target="_self" onclick>Alle Laptops</a></li></ul></li><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://mobile.1und1.de/tablets?type=laptops" data-linkid="navigation_main7_sub4_entry0_headline" class="navigation__e4-link" title="Top Laptops" target="_self" onclick>Top Laptops</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/macbook-air-13-m4" data-linkid="navigation_main7_sub4_entry1 :: Link :: OSTER-SPECIAL MacBook Air 13“ (M4)" class="navigation__e4-link" title="OSTER-SPECIAL MacBook Air 13“ (M4)" target="_self" onclick><mark class="mark--secondary d-inline-block">OSTER-SPECIAL</mark> MacBook Air 13“ (M4)</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/macbook-pro-m4-pro-14" data-linkid="navigation_main7_sub4_entry2 :: Link :: OSTER-SPECIAL MacBook Pro 14“ (M4 Pro Chip)" class="navigation__e4-link" title="OSTER-SPECIAL MacBook Pro 14“ (M4 Pro Chip)" target="_self" onclick><mark class="mark--secondary d-inline-block">OSTER-SPECIAL</mark> MacBook Pro 14“ (M4 Pro Chip)</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/samsung-galaxy-book4-15-6" data-linkid="navigation_main7_sub4_entry3 :: Link :: OSTER-SPECIAL Samsung Galaxy Book4 15,6“" class="navigation__e4-link" title="OSTER-SPECIAL Samsung Galaxy Book4 15,6“" target="_self" onclick><mark class="mark--secondary d-inline-block">OSTER-SPECIAL</mark> Samsung Galaxy Book4 15,6“</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/samsung-galaxy-book5-pro-360" data-linkid="navigation_main7_sub4_entry4 :: Link :: OSTER-SPECIAL Samsung Galaxy Book5 Pro 360 und gratis Monitor" class="navigation__e4-link" title="OSTER-SPECIAL Samsung Galaxy Book5 Pro 360 und gratis Monitor" target="_self" onclick><mark class="mark--secondary d-inline-block">OSTER-SPECIAL</mark> Samsung Galaxy Book5 Pro 360 und gratis Monitor</a></li><li class=" navigation__e4-item"><a href="https://mobile.1und1.de/asus-rog-strix-g17" data-linkid="navigation_main7_sub4_entry5 :: Link :: ASUS ROG Strix G17" class="navigation__e4-link" title="ASUS ROG Strix G17" target="_self" onclick>ASUS ROG Strix G17</a></li></ul><a href="https://mobile.1und1.de/samsung-laptop" target="_self" data-linkid="navigation_main7_sub0_hersteller_samsung" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-samsung"></use></svg></a><a href="https://mobile.1und1.de/apple-macbook" target="_self" data-linkid="navigation_main7_sub1_hersteller_apple" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-apple"></use></svg></a><a href="https://mobile.1und1.de/lenovo-laptop" target="_self" data-linkid="navigation_main7_sub2_hersteller_lenovo" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-lenovo"></use></svg></a><a href="https://mobile.1und1.de/asus-laptops" target="_self" data-linkid="navigation_main7_sub3_hersteller_asus" class="btn btn-secondary-light-100 btn--small btn--with-icon-without-text"><svg class="icon icon icon--maxwidth"><use xlink:href="#company-asus"></use></svg></a></li><a href="https://mobile.1und1.de/oster-special#angebote" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main7 :: PromoTeaser :: Mit 1&amp;1 zu Ostern Freude schenken"><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/460222b4c9cd46d06c240b27e0e85840fca5736c/d-t-m-promo-teaser-d35271-img-oster-special-laptops.png?bust=3" /><div class="promo-teaser__text"><mark class="mark--white d-inline-block">OSTER-SPECIAL</mark><div class="promo-teaser__text-headline">Mit 1&1 zu Ostern Freude schenken</div><div>Jetzt bei ausgewählten Laptops bis zu 240,–&nbsp;€ sparen.</div></div></a><a href="https://mobile.1und1.de/apple-macbook#angebote" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main7 :: PromoTeaser :: 13“ MacBook Air. Entwickelt für Apple Intelligence."><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/2f3291271ff40cf1f73c7ee9c9e9ab23e5b17746/d-t-m-promo-teaser-d35271-img-oster-special-macbooks.png?bust=3" /><div class="promo-teaser__text"><mark class="mark--white d-inline-block">OSTER-SPECIAL</mark><div class="promo-teaser__text-headline">13“ MacBook Air. Entwickelt für Apple Intelligence.</div><div></div></div></a><div class="banner bg-gray-100 no-border banner--side-by-side"><div class="row"><div class="col-12 col-md banner__wrapper"><div class="banner__image--big"><img class=" img-fluid " alt title="Laptops" src="/_Resources/Persistent/d04a48664ce34241a000691b96d5c61d876df089/d-t-m-navigation-service-card-mobile-3812-img-service-card-mobilfunk.png?bust=3" /></div><div class="banner__text-container black"><div class="banner__text"><p><mark class="mark--secondary d-inline-block">INKLUSIVE</mark> <strong>1&amp;1 Service Card</strong></p> <ul> <li><a rel="noopener external" href="https://mobile.1und1.de/overnight-lieferung" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Overnight-Lieferung</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/austausch-service" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">24 h Austausch-Service bei Defekt</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/service-card-30-tage-testen" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">30 Tage unverbindlich testen</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/tauschpraemie" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Tauschprämie für Ihr altes Gerät</a></li> <li><a rel="noopener external" href="https://mobile.1und1.de/priority-hotline" data-linkid="navigation_main2_ :: Teaser :: Mobilfunk" target="_self">Priority Hotline rund um die Uhr</a></li> </ul></div></div></div></div></div> <script type="text/javascript"> { const navElements = document.querySelectorAll(".banner__text-container.laptops a"); navElements.forEach( (navElement , i) => { navElement.setAttribute("data-linkid", "navigation_main7_bannerbox_pos" + (i - 10) + " :: TextLink :: " + navElement.textContent); }); } </script> </ul></div></li><li class="navigation__e2-item navigation__e2-item--with-items "><a role href="https://www.1und1.de/uebersicht-vorteilswelt" data-linkid="navigation_main8" class="navigation__e2-link" title="Vorteilswelt"><span class="navigation__e2-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-icon icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="m6.7 0 43.19 48.24L6.69 96 .01 89.97l37.78-41.76L0 6l6.7-6z"/></svg></svg></span><span class="navigation__e2-text ">Vorteilswelt</span><span class="navigation__e2-open-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-open-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" ><path class="bcst0" d="m3.8 12-1.3-1.4L7.3 6 2.5 1.4 3.8 0 10 6z"/></svg></svg></span></a><div class="navigation__e3"><ul class="navigation__e3-list"><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://www.1und1.de/vorteilswelt" data-linkid="navigation_main8_sub0_entry0_headline" class="navigation__e4-link" title="Top-Gadgets für Smartphones" target="_self" onclick>Top-Gadgets für Smartphones</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/vorteilswelt" data-linkid="navigation_main8_sub0_entry1 :: Link :: Alle Vorteilsprodukte" class="navigation__e4-link" title="Alle Vorteilsprodukte" target="_self" onclick>Alle Vorteilsprodukte</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/vorteilswelt/vmax-vx2-extreme-lt/" data-linkid="navigation_main8_sub0_entry2 :: Link :: VMAX VX2 Extreme LT E-Scooter" class="navigation__e4-link" title="VMAX VX2 Extreme LT E-Scooter" target="_self" onclick>VMAX VX2 Extreme LT E-Scooter</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/vorteilswelt/playstation-5-pro/" data-linkid="navigation_main8_sub0_entry3 :: Link :: Sony PlayStation 5 Pro" class="navigation__e4-link" title="Sony PlayStation 5 Pro" target="_self" onclick>Sony PlayStation 5 Pro</a></li><li class=" navigation__e4-item"><a href="https://www.1und1.de/vorteilswelt/meta-quest-3s/" data-linkid="navigation_main8_sub0_entry4 :: Link :: VR-Brille Meta Quest 3S" class="navigation__e4-link" title="VR-Brille Meta Quest 3S" target="_self" onclick>VR-Brille Meta Quest 3S</a></li></ul></li><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><span class="navigation__e4-link" title="Top-Gadgets für DSL">Top-Gadgets für DSL</span></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/vorteils-aktion" data-linkid="navigation_main8_sub1_entry1 :: Link :: Alle Vorteilsprodukte" class="navigation__e4-link" title="Alle Vorteilsprodukte" target="_self" onclick>Alle Vorteilsprodukte</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/aktion-playstation-5-pro" data-linkid="navigation_main8_sub1_entry2 :: Link :: Sony PlayStation 5 Pro" class="navigation__e4-link" title="Sony PlayStation 5 Pro" target="_self" onclick>Sony PlayStation 5 Pro</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/aktion-samsung-75-uhd-tv" data-linkid="navigation_main8_sub1_entry3 :: Link :: Samsung UHD TV 75″" class="navigation__e4-link" title="Samsung UHD TV 75″" target="_self" onclick>Samsung UHD TV 75″</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/aktion-nintendo-switch-oled" data-linkid="navigation_main8_sub1_entry4 :: Link :: Nintendo Switch OLED" class="navigation__e4-link" title="Nintendo Switch OLED" target="_self" onclick>Nintendo Switch OLED</a></li><li class=" navigation__e4-item"><a href="https://dsl.1und1.de/aktion-delonghi-eletta-explore" data-linkid="navigation_main8_sub1_entry5 :: Link :: DeLonghi Kaffeevollautmomat" class="navigation__e4-link" title="DeLonghi Kaffeevollautmomat" target="_self" onclick>DeLonghi Kaffeevollautmomat</a></li></ul></li><a href title class="promo-teaser bg-gradient-left-down" data-toggle="modal-lite" data-iframe="https://mobile.1und1.de/DetailsAppleWatch?lightbox=true" data-target="#iframeLightbox" data-linkid="navigation_main8 :: PromoTeaser :: Apple Watch Modelle"><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/b25874285211a0efdc93fec592540047571b9077/d-t-m-promo-teaser-img-applewatches.png?bust=3" /><div class="promo-teaser__text"><mark class="mark--white d-inline-block">ALL-NET-FLAT</mark><div class="promo-teaser__text-headline">Apple Watch Modelle</div><div>Jetzt auf Wunsch eine Apple Watch mit der 1&amp;1 All-Net-Flat sichern.</div></div></a><a href="https://dsl.1und1.de/aktion-sony-playstation-5" title target="_self" class="promo-teaser bg-gradient-left-down" data-linkid="navigation_main8 :: PromoTeaser :: Sony PlayStation®5"><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/f2c59d08f22f3065ff7ba1242088bf3a0acc3c4c/d-promo-teaser-img-vorteilswelt-sony-playstation5.png?bust=3" /><div class="promo-teaser__text"><mark class="mark--white d-inline-block">DSL</mark><div class="promo-teaser__text-headline">Sony PlayStation®5</div><div>Jetzt die Sony PlayStation®5 (Slim) zusammen mit 1&amp;1 DSL sichern.</div></div></a><div class="banner no-border"><div class="row"><div class="col-12 banner__image-above mb-1"></div></div><div class="row"><div class="col-12 col-md banner__wrapper"><div class="banner__text-container black vorteilswelt"><div class="banner__text"></div></div></div></div></div> <script type="text/javascript"> { const navElements = document.querySelectorAll(".banner__text-container.vorteilswelt a"); navElements.forEach( (navElement , i) => { navElement.setAttribute("data-linkid", "navigation_main8_bannerbox_pos" + (i - 10) + " :: TextLink :: " + navElement.textContent); }); } </script> </ul></div></li><li class="navigation__e2-item navigation__e2-item--with-items d-none d-md-inline-block"><a role href="#" data-linkid="navigation_main9" class="navigation__e2-link" title="Domain &amp; Website" data-toggle="modal-lite" data-target="#ionos-navi"><span class="navigation__e2-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-icon icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="m6.7 0 43.19 48.24L6.69 96 .01 89.97l37.78-41.76L0 6l6.7-6z"/></svg></svg></span><span class="navigation__e2-text ">Domain & Website</span><span class="navigation__e2-open-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-open-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" ><path class="bcst0" d="m3.8 12-1.3-1.4L7.3 6 2.5 1.4 3.8 0 10 6z"/></svg></svg></span></a><div class="navigation__e3"><ul class="navigation__e3-list"><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://www.ionos.de/?ac=OM.TS.TSo53K427824T7073a" data-linkid="navigation_main9_sub0_entry0_headline" class="navigation__e4-link" title="Domain &amp; Webhosting" target="_blank" onclick>Domain & Webhosting</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/domains/domain-registrieren?ac=OM.TS.TSo53K427824T7073a" data-linkid="navigation_main9_sub0_entry1 :: Link :: Domain kaufen" class="navigation__e4-link" title="Domain kaufen" target="_blank" onclick>Domain kaufen</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/domains/domain-check" data-linkid="navigation_main9_sub0_entry2 :: Link :: Domain Check" class="navigation__e4-link" title="Domain Check" target="_blank" onclick>Domain Check</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/domains/domain-umzug" data-linkid="navigation_main9_sub0_entry3 :: Link :: Domain Umzug" class="navigation__e4-link" title="Domain Umzug" target="_blank" onclick>Domain Umzug</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/sicherheit/ssl-zertifikat" data-linkid="navigation_main9_sub0_entry4 :: Link :: SSL-Zertifikate" class="navigation__e4-link" title="SSL-Zertifikate" target="_blank" onclick>SSL-Zertifikate</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/hosting/webhosting" data-linkid="navigation_main9_sub0_entry5 :: Link :: Webhosting" class="navigation__e4-link" title="Webhosting" target="_blank" onclick>Webhosting</a></li><li class=" navigation__e4-headline"><span class="navigation__e4-link" title="Homepage &amp; Marketing">Homepage & Marketing</span></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/websites/homepage-baukasten" data-linkid="navigation_main9_sub0_entry7 :: Link :: Homepage-Baukasten" class="navigation__e4-link" title="Homepage-Baukasten" target="_blank" onclick>Homepage-Baukasten</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/websites/homepage-erstellen-lassen" data-linkid="navigation_main9_sub0_entry8 :: Link :: Website erstellen lassen" class="navigation__e4-link" title="Website erstellen lassen" target="_blank" onclick>Website erstellen lassen</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/hosting/wordpress-hosting" data-linkid="navigation_main9_sub0_entry9 :: Link :: WordPress Hosting" class="navigation__e4-link" title="WordPress Hosting" target="_blank" onclick>WordPress Hosting</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/eshop-loesungen/onlineshop-erstellen" data-linkid="navigation_main9_sub0_entry10 :: Link :: Online-Shop erstellen" class="navigation__e4-link" title="Online-Shop erstellen" target="_blank" onclick>Online-Shop erstellen</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/eshop-loesungen/woocommerce-hosting" data-linkid="navigation_main9_sub0_entry11 :: Link :: WooCommerce Hosting" class="navigation__e4-link" title="WooCommerce Hosting" target="_blank" onclick>WooCommerce Hosting</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/marketing/rankingcoach" data-linkid="navigation_main9_sub0_entry12 :: Link :: Suchmaschinenoptimierung" class="navigation__e4-link" title="Suchmaschinenoptimierung" target="_blank" onclick>Suchmaschinenoptimierung</a></li></ul></li><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><span class="navigation__e4-link" title="Büro &amp; E-Mail">Büro & E-Mail</span></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/office-loesungen/eigene-email-adresse" data-linkid="navigation_main9_sub1_entry1 :: Link :: Eigene E-Mail-Adresse erstellen" class="navigation__e4-link" title="Eigene E-Mail-Adresse erstellen" target="_blank" onclick>Eigene E-Mail-Adresse erstellen</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/office-loesungen/microsoft-exchange" data-linkid="navigation_main9_sub1_entry2 :: Link :: Hosted Microsoft Exchange" class="navigation__e4-link" title="Hosted Microsoft Exchange" target="_blank" onclick>Hosted Microsoft Exchange</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/office-loesungen/hidrive-cloud-speicher" data-linkid="navigation_main9_sub1_entry3 :: Link :: HiDrive Cloud-Speicher" class="navigation__e4-link" title="HiDrive Cloud-Speicher" target="_blank" onclick>HiDrive Cloud-Speicher</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/office-loesungen/microsoft-office" data-linkid="navigation_main9_sub1_entry4 :: Link :: Microsoft 365 / Office 365" class="navigation__e4-link" title="Microsoft 365 / Office 365" target="_blank" onclick>Microsoft 365 / Office 365</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/office-loesungen/google-workspace" data-linkid="navigation_main9_sub1_entry5 :: Link :: Google Workspace" class="navigation__e4-link" title="Google Workspace" target="_blank" onclick>Google Workspace</a></li><li class=" navigation__e4-headline"><span class="navigation__e4-link" title="Server-Lösungen">Server-Lösungen</span></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/cloud/cloud-server" data-linkid="navigation_main9_sub1_entry7 :: Link :: Cloud Server" class="navigation__e4-link" title="Cloud Server" target="_blank" onclick>Cloud Server</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/server/vps" data-linkid="navigation_main9_sub1_entry8 :: Link :: vServer (VPS)" class="navigation__e4-link" title="vServer (VPS)" target="_blank" onclick>vServer (VPS)</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/server/dedicated-server" data-linkid="navigation_main9_sub1_entry9 :: Link :: Dedicated Server" class="navigation__e4-link" title="Dedicated Server" target="_blank" onclick>Dedicated Server</a></li><li class=" navigation__e4-item"><a href="https://cloud.ionos.de/compute" data-linkid="navigation_main9_sub1_entry10 :: Link :: Compute Engine" class="navigation__e4-link" title="Compute Engine" target="_blank" onclick>Compute Engine</a></li><li class=" navigation__e4-item"><a href="https://cloud.ionos.de/managed/kubernetes" data-linkid="navigation_main9_sub1_entry11 :: Link :: Managed Kubernetes" class="navigation__e4-link" title="Managed Kubernetes" target="_blank" onclick>Managed Kubernetes</a></li></ul></li><div class="banner bg-secondary-100 no-border banner--top"><div class="row"><div class="col-12 banner__image-above mb-1"><img loading="lazy" class=" img-fluid " alt title="Domain &amp; Website" src="/_Resources/Persistent/efd0b038856a9ebfa80e587eb174e4c11813bf09/d-t-m-navigation-ionos-3812-img-ionos-logo.svg?bust=3" /></div></div><div class="row"><div class="col-12 col-md banner__wrapper"><div class="banner__text-container black domain-and-website"><div class="banner__text"><p>Domain, Webseite, Mail- und Hosting-Angebote von unserem Schwesterunternehmen <a rel="noopener external" href="https://www.ionos.de/" target="_blank" data-linkid="navigation_main9_bannerbox_pos-10 :: TextLink :: IONOS">IONOS </a>(früher 1&amp;1 Internet AG).</p></div></div></div></div></div> <script type="text/javascript"> { const navElements = document.querySelectorAll(".banner__text-container.domain-and-website a"); navElements.forEach( (navElement , i) => { navElement.setAttribute("data-linkid", "navigation_main9_bannerbox_pos" + (i - 10) + " :: TextLink :: " + navElement.textContent); }); } </script> </ul></div></li><li class="navigation__e2-item navigation__e2-item--with-items d-block d-md-none"><a role href="https://www.ionos.de/" data-linkid="navigation_main10" class="navigation__e2-link" title="Domain &amp; Website"><span class="navigation__e2-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-icon icon--xsmall"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="m6.7 0 43.19 48.24L6.69 96 .01 89.97l37.78-41.76L0 6l6.7-6z"/></svg></svg></span><span class="navigation__e2-text ">Domain & Website</span><span class="navigation__e2-open-icon-wrapper"><svg viewbox="0 0 100 100" class="icon navigation__e2-open-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" ><path class="bcst0" d="m3.8 12-1.3-1.4L7.3 6 2.5 1.4 3.8 0 10 6z"/></svg></svg></span></a><div class="navigation__e3"><ul class="navigation__e3-list"><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><a href="https://www.ionos.de/?ac=OM.TS.TSo53K427824T7073a" data-linkid="navigation_main10_sub0_entry0_headline" class="navigation__e4-link" title="Domain &amp; Webhosting" target="_blank" onclick>Domain & Webhosting</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/domains/domain-registrieren?ac=OM.TS.TSo53K427824T7073a" data-linkid="navigation_main10_sub0_entry1 :: Link :: Domain kaufen" class="navigation__e4-link" title="Domain kaufen" target="_blank" onclick>Domain kaufen</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/domains/domain-check" data-linkid="navigation_main10_sub0_entry2 :: Link :: Domain Check" class="navigation__e4-link" title="Domain Check" target="_blank" onclick>Domain Check</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/domains/domain-umzug" data-linkid="navigation_main10_sub0_entry3 :: Link :: Domain Umzug" class="navigation__e4-link" title="Domain Umzug" target="_blank" onclick>Domain Umzug</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/sicherheit/ssl-zertifikat" data-linkid="navigation_main10_sub0_entry4 :: Link :: SSL-Zertifikate" class="navigation__e4-link" title="SSL-Zertifikate" target="_blank" onclick>SSL-Zertifikate</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/hosting/webhosting" data-linkid="navigation_main10_sub0_entry5 :: Link :: Webhosting" class="navigation__e4-link" title="Webhosting" target="_blank" onclick>Webhosting</a></li><li class=" navigation__e4-headline"><span class="navigation__e4-link" title="Homepage &amp; Marketing">Homepage & Marketing</span></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/websites/homepage-baukasten" data-linkid="navigation_main10_sub0_entry7 :: Link :: Homepage-Baukasten" class="navigation__e4-link" title="Homepage-Baukasten" target="_blank" onclick>Homepage-Baukasten</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/websites/homepage-erstellen-lassen" data-linkid="navigation_main10_sub0_entry8 :: Link :: Website erstellen lassen" class="navigation__e4-link" title="Website erstellen lassen" target="_blank" onclick>Website erstellen lassen</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/hosting/wordpress-hosting" data-linkid="navigation_main10_sub0_entry9 :: Link :: WordPress Hosting" class="navigation__e4-link" title="WordPress Hosting" target="_blank" onclick>WordPress Hosting</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/eshop-loesungen/onlineshop-erstellen" data-linkid="navigation_main10_sub0_entry10 :: Link :: Online-Shop erstellen" class="navigation__e4-link" title="Online-Shop erstellen" target="_blank" onclick>Online-Shop erstellen</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/eshop-loesungen/woocommerce-hosting" data-linkid="navigation_main10_sub0_entry11 :: Link :: WooCommerce Hosting" class="navigation__e4-link" title="WooCommerce Hosting" target="_blank" onclick>WooCommerce Hosting</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/marketing/rankingcoach" data-linkid="navigation_main10_sub0_entry12 :: Link :: Suchmaschinenoptimierung" class="navigation__e4-link" title="Suchmaschinenoptimierung" target="_blank" onclick>Suchmaschinenoptimierung</a></li></ul></li><li class="navigation__e3-item "><ul class="navigation__e4-list" style="list-style-type:none"><li class=" navigation__e4-headline"><span class="navigation__e4-link" title="Büro &amp; E-Mail">Büro & E-Mail</span></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/office-loesungen/eigene-email-adresse" data-linkid="navigation_main10_sub1_entry1 :: Link :: Eigene E-Mail-Adresse erstellen" class="navigation__e4-link" title="Eigene E-Mail-Adresse erstellen" target="_blank" onclick>Eigene E-Mail-Adresse erstellen</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/office-loesungen/microsoft-exchange" data-linkid="navigation_main10_sub1_entry2 :: Link :: Hosted Microsoft Exchange" class="navigation__e4-link" title="Hosted Microsoft Exchange" target="_blank" onclick>Hosted Microsoft Exchange</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/office-loesungen/hidrive-cloud-speicher" data-linkid="navigation_main10_sub1_entry3 :: Link :: HiDrive Cloud-Speicher" class="navigation__e4-link" title="HiDrive Cloud-Speicher" target="_blank" onclick>HiDrive Cloud-Speicher</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/office-loesungen/microsoft-office" data-linkid="navigation_main10_sub1_entry4 :: Link :: Microsoft 365 / Office 365" class="navigation__e4-link" title="Microsoft 365 / Office 365" target="_blank" onclick>Microsoft 365 / Office 365</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/office-loesungen/google-workspace" data-linkid="navigation_main10_sub1_entry5 :: Link :: Google Workspace" class="navigation__e4-link" title="Google Workspace" target="_blank" onclick>Google Workspace</a></li><li class=" navigation__e4-headline"><span class="navigation__e4-link" title="Server-Lösungen">Server-Lösungen</span></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/cloud/cloud-server" data-linkid="navigation_main10_sub1_entry7 :: Link :: Cloud Server" class="navigation__e4-link" title="Cloud Server" target="_blank" onclick>Cloud Server</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/server/vps" data-linkid="navigation_main10_sub1_entry8 :: Link :: vServer (VPS)" class="navigation__e4-link" title="vServer (VPS)" target="_blank" onclick>vServer (VPS)</a></li><li class=" navigation__e4-item"><a href="https://www.ionos.de/server/dedicated-server" data-linkid="navigation_main10_sub1_entry9 :: Link :: Dedicated Server" class="navigation__e4-link" title="Dedicated Server" target="_blank" onclick>Dedicated Server</a></li><li class=" navigation__e4-item"><a href="https://cloud.ionos.de/compute" data-linkid="navigation_main10_sub1_entry10 :: Link :: Compute Engine" class="navigation__e4-link" title="Compute Engine" target="_blank" onclick>Compute Engine</a></li><li class=" navigation__e4-item"><a href="https://cloud.ionos.de/managed/kubernetes" data-linkid="navigation_main10_sub1_entry11 :: Link :: Managed Kubernetes" class="navigation__e4-link" title="Managed Kubernetes" target="_blank" onclick>Managed Kubernetes</a></li></ul></li><div class="banner bg-secondary-100 no-border banner--top"><div class="row"><div class="col-12 banner__image-above mb-1"><img loading="lazy" class=" img-fluid " alt title="Domain &amp; Website" src="/_Resources/Persistent/efd0b038856a9ebfa80e587eb174e4c11813bf09/d-t-m-navigation-ionos-3812-img-ionos-logo.svg?bust=3" /></div></div><div class="row"><div class="col-12 col-md banner__wrapper"><div class="banner__text-container black domain-and-website"><div class="banner__text"><p>Domain, Webseite, Mail- und Hosting-Angebote von unserem Schwesterunternehmen <a rel="noopener external" href="https://www.ionos.de/" target="_blank" data-linkid="navigation_main9_bannerbox_pos-10 :: TextLink :: IONOS">IONOS </a>(früher 1&amp;1 Internet AG).</p></div></div></div></div></div> <script type="text/javascript"> { const navElements = document.querySelectorAll(".banner__text-container.domain-and-website a"); navElements.forEach( (navElement , i) => { navElement.setAttribute("data-linkid", "navigation_main10_bannerbox_pos" + (i - 10) + " :: TextLink :: " + navElement.textContent); }); } </script> </ul></div></li></ul><div class="navigation__e2-backdrop"></div><div class="navigation__e2-closebutton" aria-label="Zurück zur Übersicht"><svg viewbox="0 0 100 100" class="icon icon navigation__e2-closebutton-icon icon--small"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.89 96" ><path d="M43.19 96 0 47.76 43.21 0l6.67 6.03L12.1 47.79 49.89 90l-6.7 6z"/></svg></svg><span class="navigation__e2-closebutton-text">&nbsp;Zurück zur Übersicht</span></div></div><div class="navigation__buttons"><div id="ionos-navi" class="modal-lite modal-lite-iframe-none modal-lite--center"><div class="modal-lite__content modal-lite-md "><div class="modal-lite__content-header"><span aria-hidden="true" class="modal-lite__close" data-dismiss="modal-lite" aria-label="Close"><svg viewbox="0 0 100 100" class="icon icon--large icon--color-blue"><use xlink:href="#cross"></use></svg></span></div><div class="modal-lite__content-body col-8"><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/64c4f5ac3cd3dc77703bc55295bc9d69393790c0/d-t-m-ionos-overlay-logo-d33898-img-ionos-logo.svg?bust=3" /><div class="text-center" nodeType="ONEANDONE.JNodeTypes:Content.TextItem"><span>Domain, Website, Mail- und Hosting-Angebote von unserem Schwesterunternehmen IONOS (früher 1&1 Internet AG).</span></div><div class="d-flex align-items-center position-relative justify-content-center neos-contentcollection" nodeType="ONEANDONE.JNodeTypes:Content.ButtonContainer"><a class="btn btn-secondary mt-1 " href="https://www.ionos.de/" target="_blank" data-linkid="button_ZumAngebot_40005180" data-linktarget="newpage"><span class="btn__span">Zum Angebot</span></a></div></div><div class="modal-lite__content-footer text-center"><a href="#" class="textlink d-inline-block text-center" aria-hidden="true" data-dismiss="modal-lite" aria-label="Close"><span class="link__text"><span>Abbrechen</span></span></a></div></div></div><button class="btn btn-secondary btn-secondary-dark btn--small navigation__phone " data-linkid="navigation_mainButton3" data-toggle="modal-lite" data-iframe="https://mobile.1und1.de/DetailsKontakt?area=mobile-ssc-private&amp;lightbox=true" data-target="#iframeLightbox"><svg viewbox="0 0 100 100" class="icon "><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 19" ><path d="M.7 12.1c-1.2 1.8-.9 4.3.6 5.8l.7.6c.6.6 1.6.6 2.2 0L7 15.8c.6-.6.6-1.6 0-2.2-.3-.3-1.4-1.5-1.4-2.2 0-.4.2-.8.5-1.1l4.4-4.4c1.1-.7 2.5.5 3.1 1.1.6.6 1.6.6 2.2 0l2.8-2.8c.6-.6.6-1.6 0-2.2l-.7-.6c-1.6-1.5-4-1.8-5.8-.6C7.6 3.7 3.7 7.6.7 12.1z"/></svg></svg></button><button class="btn btn-secondary btn-secondary-dark btn--small navigation__chat " data-linkid="navigation_mainButton5" data-toggle="modal-lite" data-iframe="https://mobile.1und1.de/DetailsKontakt?area=mobile-ssc-private&amp;lightbox=true" data-target="#iframeLightbox"><svg viewbox="0 0 100 100" class="icon "><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 19" ><path d="M17.47 0H1.53A1.5 1.5 0 0 0 0 1.47v11.8a1.49 1.49 0 0 0 1.52 1.47h7.91S15 17.29 16.65 19l-1.12-4.26h1.94A1.5 1.5 0 0 0 19 13.28V1.48A1.5 1.5 0 0 0 17.48 0Z"/></svg></svg></button><a href="#" class="btn btn--small btn-secondary-dark navigation__account btn-secondary" data-linkid="navigation_main_account :: icon :: Login" data-linktarget="notrackpage"><svg viewbox="0 0 100 100" class="icon navigation__account-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 19" ><g data-name="Ebene 2"><g data-name="Gruppe 8638"><g data-name="Regular 391"><path data-name="Oval 572" d="M9.5 9.51a4.76 4.76 0 1 0-4.75-4.76A4.76 4.76 0 0 0 9.5 9.51Z"/><path data-name="Shape 1526" d="M0 19a9.5 9.5 0 0 1 19 0Z"/></g></g></g></svg></svg><span class="navigation__account-text btn__span">Zum Login</span></a><div class="card card--login card--flyout"><div class="card-body"><div class="login-body bg-gray-100"><p class="h4 login-body__title">1&amp;1 Control-Center</p><div class="login-body__button"><a href="https://control-center.1und1.de/" class="btn btn--small btn--full btn-secondary" title="Zum Control-Center-Login"><span class="btn__span">Zum Login</span></a></div><div class="login-body__links"><a href="http://hilfe-center.1und1.de/article/795720">Hilfe zum Login</a><a href="https://control-center.1und1.de/registrierung-starten">Zugang anlegen</a></div></div><div class="login-body bg-gray-100"><p class="h4 login-body__title">1&amp;1 Cloud-Speicher</p><div class="login-body__button"><a href="https://kunden.1und1.de/login/cloud/" class="btn btn--small btn--full btn-secondary-light" title="Zum Online-Speicher-Login"><span class="btn__span">Zum Login</span></a></div></div></div></div> <button class="btn btn-secondary navigation__menubutton" aria-label="Navigation"> <span class="navigation__menubutton-icon"> <span></span> <span></span> <span></span> <span></span> </span> <span class="navigation__menubutton-text">Menü</span> </button> </div></div></div></nav><div class="quick-link-container d-none"><div class="container"><div class="quick-link-container__breadcrumb"><nav aria-label="breadcrumb"><span class="breadcrumb__location">Sie sind hier</span><ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb"><li class="breadcrumb__item" itemscope itemprop="itemListElement" itemtype="http://schema.org/ListItem"><a class="breadcrumb__link" itemprop="item" href="https://www.1und1.de/"><span itemprop="name">1&1</span></a><svg viewbox="0 0 100 100" class="icon icon breadcrumb__icon"><use xlink:href="#arrow"></use></svg><meta itemprop="position" content="1" /></li><li class="breadcrumb__item" itemscope itemprop="itemListElement" itemtype="http://schema.org/ListItem"><a class="breadcrumb__link" itemprop="item" href="https://mobile.1und1.de/smartphones"><span itemprop="name">Smartphones</span></a><svg viewbox="0 0 100 100" class="icon icon breadcrumb__icon"><use xlink:href="#arrow"></use></svg><meta itemprop="position" content="2" /></li><li class="breadcrumb__item" itemscope itemprop="itemListElement" itemtype="http://schema.org/ListItem"><a class="breadcrumb__link" itemprop="item" href="https://mobile.1und1.de/iphone-15"><span itemprop="name">iPhone 15</span></a><meta itemprop="position" content="3" /></li></ol><div class="container footer__breadcrumb d-block" style="display: none;"><nav class="col" aria-label="breadcrumb"><span class="breadcrumb__location">Sie sind hier</span><ol class="breadcrumb"><li class="breadcrumb__item"><a class="breadcrumb__link" href="https://www.1und1.de/"><span>1&1</span></a><svg viewbox="0 0 100 100" class="icon icon breadcrumb__icon"><use xlink:href="#arrow"></use></svg><meta itemprop="position" content="1" /></li><li class="breadcrumb__item"><a class="breadcrumb__link" href="https://mobile.1und1.de/smartphones"><span>Smartphones</span></a><svg viewbox="0 0 100 100" class="icon icon breadcrumb__icon"><use xlink:href="#arrow"></use></svg><meta itemprop="position" content="2" /></li><li class="breadcrumb__item"><a class="breadcrumb__link" href="https://mobile.1und1.de/iphone-15"><span>iPhone 15</span></a><meta itemprop="position" content="3" /></li></ol></nav></div></nav></div></div></div></header> <main class="mt-0 mb-0 neos-contentcollection"> <!--A gallery image must be set only if it is set for all colors.--> <div class="container hwd-configurator hwd-configuration-section" data-microfrontend="product-details-mf" id="hwd-configuration-section"> <div class="row"> <div class="col"> <div class="section-headline container"> <div class="section-headline__content"> <div class="row"> <div class="section-headline__text-container col-12"> <div class="section-headline__preline hw-apple-iphone-15"> <mark class="mark--secondary">PREISSTURZ <span tabindex="0" role="button" data-bs-toggle="popover" data-bs-placement="right"> <svg viewBox="0 0 100 100" class="icon icon--xsmall font--black"> <use xlink:href="#info-round-outline"></use> </svg> </span> <div class="popover-title" data-popover-title="">PREISSTURZ <span class="popover__close"><svg viewBox="0 0 100 100" class="icon icon--small"><use xlink:href="#cross"/></svg></span> </div> <div class="popover-content" data-popover-content> <p>Holen Sie sich das Premium-Smartphone mit 1&1 All-Net-Flat XS und sparen Sie bis zu 72 €. </p> </div> </mark> </div> <h1 class="section-headline__headline"> Das iPhone 15 </h1> <span class="section-headline__subline"> <p>Günstig telefonieren und unbegrenzt surfen&period;</p> </span> </div> </div> </div> </div> </div> </div> <div class="row justify-content-center row-gap-2"> <div class="col d-flex flex-column row-gap-1 align-items-center col-12 col-md-6 col-lg-5" data-hardware-update="hw-apple-iphone-15"> <div class="image-gallery"> <div class="image-gallery__main-image" data-image=""> <img loading="lazy" src="/_catalog/images/bc20c829a4bf30b07d7c47770921b1a0-apple-iphone-15-pink-duo.png" alt="iPhone 15" title="iPhone 15" data-view="frontback"/> </div> <div class="image-gallery__tiles"> <div class="image-gallery__tile image-gallery__tile--selected" data-index="0" data-image=""> <img loading="lazy" data-view="frontback" src="/_catalog/images/bad8ada5f4dac6396e2a224a9d471961-apple-iphone-15-black-duo.png" alt=""> </div> <div class="image-gallery__tile " data-index="1" data-image=""> <img loading="lazy" data-view="left" src="/_catalog/images/64e8265a8edd0e890f7be2873911dedb-img-iphone-15plus-black-links.png" alt=""> </div> <div class="image-gallery__tile " data-index="2" data-image=""> <img loading="lazy" data-view="backpreview" src="/_catalog/images/2a57c44c45b618783ebb942b38afb78f-apple-iphone-15-black-back.png" alt=""> </div> <div class="image-gallery__tile " data-index="3" data-image=""> <img loading="lazy" data-view="right" src="/_catalog/images/78beae692d792ab96b03efc262809fd4-img-apple-iphone-15plus-black-back-re.png" alt=""> </div> </div> </div> <div hidden> <meta property="og:image" content="/_catalog/images/0cc1a7370b5954a3ab6ffe4a3e43168b-apple-iphone-15-black-front.png"/> </div> <div class="hwd-configurator__price-wrapper "> <!-- badge --> <div class="price-box price-box--round-medium-plus bg-primary"> <div class="price-box__content"> <div class="price-box__title "> Einmalig </div> <div class="price price--secondary"> <div class="price__main"> <span id="badge-price-main" class="price__digits">0<span class="price__comma">,</span></span> </div> <div class="price__after"> <div class="price__after-top"> <span id="badge-price-price-decimal" class="price__decimals price__decimals--dash">&ndash;</span> </div> <span class="price__unit">€* </span> </div> </div> </div> </div> <div class="hwd-monthly-price"> <div class="hwd-monthly-price__content text-center"> <div> <div class="price price--m price--secondary"> <div class="price__main"> <span class="price__digits"><span id="hw-apple-iphone-15--price__digits">34</span> <span class="price__comma">,</span></span> </div> <div class="price__after"> <div class="price__after-top"> <span id="hw-apple-iphone-15--price__decimals" class="price__decimals ">99</span> <span class="price__asterisk"> <div class="asterisk-text"> <span></span> <span id="hwd-tariff-details-link-price-component" tabindex="0" role="button" data-toggle="modal-lite" data-target="#iframeLightbox" data-iframe="/details-all-net-flat-preisliste?chosenTariff=tariff-anf-1gb-a21s-mvl&chosenNet=1u1&chosenDevice=hw-apple-iphone-15&color=PASTELL_SCHWARZ&size=128&lightbox=true&bk=false" title=""> <svg viewBox="0 0 100 100" class="icon"><use xlink:href="#asterisk"></use></svg> </span> </div> </span> </div> <span class="price__unit">€/Monat</span> </div> </div> <div class="hwd-monthly-price__subtext mb-1"> <div> <span id="hw-apple-iphone-15--permanent__price" class="d-none"> dauerhaft </span> <span id="hw-apple-iphone-15--dynamic__price" class=""> 1.-3. Monat,<br> danach dauerhaft <span id="hw-apple-iphone-15--price__later">44.99</span>&nbsp;€/Monat <br> </span> </div> mit 1&1 All-Net-Flat XS </div> </div> </div> </div> </div> <script> document.addEventListener('updateTariffTable', event => { const product = event.detail.product; let baseId = 'product-' + product.color + '-' + product.size; let catalogPriceId = baseId; if (event.detail.bundles && event.detail.bundles.length > 0) { let bundle = event.detail.bundles[0]; let catalogBundleDetails = 'bundle-' + bundle.id + '-' + bundle.color; catalogPriceId = baseId + '-' + catalogBundleDetails; } const finalPrice = hwdVariantsPrices[catalogPriceId]; const permanentPriceContainer = document.getElementById('hw-apple-iphone-15--permanent__price'); const dynamicPriceContainer = document.getElementById('hw-apple-iphone-15--dynamic__price'); if (finalPrice) { const hasSinglePrice = finalPrice.length === 1; permanentPriceContainer.classList.toggle('d-none', !hasSinglePrice); dynamicPriceContainer.classList.toggle('d-none', hasSinglePrice); document.getElementById('hw-apple-iphone-15--price__digits').innerText = String(Math.floor(finalPrice[0] / 100)); let priceDecimalsElement = document.getElementById('hw-apple-iphone-15--price__decimals'); let priceDecimals = finalPrice[0] % 100; if (priceDecimals === 0) { priceDecimalsElement.innerText = '–'; if (!priceDecimalsElement.classList.contains('price__decimals--dash')) { priceDecimalsElement.classList.add('price__decimals--dash'); } } else { priceDecimalsElement.innerText = zeroPad(finalPrice[0] % 100); priceDecimalsElement.classList.remove('price__decimals--dash') } if (!hasSinglePrice) { for (let i = 1; i <= finalPrice.length - 2; i++) { let regularPriceDecimalsText = (finalPrice[i] % 100) === 0 ? '–' : zeroPad(finalPrice[i] % 100); document.getElementById('hw-apple-iphone-15--price__range-' + i).innerText = Math.floor(finalPrice[i] / 100) + ',' + regularPriceDecimalsText; } let regularPriceDecimalsText = (finalPrice[finalPrice.length - 1] % 100) === 0 ? '–' : zeroPad(finalPrice[finalPrice.length - 1] % 100); let regularPriceText = Math.floor(finalPrice[finalPrice.length - 1] / 100) + ',' + regularPriceDecimalsText; document.getElementById('hw-apple-iphone-15--price__later').innerText = regularPriceText !== null ? regularPriceText : ''; } updateDspValues(product.depositValue); } }); function updateDspValues(depositValue) { if (depositValue) { console.log('depositValue', depositValue); const depositValueDigits = depositValue.split(',')[0]; const depositValueDecimals = depositValue.split(',').length > 1 ? depositValue.split(',')[1] : '–'; const depositDecimalsElement = document.getElementById('badge-price-price-decimal'); document.getElementById('badge-price-main').innerHTML = (depositValue.includes(',') ? depositValue.replace(',', '.') : depositValueDigits) + '<span class="price__comma">,</span>'; depositDecimalsElement.innerText = depositValue.includes(',') ? '-' : depositValueDecimals; //update preline const depositValueText = (depositValue.includes(',') ? depositValue.replace(',', '') : depositValueDigits) + ',–'; document.getElementById('deposit-preline').innerText = depositValueText; if (depositValueDecimals === '–' && !depositDecimalsElement.classList.contains('price__decimals--dash')) { depositDecimalsElement.classList.add('price-decimal'); } if (depositValueDecimals !== '–' && depositDecimalsElement.classList.contains('price__decimals--dash')) { depositDecimalsElement.classList.remove('price-decimal'); } } } /* Padding zero to the number to ensure it always has two digits 9 -> 09 99 -> 99 -9 -> -09 -99 -> -99 */ function zeroPad(num) { let str = '0' + Math.abs(num); return num < 0 ? '-' + str.substr(str.length - 2) : str.substr(str.length - 2); } function setHwdPrices() { hwdVariantsPrices = { 'product-PASTELL_SCHWARZ-128': [ 3499, 4499, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 5599, 6599, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 5699, 6699, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 5599, 6599, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 5599, 6599, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 5699, 6699, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 5699, 6699, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 4699, 5699, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 4699, 5699, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 4899, 5899, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 4899, 5899, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 4899, 5899, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 4699, 5699, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-e6083d644214-MANDEL_ALPINE_LOOP_MEDIUM': [ 7299, 8299, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-e6083d644214-BLUE_TRAIL_LOOP_M_L': [ 7299, 8299, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-e6083d644214-OCEAN_BAND_BLUE': [ 7299, 8299, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-e6083e8b4464-OCEAN_BAND_BLACK': [ 7299, 8299, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-e6083e8b4464-ALPIN_LOOP_DARK_GREEN': [ 7299, 8299, ], 'product-PASTELL_SCHWARZ-128-bundle-hw-apple-iphone-15-e6083e8b4464-TRAIL_LOOP_BLACK': [ 7299, 8299, ], 'product-PASTELL_ROSE-128': [ 3499, 4499, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 5599, 6599, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 5699, 6699, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 5599, 6599, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 5599, 6599, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 5699, 6699, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 5699, 6699, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 4699, 5699, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 4699, 5699, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 4899, 5899, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 4899, 5899, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 4899, 5899, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 4699, 5699, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-e6083d644214-MANDEL_ALPINE_LOOP_MEDIUM': [ 7299, 8299, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-e6083d644214-BLUE_TRAIL_LOOP_M_L': [ 7299, 8299, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-e6083d644214-OCEAN_BAND_BLUE': [ 7299, 8299, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-e6083e8b4464-OCEAN_BAND_BLACK': [ 7299, 8299, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-e6083e8b4464-ALPIN_LOOP_DARK_GREEN': [ 7299, 8299, ], 'product-PASTELL_ROSE-128-bundle-hw-apple-iphone-15-e6083e8b4464-TRAIL_LOOP_BLACK': [ 7299, 8299, ], 'product-PASTELL_GRUEN-128': [ 3499, 4499, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 5599, 6599, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 5699, 6699, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 5599, 6599, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 5599, 6599, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 5699, 6699, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 5699, 6699, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 4699, 5699, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 4699, 5699, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 4899, 5899, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 4899, 5899, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 4899, 5899, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 4699, 5699, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-e6083d644214-MANDEL_ALPINE_LOOP_MEDIUM': [ 7299, 8299, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-e6083d644214-BLUE_TRAIL_LOOP_M_L': [ 7299, 8299, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-e6083d644214-OCEAN_BAND_BLUE': [ 7299, 8299, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-e6083e8b4464-OCEAN_BAND_BLACK': [ 7299, 8299, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-e6083e8b4464-ALPIN_LOOP_DARK_GREEN': [ 7299, 8299, ], 'product-PASTELL_GRUEN-128-bundle-hw-apple-iphone-15-e6083e8b4464-TRAIL_LOOP_BLACK': [ 7299, 8299, ], 'product-PASTELL_BLAU-128': [ 3499, 4499, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 5599, 6599, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 5699, 6699, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 5599, 6599, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 5599, 6599, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 5699, 6699, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 5699, 6699, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 4699, 5699, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 4699, 5699, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 4899, 5899, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 4899, 5899, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 4899, 5899, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 4699, 5699, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-e6083d644214-MANDEL_ALPINE_LOOP_MEDIUM': [ 7299, 8299, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-e6083d644214-BLUE_TRAIL_LOOP_M_L': [ 7299, 8299, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-e6083d644214-OCEAN_BAND_BLUE': [ 7299, 8299, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-e6083e8b4464-OCEAN_BAND_BLACK': [ 7299, 8299, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-e6083e8b4464-ALPIN_LOOP_DARK_GREEN': [ 7299, 8299, ], 'product-PASTELL_BLAU-128-bundle-hw-apple-iphone-15-e6083e8b4464-TRAIL_LOOP_BLACK': [ 7299, 8299, ], 'product-PASTELL_SCHWARZ-256': [ 3999, 4999, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 6099, 7099, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 6199, 7199, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 6099, 7099, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 6099, 7099, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 6199, 7199, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 6199, 7199, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 5199, 6199, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 5199, 6199, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 5399, 6399, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 5399, 6399, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 5399, 6399, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 5199, 6199, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-e6083d644214-MANDEL_ALPINE_LOOP_MEDIUM': [ 7799, 8799, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-e6083d644214-BLUE_TRAIL_LOOP_M_L': [ 7799, 8799, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-e6083d644214-OCEAN_BAND_BLUE': [ 7799, 8799, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-e6083e8b4464-OCEAN_BAND_BLACK': [ 7799, 8799, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-e6083e8b4464-ALPIN_LOOP_DARK_GREEN': [ 7799, 8799, ], 'product-PASTELL_SCHWARZ-256-bundle-hw-apple-iphone-15-e6083e8b4464-TRAIL_LOOP_BLACK': [ 7799, 8799, ], 'product-PASTELL_ROSE-256': [ 3999, 4999, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 6099, 7099, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 6199, 7199, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 6099, 7099, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 6099, 7099, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 6199, 7199, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 6199, 7199, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 5199, 6199, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 5199, 6199, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 5399, 6399, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 5399, 6399, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 5399, 6399, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 5199, 6199, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-e6083d644214-MANDEL_ALPINE_LOOP_MEDIUM': [ 7799, 8799, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-e6083d644214-BLUE_TRAIL_LOOP_M_L': [ 7799, 8799, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-e6083d644214-OCEAN_BAND_BLUE': [ 7799, 8799, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-e6083e8b4464-OCEAN_BAND_BLACK': [ 7799, 8799, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-e6083e8b4464-ALPIN_LOOP_DARK_GREEN': [ 7799, 8799, ], 'product-PASTELL_ROSE-256-bundle-hw-apple-iphone-15-e6083e8b4464-TRAIL_LOOP_BLACK': [ 7799, 8799, ], 'product-PASTELL_GRUEN-256': [ 3999, 4999, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 6099, 7099, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 6199, 7199, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 6099, 7099, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 6099, 7099, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 6199, 7199, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 6199, 7199, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 5199, 6199, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 5199, 6199, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 5399, 6399, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 5399, 6399, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 5399, 6399, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 5199, 6199, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-e6083d644214-MANDEL_ALPINE_LOOP_MEDIUM': [ 7799, 8799, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-e6083d644214-BLUE_TRAIL_LOOP_M_L': [ 7799, 8799, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-e6083d644214-OCEAN_BAND_BLUE': [ 7799, 8799, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-e6083e8b4464-OCEAN_BAND_BLACK': [ 7799, 8799, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-e6083e8b4464-ALPIN_LOOP_DARK_GREEN': [ 7799, 8799, ], 'product-PASTELL_GRUEN-256-bundle-hw-apple-iphone-15-e6083e8b4464-TRAIL_LOOP_BLACK': [ 7799, 8799, ], 'product-PASTELL_BLAU-256': [ 3999, 4999, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 6099, 7099, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 6199, 7199, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 6099, 7099, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 6099, 7099, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 6199, 7199, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 6199, 7199, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 5199, 6199, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 5199, 6199, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 5399, 6399, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 5399, 6399, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 5399, 6399, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 5199, 6199, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-e6083d644214-MANDEL_ALPINE_LOOP_MEDIUM': [ 7799, 8799, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-e6083d644214-BLUE_TRAIL_LOOP_M_L': [ 7799, 8799, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-e6083d644214-OCEAN_BAND_BLUE': [ 7799, 8799, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-e6083e8b4464-OCEAN_BAND_BLACK': [ 7799, 8799, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-e6083e8b4464-ALPIN_LOOP_DARK_GREEN': [ 7799, 8799, ], 'product-PASTELL_BLAU-256-bundle-hw-apple-iphone-15-e6083e8b4464-TRAIL_LOOP_BLACK': [ 7799, 8799, ], 'product-PASTELL_GELB-128': [ 3499, 4499, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 5599, 6599, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 5699, 6699, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 5599, 6599, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 5599, 6599, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 5699, 6699, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 5699, 6699, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 4699, 5699, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 4699, 5699, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 4899, 5899, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 4899, 5899, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 4899, 5899, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 4699, 5699, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-e6083d644214-MANDEL_ALPINE_LOOP_MEDIUM': [ 7299, 8299, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-e6083d644214-BLUE_TRAIL_LOOP_M_L': [ 7299, 8299, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-e6083d644214-OCEAN_BAND_BLUE': [ 7299, 8299, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-e6083e8b4464-OCEAN_BAND_BLACK': [ 7299, 8299, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-e6083e8b4464-ALPIN_LOOP_DARK_GREEN': [ 7299, 8299, ], 'product-PASTELL_GELB-128-bundle-hw-apple-iphone-15-e6083e8b4464-TRAIL_LOOP_BLACK': [ 7299, 8299, ], 'product-PASTELL_GELB-256': [ 3999, 4999, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 6099, 7099, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 6199, 7199, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 6099, 7099, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_SILVER': [ 6099, 7099, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_DIAMANTBLACK': [ 6199, 7199, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91082844e25-ALUMINIUM_ROSEGOLD': [ 6199, 7199, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 5199, 6199, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 5199, 6199, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91daa9f32c4-POLARSTERN': [ 5399, 6399, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 5399, 6399, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91daa9f32c4-SILVER': [ 5399, 6399, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-d91daa9f32c4-MITTERNACHT': [ 5199, 6199, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-e6083d644214-MANDEL_ALPINE_LOOP_MEDIUM': [ 7799, 8799, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-e6083d644214-BLUE_TRAIL_LOOP_M_L': [ 7799, 8799, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-e6083d644214-OCEAN_BAND_BLUE': [ 7799, 8799, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-e6083e8b4464-OCEAN_BAND_BLACK': [ 7799, 8799, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-e6083e8b4464-ALPIN_LOOP_DARK_GREEN': [ 7799, 8799, ], 'product-PASTELL_GELB-256-bundle-hw-apple-iphone-15-e6083e8b4464-TRAIL_LOOP_BLACK': [ 7799, 8799, ], }; } setHwdPrices(); </script> </div> <div class="col hwd-configurator__configurations d-flex flex-column row-gap-1 col-12 col-md-6 col-lg-4 "> <div data-hardware-select="hw-apple-iphone-15" data-hardware-update="hw-apple-iphone-15"> <div class="content-box"> <div class="content-box__headline">Welche Farbe gefällt Ihnen?</div> <div class="color-chooser color-chooser--big-tiles"> <div class="color-chooser__label"> Farbe: <span class="color-chooser__name-display">Schwarz</span> </div> <div class="color-chooser__content"> <label class="color-chooser__tile"> <input type="radio" onclick="onVariantPropertyChange('hw-apple-iphone-15', 'color', 'PASTELL_SCHWARZ')" name="hw-apple-iphone-15.color" value="PASTELL_SCHWARZ" data-color="PASTELL_SCHWARZ" data-display-name="Schwarz" data-lavender-front="/_catalog/images/bad8ada5f4dac6396e2a224a9d471961-apple-iphone-15-black-duo.png" data-lavender-back="/_catalog/images/2a57c44c45b618783ebb942b38afb78f-apple-iphone-15-black-back~235x470.png" data-lavender-frontback="/_catalog/images/bad8ada5f4dac6396e2a224a9d471961-apple-iphone-15-black-duo.png" data-lavender-right="/_catalog/images/78beae692d792ab96b03efc262809fd4-img-apple-iphone-15plus-black-back-re.png" data-lavender-left="/_catalog/images/64e8265a8edd0e890f7be2873911dedb-img-iphone-15plus-black-links.png" data-lavender-side="/_catalog/images/" data-lavender-backpreview="/_catalog/images/2a57c44c45b618783ebb942b38afb78f-apple-iphone-15-black-back.png" checked="checked"> <span class="color-chooser__display pastell_schwarz"></span> <span class="color-chooser__name" data-color-display-name="Schwarz">Schwarz</span> </label> <label class="color-chooser__tile"> <input type="radio" onclick="onVariantPropertyChange('hw-apple-iphone-15', 'color', 'PASTELL_GELB')" name="hw-apple-iphone-15.color" value="PASTELL_GELB" data-color="PASTELL_GELB" data-display-name="Gelb" data-lavender-front="/_catalog/images/f2fc45ba480898fba488ef1538872bd1-apple-iphone-15-yellow-duo.png" data-lavender-back="/_catalog/images/44058a65b8b4979dfbd95381fbd41be8-apple-iphone-15-yellow-back~235x470.png" data-lavender-frontback="/_catalog/images/f2fc45ba480898fba488ef1538872bd1-apple-iphone-15-yellow-duo.png" data-lavender-right="/_catalog/images/6eecf1e7017af35b27be76a1eab0cf43-img-apple-iphone-15-yellow-back-re.png" data-lavender-left="/_catalog/images/09bb144055655d60df27f18445505c81-img-iphone-15-yellow-links.png" data-lavender-side="/_catalog/images/" data-lavender-backpreview="/_catalog/images/44058a65b8b4979dfbd95381fbd41be8-apple-iphone-15-yellow-back.png" > <span class="color-chooser__display pastell_gelb"></span> <span class="color-chooser__name" data-color-display-name="Gelb">Gelb</span> </label> <label class="color-chooser__tile"> <input type="radio" onclick="onVariantPropertyChange('hw-apple-iphone-15', 'color', 'PASTELL_BLAU')" name="hw-apple-iphone-15.color" value="PASTELL_BLAU" data-color="PASTELL_BLAU" data-display-name="Blau" data-lavender-front="/_catalog/images/24f6a76ef55eb78021320f0f6f8168ae-apple-iphone-15-blue-duo.png" data-lavender-back="/_catalog/images/849fc9eaf84c6b6cea4a3462c9bfcaa4-apple-iphone-15-blue-back~235x470.png" data-lavender-frontback="/_catalog/images/24f6a76ef55eb78021320f0f6f8168ae-apple-iphone-15-blue-duo.png" data-lavender-right="/_catalog/images/86c505da37451ccb29044c613c26016c-img-apple-iphone-15-blue-back-re.png" data-lavender-left="/_catalog/images/c46e1f25565db75ef15b566e6e8b3fba-img-iphone-15-blue-links.png" data-lavender-side="/_catalog/images/" data-lavender-backpreview="/_catalog/images/849fc9eaf84c6b6cea4a3462c9bfcaa4-apple-iphone-15-blue-back.png" > <span class="color-chooser__display pastell_blau"></span> <span class="color-chooser__name" data-color-display-name="Blau">Blau</span> </label> <label class="color-chooser__tile"> <input type="radio" onclick="onVariantPropertyChange('hw-apple-iphone-15', 'color', 'PASTELL_GRUEN')" name="hw-apple-iphone-15.color" value="PASTELL_GRUEN" data-color="PASTELL_GRUEN" data-display-name="Grün" data-lavender-front="/_catalog/images/f3b8b49abee937b8fbd212b874daa051-apple-iphone-15-green-duo.png" data-lavender-back="/_catalog/images/dd7c931aa7d295ca2beae4122eba039d-apple-iphone-15-green-back~235x470.png" data-lavender-frontback="/_catalog/images/f3b8b49abee937b8fbd212b874daa051-apple-iphone-15-green-duo.png" data-lavender-right="/_catalog/images/5a479df85cede0c506943d13df46f9a9-img-apple-iphone-15-green-back-re.png" data-lavender-left="/_catalog/images/2b9a19e590269c97f805d931e2edecba-img-iphone-15-green-links.png" data-lavender-side="/_catalog/images/" data-lavender-backpreview="/_catalog/images/dd7c931aa7d295ca2beae4122eba039d-apple-iphone-15-green-back.png" > <span class="color-chooser__display pastell_gruen"></span> <span class="color-chooser__name" data-color-display-name="Grün">Grün</span> </label> <label class="color-chooser__tile"> <input type="radio" onclick="onVariantPropertyChange('hw-apple-iphone-15', 'color', 'PASTELL_ROSE')" name="hw-apple-iphone-15.color" value="PASTELL_ROSE" data-color="PASTELL_ROSE" data-display-name="Rosé" data-lavender-front="/_catalog/images/bc20c829a4bf30b07d7c47770921b1a0-apple-iphone-15-pink-duo.png" data-lavender-back="/_catalog/images/ae644994059e17bcb3630062e025da5b-apple-iphone-15-pink-back~235x470.png" data-lavender-frontback="/_catalog/images/bc20c829a4bf30b07d7c47770921b1a0-apple-iphone-15-pink-duo.png" data-lavender-right="/_catalog/images/919b5553bb7d835a3a59f8af0220f44b-img-apple-iphone-15-pink-back-re.png" data-lavender-left="/_catalog/images/94f207aebfb0afa34bb23c1bd615154a-img-iphone-15-pink-links.png" data-lavender-side="/_catalog/images/" data-lavender-backpreview="/_catalog/images/ae644994059e17bcb3630062e025da5b-apple-iphone-15-pink-back.png" > <span class="color-chooser__display pastell_rose"></span> <span class="color-chooser__name" data-color-display-name="Rosé">Rosé</span> </label> </div> </div> </div> <div class="content-box"> <div class="content-box__headline"> Wie viel Speicher benötigen Sie? </div> <div class="variant-chooser"> <div class="variant-chooser__content"> <label class="variant-chooser__tile variant-chooser__tile--big"> <input type="radio" onclick="onVariantPropertyChange('hw-apple-iphone-15', 'size', '128', '')" name="hw-apple-iphone-15.storage" data-storage="128" value="128" data-deposit-value="" checked="checked"> <span class="variant-chooser__display">128 GB</span> </label> <label class="variant-chooser__tile variant-chooser__tile--big"> <input type="radio" onclick="onVariantPropertyChange('hw-apple-iphone-15', 'size', '256', '')" name="hw-apple-iphone-15.storage" data-storage="256" value="256" data-deposit-value="" > <span class="variant-chooser__display">256 GB</span> </label> </div> </div> <div class="availability availability--box d-none" data-variantid="hw-apple-iphone-15.PASTELL_GELB.256"> <svg viewBox="0 0 100 100" class="icon icon--large"> <use xlink:href="#lieferauto"></use> </svg> <span>Sofort lieferbar</span> </div> <div class="availability availability--box d-none" data-variantid="hw-apple-iphone-15.PASTELL_GELB.128"> <svg viewBox="0 0 100 100" class="icon icon--large"> <use xlink:href="#lieferauto"></use> </svg> <span>Sofort lieferbar</span> </div> <div class="availability availability--box d-none" data-variantid="hw-apple-iphone-15.PASTELL_BLAU.256"> <svg viewBox="0 0 100 100" class="icon icon--large"> <use xlink:href="#lieferauto"></use> </svg> <span>Sofort lieferbar</span> </div> <div class="availability availability--box d-none" data-variantid="hw-apple-iphone-15.PASTELL_BLAU.128"> <svg viewBox="0 0 100 100" class="icon icon--large"> <use xlink:href="#lieferauto"></use> </svg> <span>Sofort lieferbar</span> </div> <div class="availability availability--box d-none" data-variantid="hw-apple-iphone-15.PASTELL_GRUEN.256"> <svg viewBox="0 0 100 100" class="icon icon--large"> <use xlink:href="#lieferauto"></use> </svg> <span>Sofort lieferbar</span> </div> <div class="availability availability--box d-none" data-variantid="hw-apple-iphone-15.PASTELL_GRUEN.128"> <svg viewBox="0 0 100 100" class="icon icon--large"> <use xlink:href="#lieferauto"></use> </svg> <span>Sofort lieferbar</span> </div> <div class="availability availability--box d-none" data-variantid="hw-apple-iphone-15.PASTELL_SCHWARZ.256"> <svg viewBox="0 0 100 100" class="icon icon--large"> <use xlink:href="#lieferauto"></use> </svg> <span>Sofort lieferbar</span> </div> <div class="availability availability--box " data-variantid="hw-apple-iphone-15.PASTELL_SCHWARZ.128"> <svg viewBox="0 0 100 100" class="icon icon--large"> <use xlink:href="#lieferauto"></use> </svg> <span>Sofort lieferbar</span> </div> <div class="availability availability--box d-none" data-variantid="hw-apple-iphone-15.PASTELL_ROSE.256"> <svg viewBox="0 0 100 100" class="icon icon--large"> <use xlink:href="#lieferauto"></use> </svg> <span>Sofort lieferbar</span> </div> <div class="availability availability--box d-none" data-variantid="hw-apple-iphone-15.PASTELL_ROSE.128"> <svg viewBox="0 0 100 100" class="icon icon--large"> <use xlink:href="#lieferauto"></use> </svg> <span>Sofort lieferbar</span> </div> </div> </div> <div class="content-box"> <div class="content-box__headline">Aktion</div> <ul class="benefits benefits--check benefits--check-secondary benefits--with-image font-color--secondary"> <li data-hardware-select="hw-apple-iphone-15-goodie" data-hardware-update="hw-apple-iphone-15-goodie"> <svg viewBox="0 0 100 100" class="icon"> <use xlink:href="#check"/> </svg> <span class="benefits__text benefits__text--image"> <strong> <mark>INKLUSIVE</mark> 3 Monate Apple Music </strong> <span data-toggle="modal-lite" data-target="#iframeLightbox" data-iframe="/DetailsAppleMusic?lightbox=true"> <svg viewbox="0 0 100 100" class="icon icon--xsmall"> <use xlink:href="#info-round-outline"></use> </svg> </span> </span> </li> </ul> </div> <add-to-cart-button data-linkid="" classlist="btn btn--full hwd-add-to-cart-button-price-component" title="Auswählen" targetpage="/flow/mobile/variant/tariffQuery?startPageFlowId=variant-sschw-watch-apple&amp;optionalPrecedingDocuments=//mobile.1und1.de/iphone-15&amp;tariffChangeUrl=//mobile.1und1.de/iphone-15" config="[{&quot;type&quot;:&quot;shopScope&quot;,&quot;name&quot;:&quot;mobile-nk&quot;},{&quot;type&quot;:&quot;bundle&quot;,&quot;name&quot;:&quot;bundle-anf-1gb-a21s-mvl-oos-hw&quot;},{&quot;type&quot;:&quot;article&quot;,&quot;name&quot;:&quot;hw-apple-iphone-15&quot;,&quot;articleProperties&quot;:{&quot;colour&quot;:&quot;PASTELL_SCHWARZ&quot;,&quot;memory&quot;:&quot;128&quot;}}]" istextlink="" > Auswählen </add-to-cart-button> </div> </div> </div> <script> window.availabilities = window.availabilities || {}; window.currentHardwareOfferDuration = ''; window.productId = 'hw-apple-iphone-15'; window.availabilities[window.productId] = { 'PASTELL_GELB': { '256': { inStock: true }, '128': { inStock: true }, }, 'PASTELL_BLAU': { '256': { inStock: true }, '128': { inStock: true }, }, 'PASTELL_GRUEN': { '256': { inStock: true }, '128': { inStock: true }, }, 'PASTELL_SCHWARZ': { '256': { inStock: true }, '128': { inStock: true }, }, 'PASTELL_ROSE': { '256': { inStock: true }, '128': { inStock: true }, }, }; window.depositValues = window.depositValues || {}; window.depositValues[window.productId] = { '128': '', '256': '', }; window.currentProductVariants = window.currentProductVariants || {}; window.currentProductVariants[window.productId] = { 'id': window.productId, 'color': 'PASTELL_SCHWARZ', 'size': '128', 'depositValue': '' }; triggerUpdateTariffTableEvent(); function triggerUpdateTariffTableEvent() { const salescountdownId = window.currentProductVariants[productId]['salescountdownId']; const campaignBundleId = window.currentProductVariants[productId]['campaignBundleId']; const bundleProductVariantId = window.bundleProductVariantId; document.dispatchEvent(new CustomEvent('updateTariffTable', { detail: { 'product': window.currentProductVariants[productId], 'bundles': (campaignBundleId ? [window.currentProductVariants[campaignBundleId]] : null), 'salecountdown': (salescountdownId ? window.currentProductVariants[salescountdownId] : null), 'bundleProductVariantId': bundleProductVariantId } })); } function onVariantPropertyChange(productId, propertyName, propertyValue, depositValue) { if (window.currentProductVariants[productId][propertyName] !== propertyValue) { if (depositValue !== '') { window.currentProductVariants[productId]['depositValue'] = depositValue; } window.currentProductVariants[productId][propertyName] = propertyValue; let selectedProductObject = window.currentProductVariants[productId]; if (propertyName === 'color' && !window.availabilities[window.productId][selectedProductObject.color][selectedProductObject.size]) { let newSize = Object.keys(window.availabilities[window.productId][selectedProductObject.color])[0]; window.currentProductVariants[productId]['size'] = newSize; window.currentProductVariants[productId]['depositValue'] = window.depositValues[window.productId][newSize]; } if (false && propertyName === 'size') { toggleCampaignSavings(productId, propertyValue); } triggerOnVariantSelectionChangedEvent(productId); triggerUpdateTariffTableEvent(); updateAddToCartButtonByClassName(productId, 'hwd-add-to-cart-button-price-component'); updateTariffDetailsLink(); } } function updateTariffDetailsLink() { let currentDetailsLinkElement = document.querySelector('.asterisk-text span[data-target="#iframeLightbox"]'); if (currentDetailsLinkElement != null) { let tariffDetailsLinkUpdated = currentDetailsLinkElement.getAttribute('data-iframe') .replace(/(color=)[^&]+/, '$1' + window.currentProductVariants[productId]['color']) .replace(/(size=)[^&]+/, '$1' + window.currentProductVariants[productId]['size']) let newDetailsLinkElement = currentDetailsLinkElement.cloneNode(); let parentElement = currentDetailsLinkElement.parentElement; newDetailsLinkElement.setAttribute('data-iframe', tariffDetailsLinkUpdated); parentElement.replaceChild(newDetailsLinkElement, currentDetailsLinkElement); newDetailsLinkElement.innerHTML = currentDetailsLinkElement.innerHTML; parentElement.dispatchEvent(new Event('modal:init', {"bubbles": true})); } } function onSalecountdownVariantPropertyChange(productId, saleCountdownId, propertyName, propertyValue) { if (window.currentProductVariants[saleCountdownId][propertyName] !== propertyValue) { window.currentProductVariants[saleCountdownId][propertyName] = propertyValue triggerUpdateTariffTableEvent(); updateAddToCartButtonByClassName(productId, 'hwd-add-to-cart-button-price-component'); } } function triggerOnVariantSelectionChangedEvent(productId) { const {color, size, depositValue} = window.currentProductVariants[productId]; document.dispatchEvent(new CustomEvent('on-variant-selection-changed--' + productId, { detail: { color, size, depositValue, availability: window.availabilities[productId][color][size] } })); } function onBundleChange(e, productId) { if (e.target.checked) { window.currentProductVariants[productId]['campaignBundleId'] = e.target.value; } else { window.currentProductVariants[productId]['campaignBundleId'] = null; } triggerUpdateTariffTableEvent(); updateAddToCartButtonByClassName(productId, 'hwd-add-to-cart-button-price-component'); } function onBundleVariantPropertyChange(bundleId, propertyName, propertyValue, bundleProductVariantIds) { if (window.currentProductVariants[bundleId][propertyName] !== propertyValue) { window.currentProductVariants[bundleId][propertyName] = propertyValue; window.currentProductVariants[productId]['campaignBundleId'] = bundleId; window.bundleProductVariantId = bundleProductVariantIds; let bundleCheckboxElement = document.querySelector('input[value=' + bundleId + ']'); if (bundleCheckboxElement) { bundleCheckboxElement.checked = true; } triggerUpdateTariffTableEvent(); updateAddToCartButtonByClassName(productId, 'hwd-add-to-cart-button-price-component'); } } function updateAddToCartButtonByClassName(productId, className) { // in cdp: isPla -> discountswap without mobile and dcsFlag -> discountswap with mobile let saleCountdownId = window.currentProductVariants[productId].salescountdownId; let bundleId = window.currentProductVariants[productId].campaignBundleId; const targetPage = window.targetPage; // clone and remove current add-to-cart-button document.querySelectorAll("add-to-cart-button[classlist*=" + className + "]") .forEach(addToCartButton => { let parentElement = addToCartButton.parentElement; let newButton = addToCartButton.cloneNode(); let newButtonInnerHTML = addToCartButton.firstChild?.innerHTML; addToCartButton.remove(); // update config let oldConfig = JSON.parse(newButton.getAttribute("config")); // clear articles let newConfig = oldConfig.filter(el => { return el.type !== "article" || el.name === "business-type-company"; }); // add articles with current selection newConfig.push({ type: "article", name: productId, articleProperties: { colour: window.currentProductVariants[productId].color, memory: window.currentProductVariants[productId].size } }); // sale countdown article only matters, if a color variant is selected if (saleCountdownId != null && window.currentProductVariants[saleCountdownId].color != null && window.currentProductVariants[saleCountdownId].color !== '') { newConfig.push({ type: "article", name: saleCountdownId, articleProperties: { color: window.currentProductVariants[saleCountdownId].color, } }); } if (bundleId != null) { let bundleArticle = { type: "article", name: bundleId }; // only add articleProperties color, if bundle has a color if (window.currentProductVariants[bundleId].color != null) { bundleArticle.articleProperties = { color: window.currentProductVariants[bundleId].color }; } newConfig.push(bundleArticle); } if (window.currentHardwareOfferDuration) { newConfig.push({ type: "article", name: window.currentHardwareOfferDuration === '36' ? 'hw-offer-duration-36' : 'hw-offer-duration-24' }); } if (targetPage) { newButton.setAttribute("targetPage", targetPage); } newButton.setAttribute("config", JSON.stringify(newConfig)); // append and initialize new button parentElement.appendChild(newButton); newButton.firstChild.innerHTML = newButtonInnerHTML; parentElement.dispatchEvent(new Event('update-components', {"bubbles": true})); }) } // @TODO To be removed with SESDEV-3193 function toggleCampaignSavings(productId, size) { // hide all other savings document.querySelectorAll('[data-savings-id]').forEach(element => { element.classList.add('d-none'); }); let savingsKey = productId + '.' + size; if (document.querySelector('[data-savings-id="' + savingsKey + '"]') != null) { document.querySelector('[data-savings-id="' + savingsKey + '"]').classList.remove('d-none'); } } // temp fix for breadcrumb style in b-variant document.querySelector(".quick-link-container")?.classList.add("quick-link-container--white-background"); // Set Hardware Config in page.info event if (window._1und1datalayer !== undefined) { const pageInfoEvent = window._1und1datalayer.find(event => event.event === 'page.info'); if (pageInfoEvent) { pageInfoEvent.page.section = 'Hardware Config'; } } document.querySelectorAll('[name="watch-question-radio"]').forEach(function (radio) { radio.addEventListener('change', wantWatchSelectionChanged); }); function wantWatchSelectionChanged() { const selectedRadio = document.querySelector('input.toggle-label__radio[type="radio"]:checked'); if (selectedRadio) { let wantWatch = selectedRadio.value === 'yes'; document.getElementById('ctaWantWatch').style.display = wantWatch ? 'block' : 'none'; document.getElementById('ctaRefuseWatch').style.display = wantWatch ? 'none' : 'block'; // read data attribute from radio button const productId = selectedRadio.dataset.productId; const campaignBundleId = wantWatch ? selectedRadio.dataset.bundleId : null; // set active bundle window.currentProductVariants[productId]['campaignBundleId'] = campaignBundleId; // dispatch event to update tariff table (this updates the prices) document.dispatchEvent(new CustomEvent('updateTariffTable', { detail: { 'product': window.currentProductVariants[productId], 'bundles': (campaignBundleId ? [window.currentProductVariants[campaignBundleId]] : null), } })); // hide all additional mentions of watch if "no" is selected document.querySelectorAll('.watch-campaign[data-bundle-id="' + selectedRadio.dataset.bundleId + '"]').forEach(function (watchCampaign) { watchCampaign.classList.toggle('d-none', !wantWatch); }); } } myInterval = window.setInterval(function () { if (document.querySelectorAll("[name='watch-question-radio']").length > 0) { wantWatchSelectionChanged(); clearInterval(myInterval); } }, 100); </script> <div data-microfrontend="product-details-mf" class="product-details-mf-info"> <div class="container"><div class="text-center"><picture><source media="(min-width: 1500px)" srcset="/_Resources/Persistent/8fc7f1136c1cc7c3895e3837c7359bdb578a3c46/d-hwd-iphone15-tapete-1-3754.jpg?bust=3" /><source media="(min-width: 1224px)" srcset="/_Resources/Persistent/8fc7f1136c1cc7c3895e3837c7359bdb578a3c46/d-hwd-iphone15-tapete-1-3754.jpg?bust=3" /><source media="(min-width: 1024px)" srcset="/_Resources/Persistent/ebf3a61751fcf983d372333b8a23054ee05b2ed4/d-hwd-iphone15-tapete-1-3754-1024x2600.jpg?bust=3" /><source media="(min-width: 768px)" srcset="/_Resources/Persistent/475b57092b5f225e80ad2be8e3406fc433147280/d-hwd-iphone15-tapete-1-3754-768x1950.jpg?bust=3" /><source media="(min-width: 650px)" srcset="/_Resources/Persistent/545c160b9ac4320c19b64c038347edf1583ffb4e/d-hwd-iphone15-tapete-1-3754-650x1650.jpg?bust=3" /><source media="(min-width: 480px)" srcset="/_Resources/Persistent/369bf4deba24c0d42320f249c90421f3554c7435/m-hwd-iphone15-tapete-1-3754.jpg?bust=3" /><source media="(min-width: 300px)" srcset="/_Resources/Persistent/369bf4deba24c0d42320f249c90421f3554c7435/m-hwd-iphone15-tapete-1-3754.jpg?bust=3" /><img loading="lazy" class="img-fluid" src="/_Resources/Persistent/8fc7f1136c1cc7c3895e3837c7359bdb578a3c46/d-hwd-iphone15-tapete-1-3754.jpg?bust=3" alt="iphone-15-mit-vertrag.png" title="iPhone 15 mit Vertrag bei 1&amp;1" /></picture></div></div><div class="container"><div class="text-center"><picture><source media="(min-width: 1500px)" srcset="/_Resources/Persistent/0bc5d930ca129bf4658a91fc416aa606e26197d1/d-hwd-iphone15-tapete-2-3754.jpg?bust=3" /><source media="(min-width: 1224px)" srcset="/_Resources/Persistent/0bc5d930ca129bf4658a91fc416aa606e26197d1/d-hwd-iphone15-tapete-2-3754.jpg?bust=3" /><source media="(min-width: 1024px)" srcset="/_Resources/Persistent/7357f71572fb6ffa383401a2a99b77594aff6dbd/d-hwd-iphone15-tapete-2-3754-1024x1457.jpg?bust=3" /><source media="(min-width: 768px)" srcset="/_Resources/Persistent/8e0c1835b80db9f3b6d550b0600f4c53f370c9eb/d-hwd-iphone15-tapete-2-3754-768x1093.jpg?bust=3" /><source media="(min-width: 650px)" srcset="/_Resources/Persistent/1f8dad50aa167af3d17cbbf3c9be234e7caaa8f1/d-hwd-iphone15-tapete-2-3754-650x925.jpg?bust=3" /><source media="(min-width: 480px)" srcset="/_Resources/Persistent/8cf488849b56ed7e343b60a87975d80159f7db35/m-hwd-iphone15-tapete-3-3754.jpg?bust=3" /><source media="(min-width: 300px)" srcset="/_Resources/Persistent/8cf488849b56ed7e343b60a87975d80159f7db35/m-hwd-iphone15-tapete-3-3754.jpg?bust=3" /><img class="img-fluid" src="/_Resources/Persistent/0bc5d930ca129bf4658a91fc416aa606e26197d1/d-hwd-iphone15-tapete-2-3754.jpg?bust=3" alt title /></picture></div></div><div class="faq__list container" nodeType="ONEANDONE.JNodeTypes:Content.TechnicalDetailsByArticle2"><div class="section-headline container px-0 pb-1"><div class="section-headline__content text-center"><div class="row"><div class="section-headline__text-container col-12"><h2 class="section-headline__headline ">Produkt- und Sicherheitsinformationen</h2></div></div></div></div><p></p><div class="faq__item"><h3 id="headingc90b4d4587" class="faq__title"><button class="faq__button" data-bs-toggle="collapse" data-bs-target="#collapsec90b4d4587" aria-expanded="true" aria-controls="collapsec90b4d4587"><span class="faq__question">Kamera</span><svg viewbox="0 0 100 100" class="icon icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsec90b4d4587" class="collapse show" data-bs-parent="#accordionc90b4d4587"><div class="faq__answer faq__answer--no-list-style" aria-labelledby="headingc90b4d4587"><div class>Front-Kamera 48 MP</div><div class>Rückkamera: 12 MP</div><div class>Videoauflösung: v4k</div><div class>Blitz: led-true-tone</div></div></div></div><div class="faq__item"><h3 id="headingc90b4d4570" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapsec90b4d4570" aria-expanded="false" aria-controls="collapsec90b4d4570"><span class="faq__question">Display</span><svg viewbox="0 0 100 100" class="icon icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsec90b4d4570" class="collapse" data-bs-parent="#accordionc90b4d4570"><div class="faq__answer faq__answer--no-list-style" aria-labelledby="headingc90b4d4570"><div class>Typ / Bezeichnung: Super Retina XDR OLED</div><div class>Displaydiagonale: 15,49 cm (6,1)</div><div class>Auflösung: 2.556 x 1.179 Pixel</div></div></div></div><div class="faq__item"><h3 id="headingc90b4d4529" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapsec90b4d4529" aria-expanded="false" aria-controls="collapsec90b4d4529"><span class="faq__question">Akku</span><svg viewbox="0 0 100 100" class="icon icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsec90b4d4529" class="collapse" data-bs-parent="#accordionc90b4d4529"><div class="faq__answer faq__answer--no-list-style" aria-labelledby="headingc90b4d4529"><div class>Nutzungszeit: 80 Stunden</div><div class>Akkutyp: Li-Ion</div><div class>Kabelloses Laden</div></div></div></div><div class="faq__item"><h3 id="headingc90b4d4579" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapsec90b4d4579" aria-expanded="false" aria-controls="collapsec90b4d4579"><span class="faq__question">Funktionen</span><svg viewbox="0 0 100 100" class="icon icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsec90b4d4579" class="collapse" data-bs-parent="#accordionc90b4d4579"><div class="faq__answer faq__answer--no-list-style" aria-labelledby="headingc90b4d4579"><div class>integriertes GPS-Modul</div><div class>Unterstützte Sim-Karten-Typen: Triple-SIM, ESIM</div></div></div></div><div class="faq__item"><h3 id="headingc90b4d455" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapsec90b4d455" aria-expanded="false" aria-controls="collapsec90b4d455"><span class="faq__question">Schnittstellen</span><svg viewbox="0 0 100 100" class="icon icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsec90b4d455" class="collapse" data-bs-parent="#accordionc90b4d455"><div class="faq__answer faq__answer--no-list-style" aria-labelledby="headingc90b4d455"><div class>Datentransfer: GPRS, EDGE, UMTS, HSPA+, LTE, 5G</div><div class>IP Zertifizierung: IP68 - Staubdicht + dauerndes Untertauchen</div><div class>Near Field Communication (NFC)</div><div class>Navigation: GPS, GLONASS, BeiDou, Galileo</div><div class>Anschlüsse: USB Typ C</div><div class>WLAN: Wi-Fi 6</div><div class>Bluetooth: v5.3</div></div></div></div><div class="faq__item"><h3 id="headingc90b4d4592" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapsec90b4d4592" aria-expanded="false" aria-controls="collapsec90b4d4592"><span class="faq__question">Lieferumfang</span><svg viewbox="0 0 100 100" class="icon icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsec90b4d4592" class="collapse" data-bs-parent="#accordionc90b4d4592"><div class="faq__answer faq__answer--no-list-style" aria-labelledby="headingc90b4d4592"><div class>USB-Kabel</div><div class>Gerät</div><div class>Akku</div><div class>Bedienungsanleitung</div></div></div></div><div class="faq__item"><h3 id="headingc90b4d4551" class="faq__title"><button class="faq__button" data-bs-toggle="collapse" data-bs-target="#collapsec90b4d4551" aria-expanded="true" aria-controls="collapsec90b4d4551"><span class="faq__question">Produktinformationen</span><svg viewbox="0 0 100 100" class="icon icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsec90b4d4551" class="collapse show" data-bs-parent="#accordionc90b4d4551"><div class="faq__answer faq__answer--no-list-style" aria-labelledby="headingc90b4d4551"><div class>Modellname: iPhone 15</div><div class>Farbe: Schwarz, Grün, Gelb, Blau, Rosé, Violett</div><div class>Gerätefamilie: iPhone 15 Familie</div><div class>Prozessor-Bezeichnung: Apple A16 Bionic Chip</div><div class>Interner Speicher: 128 GB, 256 GB, 512 GB</div><div class>Außenmaße: 147,6 x 71,6 x 7,80 mm</div><div class>Gewicht: 171 g</div><div class><br/>Informationen zum Netzteil: <div class="delivery-scope"> <span> <img loading="lazy" src="/_Resources/Persistent/fb3a2895723d52388517e025a464b72462042b37/vtr-4118-lieferumfang-ohne.svg?bust=3" alt="lieferumfang-ohne-Ladegeraet" title="Information zum Netzteil" data-view="no-replace" role="button" data-bs-toggle="popover" data-bs-placement="right"/> <div class="popover-title" data-popover-title="test"> <span class="popover__close"> <svg viewBox="0 0 100 100" class="icon icon--small"> <use xlink:href="#cross"></use> </svg> </span> </div> <div class="popover-content" data-popover-content=""> <span alias="price-footnote"> nicht im Lieferumfang enthalten </span> </div> </span> <span> <img loading="lazy" src="/_svg/4,5 - 22/usb pd/ladeeigenschaften.svg?bust=3" alt="ladeeigenschaften" title="Ladeeigenschaften" data-view="no-replace" role="button" data-bs-toggle="popover" data-bs-placement="right"/> <div class="popover-title" data-popover-title="test"> <span class="popover__close"> <svg viewBox="0 0 100 100" class="icon icon--small"> <use xlink:href="#cross"></use> </svg> </span> </div> <div class="popover-content" data-popover-content=""> <span alias="price-footnote"> <p> Kompatibles Netzteil 4,5 - 22 Watt<br/>USB PD </p> </span> </div> </span> </div></div></div></div></div><div class="faq__item"><h3 id="headingc90b4d4580" class="faq__title"><button class="faq__button" data-bs-toggle="collapse" data-bs-target="#collapsec90b4d4580" aria-expanded="true" aria-controls="collapsec90b4d4580"><span class="faq__question">Angaben zum Hersteller</span><svg viewbox="0 0 100 100" class="icon icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsec90b4d4580" class="collapse show" data-bs-parent="#accordionc90b4d4580"><div class="faq__answer faq__answer--no-list-style" aria-labelledby="headingc90b4d4580"><div class>Kontakt (in der EU): http://apple.com<div class='mb-1'></div></div><div class>Verantwortliche Person in der EU: <br/><P>Apple Distribution International Limited</P><P>Hollyhill Industrial Estate</P><P>Hollyhill, Cork</P><P>Irland</P><div class='mb-1'></div></div></div></div></div><div class="faq__item"><h3 id="headingc90b4d456" class="faq__title"><button class="faq__button" data-bs-toggle="collapse" data-bs-target="#collapsec90b4d456" aria-expanded="true" aria-controls="collapsec90b4d456"><span class="faq__question">Sicherheitsinformationen gemäß Verpackung und Begleitunterlagen</span><svg viewbox="0 0 100 100" class="icon icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsec90b4d456" class="collapse show" data-bs-parent="#accordionc90b4d456"><div class="faq__answer faq__answer--no-list-style" aria-labelledby="headingc90b4d456"><div class>Warnhinweise und Sicherheitsinformationen gemäß Verpackungen und Begleitunterlagen finden sie <a href="https://support.apple.com/de-de/guide/iphone/welcome/ios" target="_blank">hier</a>.</div></div></div></div></div><section class="faq" nodeType="ONEANDONE.JNodeTypes:Content.Faq"><div class="container"><div class="row g-0"><div class="col-sm-12"><header class="faq__header"><h2>FAQ zum iPhone 15 mit Vertrag von 1&amp;1</h2></header><div class="faq__list" id="accordion79c7b"><div class="neos-contentcollection"><div class="faq__item"><h3 id="headingdbee9" class="faq__title"><button class="faq__button" data-bs-toggle="collapse" data-bs-target="#collapsedbee9" aria-expanded="true" aria-controls="collapsedbee9"><span class="faq__question">Was sind die Highlights des brandneuen Apple iPhone 15 mit einem Handyvertrag von 1&1?</span><svg viewbox="0 0 100 100" class="icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsedbee9" class="collapse show" data-bs-parent="#accordion79c7b"><div class="faq__answer" aria-labelledby="headingdbee9"><p><span>Im September 2023 war es so weit – Apple stellte seine neue 15er-Serie des iPhones vor. Und bereits ab jetzt können Sie Ihr neues </span>iPhone 15 im Vertrag mit der 1&amp;1 All-Net-Flat bestellen. Dass sich der Wechsel auf die neueste Version lohnt, zeigen die folgenden Highlights, die das Apple iPhone 15 mitbringt:&nbsp;</p><ul><li>Super Retina XDR OLED-Bildschirm mit 6,1 Zoll</li><li>adaptive Bildwiederholungsrate von bis zu 120 Hz</li><li>Dynamic Island</li><li>A16 Bionic Prozessor</li><li>48 MP Kamerasystem</li><li>eSIM kompatibel</li><li>Apple Betriebssystem iOS 17</li><li>WLAN-Standard Wi-Fi 6E</li><li>Wechsel von Lightning zu USB-C</li><li>Qi2-Standard für Wireless Charging</li></ul><div class="neos-contentcollection"><div class="pullquote"><blockquote class="pullquote__quote">Sichern Sie sich jetzt das iPhone 15 im Vertrag mit der All-Net-Flat von 1&1 und erleben Sie die neuesten Technologien des Herstellers. Bei uns gibt es das Hightech-Wunder schon ab 0&nbsp;€ Anzahlung.</blockquote></div><div class="text-start" nodeType="ONEANDONE.JNodeTypes:Content.TextItem"><span><p>Insbesondere die Einführung von <span>USB-C ist eines der </span>iPhone 15-Features, auf das viele Fans gewartet haben und<span> sorgt für mehr Komfort beim Laden und Verbinden. Das </span>iPhone 15 ist das erste Smartphone von <a target="_blank" rel="noopener external" href="https://www.1und1.de/handy/apple/">Apple</a>, das über die moderne USB-Schnittstelle verfügt.</p><p><strong>Welche Geräte gehören noch zur iPhone 15er-Serie?</strong></p><p><span>Neben dem </span><a target="_blank" rel="noopener external" href="https://mobile.1und1.de/iphone-15">iPhone 15 mit Handyvertrag</a> können Sie sich bei 1&amp;1 für das <a target="_blank" rel="noopener external" href="https://mobile.1und1.de/iphone-15-plus">iPhone 15 Plus</a><span> oder die beiden Pro-Varianten </span><a target="_blank" rel="noopener external" href="https://mobile.1und1.de/iphone-15-pro">iPhone 15 Pro</a><span> und </span><a target="_blank" rel="noopener external" href="https://mobile.1und1.de/iphone-15-pro-max">iPhone 15 Pro Max</a><span> entscheiden. Vor dem Erwerb lohnt es sich, die unterschiedlichen </span>iPhone Modelle zu vergleichen<span>, um das Richtige zu wählen.</span></p><p><strong>Welche SIM-Kompatibilität hat das Apple iPhone 15?</strong></p><p><span>Alle Modelle des iPhone 15 sind </span><a target="_blank" rel="noopener external" class=" textlink " href="https://mobile.1und1.de/esim"><span>eSIM kompatibel</span></a><span> und haben einen Slot für eine Nano-SIM, die Sie für Ihr </span><a target="_blank" rel="noopener external" href="https://mobile.1und1.de/neues-iphone">neues iPhone</a><span> einsetzen und direkt für Telefonie und Internet nutzen können.</span></p></span></div></div></div></div></div><div class="faq__item"><h3 id="headingdaf66" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapsedaf66" aria-expanded="false" aria-controls="collapsedaf66"><span class="faq__question">Was zeichnet das iPhone 15-Design aus und in welchen Farben ist es erhältlich?</span><svg viewbox="0 0 100 100" class="icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsedaf66" class="collapse" data-bs-parent="#accordion79c7b"><div class="faq__answer" aria-labelledby="headingdaf66"><p>Ob ein robuster Rahmen aus Aluminium oder eine fettabweisende Beschichtung – das iPhone 15 von Apple zeichnet sich durch ein modernes und edles Design aus.</p><p>Das sind die weiteren Vorzüge des iPhone 15-Designs:</p><ul><li>Rückseite aus durchgefärbtem Glas</li><li>abgerundete Ecken</li><li>Ceramic Shield auf der Vorderseite</li><li>171 g Gewicht</li><li>IP68 klassifiziert (staubdicht und für maximal 30 Minuten wasserdicht bis 6 Meter)</li></ul><div class="neos-contentcollection"><div class="pullquote"><blockquote class="pullquote__quote">Erwerben Sie das iPhone 15 mit einem günstigen Vertrag von 1&1 und erleben Sie alle Vorteile des innovativen Designs der neuen iPhone-Generation.</blockquote></div><div class="text-start" nodeType="ONEANDONE.JNodeTypes:Content.TextItem"><span><p>Das verbaute Ceramic Shield auf der Vorderseite des iPhone 15 stellt eine hohe Bruchfestigkeit sicher, sodass die Wahrscheinlichkeit 4-mal höher liegt, dass das Bildschirmglas bei einem Sturz nicht bricht. Ebenso ist es beständig gegenüber Kratzern.</p><p>Sollte Ihrem iPhone 15 mit Vertrag von 1&amp;1 doch einmal etwas passieren, stellt das kein Problem dar. Denn neben Apples Herstellergarantie profitieren Sie auch vom Service von 1&amp;1: Mit dem 1&amp;1 <a target="_blank" rel="noopener external" href="https://mobile.1und1.de/austausch-service">24h Austausch-Service</a> sind Sie trotz Display-Bruch, Wasserschaden oder technischem Defekt schon am nächsten Tag wieder mobil – auch bei Selbstverschulden.</p><p><strong>Welche Farben stehen beim iPhone 15 im günstigen Vertrag von 1&amp;1 zur Auswahl?</strong></p><p>Wie gewohnt kommt auch das iPhone 15 von Apple mit neuen Farben daher. Neben Schwarz, Grün und Gelb als Standardfarben können Sie Ihr iPhone 15 auch in den neuen Farben Pink und Blau zu Ihrem Vertrag von 1&amp;1 bekommen.</p></span></div></div></div></div></div><div class="faq__item"><h3 id="heading7e73b" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapse7e73b" aria-expanded="false" aria-controls="collapse7e73b"><span class="faq__question">Welche Neuerungen bringt die iPhone 15-Kamera für Fotografie-Enthusiasten?</span><svg viewbox="0 0 100 100" class="icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapse7e73b" class="collapse" data-bs-parent="#accordion79c7b"><div class="faq__answer" aria-labelledby="heading7e73b"><p>Mit dem iPhone 15 genießen Sie das nächste Level der Smartphone-Fotografie und können sich auf ein innovatives Kamera-System freuen. Mit der 48-Megapixel-Hauptkamera, die viele bereits vom <a target="_blank" rel="noopener external" href="https://mobile.1und1.de/iphone-14-pro-max">iPhone 14 Pro Max</a> kennen und dem fortschrittlichen Quad‑Pixel Sensor, der sich dem Motiv automatisch anpasst, schießen Sie Fotos mit einer unvergleichlichen Detailgenauigkeit. Zudem erhalten Sie deutlich mehr Flexibilität bei Bildausschnitten.</p><p>Die Highlights der iPhone 15-Kamera:</p><ul><li>48 MP Hauptkamera</li><li>2x optischer Zoom und bis zu 10x digitaler Zoom</li><li>Nachtmodus</li><li>Mehr Fokus- und Tiefenkontrolle für Porträts der nächsten Generation</li><li>Serienbildmodus</li><li>fortschrittliche Rote<span>‑</span>Augen-Korrektur</li><li>Cinematic Mode für Videoaufnahmen mit Tiefenschärfe-Effekten</li></ul><div class="neos-contentcollection"><div class="pullquote"><blockquote class="pullquote__quote">Ob Selfies, Porträts oder Nachtaufnahmen – mit der Kamera des iPhone 15 gelingen Ihnen in nahezu jeder Situation großartige Bilder. Entdecken Sie jetzt Ihre künstlerische Seite mit dem iPhone 15 und einem günstigen Handyvertrag von 1&1.</blockquote></div><div class="text-start" nodeType="ONEANDONE.JNodeTypes:Content.TextItem"><span><br>Mit dem iPhone 15-Vertrag von 1&amp;1 haben Sie nicht nur Zugriff auf diese beeindruckenden Kamera-Features, sondern profitieren auch von exklusiven <a target="_blank" rel="noopener external" href="https://mobile.1und1.de/mobilfunktarife">Mobilfunktarifen</a> von 1&amp;1.</span></div></div></div></div></div><div class="faq__item"><h3 id="heading81230" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapse81230" aria-expanded="false" aria-controls="collapse81230"><span class="faq__question">Wie leistungsstark ist der neue iPhone 15-Prozessor und welche Vorteile bringt er mit sich?</span><svg viewbox="0 0 100 100" class="icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapse81230" class="collapse" data-bs-parent="#accordion79c7b"><div class="faq__answer" aria-labelledby="heading81230"><p>Das iPhone 15 verfügt über den superschnellen A16 Bionic Prozessor, der mit einer Taktrate von 3,7 GHz überzeugt.&nbsp;</p><p>Was Ihnen der neue iPhone 15-Prozessor bringt?</p><ul><li><strong>Leistungsstarke Performance:</strong> Dank des fortschrittlichen iPhone 15-Prozessors werden Grafiken schneller gerendert und Anwendungen laufen flüssiger. Dies sorgt für eine beeindruckende Display-Performance, die Sie bei jedem Scrollen, Tippen und Zoomen spüren.&nbsp;</li><li><strong>Optimierte Grafikdarstellung:</strong> Der Prozessor ermöglicht eine verbesserte Farbdarstellung und schärfere Bilder. So werden Ihre Fotos, Videos und Spiele in bester Qualität auf dem Display wiedergegeben.</li><li><strong>Schnelle Reaktionszeiten:</strong> Egal, ob Sie durch Webseiten scrollen, in Apps wechseln oder Multitasking nutzen – der iPhone 15-Prozessor sorgt dafür, dass alles nahtlos und ohne Verzögerungen funktioniert.</li><li><strong>Energieeffizienz:</strong> Trotz der hohen Leistung ist der Prozessor energieeffizient gestaltet, was die Akkulaufzeit des iPhone 15 verlängert und Ihnen mit Ihrem Vertrag bei 1&amp;1 mehr Zeit online ermöglicht.</li></ul><div class="neos-contentcollection"><div class="pullquote"><blockquote class="pullquote__quote">Mit Ihrem iPhone 15 und einem Vertrag von 1&1 sind Sie in Hinblick auf die Leistung für die Zukunft bestens aufgestellt und sichern sich optimale Tarifoptionen.</blockquote></div><div class="text-start" nodeType="ONEANDONE.JNodeTypes:Content.TextItem"><span><br>Mehr Power beim Surfen, Gamen und Streamen ist Ihnen mit dem Prozessor Ihres iPhone 15 gewiss. Gleichzeitig haben Sie beim iPhone 15 mit Handyvertrag von 1&amp;1 Zugang ins schnelle 5G Highspeed-Netz, um diese Power auch unterwegs bestmöglich zu nutzen. Informieren Sie sich jetzt bei uns über Ihre Optionen und lassen Sie sich unverbindlich von unseren Experten beraten.</span></div></div></div></div></div><div class="faq__item"><h3 id="headinge3447" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapsee3447" aria-expanded="false" aria-controls="collapsee3447"><span class="faq__question">Wie hat Apple die iPhone 15-Akkulaufzeit im Vergleich zu Vorgängermodellen optimiert?</span><svg viewbox="0 0 100 100" class="icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsee3447" class="collapse" data-bs-parent="#accordion79c7b"><div class="faq__answer" aria-labelledby="headinge3447"><p>Das iPhone 15 mit einem Vertrag bei 1&amp;1 steht nicht nur für hervorragende Tarifoptionen, sondern auch für eine beeindruckende Akkuleistung. Doch wie genau hat Apple die Akkulaufzeit des iPhone 15 im Vergleich zu seinen Vorgängermodellen optimiert?</p><ul><li><span><strong>Effizienterer A16 Bionic Chip:</strong></span> Das Herzstück des iPhone 15, der A16 Bionic Chip, wurde so entwickelt, dass er weniger Energie verbraucht, während er gleichzeitig eine höhere Leistung bietet.</li><li><span><strong>Adaptive Display-Technologie</strong></span><strong>:</strong> <span>Das iPhone 15 passt die Bildwiederholrate des Displays automatisch an den Inhalt an, was den Energieverbrauch reduziert.</span></li><li><span><strong>Optimierte Software</strong></span><strong>:</strong> iOS 17, das Betriebssystem des iPhone 15, wurde mit Blick auf die Energieeffizienz entwickelt. Hintergrundprozesse werden intelligent verwaltet, um den Akku zu schonen.</li><li><span><strong>Größere Akkukapazität</strong></span><strong>:</strong> <span>Trotz seines schlanken Designs beherbergt das iPhone 15 einen größeren Akku, der für längere Nutzungsdauern sorgt.</span></li><li><span><strong>Schnellladefunktion</strong></span><strong>:</strong> Nicht nur die Akkulaufzeit, sondern auch die Ladezeit wurde optimiert. In kürzester Zeit ist das iPhone 15 wieder voll aufgeladen und einsatzbereit, um dank des günstigen Vertrags von 1&amp;1 wieder überall zu surfen; egal, ob auf dem Land oder in der Stadt!</li></ul><div class="neos-contentcollection"><div class="pullquote"><blockquote class="pullquote__quote">Schnell aufgeladen und bereit für den Tag: Das iPhone 15 kombiniert beeindruckende Akkuleistung mit schnellen Ladezeiten, unterstützt durch einen iPhone 15-Vertrag von 1&1.</blockquote></div><div class="text-start" nodeType="ONEANDONE.JNodeTypes:Content.TextItem"><span><br>Mit dem iPhone 15-Vertrag von 1&1 profitieren Sie von all diesen Optimierungen und können sich auf ein Smartphone verlassen, das Sie den ganzen Tag über begleitet. </span></div></div></div></div></div><div class="faq__item"><h3 id="headingc1d6d" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapsec1d6d" aria-expanded="false" aria-controls="collapsec1d6d"><span class="faq__question">Welche Anschlüsse und Lademöglichkeiten hat das Apple iPhone 15?</span><svg viewbox="0 0 100 100" class="icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsec1d6d" class="collapse" data-bs-parent="#accordion79c7b"><div class="faq__answer" aria-labelledby="headingc1d6d"><p>Auch in diesem Bereich bringen alle Modelle des iPhone 15 Neuerungen mit. Besonders der USB-C-Anschluss ist dabei eine willkommene Ergänzung, mit dem das iPhone 15 sowohl aufgeladen als auch einfach und schnell mit anderen Geräten verbunden werden kann.</p><p>Neu an Bord von Apples iPhone 15 sind folgende Ladeoptionen:</p><ul><li>statt Lightning gibt es einen USB-C-Anschluss mit bis zu 35 Watt. Damit wird gleichzeitiges Aufladen und Verbinden möglich. Das neue Ladegerät ist im Lieferumfang enthalten.</li><li>kabelloses Laden mit Qi2 bis zu 7,5 Watt</li><li>kabelloses Laden mit MagSafe bis zu 15 Watt</li></ul><div class="neos-contentcollection"><div class="pullquote"><blockquote class="pullquote__quote">Ob USB-C, Qi2 oder MagSafe – mit dem neuen iPhone 15 können Sie Ihr Apple Produkt überall laden. Probieren Sie es aus!</blockquote></div><div class="text-start" nodeType="ONEANDONE.JNodeTypes:Content.TextItem"><span><p>Zusätzlich zu den Lademöglichkeiten hat sich auch die Akkulaufzeit gegenüber dem Vorgängermodell um satte 18 Prozent vergrößert, sodass es Sie den ganzen Tag über begleiten kann. Sollte sich die iPhone 15-Akkulaufzeit doch einmal dem Ende neigen, ist das Aufladen mit den neuen Ladevarianten noch schneller und flexibler erledigt.</p></span></div></div></div></div></div><div class="faq__item"><h3 id="headingd8753" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapsed8753" aria-expanded="false" aria-controls="collapsed8753"><span class="faq__question">Wie verbessern die iPhone 15 Angebote das Erlebnis mit Face-ID und Touch-ID?</span><svg viewbox="0 0 100 100" class="icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsed8753" class="collapse" data-bs-parent="#accordion79c7b"><div class="faq__answer" aria-labelledby="headingd8753"><p>Statt einer Touch-ID bietet Apple bei allen Modellen des iPhone 15 die Möglichkeit der innovativen Face-ID. Mit dieser sicheren Gesichtserkennung können Sie:</p><ul><li>Einkäufe im iTunes Store, App Store und Book Store authentifizieren</li><li>Zahlungen mit Apple Pay bestätigen</li><li>sich in Apps anmelden</li></ul><div class="neos-contentcollection"><div class="pullquote"><blockquote class="pullquote__quote">Ob Musik, Games oder Bücher – mit Hilfe der hochmodernen Face-ID des iPhone 15 können Sie problemlos und sicher Ihre Einkäufe bezahlen.</blockquote></div><div class="text-start" nodeType="ONEANDONE.JNodeTypes:Content.TextItem"><span><p>Die Face-ID nutzt dabei die hochmoderne True-Depth-Kamera des iPhone 15, die eine biometrische Abbildung des Gesichts ermöglicht. So können Sie sich gewiss sein, mit Ihrem iPhone 15 und der Face-ID Ihre Zahlungen intuitiv und sicher vornehmen zu können.</p></span></div></div></div></div></div><div class="faq__item"><h3 id="headingc7d91" class="faq__title"><button class="faq__button collapsed" data-bs-toggle="collapse" data-bs-target="#collapsec7d91" aria-expanded="false" aria-controls="collapsec7d91"><span class="faq__question">Warum ist die 1&1 All-Net-Flat die ideale Wahl für das iPhone 15?</span><svg viewbox="0 0 100 100" class="icon icon--medium faq__icon"><use xlink:href="#arrow--up"></use></svg></button></h3><div id="collapsec7d91" class="collapse" data-bs-parent="#accordion79c7b"><div class="faq__answer" aria-labelledby="headingc7d91"><p>Das iPhone 15 im Vertrag bei 1&amp;1 repräsentiert den neuesten Stand der Technik und setzt neue Maßstäbe in Sachen Smartphone-Technologie. Doch warum ist die 1&amp;1 All-Net-Flat die ideale Wahl für das iPhone 15?</p><ul><li><span><strong>Perfekte Konnektivität:</strong></span> <span>Mit der 1&amp;1 All-Net-Flat sind Sie stets bestens vernetzt und profitieren von einer hervorragenden Netzabdeckung. So können Sie die beeindruckenden Features des iPhone 15 jederzeit voll ausnutzen.</span></li><li><span><strong>Unbegrenztes Surfvergnügen</strong></span><strong>:</strong> <span>Der iPhone 15-Vertrag bei 1&amp;1 bietet Ihnen unbegrenztes Datenvolumen. Streamen Sie Videos, hören Sie Musik oder surfen Sie im Internet, ohne sich Gedanken über Datenlimits zu machen.</span></li><li><span><strong>Exklusive Angebote</strong></span><strong>:</strong> <span>Entscheiden Sie sich für das iPhone 15 in einer stylischen Farbe und kombinieren Sie es mit einem attraktiven 1&amp;1-Tarif. So erhalten Sie nicht nur ein trendiges Smartphone, sondern auch einen Vertrag, der perfekt auf Ihre Bedürfnisse zugeschnitten ist.</span></li><li><span><strong>Kostentransparenz</strong></span><strong>:</strong> <span>Mit dem iPhone 15-Vertrag haben Sie stets die volle Kostenkontrolle. Keine versteckten Gebühren oder unerwartete Kosten – bei 1&amp;1 wissen Sie immer, woran Sie sind.</span></li><li><span><strong>Erstklassiger Service</strong></span><strong>:</strong> <span>Bei Fragen oder Anliegen steht Ihnen der 1&amp;1 Kundenservice kompetent zur Seite. So können Sie sicher sein, dass Sie stets bestens betreut werden.</span></li></ul><div class="neos-contentcollection"><div class="pullquote"><blockquote class="pullquote__quote">Transparente Kosten und keine Überraschungen – mit dem iPhone 15-Vertrag bei 1&1 haben Sie immer den vollen Überblick. Und das Beste: Das iPhone 15 gibt es im Vertrag bereits ab 0&nbsp;Euro.</blockquote></div><div class="text-start" nodeType="ONEANDONE.JNodeTypes:Content.TextItem"><span><br><p>Tipp: Sie hätten gerne eine Smartwatch? Auf Wunsch erhalten Sie das iPhone 15 im Bundle mit Apple Watch. Jetzt entdecken und individuell konfigurieren.</p><p>Für alle, die Wert auf modernste Technologie und exklusive Angebote legen, ist der iPhone 15-Vertrag bei 1&amp;1 die erste Wahl. Erleben Sie eine next-level Smartphone-Nutzung im schnellen <a target="_blank" rel="noopener external" href="https://mobile.1und1.de/5g-tarife">5G-Tarif</a>!</p></span></div></div></div></div></div></div></div></div></div></div></section> </div> <script> const isWithBVariantLayout = true; const useTariffQuery = true; const toggleVisibility = (selector, shouldShow) => { const elements = document.querySelectorAll(selector); elements.forEach(element => { element.classList.toggle("d-none", !shouldShow); }); }; const handlePageVisibility = () => { if (useTariffQuery && !isWithBVariantLayout) { toggleVisibility(".product-details-mf-info", false); } }; document.addEventListener("switchTariffContainers", () => { toggleVisibility(".product-details-mf-info", true); }); // Hide parallax container on page load and when coming back to the page (e.g., using back button) document.addEventListener("DOMContentLoaded", handlePageVisibility); window.addEventListener("popstate", handlePageVisibility); </script><script> (function () { window._1und1datalayer = window._1und1datalayer || []; const datalayer = window._1und1datalayer; const userInfos = datalayer.filter(item => item.event === "user.info"); if (userInfos.length === 0) { const userInfo = {"event": "user.info", "user": {}}; datalayer.push(userInfo); userInfos.push(userInfo); } userInfos.forEach(item => { item.user.cartid = ""; item.user.city = ""; item.user.contractid = "" item.user.customerid = ""; item.user.decisionid = "" item.user.dopasid = "" item.user.loginstatus = false; item.user.loginlevel = "none"; item.user.tariffid = "" item.user.tariffname = "" item.user.type = "INTERESSENT"; item.user.visitid = "16c976f3-ce48-4387-af71-c2a524d970fe"; }); })(); </script><script> (function () { window._1und1datalayer = window._1und1datalayer || []; const datalayer = window._1und1datalayer; const products = [{"event":"product.info","product":{"cartgroup":"00","quantity":1,"id":"hw-apple-iphone-15","type":"hardware","name":"iPhone 15","category":"smartphone","action":"detailview","hardware":{"brand":"Apple","model":"iPhone 15","color":"Schwarz","singlecostsgross":0.00,"monthlycostsgross":[{"periodtype":"mandatory-hardwarediscount","cost":20.00,"from":1,"to":3},{"periodtype":"mandatory","cost":30.00,"from":4,"to":24}],"size":"128","ad_image":"https://mobile.1und1.de/_catalog/images/0cc1a7370b5954a3ab6ffe4a3e43168b-apple-iphone-15-black-front~235x470.png","color_code":"PASTELL_SCHWARZ","landingpage_querystring":"","seo_path":"","nae":"","availability":""}}},{"event":"product.info","product":{"cartgroup":"00","quantity":1,"id":"170508","type":"tariff","name":"tariff-anf-1gb-a21s-mvl","category":"ssc-tariff","action":"detailview","tariff":{"size":"a21s","contractduration":24,"network":"1und1","datavolume":"2.0","monthlycostsgross":[{"periodtype":"mandatory-tariffdiscount","cost":0,"from":0,"to":0},{"periodtype":"mandatory","cost":14.99,"from":1,"to":24}],"targetgroup":"private","externalname":"1&1 All-Net-Flat XS","internalname":"ANF XS mVL mHW 2GB (03/25) - 1&1 5G Netz","hardware":"mhw","type":"mvl","crossselling":""}}}]; products .filter(product => product.product.type === 'tariff') .forEach(product => adjustTariffDataVolume(product.product)); products .filter(product => product.product.type === 'hardware' && product.product.action === 'detailview') .forEach(product => addTrackingQuery(product.product)) setEmptyList(products) products.forEach(product => datalayer.push(product)); })(); function adjustTariffDataVolume(product) { if (!isNaN(product.tariff.datavolume)) { product.tariff.datavolume = Number(product.tariff.datavolume); } return product; } function addTrackingQuery(product) { product.hardware.landingpage_querystring = document.location.search; product.hardware.seo_path = document.location.pathname.replace('/', ''); } function setEmptyList(products) { products .filter(product => product.product.type === 'special' && product.product.special.monthlycostsgross === undefined) .forEach(product => product.product.special.monthlycostsgross = []) } </script><script> (function () { window._1und1datalayer = window._1und1datalayer || []; const datalayer = window._1und1datalayer; const campaignInfos = datalayer.filter(item => item.event === "campaign.info"); if (campaignInfos.length === 0) { const campaignInfo = {"event": "campaign.info", "campaign": {}}; datalayer.push(campaignInfo); campaignInfos.push(campaignInfo); } campaignInfos.forEach(item => { item.campaign.firsttouchactioncode = "No AC"; item.campaign.lasttouchactioncode = "No AC"; if (item.campaign.firsttouchmediumcode === undefined) { item.campaign.firsttouchmediumcode = "094DF11"; } item.campaign.lasttouchmediumcode = "094DF11"; item.campaign.mcat = ""; item.campaign.partner = ""; item.campaign.affiliate = {"leadName":[],"rate":[]}; item.campaign.audience = ["HK_TOP_50"]; item.campaign.ft_actioncode = "No AC"; item.campaign.ft_mediumcode = "094DF11"; item.campaign.lt_actioncode = "No AC"; item.campaign.lt_mediumcode = "094DF11"; item.campaign.winning_actioncode = "No AC"; item.campaign.winning_mediumcode = "094DF11"; }) })(); </script><script> (function () { window._1und1datalayer = window._1und1datalayer || []; const datalayer = window._1und1datalayer; const variantTestInfos = datalayer.filter(item => item.event === "varianttest.info"); if (variantTestInfos.length === 0) { const variantTest = {"event": "varianttest.info", "varianttest": {"name": "VTR-4054","variant": "Variation_1"}}; datalayer.push(variantTest); variantTestInfos.push(variantTest); } variantTestInfos.forEach(item => { item.varianttest.variant = "Variation_1"; item.varianttest.name = "VTR-4054"; }) })(); </script> <script> (function () { window._1und1datalayer = window._1und1datalayer || []; const datalayer = window._1und1datalayer; const pageInfos = datalayer.filter(item => item.event === "page.info"); pageInfos.forEach(item => { item.page.sitesection = ""; }); })(); </script></main> <div class="sticky-hotline d-none d-md-block"><p style="max-width: 180px" class="sticky-hotline__title">Telefonische Bestellung</p><svg viewBox="0 0 100 100" class="icon icon--medium"><use xlink:href="#phone"></use></svg><span><a phone-type="PHONE_SMALL_SCREEN_private" data-linkid="sticky-hotline_phone_small_screen_private" class="sticky-hotline__number has-placeholder" href="tel:&lt;%PHONE_SMALL_SCREEN_private%&gt;"> 0721 / 960 6000</a></span></div> <span id="contact-bubble-servertime" class="d-none">2025-04-07T06:43:23.428</span><div class="contact-bubble chat-disabled"><div class="contact-bubble__trigger"><picture class="contact-bubble__trigger-image"><source media="(min-width: 1024px)" srcset="/_Resources/Static/Packages/ONEANDONE.JNodeTypes/1743750791/Images/ContactBubble/lg.png?bust=3 1x, /_Resources/Static/Packages/ONEANDONE.JNodeTypes/1743750791/Images/ContactBubble/lg.png?bust=3 2x" /><img loading="auto" class="img-fluid" src="/_Resources/Static/Packages/ONEANDONE.JNodeTypes/1743750791/Images/ContactBubble/lg.png?bust=3" title alt /></picture><div class="contact-bubble__trigger-dots"></div><div class="contact-bubble__one">1</div><div class="contact-bubble__trigger-close d-none"><svg viewbox="0 0 100 100" class="icon icon icon--xsmall"><use xlink:href="#close"></use></svg></div></div><div class="contact-bubble__welcome"><div class="contact-bubble__welcome-headline">Herzlich willkommen bei 1&amp;1!</div>Gerne beraten wir Sie persönlich<div class="contact-bubble__welcome-close"><svg viewbox="0 0 100 100" class="icon icon icon--small"><use xlink:href="#close"></use></svg></div></div><div class="contact-bubble__icons"><div class="contact-bubble__icon-text" data-group="phone" tabindex="1" onclick="trackButton(this, 'dynamic', '_phone_private')"><svg viewbox="0 0 100 100" class="icon icon"><use xlink:href="#phone"></use></svg><p>Beratung &amp; Verkauf</p></div><div class="contact-bubble__icon-text" data-group="user" tabindex="2" onclick="trackButton(this, 'dynamic', '_phone_support')"><svg viewbox="0 0 100 100" class="icon icon"><use xlink:href="#kopfhörer"></use></svg><p>Kunden-Hotline</p></div><div class="contact-bubble__icon-text bg-secondary-100 d-none" data-group="chat" onclick="trackButton(this, 'dynamic', '-chat')"><svg viewbox="0 0 100 100" class="icon icon"><use xlink:href="#chat"></use></svg><div class="contact-bubble__one">1</div><p>Chat</p></div><div class="contact-bubble__icon-text disabled" data-group="chat" tabindex="3"><svg viewbox="0 0 100 100" class="icon icon"><use xlink:href="#chat"></use></svg><p>Chat</p></div></div><div class="contact-bubble__content end-animation" data-group="phone"><div class="contact-bubble__content-left"><div class="contact-bubble__content-title">Beratung &amp; Verkauf</div><span><a phone-type="PHONE_SMALL_SCREEN_private" onclick="trackButton(this, 'phone', 'anchorLink_contact-palette_')" data-linkid="contact-palette_phone_small_screen_private" class="contact-bubble__content-phone phoneSale has-placeholder" href="tel:&lt;%PHONE_SMALL_SCREEN_private%&gt;"> 0721 / 960 6000</a></span></div><a href="#" role="button" phone-type="PHONE_SUPPORT" data-linkid="contact-palette_phone_support phoneSaleButton" class="btn btn-secondary" onclick="callNumber('phoneSale')"><span class="btn__span">Anrufen</span></a></div><div class="contact-bubble__content end-animation" data-group="user"><div class="contact-bubble__content-left"><div class="contact-bubble__content-title">Kunden-Hotline</div><span><a phone-type="PHONE_SUPPORT_MOBILE" onclick="trackButton(this, 'phone', 'anchorLink_contact-palette_')" data-linkid="contact-palette_phone_support_mobile" class="contact-bubble__content-phone phoneHotline has-placeholder" href="tel:&lt;%PHONE_SUPPORT_MOBILE%&gt;"> 0721 / 9600</a></span></div><a phone-type="PHONE_EUE" href="#" class="btn btn-secondary" onclick="callNumber('phoneHotline')"><span class="btn__span">Anrufen</span></a></div><div class="contact-bubble__content active end-animation d-none" data-group="chat"><div class="contact-bubble__content-left nkChat"><div class="contact-bubble__content-title">Beratung &amp; Verkauf</div></div><a href="#" class="btn btn-secondary btn-one nkChat" onclick="toggleMessenger('NK')"><span class="btn__span">Chat starten</span></a><div class="contact-bubble__content-left bkChat d-none"><div class="contact-bubble__content-title">Kunden-Service</div></div><a href="#" class="btn btn-secondary bkChat d-none" onclick="toggleMessenger('BK')"><span class="btn__span">Chat starten</span></a></div><div class="contact-bubble__content inactive end-animation" data-group="chat" data-open-hours-start="8" data-open-hours-end="22"><div class="contact-bubble__content-text"><span class="d-none" id="contact-inactive-text-open-hours">Aktuell befinden sich alle 1&1 Experten im Gespräch. Bitte haben Sie etwas Geduld, der Chat ist gleich wieder verfügbar. Sie erreichen uns auch telefonisch rund um die Uhr unter der Rufnummer</span><span class="d-none" id="contact-inactive-text-outside-open-hours">Unser Chat ist täglich von 8:00 Uhr bis 22:00 Uhr für Sie erreichbar. Sie erreichen Sie uns rund um die Uhr unter der Rufnummer</span><span><a phone-type="PHONE_SMALL_SCREEN_private" onclick="trackButton(this, 'phone', 'anchorLink_contact-palette_')" data-linkid="contact-palette_phone_small_screen_private" class=" has-placeholder" href="tel:&lt;%PHONE_SMALL_SCREEN_private%&gt;"> 0721 / 960 6000</a></span></div></div></div><script src="/_Resources/Static/Packages/ONEANDONE.AccComponents/1743750795/JavaScript/StickyContactChatGenesys.js?bust=3"></script> <script type="text/javascript"> function toggleMessenger(shopScope){ console.log("function called with " + shopScope + " Variant"); startGenesysChat(shopScope); } function callNumber(variant) { elem = document.querySelector(".contact-bubble__content ." + variant); elem.click(); } function trackButton(elem, variant, custom) { if (variant === "dynamic") { if (elem.classList.contains("bg-secondary-100")) { customTrackingonClick("contact-palette" + custom + "_closed"); } else { customTrackingonClick("contact-palette" + custom + "_open"); } } else { customTrackingonClick(custom + elem.getAttribute("phone-type")); } } </script> <div class="modal-lite" id="iframeLightbox" tabindex="-1" role="dialog" aria-labelledby=""> <div class="modal-lite__content modal-lite-xxl" role="document"> <div class="modal-lite__content-header"> <span aria-hidden="true" class="modal-lite__close" data-dismiss="modal-lite" aria-label="Close"> <svg viewBox="0 0 100 100" class="icon icon--large"><use xlink:href="#cross"></use></svg> </span> </div> <div class="modal-lite__content-body"></div> </div> </div> <footer class="bg-secondary-500 mt-0 footer" nodeType="ONEANDONE.JNodeTypes:Content.Footer"><div class="container"><div class="footer__info"><div class="footer__info-wrapper"><div class="row"><div class="col-xs-12 col-sm-12 col-md-3"><ul class="footer__info-list footer__info-list--level1"><li class="footer__info-list-item footer__info-list-item--level1 neos-contentcollection"><a href="https://mobile.1und1.de/" target="_self" class=" " id="footer_row0" title="Mobilfunk"><span class="link__text"><span>Mobilfunk</span></span></a><span class="footer__info-list-toggle" href="#controllId-1-1" data-bs-toggle="collapse" aria-controls="controllId-1-1" aria-expanded="true"><svg viewbox="0 0 100 100" class="icon icon icon--medium"><use xlink:href="#arrow--down"></use></svg></span><ul class="childCount-1 footer__info-list footer__info-list--level2 collapse neos-contentcollection" id="controllId-1-1"><li class="footer__info-list-item footer__info-list-item--level2"><a href="https://mobile.1und1.de/mobilfunktarife" target="_self" class=" " id="footer_row0_entry0" title="Mobilfunktarife"><span class="link__text"><span>Mobilfunktarife</span></span></a><ul class="footer__info-list footer__info-list--level3"><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/mobilfunkvertrag" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element0" title="Mobilfunkvertrag" data-linktarget="newpage"><span class="link__text"><span>Mobilfunkvertrag</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.1und1.de/handy/handytausch/" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element1" title="Handytausch" data-linktarget="newpage"><span class="link__text"><span>Handytausch</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/internet-im-ausland" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element2" title="Internet im Ausland" data-linktarget="newpage"><span class="link__text"><span>Internet im Ausland</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/rufnummernmitnahme" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element3" title="Rufnummernmitnahme" data-linktarget="newpage"><span class="link__text"><span>Rufnummernmitnahme</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/mobilfunkanbieter" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element4" title="Mobilfunkanbieter" data-linktarget="newpage"><span class="link__text"><span>Mobilfunkanbieter</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/handy-flatrate" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element5" title="Handy-Flat" data-linktarget="newpage"><span class="link__text"><span>Handy-Flat</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/all-net-flat-vergleich" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element6" title="All-Net-Flat" data-linktarget="newpage"><span class="link__text"><span>All-Net-Flat</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/unbegrenztes-datenvolumen" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element7" title="Unbegrenztes Datenvolumen bei Bedarf" data-linktarget="newpage"><span class="link__text"><span>Unbegrenztes Datenvolumen bei Bedarf</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.1und1.de/handytarife" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element8" title="Handytarife" data-linktarget="newpage"><span class="link__text"><span>Handytarife</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.1und1.de/handytarife-ohne-handy" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element9" title="Handytarife ohne Handy" data-linktarget="newpage"><span class="link__text"><span>Handytarife ohne Handy</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/handyvertrag-ohne-handy" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element10" title="Handyvertrag ohne Handy" data-linktarget="newpage"><span class="link__text"><span>Handyvertrag ohne Handy</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/handy-internet-flat" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element11" title="Handy-Internet-Flat" data-linktarget="newpage"><span class="link__text"><span>Handy-Internet-Flat</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/billiger-telefonieren" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry0_element12" title="Billiger Telefonieren" data-linktarget="newpage"><span class="link__text"><span>Billiger Telefonieren</span></span></a></div></li></ul></li><li class="footer__info-list-item footer__info-list-item--level2"><a href="https://www.1und1.de/sim-karte" target="_self" class=" " id="footer_row0_entry1" title="SIM-Karte"><span class="link__text"><span>SIM-Karte</span></span></a><ul class="footer__info-list footer__info-list--level3"><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/esim" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row0_entry1_element0" title="eSIM" data-linktarget="newpage"><span class="link__text"><span>eSIM</span></span></a></div></li></ul></li><li class="footer__info-list-item footer__info-list-item--level2"><a href="https://mobile.1und1.de/netzcheck" target="_self" class=" " id="footer_row0_entry2" title="Netzabdeckung"><span class="link__text"><span>Netzabdeckung</span></span></a><ul class="footer__info-list footer__info-list--level3"></ul></li></ul></li></ul></div><div class="col-xs-12 col-sm-12 col-md-3"><ul class="footer__info-list footer__info-list--level1"><li class="footer__info-list-item footer__info-list-item--level1 neos-contentcollection"><a href="https://mobile.1und1.de/datentarife" target="_self" class=" " id="footer_row1" title="Datentarife"><span class="link__text"><span>Datentarife</span></span></a><span class="footer__info-list-toggle" href="#controllId-2-1" data-bs-toggle="collapse" aria-controls="controllId-2-1" aria-expanded="true"><svg viewbox="0 0 100 100" class="icon icon icon--medium"><use xlink:href="#arrow--down"></use></svg></span><ul class="childCount-1 footer__info-list footer__info-list--level2 collapse neos-contentcollection" id="controllId-2-1"><li class="footer__info-list-item footer__info-list-item--level2"><a href="https://mobile.1und1.de/mobiles-internet" target="_self" class=" " id="footer_row1_entry0" title="Mobiles Internet"><span class="link__text"><span>Mobiles Internet</span></span></a><ul class="footer__info-list footer__info-list--level3"><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/datenflat" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row1_entry0_element0" title="Datenflat" data-linktarget="newpage"><span class="link__text"><span>Datenflat</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/tablet-flat" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row1_entry0_element1" title="Tablet-Flat" data-linktarget="newpage"><span class="link__text"><span>Tablet-Flat</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/notebook-flat" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row1_entry0_element2" title="Notebook-Flat" data-linktarget="newpage"><span class="link__text"><span>Notebook-Flat</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/prepaid-internet-flat" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row1_entry0_element3" title="Prepaid-Internet-Flat" data-linktarget="newpage"><span class="link__text"><span>Prepaid-Internet-Flat</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/mobiler-wlan-router" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row1_entry0_element4" title="Mobile WLAN-Router" data-linktarget="newpage"><span class="link__text"><span>Mobile WLAN-Router</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/prepaid-surfstick" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row1_entry0_element5" title="Surfstick" data-linktarget="newpage"><span class="link__text"><span>Surfstick</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/surfstick-ohne-vertrag" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row1_entry0_element6" title="Surfstick ohne Vertrag" data-linktarget="newpage"><span class="link__text"><span>Surfstick ohne Vertrag</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/internet-stick" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row1_entry0_element7" title="Internet-Stick" data-linktarget="newpage"><span class="link__text"><span>Internet-Stick</span></span></a></div></li></ul></li></ul></li></ul></div><div class="col-xs-12 col-sm-12 col-md-3"><ul class="footer__info-list footer__info-list--level1"><li class="footer__info-list-item footer__info-list-item--level1 neos-contentcollection"><a href="https://mobile.1und1.de/smartphones" target="_self" class=" " id="footer_row2" title="Smartphones"><span class="link__text"><span>Smartphones</span></span></a><span class="footer__info-list-toggle" href="#controllId-3-1" data-bs-toggle="collapse" aria-controls="controllId-3-1" aria-expanded="true"><svg viewbox="0 0 100 100" class="icon icon icon--medium"><use xlink:href="#arrow--down"></use></svg></span><ul class="childCount-1 footer__info-list footer__info-list--level2 collapse neos-contentcollection" id="controllId-3-1"><li class="footer__info-list-item footer__info-list-item--level2"><a href="https://mobile.1und1.de/handyvertrag" target="_self" class=" " id="footer_row2_entry0" title="Handy mit Vertrag"><span class="link__text"><span>Handy mit Vertrag</span></span></a><ul class="footer__info-list footer__info-list--level3"><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/iphone-16" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry0_element0" title="iPhone 16" data-linktarget="newpage"><span class="link__text"><span>iPhone 16</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/iphone-16-plus" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry0_element1" title="iPhone 16 Plus" data-linktarget="newpage"><span class="link__text"><span>iPhone 16 Plus</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/iphone-16-pro" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry0_element2" title="iPhone 16 Pro" data-linktarget="newpage"><span class="link__text"><span>iPhone 16 Pro</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/iphone-16-pro-max" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry0_element3" title="iPhone 16 Pro Max" data-linktarget="newpage"><span class="link__text"><span>iPhone 16 Pro Max</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/samsung-galaxy-s25" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry0_element4" title="Samsung Galaxy S25" data-linktarget="newpage"><span class="link__text"><span>Samsung Galaxy S25</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/samsung-galaxy-s25-ultra" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry0_element5" title="Samsung Galaxy S25 Ultra" data-linktarget="newpage"><span class="link__text"><span>Samsung Galaxy S25 Ultra</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/iphone-15" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry0_element6" title="iPhone 15" data-linktarget="newpage"><span class="link__text"><span>iPhone 15</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/samsung-galaxy-s24" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry0_element7" title="Samsung Galaxy S24" data-linktarget="newpage"><span class="link__text"><span>Samsung Galaxy S24</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/samsung-galaxy-s24-ultra" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry0_element8" title="Samsung Galaxy S24 Ultra" data-linktarget="newpage"><span class="link__text"><span>Samsung Galaxy S24 Ultra</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/samsung-galaxy-z-flip6" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry0_element9" title="Samsung Galaxy Z Flip6" data-linktarget="newpage"><span class="link__text"><span>Samsung Galaxy Z Flip6</span></span></a></div></li></ul></li><li class="footer__info-list-item footer__info-list-item--level2"><a href="https://www.1und1.de/handy-anbieter" target="_self" class=" " id="footer_row2_entry1" title="Handyanbieter"><span class="link__text"><span>Handyanbieter</span></span></a><ul class="footer__info-list footer__info-list--level3"><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.1und1.de/handy/apple/" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry1_element0" title="Apple iPhones" data-linktarget="newpage"><span class="link__text"><span>Apple iPhones</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.1und1.de/handy/xiaomi/" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry1_element1" title="Xiaomi Handys" data-linktarget="newpage"><span class="link__text"><span>Xiaomi Handys</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.1und1.de/handy/samsung/" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry1_element2" title="Samsung Handys" data-linktarget="newpage"><span class="link__text"><span>Samsung Handys</span></span></a></div></li></ul></li><li class="footer__info-list-item footer__info-list-item--level2"><a href="https://www.1und1.de/handyshop" target="_self" class=" " id="footer_row2_entry2" title="Handyshop"><span class="link__text"><span>Handyshop</span></span></a><ul class="footer__info-list footer__info-list--level3"><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/neues-iphone" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry2_element0" title="Neues iPhone" data-linktarget="newpage"><span class="link__text"><span>Neues iPhone</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.1und1.de/handy/neue-handys/" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row2_entry2_element1" title="Neue Handys " data-linktarget="newpage"><span class="link__text"><span>Neue Handys </span></span></a></div></li></ul></li></ul></li></ul></div><div class="col-xs-12 col-sm-12 col-md-3"><ul class="footer__info-list footer__info-list--level1"><li class="footer__info-list-item footer__info-list-item--level1 neos-contentcollection"><a href="https://mobile.1und1.de/tablets" target="_self" class=" " id="footer_row3" title="Tablets &amp; Laptops"><span class="link__text"><span>Tablets & Laptops</span></span></a><span class="footer__info-list-toggle" href="#controllId-4-1" data-bs-toggle="collapse" aria-controls="controllId-4-1" aria-expanded="true"><svg viewbox="0 0 100 100" class="icon icon icon--medium"><use xlink:href="#arrow--down"></use></svg></span><ul class="childCount-1 footer__info-list footer__info-list--level2 collapse neos-contentcollection" id="controllId-4-1"><li class="footer__info-list-item footer__info-list-item--level2"><a href="https://mobile.1und1.de/tablets?type=tablets" target="_self" class=" " id="footer_row3_entry0" title="Tablet mit Vertrag"><span class="link__text"><span>Tablet mit Vertrag</span></span></a><ul class="footer__info-list footer__info-list--level3"><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/ipad-pro-13" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row3_entry0_element0" title="iPad Pro 13“" data-linktarget="newpage"><span class="link__text"><span>iPad Pro 13“</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/ipad-air-11" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row3_entry0_element1" title="iPad Air 11&quot;" data-linktarget="newpage"><span class="link__text"><span>iPad Air 11"</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/ipad-11" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row3_entry0_element2" title="iPad" data-linktarget="newpage"><span class="link__text"><span>iPad</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/samsung-galaxy-tab-a9-lte" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row3_entry0_element3" title="Samsung Galaxy Tab A9" data-linktarget="newpage"><span class="link__text"><span>Samsung Galaxy Tab A9</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/samsung-galaxy-tab-s10-ultra" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row3_entry0_element4" title="Samsung Galaxy Tab S10 Ultra" data-linktarget="newpage"><span class="link__text"><span>Samsung Galaxy Tab S10 Ultra</span></span></a></div></li></ul></li><li class="footer__info-list-item footer__info-list-item--level2"><a href="https://mobile.1und1.de/tablets?type=laptops" target="_self" class=" " id="footer_row3_entry1" title="Laptop-Angebot "><span class="link__text"><span>Laptop-Angebot </span></span></a><ul class="footer__info-list footer__info-list--level3"><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/macbook-pro-m4-pro-14" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row3_entry1_element0" title="MacBook Pro M4 Pro 14″" data-linktarget="newpage"><span class="link__text"><span>MacBook Pro M4 Pro 14″</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/macbook-air-15-m3" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row3_entry1_element1" title="MacBook Air (15“, M3)" data-linktarget="newpage"><span class="link__text"><span>MacBook Air (15“, M3)</span></span></a></div></li><li class="footer__info-list-item footer__info-list-item--level3"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://mobile.1und1.de/asus-rog-strix-g17" target="_self" class="textlink textlink--lightblue textlink--switch-underline " data-linkid="footer_row3_entry1_element2" title="Asus ROG Strix G17" data-linktarget="newpage"><span class="link__text"><span>Asus ROG Strix G17</span></span></a></div></li></ul></li></ul></li></ul></div></div><ul class="footer__logos neos-contentcollection"><li class="footer__logos-item" style><a href="https://www.united-internet.de/unternehmen/verantwortung.html" title target="_self" data-linkid="imageLink72fd8df1"><div><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/529e411180d9ed68112829eba44c54645b488af9/vi-mig.png?bust=3" /></div></a></li><li class="footer__logos-item" style><a href="https://unternehmen.1und1.de/unternehmen/umwelt-und-klimaschutz/" title target="_self" data-linkid="imageLink6c656841"><div><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/ac6c48e0fa19441b2f96ce53afc1b4f85f3d0dcb/vi-green.jpg?bust=3" /></div></a></li><li class="footer__logos-item" style><a href="https://www.united-internet.de/" title target="_self" data-linkid="imageLink07f15317"><div><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/ad5bcc8bee7c75d48a9eab876974c7e2d4ea623d/vi-ui.png?bust=3" /></div></a></li></ul></div></div><div class="row"><div class="col-12"><ul class="footer__nav neos-contentcollection"><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://unternehmen.1und1.de/unternehmen/umwelt-und-klimaschutz/" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLinkf1090948" title="Nachhaltigkeit" data-linktarget="newpage"><span class="link__text"><span>Nachhaltigkeit</span></span></a></div></li><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://unternehmen.1und1.de/unternehmen/soziales-engagement/" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLinke3be6d7d" title="Engagement" data-linktarget="newpage"><span class="link__text"><span>Engagement</span></span></a></div></li><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://karriere.1und1.de/" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLinkf7bf740a" title="Jobs" data-linktarget="newpage"><span class="link__text"><span>Jobs</span></span></a></div></li><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://unternehmen.1und1.de/presse/" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLinkfdc81b49" title="Newsroom" data-linktarget="newpage"><span class="link__text"><span>Newsroom</span></span></a></div></li><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.1und1.de/partnerprogramme" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLinkb308af77" title="Partnerprogramme" data-linktarget="newpage"><span class="link__text"><span>Partnerprogramme</span></span></a></div></li><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://hilfe-center.1und1.de/#?linkId=ft.nav.helpandcontact.hosting&amp;hc=website" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLinka58fae22" title="Hilfe-Center" data-linktarget="newpage"><span class="link__text"><span>Hilfe-Center</span></span></a></div></li><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.ionos.de/digitalguide/" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLink5ed8fb1f" title="Digital Guide" data-linktarget="newpage"><span class="link__text"><span>Digital Guide</span></span></a></div></li><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.1und1.de/agb" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLink14fccc62" title="AGB" data-linktarget="newpage"><span class="link__text"><span>AGB</span></span></a></div></li><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.1und1.de/entsorgung/" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLink7c01ad72" title="Entsorgung" data-linktarget="newpage"><span class="link__text"><span>Entsorgung</span></span></a></div></li><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://www.1und1.de/Datenschutz" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLinkeef9aca5" title="Datenschutz" data-linktarget="newpage"><span class="link__text"><span>Datenschutz</span></span></a></div></li><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="http://unternehmen.1und1.de/impressum/" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLink03c94cdb" title="Impressum" data-linktarget="newpage"><span class="link__text"><span>Impressum</span></span></a></div></li><li class="footer__nav-item"><div class nodeType="ONEANDONE.JNodeTypes:Content.TextLink"><a href="https://control-center.1und1.de/kuendigung" target="_self" class="textlink textlink--white textlink--switch-underline " data-linkid="textLinkf6d5251d" title="Vertrag kündigen" data-linktarget="newpage"><span class="link__text"><span>Vertrag kündigen</span></span></a></div></li></ul></div></div><div class="row"><div class="col-12 col-md-6"><span class="footer__copyright">© 2025 1&1 Telecom GmbH</span></div><div class="col-12 col-md-6"><ul class="footer__social neos-contentcollection"><li class="footer__social-item" style="overflow: auto"><a href="https://www.facebook.com/1und1" title target="_blank" data-linkid="imageLink417e65c5"><div><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/d6f7615e22396778787074b7e3c7d76ee4911889/facebook.svg?bust=3" /></div></a></li><li class="footer__social-item" style="overflow: auto"><a href="https://www.instagram.com/1und1/" title target="_blank" data-linkid="imageLinkeadf723a"><div><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/2aed61bb727294182ecd1c106f222a44d7995aa0/instagram-logo.svg?bust=3" /></div></a></li><li class="footer__social-item" style="overflow: auto"><a href="https://twitter.com/1und1" title target="_blank" data-linkid="imageLink798c8386"><div><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/2ce3a922137d6bb18f61efbecc1a6efc7d8b60e5/twitter.svg?bust=3" /></div></a></li><li class="footer__social-item" style="overflow: auto"><a href="https://www.youtube.com/user/1und1" title target="_blank" data-linkid="imageLink7a3ac56c"><div><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/deeb0ca24aa0d0cbcc069c0f45a4777fcf740932/youtube.svg?bust=3" /></div></a></li><li class="footer__social-item" style="overflow: auto"><a href="https://www.linkedin.com/company/1und1de/" title target="_blank" data-linkid="imageLink22c8b35b"><div><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/c9955fafdf1efe7c3ef9413b211f8f527c6a81bb/linkedin.svg?bust=3" /></div></a></li><li class="footer__social-item" style="overflow: auto"><a href="https://www.xing.com/pages/1-1" title target="_blank" data-linkid="imageLink1b853fdd"><div><img loading="lazy" class=" img-fluid " alt title src="/_Resources/Persistent/7f802e4ef61c049da1a887d2878f9c87bc399f47/xing.svg?bust=3" /></div></a></li></ul></div></div></div></footer> <div class="container neos-contentcollection"><div class="neos-nodetypes-contentreferences"><div class nodeType="ONEANDONE.JNodeTypes:Content.AccordionUniversal"><section class="accordion container accordion--light accordion--outline"><div class="col-sm-12 row g-0"><div class="col-sm-12 accordion__list" id="accordion"><div class="neos-contentcollection"><div class="accordion__item"><p id="headinge09bc3" class="accordion__title" onclick=" if(false) {changeHeadlineAccordione09bc3()}"><button class="accordion__button" data-bs-toggle="collapse" data-bs-target="#collapsee09bc3" aria-expanded="true" aria-controls="collapsee09bc3"><span class="accordion__question ">* Produkthinweise</span><svg viewbox="0 0 100 100" class="icon accordion__icon icon--medium"><use xlink:href="#arrow--up"></use></svg></button></p><div id="collapsee09bc3" class="collapse show" data-bs-parent="#accordion9ae5c"><div class="accordion__answer" aria-labelledby="headinge09bc3"><p><p><span><strong>1&amp;1 Unlimited XL</strong> mit unbegrenztem Highspeed-Datenvolumen/Mon. (bis zu 300 MBit/s im Download und bis zu 50 MBit/s im Upload) die ersten 3 Monate&nbsp;für 9,99 €/Mon., danach für 49,99 €/Mon. Inklusive Telefonate in dt. Fest- und Handynetze sowie Verbindungen innerhalb des EU-Auslands und aus der EU nach Deutschland. Unlimitiertes Telefonieren und Surfen gilt nicht für Sonder- und Premiumdienste, Verbindungen aus Deutschland ins Ausland sowie Roaming außerhalb der EU gemäß Preisliste. Bereitstellungspreis 39,90 €. 24 Monate Vertragslaufzeit. Änderungen und Irrtümer vorbehalten.&nbsp;</span></p><p><span><strong>1&amp;1&nbsp;All-Net-Flat M </strong>mit 60 GB Highspeed-Volumen/Monat (bis zu 300 MBit/s im Download/bis zu 50 MBit/s im Upload, nach Verbrauch des monatlichen Datenvolumens je max. 64 kBit/s) die ersten 3 Monate 9,99 €/Monat, danach 24,99 €/Monat. Angebot gilt bei Tarifbestellungen ohne Hardware. Gratis Telefonieren und Surfen gilt nicht für Sonder- und Premiumdienste, Verbindungen aus Deutschland ins Ausland sowie Roaming außerhalb EU gemäß Preisliste. Telefonate in dt. Fest- und Handynetze inklusive sowie Verbindungen innerhalb des EU-Auslands und aus EU nach Deutschland plus Island, Liechtenstein und Norwegen. Bereitstellungspreis 19,90 €. 24 Monate Vertragslaufzeit.</span><br><br><strong>1&amp;1 All-Net-Flat 100 GB </strong><span>mit 100 GB Highspeed-Volumen/Monat (bis zu 100 MBit/s im Download/bis zu 50 MBit/s im Upload, nach Verbrauch des monatlichen Datenvolumens je max. 64 kBit/s) für dauerhaft 19,99 €/Monat. Angebot gilt bei Tarifbestellungen ohne Hardware. Gratis Telefonieren und Surfen gilt nicht für Sonder- und Premiumdienste, Verbindungen aus Deutschland ins Ausland sowie Roaming außerhalb EU gemäß Preisliste. Telefonate in dt. Fest- und Handynetze inklusive sowie Verbindungen innerhalb des EU-Auslands und aus EU nach Deutschland plus Island, Liechtenstein und Norwegen. Bereitstellungspreis 19,90 €. 24 Monate Vertragslaufzeit.&nbsp;</span></p><p><span><strong>Neueste Smartphones ab 0,–&nbsp;€ einmalig</strong> in Verbindung mit einem Laufzeitvertrag, z.B. das Samsung Galaxy S24 FE in Verbindung mit der 1&amp;1 All-Net-Flat XS mit 2 GB Highspeed-Volumen/Monat (bis zu 300 MBit/s im Download, bis zu 50 MBit/s im Upload, danach je max. 64 kBit/s)&nbsp;die ersten 3 Monate für 26,99 €/Mon., danach 34,99/Mon. Gratis Telefonieren und Surfen gilt nicht für Sonder- und Premiumdienste, Verbindungen aus Deutschland ins Ausland sowie Roaming außerhalb EU gemäß Preisliste. Telefonate in dt. Fest- und Handynetze inklusive sowie Verbindungen innerhalb des EU-Auslands und aus EU nach Deutschland plus Island, Liechtenstein und Norwegen. Bereitstellungspreis 39,90 €. 24 Monate Vertragslaufzeit. Bestimmte AI-Funktionen setzen einen Samsung Account Login voraus. Galaxy AI ist in Deutschland ab 16 Jahren verfügbar.&nbsp;</span><br><br><strong>Samsung Galaxy S25 inkl. Samsung Galaxy Watch7</strong><span> und 2 SIM-Karten (zweite SIM-Karte ohne Aufpreis als eSIM mit gleicher Rufnummer) für 0,– € einmalig, z.B. in Verbindung mit der 1&amp;1 All-Net-Flat XS mit 2 GB Highspeed-Volumen/Mon. (bis zu 300 MBit/s im Download/bis zu 50 MBit/s im Upload, danach je max. 64 kBit/s) für 39,99 €/Monat die ersten 3 Monate, danach 47,99 €/Monat. Unlimitiertes Telefonieren gilt nicht für Sonder- und Premiumdienste, Verbindungen aus Deutschland ins Ausland sowie Roaming außerhalb der EU gemäß Preisliste. Inklusive Telefonate in dt. Fest- und Handynetze sowie Verbindungen innerhalb des EU-Auslands und aus der EU nach Deutschland. Bereitstellungspreis 39,90 €. 24 Monate Vertragslaufzeit. Bestimmte AI-Funktionen setzen einen Samsung Account Login voraus. Galaxy AI ist in Deutschland ab 16 Jahren verfügbar. Änderungen und Irrtümer vorbehalten.&nbsp;</span></p><p><strong>iPhones der iPhone 16 Familie auf Wunsch mit Apple Watch</strong><span> für je 0,– € einmalig, z.B. das iPhone 16 in Verbindung mit der 1&amp;1 All-Net-Flat XS mit 2 GB Highspeed-Volumen/Mon. (bis zu 300 MBit/s im Download/bis zu 50 MBit/s im Upload, danach je max. 64 kBit/s) für 44,99 €/Monat die ersten 3 Monate, danach 47,99 €/Monat. Unlimitiertes Telefonieren gilt nicht für Sonder- und Premiumdienste, Verbindungen aus Deutschland ins Ausland sowie Roaming außerhalb der EU gemäß Preisliste. Inklusive Telefonate in dt. Fest- und Handynetze sowie Verbindungen innerhalb des EU-Auslands und aus der EU nach Deutschland. Bereitstellungspreis 39,90 €. 24 Monate Vertragslaufzeit.&nbsp;</span></p><p><span><strong>Das Angebot eines Probeabos für Google One AI Premium, Fitbit Premium und YouTube Premium</strong>&nbsp;gilt für berechtigte Nutzerinnen und Nutzer der einzelnen Dienste über 18 Jahren beim Kauf und bei der Aktivierung des Aktionsgeräts (Pixel 9 Pro, Pixel 9 Pro Fold oder Pixel 9 Pro XL) vor dem 31. Oktober 2025 für Google One AI Premium und vor dem 31. Dezember 2025 für Fitbit Premium und YouTube Premium. Das Angebot endet am 15. November 2025 um 23:59 Uhr MEZ für Google One AI Premium und am 31. Dezember 2025 um 23:59 Uhr MEZ für Fitbit Premium und YouTube Premium. Zur Registrierung ist ein gültiges Zahlungsmittel erforderlich, das nach Ablauf des jeweiligen Probezeitraums automatisch mit der monatlichen Abogebühr von 21,99&nbsp;€ für Google One AI Premium, 8,99&nbsp;€ für Fitbit Premium bzw. 12,99&nbsp;€ für YouTube Premium (inkl. MwSt.) belastet wird, sofern das Abo nicht vorher gekündigt wird. Jederzeit kündbar. Für unvollständige Abrechnungszeiträume sind keine Erstattungen möglich. Wird das erworbene Gerät zurückgegeben, kann dies die Kündigung sämtlicher Abos zur Folge haben. Unter&nbsp;</span><a target="_blank" href="https://www.youtube.com/premium/restrictions" rel="nofollow noopener external"><span><u>youtube.com/premium/restrictions</u></span></a><span>,&nbsp;</span><a target="_blank" href="https://support.google.com/product-documentation/answer/14816019#fitbit-paid-services" rel="nofollow noopener external"><span><u>g.co/fitbitpremium/tos</u></span></a><span>&nbsp;und&nbsp;</span><a target="_blank" href="https://one.google.com/offer/terms-and-conditions/pixel9" rel="nofollow noopener external"><span><u>one.google.com/offer/terms-and-conditions/pixel9</u></span></a><span>&nbsp;finden Sie die vollständigen Angebotsbedingungen.</span><br><br><span><strong>1&amp;1&nbsp;All-Net-Flat XS </strong>mit 2 GB Highspeed-Volumen/Monat (bis zu 300 MBit/s im Download/bis zu 50 MBit/s im Upload, nach Verbrauch des monatlichen Datenvolumens max. 64 kBit/s) die ersten 3 Monate 9,99 €/Monat, danach 14,99 €/Monat.&nbsp;Angebot gilt bei Tarifbestellungen ohne Hardware. Gratis Telefonieren und Surfen gilt nicht für Sonder- und Premiumdienste, Verbindungen aus Deutschland ins Ausland sowie Roaming außerhalb EU gemäß Preisliste. Telefonate in dt. Fest- und Handynetze inklusive sowie Verbindungen innerhalb des EU-Auslands und aus EU nach Deutschland plus Island, Liechtenstein und Norwegen. Bereitstellungspreis 19,90 €. 24 Monate Vertragslaufzeit.</span><br><br><span><strong>Young Smartphones ab 0,– € einmalig </strong>in Verbindung mit einem 1&amp;1 All-Net-Flat-Tarif Young-Laufzeitvertrag, z.B. das iPhone 16, iPhone 16 Pro oder Samsung Galaxy S25 für je 0,– € einmalig in Verbindung mit dem 1&amp;1 Volumen-Tarif Young XS mit 3 GB Highspeed-Volumen/Monat (bis zu 300 MBit/s im Download/bis zu 50 MBit/s im Upload, danach je max. 64 kBit/s) 3 Monate für 44,99 €/Monat (iPhone 16) bzw. 54,99 €/Monat (iPhone 16 Pro) bzw. 29,99 €/Monat (S25), danach 47,99 €/Monat (iPhone 16) bzw. 57,99 €/Monat (iPhone 16 Pro) bzw. 47,99 €/Monat (S25). Gratis Telefonieren und Surfen gilt nicht für Sonder- und Premiumdienste, Verbindungen aus Deutschland ins Ausland sowie Roaming außerhalb EU gemäß Preisliste. Telefonate in dt. Fest- und Handynetze inklusive sowie Verbindungen innerhalb des EU-Auslands und aus EU nach Deutschland plus Island, Liechtenstein und Norwegen. Bereitstellungspreis je 39,90 €. Je 24 Monate Vertragslaufzeit. Mindestalter 18 Jahre, Höchstalter 28 Jahre.</span></p><p><span><strong>1&amp;1 Family-Vorteil: </strong>Voraussetzung ist die Buchung oder das Bestehen eines Mobilfunkvertrages mit 24 Monaten Mindestvertragslaufzeit über eine 1&amp;1 Unlimited on demand S, M, L oder XL („Hauptkarte“). Bis zu 40 € Startguthaben auf die monatliche Tarifgrundgebühr für jede weitere Zusatzkarte. Ein etwaiger monatlicher Hardware-Aufpreis bleibt von dem Rabatt unberührt. Max. 5 Zusatzkarten pro Hauptvertrag. Der Tarif aller Zusatzkarten entspricht dem Tarif der Hauptkarte, z.B. 1&amp;1 Unlimited XL mit unlimitierten GB Highspeed-Volumen/Monat (bis zu 300 MBit/s im Download/bis zu 50 MBit/s im Upload) die ersten 3 Monate für 9,99 €/Monat, danach 47,99 €/Monat. Jede weitere Zusatzkarte mit 1&amp;1 Unlimited XL die ersten 3 Monate für 9,99 €/Monat, danach 47,99 €/Monat. Gratis Telefonieren und Surfen gilt nicht für Sonder- und Premiumdienste, Verbindungen aus Deutschland ins Ausland sowie Roaming außerhalb EU gemäß Preisliste. Telefonate in dt. Fest- und Handynetze inklusive sowie Verbindungen innerhalb des EU-Auslands und aus EU nach Deutschland plus Island, Liechtenstein und Norwegen. Bereitstellungspreis einmalig 39,90 €. 24 Monate Vertragslaufzeit pro Karte. Bei Wegfall des Hauptvertrages wird eine Zusatzkarte zu den Konditionen des Hauptvertrages fortgeführt.</span><br><br><span><strong>1&amp;1 Vorteilswelt: </strong>Wählen Sie ein Zusatzgerät zu Ihrem Mobilfunkvertrag. Je nach Gerät zzgl. Einmalzahlung oder 24-monatiger Ratenzahlung. Nur in Verbindung mit Tarifen mit Mindestvertragslaufzeit. Abbildungen ähnlich. Nur solange der Vorrat reicht.</span></p><p>&nbsp;</p><p><strong>1&amp;1 Service Card</strong></p><p><strong>Sofort-Start:</strong> Bei Bestellungen von Mobilfunkprodukten, wie z.B. 1<span>&amp;1 Volumen-Tarif</span> oder 1&amp;1 Daten-Flat, und Auswahl des 1&amp;1 Overnight-Service oder bei Bestellungen von Festnetzprodukten, wie z.B. 1&amp;1 DSL, und Auswahl der 1&amp;1 Sofort-Start-Option können Sie bereits morgen durchstarten: Wenn Sie montags bis freitags bis 20:00 Uhr (samstags bis 12:00 Uhr) bestellen (Eingang im elektronischen Bestellsystem der 1&amp;1), erhalten Sie Ihre verfügbare Lieferung bereits am nächsten Werktag (erster Zustellversuch innerhalb Deutschlands; ausgeschlossen Inseln und ungültige Zieladressen). Bestellungen, die an Feiertagen oder an Tagen vor Feiertagen nach 20 Uhr bei 1&amp;1 eingehen: Lieferung ca. am übernächsten Werktag. Weitere Details sind unserer <a target="_blank" rel="noopener external" href="http://var.uicdn.net/pdfs/1und1_Leistungsbeschreibung_Mobilfunk.pdf">Leistungsbeschreibung</a> zu entnehmen.</p><p><strong>Alt gegen Neu</strong>: Prämie ist abhängig vom eingesendeten Gerät (Modell &amp; Marke). Auszahlung nach Einsendung Ihres alten Geräts. Es gelten die Alt gegen Neu (Trade-In) Bedingungen. Der Service umfasst nicht Geräte, die als kostenlose Beigabe oder als Zweitgerät im Rahmen einer Aktion zusätzlich ausgegeben wurden. Voraussetzung ist der Kauf eines neuen Gerätes in Verbindung mit einem 1<span>&amp;1 Volumen-Tarif</span> oder 1&amp;1 Daten-Flat.<br><br><strong>24 h Austausch-Service: </strong>Gilt für Smartphones in Verbindung mit dem 1<span>&amp;1 Volumen-Tarif </span>und nur mit gleichzeitiger Vertragsverlängerung (24 Monate) sowie Rückgabe des defekten Gerätes. Gilt nicht bei mutwilligen Schäden. Austausch in selbstverschuldeten Fällen nur einmal innerhalb der vergangenen 4 Wochen. Der Service umfasst nicht Geräte, die als kostenlose Beigabe oder als Zweitgerät im Rahmen einer Aktion zusätzlich ausgegeben wurden. Es gelten die weiteren Servicebedingungen.<br><br><strong>30 Tage testen:</strong> Sonderkündigung im ersten Monat möglich. 1&amp;1 erstattet Ihnen umgehend einen eventuell gezahlten Gerätepreis und berechnet Ihnen lediglich speziell angefallene Verbrauchskosten (z.B. Auslandstelefonate) sowie tagesgenau die anteilige Grundgebühr. Abhol-Service: Für die Rücksendung Ihres Smartphones oder Tablets nutzen Sie einfach den Rücksendeschein in Ihrem Paket. Sie können das Paket in jeder DHL-Filiale oder jedem Hermes Paket-Shop abgeben. Alternativ können Sie auch telefonisch unter 0721 96 00 unseren kostenlosen Abhol-Service beauftragen. So wird das Paket bequem montags bis samstags, an einem Tag Ihrer Wahl, zwischen 8 und 20 Uhr an Ihrer Wunschadresse abgeholt.<br>&nbsp;</p><p>&nbsp;</p><p><strong>1&amp;1 DSL &amp; Glasfaser</strong></p><p>Z. B.<strong> 1&amp;1 Glasfaser 50 </strong>für 29,99&nbsp;€/Monat oder 1&amp;1 Glasfaser 1000 für 59,99&nbsp;€/Monat. Dauerpreis: Kein Preissprung während der gesamten Laufzeit. Internet-Flat: Unbegrenzt surfen bis zu 50&nbsp;MBit/s (1&amp;1 Glasfaser 50)&nbsp;oder bis zu 1000&nbsp;MBit/s (1&amp;1 Glasfaser 1000). Glasfaser-Tarife in vielen Regionen möglich. Sofern keine Glasfaserleitung vorhanden: Ausbau und Eigentümergenehmigung erforderlich. Aktion: Baumaßnahmen kostenfrei. Für alle Tarife gilt: Telefon-Flat: Kostenlos ins dt. Festnetz telefonieren. Anrufe in dt. Mobilfunknetze 19,9 ct/Min. Mögliche Hardware: z. B. 1&amp;1 HomeServer Glasfaser für 6,99&nbsp;€/Monat. Der Preis fällt zu den zusätzlichen monatlichen Tarifleistungen an, die zusammen mit der Hardware angeboten werden. Versand: einmalig 9,90&nbsp;€. Bereitstellungspreis: einmalig 69,95&nbsp;€. Mindestlaufzeit: 24 Monate. Kündigungsfrist: 1 Monat zum Ende der Vertragslaufzeit.</p><p><strong>Baukostenersparnis:</strong> Bei Bestellung eines 1&amp;1 Glasfaser-Direktanschlusses bis zum Ende der Vorvermarktungsphase entfallen die Kosten für die Herstellung Ihres Hausanschlusses bis in die Wohnung (FTTH), vorausgesetzt, die Anschlussadresse für den Tarif ist mit der Adresse des mit Glasfaser anzuschließenden Gebäudes identisch. Die Bereitstellung des Glasfaseranschlusses erfolgt, vorausgesetzt Ihr Vermieter/Ihre Hausgemeinschaft willigt in den Ausbau ein, das Auskundungsprotokoll (Vor-Ort-Termin) bestätigt den Ausbau und die Mindestanzahl an Aufträgen im geplanten Ausbaugebiet kommt zusammen.</p><p><strong>1&amp;1 DSL 50</strong> für 12 Monate für 9,99&nbsp;€/Monat, danach 39,99&nbsp;€/Monat. Internet-Flat: Unbegrenzt surfen mit bis zu 50&nbsp;MBit/s. Für alle Tarife gilt: Telefon-Flat: Rund um die Uhr kostenlos ins dt. Festnetz telefonieren. Anrufe in alle dt. Mobilfunknetze 19,9 ct/Min. Mögliche Hardware: z. B. 1&amp;1 HomeServer+ für 6,99&nbsp;€/Monat. Der Preis fällt zu den zusätzlichen monatlichen Tarifleistungen an, die zusammen mit der Hardware angeboten werden. Router-Versand: einmalig 9,90&nbsp;€. Bereitstellungspreis: einmalig 49,95&nbsp;€. Mindestlaufzeit: 24 Monate. Kündigungsfrist: 1 Monat zum Ende der Vertragslaufzeit. 30 Tage testen: Sonderkündigung im ersten Monat.</p><p><strong>1&amp;1 Cinema:</strong> Es entstehen keine monatlichen Kosten. Tausende Filme, viele davon kostenlos oder bereits ab 2,99&nbsp;€ zum Leihen oder Kaufen, wahlweise je nach Verfügbarkeit in UHD, HD oder SD-Qualität mit Ihrem Smart-TV oder eigenem Streaming-Adapter (Amazon Fire TV Stick sowie Google Chromecast) bzw. 1&amp;1 TV und Filme-App (Android/iOS) sowie Webclient 1und1.tv im Heim-WLAN streamen. Geliehene Inhalte sind nach Start 48 h frei verfügbar. Voraussetzung ist ein 1&amp;1 DSL- oder Glasfaser-Anschluss mit 24 Monaten Mindestvertragslaufzeit ab 50&nbsp;MBit/s, bei Glasfaser-Neukunden ab 100&nbsp;MBit/s. Keine Mindestvertragslaufzeit, endet spätestens mit dem Internet-Vertrag.</p><p><strong>&nbsp;</strong></p><p><strong>1&amp;1 Service Card</strong></p><p><strong>Overnight-Lieferung:</strong> Bei Bestellungen von Mobilfunkprodukten, wie z.B. <span>1&amp;1 Volumen-Tarifen</span> oder 1&amp;1 Daten-Flat, und Auswahl des 1&amp;1 Overnight-Service oder bei Bestellungen von Festnetzprodukten, wie z.B. 1&amp;1 DSL, und Auswahl der 1&amp;1 Overnight-Lieferung-Option können Sie bereits morgen durchstarten: Wenn Sie montags bis freitags bis 20:00 Uhr (samstags bis 12:00 Uhr) bestellen (Eingang im elektronischen Bestellsystem der 1&amp;1), erhalten Sie Ihre verfügbare Lieferung bereits am nächsten Werktag (erster Zustellversuch innerhalb Deutschlands; ausgeschlossen Inseln und ungültige Zieladressen). Bestellungen, die an Feiertagen oder an Tagen vor Feiertagen nach 20 Uhr bei 1&amp;1 eingehen: Lieferung ca. am übernächsten Werktag. Weitere Details sind unserer <a target="_blank" rel="noopener external" href="http://var.uicdn.net/pdfs/1und1_Leistungsbeschreibung_Mobilfunk.pdf">Leistungsbeschreibung</a> zu entnehmen.</p><p><strong>Alt gegen Neu</strong>: Prämie ist abhängig vom eingesendeten Gerät (Modell &amp; Marke). Auszahlung nach Einsendung Ihres alten Geräts. Es gelten die Alt gegen Neu (Trade-In) Bedingungen. Der Service umfasst nicht Geräte, die als kostenlose Beigabe oder als Zweitgerät im Rahmen einer Aktion zusätzlich ausgegeben wurden. Voraussetzung ist der Kauf eines neuen Gerätes in Verbindung mit einem 1<span>&amp;1 Volumen-Tarif </span>oder einer 1&amp;1 Daten-Flat.</p><p><strong>24 h Austausch-Service: </strong>Gilt für Smartphones in Verbindung mit <span>1&amp;1 Volumen-Tarifen</span> und nur mit gleichzeitiger Vertragsverlängerung (24 Monate) sowie Rückgabe des defekten Gerätes. Gilt nicht bei mutwilligen Schäden. Austausch in selbstverschuldeten Fällen nur einmal innerhalb der vergangenen 4 Wochen. Der Service umfasst nicht Geräte, die als kostenlose Beigabe oder als Zweitgerät im Rahmen einer Aktion zusätzlich ausgegeben wurden. Es gelten die weiteren Servicebedingungen.<br><br><strong>30 Tage testen:</strong> Sonderkündigung im ersten Monat möglich. 1&amp;1 erstattet Ihnen umgehend einen eventuell gezahlten Gerätepreis und berechnet Ihnen lediglich speziell angefallene Verbrauchskosten (z.B. Auslandstelefonate) sowie tagesgenau die anteilige Grundgebühr. Abhol-Service: Für die Rücksendung Ihres Smartphones oder Tablets nutzen Sie einfach den Rücksendeschein in Ihrem Paket. Sie können das Paket in jeder DHL-Filiale oder jedem Hermes Paket-Shop abgeben. Alternativ können Sie auch telefonisch unter 0721 96 00 unseren kostenlosen Abhol-Service beauftragen. So wird das Paket bequem montags bis samstags, an einem Tag Ihrer Wahl, zwischen 8 und 20 Uhr an Ihrer Wunschadresse abgeholt.</p><p><strong>1&amp;1 WLAN-Versprechen:</strong> Beratung ist abhängig von den örtlichen Gegebenheiten und WLAN-Standard. Ausgenommen sind sicherheitsrelevante Systeme. 1&amp;1 ist nicht verantwortlich für den unrechtmäßigen Einsatz von Überwachungskameras.&nbsp;</p><p>Abbildung ähnlich, Änderungen und Irrtümer vorbehalten. Preise inkl. MwSt. 1&amp;1 Telecom GmbH, 56403 Montabaur.</p></p></div><div class="neos-contentcollection"></div></div></div></div></div></div></section></div></div></div> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).baseApiUrl="https:\/\/api.1und1.de";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).servertimeUTC="2025-04-07T06:43:23.432";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_SMALL_SCREEN_business="0721 \/ 960 9171";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_TABLET_business="0721 \/ 960 9165";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_TABLET_private="0721 \/ 960 9165";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_MOBILE_business="";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_BIG_SCREEN_business="0721 \/ 960 9170";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_BIG_SCREEN_private="0721 \/ 960 9165";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_DSL_business="0721 \/ 960 9172";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_DSL_private="0721 \/ 960 9153";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_SUPPORT="0721 \/ 9600";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_SUPPORT_DSL="0721 \/ 9600";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_SUPPORT_DSL_BUSINESS="0721 \/ 9609123";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_EUE="0721 \/ 9605727";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_SUPPORT_MOBILE="0721 \/ 9600";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_SUPPORT_MOBILE_BUSINESS="0721 \/ 9609123";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_GLASFASER_business="0800 \/ 102363041";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_GLASFASER_private="0800 \/ 102363041";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_SMALL_SCREEN_private="0721 \/ 960 6000";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_MOBILE_private="";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_KWK="0721 \/ 9604565";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PROFI_SELLER_ID="";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_SUPPORT_MOBILE_BK="0721 \/ 960 9600";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_SUPPORT_DSL_BK="0721 \/ 960 9600";</script> <script>(window.__oneandoneAccess=window.__oneandoneAccess||{}).PHONE_MOBILE_DSP="0721 \/ 960 9730";</script> <script src="/_Resources/Persistent/90073e0783ba732f23ab6713ad0ceaee042c8896/main.js?bust=3"></script> <script src="/_Resources/Static/Packages/ONEANDONE.NNodeTypes/1743750791/JavaScript/bs-transformer.js?bust=3"></script> <script src="/_Resources/Static/Packages/ONEANDONE.NNodeTypes/1743750791/JavaScript/shop-general.js?bust=3"></script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "https://www.1und1.de/", "name": "1&amp;1", "potentialAction": { "@type": "SearchAction", "target":"https://www.1und1.de/suche?query={search_term_string}", "query-input": "required name=search_term_string" } } </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "1&amp;1 Telecommunication SE", "brand": "1&amp;1", "parentOrganization": "United Internet AG", "url": "https://www.1und1.de/", "logo": "https://www.united-internet.de/fileadmin/brands/downloads/logo-1und1.jpg", "address": { "@type": "PostalAddress", "streetAddress": "Elgendorfer Str. 57", "addressLocality": "Montabaur", "addressRegion": "Rheinland-Pfalz", "postalCode": "56410", "addressCountry": "DE" }, "contactPoint": [ { "@type": "ContactPoint", "telephone": "+49-721-9600", "contactType": "customer support", "areaServed": [ "DE" ] }, { "@type": "ContactPoint", "telephone": "+49-721-9605727", "contactType": "sales", "areaServed": [ "DE" ] } ], "sameAs": [ "https://de-de.facebook.com/1und1/", "https://twitter.com/1und1", "https://plus.google.com/+1und1", "https://www.xing.com/companies/1&amp;1", "https://de.linkedin.com/company/1&amp;amp;1-internet-ag", "https://www.pinterest.de/1und1de/", "https://www.youtube.com/1und1" ] } </script> <script src="/_Resources/Static/Packages/ONEANDONE.ReactNodeTypes/1743750791/JavaScript/main.js?bust=3"></script><script id="tealium-append.js">window.utag_cfg_ovrd = { noview : true }; window._1und1datalayer.push({ 'event': 'pageview.send', 'timestamp': new Date() }); (function(a,b,c,d){ if (window.location.hostname.split('.').slice(-2).join('.') == '1und1.cloud') { a='//tags.tiqcdn.com/utag/1und1/onlineshop/qa/utag.js'; } else { a='//tags.tiqcdn.com/utag/1und1/onlineshop/prod/utag.js'; } b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true; a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a); })(); </script><script> const contactType = ['phone', 'chat', 'support']; const contactState = ['open', 'closed']; (function contactEventTracking() { for (let type of contactType) { for (let state of contactState) { let eventNamespace = `contact-palette-${type}_${state}`; document.addEventListener(eventNamespace, function() { window._1und1datalayer.push({ 'event': 'genericevent.send', 'genericevent': { 'category': 'genericevent.send', 'name': eventNamespace, 'action': 'view', 'type': 'custom' } }) }, false); } } }()); </script><script> (function() { document.addEventListener('nk1und1nav:showKwKLink', function(event) { let nk1und1NavigationMetaItem = document.getElementsByClassName('nk1und1-kwk-navigation-meta__link'); nk1und1NavigationMetaItem.forEach(element => {element.classList.remove('d-none')}); }); })(); </script><script id="RecurringModal.js" data-modal-headline="Willkommen zurück bei 1&amp;1!" data-modal-sublineCart="Sie haben sich vor kurzem in unserem Shop umgesehen. Möchten Sie Ihre Bestellung abschließen?" data-modal-sublineNoCart="Sie haben sich vor kurzem in unserem Shop umgesehen." data-modal-sectionHeadline="Derzeit besonders beliebt bei uns:" data-modal-offerButton="Zum Angebot" data-modal-cartButton="Zum Warenkorb" data-modal-productButton="Zum Produkt" src="/_Resources/Static/Packages/ONEANDONE.JNodeTypes/1743750791/JavaScript/RecurringModal/RecurringModal.js?bust=3"></script></body></html>

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