\documentclass[%
%,sanserif
%,a4paper
,layout2018
]{ptbposter}
\usepackage[
boxlayout=2 % 0, 1, 2, 3 -- default: 2
]{ptbposter-tcb}

\phone{+49-30-3481-7316}
\fax{+49-30-3481-7503}
\email{Rolf.Niepraschk@ptb.de}
\workingGroup{7.54 Vakuummetrologie}
\department{7.5 Wärme und Vakuum}
\location{10587 Berlin}
\street{Abbestraße 2--12}
\QRcode{http://www.ptb.de/cms/fachabteilungen/abt7/fb-75/ag-754.html}

\Author{Rolf}{Niepraschk}

%\logo{Logo754.pdf}

\colorlet{backgroundTop}{IndianRed3!10}
\colorlet{backgroundBottom}{IndianRed3!90}
\posterSet{showframe=false,columns=3,rows=3}

\title{Poster-Test (\texttt{ptbposter-tcb.sty}) -- Nr.~2}

\begin{document}
  \begin{posterboxenv}[adjusted title=John Lennon]{name=John,column=1}
    \includegraphics[width=\linewidth]{John.png}
  \end{posterboxenv}
  \begin{posterboxenv}[adjusted title=Paul McCartney]{name=Paul,column=3}
    \includegraphics[width=\linewidth]{Paul.png}
  \end{posterboxenv}
  \begin{posterboxenv}{name=Beatles,column=2,at=middle}
    \includegraphics[width=\linewidth]{The_Beatles_official_logo.pdf}
  \end{posterboxenv}
  \begin{posterboxenv}[adjusted title=George Harrison]{name=George,column=1,above=bottom}
    \includegraphics[width=\linewidth]{George.png}
  \end{posterboxenv}
  \begin{posterboxenv}[adjusted title=Ringo Starr]{name=Ringo,column=3,above=bottom}
    \includegraphics[width=\linewidth]{Ringo.png}
  \end{posterboxenv}

  \begin{scope}[PTBcolor,line width=1ex,>={Latex[length=4ex]}]
    \draw[->,out=-90,in=150] (TCBPOSTER@John.south) to 
      ([yshift=1.5em]TCBPOSTER@Beatles.west);
    \draw[->,out=-90,in=30] (TCBPOSTER@Paul.south) to
      ([yshift=1.5em]TCBPOSTER@Beatles.east);  
    \draw[->,out=90,in=210] (TCBPOSTER@George.north) to
      ([yshift=-1.5em]TCBPOSTER@Beatles.west);  
    \draw[->,out=90,in=-30] (TCBPOSTER@Ringo.north) to
      ([yshift=-1.5em]TCBPOSTER@Beatles.east); 
  \end{scope}

\end{document}