{"id":2120,"date":"2026-01-14T11:55:39","date_gmt":"2026-01-14T11:55:39","guid":{"rendered":"https:\/\/zieno.com.tr\/?page_id=2120"},"modified":"2026-01-14T11:56:01","modified_gmt":"2026-01-14T11:56:01","slug":"flash-serie","status":"publish","type":"page","link":"https:\/\/zieno.com.tr\/de\/flash-serie\/","title":{"rendered":"FLASH-Serie"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2120\" class=\"elementor elementor-2120\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f531f3b e-con-full e-flex e-con e-parent\" data-id=\"f531f3b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b67dd79 elementor-widget elementor-widget-html\" data-id=\"b67dd79\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"tr\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>FLASH-Serie - ZIENO<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Serif:ital@0;1&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        :root {\r\n            --black: #000000;\r\n            --gray: #696D78;\r\n            --light-bg: #edede9;\r\n            --white: #ffffff;\r\n            --border: #e5e5e5;\r\n            --font-main: 'Inter', sans-serif;\r\n            --font-serif: 'Instrument Serif', serif;\r\n        }\r\n\r\n        * {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        body {\r\n            font-family: var(--font-main);\r\n            color: var(--black);\r\n            background: var(--white);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .product-hero {\r\n            background: var(--light-bg);\r\n            padding: 120px 20px 60px;\r\n            text-align: center;\r\n        }\r\n\r\n        .product-hero h1 {\r\n            font-family: var(--font-serif);\r\n            font-size: 3rem;\r\n            font-weight: 400;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .product-hero p {\r\n            font-size: 1.1rem;\r\n            color: var(--gray);\r\n            max-width: 600px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        \/* Gallery Section *\/\r\n        .gallery-section {\r\n            max-width: 1400px;\r\n            margin: 60px auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        .gallery-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(2, 1fr);\r\n            gap: 20px;\r\n        }\r\n\r\n        .gallery-item {\r\n            position: relative;\r\n            aspect-ratio: 1\/1;\r\n            background: var(--light-bg);\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            border: 1px solid var(--border);\r\n        }\r\n\r\n        .gallery-item img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            transition: transform 0.4s ease;\r\n        }\r\n\r\n        .gallery-item:hover img {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .gallery-label {\r\n            position: absolute;\r\n            bottom: 15px;\r\n            left: 15px;\r\n            background: rgba(255, 255, 255, 0.95);\r\n            padding: 8px 16px;\r\n            border-radius: 4px;\r\n            font-size: 0.85rem;\r\n            font-weight: 600;\r\n            color: var(--black);\r\n        }\r\n\r\n        \/* Info Section *\/\r\n        .info-section {\r\n            max-width: 1000px;\r\n            margin: 60px auto;\r\n            padding: 0 20px;\r\n            text-align: center;\r\n        }\r\n\r\n        .info-section h2 {\r\n            font-family: var(--font-serif);\r\n            font-size: 2rem;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .info-section p {\r\n            font-size: 1.05rem;\r\n            color: var(--gray);\r\n            line-height: 1.8;\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .cta-button {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            background: var(--black);\r\n            color: var(--white);\r\n            padding: 14px 32px;\r\n            border-radius: 4px;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            font-size: 0.95rem;\r\n            transition: all 0.2s ease;\r\n        }\r\n\r\n        .cta-button:hover {\r\n            background: #333;\r\n        }\r\n\r\n        \/* Responsive *\/\r\n        @media (max-width: 768px) {\r\n            .product-hero {\r\n                padding: 100px 20px 40px;\r\n            }\r\n\r\n            .product-hero h1 {\r\n                font-size: 2rem;\r\n            }\r\n\r\n            .gallery-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 15px;\r\n            }\r\n\r\n            .info-section h2 {\r\n                font-size: 1.5rem;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"product-hero\">\r\n        <h1>FLASH-Serie<\/h1>\r\n        <p>Modernes Design und \u00fcberlegener Komfort in einem. Die Serie FLASH bringt Dynamik in Ihre B\u00fcroumgebung.<\/p>\r\n    <\/section>\r\n\r\n    <!-- Gallery Section -->\r\n    <section class=\"gallery-section\">\r\n        <div class=\"gallery-grid\">\r\n            <div class=\"gallery-item\">\r\n                <img decoding=\"async\" src=\"https:\/\/zieno.com.tr\/wp-content\/uploads\/2026\/01\/flash-u1.jpg\" alt=\"FLASH U1\" loading=\"lazy\">\r\n                <div class=\"gallery-label\">Modell U1<\/div>\r\n            <\/div>\r\n            <div class=\"gallery-item\">\r\n                <img decoding=\"async\" src=\"https:\/\/zieno.com.tr\/wp-content\/uploads\/2026\/01\/flash-u2.jpg\" alt=\"FLASH U2\" loading=\"lazy\">\r\n                <div class=\"gallery-label\">U2-Modell<\/div>\r\n            <\/div>\r\n            <div class=\"gallery-item\">\r\n                <img decoding=\"async\" src=\"https:\/\/zieno.com.tr\/wp-content\/uploads\/2026\/01\/flash-c1.jpg\" alt=\"FLASH C1\" loading=\"lazy\">\r\n                <div class=\"gallery-label\">Modell C1<\/div>\r\n            <\/div>\r\n            <div class=\"gallery-item\">\r\n                <img decoding=\"async\" src=\"https:\/\/zieno.com.tr\/wp-content\/uploads\/2026\/01\/flash-l1.jpg\" alt=\"FLASH L1\" loading=\"lazy\">\r\n                <div class=\"gallery-label\">L1-Modell<\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Info Section -->\r\n    <section class=\"info-section\">\r\n        <h2>Eigenschaften<\/h2>\r\n        <p>\r\n            Die Serie FLASH setzt mit ihrem ergonomischen Design und ihren modernen Linien einen neuen Standard f\u00fcr B\u00fcrom\u00f6bel.\r\n            Mit hochwertigen Materialien und sorgf\u00e4ltiger Verarbeitung hergestellt, bietet FLASH maximalen Komfort bei langfristiger Nutzung.\r\n        <\/p>\r\n        <a href=\"\/de\/kommunikation\/\" class=\"cta-button\">\r\n            Preisangebot einholen\r\n            <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n        <\/a>\r\n    <\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>FLASH Serisi &#8211; ZIENO FLASH Serisi Modern tasar\u0131m ve \u00fcst\u00fcn konfor bir arada. Ofis ortam\u0131n\u0131za dinamizm katan FLASH serisi. U1 Model U2 [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2120","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/zieno.com.tr\/de\/wp-json\/wp\/v2\/pages\/2120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zieno.com.tr\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zieno.com.tr\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zieno.com.tr\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zieno.com.tr\/de\/wp-json\/wp\/v2\/comments?post=2120"}],"version-history":[{"count":0,"href":"https:\/\/zieno.com.tr\/de\/wp-json\/wp\/v2\/pages\/2120\/revisions"}],"wp:attachment":[{"href":"https:\/\/zieno.com.tr\/de\/wp-json\/wp\/v2\/media?parent=2120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}