Showing source for: https://www.sedlacek-t.cz/kontakty/
Duration: 0.243231s
Server: nginx

<!DOCTYPE html>
<html lang="cs" prefix="og: https://ogp.me/ns#">
<head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>

<link rel="profile" href="http://gmpg.org/xfn/11" />
        <style>
            .bd_toc_container {
                transition: ease-in-out .5s !important;
            }
            .bd_toc_container {
                border-top-left-radius:     15px;
                border-top-right-radius:    15px;
                border-bottom-right-radius: 15px;
                border-bottom-left-radius:  15px;
            }
            .bd_toc_container {
                box-shadow: 35px
                            0px
                            87px
                            0px
            rgba(228,228,228,0.5);
            }
            .bd_toc_container.scroll-to-fixed-fixed {
                margin: 0 !important;
            }
            .bd_toc_wrapper .bd_toc_header .bd_toc_switcher_hide_show_icon .bd_toc_arrow {
                border-color: #11142d            }
            .bd_toc_wrapper .bd_toc_header:hover .bd_toc_switcher_hide_show_icon .bd_toc_arrow {
                border-color: #1140ff            }
            .bd_toc_header {
                border-top-left-radius:     0px;
                border-top-right-radius:    0px;
                border-bottom-right-radius: 0px;
                border-bottom-left-radius:  0px;
            }
            .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list ul li a {
                border-top-left-radius:     10px;
                border-top-right-radius:    10px;
                border-bottom-right-radius: 10px;
                border-bottom-left-radius:  10px;
            }
            .bd_toc_container .bd_toc_wrapper .bd_toc_content.list-type-disc ul li a:before {
                background-color: #11142d;
                top: calc( 12px + 7px );
                left: calc( 0px - 12px );
            }

        </style>
        		 		 		 		 		 		 		 		 		 		 		 		 		 <!-- Jetpack Site Verification Tags -->

<!-- Optimalizace pro vyhledávače podle Rank Math PRO - https://rankmath.com/ -->
<title>Kontakty - Sedlacek Trade s.r.o.</title>
<meta name="description" content="Kontakty Sedlacek Trade s.r.o."/>
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<link rel="canonical" href="https://www.sedlacek-t.cz/kontakty/" />
<meta property="og:locale" content="cs_CZ" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Kontakty - Sedlacek Trade s.r.o." />
<meta property="og:description" content="Kontakty Sedlacek Trade s.r.o." />
<meta property="og:url" content="https://www.sedlacek-t.cz/kontakty/" />
<meta property="og:site_name" content="Sedlacek Trade s.r.o." />
<meta property="og:updated_time" content="2023-07-27T11:07:33+00:00" />
<meta property="og:image" content="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807.jpg" />
<meta property="og:image:secure_url" content="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807.jpg" />
<meta property="og:image:width" content="1080" />
<meta property="og:image:height" content="1080" />
<meta property="og:image:alt" content="kontakty" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Kontakty - Sedlacek Trade s.r.o." />
<meta name="twitter:description" content="Kontakty Sedlacek Trade s.r.o." />
<meta name="twitter:image" content="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807.jpg" />
<meta name="twitter:label1" content="Doba čtení" />
<meta name="twitter:data1" content="Méně než minuta" />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Place","@id":"https://www.sedlacek-t.cz/#place","address":{"@type":"PostalAddress","streetAddress":"\u0160koln\u00ed","addressLocality":"Chomutov","addressRegion":"\u00dasteck\u00fd","postalCode":"43001","addressCountry":"Czech republik"}},{"@type":"Organization","@id":"https://www.sedlacek-t.cz/#organization","name":"Sedlacek Trade s.r.o.","url":"https://www.sedlacek-t.cz","email":"[email protected]","address":{"@type":"PostalAddress","streetAddress":"\u0160koln\u00ed","addressLocality":"Chomutov","addressRegion":"\u00dasteck\u00fd","postalCode":"43001","addressCountry":"Czech republik"},"logo":{"@type":"ImageObject","@id":"https://www.sedlacek-t.cz/#logo","url":"https://www.sedlacek-t.cz/wp-content/uploads/2022/12/cropped-Logo-buton-sedllacek2.jpg","contentUrl":"https://www.sedlacek-t.cz/wp-content/uploads/2022/12/cropped-Logo-buton-sedllacek2.jpg","caption":"Sedlacek Trade s.r.o.","inLanguage":"cs","width":"512","height":"512"},"contactPoint":[{"@type":"ContactPoint","telephone":"+420725586141","contactType":"customer support"},{"@type":"ContactPoint","telephone":"+420773100394","contactType":"sales"}],"location":{"@id":"https://www.sedlacek-t.cz/#place"}},{"@type":"WebSite","@id":"https://www.sedlacek-t.cz/#website","url":"https://www.sedlacek-t.cz","name":"Sedlacek Trade s.r.o.","publisher":{"@id":"https://www.sedlacek-t.cz/#organization"},"inLanguage":"cs"},{"@type":"ImageObject","@id":"https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-1024x1024.jpg","url":"https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-1024x1024.jpg","width":"200","height":"200","inLanguage":"cs"},{"@type":"ContactPage","@id":"https://www.sedlacek-t.cz/kontakty/#webpage","url":"https://www.sedlacek-t.cz/kontakty/","name":"Kontakty - Sedlacek Trade s.r.o.","datePublished":"2022-12-11T12:02:15+00:00","dateModified":"2023-07-27T11:07:33+00:00","isPartOf":{"@id":"https://www.sedlacek-t.cz/#website"},"primaryImageOfPage":{"@id":"https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-1024x1024.jpg"},"inLanguage":"cs"}]}</script>
<!-- /Rank Math WordPress SEO plugin -->

<link rel='dns-prefetch' href='//secure.gravatar.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//stats.wp.com' />
<link rel='dns-prefetch' href='//jetpack.wordpress.com' />
<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel='dns-prefetch' href='//public-api.wordpress.com' />
<link rel='dns-prefetch' href='//0.gravatar.com' />
<link rel='dns-prefetch' href='//1.gravatar.com' />
<link rel='dns-prefetch' href='//2.gravatar.com' />
<link rel='dns-prefetch' href='//widgets.wp.com' />

<link rel="alternate" type="application/rss+xml" title="Sedlacek Trade s.r.o. &raquo; RSS zdroj" href="https://www.sedlacek-t.cz/feed/" />
<link rel="alternate" type="application/rss+xml" title="Sedlacek Trade s.r.o. &raquo; RSS komentářů" href="https://www.sedlacek-t.cz/comments/feed/" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.sedlacek-t.cz\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.5.2"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://www.sedlacek-t.cz/wp-includes/css/dist/block-library/style.min.css?ver=6.5.2' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
.has-text-align-justify{text-align:justify;}
</style>
<style id='wp-block-library-theme-inline-css' type='text/css'>
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:#ffffffa6}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:#ffffffa6}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
</style>
<style id='boomdevs-toc-style-inline-css' type='text/css'>
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./includes/block-editor/assets/scss/edit.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.is-root-container .is-selected.wp-block-boomdevs-toc:focus {
  outline: none;
}

.wp-block-boomdevs-toc .bd_toc_block_wrapper {
  background-color: #EFF7FF;
  border: 1px solid #D4ECFF;
  border-radius: 10px;
  padding: 15px;
  font-family: inherit;
  display: flex;
  align-items: center;
}
.wp-block-boomdevs-toc .bd_toc_block_wrapper img {
  width: 60px;
  margin-right: 20px;
}
.wp-block-boomdevs-toc .bd_toc_block_wrapper h2 {
  font-size: 20px !important;
  margin: 0;
}

/*# sourceMappingURL=index.css.map*/
</style>
<link rel='stylesheet' id='mediaelement-css' href='https://www.sedlacek-t.cz/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css' href='https://www.sedlacek-t.cz/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.5.2' type='text/css' media='all' />
<style id='jetpack-sharing-buttons-style-inline-css' type='text/css'>
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<style id='rank-math-toc-block-style-inline-css' type='text/css'>
.wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item}

</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel='stylesheet' id='boomdevs-toc-css' href='https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/plugins/top-table-of-contents/public/css/boomdevs-toc-public.css?ver=1713279535' type='text/css' media='all' />
<link rel='stylesheet' id='cmplz-general-css' href='https://www.sedlacek-t.cz/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1714476042' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='zon-style-css' href='https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/themes/zon/style.css?ver=1713279535' type='text/css' media='all' />
<style id='zon-style-inline-css' type='text/css'>
/* Hide Date */
			.entry-meta .posted-on,
			.mb-entry-meta .posted-on {
				display: none;
				visibility: hidden;
			}
	/****************************************************************/
						/*.... Color Style ....*/
	/****************************************************************/
	/* Nav, links and hover */

a,
ul li a:hover,
ol li a:hover,
.top-bar .top-bar-menu a:hover,
.top-bar .top-bar-menu a:focus,
.main-navigation li li.menu-item-has-children > a:hover:after, /* Navigation */
.main-navigation li li.page_item_has_children > a:hover:after,
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li a:focus,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover,
.side-menu-wrap .side-nav-wrap a:hover, /* Side Menu */
.side-menu-wrap .side-nav-wrap a:focus,
.side-nav-wrap li.menu-item-object-category[class*="cl-"] a:hover,
.side-nav-wrap li.menu-item-object-category[class*="cl-"] a:focus,
.entry-title a:hover, /* Post */
.entry-title a:focus,
.entry-title a:active,
.entry-meta a:hover,
a.more-link,
.widget ul li a:hover, /* Widgets */
.widget ul li a:focus,
.widget-title a:hover,
.site-info .copyright a:hover, /* Footer */
.site-info .copyright a:focus,
#colophon .widget ul li a:hover,
#colophon .widget ul li a:focus,
#footer-navigation .menu-item:not([class*="cl-"]) a:hover,
#footer-navigation .menu-item:not([class*="cl-"]) a:focus,
#footer-navigation li.menu-item-object-category[class*="cl-"] a:hover,
#footer-navigation li.menu-item-object-category[class*="cl-"] a:focus,
#footer-navigation a:hover,
#footer-navigation a:focus {
	color: #d4000e;
}

/* Webkit */
::selection {
	background: #d4000e;
	color: #fff;
}

/* Gecko/Mozilla */
::-moz-selection {
	background: #d4000e;
	color: #fff;
}

/* Accessibility
================================================== */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	color: #d4000e;
}

/* Sticky Header, Default Buttons & Submit
================================================== */
input[type="reset"],/* Forms  */
input[type="button"],
input[type="submit"],
.main-slider .flex-control-nav a.flex-active,
.main-slider .flex-control-nav a:hover,
.go-to-top .icon-bg,
.search-submit,
.btn-default,
.widget_tag_cloud a,
#sticky-header {
	background-color: #d4000e;
}

/* Widget Title
================================================== */
.widget-title span {
	background-color: #d4000e;
}

.widget-title span:after {
	background: -webkit-linear-gradient(to right, #d4000e, transparent);
	background: linear-gradient(to right, #d4000e, transparent);
}

/* Feature News
================================================== */
.feature-news-wrap,
.feature-news-title {
	border-color: #d4000e;
}

.feature-news-title:after {
	border-top-color: #d4000e;
}

.feature-news-slider .flex-direction-nav li a {
	background-color: #d4000e;
	border-color: #d4000e;
}

/* Popular, Comment & Tag Widget
================================================== */
.tab-menu button:hover,
.tab-menu button.active,
.mb-tag-cloud .mb-tags a {
	background-color: #d4000e;
}

/* Secondary color
================================================== */
.widget-title .more-btn,
.home-buttom,
.breaking-news-header,
.news-header-title:after {
	background-color: #d4000e;
}

/* Header and bbpress
================================================== */
#bbpress-forums .bbp-topics a:hover {
	color: #d4000e;
}

.bbp-submit-wrapper button.submit {
	background-color: #d4000e;
	border: 1px solid #d4000e;
}

/* Woocommerce
================================================== */
.woocommerce #respond input#submit,
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce-demo-store p.demo_store {
	background-color: #d4000e;
}

.woocommerce .woocommerce-message:before {
	color: #d4000e;
}

/* Category Slider widget */
.cat-slider .flex-direction-nav li a:hover {
	background-color: #d4000e;
}

/* Tab Category widget */
.cat-tab-menu li:hover:after,
.cat-tab-menu li.active:after {
	background: -webkit-linear-gradient(to right, transparent, #d4000e, transparent);
	background: linear-gradient(to right, transparent, #d4000e, transparent);
}
.cat-tab-menu li:hover,
.cat-tab-menu li.active {
	color: #d4000e !important;
}


</style>
<link data-minify="1" rel='stylesheet' id='zon-block-style-css' href='https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/themes/zon/css/blocks.css?ver=1713279535' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='zon-iconstyle-css' href='https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/themes/zon/assets/font-icons/css/all.min.css?ver=1713279535' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='zon-responsive-css' href='https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/themes/zon/css/responsive.css?ver=1713279535' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='zon-google-fonts-css' href='https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/fonts/9e395c1bf4b258fa55717cd7eefdbc8f.css?ver=1713279535' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='newsletter-css' href='https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/plugins/newsletter/style.css?ver=1713279535' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='social-logos-css' href='https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css?ver=1713279538' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='jetpack_css-css' href='https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/plugins/jetpack/css/jetpack.css?ver=1713279535' type='text/css' media='all' />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<!--[if lt IE 9]>
<script type="text/javascript" src="https://www.sedlacek-t.cz/wp-content/themes/zon/js/html5.js?ver=3.7.3" id="html5-js"></script>
<![endif]-->

<!-- Google tag (gtag.js) snippet added by Site Kit -->

<!-- Google Analytics snippet added by Site Kit -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.googletagmanager.com/gtag/js?id=GT-P3JPZ5K" id="google_gtagjs-js" async></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="google_gtagjs-js-after">
/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["www.sedlacek-t.cz"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-P3JPZ5K");
/* ]]> */
</script>

<!-- End Google tag (gtag.js) snippet added by Site Kit -->
<link rel="https://api.w.org/" href="https://www.sedlacek-t.cz/wp-json/" /><link rel="alternate" type="application/json" href="https://www.sedlacek-t.cz/wp-json/wp/v2/pages/32" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.sedlacek-t.cz/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.5.2" />
<link rel='shortlink' href='https://wp.me/P9wSzE-w' />
<link rel="alternate" type="application/json+oembed" href="https://www.sedlacek-t.cz/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.sedlacek-t.cz%2Fkontakty%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.sedlacek-t.cz/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.sedlacek-t.cz%2Fkontakty%2F&#038;format=xml" />
<meta name="generator" content="Site Kit by Google 1.125.0" />		<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
				(function(c,l,a,r,i,t,y){
					c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;
					t.src="https://www.clarity.ms/tag/"+i+"?ref=wordpress";y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
				})(window, document, "clarity", "script", "4bdwhe5e2i");
		</script>
			<style>img#wpstats{display:none}</style>
					<style>.cmplz-hidden {
					display: none !important;
				}</style>	<meta name="viewport" content="width=device-width" />
	
<!-- Google AdSense meta tags added by Site Kit -->
<meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236">
<meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com">
<!-- End Google AdSense meta tags added by Site Kit -->
<noscript><style>.lazyload[data-src]{display:none !important;}</style></noscript><style>.lazyload{background-image:none !important;}.lazyload:before{background-image:none !important;}</style>
<!-- Google Tag Manager snippet added by Site Kit -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */

			( function( w, d, s, l, i ) {
				w[l] = w[l] || [];
				w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} );
				var f = d.getElementsByTagName( s )[0],
					j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';
				j.async = true;
				j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
				f.parentNode.insertBefore( j, f );
			} )( window, document, 'script', 'dataLayer', 'GTM-P6DN9DD' );
			
/* ]]> */
</script>

<!-- End Google Tag Manager snippet added by Site Kit -->
<style type="text/css">.bd_toc_container{width:100%!important;}.bd_toc_wrapper{padding-top:20px!important;padding-right:25px!important;padding-bottom:20px!important;padding-left:25px!important;}.bd_toc_container{margin-top:0px!important;margin-bottom:30px!important;}.bd_toc_container{background-color:#ffffff!important;}.bd_toc_container{border-top-width:1px!important;border-right-width:1px!important;border-bottom-width:1px!important;border-left-width:1px!important;border-color:#efefef!important;border-style:solid!important;}.bd_toc_header_title{font-size:20px!important;line-height:30px!important;}.bd_toc_wrapper .bd_toc_header .bd_toc_header_title{color:#11142d!important;}.bd_toc_wrapper .bd_toc_header:hover .bd_toc_header_title{color:#1140ff!important;}.bd_toc_header{padding-top:0px!important;padding-right:2px!important;padding-bottom:0px!important;padding-left:0px!important;}.bd_toc_header.active{margin-top:0px!important;margin-right:0px!important;margin-bottom:15px!important;margin-left:0px!important;}.bd_toc_content_list .bd_toc_content_list_item ul > li > a{font-size:14px!important;line-height:20px!important;}.bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list_item ul li a{padding-top:12px!important;padding-right:45px!important;padding-bottom:12px!important;padding-left:0px!important;}.bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list_item ul li a{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;}.bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list ul li a{border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-color:#ffffff;border-style:solid;}.bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list ul li.current > a{border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-color:#ffffff;border-style:solid;}.bd_toc_content{background-color:#ffffff!important;}.bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list ul li a{background-color:#ffffff!important;}.bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list ul li.current > a{background-color:#f7f7f700!important;}.bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list ul li a, .bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li .collaps-button .toggle-icon{color:#11142d;}.bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list ul li a:hover, .bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li .collaps-button .toggle-icon:hover{color:#1140ff;}.bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list ul li.current > a,.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li.current>.collaps-button .toggle-icon{color:#1140ff;}</style><link rel="icon" href="https://www.sedlacek-t.cz/wp-content/uploads/2022/12/Logo-buton-sedllacek2-100x100.jpg" sizes="32x32" />
<link rel="icon" href="https://www.sedlacek-t.cz/wp-content/uploads/2022/12/Logo-buton-sedllacek2.jpg" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.sedlacek-t.cz/wp-content/uploads/2022/12/Logo-buton-sedllacek2.jpg" />
<meta name="msapplication-TileImage" content="https://www.sedlacek-t.cz/wp-content/uploads/2022/12/Logo-buton-sedllacek2.jpg" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body data-cmplz=1 class="page-template-default page page-id-32 wp-custom-logo wp-embed-responsive  three-column-blog gutenberg small-sld cat-color-1">
			<!-- Google Tag Manager (noscript) snippet added by Site Kit -->
		<noscript>
			<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P6DN9DD" height="0" width="0" style="display:none;visibility:hidden"></iframe>
		</noscript>
		<!-- End Google Tag Manager (noscript) snippet added by Site Kit -->
		<div id="page" class="site">
	<a class="skip-link screen-reader-text" href="#site-content-contain">Skip to content</a>
	<!-- Masthead ============================================= -->
	<header id="masthead" class="site-header" role="banner">
		<div class="header-wrap">
						<!-- Top Header============================================= -->
			<div class="top-header">

				<div class="logo-bar"> <div class="wrap"> <div id="site-branding"><div id="site-detail"> <h2 id="site-title"> 				<a href="https://www.sedlacek-t.cz/" title="Sedlacek Trade s.r.o." rel="home"> Sedlacek Trade s.r.o. </a>
				 </h2> <!-- end .site-title --> 					<div id="site-description"> Prodej cnc strojů </div> <!-- end #site-description -->
						
		</div></div> <!-- end  #site-branding -->
						<div class="advertisement-box">
					<div class="advertisement-wrap" id="block-61"><a href="https://www.moneyrobot.com/Miracz" target="_blank"><img fetchpriority="high" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20728%2090'%3E%3C/svg%3E" width="728" height="90" border="0" data-lazy-src="https://affiliates.moneyrobot.com/banners/798x90-1.gif" /><noscript><img fetchpriority="high" decoding="async" src="https://affiliates.moneyrobot.com/banners/798x90-1.gif" width="728" height="90" border="0" /></noscript></a></div>				</div> <!-- end .advertisement-box -->
					</div><!-- end .wrap -->
	</div><!-- end .logo-bar -->

				<!-- Breaking News ============================================= -->
				
				<!-- Top Bar ============================================= -->
								<!-- Main Header============================================= -->
				<div id="sticky-header" class="clearfix">
					<div class="wrap">
						<div class="main-header clearfix">

							<!-- Main Nav ============================================= -->
									<div id="site-branding">
						<div id="site-detail">
				<div id="site-title">
					<a href="https://www.sedlacek-t.cz/" title="Sedlacek Trade s.r.o." rel="home"> Sedlacek Trade s.r.o. </a>
				</div>
				<!-- end #site-title -->
				<div id="site-description">Prodej cnc strojů</div> <!-- end #site-description -->
			</div>
						</div> <!-- end #site-branding -->
									<div class="home-buttom">
									<a href="https://www.sedlacek-t.cz/"><i class="fas fa-home"></i></a>
								</div>
																<nav id="site-navigation" class="main-navigation clearfix" role="navigation" aria-label="Main Menu">
																
									<button class="menu-toggle" type="button" aria-controls="primary-menu" aria-expanded="false">
										<span class="line-bar"></span>
									</button><!-- end .menu-toggle -->
									<ul id="primary-menu" class="menu nav-menu"><li id="menu-item-95" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-95 cl-4"><a href="https://www.sedlacek-t.cz/bazar-cnc-stroju/">Prodej strojů</a>
<ul class="sub-menu">
	<li id="menu-item-9912" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9912 cl-219"><a target="_blank" rel="noopener" href="https://www.sedlacek-t.cz/bazar-cnc-stroju/bruska/">Brusky</a></li>
	<li id="menu-item-9898" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9898 cl-218"><a target="_blank" rel="noopener" href="https://www.sedlacek-t.cz/bazar-cnc-stroju/cnc-centrum/">CNC centra</a></li>
	<li id="menu-item-9919" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9919 cl-220"><a target="_blank" rel="noopener" href="https://www.sedlacek-t.cz/bazar-cnc-stroju/edm/">EDM</a></li>
	<li id="menu-item-9926" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9926 cl-222"><a target="_blank" rel="noopener" href="https://www.sedlacek-t.cz/bazar-cnc-stroju/freza/">Frézy</a></li>
	<li id="menu-item-9940" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9940 cl-225"><a target="_blank" rel="noopener" href="https://www.sedlacek-t.cz/bazar-cnc-stroju/horizontalni-vyvrtavaci-stroj/">Horizontky</a></li>
	<li id="menu-item-9921" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9921 cl-221"><a target="_blank" rel="noopener" href="https://www.sedlacek-t.cz/bazar-cnc-stroju/laser/">Laser</a></li>
	<li id="menu-item-9929" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9929 cl-223"><a target="_blank" rel="noopener" href="https://www.sedlacek-t.cz/bazar-cnc-stroju/lis/">Lisy</a></li>
	<li id="menu-item-9968" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9968 cl-227"><a target="_blank" rel="noopener" href="https://www.sedlacek-t.cz/bazar-cnc-stroju/nuzky/">Nůžky</a></li>
	<li id="menu-item-9933" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9933 cl-224"><a target="_blank" rel="noopener" href="https://www.sedlacek-t.cz/bazar-cnc-stroju/soustruh/">Soustruhy</a></li>
</ul>
</li>
<li id="menu-item-116" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-116 cl-23"><a href="https://www.sedlacek-t.cz/prodej-majetku/">Prodej majetku</a></li>
<li id="menu-item-39942" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-39942 cl-4263"><a href="https://www.sedlacek-t.cz/reality/">Reality</a></li>
<li id="menu-item-34437" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34437 cl-4252"><a target="_blank" rel="noopener" href="https://www.sedlacek-t.cz/metal-machining-blog/">Blog</a></li>
<li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-32 current_page_item menu-item-38"><a href="https://www.sedlacek-t.cz/kontakty/" aria-current="page">Kontakty</a></li>
<li id="menu-item-37468" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37468"><a href="https://www.sedlacek-t.cz/mit-zpravy/">News MIT</a></li>
<li id="menu-item-34871" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-34871"><a rel="privacy-policy" href="https://www.sedlacek-t.cz/zasady-cookies-eu/">Zásady cookies (EU)</a></li>
<li id="menu-item-43201" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43201"><a href="https://www.sedlacek-t.cz/newsletter/">Newsletter</a></li>
<li class="menu-item menu-item-gtranslate menu-item-has-children notranslate"><a href="#" data-gt-lang="cs" class="gt-current-wrapper notranslate"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3C/svg%3E" width="24" height="24" alt="cs" data-lazy-src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/cs.svg"><noscript><img src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/cs.svg" width="24" height="24" alt="cs" loading="lazy"></noscript> <span>CS</span></a><ul class="dropdown-menu sub-menu"><li class="menu-item menu-item-gtranslate-child"><a href="#" data-gt-lang="cs" class="gt-current-lang notranslate"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3C/svg%3E" width="24" height="24" alt="cs" data-lazy-src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/cs.svg"><noscript><img src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/cs.svg" width="24" height="24" alt="cs" loading="lazy"></noscript> <span>CS</span></a></li><li class="menu-item menu-item-gtranslate-child"><a href="#" data-gt-lang="en" class="notranslate"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3C/svg%3E" width="24" height="24" alt="en" data-lazy-src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/en.svg"><noscript><img src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/en.svg" width="24" height="24" alt="en" loading="lazy"></noscript> <span>EN</span></a></li><li class="menu-item menu-item-gtranslate-child"><a href="#" data-gt-lang="de" class="notranslate"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3C/svg%3E" width="24" height="24" alt="de" data-lazy-src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/de.svg"><noscript><img src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/de.svg" width="24" height="24" alt="de" loading="lazy"></noscript> <span>DE</span></a></li><li class="menu-item menu-item-gtranslate-child"><a href="#" data-gt-lang="it" class="notranslate"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3C/svg%3E" width="24" height="24" alt="it" data-lazy-src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/it.svg"><noscript><img src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/it.svg" width="24" height="24" alt="it" loading="lazy"></noscript> <span>IT</span></a></li><li class="menu-item menu-item-gtranslate-child"><a href="#" data-gt-lang="pl" class="notranslate"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3C/svg%3E" width="24" height="24" alt="pl" data-lazy-src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/pl.svg"><noscript><img src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/flags/svg/pl.svg" width="24" height="24" alt="pl" loading="lazy"></noscript> <span>PL</span></a></li></ul></li></ul>								</nav> <!-- end #site-navigation -->
														<div class="search-navigation">
								<button class="search-toggle" type="button"></button>
								<div id="header-search-box" class="header-search-nav">
									<div class="search-box">
										<form class="search-form" action="https://www.sedlacek-t.cz/" method="get">
			<label class="screen-reader-text">Hledat …</label>
		<input type="search" name="s" class="search-field" placeholder="Hledat …" autocomplete="off" />
		<button type="submit" class="search-submit"><i class="fa fa-search"></i></button>
</form> <!-- end .search-form -->										<button type="button" class="header-search-x"><i class="fas fa-times"></i></button>
									</div> 
								</div>
							</div>
								<!-- end .search-navigation -->
							
						</div><!-- end .main-header -->
					</div> <!-- end .wrap -->
				</div><!-- end #sticky-header -->
			
							</div><!-- end .top-header -->
	</div><!-- end .header-wrap -->
	<!-- Main Slider ============================================= -->
	</header> <!-- end #masthead -->
<!-- Main Page Start ============================================= -->
<div id="site-content-contain" class="site-content-contain">
	<div id="content" class="site-content">
		<div class="wrap">
	<div id="primary" class="content-area">
		<main id="main" class="site-main" role="main">
			<header class="page-header">
								<h1 class="page-title">Kontakty</h1>
					<!-- .page-title -->
								<!-- .breadcrumb -->
			</header><!-- .page-header -->
						<article id="page-32" class="post-32 page type-page status-publish hentry">
								<div class="entry-content">
					
<p class="has-text-align-center has-medium-font-size"><strong><a href="https://www.sedlacek-t.cz/">Sedlacek trade s.r.o.</a></strong></p>



<p class="has-text-align-center has-medium-font-size"><strong><a href="https://www.google.cz/maps/place/%C5%A0koln%C3%AD+1975%2F21,+430+01+Chomutov/@50.4598252,13.4092717,17z/data=!3m1!4b1!4m5!3m4!1s0x470a1b0ecb74c6b9:0x566876c2316888ff!8m2!3d50.4598252!4d13.4114604" target="_blank" rel="noreferrer noopener">Chomutov 43001 Školní 1975</a></strong></p>



<p class="has-text-align-center has-medium-font-size"><a href="https://or.justice.cz/ias/ui/rejstrik-%24firma?ico=05164745" target="_blank" rel="noreferrer noopener"><strong>IČO : 05 164 745 </strong></a><strong></strong></p>



<p class="has-text-align-center has-medium-font-size"><a href="https://www.dnb.com/business-directory/company-profiles.sedlacek_trade_sro.9332b75a58a4b0dcb7b54f536dc60a6e.html" target="_blank" rel="noreferrer noopener"><strong>D-U-N-S® Number : 495669465</strong></a><strong></strong></p>



<p class="has-text-align-center has-medium-font-size"><a href="https://ec.europa.eu/taxation_customs/dds2/eos/eori_validation.jsp?Lang=cs&amp;EoriNumb=CZ05164745&amp;Expand=true" target="_blank" rel="noreferrer noopener"><strong>EORI Number : CZ05164745</strong></a><strong></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" data-attachment-id="34809" data-permalink="https://www.sedlacek-t.cz/kontakty/designer-2023-06-13t171652-807/" data-orig-file="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807.jpg" data-orig-size="1080,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Designer-2023-06-13T171652.807" data-image-description="" data-image-caption="" data-medium-file="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-300x300.jpg" data-large-file="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-1024x1024.jpg" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2098%2098'%3E%3C/svg%3E" alt="Designer 2023 06 13T171652.807" class="wp-image-34809" width="98" height="98" title="Kontakty 1" data-lazy-srcset="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-1024x1024.jpg 1024w, https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-300x300.jpg 300w, https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-150x150.jpg 150w, https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-768x768.jpg 768w, https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-225x225.jpg 225w, https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807.jpg 1080w" data-lazy-sizes="(max-width: 98px) 100vw, 98px" data-lazy-src="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-1024x1024.jpg"><noscript><img decoding="async" data-attachment-id="34809" data-permalink="https://www.sedlacek-t.cz/kontakty/designer-2023-06-13t171652-807/" data-orig-file="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807.jpg" data-orig-size="1080,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Designer-2023-06-13T171652.807" data-image-description="" data-image-caption="" data-medium-file="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-300x300.jpg" data-large-file="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-1024x1024.jpg" src="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-1024x1024.jpg" alt="Designer 2023 06 13T171652.807" class="wp-image-34809" width="98" height="98" title="Kontakty 1" srcset="https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-1024x1024.jpg 1024w, https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-300x300.jpg 300w, https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-150x150.jpg 150w, https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-768x768.jpg 768w, https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807-225x225.jpg 225w, https://www.sedlacek-t.cz/wp-content/uploads/2023/06/Designer-2023-06-13T171652.807.jpg 1080w" sizes="(max-width: 98px) 100vw, 98px"></noscript></figure></div>


<figure class="wp-block-pullquote"><blockquote><p><strong>Jednatel<br>Miroslav Sedláček<br><a href="tel:+420%20725%20586%20141">+420 725 586 141</a><br><a href="mailto:[email protected]">[email protected]</a></strong></p></blockquote></figure>



<figure class="wp-block-pullquote"><blockquote><p><strong>Obchodní zastoupení</strong><br>Andrea Hodková<br><a href="tel:+420%20773%20100%20394">+420 773 100 394</a><br><a href="mailto:[email protected]">[email protected]</a></p></blockquote></figure>
<div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-32" class="share-twitter sd-button share-icon" href="https://www.sedlacek-t.cz/kontakty/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-32" class="share-facebook sd-button share-icon" href="https://www.sedlacek-t.cz/kontakty/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;"><ul><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://www.sedlacek-t.cz/kontakty/#print" target="_blank" title="Click to print" ><span>Print</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-32" class="share-linkedin sd-button share-icon" href="https://www.sedlacek-t.cz/kontakty/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span>LinkedIn</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://www.sedlacek-t.cz/kontakty/?share=reddit" target="_blank" title="Click to share on Reddit" ><span>Reddit</span></a></li><li class="share-tumblr"><a rel="nofollow noopener noreferrer" data-shared="" class="share-tumblr sd-button share-icon" href="https://www.sedlacek-t.cz/kontakty/?share=tumblr" target="_blank" title="Click to share on Tumblr" ><span>Tumblr</span></a></li><li class="share-pinterest"><a rel="nofollow noopener noreferrer" data-shared="sharing-pinterest-32" class="share-pinterest sd-button share-icon" href="https://www.sedlacek-t.cz/kontakty/?share=pinterest" target="_blank" title="Click to share on Pinterest" ><span>Pinterest</span></a></li><li class="share-pocket"><a rel="nofollow noopener noreferrer" data-shared="" class="share-pocket sd-button share-icon" href="https://www.sedlacek-t.cz/kontakty/?share=pocket" target="_blank" title="Click to share on Pocket" ><span>Pocket</span></a></li><li class="share-telegram"><a rel="nofollow noopener noreferrer" data-shared="" class="share-telegram sd-button share-icon" href="https://www.sedlacek-t.cz/kontakty/?share=telegram" target="_blank" title="Click to share on Telegram" ><span>Telegram</span></a></li><li class="share-jetpack-whatsapp"><a rel="nofollow noopener noreferrer" data-shared="" class="share-jetpack-whatsapp sd-button share-icon" href="https://www.sedlacek-t.cz/kontakty/?share=jetpack-whatsapp" target="_blank" title="Click to share on WhatsApp" ><span>WhatsApp</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-140823306-32-66338cdda2e32' data-src='https://widgets.wp.com/likes/?ver=13.3.1#blog_id=140823306&amp;post_id=32&amp;origin=www.sedlacek-t.cz&amp;obj_id=140823306-32-66338cdda2e32&amp;n=1' data-name='like-post-frame-140823306-32-66338cdda2e32' data-title='Like or Reblog'><h3 class="sd-title">Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div>				</div> <!-- entry-content clearfix-->
				
<div id="comments" class="comments-area">
			</div> <!-- .comments-area -->			</article>
					</main><!-- end #main -->
	</div> <!-- #primary -->
  </div><!-- end .wrap -->
</div><!-- end #content -->
<!-- Footer Start ============================================= -->
<footer id="colophon" class="site-footer" role="contentinfo">
	<div class="footer-bg >
	<div class="footer-bg-color"></div>
					<div class="site-info">
				<div class="wrap">
					<nav id="footer-navigation" role="navigation" aria-label="Footer Menu"></nav><!-- end #footer-navigation -->					<div class="copyright-wrap clearfix">
						<div class="copyright">							<a title="Sedlacek Trade s.r.o." target="_blank" href="https://www.sedlacek-t.cz/">Sedlacek Trade s.r.o.</a> | 
											Designed by: <a title="Theme Freesia" target="_blank" href="https://themefreesia.com">Theme Freesia</a> |
											 <a title="WordPress" target="_blank" href="https://wordpress.org">WordPress</a>  | &copy; Copyright All right reserved 										</div>
											</div> <!-- end .copyright-wrap -->
					<div style="clear:both;"></div>
				</div> <!-- end .wrap -->
			</div> <!-- end .site-info -->
								<button class="go-to-top" type="button">
						<span class="icon-bg"></span>
						<span class="back-to-top-text">Top</span>
						<i class="fa fa-angle-up back-to-top-icon"></i>
					</button>
						<div class="page-overlay"></div>
	</div>
</footer> <!-- end #colophon -->
</div><!-- end .site-content-contain -->
</div><!-- end #page -->

<!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr -->
<div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 bottom-right-view-preferences optin cmplz-center cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin">
	<div class="cmplz-header">
		<div class="cmplz-logo"></div>
		<div class="cmplz-title" id="cmplz-header-1-optin">Spravovat Souhlas s cookies</div>
		<div class="cmplz-close" tabindex="0" role="button" aria-label="Zavřít dialogové okno">
			<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>
		</div>
	</div>

	<div class="cmplz-divider cmplz-divider-header"></div>
	<div class="cmplz-body">
		<div class="cmplz-message" id="cmplz-message-1-optin">Abychom poskytli co nejlepší služby, používáme k ukládání a/nebo přístupu k informacím o zařízení, technologie jako jsou soubory cookies. Souhlas s těmito technologiemi nám umožní zpracovávat údaje, jako je chování při procházení nebo jedinečná ID na tomto webu. Nesouhlas nebo odvolání souhlasu může nepříznivě ovlivnit určité vlastnosti a funkce.</div>
		<!-- categories start -->
		<div class="cmplz-categories">
			<details class="cmplz-category cmplz-functional" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Funkční</span>
							<span class='cmplz-always-active'>
								<span class="cmplz-banner-checkbox">
									<input type="checkbox"
										   id="cmplz-functional-optin"
										   data-category="cmplz_functional"
										   class="cmplz-consent-checkbox cmplz-functional"
										   size="40"
										   value="1"/>
									<label class="cmplz-label" for="cmplz-functional-optin" tabindex="0"><span class="screen-reader-text">Funkční</span></label>
								</span>
								Vždy aktivní							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-functional">Technické uložení nebo přístup je nezbytně nutný pro legitimní účel umožnění použití konkrétní služby, kterou si odběratel nebo uživatel výslovně vyžádal, nebo pouze za účelem provedení přenosu sdělení prostřednictvím sítě elektronických komunikací.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-preferences" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Předvolby</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-preferences-optin"
									   data-category="cmplz_preferences"
									   class="cmplz-consent-checkbox cmplz-preferences"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-preferences-optin" tabindex="0"><span class="screen-reader-text">Předvolby</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-preferences">Technické uložení nebo přístup je nezbytný pro legitimní účel ukládání preferencí, které nejsou požadovány odběratelem nebo uživatelem.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-statistics" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Statistiky</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-statistics-optin"
									   data-category="cmplz_statistics"
									   class="cmplz-consent-checkbox cmplz-statistics"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-statistics-optin" tabindex="0"><span class="screen-reader-text">Statistiky</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-statistics">Technické uložení nebo přístup, který se používá výhradně pro statistické účely.</span>
					<span class="cmplz-description-statistics-anonymous">Technické uložení nebo přístup, který se používá výhradně pro anonymní statistické účely. Bez předvolání, dobrovolného plnění ze strany vašeho Poskytovatele internetových služeb nebo dalších záznamů od třetí strany nelze informace, uložené nebo získané pouze pro tento účel, obvykle použít k vaší identifikaci.</span>
				</div>
			</details>
			<details class="cmplz-category cmplz-marketing" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Marketing</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-marketing-optin"
									   data-category="cmplz_marketing"
									   class="cmplz-consent-checkbox cmplz-marketing"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-marketing-optin" tabindex="0"><span class="screen-reader-text">Marketing</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-marketing">Technické uložení nebo přístup je nutný k vytvoření uživatelských profilů za účelem zasílání reklamy nebo sledování uživatele na webových stránkách nebo několika webových stránkách pro podobné marketingové účely.</span>
				</div>
			</details>
		</div><!-- categories end -->
			</div>

	<div class="cmplz-links cmplz-information">
		<a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Spravovat možnosti</a>
		<a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Spravovat služby</a>
		<a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Správa {vendor_count} prodejců</a>
		<a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">Přečtěte si více o těchto účelech</a>
			</div>

	<div class="cmplz-divider cmplz-footer"></div>

	<div class="cmplz-buttons">
		<button class="cmplz-btn cmplz-accept">Příjmout</button>
		<button class="cmplz-btn cmplz-deny">Odmítnout</button>
		<button class="cmplz-btn cmplz-view-preferences">Zobrazit předvolby</button>
		<button class="cmplz-btn cmplz-save-preferences">Uložit předvolby</button>
		<a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Zobrazit předvolby</a>
			</div>

	<div class="cmplz-links cmplz-documents">
		<a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a>
			</div>

</div>
</div>
					<div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Spravovat souhlas</button>

</div>		<div id="jp-carousel-loading-overlay">
			<div id="jp-carousel-loading-wrapper">
				<span id="jp-carousel-library-loading">&nbsp;</span>
			</div>
		</div>
		<div class="jp-carousel-overlay" style="display: none;">

		<div class="jp-carousel-container">
			<!-- The Carousel Swiper -->
			<div
				class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions"
				itemscope
				itemtype="https://schema.org/ImageGallery">
				<div class="jp-carousel swiper-wrapper"></div>
				<div class="jp-swiper-button-prev swiper-button-prev">
					<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12">
							<path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/>
						</mask>
						<g mask="url(#maskPrev)">
							<rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/>
						</g>
					</svg>
				</div>
				<div class="jp-swiper-button-next swiper-button-next">
					<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12">
							<path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/>
						</mask>
						<g mask="url(#maskNext)">
							<rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/>
						</g>
					</svg>
				</div>
			</div>
			<!-- The main close buton -->
			<div class="jp-carousel-close-hint">
				<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
					<mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14">
						<path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/>
					</mask>
					<g mask="url(#maskClose)">
						<rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/>
					</g>
				</svg>
			</div>
			<!-- Image info, comments and meta -->
			<div class="jp-carousel-info">
				<div class="jp-carousel-info-footer">
					<div class="jp-carousel-pagination-container">
						<div class="jp-swiper-pagination swiper-pagination"></div>
						<div class="jp-carousel-pagination"></div>
					</div>
					<div class="jp-carousel-photo-title-container">
						<h2 class="jp-carousel-photo-caption"></h2>
					</div>
					<div class="jp-carousel-photo-icons-container">
						<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/>
									</mask>
									<g mask="url(#maskInfo)">
										<rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>
							</span>
						</a>
												<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/>
									</mask>
									<g mask="url(#maskComments)">
										<rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>

								<span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span>
							</span>
						</a>
											</div>
				</div>
				<div class="jp-carousel-info-extra">
					<div class="jp-carousel-info-content-wrapper">
						<div class="jp-carousel-photo-title-container">
							<h2 class="jp-carousel-photo-title"></h2>
						</div>
						<div class="jp-carousel-comments-wrapper">
															<div id="jp-carousel-comments-loading">
									<span>Loading Comments...</span>
								</div>
								<div class="jp-carousel-comments"></div>
								<div id="jp-carousel-comment-form-container">
									<span id="jp-carousel-comment-form-spinner">&nbsp;</span>
									<div id="jp-carousel-comment-post-results"></div>
																														<div id="jp-carousel-comment-form-commenting-as">
												<p id="jp-carousel-commenting-as">
													You must be <a href="#" class="jp-carousel-comment-login">logged in</a> to post a comment.												</p>
											</div>
																											</div>
													</div>
						<div class="jp-carousel-image-meta">
							<div class="jp-carousel-title-and-caption">
								<div class="jp-carousel-photo-info">
									<h3 class="jp-carousel-caption" itemprop="caption description"></h3>
								</div>

								<div class="jp-carousel-photo-description"></div>
							</div>
							<ul class="jp-carousel-image-exif" style="display: none;"></ul>
							<a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/>
									</mask>
									<g mask="url(#mask0)">
										<rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>
								<span class="jp-carousel-download-text"></span>
							</a>
							<div class="jp-carousel-image-map" style="display: none;"></div>
						</div>
					</div>
				</div>
			</div>
		</div>

		</div>
		
	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		window.WPCOM_sharing_counts = {"https:\/\/www.sedlacek-t.cz\/kontakty\/":32};
	</script>
						<script type="text/javascript" id="eio-lazy-load-js-before">
/* <![CDATA[ */
var eio_lazy_vars = {"exactdn_domain":"","skip_autoscale":0,"threshold":0};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.sedlacek-t.cz/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=760" id="eio-lazy-load-js" defer></script>
<script type="text/javascript" id="boomdevs-tocone-page-nav-js-extra">
/* <![CDATA[ */
var page_nav = {"offset_from_top":"0"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/plugins/top-table-of-contents/public/js/jquery.nav.js?ver=1713279535" id="boomdevs-tocone-page-nav-js" defer></script>
<script type="text/javascript" id="boomdevs-toc-js-extra">
/* <![CDATA[ */
var handle = {"initial_view":"1","isProActivated":""};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/plugins/top-table-of-contents/public/js/boomdevs-toc-public.js?ver=1713279535" id="boomdevs-toc-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.sedlacek-t.cz","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/themes/zon/js/zon-main.js?ver=1713279535" id="zon-main-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/themes/zon/assets/sticky/jquery.sticky.min.js?ver=6.5.2" id="jquery-sticky-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/themes/zon/assets/sticky/sticky-settings.js?ver=1713279535" id="zon-sticky-settings-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/themes/zon/assets/marquee/jquery.marquee.min.js?ver=6.5.2" id="jquery-marquee-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/themes/zon/js/navigation.js?ver=1713279535" id="zon-navigation-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/themes/zon/js/jquery.flexslider-min.js?ver=6.5.2" id="jquery-flexslider-js" defer></script>
<script type="text/javascript" id="zon-slider-js-extra">
/* <![CDATA[ */
var zon_slider_value = {"zon_animation_effect":"fade","zon_slideshowSpeed":"6000","zon_animationSpeed":"700"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/themes/zon/js/flexslider-setting.js?ver=1713279535" id="zon-slider-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/cache/min/1/wp-content/themes/zon/js/skip-link-focus-fix.js?ver=1713279535" id="zon-skip-link-focus-fix-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.js?ver=13.3.1" id="jetpack_likes_queuehandler-js" defer></script>
<script data-service="jetpack-statistics" data-category="statistics" type="text/plain" data-cmplz-src="https://stats.wp.com/e-202418.js" id="jetpack-stats-js" data-wp-strategy="defer"></script>
<script type="text/javascript" id="jetpack-stats-js-after">
/* <![CDATA[ */
_stq = window._stq || [];
_stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"140823306\",\"post\":\"32\",\"tz\":\"0\",\"srv\":\"www.sedlacek-t.cz\",\"j\":\"1:13.3.1\"}") ]);
_stq.push([ "clickTrackerInit", "140823306", "32" ]);
/* ]]> */
</script>
<script type="text/javascript" id="cmplz-cookiebanner-js-extra">
/* <![CDATA[ */
var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"54","version":"7.0.5","store_consent":"","do_not_track_enabled":"","consenttype":"optin","region":"eu","geoip":"","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/www.sedlacek-t.cz\/wp-json\/complianz\/v1\/","locale":"lang=cs&locale=cs_CZ","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"22","cookie_path":"\/","categories":{"statistics":"statistika","marketing":"marketing"},"tcf_active":"","placeholdertext":"Klepnut\u00edm p\u0159ijm\u011bte marketingov\u00e9 soubory cookie a povolte tento obsah","css_file":"https:\/\/www.sedlacek-t.cz\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=54","page_links":{"eu":{"cookie-statement":{"title":"Z\u00e1sady cookies ","url":"https:\/\/www.sedlacek-t.cz\/zasady-cookies-eu\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Klepnut\u00edm p\u0159ijm\u011bte marketingov\u00e9 soubory cookie a povolte tento obsah"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" defer data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1714476042" id="cmplz-cookiebanner-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="cmplz-cookiebanner-js-after">
/* <![CDATA[ */
        
            document.addEventListener("cmplz_enable_category", function () {
                document.querySelectorAll('[data-rocket-lazyload]').forEach(obj => {
                    if (obj.hasAttribute('data-lazy-src')) {
                        obj.setAttribute('src', obj.getAttribute('data-lazy-src'));
                    }
                });
            });
        
		

	let cmplzBlockedContent = document.querySelector('.cmplz-blocked-content-notice');
	if ( cmplzBlockedContent) {
	        cmplzBlockedContent.addEventListener('click', function(event) {
            event.stopPropagation();
        });
	}
    
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/cache/min/1/capture_configs/49a/000/072/32d419faf4d782756118097.js?ver=1713279535" id="reachlocal_tracking_script-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="gt_widget_script_72859475-js-before">
/* <![CDATA[ */
window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['72859475'] = {"default_language":"cs","languages":["cs","en","de","it","pl"],"url_structure":"none","detect_browser_language":1,"flag_style":"2d","flag_size":24,"alt_flags":[],"flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"};
/* ]]> */
</script><script type="rocketlazyloadscript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/plugins/gtranslate/js/base.js?ver=6.5.2" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/kontakty/" data-gt-orig-domain="www.sedlacek-t.cz" data-gt-widget-id="72859475" defer></script><script type="text/javascript" id="jetpack-carousel-js-extra">
/* <![CDATA[ */
var jetpackSwiperLibraryPath = {"url":"https:\/\/www.sedlacek-t.cz\/wp-content\/plugins\/jetpack\/_inc\/build\/carousel\/swiper-bundle.min.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"cs","ajaxurl":"https:\/\/www.sedlacek-t.cz\/wp-admin\/admin-ajax.php","nonce":"6a4c016155","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"1","require_name_email":"1","login_url":"https:\/\/www.sedlacek-t.cz\/wp-login.php?redirect_to=https%3A%2F%2Fwww.sedlacek-t.cz%2Fkontakty%2F","blog_id":"1","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"]};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js?ver=13.3.1" id="jetpack-carousel-js" defer></script>
<script type="text/javascript" id="sharing-js-js-extra">
/* <![CDATA[ */
var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.sedlacek-t.cz/wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js?ver=13.3.1" id="sharing-js-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="sharing-js-js-after">
/* <![CDATA[ */
var windowOpen;
			( function () {
				function matches( el, sel ) {
					return !! (
						el.matches && el.matches( sel ) ||
						el.msMatchesSelector && el.msMatchesSelector( sel )
					);
				}

				document.body.addEventListener( 'click', function ( event ) {
					if ( ! event.target ) {
						return;
					}

					var el;
					if ( matches( event.target, 'a.share-twitter' ) ) {
						el = event.target;
					} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-twitter' ) ) {
						el = event.target.parentNode;
					}

					if ( el ) {
						event.preventDefault();

						// If there's another sharing window open, close it.
						if ( typeof windowOpen !== 'undefined' ) {
							windowOpen.close();
						}
						windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );
						return false;
					}
				} );
			} )();
var windowOpen;
			( function () {
				function matches( el, sel ) {
					return !! (
						el.matches && el.matches( sel ) ||
						el.msMatchesSelector && el.msMatchesSelector( sel )
					);
				}

				document.body.addEventListener( 'click', function ( event ) {
					if ( ! event.target ) {
						return;
					}

					var el;
					if ( matches( event.target, 'a.share-facebook' ) ) {
						el = event.target;
					} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-facebook' ) ) {
						el = event.target.parentNode;
					}

					if ( el ) {
						event.preventDefault();

						// If there's another sharing window open, close it.
						if ( typeof windowOpen !== 'undefined' ) {
							windowOpen.close();
						}
						windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' );
						return false;
					}
				} );
			} )();
var windowOpen;
			( function () {
				function matches( el, sel ) {
					return !! (
						el.matches && el.matches( sel ) ||
						el.msMatchesSelector && el.msMatchesSelector( sel )
					);
				}

				document.body.addEventListener( 'click', function ( event ) {
					if ( ! event.target ) {
						return;
					}

					var el;
					if ( matches( event.target, 'a.share-linkedin' ) ) {
						el = event.target;
					} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-linkedin' ) ) {
						el = event.target.parentNode;
					}

					if ( el ) {
						event.preventDefault();

						// If there's another sharing window open, close it.
						if ( typeof windowOpen !== 'undefined' ) {
							windowOpen.close();
						}
						windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomlinkedin', 'menubar=1,resizable=1,width=580,height=450' );
						return false;
					}
				} );
			} )();
var windowOpen;
			( function () {
				function matches( el, sel ) {
					return !! (
						el.matches && el.matches( sel ) ||
						el.msMatchesSelector && el.msMatchesSelector( sel )
					);
				}

				document.body.addEventListener( 'click', function ( event ) {
					if ( ! event.target ) {
						return;
					}

					var el;
					if ( matches( event.target, 'a.share-tumblr' ) ) {
						el = event.target;
					} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-tumblr' ) ) {
						el = event.target.parentNode;
					}

					if ( el ) {
						event.preventDefault();

						// If there's another sharing window open, close it.
						if ( typeof windowOpen !== 'undefined' ) {
							windowOpen.close();
						}
						windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtumblr', 'menubar=1,resizable=1,width=450,height=450' );
						return false;
					}
				} );
			} )();
var windowOpen;
			( function () {
				function matches( el, sel ) {
					return !! (
						el.matches && el.matches( sel ) ||
						el.msMatchesSelector && el.msMatchesSelector( sel )
					);
				}

				document.body.addEventListener( 'click', function ( event ) {
					if ( ! event.target ) {
						return;
					}

					var el;
					if ( matches( event.target, 'a.share-pocket' ) ) {
						el = event.target;
					} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-pocket' ) ) {
						el = event.target.parentNode;
					}

					if ( el ) {
						event.preventDefault();

						// If there's another sharing window open, close it.
						if ( typeof windowOpen !== 'undefined' ) {
							windowOpen.close();
						}
						windowOpen = window.open( el.getAttribute( 'href' ), 'wpcompocket', 'menubar=1,resizable=1,width=450,height=450' );
						return false;
					}
				} );
			} )();
var windowOpen;
			( function () {
				function matches( el, sel ) {
					return !! (
						el.matches && el.matches( sel ) ||
						el.msMatchesSelector && el.msMatchesSelector( sel )
					);
				}

				document.body.addEventListener( 'click', function ( event ) {
					if ( ! event.target ) {
						return;
					}

					var el;
					if ( matches( event.target, 'a.share-telegram' ) ) {
						el = event.target;
					} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-telegram' ) ) {
						el = event.target.parentNode;
					}

					if ( el ) {
						event.preventDefault();

						// If there's another sharing window open, close it.
						if ( typeof windowOpen !== 'undefined' ) {
							windowOpen.close();
						}
						windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtelegram', 'menubar=1,resizable=1,width=450,height=450' );
						return false;
					}
				} );
			} )();
/* ]]> */
</script>
	<iframe loading="lazy" src='about:blank' scrolling='no' id='likes-master' name='likes-master' style='display:none;' data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://widgets.wp.com/likes/master.html?ver=20240502#ver=20240502&#038;lang=cs&#038;n=1"></iframe><noscript><iframe src='https://widgets.wp.com/likes/master.html?ver=20240502#ver=20240502&#038;lang=cs&#038;n=1' scrolling='no' id='likes-master' name='likes-master' style='display:none;'></iframe></noscript>
	<div id='likes-other-gravatars' class='wpl-new-layout' role="dialog" aria-hidden="true" tabindex="-1"><div class="likes-text"><span>%d</span></div><ul class="wpl-avatars sd-like-gravatars"></ul></div>
	<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.sedlacek-t.cz/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1714654429 -->

Latest requests

# Url Url Source Date
1 https://www.sedlacek-t.cz/kontakty/ 2024-05-05 03:39:04
2 https://thebolditalic.com/?gi=f668… 2024-05-05 03:39:03
3 https://thebolditalic.com/?gi=02b9… 2024-05-05 03:38:58
4 https://thebolditalic.com/?gi=1e1c… 2024-05-05 03:38:58
5 https://thebolditalic.com/?gi=d0ad… 2024-05-05 03:38:55
6 https://thebolditalic.com/?gi=5005… 2024-05-05 03:38:51
7 https://thebolditalic.com/?gi=0056… 2024-05-05 03:38:47
8 https://thebolditalic.com/?gi=75d0… 2024-05-05 03:38:43
9 https://thebolditalic.com/?gi=2d80… 2024-05-05 03:38:42
10 https://thebolditalic.com/?gi=a4d1… 2024-05-05 03:38:39
11 https://thebolditalic.com/?gi=bed2… 2024-05-05 03:38:36
12 https://thebolditalic.com/?gi=0428… 2024-05-05 03:38:35
13 https://thebolditalic.com/?gi=af02… 2024-05-05 03:38:35
14 https://thebolditalic.com/?gi=f015… 2024-05-05 03:38:31
15 https://thebolditalic.com/?gi=128b… 2024-05-05 03:38:27
16 https://thebolditalic.com/?gi=08e6… 2024-05-05 03:38:26
17 https://thebolditalic.com/?gi=1c75… 2024-05-05 03:38:24
18 https://thebolditalic.com/?gi=4a8f… 2024-05-05 03:38:23
19 https://thebolditalic.com/?gi=4760… 2024-05-05 03:38:19
20 https://thebolditalic.com/?gi=f430… 2024-05-05 03:38:15