.elementor-7229 .elementor-element.elementor-element-68ebd5d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7229 .elementor-element.elementor-element-816c37b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:4rem 2rem 2rem 4rem;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   WF – AGB / Legal (Webfire Dark Premium)
   Scoped auf .wf-legal
========================================================= */

.wf-legal,
.wf-legal *{ box-sizing: border-box; }

.wf-legal{
  --wf-bg:#020617;
  --wf-card:#111827;
  --wf-border: rgba(148,163,184,.28);
  --wf-border2: rgba(148,163,184,.16);
  --wf-text: rgba(249,250,251,.92);
  --wf-muted: rgba(156,163,175,.80);
  --wf-muted2: rgba(156,163,175,.65);
  --wf-accent-grad: linear-gradient(120deg,#f97316,#fb923c,#fed7aa);

  color: var(--wf-text);
  border-radius: 22px;
  border: 1px solid var(--wf-border2);
  background:
    radial-gradient(circle at 0 0, rgba(148,163,184,.08), transparent 55%),
    radial-gradient(circle at 100% 20%, rgba(2,6,23,1), rgba(2,6,23,1) 55%, rgba(0,0,0,.92));
  box-shadow: 0 28px 80px rgba(0,0,0,.70), 0 0 0 1px rgba(0,0,0,.35);
  padding: 28px 22px;
}

.wf-legal a{ color: inherit; text-decoration: none; }
.wf-legal a:hover{ text-decoration: underline; text-underline-offset: 3px; }

.wf-legal__head{
  margin: 6px 0 18px;
}

.wf-legal__kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.38rem .9rem;
  border-radius:999px;
  font-size:.75rem;
  letter-spacing:.12em;
  text-transform: uppercase;
  background: rgba(15,23,42,.55);
  border: 1px solid rgba(148,163,184,.22);
  color: rgba(249,250,251,.88);
  margin-bottom: 10px;
}

.wf-legal__title{
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 950;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 0 0 8px;
}

.wf-legal__sub{
  margin: 0;
  color: var(--wf-muted2);
  font-size: 14px;
  line-height: 1.6;
  max-width: 75ch;
}

/* Grid */
.wf-legal__grid{
  display:grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.6fr);
  gap: 14px;
  align-items: start;
}

/* Cards */
.wf-legal__card{
  position: relative;
  border-radius: 18px;
  border: 1px solid var(--wf-border);
  background: var(--wf-card);
  box-shadow: 0 14px 38px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.04);
  padding: 18px 18px 16px;
  overflow: hidden;
}
.wf-legal__card::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(650px 220px at 10% 0%, rgba(148,163,184,.06), transparent 55%);
  pointer-events:none;
}
.wf-legal__content{ padding-top: 16px; }

.wf-legal__cardtop{
  position: relative;
  z-index: 1;
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom: 14px;
}

.wf-legal__icon{
  width: 42px;
  height: 42px;
  display:grid;
  place-items:center;
  border-radius: 14px;
  border: 1px solid rgba(148,163,184,.35);
  background: rgba(15,23,42,.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  color: rgba(255,255,255,.88);
}

.wf-legal__cardtitle{
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -.01em;
}
.wf-legal__cardsub{
  margin-top: 2px;
  font-size: 13px;
  color: var(--wf-muted2);
}

/* Facts */
.wf-legal__facts{
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.wf-legal__fact{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(148,163,184,.14);
}
.wf-legal__fact:last-child{ border-bottom: 0; }

.wf-legal__facts dt{
  color: var(--wf-muted2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.wf-legal__facts dd{
  margin: 0;
  color: rgba(249,250,251,.92);
  font-weight: 650;
}

.wf-legal__muted{ color: var(--wf-muted2); }

/* Note */
.wf-legal__note{
  position: relative;
  z-index: 1;
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(15,23,42,.45);
  color: rgba(249,250,251,.86);
  font-size: 13px;
  line-height: 1.55;
}
.wf-legal__note strong{
  font-weight: 900;
}

/* TOC */
.wf-legal__toc{
  position: relative;
  z-index: 1;
  margin: 2px 0 14px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(15,23,42,.42);
}
.wf-legal__tocTitle{
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(249,250,251,.86);
  margin-bottom: 8px;
}
.wf-legal__tocList{
  margin: 0;
  padding-left: 18px;
  color: var(--wf-muted);
  display:grid;
  gap: 6px;
}
.wf-legal__tocList a{
  text-decoration: none;
  color: rgba(249,250,251,.86);
}
.wf-legal__tocList a:hover{
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Sections */
.wf-legal__sec{
  position: relative;
  z-index: 1;
  padding: 14px 0;
  border-top: 1px solid rgba(148,163,184,.14);
}
.wf-legal__sec:first-of-type{ border-top: 0; padding-top: 6px; }

.wf-legal__sec h2{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -.01em;
}
.wf-legal__sec p{
  margin: 0 0 10px;
  color: rgba(249,250,251,.88);
  line-height: 1.7;
  font-size: 14px;
}
.wf-legal__sec p:last-child{ margin-bottom: 0; }

/* Footer */
.wf-legal__foot{
  position: relative;
  z-index: 1;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(148,163,184,.16);
}
.wf-legal__footline{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  align-items:center;
  color: var(--wf-muted2);
  font-size: 13px;
}
.wf-legal__sep{ opacity: .55; }

/* Sticky only on desktop */
@media (min-width: 980px){
  .wf-legal__card--sticky{
    position: sticky;
    top: 16px;
  }
}

/* Responsive */
@media (max-width: 980px){
  .wf-legal__grid{
    grid-template-columns: 1fr;
  }
  .wf-legal{
    padding: 22px 16px;
    border-radius: 18px;
  }
  .wf-legal__fact{
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* =========================================================
   WF – AGB Layout EINSPALTIG (untereinander)
========================================================= */

.wf-legal__grid{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Sticky entfernen */
.wf-legal__card--sticky{
  position: relative !important;
  top: auto !important;
}

/* Anbieter-Card zuerst */
.wf-legal__grid > .wf-legal__card:first-child{
  order: 1;
}

/* Content danach */
.wf-legal__grid > .wf-legal__content{
  order: 2;
}

/* Mehr Luft zwischen Sections */
.wf-legal__sec{
  padding: 18px 0;
}

/* Inhaltsverzeichnis etwas breiter wirken lassen */
.wf-legal__toc{
  margin-bottom: 18px;
}

/* Optional: Anbieter-Card etwas breiter typografisch */
.wf-legal__facts{
  max-width: 720px;
}/* End custom CSS */