.fehler-text h3 {
  color: red;
}

.fehler-text p.title {
  color: red;
}

.fehler p.title {
  color: red;
}

.fehler .feat-box-grid {
  width: 98%;
  box-shadow: 1px 1px 5px 3px #faf3f3;
  margin: auto;
  padding: 14px;
  height: 97%;
}

.fehler-text {
  width: 94%;
  box-shadow: 1px 1px 5px 3px #faf3f3;
  margin: auto;
}

.fehler-text-margin {
  margin-top: 20px;
}

@media (min-width: 991px) {
  .fehler-text {
    width: 74%;
  }

  .fehler-text-margin {
    margin-top: 138px;
  }
}

.filter-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .filter-menu {
    display: flex;
    flex-direction: row;
  }
}

.filter-btn {
  width: 100%;
  padding: 11px;

  background-color: var(--main-color);

  border: 1px solid var(--main-color1);
  cursor: pointer;
  text-align: left;
  width: fit-content;

  text-align: center;
  font-weight: 600;
}

@media (min-width: 767px) {
  .filter-btn {
    min-width: 200px;
  }
}

.filter-btn:hover,
.filter-btn:focus,
.filter-btn.active {
  background-color: #fff;
  background: var(--section-background);
  background: #ffeeeb;
  outline: none;
  border: none;
}

.filter-item {
  padding: 30px !important;
  margin-bottom: 10px;
  border-radius: 4px;
  margin-top: -1px;
  transition: opacity 0.5s ease, transform 0.5s ease;
  background: var(--section-background);
  background: #ffeeeb;
}

@media screen {
}
