// AXXE

var univers = {
	src: 'fileadmin/axxe/css/sIFR/univers.swf'
};


sIFR.debugMode = true;
sIFR.delayCSS  = true;

sIFR.activate(univers);

// H1 standortDetail
sIFR.replace( univers, {
	selector: 'h1.standortDetail'
	,css: {
		'.sIFR-root': { 'color': '#1b5ca3', 'font-size': '23px', 'font-weight': 'bold' }
	}
	,fitExactly: 'true'
	,wmode: 'transparent'
})

// H1 standortOverInfo
sIFR.replace( univers, {
	selector: 'h1.standortOverInfo'
	,css: {
		'.sIFR-root': { 'color': '#1b5ca3', 'font-size': '17px', 'font-weight': 'bold' }
	}
	,fitExactly: 'true'
	,wmode: 'transparent'
})

// H1 standorteFilter
sIFR.replace( univers, {
	selector: 'h1.standorteFilter'
	,css: {
		'.sIFR-root': { 'color': '#1b5ca3', 'font-size': '17px', 'font-weight': 'bold' }
	}
	,fitExactly: 'true'
	,wmode: 'transparent'
})

// H1 
sIFR.replace( univers, {
	selector: 'h1'
	,css: {
		'.sIFR-root': { 'color': '#e2001a', 'font-size': '38px', 'font-weight': 'bold', 'leading': '-5px' }
	}
	,fitExactly: 'true'
	,wmode: 'transparent'
})

