*{padding:0;margin:0;}
#cookiedingsbums a {text-decoration:none;padding:4px;color:#ff0 !important;font-weight:normal}
#cookiedingsbums a:hover {text-decoration:none;background:#fff;color:#00f !important}
#cookiedingsbums div {padding:10px; }
#cookiedingsbums {
   border: 1px solid #7b92a9;
   text-align:center;
   position:fixed;
   bottom:0px; /* top für oben, bottom für unten */
   left:0px;
   z-index:9999;
   width:100%;
   font-family:arial;
   font-size:14px;
   padding:10px;/* Streifen Höhe */
   background:#333;
   }
#cookiedingsbums span{color:fff !important}
#cookiedingsbumsCloser {
   color: #000;
   font: 14px arial, sans-serif;
   margin-right: 20px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   border:1px solid #7b92a9;
   padding:2px;
   background: #fff; /* Old browsers */
 }
#cookiedingsbumsCloser:hover {
 border:1px solid #7b92a9;background:#ff0}

@media only screen and  (max-width: 900px) {
#cookiedingsbums{font-size:12px;text-align:left;padding:10px;line-height:15px;margin-right:10px;width:97%;}
#cookiedingsbumsCloser {margin-right:10px;font-size:12px;line-height:30px;padding:2px 2px;}

}