  .transition-custom {
  transition: all 0.4s ease-in-out;
}

/* Stil nach dem Scrollen */
.navbar-scrolled {
  background-color:#d79642;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    width:100px;
}