$(document).ready(function() {
	// Scroll To Top
	$('a[rel=top]').click(function() {
		$('html, body').animate( {
			scrollTop : 0
		}, 'slow');
		return false;
	});
	// Fitted
	$('.iconteaser').fitted( {});
	$('.threeicons').fitted( {});
	$('.arrow-teaser').fitted( {});
	$('.kontaktbox').fitted( {});
	$('.in-text-teaser').fitted( {});

});
