.faq_block_section .faq_section{
    margin-top: 15px;
}
.faq_block_section .faq_section .faq{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: var(--faqAccBlockfontColor);
    display: none;
}
.faq_block_section .faq_section h3{
    background: var(--sectionbg-color);
    font-size: 20px;
    color: var(--font_color);
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
    line-height: 40px;
    border: 2px solid var(--font_color);
}
.faq_inverted_style .faq_block_section .faq_section h3.active,
.faq_accent_style .faq_block_section .faq_section h3.active{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.faq_block_section .faq_section p{
    margin-bottom: 0;
    display: block;
    padding: 10px;
}
.faq_block_section .views-field-field-audio-tag{
    display: none;
    background: #fff;
    padding: 10px;
}
.faq_block_section .faq_section h3 span.plusminus_btn{
    width: 18px;
	height: 18px;
	cursor: pointer;
	margin-right: 10px;
}
.faq_block_section .faq_section h3 span.plusminus_btn:before,
.faq_block_section .faq_section h3 span.plusminus_btn:after{
    content: "";
	display: block;
	background-color: var(--font_color);
	position: absolute;		
	top: 50%; 
	left: 0;
	transition: .35s;
	width: 100%;
	height: 2px;
}
.faq_block_section .faq_section h3 span.plusminus_btn:before{
    transform: translatey(-50%);
}
.faq_block_section .faq_section h3 span.plusminus_btn:after{
    transform: translatey(-50%) rotate(90deg);
}
.faq_block_section .faq_section h3.active span.plusminus_btn:before{
    transform: translatey(-50%) rotate(-90deg);
	opacity: 0;
}
.faq_block_section .faq_section h3.active span.plusminus_btn:after{
    transform: translatey(-50%) rotate(0);
}
.player {
  max-width: 20em;
  width: 100%;
}
.player .info {
  text-align: center;
  width: 100%;
}

.player .time {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.player .time > * {
  margin: 0 0.5em;
  font-size: 8px;
  font-weight: 700;
  line-height: 11px;
}
.player .progress {
  flex-grow: 2;
  height: 8px;
  background: inherit;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid var(--font_color);
}
.player .progress span {
  display: block;
  width: 0;
  height: 100%;
  background-color: var(--font_color);
}
.player .actions {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.player button {
  appearance: none;
  outline: none;
  position: relative;
  padding: 0;
  font-size: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.player span.progress img {
  width: 10px;
  position: absolute;
  top: 0;
}
button.button.rw:before,
button.button.ff:before {
  border-radius: 0;
  border: 0;
  background-color: inherit;
  box-shadow: none;
}
.player .button {
  width: 3em;
  height: 3em;
}
.player .button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  background-color: var(--sectionbg-color);
  border: 0.125em solid var(--font_color);
  border-radius: 50%;
}
.player .play-pause {
  width: 2em;
  height: 2em;
}
.player .rw {
  right: 30px;
  margin-left: 0.375em;
  transform: scaleX(-1);
}
.player .ff {
  left: 30px;
  margin-right: 0.375em;
}
.player .button .arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 40%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.player .button .arrow::before,
.player .button .arrow::after {
  content: "";
  position: absolute;
  left: -50%;
  width: 100%;
  height: 90%;
  transform: scale(1.2, 0.7) rotate(45deg);
  background-color: var(--font_color);
}
.player .button .arrow::after {
  left: 0;
  transform: none;
  background-color: transparent;
  box-shadow: inset 0.0625em 0 0.125em -0.0625em rgba(0, 0, 0, 0.1);
}
.paused .play-pause .arrow {
  margin-left: 0.1875em;
}
.playing .play-pause .arrow::before,
.playing .play-pause .arrow::after {
  left: 2px;
  width: 4px;
  transform: none;
  background-color: #ddd;
}

.playing .play-pause .arrow::after {
  left: auto;
  right: 2px;
}

.player .rw .arrow,
.player .ff .arrow {
  width: 20%;
  height: 20%;
  margin-left: 12%;
}

.player .rw .arrow:first-child,
.player .ff .arrow:first-child {
  margin-left: -4%;
}

.player .button:active .arrow::before,
.playing .play-pause .arrow::before,
.playing .play-pause .arrow::after {
  background-color: var(--font_color);
}
.player .audio_content,
.player .button.rw,
.player .button.ff{
    display: none;
}

.faq-teaser-layout{
    position: relative;
    z-index: 1;
}

.section_block_container.faq_block:before{
   height: 100%;
   top: 12px;
   max-height: 258px;
}
.customer_contact_user .block-views-blockuser-faq-block-1{
    display: none;
}
.faq-class .section_block_container.faq_block:before{
    top: 50px;
}
.faq_block_section .faq_section h3 .faq_title_text{
    font-weight: normal;
}
.faq_block .faq p::selection {
  color: var(--faqAccBlockAccentColor);
  text-decoration: none;
}
.faq_block_section .faq_section h3 .faq_title_text{
  line-height: 22px;
}

.faq_block_section .faq_section .faq  a{
    font-variant: small-caps;
    text-transform: inherit;
    position: relative;
    color: var(--faqAccBlockfontColor);
}
.faq_block_section .faq_section .faq a:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    transform-origin: left;
    background-color: var(--font_color);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 800ms;
    content: "";
    height: 2px;
    transform: scale(0);
}
.faq_block_section .faq_section .faq a:hover:after{
    transform: scale(1);
}
@keyframes spin {
  100% {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px){
  .faq_block_section .player {
      max-width: 15em;
  }
  .faq-teaser-layout{
    white-space: inherit;
  }
  .faq-teaser-layout .section_title h3{
    font-size: 40px;
  }
  .faq-teaser-layout .section_sub_title h3{
    font-size: 30px;
  }
  .faq_block_section .faq_section h3 span.plusminus_btn{
    flex: 0 0 auto;
  }
  .faq_block_section .faq_section h3 .faq_title_text{
    line-height: 22px;
    flex-basis: 90%;
  }
  .faq_block_section .player{
    flex-basis: 49%;
  }
  .faq_block_section .faq_title_content{
    flex-basis: 49%;
  }
  .faq_block_section .faq_section .faq img{
      width: 100%;
      object-fit: cover;
      padding: 0 30px;
  }
}
@media only screen and (max-width: 576px){
.faq_block_section .player {
    max-width: 10em;
}
.faq_block_section .player .play-pause {
  width: 1.5em;
  height: 1.5em;
}
.faq_block_section .paused .play-pause .arrow {
  margin-left: 3px;
}
.faq_block_section .playing .play-pause .arrow::before, .playing .play-pause .arrow::after{
  width: 3px
}
.faq-teaser-layout .section_title h3{
  font-size: 35px;
}
.faq-teaser-layout .section_sub_title h3{
  font-size: 25px;
}
}



@media only screen and (max-width: 420px){
.faq_block_section .faq_section h3 .faq_title_text{
  font-size: 16px;
}
.faq_block_section .player {
  max-width: 100%;
  margin-top: 10px;
}
.faq-teaser-layout .section_title h3{
  font-size: 30px;
}
.faq-teaser-layout .section_sub_title h3{
  font-size: 20px;
}
.faq_block_section .faq_section h3{
  display: block !important;
}
.faq_block_section .player .play-pause{
  margin-left: 0;
}
}