/* Cookie-Hinweis (wie sectorcert.com) */
.sc-cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11050;
  color: #1a1a1a;
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.22);
  font-family: var(--font-portal, 'Lato', Arial, Helvetica, sans-serif);
}

.sc-cookie-bar[hidden] {
  display: none !important;
}

.sc-cookie-bar__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.1rem 1.25rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}

.sc-cookie-bar__text {
  flex: 1 1 18rem;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.sc-cookie-bar__text a {
  color: #b50c40;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sc-cookie-bar__text a:hover,
.sc-cookie-bar__text a:focus-visible {
  color: #8f0a33;
}

.sc-cookie-bar__actions {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sc-cookie-bar__btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 0.7rem 1.35rem;
  font: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  background: #b50c40;
  transition: background 0.15s ease;
}

.sc-cookie-bar__btn:hover,
.sc-cookie-bar__btn:focus-visible {
  background: #8f0a33;
  outline: none;
}

.sc-cookie-bar__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(181, 12, 64, 0.35);
}

@media (max-width: 640px) {
  .sc-cookie-bar__inner {
    padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
  }

  .sc-cookie-bar__actions {
    width: 100%;
  }

  .sc-cookie-bar__btn {
    width: 100%;
    text-align: center;
  }
}
