/* Cookie - css, Version 2.0 01.04.2020 */

#layercookie {
 height: auto;
 padding: 20px 0 25px 0; 
 border-top: 1px solid white; 
 position: fixed;
 bottom: 0px; 
 /* 
 background: rgba(0, 0, 0, 0.7) none repeat;
 background: rgba(204, 204, 204, 0.9) none repeat;  
 */
 background-color: #4db6e5;
 background: rgba(77, 182, 229, 0.9) none repeat;   

 background: rgba(0, 0, 0, 0.7) none repeat;
 background: rgba(204, 204, 204, 0.9) none repeat;    
  
 width:100%;
 z-index: 1600;
 z-index: 1800;  
}

#layercookie a {
 color: #000;
 text-decoration: underline; 
}
#layercookie p {
 padding: 5px 0 5px 0;
 margin: 0;
}
#layercookie a:hover {
 color: #2656a4;
 text-decoration: underline;
}
#layercookie #btncookie {
 float:right;
}

#layercookie label {
  margin: 0 0 0 10px;
  display: block;
}
#layercookie label input.chb_cookie {
  margin: 0 10px 0 0;
}
