.cookieConsentContainer {	z-index: 100000;	/*	width: 350px;*/	width: 97% !important;	min-height: 20px;	box-sizing: border-box;	padding: 30px 30px 30px 30px;	/*	background: #232323;*/	/*background: #0e2741;*/	background: rgb(153,102,255);	overflow: hidden;	position: fixed;	bottom: 30px;	right: 30px;	display: none;}	.cookieConsentContainer .cookieTitle a {		font-family: OpenSans, arial, "sans-serif";		/*color: #FFFFFF;*/		color: yellow;			font-size: 22px;		line-height: 20px;		display: block;	}		.cookieConsentContainer .cookieTitle a:hover {			color: #d1b065;		}	.cookieConsentContainer .cookieDesc p {		margin: 0;		padding: 0;		font-family: OpenSans, arial, "sans-serif";/*		color: #FFFFFF;*/		color: yellow;			font-size: 17px;		line-height: 20px;		display: block;		margin-top: 10px;	}	.cookieConsentContainer .cookieDesc a {		font-family: OpenSans, arial, "sans-serif";		/*color: #FFFFFF;*/		color: yellow;		text-decoration: underline;	}	.cookieConsentContainer .cookieDesc a:hover {		color: #d1b065;	}	.cookieConsentContainer .cookieButton{		text-align:center;	}	.cookieConsentContainer .cookieButton a {		display: inline-block;		font-family: OpenSans, arial, "sans-serif";		/*color: #FFFFFF;*/		color: yellow;		font-size: 18px;		font-weight: bold;		margin-top: 14px;		background: #000000;		box-sizing: border-box;		padding: 15px 24px;		text-align: center;		transition: background 0.3s;	}	.cookieConsentContainer .cookieButton a:hover {		cursor: pointer;		background: #d1b065;	}@media (max-width: 980px) {	.cookieConsentContainer {		bottom: 0px !important;		left: 0px !important;		width: 100% !important;	}}