Arduino Uno: Problems with Serial.print()

I doubt it is causing the problem but you really should be using the F-macro...

  Serial.println( F( "Betriebsbereit." ) ); // This means "ready".