diff --git a/public/index.html b/public/index.html
index e7bbda8c87c22e00606ab7b5b3fc2780e08e0192..aa2711c09ae5ce083b94efaa47de15494a48df7e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -38,20 +38,29 @@
 
 <body class="index-page">
 
-   <header id="header" class="header d-flex align-items-center sticky-top ">
-    <div class="container-fluid container-xl position-relative d-flex align-items-center">
-
+   <header id="header" class="header d-flex align-items-center fixed-top">
+   <div class="container-fluid container-xl position-relative d-flex align-items-center"> 
+    
       <a href="index.html" class="logo d-flex align-items-center me-auto">
-        <!-- Uncomment the line below if you also wish to use an image logo -->
-        <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt="">
+        <!-- Uncomment the line below if you also wish to use an image logo-->
+        <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt=""> 
         <h1 class="sitename">KNIGHT</h1>
       </a>
-
-      
-
+     
+      <!-- Updated Navigation Menu -->
+      <nav id="navmenu" class="navmenu">
+        <ul>
+          <li><a href="index.html#hero" class="active">Home<br></a></li>
+          <li><a href="index.html#about">About</a></li>
+          <li><a href="index.html#services">Results</a></li>
+          <li><a href="index.html#portfolio">Portfolio</a></li>
+          <li><a href="index.html#team">Team</a></li>
+          <li><a href="index.html#contact">Contact</a></li>
+        </ul>
+        <i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
+      </nav>
       <!-- <a class="btn-getstarted flex-md-shrink-0" href="index.html#about">Get Started</a> -->
 
-
     </div>
   </header>