I have some problems with vertical alignment of toc in beamer class related to this question.
The answer works for me, but i would like to center the toc and decrease the horizontal space between these two columns. All items should be on the same height.

\documentclass[12pt,handout,]{beamer}
\usepackage{luacode}
\usepackage{luatextra}
\usepackage[utf8]{luainputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\begin{document}
\begin{frame}[t,plain]
\titlepage
\addtocounter{framenumber}{-1}
\end{frame}
\begin{frame}[fragile]\frametitle{Inhalt des Kurses}
\setcounter{tocdepth}{1}
\begin{columns}[t]
\begin{column}{.33\textwidth}
\tableofcontents[sections={1-5}]
\end{column}
\begin{column}{.33\textwidth}
\tableofcontents[sections={6-10}]
\end{column}
\end{columns}
\end{frame}
\section{section 1}
\subsection{section 1}
\begin{frame}test\end{frame}
\subsection{section 1}
\begin{frame}test\end{frame}
\section{section 2}
\subsection{section 1}
\begin{frame}test\end{frame}
\subsection{section 1}
\begin{frame}test\end{frame}
\section{section 3}
\subsection{section 1}
\begin{frame}test\end{frame}
\subsection{section 1}
\begin{frame}test\end{frame}
\section{section 4}
\subsection{section 1}
\begin{frame}test\end{frame}
\subsection{section 1}
\begin{frame}test\end{frame}
\section{section 5}
\subsection{section 1}
\begin{frame}test\end{frame}
\subsection{section 1}
\begin{frame}test\end{frame}
\section{section 6}
\subsection{section 1}
\begin{frame}test\end{frame}
\subsection{section 1}
\begin{frame}test\end{frame}
\section{section 7}
\subsection{section 1}
\begin{frame}test\end{frame}
\subsection{section 1}
\begin{frame}test\end{frame}
\section{section 8}
\subsection{section 1}
\begin{frame}test\end{frame}
\subsection{section 1}
\begin{frame}test\end{frame}
\section{section 9}
\subsection{section 1}
\begin{frame}test\end{frame}
\subsection{section 1}
\begin{frame}test\end{frame}
\section{section 10}
\subsection{section 1}
\begin{frame}test\end{frame}
\subsection{section 1}
\begin{frame}test\end{frame}
\end{document}
Edit: If I increase the column width, it works. The distance between the columns is too large and it is not centered.

\input. – Werner Jun 05 '14 at 20:17babelpackage, with it an error was shown. – Ignasi Jun 06 '14 at 07:09