@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

p{
  font-size:17px;
}

.top-5 {
    top: 5px;
}

@media (max-width:991px) {
  .image-box{
    height:250px;
  }
  p{
    font-size:16px;
  }
}

/* Визуально скрыто, но доступно для ассистивных технологий */
.visually-hidden-important {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Для заданного вами формата чекбокса */
.form-group.checkbox-group {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  }
.form-group.checkbox-group input[type="checkbox"] {
  margin-top: .3rem;
}

h1{
  font-size: 30px;
  color: #734e7f;
}
h2{
  font-size: 25px;
  color: #734e7f;
}
h3{
  font-size: 20px;
  color: #734e7f;
}

/* 1) Глобально отключаем горизонтальный скролл */
html { overflow-x: clip; }               /* современные браузеры */
body { overflow-x: hidden; width: 100%; } /* фолбэк */

/* Hero Section — BilanzErfolg */
.hero-bilanzerfolg {
  isolation: isolate; /* корректный слой для псевдофона */
  background-color: #f8f9fa; /* светлый нейтральный фон */
}

.hero-bilanzerfolg .hero-gradient {
  z-index: -1;
  background: radial-gradient(1200px 600px at 10% 0%,
              rgba(13,110,253,0.10) 0%,
              rgba(13,110,253,0.06) 35%,
              rgba(13,110,253,0.00) 70%),
              linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.70) 100%);
  pointer-events: none;
}

.hero-bilanzerfolg .hero-shape {
  height: 12px;
  max-width: 720px;
  background:
    linear-gradient(90deg, rgba(13,110,253,0.25), rgba(111,66,193,0.25)),
    linear-gradient(0deg, rgba(255,255,255,0.6), rgba(255,255,255,0.6));
  box-shadow:
    0 8px 24px rgba(13,110,253,0.12),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

/* Микро-улучшения типографики */
.hero-bilanzerfolg h1 {
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.hero-bilanzerfolg .lead {
  line-height: 1.5;
}

/* Адаптив: немного больше вертикальных отступов на больших экранах */
@media (min-width: 992px) {
  .hero-bilanzerfolg .container {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

/* Контраст бейджа с новым цветом Bootstrap 5.3 */
.bg-primary-subtle {
  background-color: rgba(13,110,253,0.12) !important;
}
.text-primary {
  color: #0d6efd !important;
}


/* Vorteile Section (поверх Bootstrap) */
.section-vorteile .card {
  border-radius: 1rem;
  transition: transform .2s ease, box-shadow .2s ease;
  background-color: #fff; /* соответствие bg-white секции */
}

.section-vorteile .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1.5rem rgba(13, 110, 253, 0.12); /* оттенок primary */
}

/* Иконка: круглая плашка, унаследованный currentColor (primary) */
.section-vorteile .adv-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid currentColor;
  background-color: rgba(13, 110, 253, 0.08); /* мягкий фон для text-primary */
  flex: 0 0 48px;
}

.section-vorteile .adv-icon svg {
  display: block;
}

/* Типографика и отступы */
.section-vorteile h2 {
  letter-spacing: -0.01em;
}

.section-vorteile .card-body {
  padding: 1.25rem 1.25rem;
}

@media (min-width: 992px) {
  .section-vorteile .card-body {
    padding: 1.5rem 1.5rem;
  }
}

/* Unsere Kernleistungen — поверх Bootstrap */
.section-kernleistungen .service-card {
  border-radius: 1rem;
  transition: transform .2s ease, box-shadow .2s ease;
  background-color: #fff;
}

.section-kernleistungen .service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.75rem rgba(13, 110, 253, 0.12); /* оттенок primary */
}

/* Иконки услуги: круглая плашка, наследует currentColor (text-primary) */
.section-kernleistungen .service-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid currentColor;
  background-color: rgba(13, 110, 253, 0.08);
  flex: 0 0 48px;
}

/* Аккордеон внутри карточек — без рамок, аккуратные углы */
.section-kernleistungen .accordion-button {
  border-radius: .75rem;
  background-color: #f8f9fa;
  color: #212529;
  font-weight: 600;
}
.section-kernleistungen .accordion-button:not(.collapsed) {
  background-color: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
  box-shadow: none;
}
.section-kernleistungen .accordion-button:focus {
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.section-kernleistungen .accordion-body {
  padding-left: .25rem;
  padding-right: .25rem;
}

/* Галочки в списке */
.section-kernleistungen .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  border: 2px solid currentColor;
  font-weight: 700;
  line-height: 1;
}

/* Мелкие правки типографики */
.section-kernleistungen h2 {
  letter-spacing: -0.01em;
}
.section-kernleistungen .card-body p {
  line-height: 1.55;
}


/* Отступы секции на крупных экранах */
@media (min-width: 1200px) {
  .services-section { padding-top: 4rem; padding-bottom: 4rem; }
}

/* ===== Pricing ===== */
.pricing-section .price-card {
  border-radius: 1rem;
  transition: transform .25s ease, box-shadow .25s ease;
  background-color: var(--bs-white);
}

.pricing-section .price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.25rem 2rem rgba(0,0,0,0.08);
}

/* Рекомендованный план */
.pricing-section .price-card.recommended {
  outline: 2px solid rgba(var(--bs-primary-rgb), .35);
  box-shadow: 0 .75rem 2rem rgba(0,0,0,.08);
}

/* Цены: показываем/скрываем без JS */
.pricing-cards .price { display: none; }
.pricing-cards[data-billing="monthly"] .price-monthly { display: block; }
.pricing-cards[data-billing="yearly"]  .price-yearly  { display: block; }

/* Переключатель */
.billing-toggle .form-switch {
  width: 3.25rem; height: 1.75rem;
}

.billing-toggle .form-switch .form-check-input {
  width: 3.25rem; height: 1.75rem; margin: 0; opacity: 0; position: absolute; inset: 0; cursor: pointer;
}

.billing-toggle .switch-track {
  display: inline-block;
  width: 3.25rem; height: 1.75rem;
  background-color: var(--bs-secondary-bg);
  border-radius: 1.75rem;
  position: relative;
  transition: background-color .2s ease;
}

.billing-toggle .switch-track::after {
  content: "";
  position: absolute;
  top: .125rem; left: .125rem;
  width: 1.5rem; height: 1.5rem;
  border-radius: 50%;
  background-color: var(--bs-white);
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  transition: transform .2s ease;
}

/* Активное состояние */
#billingSwitch:checked + .switch-track {
  background-color: rgba(var(--bs-primary-rgb), .4);
}
#billingSwitch:checked + .switch-track::after {
  transform: translateX(1.5rem);
}

/* Связка переключателя с атрибутом data-billing */
#billingSwitch:checked ~ .dummy {} /* just to keep specificity if needed */


/* Типографика цен */
.price-wrap .h1 { line-height: 1; }
.price-wrap small { margin-top: .25rem; }

/* Отступы для секции на больших экранах */
@media (min-width: 1200px) {
  .pricing-section { padding-top: 4rem; padding-bottom: 4rem; }
}

/* Für wen wir arbeiten — поверх Bootstrap */
.section-zielgruppen .ziel-card {
  border-radius: 1rem;
  transition: transform .2s ease, box-shadow .2s ease;
  background-color: #fff; /* согласовано с bg-white секции */
}

.section-zielgruppen .ziel-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 .75rem 1.5rem rgba(13,110,253,.12); /* мягкий оттенок от primary */
}

/* Иконка-аудитории: круг с обводкой, наследует currentColor (text-primary) */
.section-zielgruppen .ziel-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid currentColor;
  background-color: rgba(13,110,253,.08);
  flex: 0 0 46px;
}

/* Заголовок секции — лёгкое уплотнение */
.section-zielgruppen h2 {
  letter-spacing: -0.01em;
}

/* Абзацы — комфортная читабельность */
.section-zielgruppen .card-body p {
  line-height: 1.55;
}

/* pricing.css — zusätzliche, optionale Veredelungen */
#pricing .badge.bg-primary {
  z-index: 2;
}

#pricing .card {
  border-radius: 1rem;
}

#pricing .card .display-6 {
  line-height: 1;
}

#pricing .check {
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 992px) {
  #pricing .card-body {
    padding: 2rem 2rem;
  }
}

/* Fokus/Accessibility */
#pricing a.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

