I'm using a self made child theme for my Wordpress theme. Because I've so much files I've added some folders to my child theme and changed the path in the functions.php to make it a little bit clearer:
My folder structure:
Now I have the problem that Wordpress having issues loading my files:
(index):53 GET http://localhost/wordpress/wp-content/themes/Divicss/style.css?ver=4.9.8 net::ERR_ABORTED 404 (Not Found)
It loooks like that Wordpress is searching in the original theme but this is wrong. How can I fix this? Or is this even possible?

