/* Impressum und Datenschutz. Eigene Datei, weil die CSP Inline-Styles blockt.
   Gleiche Schrift und Farben wie die Startseite, ruhig gesetzt. */
@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-var-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #f7f7f5;
}

body {
  margin: 0;
  background: #f7f7f5;
  color: #1c1c1c;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}
a:hover,
a:focus-visible {
  text-decoration-thickness: 2px;
}
:focus-visible {
  outline: 2px solid #1c1c1c;
  outline-offset: 3px;
}

.kopf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.4rem;
  padding: 0 clamp(1.25rem, 4vw, 3.6rem);
}
.kopf__name {
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.kopf__zurueck {
  font-size: 0.95rem;
}

main {
  max-width: 44rem;
  padding: clamp(2rem, 6vw, 5rem) clamp(1.25rem, 4vw, 3.6rem) 4rem;
}

.dach {
  margin: 0 0 0.6rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 2.5rem;
  font-weight: 800;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

h2 {
  margin: 2.4rem 0 0.6rem;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}

p,
address {
  margin: 0 0 1rem;
  font-style: normal;
}

.kurz {
  padding: 1.1rem 1.3rem;
  border-radius: 1.2rem;
  background: #e9e8e3;
}

.fuss {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.4rem;
  padding: 0 clamp(1.25rem, 4vw, 3.6rem) 3rem;
  font-size: 0.9rem;
}
