Hi,
you can add this code in file /templates/yoo_master2/css/custom.css
.dl-horizontal dt{
white-space: normal;
}
.dl-horizontal dd:after{
content:"";
display:block;
clear:both;
}
Above code solve wrap problem, but you have some title too long, for example: "Praktikumsplatz/Tätigkeiten" this is 1 word, so very long, you need to change with something like "Praktikumsplatz / Tätigkeiten" (now 3 words)