.faqslider-container {
  height: 580px;

  .faqslider {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top right;

    .slides {
      background-color: transparent;

      li .caption {
        width: 100%;
        left: 0;

        .question {
          color: $text_inverse !important;
        }

        .headline {
          color: $text_inverse !important;
          margin-left: 32px;
        }

        .box-link {
          margin-left: 32px;
          margin-top: 32px;

          a {
            color: $text_inverse;
            font-weight: bold;
            font-size: 1.25rem;
          }
        }
      }
    }

    .indicators {
      bottom: 10%;
      z-index: 100;

      .indicator-item {
        border: 1px solid white;
        background: transparent;

        &.active {
          background-color: white;
        }
      }
    }
  }
}