diff --git a/src/HsH-report.cls b/src/HsH-report.cls
index 1d1b8ae60ec4fc52ba3eb1e0adfa8af69f54f5e8..268b4fcab05ae2c34c5df47225444fc59c7eaa98 100644
--- a/src/HsH-report.cls
+++ b/src/HsH-report.cls
@@ -7,7 +7,7 @@
 
 \newcommand{\HsHlogoPath}{HSH-Logo.pdf}
 \newcommand{\HsHlogoPage}{1}
-\newcommand{\includeHsHlogohere}{\raisebox{0pt}[\ht\strutbox][\dp\strutbox]{\includegraphics[width=5cm,page=\HsHlogoPage]{\HsHlogoPath}}}
+\newcommand{\includeHsHlogohere}{\includegraphics[width=5cm,page=\HsHlogoPage]{\HsHlogoPath}}
 \providecommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}} % Makro für Betragsstriche
 
 \newif\if@german%
@@ -230,7 +230,7 @@
 					\usekomafont{titlehead}{\@titlehead}%
 				\fi
 				\hfill
-				\includeHsHlogohere
+				\raisebox{0pt}[\ht\strutbox][\dp\strutbox]{\includeHsHlogohere}
 			\end{minipage}
 			\raisebox{10pt}{\rule{\textwidth}{0.5pt}}
 			% end Customised: --------------------------------------------------------
@@ -431,7 +431,7 @@
 			\usekomafont{titlehead}{\@titlehead}%
 		\fi
 		\hfill
-		\includeHsHlogohere
+		\raisebox{0pt}[\ht\strutbox][\dp\strutbox]{\includeHsHlogohere}
 	\end{minipage}
 	\raisebox{10pt}{\rule{\textwidth}{0.5pt}}
 	% end Customised: --------------------------------------------------------
diff --git a/test.tex b/test.tex
index 444865510ef00654ac7507d2c038647014faa525..37b11d6775219a6d5b6b131be4986bc7fa137618 100644
--- a/test.tex
+++ b/test.tex
@@ -35,7 +35,5 @@
 	eine zahl: $3,5+3.5$\\
 
 
-
-
 \listoffigures
 \end{document}