
/* Leitlinien*/

.info__toggle .vc_toggle_title h4 {
  font-size: var(--fs-l);
  font-weight: var(--fw-medium);
}

.info__toggle .vc_toggle {
    padding: 25px 0!important;
    border-top: 1px solid var(--color-grey-30);
    margin-bottom: 0!important;
    position: relative;
}

.info__toggle .vc_toggle_title h4,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
  display: block!important;
  width: 100%;
  padding-right: 40px;
  position: relative;
  margin-bottom: 0!important;
}

.info__toggle .vc_toggle_title h4::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  
  width: 18px;
  height: 18px;
  
  background: url("../img/icon__plus.svg") center / contain no-repeat;
}

.info__toggle .vc_toggle_active .vc_toggle_title h4::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a::after {
  background: url("../img/icon__minus.svg") center / contain no-repeat;
}

.info__toggle .vc_toggle_title h4::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a::after {
  transition: transform 0.2s ease;
}

.info__toggle .vc_toggle_active .vc_toggle_title h4::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a::after {
  transform: translateY(-50%) rotate(180deg);
}

.info__toggle .vc_toggle.vc_toggle_active>.vc_toggle_content {
    margin-bottom: 0;
}

.info__toggle .vc_toggle_icon {
  display: none;
}


/*Akkordion*/
.vc_tta.vc_general .vc_tta-panels,
.vc_tta.vc_general .vc_tta-panels-container{
    margin-top: 0!important;
}
 
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: none;
    background: transparent!important;
}


.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
  font-size: var(--fs-l);
  font-weight: var(--fw-medium);
    color: var(--color-text)!important;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 25px 0px!important;
    border-top: 1px solid var(--color-grey-30)!important;
    margin-bottom: 0!important;
    position: relative;
}

.vc_tta.vc_general .vc_tta-panels, .vc_tta.vc_general .vc_tta-panels-container {
    position: relative;
    margin-top: 35px;
    box-sizing: border-box;
    border-top: none!important;
}

.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding-bottom: 25px!important;
}

.vc_tta-panel:last-child {
    border-bottom: 1px solid var(--color-grey-30);
}

.content__weiterbildung .link__more a {
    margin-top: 0;
}

/*Texte*/
.vc_tta-panel-title .vc_tta-title-text {
    display: block;
    padding-right: 50px;
    line-height: 26px;
}

/*Links*/
.vc_tta-panels a.link__external {
    margin-top: 18px;
}


/*h5*/
.vc_tta-panel h5,
.vc_tta-panel h6 {
    margin-top: 25px;
    margin-bottom: 7px!important;
}

/*List Zahlen*/
.content__weiterbildung ol[role="list"] {
    margin: -20px 0 17px 18px;
}

ol[role="list"] li {
    line-height: 36px;
}

/*Info Kasten Weiterbildung*/
.bg__grey /*Kasten*/{
    background: var(--bg-grey);
}

.bg__grey .vc_column-inner/*Kasten*/{
    padding: 10px 0 15px;
}

.vc_row.vc_inner > .bg__grey.vc_column_container:last-child > .vc_column-inner {
    padding-right: 25px;
}

.bg__grey.vc_column_container>.vc_column-inner {
    padding-left: 10px;
}


.bg__grey .contact__list ul /*Abstabd*/{
    margin-top: -11px;
}

.bg__grey ul li:first-child /*Adresse ausblenden*/{
    display: none;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    border-top: none!important;
}




/**/
#erstattungsfaehigkeit .vc_toggle,
#instrumente-ernaehrungszustand .vc_toggle{
    margin-bottom: 7px;
    padding: 10px 0 0;
    border-top: 1px solid var(--color-grey-30);
}

#erstattungsfaehigkeit .vc_toggle:last-of-type,
#instrumente-ernaehrungszustand .vc_toggle:last-of-type {
    border-bottom: 1px solid var(--color-grey-30)!important;
}

#erstattungsfaehigkeit h4,
#instrumente-ernaehrungszustand h4 {
    font-size: 16px;
    font-weight: 500;
}
#erstattungsfaehigkeit .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon,
#instrumente-ernaehrungszustand .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon{
    margin-left: 8px;
    margin-top: 6px;
}