Illuminated sign case TQ

  • Illuminated sign cases with rounded corners
  • Implementation: MADVERTS, Hochstadt
  • Dimension: 2500 x 2440 mm
  • Profile system: EPS.LUMI 2000
  • Profile: Basic profile EPS 1-002

jQuery(document).ready(function($) { $('#primary-menu ul li.sub-menu > a').on('click', function(e) { if ($('body').hasClass('device-xs') || $('body').hasClass('device-sm') || $('body').hasClass('device-md')) { if ($(e.target).hasClass('icon-angle-down')) { e.preventDefault(); e.stopImmediatePropagation(); $(this).parent('li').children('ul, .mega-menu-content').toggleClass('d-block'); } else { var linkUrl = $(this).attr('href'); if (linkUrl && linkUrl !== '#' && linkUrl !== '') { e.preventDefault(); window.location.href = linkUrl; // Sofortige Weiterleitung zur Kontakt-Seite } } } }); });