Contao-Camp 2024
Ergebnis 1 bis 27 von 27

Thema: MetaModels und GoogleMaps

  1. #1
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Frage MetaModels und GoogleMaps

    Hallo zusammen

    Bin daran, eine Karte auf den Detailseiten einzubinden, wo der Marker von den Angaben in MM gesetzt wird.
    Habe dieses Tutorial durchgespielt aber irgendwas stimmt da noch nicht so wie es sollte. Die Karte wird angezeigt, der Marker aber nicht.

    Strasse und Hausnummer, Postleitzahl sowie der Ort, werden jeweils in einem eigenen Feld gespeichert.
    Die Karten ID ist "1".

    Mein Code sieht so aus:
    Code:
    <?php
    $street = $arrItem['text']['tl_strasse']; 
    $zip = $arrItem['text']['tl_plz']; 
    $city = $arrItem['text']['tl_ort'];
    
    	
    function GetGeoCode($street, $zip, $city) {
      return \delahaye\GeoCode::getCoordinates($street . ", " . $zip . " " . $city);
    }
    ?>
    <?php if (count($this->data)): ?>
    <?php else: ?>
      <p class="info"><?php echo $this->noItemsMsg; ?></p>
    <?php endif; ?>
    
    <script>
      function gmap1_dynmap(gmap1) {
        // Marker
        new google.maps.Marker({
          position: new google.maps.LatLng(<?php echo GetGeoCode($street, $zip, $city); ?>),
          map: gmap1
        });
      }
    </script>
    Könnt ihr mir da weiterhelfen?
    Geändert von Dee (05.09.2020 um 17:12 Uhr)

  2. #2
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.681
    User beschenken
    Wunschliste

    Standard

    guck mal hier rein https://contao.org/de/veranstaltunge...renz-2014.html => https://contao.org/de/veranstaltunge...ps.pdf&cid=694

    arbeite erstmal mit festen Werten für die Adresse und wenn alles läuft, dann "dynamisiere" das alles... bei der Adressauflösung muss ggf. der API-Key mit übergeben werden

    oder das einsetzen https://metamodels.readthedocs.io/de...d/leaflet.html

    was gibt GetGeoCode zurück?

  3. #3
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Danke Zonky!

    Beim Link lande ich auf "Seite nicht gefunden".

    Den Input mit den festen Werten und leaflet, werde ich morgen angehen.

    GetGeoCode gibt keinen Wert zurück
    Geändert von Dee (06.09.2020 um 06:59 Uhr)

  4. #4
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.681
    User beschenken
    Wunschliste

    Standard

    Zitat Zitat von Dee Beitrag anzeigen
    Beim Link lande ich auf "Seite nicht gefunden".
    suche mal nach der Contao Konf 2014 und Vortrag von Christian Delahaye

  5. #5
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Habe nun einiges versucht, jedoch ohne Erfolg:

    Habe alles "statisch" hinterlegt, jedoch wird keinen Wert zurückgegeben. Also stimmt da wohl etwas mit der Umwandlung zu GeoCode nicht.

    Den Vortrag von Christian Delahaye habe ich gefunden... mal schauen ob ich da durchblicke

    Leider kann ich über den Contao-Manager die Leaflet Pakete nicht installieren.
    Habe da vier Pakete gefunden:

    • Leaflet Maps für Contao
    • Leaflet Libraries für Contao
    • Leaflet Geocode Widget
    • MetaModels Integration


    Egal welches Paket das ich installieren möchte, kriege ich nur Fehlermeldungen. Diese sehen so aus:

    Code:
    $ /opt/plesk/php/7.3/bin/php -q /var/www/vhosts/domain.net/httpdocs/microsites/web/contao-manager.phar.php composer require netzmacht/contao-leaflet-maps --no-suggest --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction
    
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    Using version ^3.2 for netzmacht/contao-leaflet-maps
    /var/www/vhosts/domain.net/httpdocs/microsites/composer.json has been updated
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    > Resolving dependencies using Composer Cloud v2.4.3
    
    [8.4MiB/0.23s] Loading composer repositories with package information
    [8.9MiB/0.35s] Updating dependencies
    [2996.9MiB/32.92s] Your requirements could not be resolved to an installable set of packages.
    [2996.9MiB/32.93s] 
      Problem 1
        - Conclusion: don't install symfony/security v4.4.13
        - Conclusion: don't install netzmacht/contao-leaflet-maps 3.2.0|don't install symfony/doctrine-bridge v4.4.13|install symfony/security v3.3.0|install symfony/security v3.3.1|install symfony/security v3.3.10|install symfony/security v3.3.11|install symfony/security v3.3.12|install symfony/security v3.3.13|install symfony/security v3.3.14|install symfony/security v3.3.15|install symfony/security v3.3.16|install symfony/security v3.3.17|install symfony/security v3.3.18|install symfony/security v3.3.2|install symfony/security v3.3.3|install symfony/security v3.3.4|install symfony/security v3.3.5|install symfony/security v3.3.6|install symfony/security v3.3.7|install symfony/security v3.3.8|install symfony/security v3.3.9|install symfony/security v3.4.11|install symfony/security v3.4.7|install symfony/security v3.4.8
        - Conclusion: don't install contao/conflicts dev-master
        - symfony/security v3.3.17 conflicts with contao/conflicts[dev-master].
        - symfony/security v3.4.11 conflicts with contao/conflicts[dev-master].
        - symfony/security v3.4.7 conflicts with contao/conflicts[dev-master].
        - symfony/security v3.4.8 conflicts with contao/conflicts[dev-master].
        - Installation request for contao/conflicts *@dev -> satisfiable by contao/conflicts[dev-master].
        - Conclusion: don't install netzmacht/contao-leaflet-maps 3.2.1|don't install symfony/doctrine-bridge v4.4.13|install symfony/security v3.3.0|install symfony/security v3.3.1|install symfony/security v3.3.10|install symfony/security v3.3.11|install symfony/security v3.3.12|install symfony/security v3.3.13|install symfony/security v3.3.14|install symfony/security v3.3.15|install symfony/security v3.3.16|install symfony/security v3.3.17|install symfony/security v3.3.18|install symfony/security v3.3.2|install symfony/security v3.3.3|install symfony/security v3.3.4|install symfony/security v3.3.5|install symfony/security v3.3.6|install symfony/security v3.3.7|install symfony/security v3.3.8|install symfony/security v3.3.9|install symfony/security v3.4.11|install symfony/security v3.4.7|install symfony/security v3.4.8
        - Conclusion: don't install netzmacht/contao-leaflet-maps 3.2.1|install symfony/security v3.3.17|install symfony/security v3.4.11|install symfony/security v3.4.7|install symfony/security v3.4.8
        - Installation request for netzmacht/contao-leaflet-maps ^3.2 -> satisfiable by netzmacht/contao-leaflet-maps[3.2.0, 3.2.1].
        - Conclusion: don't install netzmacht/contao-leaflet-maps 3.2.0|don't install symfony/security-core v4.4.13|install symfony/security v3.3.0|install symfony/security v3.3.1|install symfony/security v3.3.10|install symfony/security v3.3.11|install symfony/security v3.3.12|install symfony/security v3.3.13|install symfony/security v3.3.14|install symfony/security v3.3.15|install symfony/security v3.3.16|install symfony/security v3.3.17|install symfony/security v3.3.18|install symfony/security v3.3.2|install symfony/security v3.3.3|install symfony/security v3.3.4|install symfony/security v3.3.5|install symfony/security v3.3.6|install symfony/security v3.3.7|install symfony/security v3.3.8|install symfony/security v3.3.9|install symfony/security v3.4.0|install symfony/security v3.4.1|install symfony/security v3.4.10|install symfony/security v3.4.11|install symfony/security v3.4.12|install symfony/security v3.4.13|install symfony/security v3.4.14|install symfony/security v3.4.15|install symfony/security v3.4.16|install symfony/security v3.4.17|install symfony/security v3.4.18|install symfony/security v3.4.19|install symfony/security v3.4.2|install symfony/security v3.4.20|install symfony/security v3.4.21|install symfony/security v3.4.22|install symfony/security v3.4.23|install symfony/security v3.4.24|install symfony/security v3.4.25|install symfony/security v3.4.26|install symfony/security v3.4.27|install symfony/security v3.4.28|install symfony/security v3.4.29|install symfony/security v3.4.3|install symfony/security v3.4.30|install symfony/security v3.4.31|install symfony/security v3.4.32|install symfony/security v3.4.33|install symfony/security v3.4.34|install symfony/security v3.4.35|install symfony/security v3.4.36|install symfony/security v3.4.37|install symfony/security v3.4.38|install symfony/security v3.4.39|install symfony/security v3.4.4|install symfony/security v3.4.40|install symfony/security v3.4.41|install symfony/security v3.4.42|install symfony/security v3.4.43|install symfony/security v3.4.44|install symfony/security v3.4.5|install symfony/security v3.4.6|install symfony/security v3.4.7|install symfony/security v3.4.8|install symfony/security v3.4.9|install symfony/security v4.0.0|install symfony/security v4.0.1|install symfony/security v4.0.10|install symfony/security v4.0.11|install symfony/security v4.0.12|install symfony/security v4.0.13|install symfony/security v4.0.14|install symfony/security v4.0.15|install symfony/security v4.0.2|install symfony/security v4.0.3|install symfony/security v4.0.4|install symfony/security v4.0.5|install symfony/security v4.0.6|install symfony/security v4.0.7|install symfony/security v4.0.8|install symfony/security v4.0.9|install symfony/security v4.1.0|install symfony/security v4.1.1|install symfony/security v4.1.10|install symfony/security v4.1.11|install symfony/security v4.1.12|install symfony/security v4.1.2|install symfony/security v4.1.3|install symfony/security v4.1.4|install symfony/security v4.1.5|install symfony/security v4.1.6|install symfony/security v4.1.7|install symfony/security v4.1.8|install symfony/security v4.1.9|install symfony/security v4.2.0|install symfony/security v4.2.1|install symfony/security v4.2.10|install symfony/security v4.2.11|install symfony/security v4.2.12|install symfony/security v4.2.2|install symfony/security v4.2.3|install symfony/security v4.2.4|install symfony/security v4.2.5|install symfony/security v4.2.6|install symfony/security v4.2.7|install symfony/security v4.2.8|install symfony/security v4.2.9|install symfony/security v4.3.0|install symfony/security v4.3.1|install symfony/security v4.3.10|install symfony/security v4.3.11|install symfony/security v4.3.2|install symfony/security v4.3.3|install symfony/security v4.3.4|install symfony/security v4.3.5|install symfony/security v4.3.6|install symfony/security v4.3.7|install symfony/security v4.3.8|install symfony/security v4.3.9
        - Conclusion: don't install netzmacht/contao-leaflet-maps 3.2.0|don't install symfony/cache v4.4.13|install symfony/security v3.3.17|install symfony/security v3.4.11|install symfony/security v3.4.7|install symfony/security v3.4.8
        - symfony/security v3.3.0 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.1 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.10 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.11 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.12 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.13 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.14 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.15 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.16 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.18 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.2 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.3 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.4 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.5 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.6 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.7 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.8 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/security v3.3.9 requires symfony/http-kernel ~3.3 -> satisfiable by symfony/http-kernel[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
        - symfony/http-kernel v3.4.0 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.1 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.10 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.11 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.12 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.13 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.14 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.15 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.16 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.17 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.18 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.19 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.2 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.20 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.21 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.22 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.23 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.24 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.25 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.26 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.27 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.28 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.29 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.3 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.30 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.31 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.32 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.33 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.34 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.35 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.36 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.37 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.38 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.39 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.4 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.40 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.41 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.42 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.43 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.44 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.5 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.6 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.7 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.8 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.4.9 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.0 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.1 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.10 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.11 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.12 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.13 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.14 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.15 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.16 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.17 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.18 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.2 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.3 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.4 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.5 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.6 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.7 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.8 conflicts with symfony/cache[v4.4.13].
        - symfony/http-kernel v3.3.9 conflicts with symfony/cache[v4.4.13].
        - Installation request for symfony/cache (locked at v4.4.13) -> satisfiable by symfony/cache[v4.4.13].
        - Installation request for symfony/security-csrf (locked at v5.1.5) -> satisfiable by symfony/security-csrf[v5.1.5].
        - Conclusion: don't install netzmacht/contao-leaflet-maps 3.2.0|don't install symfony/doctrine-bridge v4.4.13|install symfony/security v3.3.0|install symfony/security v3.3.1|install symfony/security v3.3.10|install symfony/security v3.3.11|install symfony/security v3.3.12|install symfony/security v3.3.13|install symfony/security v3.3.14|install symfony/security v3.3.15|install symfony/security v3.3.16|install symfony/security v3.3.17|install symfony/security v3.3.18|install symfony/security v3.3.2|install symfony/security v3.3.3|install symfony/security v3.3.4|install symfony/security v3.3.5|install symfony/security v3.3.6|install symfony/security v3.3.7|install symfony/security v3.3.8|install symfony/security v3.3.9|install symfony/security v3.4.11|install symfony/security v3.4.7|install symfony/security v3.4.8
        - symfony/security v3.4.0 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.1 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.10 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.12 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.13 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.14 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.15 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.16 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.17 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.18 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.19 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.2 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.20 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.21 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.22 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.23 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.24 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.25 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.26 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.27 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.28 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.29 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.3 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.30 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.31 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.32 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.33 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.34 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.35 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.36 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.37 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.38 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.39 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.4 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.40 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.41 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.42 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.43 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.44 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.5 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.6 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v3.4.9 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.0 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.1 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.10 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.11 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.12 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.2 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.3 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.4 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.5 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.6 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.7 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.8 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.2.9 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.0 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.1 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.10 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.11 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.2 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.3 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.4 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.5 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.6 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.7 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.8 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.3.9 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.0 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.1 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.10 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.11 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.12 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.13 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.14 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.15 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.2 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.3 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.4 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.5 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.6 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.7 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.8 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.0.9 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.0 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.1 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.10 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.11 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.12 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.2 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.3 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.4 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.5 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.6 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.7 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.8 conflicts with symfony/doctrine-bridge[v4.4.13].
        - symfony/security v4.1.9 conflicts with symfony/doctrine-bridge[v4.4.13].
        - Installation request for symfony/doctrine-bridge (locked at v4.4.13) -> satisfiable by symfony/doctrine-bridge[v4.4.13].
        - Conclusion: don't install netzmacht/contao-leaflet-maps 3.2.0|don't install symfony/security-core v4.4.13|install symfony/security v3.3.0|install symfony/security v3.3.1|install symfony/security v3.3.10|install symfony/security v3.3.11|install symfony/security v3.3.12|install symfony/security v3.3.13|install symfony/security v3.3.14|install symfony/security v3.3.15|install symfony/security v3.3.16|install symfony/security v3.3.17|install symfony/security v3.3.18|install symfony/security v3.3.2|install symfony/security v3.3.3|install symfony/security v3.3.4|install symfony/security v3.3.5|install symfony/security v3.3.6|install symfony/security v3.3.7|install symfony/security v3.3.8|install symfony/security v3.3.9|install symfony/security v3.4.0|install symfony/security v3.4.1|install symfony/security v3.4.10|install symfony/security v3.4.11|install symfony/security v3.4.12|install symfony/security v3.4.13|install symfony/security v3.4.14|install symfony/security v3.4.15|install symfony/security v3.4.16|install symfony/security v3.4.17|install symfony/security v3.4.18|install symfony/security v3.4.19|install symfony/security v3.4.2|install symfony/security v3.4.20|install symfony/security v3.4.21|install symfony/security v3.4.22|install symfony/security v3.4.23|install symfony/security v3.4.24|install symfony/security v3.4.25|install symfony/security v3.4.26|install symfony/security v3.4.27|install symfony/security v3.4.28|install symfony/security v3.4.29|install symfony/security v3.4.3|install symfony/security v3.4.30|install symfony/security v3.4.31|install symfony/security v3.4.32|install symfony/security v3.4.33|install symfony/security v3.4.34|install symfony/security v3.4.35|install symfony/security v3.4.36|install symfony/security v3.4.37|install symfony/security v3.4.38|install symfony/security v3.4.39|install symfony/security v3.4.4|install symfony/security v3.4.40|install symfony/security v3.4.41|install symfony/security v3.4.42|install symfony/security v3.4.43|install symfony/security v3.4.44|install symfony/security v3.4.5|install symfony/security v3.4.6|install symfony/security v3.4.7|install symfony/security v3.4.8|install symfony/security v3.4.9|install symfony/security v4.0.0|install symfony/security v4.0.1|install symfony/security v4.0.10|install symfony/security v4.0.11|install symfony/security v4.0.12|install symfony/security v4.0.13|install symfony/security v4.0.14|install symfony/security v4.0.15|install symfony/security v4.0.2|install symfony/security v4.0.3|install symfony/security v4.0.4|install symfony/security v4.0.5|install symfony/security v4.0.6|install symfony/security v4.0.7|install symfony/security v4.0.8|install symfony/security v4.0.9|install symfony/security v4.1.0|install symfony/security v4.1.1|install symfony/security v4.1.10|install symfony/security v4.1.11|install symfony/security v4.1.12|install symfony/security v4.1.2|install symfony/security v4.1.3|install symfony/security v4.1.4|install symfony/security v4.1.5|install symfony/security v4.1.6|install symfony/security v4.1.7|install symfony/security v4.1.8|install symfony/security v4.1.9|install symfony/security v4.2.0|install symfony/security v4.2.1|install symfony/security v4.2.10|install symfony/security v4.2.11|install symfony/security v4.2.12|install symfony/security v4.2.2|install symfony/security v4.2.3|install symfony/security v4.2.4|install symfony/security v4.2.5|install symfony/security v4.2.6|install symfony/security v4.2.7|install symfony/security v4.2.8|install symfony/security v4.2.9|install symfony/security v4.3.0|install symfony/security v4.3.1|install symfony/security v4.3.10|install symfony/security v4.3.11|install symfony/security v4.3.2|install symfony/security v4.3.3|install symfony/security v4.3.4|install symfony/security v4.3.5|install symfony/security v4.3.6|install symfony/security v4.3.7|install symfony/security v4.3.8|install symfony/security v4.3.9
        - netzmacht/contao-leaflet-maps 3.2.0 requires netzmacht/contao-page-context ~1.0 -> satisfiable by netzmacht/contao-page-context[1.0.0, 1.0.1, 1.0.2].
        - netzmacht/contao-page-context 1.0.0 requires symfony/security ^3.3 || ^4.0 -> satisfiable by symfony/security[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9, v4.0.0, v4.0.1, v4.0.10, v4.0.11, v4.0.12, v4.0.13, v4.0.14, v4.0.15, v4.0.2, v4.0.3, v4.0.4, v4.0.5, v4.0.6, v4.0.7, v4.0.8, v4.0.9, v4.1.0, v4.1.1, v4.1.10, v4.1.11, v4.1.12, v4.1.2, v4.1.3, v4.1.4, v4.1.5, v4.1.6, v4.1.7, v4.1.8, v4.1.9, v4.2.0, v4.2.1, v4.2.10, v4.2.11, v4.2.12, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9, v4.3.0, v4.3.1, v4.3.10, v4.3.11, v4.3.2, v4.3.3, v4.3.4, v4.3.5, v4.3.6, v4.3.7, v4.3.8, v4.3.9, v4.4.0, v4.4.1, v4.4.10, v4.4.11, v4.4.12, v4.4.13, v4.4.2, v4.4.3, v4.4.4, v4.4.5, v4.4.6, v4.4.7, v4.4.8, v4.4.9].
        - netzmacht/contao-page-context 1.0.1 requires symfony/security ^3.3 || ^4.0 -> satisfiable by symfony/security[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9, v4.0.0, v4.0.1, v4.0.10, v4.0.11, v4.0.12, v4.0.13, v4.0.14, v4.0.15, v4.0.2, v4.0.3, v4.0.4, v4.0.5, v4.0.6, v4.0.7, v4.0.8, v4.0.9, v4.1.0, v4.1.1, v4.1.10, v4.1.11, v4.1.12, v4.1.2, v4.1.3, v4.1.4, v4.1.5, v4.1.6, v4.1.7, v4.1.8, v4.1.9, v4.2.0, v4.2.1, v4.2.10, v4.2.11, v4.2.12, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9, v4.3.0, v4.3.1, v4.3.10, v4.3.11, v4.3.2, v4.3.3, v4.3.4, v4.3.5, v4.3.6, v4.3.7, v4.3.8, v4.3.9, v4.4.0, v4.4.1, v4.4.10, v4.4.11, v4.4.12, v4.4.13, v4.4.2, v4.4.3, v4.4.4, v4.4.5, v4.4.6, v4.4.7, v4.4.8, v4.4.9].
        - netzmacht/contao-page-context 1.0.2 requires symfony/security ^3.3 || ^4.0 -> satisfiable by symfony/security[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.43, v3.4.44, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9, v4.0.0, v4.0.1, v4.0.10, v4.0.11, v4.0.12, v4.0.13, v4.0.14, v4.0.15, v4.0.2, v4.0.3, v4.0.4, v4.0.5, v4.0.6, v4.0.7, v4.0.8, v4.0.9, v4.1.0, v4.1.1, v4.1.10, v4.1.11, v4.1.12, v4.1.2, v4.1.3, v4.1.4, v4.1.5, v4.1.6, v4.1.7, v4.1.8, v4.1.9, v4.2.0, v4.2.1, v4.2.10, v4.2.11, v4.2.12, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9, v4.3.0, v4.3.1, v4.3.10, v4.3.11, v4.3.2, v4.3.3, v4.3.4, v4.3.5, v4.3.6, v4.3.7, v4.3.8, v4.3.9, v4.4.0, v4.4.1, v4.4.10, v4.4.11, v4.4.12, v4.4.13, v4.4.2, v4.4.3, v4.4.4, v4.4.5, v4.4.6, v4.4.7, v4.4.8, v4.4.9].
        - don't install symfony/security v4.4.0|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.1|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.10|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.11|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.12|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.2|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.3|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.4|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.5|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.6|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.7|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.8|don't install symfony/security-core v4.4.13
        - don't install symfony/security v4.4.9|don't install symfony/security-core v4.4.13
        - Installation request for symfony/security-core (locked at v4.4.13) -> satisfiable by symfony/security[v4.4.13], symfony/security-core[v4.4.13].
    
    [2997.0MiB/32.93s] <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
    [547.1MiB/34.75s] Memory usage: 547.14MB (peak: 3000.44MB), time: 34.76s.
    [547.1MiB/34.76s] Finished Composer Cloud resolving.
    
    
    # Cloud Job ID FyGGZtdn6nVfhHNLRKetroKVoAzj0qTYPPnNOvaq0WKYTS3XjJ8CMytUXahT3SI4myRDNfEE51xQwkv failed
    
    ---
    
    ### Der Hintergrundprozess wurde unerwartet beendet ###
    Ich glaube ich brauche Kaffee

    Irgendwie tanze ich gerade auf mehreren Hochzeiten oder es fühlt sich zumindest so an.

    Weiss gerade nicht, wie ich hier weiter vorgehen soll.

  6. #6
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.681
    User beschenken
    Wunschliste

    Standard

    ich habe die Anleitung mal nicht geschrieben ... m.E. muss nur https://github.com/netzmacht/contao-leaflet-metamodels installiert werden

    ggf. die DEV probieren https://github.com/netzmacht/contao-...s/tree/develop

    in der composer.json bzw. CM dann "dev-master" eintragen

    bei der Google-Abfrage fehlt sicher der API-Key - siehe
    https://github.com/delahaye/dlh_geoc...de.php#L62-L66

    entweder mit übergeben oder in den Systemeinstellungen hinterlegen

  7. #7
    Contao-Urgestein
    Registriert seit
    29.10.2009.
    Ort
    Magdeburg
    Beiträge
    2.020
    Partner-ID
    626
    User beschenken
    Wunschliste

    Standard

    Zitat Zitat von Dee Beitrag anzeigen
    Egal welches Paket das ich installieren möchte, kriege ich nur Fehlermeldungen.
    Bitte wähle alle Pakete zum Aktualisieren aus, füge dann Leaflet Maps oder die Leaflet MetaModels Integration hinzu und wende erst dann alle Änderungen an.

    Dieser Weg ist inzwischen ein Mantra, der hier in jedem 3. Post gegeben werden muss.

    Hintergrund: Um RAM zu sparen versucht der Contao Manager / Composer nur das aktuelle Paket zu installieren ohne die bereits installierten Pakete zu aktualisieren. Müssen allerdings Abhängigkeiten aktualisiert oder geändert werden, kommt es zu dem Fehler. Im CM gibt es leider aktuell keine andere Möglichkeit dann ein Paket zu installieren. Entsprechendes Ticket existiert: https://github.com/contao/contao-manager/issues/542

  8. #8
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Besten Dank Zonky und webstar

    Die Installation hat wunderbar funktioniert. Mir ist der aktuelle Vorgang für die Installation entgangen respektive wusste ich nicht das es bei (fast) allen Paketen angewendet werden muss.

    Damit ich nun etwas weiterkomme, habe ich als erstes eine GoogleMap mit Marker angelegt. Diese wird korrekt ausgegeben. Also kann ich davon ausgehen, dass der API-Key aus den Einstellungen korrekt übergeben wird.

    Nun habe ich das Handbuch mehrmals durchgespielt, erhalte jedoch lediglich eine Fehlermeldung. Habe ich etwas vergessen oder übersehen?


    Bin wie folgt vorgegangen:
    MetaModels
    1. Im MM habe ich ein Textfeld "koords" (Koordinaten) eingefügt.
    2. Dieses Feld dann im FE Rendering und in der BE Maske eingefügt.
    3. Im BE wurden die Koordinaten eingetragen und auf der Seite ausgegeben , nur um sicherzugehen, dass die Daten auch vorhanden sind.

    Leaflet
    1. Habe ein "Karten-Layer" erstellt: Leaflet-Layer.png
    2. Anschliessend habe ich den Marker erstellt: Leaflet-marker.png
    3. Als nächster Schritt habe ich die Karte erstellt und den Layer zugewiesen: Leaflet-Karte-1.png, Leaflet-Karte-2.png

    Um die Karte nun in meinem Template unterzubringen, habe ich ein FE-Modul angelegt: Leaflet-FEM.png

    Das Modul wurde dann per Insertag im Template eingefügt:
    Code:
    {{insert_module::109}}
    Rufe ich die Seite so auf, dann kriege ich ein "Es ist ein Fehler aufgetreten". In den Logs ist aber keinen Eintrag vorhanden

    Binde ich das FE-Modul oder direkt per CE ein, erscheint der selbe Fehler. Daher gehe ich davon aus, dass bei meinen Einstellungen etwas nicht korrekt ist.

    Leider finde ich den Fehler nicht

  9. #9
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.681
    User beschenken
    Wunschliste

    Standard

    Zitat Zitat von Dee Beitrag anzeigen
    Rufe ich die Seite so auf, dann kriege ich ein "Es ist ein Fehler aufgetreten". In den Logs ist aber keinen Eintrag vorhanden
    Seite mit app_dev.php aufrufen https://metamodels.readthedocs.io/de...ymfony-toolbar

    da sollte mehr zu sehen sein

  10. #10
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Weiss jetzt nicht wo ich nachsehen muss

    Bei Logs sind zwei Punkte unter "Info. & Error" zu finden.
    Errors.png

    Hast du eine Vermutung wo da die relevanten Infos stecken?

    Edit: Hatte das Modul zwischenzeitlich entfernt... Nun ist es wieder drin und jetzt gibt es eine reiche Anzahl an Fehler aus :-)
    Poste sie gleich.
    Geändert von Dee (07.09.2020 um 12:05 Uhr)

  11. #11
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Also alle Angaben laufen unter dem Punkt "Symfony\Component\Routing\Exception\RouteNotFound Exception".
    Was darin genau relevant ist... hmmm... Hast du mir einen Ansatz?

  12. #12
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.681
    User beschenken
    Wunschliste

    Standard

    Tab "Stack trace" posten

  13. #13
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Code:
    Symfony\Component\Routing\Exception\RouteNotFoundException:
    None of the chained routers were able to generate route: Route 'leaflet_layer' not found
    
      at /var/www/vhosts/domain.net/httpdocs/microsites/vendor/symfony-cmf/routing/src/ChainRouter.php:265
      at Symfony\Cmf\Component\Routing\ChainRouter->generate('leaflet_layer', array('context' => 'page', 'contextId' => '250', 'layerId' => '1'), 0)
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-metamodels/src/MapLayer/MetaModelsLayerMapper.php:385)
      at Netzmacht\Contao\Leaflet\MetaModels\MapLayer\MetaModelsLayerMapper->generateRoute(object(LayerModel))
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-metamodels/src/MapLayer/MetaModelsLayerMapper.php:154)
      at Netzmacht\Contao\Leaflet\MetaModels\MapLayer\MetaModelsLayerMapper->buildConstructArguments(object(LayerModel), object(DefinitionMapper), object(Request), null)
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/Mapper/AbstractMapper.php:136)
      at Netzmacht\Contao\Leaflet\Mapper\AbstractMapper->createInstance(object(LayerModel), object(DefinitionMapper), object(Request), null)
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/Mapper/AbstractMapper.php:70)
      at Netzmacht\Contao\Leaflet\Mapper\AbstractMapper->handle(object(LayerModel), object(DefinitionMapper), object(Request), null, object(Map))
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/Mapper/DefinitionMapper.php:110)
      at Netzmacht\Contao\Leaflet\Mapper\DefinitionMapper->handle(object(LayerModel), object(Request), null, object(Map))
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/Mapper/MapMapper.php:181)
      at Netzmacht\Contao\Leaflet\Mapper\MapMapper->buildLayers(object(Map), object(MapModel), object(DefinitionMapper), object(Request))
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/Mapper/MapMapper.php:91)
      at Netzmacht\Contao\Leaflet\Mapper\MapMapper->build(object(Map), object(MapModel), object(DefinitionMapper), object(Request), null)
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/Mapper/AbstractMapper.php:73)
      at Netzmacht\Contao\Leaflet\Mapper\AbstractMapper->handle(object(MapModel), object(DefinitionMapper), object(Request), '1', null)
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/Mapper/DefinitionMapper.php:110)
      at Netzmacht\Contao\Leaflet\Mapper\DefinitionMapper->handle(object(MapModel), object(Request), '1')
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/MapProvider.php:157)
      at Netzmacht\Contao\Leaflet\MapProvider->getDefinition('1', null, '1')
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/MapProvider.php:373)
      at Netzmacht\Contao\Leaflet\MapProvider->doGenerate(object(MapModel), null, '1', 'leaflet_map_js', '')
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/MapProvider.php:223)
      at Netzmacht\Contao\Leaflet\MapProvider->generate('1', null, '1', 'leaflet_map_js')
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/Frontend/AbstractMapHybrid.php:127)
      at Netzmacht\Contao\Leaflet\Frontend\AbstractMapHybrid->prepareTemplateData(array('id' => '109', 'pid' => '4', 'tstamp' => '1599469002', 'name' => 'Bümpliz: Content - FirmenMap', 'headline' => '', 'type' => 'leaflet', 'levelOffset' => '0', 'showLevel' => '0', 'hardLimit' => '', 'showProtected' => '', 'defineRoot' => '', 'rootPage' => '0', 'navigationTpl' => '', 'customTpl' => '', 'pages' => null, 'orderPages' => null, 'showHidden' => '', 'customLabel' => '', 'autologin' => '', 'jumpTo' => '0', 'redirectBack' => '', 'editable' => null, 'memberTpl' => '', 'form' => '0', 'queryType' => 'and', 'fuzzy' => '', 'contextLength' => '', 'minKeywordLength' => '4', 'perPage' => '0', 'searchType' => 'simple', 'searchTpl' => '', 'inColumn' => 'main', 'skipFirst' => '0', 'loadFirst' => '', 'singleSRC' => null, 'url' => '', 'imgSize' => '', 'useCaption' => '', 'fullsize' => '', 'multiSRC' => null, 'orderSRC' => null, 'html' => null, 'rss_cache' => '3600', 'rss_feed' => null, 'rss_template' => '', 'numberOfItems' => '3', 'disableCaptcha' => '', 'reg_groups' => null, 'reg_allowLogin' => '', 'reg_skipName' => '', 'reg_close' => '', 'reg_assignDir' => '', 'reg_homeDir' => null, 'reg_activate' => '', 'reg_jumpTo' => '0', 'reg_text' => null, 'reg_password' => null, 'protected' => '', 'groups' => null, 'guests' => '', 'cssID' => '', 'faq_categories' => null, 'faq_readerModule' => '0', 'list_table' => '', 'list_fields' => '', 'list_where' => '', 'list_search' => '', 'list_sort' => '', 'list_info' => '', 'list_info_where' => '', 'list_layout' => '', 'list_info_layout' => '', 'news_archives' => null, 'news_featured' => 'all_items', 'news_jumpToCurrent' => '', 'news_readerModule' => '0', 'news_metaFields' => 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', 'news_template' => '', 'news_format' => 'news_month', 'news_startDay' => '0', 'news_order' => 'order_date_desc', 'news_showQuantity' => '', 'newsletters' => null, 'nl_channels' => null, 'nl_hideChannels' => '', 'nl_subscribe' => null, 'nl_unsubscribe' => null, 'nl_template' => '', 'rsts_content_type' => 'rsts_default', 'rsts_id' => '0', 'rsts_import_settings' => '', 'rsts_import_settings_from' => '0', 'rsts_template' => 'rsts_default', 'rsts_type' => '', 'rsts_direction' => '', 'rsts_random' => '', 'rsts_loop' => '', 'rsts_centerContent' => '', 'rsts_skin' => '', 'rsts_width' => '', 'rsts_height' => '', 'rsts_preloadSlides' => '0', 'rsts_gapSize' => '0%', 'rsts_duration' => '0', 'rsts_autoplay' => '0', 'rsts_videoAutoplay' => '', 'rsts_autoplayRestart' => '0', 'rsts_autoplayProgress' => '', 'rsts_pauseAutoplayOnHover' => '', 'rsts_navType' => '', 'rsts_controls' => '1', 'rsts_thumbControls' => '', 'rsts_invertControls' => '', 'rsts_scaleMode' => '', 'rsts_imagePosition' => '', 'rsts_deepLinkPrefix' => '', 'rsts_keyboard' => '1', 'rsts_captions' => '1', 'rsts_thumbs' => '', 'rsts_thumbs_width' => '100%', 'rsts_thumbs_height' => '1x1', 'rsts_thumbs_gapSize' => '', 'rsts_thumbs_duration' => '0', 'rsts_thumbs_scaleMode' => '', 'rsts_thumbs_imagePosition' => '', 'rsts_thumbs_controls' => '1', 'rsts_thumbs_imgSize' => 'a:3:{i:0;s:2:"50";i:1;s:2:"50";i:2;s:4:"crop";}', 'rsts_thumbs_slideMaxCount' => '0', 'rsts_thumbs_prevNextSteps' => '0', 'rsts_thumbs_visibleArea' => '0', 'rsts_thumbs_visibleAreaMax' => '0', 'rsts_thumbs_slideMinSize' => '50', 'rsts_thumbs_slideMaxSize' => '50', 'rsts_thumbs_rowMaxCount' => '0', 'rsts_thumbs_rowMinSize' => '0', 'rsts_thumbs_rowSlideRatio' => '', 'rsts_slideMaxCount' => '0', 'rsts_prevNextSteps' => '0', 'rsts_visibleArea' => '0', 'rsts_visibleAreaMax' => '0', 'rsts_visibleAreaAlign' => '50', 'rsts_slideMinSize' => '0', 'rsts_slideMaxSize' => '0', 'rsts_rowMaxCount' => '0', 'rsts_rowMinSize' => '0', 'rsts_rowSlideRatio' => '', 'rsts_combineNavItems' => '1', 'rsts_customSkin' => '', 'rsts_cssPrefix' => '', 'sharebuttons_networks' => null, 'sharebuttons_theme' => '', 'sharebuttons_template' => '', 'cal_calendar' => null, 'cal_noSpan' => '', 'cal_hideRunning' => '', 'cal_startDay' => '1', 'cal_format' => 'cal_month', 'cal_ignoreDynamic' => '', 'cal_order' => 'ascending', 'cal_readerModule' => '0', 'cal_limit' => '0', 'cal_template' => '', 'cal_ctemplate' => '', 'cal_showQuantity' => '', 'com_order' => 'ascending', 'com_moderate' => '', 'com_bbcode' => '', 'com_requireLogin' => '', 'com_disableCaptcha' => '', 'com_template' => '', 'dk_mmenuPosition' => 'left', 'dk_mmenuZposition' => '', 'dk_mmenuSlidingSubmenus' => 'horizontal', 'dk_mmenuTheme' => 'standard', 'dk_mmenuMoveBackground' => '1', 'dk_mmenuFullscreen' => '', 'dk_mmenuCountersAdd' => '', 'dk_mmenuCountersUpdate' => '', 'dk_mmenuSearchfieldAdd' => '', 'dk_mmenuEffectSlide' => '', 'dk_mmenuEffectZoomMenu' => '', 'dk_mmenuEffectZoomPanels' => '', 'dk_mmenuDragOpenOpen' => '', 'dk_mmenuDragOpenThreshold' => '50', 'dk_mmenuOnClickClose' => '1', 'dk_mmenuOnClickBlockUI' => '', 'dk_mmenuModal' => '', 'dk_mmenuArticle' => '', 'dk_mmenuHtmlTpl' => '', 'dk_mmenuJsTpl' => '', 'nc_activation_notification' => '0', 'nc_notification' => '0', 'dk_mmenuFixedElementAdd' => '', 'nl_text' => null, 'news4ward_ignoreFilters' => '', 'news4ward_overwriteArchiveJumpTo' => '', 'news4ward_timeConstraint' => 'all', 'news4ward_filterHint' => '', 'news4ward_showQuantity' => '', 'news4ward_order' => 'start DESC', 'news4ward_facebookMeta' => '', 'news4ward_startDay' => '0', 'news4ward_format' => 'news4ward_month', 'news4ward_readerTemplate' => 'mod_news4ward_reader', 'news4ward_template' => 'news4ward_list_item', 'news4ward_metaFields' => 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', 'news4ward_jumpToCurrent' => '', 'news4ward_skipFirst' => '0', 'news4ward_perPage' => '0', 'news4ward_featured' => 'all_items', 'news4ward_numberOfItems' => '3', 'news4ward_archives' => null, 'metamodel_meta_description' => '', 'metamodel_meta_title' => '', 'metamodel_fef_template' => 'mm_filter_default', 'metamodel_fef_hideclearfilter' => '', 'metamodel_fef_autosubmit' => '1', 'metamodel_fef_params' => null, 'metamodel_jumpTo' => '0', 'metamodel_filterparams' => null, 'metamodel_available_values' => '', 'metamodel_donotindex' => '', 'metamodel_noparsing' => '', 'metamodel_rendersettings' => '0', 'metamodel_filtering' => '0', 'metamodel_sort_override' => '', 'metamodel_sortby_direction' => '', 'metamodel_sortby' => '', 'metamodel_offset' => '0', 'metamodel_limit' => '0', 'metamodel_use_limit' => '', 'metamodel_layout' => '', 'metamodel' => '0', 'text' => null, 'dlh_googlemap_privacy' => null, 'dlh_googlemap_protected' => '', 'dlh_googlemap_rel' => '', 'dlh_googlemap_linkTitle' => '', 'dlh_googlemap_target' => '', 'dlh_googlemap_url' => '', 'dlh_googlemap_tabs' => '', 'dlh_googlemap_nocss' => '', 'dlh_googlemap_static' => '', 'dlh_googlemap_size' => 'a:3:{i:0;s:3:"400";i:1;s:3:"200";i:2;s:12:"proportional";}', 'dlh_googlemap_zoom' => '10', 'dlh_googlemap_template' => 'mod_dlh_googlemaps_default', 'dlh_googlemap' => '2', 'leaflet_template' => 'leaflet_map_js', 'leaflet_height' => 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:3:"280";}', 'leaflet_width' => 'a:2:{s:4:"unit";s:1:"%";s:5:"value";s:3:"100";}', 'leaflet_mapId' => '1', 'leaflet_map' => '1', 'typePrefix' => 'mod_', 'hl' => 'h2', 'style' => '', 'class' => 'mod_leaflet'))
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-toolkit/src/Component/AbstractComponent.php:198)
      at Netzmacht\Contao\Toolkit\Component\AbstractComponent->generate()
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-toolkit/src/Component/Module/AbstractModule.php:76)
      at Netzmacht\Contao\Toolkit\Component\Module\AbstractModule->generate()
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-toolkit/src/Component/Hybrid/AbstractHybrid.php:43)
      at Netzmacht\Contao\Toolkit\Component\Hybrid\AbstractHybrid->generate()
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-leaflet-maps/src/Frontend/AbstractMapHybrid.php:112)
      at Netzmacht\Contao\Leaflet\Frontend\AbstractMapHybrid->generate()
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/netzmacht/contao-toolkit/src/Component/ComponentDecoratorTrait.php:70)
      at Netzmacht\Contao\Toolkit\Component\Module\ModuleDecorator->generate()
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php:424)
      at Contao\Controller::getFrontendModule('109')
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/contao/core-bundle/src/Resources/contao/library/Contao/InsertTags.php:512)
      at Contao\InsertTags->doReplace('<!-- TEMPLATE START: templates/Buempliz/fe_page.html5 --><!DOCTYPE html>
    <html lang="de">
    <head>
    
          <meta charset="utf-8">
        <title>Coop Vitality - Bümpliz</title>
        <base href="https://www.xn--bmpliz-3ya.ch/">
    
              <meta name="robots" content="noindex,follow">
          <meta name="description" content="Ihre Apotheke am Europaplatz.">
          <meta name="generator" content="Contao Open Source CMS">
        
        <meta name="viewport" content="width=device-width,initial-scale=1.0">        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">[[TL_CSS]]    <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script>window.jQuery || document.write(\'<script src="assets/jquery/js/jquery.min.js">\\x3C/script>\')</script>    [[TL_HEAD]]<!-- TEMPLATE START: templates/Buempliz/analytics_google.html5 --><!-- TEMPLATE END: templates/Buempliz/analytics_google.html5 --><!-- Textarea Zähler  (250 Zeichen) --><script>  function countChar(val) {    var len = val.value.length;    if (len >= 251) {      val.value = val.value.substring(0, 250);    } else {      $(\'#charNum\').text(250 - len);    }  };</script><!-- Favicon --><link rel="icon" type="image/x-icon" href="files/microsites/buempliz/00-Icons/favicon.ico" /><!-- Global site tag (gtag.js) - Google Analytics --><!-- Global site tag (gtag.js) - Google Ads: 1011507348 --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-147425176-1"></script><script>  window.dataLayer = window.dataLayer || [];  function gtag(){dataLayer.push(arguments);}  gtag(\'js\', new Date());  gtag(\'config\', \'UA-147425176-1\');  gtag(\'config\', \'AW-1011507348\');</script><!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);})(window,document,\'script\',\'dataLayer\',\'GTM-NM9CPKZ\');</script><!-- End Google Tag Manager --><!-- GoogleMap --><script type="text/javascript" src="http://maps.google.com/maps/api/js"></script>  
    </head>
    <body id="top" itemscope itemtype="http://schema.org/WebPage">
    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NM9CPKZ"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->
    
          
        <div id="wrapper">
    
                            <header id="header">
                <div class="inside">
                  <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div id="logo">	<a href="preview.php/buempliz" title="Bümpliz"><img src="files/microsites/buempliz/00-Logo/Logo-definitiv.jpg"></a></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_navigation.html5 --><!-- indexer::stop --><nav class="mod_navigation block" itemscope itemtype="http://schema.org/SiteNavigationElement">    <a href="preview.php/testsite-firmen-detail/coop-vitality-europaplatz-1a-3008-bern#skipNavigation43" class="invisible">Navigation überspringen</a>  <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_1">            <li class="submenu home first"><a href="preview.php/" title="Bümpliz" class="submenu home first" aria-haspopup="true" itemprop="url"><span itemprop="name">Bümpliz</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/ueber-buempliz" title="Über Bümpliz" class="first" itemprop="url"><span itemprop="name">Über Bümpliz</span></a></li>                <li><a href="preview.php/siedlungen" title="Siedlungen" itemprop="url"><span itemprop="name">Siedlungen</span></a></li>                <li class="last"><a href="preview.php/bildergalerie" title="Impressionen" class="last" itemprop="url"><span itemprop="name">Impressionen</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>                <li class="submenu"><a href="preview.php/leben-und-wohnen" title="Leben und Wohnen" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Leben und Wohnen</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/brockenstuben" title="Brockenstuben" class="first" itemprop="url"><span itemprop="name">Brockenstuben</span></a></li>                <li><a href="preview.php/entsorgungskalender" title="Entsorgungskalender" itemprop="url"><span itemprop="name">Entsorgungskalender</span></a></li>                <li><a href="preview.php/gastronomie" title="Gastronomie" itemprop="url"><span itemprop="name">Gastronomie</span></a></li>                <li><a href="preview.php/kindertagesstaetten" title="Kindertagesstätten in Bern West" itemprop="url"><span itemprop="name">Kindertagesstätten</span></a></li>                <li><a href="preview.php/kinder-jugendliche" title="Kinder &amp; Jugendliche" itemprop="url"><span itemprop="name">Kinder & Jugendliche</span></a></li>                <li><a href="preview.php/kirchen" title="Kirchen" itemprop="url"><span itemprop="name">Kirchen</span></a></li>                <li><a href="preview.php/kultur" title="Kulturelles" itemprop="url"><span itemprop="name">Kultur</span></a></li>                <li><a href="preview.php/quartiervereine" title="Quartiervereine" itemprop="url"><span itemprop="name">Quartiervereine</span></a></li>                <li><a href="preview.php/raeume-zum-mieten" title="Räume zum Mieten" itemprop="url"><span itemprop="name">Räume zum Mieten</span></a></li>                <li><a href="preview.php/schulkreise" title="Schulkreise in Bern West" itemprop="url"><span itemprop="name">Schulkreise</span></a></li>                <li><a href="preview.php/sportvereine" title="Sportvereine in Bümpliz" itemprop="url"><span itemprop="name">Sportvereine</span></a></li>                <li><a href="preview.php/standesamt-buempliz" title="Standesamt Bümpliz" itemprop="url"><span itemprop="name">Standesamt Bümpliz</span></a></li>                <li class="last"><a href="preview.php/Wohnen" title="Wohnen in Bümpliz" class="last" itemprop="url"><span itemprop="name">Wohnen</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>                <li class="submenu"><a href="preview.php/du-bisch-buempliz" title="Du bist Bümpliz" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Du bisch Bümpliz</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/buempliz-e-mail-adresse" title="@bümpliz Mail Adresse" class="first last" itemprop="url"><span itemprop="name">@bümpliz Mail Adresse</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>                <li><a href="preview.php/gewerbe" title="Gewerbe" itemprop="url"><span itemprop="name">Gewerbe</span></a></li>                <li class="submenu last"><a href="preview.php/kontakt" title="Kontaktaufnahme" class="submenu last" aria-haspopup="true" itemprop="url"><span itemprop="name">Kontakt</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/die-macher-von-buempliz-ch" title="Die Macher" class="first last" itemprop="url"><span itemprop="name">Die Macher</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 -->  <a id="skipNavigation43" class="invisible">&nbsp;</a></nav><!-- indexer::continue --><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_navigation.html5 --><!-- TEMPLATE START: system/modules/dk_mmenu/templates/modules/mod_mmenu.html5 --><!-- indexer::stop -->	<nav class="mod_mmenu invisible block" id="momenu">			<a href="preview.php/testsite-firmen-detail/coop-vitality-europaplatz-1a-3008-bern#skipNavigation37" class="invisible">Navigation überspringen</a>		<!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_1">            <li class="submenu home first"><a href="preview.php/" title="Bümpliz" class="submenu home first" aria-haspopup="true" itemprop="url"><span itemprop="name">Bümpliz</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/ueber-buempliz" title="Über Bümpliz" class="first" itemprop="url"><span itemprop="name">Über Bümpliz</span></a></li>                <li><a href="preview.php/siedlungen" title="Siedlungen" itemprop="url"><span itemprop="name">Siedlungen</span></a></li>                <li class="last"><a href="preview.php/bildergalerie" title="Impressionen" class="last" itemprop="url"><span itemprop="name">Impressionen</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li class="submenu"><a href="preview.php/leben-und-wohnen" title="Leben und Wohnen" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Leben und Wohnen</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/brockenstuben" title="Brockenstuben" class="first" itemprop="url"><span itemprop="name">Brockenstuben</span></a></li>                <li><a href="preview.php/entsorgungskalender" title="Entsorgungskalender" itemprop="url"><span itemprop="name">Entsorgungskalender</span></a></li>                <li><a href="preview.php/gastronomie" title="Gastronomie" itemprop="url"><span itemprop="name">Gastronomie</span></a></li>                <li><a href="preview.php/kindertagesstaetten" title="Kindertagesstätten in Bern West" itemprop="url"><span itemprop="name">Kindertagesstätten</span></a></li>                <li><a href="preview.php/kinder-jugendliche" title="Kinder &amp; Jugendliche" itemprop="url"><span itemprop="name">Kinder & Jugendliche</span></a></li>                <li><a href="preview.php/kirchen" title="Kirchen" itemprop="url"><span itemprop="name">Kirchen</span></a></li>                <li class="submenu"><a href="preview.php/kultur" title="Kulturelles" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Kultur</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_3">            <li class="first last"><a href="preview.php/musik-aus-bern-west" title="Musik aus Bern-West" class="first last" itemprop="url"><span itemprop="name">Musik aus Bern-West</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li><a href="preview.php/quartiervereine" title="Quartiervereine" itemprop="url"><span itemprop="name">Quartiervereine</span></a></li>                <li><a href="preview.php/raeume-zum-mieten" title="Räume zum Mieten" itemprop="url"><span itemprop="name">Räume zum Mieten</span></a></li>                <li><a href="preview.php/schulkreise" title="Schulkreise in Bern West" itemprop="url"><span itemprop="name">Schulkreise</span></a></li>                <li><a href="preview.php/sportvereine" title="Sportvereine in Bümpliz" itemprop="url"><span itemprop="name">Sportvereine</span></a></li>                <li><a href="preview.php/standesamt-buempliz" title="Standesamt Bümpliz" itemprop="url"><span itemprop="name">Standesamt Bümpliz</span></a></li>                <li class="last"><a href="preview.php/Wohnen" title="Wohnen in Bümpliz" class="last" itemprop="url"><span itemprop="name">Wohnen</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li class="submenu"><a href="preview.php/du-bisch-buempliz" title="Du bist Bümpliz" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Du bisch Bümpliz</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/buempliz-e-mail-adresse" title="@bümpliz Mail Adresse" class="first last" itemprop="url"><span itemprop="name">@bümpliz Mail Adresse</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li><a href="preview.php/gewerbe" title="Gewerbe" itemprop="url"><span itemprop="name">Gewerbe</span></a></li>                <li class="submenu last"><a href="preview.php/kontakt" title="Kontaktaufnahme" class="submenu last" aria-haspopup="true" itemprop="url"><span itemprop="name">Kontakt</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/die-macher-von-buempliz-ch" title="Die Macher" class="first last" itemprop="url"><span itemprop="name">Die Macher</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 -->		<a id="skipNavigation37" class="invisible">&nbsp;</a>	</nav><!-- indexer::continue --><!-- TEMPLATE END: system/modules/dk_mmenu/templates/modules/mod_mmenu.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div id="menuu"><a href="#momenu"><div id="menuuu"><img src="files/microsites/buempliz/00-Icons/menu.png" alt="Drei blaue Balken welche die Navigation der Website symbolisieren." title="Navigations-Menü"></div></a></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_wrapper.html5 --><!-- indexer::stop --><div class="mod_form block">    <form action="preview.php/suche" method="get" enctype="application/x-www-form-urlencoded">    <div class="formbody">                  <!-- TEMPLATE START: templates/Buempliz/form_textfield_suche.html5 --><div class="widget widget-text search">        
      <input type="text" name="keywords" id="ctrl_5" class="text search" value="" placeholder="Suchbegriff">
    </div><!-- TEMPLATE END: templates/Buempliz/form_textfield_suche.html5 -->    </div>  </form></div><!-- indexer::continue --><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_wrapper.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><script>	$(document).ready(function(){$(\'#bildlink\').click(function() {   $(\'#ctrl_5\').fadeIn(3500);   $(\'#bildlink\').click(function() {   $(\'#ctrl_5\').fadeOut(3500);});});});</script><div id="iconnavi">	<ul>		<li><a href="#" id="bildlink"><img src="files/microsites/buempliz/00-Icons/icon-search.png"  width="78" height="78" alt=""></a></li>	</ul></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->            </div>
              </header>
                  
          
                  <div id="container">
    
                          <main id="main">
                  <div class="inside">
                    <!-- TEMPLATE START: templates/Buempliz/mod_breadcrumb.html5 --><!-- indexer::stop --><div class="mod_breadcrumb block">          
      <ul>
      	<li class="breadcrum">Sie befinden sich hier:</li>
                      <li class="first"><a href="preview.php/" title="Bümpliz">
            	<span>Bümpliz</span></a><span> > </span></li>
                            <li class="active last"><span>Testsite firmen Detail</span></li>
                </ul>
    
    </div><!-- indexer::continue --><!-- TEMPLATE END: templates/Buempliz/mod_breadcrumb.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->  <div class="mod_article first last block" id="article-252">              <!-- TEMPLATE START: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/ce_metamodel_list.html5 --><div class="ce_metamodel_content first block">          <!-- TEMPLATE START: templates/Buempliz/metamodel_gewerbe_firmen_details.html5 -->
    <div class="layout_full">
    
    <div class="item first last even">
            	<h1 class="ce_headline first">Coop Vitality</h1>
    			<h2 class="ce_headline first">Ihre Apotheke im Coop</h2>
    			<div class="ce_text block"><p>Ihre Apotheke am Europaplatz.</p></div>
    			<div class="ce_image block">
    				<figure class="image_container">
    					<!-- TEMPLATE START: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --><ul class="file"><li class=" first last even">								<img src="files/microsites/buempliz/400-Gewerbe/Kosmetiksalon.jpg" width="1500" height="926" alt="">					</li></ul><!-- TEMPLATE END: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --></div>
    				</figure>
    			</div>
    			<div class="ce_text block">
    				<fieldset>
    					<legend><h2>Anschrift</h2></legend>
    					<div class="ce_text block">Europaplatz 1a<br>3008 Bern</div>
    					<div class="ce_text block">
    						<span class="info">Telefon:</span><a href="tel:+41318695306" target="_blank">+41318695306</a><br>
    						<span class="info">Website:</span><a hre="https://www.coopvitality.ch/de/coop-vitality-europaplatz" target="_blank">Coop Vitality</a>
    					</div>
    				</fieldset>
    			</div>
    			
    			<div class="ce_text block">
    						<fieldset>
    							<legend><h2>Dienstleistungen</h2></legend><ul><li>AllergieCheck</li><li>Blutdruckmessung</li><li>Darmkrebsvorsorge</li><li>DiabetesCheck</li><li>Elektronischer Impfausweis</li><li>GlutenCheck</li><li>Grippe-Impfung</li><li>Haar-Mineral-Analyse</li><li>Hauslieferdienst</li><li>Hepatitis-Impfung A [&] B</li><li>HerzCheck</li><li>Homöopathie</li><li>Impfen in der Apotheke</li><li>Milchpumpen-Vermietung</li><li>OhrCheck</li><li>Ohrlochstechen</li><li>PolymedikationsCheck</li><li>Spagyros-Mischungen</li><li>Taping</li><li>Zecken-Impfung</li></ul></fieldset></div>			<div class="ce_text block">
    						<fieldset>
    							<legend><h2>Öffnungszeiten</h2></legend><!-- TEMPLATE START: vendor/metamodels/attribute_tabletext/src/Resources/contao/templates/mm_attr_tabletext.html5 --><table class="tabletext">    <thead>        <tr>                        <th>Wochentag</th>                        <th>Öffnungszeiten</th>                    </tr>    </thead>    <tbody>		<tr class="odd">	    	    <td>Montag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="even">	    	    <td>Dienstag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="odd">	    	    <td>Mittwoch</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="even">	    	    <td>Donnerstag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="odd">	    	    <td>Freitag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="even">	    	    <td>Samstag</td>	    	    <td>08.00 - 17.00</td>	    	</tr>		<tr class="odd">	    	    <td>Sonntag</td>	    	    <td>Geschlossen</td>	    	</tr>	    </tbody></table><!-- TEMPLATE END: vendor/metamodels/attribute_tabletext/src/Resources/contao/templates/mm_attr_tabletext.html5 --></fieldset></div>			<div class="ce_gallery last block">
    						<fieldset>
    							<legend><h2>Impressionen zu Coop Vitality</h2></legend><!-- TEMPLATE START: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --><ul class="file"><li class=" first even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Apotheken-und-Drogerien.jpg" href="files/microsites/buempliz/400-Gewerbe/Apotheken-und-Drogerien.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Apotheken-und-Drogerien.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Autowerkstatt.jpg" href="files/microsites/buempliz/400-Gewerbe/Autowerkstatt.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Autowerkstatt.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Bank.jpg" href="files/microsites/buempliz/400-Gewerbe/Bank.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Bank.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Bümpliz.jpg" href="files/microsites/buempliz/400-Gewerbe/Bümpliz.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/B%C3%BCmpliz.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Coiffeur.jpg" href="files/microsites/buempliz/400-Gewerbe/Coiffeur.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Coiffeur.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Elektro*n*in*stal*la*tionen.jpg" href="files/microsites/buempliz/400-Gewerbe/Elektro*n*in*stal*la*tionen.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Elektro%C2%ADn%C2%ADin%C2%ADstal%C2%ADla%C2%ADtionen.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Fahrschulen.jpg" href="files/microsites/buempliz/400-Gewerbe/Fahrschulen.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Fahrschulen.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Garage.jpg" href="files/microsites/buempliz/400-Gewerbe/Garage.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Garage.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Kosmetiksalon.jpg" href="files/microsites/buempliz/400-Gewerbe/Kosmetiksalon.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Kosmetiksalon.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Optiker.jpg" href="files/microsites/buempliz/400-Gewerbe/Optiker.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Optiker.jpg" width="1500" height="927" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="pflanzen-und-garten.jpg" href="files/microsites/buempliz/400-Gewerbe/pflanzen-und-garten.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/pflanzen-und-garten.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Rollladen-und-Sonnenstoren.jpg" href="files/microsites/buempliz/400-Gewerbe/Rollladen-und-Sonnenstoren.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Rollladen-und-Sonnenstoren.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Supermarkt.jpg" href="files/microsites/buempliz/400-Gewerbe/Supermarkt.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Supermarkt.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" last odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Versicherungen.jpg" href="files/microsites/buempliz/400-Gewerbe/Versicherungen.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Versicherungen.jpg" width="1500" height="926" alt="">						</a>		</li></ul><!-- TEMPLATE END: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --></fieldset></div>	
    
    			<div class="ce_text block">
    				<fieldset>
    					<legend><h2>Suchbegriffe</h2></legend>
    					Apotheke, Drogerie, Bümpliz, Europaplatz, Grippe-Impfung				</fieldset>
    			</div>
    			
    			46.9396416,7.3859943
    ', true)
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/contao/core-bundle/src/Resources/contao/library/Contao/InsertTags.php:53)
      at Contao\InsertTags->replace('<!-- TEMPLATE START: templates/Buempliz/fe_page.html5 --><!DOCTYPE html>
    <html lang="de">
    <head>
    
          <meta charset="utf-8">
        <title>Coop Vitality - Bümpliz</title>
        <base href="https://www.xn--bmpliz-3ya.ch/">
    
              <meta name="robots" content="noindex,follow">
          <meta name="description" content="Ihre Apotheke am Europaplatz.">
          <meta name="generator" content="Contao Open Source CMS">
        
        <meta name="viewport" content="width=device-width,initial-scale=1.0">        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">[[TL_CSS]]    <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script>window.jQuery || document.write(\'<script src="assets/jquery/js/jquery.min.js">\\x3C/script>\')</script>    [[TL_HEAD]]<!-- TEMPLATE START: templates/Buempliz/analytics_google.html5 --><!-- TEMPLATE END: templates/Buempliz/analytics_google.html5 --><!-- Textarea Zähler  (250 Zeichen) --><script>  function countChar(val) {    var len = val.value.length;    if (len >= 251) {      val.value = val.value.substring(0, 250);    } else {      $(\'#charNum\').text(250 - len);    }  };</script><!-- Favicon --><link rel="icon" type="image/x-icon" href="files/microsites/buempliz/00-Icons/favicon.ico" /><!-- Global site tag (gtag.js) - Google Analytics --><!-- Global site tag (gtag.js) - Google Ads: 1011507348 --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-147425176-1"></script><script>  window.dataLayer = window.dataLayer || [];  function gtag(){dataLayer.push(arguments);}  gtag(\'js\', new Date());  gtag(\'config\', \'UA-147425176-1\');  gtag(\'config\', \'AW-1011507348\');</script><!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);})(window,document,\'script\',\'dataLayer\',\'GTM-NM9CPKZ\');</script><!-- End Google Tag Manager --><!-- GoogleMap --><script type="text/javascript" src="http://maps.google.com/maps/api/js"></script>  
    </head>
    <body id="top" itemscope itemtype="http://schema.org/WebPage">
    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NM9CPKZ"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->
    
          
        <div id="wrapper">
    
                            <header id="header">
                <div class="inside">
                  <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div id="logo">	{{link_open::35}}<img src="files/microsites/buempliz/00-Logo/Logo-definitiv.jpg">{{link_close}}</div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_navigation.html5 --><!-- indexer::stop --><nav class="mod_navigation block" itemscope itemtype="http://schema.org/SiteNavigationElement">    <a href="preview.php/testsite-firmen-detail/coop-vitality-europaplatz-1a-3008-bern#skipNavigation43" class="invisible">Navigation überspringen</a>  <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_1">            <li class="submenu home first"><a href="preview.php/" title="Bümpliz" class="submenu home first" aria-haspopup="true" itemprop="url"><span itemprop="name">Bümpliz</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/ueber-buempliz" title="Über Bümpliz" class="first" itemprop="url"><span itemprop="name">Über Bümpliz</span></a></li>                <li><a href="preview.php/siedlungen" title="Siedlungen" itemprop="url"><span itemprop="name">Siedlungen</span></a></li>                <li class="last"><a href="preview.php/bildergalerie" title="Impressionen" class="last" itemprop="url"><span itemprop="name">Impressionen</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>                <li class="submenu"><a href="preview.php/leben-und-wohnen" title="Leben und Wohnen" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Leben und Wohnen</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/brockenstuben" title="Brockenstuben" class="first" itemprop="url"><span itemprop="name">Brockenstuben</span></a></li>                <li><a href="preview.php/entsorgungskalender" title="Entsorgungskalender" itemprop="url"><span itemprop="name">Entsorgungskalender</span></a></li>                <li><a href="preview.php/gastronomie" title="Gastronomie" itemprop="url"><span itemprop="name">Gastronomie</span></a></li>                <li><a href="preview.php/kindertagesstaetten" title="Kindertagesstätten in Bern West" itemprop="url"><span itemprop="name">Kindertagesstätten</span></a></li>                <li><a href="preview.php/kinder-jugendliche" title="Kinder &amp; Jugendliche" itemprop="url"><span itemprop="name">Kinder & Jugendliche</span></a></li>                <li><a href="preview.php/kirchen" title="Kirchen" itemprop="url"><span itemprop="name">Kirchen</span></a></li>                <li><a href="preview.php/kultur" title="Kulturelles" itemprop="url"><span itemprop="name">Kultur</span></a></li>                <li><a href="preview.php/quartiervereine" title="Quartiervereine" itemprop="url"><span itemprop="name">Quartiervereine</span></a></li>                <li><a href="preview.php/raeume-zum-mieten" title="Räume zum Mieten" itemprop="url"><span itemprop="name">Räume zum Mieten</span></a></li>                <li><a href="preview.php/schulkreise" title="Schulkreise in Bern West" itemprop="url"><span itemprop="name">Schulkreise</span></a></li>                <li><a href="preview.php/sportvereine" title="Sportvereine in Bümpliz" itemprop="url"><span itemprop="name">Sportvereine</span></a></li>                <li><a href="preview.php/standesamt-buempliz" title="Standesamt Bümpliz" itemprop="url"><span itemprop="name">Standesamt Bümpliz</span></a></li>                <li class="last"><a href="preview.php/Wohnen" title="Wohnen in Bümpliz" class="last" itemprop="url"><span itemprop="name">Wohnen</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>                <li class="submenu"><a href="preview.php/du-bisch-buempliz" title="Du bist Bümpliz" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Du bisch Bümpliz</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/buempliz-e-mail-adresse" title="@bümpliz Mail Adresse" class="first last" itemprop="url"><span itemprop="name">@bümpliz Mail Adresse</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>                <li><a href="preview.php/gewerbe" title="Gewerbe" itemprop="url"><span itemprop="name">Gewerbe</span></a></li>                <li class="submenu last"><a href="preview.php/kontakt" title="Kontaktaufnahme" class="submenu last" aria-haspopup="true" itemprop="url"><span itemprop="name">Kontakt</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/die-macher-von-buempliz-ch" title="Die Macher" class="first last" itemprop="url"><span itemprop="name">Die Macher</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 -->  <a id="skipNavigation43" class="invisible">&nbsp;</a></nav><!-- indexer::continue --><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_navigation.html5 --><!-- TEMPLATE START: system/modules/dk_mmenu/templates/modules/mod_mmenu.html5 --><!-- indexer::stop -->	<nav class="mod_mmenu invisible block" id="momenu">			<a href="preview.php/testsite-firmen-detail/coop-vitality-europaplatz-1a-3008-bern#skipNavigation37" class="invisible">Navigation überspringen</a>		<!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_1">            <li class="submenu home first"><a href="preview.php/" title="Bümpliz" class="submenu home first" aria-haspopup="true" itemprop="url"><span itemprop="name">Bümpliz</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/ueber-buempliz" title="Über Bümpliz" class="first" itemprop="url"><span itemprop="name">Über Bümpliz</span></a></li>                <li><a href="preview.php/siedlungen" title="Siedlungen" itemprop="url"><span itemprop="name">Siedlungen</span></a></li>                <li class="last"><a href="preview.php/bildergalerie" title="Impressionen" class="last" itemprop="url"><span itemprop="name">Impressionen</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li class="submenu"><a href="preview.php/leben-und-wohnen" title="Leben und Wohnen" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Leben und Wohnen</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/brockenstuben" title="Brockenstuben" class="first" itemprop="url"><span itemprop="name">Brockenstuben</span></a></li>                <li><a href="preview.php/entsorgungskalender" title="Entsorgungskalender" itemprop="url"><span itemprop="name">Entsorgungskalender</span></a></li>                <li><a href="preview.php/gastronomie" title="Gastronomie" itemprop="url"><span itemprop="name">Gastronomie</span></a></li>                <li><a href="preview.php/kindertagesstaetten" title="Kindertagesstätten in Bern West" itemprop="url"><span itemprop="name">Kindertagesstätten</span></a></li>                <li><a href="preview.php/kinder-jugendliche" title="Kinder &amp; Jugendliche" itemprop="url"><span itemprop="name">Kinder & Jugendliche</span></a></li>                <li><a href="preview.php/kirchen" title="Kirchen" itemprop="url"><span itemprop="name">Kirchen</span></a></li>                <li class="submenu"><a href="preview.php/kultur" title="Kulturelles" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Kultur</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_3">            <li class="first last"><a href="preview.php/musik-aus-bern-west" title="Musik aus Bern-West" class="first last" itemprop="url"><span itemprop="name">Musik aus Bern-West</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li><a href="preview.php/quartiervereine" title="Quartiervereine" itemprop="url"><span itemprop="name">Quartiervereine</span></a></li>                <li><a href="preview.php/raeume-zum-mieten" title="Räume zum Mieten" itemprop="url"><span itemprop="name">Räume zum Mieten</span></a></li>                <li><a href="preview.php/schulkreise" title="Schulkreise in Bern West" itemprop="url"><span itemprop="name">Schulkreise</span></a></li>                <li><a href="preview.php/sportvereine" title="Sportvereine in Bümpliz" itemprop="url"><span itemprop="name">Sportvereine</span></a></li>                <li><a href="preview.php/standesamt-buempliz" title="Standesamt Bümpliz" itemprop="url"><span itemprop="name">Standesamt Bümpliz</span></a></li>                <li class="last"><a href="preview.php/Wohnen" title="Wohnen in Bümpliz" class="last" itemprop="url"><span itemprop="name">Wohnen</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li class="submenu"><a href="preview.php/du-bisch-buempliz" title="Du bist Bümpliz" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Du bisch Bümpliz</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/buempliz-e-mail-adresse" title="@bümpliz Mail Adresse" class="first last" itemprop="url"><span itemprop="name">@bümpliz Mail Adresse</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li><a href="preview.php/gewerbe" title="Gewerbe" itemprop="url"><span itemprop="name">Gewerbe</span></a></li>                <li class="submenu last"><a href="preview.php/kontakt" title="Kontaktaufnahme" class="submenu last" aria-haspopup="true" itemprop="url"><span itemprop="name">Kontakt</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/die-macher-von-buempliz-ch" title="Die Macher" class="first last" itemprop="url"><span itemprop="name">Die Macher</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 -->		<a id="skipNavigation37" class="invisible">&nbsp;</a>	</nav><!-- indexer::continue --><!-- TEMPLATE END: system/modules/dk_mmenu/templates/modules/mod_mmenu.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div id="menuu"><a href="#momenu"><div id="menuuu"><img src="files/microsites/buempliz/00-Icons/menu.png" alt="Drei blaue Balken welche die Navigation der Website symbolisieren." title="Navigations-Menü"></div></a></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_wrapper.html5 --><!-- indexer::stop --><div class="mod_form block">    <form action="preview.php/suche" method="get" enctype="application/x-www-form-urlencoded">    <div class="formbody">                  <!-- TEMPLATE START: templates/Buempliz/form_textfield_suche.html5 --><div class="widget widget-text search">        
      <input type="text" name="keywords" id="ctrl_5" class="text search" value="" placeholder="Suchbegriff">
    </div><!-- TEMPLATE END: templates/Buempliz/form_textfield_suche.html5 -->    </div>  </form></div><!-- indexer::continue --><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_wrapper.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><script>	$(document).ready(function(){$(\'#bildlink\').click(function() {   $(\'#ctrl_5\').fadeIn(3500);   $(\'#bildlink\').click(function() {   $(\'#ctrl_5\').fadeOut(3500);});});});</script><div id="iconnavi">	<ul>		<li><a href="#" id="bildlink">{{image::files/microsites/buempliz/00-Icons/icon-search.png}}</a></li>	</ul></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->            </div>
              </header>
                  
          
                  <div id="container">
    
                          <main id="main">
                  <div class="inside">
                    <!-- TEMPLATE START: templates/Buempliz/mod_breadcrumb.html5 --><!-- indexer::stop --><div class="mod_breadcrumb block">          
      <ul>
      	<li class="breadcrum">Sie befinden sich hier:</li>
                      <li class="first"><a href="preview.php/" title="Bümpliz">
            	<span>Bümpliz</span></a><span> > </span></li>
                            <li class="active last"><span>Testsite firmen Detail</span></li>
                </ul>
    
    </div><!-- indexer::continue --><!-- TEMPLATE END: templates/Buempliz/mod_breadcrumb.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->  <div class="mod_article first last block" id="article-252">              <!-- TEMPLATE START: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/ce_metamodel_list.html5 --><div class="ce_metamodel_content first block">          <!-- TEMPLATE START: templates/Buempliz/metamodel_gewerbe_firmen_details.html5 -->
    <div class="layout_full">
    
    <div class="item first last even">
            	<h1 class="ce_headline first">Coop Vitality</h1>
    			<h2 class="ce_headline first">Ihre Apotheke im Coop</h2>
    			<div class="ce_text block"><p>Ihre Apotheke am Europaplatz.</p></div>
    			<div class="ce_image block">
    				<figure class="image_container">
    					<!-- TEMPLATE START: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --><ul class="file"><li class=" first last even">								<img src="files/microsites/buempliz/400-Gewerbe/Kosmetiksalon.jpg" width="1500" height="926" alt="">					</li></ul><!-- TEMPLATE END: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --></div>
    				</figure>
    			</div>
    			<div class="ce_text block">
    				<fieldset>
    					<legend><h2>Anschrift</h2></legend>
    					<div class="ce_text block">Europaplatz 1a<br>3008 Bern</div>
    					<div class="ce_text block">
    						<span class="info">Telefon:</span><a href="tel:+41318695306" target="_blank">+41318695306</a><br>
    						<span class="info">Website:</span><a hre="https://www.coopvitality.ch/de/coop-vitality-europaplatz" target="_blank">Coop Vitality</a>
    					</div>
    				</fieldset>
    			</div>
    			
    			<div class="ce_text block">
    						<fieldset>
    							<legend><h2>Dienstleistungen</h2></legend><ul><li>AllergieCheck</li><li>Blutdruckmessung</li><li>Darmkrebsvorsorge</li><li>DiabetesCheck</li><li>Elektronischer Impfausweis</li><li>GlutenCheck</li><li>Grippe-Impfung</li><li>Haar-Mineral-Analyse</li><li>Hauslieferdienst</li><li>Hepatitis-Impfung A [&] B</li><li>HerzCheck</li><li>Homöopathie</li><li>Impfen in der Apotheke</li><li>Milchpumpen-Vermietung</li><li>OhrCheck</li><li>Ohrlochstechen</li><li>PolymedikationsCheck</li><li>Spagyros-Mischungen</li><li>Taping</li><li>Zecken-Impfung</li></ul></fieldset></div>			<div class="ce_text block">
    						<fieldset>
    							<legend><h2>Öffnungszeiten</h2></legend><!-- TEMPLATE START: vendor/metamodels/attribute_tabletext/src/Resources/contao/templates/mm_attr_tabletext.html5 --><table class="tabletext">    <thead>        <tr>                        <th>Wochentag</th>                        <th>Öffnungszeiten</th>                    </tr>    </thead>    <tbody>		<tr class="odd">	    	    <td>Montag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="even">	    	    <td>Dienstag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="odd">	    	    <td>Mittwoch</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="even">	    	    <td>Donnerstag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="odd">	    	    <td>Freitag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="even">	    	    <td>Samstag</td>	    	    <td>08.00 - 17.00</td>	    	</tr>		<tr class="odd">	    	    <td>Sonntag</td>	    	    <td>Geschlossen</td>	    	</tr>	    </tbody></table><!-- TEMPLATE END: vendor/metamodels/attribute_tabletext/src/Resources/contao/templates/mm_attr_tabletext.html5 --></fieldset></div>			<div class="ce_gallery last block">
    						<fieldset>
    							<legend><h2>Impressionen zu Coop Vitality</h2></legend><!-- TEMPLATE START: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --><ul class="file"><li class=" first even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Apotheken-und-Drogerien.jpg" href="files/microsites/buempliz/400-Gewerbe/Apotheken-und-Drogerien.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Apotheken-und-Drogerien.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Autowerkstatt.jpg" href="files/microsites/buempliz/400-Gewerbe/Autowerkstatt.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Autowerkstatt.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Bank.jpg" href="files/microsites/buempliz/400-Gewerbe/Bank.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Bank.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Bümpliz.jpg" href="files/microsites/buempliz/400-Gewerbe/Bümpliz.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/B%C3%BCmpliz.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Coiffeur.jpg" href="files/microsites/buempliz/400-Gewerbe/Coiffeur.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Coiffeur.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Elektro*n*in*stal*la*tionen.jpg" href="files/microsites/buempliz/400-Gewerbe/Elektro*n*in*stal*la*tionen.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Elektro%C2%ADn%C2%ADin%C2%ADstal%C2%ADla%C2%ADtionen.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Fahrschulen.jpg" href="files/microsites/buempliz/400-Gewerbe/Fahrschulen.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Fahrschulen.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Garage.jpg" href="files/microsites/buempliz/400-Gewerbe/Garage.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Garage.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Kosmetiksalon.jpg" href="files/microsites/buempliz/400-Gewerbe/Kosmetiksalon.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Kosmetiksalon.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Optiker.jpg" href="files/microsites/buempliz/400-Gewerbe/Optiker.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Optiker.jpg" width="1500" height="927" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="pflanzen-und-garten.jpg" href="files/microsites/buempliz/400-Gewerbe/pflanzen-und-garten.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/pflanzen-und-garten.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Rollladen-und-Sonnenstoren.jpg" href="files/microsites/buempliz/400-Gewerbe/Rollladen-und-Sonnenstoren.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Rollladen-und-Sonnenstoren.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Supermarkt.jpg" href="files/microsites/buempliz/400-Gewerbe/Supermarkt.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Supermarkt.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" last odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Versicherungen.jpg" href="files/microsites/buempliz/400-Gewerbe/Versicherungen.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Versicherungen.jpg" width="1500" height="926" alt="">						</a>		</li></ul><!-- TEMPLATE END: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --></fieldset></div>	
    
    			<div class="ce_text block">
    				<fieldset>
    					<legend><h2>Suchbegriffe</h2></legend>
    					Apotheke, Drogerie, Bümpliz, Europaplatz, Grippe-Impfung				</fieldset>
    			</div>
    			
    			46.9396416,7.3859943
    {{insert_module::109}}
    
    		
    <div class="field ">
    	
    
    <div class="value"> </div>
    
    </div>
    
    
    <div class="actions">
    </div>
    </div>
    </div>
    <!-- TEMPLATE END: templates/Buempliz/metamodel_gewerbe_firmen_details.html5 --></div><!-- TEMPLATE END: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/ce_metamodel_list.html5 --><!-- TEMPLATE START: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/ce_metamodel_list.html5 --><div class="ce_metamodel_content block">          <!-- TEMPLATE START: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/metamodel_prerendered.html5 --><p class="info">Ihre Suche lieferte keine passenden Ergebnisse.</p><!-- TEMPLATE END: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/metamodel_prerendered.html5 --></div><!-- TEMPLATE END: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/ce_metamodel_list.html5 --><!-- TEMPLATE START: system/modules/ajaxform/templates/ajaxform.html5 --><!-- indexer::stop --><div class="ce_form last tableless block"><form action="https://www.xn--bmpliz-3ya.ch/preview.php/testsite-firmen-detail/coop-vitality-europaplatz-1a-3008-bern" method="post" enctype="application/x-www-form-urlencoded"><div class="formbody"><input type="hidden" name="FORM_SUBMIT" value="auto_form_18"><input type="hidden" name="REQUEST_TOKEN" value="{{request_token}}"><input type="hidden" name="MAX_FILE_SIZE" value=""><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_hidden.html5 --><input type="hidden" name="alias" value="{{env::request}}"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_hidden.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_hidden.html5 --><input type="hidden" name="datum" value="{{date::U}}"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_hidden.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_textfield.html5 --><div class="widget widget-text mandatory">        <label for="ctrl_100" class="mandatory">              <span class="invisible">Pflichtfeld </span>Name<span class="mandatory">*</span>          </label>        <input type="text" name="name" id="ctrl_100" class="text mandatory" value="" required></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_textfield.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_textfield.html5 --><div class="widget widget-text mandatory">        <label for="ctrl_101" class="mandatory">              <span class="invisible">Pflichtfeld </span>E-Mail &#40;Wird nicht veröffentlicht&#41;<span class="mandatory">*</span>          </label>        <input type="email" name="email" id="ctrl_101" class="text mandatory" value="" required></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_textfield.html5 --><!-- TEMPLATE START: templates/Buempliz/form_textarea_counter.html5 --><div class="widget widget-textarea mandatory">        <label for="ctrl_102" class="mandatory">
                  <span class="invisible">Pflichtfeld </span>Kommentar<span class="mandatory">*</span>
              </label>
          
      <textarea onkeyup="countChar(this)" name="kommentar" id="ctrl_102" class="textarea mandatory" rows="4" cols="40" required></textarea>
      <p>Verbleibende Zeichen <span id="charNum">250</span> (von 250)</p>
    </div><!-- TEMPLATE END: templates/Buempliz/form_textarea_counter.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_submit.html5 --><div class="widget widget-submit">            <button type="submit" id="ctrl_104" class="submit">Kommentar veröffentlichen</button>  </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_submit.html5 --></div></form><script>(function() {    var form = document.querySelector(\'input[name="FORM_SUBMIT"][value="auto_form_18"]\').form;    if (!form) {        return;    }    var triggeredButton = null;    function request(method, uri, body, callback) {        var body = body || null;        var request = new XMLHttpRequest();        request.open(method, uri, true);        request.setRequestHeader(\'X-Requested-With\', \'XMLHttpRequest\');        request.setRequestHeader(\'Contao-Ajax-Form\', \'auto_form_18\');        form.classList.add(\'ajax-loading\');        request.onload = function() {            form.classList.remove(\'ajax-loading\');            callback.apply(this);            var event = new Event(\'ajax_change\');            form.dispatchEvent(event);            window.dispatchEvent(event);        };        request.send(body)    }    function addButtonEvents(form) {        var buttons = form.querySelectorAll(\'input[type="submit"],button[type="submit"]\');        for (var i=0;i<buttons.length;i++) {            buttons[i].addEventListener(\'click\', function (e) {                triggeredButton = e.currentTarget;            });        }    }    function updateContent(form, data, action) {        var action = action || form.action;        if (\'true\' === data) {            return;        }        form.action = action;        form.innerHTML = data;        addButtonEvents(form);    }    form.addEventListener(\'submit\', function(e) {        e.preventDefault();        var formData = new FormData(form);        if (triggeredButton) {            formData.append(triggeredButton.name, triggeredButton.value);        }        request(\'POST\', form.action, formData, function () {            var location = this.getResponseHeader(\'X-Ajax-Location\');            if (!location) {                updateContent(form, this.responseText);                return;            }            request(\'GET\', location, null, function() {                updateContent(form, this.responseText, location);            });        });    });    addButtonEvents(form);})(); </script></div><!-- indexer::continue --><!-- TEMPLATE END: system/modules/ajaxform/templates/ajaxform.html5 -->          </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->              </div>
                              </main>
              
                                    
                                    
            </div>
          
          
                            <footer id="footer">
                <div class="inside">
                  <!-- TEMPLATE START: system/modules/sharebuttons/templates/mod_sharebuttons.html5 --><!-- indexer::stop --><div class="mod_sharebuttons">        {{sharebuttons::simpleicons_black::sharebuttons_default::facebook:twitter:linkedin:xing:mail:tumblr:pinterest:reddit:whatsapp}}</div><!-- indexer::continue --><!-- TEMPLATE END: system/modules/sharebuttons/templates/mod_sharebuttons.html5 -->            </div>
                <div class="footerinfos">
                	<div class="copyright">© {{date::Y}} by <a href="https://www.domain.ch" target="_blank">domain.ch</a></div>
                	<div class="footerlinks">
    				<ul>
    					<li><a href="https://www.domain.ch/impressum.html" target="_blank" title="Impressum">Impressum</a></li><span> | </span>
    					<li><a href="https://www.domain.ch/kontakt.html" target="_blank" title="Kontakt aufnehmen">Kontakt</a></li><span> | </span>
    					<li><a href="{{link_url::193}}" target="_blank" title="Datenschutzbestimmungen">AGB & Datenschutz</a></li>
    				</ul>
    				</div>
    			</div>
              </footer>
                  
        </div>
    
          
      <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_colorbox.html5 --><script src="assets/colorbox/js/colorbox.min.js?v=1.6.6"></script><script>  jQuery(function($) {    $(\'a[data-lightbox]\').map(function() {      $(this).colorbox({        // Put custom options here        loop: false,        rel: $(this).attr(\'data-lightbox\'),        maxWidth: \'95%\',        maxHeight: \'95%\'      });    });  });</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_colorbox.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_accordion.html5 --><script src="assets/jquery-ui/js/jquery-ui.min.js?v=1.12.1.1"></script><script>  jQuery(function($) {    $(document).accordion({      // Put custom options here      heightStyle: \'content\',      header: \'.toggler\',      collapsible: true,      create: function(event, ui) {        ui.header.addClass(\'active\');        $(\'.toggler\').attr(\'tabindex\', 0);      },      activate: function(event, ui) {        ui.newHeader.addClass(\'active\');        ui.oldHeader.removeClass(\'active\');        $(\'.toggler\').attr(\'tabindex\', 0);      }    });  });</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_accordion.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_tablesort.html5 --><script src="assets/tablesorter/js/tablesorter.min.js?v=2.31.3"></script><script>  jQuery(function($) {    $(\'.ce_table .sortable\').each(function(i, table) {      var attr = $(table).attr(\'data-sort-default\'),          opts = {}, s;      if (attr) {        s = attr.split(\'|\');        opts = { sortList: [[s[0], s[1] == \'desc\' | 0]] };      }      $(table).tablesorter(opts);    });  });</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_tablesort.html5 -->[[TL_JQUERY]]<!-- TEMPLATE START: system/modules/dk_mmenu/templates/jquery/js_mmenu.html5 --><script>(function($) {	var $mmenu = $(\'#\');	$(document).ready(function() {		$mmenu.mmenu({offCanvas: false		}, {			classNames: {				selected: "active"			}		}).removeClass(\'invisible\');	});})(jQuery);</script><!-- TEMPLATE END: system/modules/dk_mmenu/templates/jquery/js_mmenu.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_autofocus.html5 --><script>  (function() {    var p = document.querySelector(\'p.error\') || document.querySelector(\'p.confirm\');    if (p) {      p.scrollIntoView();    }  })();</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_autofocus.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_slider.html5 --><script src="assets/swipe/js/swipe.min.js?v=2.2.0"></script><script>  (function() {    var e = document.querySelectorAll(\'.content-slider, .slider-control\'), c, i;    for (i=0; i<e.length; i+=2) {      c = e[i].getAttribute(\'data-config\').split(\',\');      new Swipe(e[i], {        // Put custom options here        \'auto\': parseInt(c[0]),        \'speed\': parseInt(c[1]),        \'startSlide\': parseInt(c[2]),        \'continuous\': parseInt(c[3]),        \'menu\': e[i+1]      });    }  })();</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_slider.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_highlight.html5 --><script src="assets/highlight/js/highlight.pack.js?v=9.18.0"></script><script>hljs.initHighlightingOnLoad()</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_highlight.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_nocookie.html5 --><script>  (function() {    if (navigator.cookieEnabled) return;    var e = document.querySelectorAll(\'input[name="REQUEST_TOKEN"]\'), t, c, i;    for (i=0; i<e.length; i++) {      c = e[i].parentNode;      if (\'formbody\' !== c.className) return;      t = document.createElement(\'p\');      t.className = \'error nocookie\';      t.innerHTML = \'Sie werden dieses Formular nicht absenden können, da Sie Cookies in Ihrem Browser deaktiviert haben.\';      c.insertBefore(t, c.firstChild);    }  })();</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_nocookie.html5 -->[[TL_BODY]]<script type="application/ld+json">{"@context":{"contao":"https:\\/\\/schema.contao.org\\/"},"@type":"contao:Page","contao:pageId":250,"contao:noSearch":true,"contao:protected":false,"contao:groups":[],"contao:fePreview":false}</script><!-- Form - Label als Placeholder --><!-- Änderung der Klasse --><script language="JavaScript" type="text/javascript">$(\'span.invisible\').remove();$(\'span.mandatory\').remove();</script><!-- Platzierung als Placeholder --><script language="JavaScript" type="text/javascript">$("form :input").each(function(index, elem) {var eId = $(elem).attr("id");var label = null;if (eId && (label = $(elem).parents("form").find("label[for="+eId+"]")).length == 1) {if($(elem).is("select")) $(elem).prepend("<option value disabled selected hidden>"+$(label).html()+"</option>");else $(elem).attr("placeholder", $(label).html());$(label).hide();}}); </script><!-- TEMPLATE START: system/modules/cookiebar/templates/cookiebar.html5 --><!-- indexer::stop --><div class="cookiebar cookiebar--position-bottom" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_35" data-cookiebar-ttl="90">    <div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">        <span class="cookiebar__message">Wir verwenden Cookies und Analyse-Tools, um die Nutzerfreundlichkeit unserer Website zu verbessern.</span>                    <a href="https://www.domain.ch/datenschutz.html" class="cookiebar__link" title="Weitere Informationen">Weitere Informationen</a>            </div>        <button class="cookiebar__button" data-cookiebar-accept>Bestätigen</button></div>    <script src="system/modules/cookiebar/assets/dist/cookiebar.min.js" defer></script><!-- indexer::continue --><!-- TEMPLATE END: system/modules/cookiebar/templates/cookiebar.html5 --></body>
    </html><!-- TEMPLATE END: templates/Buempliz/fe_page.html5 -->', true)
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php:804)
      at Contao\Controller::replaceInsertTags('<!-- TEMPLATE START: templates/Buempliz/fe_page.html5 --><!DOCTYPE html>
    <html lang="de">
    <head>
    
          <meta charset="utf-8">
        <title>Coop Vitality - Bümpliz</title>
        <base href="https://www.xn--bmpliz-3ya.ch/">
    
              <meta name="robots" content="noindex,follow">
          <meta name="description" content="Ihre Apotheke am Europaplatz.">
          <meta name="generator" content="Contao Open Source CMS">
        
        <meta name="viewport" content="width=device-width,initial-scale=1.0">        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">[[TL_CSS]]    <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script>window.jQuery || document.write(\'<script src="assets/jquery/js/jquery.min.js">\\x3C/script>\')</script>    [[TL_HEAD]]<!-- TEMPLATE START: templates/Buempliz/analytics_google.html5 --><!-- TEMPLATE END: templates/Buempliz/analytics_google.html5 --><!-- Textarea Zähler  (250 Zeichen) --><script>  function countChar(val) {    var len = val.value.length;    if (len >= 251) {      val.value = val.value.substring(0, 250);    } else {      $(\'#charNum\').text(250 - len);    }  };</script><!-- Favicon --><link rel="icon" type="image/x-icon" href="files/microsites/buempliz/00-Icons/favicon.ico" /><!-- Global site tag (gtag.js) - Google Analytics --><!-- Global site tag (gtag.js) - Google Ads: 1011507348 --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-147425176-1"></script><script>  window.dataLayer = window.dataLayer || [];  function gtag(){dataLayer.push(arguments);}  gtag(\'js\', new Date());  gtag(\'config\', \'UA-147425176-1\');  gtag(\'config\', \'AW-1011507348\');</script><!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);})(window,document,\'script\',\'dataLayer\',\'GTM-NM9CPKZ\');</script><!-- End Google Tag Manager --><!-- GoogleMap --><script type="text/javascript" src="http://maps.google.com/maps/api/js"></script>  
    </head>
    <body id="top" itemscope itemtype="http://schema.org/WebPage">
    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NM9CPKZ"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->
    
          
        <div id="wrapper">
    
                            <header id="header">
                <div class="inside">
                  <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div id="logo">	{{link_open::35}}<img src="files/microsites/buempliz/00-Logo/Logo-definitiv.jpg">{{link_close}}</div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_navigation.html5 --><!-- indexer::stop --><nav class="mod_navigation block" itemscope itemtype="http://schema.org/SiteNavigationElement">    <a href="preview.php/testsite-firmen-detail/coop-vitality-europaplatz-1a-3008-bern#skipNavigation43" class="invisible">Navigation überspringen</a>  <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_1">            <li class="submenu home first"><a href="preview.php/" title="Bümpliz" class="submenu home first" aria-haspopup="true" itemprop="url"><span itemprop="name">Bümpliz</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/ueber-buempliz" title="Über Bümpliz" class="first" itemprop="url"><span itemprop="name">Über Bümpliz</span></a></li>                <li><a href="preview.php/siedlungen" title="Siedlungen" itemprop="url"><span itemprop="name">Siedlungen</span></a></li>                <li class="last"><a href="preview.php/bildergalerie" title="Impressionen" class="last" itemprop="url"><span itemprop="name">Impressionen</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>                <li class="submenu"><a href="preview.php/leben-und-wohnen" title="Leben und Wohnen" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Leben und Wohnen</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/brockenstuben" title="Brockenstuben" class="first" itemprop="url"><span itemprop="name">Brockenstuben</span></a></li>                <li><a href="preview.php/entsorgungskalender" title="Entsorgungskalender" itemprop="url"><span itemprop="name">Entsorgungskalender</span></a></li>                <li><a href="preview.php/gastronomie" title="Gastronomie" itemprop="url"><span itemprop="name">Gastronomie</span></a></li>                <li><a href="preview.php/kindertagesstaetten" title="Kindertagesstätten in Bern West" itemprop="url"><span itemprop="name">Kindertagesstätten</span></a></li>                <li><a href="preview.php/kinder-jugendliche" title="Kinder &amp; Jugendliche" itemprop="url"><span itemprop="name">Kinder & Jugendliche</span></a></li>                <li><a href="preview.php/kirchen" title="Kirchen" itemprop="url"><span itemprop="name">Kirchen</span></a></li>                <li><a href="preview.php/kultur" title="Kulturelles" itemprop="url"><span itemprop="name">Kultur</span></a></li>                <li><a href="preview.php/quartiervereine" title="Quartiervereine" itemprop="url"><span itemprop="name">Quartiervereine</span></a></li>                <li><a href="preview.php/raeume-zum-mieten" title="Räume zum Mieten" itemprop="url"><span itemprop="name">Räume zum Mieten</span></a></li>                <li><a href="preview.php/schulkreise" title="Schulkreise in Bern West" itemprop="url"><span itemprop="name">Schulkreise</span></a></li>                <li><a href="preview.php/sportvereine" title="Sportvereine in Bümpliz" itemprop="url"><span itemprop="name">Sportvereine</span></a></li>                <li><a href="preview.php/standesamt-buempliz" title="Standesamt Bümpliz" itemprop="url"><span itemprop="name">Standesamt Bümpliz</span></a></li>                <li class="last"><a href="preview.php/Wohnen" title="Wohnen in Bümpliz" class="last" itemprop="url"><span itemprop="name">Wohnen</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>                <li class="submenu"><a href="preview.php/du-bisch-buempliz" title="Du bist Bümpliz" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Du bisch Bümpliz</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/buempliz-e-mail-adresse" title="@bümpliz Mail Adresse" class="first last" itemprop="url"><span itemprop="name">@bümpliz Mail Adresse</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>                <li><a href="preview.php/gewerbe" title="Gewerbe" itemprop="url"><span itemprop="name">Gewerbe</span></a></li>                <li class="submenu last"><a href="preview.php/kontakt" title="Kontaktaufnahme" class="submenu last" aria-haspopup="true" itemprop="url"><span itemprop="name">Kontakt</span></a><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/die-macher-von-buempliz-ch" title="Die Macher" class="first last" itemprop="url"><span itemprop="name">Die Macher</span></a></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 --></li>      </ul><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/navigation/nav_default.html5 -->  <a id="skipNavigation43" class="invisible">&nbsp;</a></nav><!-- indexer::continue --><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_navigation.html5 --><!-- TEMPLATE START: system/modules/dk_mmenu/templates/modules/mod_mmenu.html5 --><!-- indexer::stop -->	<nav class="mod_mmenu invisible block" id="momenu">			<a href="preview.php/testsite-firmen-detail/coop-vitality-europaplatz-1a-3008-bern#skipNavigation37" class="invisible">Navigation überspringen</a>		<!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_1">            <li class="submenu home first"><a href="preview.php/" title="Bümpliz" class="submenu home first" aria-haspopup="true" itemprop="url"><span itemprop="name">Bümpliz</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/ueber-buempliz" title="Über Bümpliz" class="first" itemprop="url"><span itemprop="name">Über Bümpliz</span></a></li>                <li><a href="preview.php/siedlungen" title="Siedlungen" itemprop="url"><span itemprop="name">Siedlungen</span></a></li>                <li class="last"><a href="preview.php/bildergalerie" title="Impressionen" class="last" itemprop="url"><span itemprop="name">Impressionen</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li class="submenu"><a href="preview.php/leben-und-wohnen" title="Leben und Wohnen" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Leben und Wohnen</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first"><a href="preview.php/brockenstuben" title="Brockenstuben" class="first" itemprop="url"><span itemprop="name">Brockenstuben</span></a></li>                <li><a href="preview.php/entsorgungskalender" title="Entsorgungskalender" itemprop="url"><span itemprop="name">Entsorgungskalender</span></a></li>                <li><a href="preview.php/gastronomie" title="Gastronomie" itemprop="url"><span itemprop="name">Gastronomie</span></a></li>                <li><a href="preview.php/kindertagesstaetten" title="Kindertagesstätten in Bern West" itemprop="url"><span itemprop="name">Kindertagesstätten</span></a></li>                <li><a href="preview.php/kinder-jugendliche" title="Kinder &amp; Jugendliche" itemprop="url"><span itemprop="name">Kinder & Jugendliche</span></a></li>                <li><a href="preview.php/kirchen" title="Kirchen" itemprop="url"><span itemprop="name">Kirchen</span></a></li>                <li class="submenu"><a href="preview.php/kultur" title="Kulturelles" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Kultur</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_3">            <li class="first last"><a href="preview.php/musik-aus-bern-west" title="Musik aus Bern-West" class="first last" itemprop="url"><span itemprop="name">Musik aus Bern-West</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li><a href="preview.php/quartiervereine" title="Quartiervereine" itemprop="url"><span itemprop="name">Quartiervereine</span></a></li>                <li><a href="preview.php/raeume-zum-mieten" title="Räume zum Mieten" itemprop="url"><span itemprop="name">Räume zum Mieten</span></a></li>                <li><a href="preview.php/schulkreise" title="Schulkreise in Bern West" itemprop="url"><span itemprop="name">Schulkreise</span></a></li>                <li><a href="preview.php/sportvereine" title="Sportvereine in Bümpliz" itemprop="url"><span itemprop="name">Sportvereine</span></a></li>                <li><a href="preview.php/standesamt-buempliz" title="Standesamt Bümpliz" itemprop="url"><span itemprop="name">Standesamt Bümpliz</span></a></li>                <li class="last"><a href="preview.php/Wohnen" title="Wohnen in Bümpliz" class="last" itemprop="url"><span itemprop="name">Wohnen</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li class="submenu"><a href="preview.php/du-bisch-buempliz" title="Du bist Bümpliz" class="submenu" aria-haspopup="true" itemprop="url"><span itemprop="name">Du bisch Bümpliz</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/buempliz-e-mail-adresse" title="@bümpliz Mail Adresse" class="first last" itemprop="url"><span itemprop="name">@bümpliz Mail Adresse</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>                <li><a href="preview.php/gewerbe" title="Gewerbe" itemprop="url"><span itemprop="name">Gewerbe</span></a></li>                <li class="submenu last"><a href="preview.php/kontakt" title="Kontaktaufnahme" class="submenu last" aria-haspopup="true" itemprop="url"><span itemprop="name">Kontakt</span></a><!-- TEMPLATE START: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --><ul class="level_2">            <li class="first last"><a href="preview.php/die-macher-von-buempliz-ch" title="Die Macher" class="first last" itemprop="url"><span itemprop="name">Die Macher</span></a></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 --></li>      </ul><!-- TEMPLATE END: system/modules/dk_mmenu/templates/navigation/nav_mmenu.html5 -->		<a id="skipNavigation37" class="invisible">&nbsp;</a>	</nav><!-- indexer::continue --><!-- TEMPLATE END: system/modules/dk_mmenu/templates/modules/mod_mmenu.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><div id="menuu"><a href="#momenu"><div id="menuuu"><img src="files/microsites/buempliz/00-Icons/menu.png" alt="Drei blaue Balken welche die Navigation der Website symbolisieren." title="Navigations-Menü"></div></a></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_wrapper.html5 --><!-- indexer::stop --><div class="mod_form block">    <form action="preview.php/suche" method="get" enctype="application/x-www-form-urlencoded">    <div class="formbody">                  <!-- TEMPLATE START: templates/Buempliz/form_textfield_suche.html5 --><div class="widget widget-text search">        
      <input type="text" name="keywords" id="ctrl_5" class="text search" value="" placeholder="Suchbegriff">
    </div><!-- TEMPLATE END: templates/Buempliz/form_textfield_suche.html5 -->    </div>  </form></div><!-- indexer::continue --><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_wrapper.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 --><script>	$(document).ready(function(){$(\'#bildlink\').click(function() {   $(\'#ctrl_5\').fadeIn(3500);   $(\'#bildlink\').click(function() {   $(\'#ctrl_5\').fadeOut(3500);});});});</script><div id="iconnavi">	<ul>		<li><a href="#" id="bildlink">{{image::files/microsites/buempliz/00-Icons/icon-search.png}}</a></li>	</ul></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_html.html5 -->            </div>
              </header>
                  
          
                  <div id="container">
    
                          <main id="main">
                  <div class="inside">
                    <!-- TEMPLATE START: templates/Buempliz/mod_breadcrumb.html5 --><!-- indexer::stop --><div class="mod_breadcrumb block">          
      <ul>
      	<li class="breadcrum">Sie befinden sich hier:</li>
                      <li class="first"><a href="preview.php/" title="Bümpliz">
            	<span>Bümpliz</span></a><span> > </span></li>
                            <li class="active last"><span>Testsite firmen Detail</span></li>
                </ul>
    
    </div><!-- indexer::continue --><!-- TEMPLATE END: templates/Buempliz/mod_breadcrumb.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->  <div class="mod_article first last block" id="article-252">              <!-- TEMPLATE START: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/ce_metamodel_list.html5 --><div class="ce_metamodel_content first block">          <!-- TEMPLATE START: templates/Buempliz/metamodel_gewerbe_firmen_details.html5 -->
    <div class="layout_full">
    
    <div class="item first last even">
            	<h1 class="ce_headline first">Coop Vitality</h1>
    			<h2 class="ce_headline first">Ihre Apotheke im Coop</h2>
    			<div class="ce_text block"><p>Ihre Apotheke am Europaplatz.</p></div>
    			<div class="ce_image block">
    				<figure class="image_container">
    					<!-- TEMPLATE START: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --><ul class="file"><li class=" first last even">								<img src="files/microsites/buempliz/400-Gewerbe/Kosmetiksalon.jpg" width="1500" height="926" alt="">					</li></ul><!-- TEMPLATE END: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --></div>
    				</figure>
    			</div>
    			<div class="ce_text block">
    				<fieldset>
    					<legend><h2>Anschrift</h2></legend>
    					<div class="ce_text block">Europaplatz 1a<br>3008 Bern</div>
    					<div class="ce_text block">
    						<span class="info">Telefon:</span><a href="tel:+41318695306" target="_blank">+41318695306</a><br>
    						<span class="info">Website:</span><a hre="https://www.coopvitality.ch/de/coop-vitality-europaplatz" target="_blank">Coop Vitality</a>
    					</div>
    				</fieldset>
    			</div>
    			
    			<div class="ce_text block">
    						<fieldset>
    							<legend><h2>Dienstleistungen</h2></legend><ul><li>AllergieCheck</li><li>Blutdruckmessung</li><li>Darmkrebsvorsorge</li><li>DiabetesCheck</li><li>Elektronischer Impfausweis</li><li>GlutenCheck</li><li>Grippe-Impfung</li><li>Haar-Mineral-Analyse</li><li>Hauslieferdienst</li><li>Hepatitis-Impfung A [&] B</li><li>HerzCheck</li><li>Homöopathie</li><li>Impfen in der Apotheke</li><li>Milchpumpen-Vermietung</li><li>OhrCheck</li><li>Ohrlochstechen</li><li>PolymedikationsCheck</li><li>Spagyros-Mischungen</li><li>Taping</li><li>Zecken-Impfung</li></ul></fieldset></div>			<div class="ce_text block">
    						<fieldset>
    							<legend><h2>Öffnungszeiten</h2></legend><!-- TEMPLATE START: vendor/metamodels/attribute_tabletext/src/Resources/contao/templates/mm_attr_tabletext.html5 --><table class="tabletext">    <thead>        <tr>                        <th>Wochentag</th>                        <th>Öffnungszeiten</th>                    </tr>    </thead>    <tbody>		<tr class="odd">	    	    <td>Montag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="even">	    	    <td>Dienstag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="odd">	    	    <td>Mittwoch</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="even">	    	    <td>Donnerstag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="odd">	    	    <td>Freitag</td>	    	    <td>07.00 - 20.00</td>	    	</tr>		<tr class="even">	    	    <td>Samstag</td>	    	    <td>08.00 - 17.00</td>	    	</tr>		<tr class="odd">	    	    <td>Sonntag</td>	    	    <td>Geschlossen</td>	    	</tr>	    </tbody></table><!-- TEMPLATE END: vendor/metamodels/attribute_tabletext/src/Resources/contao/templates/mm_attr_tabletext.html5 --></fieldset></div>			<div class="ce_gallery last block">
    						<fieldset>
    							<legend><h2>Impressionen zu Coop Vitality</h2></legend><!-- TEMPLATE START: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --><ul class="file"><li class=" first even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Apotheken-und-Drogerien.jpg" href="files/microsites/buempliz/400-Gewerbe/Apotheken-und-Drogerien.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Apotheken-und-Drogerien.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Autowerkstatt.jpg" href="files/microsites/buempliz/400-Gewerbe/Autowerkstatt.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Autowerkstatt.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Bank.jpg" href="files/microsites/buempliz/400-Gewerbe/Bank.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Bank.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Bümpliz.jpg" href="files/microsites/buempliz/400-Gewerbe/Bümpliz.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/B%C3%BCmpliz.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Coiffeur.jpg" href="files/microsites/buempliz/400-Gewerbe/Coiffeur.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Coiffeur.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Elektro*n*in*stal*la*tionen.jpg" href="files/microsites/buempliz/400-Gewerbe/Elektro*n*in*stal*la*tionen.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Elektro%C2%ADn%C2%ADin%C2%ADstal%C2%ADla%C2%ADtionen.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Fahrschulen.jpg" href="files/microsites/buempliz/400-Gewerbe/Fahrschulen.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Fahrschulen.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Garage.jpg" href="files/microsites/buempliz/400-Gewerbe/Garage.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Garage.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Kosmetiksalon.jpg" href="files/microsites/buempliz/400-Gewerbe/Kosmetiksalon.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Kosmetiksalon.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Optiker.jpg" href="files/microsites/buempliz/400-Gewerbe/Optiker.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Optiker.jpg" width="1500" height="927" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="pflanzen-und-garten.jpg" href="files/microsites/buempliz/400-Gewerbe/pflanzen-und-garten.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/pflanzen-und-garten.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Rollladen-und-Sonnenstoren.jpg" href="files/microsites/buempliz/400-Gewerbe/Rollladen-und-Sonnenstoren.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Rollladen-und-Sonnenstoren.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" even">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Supermarkt.jpg" href="files/microsites/buempliz/400-Gewerbe/Supermarkt.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Supermarkt.jpg" width="1500" height="926" alt="">						</a>		</li><li class=" last odd">							<a class="cboxElement" data-lightbox="lbmm_gewerbe_firmen.53.1" title="Versicherungen.jpg" href="files/microsites/buempliz/400-Gewerbe/Versicherungen.jpg">									<img src="files/microsites/buempliz/400-Gewerbe/Versicherungen.jpg" width="1500" height="926" alt="">						</a>		</li></ul><!-- TEMPLATE END: vendor/metamodels/attribute_file/src/Resources/contao/templates/mm_attr_file.html5 --></fieldset></div>	
    
    			<div class="ce_text block">
    				<fieldset>
    					<legend><h2>Suchbegriffe</h2></legend>
    					Apotheke, Drogerie, Bümpliz, Europaplatz, Grippe-Impfung				</fieldset>
    			</div>
    			
    			46.9396416,7.3859943
    {{insert_module::109}}
    
    		
    <div class="field ">
    	
    
    <div class="value"> </div>
    
    </div>
    
    
    <div class="actions">
    </div>
    </div>
    </div>
    <!-- TEMPLATE END: templates/Buempliz/metamodel_gewerbe_firmen_details.html5 --></div><!-- TEMPLATE END: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/ce_metamodel_list.html5 --><!-- TEMPLATE START: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/ce_metamodel_list.html5 --><div class="ce_metamodel_content block">          <!-- TEMPLATE START: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/metamodel_prerendered.html5 --><p class="info">Ihre Suche lieferte keine passenden Ergebnisse.</p><!-- TEMPLATE END: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/metamodel_prerendered.html5 --></div><!-- TEMPLATE END: vendor/metamodels/core/src/CoreBundle/Resources/contao/templates/ce_metamodel_list.html5 --><!-- TEMPLATE START: system/modules/ajaxform/templates/ajaxform.html5 --><!-- indexer::stop --><div class="ce_form last tableless block"><form action="https://www.xn--bmpliz-3ya.ch/preview.php/testsite-firmen-detail/coop-vitality-europaplatz-1a-3008-bern" method="post" enctype="application/x-www-form-urlencoded"><div class="formbody"><input type="hidden" name="FORM_SUBMIT" value="auto_form_18"><input type="hidden" name="REQUEST_TOKEN" value="{{request_token}}"><input type="hidden" name="MAX_FILE_SIZE" value=""><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_hidden.html5 --><input type="hidden" name="alias" value="{{env::request}}"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_hidden.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_hidden.html5 --><input type="hidden" name="datum" value="{{date::U}}"><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_hidden.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_textfield.html5 --><div class="widget widget-text mandatory">        <label for="ctrl_100" class="mandatory">              <span class="invisible">Pflichtfeld </span>Name<span class="mandatory">*</span>          </label>        <input type="text" name="name" id="ctrl_100" class="text mandatory" value="" required></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_textfield.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_textfield.html5 --><div class="widget widget-text mandatory">        <label for="ctrl_101" class="mandatory">              <span class="invisible">Pflichtfeld </span>E-Mail &#40;Wird nicht veröffentlicht&#41;<span class="mandatory">*</span>          </label>        <input type="email" name="email" id="ctrl_101" class="text mandatory" value="" required></div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_textfield.html5 --><!-- TEMPLATE START: templates/Buempliz/form_textarea_counter.html5 --><div class="widget widget-textarea mandatory">        <label for="ctrl_102" class="mandatory">
                  <span class="invisible">Pflichtfeld </span>Kommentar<span class="mandatory">*</span>
              </label>
          
      <textarea onkeyup="countChar(this)" name="kommentar" id="ctrl_102" class="textarea mandatory" rows="4" cols="40" required></textarea>
      <p>Verbleibende Zeichen <span id="charNum">250</span> (von 250)</p>
    </div><!-- TEMPLATE END: templates/Buempliz/form_textarea_counter.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_submit.html5 --><div class="widget widget-submit">            <button type="submit" id="ctrl_104" class="submit">Kommentar veröffentlichen</button>  </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/forms/form_submit.html5 --></div></form><script>(function() {    var form = document.querySelector(\'input[name="FORM_SUBMIT"][value="auto_form_18"]\').form;    if (!form) {        return;    }    var triggeredButton = null;    function request(method, uri, body, callback) {        var body = body || null;        var request = new XMLHttpRequest();        request.open(method, uri, true);        request.setRequestHeader(\'X-Requested-With\', \'XMLHttpRequest\');        request.setRequestHeader(\'Contao-Ajax-Form\', \'auto_form_18\');        form.classList.add(\'ajax-loading\');        request.onload = function() {            form.classList.remove(\'ajax-loading\');            callback.apply(this);            var event = new Event(\'ajax_change\');            form.dispatchEvent(event);            window.dispatchEvent(event);        };        request.send(body)    }    function addButtonEvents(form) {        var buttons = form.querySelectorAll(\'input[type="submit"],button[type="submit"]\');        for (var i=0;i<buttons.length;i++) {            buttons[i].addEventListener(\'click\', function (e) {                triggeredButton = e.currentTarget;            });        }    }    function updateContent(form, data, action) {        var action = action || form.action;        if (\'true\' === data) {            return;        }        form.action = action;        form.innerHTML = data;        addButtonEvents(form);    }    form.addEventListener(\'submit\', function(e) {        e.preventDefault();        var formData = new FormData(form);        if (triggeredButton) {            formData.append(triggeredButton.name, triggeredButton.value);        }        request(\'POST\', form.action, formData, function () {            var location = this.getResponseHeader(\'X-Ajax-Location\');            if (!location) {                updateContent(form, this.responseText);                return;            }            request(\'GET\', location, null, function() {                updateContent(form, this.responseText, location);            });        });    });    addButtonEvents(form);})(); </script></div><!-- indexer::continue --><!-- TEMPLATE END: system/modules/ajaxform/templates/ajaxform.html5 -->          </div><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/modules/mod_article.html5 -->              </div>
                              </main>
              
                                    
                                    
            </div>
          
          
                            <footer id="footer">
                <div class="inside">
                  <!-- TEMPLATE START: system/modules/sharebuttons/templates/mod_sharebuttons.html5 --><!-- indexer::stop --><div class="mod_sharebuttons">        {{sharebuttons::simpleicons_black::sharebuttons_default::facebook:twitter:linkedin:xing:mail:tumblr:pinterest:reddit:whatsapp}}</div><!-- indexer::continue --><!-- TEMPLATE END: system/modules/sharebuttons/templates/mod_sharebuttons.html5 -->            </div>
                <div class="footerinfos">
                	<div class="copyright">© {{date::Y}} by <a href="https://www.domain.ch" target="_blank">Webagentur </a></div>
                	<div class="footerlinks">
    				<ul>
    					<li><a href="https://www.domain.ch/impressum.html" target="_blank" title="Impressum">Impressum</a></li><span> | </span>
    					<li><a href="https://www.domain.ch/kontakt.html" target="_blank" title="Kontakt aufnehmen">Kontakt</a></li><span> | </span>
    					<li><a href="{{link_url::193}}" target="_blank" title="Datenschutzbestimmungen">AGB & Datenschutz</a></li>
    				</ul>
    				</div>
    			</div>
              </footer>
                  
        </div>
    
          
      <!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_colorbox.html5 --><script src="assets/colorbox/js/colorbox.min.js?v=1.6.6"></script><script>  jQuery(function($) {    $(\'a[data-lightbox]\').map(function() {      $(this).colorbox({        // Put custom options here        loop: false,        rel: $(this).attr(\'data-lightbox\'),        maxWidth: \'95%\',        maxHeight: \'95%\'      });    });  });</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_colorbox.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_accordion.html5 --><script src="assets/jquery-ui/js/jquery-ui.min.js?v=1.12.1.1"></script><script>  jQuery(function($) {    $(document).accordion({      // Put custom options here      heightStyle: \'content\',      header: \'.toggler\',      collapsible: true,      create: function(event, ui) {        ui.header.addClass(\'active\');        $(\'.toggler\').attr(\'tabindex\', 0);      },      activate: function(event, ui) {        ui.newHeader.addClass(\'active\');        ui.oldHeader.removeClass(\'active\');        $(\'.toggler\').attr(\'tabindex\', 0);      }    });  });</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_accordion.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_tablesort.html5 --><script src="assets/tablesorter/js/tablesorter.min.js?v=2.31.3"></script><script>  jQuery(function($) {    $(\'.ce_table .sortable\').each(function(i, table) {      var attr = $(table).attr(\'data-sort-default\'),          opts = {}, s;      if (attr) {        s = attr.split(\'|\');        opts = { sortList: [[s[0], s[1] == \'desc\' | 0]] };      }      $(table).tablesorter(opts);    });  });</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/jquery/j_tablesort.html5 -->[[TL_JQUERY]]<!-- TEMPLATE START: system/modules/dk_mmenu/templates/jquery/js_mmenu.html5 --><script>(function($) {	var $mmenu = $(\'#\');	$(document).ready(function() {		$mmenu.mmenu({offCanvas: false		}, {			classNames: {				selected: "active"			}		}).removeClass(\'invisible\');	});})(jQuery);</script><!-- TEMPLATE END: system/modules/dk_mmenu/templates/jquery/js_mmenu.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_autofocus.html5 --><script>  (function() {    var p = document.querySelector(\'p.error\') || document.querySelector(\'p.confirm\');    if (p) {      p.scrollIntoView();    }  })();</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_autofocus.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_slider.html5 --><script src="assets/swipe/js/swipe.min.js?v=2.2.0"></script><script>  (function() {    var e = document.querySelectorAll(\'.content-slider, .slider-control\'), c, i;    for (i=0; i<e.length; i+=2) {      c = e[i].getAttribute(\'data-config\').split(\',\');      new Swipe(e[i], {        // Put custom options here        \'auto\': parseInt(c[0]),        \'speed\': parseInt(c[1]),        \'startSlide\': parseInt(c[2]),        \'continuous\': parseInt(c[3]),        \'menu\': e[i+1]      });    }  })();</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_slider.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_highlight.html5 --><script src="assets/highlight/js/highlight.pack.js?v=9.18.0"></script><script>hljs.initHighlightingOnLoad()</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_highlight.html5 --><!-- TEMPLATE START: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_nocookie.html5 --><script>  (function() {    if (navigator.cookieEnabled) return;    var e = document.querySelectorAll(\'input[name="REQUEST_TOKEN"]\'), t, c, i;    for (i=0; i<e.length; i++) {      c = e[i].parentNode;      if (\'formbody\' !== c.className) return;      t = document.createElement(\'p\');      t.className = \'error nocookie\';      t.innerHTML = \'Sie werden dieses Formular nicht absenden können, da Sie Cookies in Ihrem Browser deaktiviert haben.\';      c.insertBefore(t, c.firstChild);    }  })();</script><!-- TEMPLATE END: vendor/contao/core-bundle/src/Resources/contao/templates/js/js_nocookie.html5 -->[[TL_BODY]]<script type="application/ld+json">{"@context":{"contao":"https:\\/\\/schema.contao.org\\/"},"@type":"contao:Page","contao:pageId":250,"contao:noSearch":true,"contao:protected":false,"contao:groups":[],"contao:fePreview":false}</script><!-- Form - Label als Placeholder --><!-- Änderung der Klasse --><script language="JavaScript" type="text/javascript">$(\'span.invisible\').remove();$(\'span.mandatory\').remove();</script><!-- Platzierung als Placeholder --><script language="JavaScript" type="text/javascript">$("form :input").each(function(index, elem) {var eId = $(elem).attr("id");var label = null;if (eId && (label = $(elem).parents("form").find("label[for="+eId+"]")).length == 1) {if($(elem).is("select")) $(elem).prepend("<option value disabled selected hidden>"+$(label).html()+"</option>");else $(elem).attr("placeholder", $(label).html());$(label).hide();}}); </script><!-- TEMPLATE START: system/modules/cookiebar/templates/cookiebar.html5 --><!-- indexer::stop --><div class="cookiebar cookiebar--position-bottom" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_35" data-cookiebar-ttl="90">    <div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">        <span class="cookiebar__message">Wir verwenden Cookies und Analyse-Tools, um die Nutzerfreundlichkeit unserer Website zu verbessern.</span>                    <a href="https://www.domain.ch/datenschutz.html" class="cookiebar__link" title="Weitere Informationen">Weitere Informationen</a>            </div>        <button class="cookiebar__button" data-cookiebar-accept>Bestätigen</button></div>    <script src="system/modules/cookiebar/assets/dist/cookiebar.min.js" defer></script><!-- indexer::continue --><!-- TEMPLATE END: system/modules/cookiebar/templates/cookiebar.html5 --></body>
    </html><!-- TEMPLATE END: templates/Buempliz/fe_page.html5 -->')
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/contao/core-bundle/src/Resources/contao/classes/FrontendTemplate.php:128)
      at Contao\FrontendTemplate->compile()
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Template.php:319)
      at Contao\Template->getResponse()
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/contao/core-bundle/src/Resources/contao/classes/FrontendTemplate.php:86)
      at Contao\FrontendTemplate->getResponse(true)
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/contao/core-bundle/src/Resources/contao/pages/PageRegular.php:50)
      at Contao\PageRegular->getResponse(object(PageModel), true)
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:339)
      at Contao\FrontendIndex->renderPage(object(PageModel))
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/symfony/http-kernel/HttpKernel.php:158)
      at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/symfony/http-kernel/HttpKernel.php:80)
      at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
         (/var/www/vhosts/domain.net/httpdocs/microsites/vendor/symfony/http-kernel/Kernel.php:201)
      at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
         (/var/www/vhosts/domain.net/httpdocs/microsites/web/preview.php:31)

  14. #14
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.681
    User beschenken
    Wunschliste

    Standard

    Bitte poste noch alle Versionsdaten - siehe https://community.contao.org/de/show...-in-MetaModels

    am Besten auf Konsole "php web/contao-manager.phar.php composer show"

  15. #15
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Das ist der momentane Stand:
    Contao 4.9.5
    MetaModels Core 2.1
    Leaflet MetaModels Integration dev-master
    PHP-Version 7.3.21
    Ausführung als: FPM-Anwendung von nginx
    memory_limit 8192M

  16. #16
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.681
    User beschenken
    Wunschliste

    Standard

    btw: ich bin nicht auf der Suche nach einer Beschäftigungstherapie!

    https://community.contao.org/de/show...l=1#post530753

  17. #17
    Contao-Urgestein
    Registriert seit
    29.10.2009.
    Ort
    Magdeburg
    Beiträge
    2.020
    Partner-ID
    626
    User beschenken
    Wunschliste

    Standard

    Bitte leere den Cache auch in der DEV-Umgebung, bevor du den Test durchführst. Die Fehlermeldung deutet darauf hin, dass dies nicht erfolgte.

  18. #18
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Zitat Zitat von zonky Beitrag anzeigen
    btw: ich bin nicht auf der Suche nach einer Beschäftigungstherapie!

    https://community.contao.org/de/show...l=1#post530753
    Ich gehe schwer davon aus, dass sich hier kaum wer Arbeit zur Beschäftigungstherapie sucht. Es tut mir sehr leid, falls ich dieses Gefühl erwecke! Auch wenn ich gerne alles verstehen würde, komme ich halt an meine Grenzen, bin nur Mensch. Ich schätze alle die helfen und bin auch sehr dankbar dafür!

    Was von meiner Seite her sicher nie beabsichtigt war, dass ich mit meinen Fragen und Angaben jemandem auf den Schlips trete. Falls das dennoch der Fall war -> Sorry!


    Zitat Zitat von webstar
    Bitte leere den Cache auch in der DEV-Umgebung, bevor du den Test durchführst. Die Fehlermeldung deutet darauf hin, dass dies nicht erfolgte.
    Diese Umsetzung mache ich auf der Liveumgebung. Die Caches habe ich alle gelöscht und den Test neu durchgeführt = selbes Ergebnis.

    Was kann ich den noch tun? Sorry, aber das übersteigt leider meine Fähigkeiten.

  19. #19
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Habe gesehen, dass es in MM ja ein leaflet-Attribut gibt. Muss ich dieses verwenden um die Karte anzuzeigen/auszugeben oder sollte das wie auf meinem Weg oben, per FE-Modul auch machbar sein?

  20. #20
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.681
    User beschenken
    Wunschliste

    Standard

    Zitat Zitat von Dee Beitrag anzeigen
    Auch wenn ich gerne alles verstehen würde, komme ich halt an meine Grenzen, bin nur Mensch.
    an sich kein Problem - wenn ich einen Hinweis auf Deine Arbeitsumgebung gebe - gilt das auch für einen neuen Thread (mit der selben Umgebung)

  21. #21
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Zitat Zitat von zonky Beitrag anzeigen
    an sich kein Problem - wenn ich einen Hinweis auf Deine Arbeitsumgebung gebe - gilt das auch für einen neuen Thread (mit der selben Umgebung)
    Ok, jetzt ist bei mir der Groschen gefallen. Danke! War fälschlicherweise davon ausgegangen, dass es sich dabei um die handhabung auf Grund des Moduls- und nicht der Umgebung handelte

  22. #22
    Contao-Urgestein
    Registriert seit
    29.10.2009.
    Ort
    Magdeburg
    Beiträge
    2.020
    Partner-ID
    626
    User beschenken
    Wunschliste

    Standard

    Zitat Zitat von Dee Beitrag anzeigen
    Habe gesehen, dass es in MM ja ein leaflet-Attribut gibt. Muss ich dieses verwenden um die Karte anzuzeigen/auszugeben oder sollte das wie auf meinem Weg oben, per FE-Modul auch machbar sein?
    Das Leaflet-Attribut integriert eine Karte als MM-Attribut. Das ist dafür gedacht, wenn man verschiedene Karten verschiedenen MM-Einträgen zuweisen möchte. An sich ist der Weg über das FE-Modul der gängigere Weg.

    Bitte leere den Cache auch in der DEV-Umgebung, bevor du den Test durchführst. Die Fehlermeldung deutet darauf hin, dass dies nicht erfolgte.
    Im Contao Manager kann man den Cache der Produktionsumgebung sowie der DEV-Umgebung erneuern. Das hat nichts mit deiner Liveumgebung zu tun.

  23. #23
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Habe heute morgen nun mal die weiteren drei Pakete die zur Verfügung stehen installiert.
    Anschliessend wurde der gesamte Cache über den Contao Manager gelöscht.

    Nun habe ich eine Testseite erstellt und da per CE und auch per FE-Modul die Karte eingebunden.

    Resultat ist, dass keine Fehlermeldung mehr erscheint, jedoch bei beiden Varianten die Karte ausgegraut erscheint: [ATTACH=CONFIG]Karte[/ATTACH]

    Fehlt da allenfalls in der Konfiguration noch etwas?
    Angehängte Grafiken Angehängte Grafiken

  24. #24
    Contao-Urgestein
    Registriert seit
    29.10.2009.
    Ort
    Magdeburg
    Beiträge
    2.020
    Partner-ID
    626
    User beschenken
    Wunschliste

    Standard

    Zitat Zitat von Dee Beitrag anzeigen
    Fehlt da allenfalls in der Konfiguration noch etwas?
    Da ich deine Konfiguration nicht kenne, gut möglich. ;-)

    Folgendes ist nötig:

    1. Kartenlayer mit den Karten-Tiles muss eingebunden sein (Empfehlung Vordefinierte Karte vom Typ Open Street Map))
    2. Kartenlayer müssen Karte zugewiesen werden
    3. Initiales Zoom-Level auf Karte setzen nicht vergessen
    4. Sicherstellen, dass keine JS-Fehler in der Browserkonsole auftauchen. Die MM-Integration ist komplex, wenn da was schief geht, lädt er die u.U. weitere Layer nicht

  25. #25
    Contao-Fan
    Registriert seit
    17.10.2012.
    Ort
    Bern - Schweiz
    Beiträge
    443

    Standard

    Gestern hatte ich es irgendwie soweit hingekriegt, das die Karte angezeigt wurde, jedoch ohne Marker und dynamisch aufbereitet war sie auch noch nicht. Ich glaube ich war kurz vor dem Haarausfall

    Ehrlich gesagt hatte ich mir das Ganze mit den Modulen GoogleMap und dann Leaflet einfacher vorgestellt

    Schlussendlich hat es mich dazu getrieben, mich bei Google & GeoCode etwas schlau zu machen. Habe mir dann in kürzester Zeit eine simple aber funktionierende Lösung zusammengezimmert. Diese kann man sicher noch optimieren und auch erweitern (jedenfalls werde ich es versuchen), zum Beispiel mit der Umwandlung von Adressen in GeoCodes, Fehlermeldungen reinpacken usw.


    Key hinterlegen -> im Layout unter "Zusätzliche <head>-Tags":

    Code:
     <script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
        <script 
          src="https://maps.googleapis.com/maps/api/js?key=DEINEN-API-KEY-EINTRAGEN&callback=initMap&libraries=&v=weekly"
          defer
        ></script>
    In meinem angepassten Template, habe ich dann noch die Map eingebunden und die Daten aus Metamodels an die Map übergeben:

    Code:
    <div class="map">
      <?php $koords = $arrItem['raw']['koords']; ?>
      <?php $strasse = $arrItem['raw']['tl_strasse']; ?>
      <?php $plz = $arrItem['raw']['tl_plz']; ?>
      <?php $ort = $arrItem['raw']['tl_ort']; ?>
    			
    <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
    <div style="width:600px;height:500px" id="gmeg_map_canvas"></div>
    
    <script>
    var gmegMap, gmegMarker, gmegInfoWindow, gmegLatLng;function gmegInitializeMap(){gmegLatLng = new google.maps.LatLng(<?php echo $koords; ?>);
    gmegMap = new google.maps.Map(document.getElementById("gmeg_map_canvas"),{zoom:15,center:gmegLatLng,mapTypeId:google.maps.MapTypeId.ROADMAP});
    gmegMarker = new google.maps.Marker({map:gmegMap,position:gmegLatLng});
    gmegInfoWindow = new google.maps.InfoWindow({content:'<b></b><br><?php echo $strasse; ?><br><?php echo $plz; ?> <?php echo $ort; ?>'});
    gmegInfoWindow.open(gmegMap,gmegMarker);}google.maps.event.addDomListener(window,"load",gmegInitializeMap);
    </script>	
    </div>

  26. #26
    Contao-Urgestein Avatar von zonky
    Registriert seit
    19.03.2010.
    Ort
    Berlin, Rdf
    Beiträge
    9.681
    User beschenken
    Wunschliste

    Standard

    Links in #2 korrigiert

    im Prinzip das Vorgehen von Christian...

    letztendlich ist es immer der selbe Weg bei sochen Sachen

    * eigenes MM-Template anlegen
    * JS mit festen Werten einbauen z.B. Diagramme, Timeline, Maps, dyn. SVG...
    * checken..
    * feste Werte mit dynamsichen Sachen aus MM ersetzen
    * freuen

  27. #27

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •