/*
.tx-irfaq-pi1 .tx-irfaq-dynheader{
	padding: 0;
	font-size: 26px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.tx-irfaq-pi1 .bodytext{ 
	margin-bottom: 15px;
}

.tx-irfaq-toggle-plus {
    background: none !important;
}

.tx-irfaq-toggle-minus {
    background: none !important;
	color: #d04a61;
}
*/

.tx-irfaq-toggle .tx-irfaq-toggle-minus {
  /*background: url('/fileadmin/templates/irfaq/minus.gif') right no-repeat;*/
  background: none;
  margin-bottom: 10px;
  padding: 0;
}

.tx-irfaq-toggle .tx-irfaq-toggle-plus {
  /*background: url('/fileadmin/templates/irfaq/plus.gif') right no-repeat;*/
  background: none;
  margin-bottom: 10px;
  padding: 0;
}

.tx-irfaq-toggle h3:first-child:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.tx-irfaq-toggle h3 {
  margin: 0;
}

.tx-irfaq-toggle h3:first-child {
  margin: 0;
  background: #BDC3C6;
  padding: 15px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

.tx-irfaq-toggle .tx-irfaq-toggle-minus  h3:first-child:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}

.tx-irfaq-toggle .tx-irfaq-toggle-minus  h3:first-child{
  background: #000000;
  color: #ffffff;
}

.tx-irfaq-toggle .tx-irfaq-dynans {
  margin-top: -10px;
  margin-bottom: 10px;
  border: 1px solid #1a2329;
  padding: 10px;
}

.tx-irfaq-pi1 .tx-irfaq-toggle .additional-info {
  border: none;
  margin: 0;
}
