\documentclass{scrreprt}
% Images
\usepackage{graphicx}
\usepackage{float}
% Captions
\usepackage{caption}
\captionsetup{justification=raggedright,singlelinecheck=false}
% Citations
\usepackage{biblatex}
\usepackage{hyperref}
\addbibresource{citations.bib}
% Language
\usepackage[ngerman]{babel}
\usepackage{csquotes}

\newcommand{\versuche}{chapters/versuche}
\newcommand{\aufgaben}{chapters/aufgaben}

\begin{document}
	\author{Jakob Renken}
	\title{Das ist Chemie! Ergebnisse}
	\maketitle
	\chapter{Versuche}
		\section{Versuch 1: Bananen-Tatoo}
			\input{\versuche/versuch_1}

		\section{Versuch 2: Einfluss verschiedener Substanzen auf die Braunfärbung}
			\input{\versuche/versuch_2}

	\chapter{Aufgaben}
		\section{Warum wird die Banane braun?}
			\input{\aufgaben/aufgabe_2}
		\section{Haushaltsmethoden um Braunwerden zu verhindern}
			\input{\aufgaben/aufgabe_1}
		\section{Was sind Enzyme?}
			\input{\aufgaben/aufgabe_3}
	\printbibliography
\end{document}