Hi Gebhard Sengmüller,
Add this following css in child theme style.css file to remove “|” from footer menu:
ul.footer > li:before, .footer > ul > li:before {
content: none;
}
Note: Please add this css on child theme style.css file, otherwise your changes will be lost on theme update.
Thanks