/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'zuckerlkreis2',
            className:'stage_zuckerlkreis2_id',
            type:'image',
            tag:'img',
            rect:[0,0,710,710],
            fill:['rgba(0,0,0,0)','images/zuckerlkreis.jpg'],
            transform:[[-710]]
        },
        {
            id:'nav_logo',
            className:'stage_nav_logo_id',
            type:'image',
            tag:'div',
            rect:[0,0,179,260],
            fill:['rgba(0,0,0,0)','images/nav_logo.jpg'],
            transform:[[976,526]]
        },
        {
            id:'nav_logo_links',
            className:'stage_nav_logo_links_id',
            type:'image',
            tag:'div',
            rect:[0,0,81,179],
            fill:['rgba(0,0,0,0)','images/nav_logo_links.jpg'],
            transform:[[895,526]]
        },
        {
            id:'rufzeichenrotundplus',
            className:'stage_rufzeichenrotundplus_id',
            type:'image',
            tag:'div',
            rect:[0,0,79,100],
            fill:['rgba(0,0,0,0)','images/rufzeichenrotundplus.jpg'],
            transform:[[930,127]]
        },
        {
            id:'plusundfleckblau',
            className:'stage_plusundfleckblau_id',
            type:'image',
            tag:'div',
            rect:[0,0,103,100],
            fill:['rgba(0,0,0,0)','images/plusundfleckblau.jpg'],
            transform:[[1009,127]]
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "body > div:nth-child(4)": [
            ["transform", "translateX", '232px'],
            ["transform", "translateY", '31px']
         ],
         "${_rufzeichenrotundplus}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '127px'],
            ["transform", "translateX", '930px']
         ],
         "${_plusundfleckblau}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '127px'],
            ["transform", "translateX", '1009px']
         ],
         "${_nav_logo}": [
            ["transform", "originX", '50%'],
            ["transform", "scaleY", '1'],
            ["transform", "translateX", '976px'],
            ["transform", "scaleX", '1'],
            ["style", "opacity", '0'],
            ["transform", "originY", '50%'],
            ["transform", "translateY", '526px']
         ],
         "${_nav_logo_links}": [
            ["transform", "translateX", '895px'],
            ["transform", "scaleX", '1'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '526px'],
            ["transform", "scaleY", '1']
         ],
         "${_stage}": [
            ["style", "height", '793px'],
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "width", '1096px']
         ],
         "${_zuckerlkreis2}": [
            ["transform", "translateY", '100px'],
            ["transform", "translateX", '-710px'],
            ["transform", "rotateZ", '-360deg']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 8000,
         labels: {

         },
         timeline: [
            { id: "eid52", tween: [ "style", "${_plusundfleckblau}", "opacity", '1', { fromValue: '0'}], position: 4000, duration: 2645 },
            { id: "eid49", tween: [ "style", "${_rufzeichenrotundplus}", "opacity", '1', { fromValue: '0'}], position: 4000, duration: 2645 },
            { id: "eid27", tween: [ "style", "${_stage}", "width", '896px', { fromValue: '1096px'}], position: 0, duration: 2645 },
            { id: "eid24", tween: [ "transform", "${_zuckerlkreis2}", "translateX", '200px', { fromValue: '-710px'}], position: 0, duration: 2645 },
            { id: "eid5", tween: [ "style", "${_stage}", "height", '793px', { fromValue: '793px'}], position: 0, duration: 0 },
            { id: "eid46", tween: [ "style", "${_nav_logo}", "opacity", '1', { fromValue: '0'}], position: 3000, duration: 2645 },
            { id: "eid30", tween: [ "transform", "${_zuckerlkreis2}", "rotateZ", '0deg', { fromValue: '-360deg'}], position: 0, duration: 2645 },
            { id: "eid43", tween: [ "style", "${_nav_logo_links}", "opacity", '1', { fromValue: '0'}], position: 3000, duration: 2645 }]
      }
   }
}};

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-14283360");

