this should be a very easy to solve problem but i dont know what to do. I simply want at my titlepage on the left side a logo and on the right side text. I had it the other way arround and it perfeclty worked out but in this costelation it doesnt

Code: Select all
\thispagestyle{empty}
\begin{titlepage}
\newgeometry{left=35mm, right=35mm, top=23mm, bottom=20mm}
\begin{figure}[H]
\begin{minipage}[c][][c]{40mm}
\includegraphics[width=40mm]{./Bilder/Logo.png}
\end{minipage}
\hfill
\begin{minipage}[c][][c]{80mm}
TEXT \\
TEXT \\
\\
TEXT
\end{minipage}
\end{figure}
Plz help me!
Best
Johannes