Hi,
eigentlich sollte meine Aussage dich zu einem Minimalbeispiel bewegen.
Auf die Schnelle (nicht schön)
\makeatletter
\def\***@sectionintoc#1#2#3#4#5{%
\ifnum\***@tocdepth>0%
\ifnum#4=\***@showpartnumber%
{
\***@saveanother%
\gdef\***@todo{}%
\***@slideinframe=#1\relax%
\expandafter\only\***@tocsections{\gdef\***@todo{%
\***@tempcount=#5\relax%
\advance\***@tempcount by\***@sectionadjust%
\edef\inserttocsectionnumber{\the\***@tempcount}%
\def\inserttocsection{\hyperlink{Navigation#3}{#2}}%
\***@tocifnothide{\ifnum\***@section=#1\***@toc@cs\else\***@toc@os\fi}%
{
\***@pausesections\pause\fi%
\ifx\***@toc@ooss\***@hidetext
\vskip0.5em
\else
\vfill
\fi
{%
\hbox{\vbox{%
\def\***@breakhere{\\[1em]}%
\***@tocact{\ifnum\***@section=#1\***@toc@cs\else\***@toc@os\fi}{section
in toc}}}%
\par%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\vspace{-2em}%%%%<-- HIER IST DIE STELLSCHRAUBE SECTION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
}%
}%
}
}%
\***@restoreanother%
}
\***@todo%
\fi\fi%
}
\makeatother
Viele Grüße
Marco Daniel