body {
  font-family: "Vesper Libre", serif;
  color: rgb(51, 51, 51);
  background: #f7f7f9;
  text-align: center;
  line-height: 2;
}

p {
  font-family: "Vesper Libre", serif;
  font-weight: 400;
  font-size: 18px;
}

h1 {
  font-size: 36px;
  margin-bottom: 0px;
  letter-spacing: 0.03em;
  font-weight: 700;
}

h2 {
  font-size: 18px;
}

.subHeading {
  color: #777;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 300;
  margin-top: 0px;
}

.sideProjectsHeading {
  margin: 0;
  margin-top: 4rem;
  margin-bottom: -1rem;
  font-size: 28px;
}

.sideProjectsIntro {
  color: #777;
  margin-top: 0;
}

.sideProjectLink {
  letter-spacing: 0.03em;
}

ul {
  -webkit-padding-start: 0px;
}

a {
  color: rgb(51, 51, 51);
  /*text-decoration: underline;*/
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}

footer a {
  color: #777;
  font-size: 12px;
}

.wrap {
  position: relative;
  min-height: 100vh;
  padding: 25px auto 0 auto;
}

.container {
  max-width: 780px;
  padding-bottom: 40px;
}

.profile-imgage {
  vertical-align: middle;
  border-radius: 50%;
  margin: 16px;
}

.iconlist li {
  display: inline-block;
  padding: 6px;
  width: 60px;
}

.iconlist a:hover {
  opacity: 0.95;
}

.impressum h3 {
  margin-bottom: 0;
}

@media screen and (max-width: 520px) {
  h1 {
    margin: 0;
  }
  .hom {
    display: none;
  }
}

@media (min-width: 760px) {
  .profile-imgage {
    margin-top: 70px;
  }
}

/* vesper-libre-regular - latin */
@font-face {
  font-family: "Vesper Libre";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./vesper-libre-v19-latin-regular.woff2") format("woff2");
  font-display: swap;
}
/* vesper-libre-700 - latin */
@font-face {
  font-family: "Vesper Libre";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("./vesper-libre-v19-latin-700.woff2") format("woff2");
  font-display: swap;
}
