@charset "UTF-8";

.faq-accordion-section {
  border: 1px solid #aaaaaa;
  word-wrap: break-word;
}

.faq-accordion-section .faq-headline h3 {
  padding: 24px 30px 22px 63px;
  position: relative;
  min-height: 75px;
  cursor: pointer;
  border-top: 1px solid #aaa;
  font-weight: 400;
}

.faq-accordion-section .faq-headline:first-child h3 {
  border-top: none;
}

.faq-accordion-section .faq-headline h3:before {
  content: 'Q';
  position: absolute;
  left: 30px;
  top: 22px;
  font-weight: bold;
}

.faq-accordion-section .faq-headline h3:after {
  content: '+';
  position: absolute;
  right: 27px;
  top: 24px;
  font-size: 25px;
  font-weight: 400;
}

.faq-accordion-section .faq-headline.active h3:after {
  content: '_';
  position: absolute;
  right: 27px;
  top: 10px;
  font-size: 25px;
  font-weight: 400;
}

html[lang="en"] .faq-accordion-section .faq-headline.active h3:after {
  right: 28px;
  font-size: 28px;
}

.faq-accordion-section .panel {
  position: relative;
  padding: 0px 60px 30px 64px;
  display: none;
}

.faq-accordion-section .panel:before {
  content: 'A';
  position: absolute;
  left: 31px;
  font-weight: bold;
}

.panel ol li,
.panel ul li {
  margin-left: 30px;
}

.panel ol li {
  counter-increment: cnt;
  text-indent: -26px;
}

.panel ol li:before {
  display: marker;
  content: "("counter(cnt) ") ";
}

.panel ul li {
  position: relative;
  text-indent: -10px;
}

.panel ul li:before {
  display: inline-block;
  content: "-";
  margin-left: 2px;
  padding-right: 8px;
}

.faq-accordion-section .panel p a {
  word-break: break-word;
}

@media screen and (min-width: 1000px) {}

@media screen and (max-width: 999px) {

  .faq-accordion-section .faq-headline h3 {
    padding: 9px 45px 8px 45px;
    min-height: 42px;
  }

  .faq-accordion-section .faq-headline h3:before {
    left: 15px;
    top: 8px;
  }

  .faq-accordion-section .panel:before {
    left: 16px;
    top: 0px;
  }

  .faq-accordion-section .faq-headline.active h3:after {
    right: 15.5px;
    top: 5px;
    font-size: 23px;
  }

  html[lang="en"] .faq-accordion-section .faq-headline.active h3:after {
    right: 17px;
    top: 5px;
    font-size: 25px;
  }

  .faq-accordion-section .faq-headline h3:after {
    right: 15px;
    top: 50%;
    margin-top: -12px;
  }

  .faq-accordion-section .panel {
    padding: 0px 45px 15px 45px;
  }

  html[lang="en"] .faq-accordion-section .panel {
    padding: 0px 45px 15px 46px;
  }

  .panel ol li {
    text-indent: -20px;
  }

  .panel ul li:before {
    margin-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width:768px) {}
