
.rz-recht{
  font-family:Montserrat,system-ui,sans-serif;
  color:#2E2E2E;
  background:#FAF9F6;
  line-height:normal;
}
:where(.rz-recht) a{ color:#8F6A21; text-decoration:none; }
:where(.rz-recht) a:hover{ color:#B98A2F; }
:where(.rz-recht) a:focus-visible{ outline:2px solid #B98A2F; outline-offset:3px; border-radius:4px; }

.rz-recht__kicker{
  display:inline-flex; align-items:center; gap:10px; margin:0;
  font-size:12px; font-weight:700; letter-spacing:.24em; text-transform:uppercase;
  color:#D4A94E;
}
.rz-recht__strich{ display:inline-block; flex:none; width:22px; height:2px; border-radius:2px; background:#D4A94E; }
.rz-recht__kicker--klein{ gap:8px; font-size:11px; letter-spacing:.16em; color:#8F6A21; }
.rz-recht__kicker--klein .rz-recht__strich{ width:16px; background:#B98A2F; }

.rz-recht__hero{
  background:#101A26;
  background-image:radial-gradient(60% 80% at 85% 15%, rgba(185,138,47,.14), transparent 70%);
}
.rz-recht__hero-in{
  max-width:1200px;    margin:0 auto; padding:84px 32px 56px;
}
.rz-recht__titel{
  margin:18px 0 0; max-width:780px;
  font-size:44px; font-weight:800; line-height:1.16; letter-spacing:-.015em;
  color:#FFFFFF; text-wrap:pretty;
}
.rz-recht__lead{ margin:18px 0 0; max-width:640px; font-size:16px; line-height:1.75; color:rgba(255,255,255,.85); }

.rz-recht__inhalt{ background:#FAF9F6; border-top:1px solid #EFEBE2; }
.rz-recht__raster{
  max-width:1200px; margin:0 auto; padding:72px 32px 92px;
  display:flex; flex-wrap:wrap; gap:44px; align-items:flex-start;
}
.rz-recht__haupt{ flex:1 1 560px; min-width:0; display:flex; flex-direction:column; gap:18px; }
.rz-recht__seite{
  flex:1 1 320px; min-width:min(280px,100%);
  display:flex; flex-direction:column; gap:18px;
  position:sticky; top:103px;
}

.rz-recht__karte{ background:#FFFFFF; border:1px solid #E9E4D8; border-radius:22px; padding:30px 28px; }
.rz-recht__anbieter{ margin:12px 0 0; font-size:22px; font-weight:800; color:#101A26; }
.rz-recht__karte-titel{ margin:0; font-size:18px; font-weight:800; color:#101A26; }
.rz-recht__text{ margin:12px 0 0; font-size:15px; line-height:1.8; color:#4A4A48; }
.rz-recht__text strong{ color:#101A26; }
.rz-recht__text a,
.rz-recht__kontakt a{ font-weight:600; }
.rz-recht__kontakt a{ display:inline-block; }
.rz-recht__text a:focus-visible,
.rz-recht__kontakt a:focus-visible{ outline-offset:2px; border-radius:2px; }
.rz-recht__kontakt{
  display:flex; flex-direction:column; gap:8px;
  margin-top:16px; padding-top:16px; border-top:1px solid #EFEBE2;
  font-size:15px; line-height:1.7;
}

.rz-recht__box{
  border-radius:22px; padding:24px;
  background:#101A26;
  background-image:radial-gradient(60% 80% at 85% 15%, rgba(185,138,47,.14), transparent 70%);
}
.rz-recht__box-titel{ margin:0; font-size:15px; font-weight:800; line-height:1.4; color:#FFFFFF; }
.rz-recht__box-text{ margin:8px 0 0; font-size:13px; line-height:1.65; color:rgba(255,255,255,.75); }
.rz-recht__knopf{
  display:inline-flex; margin-top:16px; padding:11px 22px; border-radius:999px;
  background:#FFFFFF; color:#101A26; font-size:13.5px; font-weight:700;
}
.rz-recht__knopf:hover{ background:#EFE9DC; color:#101A26; }
.rz-recht__knopf:focus-visible{ outline-color:#D4A94E; border-radius:999px; }
button.rz-recht__knopf{ border:0; font-family:inherit; line-height:inherit; cursor:pointer; }
.rz-recht__karte .rz-recht__knopf{ background:#101A26; color:#FFFFFF; }
.rz-recht__karte .rz-recht__knopf:hover{ background:#1C2531; color:#FFFFFF; }
.rz-recht__karte .rz-recht__knopf:focus-visible{ outline:2px solid #8F6A21; outline-offset:3px; }
.rz-recht__karte>.rz-recht__text:first-child{ margin-top:0; }
.rz-recht__karte #cmplz-document{ font-size:15px; line-height:1.7; color:#4A4A48; overflow-wrap:anywhere; }
.rz-recht__karte #cmplz-document h2,
.rz-recht__karte #cmplz-document h3{ margin:22px 0 8px; padding:0; font-size:18px; font-weight:800; line-height:1.35; color:#101A26; overflow-wrap:break-word; hyphens:auto; }
.rz-recht__karte #cmplz-document h3{ font-size:16px; }
.rz-recht__karte #cmplz-document p,
.rz-recht__karte #cmplz-document li{ font-size:15px; line-height:1.7; }

.rz-recht__weitere{ background:#FFFFFF; border:1px solid #E9E4D8; border-radius:22px; padding:24px; }
.rz-recht__links{ display:flex; flex-direction:column; gap:10px; margin:14px 0 0; padding:0; list-style:none; }
.rz-recht__links a{ display:block; width:fit-content; font-size:14px; font-weight:600; }

.rz-recht__titel,
.rz-recht__anbieter,
.rz-recht__karte-titel,
.rz-recht__text,
.rz-recht__kontakt{ overflow-wrap:break-word; }
.rz-recht__zusammen{ white-space:nowrap; }
@media (max-width:900px){
  .rz-recht__hero-in{ padding:64px 24px 44px; }
  .rz-recht__raster{ padding:56px 24px 72px; gap:32px; }
  .rz-recht__titel{ font-size:34px; }
}
@media (max-width:560px){
  .rz-recht__raster{ padding-top:40px; padding-bottom:56px; }
  .rz-recht__titel{ font-size:28px; }
  .rz-recht__karte{ padding:24px 20px; }
  .rz-recht__anbieter{ font-size:20px; }
  .rz-recht__box,
  .rz-recht__weitere{ padding:22px 20px; }
}

@media print{
  .rz-recht__hero,
  .rz-recht__box{ background:#fff !important; }
  .rz-recht__box,
  .rz-recht__knopf{ border:1px solid #CCC; }
  .rz-recht__hero-in{ padding:0 0 16px; }
  .rz-recht__raster{ padding:16px 0 0; }
  .rz-recht__hero .rz-recht__kicker,
  .rz-recht__titel,
  .rz-recht__lead,
  .rz-recht__box-titel,
  .rz-recht__box-text{ color:#000 !important; }
  .rz-recht__strich{ height:0; background:none; border-top:2px solid currentColor; }
  .rz-recht__seite{ position:static; }
  .rz-recht__karte,
  .rz-recht__box,
  .rz-recht__weitere{ break-inside:avoid; }
}
