\documentclass[paper=A4]{article}
\usepackage[utf8]{inputenc}

\usepackage[a4paper, left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry}

\usepackage{siunitx}
\sisetup{
     group-separator = {.},
     input-decimal-markers={.},
     output-decimal-marker = {.},
     group-minimum-digits=9}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{subfigure}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{multicol}
\usepackage{amsmath, amssymb}

\hyphenpenalty=10000	%to stop cutting words in a paragraph

\pagestyle{fancy}
\fancyhf{}

\rhead{\includegraphics*[scale=0.013]{./Pictures/FaSTTUBe_Logo_ohneAuto.png}}
\rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\lhead{Car 313, 06.03, Rev. 1}
\chead{\large Temperature Sensor Distribution}

\begin{document}

As shown in Figure \ref{fig:cell-view}, the temperature sensors are located at the "back side" of the cell when viewed from the positive terminal along the Z-axis. This side is then pressed on to the cooling plate which is located in the middle of the container along the X-axis (going into the page as seen in Figure \ref{fig:cell-view}). The distribution on the stacks are kept the same to make sure the position mapping later on for testing/evaluating purposes can be done as easily as possible.

\begin{figure}[H]
	\centering
	\includegraphics[width=0.8\textwidth]{./Pictures/temperature-sensor-distribution.png}
	\caption{Temperature Sensor Distribution}
	\label{fig:cell-view}
\end{figure}

\begin{figure}[H]
	\centering
	\includegraphics[width=\textwidth]{./Pictures/container-shot.png}
	\caption{Container view showing how the stacks are positioned.}
	\label{fig:container-view}
\end{figure}

\end{document}