/* Start custom CSS */.re-datenschutz{ background:#F5F7FA; padding:90px 20px; font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color:#1B1F24; } .re-ds-container{ max-width:1100px; margin:0 auto; } .re-ds-hero{ text-align:center; margin-bottom:50px; } .re-ds-eyebrow{ display:inline-block; margin-bottom:18px; font-size:.85rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:#2563EB; } .re-ds-hero h1{ font-size:clamp(2.8rem,5vw,5rem); line-height:1.05; letter-spacing:-0.05em; margin-bottom:20px; color:#111827; } .re-ds-hero p{ font-size:1.15rem; line-height:1.8; color:#4B5563; max-width:760px; margin:0 auto; } .re-ds-card{ background:#FFFFFF; border-radius:34px; padding:70px; box-shadow: 0 24px 80px rgba(15,23,42,.08), 0 8px 24px rgba(15,23,42,.04); border:1px solid rgba(203,213,225,.65); } .re-ds-card h2{ font-size:2rem; line-height:1.2; margin-top:50px; margin-bottom:22px; letter-spacing:-0.03em; color:#111827; } .re-ds-card h2:first-child{ margin-top:0; } .re-ds-card h3{ font-size:1.3rem; margin-top:36px; margin-bottom:14px; color:#111827; } .re-ds-card p, .re-ds-card li{ font-size:1.06rem; line-height:1.9; color:#374151; } .re-ds-card ul{ padding-left:22px; margin:20px 0; } .re-ds-card li{ margin-bottom:10px; } .re-ds-card a{ color:#2563EB; text-decoration:none; font-weight:600; } .re-ds-card a:hover{ text-decoration:underline; } .re-ds-contact{ background:#F8FAFC; border:1px solid #E5E7EB; border-radius:24px; padding:28px; margin:24px 0; line-height:1.9; } .re-ds-contact strong{ font-size:1.1rem; color:#111827; } @media (max-width:900px){ .re-datenschutz{ padding:60px 16px; } .re-ds-card{ padding:34px 26px; border-radius:24px; } .re-ds-hero h1{ font-size:clamp(2.2rem,11vw,4rem); } .re-ds-card h2{ font-size:1.55rem; } .re-ds-card h3{ font-size:1.15rem; } .re-ds-card p, .re-ds-card li{ font-size:1rem; line-height:1.8; } }


.re-mueller-entwurf header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid #E5E7EB;
}

.re-mueller-entwurf .nav{
  min-height:64px !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.re-mueller-entwurf .logo{
  display:flex;
  flex-direction:column;
  font-weight:800;
  letter-spacing:-.03em;
  color:#1B1F24;
  text-decoration:none;
}

.re-mueller-entwurf .logo small{
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#4B5563;
  font-size:.68rem;
}

.re-mueller-entwurf .nav-links{
  display:flex;
  align-items:center;
  gap:24px;
  font-weight:700;
  font-size:.94rem;
  color:#1B1F24;
}

.re-mueller-entwurf .nav-links a{
  text-decoration:none;
  color:#1B1F24;
}

.re-mueller-entwurf .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px !important;
  border-radius:14px !important;
  font-size:.94rem !important;
  font-weight:700 !important;
  line-height:1 !important;
  transition:all .2s ease;
}

.re-mueller-entwurf .btn-primary{
  background:#1B1F24 !important;
  color:#FFFFFF !important;
  border:1px solid rgba(27,31,36,.12) !important;
}

.re-mueller-entwurf .btn-primary:hover{
  background:#2563EB !important;
  color:#FFFFFF !important;
}/* End custom CSS */