I am trying to align an image with a table, for some reason m the table is moved to the right. (It works fine when using two graphics)

\begin{figure}[!ht]
\subfloat[Title 1\label{subfig-1}]{%
\includegraphics[width=0.5\textwidth]{HP-POS.png}
}
\hfill
\subfloat[Title 2\label{subfig-2}]{%
\begin{tabular}{l r}
\toprule
\textbf{POS-Tag} & \textbf{Anzahl} \\
\midrule
NN & 13.189\\
\$, & 7.845\\
VVFIN & 7.693\\
PPER & 7.552\\
\$. & 6.843\\
ART & 6.698\\
APPR & 5.816\\
\bottomrule
\end{tabular}
}
\caption{•}
\label{fig:tabelle}
\end{figure}