html,
body{
  min-height:100%;
}

@font-face {
  font-family: 'NeutraText Light';
  src: url('NeutrafaceText-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

body{
  margin:0;
  padding:40px 20px;
  font-family:'NeutraText Light',sans-serif;
  font-weight:200;
  line-height:1.7;
  color:#fff;
}

/* Hintergrund wie Startseite */
.Thumbnail {
  position: fixed;
  inset: 0;
  background: #000;
  filter: brightness(.78) contrast(1.02);
  z-index: -1;
}
.Thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.34) 100%);
}

.wrap {
  max-width: 920px;
  margin: 40px auto;
  padding: clamp(28px, 4vw, 48px);
  background: rgba(0,0,0,.32);
  border: 1px solid rgba(255,255,255,.22);
}

h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(34px, 5vw, 56px);
  line-height: .95;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 200;
}

h2 {
  margin: 2rem 0 .75rem;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 200;
}

p,
li {
  font-size: 15px;
  letter-spacing: .04em;
}

ul {
  padding-left: 1.2rem;
}

a {
  color: #fff;
  text-decoration: none;
  letter-spacing: .14em;
  text-transform: uppercase;
}

a:hover {
  border-bottom: 1px solid rgba(255,255,255,.75);
}

.backlink {
  display: inline-block;
  margin-top: 2rem;
  font-weight: 200;
  opacity: 0.9;
}

.backlink:hover {
  opacity: 1;
}

@media (max-width: 720px) {
  body {
    padding: 20px 16px;
  }

  .wrap {
    margin: 20px auto;
    padding: 24px 20px;
  }

  h1 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.1;
    letter-spacing: .08em;
    overflow-wrap: anywhere;
  }

  h2 {
    letter-spacing: .08em;
    overflow-wrap: anywhere;
  }

  a {
    letter-spacing: .06em;
    overflow-wrap: anywhere;
  }
}
