Along with some of the other problems pointed out above
look at this loop:
If the value of "Abspielen" is true this loop will start. and never end.............................Blocking the outer loop from ever iterating again. (at least while "False" is not equal to "True"-- And that is always the case in every instance where I have tested it)