html {
  background: #292321;
  color: #fdfceb;
  font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4;
}

body {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #bb9d73;
  text-shadow: none;
}

::selection {
  background: #bb9d73;
  text-shadow: none;
}

.wrap {
  display: flex;
  width: 32rem;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}
.wrap__center {
  padding: 0 0 10rem;
  text-align: center;
}

h1 {
  display: block;
  width: 100%;
  height: 28rem;
  margin: 0;
  background: transparent url('../img/logo.svg') no-repeat center center;
  background-size: contain;
}
h1 span,
.imprint__close span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.soon {
  margin-top: -1.4rem;
  font-size: 1.8rem;
}
.contact {
  display: inline-block;
  color: #bb9d73;
  border: 2px solid #785d41;
  background: transparent;
  font: inherit;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 0.3rem 1.2rem;
  cursor: pointer;
}
.contact:hover {
  color: #fdfceb;
  border-color: #bb9d73;
}

.footer {
  position: fixed;
  inset: auto 0 1rem 0;

  opacity: 0.4;
  font-size: 0.8rem;
  text-align: center;
}
.footer a:link,
.footer a:visited {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  padding: 0;
}

.imprint {
  position: relative;
  margin: 1rem;
  padding: 5.2rem 2rem 2rem;
  border: 2px solid #785d41;
}
.imprint__close {
  position: absolute;
  width: 1rem;
  height: 0.6rem;
  inset: 2rem auto auto 2rem;
  padding: 0.5rem;
  cursor: pointer;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTkuNCAyMzMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNsMTkyIDE5MmMxMi41IDEyLjUgMzIuOCAxMi41IDQ1LjMgMHMxMi41LTMyLjggMC00NS4zTDc3LjMgMjU2IDI0Ni42IDg2LjZjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBsLTE5MiAxOTJ6IiBmaWxsPSIjYmI5ZDczIi8+PC9zdmc+") center center no-repeat;
  background-size: contain;
}
.imprint__addresses {
  display: flex;
}
@media only screen and (max-width: 400px) {
  .imprint__addresses {
    display: block;
  }
  .imprint__addresses address {
    margin: 1rem 0 2.2rem;
  }
}
.imprint__addresses address {
  flex: 1 1 50%;
}
.imprint__addresses address p {
  margin: 0.2rem 0;
  font-style: normal;
}
.imprint__addresses address p:last-child {
  margin-top: 0.6rem;
}
.imprint__addresses address a:link,
.imprint__addresses address a:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #785d41;
}
.imprint h3 {
  margin: 2.4rem 0 1rem;
}
.imprint p {
  margin: 0.4rem 0;
}


@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }
}

