(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){} })();
Language
  • German
  • English
Log in
Register
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
      • Mammut
      • Mountain Equipment
      • MSR
      • Ocun
      • Ortovox
      • Patagonia
      • Petzl
      • Rab
      • SEATOSUMMIT
      • 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
  • 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
      • 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

Revocation right for consumers


(A ‘consumer’ is any natural person who concludes a legal transaction which, to an overwhelming extent, cannot be attributed to either his commercial or independent professional activities.)

Instructions for revocation

Revocation right
You have the right to revoke this contract within 14 days without specifying any reasons.
The revocation period is 14 days with effect from the day, 

-  on which you or a third party nominated by you, which is not the carrier, had taken possession of the products, provided you had ordered one or more products within the scope of a standard order and this/these product/products is/are delivered uniformly;

-  on which you or a third party nominated by you, which is not the carrier, had taken possession of the last product, provided you had ordered several products within the scope of a standard order and these products are delivered separately;

To exercise your right of withdrawal, you must inform us (VerticalExtreme GmbH, Erlkamer Straße 2, 83607 Holzkirchen, Telephone number: +49 8024 475267, E-Mail address: kontakt@verticalextreme.de) by means of a clear declaration (e.g. a letter sent by post, or an e-mail) of your decision to withdraw from this contract. You can use the attached model withdrawal form for this purpose, which is, however, not mandatory.

In order to safeguard the revocation period, it is sufficient that you send the notification about the exercise of the revocation right before the expiry of the revocation period.

Consequences of the revocation

If you revoke this contract, we shall repay all the payments, which we received from you, including the delivery costs (with the exception of additional costs, which arise from that fact that you selected a form of delivery other than the most reasonable standard delivery offered by us), immediately and at the latest within 14 days from the day on which we received the notification about the revocation of this contract from you. We use the same means of payment, which you had originally used during the original transaction, for this repayment unless expressly agreed otherwise with you; you will not be charged any fees owing to this repayment.

We can refuse the repayment until the products are returned to us or until you have furnished evidence that you have sent the products back to us, depending on whichever is earlier.

You must return or transfer the products to us immediately and, in any case, at the latest within 14 days with effect from the day on which you inform us of the revocation of this contract. The deadline is maintained if you send the products before the expiry of the 14 day deadline.

You bear the direct costs for returning the products.

You must pay for any depreciation of the products only if this depreciation can be attributed to any handling with you that was not necessary for checking the condition, features and functionality of the products.

Criteria for exclusion or expiry

The revocation right is not available for contracts

  • for delivery of products, which are not prefabricated and for whose manufacturing an individual selection or stipulation by the consumer is important or which are clearly tailored to the personal requirements of the consumer;
  • for delivery of products, which can spoil quickly or whose use-by date would be exceeded quickly;
  • for delivery of alcoholic drinks, whose price was agreed at the time of concluding the contract, which however can be delivered 30 days after the conclusion of the contract at the earliest and whose current value depends on the fluctuations in the market, on which the entrepreneur has no influence;
  • for delivery of newspapers, periodicals or magazines with the exception of subscription contracts.

The revocation right expires prematurely in case of contracts

  • for delivery of sealed products, which are not suitable for return for reasons of health protection or hygiene if their seal has been removed after the delivery;
  • for delivery of products if they have been mixed inseparably with other goods after the delivery, owing to their condition;
  • for delivery of sound or video recording or computer software in a sealed package if the seal has been removed after the delivery.


Specimen - revocation form

(If you wish to revoke the contract, please fill up this form and send it back to us.)

- To VerticalExtreme GmbH, Erlkamer Straße 2, 83607 Holzkirchen, Email address: kontakt@verticalextreme.de :

- I/we (*) herewith revoke the contract concluded by me/ us (*) regarding the purchase of the following  products (*)/
  the provision of the following service (*)

- Ordered on (*)/ received on (*)

- Name of the consumer(s)
- Address of the consumer(s)
- Signature of the consumer(s) (only in case of a notification on paper)
- Date

(*) Cross out the incorrect option.

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 () { throw new Error('No Trusted Shops ID was configured in the backend. Cannot load badge!'); })();
// === 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); })(); (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 retpol(){return [{"@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"}];} 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) ]; off.hasMerchantReturnPolicy=retpol(); 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); })(); (function(){if(document.getElementById('ve-cat-css'))return;var s=document.createElement('style');s.id='ve-cat-css';s.textContent='body.page-category:not(.page-home-category){--vec-bl:#005490;--vec-bld:#00395f;--vec-am:#e8821e;--vec-amd:#8a4d12;--vec-ink:#1f2933;--vec-txt:#42505e;--vec-mut:#667085;--vec-ln:#e6e9ee;--vec-sf:#f6f8fa;--vec-r-card:14px;--vec-r-btn:10px;--vec-shadow:0 8px 24px rgba(16,42,67,0.10);--vec-lift:translateY(-3px)}body.page-category:not(.page-home-category) div.breadcrumbs{font-size:13px;color:var(--vec-mut)}body.page-category:not(.page-home-category) div.breadcrumbs a{color:var(--vec-mut);text-decoration:none;transition:color 0.12s}body.page-category:not(.page-home-category) div.breadcrumbs a:hover{color:var(--vec-bl)}body.page-category:not(.page-home-category) h1.category-title{font-size:clamp(24px,2.6vw,34px);font-weight:700;color:var(--vec-ink);line-height:1.15;letter-spacing:-0.01em;padding-top:12px !important;margin-bottom:clamp(18px,2.5vw,28px)}body.page-category:not(.page-home-category) h1.category-title::after{content:"";display:block;width:56px;height:3px;margin-top:12px;border-radius:2px;background:var(--vec-am)}body.page-category:not(.page-home-category) .widget-step-by-step-navigation{margin-bottom:clamp(24px,3.5vw,44px)}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner > .row{margin-left:-8px;margin-right:-8px}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner > .row > [class*="col"]{padding-left:8px;padding-right:8px}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid var(--vec-ln);border-radius:var(--vec-r-card);overflow:hidden;text-decoration:none;color:var(--vec-ink);box-shadow:0 1px 3px rgba(16,42,67,0.05);transition:transform 0.12s,box-shadow 0.12s,border-color 0.12s}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a:hover{transform:var(--vec-lift);box-shadow:var(--vec-shadow);border-color:#d7dde4;text-decoration:none}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;padding:12px 12px 4px;background:#fff;transition:transform 0.18s ease}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a:hover img{transform:scale(1.05)}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a .nav-item{border:0 !important;border-top:1px solid #eef1f4 !important;margin-top:auto;align-items:center;justify-content:center;text-align:center;padding:10px 12px 14px;min-height:52px;font-size:15px;font-weight:600;line-height:1.35;color:var(--vec-ink) !important;transition:color 0.12s}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a:hover .nav-item{color:var(--vec-bl) !important}body.page-category:not(.page-home-category) ul.product-list{list-style:none;padding-left:0;padding-right:0;margin-left:-8px;margin-right:-8px}body.page-category:not(.page-home-category) ul.product-list > li{display:flex;flex-direction:column;padding-left:8px;padding-right:8px;margin-bottom:16px}body.page-category:not(.page-home-category) ul.product-list > li > div{width:100%;height:100%;background:#fff;border:1px solid var(--vec-ln);border-radius:var(--vec-r-card);overflow:hidden;transition:transform 0.12s,box-shadow 0.12s}body.page-category:not(.page-home-category) ul.product-list > li > div:hover{transform:var(--vec-lift);box-shadow:var(--vec-shadow)}body.page-category:not(.page-home-category) div.category-item-placeholder{min-height:280px;background:#fff;border:1px solid var(--vec-ln);border-radius:var(--vec-r-card)}body.page-category:not(.page-home-category) ul.product-list > li > article.cmp-product-thumb{background:#fff;border:1px solid var(--vec-ln);border-radius:var(--vec-r-card);height:100%;box-shadow:0 1px 3px rgba(16,42,67,0.05);transition:box-shadow 0.12s,border-color 0.12s}body.page-category:not(.page-home-category) ul.product-list > li > article.cmp-product-thumb:hover{box-shadow:var(--vec-shadow);border-color:#d7dde4}body.page-category:not(.page-home-category) ul.product-list .thumb-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.2em}body.page-category:not(.page-home-category) ul.product-list .thumb-meta .price{font-size:18px}body.page-category:not(.page-home-category) ul.product-list del.crossprice{font-size:13px}body.page-category:not(.page-home-category) div.widget-toolbar.list-controls{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--vec-ln)}body.page-category:not(.page-home-category) div.widget-toolbar.list-controls select,body.page-category:not(.page-home-category) div.widget-toolbar.list-controls .custom-select{border:1px solid var(--vec-ln);border-radius:var(--vec-r-btn);color:var(--vec-txt);background-color:#fff}body.page-category:not(.page-home-category) button.btn.btn-link.filter-toggle{border:1px solid var(--vec-ln);border-radius:var(--vec-r-btn);background-color:#fff;color:var(--vec-bl);font-weight:600;padding:8px 16px;text-decoration:none !important;transition:border-color 0.12s,background-color 0.12s}body.page-category:not(.page-home-category) button.btn.btn-link.filter-toggle:hover,body.page-category:not(.page-home-category) button.btn.btn-link.filter-toggle:focus{border-color:var(--vec-bl);background-color:var(--vec-sf);color:var(--vec-bl);text-decoration:none !important}body.page-category:not(.page-home-category) ul.pagination{gap:6px;flex-wrap:wrap;margin-top:clamp(8px,2vw,16px)}body.page-category:not(.page-home-category) ul.pagination .page-link{border:1px solid var(--vec-ln);border-radius:var(--vec-r-btn) !important;margin-left:0 !important;color:var(--vec-bl);font-weight:600;min-width:40px;text-align:center;transition:background-color 0.12s,border-color 0.12s,color 0.12s}body.page-category:not(.page-home-category) ul.pagination .page-link:hover{background-color:var(--vec-sf);border-color:var(--vec-bl);color:var(--vec-bld)}body.page-category:not(.page-home-category) ul.pagination .page-item.active .page-link{background-color:var(--vec-bl) !important;border-color:var(--vec-bl) !important;color:#fff !important}body.page-category:not(.page-home-category) ul.pagination .page-item.disabled .page-link{color:var(--vec-mut);background-color:transparent}body.page-category:not(.page-home-category) .widget-code .category-description:has(*){background:#fff;border:1px solid var(--vec-ln);border-radius:var(--vec-r-card);padding:clamp(20px,3.5vw,40px);margin-top:clamp(28px,4vw,52px);margin-bottom:clamp(28px,4vw,52px) !important}body.page-category:not(.page-home-category) .category-description > .row{margin-left:0;margin-right:0}body.page-category:not(.page-home-category) .category-description > .row > [class*="col"]{padding-left:0;padding-right:0}body.page-category:not(.page-home-category) .category-description h2{font-size:clamp(20px,2.2vw,25px);font-weight:700;color:var(--vec-ink);line-height:1.25;margin:2.1em 0 0.7em;scroll-margin-top:96px}body.page-category:not(.page-home-category) .category-description h2:first-child{margin-top:0}body.page-category:not(.page-home-category) .category-description h2:not(:first-child){border-top:1px solid var(--vec-ln);padding-top:1.1em}body.page-category:not(.page-home-category) .category-description h3{font-size:clamp(16px,1.8vw,19px);font-weight:600;color:var(--vec-ink);line-height:1.3;margin:1.7em 0 0.55em;scroll-margin-top:96px}body.page-category:not(.page-home-category) .category-description p,body.page-category:not(.page-home-category) .category-description li{font-size:15px;line-height:1.7;color:var(--vec-txt);max-width:none}body.page-category:not(.page-home-category) .category-description p{margin-bottom:1em}body.page-category:not(.page-home-category) .category-description strong{color:var(--vec-ink)}body.page-category:not(.page-home-category) .category-description ul{padding-left:1.25em;margin-bottom:1.2em}body.page-category:not(.page-home-category) .category-description li{margin-bottom:0.45em}body.page-category:not(.page-home-category) .category-description li::marker{color:var(--vec-am)}body.page-category:not(.page-home-category) .category-description a{color:var(--vec-bl);font-weight:600;text-decoration:underline;text-decoration-color:rgba(0,84,144,0.30);text-underline-offset:2px;transition:color 0.12s,text-decoration-color 0.12s}body.page-category:not(.page-home-category) .category-description a:hover{color:var(--vec-bld);text-decoration-color:currentColor}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a:focus-visible,body.page-category:not(.page-home-category) ul.pagination .page-link:focus-visible,body.page-category:not(.page-home-category) button.btn.btn-link.filter-toggle:focus-visible{outline:2px solid var(--vec-bl);outline-offset:2px}@media (max-width:575.98px){body.page-category:not(.page-home-category) h1.category-title{font-size:22px}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner > .row{margin-left:-6px;margin-right:-6px}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner > .row > [class*="col"]{padding-left:6px;padding-right:6px}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a .nav-item{font-size:13px;min-height:46px;padding:8px 8px 12px}body.page-category:not(.page-home-category) ul.product-list{margin-left:-6px;margin-right:-6px}body.page-category:not(.page-home-category) ul.product-list > li{padding-left:6px;padding-right:6px;margin-bottom:12px}body.page-category:not(.page-home-category) .widget-code .category-description:has(*){border-radius:12px}body.page-category:not(.page-home-category) ul.pagination{justify-content:center;gap:4px}body.page-category:not(.page-home-category) ul.pagination .page-link{min-width:32px;padding-left:6px;padding-right:6px}}@media (prefers-reduced-motion:reduce){body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a,body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a img,body.page-category:not(.page-home-category) ul.product-list > li > div{transition:none}body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a:hover,body.page-category:not(.page-home-category) .widget-step-by-step-navigation .widget-inner a:hover img,body.page-category:not(.page-home-category) ul.product-list > li > div:hover{transform:none}}body.page-category:not(.page-home-category) .category-description .ve-rel{margin:0 0 2em}body.page-category:not(.page-home-category) .category-description .ve-rel:last-child{margin-bottom:0}body.page-category:not(.page-home-category) .category-description div.ve-rel + h2{margin-top:0}body.page-category:not(.page-home-category) .category-description h2.ve-rel-heading{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 16px;padding:0;border:0;font-size:13px;font-weight:700;letter-spacing:0.07em;line-height:1.3;text-transform:uppercase;text-align:center;color:var(--vec-mut,#667085)}body.page-category:not(.page-home-category) .category-description h2.ve-rel-heading::before{content:"";flex:0 0 auto;width:20px;height:3px;border-radius:2px;background:var(--vec-am,#e8821e)}body.page-category:not(.page-home-category) .category-description .ve-rel-group + .ve-rel-group{margin-top:22px}body.page-category:not(.page-home-category) .category-description .ve-rel-label{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 12px;font-size:13px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:var(--vec-mut,#667085)}body.page-category:not(.page-home-category) .category-description .ve-rel-label::before{content:"";flex:0 0 auto;width:20px;height:3px;border-radius:2px;background:var(--vec-am,#e8821e)}body.page-category:not(.page-home-category) .category-description ul.ve-rel-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding-left:0;margin:0}body.page-category:not(.page-home-category) .category-description ul.ve-rel-list li{margin:0;padding:0;list-style:none}body.page-category:not(.page-home-category) .category-description a.ve-rel-chip{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 16px;background-color:#fff;border:1px solid var(--vec-ln,#e6e9ee);border-radius:var(--vec-r-btn,10px);color:var(--vec-bl,#005490);font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color 0.12s,border-color 0.12s,color 0.12s}body.page-category:not(.page-home-category) .category-description a.ve-rel-chip:active{background-color:var(--vec-sf,#f6f8fa);border-color:var(--vec-bl,#005490)}body.page-category:not(.page-home-category) .category-description .ve-rel-more{color:var(--vec-am,#e8821e);font-weight:700;font-size:16px;line-height:1;margin-left:6px}body.page-category:not(.page-home-category) .category-description a.ve-rel-chip.ve-rel-logo{min-height:56px;width:160px;padding:10px 18px;box-shadow:0 1px 3px rgba(16,42,67,0.05);transition:transform 0.12s,box-shadow 0.12s,border-color 0.12s}body.page-category:not(.page-home-category) .category-description a.ve-rel-chip.ve-rel-logo:active{background-color:#fff;border-color:#d7dde4}body.page-category:not(.page-home-category) .category-description .ve-rel-logo img{display:block;height:36px;width:auto;max-width:128px;object-fit:contain}body.page-category:not(.page-home-category) .category-description .ve-rel-logo .ve-rel-brand-name{margin:0;font-size:14px;font-weight:600;color:var(--vec-bl,#005490);white-space:nowrap}@media (hover:hover) and (pointer:fine){body.page-category:not(.page-home-category) .category-description a.ve-rel-chip:hover{background-color:var(--vec-sf,#f6f8fa);border-color:var(--vec-bl,#005490);color:var(--vec-bld,#00395f);text-decoration:none}body.page-category:not(.page-home-category) .category-description a.ve-rel-chip.ve-rel-logo:hover{background-color:#fff;border-color:#d7dde4;transform:var(--vec-lift,translateY(-3px));box-shadow:var(--vec-shadow,0 8px 24px rgba(16,42,67,0.10))}}body.page-category:not(.page-home-category) .category-description a.ve-rel-chip:focus-visible{outline:2px solid var(--vec-bl,#005490);outline-offset:2px}@media (max-width:767.98px){body.page-category:not(.page-home-category) .category-description .ve-rel-label{font-size:12px}body.page-category:not(.page-home-category) .category-description ul.ve-rel-list{gap:10px 8px}body.page-category:not(.page-home-category) .category-description a.ve-rel-chip{min-height:44px;padding:8px 10px;font-size:13px}body.page-category:not(.page-home-category) .category-description a.ve-rel-chip.ve-rel-logo{min-height:50px;width:94px;padding:8px 10px}body.page-category:not(.page-home-category) .category-description .ve-rel-logo img{height:31px;max-width:72px}body.page-category:not(.page-home-category) .category-description .ve-rel-group + .ve-rel-group{margin-top:18px}}@media (prefers-reduced-motion:reduce){body.page-category:not(.page-home-category) .category-description a.ve-rel-chip,body.page-category:not(.page-home-category) .category-description a.ve-rel-chip.ve-rel-logo{transition:none}body.page-category:not(.page-home-category) .category-description a.ve-rel-chip.ve-rel-logo:hover{transform:none}}';document.head.appendChild(s);})(); (function(){ if(window.__vePdp)return;window.__vePdp=1; var css='body.page-singleitem .widget-add-to-basket .btn-primary{font-size:16px!important;font-weight:700!important;border-radius:8px!important;letter-spacing:.01em;box-shadow:0 3px 10px rgba(0,84,144,.22)!important;transition:box-shadow .15s,transform .15s}body.page-singleitem .widget-add-to-basket .btn-primary:hover{box-shadow:0 6px 18px rgba(0,84,144,.30)!important;transform:translateY(-1px)}body.page-singleitem .widget-text h3,body.page-singleitem h3.page-header{font-weight:700!important;color:#1f2933!important;padding-bottom:10px!important;margin-bottom:18px!important;border-bottom:1px solid #e6e9ee;position:relative}body.page-singleitem .widget-text h3::after,body.page-singleitem h3.page-header::after{content:"";position:absolute;left:0;bottom:-1px;width:48px;height:3px;border-radius:2px;background:#e8821e}body.page-singleitem .variation-select .v-s-box{border-radius:8px!important;border-width:1px!important;transition:border-color .12s,background-color .12s,box-shadow .12s}body.page-singleitem .variation-select .v-s-box:not(.invalid):not(.active):hover{border-color:#005490!important;background-color:#f6f8fa!important}body.page-singleitem .variation-select .v-s-box.active{border-color:#005490!important;background-color:#eef4f9!important;box-shadow:0 0 0 1px #005490!important}.ve-pdp-trust{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px;margin:14px 0 2px}.ve-pdp-trust .ve-pdp-t{display:inline-flex;align-items:center;gap:8px;font-size:13px;line-height:1.2;color:#42505e;font-weight:600;white-space:nowrap}.ve-pdp-trust svg{flex:0 0 auto}body.page-singleitem .ve-gpsr{margin:26px 0 8px;padding:14px 16px 16px;background:#f6f8fa;border:1px solid #e6e9ee;border-radius:10px;font-size:12.5px;line-height:1.6;color:#667085}body.page-singleitem .ve-gpsr .ve-gpsr-title{display:flex;align-items:center;gap:9px;margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#42505e}body.page-singleitem .ve-gpsr .ve-gpsr-title::before{content:"";width:18px;height:3px;border-radius:2px;background:#e8821e;flex:0 0 auto}'; var st=document.createElement('style');st.id='ve-pdp-css';st.textContent=css;document.head.appendChild(st); var NS='http://www.w3.org/2000/svg'; function check(){var s=document.createElementNS(NS,'svg');s.setAttribute('width','17');s.setAttribute('height','17');s.setAttribute('viewBox','0 0 18 18');s.setAttribute('aria-hidden','true');var c=document.createElementNS(NS,'circle');c.setAttribute('cx','9');c.setAttribute('cy','9');c.setAttribute('r','9');c.setAttribute('fill','#e8821e');var p=document.createElementNS(NS,'path');p.setAttribute('d','M5 9.3l2.4 2.5 5.1-5.4');p.setAttribute('fill','none');p.setAttribute('stroke','#fff');p.setAttribute('stroke-width','1.7');p.setAttribute('stroke-linecap','round');p.setAttribute('stroke-linejoin','round');s.appendChild(c);s.appendChild(p);return s;} function tagGpsr(){ Array.prototype.some.call(document.querySelectorAll('.widget-inner'),function(e){ var own=''; Array.prototype.forEach.call(e.childNodes,function(n){if(n.nodeType===3)own+=n.textContent;}); if(/Hersteller:/.test(own)){ if(!e.classList.contains('ve-gpsr')){e.classList.add('ve-gpsr');var t=document.createElement('div');t.className='ve-gpsr-title';t.textContent='Herstellerinformationen';e.insertBefore(t,e.firstChild);} return true;} return false;}); } var OBS=false; function ensure(){ if(!document.body.classList.contains('page-singleitem'))return; tagGpsr(); var atb=document.querySelector('.widget-add-to-basket'); if(!atb||!atb.parentNode)return; if(!atb.parentNode.querySelector('.ve-pdp-trust')){ var w=document.createElement('div');w.className='ve-pdp-trust'; ['Tested by VE \u2013 am Berg erprobt','Fachberatung von Bergsportlern'].forEach(function(t){ var sp=document.createElement('span');sp.className='ve-pdp-t';sp.appendChild(check()); var tx=document.createElement('span');tx.textContent=t;sp.appendChild(tx);w.appendChild(sp);}); atb.parentNode.insertBefore(w,atb.nextSibling); } if(!OBS&&window.MutationObserver){OBS=true;var mo=new MutationObserver(function(){var a=document.querySelector('.widget-add-to-basket');if(a&&a.parentNode&&!a.parentNode.querySelector('.ve-pdp-trust'))ensure();});mo.observe(atb.parentNode,{childList:true,subtree:true});} } ensure();var n=0,iv=setInterval(function(){ensure();if(++n>25)clearInterval(iv);},600); })(); (function(){if(window.__veBrand)return;window.__veBrand=true; var B=[650,659,660,661,662,663,664,665,699,703,721,722,725,726,728,732,735,764,768]; if(B.some(function(id){return document.body.classList.contains('category-'+id);}))document.body.classList.add('ve-brandpage'); var css='body.category-649 .widget-inner.bg-appearance:has(> h1.align-center){background:transparent!important;padding:10px 0 4px!important}body.category-649 h1.align-center{color:#1f2933!important;font-weight:700!important;font-size:32px!important;letter-spacing:-.01em!important;text-align:center!important;position:relative!important;padding-bottom:18px!important;margin:10px 0 8px!important}body.category-649 h1.align-center::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:66px;height:3px;border-radius:2px;background:#e8821e}body.category-649 .widget-image-box.widget-image-box-block-caption{background:#fff!important;border:1px solid #e6e9ee!important;border-radius:12px!important;box-shadow:0 1px 3px rgba(0,0,0,.06)!important;overflow:hidden!important;transition:box-shadow .18s ease,transform .18s ease!important}body.category-649 .widget-image-box.widget-image-box-block-caption:hover{box-shadow:0 10px 26px rgba(0,84,144,.16)!important;transform:translateY(-3px)!important}body.category-649 .widget-image-box-block-caption img{position:absolute!important;left:50%!important;top:44%!important;transform:translate(-50%,-50%)!important;width:auto!important;height:auto!important;max-width:calc(100% - 52px)!important;max-height:calc(100% - 112px)!important;object-fit:contain!important;transition:transform .2s ease!important}body.category-649 .widget-image-box-block-caption:hover img{transform:translate(-50%,-50%) scale(1.06)!important}body.category-649 .widget-image-box-caption.block-caption{background:#005a93!important;color:#fff!important;text-align:center!important;padding:14px 12px!important;font-size:15px!important;font-weight:600!important;letter-spacing:.01em!important}body.category-649 .widget-image-box-caption.block-caption p{margin:0!important}body.ve-brandpage h1{color:#1f2933!important;font-weight:700!important;position:relative!important;padding-bottom:16px!important;margin-bottom:22px!important}body.ve-brandpage h1::after{content:"";position:absolute;left:0;bottom:0;width:66px;height:3px;border-radius:2px;background:#e8821e}body.ve-brandpage .widget-image-box.widget-image-box-block-caption{border-radius:12px!important;overflow:hidden!important;box-shadow:0 2px 6px rgba(0,0,0,.10)!important;transition:box-shadow .2s ease,transform .2s ease!important}body.ve-brandpage .widget-image-box.widget-image-box-block-caption:hover{box-shadow:0 12px 28px rgba(0,0,0,.20)!important;transform:translateY(-4px)!important}body.ve-brandpage .widget-image-box-block-caption img{transition:transform .35s ease!important}body.ve-brandpage .widget-image-box-block-caption:hover img{transform:translate(-50%,-50%) scale(1.06)!important}body.ve-brandpage .widget-image-box-caption.block-caption{background:rgba(0,90,147,.88)!important;color:#fff!important;text-align:center!important;font-weight:600!important;font-size:15px!important}body.ve-brandpage a.btn.btn-primary{border-radius:8px!important;font-weight:600!important;letter-spacing:.01em!important;box-shadow:0 3px 10px rgba(0,84,144,.20)!important}@media (max-width:767.98px){body.category-649 h1.align-center{font-size:24px!important;padding-bottom:14px!important}body.category-649 h1.align-center::after{width:54px!important}body.category-649 .widget-grid.widget-four-col .widget-inner.col-12{flex:0 0 50%!important;max-width:50%!important}body.category-649 .widget-image-box-block-caption img{max-width:calc(100% - 30px)!important;max-height:calc(100% - 88px)!important}body.category-649 .widget-image-box-caption.block-caption{font-size:13px!important;padding:11px 8px!important;letter-spacing:0!important}body.ve-brandpage h1{font-size:22px!important;padding-bottom:12px!important}body.ve-brandpage h1::after{width:52px!important}body.ve-brandpage .widget-grid.widget-four-col .widget-inner.col-12{flex:0 0 50%!important;max-width:50%!important}body.ve-brandpage .widget-image-box-caption.block-caption{font-size:13px!important;padding:10px 6px!important}}'; var s=document.createElement('style');s.id='ve-brand-css';s.textContent=css;document.head.appendChild(s);})();

Log in

Register now