@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("files/poppins-v20-latin-100.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("files/poppins-v20-latin-100italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("files/poppins-v20-latin-200.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("files/poppins-v20-latin-200italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("files/poppins-v20-latin-300.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("files/poppins-v20-latin-300italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("files/poppins-v20-latin-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("files/poppins-v20-latin-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("files/poppins-v20-latin-500.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("files/poppins-v20-latin-500italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("files/poppins-v20-latin-600.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("files/poppins-v20-latin-600italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("files/poppins-v20-latin-700.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("files/poppins-v20-latin-700italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("files/poppins-v20-latin-800.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("files/poppins-v20-latin-800italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("files/poppins-v20-latin-900.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("files/poppins-v20-latin-900italic.ttf") format("truetype");
}

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

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.55;
  color: #e8e8e8;
  background: #141414;
}

.wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.row {
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(186, 148, 108, 0.98);
}

.row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
}

.brand img {
  display: block;
  height: auto;
  width: min(100%, 420px);
  max-height: 88px;
  object-fit: contain;
}

.brand h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 200;
  letter-spacing: 0.02em;
  color: rgba(186, 148, 108, 0.98);
}

.maintenance-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 2vw, 1.1rem);
  text-align: center;
}

.maintenance-row > img {
  display: block;
  flex-shrink: 0;
  width: 87px;
  height: auto;
}

.maintenance {
  margin: 0;
  flex: 0 1 auto;
  font-size: clamp(1.15rem, 2.4vw, 1.75rem);
  font-weight: 200;
  line-height: 1.35;
  color: #ffffff;
  max-width: 52ch;
  text-align: center;
}

.contact h2 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(186, 148, 108, 0.98);
}

.contact-lines {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.contact-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin: 0;
}

.contact-line img {
  display: block;
  flex-shrink: 0;
  height: 36px;
  width: auto;
}

.contact-line a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.contact-line a:hover {
  color: rgba(186, 148, 108, 0.98);
}

.contact-line a:focus-visible {
  outline: 2px solid rgba(186, 148, 108, 0.98);
  outline-offset: 3px;
  color: rgba(186, 148, 108, 0.98);
}

.two-cols {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}

@media (min-width: 640px) {
  .two-cols {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.panel h2 {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(186, 148, 108, 0.98);
  text-transform: none;
}

.panel p,
.panel ul {
  margin: 0;
}

.panel ul {
  padding-left: 1.2rem;
}

.panel li + li {
  margin-top: 0.35rem;
}

    .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Unterseiten, Footer-Links, Rechtstexte */
.page-sub .sub-nav {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(186, 148, 108, 0.35);
}

.page-sub .sub-nav a {
  color: rgba(186, 148, 108, 0.98);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.page-sub .sub-nav a:hover {
  color: #ffffff;
}

.page-sub .sub-nav a:focus-visible {
  outline: 2px solid rgba(186, 148, 108, 0.98);
  outline-offset: 3px;
  color: #ffffff;
}

.legal-article {
  max-width: 75ch;
}

.page-sub .brand > a {
  display: contents;
}

.page-sub .brand .brand-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 200;
  letter-spacing: 0.02em;
  color: rgba(186, 148, 108, 0.98);
}

.legal-article h1 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 400;
  color: rgba(186, 148, 108, 0.98);
  margin: 0 0 1rem;
  letter-spacing: normal;
}

.legal-article h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.08rem;
  font-weight: 400;
  color: rgba(186, 148, 108, 0.98);
}

.legal-article h2:first-of-type {
  margin-top: 0.35rem;
}

.legal-article h3 {
  margin: 1.25rem 0 0.45rem;
  font-size: 1rem;
  font-weight: 400;
  color: #e8e8e8;
}

.legal-article h4 {
  margin: 1rem 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 400;
  color: #e0e0e0;
}

.legal-article p,
.legal-article li {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #dcdcdc;
  margin: 0 0 0.85rem;
}

.legal-article ul {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
  list-style: disc;
}

.legal-article li {
  margin-bottom: 0.4rem;
}

.legal-article a {
  color: rgba(186, 148, 108, 0.98);
  word-break: break-word;
}

.legal-article a:hover {
  color: #ffffff;
}

.site-footer {
  text-align: center;
  padding-top: 0.25rem;
}

.site-footer nav {
  font-size: 0.95rem;
}

.site-footer a {
  color: rgba(186, 148, 108, 0.98);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffffff;
}

.site-footer a:focus-visible {
  outline: 2px solid rgba(186, 148, 108, 0.98);
  outline-offset: 3px;
}

.site-footer .sep {
  color: rgba(186, 148, 108, 0.55);
  padding: 0 0.45rem;
}
