@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/2150579586.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;
}

/* Minimal custom styles for pricing section */
#preise .pricing-card { border: 1px solid rgba(0,0,0,.06); border-radius: 1rem; }
#preise .pricing-card.popular { border: 2px solid var(--bs-primary); box-shadow: 0 0.5rem 1rem rgba(0,0,0,.08); }
#preise .check { font-weight: 700; line-height: 1.4; }
#preise .ribbon {
  position: absolute; top: 0.9rem; right: -0.6rem;
  background: var(--bs-primary); color: #fff; font-size: .8rem; font-weight: 700;
  padding: .35rem .75rem; border-radius: .5rem;
  transform: rotate(8deg);
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.12);
}
@media (min-width: 992px) {
  #preise .card-body { padding: 2.25rem 2.25rem; }
}