diff --git a/kalibrierschein/kalibrierschein.cls b/kalibrierschein/kalibrierschein.cls
index b65f9af0fd36d47332070c80ce51b4200f33f0c2..861d199b380f09ef97f33c4cf8a16c7d4ab94ec3 100644
--- a/kalibrierschein/kalibrierschein.cls
+++ b/kalibrierschein/kalibrierschein.cls
@@ -318,60 +318,16 @@
 }
 
 \AtBeginDocument{%
-
-\newif\ifGERMAN  \GERMANfalse
-\newif\ifENGLISH \ENGLISHtrue
-\iflanguage{ngerman}{\GERMANtrue\ENGLISHfalse}{%
-  \iflanguage{german}{\GERMANtrue\ENGLISHfalse}{}}
-
-\ifGERMAN   % Wohl alles unnötig
-  \newcommand*\sectionCalibrationDevice{%
-    \section{Beschreibung des Kalibriergegenstands}%
-  }
-  %%%\show\sectionCalibrationDevice
-  \newcommand*\sectionCalibrationProcedure{%
-    \section{Kalibrierverfahren}%
-  }
-  \newcommand*\sectionResults{%
-    \section{Ergebnis}%
-  }
-  \newcommand*\sectionUncertainties{%
-    \section{Messunsicherheit}%
-  }
-  \newcommand*\sectionNotes{%
-    \section{Besondere Hinweise}%
-  }
-\fi
-\ifENGLISH
-  \newcommand*\sectionCalibrationDevice{%
-    \section{Calibration device}%
-  }
-  \newcommand*\sectionCalibrationProcedure{%
-    \section{Calibration procedure}%
-  }
-  \newcommand*\sectionResults{%
-    \section{Results}%
-  }
-  \newcommand*\sectionUncertainties{%
-    \section{Messunsicherheit}%
-  }
-  \newcommand*\sectionNotes{%
-    \section{Note for further use}%
-  }
-\fi
-
-\ifnum\number\ks@missingEntries>0 %
-  \AddToShipoutPictureBG{%
-    \AtTextCenter{%
-      \makebox(0,0)[c]{\resizebox{\textwidth}{!}{%
-        \rotatebox{54.7}{%
-          \textnormal{\textsf{\textbf{%
-            \color{lightgray}Fehler:~\ks@missingEntries}}}}}}%
+  \ifnum\number\ks@missingEntries>0 %
+    \AddToShipoutPictureBG{%
+      \AtTextCenter{%
+        \makebox(0,0)[c]{\resizebox{\textwidth}{!}{%
+          \rotatebox{54.7}{%
+            \textnormal{\textsf{\textbf{%
+              \color{lightgray}Fehler:~\ks@missingEntries}}}}}}%
+      }%
     }%
-  }%
-\fi
-
-%-------- End AtBeginDocument ------------
+  \fi
 }
 
 \RequirePackage{url}