/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2021 | 13:31:45 */
.faq-item {}

.faq-item h3, .faq-item p {
  margin: 0 !important;
}

.faq-title {
  cursor: pointer;
}

.faq-spacer {
  height: 50px;
}

.faq-item p {
  padding-top: 25px;
}

/* Animation */

.faq-title span {
  position: absolute;
  font-size: 2em;
  line-height: 1em;
  height: 30px;
  width: 30px;
  padding: 2px;
}

/*.faq-title img {
height: 100% !important;
width: 100% !important;
}*/

.faq-title h3, .faq-item p {
  padding-left: 50px;
}

.faq-icon {
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

.faq-icon.active {
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
}

.faq-title h3 {
  font-size: 25px;
}

/* Title Bar ausblenden - komischer Fehler */
.faq-body .cp-info-bar.cp-pos-top {
    display: none !important;
}