{"id":36137,"date":"2024-04-02T11:19:27","date_gmt":"2024-04-02T11:19:27","guid":{"rendered":"https:\/\/www.sopronkonyhabutor.hu\/home-copy-2-copy-copy-copy\/"},"modified":"2025-12-30T21:16:08","modified_gmt":"2025-12-30T20:16:08","slug":"kuechenplanung-kuechenmoebel-kueche-planen","status":"publish","type":"page","link":"https:\/\/kranitzkonyhabutor.hu\/de\/konyhatervezes-konyhabutor-konyha-tervezes\/","title":{"rendered":"Individuelle Planung"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"36137\" class=\"elementor elementor-36137\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9debdc2 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"9debdc2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-97a51de sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"97a51de\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8c5da61 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"8c5da61\" 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<!DOCTYPE html>\r\n<html lang=\"hu\">\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>A konyha, amely val\u00f3ban az \u00d6n\u00e9<\/title>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@400;600;700;800&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        html, body {\r\n            margin: 0;\r\n            padding: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            font-family: 'Syne', sans-serif;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .hero-section {\r\n            position: relative;\r\n            width: 100vw;\r\n            min-height: 100vh;\r\n            margin-left: calc(-50vw + 50%);\r\n            margin-right: calc(-50vw + 50%);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background-image: url('https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/unnamed-2.jpg');\r\n            background-size: cover;\r\n            background-position: center;\r\n            background-repeat: no-repeat;\r\n        }\r\n\r\n        \/* Dark overlay for better text readability *\/\r\n        .hero-section::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: rgba(0, 0, 0, 0.35);\r\n            z-index: 1;\r\n        }\r\n\r\n        .hero-content {\r\n            position: relative;\r\n            z-index: 2;\r\n            text-align: center;\r\n            padding: 40px;\r\n            max-width: 900px;\r\n        }\r\n\r\n        .hero-title {\r\n            font-size: 4.5rem;\r\n            font-weight: 700;\r\n            color: #ffffff;\r\n            line-height: 1.2;\r\n            margin-bottom: 50px;\r\n            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);\r\n            opacity: 0;\r\n            animation: fadeInUp 1s ease forwards 0.3s;\r\n        }\r\n\r\n        .cta-button {\r\n            display: inline-block;\r\n            padding: 18px 45px;\r\n            background-color: #2f3a56;\r\n            color: #ffffff;\r\n            font-size: 1.1rem;\r\n            font-weight: 600;\r\n            text-decoration: none;\r\n            border-radius: 0;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 8px 25px rgba(30, 58, 138, 0.4);\r\n            opacity: 0;\r\n            animation: fadeInUp 1s ease forwards 0.6s;\r\n        }\r\n\r\n        .cta-button:hover {\r\n            background-color: #1e40af;\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 12px 35px rgba(30, 58, 138, 0.5);\r\n        }\r\n\r\n        \/* Animations *\/\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(40px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 1024px) {\r\n            .hero-title {\r\n                font-size: 3.8rem;\r\n            }\r\n\r\n            .cta-button {\r\n                padding: 16px 40px;\r\n                font-size: 1.05rem;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .hero-section {\r\n                min-height: 70vh;\r\n            }\r\n\r\n            .hero-title {\r\n                font-size: 2.8rem;\r\n                margin-bottom: 40px;\r\n            }\r\n\r\n            .cta-button {\r\n                padding: 15px 35px;\r\n                font-size: 1rem;\r\n            }\r\n\r\n            .hero-content {\r\n                padding: 30px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .hero-title {\r\n                font-size: 2rem;\r\n                margin-bottom: 35px;\r\n            }\r\n\r\n            .cta-button {\r\n                padding: 14px 30px;\r\n                font-size: 0.95rem;\r\n            }\r\n\r\n            .hero-content {\r\n                padding: 20px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <section class=\"hero-section\">\r\n        <div class=\"hero-content\">\r\n            <h1 class=\"hero-title\">Die K\u00fcche,<br>die wirklich Ihnen geh\u00f6rt<\/h1>\r\n            <a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\" class=\"cta-button\">Kostenloses Angebot<\/a>\r\n        <\/div>\r\n    <\/section>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-477d9ba elementor-section-full_width elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"477d9ba\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-09861bd sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"09861bd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2fcacac sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"2fcacac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-animation-type=\"sequental\" data-animation-stagger=\"\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-59dfa7f animation_type_sequental elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static elementor-invisible\" data-id=\"59dfa7f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;pantry-fadeinup&quot;,&quot;animation_delay&quot;:100}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-85fed45 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"85fed45\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-276701f elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default sc_fly_static elementor-widget elementor-widget-icon-box\" data-id=\"276701f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-canadian-maple-leaf\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h6 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tPremium-Qualit\u00e4t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h6>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHerausragende Materialien\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3148bd2 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"3148bd2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a40bf76 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default sc_fly_static elementor-widget elementor-widget-icon-box\" data-id=\"a40bf76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"46\" height=\"46\" viewbox=\"0 0 46 46\"><g transform=\"translate(3788 11342)\"><g transform=\"translate(-3827.5 -11389.771)\"><g transform=\"translate(39.5 48.755)\"><path d=\"M56.275,92.787a2.837,2.837,0,0,1-.884-.138c-1.516-.493-2.236-2.076-2.932-3.608a6.637,6.637,0,0,0-1.48-2.412,6.679,6.679,0,0,0-2.785-.679c-1.659-.19-3.375-.387-4.3-1.659s-.578-2.943-.251-4.569a6.716,6.716,0,0,0,.211-2.893,6.54,6.54,0,0,0-1.806-2.11c-1.194-1.09-2.547-2.325-2.547-3.949s1.353-2.859,2.547-3.949a6.513,6.513,0,0,0,1.806-2.11,6.716,6.716,0,0,0-.211-2.893c-.327-1.627-.666-3.31.251-4.569s2.642-1.469,4.3-1.659a6.663,6.663,0,0,0,2.785-.679,6.608,6.608,0,0,0,1.48-2.412c.7-1.532,1.416-3.116,2.932-3.608,1.456-.473,2.937.361,4.369,1.167a6.8,6.8,0,0,0,2.74,1.111,6.8,6.8,0,0,0,2.74-1.111c1.432-.806,2.912-1.64,4.369-1.167,1.516.493,2.236,2.076,2.932,3.608a6.637,6.637,0,0,0,1.48,2.412,6.679,6.679,0,0,0,2.785.679c1.659.19,3.375.387,4.3,1.659s.578,2.943.251,4.569a6.716,6.716,0,0,0-.211,2.893,6.54,6.54,0,0,0,1.806,2.11c1.194,1.09,2.547,2.326,2.547,3.95s-1.353,2.859-2.547,3.949a6.513,6.513,0,0,0-1.806,2.11,6.715,6.715,0,0,0,.211,2.893c.327,1.627.666,3.31-.251,4.569s-2.642,1.469-4.3,1.659a6.663,6.663,0,0,0-2.785.679,6.608,6.608,0,0,0-1.48,2.412c-.7,1.532-1.416,3.116-2.932,3.608-1.456.473-2.937-.361-4.369-1.167a6.8,6.8,0,0,0-2.74-1.111,6.8,6.8,0,0,0-2.74,1.111A7.669,7.669,0,0,1,56.275,92.787Zm0-42.225a1.037,1.037,0,0,0-.325.048c-.76.246-1.312,1.462-1.845,2.638a7.637,7.637,0,0,1-2.062,3.125A7.7,7.7,0,0,1,48.4,57.386c-1.272.146-2.587.3-3.047.927s-.19,1.906.061,3.151a7.784,7.784,0,0,1,.158,3.807,7.53,7.53,0,0,1-2.306,2.885c-.961.879-1.958,1.788-1.958,2.614s1,1.736,1.959,2.615a7.532,7.532,0,0,1,2.306,2.885,7.785,7.785,0,0,1-.158,3.807c-.251,1.245-.51,2.533-.059,3.151s1.774.782,3.047.927a7.7,7.7,0,0,1,3.643,1.012A7.637,7.637,0,0,1,54.1,88.295c.534,1.175,1.087,2.391,1.845,2.638.7.228,1.832-.408,2.925-1.023A7.865,7.865,0,0,1,62.5,88.566a7.865,7.865,0,0,1,3.626,1.344c1.092.615,2.222,1.252,2.925,1.023.76-.246,1.312-1.462,1.845-2.638a7.637,7.637,0,0,1,2.062-3.125A7.7,7.7,0,0,1,76.6,84.157c1.272-.146,2.587-.3,3.047-.927s.19-1.906-.061-3.151a7.784,7.784,0,0,1-.158-3.807,7.53,7.53,0,0,1,2.306-2.885c.964-.88,1.959-1.789,1.959-2.615s-1-1.736-1.959-2.615a7.532,7.532,0,0,1-2.306-2.885,7.785,7.785,0,0,1,.158-3.807c.251-1.245.51-2.533.059-3.151s-1.774-.782-3.047-.927a7.705,7.705,0,0,1-3.643-1.012,7.637,7.637,0,0,1-2.062-3.125c-.534-1.175-1.087-2.391-1.845-2.638-.7-.228-1.832.408-2.925,1.023A7.851,7.851,0,0,1,62.5,52.978a7.861,7.861,0,0,1-3.626-1.344A6.624,6.624,0,0,0,56.273,50.563Z\" transform=\"translate(-39.5 -48.755)\"><\/path><\/g><g transform=\"translate(51.429 59.701)\"><path d=\"M156.168,160.546a4.378,4.378,0,1,1,4.378-4.378A4.383,4.383,0,0,1,156.168,160.546Zm0-6.95a2.572,2.572,0,1,0,2.572,2.572A2.575,2.575,0,0,0,156.168,153.6Z\" transform=\"translate(-151.79 -151.79)\"><\/path><\/g><g transform=\"translate(65.42 74.118)\"><path d=\"M287.878,296.266a4.378,4.378,0,1,1,4.378-4.378A4.383,4.383,0,0,1,287.878,296.266Zm0-6.951a2.572,2.572,0,1,0,2.572,2.572A2.575,2.575,0,0,0,287.878,289.315Z\" transform=\"translate(-283.5 -287.51)\"><\/path><\/g><g transform=\"translate(53.279 62.569)\"><path d=\"M170.113,196.212a.9.9,0,0,1-.638-1.541l15.616-15.616a.9.9,0,0,1,1.277,1.277l-15.616,15.616a.9.9,0,0,1-.638.264Z\" transform=\"translate(-169.21 -178.79)\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h6 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAttraktive Preise\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h6>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAlles wird individuell zugeschnitten\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-5e36f59 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"5e36f59\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d5086a5 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default sc_fly_static elementor-widget elementor-widget-icon-box\" data-id=\"d5086a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"46\" height=\"46\" viewbox=\"0 0 46 46\"><g transform=\"translate(3733 11342)\"><g transform=\"translate(-3788.5 -11425.917)\"><path d=\"M100.525,102.189H77.066V88.575a.976.976,0,0,0-.975-.975h-14a.975.975,0,0,0-.91.624L55.565,102.8a.967.967,0,0,0-.065.351v14.574a.976.976,0,0,0,.975.975h3.287a6.451,6.451,0,1,0,12.717,0h12.04a6.451,6.451,0,1,0,12.717,0h3.289a.976.976,0,0,0,.975-.975V103.164A.976.976,0,0,0,100.525,102.189Zm-34.4,22.1a4.5,4.5,0,1,1,4.5-4.5A4.506,4.506,0,0,1,66.121,124.285Zm24.757,0a4.5,4.5,0,1,1,4.5-4.5A4.506,4.506,0,0,1,90.879,124.285Zm8.671-7.536H96.755a.9.9,0,0,0-.177.017,6.448,6.448,0,0,0-11.4,0,.987.987,0,0,0-.156-.014H72.207a.98.98,0,0,0-.359.069,6.447,6.447,0,0,0-11.438-.032.952.952,0,0,0-.264-.037h-2.7V103.332l5.315-13.781H75.116v13.614a.976.976,0,0,0,.975.975H99.55Z\"><\/path><path d=\"M99.215,117.6h-8.2a.975.975,0,0,0-.91.624L85.566,130a.975.975,0,0,0,.91,1.326H99.215a.976.976,0,0,0,.975-.975V118.575A.975.975,0,0,0,99.215,117.6Zm-.975,11.774H87.9l3.789-9.824h6.555Z\" transform=\"translate(-26.559 -26.559)\"><\/path><path d=\"M269.585,120.939h16.441a.976.976,0,0,0,.975-.975v-8.389a.976.976,0,0,0-.975-.975H269.585a.976.976,0,0,0-.975.975v8.389A.975.975,0,0,0,269.585,120.939Zm.975-4.209a.983.983,0,0,0,.165.015h6.022v2.245H270.56Zm8.137,2.259v-2.245h6.353v2.246Zm6.354-4.193H278.7V112.55h6.353Zm-8.3-2.246V114.8h-6.022a.983.983,0,0,0-.165.015v-2.26Z\" transform=\"translate(-188.663 -20.362)\"><\/path><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h6 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tKurze Lieferzeiten\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h6>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tK\u00fcchenm\u00f6bel in nur 4 Wochen\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-366e2f7 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"366e2f7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4e53f75 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default sc_fly_static elementor-widget elementor-widget-icon-box\" data-id=\"4e53f75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tv\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h6 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tKostenlose 3D-Visualisierung\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h6>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tFordern Sie Ihr detailliertes Angebot an!\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b96e67 sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"1b96e67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d7b798c scheme_default elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"d7b798c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-338f856 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"338f856\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c5289fb sc_height_huge sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"c5289fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-52543e3 scheme_default elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"52543e3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-da916fa sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"da916fa\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div data-animation-type=\"block\" class=\"elementor-element elementor-element-c87a3a8 animation_type_block sc_fly_static elementor-invisible elementor-widget elementor-widget-trx_sc_title\" data-id=\"c87a3a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;pantry-fadeinup&quot;}\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h1 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">Wo Stil und Langlebigkeit aufeinandertreffen<\/span><\/h1><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1381f3 elementor-align-center sc_fly_static elementor-widget elementor-widget-button\" data-id=\"b1381f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Kostenloses Angebot<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-animation-type=\"block\" class=\"elementor-element elementor-element-4259d80 no-title animation_type_block sc_fly_static elementor-invisible elementor-widget elementor-widget-image\" data-id=\"4259d80\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;pantry-fadeinup&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"1350\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46.png\" class=\"attachment-full size-full wp-image-41458\" alt=\"\" srcset=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46.png 1080w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46-240x300.png 240w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46-819x1024.png 819w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46-768x960.png 768w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46-370x463.png 370w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46-840x1050.png 840w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46-410x513.png 410w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div data-animation-type=\"block\" class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-495f7b1 sc_content_align_inherit sc_layouts_column_icons_position_left animation_type_block sc_fly_static elementor-invisible\" data-id=\"495f7b1\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;pantry-fadeinup&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-512e0cb no-title sc_fly_static elementor-widget elementor-widget-image\" data-id=\"512e0cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1080\" height=\"1350\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-49.png\" class=\"attachment-full size-full wp-image-41464\" alt=\"\" srcset=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-49.png 1080w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-49-240x300.png 240w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-49-819x1024.png 819w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-49-768x960.png 768w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-49-370x463.png 370w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-49-840x1050.png 840w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-49-410x513.png 410w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13c4a61 sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"13c4a61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d34dc1 sc_fly_static elementor-widget elementor-widget-text-editor\" data-id=\"4d34dc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Wir arbeiten nicht mit Katalogen. Wir arbeiten mit Ihnen. Wir glauben daran, dass eine K\u00fcche nicht nur perfekt in den Raum, sondern auch in Ihr Leben passen muss. Wir haben keine Standardl\u00f6sungen, weil wir wissen, dass es keine Standardleben gibt. Jeder Mensch, jede Familie und jedes Zuhause ist einzigartig \u2013 genau wie jede K\u00fcche, die wir fertigen.<\/p><p>Unser Ziel ist es, nicht nur M\u00f6bel, sondern einen Lebensraum zu schaffen: einen Ort, der sich an Ihre Kochgewohnheiten, den Rhythmus Ihrer Familie und Ihren pers\u00f6nlichen Stil anpasst. Wo alles griffbereit ist, jeder Stauraum eine Funktion hat und jede Minute, die Sie dort verbringen, Freude bereitet.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-386ef14 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"386ef14\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5bb1078 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"5bb1078\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61c496b scheme_default elementor-section-full_width elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"61c496b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f858a9d sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"f858a9d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-46dfd3b sc_height_huge sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"46dfd3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3092997 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"3092997\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1bddc17 sc_layouts_column_align_center sc_layouts_column sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"1bddc17\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div data-animation-type=\"block\" class=\"elementor-element elementor-element-1978b06 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-inherit animation_type_block sc_fly_static elementor-invisible elementor-widget elementor-widget-trx_sc_title\" data-id=\"1978b06\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;pantry-fadeinup&quot;}\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><span class=\"sc_item_subtitle sc_title_subtitle sc_item_subtitle_above sc_item_title_style_default\">VERWIRKLICHEN SIE IHRE TRAUMK\u00dcCHE<\/span><h1 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">K\u00fcchenplanung und Beratung<\/span><\/h1><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfbfea sc_height_small sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"adfbfea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-8cc463d elementor-widget__width-initial elementor-absolute sc_layouts_hide_on_mobile sc_fly_static elementor-widget elementor-widget-image\" data-id=\"8cc463d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"328\" height=\"656\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2024\/04\/pattern03.svg\" class=\"attachment-full size-full wp-image-37802\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d428f48 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"d428f48\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-740fb69 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"740fb69\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f2f8b11 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"f2f8b11\" 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<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@400;500;600;700;800&display=swap');\r\n\r\n.services-container {\r\n    display: flex;\r\n    gap: 30px;\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    padding: 20px;\r\n}\r\n\r\n.service-box {\r\n    flex: 1;\r\n    background: #ffffff;\r\n    border: 2px solid #f0f0f0;\r\n    border-radius: 12px;\r\n    padding: 40px 30px;\r\n    display: flex;\r\n    gap: 25px;\r\n    align-items: flex-start;\r\n    text-align: left;\r\n    transition: all 0.3s ease;\r\n    cursor: pointer;\r\n    position: relative;\r\n    text-decoration: none;\r\n    color: inherit;\r\n    overflow: hidden;\r\n}\r\n\r\n.service-box:hover {\r\n    border-color: #e0e0e0;\r\n    box-shadow: 0 8px 24px rgba(0,0,0,0.08);\r\n    transform: translateY(-5px);\r\n}\r\n\r\n.service-icon-wrapper {\r\n    flex-shrink: 0;\r\n}\r\n\r\n.service-icon {\r\n    width: 80px;\r\n    height: 80px;\r\n    display: block;\r\n}\r\n\r\n.service-content {\r\n    flex: 1;\r\n    overflow: visible;\r\n}\r\n\r\n.service-title {\r\n    font-family: 'Syne', sans-serif;\r\n    font-size: 32px;\r\n    font-weight: 700;\r\n    color: #2c2c2c;\r\n    margin-bottom: 15px;\r\n}\r\n\r\n.service-description {\r\n    font-family: 'Syne', sans-serif;\r\n    font-size: 17px;\r\n    font-weight: 400;\r\n    color: #666;\r\n    line-height: 1.6;\r\n    margin-bottom: 0;\r\n}\r\n\r\n.service-link {\r\n    font-family: 'Syne', sans-serif;\r\n    font-size: 18px;\r\n    font-weight: 500;\r\n    color: #2c2c2c;\r\n    margin-top: 20px;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    position: relative;\r\n}\r\n\r\n.service-link-text {\r\n    display: inline-block;\r\n    max-width: 0;\r\n    overflow: hidden;\r\n    white-space: nowrap;\r\n    transition: max-width 0.4s ease;\r\n}\r\n\r\n.service-box:hover .service-link-text {\r\n    max-width: 180px;\r\n    margin-right: 5px;\r\n}\r\n\r\n.service-arrow {\r\n    font-size: 24px;\r\n    display: inline-block;\r\n    flex-shrink: 0;\r\n    transition: transform 0.4s ease;\r\n}\r\n\r\n.service-box:hover .service-arrow {\r\n    transform: translateX(5px);\r\n}\r\n\r\n@media (max-width: 768px) {\r\n    .services-container {\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n    \r\n    .service-box {\r\n        flex-direction: column;\r\n        align-items: center;\r\n        text-align: center;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<div class=\"services-container\">\r\n    <!-- Box 1: Tervez\u00e9s -->\r\n    <a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\" class=\"service-box\">\r\n        <div class=\"service-icon-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/1.png\" alt=\"Planung\" class=\"service-icon\">\r\n        <\/div>\r\n        <div class=\"service-content\">\r\n            <h3 class=\"service-title\">Planung<\/h3>\r\n            <p class=\"service-description\">Kostenlose Beratung und Erstellung einer 3D-Visualisierung<\/p>\r\n            <div class=\"service-link\">\r\n                <span class=\"service-link-text\">Termin buchen<\/span>\r\n                <span class=\"service-arrow\">\u2192<\/span>\r\n            <\/div>\r\n        <\/div>\r\n    <\/a>\r\n\r\n    <!-- Box 2: Gy\u00e1rt\u00e1s -->\r\n    <a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\" class=\"service-box\">\r\n        <div class=\"service-icon-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/3.png\" alt=\"Fertigung\" class=\"service-icon\">\r\n        <\/div>\r\n        <div class=\"service-content\">\r\n            <h3 class=\"service-title\">Fertigung<\/h3>\r\n            <p class=\"service-description\">Ihre K\u00fcchenm\u00f6bel fertigen wir in nur 4 Wochen<\/p>\r\n            <div class=\"service-link\">\r\n                <span class=\"service-link-text\">Termin buchen<\/span>\r\n                <span class=\"service-arrow\">\u2192<\/span>\r\n            <\/div>\r\n        <\/div>\r\n    <\/a>\r\n\r\n    <!-- Box 3: Beszerel\u00e9s -->\r\n    <a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\" class=\"service-box\">\r\n        <div class=\"service-icon-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/2.png\" alt=\"Montage\" class=\"service-icon\">\r\n        <\/div>\r\n        <div class=\"service-content\">\r\n            <h3 class=\"service-title\">Montage<\/h3>\r\n            <p class=\"service-description\">Schnelle und reibungslose Installation<\/p>\r\n            <div class=\"service-link\">\r\n                <span class=\"service-link-text\">Termin buchen<\/span>\r\n                <span class=\"service-arrow\">\u2192<\/span>\r\n            <\/div>\r\n        <\/div>\r\n    <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-animation-type=\"sequental\" data-animation-stagger=\"\" class=\"elementor-element elementor-element-0960036 animation_type_sequental sc_layouts_hide_on_wide sc_layouts_hide_on_desktop sc_layouts_hide_on_notebook sc_layouts_hide_on_tablet sc_layouts_hide_on_mobile sc_fly_static elementor-invisible elementor-widget elementor-widget-trx_sc_icons\" data-id=\"0960036\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;pantry-fadeinup&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"trx_sc_icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div \tclass=\"sc_icons sc_icons_hover sc_icons_size_medium sc_align_none\" ><div class=\"sc_icons_columns_wrap sc_item_columns trx_addons_columns_wrap columns_padding_bottom columns_in_single_row\" ><div class=\"trx_addons_column-1_3\"><div class=\"sc_icons_item sc_icons_item_linked with_more\"><div class=\"sc_icons_icon sc_icon_type_ icon-kitchens\" ><span class=\"sc_icon_type_ icon-kitchens\"><\/span><\/div><div class=\"sc_icons_item_details\"><h4 class=\"sc_icons_item_title\"><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\">\n                                    Planung                                    <\/a><\/h4><div class=\"sc_icons_item_description\"><span>Kostenlose Beratung und Erstellung einer 3D-Visualisierung<\/span><\/div><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\" class=\"sc_icons_item_more_link\">\n                        <span class=\"link_text\">Aj\u00e1nlat K\u00e9r\u00e9s<\/span><span class=\"link_icon\"><\/span>\n                        <\/a><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\"\n                        class=\"sc_icons_item_link\">\n                        <\/a><\/div><\/div><\/div><div class=\"trx_addons_column-1_3\"><div class=\"sc_icons_item sc_icons_item_linked with_more\"><div class=\"sc_icons_icon sc_icon_type_ icon-dishwasher\" ><span class=\"sc_icon_type_ icon-dishwasher\"><\/span><\/div><div class=\"sc_icons_item_details\"><h4 class=\"sc_icons_item_title\"><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\">\n                                    Fertigung                                     <\/a><\/h4><div class=\"sc_icons_item_description\"><span>Konyhab\u00fatorait ak\u00e1r 4 h\u00e9ten bel\u00fcl legy\u00e1rtjuk<\/span><\/div><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\" class=\"sc_icons_item_more_link\">\n                        <span class=\"link_text\">Id\u0151pintfoglal\u00e1s<\/span><span class=\"link_icon\"><\/span>\n                        <\/a><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\"\n                        class=\"sc_icons_item_link\">\n                        <\/a><\/div><\/div><\/div><div class=\"trx_addons_column-1_3\"><div class=\"sc_icons_item sc_icons_item_linked with_more\"><div class=\"sc_icons_icon sc_icon_type_ icon-table\" ><span class=\"sc_icon_type_ icon-table\"><\/span><\/div><div class=\"sc_icons_item_details\"><h4 class=\"sc_icons_item_title\"><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\">\n                                    Montage                                    <\/a><\/h4><div class=\"sc_icons_item_description\"><span>Schnelle und reibungslose Installation<\/span><\/div><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\" class=\"sc_icons_item_more_link\">\n                        <span class=\"link_text\">Kostenloses Angebot<\/span><span class=\"link_icon\"><\/span>\n                        <\/a><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\"\n                        class=\"sc_icons_item_link\">\n                        <\/a><\/div><\/div><\/div><\/div><\/div><!-- \/.sc_icons -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-59c3322 sc_height_huge sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"59c3322\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3887eafa scheme_dark elementor-section-full_width elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"3887eafa\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1315cbc1 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"1315cbc1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-555171a sc_layouts_hide_on_tablet sc_layouts_hide_on_mobile sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"555171a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ada1c6 sc_height_huge sc_layouts_hide_on_wide sc_layouts_hide_on_desktop sc_layouts_hide_on_notebook sc_layouts_hide_on_mobile sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"3ada1c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7f1ea7b9 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"7f1ea7b9\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2503c3de sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"2503c3de\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42fc185f sc_fly_static elementor-widget elementor-widget-trx_widget_slider\" data-id=\"42fc185f\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"slider_controls\" data-widget_type=\"trx_widget_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"slider_controls_sc\" class=\"widget_area sc_widget_slider\"><aside class=\"widget widget_slider\">\t\t\t<div class=\"slider_wrap slider_engine_swiper\">\n\t\t\t\t<div id=\"slider_controls_sc_swiper_outer\" class=\"slider_outer slider_swiper_outer slider_style_default slider_source_custom slider_outer_direction_horizontal slider_outer_one slider_outer_nopagination slider_outer_nocontrols slider_outer_nocentered slider_outer_overflow_hidden slider_outer_titles_center slider_outer_height_auto\"><div id=\"slider_controls_sc_swiper\" class=\"slider_container slider_swiper swiper-slider-container slider_direction_horizontal slider_nopagination slider_one slider_type_bg slider_nocontrols slider_nocentered slider_overflow_hidden slider_titles_center slider_resize slider_swipe slider_height_auto\" data-ratio=\"16:10.6\" data-interval=\"7000\" data-speed=\"600\" data-effect=\"fade\" data-pagination=\"bullets\" data-direction=\"horizontal\" data-slides-per-view=\"1\" data-slides-space=\"0\" data-slides-parallax=\"0\" data-slides-centered=\"0\" data-slides-overflow=\"0\" data-mouse-wheel=\"0\" data-autoplay=\"1\" data-loop=\"1\" data-free-mode=\"0\" data-slides-min-width=\"220\" data-slides-per-view-breakpoints=\"{&quot;767&quot;:1,&quot;1279&quot;:1,&quot;999999&quot;:1}\" data-slides-space-breakpoints=\"{&quot;999999&quot;:&quot;0&quot;}\"><div class=\"slider-wrapper swiper-wrapper\"><div  class=\"slider-slide swiper-slide\" data-image=\"\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/Untitled-design-58.png\" style=\"background-image:url(\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/Untitled-design-58.png);\"><\/div><div  class=\"slider-slide swiper-slide\" data-image=\"\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/Untitled-design-59.png\" style=\"background-image:url(\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/Untitled-design-59.png);\"><\/div><\/div><\/div><\/div>\t\t\t<\/div>\n\t\t\t<\/aside><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a4b5300 sc_fly_static elementor-widget elementor-widget-trx_sc_slider_controls\" data-id=\"4a4b5300\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_slider_controls.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sc_slider_controls sc_slider_controls_light slider_pagination_style_none sc_align_center\" data-slider-id=\"slider_controls\" data-style=\"light\" data-pagination-style=\"none\" data-pagination-html-tag=\"span\"><div class=\"slider_controls_wrap with_prev with_next\"><a class=\"slider_prev slider_arrow_default\" href=\"#\" role=\"button\"><\/a><a class=\"slider_next slider_arrow_default\" href=\"#\" role=\"button\"><\/a><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-31beff3a sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"31beff3a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-514e3474 sc_layouts_hide_on_tablet sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"514e3474\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30ac1146 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"30ac1146\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><span class=\"sc_item_subtitle sc_title_subtitle sc_item_subtitle_above sc_item_title_style_default\">MODERNES DESIGN<\/span><h1 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">Der Planungsprozess: Von der Idee bis zur Realisierung<\/span><\/h1><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68bd1f3d sc_height_small sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"68bd1f3d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44239c1 sc_fly_static elementor-widget elementor-widget-text-editor\" data-id=\"44239c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>1. Der Dialog: Bed\u00fcrfnisse und Tr\u00e4ume<\/strong>\u00a0Alles beginnt mit einem Gespr\u00e4ch. Wir h\u00f6ren uns Ihre Vorstellungen an und machen uns mit Ihren Gewohnheiten vertraut. Wie nutzen Sie Ihre K\u00fcche? Wird viel gebacken und gekocht, oder ist sie eher der Ort f\u00fcr ein schnelles Fr\u00fchst\u00fcck? Halten Sie gro\u00dfe Familienessen ab oder ist sie der Mittelpunkt f\u00fcr gesellige Treffen? Diese Fragen helfen uns zu verstehen, welche funktionale Anordnung Sie ben\u00f6tigen.<\/p><p><strong>2. Der Visuelle Plan: Die K\u00fcche wird lebendig<\/strong>\u00a0Basierend auf Ihren Ideen und Bed\u00fcrfnissen erstellen wir erste Visualisierung und fotorealistische Visualisierungen. Mit diesen k\u00f6nnen Sie Ihre zuk\u00fcnftige K\u00fcche bereits vor der Fertigung virtuell begehen und das Zusammenspiel von Proportionen, Farben und Materialien erleben. Hier verfeinern wir die Details, bis alles perfekt sitzt.<\/p><p><strong>3. Die Details: Harmonie von Materialien und Farben<\/strong>\u00a0Nach der Freigabe der Visualisierung folgt die Materialauswahl. Wir helfen Ihnen, sich in der Welt der Premium-H\u00f6lzer, speziellen Arbeitsplatten und modernsten Beschl\u00e4gen zurechtzufinden, damit Ihre K\u00fcche nicht nur funktional, sondern auch \u00e4sthetisch harmonisch und zeitlos ist.<\/p><p><strong>4. Pr\u00e4zise Fertigung und Montage<\/strong>\u00a0Unser Expertenteam fertigt die M\u00f6belelemente gem\u00e4\u00df den freigegebenen Pl\u00e4nen unter Einhaltung h\u00f6chster Qualit\u00e4tsstandards. Auch die Montage vor Ort wird von uns durchgef\u00fchrt, um ein perfektes Endergebnis zu gew\u00e4hrleisten.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ca05f1 sc_fly_static elementor-widget elementor-widget-trx_sc_button\" data-id=\"8ca05f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\tclass=\"sc_item_button sc_button_wrap sc_align_center\" ><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\" class=\"sc_button sc_button_default sc_button_size_normal sc_button_icon_left\" ><span class=\"sc_button_text\"><span class=\"sc_button_title\">3D-Planung erstellen<\/span><\/span><\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb72229 sc_layouts_hide_on_tablet sc_layouts_hide_on_mobile sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"eb72229\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-f67363d sc_height_huge sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"f67363d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7f8e551d elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"7f8e551d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-inner-column elementor-element elementor-element-6a3960a3 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"6a3960a3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5237d41 elementor-widget__width-initial sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"5237d41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><span class=\"sc_item_subtitle sc_title_subtitle sc_item_subtitle_above sc_item_title_style_default\">FORDERN SIE EINEN R\u00dcCKRUF AN<\/span><h2 class=\"sc_item_title sc_title_title sc_item_title_style_default\"\n\t\t\t><span class=\"sc_item_title_text\">Kostenlose 3D-Visualisierung und Kostenvoranschlag anfordern<\/span><\/h2><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2e2a1695 sc_layouts_column_align_right sc_layouts_column sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"2e2a1695\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d052e51 elementor-view-framed play_center elementor-shape-circle sc_fly_static elementor-widget elementor-widget-icon\" data-id=\"d052e51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12.24\" height=\"16.583\" viewbox=\"0 0 12.24 16.583\"><path d=\"M17.57,7.966,6.119.07A.395.395,0,0,0,5.5.394V16.188a.395.395,0,0,0,.619.325l11.451-7.9a.395.395,0,0,0,0-.65Z\" transform=\"translate(-5.5 0)\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c5bcfef sc_height_huge sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"4c5bcfef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c3e60ed elementor-section-full_width elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"c3e60ed\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-86f1eb8 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"86f1eb8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-958d7ab sc_height_large sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"958d7ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ad8a4d elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto sc_layouts_hide_on_tablet sc_layouts_hide_on_mobile sc_fly_static elementor-widget elementor-widget-image\" data-id=\"1ad8a4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"370\" height=\"367\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2024\/04\/pattern04.svg\" class=\"attachment-full size-full wp-image-37803\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a31a50 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"3a31a50\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div data-animation-type=\"block\" class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0b30152 sc_column_fixed sc_content_align_inherit sc_layouts_column_icons_position_left animation_type_block sc_fly_static elementor-invisible\" data-id=\"0b30152\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;pantry-fadeinup&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-477a32e sc_layouts_hide_on_mobile sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"477a32e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf37410 sc_fly_static elementor-widget elementor-widget-image\" data-id=\"cf37410\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1350\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-51.png\" class=\"attachment-full size-full wp-image-41462\" alt=\"\" srcset=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-51.png 1080w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-51-240x300.png 240w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-51-819x1024.png 819w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-51-768x960.png 768w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-51-370x463.png 370w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-51-840x1050.png 840w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-51-410x513.png 410w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d2d73ab sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"d2d73ab\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-575fe7c sc_layouts_hide_on_mobile sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"575fe7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e66c24 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"3e66c24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><span class=\"sc_item_subtitle sc_title_subtitle sc_item_subtitle_above sc_item_title_style_default\">\u00dcBER UNSERE K\u00dcCHEN<\/span><h1 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">Warum lohnt sich die Wahl einer individuellen L\u00f6sung?\n<\/span><\/h1><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b91c5c sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"0b91c5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c6ee04 sc_fly_static elementor-widget elementor-widget-text-editor\" data-id=\"1c6ee04\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Zeitloses Investment:<\/strong>\u00a0Eine sorgf\u00e4ltig geplante und aus hochwertigen Materialien gefertigte K\u00fcche versch\u00f6nert nicht nur den Alltag, sondern steigert auch den Wert Ihres Zuhauses.<\/p><p><strong>Perfekte Raumausnutzung:<\/strong>\u00a0Nie wieder ungenutzte Ecken oder funktionslose Bereiche. Wir passen Ihre K\u00fcche millimetergenau an den verf\u00fcgbaren Platz an.<\/p><p><strong>Personalisierte Ergonomie:<\/strong>\u00a0Die H\u00f6he der Arbeitsplatte, die Platzierung der Staur\u00e4ume und die Innensysteme dienen alle Ihrem Komfort und logischen Arbeitsabl\u00e4ufen.<\/p><p><strong>Unwiederholbarer Stil:<\/strong>\u00a0Ihre K\u00fcche wird Ihren Geschmack widerspiegeln und keinem Massenproduktionstrend folgen. Die Kombination aus Materialien, Farben und Formen wird absolut einzigartig sein.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9cd3094 elementor-align-center sc_fly_static elementor-widget elementor-widget-button\" data-id=\"9cd3094\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Kostenloses Angebot<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f853459 elementor-widget__width-auto sc_layouts_hide_on_mobile elementor-view-default sc_fly_static elementor-widget elementor-widget-icon\" data-id=\"f853459\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"19.198\" height=\"26.512\" viewbox=\"0 0 19.198 26.512\"><g transform=\"translate(229.259 8932.375) rotate(180)\"><path d=\"M-2050.54-5311.226a.8.8,0,0,1-.8-.8v-23.3a.8.8,0,0,1,.8-.8.8.8,0,0,1,.8.8v23.3A.8.8,0,0,1-2050.54-5311.226Z\" transform=\"translate(2270.208 14243.601)\"><\/path><path d=\"M228.458,8916.592a.8.8,0,0,1-.566-.234l-8.233-8.232-8.233,8.232a.8.8,0,1,1-1.131-1.131l9.365-9.363,9.365,9.363a.8.8,0,0,1-.566,1.365Z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e364602 sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"e364602\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9cb4230 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"9cb4230\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4a36526 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"4a36526\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ccae783 elementor-widget__width-auto sc_fly_static elementor-widget elementor-widget-counter\" data-id=\"ccae783\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"1000\" data-to-value=\"110\" data-from-value=\"0\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9aafb8 elementor-widget-divider--view-line sc_fly_static elementor-widget elementor-widget-divider\" data-id=\"c9aafb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad3d970 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"ad3d970\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h5 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">Projekte<\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b1be593 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"b1be593\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bc91614 elementor-widget__width-auto sc_fly_static elementor-widget elementor-widget-counter\" data-id=\"bc91614\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"1000\" data-to-value=\"200\" data-from-value=\"0\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bf2381 elementor-widget-divider--view-line sc_fly_static elementor-widget elementor-widget-divider\" data-id=\"2bf2381\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b194fb sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"6b194fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h5 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">Be\u00e9p\u00edtett konyha<\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0266b4 sc_height_small sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"e0266b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-91cc463 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"91cc463\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9370afc sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"9370afc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-77abc2e elementor-widget__width-auto sc_fly_static elementor-widget elementor-widget-counter\" data-id=\"77abc2e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"1000\" data-to-value=\"3\" data-from-value=\"0\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c679027 elementor-widget-divider--view-line sc_fly_static elementor-widget elementor-widget-divider\" data-id=\"c679027\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ffb2ab6 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"ffb2ab6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h5 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">Designer<\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-91fb235 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"91fb235\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-877eafd elementor-widget__width-auto sc_fly_static elementor-widget elementor-widget-counter\" data-id=\"877eafd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"1000\" data-to-value=\"20\" data-from-value=\"0\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9de14c3 elementor-widget-divider--view-line sc_fly_static elementor-widget elementor-widget-divider\" data-id=\"9de14c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-429749b sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"429749b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h5 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">Jahre Erfahrung<\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5636aab elementor-section-full_width elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"5636aab\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2ece956 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"2ece956\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-29b267a elementor-widget__width-auto elementor-absolute elementor-widget-tablet__width-initial sc_layouts_hide_on_mobile sc_fly_static elementor-widget elementor-widget-image\" data-id=\"29b267a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"370\" height=\"332\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2024\/04\/pattern05.svg\" class=\"attachment-full size-full wp-image-37804\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebfc312 sc_height_huge sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"ebfc312\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bb960e2 scheme_dark elementor-section-full_width elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"bb960e2\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2297b4a sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"2297b4a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1010b07 sc_height_huge sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"1010b07\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e02b30f elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"e02b30f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e9bd045 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"e9bd045\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0ef0620 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"0ef0620\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h1 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">Ihre K\u00fcche wird nicht eine von vielen sein. Sie wird die Einzige sein.\n<\/span><\/h1><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-18a6d5f sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"18a6d5f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-86e3832 sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"86e3832\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c3d212 sc_fly_static elementor-widget elementor-widget-text-editor\" data-id=\"0c3d212\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Machen Sie den ersten Schritt! Kontaktieren Sie uns f\u00fcr eine kostenlose Beratung, und lassen Sie uns gemeinsam mit der Planung der K\u00fcche beginnen, die Sie sich immer gew\u00fcnscht haben.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94f8621 sc_fly_static elementor-widget elementor-widget-trx_sc_button\" data-id=\"94f8621\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\tclass=\"sc_item_button sc_button_wrap sc_align_right\" ><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/contact-us\/\" class=\"sc_button sc_button_default sc_button_size_normal sc_button_icon_left\" ><span class=\"sc_button_text\"><span class=\"sc_button_title\">Angebot anfordern<\/span><\/span><\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f0cd33 sc_height_medium sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"2f0cd33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-edcae35 sc_height_large sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"edcae35\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-animation-type=\"sequental\" data-animation-stagger=\"\" class=\"elementor-section elementor-top-section elementor-element elementor-element-a4c3061 elementor-section-content-middle elementor-reverse-mobile scheme_dark animation_type_sequental elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static elementor-invisible\" data-id=\"a4c3061\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;pantry-fadeinup&quot;,&quot;animation_delay&quot;:100}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1ff2d26 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"1ff2d26\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b6ef801 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"b6ef801\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-ae11960 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"ae11960\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ecd421e sc_fly_static elementor-widget elementor-widget-image\" data-id=\"ecd421e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"869\" height=\"869\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Hirschler-Granit-logo.png\" class=\"attachment-full size-full wp-image-41457\" alt=\"\" srcset=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Hirschler-Granit-logo.png 869w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Hirschler-Granit-logo-300x300.png 300w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Hirschler-Granit-logo-150x150.png 150w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Hirschler-Granit-logo-768x768.png 768w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Hirschler-Granit-logo-370x370.png 370w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Hirschler-Granit-logo-120x120.png 120w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Hirschler-Granit-logo-840x840.png 840w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Hirschler-Granit-logo-410x410.png 410w\" sizes=\"(max-width: 869px) 100vw, 869px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4f53961 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"4f53961\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3e99273 sc_fly_static elementor-widget elementor-widget-image\" data-id=\"3e99273\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/cropped-Gazo-loog.png\" class=\"attachment-full size-full wp-image-41456\" alt=\"\" srcset=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/cropped-Gazo-loog.png 512w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/cropped-Gazo-loog-300x300.png 300w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/cropped-Gazo-loog-150x150.png 150w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/cropped-Gazo-loog-370x370.png 370w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/cropped-Gazo-loog-120x120.png 120w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/cropped-Gazo-loog-410x410.png 410w\" sizes=\"(max-width: 600px) 100vw, 512px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-470b9e6 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"470b9e6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e0ad433 sc_fly_static elementor-widget elementor-widget-image\" data-id=\"e0ad433\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"694\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Blum-gmbh.svg.png\" class=\"attachment-full size-full wp-image-41455\" alt=\"\" srcset=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Blum-gmbh.svg.png 2560w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Blum-gmbh.svg-300x81.png 300w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Blum-gmbh.svg-1024x278.png 1024w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Blum-gmbh.svg-768x208.png 768w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Blum-gmbh.svg-1536x416.png 1536w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Blum-gmbh.svg-2048x555.png 2048w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Blum-gmbh.svg-370x100.png 370w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Blum-gmbh.svg-840x228.png 840w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Blum-gmbh.svg-410x111.png 410w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d1641ae sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"d1641ae\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ade537 sc_fly_static elementor-widget elementor-widget-image\" data-id=\"8ade537\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-scaled.png\" class=\"attachment-full size-full wp-image-41454\" alt=\"\" srcset=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-scaled.png 2560w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-300x169.png 300w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-1024x576.png 1024w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-768x432.png 768w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-1536x864.png 1536w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-2048x1152.png 2048w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-370x208.png 370w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-1290x725.png 1290w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-840x473.png 840w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-410x231.png 410w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Egger-Logo-270x152.png 270w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cb06712 sc-tablet_content_align_inherit sc_layouts_column_align_right sc_layouts_column sc-mobile_layouts_column_align_center sc_layouts_column sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"cb06712\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bbe3e9f sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"bbe3e9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag trx_addons_inline_1873014852\"\n\t\t\t><span class=\"sc_item_title_text\">Unsere Lieferanten<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-76e04ed elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"76e04ed\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6087c97 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"6087c97\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-771158a sc_height_large sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"771158a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-07b1964 elementor-section-full_width sc_layouts_hide_on_wide sc_layouts_hide_on_desktop sc_layouts_hide_on_notebook sc_layouts_hide_on_tablet sc_layouts_hide_on_mobile elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"07b1964\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ad15e9d sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"ad15e9d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e66ecc9 sc_height_huge sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"e66ecc9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a83d2e elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-initial sc_layouts_hide_on_tablet sc_layouts_hide_on_mobile sc_fly_static elementor-widget elementor-widget-image\" data-id=\"3a83d2e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"370\" height=\"367\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2024\/04\/pattern04.svg\" class=\"attachment-full size-full wp-image-37803\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-animation-type=\"sequental\" data-animation-stagger=\"\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-9d81ca9 animation_type_sequental elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static elementor-invisible\" data-id=\"9d81ca9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;pantry-fadeinup&quot;,&quot;animation_delay&quot;:100}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-51c0fab sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"51c0fab\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-be082b8 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"be082b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><span class=\"sc_item_subtitle sc_title_subtitle sc_item_subtitle_above sc_item_title_style_default\">blog<\/span><h1 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">Check our recent articles<\/span><\/h1><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-26bc4f3 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"26bc4f3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dc207b2 sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"dc207b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b52b1c sc_fly_static elementor-widget elementor-widget-text-editor\" data-id=\"1b52b1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitacion ullamco.<\/p><p>Adipiscing elit, sed do euismod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c47cecf elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"c47cecf\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cb197bb sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"cb197bb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8a34170 sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"8a34170\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-animation-type=\"block\" class=\"elementor-element elementor-element-fb51ef7 sc_style_default animation_type_block sc_fly_static elementor-invisible elementor-widget elementor-widget-trx_sc_blogger\" data-id=\"fb51ef7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;pantry-fadeinup&quot;}\" data-widget_type=\"trx_sc_blogger.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div \t\tclass=\"sc_blogger sc_blogger_classic-masonry sc_blogger_classic-masonry_default sc_item_filters_tabs_none alignnone\" ><div class=\"sc_blogger_content sc_item_content sc_item_posts_container posts_container classic-masonry_wrap masonry_wrap masonry_1\" ><div class=\"masonry_item masonry_item-1_1\"><article id=\"post-6376\" data-post-id=\"6376\"\n\tclass=\"post_item post_item_container post_format_standard post_layout_classic post_layout_classic_1 post_layout_classic-masonry post_layout_classic-masonry_1 post-6376 post type-post status-publish format-standard has-post-thumbnail hentry category-remodeling tag-design tag-ideas\">\n\t<div class=\"post_featured with_thumb hover_link\"><img loading=\"lazy\" decoding=\"async\" width=\"840\" height=\"473\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/post-image7-copyright-840x473.jpg\" class=\"attachment-pantry-thumb-big size-pantry-thumb-big wp-post-image\" alt=\"\" srcset=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/post-image7-copyright-840x473.jpg 840w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/post-image7-copyright-1290x725.jpg 1290w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/post-image7-copyright-410x230.jpg 410w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/post-image7-copyright-270x152.jpg 270w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/>\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/how-to-choose-the-right-cabinets-for-your-kitchen\/\"  aria-hidden=\"true\" class=\"link\"><\/a>\n\t\t\t<\/div>\t\t<div class=\"post_header entry-header\">\n\t\t\t<div class=\"post_meta\"><span class=\"post_meta_item post_categories cat_sep\"><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/category\/remodeling\/\" rel=\"category tag\">Remodeling<\/a><\/span><span class=\"post_meta_item post_date\"><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/how-to-choose-the-right-cabinets-for-your-kitchen\/\">2020.04.07.<\/a><\/span><\/div><h4 class=\"post_title entry-title\"><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/how-to-choose-the-right-cabinets-for-your-kitchen\/\" rel=\"bookmark\">How to choose the right cabinets for your kitchen<\/a><\/h4>\t\t<\/div><!-- .entry-header -->\n\t\t\n<\/article><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-108ea73 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"108ea73\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e34746 sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"1e34746\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-animation-type=\"block\" class=\"elementor-element elementor-element-28c3e86 sc_style_default animation_type_block sc_fly_static elementor-invisible elementor-widget elementor-widget-trx_sc_blogger\" data-id=\"28c3e86\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;pantry-fadeinup&quot;}\" data-widget_type=\"trx_sc_blogger.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div \t\tclass=\"sc_blogger sc_blogger_classic-masonry sc_blogger_classic-masonry_default sc_item_filters_tabs_none alignnone\" ><div class=\"sc_blogger_content sc_item_content sc_item_posts_container posts_container classic-masonry_wrap masonry_wrap masonry_1\" ><div class=\"masonry_item masonry_item-1_1\"><article id=\"post-6382\" data-post-id=\"6382\"\n\tclass=\"post_item post_item_container post_format_standard post_layout_classic post_layout_classic_1 post_layout_classic-masonry post_layout_classic-masonry_1 post-6382 post type-post status-publish format-standard has-post-thumbnail hentry category-modern category-remodeling tag-creative tag-furniture tag-interior tag-trends\">\n\t<div class=\"post_featured with_thumb hover_link\"><img loading=\"lazy\" decoding=\"async\" width=\"840\" height=\"473\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/post-image8-copyright-840x473.jpg\" class=\"attachment-pantry-thumb-big size-pantry-thumb-big wp-post-image\" alt=\"\" srcset=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/post-image8-copyright-840x473.jpg 840w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/post-image8-copyright-1290x725.jpg 1290w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/post-image8-copyright-410x230.jpg 410w, https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/post-image8-copyright-270x152.jpg 270w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/>\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/what-are-the-best-countertops-for-a-kitchen\/\"  aria-hidden=\"true\" class=\"link\"><\/a>\n\t\t\t<\/div>\t\t<div class=\"post_header entry-header\">\n\t\t\t<div class=\"post_meta\"><span class=\"post_meta_item post_categories cat_sep\"><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/category\/modern\/\" rel=\"category tag\">Modern<\/a><span class=\"post_meta_item_cat_separator\">, <\/span><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/category\/remodeling\/\" rel=\"category tag\">Remodeling<\/a><\/span><span class=\"post_meta_item post_date\"><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/what-are-the-best-countertops-for-a-kitchen\/\">2020.04.06.<\/a><\/span><\/div><h4 class=\"post_title entry-title\"><a href=\"https:\/\/kranitzkonyhabutor.hu\/de\/what-are-the-best-countertops-for-a-kitchen\/\" rel=\"bookmark\">What are the best countertops for a kitchen?<\/a><\/h4>\t\t<\/div><!-- .entry-header -->\n\t\t\n<\/article><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe80d09 sc_height_huge sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"fe80d09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c1cf83 elementor-widget__width-auto elementor-absolute elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial sc_layouts_hide_on_mobile sc_fly_static elementor-widget elementor-widget-image\" data-id=\"5c1cf83\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"382\" height=\"359\" src=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2024\/04\/pattern06.svg\" class=\"attachment-full size-full wp-image-37880\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>A konyha, amely val\u00f3ban az \u00d6n\u00e9 A konyha,amely val\u00f3ban az \u00d6n\u00e9 Visszah\u00edv\u00e1st k\u00e9rek Pr\u00e9mium min\u0151s\u00e9g Kimagasl\u00f3 alapanyagok Kedvez\u0151 \u00e1rak Minden \u00e1rat szem\u00e9lyre szabunk R\u00f6vid hat\u00e1rid\u0151k Konyhab\u00fator ak\u00e1r 4 h\u00e9t alatt&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-36137","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Egyedi tervez\u00e9s - Kr\u00e1nitz Konyhab\u00fator<\/title>\n<meta name=\"description\" content=\"Tervezze meg vel\u00fcnk teljesen szem\u00e9lyreszabott egyei konyh\u00e1j\u00e1t. Minden konyha egyedileg van tervezve \u00e9s gy\u00e1rtva. Ingyenes \u00e1raj\u00e1nlat k\u00e9r\u00e9s!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kranitzkonyhabutor.hu\/de\/kuechenplanung-kuechenmoebel-kueche-planen\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Egyedi tervez\u00e9s\" \/>\n<meta property=\"og:description\" content=\"Tervezze meg vel\u00fcnk teljesen szem\u00e9lyreszabott egyei konyh\u00e1j\u00e1t. Minden konyha egyedileg van tervezve \u00e9s gy\u00e1rtva. Ingyenes \u00e1raj\u00e1nlat k\u00e9r\u00e9s!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kranitzkonyhabutor.hu\/de\/kuechenplanung-kuechenmoebel-kueche-planen\/\" \/>\n<meta property=\"og:site_name\" content=\"Kr\u00e1nitz Konyhab\u00fator\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/p\/Krnitz-Konyhabtor-100091587555047\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-30T20:16:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1350\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"7\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/hu_hu\\\/konyhatervezes-konyhabutor-konyha-tervezes\\\/\",\"url\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/hu_hu\\\/konyhatervezes-konyhabutor-konyha-tervezes\\\/\",\"name\":\"Egyedi tervez\u00e9s - Kr\u00e1nitz Konyhab\u00fator\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/hu_hu\\\/konyhatervezes-konyhabutor-konyha-tervezes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/hu_hu\\\/konyhatervezes-konyhabutor-konyha-tervezes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Untitled-design-46.png\",\"datePublished\":\"2024-04-02T11:19:27+00:00\",\"dateModified\":\"2025-12-30T20:16:08+00:00\",\"description\":\"Tervezze meg vel\u00fcnk teljesen szem\u00e9lyreszabott egyei konyh\u00e1j\u00e1t. Minden konyha egyedileg van tervezve \u00e9s gy\u00e1rtva. Ingyenes \u00e1raj\u00e1nlat k\u00e9r\u00e9s!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/hu_hu\\\/konyhatervezes-konyhabutor-konyha-tervezes\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/hu_hu\\\/konyhatervezes-konyhabutor-konyha-tervezes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/hu_hu\\\/konyhatervezes-konyhabutor-konyha-tervezes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Untitled-design-46.png\",\"contentUrl\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Untitled-design-46.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/hu_hu\\\/konyhatervezes-konyhabutor-konyha-tervezes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Kezd\u0151lap\",\"item\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Egyedi tervez\u00e9s\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/#website\",\"url\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/\",\"name\":\"Kr\u00e1nitz Konyhab\u00fator\",\"description\":\"Pr\u00e9mium min\u0151s\u00e9g, r\u00f6vid hat\u00e1rid\u0151, tart\u00f3s kivitel\",\"publisher\":{\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/#organization\"},\"alternateName\":\"Sopron Konyhab\u00fator\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/#organization\",\"name\":\"Kr\u00e1nitz Konyhab\u00fator\",\"url\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/kranitz_logo_fekvo_kek.svg\",\"contentUrl\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/kranitz_logo_fekvo_kek.svg\",\"width\":2084,\"height\":663,\"caption\":\"Kr\u00e1nitz Konyhab\u00fator\"},\"image\":{\"@id\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/p\\\/Krnitz-Konyhabtor-100091587555047\\\/\",\"https:\\\/\\\/www.instagram.com\\\/kranitzkonyhabutor\\\/\"],\"ownershipFundingInfo\":\"https:\\\/\\\/kranitzkonyhabutor.hu\\\/about-us\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Egyedi tervez\u00e9s - Kr\u00e1nitz Konyhab\u00fator","description":"Tervezze meg vel\u00fcnk teljesen szem\u00e9lyreszabott egyei konyh\u00e1j\u00e1t. Minden konyha egyedileg van tervezve \u00e9s gy\u00e1rtva. Ingyenes \u00e1raj\u00e1nlat k\u00e9r\u00e9s!","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:\/\/kranitzkonyhabutor.hu\/de\/kuechenplanung-kuechenmoebel-kueche-planen\/","og_locale":"de_DE","og_type":"article","og_title":"Egyedi tervez\u00e9s","og_description":"Tervezze meg vel\u00fcnk teljesen szem\u00e9lyreszabott egyei konyh\u00e1j\u00e1t. Minden konyha egyedileg van tervezve \u00e9s gy\u00e1rtva. Ingyenes \u00e1raj\u00e1nlat k\u00e9r\u00e9s!","og_url":"https:\/\/kranitzkonyhabutor.hu\/de\/kuechenplanung-kuechenmoebel-kueche-planen\/","og_site_name":"Kr\u00e1nitz Konyhab\u00fator","article_publisher":"https:\/\/www.facebook.com\/p\/Krnitz-Konyhabtor-100091587555047\/","article_modified_time":"2025-12-30T20:16:08+00:00","og_image":[{"width":1080,"height":1350,"url":"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"7\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kranitzkonyhabutor.hu\/hu_hu\/konyhatervezes-konyhabutor-konyha-tervezes\/","url":"https:\/\/kranitzkonyhabutor.hu\/hu_hu\/konyhatervezes-konyhabutor-konyha-tervezes\/","name":"Egyedi tervez\u00e9s - Kr\u00e1nitz Konyhab\u00fator","isPartOf":{"@id":"https:\/\/kranitzkonyhabutor.hu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kranitzkonyhabutor.hu\/hu_hu\/konyhatervezes-konyhabutor-konyha-tervezes\/#primaryimage"},"image":{"@id":"https:\/\/kranitzkonyhabutor.hu\/hu_hu\/konyhatervezes-konyhabutor-konyha-tervezes\/#primaryimage"},"thumbnailUrl":"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46.png","datePublished":"2024-04-02T11:19:27+00:00","dateModified":"2025-12-30T20:16:08+00:00","description":"Tervezze meg vel\u00fcnk teljesen szem\u00e9lyreszabott egyei konyh\u00e1j\u00e1t. Minden konyha egyedileg van tervezve \u00e9s gy\u00e1rtva. Ingyenes \u00e1raj\u00e1nlat k\u00e9r\u00e9s!","breadcrumb":{"@id":"https:\/\/kranitzkonyhabutor.hu\/hu_hu\/konyhatervezes-konyhabutor-konyha-tervezes\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kranitzkonyhabutor.hu\/hu_hu\/konyhatervezes-konyhabutor-konyha-tervezes\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/kranitzkonyhabutor.hu\/hu_hu\/konyhatervezes-konyhabutor-konyha-tervezes\/#primaryimage","url":"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46.png","contentUrl":"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2025\/10\/Untitled-design-46.png"},{"@type":"BreadcrumbList","@id":"https:\/\/kranitzkonyhabutor.hu\/hu_hu\/konyhatervezes-konyhabutor-konyha-tervezes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Kezd\u0151lap","item":"https:\/\/kranitzkonyhabutor.hu\/"},{"@type":"ListItem","position":2,"name":"Egyedi tervez\u00e9s"}]},{"@type":"WebSite","@id":"https:\/\/kranitzkonyhabutor.hu\/#website","url":"https:\/\/kranitzkonyhabutor.hu\/","name":"Kr\u00e1nitz K\u00fcchenm\u00f6bel","description":"Premiumqualit\u00e4t, kurze Lieferzeit, langlebige Ausf\u00fchrung.","publisher":{"@id":"https:\/\/kranitzkonyhabutor.hu\/#organization"},"alternateName":"Sopron Konyhab\u00fator","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kranitzkonyhabutor.hu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/kranitzkonyhabutor.hu\/#organization","name":"Kr\u00e1nitz K\u00fcchenm\u00f6bel","url":"https:\/\/kranitzkonyhabutor.hu\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/kranitzkonyhabutor.hu\/#\/schema\/logo\/image\/","url":"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/kranitz_logo_fekvo_kek.svg","contentUrl":"https:\/\/kranitzkonyhabutor.hu\/wp-content\/uploads\/2020\/04\/kranitz_logo_fekvo_kek.svg","width":2084,"height":663,"caption":"Kr\u00e1nitz Konyhab\u00fator"},"image":{"@id":"https:\/\/kranitzkonyhabutor.hu\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/p\/Krnitz-Konyhabtor-100091587555047\/","https:\/\/www.instagram.com\/kranitzkonyhabutor\/"],"ownershipFundingInfo":"https:\/\/kranitzkonyhabutor.hu\/about-us\/"}]}},"_links":{"self":[{"href":"https:\/\/kranitzkonyhabutor.hu\/de\/wp-json\/wp\/v2\/pages\/36137","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kranitzkonyhabutor.hu\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kranitzkonyhabutor.hu\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kranitzkonyhabutor.hu\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kranitzkonyhabutor.hu\/de\/wp-json\/wp\/v2\/comments?post=36137"}],"version-history":[{"count":104,"href":"https:\/\/kranitzkonyhabutor.hu\/de\/wp-json\/wp\/v2\/pages\/36137\/revisions"}],"predecessor-version":[{"id":42156,"href":"https:\/\/kranitzkonyhabutor.hu\/de\/wp-json\/wp\/v2\/pages\/36137\/revisions\/42156"}],"wp:attachment":[{"href":"https:\/\/kranitzkonyhabutor.hu\/de\/wp-json\/wp\/v2\/media?parent=36137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}