/*#cookie_banner_container{display: none; height: 100%; width: 100%; z-index: 1; position: relative !important; background-color: rgb(90, 90, 90);}*/
/*#cookie_banner_inner{ height: 100%; background-color:#5a5a5a; width: 100%; }*/
#cookie_bannerone{display: none;}
#cookie_banner_container_02{ position: relative; height: 100%; min-height: 104px;background-color:#5a5a5a; width: 100%; float: left; }
#cookie_banner{margin-left: 2%; margin-right: 2%; background-color:#5a5a5a; color:#ffffff; }
/*#cookie_banner_close_01{ float:right;color: #FFFFFF;font-weight: bold;margin-top: 5px;text-decoration: none; }*/
#titleCookieBanner{ font-weight: bold; }
.brCookieAlertCl {}
/*#privacy_link{ color:#F42541;text-decoration: underline; }*/
/*#cookie_banner_close_02{ color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:2px 6px; margin-right: 20px; background-color: rgb(48, 48, 48);float:right;font-weight:bold; }*/


#cookie_banner_container {
  display: none;
  height: auto;
  width: 100%;
  max-height: 120px;
  min-height: 120px;
  z-index: 999;
  position: relative !important;
  background-color: rgb(90, 90, 90);
}
#cookie_banner_inner {
  height: auto;
  background-color: #5a5a5a;
  width: 98%;
  position: fixed;
  max-width: 976px;
  max-height: 120px;
  min-height: 120px;
}
#cookie_banner {
  margin-left: 2%;
  margin-right: 2%;
  background-color: #5a5a5a;
  color: #ffffff;
  height: auto;
  min-height: 120px;
}
#privacy_link {
  color: #EDA600;
  text-decoration: none;
}
#cookie_banner_close_02 {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 6px 10px 6px 10px;
  margin-right: 20px;
  background-color: #EDA600;
  float: right;
  font-weight: bold;
}
#cookie_banner_close_01 {
  float: right;
  color: #EDA600;
  font-weight: bold;
  margin-top: 5px;
  text-decoration: none;
}