/* Only for Backup reasons. Currently used file in "fileadmin/templates/ext/sg_cookieaccept" */
.sg_cookieaccept {
  width: 100%;
  display: none;
  z-index: 5000;
  line-height: 100%;
}
.sg_cookieaccept,
.sg_cookieaccept div {
  box-sizing: border-box;
}
.sg_cookieaccept .inner {
  display: table;
  width: 100%;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #f0f2bd;
  color: #6f7187;
  font-size: 80%;
}
.sg_cookieaccept .inner .left {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
  float: none !important;
}
.sg_cookieaccept .inner .right {
  display: table-cell;
  padding-left: 5px;
  text-align: right;
  vertical-align: middle;
}
.sg_cookieaccept .inner a {
  color: #2c76c9;
}
.sg_cookieaccept .inner a.button {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  background: #006DCB;
  text-decoration: none;
  text-align: center;
}
