When writing a beamer presentation, I often use textblocks containing a single includegraphics to place pictures freely on a slide, e.g.
\begin{textblock*}{0.51\textwidth}(10.8mm,56.8mm)
\includegraphics[width=50mm]{picture}
\end{textblock*}
Unfortunately, images are alwyas placed above the textbody of the slide with respect to the z-order, i.e. the pictures overlap and cover the text. Sometimes this is very inconvenient, especially if the picture itself is not square-shaped.
I read about using beamer background templates as a solution, but this not work in my case. Our corporate beamer style also uses background templates which interferes with this solution. Moreover, using textblocks does not seem to work inside a beamer background template.
I also read about wrapping everything in tikz to get the correct z-order. But this additional layer code is also very inconvient when you need it on every other slide.
So, is there an easier solution to place pictures anywhere on the slide and have them behind the text?

textblock*? I obtain! LaTeX Error: Environment textblock* undefined.– Karlo Apr 20 '18 at 12:57textpos. – Karlo Apr 20 '18 at 13:04