.navigation {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  padding: 10px 15px;
}

.navigation h3 {
  color: white;
  margin: 0;
}

.statement {
  padding: 20px 15px;
  background: #f5f5f5;
}

.statement h4 {
  margin-bottom: 10px;
}

.kategorien {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 20px 15px;
}

.box {
  background: #ef8f8f;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
}

.box p {
  margin: 0;
  color: white;
  font-weight: 600;
}

.footer {
  background: #5c0000;
  color: white;
  text-align: center;
  padding: 20px 15px;
  margin-top: 20px;
}

.container,
.container-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}