    	#cookieNotice {
z-index: 10000;
width: 470px;
/* min-height: 20px; */
box-sizing: border-box;
padding: 15px 15px 15px 20px;
background-color: #ffffff;
color: #000000;
overflow: hidden;
position: fixed;
bottom: 20px;
right: 20px;
border-radius: 24px;
font-size: 14px !important;
opacity: 1;
/** height: 115px; **/
text-align: left;
left: auto;
/** line-height: 0.2rem; **/

font-family: 'Conv_SF-Pro-Text-Regular';
	font-weight: 300;

	line-height: 22px;

-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

    	#cookieNotice a {

text-decoration: underline;
}
   
.confirm {
border-radius: 12px;
background-color: #23CE86;
color: #ffffff;


width: 140px;
height: 30px;
font-size: 14px !important;
left: 0px;
margin-left: -4px;
padding-top: 6px;
text-decoration: none;
text-align: center;

display: block;
margin-top: -10px;

}    	
    	
 .cookie-notification p {
 margin: 0px;
 padding: 0px;
 }
 
 
 
 @media all and (max-width:770px) {
 
 
 #cookieNotice {

font-size: 14px !important;
line-height: 26px;
/* min-height: 20px; */
box-sizing: border-box;
padding: 25px 30px 30px 30px;
overflow: hidden;
position: fixed;
height: auto;
bottom: 0px;

right: 0px;

margin: 0px;
width: 100%;
top: auto;
;


border-radius: 0px;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}
 
 
.confirm {
width: 140px;
height: 34px;
font-size: 16px !important;
left: 0px;
margin-left: -4px;
padding-top: 6px;
font-size: 16px;
text-align: center;
display: block;
margin-top: -10px;
} 
 
 
 }
