/* Gestaltung der Pflichtseiten. Bewusst schlicht und gut lesbar -
   Rechtstexte werden gelesen, nicht bestaunt. */
.rechts-nav {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.1rem 1.6rem; border-bottom: 1px solid rgba(255,255,255,.1);
    position: sticky; top: 0; background: rgba(7,9,14,.92);
    backdrop-filter: blur(10px); z-index: 50;
}
.rechts-logo { font-weight: 800; font-size: 1.05rem; text-decoration: none; color: #e7e9ee; }
.rechts-logo span { color: var(--accent-cyan, #00ffcc); }
.rechts-zurueck { color: #9aa3b2; text-decoration: none; font-size: .9rem; }
.rechts-zurueck:hover { color: var(--accent-cyan, #00ffcc); }

.rechts-seite {
    max-width: 780px; margin: 0 auto; padding: 2.5rem 1.6rem 4rem;
    color: #c8cedb; line-height: 1.75; font-size: .96rem;
}
.rechts-seite h1 { color: #fff; font-size: 1.9rem; margin: 0 0 1.8rem; }
.rechts-seite h2 {
    color: #fff; font-size: 1.15rem; margin: 2.4rem 0 .8rem;
    padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.08);
}
.rechts-seite h3 { color: #e7e9ee; font-size: 1rem; margin: 1.6rem 0 .5rem; }
.rechts-seite p, .rechts-seite li { margin: 0 0 .9rem; }
.rechts-seite ul { padding-left: 1.3rem; }
.rechts-seite a { color: var(--accent-cyan, #00ffcc); }
.rechts-seite code {
    background: rgba(255,90,90,.16); color: #ff9d9d;
    padding: .12em .45em; border-radius: 4px; font-size: .88em; font-weight: 700;
}
.rechts-seite table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.4rem; font-size: .9rem; }
.rechts-seite th, .rechts-seite td {
    text-align: left; padding: .6rem .7rem; border-bottom: 1px solid rgba(255,255,255,.09); vertical-align: top;
}
.rechts-seite th { color: #fff; font-weight: 600; }

.entwurf-hinweis {
    border: 1px solid rgba(255,180,60,.45); background: rgba(255,180,60,.09);
    border-radius: 12px; padding: 1.1rem 1.3rem; margin-bottom: 2.4rem;
}
.entwurf-hinweis strong { display: block; color: #ffc857; margin-bottom: .4rem; }
.entwurf-hinweis p { margin: 0; font-size: .88rem; color: #d7c9ab; }

.widerruf-kasten {
    border: 1px solid rgba(255,255,255,.18); border-radius: 12px;
    padding: 1.3rem 1.5rem; margin: 1.2rem 0 2rem; background: rgba(255,255,255,.03);
}

.rechts-fuss {
    display: flex; flex-wrap: wrap; gap: 1.4rem; justify-content: center;
    padding: 2rem 1.6rem calc(2rem + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255,255,255,.1); font-size: .88rem;
}
.rechts-fuss a, .rechts-fuss-btn {
    color: #9aa3b2; text-decoration: none; background: none; border: none;
    font: inherit; cursor: pointer; padding: 0;
}
.rechts-fuss a:hover, .rechts-fuss-btn:hover { color: var(--accent-cyan, #00ffcc); }
