.cookieBanner{
    border: 1px solid #f1f1f1;
    background: white;	
    background: rgba(255,255,255,0.97);	
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.cookieBanner.hidden{display:none}
.cookieBannerWrapper{width:100%;margin:0 auto;position:relative;padding:20px 40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.cookieBanner .text{text-align:center;color:#585858;font-size:14px;line-height:1.45;}
.cookieBanner a{font-weight:bold;text-decoration:none;}
.closeCookieBanner{opacity:0.8;position:absolute;right:10px;top:10px;width:30px;height:30px;line-height:30px;cursor:pointer;text-align:center;text-transform:uppercase;}
@media only screen and (max-width:1119px){
	.cookieBannerWrapper {
		max-width: 100%;
	}
}
@media only screen and (min-width:768px){
	.cookieBanner{
		position: relative;
	}
	.cookieBannerWrapper{padding:29px 60px;}
	.cookieBanner .text{font-size:16px;line-height:24px;}
	.closeCookieBanner{right:20px;top:25px;}
}

.geoip { display: none !important; }
.geoip-continent-EU .geoip-show-EU { display: block !important; }