jQuery(document).ready(function() {
	$(".fancybox_game").fancybox({
		'width'				: 700,
		'height'			: 500,
    	'autoScale'     	: true,
    	'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titlePosition'  	: 'inside',
		'overlayOpacity'  	: '0.8',
		'overlayColor'  	: '#007ebb'
	});
});

jQuery(document).ready(function() {
	$(".fancybox_game_big").fancybox({
		'width'				: 780,
		'height'			: 540,
    	'autoScale'     	: true,
    	'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titlePosition'  	: 'inside',
		'overlayOpacity'  	: '0.8',
		'overlayColor'  	: '#007ebb'
	});
});

jQuery(document).ready(function() {
	$(".fancybox_blaetterkatalog").fancybox({
		'width'				: 900,
		'height'			: 600,
    	'autoScale'     	: true,
    	'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titlePosition'  	: 'inside',
		'overlayOpacity'  	: '0.8',
		'overlayColor'  	: '#007ebb'
	});
});

jQuery(document).ready(function() {
	$(".fancybox_google").fancybox({
		'width'				: 900,
		'height'			: 600,
    	'autoScale'     	: true,
    	'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titlePosition'  	: 'inside',
		'overlayOpacity'  	: '0.8',
		'overlayColor'  	: '#007ebb'
	});
});
jQuery(document).ready(function() {
	$(".fancybox_datenschutz").fancybox({
		'width'				: 610,
		'height'			: 600,
    	'autoScale'     	: true,
    	'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titlePosition'  	: 'inside',
		'overlayOpacity'  	: '0.8',
		'overlayColor'  	: '#007ebb',
		'type'  	: 'iframe'
	});
});
