{{page.hero_1.t_headline}} {% if page.hero_1.list %}
    {% for item in page.hero_1.list %}
  • {{item.t_headline}}
  • {% endfor %}
{% endif %}

{{page.hero_1.t_subheadline}}

{% if page.hero_1.t_button %} {{page.hero_1.t_button}} {% endif %} {% if page.hero_1.t_text %}
{{page.hero_1.t_text}}
{% endif %}
{% if page.hero_1.i_image %} {% picture width_1200 pages/{{ page.hero_1.i_image }} class="{{ page.hero_1.p_class }}" alt="{{ page.hero_1.i_image | remove: '.webp' | remove: '.jpg'| replace: '-',' ' | replace: '_',' ' }}" %} {% endif %}