.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	/*background: #232323;	background:rgba(255,255,255,0.8);*/
	background:rgb(255,255,255);
	color: #636151;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	left: calc(70vw);
	display: none;
	border:1px solid #636151;
}
.cookieConsentContainer .cookieTitle a {
	/**font-family: OpenSans, arial, "sans-serif";**/
	color: #636151;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	/**font-family: OpenSans, arial, "sans-serif";**/
	color: #636151;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	/**font-family: OpenSans, arial, "sans-serif";**/
	color: #636151;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	/**font-family: OpenSans, arial, "sans-serif";**/
	margin-top: 14px;
	padding:2% 5%;
	box-sizing: border-box; 
	text-align: center;
	transition: background 0.3s;
	font-size:.75rem;
	line-height:0.9rem;
	border-radius:0;
	background:#636151;
	color:rgba(255,255,255,0.5);
	text-transform: lowercase;
	font-family:inherit;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	
	background:#636151;
	color:rgb(255,255,255);
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}