{"id":70055,"date":"2025-11-13T11:10:58","date_gmt":"2025-11-13T10:10:58","guid":{"rendered":"https:\/\/www.tourdesuisse.ch\/?p=70055"},"modified":"2026-01-09T10:41:03","modified_gmt":"2026-01-09T09:41:03","slug":"primeo-energie-rimane-partner-principale-del-tour-de-suisse","status":"publish","type":"post","link":"https:\/\/www.tourdesuisse.ch\/it\/primeo-energie-rimane-partner-principale-del-tour-de-suisse\/","title":{"rendered":"Primeo Energie rimane partner principale del Tour de Suisse"},"content":{"rendered":"<p>Primeo Energie rimane anche il prossimo anno Main Partner del Tour de Suisse. Dal 2022 l\u2019azienda energetica si impegna come orgogliosa sponsor principale e, con il suo motto \u201eMirLiebeVelo\u201c, contribuisce in modo determinante alla valorizzazione e allo sviluppo del pi\u00f9 grande evento ciclistico svizzero.<\/p>\n<p>La partnership unisce l\u2019energia, le prestazioni di alto livello e le emozioni del ciclismo professionistico con i prodotti e i servizi sostenibili di Primeo Energie. Questo stretto legame ha gi\u00e0 generato in passato momenti forti \u2013 tra cui il 2019, quando una tappa del Tour de Suisse \u00e8 partita direttamente dall\u2019area aziendale a M\u00fcnchenstein.<\/p>\n<p>In qualit\u00e0 di azienda regionale e innovativa, Primeo Energie si impegna nel ciclismo svizzero ben oltre il Tour de Suisse. Sostiene altre gare e associazioni locali e ha co-fondato con Pick-e-Bike nella Svizzera nordoccidentale un concetto unico di bike-sharing elettrico. In questo modo, l\u2019idea alla base di \u201eMirLiebeVelo\u201c diventa tangibile nella vita quotidiana.<\/p>\n<p>Primeo Energie \u00e8 un\u2019azienda energetica moderna con oltre 650 collaboratrici e collaboratori e circa 170\u2019000 clienti in Svizzera e in Francia. I settori di attivit\u00e0 comprendono energia, rete, calore ed energie rinnovabili \u2013 dalla produzione alla distribuzione.<\/p>\n<p>Il Tour de Suisse \u00e8 lieto di proseguire questa forte e fiduciosa partnership e di vivere ancora molti anni insieme ricchi di energia.<\/p>\n<div\n\tclass=\"wpce-gallery\"\n\tx-data=\"{\n\t\tuid: &quot;gallery-24d07ad7-0f0d-46d7-8b30-8795d03477aa&quot;,\n\t\t_previewEl: null,\n\t\tloading: false,\n\t\tnoPush: false,\n\t\trefs: null,\n\t\tinit() {\n\t\t\tconst refs = this.$refs\n\t\t\tthis.refs = {\n\t\t\t\tget grid() { return refs.grid },\n\t\t\t\tget image() { return refs.image },\n\t\t\t\tget content() { return refs.content },\n\t\t\t}\n\n\t\t\t\/\/ Update from Hash\n\t\t\tlet evaluateHash = () =&gt; {\n\t\t\t\tthis.noPush = true\n\n\t\t\t\tif (!this.$hash.startsWith('\/' + this.uid + '\/')) {\n\t\t\t\t\tthis.previewEl = null\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tlet index = Number(this.$hash.slice(this.uid.length + 2))\n\t\t\t\tif (isNaN(index)) {\n\t\t\t\t\tthis.previewEl = null\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tlet element = this.refs.grid.children[index - 1]\n\t\t\t\tif (!element) {\n\t\t\t\t\tthis.previewEl = null\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tif (element === this._previewEl) {\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tthis.previewEl = element\n\t\t\t\tthis.noPush = false\n\t\t\t}\n\n\t\t\tthis.$watch('$hash', evaluateHash)\n\t\t\tsetTimeout(evaluateHash, 0)\n\t\t},\n\t\tonKeydown(event) {\n\t\t\tif (!this.previewEl) return\n\t\t\tif (event.metaKey || event.altKey || event.ctrlKey || event.shiftKey) return\n\n\t\t\tswitch (event.key) {\n\t\t\t\tcase 'ArrowLeft':\n\t\t\t\t\tthis.previous()\n\t\t\t\t\tbreak\n\n\t\t\t\tcase 'ArrowRight':\n\t\t\t\t\tthis.next()\n\t\t\t\t\tbreak\n\n\t\t\t\tcase 'Escape':\n\t\t\t\t\tthis.close()\n\t\t\t\t\tbreak\n\t\t\t}\n\t\t},\n\t\tget previewEl() {\n\t\t\treturn this._previewEl\n\t\t},\n\t\tset previewEl(el) {\n\t\t\tthis.loading = true\n\n\t\t\tif (!this.noPush) {\n\t\t\t\tlet index = [...this.refs.grid.children].indexOf(el) + 1\n\t\t\t\tlet hash = el ? `#\/${ this.uid }\/${ index }` : ''\n\t\t\t\tlet url = location.pathname + hash\n\t\t\t\thistory.pushState(null, null, url)\n\t\t\t\twindow.dispatchEvent(new HashChangeEvent('hashchange'))\n\t\t\t}\n\n\t\t\tthis._previewEl = el\n\n\t\t\t\n\t\t\tsetTimeout(() =&gt; {\n\t\t\t\tif (el &#038;&#038; this.refs.image.naturalWidth &gt; 0) {\n\t\t\t\t\tthis.loading = false\n\t\t\t\t}\n\t\t\t})\n\t\t},\n\t\tget caption() {\n\t\t\t\n\t\t\treturn this.previewEl\n\t\t\t\t&#038;&#038; (\n\t\t\t\t\tthis.previewEl.dataset.caption\n\t\t\t\t)\n\t\t\t\t|| undefined\n\t\t},\n\t\tpreloadPrevious() {\n\t\t\tlet img = new Image()\n\t\t\timg.src = this.refs.grid.children[this.previewEl.dataset.prevIndex]\n\t\t},\n\t\tpreloadNext() {\n\t\t\tlet img = new Image()\n\t\t\timg.src = this.refs.grid.children[this.previewEl.dataset.nextIndex]\n\t\t},\n\t\tprevious() {\n\t\t\tif (this.previewEl) {\n\t\t\t\tthis.previewEl = this.refs.grid.children[this.previewEl.dataset.prevIndex]\n\t\t\t}\n\t\t},\n\t\tnext() {\n\t\t\tif (this.previewEl) {\n\t\t\t\tthis.previewEl = this.refs.grid.children[this.previewEl.dataset.nextIndex]\n\t\t\t}\n\t\t},\n\t\tclose() {\n\t\t\t\n\t\t\tthis.hide()\n\t\t\tsetTimeout(() =&gt; {\n\t\t\t\tthis.previewEl = null\n\t\t\t}, 400)\n\t\t},\n\n\t\t\n\t\t...transition({\n\t\t\tcss: {\n\t\t\t\topacity: 0,\n\t\t\t\ttransform: 'scale(1.05)',\n\t\t\t},\n\t\t\tduration: 400,\n\t\t}),\n\t}\"\n\tx-effect=\"toggle(previewEl !== null)\"\n\t:class=\"{ active: previewEl !== null }\"\n\t@keydown.document=\"onKeydown\"\n>\n\t<template x-teleport=\"body\">\n\t\t<div\n\t\t\trole=\"dialog\"\n\t\t\tclass=\"gallery-overlay\"\n\t\t\tstyle=\"display: none\"\n\t\t\tx-bind=\"target\"\n\t\t\tx-trap=\"previewEl !== null\"\n\t\t>\n\t\t\t<p class=\"sr-only\">Benvenuto nella galleria. Premi Esc per chiuderla o usa le frecce sinistra\/destra per navigare.<\/p>\n\t\t\t<button type=\"button\" class=\"gallery-control icon-button control-close\" @click=\"close\">\n\t\t\t\t<svg aria-hidden=\"true\" focusable=\"false\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8.75 0 10 1.25 6.25 5 10 8.75 8.75 10 5 6.25 1.25 10 0 8.75 3.75 5 0 1.25 1.25 0 5 3.75z\" fill=\"currentColor\" fill-rule=\"nonzero\"><\/path><\/svg>\n\t\t\t\t<span class=\"sr-only\">Chiudi la galleria<\/span>\n\t\t\t<\/button>\n\t\t\t<button type=\"button\" class=\"gallery-control icon-button control-prev\" @click=\"previous\">\n\t\t\t\t<svg aria-hidden=\"true\" focusable=\"false\" width=\"6\" height=\"10\" viewBox=\"0 0 6 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.667 10 6 8.571 2.667 5 6 1.429 4.667 0 0 5z\" fill=\"currentColor\" fill-rule=\"evenodd\"><\/path><\/svg>\n\t\t\t\t<span class=\"sr-only\">Immagine precedente<\/span>\n\t\t\t<\/button>\n\t\t\t<button type=\"button\" class=\"gallery-control icon-button control-next\" @click=\"next\">\n\t\t\t\t<svg aria-hidden=\"true\" focusable=\"false\" width=\"6\" height=\"10\" viewBox=\"0 0 6 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1.333 10 0 8.571 3.333 5 0 1.429 1.333 0 6 5z\" fill=\"currentColor\" fill-rule=\"evenodd\"><\/path><\/svg>\n\t\t\t\t<span class=\"sr-only\">Immagine successiva<\/span>\n\t\t\t<\/button>\n\t\t\t<div class=\"caption-container\" :class=\"{ active: !loading &#038;&#038; caption }\">\n\t\t\t\t<div id=\"gallery-24d07ad7-0f0d-46d7-8b30-8795d03477aa-caption\" class=\"control-caption\" x-text=\"caption\"><\/div>\n\t\t\t<\/div>\n\t\t\t<figure class=\"content\" x-ref=\"content\" :aria-labelledby=\"previewEl &#038;&#038; previewEl.dataset.alt ? &quot;gallery-24d07ad7-0f0d-46d7-8b30-8795d03477aa-caption&quot; : null\">\n\t\t\t\t<img\n\t\t\t\t\tx-ref=\"image\"\n\t\t\t\t\t:alt=\"previewEl &#038;&#038; previewEl.dataset.alt\"\n\t\t\t\t\t:src=\"previewEl &#038;&#038; previewEl.dataset.fullSrc\"\n\t\t\t\t\t:class=\"{ 'with-caption': !loading &#038;&#038; caption }\"\n\t\t\t\t\t:style=\"{ opacity: loading ? 0 : 1 }\"\n\t\t\t\t\t@load=\"loading = false; preloadNext(); preloadPrevious()\"\n\t\t\t\t>\n\t\t\t<\/figure>\n\t\t<\/div>\n\t<\/template>\n\t<div class=\"gallery-grid grid-layout\" x-ref=\"grid\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-28-von-174-1349x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"1\"\n\t\t\t\tdata-prev-index=\"5\"\n\t\t\t\tdata-full-src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-28-von-174-1349x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-28-von-174-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-28-von-174-316x316.jpg 316w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-28-von-174-150x150.jpg 150w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-28-von-174-632x632.jpg 632w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-47-von-189-1351x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"2\"\n\t\t\t\tdata-prev-index=\"0\"\n\t\t\t\tdata-full-src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-47-von-189-1351x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-47-von-189-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-47-von-189-316x316.jpg 316w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-47-von-189-150x150.jpg 150w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-47-von-189-632x632.jpg 632w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-43-von-174-1-1349x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"3\"\n\t\t\t\tdata-prev-index=\"1\"\n\t\t\t\tdata-full-src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-43-von-174-1-1349x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-43-von-174-1-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-43-von-174-1-316x316.jpg 316w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-43-von-174-1-150x150.jpg 150w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-43-von-174-1-632x632.jpg 632w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-134-2-1350x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"4\"\n\t\t\t\tdata-prev-index=\"2\"\n\t\t\t\tdata-full-src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-134-2-1350x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-134-2-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-134-2-316x316.jpg 316w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-134-2-150x150.jpg 150w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-134-2-632x632.jpg 632w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-39-von-130-1351x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"5\"\n\t\t\t\tdata-prev-index=\"3\"\n\t\t\t\tdata-full-src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-39-von-130-1351x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-39-von-130-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-39-von-130-316x316.jpg 316w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-39-von-130-150x150.jpg 150w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-39-von-130-632x632.jpg 632w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-174-1350x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"0\"\n\t\t\t\tdata-prev-index=\"4\"\n\t\t\t\tdata-full-src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-174-1350x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-174-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-174-316x316.jpg 316w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-174-150x150.jpg 150w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/TDS_IMHOF-52-von-174-632x632.jpg 632w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Primeo Energie rimane anche il prossimo anno Main Partner del Tour de Suisse. Dal 2022 l\u2019azienda energetica si impegna come orgogliosa sponsor principale e, con il suo motto \u201eMirLiebeVelo\u201c, contribuisce in modo determinante alla valorizzazione e allo sviluppo del pi\u00f9 grande evento ciclistico svizzero. La partnership unisce l\u2019energia, le prestazioni di alto livello e le [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":69077,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[171],"class_list":["post-70055","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.tourdesuisse.ch\/it\/wp-json\/wp\/v2\/posts\/70055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tourdesuisse.ch\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tourdesuisse.ch\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tourdesuisse.ch\/it\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tourdesuisse.ch\/it\/wp-json\/wp\/v2\/comments?post=70055"}],"version-history":[{"count":2,"href":"https:\/\/www.tourdesuisse.ch\/it\/wp-json\/wp\/v2\/posts\/70055\/revisions"}],"predecessor-version":[{"id":70057,"href":"https:\/\/www.tourdesuisse.ch\/it\/wp-json\/wp\/v2\/posts\/70055\/revisions\/70057"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.tourdesuisse.ch\/it\/wp-json\/wp\/v2\/media\/69077"}],"wp:attachment":[{"href":"https:\/\/www.tourdesuisse.ch\/it\/wp-json\/wp\/v2\/media?parent=70055"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tourdesuisse.ch\/it\/wp-json\/wp\/v2\/categories?post=70055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}