@media only screen and (width >= 1px) and (width <= 1200px) {
  .doc-list .filtervalues .filtervalues-item {
    display: block;
    max-width: fit-content;
    padding: 5px;
    font-size: smaller;
  }
  .doc-list .filtervalues .filtervalues-item .doc-chip-label {
    display: none;
  }
}
/* stylelint-disable media-feature-name-no-vendor-prefix */
@supports (-webkit-touch-callout: none) {
  .doc-list .filtervalues .filtervalues-item {
    display: block;
    max-width: fit-content;
    padding: 5px;
    font-size: smaller;
  }
  .doc-list .filtervalues .filtervalues-item .doc-chip-label {
    display: none;
  }
}
/* stylelint-enable media-feature-name-no-vendor-prefix */
@media only screen and (width >= 1px) and (width <= 900px) {
  .doc-container {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .doc-container .filters {
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
    border: none;
    min-width: 130px;
  }
  .doc-list .filtervalues {
    display: none;
  }
  .doc-list .section .document-tile {
    min-width: 100px;
    min-height: 80px;
  }
  .doc-list .section .document-tile a {
    width: 170px;
    height: 90px;
  }
  .file {
    margin: 5px;
  }
  .doc-list .section {
    display: flex;
    align-items: center;
  }
  .doc-list .section .docs {
    justify-content: center;
  }
  #documentation-footer {
    margin: 20px 10px;
  }
  #plz-select {
    text-align: center;
  }
}
/* stylelint-disable media-feature-name-no-vendor-prefix */
@supports (-webkit-touch-callout: none) {
  .doc-container {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .doc-container .filters {
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
    border: none;
    min-width: 130px;
  }
  .doc-list .filtervalues {
    display: none;
  }
  .doc-list .section .document-tile {
    min-width: 100px;
    min-height: 80px;
  }
  .doc-list .section .document-tile a {
    width: 170px;
    height: 90px;
  }
  .file {
    margin: 5px;
  }
  .doc-list .section .docs {
    justify-content: center;
  }
  #documentation-footer {
    margin: 20px 10px;
  }
  #plz-select {
    text-align: center;
  }
}
/* stylelint-enable media-feature-name-no-vendor-prefix */