/* ALFA Gerüstbau – DSGVO Cookie Consent Manager */
#alfa-cc, #alfa-cc * { box-sizing: border-box; }

#alfa-cc {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 480px;
  margin: 0 auto;
  background: #ffffff;
  color: #222;
  border-top: 4px solid #003f88;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  padding: 24px 24px 20px;
  z-index: 999999;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.55;
}
@media (min-width: 560px){
  #alfa-cc { left: 20px; right: auto; }
}
#alfa-cc h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: #003f88;
}
#alfa-cc p { margin: 0 0 16px; }
#alfa-cc a { color: #003f88; text-decoration: underline; }

#alfa-cc .alfa-cc-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#alfa-cc button {
  flex: 1 1 auto;
  min-width: 130px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
#alfa-cc .alfa-cc-accept { background: #003f88; color: #fff; }
#alfa-cc .alfa-cc-accept:hover { background: #002d63; }
#alfa-cc .alfa-cc-decline { background: #e6e8ec; color: #222; }
#alfa-cc .alfa-cc-decline:hover { background: #d5d8de; }

/* floating re-open button */
#alfa-cc-toggle {
  position: fixed;
  left: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: #003f88;
  color: #fff;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,.3);
  z-index: 999998;
  padding: 0;
}
#alfa-cc-toggle:hover { background: #002d63; }
#alfa-cc[hidden], #alfa-cc-toggle[hidden] { display: none !important; }
