Beschreibung

Klicken Sie auf unsere Skizzen für eine detaillierte Ansicht

Schnellwechselsystem

1.800,00 exkl. MwSt zzgl. Frachtkosten

Schnellwechselsystem proline (nur in Verbindung mit 5,5t Flanschrotator möglich)

Anfrage für Schnellwechselsystem

Anfrage für Schnellwechselsystem

(function () { const LABELS = [/^video$/i, /videos?/i]; // Tab-/Akkordeon-Text, falls nötig anpassen function hasMedia(el){ if(!el) return false; // echte Medien? if(el.querySelector('video, iframe, source, audio')) return true; // Fallback: sichtbarer Text/HTML? const txt = (el.textContent || "").replace(/\u00a0/g,' ').trim(); return txt.length > 0; } function hide(el){ if(el) el.style.display = 'none'; } function tryHide(){ // 1) WooCommerce Tabs: #tab-videos_tab + zugehöriger Tab const wooPanel = document.getElementById('tab-videos_tab'); if (wooPanel && !hasMedia(wooPanel)) { hide(wooPanel); hide(document.getElementById('tab-title-videos_tab')); // Standard Woo Tab const wooLi = document.querySelector('a[href="#tab-videos_tab"]')?.closest('li'); hide(wooLi); // falls anderes Markup } // 2) Elementor Tabs-Widget: role="tab" + aria-controls document.querySelectorAll('[role="tab"]').forEach(tab=>{ const label = (tab.textContent||'').trim(); if (LABELS.some(r=>r.test(label))) { const panelId = tab.getAttribute('aria-controls'); const panel = panelId ? document.getElementById(panelId) : null; if (panel && !hasMedia(panel)) { hide(tab.closest('li')||tab); hide(panel); } } }); // 3) Elementor Akkordeon (neues e-con / e-n Markup) document.querySelectorAll('.e-n-accordion-item, details.e-n-accordion-item').forEach(item=>{ const titleEl = item.querySelector('.e-n-accordion-item__title-text, .e-n-accordion-item-title-text, summary .e-n-accordion-item-title-text, summary, .e-n-accordion-item-title'); const label = (titleEl?.textContent||'').trim(); if (LABELS.some(r=>r.test(label))) { const content = item.querySelector('[role="region"], .e-con, .e-n-accordion-item__content, .elementor-widget-container') || item; if (!hasMedia(content)) hide(item); } }); } // warten bis Shortcode-Inhalt gerendert ist const mo = new MutationObserver((m)=>tryHide()); mo.observe(document.documentElement, {subtree:true, childList:true}); document.addEventListener('DOMContentLoaded', tryHide); window.addEventListener('load', tryHide); setTimeout(tryHide, 1000); })();
(function () { function hideEmptyProductDataTabs() { document.querySelectorAll('.elementor-widget-woocommerce-product-data-tabs') .forEach(function (widget) { // Details-Panel innerhalb dieses Widgets var details = widget.querySelector('#tab-details_tab'); if (!details) return; // Widget existiert, aber kein Details-Tab gefunden // Liegt Inhalt vor? (Tabelle/Attribute oder echter Text) var hasTable = details.querySelector('table, .shop_attributes, .details_tabelle'); var text = (details.textContent || '') .replace(/\u00A0/g, ' ') .replace(/\s+/g, ' ') .trim(); if (!hasTable && !text.length) { widget.style.display = 'none'; } }); } if (document.readyState !== 'loading') hideEmptyProductDataTabs(); else document.addEventListener('DOMContentLoaded', hideEmptyProductDataTabs); // Falls Elementor Inhalte nachlädt new MutationObserver(hideEmptyProductDataTabs) .observe(document.body, { childList: true, subtree: true }); })();

Login