I figured it out. Actually "get_stylesheet_uri()" loads ./style.css, so the path directs to the file. I would need to go to a higher hierarchy or simply use "get_template_directory_uri()".
As far as i understood, it could be a problem if someone would make a child-theme but for me it workes fine :).