.elementor-6739 .elementor-element.elementor-element-0b1583f{--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;--padding-top:5rem;--padding-bottom:10rem;--padding-left:5rem;--padding-right:5rem;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-6739 .elementor-element.elementor-element-0b1583f{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:2rem;--padding-bottom:2rem;--padding-left:1rem;--padding-right:1rem;}.elementor-6739 .elementor-element.elementor-element-f5fc786{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-f5fc786 *//* =========================================================
   WEBFIRE – Kundendashboard: Support (wf-support-page)
   Drop-in CSS (scoped)
   ✅ KEINE Hard-Fixes für Breite / keine Parent-Overrides
   ✅ Greift nur innerhalb .wf-support-page
========================================================= */

:root{
  --wf-bg:#020617;
  --wf-card-bg:#111827;

  --wf-border: rgba(148,163,184,.32);
  --wf-border-soft: rgba(148,163,184,.18);

  --wf-panel: rgba(15,23,42,.55);
  --wf-panel2: rgba(15,23,42,.75);

  --wf-text: rgba(249,250,251,.92);
  --wf-muted: rgba(156,163,175,.95);
  --wf-muted2: rgba(156,163,175,.75);

  --wf-accent:#e05f00;
  --wf-accent-grad: linear-gradient(120deg,#f97316,#fb923c,#fed7aa);

  --wf-r: 18px;
  --wf-shadow-outer: 0 28px 80px rgba(0,0,0,.70), 0 0 0 1px rgba(0,0,0,.35);
  --wf-shadow-card:  0 14px 38px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.04);

  /* Layout (nur Wrapper innen) */
  --wf-max: 1100px;
  --wf-pad-x: 22px;
  --wf-pad-y: 28px;
}

/* =========================================================
   Wrapper (Premium Container)
========================================================= */
.wf-support-page{
  color: var(--wf-text);
  border-radius: calc(var(--wf-r) + 6px);
  border: 1px solid var(--wf-border-soft);
  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: var(--wf-shadow-outer);

  padding: var(--wf-pad-y) var(--wf-pad-x);
  box-sizing: border-box;

  /* optional “premium width” ohne harte Parent-Overrides */
  max-width: var(--wf-max);
  margin: 0 auto;
}

/* Theme-resets innerhalb wrapper */
.wf-support-page *{ box-sizing:border-box; }
.wf-support-page img, .wf-support-page svg{ max-width:100%; height:auto; }
.wf-support-page a,
.wf-support-page a:hover,
.wf-support-page a:visited{ color: inherit; text-decoration: none; }

/* =========================
   Header
========================= */
.wf-support-page .wf-bill-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  margin: 6px 0 18px;
}

.wf-support-page .wf-bill-title{
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.wf-support-page .wf-bill-sub{
  margin-top: 8px;
  font-size: 14px;
  color: var(--wf-muted2);
  max-width: 72ch;
}

.wf-support-page .wf-bill-actions{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* Chip */
.wf-support-page .wf-bill-chip,
.wf-support-page .wf-bill-chip:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.42rem 1.05rem;
  border-radius:999px;
  font-size:.75rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;

  background: var(--wf-accent-grad);
  color:#0b1120;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:
    0 10px 24px rgba(0,0,0,.35),
    inset 0 0 1.2em -0.6em rgba(15,23,42,.85);
  transition: filter .18s ease, transform .18s ease;
}
.wf-support-page .wf-bill-chip:hover{
  filter:brightness(1.03);
  transform: translateY(-1px);
}

/* =========================
   Notices
========================= */
.wf-support-page .wf-support-notice{
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(148,163,184,.28);
  background: rgba(15,23,42,.65);
  color: rgba(249,250,251,.92);
  font-size: 14px;
  line-height: 1.45;
}
.wf-support-page .wf-support-notice[data-ok="1"]{
  border-color: rgba(34,197,94,.55);
  background: rgba(34,197,94,.10);
}
.wf-support-page .wf-support-notice[data-ok="0"]{
  border-color: rgba(239,68,68,.55);
  background: rgba(239,68,68,.10);
}

/* =========================
   Grid
========================= */
.wf-support-page .wf-bill-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
  width: 100%;
}

/* =========================
   Card
========================= */
.wf-support-page .wf-bill-card{
  position: relative;
  display:flex;
  flex-direction:column;

  border-radius: var(--wf-r);
  border: 1px solid var(--wf-border);
  background: var(--wf-card-bg);
  box-shadow: var(--wf-shadow-card);

  padding: 18px 18px 16px;
  overflow:hidden;
}

.wf-support-page .wf-bill-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;
}

/* Card top */
.wf-support-page .wf-bill-card-top,
.wf-support-page .wf-bill-card-top.wf-support-top{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  text-align:left;
  margin-bottom: 18px;
}

/* =========================
   Icon (theme-proof)
========================= */
.wf-support-page .wf-ic,
.wf-support-page .wf-ic.wf-ic--lg{
  width: 64px;
  height: 64px;
  display:grid;
  place-items:center;
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,.40);
  background: rgba(15,23,42,.88);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 10px 24px rgba(0,0,0,.35);
  overflow:hidden;
}

.wf-support-page .wf-ic svg,
.wf-support-page svg.wf-ic-svg{
  display:block;
  width: 32px;
  height: 32px;
}

/* Stroke Icons default */
.wf-support-page .wf-ic svg{
  stroke: rgba(255,255,255,.92);
  color: rgba(255,255,255,.92);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wf-support-page .wf-ic svg *{
  stroke: rgba(255,255,255,.92);
  fill: none;
  vector-effect: non-scaling-stroke;
}

/* Fill Icons opt-in */
.wf-support-page .wf-support-icon,
.wf-support-page .wf-support-icon *{
  fill: #ffffff !important;
  stroke: none !important;
  color:#ffffff !important;
}

/* =========================
   Body / Footer
========================= */
.wf-support-page .wf-bill-body{
  position:relative;
  z-index:1;
  flex: 1 1 auto;
  padding-bottom: 18px;
}
.wf-support-page .wf-bill-footer{
  position:relative;
  z-index:1;
  margin-top:auto;
  padding-top: 0;
  border-top: 0;
}

.wf-support-page .wf-bill-card--divider .wf-bill-footer{
  padding-top: 14px;
  border-top: 1px solid rgba(148,163,184,.18);
}

/* Meta rows */
.wf-support-page .wf-bill-meta{
  display:grid;
  gap:8px;
}
.wf-support-page .wf-bill-meta-row{
  display:flex;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.82);
}
.wf-support-page .wf-bill-meta-row span{ color: rgba(156,163,175,.95); }
.wf-support-page .wf-bill-meta-row strong{
  font-weight: 900;
  color: rgba(249,250,251,.92);
}

/* =========================
   Form
========================= */
.wf-support-page .wf-support-form{
  display:flex;
  flex-direction:column;
  gap:18px;
  margin: 0;
}

.wf-support-page .wf-form-row{
  display:grid;
  grid-template-columns: 1fr;
  gap:16px;
  margin:0;
}

.wf-support-page .wf-form-stack{ margin:0; }

.wf-support-page .wf-field{
  display:flex;
  flex-direction:column;
  margin:0;
}

.wf-support-page .wf-field-label{
  font-size:13px;
  font-weight:900;
  color: var(--wf-muted);
  margin-bottom:8px;
  line-height: 1.2;
}

.wf-support-page .wf-input{
  width:100%;
  background: rgba(15,23,42,.65);
  border: 1px solid var(--wf-border);
  border-radius: 14px;

  height:48px;
  padding:0 14px;

  color: var(--wf-text);
  font-size:14px;
  outline:none;
}

/* Textarea */
.wf-support-page .wf-textarea{
  height:auto;
  min-height: 180px;
  padding: 12px 14px;
  line-height: 1.55;
  resize: vertical;
}

/* Select arrow */
.wf-support-page select.wf-input{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(249,250,251,.85) 50%),
    linear-gradient(135deg, rgba(249,250,251,.85) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size:6px 6px, 6px 6px;
  background-repeat:no-repeat;
  padding-right: 40px;
}

/* Focus */
.wf-support-page .wf-input:focus,
.wf-support-page .wf-input:focus-visible{
  outline:none !important;
  box-shadow:none !important;
  border-color: rgba(148,163,184,.55) !important;
  background: rgba(15,23,42,.70) !important;
}

/* Autofill dark fix */
.wf-support-page input.wf-input:-webkit-autofill,
.wf-support-page input.wf-input:-webkit-autofill:hover,
.wf-support-page input.wf-input:-webkit-autofill:focus,
.wf-support-page textarea.wf-input:-webkit-autofill,
.wf-support-page textarea.wf-input:-webkit-autofill:hover,
.wf-support-page textarea.wf-input:-webkit-autofill:focus,
.wf-support-page select.wf-input:-webkit-autofill,
.wf-support-page select.wf-input:-webkit-autofill:hover,
.wf-support-page select.wf-input:-webkit-autofill:focus{
  -webkit-text-fill-color: rgba(249,250,251,.92) !important;
  caret-color: rgba(249,250,251,.92) !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(15,23,42,.65) inset !important;
  box-shadow: 0 0 0px 1000px rgba(15,23,42,.65) inset !important;
  border: 1px solid rgba(148,163,184,.32) !important;
  transition: background-color 9999s ease-out 0s !important;
}

/* Actions */
.wf-support-page .wf-support-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top: 8px;
  flex-wrap:wrap;
}

.wf-support-page .wf-btn-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: var(--wf-accent-grad);
  color:#0b1120;
  font-weight:900;
  font-size:14px;
  letter-spacing:.02em;
  cursor:pointer;
  box-shadow:
    0 10px 24px rgba(0,0,0,.35),
    inset 0 0 1.2em -0.6em rgba(15,23,42,.85);
  transition: filter .18s ease, transform .18s ease;
}
.wf-support-page .wf-btn-submit:hover{
  color:#ffffff !important;
  filter: brightness(1.04);
  transform: translateY(-1px);
}
.wf-support-page .wf-btn-submit:disabled{
  opacity:.7;
  cursor:not-allowed;
  transform: none;
}

/* Help */
.wf-support-page .wf-help{
  font-size: 12px;
  color: var(--wf-muted2);
  line-height: 1.5;
}

/* Bottom info */
.wf-support-page .wf-bill-info{
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: var(--wf-r);
  border: 1px solid rgba(148,163,184,.24);
  background: rgba(2,6,23,.55);
}
.wf-support-page .wf-bill-info-title{
  font-weight: 950;
  letter-spacing: -.01em;
  margin-bottom: 6px;
  color: var(--wf-accent);
}
.wf-support-page .wf-bill-info-text{
  color: var(--wf-muted2);
  font-size: 14px;
  line-height: 1.55;
}

/* =========================
   Responsive
========================= */

/* ab 900px: 2-Spalten Form */
@media (min-width: 900px){
  .wf-support-page .wf-form-row{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

/* Mobile */
@media (max-width: 640px){
  :root{
    --wf-pad-x: 16px;
    --wf-pad-y: 22px;
  }

  .wf-support-page{
    border-radius: calc(var(--wf-r) + 2px);
    padding: var(--wf-pad-y) var(--wf-pad-x);
  }

  .wf-support-page .wf-bill-head{
    flex-direction:column;
    align-items:stretch;
    gap: 12px;
  }

  .wf-support-page .wf-bill-actions{
    justify-content:flex-start;
  }

  .wf-support-page .wf-bill-chip{
    width:100%;
  }

  .wf-support-page .wf-support-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .wf-support-page .wf-btn-submit{
    width:100%;
  }

  .wf-support-page .wf-ic,
  .wf-support-page .wf-ic.wf-ic--lg{
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .wf-support-page .wf-ic svg,
  .wf-support-page svg.wf-ic-svg{
    width: 30px;
    height: 30px;
  }
}/* End custom CSS */