#cookiezeile {
    position: fixed; 
    min-height: 80px; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    padding-top: 33px; 
    padding-bottom: 17px; 
    background: #d8d6d6; 
    color: #4F6C53;
    z-index: 9999999999;  
}

#cookiezeile a.textlink {
   text-decoration: underline; 
}