#sidebar-left {
	display:none !important;
}

#site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 999;
}

section.first {
  padding-top: 9rem !important;  
}

section:not(.first)  {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* LAYOUT */
.page-body {
  max-width: 1260px;
  margin: 0 auto;
  padding: 3rem 5% 5rem;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 3.5rem;
  align-items: start;
}
@media (max-width: 960px) {
  .page-body {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.5rem 5% 4rem;
  }
}

/* MAIN */
.ds-main {
  min-width: 0;
}

/* INTRO LEAD */
.ds-lead {
  font-family: var(--serif);

  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--dark);
  margin-bottom: 0.4rem;
}
.ds-lead-sub {
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 2.2rem;
  max-width: 60ch;
}

/* RESPONSIBLE BODY CARD */
.ds-resp {
  background: var(--red);
  color: #fff;
  border-radius: 2px;
  padding: 1.8rem 2rem;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}
.ds-resp::before {
  content: "\00a7";
  font-family: var(--serif);
  font-size: 9rem;
  position: absolute;
  top: -1.5rem;
  right: 0.5rem;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  pointer-events: none;
}
.ds-resp-lbl {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 1rem;
  position: relative;
}
.ds-resp-lbl::before {
  content: "";
  width: 14px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.ds-resp h2 {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.6rem;
  position: relative;
}
.ds-resp address {
  font-style: normal;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  position: relative;
}
.ds-resp address a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: border-color 0.15s;
}
.ds-resp address a:hover {
  border-color: #fff;
}

/* SECTION */
.ds-section {
  background: #fff;
  border: 1px solid var(--bdr);
  border-radius: 2px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  scroll-margin-top: 90px;
}
.ds-section-header {
  padding: 1.3rem 1.7rem;
  border-bottom: 1px solid var(--bdr);
  display: flex;
  align-items: center;
  gap: 13px;
}
.ds-section-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--cream2);
  border: 1px solid var(--bdr);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 500;
  flex-shrink: 0;
  font-family: var(--serif);
}

.ds-section-body {
  padding: 1.7rem;
}
.ds-section-body > p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1rem;
}
.ds-section-body > p:last-child {
  margin-bottom: 0;
}
.ds-section-body a {
  color: var(--red);
  border-bottom: 1px solid rgba(109, 26, 52, 0.2);
  transition: border-color 0.15s;
  word-break: break-word;
}
.ds-section-body a:hover {
  border-color: var(--red);
}

/* SUB-BLOCKS (Art und Zweck, Rechtsgrundlage ...) */
.ds-sub {
  padding: 1.1rem 0;
  border-top: 1px solid var(--bdr);
}
.ds-sub:first-child {
  padding-top: 0;
  border-top: none;
}
.ds-sub-lbl {
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.6rem;
}
.ds-sub-lbl::before {
  content: "";
  width: 10px;
  height: 1px;
  background: var(--red);
  flex-shrink: 0;
}
.ds-sub p {
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 0.7rem;
}
.ds-sub p:last-child {
  margin-bottom: 0;
}

/* RIGHTS GRID */
.ds-rights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0.4rem 0 1.3rem;
}
@media (max-width: 560px) {
  .ds-rights {
    grid-template-columns: 1fr;
  }
}
.ds-right {
  border: 1px solid var(--bdr);
  border-radius: 2px;
  padding: 0.95rem 1.1rem;
  border-left: 3px solid var(--sage);
  background: var(--cream);
}
.ds-right-art {
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--acc);
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.ds-right-txt {
  font-size: 0.85rem;
  color: var(--dark);
  line-height: 1.55;
}

/* INLINE LIST */
.ds-list {
  list-style: none;
  margin: 0.3rem 0 1rem;
}
.ds-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.65;
  padding: 0.4rem 0;
}
.ds-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
  flex-shrink: 0;
  margin-top: 0.55rem;
}

/* CALLOUT */
.ds-callout {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 1.1rem 1.3rem;
  background: rgba(90, 122, 58, 0.06);
  border: 1px solid rgba(90, 122, 58, 0.15);
  border-radius: 2px;
  margin-top: 0.4rem;
}
.ds-callout-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  line-height: 1.4;
}
.ds-callout p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}
.ds-callout strong {
  color: var(--dark);
  font-weight: 400;
}

/* NESTED SUB-SERVICE (Microsoft Clarity within Analytics) */
.ds-service {
  border: 1px solid var(--bdr);
  border-radius: 2px;
  padding: 1.2rem 1.4rem;
  margin: 1.1rem 0;
  background: var(--cream);
}
.ds-service-ttl {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 0.7rem;
}

/* SIDEBAR */
.ds-aside {
  position: sticky;
  top: 88px;
}
@media (max-width: 960px) {
  .ds-aside {
    position: static;
  }
}
.sb-box {
  background: #fff;
  border: 1px solid var(--bdr);
  border-radius: 2px;
  padding: 1.5rem;
  margin-bottom: 16px;
}
.sb-ttl {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 1.2rem;
}
.sb-ttl::before {
  content: "";
  width: 14px;
  height: 1px;
  background: var(--red);
}

/* TOC */
.ds-toc {
  list-style: none;
  counter-reset: toc;
}
.ds-toc li {
  counter-increment: toc;
}
.ds-toc a {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.8rem;
  color: var(--muted);
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--bdr);
  line-height: 1.4;
  transition: color 0.15s;
}
.ds-toc li:last-child a {
  border-bottom: none;
}
.ds-toc a::before {
  content: counter(toc, decimal-leading-zero);
  font-family: var(--serif);
  font-size: 0.78rem;
  color: rgba(109, 26, 52, 0.4);
  flex-shrink: 0;
  min-width: 18px;
}
.ds-toc a:hover {
  color: var(--red);
}
.ds-toc a:hover::before {
  color: var(--red);
}

/* DPO CONTACT */
.ds-dpo address {
  font-style: normal;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.7;
}
.ds-dpo address strong {
  color: var(--dark);
  font-weight: 400;
  font-family: var(--serif);
  font-size: 1rem;
}
.ds-dpo address a {
  color: var(--red);
}
.ds-dpo address a:hover {
  color: var(--red2);
}
.ds-dpo .contact-line {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--bdr);
  font-size: 0.83rem;
  color: var(--muted);
  margin-top: 0.9rem;
}
.ds-dpo .contact-icon {
  font-size: 0.9rem;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.ds-dpo .contact-line a {
  color: var(--red);
}

/* SECURE BADGE */
.secure-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1rem;
  background: rgba(90, 122, 58, 0.06);
  border: 1px solid rgba(90, 122, 58, 0.15);
  border-radius: 2px;
}
.secure-badge-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}
.secure-badge p {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.55;
}
.secure-badge strong {
  color: var(--dark);
  font-weight: 400;
}

/* META FOOT NOTE */
.ds-meta {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--bdr);
  text-align: center;
}
.ds-meta a {
  color: var(--red);
  border-bottom: 1px solid rgba(109, 26, 52, 0.2);
}

/* FOOTER */
footer {
  background: var(--dark);
  padding: 3.5rem 5% 2rem;
}
.fgrid {
  max-width: 1260px;
  margin: 0 auto 2.5rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 800px) {
  .fgrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .fgrid {
    grid-template-columns: 1fr;
  }
}
.fbrand p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.75;
  max-width: 280px;
  margin-top: 0.7rem;
}
.fcol h4 {
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
}
.fcol ul {
  list-style: none;
}
.fcol ul li {
  margin-bottom: 0.5rem;
}
.fcol ul li a {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.15s;
}
.fcol ul li a:hover {
  color: #fff;
}
.fbot {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.fcopy {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.25);
}
.flinks {
  display: flex;
  gap: 1.5rem;
}
.flinks a {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.15s;
}
.flinks a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* MOBILE NAV */
@media (max-width: 1024px) {
  .nav-links,
  .nav-cta {
    display: none;
  }
  .nav-hbg {
    display: flex;
  }
  .nav-inner {
    padding: 0 20px;
  }
  .nav-logo {
    margin-right: 0;
  }
  #mob-p {
    display: none;
    background: #fff;
    border-top: 1px solid var(--bdr);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  #mob-p.open {
    display: block;
  }
  .mob-it {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    font-size: 14px;
    color: var(--dark);
    border-bottom: 1px solid var(--bdr);
    cursor: pointer;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    text-align: left;
    font-family: var(--sans);
    transition: background 0.12s;
  }
  .mob-it:hover {
    background: var(--cream);
  }
  .mob-sub {
    display: none;
    background: var(--cream);
    border-bottom: 1px solid var(--bdr);
  }
  .mob-sub.open {
    display: block;
  }
  .mob-sub a {
    display: block;
    padding: 9px 20px 9px 36px;
    font-size: 13px;
    color: var(--muted);
  }
  .mob-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px 20px;
    background: var(--cream);
  }
  .mob-cta a {
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
  }
  .mob-cb {
    background: var(--red);
    color: #fff;
  }
  .mob-cg {
    color: var(--red);
    border: 1px solid rgba(109, 26, 52, 0.3);
  }
  .mob-arr {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--muted);
    border-bottom: 1.5px solid var(--muted);
    transform: rotate(45deg);
    flex-shrink: 0;
  }
  .mob-it.open .mob-arr {
    transform: rotate(225deg);
    border-color: var(--acc);
  }
}
