{% extends 'base.html.twig' %}
{% block title %}SchahlLED{% endblock %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('group-companies') }}
{% endblock %}
{% block body %}
<div class="group-company-top-banner position-relative w-100" id="schahlled-top-banner">
<div class="bg-white-90 inner-circle position-absolute start-50 translate-middle">
<img class="position-absolute start-50 top-50 translate-middle wider-gc-logo" src="{{ asset('build/images/group-logos/schahlled-colour.svg') }}" alt="SchahlLED" title="SchahlLED">
</div>
<img class="bottom-0 d-xl-block d-none position-absolute start-0 w-100" id="white-curves" src="{{ asset('build/images/white-curves.svg') }}" alt="white curves">
<a href="#company-info" rel="nofollow"><img src="{{ asset('build/images/yellow-down-arrow.svg') }}" alt="Yellow arrow" class="bottom-0 position-absolute start-50 translate-middle yellow-down-arrow z-index-1"></a>
</div>
<div class="bg-white container-fluid d-flex flex-column-reverse flex-xl-row py-5 py-xl-7" id="company-info">
<div class="col-xl-1"></div>
<div class="col-xl-3 col-12 px-sm-5 px-xl-3">
<ul class="list-unstyled pb-xl-5 pt-xl-0 py-5">
<li>
<h3 class="mid-green">Information</h3>
</li>
<li class="mb-1">
<img class="d-inline gc-info-icons me-2" src="{{ asset('build/images/group-companies/location.svg') }}" alt="Location Pin">
<p class="d-inline dark-green fs-5">Unterschleißheim, Germany</p>
</li>
<li class="my-1">
<img class="d-inline gc-info-icons me-2" src="{{ asset('build/images/group-companies/web-icon.svg') }}" alt="Website Icon"><a href="https://www.schahlled.de/" class="d-inline dark-green fs-5 hover-yellow ms-1 text-decoration-none" rel="noopener">www.schahlled.de</a>
</li>
</ul>
<h4 class="mid-green text-start">Market Sectors</h4>
<ul class="dark-green list-unstyled pb-5 text-start">
<li class="my-1">
<img class="d-inline gc-market-icons me-2" src="{{ asset('build/images/group-companies/manufacturing-icon.svg') }}" alt="Manufacturing icon">
<p class="d-inline fs-5">Manufacturing</p>
</li>
<li class="my-1">
<img class="d-inline gc-market-icons me-2" src="{{ asset('build/images/group-companies/industrial-icon.svg') }}" alt="Industrial icon">
<p class="d-inline fs-5">Industrial</p>
</li>
<li class="my-1">
<img class="d-inline gc-market-icons me-2" src="{{ asset('build/images/group-companies/infrastructure-icon.svg') }}" alt="Infrastructure icon">
<p class="d-inline fs-5">Infrastructure</p>
</li>
<li class="my-1">
<img class="d-inline gc-market-icons me-2" src="{{ asset('build/images/group-companies/commercial-icon.svg') }}" alt="Commercial icon">
<p class="d-inline fs-5">Commercial</p>
</li>
</ul>
<h4 class="mid-green text-start">Key Products</h4>
<ul class="dark-green ps-4 text-start">
<li>
<p class="fs-5">Recessed, surface and suspended luminaires</p>
</li>
<li>
<p class="fs-5">Emergency lighting systems</p>
</li>
<li>
<p class="fs-5">High and low bay luminaires</p>
</li>
<li>
<p class="fs-5">Lighting controls</p>
</li>
<li>
<p class="fs-5">Exterior lighting</p>
</li>
</ul>
</div>
<div class="col-1 d-xl-none"></div>
<div class="col-xl-6 col-12 mid-green px-sm-5 px-xl-0">
<p class="fs-5">SchahlLED Lighting is a turnkey provider of intelligent LED solutions for the industrial and logistics sectors with more than 50 years of lighting and 20 years of LED experience.</p>
<p class="fs-5">The company is based in Unterschleißheim near Munich and has sales offices in Cologne and Weyhe close to Bremen. As both manufacturer and full-service provider, SchahlLED plans lighting concepts and supplies intelligent LED lighting systems.</p>
</div>
<div class="col-xl-1"></div>
</div>
{% endblock %}