
form .bei_cg_notifications  {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0rem;
	right: .75rem;
	z-index: 99999999;
}
form .bei_cg_notifications * {
	padding: 0;
	margin: 0;
}

.bei_cg_notification {
  color: white;
  padding: 1em;
  position: relative;
  margin: .2em 0.5em !important;
}

.bei_cg_notification > .bei_cg_notification-text {
    padding: 1em;
	position: relative;
}

.bei_cg_notification-button {
	display: inline-block;
    float: right;
    width: auto;
	padding: .5rem .75rem !important;
    margin-left: 1rem;
	position: relative;
	z-index: 10;
}
.bei_cg_notification-button > a {
  display: inline-block;
  font-weight: 500; 
  padding: .25em 0.5em;
  float:right;
  border: 1px solid transparent; 
  background: white; 
  color: #333; 
  font-family: "Alegreya Sans", Verdana, Arial, sans serif;
  text-align: center;
  border: 1px solid transparent;

}
.bei_cg_notification-button > a:hover,
.bei_cg_notification-button > a:focus,
.bei_cg_notification-button > a:active {
  cursor: pointer;
  background: transparent;
  border-color: white;
  color: white;
}
.bei_cg_notification-button > a[aria-label="dismiss"] {
  width: 1.5rem;
  height: 1.5rem;
  font-family: Consolas, Menlo;
  border-radius: 50%;
  padding: .15em;
  fontweight: bold;
}



.bei_cg_notification:before {
  content: '';
  background: #084692;
  opacity: .87;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bei_cg_notification.bei_cg_notification-info:before {
  background: #63B680;
}
.bei_cg_notification.bei_cg_notification-cookieconsent:before   {
  background: #333;
}
.bei_cg_notification.bei_cg_notification-browser:before   {
  background: #d92b16;
}



.bei_cg_notification.bei_cg_notification-info,
.bei_cg_notification-info .bei_cg_notification-button > a:hover,
.bei_cg_notification-info .bei_cg_notification-button > a:focus,
.bei_cg_notification-info .bei_cg_notification-button > a:active,
.bei_cg_notification.bei_cg_notification-2years,
.bei_cg_notification-2years .bei_cg_notification-button > a:hover,
.bei_cg_notification-2years .bei_cg_notification-button > a:focus,
.bei_cg_notification-2years .bei_cg_notification-button > a:active   {
  color: #333;
}
.bei_cg_notification-info .bei_cg_notification-button > a:hover,
.bei_cg_notification-info .bei_cg_notification-button > a:focus,
.bei_cg_notification-info .bei_cg_notification-button > a:active,
.bei_cg_notification-2years .bei_cg_notification-button > a:hover,
.bei_cg_notification-2years .bei_cg_notification-button > a:focus,
.bei_cg_notification-2years .bei_cg_notification-button > a:active   {
  border-color: #333;
}

.bei_cg_notification.bei_cg_notification-2years:before   {
  background: rgba(252, 214, 112, 1);
}