:root {
  --black: #050505;
  --red: #bd1d24;
  --text: #171717;
  --muted: #5b5b5b;
  --line: #dedede;
  --page: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

a { color: inherit; }

.site-header {
  min-height: 122px;
  background: var(--black);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 3.2vw;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(48px, 5.3vw, 76px);
  font-style: italic;
  letter-spacing: -4px;
  line-height: .8;
  transform: skew(-7deg);
}

.brand-subtitle {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(17px, 1.7vw, 24px);
  font-style: italic;
  letter-spacing: .04em;
  line-height: 1;
  margin-left: 12px;
  transform: skew(-5deg);
}

.brand-and {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .68em;
  font-weight: 700;
  text-transform: lowercase;
}

.brand-portrait {
  width: 54px;
  height: 54px;
  margin-left: 20px;
  border: 2px solid white;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 34%;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px 28px;
}

.main-nav a {
  padding: 18px 0 13px;
  border-bottom: 3px solid transparent;
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: #e64a50;
  border-color: var(--red);
}

.hero {
  width: 100%;
  background: #121b0e;
  overflow: hidden;
}

.hero img {
  display: block;
  width: 100%;
  height: auto;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: white;
}

.quick-card {
  min-height: 250px;
  padding: 20px 22px 18px;
  border-right: 1px solid var(--line);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quick-card:last-child { border-right: 0; }

.quick-card svg {
  width: 38px;
  height: 38px;
  margin-bottom: 11px;
  stroke: var(--red);
  fill: none;
  stroke-width: 2;
}

.quick-card h2 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}

.quick-card p {
  margin: 0 auto 16px;
  max-width: 210px;
  color: #333;
  font-size: 13px;
  line-height: 1.48;
}

.quick-card .button { margin-top: auto; }

.button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border: 1px solid #222;
  background: white;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: .18s ease;
}

.button:hover {
  background: var(--red);
  border-color: var(--red);
  color: white;
}

.site-footer {
  min-height: 62px;
  padding: 18px 4vw;
  background: var(--black);
  color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 12px;
  text-align: center;
}

.footer-links { display: flex; gap: 18px; }
.footer-links a { color: white; text-decoration: none; }

.visitor-counter {
  padding: 5px 11px;
  border: 1px solid #555;
  color: #eee;
  white-space: nowrap;
}

.visitor-counter strong { color: white; }

.page-hero {
  min-height: 250px;
  padding: 70px max(6vw, 28px);
  color: white;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.2)),
    url("assets/titelbild.png") center 47% / cover;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0 0 12px;
  font-size: clamp(36px, 5vw, 66px);
  text-transform: uppercase;
}

.page-hero p {
  max-width: 760px;
  margin: 0;
  font-size: 19px;
  line-height: 1.5;
}

.page-content {
  width: min(1040px, calc(100% - 40px));
  min-height: 390px;
  margin: 0 auto;
  padding: 52px 0 70px;
}

.page-content h2 { margin-top: 0; font-size: 27px; }
.page-content p, .page-content li { font-size: 17px; line-height: 1.7; }
.page-content a { color: #9f1118; }

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.content-box {
  padding: 26px;
  border: 1px solid var(--line);
  background: #fafafa;
}

.content-box h3 { margin: 0 0 10px; }

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li { margin-bottom: 10px; }

.legal-note {
  padding: 18px 22px;
  border-left: 4px solid var(--red);
  background: #f3f3f3;
}

.report-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.report-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fafafa;
}

.report-card img,
.gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.report-card-body { padding: 25px; }

.report-kicker {
  margin: 0 0 8px !important;
  color: var(--red);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.report-card h2 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.18;
}

.report-card h2 a {
  color: var(--text);
  text-decoration: none;
}

.report-card-body > p:not(.report-kicker) {
  margin: 0 0 22px;
  font-size: 16px;
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fafafa;
}

.gallery-item figcaption,
.article-image figcaption {
  padding: 15px 18px;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}

.gallery-item figcaption span { white-space: nowrap; }

.article-page {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 38px 0 72px;
}

.article-back { margin: 0 0 38px; }
.article-back a { color: #555; text-decoration: none; }

.article-page h1 {
  max-width: 850px;
  margin: 0 0 10px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.04;
}

.article-byline {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.article-image {
  margin: 0 0 34px;
  background: #f3f3f3;
}

.article-image img {
  display: block;
  width: 100%;
  height: auto;
}

.article-text {
  max-width: 760px;
  margin: 0 auto;
}

.article-text p {
  margin: 0 0 23px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.72;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 48px;
  align-items: start;
}

.about-copy h2 { margin-top: 0; }

.about-portrait {
  margin: 0;
  overflow: hidden;
  background: #eee;
}

.about-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 31%;
}

@media (max-width: 1120px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .main-nav { justify-content: flex-start; }
  .quick-links { grid-template-columns: repeat(3, 1fr); }
  .quick-card:nth-child(3) { border-right: 0; }
  .quick-card:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 700px) {
  .site-header { min-height: 0; padding: 22px; }
  .brand-subtitle { display: none; }
  .brand-portrait { width: 44px; height: 44px; }
  .main-nav { gap: 2px 17px; }
  .main-nav a { padding: 8px 0; font-size: 12px; }
  .quick-links, .content-grid, .report-grid, .gallery-grid, .about-layout { grid-template-columns: 1fr; }
  .quick-card { min-height: 215px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-portrait { width: min(360px, 100%); }
  .article-page { padding-top: 25px; }
  .article-back { margin-bottom: 28px; }
  .article-text p { font-size: 18px; }
  .site-footer { flex-direction: column; gap: 9px; }
}
