<!-- FOOTER --> 
<footer class="bg-brand-600" aria-labelledby="footer-heading"> 
    <div class="max-w-7xl mx-auto"> 
        <div class="grid grid-cols-1 md:grid-cols-2 gap-8 xl:grid-cols-4 px-4 sm:px-6 lg:px-8 xl:gap-8 pt-12 lg:pt-16"> 
            <div class="space-y-5"> 
                <div class="text-base text-white"> 
                    <h3 class="text-base font-semibold text-white leading-6 mb-4">{{ 'footer.address' | trans }}</h3> 
                    <strong>HUGO JOSTEN Berufskleiderfabrik</strong> 
                    <p>GmbH & Co Kommanditgesellschaft</p> 
                    <p>Lobbericher Straße 12, D 47929 Grefrath</p> 
                </div> 
            </div> 
            <div> 
                <h3 class="text-base font-semibold text-white leading-6">{{ 'footer.information' | trans }}</h3> 
                <ul role="list" class="mt-4 space-y-4"> 
                    <li> 
                        <a href="https://hugo-josten.de/ueber-uns/dafuer-steht-hugo-josten" class="text-sm text-white hover:text-white/60 transition ease duration-300">{{ 'footer.company' | trans }}</a> 
                    </li> 
                    <li> 
                        <a href="https://hugo-josten.de/service/kataloge-anfrage" class="text-sm text-white hover:text-white/60 transition ease duration-300">{{ 'footer.catalogs' | trans }}</a> 
                    </li> 
                    <li> 
                        <a href="https://hugo-josten.de/service/beratung" class="text-sm text-white hover:text-white/60 transition ease duration-300">Logo-Service</a> 
                    </li> 
                    <li> 
                        <a href="https://hugo-josten.de/kontakt" class="text-sm text-white hover:text-white/60 transition ease duration-300">{{ 'footer.contact' | trans }}</a> 
                    </li> 
                </ul> 
            </div> 
            <div class="mt-10 md:mt-0"> 
                <h3 class="text-base font-semibold text-white leading-6">{{ 'footer.legal' | trans }}</h3> 
                <ul role="list" class="mt-4 space-y-4"> 
                    <li> 
                        <a href="https://hugo-josten.de/datenschutz" class="text-sm text-white hover:text-white/60 transition ease duration-300">{{ 'footer.privacy-policy' | trans }}</a> 
                    </li> 
                    <li> 
                        <a href="https://hugo-josten.de/impressum" class="text-sm text-white hover:text-white/60 transition ease duration-300">{{ 'footer.imprint' | trans }}</a> 
                    </li> 
                    <li> 
                        <a href="https://hugo-josten.de/agb" class="text-sm text-white hover:text-white/60 transition ease duration-300">{{ 'footer.tos' | trans }}</a> 
                    </li> 
                </ul> 
            </div> 
            <div class="space-y-5"> 
                <div class="text-base text-white"> 
                    <h3 class="text-base font-semibold text-white leading-6 mb-4">{{ 'footer.contact' | trans }}</h3> 
                    <p>{{ 'footer.phone' | trans }}: +49 2158 9187-0</p> 
                    <p>{{ 'footer.fax' | trans }}: +49 2158 9187-99</p> 
                    <p>{{ 'footer.email' | trans }}: <a href="mailto:info@hugo-josten.de" class="hover:text-white/60 transition ease duration-300">info@hugo-josten.de</a></p> 
                </div> 
            </div> 
        </div> 
    </div> 
    <div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8 flex justify-center items-center"> 
        <p class="text-white">powered by</p> 
        <a href="https://pimguin.de" target="_blank"> 
            <img class="h-12" src="{{ asset('build/images/pimguin_white.png') }}"> 
        </a> 
    </div> 
    <div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8 text-center"> 
        <span class="text-sm text-white">© 2023 Hugo Josten {{ 'footer.all-rights-reserved' | trans }}</span> 
    </div> 
</footer> 
<!-- FOOTER END -->