\documentclass[a4paper,sans,12pt]{article}
\usepackage[utf8]{inputenc}
%% Language and font encodings
\usepackage[dutch]{babel} % Voor Nederlands
\usepackage{mathtools} % Voor wiskundige symbolen
\usepackage{amsmath} % Voor wiskundige symbolen
\usepackage{physics} % Voor natuurkundige symbolen
\usepackage{wrapfig} % Voor in-text figuren
\usepackage{hyperref} % Om hyperlinks te plaatsen
%% Sets page size and margins
\usepackage[a4paper,top=2cm,bottom=2cm,left=2.5cm,right=2.5cm,marginparwidth=1.75cm]{geometry}
%% TixZ packages
\usepackage{verbatim}
\usepackage{filecontents}
\usepackage{pgfplots}
\usepackage{pgfplotstable}
\pgfplotsset{width=7cm,compat=1.8}
%% Useful packages
\usepackage{graphicx}
% \usepackage[colorinlistoftodos]{todonotes} % Gebruik \todo{} om comments voor jezelf te plaatsen
\usepackage{enumitem} % Voor nolistsep, noitemsep
\usepackage[11pt]{moresize}
\usepackage{gensymb}
\usepackage{subfigure} % Figuren 1a. / 1b. etc.
\usepackage{caption}
\begin{document}
\fontfamily{lmss}\selectfont
\begin{titlepage}
\vspace{5cm}
\raggedleft{\textbf{\HUGE{Titel \\ \vspace{0.5cm} op meerdere \\ \vspace{0.6cm} regels} \\ \vspace{3cm}
\Huge{Ondertitel \\ \vspace{0.5cm} op meerdere \\ \vspace{0.6cm} regels}}}\\
\vspace{5cm}
\raggedright{\Large{Naam}\\ \vspace{2cm} \today \\ \vspace{2cm} Vak \\ Instelling \\ Cursusperiode }
\end{titlepage}
\newpage \input{01.Samenvatting}
\newpage \tableofcontents
\newpage
\input{02.Inleiding}
\input{1.Theorie}
\input{2.MenM}
\input{3.Resultaten}
\input{4.Discussie}
\input{5.Conclusie}
\bibliography{biblio}
\end{document}