#ees-product-finder > div:first-child {
  display: block;
  overflow: hidden;
}
#ees-product-finder > div:first-child button {
  float: right;
  text-transform: uppercase;
  color: #000 !important;
  height: 32px;
  font-weight: bold;
  background: white !important;
  border: none;
}
#ees-product-finder > div:first-child button .ees-icon {
  width: 32px;
  height: 32px;
}
#ees-product-finder > div:first-child span {
  display: block;
  overflow: hidden;
}
#ees-product-finder > div:first-child span input {
  width: 100%;
  border: 2px solid #000;
  border-radius: 16px;
  height: 32px;
  padding: 0 16px;
  line-height: 32px;
  font-size: 16px;
}
#ees-product-finder > div:first-child span input:focus {
  outline: none;
}
#ees-product-finder .ees-product-finder-results {
  margin-top: 78px;
}
#ees-product-finder .ees-product-finder-results .ees-product-finder-category {
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  padding: 50px;
}
#ees-product-finder .ees-product-finder-results .ees-product-finder-category + .ees-product-finder-category {
  margin-top: 36px;
}
#ees-product-finder .ees-product-finder-results .ees-product-finder-category > div:first-child {
  /*
        Überschriften
    */
  font-family: "Helvetica LT W01", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 40px;
  color: #000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
#ees-product-finder .ees-product-finder-results .ees-product-finder-category > div:first-child .ees-icon {
  margin-right: 16px;
  width: 28px;
  height: 28px;
  transition: transform 0.8s ease-in-out;
}
#ees-product-finder .ees-product-finder-results .ees-product-finder-category > div:first-child[aria-expanded="true"] {
  color: #e30017;
  text-shadow: 0 0 1px rgba(227, 0, 23, 0.3);
}
#ees-product-finder .ees-product-finder-results .ees-product-finder-category > div:first-child[aria-expanded="true"] .ees-icon {
  transform: rotate3d(1, 0, 0, 180deg);
  background-image: url("/typo3conf/ext/ees_website_template/Resources/Public/Images/EesIcons/icon-chevron-down.active.svg");
}
#ees-product-finder .ees-product-finder-results .ees-product-finder-category .ees-product-finder-entry:first-child {
  margin-top: 36px;
}
#ees-product-finder .ees-product-finder-results .ees-product-finder-category .ees-product-finder-entry a {
  float: right;
  text-decoration: none;
  /*
        Bsp: kleine Überschriften und Links

        Produktseiten:
            - Fragen zum Produkt;
        Startseite:
            - Unsere Produktbereiche
            - Unsere Anwendungsbeispiele
    */
  font-family: "Helvetica LT W01", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
#ees-product-finder .ees-product-finder-results .ees-product-finder-category .ees-product-finder-entry a:active,
#ees-product-finder .ees-product-finder-results .ees-product-finder-category .ees-product-finder-entry a:focus {
  color: #000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
#ees-product-finder .ees-product-finder-results .ees-product-finder-category .ees-product-finder-entry a:hover {
  color: #e30017;
  text-shadow: 0 0 1px rgba(227, 0, 23, 0.3);
}
/*# sourceMappingURL=ees-product-finder.css.map */

