:root{--legal-red:#cf1616;--legal-ink:#1f2023;--legal-muted:#646970;--legal-paper:#f5f5f6;--legal-line:#dedfe2;}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.legal-page{margin:0;overflow-x:hidden;background:#fff;color:var(--legal-ink);font-family:"Albert Sans","Roboto",Arial,sans-serif;-webkit-font-smoothing:antialiased}
.skip-link{position:fixed;top:8px;left:8px;z-index:20000;padding:10px 14px;background:#fff;color:#111;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.legal-shell{width:min(1160px,calc(100% - 48px));margin-inline:auto}
.legal-hero{position:relative;min-height:600px;display:grid;align-items:center;overflow:hidden;background:linear-gradient(145deg,#f4f4f5 0%,#fff 56%,#f8eeee 100%)}
.legal-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(34,34,38,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(34,34,38,.045) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:radial-gradient(115% 95% at 12% 30%,#000 22%,rgba(0,0,0,.5) 58%,transparent 86%);mask-image:radial-gradient(115% 95% at 12% 30%,#000 22%,rgba(0,0,0,.5) 58%,transparent 86%)}
/* Weicher Ausklang nach unten, damit der Aufmacher in die weisse
   Inhaltsflaeche laeuft statt an einer Kante zu enden. */
.legal-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:230px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 92%);pointer-events:none;z-index:1}
.legal-hero__inner{position:relative;z-index:2;padding:92px 0 76px}
.legal-kicker{margin:0 0 20px;color:var(--legal-red);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.legal-hero h1{max-width:850px;margin:0;font-size:clamp(68px,11vw,146px);font-weight:750;letter-spacing:-.075em;line-height:.82}
.legal-hero h1 span{color:var(--legal-red)}
.legal-lead{max-width:620px;margin:34px 0 0;color:#555a61;font-size:clamp(18px,2vw,23px);line-height:1.55}
.legal-scroll{display:inline-flex;align-items:center;gap:14px;margin-top:42px;padding:14px 20px;border:1px solid rgba(207,22,22,.35);border-radius:999px;color:var(--legal-red);font-size:13px;font-weight:750;text-decoration:none;transition:.25s ease}
.legal-scroll:hover{background:var(--legal-red);color:#fff;transform:translateY(-2px)}
.legal-orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none;-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 52%,rgba(0,0,0,.45) 74%,transparent 92%);mask-image:radial-gradient(circle at 50% 50%,#000 52%,rgba(0,0,0,.45) 74%,transparent 92%)}
.legal-orb--one{right:-120px;top:80px;width:430px;height:430px;border:1px solid rgba(207,22,22,.18);box-shadow:inset 0 0 100px rgba(207,22,22,.08)}
.legal-orb--two{right:190px;bottom:-130px;width:250px;height:250px;background:rgba(207,22,22,.065)}
.legal-content{padding:110px 0 130px;background:#fff}
.legal-intro{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:80px;align-items:end;margin-bottom:52px}
.legal-intro h2{margin:0;font-size:clamp(38px,5vw,66px);letter-spacing:-.05em;line-height:.95}
.legal-intro>p{max-width:650px;margin:0;color:var(--legal-muted);font-size:16px;line-height:1.75}
.legal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.legal-card{position:relative;min-height:330px;padding:40px;border:1px solid var(--legal-line);border-radius:24px;background:#fff;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.legal-card:hover{transform:translateY(-5px);border-color:rgba(207,22,22,.5);box-shadow:0 24px 54px rgba(30,31,35,.1)}
.legal-card--featured{grid-column:1/-1;min-height:350px;padding-right:36%;background:linear-gradient(135deg,#202124,#303136);color:#fff;border-color:#202124}
.legal-card--featured::after{content:"DS";position:absolute;right:110px;bottom:20px;color:rgba(255,255,255,.045);font-size:190px;font-weight:800;line-height:1;letter-spacing:-.055em}
.legal-card--wide{grid-column:1/-1;min-height:auto}
.legal-number{position:absolute;top:32px;right:34px;color:#a1a3a8;font-size:12px;font-weight:750;letter-spacing:.16em}
.legal-card--featured .legal-number{color:rgba(255,255,255,.45)}
.legal-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:50px;border-radius:14px;background:rgba(207,22,22,.08);color:var(--legal-red)}
.legal-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.legal-card--featured .legal-icon{background:var(--legal-red);color:#fff}
.legal-label{margin:0 0 12px;color:var(--legal-red);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.legal-card h3{max-width:760px;margin:0;font-size:clamp(24px,3vw,38px);letter-spacing:-.035em;line-height:1.15}
.legal-card dl{margin:38px 0 0}.legal-card dl div{display:flex;gap:20px;align-items:baseline}.legal-card dt{color:rgba(255,255,255,.62);font-size:13px}.legal-card dd{margin:0;font-size:18px;font-weight:750;letter-spacing:.04em}
.legal-card address{margin-top:26px;color:var(--legal-muted);font-size:17px;font-style:normal;line-height:1.7}
.legal-links{display:grid;gap:10px;margin-top:25px}.legal-links a{width:max-content;max-width:100%;color:var(--legal-ink);font-size:16px;text-decoration:none;border-bottom:1px solid rgba(207,22,22,.28);transition:color .2s}.legal-links a:hover{color:var(--legal-red)}
.legal-people{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px}.legal-people div{padding:22px 24px;border-radius:16px;background:var(--legal-paper)}.legal-people span{display:block;margin-bottom:7px;color:var(--legal-muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.legal-people strong{font-size:18px}
.legal-footer{background:#202124;color:#fff}.legal-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:70px;padding-block:72px}.legal-footer__brand img{width:220px;max-width:100%;filter:brightness(0) invert(1)}.legal-footer__brand p{margin:16px 0 0;color:rgba(255,255,255,.5);font-size:11px;font-weight:800;letter-spacing:.18em}.legal-footer__title{margin:0 0 18px;color:#fff;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.legal-footer__grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start}.legal-footer a{margin:0 0 10px;color:rgba(255,255,255,.65);text-decoration:none;transition:color .2s}.legal-footer a:hover,.legal-footer a[aria-current="page"]{color:#fff}.legal-footer a[aria-current="page"]{border-bottom:2px solid var(--legal-red)}.legal-footer__bottom{border-top:1px solid rgba(255,255,255,.1)}.legal-footer__bottom .legal-shell{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:rgba(255,255,255,.45);font-size:12px}.legal-footer__bottom a{margin:0;color:#fff}

/* Hauptseiten-Footer: identisches Markup, eigenstaendig gestylt. */
.legal-page .dsx-location-footer{position:relative;overflow:hidden;background:#464646;color:#fff;font-family:"Roboto",Arial,sans-serif}
.legal-page .dsx-location-footer *{box-sizing:border-box}
.legal-page .dsx-location-footer .e-con-inner{width:min(1347px,calc(100% - 48px));margin-inline:auto}
.legal-page .dsx-location-footer .dsx-widget-container{width:100%}
.legal-page .dsx-location-footer .dsx-element-210be13{border-bottom:2px solid #3d3d3d}
.legal-page .dsx-location-footer .dsx-element-210be13>.e-con-inner{min-height:94px;display:flex;align-items:center;justify-content:center}
.legal-page .dsx-location-footer .dsx-icon-list-items{display:flex;align-items:center;justify-content:center;gap:44px;margin:0;padding:0;list-style:none}
.legal-page .dsx-location-footer .dsx-icon-list-item,.legal-page .dsx-location-footer .dsx-icon-list-item>a{display:flex;align-items:center;gap:9px;color:#fff;font-size:17px;text-decoration:none}
.legal-page .dsx-location-footer .dsx-icon-list-icon{display:inline-flex;color:#fff;transition:color .2s ease}
.legal-page .dsx-location-footer .dsx-icon-list-item:hover .dsx-icon-list-icon{color:#e60909}
.legal-page .dsx-location-footer .dsx-element-bd866f2{display:none}
.legal-page .dsx-location-footer .dsx-element-8316059{border-bottom:2px solid #3d3d3d}
.legal-page .dsx-location-footer .dsx-element-8316059>.e-con-inner{display:grid;justify-items:center;gap:14px;padding:38px 0 42px;text-align:center}
.legal-page .dsx-location-footer .dsx-heading-title,.legal-page .dsx-location-footer .dsx-headline{margin:0;color:#fff}
.legal-page .dsx-location-footer .dsx-element-bb36a87 .dsx-heading-title{font-size:62px;font-weight:600;line-height:1}
.legal-page .dsx-location-footer .dsx-headline{font-size:28px;font-weight:600;color:#74879e}
.legal-page .dsx-location-footer .dsx-headline-dynamic-text{position:relative;margin-left:5px}
.legal-page .dsx-location-footer .dsx-headline-dynamic-text::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;border-radius:50%;background:#cf2b2b;transform:rotate(-1deg)}
.legal-page .dsx-location-footer .dsx-button{display:inline-flex;margin-top:8px;padding:14px 25px;background:#cf1616;color:#fff;font-size:17px;font-weight:300;text-decoration:none;box-shadow:0 0 10px rgba(0,0,0,.5);transition:background .2s ease,transform .2s ease}
.legal-page .dsx-location-footer .dsx-button:hover{background:#a91111;transform:translateY(-2px)}
.legal-page .dsx-location-footer .dsx-button-content-wrapper{display:flex;align-items:center;gap:10px}
.legal-page .dsx-location-footer .dsx-element-38457de{position:relative;min-height:150px;padding-top:24px;background:#464646;text-align:center}
.legal-page .dsx-location-footer .dsx-element-6b5da37{position:relative;z-index:2;padding-bottom:14px}
.legal-page .dsx-location-footer .dsx-element-6b5da37 .dsx-heading-title{color:#868889;font-size:16px;font-weight:300}
.legal-page .dsx-location-footer .shape-wave{position:absolute;right:0;bottom:-8px;left:0;height:100px;overflow:hidden}
.legal-page .dsx-location-footer .shape-wave svg{position:absolute;right:0;bottom:0;left:0;width:100%;height:80px}
.legal-page .dsx-location-footer .shape-wave svg+svg{height:60px}
.legal-page .dsx-location-footer .shape-wave path{fill:var(--legal-red)}
.legal-page .dsx-location-footer .shape-wave svg+svg path{fill:rgba(207,22,22,.64)}
@media(max-width:767px){
  body.legal-page{--dsnav-h:72px;--dsnav-topbar-h:0px}
  body.legal-page .dsnav-topbar{display:none!important}
  body.legal-page .dsnav-bar{top:0!important;box-shadow:0 8px 24px rgba(24,25,28,.09)}
  body.legal-page .dsnav-inner{height:72px;padding:0 16px}
  body.legal-page .dsnav-brand img{max-width:140px;height:auto}
  body.legal-page .dsnav-burger{width:48px;height:48px;align-items:center;justify-content:center;border-radius:14px;padding:12px;touch-action:manipulation}
  body.legal-page .dsnav-nav{top:72px;height:calc(100dvh - 72px);max-height:calc(100dvh - 72px);padding:10px 18px max(28px,env(safe-area-inset-bottom))}
  .legal-shell{width:min(calc(100% - 28px),620px)}
  .legal-hero{min-height:480px}.legal-hero__inner{padding:62px 0}.legal-hero h1{font-size:clamp(52px,16.5vw,68px);letter-spacing:-.08em}.legal-lead{margin-top:26px;font-size:17px}.legal-scroll{margin-top:30px}
  .legal-orb--one{width:280px;height:280px;right:-150px}.legal-orb--two{display:none}
  .legal-content{padding:72px 0 84px}.legal-intro{grid-template-columns:1fr;gap:22px;margin-bottom:36px}.legal-intro h2{font-size:42px}.legal-intro>p{font-size:14px;line-height:1.65}
  .legal-grid{grid-template-columns:1fr;gap:14px}.legal-card,.legal-card--featured,.legal-card--wide{grid-column:auto;min-height:0;padding:28px 24px}.legal-card--featured{padding-right:24px}.legal-card--featured::after{font-size:108px;right:18px;bottom:16px;letter-spacing:-.04em}.legal-icon{width:44px;height:44px;margin-bottom:36px}.legal-card h3{font-size:26px}.legal-card dl div{display:block}.legal-card dt{display:block;margin-bottom:7px}.legal-card address{font-size:16px}.legal-links a{font-size:15px;overflow-wrap:anywhere}
  .legal-people{grid-template-columns:1fr}.legal-people div{padding:18px}
  .legal-footer__grid{grid-template-columns:1fr;gap:38px;padding-block:54px}.legal-footer__bottom .legal-shell{min-height:88px;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.legal-footer__bottom a{margin:0}
  .legal-page .dsx-location-footer .e-con-inner{width:min(calc(100% - 28px),620px)}
  .legal-page .dsx-location-footer .dsx-element-210be13>.e-con-inner{padding:28px 0}
  .legal-page .dsx-location-footer .dsx-icon-list-items{flex-wrap:wrap;gap:16px 22px}
  .legal-page .dsx-location-footer .dsx-icon-list-item,.legal-page .dsx-location-footer .dsx-icon-list-item>a{font-size:14px}
  .legal-page .dsx-location-footer .dsx-element-8316059>.e-con-inner{padding:34px 0 38px}
  .legal-page .dsx-location-footer .dsx-element-bb36a87 .dsx-heading-title{font-size:48px}
  .legal-page .dsx-location-footer .dsx-headline{font-size:21px}
  .legal-page .dsx-location-footer .dsx-button{font-size:14px}
  .legal-page .dsx-location-footer .dsx-element-38457de{min-height:135px}
  .legal-page .dsx-location-footer .dsx-element-6b5da37 .dsx-heading-title{padding-inline:16px;font-size:13px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.legal-card,.legal-scroll{transition:none}}
