body {
  background-color: #f5f5f5;
  scroll-behavior: smooth;
}

.headline {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 1.1rem;
}

.headline-hero {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 38px;
  font-size: 1.1rem;
}

.headline-contact {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 38px;
  font-size: 2rem;
}

#Logo {
  transition: all 0.2s ease-in;
  -webkit-transform: translateZ(0);
}

.fixed-to-top {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  background: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  transition: all 0.2s ease-in;
  z-index: 100;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0);
}

.fixed-to-top img {
  margin: 8px;
  height: 24px;
}

@media screen and (max-width: 415px) {
  .headline {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 30px;
    font-size: 1rem;
  }

  .headline-hero {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 38px;
    font-size: 1rem;
  }

  .headline-contact {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 38px;
    font-size: 2rem;
  }
}
