#cookiehinweis a {
  color: #fff;
  text-decoration:none;
}

#cookiehinweis a:hover {
  font-size: 110%;
}

#cookiehinweis div {padding:10px; padding-right:40px;}

#cookiehinweis {
   outline: 1px solid #000;
   text-align: left;
   border-top:1px solid #fff;
   background: linear-gradient(to right, #000 , #38216b);
   position:fixed;
   bottom:0px;
   z-index:99999;
   width:100%;
   font-size:16px;
   color: #bbb;
   line-height:16px;
   padding: 10px;
 }

.cookiehinweis {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   outline: 1px solid #000;
   text-align: left;
   border-top:1px solid #fff;
   background: linear-gradient(to right, #000 , #38216b);
   position:fixed;
   bottom:0px;
   z-index:10000;
   width:100%;
   font-size:16px;
   color: #ddd;
   line-height:16px;
   height: 50px;
   padding: 10px;
 }

#cookiehinweisCloser {
   color: #000;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 15px;
   text-decoration: none;
   top: 15px;
   cursor:pointer;

   padding:4px;
   background: #fff;

 }

#cookiehinweisCloser:hover {
  background: #ddd;
  color: #0079c7;
}
