• Language
  • <h1 class='my-heading'>Just some HTML</h1><?php echo 'The year is ' . date('Y'); ?>
    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        background: none; /* Kein Hintergrund für die gesamte Nav-Leiste */
        text-align: center;
    }
    
    nav ul li {
        display: inline-block;
    }
    
    nav ul li a {
        text-decoration: none;
        color: #B3B3B3; /* 70% Grau für nicht aktive Menüpunkte */
        padding: 10px 15px;
        display: block;
        background: none; /* Kein Hintergrund für Link */
    }
    
    nav ul li a:hover {
        color: white; /* Weiße Textfarbe beim Hover */
    }
    
    nav ul li a.active {
        color: green; /* Grüne Textfarbe für den aktiven Menüpunkt */
    }
    
    document.addEventListener("DOMContentLoaded", function() {
        const sections = document.querySelectorAll('section');
        const navLinks = document.querySelectorAll('nav ul li a');
    
        window.addEventListener('scroll', () => {
            let current = '';
            sections.forEach(section => {
                const sectionTop = section.offsetTop;
                const sectionHeight = section.clientHeight;
                if (pageYOffset >= (sectionTop - sectionHeight / 3)) {
                    current = section.getAttribute('id');
                }
            });
    
            navLinks.forEach(link => {
                link.classList.remove('active');
                if (link.href.includes(current)) {
                    link.classList.add('active');
                }
            });
        });
    });
    

    Imprint and general terms and conditions

    Contact

    Phone: +49 - (0) 28 26 - 91 45 - 0
    Fax: +49 - (0) 28 26 - 91 45 - 11
    E-Mail: info@project-sp.de

    Managing Directors

    Jan Hanenkamp
    Ingo Rathmann

    Business data

    project Service & Produktion GmbH
    Im Hammereisen 42
    47559 Kranenburg
    Deutschland

    Registergericht Kleve
    Handelsregisternummer: 2384
    Steuernummer: 116/5715/1516 Ust-IdNr.: DE813529884

    Bank

    Sparkasse Kleve
    BLZ 324 500 00
    Konto 503 613 2
    IBAN DE31 3245 0000 0005 0361 32
    BIC: WELA DE D1 KLE

    Web Design and Implementation

    The Digital Agency from Aachen – Interactive Pioneers GmbH