@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/SourceSerif4Variable-Roman.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/SourceSerif4Variable-Italic.woff2") format("woff2");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.page {
  max-width: 68rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 4rem;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
}

.site-languages {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.site-languages ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-languages li:not(:last-child)::after {
  content: "|";
  margin-left: 0.75rem;
}

.article-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

.article-logo {
  flex: 0 0 auto;
  line-height: 0;
}

.article-logo img {
  display: block;
  width: auto;
  height: 8rem;
}

.article-heading {
  flex: 1 1 12rem;
  min-width: 0;
}

.article-header h1 {
  margin: 0;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.1;
}

@media (max-width: 40rem) {
  .site-header {
    justify-content: center;
  }

  .site-languages ul {
    justify-content: center;
  }

  .article-header h1 {
    font-size: 1.85rem;
  }
}

.translations {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
}

.manifest > * + * {
  margin-top: 1em;
}

.manifest h2,
.manifest h3 {
  margin-top: 1.5em;
  font-weight: 600;
  line-height: 1.25;
}

.manifest h2 {
  font-size: 2.1rem;
}

.manifest h3 {
  font-size: 1.35rem;
}

.manifest .teaser {
  font-size: 1.2rem;
  line-height: 1.45;
}

.manifest ul {
  padding-left: 1.4em;
  list-style-type: disc;
}

.manifest ol {
  padding-left: 0;
  list-style: none;
  counter-reset: manifesto;
}

.manifest ol > li {
  padding-left: 1.75em;
  counter-increment: manifesto;
}

.manifest ol > li::before {
  content: counter(manifesto) ") ";
  margin-left: -1.75em;
}

.manifest li + li {
  margin-top: 0.25em;
}

.manifest figure {
  margin: 1.5em 0;
}

.manifest figcaption {
  margin-top: 0.4em;
  font-size: 0.9em;
}

.signatures,
.sign-form,
.ps,
.manifest-pdfs,
.site-contact {
  margin-top: 3rem;
}

.site-contact ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-contact a {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
}

.site-contact a:hover,
.site-contact a:focus-visible {
  outline: none;
}

.site-contact a:hover svg,
.site-contact a:focus-visible svg {
  opacity: 0.55;
}

.site-contact svg {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}

#sign {
  scroll-margin-top: 0.75rem;
}

.signatures h3,
.sign-form h2,
.ps h2 {
  margin: 0 0 0.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.signatures h3 {
  font-size: 1.35rem;
}

.signatures-order {
  margin: -0.35rem 0 0.75rem;
  font-size: 0.85rem;
}

.sign-form h2,
.ps h2 {
  font-size: 2.1rem;
}

.signatures + .signatures {
  margin-top: 2rem;
}

.signatures ul {
  margin: 0;
  padding-left: 1.4em;
}

.signatures li + li {
  margin-top: 0.25em;
}

.sign-form p {
  max-width: 40rem;
}

.form-errors {
  padding-left: 1.4em;
}

.sign-form .field {
  margin-bottom: 1rem;
}

.sign-form .field-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 36rem;
}

.sign-form .field-row .field {
  flex: 1 1 10rem;
  min-width: 0;
}

.sign-form .field-row input {
  max-width: none;
}

.sign-form label {
  display: block;
  margin-bottom: 0.3rem;
}

.sign-form input,
.sign-form textarea {
  display: block;
  width: 100%;
  max-width: 36rem;
  padding: 0.4rem 0.5rem;
  font: inherit;
  color: inherit;
  background: #fff;
  border: 1px solid #000;
}

.sign-form fieldset {
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
}

.sign-form legend {
  margin-bottom: 0.4rem;
  padding: 0;
}

.sign-form .field-choice label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.35rem;
}

.sign-form input[type="radio"] {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.sign-form .privacy {
  max-width: 36rem;
  margin: 0 0 1rem;
  font-size: 0.85rem;
}

.sign-form button {
  font: inherit;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
}

.sign-form button:hover {
  text-decoration: underline;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ps-text > * + * {
  margin-top: 1em;
}

.manifest-pdfs p {
  margin: 0 0 0.4rem;
}

.manifest-pdfs a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.manifest-pdfs img {
  width: 1.625rem;
  height: 1.625rem;
}

.site-footer {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid #000;
  font-size: 0.9rem;
}

.site-footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
}

.site-footer-languages ul,
.site-footer-social ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-languages li:not(:last-child)::after {
  content: "|";
  margin-left: 0.75rem;
}

.site-footer-social a {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
}

.site-footer-social a:hover svg,
.site-footer-social a:focus-visible svg {
  opacity: 0.55;
}

.site-footer-social svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.site-footer-impressum {
  margin-top: 0.75rem;
}

.site-footer-impressum summary {
  cursor: pointer;
  list-style: none;
}

.site-footer-impressum summary::-webkit-details-marker {
  display: none;
}

.site-footer-impressum-text {
  margin-top: 0.75rem;
  max-width: 40rem;
  text-align: left;
}

.site-footer-impressum-text > * + * {
  margin-top: 1em;
}

@media (max-width: 40rem) {
  .site-footer-row {
    justify-content: center;
  }

  .site-footer-languages ul {
    justify-content: center;
  }
}
