/*
  COLD MERGE
  Eine Schriftidee. Eine Schriftgröße. Kein JavaScript. Kein Tracking.
*/
:root {
  --paper: #f4f1e8;
  --ink: #171714;
  --rule: #8d897f;
  --measure: 42rem;
  --text-size: 18px;
}
* { box-sizing: border-box; }
html {
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: var(--text-size);
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
body { margin: 0; background: var(--paper); color: var(--ink); }
main {
  width: min(calc(100% - 2.5rem), var(--measure));
  margin: 0 auto;
  padding: 3rem 0 4rem;
}
article, header, section, footer, figure, nav, details, summary, ul, li,
h1, h2, p, address, a, div, strong { font-size: 1rem; }
header, section, footer, figure { margin: 0 0 4rem; padding: 0; }
h1, h2 {
  margin: 0 0 1.55rem;
  font-weight: 700;
  line-height: 1.55;
}
p { margin: 0 0 1.55rem; }
p:last-child { margin-bottom: 0; }
address { margin: 0 0 1.55rem; font-style: normal; }
a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
}
a:hover { text-decoration-thickness: 0.14em; }
a:focus-visible, summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.language-switcher { margin: 0 0 4rem; }
.language-switcher details { margin: 0; }
.language-switcher summary {
  display: inline-block;
  cursor: pointer;
  list-style-position: inside;
  font-weight: 400;
  user-select: none;
}
.language-list {
  columns: 3;
  column-gap: 2rem;
  list-style: none;
  margin: 1.55rem 0 0;
  padding: 1.55rem 0 0;
  border-top: 1px solid var(--rule);
}
.language-list li {
  break-inside: avoid;
  margin: 0 0 0.55rem;
  padding: 0;
}
.language-list a { text-decoration: none; }
.language-list a:hover,
.language-list a:focus-visible,
.language-list a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
}
.photo-placeholder {
  min-height: 24rem;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
}
.skip-link {
  position: absolute;
  inset-inline-start: 1rem;
  top: 1rem;
  transform: translateY(-220%);
  background: var(--ink);
  color: var(--paper);
  padding: 0.5rem 0.75rem;
  z-index: 10;
}
.skip-link:focus { transform: translateY(0); }
footer {
  padding-top: 1.55rem;
  border-top: 1px solid var(--rule);
}
@media (max-width: 42rem) {
  main {
    width: min(calc(100% - 1.5rem), var(--measure));
    padding-top: 2rem;
  }
  header, section, footer, figure, .language-switcher { margin-bottom: 3rem; }
  .language-list { columns: 1; }
  .photo-placeholder { min-height: 18rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  :root { --paper: #ffffff; --ink: #000000; }
  main { width: 100%; padding: 0; }
  .skip-link, .language-switcher { display: none; }
}


.signature {
  padding-top: 1.55rem;
  border-top: 1px solid var(--rule);
}

.language-list .add-language {
  margin-top: 1.1rem;
}

.language-list .add-language a {
  font-weight: 700;
}
