:root {
  --orange: #e8871a;
  --text: #222;
  --muted: #555;
  --line: #ddd;
  --bg: #fff;
  --notice-bg: #fdf6ec;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 16px/1.6 "Helvetica Neue", Arial, sans-serif;
}

.wrap {
  max-width: 46rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

header {
  padding: 1.5rem 0 0;
}

header img.logo {
  display: block;
  max-width: 220px;
  height: auto;
}

img.banner {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.5rem 0;
}

.konzert {
  display: flex;
  flex-wrap: wrap; /* poster drops below the details when the column gets too narrow */
  align-items: flex-start;
  gap: 1.5rem;
  margin: 1rem 0;
}

.konzert .termin {
  flex: 1 1 14rem;
  margin: 0;
}

.konzert .termin dt:first-child {
  margin-top: 0; /* line the first row up with the top of the poster */
}

img.poster {
  display: block;
  flex: 0 1 18rem;
  width: 100%;
  max-width: 18rem; /* portrait 1080x1350 - keep it beside the details, not over them */
  height: auto;
}

h1 {
  font-size: 1.6rem;
  margin: 1.5rem 0 0.25rem;
}

h2 {
  font-size: 1.2rem;
  margin: 2rem 0 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid var(--orange);
}

.tagline {
  color: var(--muted);
  margin-top: 0;
}

.notice {
  background: var(--notice-bg);
  border-left: 4px solid var(--orange);
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}

.notice p:first-child {
  margin-top: 0;
}

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

a {
  color: #b4650d;
}

dl.kontakt dt,
dl.termin dt {
  font-weight: bold;
  margin-top: 0.75rem;
}

dl.kontakt dd,
dl.termin dd {
  margin: 0;
}

footer {
  margin: 3rem 0 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

/* Impressum/Datenschutz keep the original line-broken layout, so keep paragraphs tight */
.legal p {
  margin: 0.75rem 0;
}
