When I use the ampersand & in align for positioning I loose the underline function. Is there a (simple) way of underlining the last math line completely?
\documentclass[14pt,a4paper,headlines=6,headinclude=true]{scrartcl}
\usepackage{amsmath,amssymb,stmaryrd}
\begin{document}
\begin{align*}
\mathcal{H} (c, K, \lambda, t) &= \frac{c^{1-\frac{1}{\sigma} } -1}{1 - \frac{1}{\sigma}} + \lambda \cdot \left( r \cdot K + w \cdot L_Y + \Pi_x \cdot A - c \cdot L \right) \\
\Leftrightarrow \frac{\dot c}{c} &= \sigma \cdot \left( r - \rho - n \right) \tag{25}
\end{align}
\end{document}

Example:


