diff --git a/.gitignore b/.gitignore
index 66c354fe620a66cfb3fedac906165088684950ea..3b742fd0363afefb127de8ae76cacce08a738f5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,5 @@
 *.lof
 *.log
 *.toc
-help_*
 build/
 img/logos-fakultäten.svg
diff --git a/README.md b/README.md
index 1b602114f7744533bda4713170dd84ea2cf0e9d4..7d41d9e7d8346bb04fb27c2a8a7b14f76d473bb3 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
 Hier soll eine Projektvolage entstehen, mit der Berichte und Arbeiten an der HsH geschrieben werden können. Diese soll Klassen enthalten, welche
 spezifische Vorgaben unserer Hochschule erfüllen, sowie eine Vorlage mit Paketvorschlägen und Beispielen.
 
+
 # geplante Features:
 
 - angepasstes Deckblatt, inklusive Logo der HsH (möglicherweise Fakultät vorgebar??)
diff --git a/src/HSH-Logo.pdf b/src/HSH-Logo.pdf
index f6ddc0fa82f4999a70cbe8ca9834745f4a8a2108..a3b13236394013628e252dfdce359822621b2473 100644
Binary files a/src/HSH-Logo.pdf and b/src/HSH-Logo.pdf differ
diff --git a/src/HsH-report.cls b/src/HsH-report.cls
index 198d7f6d81139b6a175d20137e35af1dbf933250..eb38334ef40975d3e8f7fad788069309141c73f6 100644
--- a/src/HsH-report.cls
+++ b/src/HsH-report.cls
@@ -6,9 +6,9 @@
 \LoadClass[bibliography=totoc,listof=totoc]{scrreprt}
 
 \newcommand{\HsHlogoPath}{HSH-Logo.pdf}
-\newcommand{\HsHlogoPage}{6}
+\newcommand{\HsHlogoPage}{1}
 \newcommand{\includeHsHlogohere}{\raisebox{0pt}[\ht\strutbox][\dp\strutbox]{\includegraphics[width=5cm,page=\HsHlogoPage]{\HsHlogoPath}}}
-\newcommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}} % Makro für Betragsstriche
+\providecommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}} % Makro für Betragsstriche
 
 \DeclareOption{ngerman}{%
 	\PassOptionsToPackage{\CurrentOption}{babel}
@@ -21,19 +21,19 @@
 	\renewcaptionname{english}{\tablename}{Tab.} %Table
 }
 \DeclareOption{f1}{%
-	\renewcommand{\HsHlogoPage}{1}
+	\renewcommand{\HsHlogoPage}{2}
 }
 \DeclareOption{f2}{%
-	\renewcommand{\HsHlogoPage}{2}
+	\renewcommand{\HsHlogoPage}{3}
 }
 \DeclareOption{f3}{%
-	\renewcommand{\HsHlogoPage}{3}
+	\renewcommand{\HsHlogoPage}{4}
 }
 \DeclareOption{f4}{%
-	\renewcommand{\HsHlogoPage}{4}
+	\renewcommand{\HsHlogoPage}{5}
 }
 \DeclareOption{f5}{%
-	\renewcommand{\HsHlogoPage}{5}
+	\renewcommand{\HsHlogoPage}{6}
 }
 \DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrreprt}}
 
@@ -96,12 +96,12 @@
 \renewcommand{\fps@table}{h!t} % Positonierung of tables
 
 \newcommand\declarationAuthorship{
-	\newpage
 	\thispagestyle{plain}
 	\vspace*{\fill}
 	{\rule{\textwidth}{0.1pt}}
 	\vspace{0.5cm}
 
+	\renewcommand{\thanks}{\empty}
 	\newcommand{\tempA}{ich}
 	\newcommand{\tempB}{}
 	\foreach \x [count=\i] in \@author{
diff --git a/src/personal.tex b/src/personal.tex
index f34e2c2b326bf360c3dd02403080cfeb61aa7f39..c49f78a9baeb094702df896d90dc06d5dba34743 100644
--- a/src/personal.tex
+++ b/src/personal.tex
@@ -1,6 +1,6 @@
 \author{
-	Max Mustermann,
-	Mira Musterfrau,
+	Max Mustermann\thanks{test},
+	Mira Musterfrau\thanks{temp},
 	Max Mustermann,
 	Mira Musterfrau,
 	Max Mustermann
@@ -10,3 +10,4 @@
 \title{Mustertitel}
 \subtitle{Untertitle}
 \date{\today}
+\publishers{HERAUSGEBER}