diff --git a/arbeitsanweisung/vl-arbeitsanweisung.cls b/arbeitsanweisung/vl-arbeitsanweisung.cls
index 5f2853d6ad148013abe4f3ca71531fa789b73445..cb3c9da3c8e59af2d69c19c774f24acb1791bc78 100644
--- a/arbeitsanweisung/vl-arbeitsanweisung.cls
+++ b/arbeitsanweisung/vl-arbeitsanweisung.cls
@@ -9,7 +9,7 @@
 \LoadClass[%
 ,twoside
 ,fontsize=12pt% ???
-,headings=normal
+,headings=small
 ,toc=bibliographynumbered
 ,captions=oneline
 ,captions=tableheading
@@ -22,10 +22,10 @@ headheight=16mm,
 marginparwidth=5mm,
 left=22mm,
 right=16mm,
-textheight=238mm,
+textheight=228mm,
 top=20bp,
 headsep=10mm,
-footskip=15mm,
+footskip=25mm,
 ]{geometry}
 
 \renewcommand*\maketitle[1][1]{%
@@ -35,7 +35,7 @@ footskip=15mm,
   \endgroup
 }
 
-\RequirePackage{babel}
+\RequirePackage[main=ngerman,english]{babel}
 \RequirePackage{tabularx}
 \let\ptb@endtabularx=\TX@endtabularx
 \RequirePackage{amsmath,threeparttable,tabto,ltablex,grffile}
@@ -265,9 +265,17 @@ footskip=15mm,
   ,zero-decimal-to-integer=false
 }
 
-\RedeclareSectionCommand[tocindent=3em,tocnumwidth=3.5em]{section}
+\addtokomafont{title}{\sisetup{detect-weight=true, detect-family=true}}
+\addtokomafont{disposition}{\sisetup{detect-weight=true, detect-family=true}}
 
-\emergencystretch=3em %
+\RedeclareSectionCommand[
+,tocindent=3em
+,tocnumwidth=3.5em
+]{section}
+
+\emergencystretch=3em % 
+
+\raggedbottom
 
 \RequirePackage[final]{hyperref}