body {
  background-image: url(assets/textured-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  /*background-color: $dark-green;*/
  font-family: "Rajdhani", serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

h1 {
  font-weight: 600;
  font-size: 80px;
}

p {
  font-size: 20px;
}

.content-box {
  background-color: #dfd8d1;
  color: #fff;
  text-align: center;
  padding: 150px 60px;
  background-image: url(assets/teaser-bild.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.highlight-logo {
  width: 180px;
  height: auto;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-45%);
}

@media (max-width: 576px) {
  .content-box {
    padding: 50px 20px;
  }
  h1 {
    line-height: 1.1;
    font-size: 50px;
  }
  .highlight-logo {
    width: 100px;
    top: -20%;
  }
}
.impressum {
  background-color: #dfd8d1;
  padding: 20px;
}

.text-highlight {
  color: #22a288;
  font-weight: 600;
}

.text-highlight-light {
  color: #c4a042;
  font-weight: 600;
}/*# sourceMappingURL=styles.css.map */