.logo img {
  max-height: 30px;
  margin-right: 20px;
}
.space-glossy {
  background-color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(255,255,255,0.08); /* dezenter Rand */
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  color: #e0e0e0;
}
.navbar .nav-link,
.navbar .dropdown-toggle,
.navbar .dropdown-item {
  color: #fff !important;
}
.dropdown-menu {
  background: rgba(20, 20, 20, 0.6) !important;
  backdrop-filter: blur(6px) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  color: #e0e0e0 !important;
}
.navbar .nav-link:hover,
.navbar .dropdown-toggle:hover,
.navbar .dropdown-item:hover {
  color: #ff3300 !important; 
}
nav a:hover {
  background: rgba(255,255,255,0.08);
  border-radius: 6px;
  transition: background 0.3s ease;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.navbar-toggler {
  border-color: white !important;
}
@media (max-width: 768px) {
  .space-glossy {
    padding: 1rem;
    font-size: 0.9rem;
  }
.logo-img {
  max-height: 50px !important;
  margin-right: 20px;
  }
}
