@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: 90vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.4)),
              url('assets/images/1065.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%;
}

why-legal {
  background-color: #f8f9fa;
}

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

.why-legal p.lead {
  font-size: 1.15rem;
  color: #444;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #7a7267;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 50%;
  margin: 0 auto;
}

.card h5 {
  margin-top: 10px;
  color: #222;
}

.leistungen {
  background-color: #ffffff;
}

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

.leistungen p.lead {
  font-size: 1.15rem;
  color: #444;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #6d6658;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

.card:hover .icon-circle {
  background: #6d6658; /* более тёмный синий при наведении */
  transform: scale(1.1);
}

.card h5 {
  margin-top: 10px;
  color: #222;
}

vorteile {
  background: linear-gradient(135deg, #6d6658 0%, #4c483f 100%);
}

.vorteile h2 {
  font-weight: 700;
}

.adv-card {
  background: #e8ebeb;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.adv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.icon-square {
  width: 60px;
  height: 60px;
  background: #6d6658;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border-radius: 12px;
  flex-shrink: 0;
}

.pricing {
  background-color: #f8f9fa;
}

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

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

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

.pricing-card .price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4c483f;
}

.pricing-card.featured {
  border: 2px solid #4c483f;
  background: #ffffff;
}

.pricing-card.featured .price {
  color: #4c483f;
}

.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: 60px;
  height: 60px;
  object-fit: cover;
}

.leistungen {
    background-color: #3c4046;
  }
  .leistungen h2 {
    color: #ffffff;
    font-weight: 700;
  }
  .service-card {
    border: none;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .service-card .card-body {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem;
  }
  .service-card h5 {
    color: #0086fd;
    font-weight: 600;
  }
  .service-card p {
    color: #3c4046;
  }
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

   .warum {
    background-color: #3c4046;
  }
  .warum h2 {
    font-weight: 700;
  }
  .warum-card {
    border: none;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .warum-card .card-body {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem;
  }
  .warum-card h5 {
    color: #0086fd;
    font-weight: 600;
  }
  .warum-card p {
    color: #3c4046;
  }
  .warum-card .icon i {
    font-size: 2.5rem;
    color: #0086fd;
  }
  .warum-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }