My bibliography should look like this:

Could someone tell me how do I get 3 columns? This is my code:
%Dokumentklasse
\documentclass[a4paper,11pt, pointlessnumbers, twoside, numbers=noenddot, captions=nooneline]{scrreprt}
%===Modifizierungen Inhaltsverzeichnis===%
\usepackage{tocloft}
%\usepackage{etoolbox}
%\patchcmd{\l@chapter}{#1}{\uppercase{#1}}{}{}%
%\makeatother
%===Standard Packages===%
%Umlaute, etc.
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{graphicx, subfig}
\graphicspath{{img/}}
\usepackage{lmodern}
\usepackage{color}
\usepackage[german]{varioref}
\usepackage{fancyhdr}
\usepackage{tabularx}
\usepackage{rotating}
\usepackage{lscape}
\usepackage{multirow}
\usepackage{lipsum}
% zusätzliche Schriftzeichen der American Mathematical Society
\usepackage{amsmath,amssymb,amsthm}
\usepackage{amsfonts}
% ============= Dokumentbeginn =============
\begin{document}
\include{01_titel}
\include{02_danksagungen}
\include{03_aufgabenstellung}
\tableofcontents
% pagestyle für gesamtes Dokument aktivieren
%\pagestyle{fancy}
\include{04_einleitung}
\include{05_grundlagen}
\include{06_konstruktionsprozess}
\include{07_methoden}
\include{08_ergebnisse}
\include{09_diskussion}
%===Abbildungsverzeichnis===%
\listoffigures
%===Tabellenverzeichnis===%
\listoftables
%===Literaturverzeichnis===%
\bibliographystyle{unsrtdin}
\bibliography{Literatur}
\end{document}
![A tabular bibliography: The first column contains the citation label in the form "[1]", the second column the primary/sort name "Sigfridsson, Emma and Ryde, Ulf", the third column contains the rest of the bibliographic information.](../../images/adc8aa6128041ba50781568a40454702.webp)