{"id":9743,"date":"2026-04-28T16:44:36","date_gmt":"2026-04-28T14:44:36","guid":{"rendered":"https:\/\/sub.hotelteledom.sk\/services\/"},"modified":"2026-05-01T13:27:53","modified_gmt":"2026-05-01T11:27:53","slug":"services","status":"publish","type":"page","link":"https:\/\/sub.hotelteledom.sk\/en\/services\/","title":{"rendered":"Services"},"content":{"rendered":"<p><!-- Teledom rezerva\u010dn\u00fd formul\u00e1r --><br \/>\n<!-- Jedna str\u00e1nka pre vytvorenie aj edit\u00e1ciu objedn\u00e1vky --><br \/>\n<!-- Dashicons for button icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/dashicons\/0.9.0\/css\/dashicons.min.css\">\n<style>\n\/* Dashicons fallback *\/\n@font-face {\n    font-family: 'dashicons';\n    src: url('https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/dashicons\/0.9.0\/fonts\/dashicons.woff2') format('woff2');\n    font-weight: normal;\n    font-style: normal;\n}\n#teledom-wrapper\n{\nmin-width: 100%;\n}\n#teledom-wrapper { position: relative; }\n#teledom-form { width: 100%; min-height: 600px; border: none; display: block; }\n#teledom-form.teledom-fullscreen {\n    position: fixed !important;\n    left: 0 !important;\n    width: 100vw !important;\n    height: 100vh !important;\n    z-index: 999999 !important;\n    border: none !important;\n    \/* top is set dynamically via JS to prevent scroll jump *\/\n}\nbody.teledom-popup-open {\n    position: fixed !important;\n    width: 100% !important;\n    overflow-y: scroll !important;\n}\n\/* Fixed actions bar - matches form width *\/\n#teledom-fixed-bar {\n    position: fixed;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%) translateY(100%);\n    width: 100%;\n    max-width: 1260px;\n    background: white;\n    padding: 15px 30px;\n    border-top: 2px solid #0073aa;\n    border-radius: 8px 8px 0 0;\n    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);\n    z-index: 999998;\n    box-sizing: border-box;\n    display: flex;\n    gap: 10px;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    \/* Animation *\/\n    opacity: 0;\n    visibility: hidden;\n    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;\n}\n#teledom-fixed-bar.visible {\n    transform: translateX(-50%) translateY(0);\n    opacity: 1;\n    visibility: visible;\n}\n#teledom-fixed-bar .form-actions-right {\n    display: flex;\n    gap: 10px;\n    margin-left: auto;\n}\n#teledom-fixed-bar .sticky-scroll-hint {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 12px;\n    color: #666;\n    padding: 6px 12px;\n    background: #f0f0f1;\n    border-radius: 20px;\n}\n\/* Button styles - EXACT copy from public.css .btn-prev, .btn-next etc *\/\n#teledom-fixed-bar button,\n#teledom-fixed-bar button.btn-prev,\n#teledom-fixed-bar button.btn-next,\n#teledom-fixed-bar button.btn-primary,\n#teledom-fixed-bar button.btn-confirm-order,\n#teledom-fixed-bar button.btn-submit,\n#teledom-fixed-bar button.btn-draft-secondary,\n#teledom-fixed-bar button.btn-draft-primary {\n    padding: 12px 24px !important;\n    border-radius: 8px !important;\n    font-size: 15px !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif !important;\n    font-weight: 400 !important;\n    cursor: pointer !important;\n    display: flex !important;\n    align-items: center !important;\n    gap: 8px !important;\n    transition: all 0.3s ease !important;\n    line-height: 1.5 !important;\n    box-sizing: border-box !important;\n    text-decoration: none !important;\n    margin: 0 !important;\n    height: auto !important;\n    text-transform: none !important;\n    letter-spacing: normal !important;\n}\n#teledom-fixed-bar button.btn-prev,\n#teledom-fixed-bar button.btn-draft-secondary {\n    background: white !important;\n    color: #333 !important;\n    border: 2px solid #ddd !important;\n}\n#teledom-fixed-bar button.btn-prev:hover,\n#teledom-fixed-bar button.btn-draft-secondary:hover { background: #f7f7f7 !important; }\n#teledom-fixed-bar button.btn-next,\n#teledom-fixed-bar button.btn-primary,\n#teledom-fixed-bar button.btn-confirm-order,\n#teledom-fixed-bar button.btn-submit,\n#teledom-fixed-bar button.btn-draft-primary {\n    background: #0073aa !important;\n    color: white !important;\n    border: none !important;\n    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.4) !important;\n}\n#teledom-fixed-bar button.btn-primary:hover,\n#teledom-fixed-bar button.btn-next:hover,\n#teledom-fixed-bar button.btn-confirm-order:hover,\n#teledom-fixed-bar button.btn-draft-primary:hover {\n    background: #005a87 !important;\n    transform: translateY(-2px) !important;\n}\n\/* Hide buttons with hidden class - MUST come AFTER button styles *\/\n#teledom-fixed-bar button.btn-hidden-for-draft {\n    display: none !important;\n    visibility: hidden !important;\n}\n\/* Load dashicons font from CDN *\/\n@font-face {\n    font-family: 'dashicons';\n    src: url('https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/dashicons\/0.9.0\/fonts\/dashicons.woff2') format('woff2');\n    font-weight: normal;\n    font-style: normal;\n}\n#teledom-fixed-bar .dashicons,\n#teledom-fixed-bar button .dashicons {\n    font-family: dashicons !important;\n    font-size: 20px !important;\n    width: 20px !important;\n    height: 20px !important;\n    line-height: 1 !important;\n    vertical-align: middle !important;\n    display: inline-block !important;\n    speak: never;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n}\n\/* Notification bar - sticky at top, full width *\/\n#teledom-notification-bar {\n    position: fixed;\n    top: -20px;\n    left: 0;\n    min-width: 100%;\n    width: 100vw;\n    z-index: 9999999;\n    box-sizing: border-box;\n    pointer-events: none;\n    opacity: 0;\n    transform: translateY(-100%);\n    transition: transform 0.3s ease, opacity 0.3s ease;\n    display: block !important;\n}\n#teledom-notification-bar.visible {\n    transform: translateY(0) !important;\n    opacity: 1 !important;\n    pointer-events: auto;\n}\n#teledom-notification-bar:not(.visible) {\n    transform: translateY(-100%) !important;\n    opacity: 0 !important;\n}\n#teledom-notification-bar .teledom-error,\n#teledom-notification-bar .teledom-success,\n#teledom-notification-bar .teledom-info {\n    padding: 15px 20px;\n    margin: 0;\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    font-size: 15px;\n    min-width: 100%;\n    width: 100%;\n    box-sizing: border-box;\n}\n#teledom-notification-bar .teledom-error {\n    background: #fef2f2;\n    border-bottom: 2px solid #fecaca;\n    color: #dc2626;\n}\n#teledom-notification-bar .teledom-success {\n    background: #f0fdf4;\n    border-bottom: 2px solid #bbf7d0;\n    color: #16a34a;\n}\n#teledom-notification-bar .teledom-info {\n    background: #eff6ff;\n    border-bottom: 2px solid #bfdbfe;\n    color: #2563eb;\n}\n<\/style>\n<p><!-- URL parameter handler - passes ?product=, ?product_id=, ?token= to iframe --><br \/>\n    <iframe id=\"teledom-form\" src=\"https:\/\/bookly.hotelteledom.sk\/teledom-form\/?api_key=tdom_ef4686c6d206ebc4556691cc286a44cb94f7af84bf5cfac9\" allow=\"payment\"><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/template-rezervacia-sluzieb.php","meta":{"_teledom_gallery_image_ids":[],"footnotes":""},"class_list":["post-9743","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Services at Hotel Teledom*** Ko\u0161ice | Accommodation, restaurant, MICE<\/title>\n<meta name=\"description\" content=\"Complete services at Hotel Teledom*** in the centre of Ko\u0161ice: accommodation, Mestsk\u00e1 Pivnica restaurant, conference facilities, weddings and online booking.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sub.hotelteledom.sk\/en\/services\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Services\" \/>\n<meta property=\"og:description\" content=\"Complete services at Hotel Teledom*** in the centre of Ko\u0161ice: accommodation, Mestsk\u00e1 Pivnica restaurant, conference facilities, weddings and online booking.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sub.hotelteledom.sk\/en\/services\/\" \/>\n<meta property=\"og:site_name\" content=\"Hotel Teledom\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/teledomonline\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-01T11:27:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sub.hotelteledom.sk\/wp-content\/uploads\/2026\/04\/2020-09-08.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"680\" \/>\n\t<meta property=\"og:image:height\" content=\"410\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/en\\\/services\\\/\",\"url\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/en\\\/services\\\/\",\"name\":\"Services at Hotel Teledom*** Ko\u0161ice | Accommodation, restaurant, MICE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/#website\"},\"datePublished\":\"2026-04-28T14:44:36+00:00\",\"dateModified\":\"2026-05-01T11:27:53+00:00\",\"description\":\"Complete services at Hotel Teledom*** in the centre of Ko\u0161ice: accommodation, Mestsk\u00e1 Pivnica restaurant, conference facilities, weddings and online booking.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/en\\\/services\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sub.hotelteledom.sk\\\/en\\\/services\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/en\\\/services\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Domovsk\u00e1 str\u00e1nka\",\"item\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Services\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/#website\",\"url\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/\",\"name\":\"Hotel TeleDom & Conference Center\",\"description\":\"Trojhviezdi\u010dkov\u00fd hotel, re\u0161taur\u00e1cia Mestsk\u00e1 Pivnica a konferen\u010dn\u00e9 centrum v historickom centre Ko\u0161\u00edc, 200 m od D\u00f3mu sv. Al\u017ebety.\",\"publisher\":{\"@id\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/#organization\"},\"alternateName\":\"Hotel TeleDom\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/#organization\",\"name\":\"Novitech Partner s.r.o.\",\"url\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/cropped-teledom-logotyp-2021-2_\u041c\u043e\u043d\u0442\u0430\u0436\u043d\u0430\u044f-\u043e\u0431\u043b\u0430\u0441\u0442\u044c-1.png\",\"contentUrl\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/cropped-teledom-logotyp-2021-2_\u041c\u043e\u043d\u0442\u0430\u0436\u043d\u0430\u044f-\u043e\u0431\u043b\u0430\u0441\u0442\u044c-1.png\",\"width\":512,\"height\":512,\"caption\":\"Novitech Partner s.r.o.\"},\"image\":{\"@id\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/teledomonline\",\"https:\\\/\\\/www.instagram.com\\\/teledomkosice\\\/\"],\"description\":\"Trojhviezdi\u010dkov\u00fd hotel, re\u0161taur\u00e1cia Mestsk\u00e1 Pivnica a konferen\u010dn\u00e9 centrum v historickom centre Ko\u0161\u00edc, 200 m od D\u00f3mu sv. Al\u017ebety.\",\"email\":\"online@teledom.sk\",\"telephone\":\"+421 55 327 44 01\",\"legalName\":\"Novitech Partner s.r.o.\",\"foundingDate\":\"2001-01-08\",\"vatID\":\"SK2020061043\",\"taxID\":\"2020061043\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"},\"publishingPrinciples\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/gdpr-system-ochrany-osobnych-udajov-v-ramci-spolocnosti-novitech-partner-s-r-o\\\/\",\"ownershipFundingInfo\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/gdpr-system-ochrany-osobnych-udajov-v-ramci-spolocnosti-novitech-partner-s-r-o\\\/\",\"actionableFeedbackPolicy\":\"https:\\\/\\\/sub.hotelteledom.sk\\\/gdpr-system-ochrany-osobnych-udajov-v-ramci-spolocnosti-novitech-partner-s-r-o\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Services at Hotel Teledom*** Ko\u0161ice | Accommodation, restaurant, MICE","description":"Complete services at Hotel Teledom*** in the centre of Ko\u0161ice: accommodation, Mestsk\u00e1 Pivnica restaurant, conference facilities, weddings and online booking.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sub.hotelteledom.sk\/en\/services\/","og_locale":"en_US","og_type":"article","og_title":"Services","og_description":"Complete services at Hotel Teledom*** in the centre of Ko\u0161ice: accommodation, Mestsk\u00e1 Pivnica restaurant, conference facilities, weddings and online booking.","og_url":"https:\/\/sub.hotelteledom.sk\/en\/services\/","og_site_name":"Hotel Teledom","article_publisher":"https:\/\/www.facebook.com\/teledomonline","article_modified_time":"2026-05-01T11:27:53+00:00","og_image":[{"width":680,"height":410,"url":"https:\/\/sub.hotelteledom.sk\/wp-content\/uploads\/2026\/04\/2020-09-08.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sub.hotelteledom.sk\/en\/services\/","url":"https:\/\/sub.hotelteledom.sk\/en\/services\/","name":"Services at Hotel Teledom*** Ko\u0161ice | Accommodation, restaurant, MICE","isPartOf":{"@id":"https:\/\/sub.hotelteledom.sk\/#website"},"datePublished":"2026-04-28T14:44:36+00:00","dateModified":"2026-05-01T11:27:53+00:00","description":"Complete services at Hotel Teledom*** in the centre of Ko\u0161ice: accommodation, Mestsk\u00e1 Pivnica restaurant, conference facilities, weddings and online booking.","breadcrumb":{"@id":"https:\/\/sub.hotelteledom.sk\/en\/services\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sub.hotelteledom.sk\/en\/services\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sub.hotelteledom.sk\/en\/services\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Domovsk\u00e1 str\u00e1nka","item":"https:\/\/sub.hotelteledom.sk\/"},{"@type":"ListItem","position":2,"name":"Services"}]},{"@type":"WebSite","@id":"https:\/\/sub.hotelteledom.sk\/#website","url":"https:\/\/sub.hotelteledom.sk\/","name":"Hotel TeleDom & Conference Center","description":"Trojhviezdi\u010dkov\u00fd hotel, re\u0161taur\u00e1cia Mestsk\u00e1 Pivnica a konferen\u010dn\u00e9 centrum v historickom centre Ko\u0161\u00edc, 200 m od D\u00f3mu sv. Al\u017ebety.","publisher":{"@id":"https:\/\/sub.hotelteledom.sk\/#organization"},"alternateName":"Hotel TeleDom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sub.hotelteledom.sk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sub.hotelteledom.sk\/#organization","name":"Novitech Partner s.r.o.","url":"https:\/\/sub.hotelteledom.sk\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sub.hotelteledom.sk\/#\/schema\/logo\/image\/","url":"https:\/\/sub.hotelteledom.sk\/wp-content\/uploads\/2022\/08\/cropped-teledom-logotyp-2021-2_\u041c\u043e\u043d\u0442\u0430\u0436\u043d\u0430\u044f-\u043e\u0431\u043b\u0430\u0441\u0442\u044c-1.png","contentUrl":"https:\/\/sub.hotelteledom.sk\/wp-content\/uploads\/2022\/08\/cropped-teledom-logotyp-2021-2_\u041c\u043e\u043d\u0442\u0430\u0436\u043d\u0430\u044f-\u043e\u0431\u043b\u0430\u0441\u0442\u044c-1.png","width":512,"height":512,"caption":"Novitech Partner s.r.o."},"image":{"@id":"https:\/\/sub.hotelteledom.sk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/teledomonline","https:\/\/www.instagram.com\/teledomkosice\/"],"description":"Trojhviezdi\u010dkov\u00fd hotel, re\u0161taur\u00e1cia Mestsk\u00e1 Pivnica a konferen\u010dn\u00e9 centrum v historickom centre Ko\u0161\u00edc, 200 m od D\u00f3mu sv. Al\u017ebety.","email":"online@teledom.sk","telephone":"+421 55 327 44 01","legalName":"Novitech Partner s.r.o.","foundingDate":"2001-01-08","vatID":"SK2020061043","taxID":"2020061043","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"},"publishingPrinciples":"https:\/\/sub.hotelteledom.sk\/gdpr-system-ochrany-osobnych-udajov-v-ramci-spolocnosti-novitech-partner-s-r-o\/","ownershipFundingInfo":"https:\/\/sub.hotelteledom.sk\/gdpr-system-ochrany-osobnych-udajov-v-ramci-spolocnosti-novitech-partner-s-r-o\/","actionableFeedbackPolicy":"https:\/\/sub.hotelteledom.sk\/gdpr-system-ochrany-osobnych-udajov-v-ramci-spolocnosti-novitech-partner-s-r-o\/"}]}},"_links":{"self":[{"href":"https:\/\/sub.hotelteledom.sk\/en\/wp-json\/wp\/v2\/pages\/9743","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sub.hotelteledom.sk\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sub.hotelteledom.sk\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sub.hotelteledom.sk\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sub.hotelteledom.sk\/en\/wp-json\/wp\/v2\/comments?post=9743"}],"version-history":[{"count":5,"href":"https:\/\/sub.hotelteledom.sk\/en\/wp-json\/wp\/v2\/pages\/9743\/revisions"}],"predecessor-version":[{"id":9916,"href":"https:\/\/sub.hotelteledom.sk\/en\/wp-json\/wp\/v2\/pages\/9743\/revisions\/9916"}],"wp:attachment":[{"href":"https:\/\/sub.hotelteledom.sk\/en\/wp-json\/wp\/v2\/media?parent=9743"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}