.bt-capa-productfinder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.bt-capa-productfinder .bt-pf__manufacturer-headline,
.bt-capa-productfinder .bt-pf__model-select-headline,
.bt-capa-productfinder .bt-pf__model-headline,
.bt-capa-productfinder .bt-pf__deluxe-headline,
.bt-capa-productfinder .products,
.bt-capa-productfinder p {
  flex: 0 0 100%;
}
.bt-capa-productfinder .bt-pf.bt-pf__listelement {
  display: flex;
  flex: 0 1 200px;
  text-align: center;
}
.bt-capa-productfinder .bt-pf.bt-pf__listelement a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--enfold-alternate-color-primary);
  padding: 25px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: inherit;
}
.bt-capa-productfinder .bt-pf.bt-pf__listelement a:hover {
  background-color: var(--enfold-alternate-color-primary);
  color: #fff;
}
.bt-capa-productfinder .bt-pf.bt-pf__listelement a .bt-pf__manufacturer-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  transition: all 0.2s ease-in-out;
}
.bt-capa-productfinder .bt-pf.bt-pf__listelement a .bt-pf__manufacturer-name {
  display: block;
}
.bt-capa-productfinder .bt-pf.bt-pf__listelement.bt-pf__category {
  flex: 0 1 350px;
}
.bt-capa-productfinder.bt-capa-productfinder-additional-deluxe {
  width: 100%;
  border-top: 1px solid var(--enfold-alternate-color-primary);
  padding-top: 50px;
  margin-top: 20px;
}

/*# sourceMappingURL=bt-capa-finder.css.map */
