/*Korrektur Abstand zw. Vor- und Nachname Forschungsberichte*/
.path-research-reports .block-system-main-block .research-reports-overview .views-row .research-reports-teaser .research-reports-teaser__body .field--name-field-cli-fc-report-author .field__item .field--name-field-cli-author-firstname {
margin-right: 0px;
}

.paragraph--type--cli-fc-report-author .field--name-field-cli-author-firstname::after {
content: "\0A0";
}


.path-research-reports .block-system-main-block .research-reports-overview .views-row .research-reports-teaser .research-reports-teaser__body .field--name-field-cli-fc-report-author .field__item .paragraph--type--cli-fc-report-author .field::before {
content: "";
margin: 0;
}

.field--name-field-cli-fc-report-author > .field__item:nth-child(2) {
display: inline-flex;
}


.field--name-field-cli-fc-report-author > .field__item:nth-child(2)::before {
content: ";\0A0";
//margin-left: 10px;
}
