div.custommaintenance.custommaintenance_upcoming,
div.custommaintenance.custommaintenance_current {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #ff0000;
  color: white;
  text-align: center;
  z-index: 1000;
}
div.custommaintenance.custommaintenance_upcoming a,
div.custommaintenance.custommaintenance_current a {
  color: white;
  text-decoration: underline;
}
div.maintenance {
  background-color: #eaeaea;
  text-align: center;
  padding: 25px;
}
div.maintenance img {
  width: 60px;
}
div.maintenance strong {
  font-weight: bold;
  display: block;
  margin: 10px;
  font-size: 14px !important;
}
div.maintenance.kachel {
  margin-top: 45px;
  height: 135px;
}
div.maintenance.kachel p.text {
  display: none !important;
}
div.maintenance.cart {
  margin-bottom: 40px;
}
div.container.hinweis {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #ff0000;
  color: white;
  text-align: center;
  z-index: 1000;
}
div.container.hinweis a {
  color: white;
  text-decoration: none;
}
div.container.hinweis a.btn.hell {
  color: #333;
}
div.container.hinweis a.btn.hell img {
  margin-right: 10px;
}
@media (max-width: 991px) {
  div.container.hinweis {
    bottom: 48px;
  }
}
