(function(){ if(window.__veWeglot)return; window.__veWeglot=true; var s=document.createElement('script'); s.src='https://cdn.weglot.com/weglot.min.js'; s.onload=function(){ try{ Weglot.initialize({ api_key: 'wg_359fd6c98d57e902c7bda999f5bbb8628' }); }catch(e){ console.error('Weglot init failed', e); } }; s.onerror=function(){ console.error('Weglot library failed to load'); }; document.head.appendChild(s); })(); (function(){ if(!document.getElementById('ve-usp-styles')){ var s=document.createElement('style');s.id='ve-usp-styles'; s.textContent=` :root{--ve-bl:#005490;--ve-bld:#00395f;--ve-am:#e8821e;--ve-amd:#8a4d12;--ve-gold:#ffc43a;--ve-ink:#1f2933} .ve-wrap{font-family:inherit;color:var(--ve-ink);line-height:1.5} .ve-uspbar{background:var(--ve-bl)} .ve-topbar{background:var(--ve-bl);color:#fff;box-sizing:border-box;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)} .ve-topbar__in{max-width:1280px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:8px 16px;flex-wrap:nowrap;padding:7px 16px;font-size:12px} .ve-usp-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:nowrap;align-items:center;gap:4px 16px;min-width:0;flex:1 1 auto;overflow:hidden} .ve-usp-list li{display:inline-flex;align-items:center;gap:6px;white-space:nowrap} .ve-usp-list .i{color:var(--ve-gold);font-weight:700} .ve-topbar__right{display:flex;align-items:center;gap:8px 12px;flex:0 0 auto} .ve-langswitch{display:inline-flex;align-items:center;gap:6px;flex:none} .ve-langswitch a{display:inline-flex;align-items:center;opacity:.5;text-decoration:none;padding:2px;border-radius:3px;cursor:pointer;transition:opacity .15s} .ve-langswitch a:hover{opacity:.85;text-decoration:none} .ve-langswitch a.is-active{opacity:1} .ve-langswitch .flag-icon{display:inline-block;width:22px;height:15px;border-radius:2px;background-size:cover;background-position:center;box-shadow:0 0 0 1px rgba(255,255,255,.35)} .ve-outlet-btn{background:var(--ve-am);color:#3a1f04;border-radius:999px;padding:5px 15px;font-weight:600;font-size:12px;text-decoration:none;display:inline-flex;align-items:center;gap:6px;white-space:nowrap} .ve-outlet-btn:hover{background:var(--ve-amd);color:#fff;text-decoration:none} /* nativen Sprach-Switcher in der Meta-Leiste ausblenden (mein Flaggen-Switcher ersetzt ihn; Links bleiben fuer Delegation per JS klickbar) */ .control-languages{display:none !important} @media(max-width:1279px){ .ve-usp-list .ve-usp--hide-m{display:none} } @media(max-width:767px){ .ve-topbar__in{flex-wrap:wrap;gap:8px 12px;padding:8px 14px} .ve-usp-list{width:100%;flex:0 0 auto;overflow:visible;justify-content:center;flex-wrap:wrap;gap:5px 14px} .ve-topbar__right{width:100%;justify-content:space-between;gap:10px} .ve-outlet-btn{flex:1;justify-content:center;padding:8px 14px} } `; document.head.appendChild(s); } if(!window.__veLangSwitch){window.__veLangSwitch=true; document.addEventListener('click',function(e){ var t=e.target&&e.target.closest?e.target.closest('.ve-langswitch a[data-ve-lang]'):null; if(!t)return; e.preventDefault(); var lang=t.getAttribute('data-ve-lang'); var home=lang==='en'?'https://www.verticalextreme.de/en':'https://www.verticalextreme.de/'; var nativ=document.querySelector('.language-settings a[href="'+home+'"]')||document.querySelector('.language-settings a[href^="'+home+'"]'); if(nativ){nativ.click();}else{location.href=home;} },false); var mn=0,miv=setInterval(function(){ var lw=document.querySelector('.ve-langswitch');if(!lw){if(++mn>25)clearInterval(miv);return;} var en=((document.documentElement.lang||'').toLowerCase().indexOf('en')===0)||(location.pathname.indexOf('/en')===0); [].forEach.call(lw.querySelectorAll('a[data-ve-lang]'),function(a){a.classList.toggle('is-active',a.getAttribute('data-ve-lang')===(en?'en':'de'));}); if(++mn>25)clearInterval(miv); },300); } })();
  • ✓ Tested by VE – am Berg erprobt
  • ✓ Fachberatung von Bergsportlern
  • ✓ Trusted Shops zertifiziert
  • ✓ Versandkostenfrei ab 60 € (AT 100 €)
Outlet: bis zu −50 % →
(function(){ if(window.__veHeader)return; window.__veHeader=1; var PH='Wonach suchst du?'; if(!document.getElementById('ve-header-style')){ var st=document.createElement('style');st.id='ve-header-style'; st.textContent= 'input[name="query"]::placeholder,input[type="search"]::placeholder{color:#5f6b76 !important;opacity:.8 !important}'+ '.ve-nav-outlet{color:#e8821e !important;font-weight:600 !important}'+ '.ve-search-btn{background:#005490 !important;border-color:#005490 !important;color:#fff !important}'+ '.ve-search-btn:hover{background:#00395f !important;border-color:#00395f !important}'+ '.ve-search-btn svg,.ve-search-btn i,.ve-search-btn path{color:#fff !important;fill:#fff !important}'; document.head.appendChild(st); } function apply(){ // 1) Such-Hinweis + 2) Such-Button blau document.querySelectorAll('input[name="query"],input[type="search"]').forEach(function(el){ if(el.getAttribute('placeholder')!==PH) el.setAttribute('placeholder',PH); var f=el.closest('form'); if(f){var b=f.querySelector('button[type="submit"]')||f.querySelector('button')||f.querySelector('[type="submit"]'); if(b) b.classList.add('ve-search-btn');} }); // 3) "Outlet" im Menue amber document.querySelectorAll('header a, nav a, .navbar a').forEach(function(a){ if(a.textContent.trim().toLowerCase()==='outlet') a.classList.add('ve-nav-outlet'); }); // 4) Meta-Leiste zentrieren (leeren Platzhalter ausblenden + Zeile mittig) var an=[].slice.call(document.querySelectorAll('a')).filter(function(x){return x.textContent.trim().toLowerCase()==='anmelden';})[0]; var row=an&&an.closest('.row'); if(row){ row.style.setProperty('justify-content','center','important'); [].slice.call(row.children).forEach(function(c){ if(c.textContent.trim()===''){ c.style.setProperty('display','none','important'); } }); } } var to;function go(){clearTimeout(to);to=setTimeout(apply,150);} apply();go(); try{new MutationObserver(go).observe(document.documentElement,{childList:true,subtree:true});}catch(e){} setInterval(apply,800); })(); (function(){ if(window.__veTuneHead)return;window.__veTuneHead=true; function isEn(){return ((document.documentElement.lang||'').toLowerCase().indexOf('en')===0)||(location.pathname.indexOf('/en')===0);} function fix(){ var en=isEn(); [].forEach.call(document.querySelectorAll('img[src*="vex_logo"]'),function(im){ if(!im.getAttribute('alt')){im.setAttribute('alt', en?'VerticalExtreme - Climbing and mountain sports':'VerticalExtreme - Klettern und Bergsport');} }); if(en){ [].forEach.call(document.querySelectorAll('input[placeholder]'),function(inp){ var p=inp.getAttribute('placeholder')||''; if(/Wonach suchst du/i.test(p)) inp.setAttribute('placeholder','What are you looking for?'); }); } } fix(); var n=0;var iv=setInterval(function(){fix();if(++n>15)clearInterval(iv);},800); try{var mo=new MutationObserver(fix);mo.observe(document.documentElement,{subtree:true,childList:true,attributes:true,attributeFilter:['placeholder','src','lang']});}catch(e){} })();
Sprache
  • Deutsch
  • Englisch
Anmelden
Registrieren
0
Kontakt
  • Info
    • Retourenservice
    • Ladengeschäft
    • Versandkosten
    • Zahlungsarten
    • Widerrufsrecht
    • Datenschutz
    • Ausfuhrlieferungen
    • AGB
    • FAQ
    • Impressum
Blog
0,00 EUR 0,00 EUR
0,00 EUR 0,00 EUR

  • Marken
      • Arcteryx
      • Austrialpin
      • Black Diamond
      • E9 Kletterhosen
      • Edelrid
      • Exped
      • La Sportiva
      • Lowe Alpine
      • Mammut
      • Mountain Equipment
      • MSR
      • Ocun
      • Ortovox
      • Patagonia
      • Petzl
      • Rab
      • SEATOSUMMIT
      • Suunto
      • VAUDE
  • Outlet
      • Funktionsbekleidung
      • Outdoor + Camping
      • Kletterausrüstung
      • Kletterhosen + Kletterbekleidung
      • Rucksäcke + Koffer
      • Bergsteigen + Wandern
      • Skitour + Schneeschuhe
      • B-Ware
  • Bekleidung
      • Jacken
      • Hardshell + Regenjacken
      • Primaloft + Daunenjacken
      • Softshelljacken
      • 3in1 Jacken
      • Fleecejacken
      • Poncho
      • Kletterhosen
      • Klettershirts
      • Pullover, Hoody
      • Funktionshosen
      • Gamaschen
      • Handschuhe
      • Funktionsunterwäsche
      • Mützen, Caps, Schals
      • Funktionsshirts + Funktionshemden
      • Beheizte Kleidung / Schuhheizung / Schuhtrockner
      • Socken
      • Sonnenbrillen / Gletscherbrillen
      • Imprägnierung
      • Gürtel
      • Reflexions Accessoires
  • Kletterausrüstung
      • Hardware + Karabiner
      • Sicherungsgeräte
      • Express Sets
      • HMS - Karabiner
      • Klemmkeile + Friends + Haken
      • Friends + Klemmgeräte
      • Klemmkeile
      • Bohrhaken + Ketten
      • Klemmkeilentferner
      • Schraubkarabiner
      • Schnappkarabiner
      • Abseilgeräte
      • Seilklemmen
      • Seilrollen
      • Bigwall
      • Zubehör + Schlüsselanhänger
      • Materialkarabiner
      • Schraubglieder + Maillon
      • Kletterschuhe
      • Kletterseile
      • Einfachseil
      • Halbseil + Zwillingsseil
      • Wanderseil
      • Statikseil
      • Seilsäcke
      • Seil Zubehör
      • Klettergurte
      • Crashpads
      • Klettertraining + Griffe
      • Trainingsboard
      • Handtraining + Fingertraining
      • Klettergriffe
      • Kletterzubehör
      • Chalkbags
      • Chalk + Magnesia
      • Sicherungsbrillen
      • Clipstick
      • Kletterhandschuhe
      • Tape + Bürsten
      • Utensilien
      • Schlingen + Reepschnur
      • Bandschlingen
      • Express Schlingen
      • Reepschnur
      • Standplatz, Selbstsicherung
      • Zustiegsschuhe
      • Kletterhelme
      • Klettersteig
      • Klettersteigsets
      • Klettersteighandschuhe
      • Slackline
      • Führer + Literatur
      • Alpinkletterführer
      • Auswahlführer
      • Bildbände, Kalender, Romane, Comics, Magazine
      • Boulderführer
      • Klettersteigführer
      • Lehrschriften & Ratgeber
      • Sportkletterführer
      • Sportkletterführer Ausland
      • Sportkletterführer Deutschland
      • Kinderkletterschuhe
      • geschenkideen-klettern
  • Schuhe
      • Zustiegsschuhe
      • Bergschuhe + Wanderschuhe
      • Barfußschuhe
      • Kletterschuhe
      • Kinderkletterschuhe
      • Trekkingsandalen
  • Bergsteigen + Eisklettern
      • Eispickel + Eisgeräte
      • Steigeisen + Grödel
      • Steigeisen
      • Grödel
      • Steigeisen Zubehör
      • Stirnlampen
      • Eisschrauben + Firnanker
      • Biwaksäcke + Erste Hilfe
      • Stöcke
      • Eiskletterzubehör
      • Ersatzteile + Hauen
      • Petzl
      • Black Diamond
      • Grivel
      • AustriAlpin
      • Blue Ice
      • Geschenkideen
      • Geschenkideen Klettern
      • Geschenkideen Bergsteigen
      • Geschenkideen Trekking
      • Trinkflaschen, Isolierflaschen, Brotzeitboxen
      • Führer + Literatur
      • AV-/SAC-Führer
      • Bildbände, Kalender, Romane, Comics, Magazine
      • Eiskletterführer
      • Fernreisen
      • Hochtourenführer
      • Karten
      • Lehrschriften & Ratgeber
      • Wandern, Trekking
      • Bergschuhe + Wanderschuhe
  • Outdoor + Camping
      • Zelte
      • Isomatten
      • Schlafsack
      • Wasserfilter
      • Campingmöbel
      • Kühlboxen
      • Zelte Zubehör
      • Kocher
      • Gaskocher
      • Benzinkocher + Mehrstoffkocher
      • Kocherzubehör + Ersatzteile
      • Gaskartuschen + Brennstoffe
      • Kochgeschirr
      • Camping Töpfe
      • Camping Geschirr
      • Camping Besteck
      • Outdoor Nahrung
      • Energy Riegel
      • Frühstück
      • Hauptgericht
      • Getränkepulver, Milchpulver
      • Dessert, Suppen, Gewürze
      • Lampen + Taschenlampen
      • Taschenlampen
      • Lampen
      • Multitool
      • Körperhygiene
      • Reiseutensilien
      • Schlauchboot, Kajak, Kanu
      • Geschenkideen
      • Hundebedarf
      • Survival
      • Äxte
      • Sägen
      • Spaten
  • Rucksack + Taschen
      • Rucksäcke
      • Bikepacking
      • Trinksysteme + Zubehör
      • Umhängetaschen + Hüfttaschen
      • Reisetaschen + Expeditionstaschen
      • Kindertragen / Kinderkraxen
      • Packsäcke
  • Navigation + Technik
      • Casio ProTrek Uhren
      • Casio G-Shock Uhren
      • Action Kameras
      • Solarladegeräte + Mobile Stromversorgung
      • Navigationsgeräte
      • Outdoor Navigationsgeräte
      • GPS Karten
      • GPS Zubehör
      • Funkgeräte
      • Kompass
      • Suunto Zubehör + Ersatzteile
      • Zubehör Goal Zero
      • Fortbewegungsmittel
  • Skitour + Schneeschuhe
      • LVS - Geräte
      • Schneeschuhe
      • Lawinensonden
      • Zubehör Schneeschuhe
      • Skitourenhelme
      • Biwaksäcke + Erste Hilfe
      • Skitouren Felle
      • Skibrillen
      • Stöcke
      • Protektoren
      • Lawinenschaufeln
      • Skitour, Freeride
      • Skitouren Zubehör
      • Karten

Unsere Marken

Rab

Arcteryx

AustriAlpin

Beal

Black Diamond

E9

Edelrid

Exped

Grivel

La Sportiva

Mammut

Mountain Equipment

MSR

Ocun

Ortovox

Osprey

Petzl

Salewa

Scarpa

SEATOSUMMIT

Suunto

Therm-A-Rest

VAUDE

Lowe Alpine

Newsletter abonnieren
Exklusive Angebote & Tipps vom Berg – kein Spam, jederzeit abbestellbar.
Jetzt anmelden →

Über VerticalExtreme

VerticalExtreme ist ein von Bergsportlern kuratierter Kletter-, Bergsport- und Outdoor-Shop aus Holzkirchen bei München – online und im Ladengeschäft. Ausrüstung am Fels getestet, in Preisvergleichen oft günstiger als die großen Anbieter.

„Von Bergsportlern kuratiert. Am Fels getestet.“

Instagram Facebook

Kontakt

VerticalExtreme GmbH
Erlkamer Straße 2
83607 Holzkirchen
Tel.: +49 8024 475267
telefonisch Mo–Fr 14–18 Uhr
kontakt@verticalextreme.de

Ladengeschäft

Öffnungszeiten
Mo–Fr 14–18 Uhr
Sa 9–13 Uhr
Ladengeschäft Holzkirchen →

Service & Hilfe

Versandkosten Zahlungsarten Retourenservice FAQ Kontakt

Mehr entdecken

Klettermarken Outlet & Sale Tested by VerticalExtreme

Beliebte Kategorien

Bekleidung & Schuhe Kletterbekleidung · Kletterhosen E9 · Klettershirts E9 · Kletterschuhe · Zustiegsschuhe
Klettern & Sichern Kletterausrüstung · Karabiner · Friends & Klemmkeile · Klettergurte · Kletterhelme · Klettersteigsets
Seile & Training Kletterseile · Halbseile · Crashpads · Klettertraining · Klettergriffe · Kletterführer
Bergsport & Hochtour Eispickel & Eisgeräte · Steigeisen · Stirnlampen · Tourenstock · Schneeschuhe · Lawinenpiepser
Outdoor & Camping Zelte · Schlafsäcke · Isomatten · Kocher · Rucksäcke
Uhren & Elektronik Casio ProTrek · Casio G-Shock · Suunto
VerticalExtreme – gelisteter Shop bei idealo Preisvergleich (Shop 23022) VerticalExtreme im Geizhals Preisvergleich gelistet VerticalExtreme – OutdoorDeals Partner
Impressum · Datenschutz · AGB · Widerrufsrecht   Vertrag widerrufen
© 2026 VerticalExtreme GmbH. Alle Rechte vorbehalten.
(function(){ if(!document.getElementById('vfx-css')){ var css='.vfx-band{width:100%;background:#fff;font-family:inherit;color:#42505e;box-sizing:border-box;position:relative;overflow:hidden}.vfx-mtn{position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://cdn02.plentymarkets.com/vftfzctslm01/frontend/vex_head_background.png) no-repeat center bottom;background-size:100% auto;mix-blend-mode:multiply;pointer-events:none;z-index:0}.vfx-wrap{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:1}.vfx-sec{padding:20px 0;border-top:1px solid #e0e4e9}.vfx-first{border-top:0;background:#f5f7f9;box-shadow:0 0 0 100vmax #f5f7f9;clip-path:inset(0 -100vmax)}.vfx-h{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#005490;margin:0 0 10px}.vfx-l{color:#005490;text-decoration:none}.vfx-l:hover{text-decoration:underline}.vfx-cols{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:24px 26px}.vfx-col{min-width:0;font-size:13px;line-height:1.6;color:#42505e}.vfx-nl{background:#fff;border:1px solid #e0e4e9;border-radius:12px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.vfx-nlbtn{flex:none;display:inline-block;background:#005490;color:#fff !important;font-size:13px;font-weight:600;text-decoration:none;padding:10px 18px;border-radius:8px;white-space:nowrap}.vfx-kw{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 28px;align-items:start}.vfx-kwgrp{font-size:13px;line-height:1.9}.vfx-kwgrp b{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#1f2933;margin-bottom:3px}.vfx-soc a{color:#005490;text-decoration:none;font-weight:600}.vfx-soc a:hover{text-decoration:underline}.vfx-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.vfx-badges{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.vfx-badges img{height:38px;width:auto;display:block}.vfx-legal{font-size:12px;color:#42505e}.vfx-legal a{color:#42505e;text-decoration:none}.vfx-legal a:hover{text-decoration:underline}.vfx-wbtn{display:inline-block;background:#e8821e;color:#412402 !important;font-size:13px;font-weight:700;text-decoration:none;padding:9px 16px;border-radius:8px}.vfx-copy{font-size:12px;color:#42505e}@media(max-width:880px){.vfx-cols{grid-template-columns:1fr 1fr}.vfx-kw{grid-template-columns:1fr 1fr}}@media(max-width:560px){.vfx-cols{grid-template-columns:1fr}.vfx-kw{grid-template-columns:1fr}.vfx-nl{flex-direction:column;align-items:flex-start}.vfx-nlbtn{width:100%;text-align:center;box-sizing:border-box}.vfx-bottom{flex-direction:column;align-items:flex-start}.vfx-legal .vfx-wbtn{display:inline-block;margin-top:10px}}'; var s=document.createElement('style');s.id='vfx-css';s.textContent=css;document.head.appendChild(s); } if(!document.getElementById('ve-footer-bg')){var b=document.createElement('style');b.id='ve-footer-bg';b.textContent='.footer{background:#fff !important}.footer.container-max{max-width:100% !important;width:100% !important;padding-left:0 !important;padding-right:0 !important}';document.head.appendChild(b);} })();
(function () { _tsConfig = { 'yOffset': '0', 'variant' : 'reviews', 'customElementId' : 'ts_badge_container', 'disableResponsive' : '' || 'false', 'trustcardDirection' : '', 'disableTrustbadge' : '' || 'false' }; var _ts = document.createElement('script'); _ts.type = 'text/javascript'; _ts.charset = 'utf-8'; _ts.async = true; _ts.src = '//widgets.trustedshops.com/js/XB8BC6DFC9F8278FFDF2F417C09BB292F.js'; var __ts = document.getElementsByTagName('script')[0]; __ts.parentNode.insertBefore(_ts, __ts); })();
// === 1) Weglot Sprach-Sync (Delay-Fix) === (function () { function syncLang() { var appDataScript = document.getElementById('app-data'); var switcher = document.querySelector('#weglot-switcher-1 > aside > div'); if (!appDataScript || !switcher) return false; var weglotActiveLanguage = switcher.getAttribute('data-l'); if (!weglotActiveLanguage) return false; var currentLanguage = JSON.parse(appDataScript.innerText).language; if (weglotActiveLanguage !== currentLanguage) { var link = document.querySelector('#weglot-switcher-1 a[lang=' + currentLanguage + ']'); if (link) { link.click(); console.log('switching weglot language to ' + currentLanguage); } } return true; } var tries = 0; var iv = setInterval(function () { if (syncLang() || ++tries > 60) clearInterval(iv); }, 50); })(); // === 2) Link-Rewriter: interne DE-Links auf /en umleiten (nur auf /en) === (function () { if (!(location.pathname === '/en' || location.pathname.indexOf('/en/') === 0)) return; document.addEventListener('click', function (e) { var a = e.target && e.target.closest ? e.target.closest('a[href]') : null; if (!a || a.target === '_blank') return; if (a.closest('#weglot-switcher-1') || a.closest('.language-settings')) return; var raw = a.getAttribute('href'); if (!raw || raw.charAt(0) === '#') return; var url; try { url = new URL(a.href, location.origin); } catch (_) { return; } if (url.origin !== location.origin) return; var p = url.pathname; if (p === '/en' || p.indexOf('/en/') === 0) return; if (p.indexOf('/tpl') === 0 || p.indexOf('/documents') === 0 || p.indexOf('/rest') === 0) return; e.preventDefault(); e.stopImmediatePropagation(); location.href = location.origin + '/en' + (p === '/' ? '' : p) + url.search + url.hash; }, true); })();
SEO-Strukturdaten Organisation
(function(){ if(document.getElementById('ve-jsonld-org'))return; var data={ "@context":"https://schema.org", "@graph":[ { "@type":["Organization","OnlineStore"], "@id":"https://www.verticalextreme.de/#organization", "name":"VerticalExtreme", "legalName":"VerticalExtreme GmbH", "url":"https://www.verticalextreme.de/", "logo":{"@type":"ImageObject","url":"https://cdn02.plentymarkets.com/vftfzctslm01/frontend/vex_logo.png"}, "image":"https://cdn02.plentymarkets.com/vftfzctslm01/frontend/vex_logo.png", "slogan":"Von Bergsportlern kuratiert. Am Fels getestet.", "description":"Von Bergsportlern kuratierter Kletter-, Bergsport- und Outdoor-Shop aus Holzkirchen bei M\u00fcnchen \u2013 online und im Ladengesch\u00e4ft. Am Fels getestet, in Preisvergleichen oft g\u00fcnstiger als die gro\u00dfen Anbieter.", "address":{"@type":"PostalAddress","streetAddress":"Erlkamer Stra\u00dfe 2","postalCode":"83607","addressLocality":"Holzkirchen","addressCountry":"DE"}, "email":"kontakt@verticalextreme.de", "telephone":"+49 8024 475267", "areaServed":["DE","AT"], "contactPoint":{"@type":"ContactPoint","contactType":"customer service","telephone":"+49 8024 475267","email":"kontakt@verticalextreme.de","availableLanguage":["de","en"],"areaServed":["DE","AT"],"hoursAvailable":{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday"],"opens":"14:00","closes":"18:00"}}, "sameAs":["https://www.instagram.com/verticalextreme.de/","https://www.facebook.com/verticalextreme/"], "hasMerchantReturnPolicy":[ {"@type":"MerchantReturnPolicy","applicableCountry":"DE","returnPolicyCategory":"https://schema.org/MerchantReturnFiniteReturnWindow","merchantReturnDays":14,"returnMethod":"https://schema.org/ReturnByMail","returnFees":"https://schema.org/ReturnShippingFees","returnShippingFeesAmount":{"@type":"MonetaryAmount","value":7.95,"currency":"EUR"},"refundType":"https://schema.org/FullRefund"}, {"@type":"MerchantReturnPolicy","applicableCountry":"AT","returnPolicyCategory":"https://schema.org/MerchantReturnFiniteReturnWindow","merchantReturnDays":14,"returnMethod":"https://schema.org/ReturnByMail","returnFees":"https://schema.org/ReturnShippingFees","returnShippingFeesAmount":{"@type":"MonetaryAmount","value":15.95,"currency":"EUR"},"refundType":"https://schema.org/FullRefund"} ] }, { "@type":"SportingGoodsStore", "@id":"https://www.verticalextreme.de/#store", "name":"VerticalExtreme Ladengesch\u00e4ft Holzkirchen", "parentOrganization":{"@id":"https://www.verticalextreme.de/#organization"}, "url":"https://www.verticalextreme.de/ladengeschaeft", "telephone":"+49 8024 475267", "email":"kontakt@verticalextreme.de", "address":{"@type":"PostalAddress","streetAddress":"Erlkamer Stra\u00dfe 2","postalCode":"83607","addressLocality":"Holzkirchen","addressCountry":"DE"}, "openingHoursSpecification":[ {"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday"],"opens":"14:00","closes":"18:00"}, {"@type":"OpeningHoursSpecification","dayOfWeek":"Saturday","opens":"09:00","closes":"13:00"} ] } ] }; var s=document.createElement('script'); s.type='application/ld+json'; s.id='ve-jsonld-org'; s.textContent=JSON.stringify(data); document.head.appendChild(s); })(); (function(){ if(window.__veShip)return; window.__veShip=true; var DE_UNTER=4.95, AT_UNTER=6.95, DE_FREI=60, AT_FREI=100; function rate(v){return {"@type":"MonetaryAmount","value":v,"currency":"EUR"};} function dt(){return {"@type":"ShippingDeliveryTime","handlingTime":{"@type":"QuantitativeValue","minValue":0,"maxValue":1,"unitCode":"DAY"},"transitTime":{"@type":"QuantitativeValue","minValue":1,"maxValue":3,"unitCode":"DAY"}};} function ship(country,amount){return {"@type":"OfferShippingDetails","shippingDestination":{"@type":"DefinedRegion","addressCountry":country},"shippingRate":rate(amount),"deliveryTime":dt()};} function run(){ var nodes=document.querySelectorAll('script[type="application/ld+json"]'); var prod=null; nodes.forEach(function(n){try{var d=JSON.parse(n.textContent); if(d && d["@type"]==="Product" && d.offers){prod={n:n,d:d};}}catch(e){}}); if(!prod) return; var offs=Array.isArray(prod.d.offers)?prod.d.offers:[prod.d.offers]; var changed=false; offs.forEach(function(off){ if(!off || off.shippingDetails) return; var price=parseFloat(off.price||off.lowPrice||"0"); off.shippingDetails=[ ship("DE", price>=DE_FREI?0:DE_UNTER), ship("AT", price>=AT_FREI?0:AT_UNTER) ]; changed=true; }); // NEU: Bewertung aus separatem Product-Knoten an den Offer-Knoten haengen + Duplikat entfernen if(!prod.d.aggregateRating){ nodes.forEach(function(n){ if(n===prod.n) return; try{var r=JSON.parse(n.textContent); if(r && r["@type"]==="Product" && r.aggregateRating){ prod.d.aggregateRating=r.aggregateRating; if(r.review) prod.d.review=r.review; n.remove(); changed=true; } }catch(e){} }); } if(changed) prod.n.textContent=JSON.stringify(prod.d); } // nicht beim ersten Treffer stoppen - Bewertungs-Knoten kommt evtl. spaeter; idempotent, stoppt nach ~12 s var t=0,iv=setInterval(function(){run(); if(++t>30)clearInterval(iv);},400); })(); (function(){ if(window.__veItemList)return; window.__veItemList=true; function isCat(){return document.body.classList.contains('page-category') && !document.body.classList.contains('page-home-category');} function run(){ if(!isCat()) return true; if(document.getElementById('ve-collection')) return true; var hasProduct=[].some.call(document.querySelectorAll('script[type="application/ld+json"]'),function(n){try{var d=JSON.parse(n.textContent);var t=d["@type"];return Array.isArray(t)?t.indexOf("Product")>-1:t==="Product";}catch(e){return false;}}); if(hasProduct) return true; var tiles=[].filter.call(document.querySelectorAll('a[href]'),function(a){return /_\d+_\d+($|[?#])/.test(a.getAttribute('href')||'');}); if(!tiles.length) return false; var byUrl={},order=[]; tiles.forEach(function(a){ var abs=a.href.split('#')[0].split('?')[0]; var nm=(a.getAttribute('title')||a.textContent||'').replace(/\s+/g,' ').trim(); if(!byUrl[abs]){byUrl[abs]={url:abs,name:nm};order.push(abs);} else if(!byUrl[abs].name&&nm){byUrl[abs].name=nm;} }); if(!order.length) return false; var items=order.map(function(u,idx){var o=byUrl[u];var li={"@type":"ListItem","position":idx+1,"url":o.url};if(o.name)li.name=o.name;return li;}); var h1=document.querySelector('h1'); h1=h1?h1.textContent.trim():''; var name=h1||document.title.replace(/\s*\|.*$/,'').trim(); var data={"@context":"https://schema.org","@type":"CollectionPage","@id":location.origin+location.pathname+"#collection","name":name,"url":location.origin+location.pathname,"isPartOf":{"@type":"WebSite","url":location.origin+"/"},"mainEntity":{"@type":"ItemList","numberOfItems":items.length,"itemListElement":items}}; var s=document.createElement('script');s.type='application/ld+json';s.id='ve-collection';s.textContent=JSON.stringify(data);document.head.appendChild(s); return true; } var t=0,iv=setInterval(function(){if(run()||++t>25)clearInterval(iv);},500); })();

Anmelden

Jetzt registrieren