/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_blauerminibalken1}": [
            ["transform", "translateX", '30.42432px'],
            ["transform", "translateY", '-53.88236px'],
            ["transform", "rotateZ", '29.99999deg']
         ],
         "${_blaueranfragebalken}": [
            ["transform", "translateX", '308.67532px'],
            ["transform", "translateY", '79.25433px'],
            ["transform", "rotateZ", '29.99999deg']
         ],
         "${_blauerminibalken2}": [
            ["transform", "translateX", '28.96581px'],
            ["transform", "translateY", '-49.09187px'],
            ["transform", "rotateZ", '29.99999deg']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 1900.6093904286,
         labels: {

         },
         timeline: [
            { id: "eid49", tween: [ "transform", "${_blauerminibalken2}", "translateY", '0px', { fromValue: '-49.09187px'}], position: 1850, duration: 50 },
            { id: "eid16", tween: [ "transform", "${_blaueranfragebalken}", "translateX", '-13.32185px', { fromValue: '308.67532px'}], position: 500, duration: 1000, easing: "easeOutBack" },
            { id: "eid47", tween: [ "transform", "${_blauerminibalken2}", "translateX", '0px', { fromValue: '28.96581px'}], position: 1850, duration: 50 },
            { id: "eid41", tween: [ "transform", "${_blauerminibalken1}", "translateY", '0px', { fromValue: '-53.88236px'}], position: 1750, duration: 50 },
            { id: "eid11", tween: [ "transform", "${_blaueranfragebalken}", "rotateZ", '29.99999deg', { fromValue: '29.99999deg'}], position: 500, duration: 0, easing: "easeOutBack" },
            { id: "eid17", tween: [ "transform", "${_blaueranfragebalken}", "translateY", '-3.42049px', { fromValue: '79.25433px'}], position: 500, duration: 1000, easing: "easeOutBack" },
            { id: "eid39", tween: [ "transform", "${_blauerminibalken1}", "translateX", '0px', { fromValue: '30.42432px'}], position: 1750, duration: 50 }]
      }
   }
}};

var comp;
Edge.registerCompositionDefn(compId, symbols);

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     comp = new Edge.Composition(compId, {stage: "." + compId}, {});
	   /**
 * Adobe Edge Timeline Launch
 */
     comp.ready(function() {
         comp.play();
     });
});
})(jQuery, jQuery.Edge, "EDGE-7556366");

