.elementor-339 .elementor-element.elementor-element-c742bcf{--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;}body.elementor-page-339:not(.elementor-motion-effects-element-type-background), body.elementor-page-339 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at top right, #000000 15%, #E2E2E2 100%);}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d8509d8 *//* ===== Datenschutzerklärung – EFT Stil (wie Impressum) ===== */
#ds-page {
  --ink: #eaeaea;
  --muted: rgba(234,234,234,.75);
  --card-bg: rgba(16,16,18,.40);
  --stroke: rgba(255,255,255,.12);
  --shadow: 0 18px 40px rgba(0,0,0,.45);
  --radius: 18px;

  color: var(--ink);
}

#ds-page .ds-wrap{
  max-width: 1200px;
  margin: clamp(24px,4vw,48px) auto;
  padding: 0 clamp(16px,2.5vw,24px);
}

#ds-page .ds-title{
  margin: 0 0 clamp(18px,2.8vw,26px);
  font-weight: 800;
  font-size: clamp(28px,4vw,44px);
  line-height: 1.12;
  color: #fff;
  letter-spacing: .01em;
}

#ds-page .ds-card{
  background: var(--card-bg);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  box-shadow: var(--shadow);
  padding: clamp(18px,2.6vw,28px);
  overflow: hidden;
}

#ds-page .ds-card h2{
  margin: clamp(14px,2.2vw,20px) 0 clamp(8px,1.4vw,10px);
  font-size: clamp(18px,2.2vw,24px);
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

#ds-page .ds-card p{
  margin: 0 0 12px;
  font-size: clamp(15px,1.5vw,16px);
  line-height: 1.6;
  color: var(--muted);
}

#ds-page .ds-card a{
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

#ds-page .ds-card ul{
  margin: 8px 0 12px 1.2em;
  padding: 0;
}
#ds-page .ds-card ul li{
  margin: 2px 0 6px;
  padding-left: .2em;
  color: var(--muted);
}

#ds-page .ds-card .ds-sep{
  border: none;
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: clamp(16px,2.4vw,22px) 0;
}

/* Footerzeile in der Karte */
#ds-page .ds-credit{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 12px;
  margin-top: clamp(12px,2vw,16px);
}
#ds-page .ds-credit .ds-itrk img{
  display: block;
  height: 22px;
  width: auto;
  opacity: .85;
}
#ds-page .ds-credit .ds-stand{
  font-size: 14px;
  color: var(--muted);
  white-space: nowrap;
}

/* Abstand unterhalb der Karte NICHT übertrieben groß */
#ds-page .ds-wrap + *{
  margin-top: 0 !important;
}

/* Mobile Feinschliff */
@media (max-width: 720px){
  #ds-page .ds-title{ font-size: clamp(26px,6vw,34px); }
  #ds-page .ds-credit{ flex-direction: column; align-items: flex-start; gap: 8px; }
}/* End custom CSS */