

.cookieConsentContainer2 {

	z-index: 99999999999;

	width: 100%;
	
	margin:auto;

	min-height: 100px;

	box-sizing: border-box;

	padding: 30px 30px 30px 30px;

	background: #232323;

	overflow: hidden;

	position: fixed;

    bottom: 50px;


	display: none;

}

.cookieConsentContainer2 .cookieTitle a {

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	font-size: 22px;

	line-height: 20px;

	display: block;

}

.cookieDesc_2{

	margin: 0;

	padding: 0;

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	font-size: 14px;
	text-align:center;

	line-height: 20px;

	display: block;

	margin-top: 10px;


} .cookieConsentContainer2 .cookieDesc a {

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	text-decoration: underline;

}

.cookieConsentContainer2 .cookieButton a {

	display: inline-block;

	font-family: OpenSans, arial, "sans-serif";

	color: #FFFFFF;

	font-size: 14px;

	font-weight: bold;

	margin-top: 14px;

	background: #000000;

	box-sizing: border-box; 

	padding: 15px 24px;

	text-align: center;

	transition: background 0.3s;

}

.cookieConsentContainer2 .cookieButton a:hover { 

	cursor: pointer;

	background: #18599C;
	color:#FFF

}



@media (max-width: 980px) {

	.cookieConsentContainer2 {

		bottom: 0px !important;

		left: 0px !important;

		width: 100%  !important;

	}

}