{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_navigation %}
{% endblock %}
{% block base_footer %}
<footer class="footer-main" style="position: relative">
<div style="
background-image: url(https://lautgetreu.freidesignberlin.de/media/2e/b4/11/1641634646/ll-gfooter.JPG);
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-position: 80% 80%;
background-size: cover;
"
></div>
{% block base_footer_inner %}
{% sw_include '@Storefront/storefront/layout/footer/footer.html.twig' %}
{% endblock %}
</footer>
{% endblock %}