/* Start custom CSS */.legal-page{
  background:#F8FAFC;
  padding:90px 20px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

.legal-container{
  max-width:980px;
  margin:0 auto;
}

.legal-header{
  margin-bottom:50px;
}

.legal-eyebrow{
  display:inline-block;
  margin-bottom:18px;
  font-size:.9rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#2563EB;
}

.legal-header h1{
  font-size:clamp(2.8rem,5vw,4.5rem);
  line-height:1.05;
  margin-bottom:18px;
  color:#111827;
}

.legal-header p{
  font-size:1.15rem;
  color:#4B5563;
}

.legal-card{
  background:#FFFFFF;
  border-radius:28px;
  padding:38px;
  margin-bottom:28px;
  border:1px solid #E5E7EB;

  box-shadow:
    0 10px 30px rgba(15,23,42,.04);
}

.legal-card h2{
  font-size:1.45rem;
  margin-bottom:20px;
  color:#111827;
}

.legal-card p{
  font-size:1rem;
  line-height:1.85;
  color:#374151;
  margin-bottom:18px;
}

.legal-card a{
  color:#2563EB;
  text-decoration:none;
}

.legal-card a:hover{
  text-decoration:underline;
}

.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;
}

/* Impressum Header sichtbar machen */

header{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;

  position:relative !important;
  z-index:9999 !important;

  width:100% !important;
}

header .nav,
header .nav-links,
header .logo{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
}

header .container{
  width:min(1180px,calc(100% - 40px)) !important;
  margin:0 auto !important;
}/* End custom CSS */