/* Gemeinsames Layout fuer Impressum und Datenschutz.
   Gleiche Sprache wie die Ausstellungsseiten, nur ruhiger. */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg:    #010315;
  --cream: #E4DAC8;
  --gold:  #E8BC9F;
  --muted: rgba(228,218,200,0.34);
  --linie: rgba(232,188,159,0.14);
}

html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--cream);
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  line-height: 1.8; padding: 5rem 1.6rem 7rem;
}

.blatt { max-width: 42rem; margin: 0 auto; }

.zurueck {
  display: inline-block; margin-bottom: 3.4rem; text-decoration: none;
  font-family: 'Inter', sans-serif; font-weight: 200; font-size: .5rem;
  letter-spacing: .42em; text-transform: uppercase; color: var(--muted);
  transition: color .3s;
}
.zurueck:hover { color: var(--gold); }

h1 {
  font-weight: 300; font-size: clamp(2.1rem, 4.5vw, 3rem);
  line-height: 1.1; margin-bottom: .5rem;
}
h1 em { font-style: italic; color: var(--gold); display: block; }

.stand {
  font-family: 'Inter', sans-serif; font-weight: 200; font-size: .5rem;
  letter-spacing: .34em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 3.2rem;
}

h2 {
  font-family: 'Inter', sans-serif; font-weight: 200; font-size: .52rem;
  letter-spacing: .4em; text-transform: uppercase; color: var(--gold);
  margin: 3rem 0 .9rem; padding-top: 1.6rem; border-top: 1px solid var(--linie);
}
h2:first-of-type { border-top: none; padding-top: 0; }

h3 {
  font-family: 'Inter', sans-serif; font-weight: 300; font-size: .58rem;
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(228,218,200,.7); margin: 1.6rem 0 .5rem;
}

p, li { font-size: 1.02rem; color: rgba(228,218,200,.82); }
p + p { margin-top: .9rem; }
ul { margin: .7rem 0 0 1.1rem; }
li { margin-bottom: .35rem; }

a { color: var(--gold); text-decoration: none;
    border-bottom: 1px solid rgba(232,188,159,.3); }
a:hover { border-bottom-color: var(--gold); }

.anschrift { font-style: normal; margin-top: .5rem; }

.hinweis {
  margin-top: 1.1rem; padding: 1rem 1.2rem;
  border-left: 2px solid rgba(232,188,159,.32);
  background: rgba(232,188,159,0.035);
  font-size: .95rem; color: rgba(228,218,200,.62);
}

footer {
  margin-top: 5rem; padding-top: 1.6rem; border-top: 1px solid var(--linie);
  font-family: 'Inter', sans-serif; font-weight: 200; font-size: .5rem;
  letter-spacing: .3em; text-transform: uppercase; color: rgba(228,218,200,.22);
}
footer a { color: rgba(228,218,200,.4); border: none; }
footer a:hover { color: var(--gold); }
