/* Mobile Startseite: kompakter Bereich fuer Wissenswertes und Produktfilter */
@media (max-width: 991.98px) {
  .intro-content-row {
    padding: 10px 8px 8px !important;
    margin-bottom: 8px !important;
  }

  .intro-heading h1 {
    font-size: 1.15rem !important;
    line-height: 1.25 !important;
  }

  .intro-text-full {
    font-size: 86% !important;
    line-height: 1.35 !important;
  }

  .wissenswertesbutton {
    position: static !important;
    width: 100% !important;
    margin: 0 0 8px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    border-radius: 9px !important;
    font-weight: 700 !important;
    color: #20325a !important;
  }

  .mobile-wissenswertes-toggle {
    margin-top: 4px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wissenswertesbutton i {
    margin-left: 8px !important;
  }

  #wissenswertes {
    margin: 0 0 10px 0 !important;
  }

  #wissenswertes .col-lg-4,
  #wissenswertes .col-xl-3 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #wissenswertes .hint {
    padding: 10px 12px !important;
    margin: 0 0 10px 0 !important;
    border-radius: 10px !important;
  }

  #wissenswertes .hint > img {
    display: none !important;
  }

  #wissenswertes .hint .row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #wissenswertes .hint .row > .col-12 {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
  }

  #wissenswertes .hint .row > .col-12:first-child {
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    font-size: 95% !important;
  }

  #wissenswertes .hint a {
    display: flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 7px 8px !important;
    border: 1px solid rgba(32, 50, 90, 0.16) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    color: #20325a !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    text-decoration: none !important;
  }

  #wissenswertes .hint a i {
    width: 20px !important;
    min-width: 20px !important;
    color: #20325a !important;
  }

  .row.filterdesktop {
    margin: 0 0 10px 0 !important;
  }

  .row.filterdesktop > .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .filter-bar-section {
    padding: 10px !important;
    margin: 0 0 12px 0 !important;
    border-radius: 10px !important;
  }

  body .filterdesktop .filter-bar-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
    align-items: stretch !important;
    justify-content: stretch !important;
  }

  body .filterdesktop .filter-bar-label {
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  body .filterdesktop .filter-select-wrap {
    width: 100% !important;
    min-width: 0 !important;
    height: 38px !important;
    padding: 8px 24px 8px 10px !important;
    border-radius: 9px !important;
  }

  body .filterdesktop .filter-select-label {
    font-size: 12px !important;
    line-height: 1.1 !important;
  }

  body .filterdesktop .filter-apply-chip,
  body .filterdesktop .konfigurator-chip {
    width: 100% !important;
    min-height: 38px !important;
    border-radius: 9px !important;
    justify-content: center !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 374px) {
  .filter-bar-row,
  #wissenswertes .hint .row {
    grid-template-columns: 1fr !important;
  }
}
