/* ==========================================================================
   comunicaria — Stylesheet
   Statisch. Keine externen Ressourcen, keine Cookies, keine Tracker.
   Schriften lokal eingebunden (SIL Open Font License).
   ========================================================================== */

/* ---------- Schriften ---------- */

@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('fonts/josefin-slab-latin-200-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/josefin-slab-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/josefin-slab-latin-400-normal.woff2') format('woff2');
}

/* ---------- Grundlagen ---------- */

:root {
  --green:      #a9b1a9;
  --green-dark: #8f998f;
  --ink:        #231f20;
  --grey:       #6a6668;
  --max:        1180px;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: 'Josefin Slab', Georgia, serif;
  font-weight: 400;
  font-size: 17.5px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 3rem;
}

a { color: inherit; }

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

header.site {
  padding: 3.75rem 0 0;
}

.brand {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.brand img {
  width: 268px;
  max-width: 62vw;
  height: auto;
  display: block;
}

/* ---------- Leitsatz ---------- */

.hero {
  padding: 4.25rem 0 5.5rem;
}

.hero h1 {
  font-family: 'Josefin Slab', Georgia, serif;
  font-weight: 200;
  font-size: clamp(2.6rem, 7.4vw, 6.1rem);
  line-height: 1.06;
  letter-spacing: 0.005em;
  margin: 0;
  color: var(--ink);
}

/* ---------- Trennlinien ---------- */

.bar {
  height: 4px;
  background: var(--green);
  border: 0;
  margin: 0;
}

/* ---------- Spalten ---------- */

.cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.25rem;
  padding-top: 2.5rem;
}

.col h2 {
  font-family: 'Josefin Slab', Georgia, serif;
  font-weight: 300;
  font-size: 1.42rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin: 0 0 0.85rem;
  color: var(--ink);
}

.col .underline {
  height: 3px;
  background: var(--green);
  margin: 0 0 2.1rem;
}

.col p { margin: 0 0 1.4rem; }

.col p:last-child { margin-bottom: 0; }

/* Grüner Kasten mit Sprechblasen-Spitze */

.bubble {
  position: relative;
  background: var(--green);
  padding: 2.1rem 2.1rem 2.1rem 2.6rem;
  margin-bottom: 3.5rem;
}

.bubble::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 2.9rem;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid var(--green);
}

.bubble--right { padding: 2.4rem 2.1rem 2.4rem 2.6rem; margin-bottom: 0; }
.bubble--right::after { left: auto; right: 3.2rem; }

.bubble p { margin: 0 0 1.2rem; }
.bubble p:last-child { margin-bottom: 0; }

.standout {
  font-weight: 300;
  font-size: 1.62rem;
  line-height: 1.24;
  letter-spacing: 0.015em;
  margin: 0 0 1.3rem !important;
}

/* Zwischenüberschrift in der Spalte */

.subhead {
  display: block;
  margin-bottom: 0.1rem;
}

/* Leistungsliste */

.chev {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.chev li {
  position: relative;
  padding-left: 2.1rem;
  margin-bottom: 0.42rem;
  line-height: 1.5;
}

.chev li::before {
  content: ">";
  position: absolute;
  left: 0.15rem;
  color: var(--ink);
}

/* ---------- Fuß ---------- */

footer.site {
  margin-top: 5.5rem;
  padding: 0 0 3.25rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 0.94rem;
  line-height: 1.7;
}

.footer-contact { color: var(--grey); }

.footer-contact a {
  color: var(--grey);
  text-decoration: none;
  border-bottom: 1px solid #dcdcdc;
}

.footer-contact a:hover { border-bottom-color: var(--green); }

.footer-legal a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 1px;
}

.footer-legal a:hover {
  color: var(--green);
  border-bottom-color: var(--green);
}

.footer-legal .sep { padding: 0 0.55rem; color: #b4b4b4; }

/* ---------- Rechtsseiten ---------- */

.legal { padding: 3.25rem 0 0; max-width: 46rem; }

.legal h1 {
  font-family: 'Josefin Slab', Georgia, serif;
  font-weight: 300;
  font-size: 2.35rem;
  line-height: 1.15;
  margin: 0 0 2.25rem;
}

.legal h2 {
  font-family: 'Josefin Slab', Georgia, serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin: 2.5rem 0 0.5rem;
  color: var(--ink);
}

.legal h3 {
  font-family: 'Josefin Slab', Georgia, serif;
  font-weight: 400;
  font-size: 1.05rem;
  margin: 1.75rem 0 0.4rem;
  color: var(--grey);
}

.legal p, .legal li { font-size: 1rem; line-height: 1.75; }

.legal p { margin: 0 0 1.05rem; }

.legal ul, .legal ol { padding-left: 1.25rem; margin: 0 0 1.05rem; }

.legal li { margin-bottom: 0.25rem; }

.legal a { color: var(--ink); }

.back {
  display: inline-block;
  margin-bottom: 2.25rem;
  font-size: 0.94rem;
  color: var(--grey);
  text-decoration: none;
}

.back:hover { color: var(--green); }

.stand {
  margin-top: 2.5rem;
  font-size: 0.9rem;
  color: var(--grey);
}

/* ---------- Mittlere Breiten ---------- */

@media (max-width: 62rem) {
  .wrap { padding: 0 2rem; }
  .cols { grid-template-columns: 1fr 1fr; gap: 0 2.25rem; }
  .cols .col:last-child { grid-column: 1 / -1; margin-top: 3rem; max-width: 34rem; }
}

/* ---------- Schmal ---------- */

@media (max-width: 44rem) {
  body { font-size: 17px; }
  .wrap { padding: 0 1.5rem; }
  header.site { padding-top: 2.5rem; }
  .hero { padding: 2.75rem 0 3.25rem; }
  .cols { grid-template-columns: 1fr; padding-top: 2rem; }
  .cols .col { margin-top: 2.75rem; max-width: none; }
  .cols .col:first-child { margin-top: 0; }
  .cols .col:last-child { grid-column: auto; }
  .bubble { padding: 1.6rem 1.6rem 1.6rem 1.9rem; margin-bottom: 2.75rem; }
  .bubble::after { left: 2rem; bottom: -18px; border-width: 18px 18px 0; border-left-color: transparent; border-right-color: transparent; }
  .bubble--right::after { right: auto; left: 2rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media print {
  .back, .footer-legal { display: none; }
  .bubble { background: #eef1ea; }
}
