.projekt-button {
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: 24px;
  background: #004b93;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.15s ease;
}

.projekt-button:hover,
.projekt-button:focus-visible {
  background: #00366a;
  color: #fff;
  text-decoration: none;
}