.fixed-bewerben-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #033370;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: background 0.3s ease;
}

.fixed-bewerben-btn:hover {
  background-color: #0550b3; /* etwas helleres Blau */
}