/* ============================================================================
   Gemeinsame Gestaltung der Rechtstexte (/impressum/, /datenschutz/)
   ============================================================================

   Diese Seiten sind bewusst gewoehnliche HTML-Dateien und nicht Teil des
   Design-Canvas-Dokuments "NUVITEC Website.dc.html":

     * Rechtstexte muessen unter einer eigenen, verlinkbaren Adresse stehen und
       auch dann lesbar sein, wenn JavaScript scheitert. Die Startseite baut
       sich erst im Browser auf — fuer eine Pflichtangabe ist das der falsche
       Weg.
     * nginx liefert sie ohne Zutun aus: try_files findet /impressum/index.html
       (siehe deploy/nginx-nuvitec.conf).

   Farben, Schriften und Abstaende sind aus dem Quelldokument uebernommen —
   wer sie dort aendert, muss hier nachziehen:

     Hintergrund #F7F7F4 · Text #0E0E12 · Fliesstext #3A3A42 · leise #5C5C66
     Blau #1474B8, angefasst #11639C · Linien rgba(14,14,18,.08)
     Ueberschriften Archivo 800 · Fliesstext IBM Plex Sans · Marken IBM Plex Mono
   ========================================================================= */

*{box-sizing:border-box;margin:0;padding:0}

body{
  background:#F7F7F4;
  color:#0E0E12;
  font-family:'IBM Plex Sans',system-ui,sans-serif;
  font-size:16.5px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}

a{color:#1474B8;text-decoration:none;transition:color .2s ease}
a:hover{color:#0E0E12}
::selection{background:#1474B8;color:#fff}
a:focus-visible,button:focus-visible{outline:2px solid #1474B8;outline-offset:3px;border-radius:6px}

/* --- Kopf ---------------------------------------------------------------- */

.rt-kopf{
  position:sticky;top:0;z-index:60;
  background:rgba(247,247,244,.82);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(14,14,18,.06);
}
.rt-kopf-innen{
  max-width:1280px;margin:0 auto;padding:0 clamp(20px,5vw,48px);
  height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.rt-marke{display:flex;align-items:center;gap:11px}
.rt-marke span{
  font-family:'Archivo',system-ui,sans-serif;font-weight:800;
  font-size:19px;letter-spacing:.02em;color:#0E0E12;
}
.rt-zurueck{
  display:inline-flex;align-items:center;gap:8px;
  padding:9px 16px;border-radius:999px;border:1px solid rgba(14,14,18,.14);
  background:#fff;color:#0E0E12;
  font-family:'Archivo',system-ui,sans-serif;font-weight:600;font-size:14px;
}
.rt-zurueck:hover{border-color:#0E0E12;color:#0E0E12}
.rt-pfeil{font-size:18px;line-height:1}

/* --- Textspalte -----------------------------------------------------------
   66 Zeichen Zeilenlaenge (~720px bei dieser Schriftgroesse) — darueber
   verliert das Auge beim Zeilenwechsel den Anschluss, und diese Texte sind
   lang genug, dass das ins Gewicht faellt. */

.rt-inhalt{
  max-width:820px;margin:0 auto;
  padding:clamp(40px,7vw,84px) clamp(20px,5vw,48px) clamp(64px,9vw,110px);
}

.rt-kicker{
  font-family:'IBM Plex Mono',ui-monospace,monospace;
  font-size:12.5px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;
  color:#1474B8;
}

h1{
  font-family:'Archivo',system-ui,sans-serif;font-weight:800;
  font-size:clamp(34px,6vw,58px);line-height:1.05;letter-spacing:-.02em;
  margin:14px 0 0;
}
.rt-stand{margin-top:14px;font-size:15px;color:#5C5C66}

h2{
  font-family:'Archivo',system-ui,sans-serif;font-weight:800;
  font-size:clamp(21px,3vw,27px);line-height:1.2;letter-spacing:-.015em;
  margin:clamp(38px,5vw,54px) 0 12px;
  padding-top:clamp(22px,3vw,30px);
  border-top:1px solid rgba(14,14,18,.08);
}
h3{
  font-family:'Archivo',system-ui,sans-serif;font-weight:700;
  font-size:18px;line-height:1.3;margin:26px 0 8px;
}

p{margin:0 0 14px;color:#3A3A42}
/* Steht die Anschriftskarte direkt unter der Ueberschrift, fehlt ihr sonst der
   Abstand — h1 bringt keinen mit. */
h1 + .rt-karte{margin-top:28px}
ul,ol{margin:0 0 16px;padding-left:22px;color:#3A3A42}
li{margin-bottom:7px}
strong{font-weight:600;color:#0E0E12}

.rt-inhalt a{text-decoration:underline;text-underline-offset:3px}

/* Anschrift, Bankdaten und aehnliche Bloecke: als Karte abgesetzt, damit die
   Pflichtangaben im langen Fliesstext sofort zu finden sind. */
.rt-karte{
  background:#fff;border:1px solid rgba(14,14,18,.08);border-radius:20px;
  padding:clamp(20px,3vw,28px);margin:0 0 22px;
  box-shadow:0 30px 70px -55px rgba(14,14,18,.5);
}
.rt-karte p{margin-bottom:6px}
.rt-karte p:last-child{margin-bottom:0}

/* --- Cookie-Tabelle ------------------------------------------------------
   Auf schmalen Geraeten scrollt die Tabelle in ihrem eigenen Kasten; die
   Seite selbst darf nie seitlich wandern. */
.rt-tabellenrahmen{overflow-x:auto;margin:0 0 22px;-webkit-overflow-scrolling:touch}
table{border-collapse:collapse;width:100%;min-width:560px;font-size:14.5px}
caption{
  text-align:left;font-family:'Archivo',system-ui,sans-serif;font-weight:700;
  font-size:15px;color:#0E0E12;padding-bottom:8px;
}
th,td{
  text-align:left;vertical-align:top;padding:11px 14px;
  border-bottom:1px solid rgba(14,14,18,.08);color:#3A3A42;
}
th{
  font-family:'Archivo',system-ui,sans-serif;font-weight:700;font-size:13.5px;
  color:#0E0E12;background:rgba(14,14,18,.03);
}
td code{
  font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:13.5px;color:#0E0E12;
}

/* --- Fuss ---------------------------------------------------------------- */

.rt-fuss{
  border-top:1px solid rgba(14,14,18,.08);
  padding:36px 0 44px;font-size:13.5px;color:#9A9AA2;
}
.rt-fuss-innen{
  max-width:1280px;margin:0 auto;padding:0 clamp(20px,5vw,48px);
  display:flex;flex-wrap:wrap;gap:16px 22px;align-items:center;justify-content:space-between;
}
.rt-fuss-links{display:flex;flex-wrap:wrap;gap:22px}
.rt-fuss a{color:#9A9AA2}
.rt-fuss a:hover{color:#0E0E12}
.rt-fuss button{
  font:inherit;color:#9A9AA2;background:none;border:0;padding:0;cursor:pointer;
}
.rt-fuss button:hover{color:#0E0E12}

@media (max-width:560px){
  .rt-kopf-innen{height:66px}
  .rt-zurueck span:not(.rt-pfeil){display:none}
  .rt-zurueck{padding:9px 11px}
}
