
{"id":43105,"date":"2022-01-19T10:01:41","date_gmt":"2022-01-19T09:01:41","guid":{"rendered":"https:\/\/animap.ch\/?post_type=eintrag&#038;p=43105"},"modified":"2022-01-19T12:07:31","modified_gmt":"2022-01-19T11:07:31","slug":"vonlanthen-insight","status":"publish","type":"eintrag","link":"https:\/\/animap.ch\/fr\/eintrag\/vonlanthen-insight\/","title":{"rendered":"Vonlanthen INSIGHT"},"content":{"rendered":"<img loading=\"lazy\" decoding=\"async\" width=\"283\" height=\"100\" src=\"https:\/\/animap.ch\/wp-content\/uploads\/2022\/01\/VonlanthenINSIGHT.png\" class=\" size-medium wp-post-image\" alt=\"\" style=\" margin-bottom:5px\" \/><div class=\"animap-contact\"><span class=\"icon-column dashicons dashicons-location-alt\"><\/span><span class=\"data-column address\">Gewerbestrasse 11<\/span><span class=\"icon-column\"><\/span><span class=\"data-column town\">8162 Steinmaur<\/span><span class=\"icon-column dashicons dashicons-tag\"><\/span><span class=\"data-column phone\">Industrie et \u00e9conomie<\/span><\/div><p>Um gemeinsam etwas schaffen zu k\u00f6nnen, verlangt nach Grundlagen.<br \/>\nDas versinnbildlicht mein Leitgedanke: Miteinander beginnt immer bei mir selbst\u2026<\/p>\n<p>Ich bin in folgenden Gebieten t\u00e4tig:<\/p>\n<p>\u2013 Projektmanagement<br \/>\nIch habe Projekte, Produkte und Konzepte in den Branchen ICT, Sicherheit, Industrie und Bau realisiert.<br \/>\nVon Business Plan, Gesch\u00e4ftsprozessen, Sicherheitskonzepten, \u00f6ffentlichen Ausschreibungen bis zur Bauherrenvertretung.<\/p>\n<p>\u2013 Training<br \/>\nF\u00fcr die gemeinsame Arbeit hilfreiche Grundlagen zum \u201ecooperate &amp; collaborate\u201c.<br \/>\nSchwerpunkte des Programms sind:<br \/>\n1) Selbstverst\u00e4ndnis \u2013 Vorstellungen, Interaktion, Rechte &amp; Pflichten<br \/>\n2) Kommunikation \u2013 Gespr\u00e4che vorbereiten, f\u00fchren<br \/>\n3) Ziele \u2013 Ziele formulieren und vereinbaren<br \/>\n4) Introspektion \u2013 Resultate reflektieren<\/p>\n<p>\u2013 Impulse<br \/>\nMit Referaten setze ich Impulse zu den Grundlagen im Miteinander.<\/p>\n<p>Gerne gebe ich pers\u00f6nlich weitere Ausk\u00fcnfte ob und wie wir zusammenarbeiten k\u00f6nnen.<\/p>\n<div class=\"leaflet-map WPLeafletMap\" style=\"height:650px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function () {\/*<script>*\/\nvar baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png';\nvar base = (!baseUrl && window.MQ) ? \n    window.MQ.mapLayer() : L.tileLayer(baseUrl, \n        L.Util.extend({}, {\n            detectRetina: 0,\n            minZoom: 0,\n            maxZoom: 20,\n        }, \n        {\"subdomains\":\"abc\",\"noWrap\":false}        )\n    );\nvar options = L.Util.extend({}, {\n        maxZoom: 20,\n        minZoom: 0,\n        layers: [base],\n        zoomControl: 0,\n        scrollWheelZoom: 1,\n        doubleClickZoom: 0,\n        attributionControl: false\n    }, \n    {\"touchZoom\":true,\"fitBounds\":false,\"attribution\":\"&copy; <a href=\\\"https:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"}, \n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([47.488952118278,8.4472525119782],15);});<\/script><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function () {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = (function () {\n    var _options = {};\n    var iconArrays = [\n        'iconSize', \n        'iconAnchor', \n        'shadowSize', \n        'shadowAnchor',\n        'popupAnchor'\n    ];\n    var default_icon = L.Icon.Default.prototype.options;\n    if (_options.iconUrl) {\n        \/\/ arrays are strings, unfortunately...\n        for (var i = 0, len = iconArrays.length; i < len; i++) {\n            var option_name = iconArrays[i];\n            var option = _options[ option_name ];\n            \/\/ convert \"1,2\" to [1, 2];\n            if (option) {\n                var arr = option.join('').split(',');\n                \/\/ array.map for ie<9\n                for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\n                    arr[j] = Number(arr[j]);\n                }\n                _options[ option_name ] = arr;\n            }\n        }\n        \/\/ default popupAnchor\n        if (!_options.popupAnchor) {\n            \/\/ set (roughly) to size of icon\n            _options.popupAnchor = (function (i_size) {\n                \/\/ copy array\n                i_size = i_size.slice();\n                \n                \/\/ inverse coordinates\n                i_size[0] = 0;\n                i_size[1] *= -1;\n                \/\/ bottom position on popup is 7px\n                i_size[1] -= 3;\n                return i_size;\n            })(_options.iconSize || default_icon.iconSize);\n        }\n        _options.icon = new L.Icon( _options );\n    }\n    return _options;\n})();\nvar marker = L.marker(\n    [47.488952118278,8.4472525119782], \n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            \/\/ console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n           \/\/ console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n            jQuery('.lat').val(lat);\n            jQuery('.lng').val(lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><div class=\"animap-disclaimer\" style=\"margin-top:7px;display:block;\">Par l'enregistrement sur Animap l'entreprise renonce explicitement \u00e0 la pr\u00e9sentation de documents sanitaires. Animap est fond\u00e9 sur la bonne foi et ne porte aucune responsabilit\u00e9 si ce principe \u00e9thique n'est pas respect\u00e9.<\/div>","protected":false},"excerpt":{"rendered":"<div class=\"animap-contact\"><span class=\"icon-column dashicons dashicons-editor-paste-text\"><\/span><span class=\"data-column address\"><a href=\"https:\/\/animap.ch\/fr\/eintrag\/vonlanthen-insight\/\">Vonlanthen INSIGHT<\/a><\/span><span class=\"icon-column dashicons dashicons-location-alt\"><\/span><span class=\"data-column town\">8162 Steinmaur<\/span><span class=\"icon-column dashicons dashicons-tag\"><\/span><span class=\"data-column phone\"><\/span><\/div>","protected":false},"author":5659,"featured_media":43102,"template":"","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[196],"class_list":{"0":"post-43105","1":"eintrag","2":"type-eintrag","3":"status-publish","4":"has-post-thumbnail","6":"category-010-fr","7":"entry"},"_links":{"self":[{"href":"https:\/\/animap.ch\/fr\/wp-json\/wp\/v2\/eintrag\/43105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/animap.ch\/fr\/wp-json\/wp\/v2\/eintrag"}],"about":[{"href":"https:\/\/animap.ch\/fr\/wp-json\/wp\/v2\/types\/eintrag"}],"author":[{"embeddable":true,"href":"https:\/\/animap.ch\/fr\/wp-json\/wp\/v2\/users\/5659"}],"version-history":[{"count":3,"href":"https:\/\/animap.ch\/fr\/wp-json\/wp\/v2\/eintrag\/43105\/revisions"}],"predecessor-version":[{"id":43156,"href":"https:\/\/animap.ch\/fr\/wp-json\/wp\/v2\/eintrag\/43105\/revisions\/43156"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/animap.ch\/fr\/wp-json\/wp\/v2\/media\/43102"}],"wp:attachment":[{"href":"https:\/\/animap.ch\/fr\/wp-json\/wp\/v2\/media?parent=43105"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/animap.ch\/fr\/wp-json\/wp\/v2\/categories?post=43105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}