@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

@media (max-width:460px) {
    .hero-title {
        font-size: 25px!important;
        margin-top:30px;
    }
    p{
        font-size: 15px!important;
    }
}

body.poster {
    background-attachment: fixed;
}

p{
  font-size:20px;
}

.top-5 {
    top: 5px;
}

.about-image {
        max-width: 200px;
        margin-bottom: 10px;
        border-radius:150px;
}

.hero {
  min-height: 95vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.4)),
              url('assets/images/2799.jpg') center/cover no-repeat;
  color: #fff;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
}

.hero-img {
  max-width: 85%;
}
s

.testimonials {
  background: #f8f9fa;
}

.testimonials h2 {
  font-weight: 700;
  color: #1a1a1a;
}

.testimonial-card {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.testimonial-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* Pricing cards – clean, tactile look */
  #preise .price-card {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .9rem;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    background: #fff;
  }
  #preise .price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08);
    border-color: rgba(13,110,253,.25);
  }
  #preise .price-card.recommended {
    transform: translateY(-2px);
  }
     /* Custom minimal styles for a polished look */
  #kernleistungen .service-card {
    border: 1px solid rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    border-radius: .85rem;
    background: #fff;
  }
  #kernleistungen .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.08);
    border-color: rgba(13,110,253,.25); /* primary tint */
  }
  #kernleistungen .icon-wrap {
    line-height: 1;
    flex: 0 0 auto;
  }
  #kernleistungen .icon-wrap .bi {
    display: inline-block;
  }
  @media (min-width: 992px) {
    #kernleistungen .card-body { padding: 2rem; }
  }