// Probleme bitte bei brendan.mullins@icc.at melden
var sesam = localStorage.getItem('sesam');
if(sesam != 'oeffnedich'){		
	if (screen.width < 980 && screen.width != 768){
		window.location.href= 'http://www.ica.at/mobile/';
	};
}
else{
	$(document).ready(function(){
		jQuery('body').append('<a href="http://www.ica.at/mobile/" style="display: block; z-index: 100; text-decoration: none; position: absolute; right: -155px; top: 145px; font-weight: 700; color: #fff; font-family: sans-serif; background: #D60802; width: 360px; height: 50px; line-height: 50px; text-align: center; font-size: 32px; -moz-transform: rotate(90deg); -webkit-transform:  rotate(90deg);	-o-transform:  rotate(90deg); -ms-transform:  rotate(90deg); transform:  rotate(90deg);">Zur Mobilen Version!</a>');
	});
};

