#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:left; 
   border-top:1px solid #fff;
   background: #a8a8a7; 
   background: -moz-linear-gradient(top, ##a8a8a7 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8a8a7), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #a8a8a7 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #a8a8a7 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #a8a8a7 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #a8a8a7 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#a8a8a7', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
background-image: linear-gradient(#ffeebc, #ffc005);
    border-color: #ffc005 #ffc005 hsl(45, 100%, 42%);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.59);
    -webkit-font-smoothing: antialiased;
 }
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.datasch {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}