/* smooth control für Wombach Internet 12.04.2026 */
@charset "UTF-8";
html { scroll-behavior: smooth; }
    .ddsmoothmenu ul li { position: relative; }
    .ddsmoothmenu ul li ul {
        position: absolute !important; display: none !important;
        left: 0; top: 100%; 
        background-color: #ffffff !important;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1000;
        border-radius: 4px; visibility: visible !important;
    }
    .ddsmoothmenu ul li:hover > ul { display: block !important; }
    .ddsmoothmenu ul li ul li { 
        display: block !important; width: 100%; float: none !important;
        background-color: #ffffff !important;
    }
    .ddsmoothmenu ul li ul li a {
        color: #333333 !important; padding: 8px 12px; text-decoration: none;
        display: block; font-size: 13px; border-bottom: 1px solid #eee;
        background-color: #ffffff !important;
    }
    .ddsmoothmenu ul li ul li a:hover { background-color: #f1f1f1 !important; }
    .ddsmoothmenu ul li ul li:last-child a { border-bottom: none; }