@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;
    }
    h1{
      font-size:23px!important;
    }
    h2{
      font-size:21px!important;
    }
    h3{
      font-size:20px!important;
    }
}

body.poster {
    background-attachment: fixed;
}

p{
  font-size:18px;
}
h1{
  font-size: 30px;;
}
h2{
  font-size: 25px;;
}
h3{
  font-size: 22px;;
}

.top-5 {
    top: 5px;
}

/* Hero Section */
    .hero-section {
      position: relative;
      min-height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
    }

    /* Video Background */
    .hero-section video.bg-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }

    /* Затемнение поверх видео */
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(28, 28, 28, 0.75);
      z-index: 1;
    }

    /* Контент поверх */
    .hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      color: #fff;
    }

    .hero-content h1 {
      font-size: 3rem;
      font-weight: 700;
      color: #ffffff;
    }

    .hero-content p {
      font-size: 1.25rem;
      margin-top: 20px;
      color: #f0f0f0;
    }

    .btn-custom {
      background-color: #4572f0;
      color: #fff;
      border: none;
      padding: 12px 30px;
      font-size: 1.1rem;
      border-radius: 50px;
      transition: 0.3s;
    }

    .btn-custom:hover {
      background-color: #4572f0;
      color: #fff;
    }

    /* Адаптивность */
    @media (max-width: 768px) {
      .hero-content h1 {
        font-size: 2.2rem;
      }
      .hero-content p {
        font-size: 1rem;
      }
    }
.features-section {
  background-color: #ffffff;
  color: #1c1c1c;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1c1c1c;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.feature-box {
  background: #f9f9f9;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.feature-box:hover {
  background: #e6f7ff;
  transform: translateY(-5px);
}

.feature-box .icon i {
  font-size: 2.5rem;
  color: #4572f0;
}

.about-section {
  background-color: #f9f9f9;
  color: #1c1c1c;
}

.about-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1c1c1c;
}

.about-text {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
}

.btn-custom {
  background-color: #4572f0;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #4572f0;
  color: #fff;
}

.about-image-wrapper img {
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.about-image-wrapper img:hover {
  transform: scale(1.03);
}


.contact-section {
  background-color: #ffffff;
  color: #1c1c1c;
}

.contact-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1c1c1c;
}

.contact-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.contact-info h5 {
  font-weight: 600;
  color: #1c1c1c;
}

.form-custom {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px;
  transition: border-color 0.3s ease;
}

.form-custom:focus {
  border-color: #4572f0;
  box-shadow: 0 0 6px rgba(0, 191, 255, 0.3);
}

.btn-custom {
  background-color: #4572f0;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #4572f0;
  color: #fff;
}

/* Адаптивность */
@media (max-width: 768px) {
  .contact-title {
    font-size: 1.8rem;
  }
  .form-custom {
    font-size: 0.95rem;
  }
}

.pricing-section {
  background-color: #f9f9f9;
  color: #1c1c1c;
}

.pricing-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1c1c1c;
}

.pricing-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.pricing-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
}

.pricing-card .card-header {
  background-color: #ffffff;
  border-bottom: none;
  padding: 30px 20px 10px;
}

.package-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1c1c1c;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  color: #4572f0;
  margin: 10px 0;
}

.per {
  font-size: 1rem;
  color: #777;
}

.featured {
  border: 2px solid #4572f0;
  box-shadow: 0 6px 18px #e4d7e7;
}

.btn-custom {
  background-color: #4572f0;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #4572f0;
  color: #fff;
}

/* Адаптивность */
@media (max-width: 768px) {
  .pricing-title {
    font-size: 1.8rem;
  }
  .price {
    font-size: 2rem;
  }
}

.gallery-section {
  background-color: #ffffff;
  color: #1c1c1c;
}

.gallery-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1c1c1c;
}

.gallery-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.gallery-item img {
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 191, 255, 0.3);
}

/* Адаптивность */
@media (max-width: 768px) {
  .gallery-title {
    font-size: 1.8rem;
  }
  .gallery-subtitle {
    font-size: 1rem;
  }
}

.business-model-section {
  background-color: #ffffff;
  color: #1c1c1c;
}

.business-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1c1c1c;
}

.business-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.bm-box {
  background: #f9f9f9;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.bm-box:hover {
  background: #e6f7ff;
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,191,255,0.25);
}

.bm-box .icon i {
  font-size: 2.5rem;
  color: #4572f0;
}

/* Адаптивность */
@media (max-width: 768px) {
  .business-title {
    font-size: 1.8rem;
  }
  .bm-box .icon i {
    font-size: 2rem;
  }
}

.values-section {
  background-color: #f9f9f9;
  color: #1c1c1c;
}

.values-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1c1c1c;
}

.values-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.value-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.value-box:hover {
  background: #e6f7ff;
  transform: translateY(-5px);
  box-shadow: 0 6px 16px #e4d7e7;
}

.value-box .icon i {
  font-size: 2.5rem;
  color: #4572f0;
}

/* Адаптивность */
@media (max-width: 768px) {
  .values-title {
    font-size: 1.8rem;
  }
  .value-box .icon i {
    font-size: 2rem;
  }
}

.leistungen-section {
    background-color: #fff;
    color: #000;
  }
  .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
  }
  .section-subtitle {
    font-size: 1.1rem;
    color: #444;
  }
  .leistung-card {
    background-color: #f9f9f9;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease;
  }
  .leistung-card:hover {
    border-color: #4572f0;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  }
  .leistung-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4572f0;
    margin-bottom: 0.75rem;
  }

 

  .statistik-section {
    background-color: #000;
    color: #fff;
  }
  .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
  }
  .section-subtitle {
    font-size: 1.1rem;
    color: #ddd;
  }
  .stat-card {
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
  }
  .stat-card:hover {
    background-color: rgba(183, 0, 224, 0.1);
    transform: translateY(-5px);
  }
  .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4572f0;
    margin-bottom: 10px;
  }
  .stat-label {
    font-size: 1rem;
    color: #fff;
    margin: 0;
  }

   /* Общие заголовки */
  .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
  }
  .section-text {
    font-size: 1.1rem;
    color: #333;
  }

  /* Immobiliengeschäfte */
  .immobilien-section {
    background-color: #fff;
    color: #000;
  }

  /* Weg Section */
  .weg-section {
    background-color: #f9f9f9;
  }
  .weg-card {
    background: #fff;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  .weg-card:hover {
    border-color: #4572f0;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  }
  .weg-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4572f0;
    margin-top: 1rem;
  }
  .step-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #4572f0;
    color: #fff;
    font-weight: 700;
    margin: 0 auto 15px auto;
    font-size: 1.2rem;
  }

 .cases-section {
    background-color: #fff;
    color: #000;
  }
  .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
  }
  .section-subtitle {
    font-size: 1.1rem;
    color: #444;
  }
  .case-card {
    background: #f9f9f9;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .case-card:hover {
    border-color: #4572f0;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  }
  .case-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4572f0;
    margin-bottom: 0.75rem;
  }
  .case-text {
    font-size: 0.95rem;
    color: #333;
  }

html, body {
  overflow-x: hidden;
}

/* Секция отзывов VermoWert */
#stimmen .vw-testimonial {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius-xl);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#stimmen .vw-testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 .75rem 1.25rem rgba(0,0,0,.08);
  border-color: var(--bs-primary);
}

#stimmen .vw-quote-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-weight: 700;
  line-height: 1;
  margin-bottom: .75rem;
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.12);
}

#stimmen .vw-quote-text {
  font-size: 1rem;
  line-height: 1.6;
}

#stimmen .vw-rating i {
  font-size: 1.05rem;
  letter-spacing: .05rem;
  color: var(--bs-warning);
}

#stimmen .vw-avatar {
  width: 48px;
  height: 48px;
  object-fit: cover;
  background: var(--bs-gray-200);
  border: 2px solid var(--bs-white);
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.06);
}

/* Доступность: фокус */
#stimmen .vw-testimonial:focus-within {
  outline: 3px solid color-mix(in oklab, var(--bs-primary), white 25%);
  outline-offset: 2px;
}

/* Уважение к предпочитаемой пользователем анимации */
@media (prefers-reduced-motion: reduce) {
  #stimmen .vw-testimonial {
    transition: none;
  }
}
