.highlight {
  background-color: rgba(96, 153, 59);
  border-radius: 6px;
  padding: 3px 6px;
  color: white;
}

#kontakt input {
  border: solid rgba(96,153,59,0.8) 1px;
}

#kontakt textarea {
  border: solid rgba(96,153,59,0.8) 1px;
}

#leistungen_btn p {
  color: white;
}

#leistungen_btn a {
  width: 75vw;
  border: solid white 1px;
}

@media (min-width: 576px) {
  #leistungen_btn a {
    width: 50%;
  }
}

a, h1, p {
  font-family: Lato, sans-serif !important;
}

.bg-green {
  background-color: rgba(96, 153, 59, 1);
}

a {
  text-decoration: underline;
  text-decoration-color: white;
}

.btn:hover {
  background-color: green;
}

.color-green {
  color: rgba(96, 153, 59, 0.8);
}

#navbar-parent {
  background: rgba(96, 153, 59, 0.8);
  /*border-radius: 0 0 16px 16px;*/
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.1px);
  -webkit-backdrop-filter: blur(2.1px);
}

#landing-img {
  height: 42vh;
  background: url("../../assets/img/hausarzt-praxis-schoenberg-landing.webp?h=ddc6409dd8282a80ef509a5a7d8932a3");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 576px) {
  #landing-img {
    height: 69vh;
    background: url("../../assets/img/hausarzt-praxis-schoenberg-landing.webp?h=ddc6409dd8282a80ef509a5a7d8932a3");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (min-width: 768px) {
  #landing-img {
    height: 80vh;
    background: url("../../assets/img/hausarzt-praxis-schoenberg-landing.webp?h=ddc6409dd8282a80ef509a5a7d8932a3");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (min-width: 576px) {
  #landing-1 {
    height: 100vh;
  }
}

