{% if footerLinks is not defined %}
{% set footerLinks = menuLinksAndPhrases.footerLinks %}
{% set footerPhrases = menuLinksAndPhrases.footerPhrases %}
{% set targetPath = menuLinksAndPhrases.targetPath %}
{% set lang = menuLinksAndPhrases.lang %}
{% endif %}
<style type="text/css">
.ftco-section {
padding: 5em 0;
position: relative; }
@media (max-width: 767.98px) {
.ftco-section {
padding: 6em 0; } }
.ftco-footer {
font-size: 16px;
background: #232931;
padding: 7em 0;
z-index: 0; }
.ftco-footer .ftco-footer-logo {
text-transform: uppercase;
letter-spacing: .1em; }
.ftco-footer .ftco-footer-widget h2 {
font-weight: normal;
color: #fff;
margin-bottom: 40px;
font-size: 22px;
font-weight: 600; }
.ftco-footer .ftco-footer-widget ul li {
margin-bottom: 10px; }
.ftco-footer .ftco-footer-widget ul li a {
color: rgba(255, 255, 255, 0.6); }
.ftco-footer .ftco-footer-widget ul li a span {
color: rgba(255, 255, 255, 0.6); }
.ftco-footer .ftco-footer-widget .btn-primary {
background: #fff !important;
border: 2px solid #fff !important; }
.ftco-footer .ftco-footer-widget .btn-primary:hover {
background: #fff;
border: 2px solid #fff !important; }
.ftco-footer p {
color: rgba(255, 255, 255, 0.7); }
.ftco-footer a {
color: rgba(255, 255, 255, 0.7); }
.ftco-footer a:hover {
color: #fff; }
.ftco-footer .ftco-heading-2 {
font-size: 17px;
font-weight: 400;
color: #000000; }
.ftco-footer-social li {
list-style: none;
margin: 0 10px 0 0;
display: inline-block; }
.ftco-footer-social li a {
height: 50px;
width: 50px;
display: block;
float: left;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
position: relative; }
.ftco-footer-social li a span {
position: absolute;
font-size: 26px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.ftco-footer-social li a:hover {
color: #fff; }
.footer-small-nav > li {
display: inline-block; }
.footer-small-nav > li a {
margin: 0 10px 10px 0; }
.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
color: #033fff; }
.media .ftco-icon {
width: 100px; }
.media .ftco-icon span {
color: #033fff; }
.spGreen h1,.spGreen h2,.spGreen h3,.spGreen h4,.spGreen h5,.spGreen h6 {color: rgba(122,184,8,1) !important;}
.spBgGreen {background-color: rgba(122,184,8,1) !important;color: white;}
/* --- Corporate: spRed/ RED ---- */
.color-danger {
color:#8F2640;
}
.spRed h1,.spRed h2,.spRed h3,.spRed h4,.spRed h5,.spRed h6 {color: rgba(143,38,64,1) !important;}
.bgSpRed { background-color: rgba(143,38,64,0.99)!important;}
</style>
<footer class="ftco-footer ftco-section">
<div class="container">
<div class="row my-2">
<div class="col-md-2">
<div class="ftco-footer-widget mb-3">
<h2 class="ftco-heading-2">{{ attribute(footerPhrases, 'about-title') }}</h2>
<p>{{ attribute(footerPhrases, 'about-text') }}</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-3">
<li class="ftco-animate"><a href="https://twitter.com/startplatz"><span class="fab fa-twitter"></span></a></li>
<li class="ftco-animate"><a href="https://de-de.facebook.com/StartPlatz/"><span class="fab fa-facebook-f"></span></a></li>
<li class="ftco-animate"><a href="https://www.instagram.com/startplatz/"><span class="fab fa-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="ftco-footer-widget mb-4 ml-md-4">
<h2 class="ftco-heading-2 mb-2">{{ attribute(footerPhrases, 'website') }}</h2>
<ul class="list-unstyled">
<li><a href="{{ attribute(footerLinks, '/kontakt-aufnehmen') }}"><span class="fas fa-long-arrow-alt-right mr-2"></span>{{ attribute(footerPhrases, 'kontakt') }}</a></li>
<li><a href="/wlan-am-startplatz-koeln"><span class="fas fa-long-arrow-alt-right mr-2"></span>{{ attribute(footerPhrases, 'wlan') }}</a></li>
<li><a href="/pressebereich"><span class="fas fa-long-arrow-alt-right mr-2"></span>{{ attribute(footerPhrases, 'presse') }}</a></li>
<li><a href="/jobs"><span class="fas fa-long-arrow-alt-right mr-2"></span>{{ attribute(footerPhrases, 'karriere') }}</a></li>
<li><a href="/standorte"><span class="fas fa-long-arrow-alt-right mr-2"></span>{{ attribute(footerPhrases, 'standorte') }}</a></li>
<li><a href="/startplatz-archiv"><span class="fas fa-long-arrow-alt-right mr-2"></span>{{ attribute(footerPhrases, 'archiv') }}</a></li>
<li><a href="/startplatz-agb"><span class="fas fa-long-arrow-alt-right mr-2"></span>{{ attribute(footerPhrases, 'agb') }}</a></li>
<li><a href="/impressum"><span class="fas fa-long-arrow-alt-right mr-2"></span>{{ attribute(footerPhrases, 'impressum') }}</a></li>
<li><a href="/support"><span class="fas fa-long-arrow-alt-right mr-2"></span>{{ attribute(footerPhrases, 'support') }}</a></li>
<li><a href="/datenschutz"><span class="fas fa-long-arrow-alt-right mr-2"></span>{{ attribute(footerPhrases, 'datenschutz') }}</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">{{ attribute(footerPhrases, 'hot topics') }}</h2>
<ul class="list-unstyled">
{% include "@StartPlatzWebsiteBundle/Default/_widget.hot-topics.html.twig" %}
</ul>
</div>
</div>
<div class="col-md-4">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">{{ lang == 'DE' ? 'Kontakt' : 'Contact' }}</h2>
<div class="row">
<div class="col-6">
<p class="address city">{{ lang == 'DE' ? 'Köln' : 'Cologne' }}</p>
<p class="address">Im Mediapark 5 <br>50670 Köln</p>
<p class="address mb-0">info@startplatz.de</p>
<p class="address">+49 221 975 802 00</p>
</div>
<div class="col-6">
<p class="address city">Düsseldorf</p>
<p class="address">Speditionstraße 15a <br>40221 Düsseldorf</p>
<p class="address mb-0">info@startplatz.de</p>
<p class="address">+49 211 936 725 20</p>
</div>
</div>
<div class="newsletter">
<h2 class="mb-0">{{ attribute(footerPhrases, 'newsletter') }}</h2>
<p>{{ attribute(footerPhrases, 'newsletter-teaser') }}
<br>{{ attribute(footerPhrases, 'newsletter-description') }}</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" class="validate" action="https://startplatz.us5.list-manage.com/subscribe?u=8a2b498caca4323b774191382&id=be73f77d94" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
<div id="mc_embed_signup_scroll form-group email-wrapper">
<button type="submit" class="btn btn-success ml-2">{{ attribute(footerPhrases, 'anmelden') }}</button>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input tabindex="-1" name="b_8a2b498caca4323b774191382_51dae9d56a" type="text" value="" /></div>
<div class="clear"></div>
</div>
</form></div>
<!--End mc_embed_signup-->
</div>
<div class="row">
<div class="col-12 mt-4">
<div class="pe-richsnippets"></div>
<script type="text/javascript" src="https://www.provenexpert.com/widget/richsnippet.js?u=1HQBkRmo1xQpmqGB1xmA5DGAlMwpkxQZ&v=2" async></script>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved
</p>
</div>
</div>
</div>
</footer>