Make Your Mobile · Wuppertal · Werth 46

Dein Handy.
Dein Style.

Smartphones, Tarife & persönliche Beratung — direkt bei dir in Wuppertal. Wir machen dein Handy zu deinem Handy.

Scroll

🎉 Jetzt neu: 5G Tarife mit unbegrenztem Datenvolumen — Exklusiv im Shop erhältlich. Heute beraten lassen.

Alles, was du
brauchst.

Von Smartphones bis zu Festnetz-Lösungen — wir beraten dich persönlich und finden das perfekte Paket.

📱

Smartphones

Neueste iPhones, Samsung Galaxy, Google Pixel und viele mehr — direkt vor Ort testen und mitnehmen.

Mehr erfahren →
🚀

5G Tarife

Blitzschnelles 5G-Netz mit maximaler Reichweite. Für Einsteiger und Power-User — wir finden deinen Tarif.

Mehr erfahren →
🏠

GigaKabel & DSL

Ultraschnelles Internet fürs Zuhause. GigaHome für dein Netflix, Gaming und Home-Office.

Mehr erfahren →
💼

Business-Lösungen

Maßgeschneiderte Pakete für Selbstständige und Unternehmen. Zuverlässig, skalierbar, günstiger.

Mehr erfahren →
🔧

Geräte-Service

Reparatur, Zubehör und Setup — wir helfen dir, dein Gerät optimal zu nutzen.

Mehr erfahren →
🎁

Exklusive Deals

Nur im Shop erhältliche Angebote, Trade-in-Aktionen und Vertragsverlängerungen mit Top-Boni.

Mehr erfahren →
5G

Erlebe das schnellste Netz Deutschlands –
jetzt in deinem Vodafone Shop in Wuppertal

Vodafone 5G

Vertrauen in Zahlen

0

% Netzabdeckung Deutschland

0

+ zufriedene Kunden in Wuppertal

0

Monate Garantie auf alle Geräte

0

★ Bewertung unserer Kunden

Partner & Marken

Apple Samsung Google Sony Huawei OnePlus Apple Samsung Google Sony Huawei OnePlus
AirPods Galaxy Buds Pixel Watch SmartTV Router Tablets AirPods Galaxy Buds Pixel Watch SmartTV Router Tablets

Wir sind für dich da.

📍 Adresse
Werth 46, 42275 Wuppertal
📞 Telefon
🕐 Mo – Fr
10:00 – 18:30 Uhr
🕐 Samstag
10:00 – 14:00 Uhr
🚌 Anfahrt
Beste Anbindung per Bus & Bahn · Parkplätze in der Nähe

Stell deinen Wunsch-
tarif zusammen

Am Ende bekommst du einen QR-Code — einfach bei uns im Shop vorzeigen und Vertrag abschließen!

Make Your
Mobile

Willkommen! 👋

Stell dir deinen perfekten Vodafone-Tarif zusammen — in wenigen Schritten zum Wunschvertrag!

LET'S MAKE YOUR MOBILE →

Kein Vertrag online — alles bei uns im Shop abschließen

5G

Erlebe das schnellste Netz Deutschlands –
jetzt in deinem Vodafone Shop in Wuppertal

Vodafone 5G

Vertrauen in Zahlen

0

% Netzabdeckung Deutschland

0

+ zufriedene Kunden in Wuppertal

0

Monate Garantie auf alle Geräte

0

★ Bewertung unserer Kunden

Partner & Marken

Apple Samsung Google Sony Huawei OnePlus Apple Samsung Google Sony Huawei OnePlus
AirPods Galaxy Buds Pixel Watch SmartTV Router Tablets AirPods Galaxy Buds Pixel Watch SmartTV Router Tablets

Wir sind für dich da.

📍 Adresse
Werth 46, 42275 Wuppertal
📞 Telefon
🕐 Mo – Fr
10:00 – 18:30 Uhr
🕐 Samstag
10:00 – 14:00 Uhr
🚌 Anfahrt
Beste Anbindung per Bus & Bahn · Parkplätze in der Nähe

Was unsere Kunden sagen

4,9
★★★★★
63 Bewertungen auf Google
H

HP Wulf Hufen-Kemper

Local Guide · 39 Rezensionen

★★★★★

"Herr Osmanovic ist fachlich sehr kompetent, freundlich und zuvorkommend! Fünf Sterne!!"

13. November 2024

P

Pei Liang

2 Rezensionen

★★★★★

"Dennis ist ein sehr netter kompetenter Berater. Der Einzige bisher der mir schnell und unkompliziert helfen konnte im Vodafone Shop. Sehr gute Beratung genau auf die Kunden bestimmt."

20. Juli 2024

War dein Erlebnis
auch so gut?

Hinterlasse uns eine Bewertung auf Google und hilf anderen Kunden uns zu finden.

⭐ Jetzt bewerten

Erlebe Make Your Mobile
in Wuppertal

Modern, einladend und mitten in der Stadt — besuch uns und überzeug dich selbst.

Make Your Mobile Außenansicht
Außenansicht

Werth 46, Wuppertal

Make Your Mobile Innenbereich
Innenbereich
Make Your Mobile Wartezone
Wartezone
Make Your Mobile QR Code
Scann uns

Bewerte uns auf Google

Menschen hinter
Make Your Mobile

Denis Osmanovic CEO

Denis Osmanovic

Inhaber & CEO · Make Your Mobile Wuppertal

"Mein Ziel ist es, jedem Kunden die bestmögliche Beratung zu bieten. Technologie soll das Leben einfacher machen – und dabei helfen wir persönlich."

Persönlich.
Kompetent.
Leidenschaftlich.

Bei Make Your Mobile steht der Kunde im Mittelpunkt. Wir nehmen uns Zeit, hören zu und finden die Lösung, die wirklich zu dir passt — nicht die, die am meisten kostet.

Als erfahrener Handy-Shop in Wuppertal bieten wir die besten Tarife, neueste Geräte und persönlichen Service — direkt vor Ort.

David R. Azubi

David R.

Auszubildender

Kompetent, freundlich
& immer für euch da.

Bereit für dein
neues Smartphone?

Komm vorbei oder ruf uns an — wir freuen uns auf dich.

Schreib uns auf WhatsApp!
function changeColor(handyId, color, imgUrl, bg) { const imgEl = document.getElementById('img-' + handyId); const bgEl = document.getElementById('img-bg-' + handyId); if(bgEl) bgEl.style.background = bg; // Check if imgUrl is a JSON array (multi-image swipe) let imgs = null; try { if(typeof imgUrl === 'string' && imgUrl.startsWith('[')) { imgs = JSON.parse(imgUrl); } } catch(e) {} if(imgs && imgs.length > 0) { // Show swipe gallery showSwipeGallery(handyId, imgs, bg); } else if(imgEl) { // Remove gallery if present removeSwipeGallery(handyId); imgEl.style.opacity = '0'; setTimeout(function() { imgEl.src = imgUrl; imgEl.style.display = ''; imgEl.onload = function() { imgEl.style.opacity = '1'; }; }, 150); } } function removeSwipeGallery(handyId) { var old = document.getElementById('gallery-' + handyId); if(old) old.remove(); var imgEl = document.getElementById('img-' + handyId); if(imgEl) imgEl.style.display = ''; } function showSwipeGallery(handyId, imgs, bg) { var bgEl = document.getElementById('img-bg-' + handyId); var imgEl = document.getElementById('img-' + handyId); if(!bgEl) return; // Hide default img if(imgEl) imgEl.style.display = 'none'; // Remove old gallery var old = document.getElementById('gallery-' + handyId); if(old) old.remove(); var idx = 0; var gallery = document.createElement('div'); gallery.id = 'gallery-' + handyId; gallery.style.cssText = 'position:absolute;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:pan-y;user-select:none;'; // Image element var gImg = document.createElement('img'); gImg.src = imgs[0]; gImg.style.cssText = 'height:185px;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,0.5));transition:opacity 0.25s;pointer-events:none;'; gallery.appendChild(gImg); // Dots var dotsWrap = document.createElement('div'); dotsWrap.style.cssText = 'position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:5px;'; imgs.forEach(function(_, i) { var dot = document.createElement('div'); dot.style.cssText = 'width:6px;height:6px;border-radius:50%;background:' + (i===0?'white':'rgba(255,255,255,0.35)') + ';transition:background 0.2s;'; dotsWrap.appendChild(dot); }); gallery.appendChild(dotsWrap); // Arrow left var arL = document.createElement('button'); arL.innerHTML = '‹'; arL.style.cssText = 'position:absolute;left:6px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.15);border:none;color:white;width:28px;height:28px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;'; gallery.appendChild(arL); // Arrow right var arR = document.createElement('button'); arR.innerHTML = '›'; arR.style.cssText = 'position:absolute;right:6px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.15);border:none;color:white;width:28px;height:28px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;'; gallery.appendChild(arR); function goTo(n) { idx = (n + imgs.length) % imgs.length; gImg.style.opacity = '0'; setTimeout(function() { gImg.src = imgs[idx]; gImg.style.opacity = '1'; }, 150); dotsWrap.querySelectorAll('div').forEach(function(d, i) { d.style.background = i === idx ? 'white' : 'rgba(255,255,255,0.35)'; }); } arL.onclick = function(e) { e.stopPropagation(); goTo(idx - 1); }; arR.onclick = function(e) { e.stopPropagation(); goTo(idx + 1); }; // Touch swipe var startX = 0; gallery.addEventListener('touchstart', function(e) { startX = e.touches[0].clientX; }, {passive:true}); gallery.addEventListener('touchend', function(e) { var dx = e.changedTouches[0].clientX - startX; if(Math.abs(dx) > 40) goTo(dx < 0 ? idx + 1 : idx - 1); }); bgEl.appendChild(gallery); } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { background: var(--dark); color: var(--text); font-family: -apple-system, 'SF Pro Display', 'Neue Haas Grotesk Display Pro', Helvetica, Arial, sans-serif; overflow-x: hidden; cursor: default; } /* NAV */ nav { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); background: rgba(10,10,10,0.72); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 52px; transition: background 0.3s; } nav .logo { display: flex; align-items: center; gap: 10px; } nav .logo svg { width: 32px; height: 32px; } nav .logo span { font-size: 18px; font-weight: 600; letter-spacing: -0.3px; } nav ul { list-style: none; display: flex; gap: 28px; margin-left: 48px; } nav ul li a { color: rgba(245,245,247,0.75); text-decoration: none; font-size: 13px; transition: color 0.2s; letter-spacing: 0.01em; } nav ul li a:hover { color: var(--text); } nav .nav-cta { background: var(--red); color: #fff; padding: 7px 16px; border-radius: 20px; font-size: 13px; font-weight: 500; text-decoration: none; transition: background 0.2s, transform 0.2s; } nav .nav-cta:hover { background: var(--red2); transform: scale(1.03); } /* HERO */ .hero { min-height: 100vh; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; } .hero-bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse 120% 80% at 50% 60%, rgba(201,168,76,0.22) 0%, rgba(10,10,10,0) 55%), radial-gradient(ellipse 60% 40% at 80% 20%, rgba(224,64,160,0.12) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 20% 80%, rgba(201,168,76,0.1) 0%, transparent 60%); } /* Animated orbs */ .orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5; animation: float 8s ease-in-out infinite; } .orb1 { width: 500px; height: 500px; background: radial-gradient(circle, #c9a84c 0%, transparent 70%); top: 10%; left: 5%; animation-delay: 0s; } .orb2 { width: 350px; height: 350px; background: radial-gradient(circle, #e040a0 0%, transparent 70%); top: 60%; right: 5%; animation-delay: -3s; } .orb3 { width: 250px; height: 250px; background: radial-gradient(circle, #f0c96a 0%, transparent 70%); bottom: 10%; left: 40%; animation-delay: -5s; } @keyframes float { 0%, 100% { transform: translate(0,0) scale(1); } 33% { transform: translate(30px,-20px) scale(1.05); } 66% { transform: translate(-20px,15px) scale(0.95); } } /* Grid lines */ .hero-grid { position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 60px 60px; } .hero-content { position: relative; z-index: 2; max-width: 860px; padding: 0 24px; } .hero-eyebrow { display: inline-block; font-size: 13px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; background: linear-gradient(135deg, #e040a0, #c9a84c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero h1 { font-size: clamp(52px, 8vw, 96px); font-weight: 700; line-height: 1.02; letter-spacing: -0.03em; margin-bottom: 24px; } .hero h1 .gradient-text { background: linear-gradient(135deg, #e040a0 0%, #c9a84c 40%, #f0c96a 80%, #e040a0 100%); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shine 4s linear infinite; } @keyframes shine { to { background-position: 200% center; } } .hero p { font-size: clamp(17px, 2.5vw, 21px); color: var(--muted); line-height: 1.6; margin-bottom: 40px; font-weight: 300; max-width: 600px; margin-left: auto; margin-right: auto; } .hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; } .btn-primary { background: linear-gradient(135deg, #e040a0, #c9a84c); color: #fff; padding: 16px 32px; border-radius: 30px; text-decoration: none; font-size: 17px; font-weight: 500; transition: transform 0.3s, box-shadow 0.3s; box-shadow: 0 0 40px rgba(201,168,76,0.4); } .btn-primary:hover { transform: scale(1.04); box-shadow: 0 0 60px rgba(201,168,76,0.6); } .btn-secondary { color: var(--gold); padding: 16px 32px; border-radius: 30px; text-decoration: none; font-size: 17px; font-weight: 500; border: 1px solid rgba(201,168,76,0.4); transition: border-color 0.3s, background 0.3s, transform 0.3s; } .btn-secondary:hover { border-color: var(--gold); background: rgba(201,168,76,0.08); transform: scale(1.04); } /* SCROLL INDICATOR */ .scroll-indicator { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; animation: bounce 2s ease-in-out infinite; } .scroll-indicator .line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--red), transparent); } @keyframes bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } } /* SECTION BASE */ section { padding: 120px 24px; position: relative; overflow: hidden; } .section-inner { max-width: 1100px; margin: 0 auto; } .section-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 16px; display: block; } .section-title { font-size: clamp(36px, 5vw, 64px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 20px; } .section-sub { font-size: 19px; color: var(--muted); line-height: 1.6; font-weight: 300; max-width: 600px; } /* FEATURED STRIP */ .strip { background: linear-gradient(135deg, #c9a84c 0%, #8a6a1e 100%); padding: 20px 24px; text-align: center; position: relative; overflow: hidden; } .strip::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0, rgba(255,255,255,0.04) 1px, transparent 1px, transparent 80px); } .strip p { font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.9); position: relative; letter-spacing: 0.02em; } .strip p strong { color: #fff; } /* SERVICES */ .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2px; margin-top: 80px; } .service-card { background: var(--card); padding: 48px 40px; position: relative; overflow: hidden; transition: background 0.3s; cursor: default; } .service-card:hover { background: #1e1e20; } .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.6), transparent); opacity: 0; transition: opacity 0.3s; } .service-card:hover::before { opacity: 1; } .service-icon { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 28px; font-size: 28px; background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(224,64,160,0.05)); border: 1px solid rgba(201,168,76,0.2); } .service-card h3 { font-size: 22px; font-weight: 600; margin-bottom: 12px; letter-spacing: -0.01em; } .service-card p { color: var(--muted); font-size: 15px; line-height: 1.65; } .service-card .learn-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 24px; color: var(--gold); font-size: 15px; font-weight: 500; text-decoration: none; transition: gap 0.2s; } .service-card .learn-more:hover { gap: 10px; } /* PARALLAX PHONE SECTION */ .parallax-section { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #000; position: relative; overflow: hidden; } .parallax-bg { position: absolute; inset: -100px; background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(230,0,0,0.15) 0%, transparent 70%); will-change: transform; } .parallax-content { position: relative; z-index: 2; text-align: center; max-width: 800px; padding: 0 24px; } .big-number { font-size: clamp(80px, 15vw, 160px); font-weight: 700; letter-spacing: -0.04em; line-height: 1; background: linear-gradient(135deg, #e040a0, #c9a84c, #f0c96a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; margin-bottom: 16px; } .big-number-label { font-size: 21px; color: var(--muted); font-weight: 300; } /* STATS */ .stats-section { background: var(--mid); } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; background: rgba(255,255,255,0.06); margin-top: 80px; } .stat-card { background: var(--mid); padding: 48px 32px; text-align: center; } .stat-num { font-size: 56px; font-weight: 700; letter-spacing: -0.03em; background: linear-gradient(135deg, #e040a0, #c9a84c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; line-height: 1; } .stat-label { color: var(--muted); font-size: 14px; margin-top: 12px; letter-spacing: 0.02em; } /* BRANDS MARQUEE */ .brands-section { padding: 80px 0; background: var(--dark); overflow: hidden; } .brands-title { text-align: center; color: var(--muted); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 40px; } .marquee-wrapper { display: flex; overflow: hidden; } .marquee-track { display: flex; gap: 60px; align-items: center; animation: marquee 20s linear infinite; white-space: nowrap; } .marquee-track2 { animation-direction: reverse; } @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } } .brand-item { font-size: 18px; font-weight: 600; color: rgba(255,255,255,0.2); letter-spacing: 0.05em; text-transform: uppercase; flex-shrink: 0; transition: color 0.3s; } /* INFO SECTION */ .info-section { background: #000; } .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 80px; } @media (max-width: 768px) { .info-grid { grid-template-columns: 1fr; gap: 40px; } } .info-card-stack { display: flex; flex-direction: column; gap: 2px; } .info-item { background: var(--card); padding: 28px 32px; border-left: 2px solid transparent; transition: border-color 0.3s, background 0.3s; cursor: default; } .info-item:hover { border-left-color: var(--gold); background: #1c1c1e; } .info-item-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 8px; font-weight: 600; } .info-item-value { font-size: 18px; font-weight: 500; letter-spacing: -0.01em; } .map-placeholder { background: var(--card); border-radius: 24px; overflow: hidden; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.06); position: relative; } .map-placeholder iframe { width: 100%; height: 100%; border: 0; } /* CEO SECTION */ .ceo-section { background: var(--mid); } .ceo-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; } @media (max-width: 768px) { .ceo-inner { grid-template-columns: 1fr; } } .ceo-avatar { width: 200px; height: 200px; border-radius: 50%; overflow: hidden; background: linear-gradient(135deg, #c9a84c, #e040a0); display: flex; align-items: center; justify-content: center; font-size: 72px; font-weight: 700; color: rgba(255,255,255,0.9); border: 3px solid rgba(201,168,76,0.4); box-shadow: 0 0 60px rgba(201,168,76,0.3); margin-bottom: 32px; } .ceo-name { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 8px; } .ceo-title { color: var(--gold); font-size: 16px; font-weight: 500; margin-bottom: 24px; } .ceo-quote { font-size: 22px; font-style: italic; line-height: 1.5; color: rgba(245,245,247,0.8); font-weight: 300; border-left: 2px solid var(--gold); padding-left: 24px; max-width: 500px; } /* CTA SECTION */ .cta-section { text-align: center; padding: 160px 24px; background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(201,168,76,0.15) 0%, transparent 70%), var(--dark); position: relative; overflow: hidden; } .cta-section::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, rgba(255,255,255,0.01) 0, rgba(255,255,255,0.01) 1px, transparent 1px, transparent 40px); } .cta-section .section-title { max-width: 700px; margin: 0 auto 24px; } .cta-section .section-sub { margin: 0 auto 48px; } /* FOOTER */ footer { background: var(--mid); border-top: 1px solid rgba(255,255,255,0.06); padding: 60px 24px 32px; } .footer-inner { max-width: 1100px; margin: 0 auto; } .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; } @media (max-width: 768px) { .footer-top { grid-template-columns: 1fr 1fr; } .nav ul { display: none; } } .footer-brand h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; } .footer-brand p { color: var(--muted); font-size: 14px; line-height: 1.7; } .footer-col h4 { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 16px; } .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; } .footer-col ul li a { color: rgba(245,245,247,0.6); font-size: 14px; text-decoration: none; transition: color 0.2s; } .footer-col ul li a:hover { color: var(--text); } .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: gap; gap: 16px; } .footer-bottom p { color: var(--muted); font-size: 13px; } /* SCROLL ANIMATIONS */ .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; } .reveal.visible { opacity: 1; transform: translateY(0); } .reveal-delay-1 { transition-delay: 0.1s; } .reveal-delay-2 { transition-delay: 0.2s; } .reveal-delay-3 { transition-delay: 0.3s; } .reveal-delay-4 { transition-delay: 0.4s; } /* WHATSAPP FLOAT BUTTON */ .whatsapp-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #25d366, #128c4e); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(37,211,102,0.5), 0 0 0 0 rgba(37,211,102,0.4); animation: wa-pulse 2.5s ease-in-out infinite; text-decoration: none; transition: transform 0.3s; } .whatsapp-float:hover { transform: scale(1.12); } .whatsapp-float svg { width: 32px; height: 32px; fill: white; } @keyframes wa-pulse { 0%,100% { box-shadow: 0 4px 24px rgba(37,211,102,0.5), 0 0 0 0 rgba(37,211,102,0.4); } 50% { box-shadow: 0 4px 24px rgba(37,211,102,0.6), 0 0 0 14px rgba(37,211,102,0); } } .whatsapp-tooltip { position: absolute; right: 72px; top: 50%; transform: translateY(-50%); background: #1c1c1e; color: white; padding: 8px 14px; border-radius: 10px; font-size: 13px; font-weight: 500; white-space: nowrap; border: 1px solid rgba(255,255,255,0.08); opacity: 0; pointer-events: none; transition: opacity 0.3s; } .whatsapp-tooltip::after { content: ''; position: absolute; right: -6px; top: 50%; transform: translateY(-50%); border: 6px solid transparent; border-right: none; border-left-color: #1c1c1e; } .whatsapp-float:hover .whatsapp-tooltip { opacity: 1; } /* Scrollbar */ ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: var(--dark); } ::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; } /* PHONE VISUAL */ .phone-visual { position: relative; width: 280px; height: 560px; margin: 80px auto 0; border: 2px solid rgba(255,255,255,0.1); border-radius: 44px; background: linear-gradient(135deg, #1c1c1e, #0a0a0a); box-shadow: 0 40px 120px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.05), inset 0 1px 0 rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; overflow: hidden; } .phone-screen { position: absolute; inset: 6px; border-radius: 38px; overflow: hidden; background: linear-gradient(135deg, #c9a84c 0%, #7a5800 50%, #e040a0 100%); background-size: 200% 200%; animation: screen-pulse 4s ease infinite; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px; } @keyframes screen-pulse { 0%,100% { background-position: 0% 0%; } 50% { background-position: 100% 100%; } } .phone-screen svg { width: 80px; height: 80px; fill: rgba(255,255,255,0.9); } .phone-screen span { color: rgba(255,255,255,0.8); font-size: 14px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; } .phone-notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 100px; height: 28px; background: #0a0a0a; border-radius: 14px; z-index: 10; }
Make Your Mobile · Wuppertal · Werth 46

Dein Handy.
Dein Style.

Smartphones, Tarife & persönliche Beratung — direkt bei dir in Wuppertal. Wir machen dein Handy zu deinem Handy.

Scroll

🎉 Jetzt neu: 5G Tarife mit unbegrenztem Datenvolumen — Exklusiv im Shop erhältlich. Heute beraten lassen.

Alles, was du
brauchst.

Von Smartphones bis zu Festnetz-Lösungen — wir beraten dich persönlich und finden das perfekte Paket.

📱

Smartphones

Neueste iPhones, Samsung Galaxy, Google Pixel und viele mehr — direkt vor Ort testen und mitnehmen.

Mehr erfahren →
🚀

5G Tarife

Blitzschnelles 5G-Netz mit maximaler Reichweite. Für Einsteiger und Power-User — wir finden deinen Tarif.

Mehr erfahren →
🏠

GigaKabel & DSL

Ultraschnelles Internet fürs Zuhause. GigaHome für dein Netflix, Gaming und Home-Office.

Mehr erfahren →
💼

Business-Lösungen

Maßgeschneiderte Pakete für Selbstständige und Unternehmen. Zuverlässig, skalierbar, günstiger.

Mehr erfahren →
🔧

Geräte-Service

Reparatur, Zubehör und Setup — wir helfen dir, dein Gerät optimal zu nutzen.

Mehr erfahren →
🎁

Exklusive Deals

Nur im Shop erhältliche Angebote, Trade-in-Aktionen und Vertragsverlängerungen mit Top-Boni.

Mehr erfahren →
5G

Erlebe das schnellste Netz Deutschlands –
jetzt in deinem Vodafone Shop in Wuppertal

Vodafone 5G

Vertrauen in Zahlen

0

% Netzabdeckung Deutschland

0

+ zufriedene Kunden in Wuppertal

0

Monate Garantie auf alle Geräte

0

★ Bewertung unserer Kunden

Partner & Marken

Apple Samsung Google Sony Huawei OnePlus Apple Samsung Google Sony Huawei OnePlus
AirPods Galaxy Buds Pixel Watch SmartTV Router Tablets AirPods Galaxy Buds Pixel Watch SmartTV Router Tablets

Wir sind für dich da.

📍 Adresse
Werth 46, 42275 Wuppertal
📞 Telefon
🕐 Mo – Fr
10:00 – 18:30 Uhr
🕐 Samstag
10:00 – 14:00 Uhr
🚌 Anfahrt
Beste Anbindung per Bus & Bahn · Parkplätze in der Nähe
5G

Erlebe das schnellste Netz Deutschlands –
jetzt in deinem Vodafone Shop in Wuppertal

Vodafone 5G

Vertrauen in Zahlen

0

% Netzabdeckung Deutschland

0

+ zufriedene Kunden in Wuppertal

0

Monate Garantie auf alle Geräte

0

★ Bewertung unserer Kunden

Partner & Marken

Apple Samsung Google Sony Huawei OnePlus Apple Samsung Google Sony Huawei OnePlus
AirPods Galaxy Buds Pixel Watch SmartTV Router Tablets AirPods Galaxy Buds Pixel Watch SmartTV Router Tablets

Wir sind für dich da.

📍 Adresse
Werth 46, 42275 Wuppertal
📞 Telefon
🕐 Mo – Fr
10:00 – 18:30 Uhr
🕐 Samstag
10:00 – 14:00 Uhr
🚌 Anfahrt
Beste Anbindung per Bus & Bahn · Parkplätze in der Nähe

Was unsere Kunden sagen

4,9
★★★★★
63 Bewertungen auf Google
H

HP Wulf Hufen-Kemper

Local Guide · 39 Rezensionen

★★★★★

"Herr Osmanovic ist fachlich sehr kompetent, freundlich und zuvorkommend! Fünf Sterne!!"

13. November 2024

P

Pei Liang

2 Rezensionen

★★★★★

"Dennis ist ein sehr netter kompetenter Berater. Der Einzige bisher der mir schnell und unkompliziert helfen konnte im Vodafone Shop. Sehr gute Beratung genau auf die Kunden bestimmt."

20. Juli 2024

War dein Erlebnis
auch so gut?

Hinterlasse uns eine Bewertung auf Google und hilf anderen Kunden uns zu finden.

⭐ Jetzt bewerten

Erlebe Make Your Mobile
in Wuppertal

Modern, einladend und mitten in der Stadt — besuch uns und überzeug dich selbst.

Make Your Mobile Außenansicht
Außenansicht

Werth 46, Wuppertal

Make Your Mobile Innenbereich
Innenbereich
Make Your Mobile Wartezone
Wartezone
Make Your Mobile QR Code
Scann uns

Bewerte uns auf Google

Menschen hinter
Make Your Mobile

Denis Osmanovic CEO

Denis Osmanovic

Inhaber & CEO · Make Your Mobile Wuppertal

"Mein Ziel ist es, jedem Kunden die bestmögliche Beratung zu bieten. Technologie soll das Leben einfacher machen – und dabei helfen wir persönlich."

Persönlich.
Kompetent.
Leidenschaftlich.

Bei Make Your Mobile steht der Kunde im Mittelpunkt. Wir nehmen uns Zeit, hören zu und finden die Lösung, die wirklich zu dir passt — nicht die, die am meisten kostet.

Als erfahrener Handy-Shop in Wuppertal bieten wir die besten Tarife, neueste Geräte und persönlichen Service — direkt vor Ort.

David R. Azubi

David R.

Auszubildender

Kompetent, freundlich
& immer für euch da.

Bereit für dein
neues Smartphone?

Komm vorbei oder ruf uns an — wir freuen uns auf dich.

Schreib uns auf WhatsApp!