---
layout: default
title: Contact
permalink: /contact/
header-title: Contact Us
header-desc: ""
header-image: /assets/images/firmbee-com-SpVHcbuKi6E-unsplash.jpg
header-image-height: 2848
header-image-width: 4288
scroll-link: "#learn-more"
first-button: "<a href='#general' class='btn btn--primary'>Contact Team</a>"
second-button: "<a href='#learn-more' class='smoothscroll btn btn--stroke'>Contact Person</a>"
---
<style>
body {
font-family: Arial, sans-serif;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
td {
padding: 10px;
vertical-align: top;
}
.invisible {
border: none;
}
.contact-info {
margin: 10% 10% 20px;
}
</style>
</head>
<body>
<div class="contact-info">
<h2 id="general">General Contact</h2>
<table class="invisible">
<tr>
<td><strong>Email:</strong></td>
<td><a href="mailto:{{ site.email }}">Click here for direct forwarding.</a></td>
</tr>
<tr>
<td><strong>Phone:</strong></td>
<td>(+49) 176 / 84199464</td>
</tr>
<tr>
<td><strong>Delivery Address:</strong></td>
<td>Makerspace GmbH, c/o Elara Aerospace, Lichtenbergstraße 6, 85748 Garching bei München</td>
</tr>
<tr>
<td><strong>Company Address:</strong></td>
<td>Elara Aerospace gGmbH, Freisinger Landstraße 52, 85748 Garching bei München</td>
</tr>
</table>
<p>Please note that our office and telephone are not continuously staffed. The easiest and most direct way to contact us is always by email. We will then get in touch with you as soon as possible.</p>
</div>
<div class="contact-info">
<h2 id="learn-more">Contact Elara Aerospace Team Members</h2>
<table class="invisible">
<tr>
<td><strong>Tom Luca Reinhardt</strong>, Founder and CEO <i>(for sponsoring requests)</i>:</td>
<td><a href="mailto:tomluca.reinhardt@elara-aerospace.com">E-Mail</a></td>
</tr>
<tr>
<td><strong>Adrian Leutner</strong>, CTO <i>(for sponsoring requests)</i>:</td>
<td><a href="mailto:adrian.leutner@elara-aerospace.com">E-Mail</a></td>
</tr>
<tr>
<td><strong>Tobias Jäger</strong>, Head of Strategy <i>(for Media/Press requests)</i>:</td>
<td><a href="mailto:tobias.jager@elara-aerospace.com">E-Mail</a></td>
</tr>
<tr>
<td><strong>Suriyaa Sundararuban</strong>, Head of Software/IT <i>(for Webmaster and DMCA copyright requests)</i>:</td>
<td><a href="mailto:suriyaa.sundararuban@elara-aerospace.com">E-Mail</a></td>
</tr>
<tr>
<td><strong>Uta Heldt</strong>, Recruiting <i>(for questions regarding job applications)</i>:</td>
<td><a href="mailto:uta.heldt@elara-aerospace.com">E-Mail</a></td>
</tr>
</table>
</div>
<div class="contact-info">
<h2>Postal address</h2>
<table class="invisible">
<tr>
<td>
Elara Aerospace gGmbH<br>
Feldstr. 28<br>
D-82140 Olching
</td>
</tr>
</table>
</div>
<div class="contact-info">
<h2>Bank Account Details</h2>
<table class="invisible">
<tr>
<td><strong>Account holder:</strong> Elara Aerospace gGmbH</td>
</tr>
<tr>
<td><strong>Bank:</strong> VR Bank München Land</td>
</tr>
<tr>
<td><strong>IBAN:</strong> DE27 7016 6486 0000 7777 22</td>
</tr>
<tr>
<td><strong>BIC:</strong> GENODEF1OHC</td>
</tr>
<tr>
<td><strong>BLZ:</strong> 70166486</td>
</tr>
</table>
</div>
<div class="contact-info">
<h2>Legal Classification</h2>
<table class="invisible">
<tr>
<td>
Elara Aerospace is a registered <a target="_blank" href="https://en.wikipedia.org/wiki/GmbH">German limited liability company</a> (with nonprofit status).
</td>
</tr>
<tr>
<td>
<strong>Registergericht:</strong> Amtsgericht München<br>
<strong>Handelsregister-Nummer:</strong> HBR 301580
<strong>USt-Nummer:</strong> DE454057716
</td>
</tr>
</table>
</div>
<br /><br /><br /><br /><br /><br />
<!-- contact
================================================== -->
<style>
.contact-section {
background-color: #f9f9f9;
padding: 20px;
border: 1px solid #ddd;
max-width: 800px;
margin: 20px auto;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contact-header {
text-align: center;
margin-bottom: 20px;
}
.contact-header h2 {
margin: 0;
color: #333;
}
.contact-people {
display: flex;
justify-content: space-between;
gap: 20px;
}
.contact-person {
background-color: #fff;
border-radius: 8px;
padding: 15px;
flex: 1;
text-align: center; /* Center-align content */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.contact-image img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
}
.contact-info {
margin-top: 10px; /* Space between image and text */
}
.contact-info h3 {
margin: 5px 0;
font-size: 1.2em;
color: #444;
}
.contact-info a {
color: #007BFF;
text-decoration: none;
}
.contact-info a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.contact-people {
flex-direction: column; /* Stack contacts vertically on smaller screens */
gap: 15px;
}
}
</style>
<section id="contact" class="s-contact">
<div class="overlay"></div>
<div class="contact__line"></div>
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Contact Us</h3>
<h1 class="display-2 display-2--light">General Inquiries</h1>
</div>
</div>
<div class="row contact-content" data-aos="fade-up">
<div class="contact-section">
<div class="contact-header">
<h2>Contact the Founder</h2>
</div>
<div class="contact-people">
<!-- Contact Person #1 -->
<div class="contact-person">
<div class="contact-image">
<img src="/assets/images/team/tom-reinhardt.png" alt="Tom Luca Reinhardt">
</div>
<div class="contact-info">
<h3>Tom Luca Reinhardt</h3>
<p><a href="mailto:tomluca.reinhardt@elara-aerospace.com">tomluca.reinhardt@elara-aerospace.com</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- end contact-primary -->
</div>
<!-- end contact-content -->
</section>
<!-- end s-contact -->