document.addEventListener('DOMContentLoaded', function() { setTimeout(function() { const targetNode = document.querySelector('.elementor-widget-container'); // Korrekter Selektor if (!targetNode) { console.error("Elternelement der Toggles nicht gefunden!"); return; } const config = { childList: true, subtree: true }; const callback = function(mutationsList, observer) { for (const mutation of mutationsList) { if (mutation.type === 'childList') { const tabTitles = targetNode.querySelectorAll('.elementor-tab-title'); const tabContents = targetNode.querySelectorAll('.elementor-tab-content'); if (tabTitles.length > 0 && tabContents.length > 0) { tabTitles.forEach((title, index) => { let newId = `tab-title-${index + 1}`; title.id = newId; let controls = title.getAttribute('aria-controls'); if (controls) { let oldContent = document.getElementById(controls); if (oldContent) { oldContent.id = `tab-content-${index + 1}`; title.setAttribute('aria-controls', `tab-content-${index + 1}`); } } }); console.log("Tab IDs wurden angepasst."); observer.disconnect(); } } } }; const observer = new MutationObserver(callback); observer.observe(targetNode, config); }, 100); });

Internistische Gemeinschaftspraxis Dialysezentrum

Mo.-Fr.:

07:45 – 12:30 Uhr
14:00 – 17:00 Uhr

Dr. med. K. Gerner

Dr. med. K. Gerner

Fachärztin für innere Medizin

Studium

Studium an der Albert-Ludwigs-Universität Freiburg im Breisgau

Stationen

  • Facharztausbildung für Innere Medizin am Krankenhaus Siegen und Krankenhaus Kreuztal
  • seit 2007 Niederlassung in Radolfzell als hausärztliche Internistin