.waste_abc_overview_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px;
}
.waste_abc_overview_wrapper .waste_filter {
  width: calc(25% - 20px);
  padding: 10px 0 10px 10px;
}
.waste_abc_overview_wrapper .waste_filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.waste_abc_overview_wrapper .waste_filter ul li {
  margin-bottom: 5px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.waste_abc_overview_wrapper .waste_filter ul li.active {
  color: var(--ast-global-color-2);
  font-weight: 700;
  background: var(--e-global-color-astglobalcolor4);
}
.waste_abc_overview_wrapper .waste_item_container {
  width: 100%;
}
.waste_abc_overview_wrapper .waste_item_container .waste_item {
  width: 100% !important;
  margin: 0 !important;
  position: relative !important;
  top: 0 !important;
  margin-bottom: 10px !important;
  left: 0 !important;
  display: flex;
  background: #efefef;
}
@media screen and (max-width: 910px) {
  .waste_abc_overview_wrapper .waste_item_container .waste_item {
    flex-wrap: wrap;
  }
}
.waste_abc_overview_wrapper .waste_item_container .waste_item .waste-icon {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 15px 15px 15px;
}
@media screen and (max-width: 768px) {
  .waste_abc_overview_wrapper .waste_item_container .waste_item .waste-icon {
    width: 100px;
    height: 100px;
  }
}
.waste_abc_overview_wrapper .waste_item_container .waste_item .waste-icon img {
  max-height: 100px;
}
@media screen and (max-width: 768px) {
  .waste_abc_overview_wrapper .waste_item_container .waste_item .waste-icon img {
    max-height: 50px;
  }
}
.waste_abc_overview_wrapper .waste_item_container .waste_item .waste-title {
  margin: 0;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 15px;
}
@media screen and (max-width: 910px) {
  .waste_abc_overview_wrapper .waste_item_container .waste_item .waste-title {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .waste_abc_overview_wrapper .waste_item_container .waste_item .waste-title {
    width: calc(100% - 100px);
  }
}
.waste_abc_overview_wrapper .waste_item_container .waste_item .waste-location {
  width: calc(40% - 150px);
  padding: 15px;
}
@media screen and (max-width: 910px) {
  .waste_abc_overview_wrapper .waste_item_container .waste_item .waste-location {
    width: calc(60% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .waste_abc_overview_wrapper .waste_item_container .waste_item .waste-location {
    width: calc(60% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .waste_abc_overview_wrapper .waste_item_container .waste_item .waste-location {
    width: 100%;
    padding-bottom: 0;
  }
}
.waste_abc_overview_wrapper .waste_item_container .waste_item .waste-location p:empty {
  display: none;
}
.waste_abc_overview_wrapper .waste_item_container .waste_item .waste-location .waste_verwerter_details ul {
  margin-left: 15px;
}
.waste_abc_overview_wrapper .waste_item_container .waste_item .waste-description {
  width: 35%;
  padding: 15px;
}
@media screen and (max-width: 910px) {
  .waste_abc_overview_wrapper .waste_item_container .waste_item .waste-description {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .waste_abc_overview_wrapper .waste_item_container .waste_item .waste-description {
    padding-top: 0;
  }
}

.reset-btn {
  margin-bottom: 50px;
  background: #008939;
  font-weight: 700;
  color: #fff;
  font-size: 16px !important;
  border: 2px solid #008939;
}
.reset-btn:hover {
  background: #fff;
  color: #008939;
  border: 2px solid #008939;
}

/*# sourceMappingURL=wasteAbcOverview.css.map */
