What I found so far are some online resources like this:
http://www.torsten-horn.de/techdocs/java-hibernate.htm (GER)
https://www.hibernate.org/5.html (Hibernate Docs)
http://docs.jboss.org/hibernate/stable/core/reference/en/html/tutorial.html
http://www.manning.com/bauer2/chapter2.pdf (Sample chapter of Java Persistence with Hibernate)
http://www.wenzlaff.de/hibernate.html (GER)
So thats a good way to start but i wonder if you can recommand any good books for learning Hibernate, or maybe you know some other very good online resource for learning it?
Java Persistence with Hibernate is the second edition of “Hibernate in Action”. They changed the name since they now provide JPA examples as well as Hibernate.
High-Performance Java Persistence is also worth reading since it explains which Hibernate features are efficient and which you should stay out of.