{"id":191,"date":"2024-11-19T10:22:58","date_gmt":"2024-11-19T10:22:58","guid":{"rendered":"https:\/\/spinezio.cz\/?page_id=191"},"modified":"2026-05-27T07:38:15","modified_gmt":"2026-05-27T06:38:15","slug":"blog","status":"publish","type":"page","link":"https:\/\/spinezio.cz\/en\/blog\/","title":{"rendered":"Blog"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"191\" class=\"elementor elementor-191\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18106859 e-flex e-con-boxed e-con e-parent\" data-id=\"18106859\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-480f050f elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"480f050f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Blog &amp; News<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3edc1f14 elementor-icon-list--layout-inline elementor-align-left elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"3edc1f14\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Home<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-arrow-right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Blog<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1bb1aaba e-flex e-con-boxed e-con e-parent\" data-id=\"1bb1aaba\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6f600715 e-con-full e-flex e-con e-child\" data-id=\"6f600715\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8f35cbc e-con-full e-flex e-con e-child\" data-id=\"8f35cbc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7d45ec elementor-widget elementor-widget-html\" data-id=\"d7d45ec\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- HTML pro filtrov\u00e1n\u00ed - vlo\u017ete nad ElementsKit widget -->\n<div id=\"blog-controls\" style=\"margin-bottom: 30px; display: flex; gap: 15px; flex-wrap: wrap; align-items: center;\">\n    <div style=\"flex: 1; min-width: 250px;\">\n        <input type=\"text\" id=\"blog-search\" placeholder=\"Search posts...\" \n               style=\"width: 100%; padding: 8px 12px; border: 1px solid #ddd; font-size: 14px; background: white;\">\n    <\/div>\n    <div style=\"min-width: 200px;\">\n        <select id=\"blog-tag-filter\" \n                style=\"width: 100%; padding: 8px 12px; border: 1px solid #ddd; font-size: 14px; background: white;\">\n            <option value=\"\">All labels<\/option>\n        <\/select>\n    <\/div>\n    <button id=\"clear-filters\" \n            style=\"padding: 8px 16px; background: #333; color: white; border: none; cursor: pointer; font-size: 14px;\">\n        Clear\n    <\/button>\n<\/div>\n\n<div id=\"loading-indicator\" style=\"display: none; text-align: center; padding: 15px; font-size: 14px; color: #666;\">\n    Filtering\n<\/div>\n\n<script>\n\/\/ Script pro p\u0159id\u00e1n\u00ed \u0161t\u00edtk\u016f k p\u0159\u00edsp\u011bvk\u016fm v Elementor blog posts widgetu - v\u00edcejazy\u010dn\u00e1 verze\n(function($) {\n    'use strict';\n    \n    \/\/ Funkce pro z\u00edsk\u00e1n\u00ed \u0161t\u00edtk\u016f p\u0159\u00edsp\u011bvku pomoc\u00ed REST API\n    async function getPostTags(postUrl) {\n        try {\n            const urlParts = postUrl.split('\/');\n            const slug = urlParts[urlParts.length - 2]; \n            const apiUrl = `${window.location.origin}\/wp-json\/wp\/v2\/posts?slug=${slug}&_embed`;\n\n            const response = await fetch(apiUrl);\n            const posts = await response.json();\n            \n            if (posts && posts.length > 0) {\n                const post = posts[0];\n                if (post._embedded && post._embedded['wp:term']) {\n                    const terms = post._embedded['wp:term'];\n                    const tags = terms.find(termGroup => \n                        termGroup.length > 0 && termGroup[0].taxonomy === 'post_tag'\n                    );\n                    return tags || [];\n                }\n            }\n            return [];\n        } catch (error) {\n            console.error('Chyba p\u0159i na\u010d\u00edt\u00e1n\u00ed \u0161t\u00edtk\u016f:', error);\n            return [];\n        }\n    }\n    \n    \/\/ Funkce pro vytvo\u0159en\u00ed HTML \u0161t\u00edtk\u016f jako prost\u00fd text\n    function createTagsHTML(tags) {\n        if (!tags || tags.length === 0) {\n            return '';\n        }\n        \n        \/\/ Detekce jazyka na z\u00e1klad\u011b URL nebo obsahu\n        const isEnglish = window.location.pathname.includes('\/en\/') || \n                         document.documentElement.lang === 'en' ||\n                         document.querySelector('html[lang^=\"en\"]');\n        \n        const tagNames = tags.map(tag => tag.name).join(', ');\n        const tagsLabel = isEnglish ? 'Tags:' : '\u0160t\u00edtky:';\n        \n        return `<div class=\"post-tags-wrapper\">\n                    <span class=\"tags-label\">${tagsLabel}<\/span>\n                    <span class=\"post-tags-text\">${tagNames}<\/span>\n                <\/div>`;\n    }\n    \n    \/\/ Funkce pro nalezen\u00ed post cards pomoc\u00ed v\u00edce selektor\u016f\n    function findPostCards() {\n        const cardSelectors = [\n            '.elementskit-post-image-card',  \/\/ p\u016fvodn\u00ed selektor\n            '.post-card',                    \/\/ alternativn\u00ed\n            '.blog-card',                    \/\/ blog karta\n            '.post-item',                    \/\/ polo\u017eka p\u0159\u00edsp\u011bvku\n            'article.post',                  \/\/ \u010dl\u00e1nek s t\u0159\u00eddou post\n            'article[id*=\"post-\"]',          \/\/ \u010dl\u00e1nek s ID obsahuj\u00edc\u00edm post-\n            '.wp-block-post',                \/\/ Gutenberg bloky\n            '.elementor-post'                \/\/ obecn\u00fd elementor post\n        ];\n        \n        for (let selector of cardSelectors) {\n            const cards = $(selector);\n            if (cards.length > 0) {\n                console.log(`Nalezeny post cards pomoc\u00ed selektoru: ${selector} (${cards.length} kus\u016f)`);\n                return cards;\n            }\n        }\n        \n        console.log('Nebyly nalezeny \u017e\u00e1dn\u00e9 post cards');\n        return $();\n    }\n    \n    \/\/ Funkce pro nalezen\u00ed post body pomoc\u00ed v\u00edce selektor\u016f\n    function findPostBody(card) {\n        const bodySelectors = [\n            '.elementskit-post-body',        \/\/ p\u016fvodn\u00ed selektor\n            '.post-content',                 \/\/ alternativn\u00ed\n            '.entry-content',                \/\/ entry content\n            '.post-body',                    \/\/ obecn\u00fd post body\n            '.content',                      \/\/ obecn\u00fd content\n            '.post-excerpt',                 \/\/ excerpt\n            '.elementor-post__text'          \/\/ elementor post text\n        ];\n        \n        for (let selector of bodySelectors) {\n            const body = card.find(selector);\n            if (body.length > 0) {\n                return body;\n            }\n        }\n        \n        \/\/ Pokud nenajdeme specifick\u00fd selektor, vr\u00e1t\u00edme celou kartu\n        return card;\n    }\n    \n    \/\/ Funkce pro nalezen\u00ed post linku pomoc\u00ed v\u00edce selektor\u016f\n    function findPostLink(card) {\n        const linkSelectors = [\n            '.entry-title a',                \/\/ p\u016fvodn\u00ed selektor\n            '.post-title a',                 \/\/ alternativn\u00ed\n            'h2 a',                          \/\/ h2 odkaz\n            'h3 a',                          \/\/ h3 odkaz\n            'a[href*=\"\/blog\"]',              \/\/ odkaz obsahuj\u00edc\u00ed blog\n            'a[href*=\"\/post\"]',              \/\/ odkaz obsahuj\u00edc\u00ed post\n            '.elementor-post__title a'       \/\/ elementor post title\n        ];\n        \n        for (let selector of linkSelectors) {\n            const link = card.find(selector);\n            if (link.length > 0 && link.attr('href')) {\n                return link.attr('href');\n            }\n        }\n        \n        \/\/ Pokus o nalezen\u00ed jak\u00e9hokoli odkazu v kart\u011b\n        const anyLink = card.find('a[href]').first();\n        if (anyLink.length > 0) {\n            const href = anyLink.attr('href');\n            if (href && (href.includes('\/blog') || href.includes('\/post') || href.includes('spinezio.cz'))) {\n                return href;\n            }\n        }\n        \n        return null;\n    }\n    \n    \/\/ Hlavn\u00ed funkce pro p\u0159id\u00e1n\u00ed \u0161t\u00edtk\u016f\n    async function addTagsToPosts() {\n        if (typeof elementorFrontend !== 'undefined' && elementorFrontend.isEditMode()) {\n            return;\n        }\n        \n        const postCards = findPostCards();\n        if (postCards.length === 0) {\n            console.log('Nebyly nalezeny \u017e\u00e1dn\u00e9 post cards');\n            return;\n        }\n        \n        console.log(`Nalezeno ${postCards.length} post cards`);\n        \n        \/\/ Detekce jazyka pro loading text\n        const isEnglish = window.location.pathname.includes('\/en\/') || \n                         document.documentElement.lang === 'en' ||\n                         document.querySelector('html[lang^=\"en\"]');\n        const loadingText = isEnglish ? 'Loading tags...' : 'Na\u010d\u00edt\u00e1m \u0161t\u00edtky...';\n        \n        \/\/ P\u0159idej loading indik\u00e1tor\n        postCards.each(function() {\n            const card = $(this);\n            const postBody = findPostBody(card);\n            if (!postBody.find('.post-tags-wrapper').length && !postBody.find('.tags-loading').length) {\n                postBody.append(`<div class=\"tags-loading\">${loadingText}<\/div>`);\n            }\n        });\n\n        \/\/ P\u0159iprav\u00edme v\u0161echny requesty nar\u00e1z\n        const promises = postCards.map(async function() {\n            const card = $(this);\n            const postLink = findPostLink(card);\n            const postBody = findPostBody(card);\n            \n            console.log(`Zpracov\u00e1v\u00e1m kartu, nalezen link: ${postLink}`);\n            \n            if (postLink && postBody.length) {\n                const tags = await getPostTags(postLink);\n                return { card, postBody, tags };\n            }\n            return { card, postBody, tags: [] };\n        }).get();\n        \n        \/\/ Spust\u00edme v\u0161echny paraleln\u011b\n        const tagsBuffer = await Promise.all(promises);\n        \n        \/\/ Odstran\u00edme loading a p\u0159id\u00e1me \u0161t\u00edtky\n        let addedCount = 0;\n        tagsBuffer.forEach(item => {\n            const tagsHTML = createTagsHTML(item.tags);\n            item.postBody.find('.tags-loading').remove();\n            if (tagsHTML) {\n                item.postBody.append(tagsHTML);\n                addedCount++;\n            }\n        });\n        \n        console.log(`\u0160t\u00edtky p\u0159id\u00e1ny k ${addedCount} p\u0159\u00edsp\u011bvk\u016fm z ${postCards.length} celkem.`);\n        \n        \/\/ NOV\u011a: Notifikujeme blog filter \u017ee jsou \u0161t\u00edtky p\u0159ipraven\u00e9\n        if (window.blogFilter && window.blogFilter.onTagsLoaded) {\n            console.log('\ud83d\udd04 Notifikuji Blog Filter \u017ee jsou \u0161t\u00edtky p\u0159ipraven\u00e9');\n            window.blogFilter.onTagsLoaded();\n        }\n        \n        \/\/ Je\u0161t\u011b trigger custom event pro blog filter\n        window.dispatchEvent(new CustomEvent('tagsLoaded'));\n    }\n    \n    \/\/ CSS styly pro \u0161t\u00edtky a loading\n    function addTagStyles() {\n        $('#elementor-post-tags-styles').remove();\n        \n        const styles = `\n        <style id=\"elementor-post-tags-styles\">\n            .elementskit-entry-header,\n            .post-header,\n            .entry-header {\n                position: static !important;\n            }\n            .post-tag-overlay,\n            .post-tag-badge {\n                display: none !important;\n            }\n            .tags-loading {\n                margin-top: 12px;\n                padding-top: 8px;\n                border-top: 1px solid #e0e0e0;\n                font-size: 12px;\n                color: #999;\n                font-style: italic;\n                animation: pulse 1.5s ease-in-out infinite;\n            }\n            @keyframes pulse {\n                0%, 100% { opacity: 0.6; }\n                50% { opacity: 1; }\n            }\n            .post-tags-wrapper {\n                margin-top: 12px;\n                padding-top: 8px;\n                border-top: 1px solid #e0e0e0;\n                clear: both;\n                line-height: 1.4;\n                animation: fadeIn 0.5s ease-in;\n            }\n            @keyframes fadeIn {\n                from { opacity: 0; transform: translateY(10px); }\n                to { opacity: 1; transform: translateY(0); }\n            }\n            .tags-label {\n                font-size: 13px;\n                color: #666;\n                font-weight: 600;\n                margin-right: 6px;\n            }\n            .post-tags-text {\n                font-size: 13px;\n                color: #333;\n                font-weight: 700;\n                line-height: inherit;\n            }\n            \n            \/* Obecn\u011bj\u0161\u00ed selektory pro r\u016fzn\u00e9 t\u00e9mata *\/\n            .elementskit-post-body .post-tags-wrapper,\n            .post-content .post-tags-wrapper,\n            .entry-content .post-tags-wrapper,\n            .post-body .post-tags-wrapper,\n            .content .post-tags-wrapper,\n            article .post-tags-wrapper {\n                margin-top: 12px;\n                padding-top: 8px;\n                border-top: 1px solid #e0e0e0;\n            }\n            \n            @media (max-width: 768px) {\n                .tags-loading {\n                    margin-top: 10px;\n                    padding-top: 6px;\n                    font-size: 11px;\n                }\n                .post-tags-wrapper {\n                    margin-top: 10px !important;\n                    padding-top: 6px !important;\n                }\n                .tags-label {\n                    font-size: 12px;\n                }\n                .post-tags-text {\n                    font-size: 12px;\n                }\n            }\n        <\/style>\n        `;\n        $('head').append(styles);\n    }\n    \n    \/\/ Debug funkce pro zobrazen\u00ed dostupn\u00fdch selektor\u016f\n    function debugAvailableElements() {\n        console.log('=== DEBUG: Dostupn\u00e9 elementy na str\u00e1nce ===');\n        \n        \/\/ Zkontroluje r\u016fzn\u00e9 selektory\n        const selectors = [\n            'article',\n            '.post',\n            '.blog-post',\n            '.elementor-post',\n            '.elementskit-post-image-card',\n            '.post-card',\n            '.entry-title',\n            '.post-title',\n            'h2',\n            'h3'\n        ];\n        \n        selectors.forEach(selector => {\n            const elements = document.querySelectorAll(selector);\n            if (elements.length > 0) {\n                console.log(`${selector}: ${elements.length} element\u016f`);\n                elements.forEach((el, index) => {\n                    if (index < 3) { \/\/ Pouze prvn\u00ed 3\n                        console.log(`  - ${el.tagName}: \"${el.textContent.trim().substring(0, 50)}...\"`);\n                        console.log(`    T\u0159\u00eddy: ${el.className || '\u017e\u00e1dn\u00e9'}`);\n                    }\n                });\n            }\n        });\n        \n        console.log('=== KONEC DEBUG ===');\n    }\n    \n    \/\/ Inicializace s debugging\n    function initTagsScript() {\n        if (typeof elementorFrontend !== 'undefined' && elementorFrontend.isEditMode()) {\n            return;\n        }\n        \n        console.log('Inicializuji tags script...');\n        debugAvailableElements();\n        addTagStyles();\n        \n        if (typeof elementorFrontend !== 'undefined') {\n            elementorFrontend.hooks.addAction('frontend\/element_ready\/widget', function() {\n                if (!elementorFrontend.isEditMode()) {\n                    setTimeout(addTagsToPosts, 500);\n                }\n            });\n        }\n        \n        $(document).ready(function() {\n            setTimeout(addTagsToPosts, 1000);\n        });\n        \n        $(document).on('post-load', function() {\n            if (typeof elementorFrontend === 'undefined' || !elementorFrontend.isEditMode()) {\n                addTagsToPosts();\n            }\n        });\n        \n        \/\/ Dal\u0161\u00ed pokus po 3 sekund\u00e1ch, pokud se obsah na\u010d\u00edt\u00e1 pomalu\n        setTimeout(function() {\n            if (findPostCards().length === 0) {\n                console.log('Pokus o op\u011btovn\u00e9 na\u010dten\u00ed \u0161t\u00edtk\u016f po 3 sekund\u00e1ch...');\n                debugAvailableElements();\n                setTimeout(addTagsToPosts, 1000);\n            }\n        }, 3000);\n    }\n    \n    initTagsScript();\n    \n    window.ElementorPostTags = {\n        refresh: addTagsToPosts,\n        addStyles: addTagStyles,\n        debug: debugAvailableElements\n    };\n    \n})(jQuery);\n\nif (typeof jQuery === 'undefined') {\n    console.warn('jQuery nen\u00ed dostupn\u00e9. Script pro \u0161t\u00edtky nebude fungovat.');\n} else {\n    console.log('jQuery je dostupn\u00e9, \u0161t\u00edtky script inicializov\u00e1n.');\n}\n\n\/\/ Vanilla JavaScript Blog Filter - \u010cek\u00e1 na na\u010dten\u00ed \u0161t\u00edtk\u016f\nclass BlogFilter {\n    constructor() {\n        this.allPosts = [];\n        this.uniqueTags = new Set();\n        this.currentFilters = {\n            search: '',\n            tag: ''\n        };\n        this.debounceTimeout = null;\n        this.tagsLoaded = false;\n        \n        this.init();\n    }\n    \n    init() {\n        console.log('\ud83d\ude80 BlogFilter: Inicializuji...');\n        \n        \/\/ Nastav\u00edme glob\u00e1ln\u00ed referenci pro komunikaci s tags scriptem\n        window.blogFilter = this;\n        \n        \/\/ Po\u010dk\u00e1me a\u017e se str\u00e1nka na\u010dte\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', () => this.waitForTags());\n        } else {\n            this.waitForTags();\n        }\n    }\n    \n    waitForTags() {\n        console.log('\ud83d\udd0d BlogFilter: \u010cek\u00e1m na na\u010dten\u00ed \u0161t\u00edtk\u016f...');\n        \n        \/\/ Naslouch\u00e1me na custom event od tags scriptu\n        window.addEventListener('tagsLoaded', () => {\n            console.log('\u2705 BlogFilter: Obdr\u017eel jsem notifikaci o na\u010dten\u00fdch \u0161t\u00edtc\u00edch!');\n            this.onTagsLoaded();\n        });\n        \n        \/\/ Backup strategie - zkontrolujeme ka\u017ed\u00fdch 500ms jestli u\u017e jsou \u0161t\u00edtky\n        let attempts = 0;\n        const maxAttempts = 20; \/\/ 10 sekund\n        \n        const checkForTags = () => {\n            attempts++;\n            const tagsElements = document.querySelectorAll('.post-tags-text');\n            \n            console.log(`\ud83d\udd0d BlogFilter: Pokus ${attempts}\/${maxAttempts} - nalezeno ${tagsElements.length} \u0161t\u00edtk\u016f`);\n            \n            if (tagsElements.length > 0) {\n                console.log('\u2705 BlogFilter: \u0160t\u00edtky nalezeny, spou\u0161t\u00edm setup!');\n                this.onTagsLoaded();\n            } else if (attempts < maxAttempts) {\n                setTimeout(checkForTags, 500);\n            } else {\n                console.log('\u26a0\ufe0f BlogFilter: \u0160t\u00edtky se nepoda\u0159ilo na\u010d\u00edst, spou\u0161t\u00edm bez \u0161t\u00edtk\u016f');\n                this.setupFilter();\n            }\n        };\n        \n        \/\/ Spust\u00edme prvn\u00ed check po 1 sekund\u011b\n        setTimeout(checkForTags, 1000);\n    }\n    \n    onTagsLoaded() {\n        if (this.tagsLoaded) {\n            console.log('\ud83d\udd04 BlogFilter: \u0160t\u00edtky u\u017e byly na\u010dten\u00e9, p\u0159eskakuji...');\n            return;\n        }\n        \n        this.tagsLoaded = true;\n        console.log('\ud83c\udf89 BlogFilter: \u0160t\u00edtky na\u010dten\u00e9, spou\u0161t\u00edm setup!');\n        this.setupFilter();\n    }\n    \n    setupFilter() {\n        console.log('\u2699\ufe0f BlogFilter: Inicializuji Blog Filter...');\n        this.setupPostsData();\n        this.setupEventListeners();\n        this.populateTagFilter();\n        console.log(`\u2705 BlogFilter: Na\u010dteno ${this.allPosts.length} p\u0159\u00edsp\u011bvk\u016f se \u0161t\u00edtky:`, Array.from(this.uniqueTags));\n    }\n    \n    setupPostsData() {\n        console.log('\ud83d\udd0d BlogFilter: Hled\u00e1m p\u0159\u00edsp\u011bvky v HTML...');\n        \n        \/\/ Najdeme v\u0161echny p\u0159\u00edsp\u011bvky\n        const postCards = document.querySelectorAll('.elementskit-post-image-card');\n        console.log(`\ud83d\udcdd BlogFilter: Nalezeno ${postCards.length} p\u0159\u00edsp\u011bvk\u016f`);\n        \n        postCards.forEach((card, index) => {\n            \/\/ Najdeme container p\u0159\u00edsp\u011bvku\n            const container = card.closest('.col-lg-4, .col-md-6, .col-sm-6, .col-12, [class*=\"col-\"]');\n            \n            \/\/ Z\u00edsk\u00e1me data p\u0159\u00edsp\u011bvku\n            const titleElement = card.querySelector('.entry-title');\n            const excerptElement = card.querySelector('p');\n            const linkElement = card.querySelector('.elementskit-entry-thumb');\n            const tagsElement = card.querySelector('.post-tags-text');\n            \n            const title = titleElement ? titleElement.textContent.trim() : '';\n            const excerpt = excerptElement ? excerptElement.textContent.trim() : '';\n            const link = linkElement ? linkElement.getAttribute('href') || '' : '';\n            \n            \/\/ Zpracujeme \u0161t\u00edtky\n            let tags = [];\n            if (tagsElement) {\n                const tagsText = tagsElement.textContent.trim();\n                console.log(`\ud83d\udccb BlogFilter: P\u0159\u00edsp\u011bvek ${index + 1} m\u00e1 \u0161t\u00edtky: \"${tagsText}\"`);\n                if (tagsText) {\n                    tags = tagsText.split(',')\n                        .map(tag => tag.trim())\n                        .filter(tag => tag.length > 0);\n                    \n                    \/\/ P\u0159id\u00e1me \u0161t\u00edtky do setu unik\u00e1tn\u00edch \u0161t\u00edtk\u016f\n                    tags.forEach(tag => this.uniqueTags.add(tag));\n                }\n            }\n            \n            this.allPosts.push({\n                id: index + 1,\n                title: title,\n                excerpt: excerpt,\n                link: link,\n                tags: tags,\n                element: container\n            });\n        });\n        \n        console.log('\ud83c\udff7\ufe0f BlogFilter: V\u0161echny unik\u00e1tn\u00ed \u0161t\u00edtky:', Array.from(this.uniqueTags));\n    }\n    \n    setupEventListeners() {\n        const searchInput = document.getElementById('blog-search');\n        const tagFilter = document.getElementById('blog-tag-filter');\n        const clearButton = document.getElementById('clear-filters');\n        \n        if (searchInput) {\n            searchInput.addEventListener('input', (e) => {\n                this.currentFilters.search = e.target.value.toLowerCase().trim();\n                this.debounceFilter();\n            });\n            console.log('\u2705 BlogFilter: Search input listener p\u0159id\u00e1n');\n        } else {\n            console.log('\u274c BlogFilter: Search input nenalezen');\n        }\n        \n        if (tagFilter) {\n            tagFilter.addEventListener('change', (e) => {\n                this.currentFilters.tag = e.target.value;\n                this.filterPosts();\n            });\n            console.log('\u2705 BlogFilter: Tag filter listener p\u0159id\u00e1n');\n        } else {\n            console.log('\u274c BlogFilter: Tag filter nenalezen');\n        }\n        \n        if (clearButton) {\n            clearButton.addEventListener('click', () => {\n                this.clearFilters();\n            });\n            console.log('\u2705 BlogFilter: Clear button listener p\u0159id\u00e1n');\n        } else {\n            console.log('\u274c BlogFilter: Clear button nenalezen');\n        }\n    }\n    \n    debounceFilter() {\n        clearTimeout(this.debounceTimeout);\n        this.debounceTimeout = setTimeout(() => {\n            this.filterPosts();\n        }, 300);\n    }\n    \n    populateTagFilter() {\n        const tagFilter = document.getElementById('blog-tag-filter');\n        if (!tagFilter) {\n            console.log('\u274c BlogFilter: Tag filter dropdown nenalezen!');\n            return;\n        }\n        \n        console.log('\ud83c\udff7\ufe0f BlogFilter: Napl\u0148uji dropdown se \u0161t\u00edtky...');\n        \n        \/\/ Odstran\u00edme v\u0161echny options krom\u011b prvn\u00ed\n        const options = tagFilter.querySelectorAll('option:not(:first-child)');\n        options.forEach(option => option.remove());\n        \n        \/\/ P\u0159id\u00e1me se\u0159azen\u00e9 \u0161t\u00edtky\n        const sortedTags = Array.from(this.uniqueTags).sort();\n        console.log('\ud83d\udccb BlogFilter: Se\u0159azen\u00e9 \u0161t\u00edtky pro dropdown:', sortedTags);\n        \n        sortedTags.forEach(tag => {\n            const option = document.createElement('option');\n            option.value = tag;\n            option.textContent = tag;\n            tagFilter.appendChild(option);\n            console.log(`\u2705 BlogFilter: P\u0159id\u00e1n \u0161t\u00edtek do dropdownu: \"${tag}\"`);\n        });\n        \n        console.log(`\ud83c\udf89 BlogFilter: Dropdown napln\u011bn ${sortedTags.length} \u0161t\u00edtky`);\n    }\n    \n    filterPosts() {\n        if (this.allPosts.length === 0) return;\n        \n        const loadingIndicator = document.getElementById('loading-indicator');\n        if (loadingIndicator) {\n            loadingIndicator.style.display = 'block';\n        }\n        \n        setTimeout(() => {\n            let filteredPosts = [...this.allPosts];\n            \n            \/\/ Filtr podle vyhled\u00e1v\u00e1n\u00ed\n            if (this.currentFilters.search) {\n                filteredPosts = filteredPosts.filter(post => {\n                    const searchIn = [\n                        post.title.toLowerCase(),\n                        post.excerpt.toLowerCase(),\n                        post.tags.join(' ').toLowerCase()\n                    ].join(' ');\n                    \n                    return searchIn.includes(this.currentFilters.search);\n                });\n            }\n            \n            \/\/ Filtr podle \u0161t\u00edtk\u016f\n            if (this.currentFilters.tag) {\n                filteredPosts = filteredPosts.filter(post => \n                    post.tags.includes(this.currentFilters.tag)\n                );\n            }\n            \n            this.showFilteredPosts(filteredPosts);\n            \n            if (loadingIndicator) {\n                loadingIndicator.style.display = 'none';\n            }\n        }, 100);\n    }\n    \n    showFilteredPosts(filteredPosts) {\n        const filteredIds = new Set(filteredPosts.map(post => post.id));\n        \n        \/\/ OPRAVA GRIDU: \u00dapln\u011b odstran\u00edme neviditeln\u00e9 p\u0159\u00edsp\u011bvky z DOM\n        \/\/ T\u00edm se vytvo\u0159\u00ed \u010dist\u00fd grid bez mezer a \u017e\u00e1dn\u00e9 probl\u00e9my se styly\n        this.allPosts.forEach(post => {\n            if (post.element) {\n                if (filteredIds.has(post.id)) {\n                    \/\/ Zobraz\u00edme p\u0159\u00edsp\u011bvek - vr\u00e1t\u00edme do DOM pokud byl odstran\u011bn\n                    if (!post.element.parentNode) {\n                        \/\/ Najdeme kontejner a vlo\u017e\u00edme element zp\u011bt na spr\u00e1vn\u00e9 m\u00edsto\n                        const container = document.getElementById('post-items--1f1e2860');\n                        if (container && post.originalPosition) {\n                            if (post.originalPosition.nextSibling) {\n                                container.insertBefore(post.element, post.originalPosition.nextSibling);\n                            } else {\n                                container.appendChild(post.element);\n                            }\n                        }\n                    }\n                    \/\/ Reset v\u0161ech styl\u016f\n                    post.element.style.display = '';\n                    post.element.style.opacity = '';\n                    post.element.style.visibility = '';\n                } else {\n                    \/\/ Ulo\u017e\u00edme pozici a \u00fapln\u011b odstran\u00edme z DOM\n                    if (post.element.parentNode) {\n                        post.originalPosition = {\n                            nextSibling: post.element.nextElementSibling,\n                            parent: post.element.parentNode\n                        };\n                        post.element.parentNode.removeChild(post.element);\n                    }\n                }\n            }\n        });\n        \n        \/\/ Zpr\u00e1va o v\u00fdsledc\u00edch\n        this.handleNoResults(filteredPosts.length === 0);\n    }\n    \n    handleNoResults(showMessage) {\n        \/\/ Odstran\u00edme p\u0159edchoz\u00ed zpr\u00e1vu\n        const existingMessage = document.querySelector('.no-posts-message');\n        if (existingMessage) {\n            existingMessage.remove();\n        }\n        \n        if (showMessage) {\n            const postsContainer = document.getElementById('post-items--1f1e2860');\n            if (postsContainer) {\n                const message = document.createElement('div');\n                message.className = 'no-posts-message';\n                message.style.cssText = `\n                    position: absolute;\n                    top: 50%;\n                    left: 50%;\n                    transform: translate(-50%, -50%);\n                    text-align: center;\n                    padding: 30px;\n                    color: #666;\n                    font-size: 16px;\n                    background: rgba(255,255,255,0.9);\n                    border-radius: 8px;\n                    box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n                    z-index: 1000;\n                `;\n                message.innerHTML = `\n                    \u017d\u00e1dn\u00e9 p\u0159\u00edsp\u011bvky nenalezeny. \n                    <a href=\"#\" onclick=\"blogFilter.clearFilters(); return false;\" \n                       style=\"color: #333; text-decoration: underline; font-weight: bold;\">\n                        Vymazat filtry\n                    <\/a>\n                `;\n                \n                \/\/ P\u0159id\u00e1me relativn\u00ed positioning k containeru\n                postsContainer.style.position = 'relative';\n                postsContainer.appendChild(message);\n            }\n        }\n    }\n    \n    clearFilters() {\n        this.currentFilters = { search: '', tag: '' };\n        \n        const searchInput = document.getElementById('blog-search');\n        const tagFilter = document.getElementById('blog-tag-filter');\n        \n        if (searchInput) searchInput.value = '';\n        if (tagFilter) tagFilter.value = '';\n        \n        \/\/ Zobraz\u00edme v\u0161echny p\u0159\u00edsp\u011bvky - vr\u00e1t\u00edme do DOM pokud byly odstran\u011bn\u00e9\n        const container = document.getElementById('post-items--1f1e2860');\n        this.allPosts.forEach(post => {\n            if (post.element) {\n                \/\/ Pokud element nen\u00ed v DOM, vr\u00e1t\u00edme ho\n                if (!post.element.parentNode && container) {\n                    container.appendChild(post.element);\n                }\n                \/\/ Reset v\u0161ech styl\u016f\n                post.element.style.display = '';\n                post.element.style.opacity = '';\n                post.element.style.visibility = '';\n            }\n        });\n        \n        this.handleNoResults(false);\n        console.log('\u2705 BlogFilter: Filtry vymaz\u00e1ny');\n    }\n}\n\n\/\/ Spust\u00edme BlogFilter - u\u017e nemus\u00edme \u010dekat na DOM, proto\u017ee m\u00e1 vlastn\u00ed logiku \u010dek\u00e1n\u00ed\nnew BlogFilter();\n<\/script>\n\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f1e2860 elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-elementskit-blog-posts\" data-id=\"1f1e2860\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"elementskit-blog-posts.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <div id=\"post-items--1f1e2860\" class=\"row post-items\">\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/pece-o-jizvu-po-cisarskem-rezu-proc-je-dulezitejsi-nez-si-vetsina-maminek-mysli\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2026\/07\/best-2-1024x684.jpg\" alt=\"P\u00e9\u010de o jizvu po c\u00edsa\u0159sk\u00e9m \u0159ezu: Pro\u010d je d\u016fle\u017eit\u011bj\u0161\u00ed, ne\u017e si v\u011bt\u0161ina maminek mysl\u00ed\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/pece-o-jizvu-po-cisarskem-rezu-proc-je-dulezitejsi-nez-si-vetsina-maminek-mysli\/\">\n\t\t\t\t\t\tC-section scar care: Why it's more important than most moms think\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>C\u00edsa\u0159sk\u00fd \u0159ez je jednou z nej\u010dast\u011bj\u0161\u00edch operac\u00ed na sv\u011bt\u011b. P\u0159esto mnoho \u017een odch\u00e1z\u00ed z porodnice s informac\u00ed, \u017ee sta\u010d\u00ed po\u010dkat, a\u017e se r\u00e1na zahoj\u00ed.&nbsp; Jen\u017ee p\u00e9\u010de o jizvu nekon\u010d\u00ed odstran\u011bn\u00edm steh\u016f. Spr\u00e1vn\u00e1 p\u00e9\u010de v prvn\u00edch t\u00fddnech a m\u011bs\u00edc\u00edch po porodu m\u016f\u017ee v\u00fdrazn\u011b ovlivnit nejen vzhled jizvy, ale tak\u00e9 fungov\u00e1n\u00ed cel\u00e9ho&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/razova-vlna-ve-fyzioterapii-kdy-muze-pomoci\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2026\/07\/best-1024x684.jpg\" alt=\"R\u00e1zov\u00e1 vlna ve fyzioterapii: Kdy m\u016f\u017ee pomoci?\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/razova-vlna-ve-fyzioterapii-kdy-muze-pomoci\/\">\n\t\t\t\t\t\tShockwave in physiotherapy: When can it help?\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Bol\u00ed v\u00e1s pata, loket, Achillova \u0161lacha nebo v\u00e1s dlouhodob\u011b tr\u00e1p\u00ed bolest, kter\u00e1 se st\u00e1le vrac\u00ed? V n\u011bkter\u00fdch p\u0159\u00edpadech m\u016f\u017ee b\u00fdt vhodn\u00fdm dopl\u0148kem fyzioterapie tak\u00e9 r\u00e1zov\u00e1 vlna. Jedn\u00e1 se o modern\u00ed fyzik\u00e1ln\u00ed terapii, kter\u00e1 vyu\u017e\u00edv\u00e1 akustick\u00e9 impulzy k ovlivn\u011bn\u00ed posti\u017een\u00fdch tk\u00e1n\u00ed. Pom\u00e1h\u00e1 podpo\u0159it p\u0159irozen\u00e9 regenera\u010dn\u00ed procesy, zlep\u0161it prokrven\u00ed a p\u0159isp\u011bt ke&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/fyzioterapie-celistniho-kloubu-kdyz-problem-neni-jen-v-celisti\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2026\/07\/IMG_9408-scaled-e1784795171863-1024x684.jpeg\" alt=\"Fyzioterapie \u010delistn\u00edho kloubu: Kdy\u017e probl\u00e9m nen\u00ed jen v \u010delisti\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/fyzioterapie-celistniho-kloubu-kdyz-problem-neni-jen-v-celisti\/\">\n\t\t\t\t\t\tTemporomandibular joint physiotherapy: When the problem is not just in the jaw\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Bol\u00ed v\u00e1s \u010delist p\u0159i kous\u00e1n\u00ed, sly\u0161\u00edte p\u0159i otev\u0159en\u00ed \u00fast lup\u00e1n\u00ed nebo v\u00e1s tr\u00e1p\u00ed \u010dast\u00e9 bolesti hlavy? Mo\u017en\u00e1 v\u00e1s p\u0159ekvap\u00ed, \u017ee p\u0159\u00ed\u010dina nemus\u00ed b\u00fdt jen v samotn\u00e9 \u010delisti. \u010celistn\u00ed kloub (temporomandibul\u00e1rn\u00ed kloub) spojuje doln\u00ed \u010delist s lebkou a pod\u00edl\u00ed se na ka\u017edodenn\u00edch \u010dinnostech, jako je mluven\u00ed, kous\u00e1n\u00ed nebo \u017ev\u00fdk\u00e1n\u00ed. Z\u00e1rove\u0148 je&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/masaze-spinezio-fyzioterapie-praha\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/BEST77-spinezio-1024x684.jpg\" alt=\"Mas\u00e1\u017e hlavy p\u0159i bolestech hlavy a migr\u00e9n\u00e1ch\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/masaze-spinezio-fyzioterapie-praha\/\">\n\t\t\t\t\t\tHead massage for headaches and migraines\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Bolesti hlavy mohou m\u00edt mnoho podob. N\u011bkdo vn\u00edm\u00e1 tlak ve sp\u00e1nc\u00edch, jin\u00fd bolest v oblasti \u010dela, za o\u010dima nebo v z\u00e1hlav\u00ed. \u010casto se objevuje pocit nap\u011bt\u00ed, sev\u0159en\u00ed nebo tlak, kter\u00fd omezuje soust\u0159ed\u011bn\u00ed, b\u011b\u017en\u00e9 fungov\u00e1n\u00ed i celkovou energii b\u011bhem dne. P\u0159\u00ed\u010dina bolesti hlavy \u010dasto neza\u010d\u00edn\u00e1 p\u0159\u00edmo v hlav\u011b, ale v oblasti&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/tehotenska-masaz-spinezio-praha\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/06\/DSC09820-Enhanced-NR-spinezio-1024x684.jpg\" alt=\"T\u011bhotensk\u00e1 mas\u00e1\u017e\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/tehotenska-masaz-spinezio-praha\/\">\n\t\t\t\t\t\tPregnancy massage\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>T\u011bhotenstv\u00ed je obdob\u00ed velk\u00fdch zm\u011bn. T\u011blo se postupn\u011b p\u0159izp\u016fsobuje rostouc\u00edmu miminku, m\u011bn\u00ed se dr\u017een\u00ed t\u011bla, t\u011b\u017ei\u0161t\u011b se posouv\u00e1 dop\u0159edu a v\u011bt\u0161\u00ed z\u00e1t\u011b\u017e p\u0159eb\u00edr\u00e1 bedern\u00ed p\u00e1te\u0159, p\u00e1nev i doln\u00ed kon\u010detiny. \u010casto se objevuje nap\u011bt\u00ed v z\u00e1dech, pocit t\u011b\u017ek\u00fdch nohou, otoky nebo \u00fanava i p\u0159i b\u011b\u017en\u00fdch denn\u00edch \u010dinnostech. T\u011bhotensk\u00e1 mas\u00e1\u017e pom\u00e1h\u00e1 t\u011blu&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/detska-fyzioterapie-spinezio-fyzioterapie\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/06\/DSC09652-Enhanced-NR-nahled-spinezio-edit-barva-a-plet-zakladni-1024x684.jpg\" alt=\"D\u011btsk\u00e1 fyzioterapie\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/detska-fyzioterapie-spinezio-fyzioterapie\/\">\n\t\t\t\t\t\tPediatric physiotherapy\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Ka\u017ed\u00e9 d\u00edt\u011b m\u00e1 sv\u00e9 vrozen\u00e9 a jedine\u010dn\u00e9 tempo psychomotorick\u00e9ho v\u00fdvoje. N\u011bkdy v\u0161ak m\u016f\u017ee pot\u0159ebovat jemn\u00e9 veden\u00ed spr\u00e1vn\u00fdm sm\u011brem. Pr\u00e1v\u011b tehdy m\u00e1 d\u011btsk\u00e1 fyzioterapie sv\u00e9 d\u016fle\u017eit\u00e9 m\u00edsto. Na\u0161\u00edm c\u00edlem je podpo\u0159it p\u0159irozen\u00fd v\u00fdvoj d\u00edt\u011bte, rozv\u00edjet jeho pohybov\u00e9 dovednosti a motivaci k pohybu. Pom\u00e1h\u00e1me d\u011btem objevovat radost z pohybu bez bolesti a&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/fyzioterapie-pro-miminka\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2026\/04\/best-1024x684.jpg\" alt=\"Fyzioterapie pro miminka\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/fyzioterapie-pro-miminka\/\">\n\t\t\t\t\t\tPhysiotherapy for babies\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Podpora psychomotorick\u00e9ho v\u00fdvoje novorozenc\u016f a kojenc\u016f&nbsp; Prvn\u00ed m\u011bs\u00edce \u017eivota jsou obdob\u00edm neuv\u011b\u0159iteln\u00e9ho v\u00fdvoje ve v\u0161ech ohledech. Miminko se rozkouk\u00e1v\u00e1 na tomto sv\u011bt\u011b, vn\u00edm\u00e1 a reaguje na okol\u00ed a postupn\u011b se u\u010d\u00ed dr\u017eet sv\u00e9 t\u011bl\u00ed\u010dko v prostoru. Ka\u017ed\u00e9 d\u00edt\u011b m\u00e1 vlastn\u00ed tempo, p\u0159esto existuj\u00ed situace, kdy m\u016f\u017ee b\u00fdt vhodn\u00e9 v\u00fdvoj citliv\u011b&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/fyzioterapie-a-endometrioza\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2026\/03\/endometrioza-1024x684.jpg\" alt=\"Fyzioterapie a endometri\u00f3za\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/fyzioterapie-a-endometrioza\/\">\n\t\t\t\t\t\tPhysiotherapy and endometriosis\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>B\u0159ezen je m\u011bs\u00edcem osv\u011bty o endometri\u00f3ze. Onemocn\u011bn\u00ed, kter\u00e9 ovliv\u0148uje \u017eivot mnoha \u017een, a p\u0159esto o n\u011bm st\u00e1le nen\u00ed dostate\u010dn\u00e9 pov\u011bdom\u00ed. Bolest, \u00fanava, pot\u00ed\u017ee s tr\u00e1ven\u00edm nebo plodnost\u00ed to v\u0161e m\u016f\u017ee b\u00fdt sou\u010d\u00e1st\u00ed tohoto komplexn\u00edho onemocn\u011bn\u00ed. Fyzioterapie m\u016f\u017ee b\u00fdt d\u016fle\u017eitou sou\u010d\u00e1st\u00ed podp\u016frn\u00e9 p\u00e9\u010de, kter\u00e1 pom\u00e1h\u00e1 zm\u00edrnit obt\u00ed\u017ee a zlep\u0161it kvalitu \u017eivota.&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/vysetreni-per-vaginam-a-per-rectum\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2026\/03\/blog-panevni-dno-1024x684.jpg\" alt=\"Vy\u0161et\u0159en\u00ed per vaginam a per rectum\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/vysetreni-per-vaginam-a-per-rectum\/\">\n\t\t\t\t\t\tVaginal and rectal examination\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Vy\u0161et\u0159en\u00ed per vaginam a per rectum pat\u0159\u00ed mezi specifick\u00e9 techniky, kter\u00e9 ve fyzioterapii vyu\u017e\u00edv\u00e1me p\u0159i diagnostice a terapii sval\u016f p\u00e1nevn\u00edho dna. Jedn\u00e1 se o vnit\u0159n\u00ed vy\u0161et\u0159en\u00ed, d\u00edky kter\u00e9mu dok\u00e1\u017ee fyzioterapeutka velmi p\u0159esn\u011b zhodnotit stav sval\u016f, jejich nap\u011bt\u00ed, citlivost i schopnost spr\u00e1vn\u00e9ho zapojen\u00ed. Na rozd\u00edl od vy\u0161et\u0159en\u00ed pohledem, pohmatem nebo ultrazvukem&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/vysetreni-panevniho-dna\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2026\/03\/best-upravit2-1024x684.jpg\" alt=\"Vy\u0161et\u0159en\u00ed p\u00e1nevn\u00edho dna\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/vysetreni-panevniho-dna\/\">\n\t\t\t\t\t\tPelvic floor examination\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>P\u00e1nevn\u00ed dno je oblast, o kter\u00e9 se moc nemluv\u00ed. P\u0159itom dok\u00e1\u017ee v\u00fdrazn\u011b ovlivnit kvalitu \u017eivota. Kdy\u017e nefunguje spr\u00e1vn\u011b, t\u011blo to d\u0159\u00edve nebo pozd\u011bji d\u00e1 najevo, bolest\u00ed, tlakem, \u00fanikem mo\u010di nebo pot\u00ed\u017eemi v intimn\u00edm \u017eivot\u011b. Pro\u010d se v\u016fbec vy\u0161et\u0159en\u00ed p\u00e1nevn\u00edho dna prov\u00e1d\u00ed? Pom\u00e1h\u00e1 n\u00e1m p\u0159esn\u011b zhodnotit: U \u017een se \u010dasto setk\u00e1v\u00e1me&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/existuje-spravna-poloha-pri-sezeni-u-pocitace\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2026\/02\/spinezio-bolestzad-1024x687.jpg\" alt=\"Existuje spr\u00e1vn\u00e1 poloha p\u0159i sezen\u00ed u po\u010d\u00edta\u010de?\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/existuje-spravna-poloha-pri-sezeni-u-pocitace\/\">\n\t\t\t\t\t\tIs there a correct position when sitting at a computer?\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Kr\u00e1tk\u00e1 odpov\u011b\u010f zn\u00ed: Ne tak \u00fapln\u011b. Neexistuje jedna jedin\u00e1 &#8222;spr\u00e1vn\u00e1&#8220; poloha, ve kter\u00e9 bychom m\u011bli sed\u011bt cel\u00fd den. D\u016fle\u017eit\u00e9 je p\u0159edev\u0161\u00edm dob\u0159e nastaven\u00e9 pracovn\u00ed m\u00edsto a dostatek pohybu b\u011bhem dne, kter\u00fd pom\u00e1h\u00e1 p\u0159edch\u00e1zet bolestem zad i dal\u0161\u00edm pot\u00ed\u017e\u00edm spojen\u00fdm sezen\u00edm. Pro\u010d t\u011blo nem\u00e1 r\u00e1do dlouh\u00e9 sezen\u00ed Lidsk\u00e9 t\u011blo nen\u00ed stav\u011bn\u00e9&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/jak-probiha-prvni-navsteva-ve-spinezio-fyzioterapie\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09195-Enhanced-NR-spinezio-1024x684.jpg\" alt=\"Jak prob\u00edh\u00e1 prvn\u00ed n\u00e1v\u0161t\u011bva ve SPINEZIO fyzioterapie\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/jak-probiha-prvni-navsteva-ve-spinezio-fyzioterapie\/\">\n\t\t\t\t\t\tHow does the first visit to SPINEZIO physiotherapy work?\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Prvn\u00ed n\u00e1v\u0161t\u011bva u fyzioterapeuta \u010dasto vyvol\u00e1v\u00e1 \u0159adu ot\u00e1zek a nejistot. Pr\u00e1v\u011b proto V\u00e1m chceme p\u0159ibl\u00ed\u017eit, jak u n\u00e1s v\u0161e prob\u00edh\u00e1. Ve SPINEZIO fyzioterapie bereme prvn\u00ed setk\u00e1n\u00ed jako z\u00e1klad spolupr\u00e1ce, na kter\u00e9m se d\u00e1 dlouhodob\u011b stav\u011bt a v\u017edy se terapii sna\u017e\u00edme p\u0159izp\u016fsobit individu\u00e1ln\u00edm pot\u0159eb\u00e1m klienta.&nbsp; Pro v\u011bt\u0161inu z n\u00e1s je d\u016fle\u017eit\u00e9,&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/seminar-pro-zeny-spinezio-fyzioterapie\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC00008-Enhanced-NR-spinezio-1024x684.jpg\" alt=\"Semin\u00e1\u0159 pro \u017eeny:\u00a0Komplexn\u00ed p\u00e9\u010de o \u017eensk\u00e9 t\u011blo v t\u011bhotenstv\u00ed a po porodu z pohledu fyzioterapie\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/seminar-pro-zeny-spinezio-fyzioterapie\/\">\n\t\t\t\t\t\tSeminar for women: Comprehensive care of the female body during pregnancy and after childbirth from the perspective of physiotherapy\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>\u017densk\u00e9 t\u011blo b\u011bhem t\u011bhotenstv\u00ed proch\u00e1z\u00ed mnoha zm\u011bnami, kter\u00e9 mimo jin\u00e9 tak\u00e9 z\u00e1sadn\u011b ovliv\u0148uj\u00ed pohybov\u00fd apar\u00e1t. Tyto zm\u011bny, a\u010d fyziologick\u00e9, mohou p\u016fsobit r\u016fzn\u00e9 bolestiv\u00e9 stavy, jako jsou nap\u0159\u00edklad bolesti bedern\u00ed p\u00e1te\u0159e a SI kloub\u016f, bolesti stydk\u00e9 spony, chodidel, kolen \u010di ky\u010dl\u00ed, zp\u016fsobovat tak\u00e9 dechov\u00e9 obt\u00ed\u017ee, nebo pot\u00ed\u017ee s tr\u00e1ven\u00edm. Stejn\u011b tak&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/fyzioterapie-pojistovny-spinezio\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2026\/01\/DSC09787-Enhanced-NR-1024x684.jpg\" alt=\"Fyzioterapie a zdravotn\u00ed poji\u0161\u0165ovny: jak funguj\u00ed p\u0159\u00edsp\u011bvky a co je dobr\u00e9 v\u011bd\u011bt\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/fyzioterapie-pojistovny-spinezio\/\">\n\t\t\t\t\t\tPhysiotherapy and health insurance companies: how contributions work and what is good to know\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>T\u00e9ma zdravotn\u00edch poji\u0161\u0165oven a fyzioterapie vyvol\u00e1v\u00e1 \u010dasto ot\u00e1zky. Jak\u00e9 slu\u017eby jsou hrazen\u00e9 z ve\u0159ejn\u00e9ho zdravotn\u00edho poji\u0161t\u011bn\u00ed, kdy si p\u00e9\u010di klient hrad\u00ed s\u00e1m a zda je mo\u017en\u00e9 vyu\u017e\u00edt n\u011bkter\u00e9 z preventivn\u00edch p\u0159\u00edsp\u011bvk\u016f? V tomto \u010dl\u00e1nku p\u0159ehledn\u011b vysv\u011btlujeme, jak to funguje a na co je dobr\u00e9 se zam\u011b\u0159it. Spolupracuje SPINEZIO fyzioterapie&nbsp; se&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/firemni-benefity-spinezio-fyzioterapie\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/12\/DSC09022-1024x684.jpg\" alt=\"Jak chyt\u0159e vyu\u017e\u00edt firemn\u00ed benefity na konci roku: prom\u011b\u0148te je ve zdrav\u00ed a pohodu\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/firemni-benefity-spinezio-fyzioterapie\/\">\n\t\t\t\t\t\tHow to use company benefits smartly at the end of the year: turn them into health and well-being\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Rok se pomalu bl\u00ed\u017e\u00ed ke konci a s n\u00edm i \u010dasto nevyu\u017eit\u00e9 firemn\u00ed benefity. Pokud m\u00e1te je\u0161t\u011b n\u011bjak\u00e9 kredity k dispozici, m\u00e1me pro v\u00e1s skv\u011blou zpr\u00e1vu: m\u016f\u017eete je prom\u011bnit v bal\u00ed\u010dek p\u00e9\u010de nebo voucher u n\u00e1s ve SPINEZIO a \u010derpat je pohodln\u011b a\u017e v roce 2026. Firemn\u00ed benefity \u010dasto propadaj\u00ed&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/darkove-vouchery-spinezio-fyzioterapie-darek-ktery-ma-skutecnou-hodnotu\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/11\/vouchery-blog-1024x684.jpg\" alt=\"D\u00e1rkov\u00e9 vouchery SPINEZIO fyzioterapie: D\u00e1rek, kter\u00fd m\u00e1 skute\u010dnou hodnotu\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/darkove-vouchery-spinezio-fyzioterapie-darek-ktery-ma-skutecnou-hodnotu\/\">\n\t\t\t\t\t\tSPINEZIO physiotherapy gift vouchers: A gift that has real value\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>P\u0159ich\u00e1z\u00ed \u010das, kdy chceme ud\u011blat radost sv\u00fdm bl\u00edzk\u00fdm.&nbsp; Ve SPINEZIO fyzioterapie v\u011b\u0159\u00edme, \u017ee jedn\u00edm z nejcenn\u011bj\u0161\u00edch dar\u016f je zdrav\u00ed a chv\u00edle v\u011bnovan\u00e1 sob\u011b. Proto jsme p\u0159ipravili d\u00e1rkov\u00e9 vouchery na fyzioterapii a mas\u00e1\u017ee &#8211; jednoduch\u00fd zp\u016fsob, jak n\u011bkomu dop\u0159\u00e1t \u00falevu, odbornou p\u00e9\u010di a kvalitn\u00ed \u010das pro sebe. Jakou p\u00e9\u010di m\u016f\u017eete darovat?&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/jak-na-sedave-zamestnani-v-sede-i-ve-stoje\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/11\/petr-fobers-1024x684.jpg\" alt=\"Rozhovor: Jak na sedav\u00e9 zam\u011bstn\u00e1n\u00ed? V sed\u011b, i ve stoje.\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/jak-na-sedave-zamestnani-v-sede-i-ve-stoje\/\">\n\t\t\t\t\t\tInterview: How to handle a sedentary job? Sitting and standing.\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Mnoho lid\u00ed se dnes sna\u017e\u00ed \u0159e\u0161it sedav\u00e9 zam\u011bstn\u00e1n\u00ed polohovac\u00edm stolem. A to je skv\u011bl\u00e9. Jen\u017ee to, \u017ee m\u00edsto sezen\u00ed budeme cel\u00fd den st\u00e1t, probl\u00e9m ne\u0159e\u0161\u00ed.&nbsp;Neexistuje ide\u00e1ln\u00ed pozice, ve kter\u00e9 bychom m\u011bli z\u016fstat dlouhodob\u011b.&nbsp;T\u011blo pot\u0159ebuje hlavn\u011b&nbsp;st\u0159\u00eddat polohy&nbsp;a dost\u00e1vat drobn\u00e9 impulzy k pohybu b\u011bhem dne. T\u011blo je velmi adaptivn\u00ed. P\u0159izp\u016fsob\u00ed se tomu,&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/fyziofit-dlouhodoba-uleva-a-prevence\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09507-Enhanced-NR-spinezio-1024x684.jpg\" alt=\"FyzioFit \u2013 Dlouhodob\u00e1 \u00faleva a prevence\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/fyziofit-dlouhodoba-uleva-a-prevence\/\">\n\t\t\t\t\t\tFyzioFit \u2013 Long-term relief and prevention\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Fyzioterapie v ordinaci je skv\u011bl\u00fdm prvn\u00edm krokem, kdy na leh\u00e1tku dok\u00e1\u017eeme t\u011blo uvolnit, zmobilizovat a nastartovat spr\u00e1vn\u00e9 funk\u010dn\u00ed pohybov\u00e9 vzorce. To je z\u00e1klad, bez kter\u00e9ho se neobejdeme. Pokud ale chceme, aby v\u00fdsledky vydr\u017eely dlouhodob\u011b, nesta\u010d\u00ed jen \u00faleva do bolesti po terapii. Fyzioterapie m\u016f\u017ee b\u00fdt za\u010d\u00e1tkem cesty k v\u011bt\u0161\u00ed odolnosti a&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/specifika-fyzioterapeuticke-pece-v-tehotenstvi\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09857-Enhanced-NR-spinezio-1024x684.jpg\" alt=\"Specifika fyzioterapeutick\u00e9 p\u00e9\u010de v\u00a0t\u011bhotenstv\u00ed\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/specifika-fyzioterapeuticke-pece-v-tehotenstvi\/\">\n\t\t\t\t\t\tSpecifics of physiotherapy care during pregnancy\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>T\u011bhotenstv\u00ed se pr\u00e1vem ozna\u010duje jako jin\u00fd stav. V&nbsp;t\u011ble \u017eeny doch\u00e1z\u00ed k&nbsp;nespo\u010dtu zm\u011bn na mnoha \u00farovn\u00edch. M\u011bn\u00ed se nejen n\u00e1roky na pohybov\u00fd apar\u00e1t, ale doch\u00e1z\u00ed tak\u00e9 ke zm\u011bn\u00e1m v&nbsp;syst\u00e9mu kardiovaskul\u00e1rn\u00edm, d\u00fdchac\u00edm, hormon\u00e1ln\u00edm \u010di tr\u00e1vic\u00edm.&nbsp; Ve SPINEZIO fyzioterapie se nejv\u00edce zab\u00fdv\u00e1me zm\u011bnami v&nbsp;pohybov\u00e9m apar\u00e1tu, na kter\u00fd jsou v&nbsp;obdob\u00ed t\u011bhotenstv\u00ed opravdu zv\u00fd\u0161en\u00e9 n\u00e1roky.&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/blog-kurz-stres-emoce-a-lidske-telo\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09532-Enhanced-NR-spinezio-1024x684.jpg\" alt=\"Kurz: Stres, emoce a lidsk\u00e9 t\u011blo\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/blog-kurz-stres-emoce-a-lidske-telo\/\">\n\t\t\t\t\t\tCourse: Stress, emotions and the human body\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>\u201cPro\u010d v\u0161echno se v\u0161\u00edm souvis\u00ed? Jak v t\u011ble, tak v \u017eivot\u011b.\u201d C\u00edt\u00edte, \u017ee va\u0161e spokojenost z\u00e1vis\u00ed na tom, jak zvl\u00e1d\u00e1te stres, emoce a jak dok\u00e1\u017eete porozum\u011bt sv\u00e9mu t\u011blu? Vn\u00edm\u00e1te, \u017ee kl\u00ed\u010dem ke zdrav\u00ed je pr\u00e1v\u011b klid v mysli a p\u0159irozen\u00fd pohyb? Na na\u0161em kurzu \u201cStres, emoce a lidsk\u00e9 t\u011blo\u201d si&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/nova-sluzba-ve-spinezio-vstupni-vysetreni-po-porodu-s-vyuzitim\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC00008-Enhanced-NR-spinezio-1024x684.jpg\" alt=\"Nov\u00e1 slu\u017eba ve SPINEZIO: Vstupn\u00ed vy\u0161et\u0159en\u00ed po porodu s vyu\u017eit\u00edm ultrazvuku\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/nova-sluzba-ve-spinezio-vstupni-vysetreni-po-porodu-s-vyuzitim\/\">\n\t\t\t\t\t\tNew service at SPINEZIO: Postpartum initial examination using ultrasound\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Mil\u00e9 maminky,obdob\u00ed po porodu je pro t\u011blo velk\u00e1 zm\u011bna. Krom\u011b radosti z miminka p\u0159in\u00e1\u0161\u00ed i pot\u0159ebu regenerace a jemn\u00e9, ale c\u00edlen\u00e9 p\u00e9\u010de. Ve&nbsp;SPINEZIO fyzioterapii&nbsp;jsme proto roz\u0161\u00ed\u0159ili na\u0161i nab\u00eddku o&nbsp;vstupn\u00ed vy\u0161et\u0159en\u00ed po porodu s vyu\u017eit\u00edm ultrazvuku, kter\u00e9 v\u00e1m pom\u016f\u017ee l\u00e9pe porozum\u011bt stavu va\u0161eho t\u011bla a bezpe\u010dn\u011b se vr\u00e1tit k pohybu. Co&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/telo-nikdy-nelze-jak-odhalit-skryte-signaly-zdravi-i-stresu\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/08\/petrweb01.jpg\" alt=\"T\u011blo nikdy nel\u017ee: Jak odhalit skryt\u00e9 sign\u00e1ly zdrav\u00ed i stresu\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/telo-nikdy-nelze-jak-odhalit-skryte-signaly-zdravi-i-stresu\/\">\n\t\t\t\t\t\tThe Body Never Lies: How to Uncover Hidden Signals of Health and Stress\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>V\u011bt\u0161ina z n\u00e1s se nau\u010dila vn\u00edmat bolest nebo \u00fanavu jako nep\u0159\u00edjemnost, kterou je pot\u0159eba rychle p\u0159eb\u00edt pr\u00e1\u0161kem nebo ignorovat, dokud \u201eto nep\u0159ejde\u201c. Fyzioterapeut Petr Zahradn\u00edk v\u0161ak vid\u00ed t\u011blo jinak \u2013 jako moudr\u00e9ho r\u00e1dce, kter\u00fd n\u00e1m neust\u00e1le pos\u00edl\u00e1 zpr\u00e1vy o na\u0161em fyzick\u00e9m i psychick\u00e9m stavu. Sta\u010d\u00ed se nau\u010dit jeho jazyk \u010d\u00edst.&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/seminar-pro-zeny-komplexni-pece-o-zenske-telo-v-tehotenstvi-a-po-porodu-z-pohledu-fyzioterapie-2\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/FOTKY-NA-WEB-720x500px_Kreslici-platno-1.jpg\" alt=\"Semin\u00e1\u0159 pro \u017eeny:\u00a0Komplexn\u00ed p\u00e9\u010de o \u017eensk\u00e9 t\u011blo v t\u011bhotenstv\u00ed a po porodu z pohledu fyzioterapie\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/seminar-pro-zeny-komplexni-pece-o-zenske-telo-v-tehotenstvi-a-po-porodu-z-pohledu-fyzioterapie-2\/\">\n\t\t\t\t\t\tSeminar for women: Comprehensive care of the female body during pregnancy and after childbirth from the perspective of physiotherapy\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>\u017densk\u00e9 t\u011blo b\u011bhem t\u011bhotenstv\u00ed proch\u00e1z\u00ed mnoha zm\u011bnami, kter\u00e9 mimo jin\u00e9 tak\u00e9 z\u00e1sadn\u011b ovliv\u0148uj\u00ed pohybov\u00fd apar\u00e1t. Tyto zm\u011bny, a\u010d fyziologick\u00e9, mohou p\u016fsobit r\u016fzn\u00e9 bolestiv\u00e9 stavy, jako jsou nap\u0159\u00edklad bolesti bedern\u00ed p\u00e1te\u0159e a SI kloub\u016f, bolesti stydk\u00e9 spony, chodidel, kolen \u010di ky\u010dl\u00ed, zp\u016fsobovat tak\u00e9 dechov\u00e9 obt\u00ed\u017ee, nebo pot\u00ed\u017ee s tr\u00e1ven\u00edm. Stejn\u011b tak&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/podologie-vysetreni-a-terapie-plosky-nohy\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/FOTKY-NA-WEB-720x500px_Kreslici-platno-1-kopie-4.jpg\" alt=\"Podologie &#8211; vy\u0161et\u0159en\u00ed a terapie plosky nohy\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/podologie-vysetreni-a-terapie-plosky-nohy\/\">\n\t\t\t\t\t\tPodology \u2013 examination and therapy of the sole of the foot\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Dne\u0161n\u00ed doba je n\u00e1ro\u010dn\u00e1 na na\u0161i t\u011blesnou schr\u00e1nku z \u0159ady d\u016fvod\u016f. Jedn\u00edm z nich m\u016f\u017ee b\u00fdt nespr\u00e1vn\u00e1&nbsp;funkce no\u017en\u00ed klenby. Tyto poruchy se mohou prom\u00edtat do cel\u00e9ho t\u011bla, a to i do vzd\u00e1len\u00fdch oblast\u00ed. Nej\u010dast\u011bji s poruchami no\u017en\u00ed klenby souvis\u00ed: Ve SPINEZIO fyzioterapie se zam\u011b\u0159ujeme na&nbsp;diagnostiku plosky nohy pomoc\u00ed funk\u010dn\u00edch test\u016f&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/nova-sluzba-ve-spinezio-fyzioterapie-diagnosticky-ultrazvuk\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/FOTKY-NA-WEB-720x500px_Kreslici-platno-1-kopie-9.jpg\" alt=\"Nov\u00e1 slu\u017eba ve SPINEZIO fyzioterapie \u2013 Diagnostick\u00fd ultrazvuk\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/nova-sluzba-ve-spinezio-fyzioterapie-diagnosticky-ultrazvuk\/\">\n\t\t\t\t\t\tNew service in SPINEZIO physiotherapy \u2013 Diagnostic ultrasound\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Vy\u0161et\u0159en\u00ed pomoc\u00ed UZ n\u00e1m umo\u017e\u0148uje \u201enahl\u00e9dnout pod povrch\u201c. Zobrazen\u00ed jednotliv\u00fdch struktur kost\u00ed, kloub\u016f, \u0161lach, sval\u016f, nerv\u016f i c\u00e9v n\u00e1m v n\u011bkter\u00fdch p\u0159\u00edpadech napom\u00e1h\u00e1 vytvo\u0159it p\u0159esn\u011bj\u0161\u00ed, c\u00edlen\u011bj\u0161\u00ed a \u00fa\u010dinn\u011bj\u0161\u00ed pl\u00e1n terapie. A nav\u00edc n\u00e1m nab\u00edz\u00ed mo\u017enost kontroly stavu zmi\u0148ovan\u00fdch struktur, a t\u00edm ev. ov\u011b\u0159it efekt zvolen\u00e9ho terapeutick\u00e9ho p\u0159\u00edstupu.\u00a0Nej\u010dast\u011bji vy\u0161et\u0159en\u00ed pomoc\u00ed ultrazvuku&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/seminar-pro-zeny-komplexni-pece-o-zenske-telo-v-tehotenstvi-a-po-porodu-z-pohledu-fyzioterapie\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/FOTKY-NA-WEB-720x500px_Kreslici-platno-1-kopie-8.jpg\" alt=\"Semin\u00e1\u0159 pro \u017eeny:\u00a0Komplexn\u00ed p\u00e9\u010de o \u017eensk\u00e9 t\u011blo v t\u011bhotenstv\u00ed a po porodu z pohledu fyzioterapie\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/seminar-pro-zeny-komplexni-pece-o-zenske-telo-v-tehotenstvi-a-po-porodu-z-pohledu-fyzioterapie\/\">\n\t\t\t\t\t\tSeminar for women: Comprehensive care of the female body during pregnancy and after childbirth from the perspective of physiotherapy\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>\u017densk\u00e9 t\u011blo b\u011bhem t\u011bhotenstv\u00ed proch\u00e1z\u00ed mnoha zm\u011bnami, kter\u00e9 mimo jin\u00e9 tak\u00e9 z\u00e1sadn\u011b ovliv\u0148uj\u00ed pohybov\u00fd apar\u00e1t. Tyto zm\u011bny, a\u010d fyziologick\u00e9, mohou p\u016fsobit r\u016fzn\u00e9 bolestiv\u00e9 stavy, jako jsou nap\u0159\u00edklad bolesti bedern\u00ed p\u00e1te\u0159e a SI kloub\u016f, bolesti stydk\u00e9 spony, chodidel, kolen \u010di ky\u010dl\u00ed, zp\u016fsobovat tak\u00e9 dechov\u00e9 obt\u00ed\u017ee, nebo pot\u00ed\u017ee s tr\u00e1ven\u00edm. Stejn\u011b tak&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/visceralni-terapie-a-manipulace\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/FOTKY-NA-WEB-720x500px_Kreslici-platno-1-kopie.jpg\" alt=\"Viscer\u00e1ln\u00ed terapie a manipulace\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/visceralni-terapie-a-manipulace\/\">\n\t\t\t\t\t\tVisceral therapy and manipulation\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Viscer\u00e1ln\u00ed manipulace&nbsp;je jemn\u00e1,&nbsp;manu\u00e1ln\u00ed terapie, kter\u00e1 pom\u00e1h\u00e1 harmonizovat nap\u011bt\u00ed v okol\u00ed vnit\u0159n\u00edch org\u00e1n\u016f a p\u0159isp\u00edv\u00e1 tak k jejich spr\u00e1vn\u00e9mu fungov\u00e1n\u00ed. Fyzioterapeuti vyu\u017e\u00edvaj\u00ed tuto techniku nap\u0159. k l\u00e9\u010db\u011b bolest\u00ed b\u0159icha,&nbsp;z\u00e1cpy, poruch tr\u00e1ven\u00ed jako t\u0159eba refluxn\u00ed choroba j\u00edcnu&nbsp;a mnoha dal\u0161\u00edch.&nbsp;Vnit\u0159n\u00ed org\u00e1ny jsou obklopeny pojivovou tk\u00e1n\u00ed, kter\u00e1 je dr\u017e\u00ed v t\u011ble na sv\u00e9m m\u00edst\u011b.&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/gynekologicka-fyzioterapie\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/FOTKY-NA-WEB-720x500px_Kreslici-platno-1-kopie-5.jpg\" alt=\"Gynekologick\u00e1 fyzioterapie\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/gynekologicka-fyzioterapie\/\">\n\t\t\t\t\t\tGynecological physiotherapy\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Gynekologick\u00e1 fyzioterapie, je specializovanou \u010d\u00e1st\u00ed fyzioterapeutick\u00e9 p\u00e9\u010de. V&nbsp;posledn\u00edch letech, se dost\u00e1v\u00e1 v\u00edce a v\u00edce do pov\u011bdom\u00ed \u0161irok\u00e9 ve\u0159ejnosti, a\u010dkoliv st\u00e1le je\u0161t\u011b nen\u00ed b\u011b\u017enou prax\u00ed v&nbsp;ordinac\u00edch fyzioterapeut\u016f. Gynekologick\u00e1 fyzioterapie m\u00e1 opravdu nezastupitelnou \u00falohu v&nbsp;r\u00e1mci rehabilita\u010dn\u00edho procesu a jsme schopni d\u00edky n\u00ed ovlivnit mnoho obt\u00ed\u017e\u00ed, kter\u00e9 byly d\u0159\u00edve pova\u017eov\u00e1ny za norm\u00e1ln\u00ed a&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/fyzio-joga-s-misou\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/FOTKY-NA-WEB-720x500px_Kreslici-platno-1-kopie-10.jpg\" alt=\"Fyzio &#8211; j\u00f3ga s M\u00ed\u0161ou\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/fyzio-joga-s-misou\/\">\n\t\t\t\t\t\tPhysio \u2013 yoga with M\u00ed\u0161a\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Skupinov\u00e9 cvi\u010den\u00ed s M\u00ed\u0161ou je zam\u011b\u0159en\u00e9 na uvoln\u011bn\u00ed, prota\u017een\u00ed a probuzen\u00ed na\u0161eho t\u011bla, abychom pro\u017eili pracovn\u00ed den s \u00fasm\u011bvem a bez bolesti.&nbsp;&nbsp;V r\u00e1mci t\u011bchto lekc\u00ed se zam\u011b\u0159\u00edme na:\u2022&nbsp;Prota\u017een\u00ed zkr\u00e1cen\u00fdch a pos\u00edlen\u00ed oslaben\u00fdch svalov\u00fdch skupin\u2022 Rozeh\u0159\u00e1t\u00ed a zmobilizov\u00e1n\u00ed na\u0161ich kloub\u016f\u2022 Uvoln\u011bn\u00e9 a p\u0159irozen\u00e9 d\u00fdch\u00e1n\u00ed&nbsp;Budeme vyu\u017e\u00edvat p\u0159edev\u0161\u00edm j\u00f3gov\u00e9 pozice v kombinaci s&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/kurz-na-zivo-lidske-telo-a-zivot\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/FOTKY-NA-WEB-720x500px_Kreslici-platno-1-kopie-11.jpg\" alt=\"Kurz na \u017eivo: Lidsk\u00e9 t\u011blo a \u017eivot\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/kurz-na-zivo-lidske-telo-a-zivot\/\">\n\t\t\t\t\t\tLive course: Human body and life\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>P\u0159ipravili jsme si pro V\u00e1s kurz: Lidsk\u00e9 t\u011blo a \u017eivot. Bude se konat v term\u00ednu 22.4. 2023 ve SPINEZIO fyzioterapie (Praha).&nbsp;Harmonick\u00e9 fungov\u00e1n\u00ed na\u0161\u00ed t\u011blesn\u00e9 schr\u00e1nky z\u00e1sadn\u011b \u201cvyla\u010fuj\u00ed\u201d nebo naopak \u201crozla\u010fuj\u00ed\u201d my\u0161lenky, kter\u00e9 prost\u0159ednictv\u00edm jejich energie spou\u0161t\u011bj\u00ed r\u016fzn\u00e9 chemick\u00e9 procesy v t\u011ble, ovliv\u0148uj\u00ed svalov\u00e9 nap\u011bt\u00ed \u010di zp\u016fsob d\u00fdch\u00e1n\u00ed. Ze zku\u0161enosti vid\u00edme,&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/rozhovor-v-radiu-s-petrem-zahradnikem-o-komunikaci-naseho-tela\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/FOTKY-NA-WEB-720x500px_Kreslici-platno-1-kopie-2.jpg\" alt=\"Rozhovor v radiu s Petrem Zahradn\u00edkem o komunikaci na\u0161eho t\u011bla\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/rozhovor-v-radiu-s-petrem-zahradnikem-o-komunikaci-naseho-tela\/\">\n\t\t\t\t\t\tRadio interview with Petr Zahradn\u00edk about our body's communication\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Zaj\u00edm\u00e1 v\u00e1s, jak komunikuje a funguje na\u0161e t\u011blo? Anebo jak fungujeme a komunikujeme my sami? Ned\u00e1vn\u00fd rozhovor s&nbsp;Ondrej Formanek&nbsp;na Radiu 1 jsme vedli nejen na t\u00e9ma fyzioterapie, ale bavili jsme se tak\u00e9 o tom, co v\u0161echno a co nejv\u00edce m\u016f\u017ee ovlivnit na\u0161i t\u011blesnou schr\u00e1nku. Hezk\u00fd poslech a kr\u00e1sn\u00e9 dny,&nbsp;Petr Zahradn\u00edk&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/drzeni-tela-a-zajem-u-deti-a-dospelych\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/FOTKY-NA-WEB-720x500px_Kreslici-platno-1-kopie-6.jpg\" alt=\"Dr\u017een\u00ed t\u011bla a z\u00e1jem u d\u011bt\u00ed a dosp\u011bl\u00fdch\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/drzeni-tela-a-zajem-u-deti-a-dospelych\/\">\n\t\t\t\t\t\tPosture and interest in children and adults\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Ka\u017ed\u00fd den p\u0159in\u00e1\u0161\u00ed n\u011bco nov\u00e9ho &#8211; pro\u017eitky, zku\u0161enosti anebo r\u016fzn\u00e1 zamy\u0161len\u00ed. Dne\u0161ek mi do ordinace \u201czavedl\u201d 2letou hol\u010di\u010dku, kter\u00e1 mi uk\u00e1zala mnohem v\u00edce, ne\u017e jsem si dovedl p\u0159edstavit.&nbsp;Maminka 2let\u00e9 Evi\u010dky (kryc\u00ed jm\u00e9no) cht\u011bla zkontrolovat dr\u017een\u00ed t\u011bla a no\u017ei\u010dek, proto\u017ee m\u011bla podez\u0159en\u00ed na vt\u00e1\u010den\u00ed \u0161pi\u010dek sm\u011brem k sob\u011b. U\u017e p\u0159i samotn\u00e9m&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/pozvanka-na-kurz-clovek-a-zivot\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/medium-shot-human-silhouette-nature_23-2150203188.jpg.jpg\" alt=\"Pozv\u00e1nka na kurz \u010clov\u011bk a \u017eivot\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/pozvanka-na-kurz-clovek-a-zivot\/\">\n\t\t\t\t\t\tInvitation to the course Human and Life\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Mil\u00ed p\u0159\u00e1tel\u00e9, kamar\u00e1di a klienti, ji\u017e del\u0161\u00ed dobu si v hlav\u011b pohr\u00e1v\u00e1m s my\u0161lenkou, jak p\u0159edat informace, kter\u00e9 n\u00e1m mohou pomoci, jak od nep\u0159\u00edjemn\u00fdch pocit\u016f \u010di bolest\u00ed na\u0161eho t\u011bla, tak od ponur\u00fdch my\u0161lenek a stav\u016f, kdy nev\u00edme kudy kam. A tak jsem rozhodl pro prvn\u00ed krok v podob\u011b uspo\u0159\u00e1d\u00e1n\u00ed dvou-denn\u00edho&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/lidske-telo-sport-a-fyzioterapie\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/6.jpeg\" alt=\"Lidsk\u00e9 t\u011blo, sport a fyzioterapie\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/lidske-telo-sport-a-fyzioterapie\/\">\n\t\t\t\t\t\tHuman body, sport and physiotherapy\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>V dne\u0161n\u00ed dob\u011b je t\u00e9m\u011b\u0159 pro ka\u017ed\u00e9ho vrcholov\u00e9ho sportovce nutnost m\u00edt k dispozici sv\u00e9ho doktora, fyzioterapeuta \u010di mas\u00e9ra. Prost\u011b t\u00fdm odborn\u00edk\u016f, kter\u00fd se star\u00e1 o t\u011blo, aby bylo funk\u010dn\u00ed, a aby mohlo (mus\u00ed) pod\u00e1vat v\u00fdkony \u010dasto na samotn\u00e9 hran\u011b \u00fanosnosti. Sport na nejvy\u0161\u0161\u00ed \u00farovni klade nemal\u00e9 n\u00e1roky na na\u0161e t\u011bla,&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/psychomotoricky-vyvoj-miminek-a-deti-celostnim-pohledem\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/5.jpg\" alt=\"Psychomotorick\u00fd v\u00fdvoj miminek a d\u011bt\u00ed celostn\u00edm pohledem\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/psychomotoricky-vyvoj-miminek-a-deti-celostnim-pohledem\/\">\n\t\t\t\t\t\tPsychomotor development of babies and children from a holistic perspective\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Je naprosto neuv\u011b\u0159iteln\u00e9, jak\u00fd v\u00fdvojov\u00fd sprint a pokrok lidsk\u00e9 t\u011bl\u00ed\u010dko ud\u011bl\u00e1 ji\u017e od splynut\u00ed mu\u017esk\u00e9 a \u017eensk\u00e9 pohlavn\u00ed bu\u0148ky. Shrnout v\u0161e najednou, co se d\u011bje v na\u0161em t\u011ble od onoho okam\u017eiku do dosp\u011blosti je t\u00e9m\u011b\u0159 nemo\u017en\u00e9 anebo by bylo pot\u0159eba seps\u00e1n\u00ed n\u011bkolika knih. V tomto p\u0159\u00edsp\u011bvku bychom r\u00e1di nahl\u00e9dli na&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/skodi-nam-praskani-v-kloubech-co-ho-vlastne-zpusobuje\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/front-view-man-using-sign-language-2-1024x711.jpg\" alt=\"\u0160kod\u00ed n\u00e1m prask\u00e1n\u00ed v kloubech? Co ho vlastn\u011b zp\u016fsobuje?\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/skodi-nam-praskani-v-kloubech-co-ho-vlastne-zpusobuje\/\">\n\t\t\t\t\t\tIs cracking in the joints harmful to us? What actually causes it?\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Ka\u017ed\u00e9mu z n\u00e1s ob\u010das \u201ezaprask\u00e1\u201c v kloubech. N\u011bkte\u0159\u00ed to d\u011blaj\u00ed dokonce c\u00edlen\u011b, a\u0165 u\u017e v kloubech ruky nebo t\u0159eba kr\u010dn\u00ed p\u00e1te\u0159e. Tento jev zvan\u00fd \u201efenom\u00e9n lupnut\u00ed\u201c je vyu\u017e\u00edv\u00e1n tak\u00e9 fyzioterapeuty p\u0159i technik\u00e1ch tzv. kloubn\u00ed manipulace. Jak a pro\u010d tento zvuk vznik\u00e1? \u0160kod\u00ed kloub\u016fm nebo naopak prosp\u00edv\u00e1? K \u010demu kloubn\u00ed manipulace&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/prispevky-zdravotnich-pojistoven-na-peci-ve-spinezio-fyzioterapie\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/close-up-doctor-with-stethoscope-2-1024x711.jpg\" alt=\"P\u0159\u00edsp\u011bvky zdravotn\u00edch poji\u0161\u0165oven na p\u00e9\u010di ve SPINEZIO fyzioterapie\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/prispevky-zdravotnich-pojistoven-na-peci-ve-spinezio-fyzioterapie\/\">\n\t\t\t\t\t\tHealth insurance contributions for care at SPINEZIO physiotherapy\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>P\u0159\u00edsp\u011bvky zdravotn\u00edch poji\u0161\u0165oven \/ Contributions of health insurance companies &nbsp;VZP \u010cR a\u017e 3 000,-&nbsp;na rehabilita\u010dn\u00ed p\u00e9\u010di pro nedono\u0161en\u00e9 novorozence&nbsp;(porodn\u00ed v\u00e1ha do 1500 g) up to CZK 3,000&nbsp;for rehabilitation care for premature newborns&nbsp;(birth weight up to 1,500 g) 211 &#8211; Zdravotn\u00ed poji\u0161\u0165ovna ministerstva vnitra \u010cR a\u017e 2 000,-&nbsp;pro d\u00e1rce krvea\u017e 1&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/netrapte-se-skodi-to-vasemu-zdravi-rika-fyzioterapeut\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/3.png\" alt=\"Netrapte se, \u0161kod\u00ed to va\u0161emu zdrav\u00ed, \u0159\u00edk\u00e1 fyzioterapeut\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/netrapte-se-skodi-to-vasemu-zdravi-rika-fyzioterapeut\/\">\n\t\t\t\t\t\tDon't worry, it's harmful to your health, says physiotherapist\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>L\u00e1skypln\u00e1 energie l\u00e9\u010d\u00ed, stav lidsk\u00e9 mysli \u00fazce souvis\u00ed s bolestmi p\u00e1te\u0159e, chmury mohou v\u00e9st a\u017e k rakovin\u011b. V rozhovoru pro magaz\u00edn V\u00edkend to tvrd\u00ed fyzioterapeut Petr Zahradn\u00edk, \u017e\u00e1k sv\u011btozn\u00e1m\u00e9ho specialisty Pavla Kol\u00e1\u0159e. Zdroj informac\u00ed: https:\/\/www.idnes.cz\/onadnes\/zdravi\/fyzioterapie-petr-zahradnik-pavel-kolar-vojtova-metoda.A190823_104350_zdravi_abr<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/bolest-souvisi-s-psychikou-jsme-jen-shluk-energii-ktere-muzeme-ovladat-rika-zahradnik\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/portrait-stressed-caucasian-woman-2-1024x711.jpg\" alt=\"Bolest souvis\u00ed s psychikou, jsme jen shluk energi\u00ed, kter\u00e9 m\u016f\u017eeme ovl\u00e1dat, \u0159\u00edk\u00e1 Zahradn\u00edk\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/bolest-souvisi-s-psychikou-jsme-jen-shluk-energii-ktere-muzeme-ovladat-rika-zahradnik\/\">\n\t\t\t\t\t\tPain is related to the psyche, we are just a cluster of energies that we can control, says Zahradn\u00edk\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Cel\u00fd rozhovor si m\u016f\u017eete poslechnout ZDE &#8222;Z m\u00e9 zku\u0161enosti vid\u00edm, \u017ee \u017e\u00e1dn\u00e1 bolest a \u017e\u00e1dn\u00e9 zran\u011bn\u00ed nen\u00ed jen tak. \u010clov\u011bk se \u0161patn\u011b pohne, ale to ztuhnut\u00ed v p\u00e1te\u0159i je tam u\u017e t\u0159eba del\u0161\u00ed dobu. V dne\u0161n\u00ed dob\u011b toho m\u00e1me ka\u017ed\u00fd hodn\u011b nalo\u017eeno a je tam v\u017edy n\u011bjak\u00fd pod\u00edl psychick\u00e9ho nap\u011bt\u00ed,&#8220;&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-4 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/spinezio.cz\/en\/deti-jako-ucitele-dospelych\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/05\/1.jpg\" alt=\"D\u011bti jako u\u010ditel\u00e9 dosp\u011bl\u00fdch\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/spinezio.cz\/en\/deti-jako-ucitele-dospelych\/\">\n\t\t\t\t\t\tChildren as teachers of adults\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>M\u016f\u017ee se to zd\u00e1t jako kli\u0161\u00e9, kdy\u017e se \u0159\u00edk\u00e1 o d\u011btech, \u017ee jsou zrcadla a u\u010ditel\u00e9 n\u00e1s dosp\u011bl\u00fdch. Ale tak\u00e9 se m\u016f\u017eeme sami pro sebe zamyslet, kdo z n\u00e1s se opravdu u\u010d\u00ed od d\u011bt\u00ed a kdo u\u010d\u00ed a vychov\u00e1v\u00e1 d\u011bti k obrazu sv\u00e9mu.&nbsp;&nbsp;Ned\u00e1vno m\u011b nav\u0161t\u00edvili v ordinaci maminka a jej\u00ed&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                <\/div>\n       <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3253922 e-flex e-con-boxed e-con e-parent\" data-id=\"3253922\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10a2e43 elementor-widget elementor-widget-html\" data-id=\"10a2e43\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n\/\/ Nastavte zde po\u017eadovanou d\u00e9lku znak\u016f\nconst MAX_DESCRIPTION_CHARACTERS = 100; \/\/ Zm\u011b\u0148te tuto hodnotu podle pot\u0159eby pro popisy\nconst MAX_TITLE_CHARACTERS = 50; \/\/ Zm\u011b\u0148te tuto hodnotu podle pot\u0159eby pro nadpisy\n\n\/\/ Funkce pro o\u0159\u00edznut\u00ed textu\nfunction trimText(text, maxLength) {\n    if (text.length <= maxLength) {\n        return text;\n    }\n    return text.substring(0, maxLength) + '...';\n}\n\n\/\/ Funkce pro zpracov\u00e1n\u00ed v\u0161ech popis\u016f p\u0159\u00edsp\u011bvk\u016f\nfunction trimPostDescriptions() {\n    \/\/ Pokus\u00ed se naj\u00edt popisy pomoc\u00ed v\u00edce selektor\u016f (pro r\u016fzn\u00e9 jazykov\u00e9 verze)\n    const descriptionSelectors = [\n        '.elementskit-post-body p',           \/\/ p\u016fvodn\u00ed selektor\n        '.post-content p',                    \/\/ alternativn\u00ed selektor\n        '.entry-content p',                   \/\/ dal\u0161\u00ed alternativa\n        '.post-excerpt p',                    \/\/ excerpty\n        '.post-body p',                       \/\/ obecn\u011bj\u0161\u00ed selektor\n        'article p:not(.post-meta p)',        \/\/ paragraf v \u010dl\u00e1nku (ne v metadatech)\n        '.blog-post p'                        \/\/ dal\u0161\u00ed mo\u017enost\n    ];\n    \n    let descriptionsFound = 0;\n    \n    descriptionSelectors.forEach(selector => {\n        const descriptions = document.querySelectorAll(selector);\n        \n        descriptions.forEach(function(description) {\n            \/\/ Kontrola, zda u\u017e byl text upraven\n            if (!description.hasAttribute('data-trimmed')) {\n                const originalText = description.textContent.trim();\n                if (originalText.length > 20) { \/\/ Pouze del\u0161\u00ed texty\n                    const trimmedText = trimText(originalText, MAX_DESCRIPTION_CHARACTERS);\n                    description.textContent = trimmedText;\n                    description.setAttribute('data-trimmed', 'true');\n                    descriptionsFound++;\n                }\n            }\n        });\n    });\n    \n    console.log(`O\u0159\u00edznuty popisy u ${descriptionsFound} p\u0159\u00edsp\u011bvk\u016f na ${MAX_DESCRIPTION_CHARACTERS} znak\u016f.`);\n    return descriptionsFound;\n}\n\n\/\/ Funkce pro zpracov\u00e1n\u00ed v\u0161ech nadpis\u016f p\u0159\u00edsp\u011bvk\u016f\nfunction trimPostTitles() {\n    \/\/ Pokus\u00ed se naj\u00edt nadpisy pomoc\u00ed v\u00edce selektor\u016f\n    const titleSelectors = [\n        '.elementskit-post-body .entry-title a',  \/\/ p\u016fvodn\u00ed selektor\n        '.elementskit-post-body .entry-title',    \/\/ bez odkazu\n        '.post-title a',                          \/\/ alternativn\u00ed selektor\n        '.post-title',                            \/\/ bez odkazu\n        '.entry-title a',                         \/\/ obecn\u011bj\u0161\u00ed\n        '.entry-title',                           \/\/ bez odkazu\n        'h2.entry-title a',                       \/\/ specifi\u010dt\u011bj\u0161\u00ed\n        'h2.entry-title',                         \/\/ bez odkazu\n        'article h2 a',                           \/\/ nadpis v \u010dl\u00e1nku\n        'article h2',                             \/\/ bez odkazu\n        '.blog-post-title a',                     \/\/ dal\u0161\u00ed mo\u017enost\n        '.blog-post-title'                        \/\/ bez odkazu\n    ];\n    \n    let titlesFound = 0;\n    \n    titleSelectors.forEach(selector => {\n        const titles = document.querySelectorAll(selector);\n        \n        titles.forEach(function(title) {\n            \/\/ Kontrola, zda u\u017e byl text upraven\n            if (!title.hasAttribute('data-trimmed')) {\n                const originalText = title.textContent.trim();\n                if (originalText.length > 10) { \/\/ Pouze del\u0161\u00ed nadpisy\n                    const trimmedText = trimText(originalText, MAX_TITLE_CHARACTERS);\n                    title.textContent = trimmedText;\n                    title.setAttribute('data-trimmed', 'true');\n                    titlesFound++;\n                }\n            }\n        });\n    });\n    \n    console.log(`O\u0159\u00edznuty nadpisy u ${titlesFound} p\u0159\u00edsp\u011bvk\u016f na ${MAX_TITLE_CHARACTERS} znak\u016f.`);\n    return titlesFound;\n}\n\n\/\/ Hlavn\u00ed funkce pro o\u0159ez\u00e1n\u00ed v\u0161ech text\u016f\nfunction trimAllPostTexts() {\n    const descriptions = trimPostDescriptions();\n    const titles = trimPostTitles();\n    \n    \/\/ Pokud nebyly nalezeny \u017e\u00e1dn\u00e9 elementy, vypi\u0161 dostupn\u00e9 selektory pro debugging\n    if (descriptions === 0 && titles === 0) {\n        console.log('Nebyly nalezeny \u017e\u00e1dn\u00e9 elementy k o\u0159\u00edznut\u00ed. Dostupn\u00e9 selektory na str\u00e1nce:');\n        \n        \/\/ Debug info pro nadpisy\n        const allHeadings = document.querySelectorAll('h1, h2, h3, h4, h5, h6');\n        console.log(`Nalezeno ${allHeadings.length} nadpis\u016f:`);\n        allHeadings.forEach((heading, index) => {\n            if (index < 5) { \/\/ Zobraz jen prvn\u00edch 5\n                console.log(`- ${heading.tagName}: \"${heading.textContent.trim().substring(0, 50)}...\"`);\n                console.log(`  T\u0159\u00eddy: ${heading.className || '\u017e\u00e1dn\u00e9'}`);\n            }\n        });\n        \n        \/\/ Debug info pro paragrafy\n        const allParagraphs = document.querySelectorAll('p');\n        console.log(`Nalezeno ${allParagraphs.length} paragraf\u016f:`);\n        allParagraphs.forEach((p, index) => {\n            if (index < 5) { \/\/ Zobraz jen prvn\u00edch 5\n                console.log(`- P: \"${p.textContent.trim().substring(0, 50)}...\"`);\n                console.log(`  T\u0159\u00eddy: ${p.className || '\u017e\u00e1dn\u00e9'}`);\n            }\n        });\n    }\n}\n\n\/\/ Funkce pro nastaven\u00ed stejn\u00e9 v\u00fd\u0161ky box\u00edk\u016f\nfunction equalizeCardHeights() {\n    \/\/ Pokus\u00ed se naj\u00edt kontejnery pomoc\u00ed v\u00edce selektor\u016f\n    const containerSelectors = [\n        '.row',              \/\/ Bootstrap row\n        '.posts-container',  \/\/ obecn\u00fd kontejner p\u0159\u00edsp\u011bvk\u016f\n        '.blog-posts',       \/\/ blog p\u0159\u00edsp\u011bvky\n        '.post-grid'         \/\/ grid p\u0159\u00edsp\u011bvk\u016f\n    ];\n    \n    const cardSelectors = [\n        '.elementskit-post-image-card',  \/\/ p\u016fvodn\u00ed selektor\n        '.post-card',                    \/\/ alternativn\u00ed\n        '.blog-card',                    \/\/ blog karta\n        '.post-item',                    \/\/ polo\u017eka p\u0159\u00edsp\u011bvku\n        'article'                        \/\/ obecn\u00fd \u010dl\u00e1nek\n    ];\n    \n    \/\/ P\u0159id\u00e1 CSS pro flexbox layout a stejnou v\u00fd\u0161ku karet\n    const style = document.createElement('style');\n    style.textContent = `\n        .row, .posts-container, .blog-posts, .post-grid {\n            display: flex !important;\n            flex-wrap: wrap !important;\n        }\n        \n        .col-lg-4, .col-md-6, .col-sm-12 {\n            display: flex !important;\n            margin-bottom: 20px;\n        }\n        \n        .elementskit-post-image-card,\n        .post-card,\n        .blog-card,\n        .post-item,\n        article {\n            display: flex !important;\n            flex-direction: column !important;\n            width: 100% !important;\n            height: 100% !important;\n            border: 1px solid #eee;\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .elementskit-entry-header,\n        .post-header,\n        .entry-header {\n            flex-shrink: 0;\n        }\n        \n        .elementskit-post-body,\n        .post-content,\n        .entry-content,\n        .post-body {\n            display: flex !important;\n            flex-direction: column !important;\n            flex-grow: 1 !important;\n            padding: 15px;\n        }\n        \n        .elementskit-post-body .entry-title,\n        .post-title,\n        .entry-title {\n            margin-bottom: 10px;\n        }\n        \n        .elementskit-post-body p,\n        .post-content p,\n        .entry-content p {\n            flex-grow: 1;\n            margin-bottom: 10px;\n        }\n        \n        .post-tags-wrapper,\n        .post-meta,\n        .entry-meta {\n            margin-top: auto;\n            padding-top: 10px;\n        }\n    `;\n    document.head.appendChild(style);\n    \n    console.log('P\u0159id\u00e1n CSS pro stejnou v\u00fd\u0161ku box\u00edk\u016f.');\n}\n\n\/\/ Hlavn\u00ed funkce pro inicializaci v\u0161ech \u00faprav\nfunction initializePostAdjustments() {\n    console.log('Spou\u0161t\u00edm \u00fapravu p\u0159\u00edsp\u011bvk\u016f...');\n    trimAllPostTexts();\n    equalizeCardHeights();\n    console.log('\u00daprava p\u0159\u00edsp\u011bvk\u016f dokon\u010dena.');\n}\n\n\/\/ Funkce pro opakovan\u00e9 pokusy (pokud se obsah na\u010d\u00edt\u00e1 dynamicky)\nfunction retryInitialization() {\n    let attempts = 0;\n    const maxAttempts = 5;\n    \n    function attempt() {\n        attempts++;\n        console.log(`Pokus ${attempts}\/${maxAttempts}...`);\n        \n        initializePostAdjustments();\n        \n        \/\/ Pokud st\u00e1le nejsou nalezeny elementy a m\u00e1me je\u0161t\u011b pokusy\n        const hasElements = document.querySelectorAll('h1, h2, h3, p').length > 0;\n        \n        if (!hasElements && attempts < maxAttempts) {\n            console.log(`\u010cek\u00e1m 1 sekundu p\u0159ed dal\u0161\u00edm pokusem...`);\n            setTimeout(attempt, 1000);\n        }\n    }\n    \n    attempt();\n}\n\n\/\/ Spust\u00ed funkci po na\u010dten\u00ed str\u00e1nky\ndocument.addEventListener('DOMContentLoaded', function() {\n    retryInitialization();\n});\n\n\/\/ Spust\u00ed tak\u00e9 p\u0159i zm\u011bn\u011b obsahu (pro dynamick\u00e9 na\u010d\u00edt\u00e1n\u00ed)\nconst observer = new MutationObserver(function(mutations) {\n    let shouldUpdate = false;\n    mutations.forEach(function(mutation) {\n        if (mutation.type === 'childList' && mutation.addedNodes.length > 0) {\n            shouldUpdate = true;\n        }\n    });\n    \n    if (shouldUpdate) {\n        setTimeout(initializePostAdjustments, 500); \/\/ \u010cek\u00e1 p\u016fl sekundy po zm\u011bn\u011b\n    }\n});\n\n\/\/ Pozoruje zm\u011bny v cel\u00e9m dokumentu\nobserver.observe(document.body, {\n    childList: true,\n    subtree: true\n});\n\n\/\/ Alternativn\u011b m\u016f\u017eete funkci spustit okam\u017eit\u011b, pokud je script vlo\u017een na konec str\u00e1nky\nsetTimeout(retryInitialization, 100);\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Blog &amp; Novinky Dom\u016f Blog V\u0161echny \u0161t\u00edtky Vymazat Filtrov\u00e1n\u00ed&#8230; Kurz: Stres, emoce a lidsk\u00e9 t\u011blo \u201cPro\u010d v\u0161echno se v\u0161\u00edm souvis\u00ed? Jak v t\u011ble, tak v \u017eivot\u011b.\u201d C\u00edt\u00edte, \u017ee va\u0161e spokojenost z\u00e1vis\u00ed na tom, jak zvl\u00e1d\u00e1te stres, emoce a jak dok\u00e1\u017eete porozum\u011bt sv\u00e9mu t\u011blu? Vn\u00edm\u00e1te, \u017ee kl\u00ed\u010dem ke zdrav\u00ed je pr\u00e1v\u011b klid v mysli a p\u0159irozen\u00fd [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-191","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Blog - spinezio.cz<\/title>\n<meta name=\"description\" content=\"\u010cl\u00e1nky o fyzioterapii, zdrav\u00e9m pohybu a p\u00e9\u010di o t\u011blo od odborn\u00edk\u016f ze SPINEZIO. Praktick\u00e9 rady, prevence i inspirace pro ka\u017edodenn\u00ed \u017eivot.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/spinezio.cz\/en\/blog\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Blog - spinezio.cz\" \/>\n<meta property=\"og:description\" content=\"\u010cl\u00e1nky o fyzioterapii, zdrav\u00e9m pohybu a p\u00e9\u010di o t\u011blo od odborn\u00edk\u016f ze SPINEZIO. Praktick\u00e9 rady, prevence i inspirace pro ka\u017edodenn\u00ed \u017eivot.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/spinezio.cz\/en\/blog\/\" \/>\n<meta property=\"og:site_name\" content=\"spinezio.cz\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/spineziofyzioterapie\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-27T06:38:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09532-Enhanced-NR-spinezio-1024x684.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/spinezio.cz\/blog\/\",\"url\":\"https:\/\/spinezio.cz\/blog\/\",\"name\":\"Blog - spinezio.cz\",\"isPartOf\":{\"@id\":\"https:\/\/spinezio.cz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/spinezio.cz\/blog\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/spinezio.cz\/blog\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09532-Enhanced-NR-spinezio-1024x684.jpg\",\"datePublished\":\"2024-11-19T10:22:58+00:00\",\"dateModified\":\"2026-05-27T06:38:15+00:00\",\"description\":\"\u010cl\u00e1nky o fyzioterapii, zdrav\u00e9m pohybu a p\u00e9\u010di o t\u011blo od odborn\u00edk\u016f ze SPINEZIO. Praktick\u00e9 rady, prevence i inspirace pro ka\u017edodenn\u00ed \u017eivot.\",\"breadcrumb\":{\"@id\":\"https:\/\/spinezio.cz\/blog\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/spinezio.cz\/blog\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/spinezio.cz\/blog\/#primaryimage\",\"url\":\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09532-Enhanced-NR-spinezio-1024x684.jpg\",\"contentUrl\":\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09532-Enhanced-NR-spinezio-1024x684.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/spinezio.cz\/blog\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Dom\u016f\",\"item\":\"https:\/\/spinezio.cz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/spinezio.cz\/#website\",\"url\":\"https:\/\/spinezio.cz\/\",\"name\":\"spinezio.cz\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/spinezio.cz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/spinezio.cz\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/spinezio.cz\/#organization\",\"name\":\"SPINEZIO s.r.o.\",\"url\":\"https:\/\/spinezio.cz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/spinezio.cz\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/06\/cropped-spinezio_favicona-512-px.png\",\"contentUrl\":\"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/06\/cropped-spinezio_favicona-512-px.png\",\"width\":512,\"height\":512,\"caption\":\"SPINEZIO s.r.o.\"},\"image\":{\"@id\":\"https:\/\/spinezio.cz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/spineziofyzioterapie\",\"https:\/\/www.instagram.com\/spinezio_fyzioterapie\/\",\"https:\/\/www.youtube.com\/@spinezio9450\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Blog - spinezio.cz","description":"\u010cl\u00e1nky o fyzioterapii, zdrav\u00e9m pohybu a p\u00e9\u010di o t\u011blo od odborn\u00edk\u016f ze SPINEZIO. Praktick\u00e9 rady, prevence i inspirace pro ka\u017edodenn\u00ed \u017eivot.","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:\/\/spinezio.cz\/en\/blog\/","og_locale":"en_GB","og_type":"article","og_title":"Blog - spinezio.cz","og_description":"\u010cl\u00e1nky o fyzioterapii, zdrav\u00e9m pohybu a p\u00e9\u010di o t\u011blo od odborn\u00edk\u016f ze SPINEZIO. Praktick\u00e9 rady, prevence i inspirace pro ka\u017edodenn\u00ed \u017eivot.","og_url":"https:\/\/spinezio.cz\/en\/blog\/","og_site_name":"spinezio.cz","article_publisher":"https:\/\/www.facebook.com\/spineziofyzioterapie","article_modified_time":"2026-05-27T06:38:15+00:00","og_image":[{"url":"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09532-Enhanced-NR-spinezio-1024x684.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/spinezio.cz\/blog\/","url":"https:\/\/spinezio.cz\/blog\/","name":"Blog - spinezio.cz","isPartOf":{"@id":"https:\/\/spinezio.cz\/#website"},"primaryImageOfPage":{"@id":"https:\/\/spinezio.cz\/blog\/#primaryimage"},"image":{"@id":"https:\/\/spinezio.cz\/blog\/#primaryimage"},"thumbnailUrl":"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09532-Enhanced-NR-spinezio-1024x684.jpg","datePublished":"2024-11-19T10:22:58+00:00","dateModified":"2026-05-27T06:38:15+00:00","description":"\u010cl\u00e1nky o fyzioterapii, zdrav\u00e9m pohybu a p\u00e9\u010di o t\u011blo od odborn\u00edk\u016f ze SPINEZIO. Praktick\u00e9 rady, prevence i inspirace pro ka\u017edodenn\u00ed \u017eivot.","breadcrumb":{"@id":"https:\/\/spinezio.cz\/blog\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/spinezio.cz\/blog\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/spinezio.cz\/blog\/#primaryimage","url":"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09532-Enhanced-NR-spinezio-1024x684.jpg","contentUrl":"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/04\/DSC09532-Enhanced-NR-spinezio-1024x684.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/spinezio.cz\/blog\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Dom\u016f","item":"https:\/\/spinezio.cz\/"},{"@type":"ListItem","position":2,"name":"Blog"}]},{"@type":"WebSite","@id":"https:\/\/spinezio.cz\/#website","url":"https:\/\/spinezio.cz\/","name":"spinezio.cz","description":"","publisher":{"@id":"https:\/\/spinezio.cz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/spinezio.cz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/spinezio.cz\/#organization","name":"SPINEZIO s.r.o.","url":"https:\/\/spinezio.cz\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/spinezio.cz\/#\/schema\/logo\/image\/","url":"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/06\/cropped-spinezio_favicona-512-px.png","contentUrl":"https:\/\/spinezio.cz\/wp-content\/uploads\/2025\/06\/cropped-spinezio_favicona-512-px.png","width":512,"height":512,"caption":"SPINEZIO s.r.o."},"image":{"@id":"https:\/\/spinezio.cz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/spineziofyzioterapie","https:\/\/www.instagram.com\/spinezio_fyzioterapie\/","https:\/\/www.youtube.com\/@spinezio9450"]}]}},"_links":{"self":[{"href":"https:\/\/spinezio.cz\/en\/wp-json\/wp\/v2\/pages\/191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/spinezio.cz\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/spinezio.cz\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/spinezio.cz\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/spinezio.cz\/en\/wp-json\/wp\/v2\/comments?post=191"}],"version-history":[{"count":268,"href":"https:\/\/spinezio.cz\/en\/wp-json\/wp\/v2\/pages\/191\/revisions"}],"predecessor-version":[{"id":3222,"href":"https:\/\/spinezio.cz\/en\/wp-json\/wp\/v2\/pages\/191\/revisions\/3222"}],"wp:attachment":[{"href":"https:\/\/spinezio.cz\/en\/wp-json\/wp\/v2\/media?parent=191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}