$(document).ready( function() {
	$('.processes, .box-processes').hover(function() {
		$('.box-processes').css('background', 'url("typo3conf/ext/ko_products/res/img/portfolio/background-box-processes.png") no-repeat');
	}, function () {
		$('.box-processes').css('background', '');
	});
	
	$('.agile-approches, .box-agile-approches').hover(function() {
		$('.box-agile-approches').css('background', 'url("typo3conf/ext/ko_products/res/img/portfolio/background-box-agile-approches.png") no-repeat');
	}, function () {
		$('.box-agile-approches').css('background', '');
	});
	
	$('.project-management').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/project-management-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/project-management.png');
	});
	
	$('.risk-management').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/risk-management-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/risk-management.png');
	});
	
	$('.test-management').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/test-management-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/test-management.png');
	});

	$('.safety').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/safety-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/safety.png');
	});
	
	$('.security').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/security-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/security.png');
	});

	$('.business-process-analysis').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/business-process-analysis-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/business-process-analysis.png');
	});
	
	$('.requirements-development').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/requirements-development-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/requirements-development.png');
	});
	
	$('.requirements-management').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/requirements-management-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/requirements-management.png');
	});
	
	$('.system-architecture').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/system-architecture-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/system-architecture.png');
	});
	
	$('.software-design').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/software-design-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/software-design.png');
	});
	
	$('.configurations-versions').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/configurations-versions-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/configurations-versions.png');
	});
	
	$('.change-management').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/change-management-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/change-management.png');
	});
	
	$('.variants-product-lines').hover(function() {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/variants-product-lines-active.png');
	}, function () {
		$('img', this).attr('src', 'typo3conf/ext/ko_products/res/img/portfolio/variants-product-lines.png');
	});
	
	$('.col7, .col8').hover(function() {
		$('.col8').css('background', 'url("typo3conf/ext/ko_products/res/img/portfolio/background-modelling.png") no-repeat');
	}, function () {
		$('.col8').css('background', '');
	});
});
