
    {"id":17854,"date":"2024-04-19T12:21:17","date_gmt":"2024-04-19T11:21:17","guid":{"rendered":"https:\/\/lindstromgroup.com\/cz\/?page_id=17854"},"modified":"2026-01-16T12:55:31","modified_gmt":"2026-01-16T11:55:31","slug":"kontaktni-formular","status":"publish","type":"page","link":"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/","title":{"rendered":"Kontaktn\u00ed formul\u00e1\u0159"},"content":{"rendered":"\n    <div\n        id=\"block_c4018e9e903992feeb7474ccf8ed56fc\"\n        class=\"hero-sub hero-sub--block_c4018e9e903992feeb7474ccf8ed56fc  flex flex-col-reverse lg:flex-row justify-between bg-dark-blue text-white\"\n    >        \n        <div class=\"flex flex-col gap-5 pt-10 pb-5 grow px-5 lg:px-20\">\n            <div class=\"flex flex-col justify-center gap-3 grow max-w-[var(--container-text-max)]\">\n                <h1 class=\"!mb-0 !text-white !text-title-medium lg:!text-title-large !font-bold hyphens-auto break-words\">\n                    Kontaktn\u00ed formul\u00e1\u0159                <\/h1>\n    \n                <div class=\"hero-sub__description\">\n                    <p>Dejte n\u00e1m v\u011bd\u011bt, jak v\u00e1m m\u016f\u017eeme pomoci.<\/p>\n                <\/div>\n    \n                \n                            <\/div>\n                            <div class=\"font-bold hero-sub__breadcrumb text-body-small\">\n                        <span><span><a href=\"https:\/\/lindstromgroup.com\/cz\/\">Home<\/a><\/span><\/span>                <\/div>\n                    <\/div>\n\n        <div class=\"[&#038;_picture]:w-full flex h-full lg:h-auto max-h-[350px] lg:max-h-none lg:min-h-full w-full lg:w-[650px]\">\n            <img decoding=\"async\"\n                class=\"object-cover w-full h-full\"\n                src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PR_s-130-1024x683.jpg\"\n                alt=\"Dejte n\u00e1m v\u011bd\u011bt, jak v\u00e1m m\u016f\u017eeme pomoci.\"\n            >\n        <\/div>\n    <\/div>\n\n\n\n        <style>\n            .lindstrom-container--block_9509fb128eb8e807c2aeb45c944fd65e {                \n                padding-top: 35px;\n                padding-bottom: 35px;\n            }\n\n            @media screen and (min-width: 768px) {\n                .lindstrom-container--block_9509fb128eb8e807c2aeb45c944fd65e {\n                    padding-top: 75px;\n                    padding-bottom: 75px;\n                }\n            }\n        <\/style>\n    \n<div\n    class=\"lindstrom-container-wrapper lindstrom-container lindstrom-container--block_9509fb128eb8e807c2aeb45c944fd65e \"\n    id=\"block_9509fb128eb8e807c2aeb45c944fd65e\"\n    style=\"background-color: #ffffff\"\n    >\n    <div class=\"lindstrom-container lindstrom-container--content items-stretch\">\n        \n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n    <div id=\"hubspot-contact-form-block_8504907040e40bec0c0d430dd67d119d\" class=\"hubspot-contact-form\">\n                    <h2 class=\"mt-0 !mb-5 lg:!mb-10 font-bold !text-title-small lg:!text-title-medium\">\n                Kontaktn\u00ed formul\u00e1\u0159            <\/h2>\n        \n                    <p class=\"!-mt-4 lg:!-mt-8 !mb-5 lg:!mb-10 !text-body-small\">\n                Vypl\u0148te n\u00ed\u017ee uveden\u00fd formul\u00e1\u0159 a my se v\u00e1m nejpozd\u011bji do 2 pracovn\u00edch dn\u00ed ozveme.            <\/p>\n        \n        <div class=\"form-wrapper\"><\/div>\n        <div class=\"editor-message\">\n            Please set a valid form ID.\n        <\/div>\n    <\/div>\n\n<script>\n    \/**\n     * Generate dynamic init form function name to prevent it get re-initialized if there are multiple forms in a page\n     *\/\n    function initForm_69e7c0dcad6a5() {\n        \/\/ retry until hubspot script is initialized\n        if (typeof hbspt !== \"undefined\") {\n            hbspt.forms.create({\n                region: \"eu1\",\n                portalId: \"2758505\",\n                formId: \"593b6e71-de52-4e86-ba34-5820651e6725 \",\n                target: `#hubspot-contact-form-block_8504907040e40bec0c0d430dd67d119d .form-wrapper`,\n                onFormReady: (arg) => {\n                    const hasFeaturedField = 0;\n                    if (!hasFeaturedField) {\n                        return\n                    }\n    \n                    \/\/ in case the featured field is not available in the form\n                    const featuredField = document.querySelector(`#hubspot-contact-form-block_8504907040e40bec0c0d430dd67d119d .none`);\n                    if (!featuredField) {\n                        return\n                    }\n    \n                    \/\/ only support checkbox field for now\n                    convertCheckboxFeaturedField(featuredField)                \n                }\n            });\n            return;\n        }\n\n        setTimeout(initForm_69e7c0dcad6a5, 250);\n    }\n\n    function convertCheckboxFeaturedField(featuredField) {\n        const fieldsetWrapper = featuredField.parentElement\n        \n        \/\/ add the featured field class to the wrapper fieldset element\n        \/\/ transform the featured field's UI via CSS\n        fieldsetWrapper.classList.add('featured-field')\n\n        \/\/ calculate and add enough space to display the featured field on top of the form\n        calculateFeaturedFieldSize(fieldsetWrapper)\n        window.addEventListener('resize', () => {\n            calculateFeaturedFieldSize(fieldsetWrapper)\n        })\n    }\n    \n    function calculateFeaturedFieldSize (fieldsetWrapper) {\n        fieldsetWrapper\n            .closest('.hubspot-contact-form--has-featured-field')\n            .style\n            .paddingTop = fieldsetWrapper.offsetHeight + 50 + 'px';\n    }    \n\n    initForm_69e7c0dcad6a5();\n<\/script>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01-1024x576.jpg\" alt=\"\" class=\"wp-image-17857\" srcset=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01-1024x576.jpg 1024w, https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01-300x169.jpg 300w, https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01-768x432.jpg 768w, https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01-1536x864.jpg 1536w, https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01.jpg 1921w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-red-color has-grey-25-background-color has-text-color has-background has-link-color wp-elements-1941b899132fe24613fce2238c0be870\">Chcete n\u00e1m rad\u011bji zavolat? <\/h2>\n\n\n\n<p class=\"has-text-align-center has-grey-25-background-color has-background\">N\u00e1\u0161 z\u00e1kaznick\u00fd servis je dostupn\u00fd od pond\u011bl\u00ed do p\u00e1tku, od 8:00 do 16:00 hodin na telefonn\u00edm \u010d\u00edsle: <a href=\"tel:+420 311 533 020\">+420 311 533 020<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<ul class=\"wp-block-social-links aligncenter is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a rel=\"noopener nofollow\" target=\"_blank\" href=\"https:\/\/www.linkedin.com\/company\/lindstrom\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a rel=\"noopener nofollow\" target=\"_blank\" href=\"https:\/\/www.instagram.com\/lindstrom_cesko\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-whatsapp  wp-block-social-link\"><a rel=\"noopener nofollow\" target=\"_blank\" href=\"https:\/\/737%20243%20300%20\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M 12.011719 2 C 6.5057187 2 2.0234844 6.478375 2.0214844 11.984375 C 2.0204844 13.744375 2.4814687 15.462563 3.3554688 16.976562 L 2 22 L 7.2324219 20.763672 C 8.6914219 21.559672 10.333859 21.977516 12.005859 21.978516 L 12.009766 21.978516 C 17.514766 21.978516 21.995047 17.499141 21.998047 11.994141 C 22.000047 9.3251406 20.962172 6.8157344 19.076172 4.9277344 C 17.190172 3.0407344 14.683719 2.001 12.011719 2 z M 12.009766 4 C 14.145766 4.001 16.153109 4.8337969 17.662109 6.3417969 C 19.171109 7.8517969 20.000047 9.8581875 19.998047 11.992188 C 19.996047 16.396187 16.413812 19.978516 12.007812 19.978516 C 10.674812 19.977516 9.3544062 19.642812 8.1914062 19.007812 L 7.5175781 18.640625 L 6.7734375 18.816406 L 4.8046875 19.28125 L 5.2851562 17.496094 L 5.5019531 16.695312 L 5.0878906 15.976562 C 4.3898906 14.768562 4.0204844 13.387375 4.0214844 11.984375 C 4.0234844 7.582375 7.6067656 4 12.009766 4 z M 8.4765625 7.375 C 8.3095625 7.375 8.0395469 7.4375 7.8105469 7.6875 C 7.5815469 7.9365 6.9355469 8.5395781 6.9355469 9.7675781 C 6.9355469 10.995578 7.8300781 12.182609 7.9550781 12.349609 C 8.0790781 12.515609 9.68175 15.115234 12.21875 16.115234 C 14.32675 16.946234 14.754891 16.782234 15.212891 16.740234 C 15.670891 16.699234 16.690438 16.137687 16.898438 15.554688 C 17.106437 14.971687 17.106922 14.470187 17.044922 14.367188 C 16.982922 14.263188 16.816406 14.201172 16.566406 14.076172 C 16.317406 13.951172 15.090328 13.348625 14.861328 13.265625 C 14.632328 13.182625 14.464828 13.140625 14.298828 13.390625 C 14.132828 13.640625 13.655766 14.201187 13.509766 14.367188 C 13.363766 14.534188 13.21875 14.556641 12.96875 14.431641 C 12.71875 14.305641 11.914938 14.041406 10.960938 13.191406 C 10.218937 12.530406 9.7182656 11.714844 9.5722656 11.464844 C 9.4272656 11.215844 9.5585938 11.079078 9.6835938 10.955078 C 9.7955938 10.843078 9.9316406 10.663578 10.056641 10.517578 C 10.180641 10.371578 10.223641 10.267562 10.306641 10.101562 C 10.389641 9.9355625 10.347156 9.7890625 10.285156 9.6640625 C 10.223156 9.5390625 9.737625 8.3065 9.515625 7.8125 C 9.328625 7.3975 9.131125 7.3878594 8.953125 7.3808594 C 8.808125 7.3748594 8.6425625 7.375 8.4765625 7.375 z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">WhatsApp<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-facebook  wp-block-social-link\"><a rel=\"noopener nofollow\" target=\"_blank\" href=\"https:\/\/www.facebook.com\/LindstromCZ\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook<\/span><\/a><\/li><\/ul>\n<\/div>\n<\/div>\n\n\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":79,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"_eb_attr":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"coauthors":[25],"class_list":["post-17854","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kontaktn\u00ed formul\u00e1\u0159 - Lindstr\u00f6m Czech<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kontaktn\u00ed formul\u00e1\u0159 - Lindstr\u00f6m Czech\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/\" \/>\n<meta property=\"og:site_name\" content=\"Lindstr\u00f6m Czech\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-16T11:55:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lindstromgroup.com\/cz\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01-1024x576.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Odhadovan\u00e1 doba \u010dten\u00ed\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"zuzananasincova\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/\",\"url\":\"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/\",\"name\":\"Kontaktn\u00ed formul\u00e1\u0159 - Lindstr\u00f6m Czech\",\"isPartOf\":{\"@id\":\"https:\/\/lindstromgroup.com\/cz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lindstromgroup.com\/cz\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01-1024x576.jpg\",\"datePublished\":\"2024-04-19T11:21:17+00:00\",\"dateModified\":\"2026-01-16T11:55:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/#breadcrumb\"},\"inLanguage\":\"cs\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"cs\",\"@id\":\"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/#primaryimage\",\"url\":\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01.jpg\",\"contentUrl\":\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01.jpg\",\"width\":1921,\"height\":1081},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lindstromgroup.com\/cz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kontaktn\u00ed formul\u00e1\u0159\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lindstromgroup.com\/cz\/#website\",\"url\":\"https:\/\/lindstromgroup.com\/cz\/\",\"name\":\"Lindstr\u00f6m Czech\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/lindstromgroup.com\/cz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lindstromgroup.com\/cz\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"cs\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lindstromgroup.com\/cz\/#organization\",\"name\":\"Lindstr\u00f6m\",\"url\":\"https:\/\/lindstromgroup.com\/cz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"cs\",\"@id\":\"https:\/\/lindstromgroup.com\/cz\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2023\/10\/Logo512.png\",\"contentUrl\":\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2023\/10\/Logo512.png\",\"width\":512,\"height\":109,\"caption\":\"Lindstr\u00f6m\"},\"image\":{\"@id\":\"https:\/\/lindstromgroup.com\/cz\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kontaktn\u00ed formul\u00e1\u0159 - Lindstr\u00f6m Czech","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"cs_CZ","og_type":"article","og_title":"Kontaktn\u00ed formul\u00e1\u0159 - Lindstr\u00f6m Czech","og_url":"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/","og_site_name":"Lindstr\u00f6m Czech","article_modified_time":"2026-01-16T11:55:31+00:00","og_image":[{"url":"https:\/\/lindstromgroup.com\/cz\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01-1024x576.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Odhadovan\u00e1 doba \u010dten\u00ed":"1 minuta","Written by":"zuzananasincova"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/","url":"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/","name":"Kontaktn\u00ed formul\u00e1\u0159 - Lindstr\u00f6m Czech","isPartOf":{"@id":"https:\/\/lindstromgroup.com\/cz\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/#primaryimage"},"image":{"@id":"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/#primaryimage"},"thumbnailUrl":"https:\/\/lindstromgroup.com\/cz\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01-1024x576.jpg","datePublished":"2024-04-19T11:21:17+00:00","dateModified":"2026-01-16T11:55:31+00:00","breadcrumb":{"@id":"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/#breadcrumb"},"inLanguage":"cs","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/"]}]},{"@type":"ImageObject","inLanguage":"cs","@id":"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/#primaryimage","url":"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01.jpg","contentUrl":"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2024\/04\/Lindstrom_PeopleForum_1920x1080_V01.jpg","width":1921,"height":1081},{"@type":"BreadcrumbList","@id":"https:\/\/lindstromgroup.com\/cz\/kontaktni-formular\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lindstromgroup.com\/cz\/"},{"@type":"ListItem","position":2,"name":"Kontaktn\u00ed formul\u00e1\u0159"}]},{"@type":"WebSite","@id":"https:\/\/lindstromgroup.com\/cz\/#website","url":"https:\/\/lindstromgroup.com\/cz\/","name":"Lindstr\u00f6m Czech","description":"","publisher":{"@id":"https:\/\/lindstromgroup.com\/cz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lindstromgroup.com\/cz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"cs"},{"@type":"Organization","@id":"https:\/\/lindstromgroup.com\/cz\/#organization","name":"Lindstr\u00f6m","url":"https:\/\/lindstromgroup.com\/cz\/","logo":{"@type":"ImageObject","inLanguage":"cs","@id":"https:\/\/lindstromgroup.com\/cz\/#\/schema\/logo\/image\/","url":"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2023\/10\/Logo512.png","contentUrl":"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/25\/2023\/10\/Logo512.png","width":512,"height":109,"caption":"Lindstr\u00f6m"},"image":{"@id":"https:\/\/lindstromgroup.com\/cz\/#\/schema\/logo\/image\/"}}]}},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Lindstr\u00f6m Czech","distributor_original_site_url":"https:\/\/lindstromgroup.com\/cz","push-errors":false,"_links":{"self":[{"href":"https:\/\/lindstromgroup.com\/cz\/wp-json\/wp\/v2\/pages\/17854","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lindstromgroup.com\/cz\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lindstromgroup.com\/cz\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lindstromgroup.com\/cz\/wp-json\/wp\/v2\/users\/79"}],"replies":[{"embeddable":true,"href":"https:\/\/lindstromgroup.com\/cz\/wp-json\/wp\/v2\/comments?post=17854"}],"version-history":[{"count":0,"href":"https:\/\/lindstromgroup.com\/cz\/wp-json\/wp\/v2\/pages\/17854\/revisions"}],"wp:attachment":[{"href":"https:\/\/lindstromgroup.com\/cz\/wp-json\/wp\/v2\/media?parent=17854"}],"wp:term":[{"taxonomy":"author","embeddable":true,"href":"https:\/\/lindstromgroup.com\/cz\/wp-json\/wp\/v2\/coauthors?post=17854"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}