@font-face {
  font-family: "PublicSans";
  font-style: normal;
  font-weight: normal;
  src: url(PublicSans-VariableFont_wght.ttf) format("truetype-variations");
  font-weight: 1 999;
}
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
  font-size: 1.25vw;
  height: 100%;
  font-weight: normal;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: "PublicSans", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.19;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  font-size: inherit;
  font-weight: inherit;
  margin-block-start: 0;
  margin-block-end: 0;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
}

ol {
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

strong {
  font-weight: 600;
}

.d-b {
  display: block;
}

.d-i-b {
  display: block;
}

.d-f {
  display: flex;
  flex-wrap: wrap;
}

.d-f-c {
  flex-direction: column;
}

.j-s-b {
  justify-content: space-between;
}

.j-c {
  justify-content: center;
}

.a-b {
  align-items: baseline;
}

.a-s {
  align-items: flex-start;
}

.m-l-a {
  margin-left: auto;
}

#app {
  padding: 2rem 3.5rem 1.6rem 7rem;
  margin: auto;
  min-height: 100%;
  justify-content: space-between;
}

header img {
  width: 8rem;
}

main {
  width: 100%;
}
main p {
  width: 30rem;
}
main #shapes {
  padding: 1.7rem 0 0.6rem;
  width: 100%;
  height: auto;
  max-width: 1960px;
}

.imprint {
  margin-top: 1.19em;
  display: block;
}

#imprint #app {
  justify-content: flex-start;
}
#imprint p + p {
  margin-top: 1.19em;
}
#imprint main {
  margin-top: 2.38em;
}
#imprint main p {
  width: 34rem;
}

@media (min-width: 1362px) and (max-width: 1800px) {
  html, body {
    font-size: 17px;
  }
}
@media (min-width: 1800px) and (max-width: 2200px) {
  html, body {
    font-size: 22px;
  }
}
@media (min-width: 2200px) {
  html, body {
    font-size: 26px;
  }
}
@media (min-aspect-ratio: 750/1000) and (max-aspect-ratio: 1000/1000) {
  html, body {
    font-size: 2.5vw !important;
  }
  #app {
    padding: 3rem 3.5rem 3.25rem;
  }
  .hide-mobile {
    display: none;
  }
}
@media (max-aspect-ratio: 750/1000) {
  html, body {
    font-size: 3.6vw;
  }
  #app {
    padding: 1.4rem;
  }
  .hide-mobile {
    display: none;
  }
  #imprint main p {
    width: 100%;
  }
}

/*# sourceMappingURL=app.css.map */
