.cookieConsentContainer {
text-align: center;
z-index: 999;
width: 350px;
opacity: 0.9 !important;
min-height: 20px;
box-sizing: border-box;
border-radius: 5px;
padding: 30px 30px 30px 30px;
background-image: linear-gradient(#000000, #414141);
background: ;
color: #FFFFFF;
overflow: hidden;
position: fixed;
bottom: 30px;
right: 30px;
display: none;
}
.cookieConsentContainer .cookieTitle a {
font-family: 'Roboto Condensed', sans-serif;
font-size: 22px;
line-height: 20px;
display: block;
}
.cookieConsentContainer .cookieDesc p {
font-family: 'Roboto Condensed', sans-serif;
margin: 0;
padding: 0;
font-size: 13px;
line-height: 20px;
display: block;
margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
font-family: 'Roboto Condensed', sans-serif;
text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
font-family: 'Roboto Condensed', sans-serif;
display: inline-block;
font-size: 14px;
font-weight: bold;
border-radius: 20px;
margin-top: 14px;
background: #3E9B67;
box-sizing: border-box; 
padding: 15px 24px;
text-align: center;
transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
cursor: pointer;
background: #317B51;
border-radius: 25px;
}

@media (max-width: 980px) {
.cookieConsentContainer {
bottom: 0px !important;
left: 0px !important;
width: 100%  !important;
opacity: 0.9 !important;
border-radius: 0px;
}
}