public class Motorrad extends Fahrzeug {
Motorrad(int pos, String fahrer){
super(pos,3, fahrer, "=-=");
}