{"id":1215,"date":"2025-03-11T16:37:38","date_gmt":"2025-03-11T16:37:38","guid":{"rendered":"https:\/\/www25.tervisesport.ee\/?post_type=spordirajatised&#038;p=1215"},"modified":"2026-04-06T08:14:46","modified_gmt":"2026-04-06T08:14:46","slug":"tehvandi-support-services-center","status":"publish","type":"spordirajatised","link":"https:\/\/tehvandi.ee\/en\/sports-facilities\/tehvandi-support-services-center\/","title":{"rendered":"Tehvandi Hall"},"content":{"rendered":"\n<!--\nTehvandi Hall TABs \u2013 single-file solution (blue\/white theme)\nVanilla HTML\/CSS\/JS (no libraries required)\n-->\n\n<style>\n  .tehvandi-tabs { --accent:#0b74c5; --accent-600:#0a63a8; --bg:#ffffff; --text:#0f172a; --muted:#64748b; --line:#e5e7eb; --card:#ffffff; --card-hover:#f1f8ff; }\n  .tehvandi-tabs { font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Noto Sans\"; color:var(--text); }\n  .tehvandi-tabs * { box-sizing: border-box; }\n\n  .tehvandi-tabs .tablist { display:flex; flex-wrap:wrap; gap:.5rem; align-items:end; border-bottom:1px solid var(--line); margin-bottom:1rem; }\n  .tehvandi-tabs .tab { appearance:none; background:#f8fafc; color:var(--text); border:1px solid var(--line); border-bottom:none; padding:.6rem 1rem; border-top-left-radius:.6rem; border-top-right-radius:.6rem; font-weight:700; cursor:pointer; }\n  .tehvandi-tabs .tab[aria-selected=\"true\"] { background:var(--bg); color:var(--accent-600); border-color:var(--line); box-shadow:0 -2px 0 var(--bg) inset; }\n  .tehvandi-tabs .tab:focus { outline:2px solid var(--accent); outline-offset:2px; }\n\n  .tehvandi-tabs .panels { background:var(--bg); border:1px solid var(--line); border-radius:.6rem; padding:1rem; }\n  .tehvandi-tabs .tab-panel { display:none; }\n  .tehvandi-tabs .tab-panel[aria-hidden=\"false\"] { display:block; }\n\n  .tehvandi-tabs .muted { color:var(--muted); }\n  .tehvandi-tabs h3 { margin:.8rem 0 .4rem; color:var(--accent-600); }\n  .tehvandi-tabs h4 { margin:.6rem 0 .3rem; color:var(--accent-600); }\n  .tehvandi-tabs .grid { display:grid; gap:.75rem; }\n  @media (min-width: 768px){ .tehvandi-tabs .grid-2 { grid-template-columns:1fr 1fr; } }\n  .tehvandi-tabs table { width:100%; border-collapse:collapse; }\n  .tehvandi-tabs th, .tehvandi-tabs td { border:1px solid var(--line); padding:.5rem .6rem; text-align:left; }\n  .tehvandi-tabs th { background:#f3f7fb; }\n  .tehvandi-tabs .pill { display:inline-block; padding:.25rem .5rem; border-radius:999px; background:#e6f2fb; color:var(--accent-600); font-size:.85rem; }\n\n  \/* Sports grid + cards *\/\n  .sport-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}\n  @media(min-width:700px){.sport-grid{grid-template-columns:repeat(3,1fr)}}\n  @media(min-width:1024px){.sport-grid{grid-template-columns:repeat(4,1fr)}}\n  .sport-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:1.1rem;border:2px solid var(--accent);border-radius:.8rem;background:var(--card);color:var(--accent-600);cursor:pointer;min-height:150px;transition:background .2s,transform .05s}\n  .sport-card:hover{background:var(--card-hover)}\n  .sport-card:active{transform:scale(.99)}\n  .sport-card svg{width:62px;height:62px;stroke:var(--accent-600);fill:none;stroke-width:2.4}\n  .sport-card .label{font-weight:800;letter-spacing:.02em;color:var(--accent-600)}\n  .sport-help{color:var(--muted);margin:.25rem 0 1rem}\n\n  \/* Modal *\/\n  .sport-modal{position:fixed;inset:0;background:#0b122033;display:none;align-items:center;justify-content:center;padding:1rem;z-index:9999}\n  .sport-modal[aria-hidden=\"false\"]{display:flex}\n  .sport-dialog{max-width:980px;width:100%;background:#ffffff;color:#0f172a;border-radius:.9rem;overflow:hidden;box-shadow:0 20px 60px #0006;border:1px solid var(--line)}\n  .sport-dialog header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--line);background:#f7fbff}\n  .sport-dialog header h3{margin:0;color:var(--accent-600)}\n  .sport-dialog .content{padding:1rem 1.25rem}\n  .sport-close{background:var(--accent-600);color:#fff;border:none;border-radius:.5rem;padding:.5rem .8rem;cursor:pointer}\n\n  \/* TECH BOX \u2013 image on the right, on mobile below *\/\n  .tech-box {\n    display:grid;\n    grid-template-columns: 1fr 320px;\n    gap:1rem 1.5rem;\n    align-items:start;\n    margin-top:.25rem;\n    padding:1.25rem 1.5rem;\n    border-radius:.75rem;\n    background:linear-gradient(135deg,#f7fbff,#e6f2fb);\n    border:2px solid #0b74c5;\n    box-shadow:0 4px 20px rgba(0,0,0,.05);\n  }\n  @media(max-width:900px){\n    .tech-box { grid-template-columns:1fr; }\n  }\n  .tech-box h4 {\n    grid-column:1\/-1;\n    margin:0 0 .75rem 0;\n    color:#0a63a8;\n    font-size:1.2rem;\n    font-weight:700;\n  }\n  .tech-box ul { margin:0; padding-left:1.2rem; }\n  .tech-box li { margin-bottom:.45rem; line-height:1.5; }\n  .tech-box .media img {\n    display:block; width:100%; height:auto;\n    border-radius:.6rem; border:1px solid var(--line);\n    background:#fff;\n  }\n\n  \/* Gallery + lightbox *\/\n  .gallery-grid{display:grid;gap:.75rem}\n  .gallery-2{grid-template-columns:repeat(2,minmax(0,1fr))}\n  @media(min-width:768px){.gallery-3{grid-template-columns:repeat(3,1fr)}.gallery-4{grid-template-columns:repeat(4,1fr)}}\n  .gallery-item{position:relative;overflow:hidden;border-radius:.5rem;border:1px solid var(--line);background:#fff}\n  .gallery-item img{display:block;width:100%;height:100%;object-fit:cover}\n  .lightbox{position:fixed;inset:0;background:rgba(12,18,28,.85);display:none;align-items:center;justify-content:center;z-index:99999}\n  .lightbox[aria-hidden=\"false\"]{display:flex}\n  .lightbox-inner{max-width:92vw;max-height:88vh;position:relative}\n  .lightbox-inner img{max-width:92vw;max-height:88vh;border-radius:.5rem;display:block}\n  .lb-close,.lb-prev,.lb-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff; color:#0b74c5; border:none; border-radius:.5rem; padding:.5rem .7rem; cursor:pointer; box-shadow:0 6px 24px rgba(0,0,0,.25)}\n  .lb-close{top:-44px;right:0;transform:none}\n  .lb-prev{left:-52px}\n  .lb-next{right:-52px}\n<\/style>\n\n<div class=\"tehvandi-tabs\" id=\"tehvandi-tabs\">\n  <div role=\"tablist\" aria-label=\"Tehvandi Hall tabs\" class=\"tablist\">\n    <button role=\"tab\" id=\"tab-1\" class=\"tab\" aria-selected=\"true\" aria-controls=\"panel-1\">Overview<\/button>\n    <button role=\"tab\" id=\"tab-2\" class=\"tab\" aria-selected=\"false\" aria-controls=\"panel-2\">Sports<\/button>\n    <button role=\"tab\" id=\"tab-3\" class=\"tab\" aria-selected=\"false\" aria-controls=\"panel-3\">Event Center<\/button>\n    <button role=\"tab\" id=\"tab-4\" class=\"tab\" aria-selected=\"false\" aria-controls=\"panel-4\">Gallery<\/button>\n  <\/div>\n\n  <div class=\"panels\">\n    <!-- OVERVIEW -->\n    <section id=\"panel-1\" class=\"tab-panel\" role=\"tabpanel\" aria-labelledby=\"tab-1\" aria-hidden=\"false\">\n      <div>\n        <h3>Tehvandi Support Services Center<\/h3>\n        <p>The Tehvandi Support Services Center is a new and modern part of the Tehvandi Sports Center, created to support both major event organization and athletes\u2019 training and recovery. Set in the beautiful nature of Otep\u00e4\u00e4, the center provides everything needed for athletes and visitors to focus on top performance and well-being.<\/p>\n\n        <h3>Versatile possibilities<\/h3>\n        <ul>\n          <li><strong>Training &#038; recovery:<\/strong> Advanced gym, recovery rooms, and sports medicine services.<\/li>\n          <li><strong>Sports science development:<\/strong> Facilities for sports science and technology research and application.<\/li>\n          <li><strong>Support for international events:<\/strong> The center meets international competition standards, providing the necessary rooms and facilities.<\/li>\n        <\/ul>\n\n        <h3>Future-focused solutions<\/h3>\n        <p>In the first stage, the Tehvandi Support Services Center focuses on the needs of sports events, including preparations for major biathlon competitions. In the future, the center is planned to grow into a complete sports complex where sports medicine, science, education, and training are seamlessly integrated.<\/p>\n\n<h3>Location \u2013 Tehvandi Sports Center, Otep\u00e4\u00e4<\/h3>\n<p>The Tehvandi Support Services Center is located in Otep\u00e4\u00e4, in the heart of the Sports Center, offering modern facilities for athletes, training groups, and team events. It\u2019s a place where training, recovery, and conference services come together\u2014in a scenic natural setting.<\/p>\n\n<h3>Seminars and team days in a sports environment<\/h3>\n<p>The center is perfect for seminars, trainings, and team-building days. Combine work and rest by using versatile rooms and the natural surroundings to create balance.<\/p>\n\n<h4>Sports options for team development<\/h4>\n<p>Activities include shooting at the biathlon range, skiing, orienteering, views from the viewing platform, and outdoor gym training. Halls, stadiums, tracks, and instructor support are available as needed.<\/p>\n\n<h4>Accommodation and catering on site<\/h4>\n<p>Accommodation for up to 100 people and on-site catering make it easy to organize full-day or multi-day events. Round off the day with sauna and wash facilities for a relaxing finish.<\/p>\n\n\n      <div class=\"cta-box\" style=\"margin-top:1.25rem;padding:1rem 1.25rem;border:2px solid #0b74c5;border-radius:.75rem;background:#f7fbff\">\n        <strong style=\"display:block;font-size:1.05rem;margin-bottom:.25rem;color:#0a63a8\">Info &#038; booking:<\/strong>\n        <div>\ud83d\udcde (+372) 766 9500<\/div>\n        <div>\ud83d\udce7 <a href=\"mailto:administraator@tehvandi.ee\">administraator@tehvandi.ee<\/a><\/div>\n      <\/div>\n    <\/section>\n\n    <!-- SPORTS -->\n    <section id=\"panel-2\" class=\"tab-panel\" role=\"tabpanel\" aria-labelledby=\"tab-2\" aria-hidden=\"true\">\n      <p class=\"sport-help\">Choose a sport below. Click to open details (dimensions, lines, equipment, etc.).<\/p>\n\n      <div class=\"sport-grid\" id=\"sportGrid\">\n        <!-- SVG icons -->\n        <button class=\"sport-card\" data-sport=\"volleyball\" aria-label=\"Volleyball\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <defs>\n              <linearGradient id=\"vbY\" x1=\"0\" x2=\"1\"><stop offset=\"0\" stop-color=\"#ffd84d\"\/><stop offset=\"1\" stop-color=\"#ffb800\"\/><\/linearGradient>\n              <linearGradient id=\"vbB\" x1=\"0\" x2=\"1\"><stop offset=\"0\" stop-color=\"#3aa0ff\"\/><stop offset=\"1\" stop-color=\"#0b74c5\"\/><\/linearGradient>\n            <\/defs>\n            <circle cx=\"32\" cy=\"32\" r=\"22\" fill=\"url(#vbY)\" stroke=\"#0b74c5\" stroke-width=\"2\"\/>\n            <path d=\"M16 26c8 0 18-6 18-16M14 40c10 4 28 2 36-8M28 52c0-10-3-22-14-28M40 50c4-10 10-28-6-36\" stroke=\"url(#vbB)\" stroke-width=\"3\" fill=\"none\"\/>\n          <\/svg><span class=\"label\">Volleyball<\/span>\n        <\/button>\n\n        <button class=\"sport-card\" data-sport=\"handball\" aria-label=\"Handball\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <circle cx=\"32\" cy=\"32\" r=\"22\" fill=\"#ff8a3d\" stroke=\"#c24e00\" stroke-width=\"2\"\/>\n            <path d=\"M18 24l28 16M46 24L18 40M10 32h44M32 10v44\" stroke=\"#fff5e9\" stroke-width=\"2.2\"\/>\n          <\/svg><span class=\"label\">Handball<\/span>\n        <\/button>\n\n        <button class=\"sport-card\" data-sport=\"basketball\" aria-label=\"Basketball\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <circle cx=\"32\" cy=\"32\" r=\"22\" fill=\"#ff8f3a\" stroke=\"#4a2b0f\" stroke-width=\"2\"\/>\n            <path d=\"M10 32h44\" stroke=\"#4a2b0f\" stroke-width=\"3\"\/>\n            <path d=\"M32 10c0 12-8 22-22 22M32 10c0 12 8 22 22 22M32 54c0-12-8-22-22-22M32 54c0-12 8-22 22-22\" stroke=\"#4a2b0f\" stroke-width=\"3\" fill=\"none\"\/>\n          <\/svg><span class=\"label\">Basketball<\/span>\n        <\/button>\n\n        <button class=\"sport-card\" data-sport=\"futsal\" aria-label=\"Futsal\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <rect x=\"6\" y=\"46\" width=\"52\" height=\"6\" rx=\"3\" fill=\"#16a34a\"\/>\n            <g transform=\"translate(12,10)\">\n              <circle cx=\"20\" cy=\"20\" r=\"16\" fill=\"#ffffff\" stroke=\"#111827\" stroke-width=\"2\"\/>\n              <polygon points=\"20,10 26,14 24,22 16,22 14,14\" fill=\"#111827\"\/>\n              <path d=\"M20 4v6M20 34v6M4 20h6M30 20h6M8 12l5 3M32 28l5 3M8 28l5-3M32 12l5-3\" stroke=\"#16a34a\" stroke-width=\"2\"\/>\n            <\/g>\n          <\/svg><span class=\"label\">Futsal<\/span>\n        <\/button>\n\n        <button class=\"sport-card\" data-sport=\"floorball\" aria-label=\"Floorball\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <circle cx=\"22\" cy=\"45\" r=\"7\" fill=\"#ffffff\" stroke=\"#0b74c5\" stroke-width=\"2\"\/>\n            <circle cx=\"19\" cy=\"43\" r=\"1.4\" fill=\"#0b74c5\"\/><circle cx=\"25\" cy=\"43\" r=\"1.4\" fill=\"#0b74c5\"\/><circle cx=\"22\" cy=\"46\" r=\"1.4\" fill=\"#0b74c5\"\/>\n            <path d=\"M10 10l30 30\" stroke=\"#0b74c5\" stroke-width=\"4\"\/><path d=\"M40 40c4 8 9 12 14 12\" stroke=\"#0b74c5\" stroke-width=\"4\"\/>\n          <\/svg><span class=\"label\">Floorball<\/span>\n        <\/button>\n\n        <button class=\"sport-card\" data-sport=\"badminton\" aria-label=\"Badminton\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <path d=\"M16 18l18 18\" stroke=\"#94a3b8\" stroke-width=\"4\"\/>\n            <g transform=\"translate(30,34)\"><ellipse cx=\"8\" cy=\"8\" rx=\"8\" ry=\"6\" fill=\"#ef4444\"\/><\/g>\n            <path d=\"M22 10l8 12M14 20l12 8M20 26l12 6\" stroke=\"#0b74c5\" stroke-width=\"3\"\/>\n          <\/svg><span class=\"label\">Badminton<\/span>\n        <\/button>\n\n        <button class=\"sport-card\" data-sport=\"pickleball\" aria-label=\"Pickleball\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <rect x=\"8\" y=\"20\" width=\"28\" height=\"18\" rx=\"4\" fill=\"#3aa0ff\" stroke=\"#0b74c5\" stroke-width=\"2\"\/>\n            <rect x=\"30\" y=\"36\" width=\"8\" height=\"4\" rx=\"2\" fill=\"#0b74c5\"\/>\n            <circle cx=\"46\" cy=\"32\" r=\"8\" fill=\"#ffd84d\" stroke=\"#caa300\" stroke-width=\"2\"\/>\n            <circle cx=\"46\" cy=\"28\" r=\"1.6\" fill=\"#caa300\"\/><circle cx=\"42\" cy=\"32\" r=\"1.6\" fill=\"#caa300\"\/><circle cx=\"46\" cy=\"36\" r=\"1.6\" fill=\"#caa300\"\/><circle cx=\"50\" cy=\"32\" r=\"1.6\" fill=\"#caa300\"\/>\n          <\/svg><span class=\"label\">Pickleball<\/span>\n        <\/button>\n\n        <button class=\"sport-card\" data-sport=\"judo\" aria-label=\"Judo\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <path d=\"M16 28l8-10 8 6 8-6 8 10v14H16V28z\" fill=\"#3aa0ff\" stroke=\"#0b74c5\" stroke-width=\"2\"\/>\n            <rect x=\"16\" y=\"34\" width=\"32\" height=\"6\" fill=\"#111827\"\/><rect x=\"28\" y=\"34\" width=\"8\" height=\"10\" fill=\"#111827\"\/>\n          <\/svg><span class=\"label\">Judo<\/span>\n        <\/button>\n\n        <button class=\"sport-card\" data-sport=\"wrestling\" aria-label=\"Wrestling\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <circle cx=\"22\" cy=\"18\" r=\"4\" fill=\"#ef4444\"\/><circle cx=\"42\" cy=\"18\" r=\"4\" fill=\"#3b82f6\"\/>\n            <path d=\"M18 22l10 8-4 10-8 8\" stroke=\"#ef4444\" stroke-width=\"4\" fill=\"none\"\/>\n            <path d=\"M46 22l-10 8 4 10 8 8\" stroke=\"#3b82f6\" stroke-width=\"4\" fill=\"none\"\/>\n          <\/svg><span class=\"label\">Wrestling<\/span>\n        <\/button>\n\n        <button class=\"sport-card\" data-sport=\"karate\" aria-label=\"Karate\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <path d=\"M14 32l8-12 10 6 10-6 8 12v14H14V32z\" fill=\"#ffffff\" stroke=\"#94a3b8\" stroke-width=\"2\"\/>\n            <rect x=\"14\" y=\"36\" width=\"36\" height=\"6\" fill=\"#111827\"\/><rect x=\"28\" y=\"36\" width=\"8\" height=\"10\" fill=\"#111827\"\/>\n          <\/svg><span class=\"label\">Karate<\/span>\n        <\/button>\n\n        <button class=\"sport-card\" data-sport=\"gym\" aria-label=\"Gymnastics\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <circle cx=\"32\" cy=\"16\" r=\"6\" fill=\"#f472b6\"\/>\n            <path d=\"M20 30l12-6 12 6\" stroke=\"#0b74c5\" stroke-width=\"3\" fill=\"none\"\/>\n            <path d=\"M32 24v18\" stroke=\"#0b74c5\" stroke-width=\"3\"\/>\n            <path d=\"M18 40c10-4 20 4 28 0\" stroke=\"#f472b6\" stroke-width=\"3\" fill=\"none\"\/>\n          <\/svg><span class=\"label\">Gymnastics<\/span>\n        <\/button>\n\n        <button class=\"sport-card\" data-sport=\"fencing\" aria-label=\"Fencing\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <ellipse cx=\"20\" cy=\"40\" rx=\"9\" ry=\"12\" fill=\"#cbd5e1\" stroke=\"#64748b\" stroke-width=\"2\"\/>\n            <path d=\"M10 54l22-22\" stroke=\"#0b74c5\" stroke-width=\"3\"\/>\n            <path d=\"M32 32l14-14 10 10-14 14\" stroke=\"#0b74c5\" stroke-width=\"3\"\/>\n          <\/svg><span class=\"label\">Fencing<\/span>\n        <\/button>\n      <\/div>\n\n      <!-- MODAL -->\n      <div class=\"sport-modal\" id=\"sportModal\" aria-hidden=\"true\" aria-label=\"Sport details\">\n        <div class=\"sport-dialog\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"sportTitle\">\n          <header>\n            <h3 id=\"sportTitle\">Sport<\/h3>\n            <button class=\"sport-close\" id=\"sportClose\" aria-label=\"Close\">Close<\/button>\n          <\/header>\n          <div class=\"content\" id=\"sportContent\"><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"cta-box\" style=\"margin-top:1.25rem;padding:1rem 1.25rem;border:2px solid #0b74c5;border-radius:.75rem;background:#f7fbff\">\n        <strong style=\"display:block;font-size:1.05rem;margin-bottom:.25rem;color:#0a63a8\">Info &#038; booking:<\/strong>\n        <div>\ud83d\udcde (+372) 766 9500<\/div>\n        <div>\ud83d\udce7 <a href=\"mailto:administraator@tehvandi.ee\">administraator@tehvandi.ee<\/a><\/div>\n      <\/div>\n    <\/section>\n\n    <!-- EVENT CENTER -->\n    <section id=\"panel-3\" class=\"tab-panel\" role=\"tabpanel\" aria-labelledby=\"tab-3\" aria-hidden=\"true\">\n      <h3>Event Center<\/h3>\n      <p>The Tehvandi Hall operates as a fully-fledged <strong>event center<\/strong>\u2014conferences, seminars, concerts, galas, trade fairs, and competition headquarters. Flexible floor plans and technical solutions let us tailor the venue to the size of your event.<\/p>\n      <h4>Capabilities<\/h4>\n      <ul>\n        <li><strong>LED displays:<\/strong> 3\u00d7 LED video walls (scoreboards, presentations, broadcasts).<\/li>\n        <li><strong>Sound:<\/strong> professional system (handheld + headset microphones).<\/li>\n        <li><strong>Stage &#038; lighting:<\/strong> modular solutions\u2014fit for concerts and award ceremonies.<\/li>\n        <li><strong>Seating plans:<\/strong> theater, classroom, and banquet layouts.<\/li>\n        <li><strong>Zones:<\/strong> curtains for backstage, catering, and exhibitor areas.<\/li>\n      <\/ul>\n      <h4>Competition HQ &#038; media<\/h4>\n      <ul>\n        <li>Accreditation area, secretariat, press corner, and results displayed on LED walls.<\/li>\n        <li>Live broadcast support (signal, camera positions, commentary area\u2014per agreement).<\/li>\n      <\/ul>\n      <h4>Full service on site<\/h4>\n      <ul>\n        <li>Accommodation: hotel and cottages.<\/li>\n        <li>Catering: breakfast, lunch, dinner, coffee breaks.<\/li>\n        <li>Recovery: gym, saunas, cold and rehab facilities.<\/li>\n      <\/ul>\n      <p class=\"muted\">Ask for a tailored plan: we can draw the seating plan, stage setup, and technical specs based on your event profile.<\/p>\n\n      <div class=\"cta-box\" style=\"margin-top:1.25rem;padding:1rem 1.25rem;border:2px solid #0b74c5;border-radius:.75rem;background:#f7fbff\">\n        <strong style=\"display:block;font-size:1.05rem;margin-bottom:.25rem;color:#0a63a8\">Info &#038; booking:<\/strong>\n        <div>\ud83d\udcde (+372) 766 9500<\/div>\n        <div>\ud83d\udce7 <a href=\"mailto:administraator@tehvandi.ee\">administraator@tehvandi.ee<\/a><\/div>\n      <\/div>\n    <\/section>\n\n    <!-- GALLERY -->\n    <section id=\"panel-4\" class=\"tab-panel\" role=\"tabpanel\" aria-labelledby=\"tab-4\" aria-hidden=\"true\">\n      <div class=\"gallery-grid gallery-3\" id=\"gallery\">\n        <a class=\"gallery-item\" href=\"#\" data-full=\"\/wp-content\/uploads\/2025\/09\/Tehvandi-hall-SISE-scaled.jpg\" aria-label=\"Open large\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/Tehvandi-hall-SISE-scaled.jpg\" alt=\"Tehvandi Hall\" loading=\"lazy\"\/>\n        <\/a>\n        <a class=\"gallery-item\" href=\"#\" data-full=\"\/wp-content\/uploads\/2025\/09\/DJI_20250923110325_0120_D-scaled.jpg\" aria-label=\"Open large\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/DJI_20250923110325_0120_D-scaled.jpg\" alt=\"Tehvandi Hall\" loading=\"lazy\"\/>\n        <\/a>\n        <a class=\"gallery-item\" href=\"#\" data-full=\"\/wp-content\/uploads\/2025\/09\/DJI_20250923105851_0113_D-scaled.jpg\" aria-label=\"Open large\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/DJI_20250923105851_0113_D-scaled.jpg\" alt=\"Tehvandi Hall \u2013 exterior view\" loading=\"lazy\"\/>\n        <\/a>\n        <a class=\"gallery-item\" href=\"#\" data-full=\"\/wp-content\/uploads\/2025\/09\/DJI_20250923105800_0111_D-scaled.jpg\" aria-label=\"Open large\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/DJI_20250923105800_0111_D-scaled.jpg\" alt=\"Tehvandi Hall\" loading=\"lazy\"\/>\n        <\/a>\n        <a class=\"gallery-item\" href=\"#\" data-full=\"\/wp-content\/uploads\/2025\/03\/IMG_6030-scaled.jpg\" aria-label=\"Open large\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/03\/IMG_6030-scaled.jpg\" alt=\"Tehvandi Hall\" loading=\"lazy\"\/>\n        <\/a>\n        <a class=\"gallery-item\" href=\"#\" data-full=\"\/wp-content\/uploads\/2025\/09\/IMG_6026-scaled-e1758702808843.jpg\" aria-label=\"Tehvandi Hall\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/IMG_6026-scaled-e1758702808843.jpg\" alt=\"Tehvandi Hall\" loading=\"lazy\"\/>\n        <\/a>  \n        <a class=\"gallery-item\" href=\"#\" data-full=\"\/wp-content\/uploads\/2025\/09\/IMG_6035-scaled.jpg\" aria-label=\"Tehvandi Hall\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/IMG_6035-scaled.jpg\" alt=\"Tehvandi Hall\" loading=\"lazy\"\/>\n        <\/a>\n        <a class=\"gallery-item\" href=\"#\" data-full=\"\/wp-content\/uploads\/2025\/09\/IMG_6020-scaled.jpg\" aria-label=\"Open large\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/IMG_6020-scaled.jpg\" alt=\"Event center view\" loading=\"lazy\"\/>\n        <\/a>\n        <a class=\"gallery-item\" href=\"#\" data-full=\"\/wp-content\/uploads\/2025\/10\/DJI_20250911145106_0106_D-scaled.jpg\" aria-label=\"Tehvandi Hall\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/10\/DJI_20250911145106_0106_D-scaled.jpg\" alt=\"Tehvandi Hall\" loading=\"lazy\"\/>\n        <\/a>\n      <\/div>\n\n      <!-- Lightbox -->\n      <div class=\"lightbox\" id=\"lightbox\" aria-hidden=\"true\" aria-label=\"Gallery preview\">\n        <div class=\"lightbox-inner\">\n          <img decoding=\"async\" id=\"lightboxImg\" src=\"\" alt=\"Gallery image\"\/>\n          <button class=\"lb-close\" id=\"lbClose\" aria-label=\"Close\">Close<\/button>\n          <button class=\"lb-prev\" id=\"lbPrev\" aria-label=\"Previous\">\u2039<\/button>\n          <button class=\"lb-next\" id=\"lbNext\" aria-label=\"Next\">\u203a<\/button>\n        <\/div>\n      <\/div>\n\n      <div class=\"cta-box\" style=\"margin-top:1.25rem;padding:1rem 1.25rem;border:2px solid #0b74c5;border-radius:.75rem;background:#f7fbff\">\n        <strong style=\"display:block;font-size:1.05rem;margin-bottom:.25rem;color:#0a63a8\">Info &#038; booking:<\/strong>\n        <div>\ud83d\udcde (+372) 766 9500<\/div>\n        <div>\ud83d\udce7 <a href=\"mailto:administraator@tehvandi.ee\">administraator@tehvandi.ee<\/a><\/div>\n      <\/div>\n    <\/section>\n  <\/div>\n<\/div>\n\n<script>\n\/\/ --- TAB + MODAL IIFE ---\n(function(){\n  const root = document.getElementById('tehvandi-tabs');\n  if(!root) return;\n  const tabs = Array.from(root.querySelectorAll('[role=\"tab\"]'));\n  const panels = Array.from(root.querySelectorAll('[role=\"tabpanel\"]'));\n\n  function selectTab(tab){\n    tabs.forEach(t => t.setAttribute('aria-selected', String(t===tab)));\n    panels.forEach(p => p.setAttribute('aria-hidden', String('#'+p.id !== '#'+tab.getAttribute('aria-controls'))));\n    const idMap = { 'tab-1':'tab-uldinfo','tab-2':'tab-spordialad','tab-3':'tab-sundmuskeskus','tab-4':'tab-galerii' };\n    if(history.replaceState){ history.replaceState(null, '', '#'+idMap[tab.id]); }\n  }\n  tabs.forEach(tab => tab.addEventListener('click', () => selectTab(tab)));\n\n  root.addEventListener('keydown', (e)=>{\n    if(e.target.getAttribute('role') !== 'tab') return;\n    const i = tabs.indexOf(e.target);\n    if(e.key === 'ArrowRight'){ e.preventDefault(); const t = tabs[(i+1)%tabs.length]; t.focus(); selectTab(t); }\n    if(e.key === 'ArrowLeft'){ e.preventDefault(); const t = tabs[(i-1+tabs.length)%tabs.length]; t.focus(); selectTab(t); }\n    if(e.key === 'Home'){ e.preventDefault(); tabs[0].focus(); selectTab(tabs[0]); }\n    if(e.key === 'End'){ e.preventDefault(); tabs[tabs.length-1].focus(); selectTab(tabs[tabs.length-1]); }\n  });\n\n  function openByHash(){\n    const h = (location.hash||'').toLowerCase();\n    let target = null;\n    if(h.includes('spordialad')) target = root.querySelector('#tab-2');\n    else if(h.includes('sundmuskeskus') || h.includes('s\u00fcndmuskeskus')) target = root.querySelector('#tab-3');\n    else if(h.includes('galerii')) target = root.querySelector('#tab-4');\n    else target = root.querySelector('#tab-1');\n    if(target) selectTab(target);\n  }\n  window.addEventListener('hashchange', openByHash);\n  openByHash();\n\n  \/\/ Sports modal \u2013 HTML blocks with the new .tech-box layout\n  const data = {\n    volleyball:{\n      title:'Volleyball',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>Ceiling height <strong>10 m<\/strong><\/li>\n            <li>Courts separable with curtains<\/li>\n            <li>Block walls and ball cannon for drills<\/li>\n            <li>Taraflex Evolution <strong>8 mm<\/strong> PVC sports flooring<\/li>\n            <li>Stigmar Softland subfloor system<\/li>\n            <li>MR LED scoreboard \/ video wall<\/li>\n            <li>Sound system with headset and handheld mics<\/li>\n            <li>Total hall area: <strong>24 \u00d7 44 m<\/strong><\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/10\/IMG_7245-scaled.jpeg\" alt=\"Volleyball court \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    },\n    handball:{\n      title:'Handball',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>Handball goals with floor anchors<\/li>\n            <li>Taraflex Evolution 8 mm PVC sports flooring<\/li>\n            <li>Stigmar Softland subfloor system<\/li>\n            <li>MR LED scoreboard \/ video wall<\/li>\n            <li>Sound system with headset and handheld mics<\/li>\n            <li>Courts separable with curtains<\/li>\n            <li>Total sports hall area: 24 \u00d7 44 m<\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/IMG_6929-scaled.jpg\" alt=\"Handball court \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    },\n    basketball:{\n      title:'Basketball',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>Full-size basketball court (total hall area 24 \u00d7 44 m)<\/li>\n            <li>Fits 2 side-by-side practice courts (19 \u00d7 15 m)<\/li>\n            <li>Sportsystem hoops 325 cm + 24s shot clocks<\/li>\n            <li>Dr. Dish shooting machine<\/li>\n            <li>Taraflex 8 mm PVC sports flooring<\/li>\n            <li>Stigmar Softland subfloor<\/li>\n            <li>MR LED scoreboard \/ video wall<\/li>\n            <li>Sound system with headset and handheld mics<\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/IMG_6839-scaled.jpg\" alt=\"Basketball \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    },\n    futsal:{\n      title:'Futsal',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>Official futsal court markings<\/li>\n            <li>Goals with floor anchors<\/li>\n            <li>Taraflex Evolution 8 mm PVC sports flooring<\/li>\n            <li>Stigmar Softland subfloor system<\/li>\n            <li>MR LED scoreboard \/ video wall<\/li>\n            <li>Sound system with headset and handheld mics<\/li>\n            <li>Total sports hall area: 24 \u00d7 44 m<\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/IMG_7934-scaled.jpg\" alt=\"Futsal court \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    },\n    floorball:{\n      title:'Floorball',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>Goals, boards, balls, and sticks on site<\/li>\n            <li>Taraflex Evolution 8 mm PVC sports flooring<\/li>\n            <li>Stigmar Softland subfloor system<\/li>\n            <li>MR LED scoreboard \/ video wall<\/li>\n            <li>Sound system with headset and handheld mics<\/li>\n            <li>Total sports hall area: 24 \u00d7 44 m<\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/20260404_094239908_iOS-scaled.jpg\" alt=\"Floorball \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    },\n    badminton:{\n      title:'Badminton',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>Up to 6 badminton courts at once<\/li>\n            <li>Competition-grade nets and posts<\/li>\n            <li>Stringing machine: Wilson Baiardo<\/li>\n            <li>Taraflex Evolution 8 mm PVC sports flooring<\/li>\n            <li>Stigmar Softland subfloor system<\/li>\n            <li>MR LED scoreboard \/ video wall<\/li>\n            <li>Sound system with headset and handheld mics<\/li>\n            <li>Total sports hall area: 24 \u00d7 44 m<\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/01\/IMG_8842-scaled.jpg\" alt=\"Badminton \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    },\n    pickleball:{\n      title:'Pickleball',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>In addition to outdoor courts, play is possible in the new Tehvandi Hall<\/li>\n            <li>Outdoor surface with shock-absorbing Lateral Forgiveness\u2122<\/li>\n            <li>Joint-friendly, reduces injuries<\/li>\n            <li>Proper bounce and game experience<\/li>\n            <li>Durable, UV-protected, suitable for all weather<\/li>\n            <li>Certified quality, 100% recyclable<\/li>\n            <li>Reduces risk of abrasions and skin injuries; softer than typical courts<\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/03\/DJI_20250513121216_0143_D-scaled.jpg\" alt=\"Pickleball \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    },\n    judo:{\n      title:'Judo',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>High-quality judo mats<\/li>\n            <li>Possible to cover the entire hall area (24 \u00d7 44 m)<\/li>\n            <li>Judo mats Martial Arts Tatami AGGLOREX 40 mm<\/li>\n            <li>Taraflex Evolution 8 mm PVC sports flooring<\/li>\n            <li>Stigmar Softland subfloor system<\/li>\n            <li>MR LED scoreboard \/ video wall<\/li>\n            <li>Sound system with headset and handheld mics<\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/FUJI_Tatami_Mat_yellow_Kampfsportmatte_gelb_7-1.jpg\" alt=\"Judo \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    },\n    wrestling:{\n      title:'Wrestling',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>High-quality wrestling mats<\/li>\n            <li>Possible to cover the entire hall area (24 \u00d7 44 m)<\/li>\n            <li>Wrestling mats Wrestlingmat 14\u00d714 HGB ECONOMY<\/li>\n            <li>Taraflex Evolution 8 mm PVC sports flooring<\/li>\n            <li>Stigmar Softland subfloor system<\/li>\n            <li>MR LED scoreboard \/ video wall<\/li>\n            <li>Sound system with headset and handheld mics<\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/PLS-8853B-conf.jpg\" alt=\"Wrestling \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    },\n    karate:{\n      title:'Karate',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>Martial Arts Tatami AGGLOREX 40 mm<\/li>\n            <li>Layout: multiple rings in parallel<\/li>\n            <li>Taraflex Evolution 8 mm PVC sports flooring<\/li>\n            <li>Stigmar Softland subfloor system<\/li>\n            <li>MR LED scoreboard \/ video wall<\/li>\n            <li>Sound system with headset and handheld mics<\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/FUJI_Tatami_Mat_yellow_Kampfsportmatte_gelb_7-1.jpg\" alt=\"Karate \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    },\n    gym:{\n      title:'Gymnastics',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>Ceiling height 10 m<\/li>\n            <li>High-quality Tapigym rhythmic gymnastics carpets<\/li>\n            <li>Taraflex Evolution 8 mm PVC sports flooring<\/li>\n            <li>Stigmar Softland subfloor system<\/li>\n            <li>Sound system with headset and handheld mics<\/li>\n            <li>MR LED scoreboard \/ video wall<\/li>\n            <li>Total sports hall area: 24 \u00d7 44 m<\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/02\/20260207_111016801_iOS-scaled.jpg\" alt=\"Rhythmic gymnastics \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    },\n    fencing:{\n      title:'Fencing',\n      html:`\n        <div class=\"tech-box\">\n          <h4>Technical data<\/h4>\n          <ul>\n            <li>Uhlmann Fencing pistes:<\/li>\n            <li>\u2013 5 pistes width 200 cm<\/li>\n            <li>\u2013 4 pistes width 150 cm<\/li>\n            <li>Spacious hall area: 24 \u00d7 44 m<\/li>\n            <li>Taraflex Evolution 8 mm PVC sports flooring<\/li>\n            <li>Stigmar Softland subfloor system<\/li>\n            <li>MR LED scoreboard \/ video wall<\/li>\n            <li>Sound system with headset and handheld mics<\/li>\n          <\/ul>\n          <div class=\"media\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/IMG_5332-scaled-e1758702343475.jpg\" alt=\"Fencing \u2013 Tehvandi Hall\"><\/div>\n        <\/div>`\n    }\n  };\n\n  const modal = document.getElementById('sportModal');\n  const titleEl = document.getElementById('sportTitle');\n  const contentEl = document.getElementById('sportContent');\n  const closeBtn = document.getElementById('sportClose');\n\n  function openModal(key){\n    const d = data[key]; if(!d) return;\n    titleEl.textContent = d.title;\n    contentEl.innerHTML = d.html || '';\n    modal.setAttribute('aria-hidden','false');\n    document.body.style.overflow='hidden';\n  }\n  function closeModal(){ modal.setAttribute('aria-hidden','true'); document.body.style.overflow=''; }\n\n  document.getElementById('sportGrid').addEventListener('click', (e)=>{\n    const btn = e.target.closest('.sport-card'); if(!btn) return;\n    openModal(btn.getAttribute('data-sport'));\n  });\n  closeBtn.addEventListener('click', closeModal);\n  document.getElementById('sportModal').addEventListener('click', (e)=>{ if(e.target.id==='sportModal') closeModal(); });\n  window.addEventListener('keydown',(e)=>{ if(e.key==='Escape' && modal.getAttribute('aria-hidden')==='false') closeModal(); });\n\n  \/\/ Quick checks\n  console.assert(tabs.length === 4, 'Test: 4 TAB buttons');\n  console.assert(document.getElementById('sportGrid'), 'Test: Sports grid exists');\n  console.assert(!!data.volleyball && !!data.handball, 'Test: sports data present');\n})();\n\n\/\/ --- GALLERY LIGHTBOX IIFE ---\n(function(){\n  const grid = document.getElementById('gallery');\n  const box = document.getElementById('lightbox');\n  const img = document.getElementById('lightboxImg');\n  const prev = document.getElementById('lbPrev');\n  const next = document.getElementById('lbNext');\n  const close = document.getElementById('lbClose');\n  let items = [];\n  let idx = 0;\n\n  function open(i){ idx=i; img.src = items[idx].getAttribute('data-full'); box.setAttribute('aria-hidden','false'); document.body.style.overflow='hidden'; }\n  function hide(){ box.setAttribute('aria-hidden','true'); document.body.style.overflow=''; }\n  function step(d){ idx=(idx+d+items.length)%items.length; img.src = items[idx].getAttribute('data-full'); }\n\n  function bind(){ if(!grid) return; items = Array.from(grid.querySelectorAll('[data-full]'));\n    grid.addEventListener('click',(e)=>{ const a=e.target.closest('[data-full]'); if(!a) return; e.preventDefault(); open(items.indexOf(a)); });\n    close.addEventListener('click', hide);\n    box.addEventListener('click',(e)=>{ if(e.target===box) hide(); });\n    prev.addEventListener('click',()=>step(-1));\n    next.addEventListener('click',()=>step(1));\n    window.addEventListener('keydown',(e)=>{ if(box.getAttribute('aria-hidden')==='true') return;\n      if(e.key==='Escape') hide(); else if(e.key==='ArrowLeft') step(-1); else if(e.key==='ArrowRight') step(1);\n    });\n  }\n  bind();\n\n  \/\/ Quick check\n  console.assert(document.getElementById('lightbox'), 'Test: Lightbox exists');\n})();\n<\/script>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6030-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"3602\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6030-1024x768.jpg\" alt=\"Tehvandi spordihall\" class=\"wp-image-3602\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6030-1024x768.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6030-300x225.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6030-768x576.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6030-1536x1152.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6030-2048x1536.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6030-500x375.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6020-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"3593\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6020-1024x768.jpg\" alt=\"Tehvandi spordihall\" class=\"wp-image-3593\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6020-1024x768.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6020-300x225.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6020-768x576.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6020-1536x1152.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6020-2048x1536.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6020-500x375.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7505-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"3942\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7505-1024x768.jpg\" alt=\"\" class=\"wp-image-3942\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7505-1024x768.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7505-300x225.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7505-768x576.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7505-1536x1152.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7505-2048x1536.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7505-500x375.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6035-Copy-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"3596\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6035-Copy-1024x768.jpg\" alt=\"Tehvandi spordihall\" class=\"wp-image-3596\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6035-Copy-1024x768.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6035-Copy-300x225.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6035-Copy-768x576.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6035-Copy-1536x1152.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6035-Copy-2048x1536.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/03\/IMG_6035-Copy-500x375.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7504-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"3939\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7504-1024x768.jpg\" alt=\"\" class=\"wp-image-3939\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7504-1024x768.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7504-300x225.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7504-768x576.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7504-1536x1152.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7504-2048x1536.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/11\/IMG_7504-500x375.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/10\/DSC00393-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-id=\"3929\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/10\/DSC00393-1024x683.jpg\" alt=\"\" class=\"wp-image-3929\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/10\/DSC00393-1024x683.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/10\/DSC00393-300x200.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/10\/DSC00393-768x512.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/10\/DSC00393-1536x1024.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/10\/DSC00393-2048x1365.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/10\/DSC00393-500x333.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8199-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"4141\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8199-1024x768.jpg\" alt=\"Tehvandi hall as event centre\" class=\"wp-image-4141\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8199-1024x768.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8199-300x225.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8199-768x576.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8199-1536x1152.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8199-2048x1536.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8199-500x375.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8115-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"4135\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8115-1024x768.jpg\" alt=\"Tehvandi as event centre\" class=\"wp-image-4135\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8115-1024x768.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8115-300x225.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8115-768x576.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8115-1536x1152.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8115-2048x1536.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8115-500x375.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8117-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"4138\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8117-1024x768.jpg\" alt=\"Tehvandi as event centre\" class=\"wp-image-4138\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8117-1024x768.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8117-300x225.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8117-768x576.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8117-1536x1152.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8117-2048x1536.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/12\/IMG_8117-500x375.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"4347\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2026\/01\/IMG_9051-1024x768.jpg\" alt=\"V\u00f5rkpalliv\u00e4ljak ja trib\u00fc\u00fcnid Tehvandi hallis\" class=\"wp-image-4347\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2026\/01\/IMG_9051-1024x768.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2026\/01\/IMG_9051-300x225.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2026\/01\/IMG_9051-768x576.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2026\/01\/IMG_9051-1536x1152.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2026\/01\/IMG_9051-2048x1536.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2026\/01\/IMG_9051-500x375.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1042\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-pohinurk-1024x576.jpg\" alt=\"Tehvandi tugiteenuste keskus - sport, konverents ja suur\u00fcritused\" class=\"wp-image-1042\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-pohinurk-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-pohinurk-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-pohinurk-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-pohinurk-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-pohinurk-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-pohinurk-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1039\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-tagant-1024x576.jpg\" alt=\"Tehvandi tugiteenuste keskus - sport, konverents ja suur\u00fcritused\" class=\"wp-image-1039\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-tagant-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-tagant-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-tagant-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-tagant-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-tagant-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-tagant-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1036\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-videvik-1024x576.jpg\" alt=\"Tehvandi tugiteenuste keskus - sport, konverents ja suur\u00fcritused\" class=\"wp-image-1036\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-videvik-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-videvik-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-videvik-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-videvik-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-videvik-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-videvik-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1033\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade1-1024x576.jpg\" alt=\"\" class=\"wp-image-1033\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade1-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade1-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade1-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade1-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade1-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade1-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1030\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-linnuvaade-1024x576.jpg\" alt=\"\" class=\"wp-image-1030\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-linnuvaade-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-linnuvaade-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-linnuvaade-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-linnuvaade-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-linnuvaade-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-linnuvaade-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1027\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-parklastkuljepealt-1024x576.jpg\" alt=\"\" class=\"wp-image-1027\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-parklastkuljepealt-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-parklastkuljepealt-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-parklastkuljepealt-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-parklastkuljepealt-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-parklastkuljepealt-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-parklastkuljepealt-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1024\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade2-1024x576.jpg\" alt=\"\" class=\"wp-image-1024\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade2-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade2-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade2-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade2-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade2-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lahivaade2-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1021\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-horisontaalvaade-1024x576.jpg\" alt=\"\" class=\"wp-image-1021\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-horisontaalvaade-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-horisontaalvaade-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-horisontaalvaade-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-horisontaalvaade-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-horisontaalvaade-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-horisontaalvaade-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1018\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lumine-1024x576.jpg\" alt=\"\" class=\"wp-image-1018\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lumine-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lumine-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lumine-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lumine-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lumine-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-lumine-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"997\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-ekstreemspordisaal-1024x576.jpg\" alt=\"\" class=\"wp-image-997\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-ekstreemspordisaal-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-ekstreemspordisaal-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-ekstreemspordisaal-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-ekstreemspordisaal-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-ekstreemspordisaal-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-ekstreemspordisaal-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1003\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-jousaal-1024x576.jpg\" alt=\"\" class=\"wp-image-1003\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-jousaal-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-jousaal-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-jousaal-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-jousaal-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-jousaal-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-jousaal-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1009\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-koridor-spasse-1024x576.jpg\" alt=\"\" class=\"wp-image-1009\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-koridor-spasse-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-koridor-spasse-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-koridor-spasse-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-koridor-spasse-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-koridor-spasse-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-koridor-spasse-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1012\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-puhkeala-1024x576.jpg\" alt=\"\" class=\"wp-image-1012\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-puhkeala-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-puhkeala-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-puhkeala-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-puhkeala-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-puhkeala-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-puhkeala-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1000\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-suursaal-1024x576.jpg\" alt=\"\" class=\"wp-image-1000\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-suursaal-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-suursaal-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-suursaal-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-suursaal-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-suursaal-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-suursaal-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1015\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-taastuskeskus-2-1024x576.jpg\" alt=\"\" class=\"wp-image-1015\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-taastuskeskus-2-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-taastuskeskus-2-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-taastuskeskus-2-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-taastuskeskus-2-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-taastuskeskus-2-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-taastuskeskus-2-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"1006\" src=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-Taastuskeskus-1024x576.jpg\" alt=\"\" class=\"wp-image-1006\" srcset=\"https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-Taastuskeskus-1024x576.jpg 1024w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-Taastuskeskus-300x169.jpg 300w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-Taastuskeskus-768x432.jpg 768w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-Taastuskeskus-1536x864.jpg 1536w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-Taastuskeskus-2048x1152.jpg 2048w, https:\/\/tehvandi.ee\/wp-content\/uploads\/2025\/01\/Tehvandi-tugiteenuste-keskus-Taastuskeskus-500x281.jpg 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/figure>\n\n\n\n<p><strong>Quality in Every Detail<\/strong><br>Designed to harmonize with Tehvandi&#8217;s natural surroundings, the center combines modern and convenient solutions for athletes and visitors. Additional facilities include conference and seminar rooms, offering a perfect space to bridge the worlds of sports and academia.<\/p>\n\n\n\n<p><strong>Location and Completion<\/strong><br>Located in the heart of the Tehvandi Sports Center, the facility provides easy access to all sports tracks and amenities. The building is scheduled for completion on October 1, 2025.<\/p>\n\n\n\n<p>Discover the opportunities offered by the Tehvandi Support Services Center \u2013 for sports, recovery, and beyond!<\/p>\n","protected":false},"author":1,"featured_media":3929,"parent":0,"menu_order":0,"template":"","class_list":["post-1215","spordirajatised","type-spordirajatised","status-publish","has-post-thumbnail","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/tehvandi.ee\/en\/wp-json\/wp\/v2\/spordirajatised\/1215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tehvandi.ee\/en\/wp-json\/wp\/v2\/spordirajatised"}],"about":[{"href":"https:\/\/tehvandi.ee\/en\/wp-json\/wp\/v2\/types\/spordirajatised"}],"author":[{"embeddable":true,"href":"https:\/\/tehvandi.ee\/en\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":13,"href":"https:\/\/tehvandi.ee\/en\/wp-json\/wp\/v2\/spordirajatised\/1215\/revisions"}],"predecessor-version":[{"id":4496,"href":"https:\/\/tehvandi.ee\/en\/wp-json\/wp\/v2\/spordirajatised\/1215\/revisions\/4496"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tehvandi.ee\/en\/wp-json\/wp\/v2\/media\/3929"}],"wp:attachment":[{"href":"https:\/\/tehvandi.ee\/en\/wp-json\/wp\/v2\/media?parent=1215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}