BBH
<div class="
    c-map-placeholder

    
  " style="background-image: url(../../img/placeholder/map.jpg)">
    <div class="c-map-placeholder__inner">

        <button class="
    c-button
    c-button--primary
    c-button--filled
    c-button--small

    

    
  ">

            <span class="c-button__icon">

                <svg class="text-neutral-grey-02">
                    <use xlink:href="#enlarge"></use>
                </svg>

            </span>

            <span class="
        c-button__label

        
        small-only:hidden
        

      ">Karte anzeigen</span>

            <span class="c-button__label medium:hidden large:hidden"></span>

        </button>
    </div>
</div>
<div
  class="
    c-map-placeholder

    {% if withBorderRadius %}
    has-border-radius
    {% endif %}
  "
  style="background-image: url({{ '/img/placeholder/map.jpg' | path }})"
>
  <div class="c-map-placeholder__inner">
    {% render '@button', {
      label: {
        default: 'Karte anzeigen',
        mobile: ''
      },
      icon: 'enlarge',
      theme: 'primary',
      variant: 'filled',
      size: 'small',
      attributes: attributes
    } %}
  </div>
</div>
/* No context defined. */

No notes defined.