The question is writen in the title, i got the grey filled part and it has to fit on the arc. I did it manualy but supose there is a better solution i can't figure out. Thank you in advance, Leo.
\documentclass[tikz,border=10pt]{standalone}
\usetikzlibrary{3D, calc, matrix}
\usepackage{tikz}
\usepackage{mathcomp}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{caption}
\begin{document}
\begin{figure}
\centering
\begin{tikzpicture}
%3D-Koordinatensystem:
\draw[->, >=latex] (-5,0,0) -- (5,0,0) node[below]{$a$};
\draw[->, >=latex] (0,-4,0) -- (0,5,0) node[left]{$b$};
\draw[->, >=latex] (0,0,-8) -- (0,0,8) node[left]{$c$};
%\draw[dotted, ->, >=latex] (0,0,-8) -- (0,0,8) node[left]{};
%\draw[->, >=latex] (0,0,4.7) -- (0,0,8) node[left]{$c$};
\filldraw [color=gray, rotate=109] (-1.2,-3.50) arc (190:340:0.8cm and 0.15cm) -- (0,0) -- cycle;
\draw [thick, rotate=123.6] (-2,-3) arc (177:360:2cm and 0.5cm) -- (0,0) -- cycle;
\draw [rotate=124] [dashed] (-2,-3) arc (180:0:2cm and 0.5cm);
\filldraw [color=gray, rotate=-70] (-1.23,-3.44) arc (188:340:0.9cm and 0.17cm) -- (0,0) -- cycle;
\draw [thick, rotate=-56] (-2,-3) arc (180:0:2cm and 0.5cm) -- (0,0) -- cycle;
\draw [thick, rotate=-56] (-2,-3) arc (180:360:2cm and 0.5cm);
\end{tikzpicture}
% \caption {$Variety \big\{ (a,b,c) \in \protect\mathbb{R}^3;det$ $\begin{bmatrix} a & b\\ b & c\\
% \end{bmatrix}$ $=0$ $\big\}$}
% \label {Figure 5.1:}
\end{figure}
\end{document}

