Komplettsanierung von Bad & Co.,
alles aus einer Hand. Es war noch nie so einfach!
Auf Wunsch organisieren wir für Sie die Handwerker von A-Z oder stimmen uns mit den Handwerkern Ihrer Wahl ab und sorgen in beiden Fällen für einen
reibungslosen Ablauf.
jQuery(document).ready(function($) {
$('.current-menu-item.has-submenu .sub-nav, .current-menu-parent .sub-nav').each(function() {
$(this).css('background-color', '#1a1a1a');
$(this).find('ul').css('background-color', '#1a1a1a');
$(this).find('li a').css('color', '#ffffff');
});
$('.mega-menu-item.has-submenu').on('mouseenter', function() {
$(this).find('.sub-nav').css('background-color', '#1a1a1a');
$(this).find('.sub-nav ul').css('background-color', '#1a1a1a');
$(this).find('.sub-nav ul li a').css('color', '#ffffff');
});
});