/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/faq/src/faq.scss ***!
  \********************************************************************************************************************************************************************************************/
.Faq.Overview {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 124rem;
  margin-inline: auto;
}
.Faq .Content.ck-content {
  width: 90rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .Faq .Content.ck-content {
    width: 100%;
  }
}
.Faq .faq-accordion {
  width: 90rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .Faq .faq-accordion {
    width: 100%;
  }
}
.Faq .faq-content {
  display: none;
  padding-top: 1rem;
  max-width: 90%;
}
.Faq .faq-item {
  border-bottom: 1px solid var(--themecolor5);
  padding: 2rem 5rem;
}
@media only screen and (max-width: 767px) {
  .Faq .faq-item {
    padding: 2rem 0;
  }
}
.Faq .faq-item {
  position: relative;
}
.Faq .faq-item:hover {
  cursor: pointer;
}
.Faq .faq-item.active .faq-content {
  display: block;
}
.Faq .faq-title {
  position: relative;
  padding-right: 10rem;
}
@media only screen and (max-width: 767px) {
  .Faq .faq-title {
    padding-right: 4rem;
  }
}
.Faq {
  /* plusje als ::after */
}
.Faq .faq-item .faq-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease, content 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 3rem;
  color: var(--themecolor);
}
.Faq {
  /* min bij open */
}
.Faq .faq-item.active .faq-title::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}

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