/* Glasfasercheck24.de Cookie-Hinweis */
.gf24-cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .98);
  color: #172831;
  border: 1px solid rgba(216, 237, 242, .96);
  box-shadow: 0 22px 70px rgba(13, 111, 135, .22);
  border-radius: 22px;
  padding: 18px;
  font-family: Verdana, Arial, sans-serif;
}
.gf24-cookie-banner[hidden] { display: none !important; }
.gf24-cookie-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}
.gf24-cookie-title {
  display: block;
  margin: 0 0 4px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 900;
  color: #172831;
}
.gf24-cookie-text {
  margin: 0;
  color: #435b66;
  font-size: .92rem;
  line-height: 1.55;
}
.gf24-cookie-text a {
  color: #06677a;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.gf24-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.gf24-cookie-btn {
  border: 0;
  border-radius: 999px;
  padding: .82rem 1.05rem;
  font-weight: 900;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.gf24-cookie-btn:hover { transform: translateY(-1px); }
.gf24-cookie-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #008fa8, #109865);
  box-shadow: 0 12px 24px rgba(16, 152, 101, .22);
}
.gf24-cookie-btn-secondary {
  color: #172831;
  background: #e8f7fa;
  border: 1px solid #d8edf2;
}
.gf24-cookie-btn-link {
  color: #06677a;
  background: transparent;
  padding-left: .35rem;
  padding-right: .35rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.gf24-cookie-status {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: .85rem;
  padding: .55rem .75rem;
  border-radius: 999px;
  background: #f5fbfd;
  border: 1px solid #d8edf2;
  color: #435b66;
  font-size: .9rem;
  font-weight: 800;
}
@media (max-width: 760px) {
  .gf24-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 15px;
    border-radius: 18px;
  }
  .gf24-cookie-inner {
    grid-template-columns: 1fr;
  }
  .gf24-cookie-actions {
    justify-content: stretch;
  }
  .gf24-cookie-btn {
    flex: 1 1 100%;
  }
}
