.hinweis {
  background-color: #fff4cc;
  border: 1px solid #e0b800;
  color: #5c4500;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  margin: 2rem auto;
  max-width: 800px;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.hinweis strong {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
