#cookieinfo * {
  margin: 0px;
  padding: 0px;
}

#cookieinfo {
  position: fixed;
  font-size: 14px;
  font-family: Arial, Verdana, sans-serif;
  left: 0px;
  bottom: -300px;
  right: 0px;
  background-color: #333;
  opacity: 0;
  padding: 10px;
  /*box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);*/
  z-index: 1000;
}


#cookieinfo div.cookie {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#cookieinfo div.cookie IMG {
  height: 100px;  
}


#cookieinfo div.text {
  display: table-cell;
  vertical-align: middle;
  
  padding: 10px;
  padding-right: 140px;

  font-size: 14px;
  color: #BBB;
  line-height: 1.5em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
#cookieinfo div.text h6 {
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 18px; 
  color: #FFF; 

  /*font-weight: bold;*/
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
  margin-bottom: 7px;
}
#cookieinfo div.text a {
  text-decoration: underline;
  color: #FFF;
}
#cookieinfo div.text a:hover {
  text-decoration: underline;
  color: #FFF;
}


#cookieinfo a.close {
  display: block;
  position: absolute;
  right: 20px;
  bottom: calc(50% - 12px);
  /*top: 10px;*/
  width: 100px;
  height: 25px;
  border-radius: 2px;
  line-height: 25px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #777;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a.close:hover {
  background-color: #2597A2;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media all and (max-width: 600px) 
{
#cookieinfo div.cookie { display: block; }
#cookieinfo div.text { display: block; padding-right: 10px; padding-bottom: 60px; }
#cookieinfo a.close {
  right: calc(50% - 50px);
  bottom: 20px;
}
}