.cookieConsentContainer {
    z-index: 999;
    width: 41%;
    padding: 20px;
    box-sizing: border-box;
    padding: 12px 30px 12px 30px;
    background: #045b4af7;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
    bottom: 8px;
    left: 33%;
    display: none;
}

.cookieButton{
       text-align: right;
}

.cookieConsentContainer .cookieTitle a {

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

	color: #FFFFFF;

	font-size: 22px;

	line-height: 20px;

	display: block;

}

.cookieConsentContainer .cookieDesc p {

	margin: 0;

	padding: 0;

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

	color: #FFFFFF;

	font-size: 13px;

	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 {
    display: inline-block;
    font-family: OpenSans, arial, "sans-serif";
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    background: #008765;
    box-sizing: border-box;
    padding: 8px 15px;
    text-align: center;
    transition: background 0.3s;
    border-radius: 6px;
}

.cookieConsentContainer .cookieButton a:hover { 

	cursor: pointer;

/*	background: #3E9B67; */

}



@media (max-width: 980px) {

	.cookieConsentContainer {
            bottom: 82px !important;

		left: 0px !important;

		width: 100%  !important;

	}

}