/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'stufe12',
            type:'image',
            tag:'div',
            rect:[0,0,550,371],
            fill:['rgba(0,0,0,0)','images/stufe12.jpg']
        },
        {
            id:'stufe22',
            type:'image',
            tag:'div',
            rect:[0,0,550,371],
            fill:['rgba(0,0,0,0)','images/stufe22.jpg']
        },
        {
            id:'Text2Copy',
            className:'Text2Copy_id',
            type:'text',
            tag:'div',
            rect:[126,231,295,74],
            text:"13 Jahre",
            align:"center",
            font:["Arial, Helvetica, sans-serif",24,"rgba(0,0,0,1)","bold","none","normal"]
        },
        {
            id:'Text3Copy',
            className:'Text3Copy_id',
            type:'text',
            tag:'div',
            rect:[17,319,533,54],
            text:"EvT-Abi98",
            align:"center",
            font:["Arial, Helvetica, sans-serif",59,"rgba(241,3,3,1)","bold","none","normal"]
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_Text3Copy}": [
            ["style", "width", '550px'],
            ["style", "height", '74px'],
            ["transform", "translateX", '-17px'],
            ["style", "font-family", 'Arial, Helvetica, sans-serif'],
            ["color", "color", 'rgba(218,218,218,1)'],
            ["style", "font-weight", 'bold'],
            ["transform", "translateY", '-31px'],
            ["style", "font-size", '81px']
         ],
         "${_stufe22}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '0px'],
            ["transform", "translateX", '0px']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "height", '371px'],
            ["style", "width", '550px']
         ],
         "${_Text2Copy}": [
            ["style", "font-size", '79px'],
            ["transform", "translateX", '-126px'],
            ["style", "text-align", 'center'],
            ["style", "font-family", 'Arial, Helvetica, sans-serif'],
            ["color", "color", 'rgba(241,3,3,1)'],
            ["style", "font-weight", 'bold'],
            ["transform", "translateY", '-7px'],
            ["style", "width", '550px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 5000,
         labels: {

         },
         timeline: [
            { id: "eid12", tween: [ "transform", "${_stufe22}", "translateX", '0px', { fromValue: '0px'}], position: 0, duration: 0 },
            { id: "eid14", tween: [ "transform", "${_stufe22}", "translateY", '0px', { fromValue: '0px'}], position: 0, duration: 0 },
            { id: "eid22", tween: [ "style", "${_stufe22}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 5000 },
            { id: "eid1", tween: [ "style", "${_stage}", "height", '371px', { fromValue: '371px'}], position: 0, duration: 0 }]
      }
   }
}};

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-8901133");

