{"id":286,"date":"2025-02-24T19:35:20","date_gmt":"2025-02-24T19:35:20","guid":{"rendered":"https:\/\/oresek.eu\/?page_id=286"},"modified":"2025-05-11T14:53:24","modified_gmt":"2025-05-11T14:53:24","slug":"wholesite","status":"publish","type":"page","link":"https:\/\/zivaremic.com\/sl\/wholesite\/","title":{"rendered":"wholesite"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"286\" class=\"elementor elementor-286\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c0178e e-con-full e-flex e-con e-parent\" data-id=\"6c0178e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebbda41 elementor-widget elementor-widget-html\" data-id=\"ebbda41\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n\r\n  <!-- Font Awesome for Social Icons -->\r\n  <link\r\n    rel=\"stylesheet\"\r\n    href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\"\r\n  \/>\r\n\r\n  <!-- Load GSAP and ScrollTrigger -->\r\n  <script src=\"https:\/\/unpkg.com\/lenis@1.1.20\/dist\/lenis.min.js\"><\/script>\r\n  <script\r\n    src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.5\/gsap.min.js\"\r\n  ><\/script>\r\n  <script\r\n    src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.5\/ScrollTrigger.min.js\"\r\n  ><\/script>\r\n\r\n  <style>\r\n    \/* Reset Styles *\/\r\n    * {\r\n      padding: 0;\r\n      margin: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    \/* General Styles *\/\r\n    body {\r\n      font-family: 'Spartan', sans-serif;\r\n      overflow-x: hidden;\r\n    }\r\n    .no-scroll {\r\n      overflow: hidden;\r\n    }\r\n\r\n    \/* Full-page container with white background *\/\r\n    .full-page {\r\n      background-color: white;\r\n      position: relative;\r\n    }\r\n\r\n    \/* ------------------------------------------------------------------\r\n       DESKTOP HEADER\r\n       ------------------------------------------------------------------ *\/\r\n    .header {\r\n      position: absolute;\r\n      top: 25px;\r\n      left: 0;\r\n      width: 100%;\r\n      padding: 0 5%;\r\n      z-index: 110;\r\n      \/* We remove the default justify-content:space-between so we can\r\n         precisely align in the media query below. *\/\r\n      display: flex;\r\n      align-items: center;\r\n    }\r\n    \/* We'll align the logo, menu, and lang switcher in the desktop query *\/\r\n    @media (min-width: 769px) {\r\n      .header .logo {\r\n        \/* The logo is on the left; no auto-stretch *\/\r\n        flex: 0 0 auto;\r\n        \/* Optionally set a max width if you want the logo smaller or bigger *\/\r\n        max-width: 10%;\r\n      }\r\n      .header .menu {\r\n        \/* The menu is in the center, taking leftover space *\/\r\n        flex: 1;\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n      }\r\n      .header .lang-switcher {\r\n        \/* The language switcher is pinned on the right *\/\r\n        flex: 0 0 auto;\r\n      }\r\n    }\r\n    \r\n    @media (max-width: 768px) {\r\n  \/* Mobile: smaller logo (25% width) *\/\r\n  .mobile-header .logo img {\r\n    max-width: 40% !important;\r\n    height: auto !important;\r\n  }\r\n}\r\n\r\n    @media (max-width: 768px) {\r\n  \/* Mobile: smaller logo (25% width) *\/\r\n  .logo{\r\n    position: relative;\r\n    left: -100px;\r\n    \r\n  }\r\n}\r\n\r\n\r\n    \r\n\r\n    \/* Logo container *\/\r\n    .logo {\r\n      font-family: 'Spartan', sans-serif;\r\n      font-weight: 800;\r\n      text-transform: uppercase;\r\n      color: white;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      line-height: 1;\r\n    }\r\n    .logo img {\r\n      display: block;\r\n      height: auto;\r\n    }\r\n\r\n    \/* Menu, Language Switcher, etc. *\/\r\n    .menu { }\r\n    .menu-items {\r\n      list-style: none;\r\n      display: flex;\r\n      gap: 30px;\r\n      margin: 0;\r\n      padding: 0;\r\n    }\r\n    .menu-items li a {\r\n      text-decoration: none;\r\n      color: white;\r\n      text-transform: capitalize;\r\n      font-size: 20px;\r\n    }\r\n    .menu-items li a:hover {\r\n      color: #57d653;\r\n    }\r\n    .lang-switcher {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n    .lang-btn {\r\n      text-decoration: none;\r\n      color: white;\r\n      cursor: pointer;\r\n    }\r\n    .lang-btn:hover {\r\n      color: #57d653;\r\n    }\r\n    .lang-btn.active {\r\n      font-weight: bold;\r\n    }\r\n\r\n    \/* ------------------------------------------------------------------\r\n       MOBILE HEADER (unchanged)\r\n       ------------------------------------------------------------------ *\/\r\n    .mobile-header {\r\n      display: none;\r\n    }\r\n    .hamburger-icon {\r\n      font-size: 30px;\r\n      color: white;\r\n      cursor: pointer;\r\n      padding: 10px;\r\n    }\r\n\r\n    \/* MOBILE MENU *\/\r\n    .mobile-menu {\r\n      position: fixed;\r\n      top: 0;\r\n      right: 0;\r\n      width: 80%;\r\n      height: 100vh;\r\n      background-color: white;\r\n      box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);\r\n      z-index: 999;\r\n      display: flex;\r\n      flex-direction: column;\r\n      justify-content: center;\r\n      align-items: center;\r\n      transform: translateX(100%);\r\n      transition: transform 0.5s ease;\r\n    }\r\n    .mobile-menu.active {\r\n      transform: translateX(0);\r\n    }\r\n    .mobile-menu .close-icon {\r\n      position: absolute;\r\n      top: 25px;\r\n      right: 25px;\r\n      font-size: 30px;\r\n      color: black;\r\n      cursor: pointer;\r\n    }\r\n    .mobile-menu ul {\r\n      list-style: none;\r\n      padding: 0;\r\n      margin: 0 auto;\r\n      text-align: center;\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 20px;\r\n      align-items: center;\r\n      justify-content: center;\r\n    }\r\n    .mobile-menu li a {\r\n      text-decoration: none;\r\n      color: black;\r\n      transition: color 0.3s;\r\n      text-transform: capitalize;\r\n    }\r\n    .mobile-menu li a:hover {\r\n      color: #57d653;\r\n    }\r\n    .lang-btn-container {\r\n      display: flex;\r\n      gap: 10px;\r\n      justify-content: center;\r\n    }\r\n\r\n    \/* Content Section *\/\r\n    .content-scroll {\r\n      height: 100vh;\r\n      width: 100%;\r\n      background-image: url('https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/ziva-scaled.jpg');\r\n      background-color: black;\r\n      background-size: 150% auto;\r\n      background-position: center;\r\n      background-repeat: no-repeat;\r\n      position: relative;\r\n      z-index: 1;\r\n      display: flex;\r\n      flex-direction: column;\r\n      justify-content: center;\r\n      align-items: center;\r\n      text-align: center;\r\n      overflow: hidden;\r\n      padding-top: 100px;\r\n      border-bottom-left-radius: 30px;\r\n      border-bottom-right-radius: 30px;\r\n    }\r\n\r\n    \/* Content Wrapper *\/\r\n    .content-wrapper {\r\n      max-width: 800px;\r\n      width: 90%;\r\n      margin: 0 auto;\r\n      text-align: center;\r\n      position: relative;\r\n      z-index: 101;\r\n    }\r\n\r\n    \/* Overlay Zoom *\/\r\n    .overlay-zoom {\r\n      height: 100vh;\r\n      width: 100%;\r\n      position: fixed;\r\n      top: 0;\r\n      left: 0;\r\n      background-image: url('https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Subtract.svg');\r\n      background-size: cover;\r\n      background-position: center;\r\n      background-repeat: no-repeat;\r\n      z-index: 5;\r\n      transform-origin: center center;\r\n      pointer-events: none;\r\n    }\r\n    @media (max-width: 768px) {\r\n      .overlay-zoom {\r\n        background-image: url('https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/mobileSubtract.svg');\r\n      }\r\n    }\r\n\r\n    \/* ---------- GIF (added) ---------- *\/\r\n    .overlay-zoom .overlay-gif{\r\n      position:absolute;\r\n      width:100px;\r\n      height:100px;\r\n      bottom:15%;\r\n      left:50%;\r\n      transform:translateX(-50%);\r\n      object-fit:contain;\r\n      pointer-events:none;\r\n      z-index:1;\r\n    }\r\n\r\n    \/* Dark Overlay *\/\r\n    .dark-overlay {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      height: 100%;\r\n      width: 100%;\r\n      background-color: black;\r\n      pointer-events: none;\r\n      z-index: 2;\r\n    }\r\n\r\n    \/* Desktop h1 styling *\/\r\n    .a-foldh1 {\r\n      color: white;\r\n      font-family: 'Spartan', sans-serif;\r\n      font-weight: 800;\r\n      text-align: center;\r\n      font-size: clamp(3rem, 12vw, 10rem);\r\n      margin: 10vh auto 0 auto;\r\n      white-space: nowrap;\r\n      text-transform: uppercase;\r\n      display: flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n    }\r\n\r\n    \/* Desktop p styling *\/\r\n    .a-foldp {\r\n      color: #fff;\r\n      font-family: 'Spartan', sans-serif;\r\n      font-size: clamp(1rem, 2vw, 1.5rem);\r\n      margin-top: -2vh;\r\n    }\r\n\r\n    \/* Responsive Text Versions *\/\r\n    .a-foldp.mobile-version {\r\n      display: none;\r\n    }\r\n    @media (max-width: 768px) {\r\n      .a-foldp.desktop-version {\r\n        display: none;\r\n      }\r\n      .a-foldp.mobile-version {\r\n        display: block;\r\n      }\r\n      .a-foldh1 {\r\n        margin-bottom: 10px;\r\n      }\r\n    }\r\n\r\n    \/* Social Icons Styles *\/\r\n    .social-icons {\r\n      display: flex;\r\n      justify-content: center;\r\n      gap: 40px;\r\n      margin-top: 30px;\r\n      opacity: 0;\r\n      transform: scale(0.8);\r\n      z-index: 100;\r\n      position: relative;\r\n    }\r\n    .social-icons img {\r\n      width: 50px;\r\n      height: 50px;\r\n      filter: brightness(0) invert(1);\r\n      transition: transform 0.3s;\r\n    }\r\n    .social-icons img:hover {\r\n      transform: scale(1.2);\r\n    }\r\n\r\n    \/* Hide scrollbar for all browsers *\/\r\n    *::-webkit-scrollbar {\r\n      display: none;\r\n    }\r\n    * {\r\n      -ms-overflow-style: none;\r\n      scrollbar-width: none;\r\n    }\r\n\r\n    @media (max-width: 1024px) {\r\n      .socialmedia {\r\n        flex-direction: column;\r\n        align-items: center;\r\n      }\r\n      .socialbox {\r\n        width: 80%;\r\n        height: auto;\r\n      }\r\n      .card {\r\n        height: 250px;\r\n      }\r\n    }\r\n    @media (max-width: 768px) {\r\n      \/* Keep your mobile header visible on mobile; hide desktop header *\/\r\n      .header { display: none; }\r\n      .mobile-header {\r\n         display: flex;\r\n         position: absolute;\r\n         top: 25px;\r\n         left: 5%;\r\n         right: 5%;\r\n         align-items: center;\r\n         justify-content: space-between;\r\n         z-index: 110;\r\n      }\r\n      \/* Scale down the background image on mobile *\/\r\n      .content-scroll {\r\n        background-image: url('https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/AKOlimpija_Ziva137212-1_2-1.png');\r\n        background-size: 120% auto;\r\n        background-position: center;\r\n      }\r\n      .mobile-menu ul {\r\n        gap: 20px;\r\n      }\r\n      .mobile-menu li {\r\n        width: 100%;\r\n        text-align: center;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"full-page\">\r\n    <!-- Desktop Header: Logo, Menu, Language Switcher -->\r\n    <div class=\"header\">\r\n      <div class=\"logo\">\r\n        <!-- Desktop Logo -->\r\n        <img decoding=\"async\" \r\n          src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/image-25.png\" \r\n          alt=\"\u017dR Logo\"\r\n        \/>\r\n      <\/div>\r\n      <div class=\"menu\">\r\n        <ul class=\"menu-items\">\r\n          <li><a href=\"#ziva\">\u017diva<\/a><\/li>\r\n          <li><a href=\"#tekmovanja\">Tekmovanja<\/a><\/li>\r\n          <li><a href=\"#multimedija\">Multimedija<\/a><\/li>\r\n          <li><a href=\"#partnerji\">Partnerji<\/a><\/li>\r\n          <li><a href=\"#kontakt\">Kontakt<\/a><\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div class=\"lang-switcher\">\r\n        <a href=\"#\" class=\"lang-btn\" data-lang=\"slo\">SLO<\/a>\r\n        <a href=\"#\" class=\"lang-btn\" data-lang=\"eng\">ENG<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <!-- Mobile Header: Contains Logo on left and Hamburger Icon on right -->\r\n    <div class=\"mobile-header\">\r\n      <div class=\"logo\">\r\n        <!-- Mobile Logo -->\r\n        <img decoding=\"async\"\r\n          src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/image-25.png\"\r\n          alt=\"\u017dR Logo\"\r\n        \/>\r\n      <\/div>\r\n      <div class=\"hamburger-icon\">\r\n        <i class=\"fas fa-bars\"><\/i>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <!-- Mobile Menu (Hidden by Default) -->\r\n    <div class=\"mobile-menu\">\r\n      <div class=\"close-icon\">\r\n        <i class=\"fas fa-times\"><\/i>\r\n      <\/div>\r\n      <ul>\r\n        <li><a href=\"#ziva\">\u017diva<\/a><\/li>\r\n        <li><a href=\"#tekmovanja\">Tekmovanja<\/a><\/li>\r\n        <li><a href=\"#mediji\">Multimedija<\/a><\/li>\r\n        <li><a href=\"#partnerji\">Partnerji<\/a><\/li>\r\n        <li><a href=\"#kontakt\">Kontakt<\/a><\/li>\r\n        <li>\r\n          <div class=\"lang-btn-container\">\r\n            <a href=\"#\" class=\"lang-btn\" data-lang=\"slo\">SLO<\/a>\r\n            <a href=\"#\" class=\"lang-btn\" data-lang=\"eng\">ENG<\/a>\r\n          <\/div>\r\n        <\/li>\r\n      <\/ul>\r\n    <\/div>\r\n    \r\n    <!-- Content Section (Animation remains intact) -->\r\n    <div class=\"content-scroll\">\r\n      <div class=\"content-wrapper\">\r\n        <h1 class=\"a-foldh1\">\u017dIVA REMIC<\/h1>\r\n        <!-- Desktop version -->\r\n        <p class=\"a-foldp desktop-version\">\r\n          Track & Field Athlete | 15 Years Old | 9-Time National Record Holder\r\n        <\/p>\r\n        <!-- Mobile version -->\r\n        <p class=\"a-foldp mobile-version\">\r\n          Track & Field Athlete<br>\r\n          15 Years Old<br>\r\n          9-Time National Record Holder\r\n        <\/p>\r\n        <div class=\"social-icons\">\r\n          <a href=\"https:\/\/www.instagram.com\/zivaremic\/\" target=\"_blank\" class=\"icon instagram\">\r\n            <img decoding=\"async\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/square-instagram-brands.svg\" alt=\"Instagram\" \/>\r\n          <\/a>\r\n          <a href=\"https:\/\/www.facebook.com\/people\/%C5%BDiva-Remic\/61572480124090\" target=\"_blank\" class=\"icon facebook\">\r\n            <img decoding=\"async\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/square-facebook-brands.svg\" alt=\"Facebook\" \/>\r\n          <\/a>\r\n          <a href=\"https:\/\/x.com\/ZivaRemic\" target=\"_blank\" class=\"icon x\">\r\n            <img decoding=\"async\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/square-x-twitter-brands.svg\" alt=\"X (Twitter)\" \/>\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <!-- Dark Overlay (remains in place for animation) -->\r\n      <div class=\"dark-overlay\"><\/div>\r\n    <\/div>\r\n    \r\n    <!-- Overlay Zoom (for initial animation) -->\r\n    <div class=\"overlay-zoom\">\r\n      <!-- GIF added -->\r\n      <img decoding=\"async\"\r\n        src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/05\/Animation-1746114282611-1.gif\"\r\n        alt=\"Intro animation\"\r\n        class=\"overlay-gif\"\r\n      \/>\r\n    <\/div>\r\n  <\/div>\r\n  \r\n  <script>\r\n    \/\/ Register GSAP plugins\r\n    gsap.registerPlugin(ScrollTrigger);\r\n    \r\n    \/* INITIAL ANIMATION (Triggered on first scroll) *\/\r\n    let initialTimeline = gsap.timeline({\r\n      paused: true,\r\n      onComplete: function() {\r\n        document.body.classList.remove('no-scroll');\r\n      }\r\n    });\r\n    \r\n    if (window.innerWidth < 769) {\r\n      initialTimeline.timeScale(3); \/\/ Faster on mobile\r\n    } else {\r\n      initialTimeline.timeScale(2);\r\n    }\r\n    \r\n    let overlayTargetScale = window.innerWidth >= 769 ? 90 : 325;\r\n    initialTimeline.to(\".overlay-zoom\", {\r\n      scale: overlayTargetScale,\r\n      transformOrigin: \"center center\",\r\n      duration: 3,\r\n      ease: \"power2.in\"\r\n    }, 0);\r\n    \r\n    if (window.innerWidth < 769) {\r\n      initialTimeline.fromTo(\".overlay-zoom\",\r\n        { opacity: 1 },\r\n        { opacity: 0, duration: 3, ease: \"power2.in\" },\r\n        0\r\n      );\r\n    }\r\n    \r\n    initialTimeline.fromTo(\".dark-overlay\", { opacity: 0 }, {\r\n      opacity: 0.3,\r\n      duration: 3,\r\n      ease: \"power2.out\"\r\n    }, 0);\r\n    \r\n    \/\/ Animate heading, paragraph, social icons, plus menu, logo & language switcher\r\n    initialTimeline.fromTo(\".a-foldh1\", { opacity: 0, scale: 0 }, {\r\n      opacity: 1,\r\n      scale: 1,\r\n      duration: 2.3,\r\n      ease: \"power2.out\"\r\n    }, 0.7);\r\n    initialTimeline.fromTo(\".a-foldp\", { opacity: 0, y: 50 }, {\r\n      opacity: 1,\r\n      y: 0,\r\n      duration: 2.3,\r\n      ease: \"power2.out\"\r\n    }, 0.7);\r\n    initialTimeline.fromTo(\".social-icons\", { opacity: 0, y: 50 }, {\r\n      opacity: 1,\r\n      y: 0,\r\n      duration: 2.3,\r\n      ease: \"power2.out\"\r\n    }, 0.7);\r\n    \r\n    initialTimeline.fromTo(\".menu\", { opacity: 0, y: -20 }, {\r\n      opacity: 1,\r\n      y: 0,\r\n      duration: 2.3,\r\n      ease: \"power2.out\"\r\n    }, 0.7);\r\n    initialTimeline.fromTo(\".logo\", { opacity: 0, y: -20 }, {\r\n      opacity: 1,\r\n      y: 0,\r\n      duration: 2.3,\r\n      ease: \"power2.out\"\r\n    }, 0.7);\r\n    initialTimeline.fromTo(\".lang-switcher\", { opacity: 0, y: -20 }, {\r\n      opacity: 1,\r\n      y: 0,\r\n      duration: 2.3,\r\n      ease: \"power2.out\"\r\n    }, 0.7);\r\n    \r\n    const urlParams = new URLSearchParams(window.location.search);\r\n    if (urlParams.get('skipAnim') === '1') {\r\n      initialTimeline.progress(1);\r\n      urlParams.delete('skipAnim');\r\n      const newUrl = window.location.pathname + (urlParams.toString() ? '?' + urlParams.toString() : '');\r\n      window.history.replaceState({}, document.title, newUrl);\r\n    } else {\r\n      window.addEventListener('wheel', triggerInitialAnimation, {passive: false});\r\n      window.addEventListener('touchstart', triggerInitialAnimation, {passive: false});\r\n    }\r\n    \r\n    let animationTriggered = false;\r\n    function triggerInitialAnimation(e) {\r\n      if (!animationTriggered) {\r\n        animationTriggered = true;\r\n        document.body.classList.add('no-scroll');\r\n        initialTimeline.play();\r\n        window.removeEventListener('wheel', triggerInitialAnimation, {passive: false});\r\n        window.removeEventListener('touchstart', triggerInitialAnimation, {passive: false});\r\n        e.preventDefault();\r\n        return false;\r\n      }\r\n    }\r\n    \r\n    \/* LANGUAGE SWITCHER *\/\r\n    function updateLanguage(target) {\r\n      let currentUrl = window.location.href.split('?')[0];\r\n      let newUrl = currentUrl;\r\n      if (target === \"slo\") {\r\n        if (currentUrl.match(\/\\\/en(\\\/|$)\/)) {\r\n          newUrl = currentUrl.replace(\/\\\/en(\\\/|$)\/, function(match, p1) { return \"\/sl\" + (p1 || \"\"); });\r\n        } else if (!currentUrl.match(\/\\\/sl(\\\/|$)\/)) {\r\n          newUrl = currentUrl + '\/sl';\r\n        }\r\n      } else if (target === \"eng\") {\r\n        if (currentUrl.match(\/\\\/sl(\\\/|$)\/)) {\r\n          newUrl = currentUrl.replace(\/\\\/sl(\\\/|$)\/, function(match, p1) { return \"\/en\" + (p1 || \"\"); });\r\n        } else if (!currentUrl.match(\/\\\/en(\\\/|$)\/)) {\r\n          newUrl = currentUrl + '\/en';\r\n        }\r\n      }\r\n      newUrl += (newUrl.indexOf('?') > -1 ? '&' : '?') + 'skipAnim=1';\r\n      window.location.href = newUrl;\r\n    }\r\n    document.querySelectorAll('.lang-btn').forEach(btn => {\r\n      btn.addEventListener('click', function(e) {\r\n        e.preventDefault();\r\n        let targetLang = this.getAttribute('data-lang');\r\n        updateLanguage(targetLang);\r\n      });\r\n    });\r\n    window.addEventListener('load', function() {\r\n      let currentUrl = window.location.href;\r\n      let activeLang = \"eng\";\r\n      if (currentUrl.match(\/\\\/sl(\\\/|$)\/)) {\r\n        activeLang = \"slo\";\r\n      } else if (currentUrl.match(\/\\\/en(\\\/|$)\/)) {\r\n        activeLang = \"eng\";\r\n      }\r\n      document.querySelectorAll('.lang-btn').forEach(btn => {\r\n        if (btn.getAttribute('data-lang') === activeLang) {\r\n          btn.classList.add('active');\r\n        } else {\r\n          btn.classList.remove('active');\r\n        }\r\n      });\r\n    });\r\n    \r\n    \/* MOBILE MENU AND OTHER INTERACTIONS *\/\r\n    const hamburgerIcon = document.querySelector('.hamburger-icon');\r\n    const mobileMenu = document.querySelector('.mobile-menu');\r\n    const closeIcon = document.querySelector('.mobile-menu .close-icon');\r\n    let isMenuOpen = false;\r\n    const openMenu = () => {\r\n      mobileMenu.classList.add('active');\r\n      document.body.classList.add('no-scroll');\r\n      isMenuOpen = true;\r\n    };\r\n    const closeMenu = () => {\r\n      mobileMenu.classList.remove('active');\r\n      document.body.classList.remove('no-scroll');\r\n      isMenuOpen = false;\r\n    };\r\n    hamburgerIcon.addEventListener('click', openMenu);\r\n    closeIcon.addEventListener('click', closeMenu);\r\n    document.addEventListener('click', (event) => {\r\n      const isClickInsideMenu = mobileMenu.contains(event.target) || hamburgerIcon.contains(event.target);\r\n      if (!isClickInsideMenu && isMenuOpen) {\r\n        closeMenu();\r\n      }\r\n    });\r\n    const closeOnScroll = () => {\r\n      if (isMenuOpen) {\r\n        closeMenu();\r\n      }\r\n    };\r\n    window.addEventListener('scroll', closeOnScroll);\r\n    window.addEventListener('touchmove', closeOnScroll);\r\n    \r\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\r\n      anchor.addEventListener(\"click\", function (event) {\r\n        event.preventDefault();\r\n        const targetId = this.getAttribute(\"href\").substring(1);\r\n        const targetElement = document.getElementById(targetId);\r\n        if (targetElement) {\r\n          const targetPosition = targetElement.getBoundingClientRect().top + window.scrollY;\r\n          const windowHeight = window.innerHeight;\r\n          const isMobile = window.innerWidth <= 768;\r\n          let targetOffset;\r\n          if (isMobile) {\r\n            targetOffset = targetPosition - 100;\r\n          } else {\r\n            targetOffset = targetPosition - (windowHeight \/ 2) + (targetElement.clientHeight \/ 2);\r\n          }\r\n          window.scrollTo({\r\n            top: targetOffset,\r\n            behavior: \"smooth\"\r\n          });\r\n        }\r\n      });\r\n    });\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-28b177a e-flex e-con-boxed e-con e-parent\" data-id=\"28b177a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a5930e section e-flex e-con-boxed e-con e-parent\" data-id=\"2a5930e\" data-element_type=\"container\" id=\"ziva\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98c7630 e-transform elementor-widget elementor-widget-hotspot\" data-id=\"98c7630\" data-element_type=\"widget\" data-settings=\"{&quot;hotspot&quot;:[{&quot;hotspot_tooltip_content&quot;:&quot;&lt;h1&gt;&lt;b&gt;Sanje&lt;\\\/b&gt;&lt;\\\/h1&gt;&lt;p&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;Hitreje, vi\\u0161je, mo\\u010dneje \\u2026&lt;\\\/span&gt;&lt;\\\/p&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:54,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:54,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:9,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:6,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;yes&quot;,&quot;hotspot_position&quot;:&quot;right&quot;,&quot;hotspot_position_mobile&quot;:&quot;bottom&quot;,&quot;hotspot_tooltip_width&quot;:{&quot;unit&quot;:&quot;vw&quot;,&quot;size&quot;:27,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;vw&quot;,&quot;size&quot;:70,&quot;sizes&quot;:[]},&quot;_id&quot;:&quot;39eae27&quot;,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;h1&gt;&lt;b&gt;Dose\\u017eki&lt;\\\/b&gt;&lt;\\\/h1&gt;&lt;p&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;Dr\\u017eavna prvakinja (U16) v teku na 300 m, 400 m, 600 m, 800 m in 1000 m&lt;\\\/span&gt;&lt;\\\/p&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:62,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:63,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:36,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:31,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;yes&quot;,&quot;hotspot_position&quot;:&quot;left&quot;,&quot;hotspot_position_mobile&quot;:&quot;top&quot;,&quot;hotspot_tooltip_width&quot;:{&quot;unit&quot;:&quot;vw&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;vw&quot;,&quot;size&quot;:70,&quot;sizes&quot;:[]},&quot;_id&quot;:&quot;9b0b61a&quot;,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;},{&quot;_id&quot;:&quot;4809da1&quot;,&quot;hotspot_tooltip_content&quot;:&quot;&lt;h1&gt;Rekordi&lt;\\\/h1&gt;&lt;table data-start=\\&quot;53\\&quot; data-end=\\&quot;714\\&quot; data-is-last-node=\\&quot;\\&quot; data-is-only-node=\\&quot;\\&quot;&gt;&lt;thead data-start=\\&quot;53\\&quot; data-end=\\&quot;145\\&quot;&gt;&lt;tr data-start=\\&quot;53\\&quot; data-end=\\&quot;145\\&quot;&gt;&lt;th data-start=\\&quot;53\\&quot; data-end=\\&quot;67\\&quot;&gt;Razdalja&lt;\\\/th&gt;&lt;th data-start=\\&quot;67\\&quot; data-end=\\&quot;77\\&quot;&gt;\\u010cas&lt;\\\/th&gt;&lt;th data-start=\\&quot;77\\&quot; data-end=\\&quot;145\\&quot;&gt;Rekord&lt;\\\/th&gt;&lt;\\\/tr&gt;&lt;\\\/thead&gt;&lt;tbody data-start=\\&quot;239\\&quot; data-end=\\&quot;714\\&quot; data-is-last-node=\\&quot;\\&quot;&gt;&lt;tr data-start=\\&quot;239\\&quot; data-end=\\&quot;331\\&quot;&gt;&lt;td&gt;300 metrov&lt;\\\/td&gt;&lt;td&gt;39.02&lt;\\\/td&gt;&lt;td&gt;Dr\\u017eavni rekord v kategoriji pionirk&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;tr data-start=\\&quot;332\\&quot; data-end=\\&quot;424\\&quot;&gt;&lt;td&gt;400 metrov&lt;\\\/td&gt;&lt;td&gt;55.06&lt;\\\/td&gt;&lt;td&gt;Dr\\u017eavni rekord v kategoriji pionirk&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;tr data-start=\\&quot;425\\&quot; data-end=\\&quot;525\\&quot;&gt;&lt;td&gt;600 metrov&lt;\\\/td&gt;&lt;td&gt;1:28.98&lt;\\\/td&gt;&lt;td&gt;Najbolj\\u0161i rezultat na svetu v letu 2024 v starostni kategoriji do 20 let&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;tr data-start=\\&quot;526\\&quot; data-end=\\&quot;621\\&quot;&gt;&lt;td&gt;800 metrov&lt;\\\/td&gt;&lt;td&gt;2:05.88&lt;\\\/td&gt;&lt;td&gt;Najbolj\\u0161i rezultat na svetu v letu 2024 za dekleta rojena leta 2009&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;tr data-start=\\&quot;622\\&quot; data-end=\\&quot;714\\&quot; data-is-last-node=\\&quot;\\&quot;&gt;&lt;td&gt;1000 metrov&lt;\\\/td&gt;&lt;td&gt;2:47.10&lt;\\\/td&gt;&lt;td&gt;Dr\\u017eavni rekord v kategoriji mlaj\\u0161ih mladink&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/tbody&gt;&lt;\\\/table&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:82,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:83,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:84,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:74,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;yes&quot;,&quot;hotspot_position&quot;:&quot;bottom&quot;,&quot;hotspot_position_mobile&quot;:&quot;bottom&quot;,&quot;hotspot_tooltip_width&quot;:{&quot;unit&quot;:&quot;vw&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;vw&quot;,&quot;size&quot;:93,&quot;sizes&quot;:[]},&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;h1&gt;Osebna izkaznica&lt;\\\/h1&gt;&lt;p&gt;Datum rojstva: 23. 08. 2009 &lt;br \\\/&gt;Dr\\u017eavljanstvo: slovensko&lt;br \\\/&gt;Status: dijakinja&lt;\\\/p&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:62,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:63,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:34,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:29,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;yes&quot;,&quot;hotspot_position&quot;:&quot;right&quot;,&quot;hotspot_position_mobile&quot;:&quot;top&quot;,&quot;hotspot_tooltip_width&quot;:{&quot;unit&quot;:&quot;vw&quot;,&quot;size&quot;:23,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;vw&quot;,&quot;size&quot;:78,&quot;sizes&quot;:[]},&quot;hotspot_horizontal&quot;:&quot;right&quot;,&quot;_id&quot;:&quot;e4f973b&quot;,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;h1&gt;Prosti \\u010das&lt;\\\/h1&gt;&lt;p&gt;Dru\\u017eenje s prijateljicami in sprehodi s psom.&lt;\\\/p&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:34,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:34,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:70,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:61,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;yes&quot;,&quot;hotspot_position&quot;:&quot;left&quot;,&quot;hotspot_position_mobile&quot;:&quot;top&quot;,&quot;hotspot_tooltip_width&quot;:{&quot;unit&quot;:&quot;vw&quot;,&quot;size&quot;:23,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;vw&quot;,&quot;size&quot;:78,&quot;sizes&quot;:[]},&quot;hotspot_horizontal&quot;:&quot;right&quot;,&quot;_id&quot;:&quot;90fbc2d&quot;,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;}],&quot;tooltip_position&quot;:&quot;bottom&quot;,&quot;tooltip_position_mobile&quot;:&quot;top&quot;,&quot;tooltip_trigger_mobile&quot;:&quot;click&quot;,&quot;tooltip_animation&quot;:&quot;e-hotspot--fade-grow&quot;,&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;vw&quot;,&quot;size&quot;:-5,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;vh&quot;,&quot;size&quot;:6,&quot;sizes&quot;:[]},&quot;tooltip_trigger&quot;:&quot;click&quot;,&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"hotspot.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/tekacica_ilustracija_no_bg.png\" class=\"attachment-full size-full wp-image-1733\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/tekacica_ilustracija_no_bg.png 1024w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/tekacica_ilustracija_no_bg-300x300.png 300w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/tekacica_ilustracija_no_bg-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/tekacica_ilustracija_no_bg-768x768.png 768w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/tekacica_ilustracija_no_bg-12x12.png 12w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-39eae27  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip  e-hotspot--tooltip-position e-hotspot--fade-grow \" >\n\t\t\t\t\t\t<h1><b>Sanje<\/b><\/h1><p><span style=\"font-weight: 400;\">Hitreje, vi\u0161je, mo\u010dneje \u2026<\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-9b0b61a  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip  e-hotspot--tooltip-position e-hotspot--fade-grow \" >\n\t\t\t\t\t\t<h1><b>Dose\u017eki<\/b><\/h1><p><span style=\"font-weight: 400;\">Dr\u017eavna prvakinja (U16) v teku na 300 m, 400 m, 600 m, 800 m in 1000 m<\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-4809da1  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip  e-hotspot--tooltip-position e-hotspot--fade-grow \" >\n\t\t\t\t\t\t<h1>Rekordi<\/h1><table data-start=\"53\" data-end=\"714\" data-is-last-node=\"\" data-is-only-node=\"\"><thead data-start=\"53\" data-end=\"145\"><tr data-start=\"53\" data-end=\"145\"><th data-start=\"53\" data-end=\"67\">Razdalja<\/th><th data-start=\"67\" data-end=\"77\">\u010cas<\/th><th data-start=\"77\" data-end=\"145\">Rekord<\/th><\/tr><\/thead><tbody data-start=\"239\" data-end=\"714\" data-is-last-node=\"\"><tr data-start=\"239\" data-end=\"331\"><td>300 metrov<\/td><td>39.02<\/td><td>Dr\u017eavni rekord v kategoriji pionirk<\/td><\/tr><tr data-start=\"332\" data-end=\"424\"><td>400 metrov<\/td><td>55.06<\/td><td>Dr\u017eavni rekord v kategoriji pionirk<\/td><\/tr><tr data-start=\"425\" data-end=\"525\"><td>600 metrov<\/td><td>1:28.98<\/td><td>Najbolj\u0161i rezultat na svetu v letu 2024 v starostni kategoriji do 20 let<\/td><\/tr><tr data-start=\"526\" data-end=\"621\"><td>800 metrov<\/td><td>2:05.88<\/td><td>Najbolj\u0161i rezultat na svetu v letu 2024 za dekleta rojena leta 2009<\/td><\/tr><tr data-start=\"622\" data-end=\"714\" data-is-last-node=\"\"><td>1000 metrov<\/td><td>2:47.10<\/td><td>Dr\u017eavni rekord v kategoriji mlaj\u0161ih mladink<\/td><\/tr><\/tbody><\/table>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-e4f973b  e-hotspot--position-right e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip  e-hotspot--tooltip-position e-hotspot--fade-grow \" >\n\t\t\t\t\t\t<h1>Osebna izkaznica<\/h1><p>Datum rojstva: 23. 08. 2009 <br \/>Dr\u017eavljanstvo: slovensko<br \/>Status: dijakinja<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-90fbc2d  e-hotspot--position-right e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip  e-hotspot--tooltip-position e-hotspot--fade-grow \" >\n\t\t\t\t\t\t<h1>Prosti \u010das<\/h1><p>Dru\u017eenje s prijateljicami in sprehodi s psom.<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e34646 e-con-full e-flex e-con e-parent\" data-id=\"5e34646\" data-element_type=\"container\" id=\"tekmovanja\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-f394334 e-con-full e-flex e-con e-child\" data-id=\"f394334\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1db4a68 e-con-full e-flex e-con e-child\" data-id=\"1db4a68\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d44372 elementor-widget elementor-widget-image\" data-id=\"7d44372\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1667\" height=\"2500\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2.png\" class=\"attachment-full size-full wp-image-682\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2.png 1667w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-200x300.png 200w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-683x1024.png 683w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-768x1152.png 768w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-1024x1536.png 1024w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-1366x2048.png 1366w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-8x12.png 8w\" sizes=\"(max-width: 1667px) 100vw, 1667px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ae31459 e-con-full e-flex e-con e-child\" data-id=\"ae31459\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-856b48a elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"856b48a\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;b8429d9&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;f95c9f8&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;cb7641e&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a947e90 e-flex e-con-boxed e-con e-child\" data-id=\"a947e90\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e8158d8 e-con-full e-flex e-con e-child\" data-id=\"e8158d8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a96bf9d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"a96bf9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Se vidimo v <span class=\"green\">Novem mestu<\/span>!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd421f7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"fd421f7\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kdaj? <span class=\"green\">121 5. 2025<\/span><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Zakaj? ATLETSKI POKAL SLOVENIJE ZA MLAJ\u0160E MLADINCE IN MLADINKE<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a8dfd9f e-flex e-con-boxed e-con e-child\" data-id=\"a8dfd9f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-35aa90c e-con-full e-flex e-con e-child\" data-id=\"35aa90c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74855fd elementor-widget elementor-widget-heading\" data-id=\"74855fd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Se vidimo v <span class=\"green\">Novem mestu<\/span>!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27ff86c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"27ff86c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kdaj? <span class=\"green\">21. in 22. 6. 2025<\/span><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Zakaj? Prvenstvo Slovenije za mlaj\u0161e mladinke<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b6805bc e-flex e-con-boxed e-con e-child\" data-id=\"b6805bc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7ad139d e-con-full e-flex e-con e-child\" data-id=\"7ad139d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86892e9 elementor-widget elementor-widget-heading\" data-id=\"86892e9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Se vidimo v <span class=\"green\">Mariboru<\/span>!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23e499b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"23e499b\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kdaj? <span class=\"green\">5. 6. 2025<\/span><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Zakaj? WA Continental Tour Challenger<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-left\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-053dc11 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"053dc11\" data-element_type=\"container\" id=\"tekmovanja\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-69b7985 e-con-full e-flex e-con e-child\" data-id=\"69b7985\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-787ae42 elementor-widget elementor-widget-image\" data-id=\"787ae42\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1667\" height=\"2500\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2.png\" class=\"attachment-full size-full wp-image-682\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2.png 1667w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-200x300.png 200w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-683x1024.png 683w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-768x1152.png 768w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-1024x1536.png 1024w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-1366x2048.png 1366w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/02\/Adobe-Express-file-2-8x12.png 8w\" sizes=\"(max-width: 1667px) 100vw, 1667px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c3fa4f e-con-full e-flex e-con e-child\" data-id=\"6c3fa4f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7aeb7b1 elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"7aeb7b1\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;b8429d9&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;autoplay_speed&quot;:3000,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 1\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-753af78 e-flex e-con-boxed e-con e-child\" data-id=\"753af78\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-16ccde1 e-con-full e-flex e-con e-child\" data-id=\"16ccde1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27b439e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27b439e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Se vidimo v <span class=\"green\">Mariboru<\/span>!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b38e31b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"b38e31b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kdaj? <span class=\"green\">11. 5. 2025<\/span><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Zakaj? ATLETSKI POKAL SLOVENIJE ZA MLAJ\u0160E MLADINCE IN MLADINKE<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-712be7d e-flex e-con-boxed e-con e-parent\" data-id=\"712be7d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ab25ef0 e-con-full e-flex e-con e-child\" data-id=\"ab25ef0\" data-element_type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-82543ee e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"82543ee\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-12,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/www.instagram.com\/zivaremic\/\">\n\t\t<div class=\"elementor-element elementor-element-40c72cd e-con-full sekcijablur e-flex e-con e-child\" data-id=\"40c72cd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f149446 sociikona e-transform elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"f149446\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-74b7d58 e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"74b7d58\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-12,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/www.facebook.com\/people\/%C5%BDiva-Remic\/61572480124090\">\n\t\t<div class=\"elementor-element elementor-element-cac8389 e-con-full sekcijablur e-flex e-con e-child\" data-id=\"cac8389\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f873d0 sociikona e-transform elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3f873d0\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-4277b16 e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"4277b16\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-12,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/x.com\/ZivaRemic\">\n\t\t<div class=\"elementor-element elementor-element-21aba4b e-con-full sekcijablur e-flex e-con e-child\" data-id=\"21aba4b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14c044e sociikona e-transform elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"14c044e\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-69c0a50 e-con-full section elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-parent\" data-id=\"69c0a50\" data-element_type=\"container\" id=\"mediji\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8d0fcb0 e-con-full e-flex e-con e-child\" data-id=\"8d0fcb0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a3c1e9 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1a3c1e9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Multimedija<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-30072e2 e-con-full e-flex e-con e-child\" data-id=\"30072e2\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-020b417 e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"020b417\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;zoomIn&quot;,&quot;animation_mobile&quot;:&quot;zoomInLeft&quot;,&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a59714d elementor-widget elementor-widget-video\" data-id=\"a59714d\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=EP4ktbv9tOw&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;yt_privacy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-334008c e-con-full e-flex e-con e-child\" data-id=\"334008c\" data-element_type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-94a74c3 e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"94a74c3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;zoomIn&quot;,&quot;animation_mobile&quot;:&quot;zoomInRight&quot;,&quot;animation_delay&quot;:200,&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/sl.wikipedia.org\/wiki\/%C5%BDiva_Remic\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5b322b elementor-widget elementor-widget-heading\" data-id=\"c5b322b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wikipedia: \u017diva Remic<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19b25bc elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"19b25bc\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8e6fdc elementor-widget elementor-widget-image\" data-id=\"d8e6fdc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Wikipedia-logo-2.png\" class=\"attachment-full size-full wp-image-1143\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Wikipedia-logo-2.png 100w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Wikipedia-logo-2-12x12.png 12w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-d1ee0dd e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"d1ee0dd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;zoomIn&quot;,&quot;animation_mobile&quot;:&quot;zoomInRight&quot;,&quot;animation_delay&quot;:400,&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/prvi.rtvslo.si\/podkast\/hudo-sportni\/173251195\/174960633\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d3b708 elementor-widget elementor-widget-heading\" data-id=\"6d3b708\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Radijski intervju z atletinjo \u017divo Remic<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4253513 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4253513\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca53edc elementor-widget elementor-widget-image\" data-id=\"ca53edc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/images-1.png\" class=\"attachment-full size-full wp-image-1142\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/images-1.png 100w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/images-1-12x12.png 12w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-a44770d e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"a44770d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;zoomIn&quot;,&quot;animation_mobile&quot;:&quot;zoomInRight&quot;,&quot;animation_delay&quot;:600,&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/ekipa.svet24.si\/clanek\/drugi-sporti\/atletika\/66ed4d5ed4419\/vzhajajoca-petnajstletna-zvezda\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fccfefa elementor-widget elementor-widget-heading\" data-id=\"fccfefa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Vzhajajo\u010da petnajstletna zvezda<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70c5c05 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"70c5c05\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f36df0f elementor-widget elementor-widget-image\" data-id=\"f36df0f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/ekipa24-1.png\" class=\"attachment-full size-full wp-image-1141\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/ekipa24-1.png 100w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/ekipa24-1-12x12.png 12w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-c3ef18a e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"c3ef18a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;zoomIn&quot;,&quot;animation_mobile&quot;:&quot;zoomInRight&quot;,&quot;animation_delay&quot;:800,&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/sportklub.n1info.si\/atletika\/ziva-remic-pogovor\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b34ef07 elementor-widget elementor-widget-heading\" data-id=\"b34ef07\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deklica iz Grosupljega, ki je svetovni fenomen<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fbd1ad1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"fbd1ad1\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fddc036 elementor-widget elementor-widget-image\" data-id=\"fddc036\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Group-9-1.png\" class=\"attachment-full size-full wp-image-1144\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Group-9-1.png 100w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Group-9-1-12x12.png 12w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f610f1 e-con-full section elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"6f610f1\" data-element_type=\"container\" id=\"multimedija\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-65e713f e-con-full e-flex e-con e-child\" data-id=\"65e713f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a8af634 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"a8af634\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Multimedija<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d80eca e-con-full e-flex e-con e-child\" data-id=\"9d80eca\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c8b95df e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"c8b95df\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;zoomIn&quot;,&quot;animation_mobile&quot;:&quot;zoomInLeft&quot;,&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6331e9 videocontainer elementor-widget elementor-widget-html\" data-id=\"e6331e9\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<iframe width=\"100%\" height=\"100%\" src=\"https:\/\/www.youtube.com\/embed\/EP4ktbv9tOw?si=VOCciUHFdrFd6AtQ&autoplay=1&mute=1\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cfe98bc e-con-full e-flex e-con e-child\" data-id=\"cfe98bc\" data-element_type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-440b39b e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"440b39b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/sl.wikipedia.org\/wiki\/%C5%BDiva_Remic\">\n\t\t<div class=\"elementor-element elementor-element-9e8c251 e-con-full e-flex e-con e-child\" data-id=\"9e8c251\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ccd113 elementor-widget elementor-widget-heading\" data-id=\"9ccd113\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wikipedia: \u017diva Remic<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c57d7b4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c57d7b4\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-381e0ba elementor-widget elementor-widget-image\" data-id=\"381e0ba\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Wikipedia-logo-2.png\" class=\"attachment-full size-full wp-image-1143\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Wikipedia-logo-2.png 100w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Wikipedia-logo-2-12x12.png 12w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-006e012 e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"006e012\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/prvi.rtvslo.si\/podkast\/hudo-sportni\/173251195\/174960633\">\n\t\t<div class=\"elementor-element elementor-element-2c2af1b e-con-full e-flex e-con e-child\" data-id=\"2c2af1b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d34f4a elementor-widget elementor-widget-heading\" data-id=\"7d34f4a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Radijski intervju z atletinjo \u017divo Remic<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a0cddbe elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a0cddbe\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-294efbe elementor-widget elementor-widget-image\" data-id=\"294efbe\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/images-1.png\" class=\"attachment-full size-full wp-image-1142\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/images-1.png 100w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/images-1-12x12.png 12w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-3d23bae e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"3d23bae\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/ekipa.svet24.si\/clanek\/drugi-sporti\/atletika\/66ed4d5ed4419\/vzhajajoca-petnajstletna-zvezda\">\n\t\t<div class=\"elementor-element elementor-element-f0c4cbf e-con-full e-flex e-con e-child\" data-id=\"f0c4cbf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a2457a elementor-widget elementor-widget-heading\" data-id=\"1a2457a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Vzhajajo\u010da petnajstletna zvezda<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c94cb84 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c94cb84\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37181bc elementor-widget elementor-widget-image\" data-id=\"37181bc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/ekipa24-1.png\" class=\"attachment-full size-full wp-image-1141\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/ekipa24-1.png 100w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/ekipa24-1-12x12.png 12w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-a65a3f2 e-con-full e-transform e-flex elementor-invisible e-con e-child\" data-id=\"a65a3f2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:600,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" href=\"https:\/\/sportklub.n1info.si\/atletika\/ziva-remic-pogovor\/\">\n\t\t<div class=\"elementor-element elementor-element-d130366 e-con-full e-flex e-con e-child\" data-id=\"d130366\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-250da0a elementor-widget elementor-widget-heading\" data-id=\"250da0a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deklica iz Grosupljega, ki je svetovni fenomen<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33da358 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"33da358\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-743c40c elementor-widget elementor-widget-image\" data-id=\"743c40c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Group-9-1.png\" class=\"attachment-full size-full wp-image-1144\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Group-9-1.png 100w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/Group-9-1-12x12.png 12w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-217cfc9 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"217cfc9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab70423 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ab70423\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Partnerji<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ce664b1 e-grid e-con-full e-con e-child\" data-id=\"ce664b1\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3401ae0 e-con-full box e-flex e-con e-child\" data-id=\"3401ae0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b243d7a elementor-widget elementor-widget-image\" data-id=\"b243d7a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b1eebc9 e-con-full box e-flex e-con e-child\" data-id=\"b1eebc9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d44e22 elementor-widget elementor-widget-image\" data-id=\"5d44e22\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-de587ab e-con-full box e-flex e-con e-child\" data-id=\"de587ab\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18f5e4a elementor-widget elementor-widget-image\" data-id=\"18f5e4a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-944683f e-con-full box e-flex e-con e-child\" data-id=\"944683f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10d77bc elementor-widget elementor-widget-image\" data-id=\"10d77bc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7cbd4e6 e-con-full box e-flex e-con e-child\" data-id=\"7cbd4e6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bee765e elementor-widget elementor-widget-image\" data-id=\"bee765e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e6ea0e1 e-con-full box e-flex e-con e-child\" data-id=\"e6ea0e1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c5df75 elementor-widget elementor-widget-image\" data-id=\"0c5df75\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50d6b19 e-con-full box e-flex e-con e-child\" data-id=\"50d6b19\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-efc0f7b elementor-widget elementor-widget-image\" data-id=\"efc0f7b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0b36597 e-con-full box e-flex e-con e-child\" data-id=\"0b36597\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9bbc54 elementor-widget elementor-widget-image\" data-id=\"f9bbc54\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-722a885 e-con-full box e-flex e-con e-child\" data-id=\"722a885\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2dde1e3 elementor-widget elementor-widget-image\" data-id=\"2dde1e3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-158722d e-con-full box e-flex e-con e-child\" data-id=\"158722d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3ba575 elementor-widget elementor-widget-image\" data-id=\"c3ba575\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d146296 e-con-full box e-flex e-con e-child\" data-id=\"d146296\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-512a94f elementor-widget elementor-widget-image\" data-id=\"512a94f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-09e7eb9 e-con-full box e-flex e-con e-child\" data-id=\"09e7eb9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afdbc8e elementor-widget elementor-widget-image\" data-id=\"afdbc8e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b24e48d e-con-full box e-flex e-con e-child\" data-id=\"b24e48d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a61a5c elementor-widget elementor-widget-image\" data-id=\"7a61a5c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-979afe5 e-con-full box e-flex e-con e-child\" data-id=\"979afe5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c071393 elementor-widget elementor-widget-image\" data-id=\"c071393\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef478d9 e-con-full box e-flex e-con e-child\" data-id=\"ef478d9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20bc00f elementor-widget elementor-widget-image\" data-id=\"20bc00f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f702311 e-con-full box e-flex e-con e-child\" data-id=\"f702311\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f00278 elementor-widget elementor-widget-image\" data-id=\"6f00278\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b22848 e-con-full box e-flex e-con e-child\" data-id=\"5b22848\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b81e824 elementor-widget elementor-widget-image\" data-id=\"b81e824\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-98f4de6 e-con-full box e-flex e-con e-child\" data-id=\"98f4de6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36216d2 elementor-widget elementor-widget-image\" data-id=\"36216d2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e2ea19 e-con-full box e-flex e-con e-child\" data-id=\"0e2ea19\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9cdf01 elementor-widget elementor-widget-image\" data-id=\"f9cdf01\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ffff60d e-con-full box e-flex e-con e-child\" data-id=\"ffff60d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6aeef4 elementor-widget elementor-widget-image\" data-id=\"d6aeef4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-60c7f33 e-flex e-con-boxed e-con e-parent\" data-id=\"60c7f33\" data-element_type=\"container\" id=\"partnerji\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1211729 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1211729\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Partnerji<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eea7eb3 e-grid e-con-full elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"eea7eb3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-239b87b e-con-full box e-flex e-con e-child\" data-id=\"239b87b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-743b0d7 elementor-widget elementor-widget-image\" data-id=\"743b0d7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aff2a7f e-con-full box e-flex e-con e-child\" data-id=\"aff2a7f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d45014 elementor-widget elementor-widget-image\" data-id=\"7d45014\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/spontanzo.com\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1181\" height=\"1181\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White.png\" class=\"attachment-full size-full wp-image-1718\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White.png 1181w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-300x300.png 300w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-1024x1024.png 1024w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-768x768.png 768w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-12x12.png 12w\" sizes=\"(max-width: 1181px) 100vw, 1181px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6305516 e-con-full box e-flex e-con e-child\" data-id=\"6305516\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c13a80 elementor-widget elementor-widget-image\" data-id=\"1c13a80\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3a0a608 e-con-full box e-flex e-con e-child\" data-id=\"3a0a608\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf29e5d elementor-widget elementor-widget-image\" data-id=\"cf29e5d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/spontanzo.com\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1181\" height=\"1181\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White.png\" class=\"attachment-full size-full wp-image-1718\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White.png 1181w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-300x300.png 300w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-1024x1024.png 1024w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-768x768.png 768w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-12x12.png 12w\" sizes=\"(max-width: 1181px) 100vw, 1181px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24ada5b e-grid e-con-full elementor-hidden-desktop e-con e-child\" data-id=\"24ada5b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6f058d8 e-con-full box e-flex e-con e-child\" data-id=\"6f058d8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-758ff07 elementor-widget elementor-widget-image\" data-id=\"758ff07\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png\" class=\"attachment-full size-full wp-image-1207\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-1-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b6a7f35 e-con-full box e-flex e-con e-child\" data-id=\"b6a7f35\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-345c45e elementor-widget elementor-widget-image\" data-id=\"345c45e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/spontanzo.com\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1181\" height=\"1181\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White.png\" class=\"attachment-full size-full wp-image-1718\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White.png 1181w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-300x300.png 300w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-1024x1024.png 1024w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-768x768.png 768w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/SPONTANZO_Logo_BASIC_Portrait_White-12x12.png 12w\" sizes=\"(max-width: 1181px) 100vw, 1181px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-86811f4 e-con-full section elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"86811f4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-84cc8e5 e-con-full e-flex e-con e-child\" data-id=\"84cc8e5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7eeb62b e-con-full e-flex e-con e-child\" data-id=\"7eeb62b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41414fd elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"41414fd\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kontakt<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1a5170 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c1a5170\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Treningi in tekmovanja:<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-553b22b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"553b22b\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Gregor Grad<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:gregorgrad@gmail.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">gregorgrad@gmail.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:051%20352%20206\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">051 352 206<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ac6b49 e-con-full e-flex e-con e-child\" data-id=\"7ac6b49\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1881063 e-con-full e-flex e-con e-child\" data-id=\"1881063\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fec7ab3 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"fec7ab3\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Tr\u017eenje in mediji:<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-697c78a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"697c78a\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Spontanzo d.o.o.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3be0969 e-con-full e-flex e-con e-child\" data-id=\"3be0969\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b1c5b16 e-con-full e-flex e-con e-child\" data-id=\"b1c5b16\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-017187f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"017187f\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Florijan Ropert<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:florijan.ropert@spontanzo.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">florijan.ropert@spontanzo.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+386%2051%20242%20343\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+386 51 242 343<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53414ef e-con-full e-flex e-con e-child\" data-id=\"53414ef\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ea26ee elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5ea26ee\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Alja Pahor<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:alja.pahor@spontanzo.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">alja.pahor@spontanzo.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+386%2031%20645%20951\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+386 31 645 951<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a436f9 e-con-full e-flex e-con e-child\" data-id=\"6a436f9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4918855 elementor-grid-1 elementor-grid-mobile-3 e-grid-align-right e-grid-align-mobile-left elementor-shape-rounded elementor-widget elementor-widget-social-icons\" data-id=\"4918855\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-grow elementor-repeater-item-88d7cfa\" href=\"https:\/\/www.instagram.com\/zivaremic\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\"><\/span>\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-grow elementor-repeater-item-505e9f2\" href=\"https:\/\/www.facebook.com\/people\/%C5%BDiva-Remic\/61572480124090\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\"><\/span>\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-grow elementor-repeater-item-4ca13b2\" href=\"https:\/\/x.com\/ZivaRemic\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\"><\/span>\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-924a852 e-con-full e-flex e-con e-child\" data-id=\"924a852\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e1048d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"3e1048d\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u00a92025 \u017diva Remic, vse pravice pridr\u017eane<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49e1e11 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"49e1e11\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Izjava o zasedbnosti | Pi\u0161kotki<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6aa1fbc e-con-full e-flex e-con e-parent\" data-id=\"6aa1fbc\" data-element_type=\"container\" id=\"kontakt\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-37e0389 e-con-full section e-flex e-con e-child\" data-id=\"37e0389\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-382af30 e-con-full e-flex e-con e-child\" data-id=\"382af30\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7c1f66e e-con-full e-flex e-con e-child\" data-id=\"7c1f66e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05559a8 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"05559a8\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kontakt<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67cdc43 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"67cdc43\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Treningi in tekmovanja:<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ad1047 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5ad1047\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Gregor Grad<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:gregorgrad@gmail.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">gregorgrad@gmail.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:051%20352%20206\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">051 352 206<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b2ca46 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"0b2ca46\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Tr\u017eenje in mediji:<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e935f57 e-con-full e-flex e-con e-child\" data-id=\"e935f57\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-511f136 e-con-full e-flex e-con e-child\" data-id=\"511f136\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3be5530 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"3be5530\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Florijan Ropert<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:florijan.ropert@spontanzo.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">florijan.ropert@spontanzo.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+386%2051%20242%20343\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+386 51 242 343<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b7bac1b e-con-full e-flex e-con e-child\" data-id=\"b7bac1b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7d43ef elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f7d43ef\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Alja Pahor<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:alja.pahor@spontanzo.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">alja.pahor@spontanzo.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+386%2031%20645%20951\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+386 31 645 951<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d75d7b e-con-full e-flex e-con e-child\" data-id=\"9d75d7b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04858ad elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"04858ad\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kontakt<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c8d190 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8d190\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Uporabne povezave:<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e03197f elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e03197f\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u017diva<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Tekmovanja<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Multimedija<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Partnerji<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kontakt<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0a4025e e-con-full e-flex e-con e-child\" data-id=\"0a4025e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d336e15 elementor-grid-1 elementor-grid-mobile-3 e-grid-align-left e-grid-align-mobile-left elementor-shape-rounded elementor-widget elementor-widget-social-icons\" data-id=\"d336e15\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-grow elementor-repeater-item-88d7cfa\" href=\"https:\/\/www.instagram.com\/zivaremic\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\"><\/span>\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-grow elementor-repeater-item-505e9f2\" href=\"https:\/\/www.facebook.com\/people\/%C5%BDiva-Remic\/61572480124090\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\"><\/span>\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-grow elementor-repeater-item-4ca13b2\" href=\"https:\/\/x.com\/ZivaRemic\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\"><\/span>\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ab1f77 e-con-full e-flex e-con e-child\" data-id=\"1ab1f77\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56b70b3 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"56b70b3\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u00a92025 \u017diva Remic, vse pravice pridr\u017eane<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17e444b elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"17e444b\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Izjava o zasedbnosti | Pi\u0161kotki<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dec2902 e-con-full section elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"dec2902\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1b815c9 e-con-full e-flex e-con e-child\" data-id=\"1b815c9\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-87c9228 e-con-full e-flex e-con e-child\" data-id=\"87c9228\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a74338 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5a74338\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kontakt<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c3ff671 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c3ff671\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Treningi in tekmovanja:<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5da6467 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5da6467\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Gregor Grad<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:gregorgrad@gmail.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">gregorgrad@gmail.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:051%20352%20206\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">051 352 206<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-05a105b elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"05a105b\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Tr\u017eenje in mediji:<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-65a02b6 e-con-full e-flex e-con e-child\" data-id=\"65a02b6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5212952 e-con-full e-flex e-con e-child\" data-id=\"5212952\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c099b3e elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c099b3e\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Florijan Ropert<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:florijan.ropert@spontanzo.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">florijan.ropert@spontanzo.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+386%2051%20242%20343\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+386 51 242 343<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-56b6bf8 e-con-full e-flex e-con e-child\" data-id=\"56b6bf8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76570fc elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"76570fc\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Alja Pahor<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:alja.pahor@spontanzo.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">alja.pahor@spontanzo.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+386%2031%20645%20951\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+386 31 645 951<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e38e00d e-con-full e-flex e-con e-child\" data-id=\"e38e00d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e12c2c4 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e12c2c4\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kontakt<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ad8739 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"0ad8739\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Uporabne povezave:<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cdb0eb8 elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"cdb0eb8\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u017diva<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Tekmovanja<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Multimedija<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Partnerji<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Kontakt<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1617493 e-con-full e-flex e-con e-child\" data-id=\"1617493\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c0eb62 elementor-widget elementor-widget-image\" data-id=\"8c0eb62\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/atletski-klub-olimpija.si\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-3.png\" class=\"attachment-full size-full wp-image-1243\" alt=\"\" srcset=\"https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-3.png 250w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-3-150x150.png 150w, https:\/\/zivaremic.com\/wp-content\/uploads\/2025\/03\/unnamed-1-3-12x12.png 12w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3d6913 elementor-grid-3 elementor-grid-mobile-3 e-grid-align-left e-grid-align-mobile-left elementor-shape-rounded elementor-widget elementor-widget-social-icons\" data-id=\"f3d6913\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-grow elementor-repeater-item-88d7cfa\" href=\"https:\/\/www.instagram.com\/zivaremic\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\"><\/span>\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-grow elementor-repeater-item-505e9f2\" href=\"https:\/\/www.facebook.com\/people\/%C5%BDiva-Remic\/61572480124090\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\"><\/span>\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-grow elementor-repeater-item-4ca13b2\" href=\"https:\/\/x.com\/ZivaRemic\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\"><\/span>\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"#ffffff\" d=\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-57746a5 e-con-full e-flex e-con e-child\" data-id=\"57746a5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5963bf3 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5963bf3\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u00a92025 \u017diva Remic, vse pravice pridr\u017eane<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65186ad elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"65186ad\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Izjava o zasedbnosti | Pi\u0161kotki<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u017diva Tekmovanja Multimedija Partnerji Kontakt SLO ENG \u017diva Tekmovanja Multimedija Partnerji Kontakt SLO ENG \u017dIVA REMIC Track &#038; Field Athlete [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-286","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/zivaremic.com\/sl\/wp-json\/wp\/v2\/pages\/286","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zivaremic.com\/sl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zivaremic.com\/sl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zivaremic.com\/sl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zivaremic.com\/sl\/wp-json\/wp\/v2\/comments?post=286"}],"version-history":[{"count":1646,"href":"https:\/\/zivaremic.com\/sl\/wp-json\/wp\/v2\/pages\/286\/revisions"}],"predecessor-version":[{"id":2211,"href":"https:\/\/zivaremic.com\/sl\/wp-json\/wp\/v2\/pages\/286\/revisions\/2211"}],"wp:attachment":[{"href":"https:\/\/zivaremic.com\/sl\/wp-json\/wp\/v2\/media?parent=286"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}