diff --git a/teckids.sty b/teckids.sty
index 4321f4a9b7d6df09c1447aebc970901265726ebb..da97c7e6796e77c7502af7c146b8b25e9a6d0667 100644
--- a/teckids.sty
+++ b/teckids.sty
@@ -55,12 +55,14 @@
 
 %% Makro für einen Protokoll-/Berichtskopf mit Titel und Logo
 \newcommand{\teckidshead}[1]{
+ \hypersetup{pdftitle = #1}
  \begin{minipage}[c]{0.5\textwidth}\centering\Large\textbf{#1}\end{minipage}
  \hfill
  \begin{minipage}[c]{0.4\textwidth}\teckidslogo[\textwidth]\end{minipage}
 }
 %% Nur für Sonderfälle!
 \newcommand{\teckidsheadleft}[1]{
+ \hypersetup{pdftitle = {#1}}
  \begin{minipage}[c]{0.5\textwidth}\Large\textbf{#1}\end{minipage}
  \hfill
  \begin{minipage}[c]{0.4\textwidth}\teckidslogo[\textwidth]\end{minipage}
diff --git a/teckidspubmat.cls b/teckidspubmat.cls
index cbf93d98b0be1937bb8094b55966056f3989617c..ff3e6343d84318e3ed438646edab373a7569f122 100644
--- a/teckidspubmat.cls
+++ b/teckidspubmat.cls
@@ -40,6 +40,7 @@
 
 \newcommand{\teckidspubmat}[2]{
 \hypersetup{
+	pdftitle = {#1},
 	pdfauthor = {#2, and others; see gitweb of Teckids e.V.}
 }
 \lohead{\Large #1}