diff --git a/mv-protokolle/mv-2020-01-26/s0artcl.cls b/mv-protokolle/mv-2020-01-26/s0artcl.cls
index dbd9dcb2268a91cecaf449b8499be051f927eb60..919e2aaae8f21419f2884da2eb5b3fa401222b6c 100644
--- a/mv-protokolle/mv-2020-01-26/s0artcl.cls
+++ b/mv-protokolle/mv-2020-01-26/s0artcl.cls
@@ -69,12 +69,13 @@
 \renewcommand{\cfttoctitlefont}{\usekomafont{section}}
 \RequirePackage{yanonekaffeesatzzerohack}
 \setkomafont{title}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{b}{n}}
-\setkomafont{subtitle}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{l}{n}\Large}
+\setkomafont{subtitle}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{n}{n}\Large}
 \xpatchcmd{\maketitle}{\huge}{\Huge}{}{}
 \xpatchcmd{\@maketitle}{\huge}{\Huge}{}{}
 \setkomafont{section}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{b}{n}\huge}
 \setkomafont{subsection}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{l}{n}\LARGE}
 \setkomafont{subsubsection}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{l}{n}\Large}
+\setkomafont{paragraph}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{l}{n}\normalsize}
 \renewcommand*{\encodingdefault}{T1}
 \RequirePackage[default]{droidsans}
 \@ifpackagelater{droidsans}{2019/06/20}{
diff --git a/mv-protokolle/mv-2020-01-26/yanonekaffeesatzzerohack.sty b/mv-protokolle/mv-2020-01-26/yanonekaffeesatzzerohack.sty
new file mode 100644
index 0000000000000000000000000000000000000000..f82fd93a249324f48c41efebe341093f24cd337e
--- /dev/null
+++ b/mv-protokolle/mv-2020-01-26/yanonekaffeesatzzerohack.sty
@@ -0,0 +1,71 @@
+%%
+%% This is file `yanonekaffeesatzzerohack.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% yanonekaffeesatzzerohack.dtx  (with options: `package')
+%% 
+%% This is a generated file.
+%% 
+%% Copyright (C) 2014 by comawill
+%% 
+%% This file may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.2 of this license or (at your option) any later
+%% version. The latest version of this license is in:
+%% 
+%%   http://www.latex-project.org/lppl.txt
+%% 
+%% and version 1.2 or later is part of all distributions of
+%% LaTeX version 1999/12/01 or later.
+%% 
+\ProvidesPackage{yanonekaffeesatzzerohack} [2014/06/11 v0.1 YanoneKaffeesatzZeroHack support for LaTeX]
+\RequirePackage{mathpazo}
+\PassOptionsToPackage{LY1}{fontenc}
+\RequirePackage{fontenc}
+\RequirePackage[utf8]{inputenc}
+\RequirePackage{ifthen}
+\newboolean{beamer}\setboolean{beamer}{false}%
+\DeclareOption{beamer}{%
+  \setboolean{beamer}{true}%
+}%
+\ProcessOptions*\relax
+\ProvideTextCommand{\glq}{LY1}{\symbol{0130}}
+\ProvideTextCommand{\grq}{LY1}{\symbol{0096}}
+\ProvideTextCommand{\glqq}{LY1}{\symbol{0132}}
+\ProvideTextCommand{\grqq}{LY1}{\symbol{0147}}
+\ProvideTextCommand{\flq}{LY1}{\symbol{0139}}
+\ProvideTextCommand{\frq}{LY1}{\symbol{0155}}
+\ProvideTextCommand{\flqq}{LY1}{\symbol{0171}}
+\ProvideTextCommand{\frqq}{LY1}{\symbol{0187}}
+\DeclareTextCommand{\textasteriskcentered}{LY1}{$*$}
+\ifdefined\DeclareUnicodeCharacter
+  \DeclareUnicodeCharacter{00B5}{\symbol{181}}
+  \DeclareUnicodeCharacter{20AC}{\symbol{1}}
+  \DeclareUnicodeCharacter{00B9}{\symbol{185}}
+  \DeclareUnicodeCharacter{00B2}{\symbol{178}}
+  \DeclareUnicodeCharacter{00B3}{\symbol{179}}
+  \DeclareUnicodeCharacter{00B1}{\symbol{177}}
+  \DeclareUnicodeCharacter{2192}{$\rightarrow$}
+  \DeclareUnicodeCharacter{2190}{$\leftarrow$}
+\fi
+\renewcommand*{\encodingdefault}{LY1}
+\ifthenelse{\boolean{beamer}}{%
+  \renewcommand*{\rmdefault}{YanoneKaffeesatzZeroHackBeamer}%
+  \renewcommand*{\sfdefault}{YanoneKaffeesatzZeroHackBeamer}%
+}{%
+  \renewcommand*{\rmdefault}{YanoneKaffeesatzZeroHack}%
+  \renewcommand*{\sfdefault}{YanoneKaffeesatzZeroHack}%
+}%
+\renewcommand*{\ttdefault}{lmvtt}
+
+\ifthenelse{\boolean{beamer}}{%
+  \SetMathAlphabet{\mathsf}{normal}{LY1}{YanoneKaffeesatzZeroHackBeamer}{m}{n}%
+}{%
+  \SetMathAlphabet{\mathsf}{normal}{LY1}{YanoneKaffeesatzZeroHack}{m}{n}
+}
+\SetMathAlphabet{\mathtt}{normal}{LY1}{lmtt}{m}{n}
+\endinput
+%%
+%% End of file `yanonekaffeesatzzerohack.sty'.