{"id":70636,"date":"2026-04-09T12:10:17","date_gmt":"2026-04-09T09:10:17","guid":{"rendered":"https:\/\/www.solino.gr\/?post_type=product&#038;p=70636"},"modified":"2026-04-09T12:12:03","modified_gmt":"2026-04-09T09:12:03","slug":"wmf-peak-50-basic-model-2","status":"publish","type":"product","link":"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/","title":{"rendered":"WMF Peak 50 Basic model 2"},"content":{"rendered":"\t\t<div data-elementor-type=\"product-post\" data-elementor-id=\"70636\" class=\"elementor elementor-70636\" data-elementor-post-type=\"product\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cdfb09 e-flex e-con-boxed e-con e-parent\" data-id=\"2cdfb09\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9fd1831 elementor-widget elementor-widget-html\" data-id=\"9fd1831\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>WMF Peak 50 - Kaffeevollautomat<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Arial', sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);\n            color: white;\n            padding: 80px 20px;\n            text-align: center;\n        }\n\n        .hero-section h1 {\n            font-size: 3.5rem;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n\n        .hero-section .subtitle {\n            font-size: 1.5rem;\n            margin-bottom: 30px;\n            opacity: 0.9;\n        }\n\n        .hero-section .tagline {\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.8;\n        }\n\n        \/* Section Styling *\/\n        .section {\n            padding: 60px 20px;\n        }\n\n        .section-dark {\n            background-color: #f5f5f5;\n        }\n\n        .section-title {\n            font-size: 2.5rem;\n            margin-bottom: 40px;\n            text-align: center;\n            color: #1a1a1a;\n        }\n\n        \/* Feature Grid *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n            margin-top: 40px;\n        }\n\n        .feature-card {\n            background: white;\n            padding: 30px;\n            border-radius: 10px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 12px rgba(0,0,0,0.15);\n        }\n\n        .feature-card img {\n            width: 100%;\n            height: 250px;\n            object-fit: cover;\n            border-radius: 8px;\n            margin-bottom: 20px;\n        }\n\n        .feature-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: #1a1a1a;\n        }\n\n        .feature-card p {\n            color: #666;\n            line-height: 1.8;\n        }\n\n        \/* Two Column Layout *\/\n        .two-column {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n            margin: 60px 0;\n        }\n\n        .two-column img {\n            width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n        }\n\n        .two-column-content h2 {\n            font-size: 2rem;\n            margin-bottom: 20px;\n            color: #1a1a1a;\n        }\n\n        .two-column-content p {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #666;\n        }\n\n        \/* Industry Section *\/\n        .industry-section {\n            background-color: #1a1a1a;\n            color: white;\n            padding: 80px 20px;\n        }\n\n        .industry-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .industry-card {\n            position: relative;\n            overflow: hidden;\n            border-radius: 10px;\n            height: 400px;\n        }\n\n        .industry-card img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.3s ease;\n        }\n\n        .industry-card:hover img {\n            transform: scale(1.05);\n        }\n\n        .industry-overlay {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);\n            padding: 30px;\n            color: white;\n        }\n\n        .industry-overlay h3 {\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n        }\n\n        .industry-overlay p {\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #d32f2f 0%, #c62828 100%);\n            color: white;\n            padding: 60px 20px;\n            text-align: center;\n        }\n\n        .cta-section h2 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n        }\n\n        .cta-section p {\n            font-size: 1.2rem;\n            margin-bottom: 30px;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #d32f2f;\n            padding: 15px 40px;\n            border-radius: 5px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n        }\n\n        .cta-button:hover {\n            background: #f5f5f5;\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .hero-section h1 {\n                font-size: 2.5rem;\n            }\n\n            .two-column {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n\n            .section-title {\n                font-size: 2rem;\n            }\n\n            .feature-grid,\n            .industry-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        \/* Highlight Box *\/\n        .highlight-box {\n            background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);\n            padding: 40px;\n            border-radius: 10px;\n            margin: 40px 0;\n            border-left: 5px solid #d32f2f;\n        }\n\n        .highlight-box h3 {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: #1a1a1a;\n        }\n\n        .specs-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .specs-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #ddd;\n            font-size: 1.1rem;\n        }\n\n        .specs-list li:last-child {\n            border-bottom: none;\n        }\n\n        .specs-list li strong {\n            color: #d32f2f;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n        <div class=\"container\">\n            <h1>WMF Peak 50<\/h1>\n            <p class=\"subtitle\">Kaffeevollautomat f\u00fcr bis zu 80 Tassen t\u00e4glich<\/p>\n            <p class=\"tagline\">Au\u00dfergew\u00f6hnlicher Kaffee ohne Komplexit\u00e4t. Mit seinem benutzerfreundlichen Design sorgt der WMF Peak 50 f\u00fcr m\u00fchelose Bedienung und zuverl\u00e4ssige Leistung.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Main Intro -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Kompakte Maschine, gro\u00dfartiger Geschmack<\/h2>\n            <p style=\"text-align: center; font-size: 1.2rem; color: #666; max-width: 800px; margin: 0 auto;\">\n                Die beste Kaffeemaschine ihrer Klasse auf Einstiegsniveau. Der WMF Peak 50 vereint schnellen Service mit stabiler Kaffeequalit\u00e4t und Temperatur.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Features Section -->\n    <section class=\"section section-dark\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Herausragende Features<\/h2>\n            <div class=\"feature-grid\">\n                \n                <div class=\"feature-card\">\n                    <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1920\/0feebd52fa\/wmf-peak-50-compact-design-1x1.jpg\/m\/600x600\/\" alt=\"Kompaktes Design\">\n                    <h3>Geschwindigkeit trifft Konsistenz<\/h3>\n                    <p>Der WMF Peak 50 kombiniert schnellen Service mit stabiler Kaffeequalit\u00e4t und Temperatur. Dank des intelligenten Zwei-Boiler-Konzepts profitieren Sie von reduzierter Entkalkung \u2013 so k\u00f6nnen Sie sich Tasse f\u00fcr Tasse auf gro\u00dfartige Getr\u00e4nke konzentrieren.<\/p>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1920\/f2e0bcd462\/wmf-peak-50-display-1x1.jpg\/m\/600x600\/\" alt=\"7 Zoll Display\">\n                    <h3>Einfach zu bedienen<\/h3>\n                    <p>Das 7-Zoll horizontale Touch-Display bietet eine intuitive, benutzerfreundliche Oberfl\u00e4che f\u00fcr m\u00fchelose Navigation. Das klare Men\u00fc f\u00fchrt Benutzer Schritt f\u00fcr Schritt und macht die Getr\u00e4nkeauswahl zum Erlebnis.<\/p>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1920\/8d6868a692\/wmf-peak-50-beanhopper-1x1.jpg\/m\/600x600\/\" alt=\"Bohnenbeh\u00e4lter\">\n                    <h3>Integrierte Bohnenbeh\u00e4lter<\/h3>\n                    <p>Der WMF Peak 50 verf\u00fcgt \u00fcber zwei Beh\u00e4lter f\u00fcr Bohnen oder Toppings und zwei leise Mahlwerke. Dies erm\u00f6glicht die m\u00fchelose Zubereitung einer breiten Palette von Kaffeespezialit\u00e4ten \u2013 f\u00fcr jeden Geschmack.<\/p>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1920\/c38c66fc4a\/wmf-peak-50-cleaning-1x1.jpg\/m\/600x600\/\" alt=\"Einfache Reinigung\">\n                    <h3>Einfach zu reinigen<\/h3>\n                    <p>Der WMF Peak 50 macht die Reinigung einfach und effizient: Die Click+Clean-Funktion optimiert Ihre t\u00e4gliche Routine, w\u00e4hrend das Clean in Place-Programm einmal w\u00f6chentlich eine automatisierte Tiefenreinigung bietet.<\/p>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1920\/eab3fe0545\/wmf-peak-50-powderhopper-1x1.jpg\/m\/600x600\/\" alt=\"Pulverbeh\u00e4lter\">\n                    <h3>Noch gr\u00f6\u00dfere Getr\u00e4nkevielfalt<\/h3>\n                    <p>Mit dem optional erh\u00e4ltlichen Pulverbeh\u00e4lter erweitert der WMF Peak 50 sein Angebot um pulverbasierte Getr\u00e4nke und alternative Milchoptionen. Das Ergebnis: eine gr\u00f6\u00dfere Auswahl hochwertiger Getr\u00e4nke f\u00fcr jeden Geschmack.<\/p>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1920\/0854fb3220\/wmf-peak-50-hotwater-1x1.jpg\/m\/600x600\/\" alt=\"Hei\u00dfwasserausgabe\">\n                    <h3>Hei\u00dfwasserausgabe<\/h3>\n                    <p>Genie\u00dfen Sie mehr als nur Kaffee \u2013 eine separate D\u00fcse gibt hei\u00dfes Wasser bei pr\u00e4zisen 95\u00b0C ab und erm\u00f6glicht die Zubereitung einer gr\u00f6\u00dferen Vielfalt von Getr\u00e4nken.<\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Two Column Section - Smart Connectivity -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"two-column\">\n                <div class=\"two-column-content\">\n                    <h2>Intelligente Konnektivit\u00e4t<\/h2>\n                    <p>Mit WMF CoffeeConnect kann der WMF Peak 50 mit einem optionalen Telemetriemodul ausgestattet werden f\u00fcr effektives Flotten- und Maschinenmanagement zur \u00dcberwachung des Maschinenbetriebs, der Verkaufsleistung sowie zur Erm\u00f6glichung neuer Gesch\u00e4ftsmodelle wie Pay-per-Cup.<\/p>\n                <\/div>\n                <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1080\/c9e3c5f9ad\/wmf-pcm_transparency_cm_table_overview-sales-performance_72ppi_16-9_1920x1080_final.jpg\/m\/600x400\/\" alt=\"Smart Connectivity\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Two Column Section - Basic Milk -->\n    <section class=\"section section-dark\">\n        <div class=\"container\">\n            <div class=\"two-column\">\n                <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1920\/9342e49e28\/wmf-pcm_easy-milk-basic-milk_pdp-1500s-_72ppi_1-1_with-bg_1920x1920_final.jpg\/m\/600x600\/\" alt=\"Basic Milk System\">\n                <div class=\"two-column-content\">\n                    <h2>Basic Milk System<\/h2>\n                    <p>Das Basic Milk System liefert hei\u00dfe Milch und hei\u00dfen Milchschaum und gew\u00e4hrleistet dabei perfekte Konsistenz, Temperatur, Geschmack und Schaum f\u00fcr Ihre Kaffeespezialit\u00e4ten.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Two Column Section - Professional Brewer -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"two-column\">\n                <div class=\"two-column-content\">\n                    <h2>F\u00fcr Exzellenz geschaffen<\/h2>\n                    <p>Der WMF Peak 50 liefert exzellente Kaffeequalit\u00e4t mit langlebigen, professionellen Komponenten. Mit 16 g und 24 g Br\u00fchgruppen bietet er Flexibilit\u00e4t f\u00fcr verschiedene Getr\u00e4nkegr\u00f6\u00dfen und Vorlieben. Die hochwertige Polymer-Br\u00fchgruppe ist langlebig, leicht und einfach zu entfernen.<\/p>\n                <\/div>\n                <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1080\/d6a7d7614a\/wmf-pcm_professional-brewer_pdp-1100s_72ppi_16-9_with-bg_1920x1080_final.jpg\/m\/600x400\/\" alt=\"Professional Brewer\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Industry Fit Section -->\n    <section class=\"industry-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\" style=\"color: white;\">F\u00fcr Orte, an denen jeder Kaffee zu einer Erinnerung wird<\/h2>\n            \n            <div class=\"industry-grid\">\n                \n                <div class=\"industry-card\">\n                    <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1280\/e726548c27\/3x2_wmf-peak-50-hotelsb-bs.jpg\/m\/600x400\/\" alt=\"Kleine Hotels\">\n                    <div class=\"industry-overlay\">\n                        <h3>Kleine Hotels und B&Bs<\/h3>\n                        <p>Die intuitive Bedienung des WMF Peak 50 erm\u00f6glicht schnelles Servieren und einfache Selbstbedienung, sodass Ihre anspruchsvollen G\u00e4ste nicht lange auf ihren Kaffee warten m\u00fcssen.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"industry-card\">\n                    <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1280\/2162707615\/3x2_wmf-peak-50-office.jpg\/m\/600x400\/\" alt=\"B\u00fcros\">\n                    <div class=\"industry-overlay\">\n                        <h3>Mittlere bis gro\u00dfe B\u00fcros und Arbeitspl\u00e4tze<\/h3>\n                        <p>Der WMF Peak 50 bereitet bis zu 80 Tassen pro Tag zu und serviert Premium-Kaffee f\u00fcr inspirierende Pausen und effiziente Meetings \u2013 alles bei leisem Betrieb.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"industry-card\">\n                    <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1280\/d0cf66e21e\/3x2_wmf-peak-50-c-store.jpg\/m\/600x400\/\" alt=\"Convenience Stores\">\n                    <div class=\"industry-overlay\">\n                        <h3>C-Stores und kleine Teeshops<\/h3>\n                        <p>Die benutzerfreundliche Oberfl\u00e4che des WMF Peak 50 sorgt f\u00fcr schnellen und nahtlosen Getr\u00e4nkeservice und erm\u00f6glicht es Ihnen, sich von anderen abzuheben.<\/p>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Technical Highlights -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"highlight-box\">\n                <h3>Technische Highlights<\/h3>\n                <ul class=\"specs-list\">\n                    <li><strong>T\u00e4gliche Leistung:<\/strong> Bis zu 80 Tassen<\/li>\n                    <li><strong>Display:<\/strong> 7-Zoll horizontales Touch-Display<\/li>\n                    <li><strong>Bohnenbeh\u00e4lter:<\/strong> 2 integrierte Beh\u00e4lter<\/li>\n                    <li><strong>Mahlwerke:<\/strong> 2 leise Mahlwerke<\/li>\n                    <li><strong>Br\u00fchgruppen:<\/strong> 16 g und 24 g Optionen<\/li>\n                    <li><strong>Zwei-Boiler-Konzept:<\/strong> F\u00fcr konstante Qualit\u00e4t und reduzierte Entkalkung<\/li>\n                    <li><strong>Hei\u00dfwasser:<\/strong> Separate Ausgabe bei 95\u00b0C<\/li>\n                    <li><strong>Reinigung:<\/strong> Click+Clean & Clean in Place<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"container\">\n            <h2>Bereit f\u00fcr erstklassigen Kaffeegenuss?<\/h2>\n            <p>Kontaktieren Sie uns f\u00fcr weitere Informationen zum WMF Peak 50<\/p>\n            <a href=\"https:\/\/www.solino.gr\/el\/contact-us\/\" class=\"cta-button\">Jetzt Kontakt aufnehmen<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Benefits Section -->\n    <section class=\"section section-dark\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">WMF Vorteile<\/h2>\n            <p style=\"text-align: center; font-size: 1.2rem; color: #666; max-width: 900px; margin: 0 auto 40px;\">\n                WMF ist ein weltweit f\u00fchrender Anbieter professioneller Kaffeemaschinen und bietet h\u00f6chste Kaffeeexzellenz, zuverl\u00e4ssige L\u00f6sungen und umfassenden Service.\n            <\/p>\n            \n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <h3>\ud83c\udfc6 Premium-Qualit\u00e4t<\/h3>\n                    <p>H\u00f6chste Kaffeeexzellenz durch professionelle Komponenten und jahrzehntelange Erfahrung in der Branche.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h3>\ud83d\udd27 Zuverl\u00e4ssiger Service<\/h3>\n                    <p>Umfassender Support und professioneller Service f\u00fcr maximale Verf\u00fcgbarkeit Ihrer Maschine.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h3>\ud83d\udca1 Innovation<\/h3>\n                    <p>Modernste Technologie und intelligente L\u00f6sungen f\u00fcr perfekte Kaffeeergebnisse.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-42c8fb4 e-flex e-con-boxed e-con e-parent\" data-id=\"42c8fb4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b30151a elementor-widget elementor-widget-html\" data-id=\"b30151a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>WMF Peak 50 - Technische Spezifikationen<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .wmf-specs-container {\n            font-family: Arial, Helvetica, sans-serif;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            color: #333;\n        }\n        \n        .wmf-specs-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n        \n        .wmf-specs-header h1 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #000;\n        }\n        \n        .wmf-specs-header p {\n            font-size: 1.2rem;\n            color: #666;\n        }\n        \n        .wmf-images-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-bottom: 60px;\n        }\n        \n        .wmf-image-item {\n            text-align: center;\n        }\n        \n        .wmf-image-item img {\n            width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n        \n        .wmf-specs-section {\n            margin-top: 60px;\n        }\n        \n        .wmf-section-title {\n            font-size: 2rem;\n            font-weight: 700;\n            margin-bottom: 30px;\n            color: #000;\n            border-bottom: 3px solid #000;\n            padding-bottom: 10px;\n        }\n        \n        .wmf-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-bottom: 40px;\n            background: #fff;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .wmf-specs-table thead {\n            background: #000;\n            color: #fff;\n        }\n        \n        .wmf-specs-table th {\n            padding: 20px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .wmf-specs-table tbody tr {\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .wmf-specs-table tbody tr:last-child {\n            border-bottom: none;\n        }\n        \n        .wmf-specs-table tbody tr:hover {\n            background: #f8f8f8;\n        }\n        \n        .wmf-specs-table td {\n            padding: 18px 20px;\n        }\n        \n        .wmf-specs-table td:first-child {\n            font-weight: 600;\n            color: #000;\n            width: 40%;\n        }\n        \n        .wmf-specs-table td:last-child {\n            color: #555;\n        }\n        \n        .wmf-category-title {\n            font-size: 1.4rem;\n            font-weight: 700;\n            margin-top: 40px;\n            margin-bottom: 20px;\n            color: #000;\n        }\n        \n        @media (max-width: 768px) {\n            .wmf-specs-header h1 {\n                font-size: 2rem;\n            }\n            \n            .wmf-section-title {\n                font-size: 1.5rem;\n            }\n            \n            .wmf-specs-table {\n                font-size: 0.9rem;\n            }\n            \n            .wmf-specs-table th,\n            .wmf-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .wmf-specs-table td:first-child {\n                width: 50%;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"wmf-specs-container\">\n        <!-- Header -->\n        <div class=\"wmf-specs-header\">\n            <h1>Technische Spezifikationen<\/h1>\n            <p>WMF Peak 50 - Kaffeevollautomat<\/p>\n        <\/div>\n        \n        <!-- Product Images with Measurements -->\n        <div class=\"wmf-images-grid\">\n            <div class=\"wmf-image-item\">\n                <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1280\/c045e6864b\/wmf-peak-50-with-measurements-front_2-3.jpg\/m\/800x0\/\" alt=\"WMF Peak 50 Frontansicht mit Breite\">\n            <\/div>\n            <div class=\"wmf-image-item\">\n                <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1280\/b7b0a8dbc6\/wmf-peak-50-with-measurements-side_2-3.jpg\/m\/800x0\/\" alt=\"WMF Peak 50 Seitenansicht mit Tiefe\">\n            <\/div>\n            <div class=\"wmf-image-item\">\n                <img decoding=\"async\" src=\"https:\/\/a2.storyblok.com\/f\/267357\/1920x1280\/b651c96473\/wmf-peak-50-with-measurements-back_2-3.jpg\/m\/800x0\/\" alt=\"WMF Peak 50 R\u00fcckansicht mit H\u00f6he\">\n            <\/div>\n        <\/div>\n        \n        <!-- Technical Specifications -->\n        <div class=\"wmf-specs-section\">\n            <h2 class=\"wmf-section-title\">Spezifikationen<\/h2>\n            \n            <!-- Performance -->\n            <h3 class=\"wmf-category-title\">Leistung<\/h3>\n            <table class=\"wmf-specs-table\">\n                <tbody>\n                    <tr>\n                        <td>Output per hour according to DIN 18873-2<\/td>\n                        <td>80 cups<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Recommended daily output<\/td>\n                        <td>80 cups<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Brewing time for 2 espresso<\/td>\n                        <td>~30 seconds<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            \n            <!-- Coffee System -->\n            <h3 class=\"wmf-category-title\">Kaffeesystem<\/h3>\n            <table class=\"wmf-specs-table\">\n                <tbody>\n                    <tr>\n                        <td>Coffee grinders<\/td>\n                        <td>2 x 80 mm ceramic grinders<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Bean hoppers<\/td>\n                        <td>2 x 500 g<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Brewing unit<\/td>\n                        <td>16 g \/ 24 g (polymer)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Coffee powder option<\/td>\n                        <td>Optional powder hopper available<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Brewing pressure<\/td>\n                        <td>9 bar<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            \n            <!-- Milk System -->\n            <h3 class=\"wmf-category-title\">Milchsystem<\/h3>\n            <table class=\"wmf-specs-table\">\n                <tbody>\n                    <tr>\n                        <td>Milk system<\/td>\n                        <td>Basic Milk<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Milk temperature<\/td>\n                        <td>Adjustable (65-75\u00b0C)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Milk foam quality<\/td>\n                        <td>Hot milk and hot milk foam<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            \n            <!-- Water System -->\n            <h3 class=\"wmf-category-title\">Wassersystem<\/h3>\n            <table class=\"wmf-specs-table\">\n                <tbody>\n                    <tr>\n                        <td>Boiler concept<\/td>\n                        <td>Two-boiler system<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Water tank<\/td>\n                        <td>4.5 liters<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Water connection<\/td>\n                        <td>Fixed water connection or water tank<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Hot water output<\/td>\n                        <td>Separate spout at 95\u00b0C<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Water filter<\/td>\n                        <td>Integrated<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            \n            <!-- Display & Operation -->\n            <h3 class=\"wmf-category-title\">Bedienung & Display<\/h3>\n            <table class=\"wmf-specs-table\">\n                <tbody>\n                    <tr>\n                        <td>Display<\/td>\n                        <td>7\" horizontal touchscreen<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>User interface<\/td>\n                        <td>Intuitive touch operation<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Operation modes<\/td>\n                        <td>Served & self-service<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Languages<\/td>\n                        <td>Multiple languages available<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            \n            <!-- Cleaning & Maintenance -->\n            <h3 class=\"wmf-category-title\">Reinigung & Wartung<\/h3>\n            <table class=\"wmf-specs-table\">\n                <tbody>\n                    <tr>\n                        <td>Daily cleaning<\/td>\n                        <td>Click+Clean function<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Weekly cleaning<\/td>\n                        <td>Clean in Place (CiP) program<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Cleaning method<\/td>\n                        <td>Steam and hot water<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Descaling<\/td>\n                        <td>Reduced frequency due to two-boiler system<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            \n            <!-- Dimensions & Weight -->\n            <h3 class=\"wmf-category-title\">Abmessungen & Gewicht<\/h3>\n            <table class=\"wmf-specs-table\">\n                <tbody>\n                    <tr>\n                        <td>Height (mm)<\/td>\n                        <td>580 mm<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Width (mm)<\/td>\n                        <td>340 mm<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Depth (mm)<\/td>\n                        <td>545 mm<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Weight<\/td>\n                        <td>~30 kg<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            \n            <!-- Electrical -->\n            <h3 class=\"wmf-category-title\">Elektrische Daten<\/h3>\n            <table class=\"wmf-specs-table\">\n                <tbody>\n                    <tr>\n                        <td>Voltage<\/td>\n                        <td>220-240 V \/ 50-60 Hz<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Power consumption<\/td>\n                        <td>2300 W<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Standby power<\/td>\n                        <td>&lt; 1 W<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            \n            <!-- Connectivity -->\n            <h3 class=\"wmf-category-title\">Konnektivit\u00e4t<\/h3>\n            <table class=\"wmf-specs-table\">\n                <tbody>\n                    <tr>\n                        <td>Telemetry<\/td>\n                        <td>Optional WMF CoffeeConnect module<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Remote monitoring<\/td>\n                        <td>Machine operations & sales performance<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Business models<\/td>\n                        <td>Pay-per-cup compatible<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            \n            <!-- Certifications -->\n            <h3 class=\"wmf-category-title\">Zertifizierungen<\/h3>\n            <table class=\"wmf-specs-table\">\n                <tbody>\n                    <tr>\n                        <td>Standards<\/td>\n                        <td>CE, NSF, UL certified<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Performance standard<\/td>\n                        <td>DIN 18873-2 certified<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Basic model 2<br \/>\n03.1050.3105<br \/>\nBasic Milk, 16g Brewer, 1 grinder, 1 powder, Click+Clean, CIP<\/p>\n","protected":false},"featured_media":69555,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false},"pwb-brand":[11836],"product_brand":[],"product_cat":[12748],"product_tag":[],"class_list":{"0":"post-70636","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"pwb-brand-wmf","7":"product_cat-wmf-kaffeevollautomaten","9":"first","10":"instock","11":"taxable","12":"shipping-taxable","13":"purchasable","14":"product-type-simple"},"group_of_quantity":0,"min_quantity":0,"max_quantity":"","exclude_order_quantity_value_rules":"no","exclude_category_quantity_rules":"no","combine_variations":"no","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>WMF Peak 50 Basic model 2 - Solino<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WMF Peak 50 Basic model 2\" \/>\n<meta property=\"og:description\" content=\"Basic model 2 03.1050.3105 Basic Milk, 16g Brewer, 1 grinder, 1 powder, Click+Clean, CIP\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Solino\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/coffeepartnerforyourbusiness\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-09T09:12:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.solino.gr\/wp-content\/uploads\/2026\/02\/WMF_Peak50_CGI_Front_00_DE_2025_06-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1809\" \/>\n\t<meta property=\"og:image:height\" content=\"2560\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Preis\" \/>\n\t<meta name=\"twitter:data1\" content=\"4.700,00&euro;\" \/>\n\t<meta name=\"twitter:label2\" content=\"Verf\u00fcgbarkeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"Auf Lager\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/shop\\\/wmf-peak-50-basic-model-2\\\/\",\"url\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/shop\\\/wmf-peak-50-basic-model-2\\\/\",\"name\":\"WMF Peak 50 Basic model 2 - Solino\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/shop\\\/wmf-peak-50-basic-model-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/shop\\\/wmf-peak-50-basic-model-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.solino.gr\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/WMF_Peak50_CGI_Front_00_DE_2025_06-scaled.jpg\",\"datePublished\":\"2026-04-09T09:10:17+00:00\",\"dateModified\":\"2026-04-09T09:12:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/shop\\\/wmf-peak-50-basic-model-2\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.solino.gr\\\/de\\\/shop\\\/wmf-peak-50-basic-model-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/shop\\\/wmf-peak-50-basic-model-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.solino.gr\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/WMF_Peak50_CGI_Front_00_DE_2025_06-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/www.solino.gr\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/WMF_Peak50_CGI_Front_00_DE_2025_06-scaled.jpg\",\"width\":1809,\"height\":2560,\"caption\":\"WMF Peak 50\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/shop\\\/wmf-peak-50-basic-model-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Unsere Produkte\",\"item\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/shop\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"WMF Peak 50 Basic model 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/\",\"name\":\"Solino\",\"description\":\"\u039f\u03b9 \u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u039b\u03cd\u03c3\u03b5\u03b9\u03c2 \u03c3\u03c4\u03b9\u03c2 \u039c\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2 \u039a\u03b1\u03c6\u03ad &amp; \u0395\u03c3\u03c0\u03c1\u03ad\u03c3\u03bf\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/#organization\",\"name\":\"Solino\",\"url\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.solino.gr\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/Solino-Weis-.jpg\",\"contentUrl\":\"https:\\\/\\\/www.solino.gr\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/Solino-Weis-.jpg\",\"width\":1156,\"height\":429,\"caption\":\"Solino\"},\"image\":{\"@id\":\"https:\\\/\\\/www.solino.gr\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/coffeepartnerforyourbusiness\",\"https:\\\/\\\/www.instagram.com\\\/the_complete_coffeepartner\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/5267982\\\/admin\\\/\",\"https:\\\/\\\/www.pinterest.de\\\/tcharpantidis\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCQxbxyAKpQX142Zlz0VBNww\"],\"email\":\"info@solino.gr\",\"telephone\":\"+30 210 4173201\",\"legalName\":\"SOLINO IKE\",\"vatID\":\"EL802133107\",\"taxID\":\"EL802133107\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1\",\"maxValue\":\"10\"}}]}<\/script>\n<meta property=\"product:brand\" content=\"WMF\" \/>\n<meta property=\"product:price:amount\" content=\"4700.00\" \/>\n<meta property=\"product:price:currency\" content=\"EUR\" \/>\n<meta property=\"og:availability\" content=\"instock\" \/>\n<meta property=\"product:availability\" content=\"instock\" \/>\n<meta property=\"product:retailer_item_id\" content=\"WMFM03.1050.3105\" \/>\n<meta property=\"product:condition\" content=\"new\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"WMF Peak 50 Basic model 2 - Solino","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/","og_locale":"de_DE","og_type":"article","og_title":"WMF Peak 50 Basic model 2","og_description":"Basic model 2 03.1050.3105 Basic Milk, 16g Brewer, 1 grinder, 1 powder, Click+Clean, CIP","og_url":"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/","og_site_name":"Solino","article_publisher":"https:\/\/www.facebook.com\/coffeepartnerforyourbusiness","article_modified_time":"2026-04-09T09:12:03+00:00","og_image":[{"width":1809,"height":2560,"url":"https:\/\/www.solino.gr\/wp-content\/uploads\/2026\/02\/WMF_Peak50_CGI_Front_00_DE_2025_06-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Preis":"4.700,00&euro;","Verf\u00fcgbarkeit":"Auf Lager"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/","url":"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/","name":"WMF Peak 50 Basic model 2 - Solino","isPartOf":{"@id":"https:\/\/www.solino.gr\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/#primaryimage"},"image":{"@id":"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.solino.gr\/wp-content\/uploads\/2026\/02\/WMF_Peak50_CGI_Front_00_DE_2025_06-scaled.jpg","datePublished":"2026-04-09T09:10:17+00:00","dateModified":"2026-04-09T09:12:03+00:00","breadcrumb":{"@id":"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/#primaryimage","url":"https:\/\/www.solino.gr\/wp-content\/uploads\/2026\/02\/WMF_Peak50_CGI_Front_00_DE_2025_06-scaled.jpg","contentUrl":"https:\/\/www.solino.gr\/wp-content\/uploads\/2026\/02\/WMF_Peak50_CGI_Front_00_DE_2025_06-scaled.jpg","width":1809,"height":2560,"caption":"WMF Peak 50"},{"@type":"BreadcrumbList","@id":"https:\/\/www.solino.gr\/de\/shop\/wmf-peak-50-basic-model-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.solino.gr\/de\/"},{"@type":"ListItem","position":2,"name":"Unsere Produkte","item":"https:\/\/www.solino.gr\/de\/shop\/"},{"@type":"ListItem","position":3,"name":"WMF Peak 50 Basic model 2"}]},{"@type":"WebSite","@id":"https:\/\/www.solino.gr\/de\/#website","url":"https:\/\/www.solino.gr\/de\/","name":"Solino","description":"\u039f\u03b9 \u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u039b\u03cd\u03c3\u03b5\u03b9\u03c2 \u03c3\u03c4\u03b9\u03c2 \u039c\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2 \u039a\u03b1\u03c6\u03ad &amp; \u0395\u03c3\u03c0\u03c1\u03ad\u03c3\u03bf","publisher":{"@id":"https:\/\/www.solino.gr\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.solino.gr\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.solino.gr\/de\/#organization","name":"Solino","url":"https:\/\/www.solino.gr\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.solino.gr\/de\/#\/schema\/logo\/image\/","url":"https:\/\/www.solino.gr\/wp-content\/uploads\/2021\/04\/Solino-Weis-.jpg","contentUrl":"https:\/\/www.solino.gr\/wp-content\/uploads\/2021\/04\/Solino-Weis-.jpg","width":1156,"height":429,"caption":"Solino"},"image":{"@id":"https:\/\/www.solino.gr\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/coffeepartnerforyourbusiness","https:\/\/www.instagram.com\/the_complete_coffeepartner\/","https:\/\/www.linkedin.com\/company\/5267982\/admin\/","https:\/\/www.pinterest.de\/tcharpantidis\/","https:\/\/www.youtube.com\/channel\/UCQxbxyAKpQX142Zlz0VBNww"],"email":"info@solino.gr","telephone":"+30 210 4173201","legalName":"SOLINO IKE","vatID":"EL802133107","taxID":"EL802133107","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"}}]},"product_brand":"WMF","product_price_amount":"4700.00","product_price_currency":"EUR","og_availability":"instock","product_availability":"instock","product_retailer_item_id":"WMFM03.1050.3105","product_condition":"new"},"brands":[{"id":11836,"name":"WMF","slug":"wmf"}],"_links":{"self":[{"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/product\/70636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/comments?post=70636"}],"version-history":[{"count":2,"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/product\/70636\/revisions"}],"predecessor-version":[{"id":70640,"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/product\/70636\/revisions\/70640"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/media\/69555"}],"wp:attachment":[{"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/media?parent=70636"}],"wp:term":[{"taxonomy":"pwb-brand","embeddable":true,"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/pwb-brand?post=70636"},{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/product_brand?post=70636"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/product_cat?post=70636"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/www.solino.gr\/de\/wp-json\/wp\/v2\/product_tag?post=70636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}