<section id="smart-logistics-header">
    <img role="img" src="/STATIC/binary/images/global/TIMOCOM-SmartLogisticsSystem-md.jpg" alt="TIMOCOM Smart Logistics System" class="d-block d-md-none" title="TIMOCOM Smart Logistics System – Wir bieten smarte, sichere und einfache Lösungen für Ihre Logistik" width="100%" />

    <header class="page-header size-sm pt-4">
        <div class="overlay"></div>
        <video class="d-none d-md-block lazy loaded" poster="/STATIC/binary/images/global/video-header-poster-smart-logistics-system.png" autoplay="" loop="" muted="" data-was-processed="true">
            <source src="/STATIC/binary/videos/global/timocom_header_smartlogisticssystem.mp4" type="video/mp4" />
            <source src="/STATIC/binary/videos/global/timocom_header_smartlogisticssystem.webm" type="video/webm" />
            Your browser does not seem to support this video. We apologize for the inconvenience.
        </video>

        <div class="container h-100">
            <div class="row d-flex align-items-center h-100 justify-content-center">
                <div class="px-4 col-sm-12 col-md-8 col-lg-8 col-xl-7">
                    <h1 class="wordbreak h-sm-1 mb-2 ml-0 ml-md-3 animated fadeInUp text-white">
                        Das erste Smart Logistics System für Europa
                    </h1>
                    <a href="/registrieren" title="Registrieren Sie sich jetzt und testen Sie das System von TIMOCOM" onclick="if(window.dataLayer){window.dataLayer.push({&#x27;event&#x27;: &#x27;call_to_action&#x27;,&#x27;event_category&#x27;: &#x27;click_button&#x27;,&#x27;event_action&#x27;: &#x27;register in smart-logistics-header&#x27;,&#x27;event_label&#x27;:&#x27;pageTag&#x3D;smartlogisticsystem - url&#x3D;/smart-logistics-system - language&#x3D;de&#x27;});}" class="btn mb-4 ml-0 ml-md-3 animated fadeInUp delay-1s btn-highlight btn" target="_self" role="button" aria-label="Registrieren Sie sich jetzt und testen Sie das System von TIMOCOM">Jetzt kostenlos testen
                    </a>
                </div>
            </div>
        </div>
    </header>
</section>
<section id="smart-logistics-header">
  {{#with mobileImage}}
    <img
      role="img"
      src="{{src}}"
      alt="{{alt}}"
      class="d-block d-md-none"
      title="{{title}}"
      width="100%"
    />
  {{/with}}

  <header class="page-header size-sm pt-4">
    <div class="overlay"></div>
    {{#with video}}
      <video
        class="d-none d-md-block lazy loaded"
        poster="{{poster}}"
        autoplay=""
        loop=""
        muted=""
        data-was-processed="true"
      >
        {{#each source}}
          <source src="{{src}}" type="{{type}}" />
        {{/each}}
        {{unsupportedText}}
      </video>
    {{/with}}

    <div class="container h-100">
      <div class="row d-flex align-items-center h-100 justify-content-center">
        <div class="px-4 col-sm-12 col-md-8 col-lg-8 col-xl-7">
          <h1
            class="wordbreak h-sm-1 mb-2 ml-0 ml-md-3 animated fadeInUp text-white"
          >
            {{headline.text}}
          </h1>
          {{#each link}}
            <a
              href="{{href}}"
              title="{{title}}"
              onclick="{{onClick}}"
              class="{{class}}"
              target="_self"
              role="button"
              aria-label="{{ariaLabel}}"
            >{{text}}
            </a>
          {{/each}}
        </div>
      </div>
    </div>
  </header>
</section>
{
  "mobileImage": {
    "src": "/STATIC/binary/images/global/TIMOCOM-SmartLogisticsSystem-md.jpg",
    "alt": "TIMOCOM Smart Logistics System",
    "title": "TIMOCOM Smart Logistics System – Wir bieten smarte, sichere und einfache Lösungen für Ihre Logistik"
  },
  "video": {
    "poster": "/STATIC/binary/images/global/video-header-poster-smart-logistics-system.png",
    "source": [
      {
        "src": "/STATIC/binary/videos/global/timocom_header_smartlogisticssystem.mp4",
        "type": "video/mp4"
      },
      {
        "src": "/STATIC/binary/videos/global/timocom_header_smartlogisticssystem.webm",
        "type": "video/webm"
      }
    ],
    "unsupportedText": "Your browser does not seem to support this video. We apologize for the inconvenience."
  },
  "headline": {
    "text": "Das erste Smart Logistics System für Europa"
  },
  "link": [
    {
      "class": "btn mb-4 ml-0 ml-md-3 animated fadeInUp delay-1s btn-highlight btn",
      "href": "/registrieren",
      "onClick": "if(window.dataLayer){window.dataLayer.push({'event': 'call_to_action','event_category': 'click_button','event_action': 'register in smart-logistics-header','event_label':'pageTag=smartlogisticsystem - url=/smart-logistics-system - language=de'});}",
      "title": "Registrieren Sie sich jetzt und testen Sie das System von TIMOCOM",
      "ariaLabel": "Registrieren Sie sich jetzt und testen Sie das System von TIMOCOM",
      "text": "Jetzt kostenlos testen"
    }
  ]
}

No notes defined.