.cookieConsentContainer {

	position:fixed;z-index: 99999;width:100%;height:100%;top:0px;left:0px;
	
	box-sizing: border-box;


	overflow: hidden;


	display: none;margin:0px 0px 0px 0px;color:#ffffff;text-align:center;background:rgba(0,0,0,0.7)




}

#infocenter{position:relative;width:50%;max-width:85%;padding:35px 160px 35px 35px;height:85vh;top: 10%;text-align:left;margin:0px auto;font-size:18px;
background-image:url(../gfx/rosapark-bon.jpg);background-repeat:no-repeat;background-size:contain;

}

#infocenter .title{color:#ff8d07;font-size:31px;font-weight:bold;line-height:32px}

.cookieConsentContainer .cookieTitle a {

	color: #FFFFFF;
	font-size: 20px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;

	color: #FFFFFF;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {

	color: #FFFFFF;float:right;
	font-size: 12px;
	font-weight: bold;position:relative;top:-50px;right:-50px;
	background: #ff8d07;

	padding: 12px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #3E9B67;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;height:90vh;min
	}
#infocenter .title{font-size:24px}
#infocenter{font-size:15px;position:relative;width:90%;padding:30px;min-height: 20px;top: 20%;

}




}