Home Listings Kfz-Service Über uns Kontakt

Mercedes-Benz E 350 CDI

185 kW (252 PS) · Automatik · Diesel · TÜV 05/2027 · Anthrazitmetallic

Mercedes-Benz E 350 CDI

185 kW (252 PS) · Automatik · Diesel
12.900 €
📅
01/2014
Erstzulassung
🛣️
383.000 km
Kilometerstand
185 kW (252 PS)
Leistung
⚙️
Automatik
Getriebe
🔧
TÜV 05/2027
TÜV
🌿
Diesel
Kraftstoff
🎨
Anthrazitmetallic
Farbe
🛋️
Stoff/Leder anthrazit
Innen

Interesse an diesem Fahrzeug?

Kontaktieren Sie uns für eine Probefahrt oder weitere Informationen.

const stBtn = document.getElementById('scrollTop'); if (stBtn) { window.addEventListener('scroll', () => { stBtn.classList.toggle('visible', window.scrollY > 400); }); stBtn.onclick = () => window.scrollTo({top: 0, behavior: 'smooth'}); } // Navbar scroll const nav = document.getElementById('navbar'); if (nav) { window.addEventListener('scroll', () => nav.classList.toggle('scrolled', window.scrollY > 80)); if (window.scrollY > 80) nav.classList.add('scrolled'); } // Hamburger const ham = document.getElementById('hamburger'); const mob = document.getElementById('mobileMenu'); const mobClose = document.getElementById('mobileClose'); if (ham && mob) { ham.onclick = () => { ham.classList.toggle('active'); mob.classList.toggle('open'); }; if (mobClose) mobClose.onclick = () => { ham.classList.remove('active'); mob.classList.remove('open'); }; mob.querySelectorAll('a').forEach(a => a.onclick = () => { ham.classList.remove('active'); mob.classList.remove('open'); }); } })();