/* Colors Neuhaus */
/* Fonts Neuhaus */
.faq-item button .icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.faq-item button.collapsed .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.faq-item button:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

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