/* =====================================================
   Roboto Familie – lokal eingebunden
   JA Vitality / T4 – update-sicher via /local
   ===================================================== */
@import url("/templates/ja_vitality/local/css/vitalis-fonts.css");

/* =====================================================
   HEADER / LAYOUT BASIS
   ===================================================== */

#t4-header {
  min-height: auto !important;
}

.top-abstand {
  margin-top: 24px !important;
}

.vk-btn-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
/* =====================================================
HEADER-SCHNELLZUGRIFFE
===================================================== */

.vk-header-quicklinks {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 0.5rem;
width: max-content;
max-width: none;
margin: 0;
padding: 0;
}

.vk-header-quicklinks__link {
display: inline-flex;
flex: 0 0 auto;
align-items: center;
justify-content: center;
width: auto;
min-width: 0;
min-height: 0;
margin: 0;
padding: 0.38rem 0.65rem;
border: 1px solid #47A54F;
border-radius: 0.25rem;
background: #47A54F;
color: #ffffff;
font-family: "Roboto", Arial, sans-serif;
font-size: 0.8rem;
font-weight: 400;
line-height: 1.2;
text-decoration: none;
white-space: nowrap;
box-shadow: none;
transition: background-color 0.2s ease, border-color 0.2s ease;
}

.vk-header-quicklinks__link:hover,
.vk-header-quicklinks__link:focus {
background: #2F7D36;
border-color: #2F7D36;
color: #ffffff;
text-decoration: none;
}

.vk-header-quicklinks__link:focus-visible {
outline: 2px solid #2F7D36;
outline-offset: 2px;
}

.navbar-brand img {
  height: 120px;
  width: auto;
}

/* Hauptcontainer auf volle Breite */
#t4-mainbody .t4-section-inner.container-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

/* Content Area befreien */
#t4-mainbody .area-content,
#t4-mainbody .box-inner {
  max-width: 100% !important;
  padding: 0 !important;
}

/* Textbereich */
.article-body {
  width: 100%;
  margin: 0 auto;
}

.article-aside {
  padding-top: 15px !important;
}

/* Optional nur Fließtext begrenzen */
.article-body > p {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

/* =====================================================
   HEADER-SUCHE
   ===================================================== */

.t4-col.suche .mod-finder__search .input-group {
  position: relative;
}

.t4-col.suche .mod-finder__search .form-control {
  height: 42px;
  padding-right: 52px;
}

.t4-col.suche .mod-finder__search button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
  z-index: 3;
}

.t4-col.suche .mod-finder__search button[type="submit"] .icon-search {
  display: block;
  margin: 0 !important;
  line-height: 1 !important;
}

.t4-col.suche .mod-finder__search button[type="submit"] .icon-search::before {
  font-size: 18px;
  line-height: 1;
}

/* =====================================================
   ROOT / TYPOGRAFIE GLOBAL
   ===================================================== */

:root {
  --bs-body-font-family: "Roboto", Arial, sans-serif;
  --bs-font-sans-serif: "Roboto", Arial, sans-serif;
  --bs-font-family-base: "Roboto", Arial, sans-serif;

  --vitalis-green: #47A54F;
  --vitalis-gray-1: #999999;
  --vitalis-gray-2: #676767;
  --vitalis-petrol: #0F6A72;
  --vitalis-night: #1E2E3A;
  --vitalis-cta2: #0074A6;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Roboto", Arial, sans-serif;
}

body {
  font-family: var(--bs-body-font-family) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Arial, sans-serif !important;
}

.navbar,
.nav,
.t4-navbar,
button,
.btn,
input,
select,
textarea {
  font-family: "Roboto", Arial, sans-serif;
}

/* JA Vitality / T4 Menü */
.t4-navbar,
.t4-navbar .navbar,
.t4-navbar .nav,
.t4-navbar .nav-link,
.t4-megamenu,
.t4-megamenu a,
.t4-header-inner,
.cta-title,
.lead-title-feature,
.section-title,
.navbar-nav,
.navbar-nav .nav-link {
  font-family: "Roboto", Arial, sans-serif !important;
}

/* =====================================================
   HEADER / NAV ABSTÄNDE
   ===================================================== */

.header-navrow .t4-megamenu,
.header-navrow .navbar,
.header-navrow nav {
  justify-content: center !important;
  margin-top: -18px;
}

.header-navrow .t4-navbar,
.header-navrow .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center !important;
}

@media (min-width: 992px) {
  #t4-header,
  #t4-header .t4-section-inner,
  #t4-header .t4-header-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

#t4-mega-row .t4-megamenu {
  min-height: 0 !important;
  height: auto !important;
}
/* =====================================================
   T4 MEGAMENÜ – MEDIZINISCHE SCHWERPUNKTE
   Ebene 3: Breite, Abstände und sauberer Ausklapppfeil

   Megamenü-Klasse: vk-mega-medizin
   Systemüberschriften: vk-submenu-trigger
   ===================================================== */

@media (min-width: 992px) {

  /*
   Ebene 2 bleibt über die T4-Megamenü-Einstellung
   auf 400 px eingestellt.

   Diese Regel betrifft ausschließlich das darin
   verschachtelte Untermenü der dritten Ebene.
  */
  .t4-megamenu
  .vk-mega-medizin
  > .dropdown-menu
  .dropdown-menu {
    box-sizing: border-box;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    padding: 0.75rem 1rem;
  }

  /*
   Nur die Links der dritten Menüebene.
  */
  .t4-megamenu
  .vk-mega-medizin
  > .dropdown-menu
  .dropdown-menu
  > li
  > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5rem 0.75rem !important;
    line-height: 1.5;
    white-space: normal;
  }

  /*
   Die drei Systemüberschriften der zweiten Ebene,
   die auf eine dritte Ebene verweisen.

   Je nach Joomla-/T4-Ausgabe kann die Klasse
   vk-submenu-trigger direkt auf dem span/a
   oder auf dem umgebenden li-Element liegen.
  */
  .t4-megamenu
  .vk-mega-medizin
  .vk-submenu-trigger,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > .nav-header,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > .dropdown-header,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > span,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > a {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    box-sizing: border-box;
    width: 100%;
    padding-right: 1.5rem !important;
  }

  /*
   Vorhandene T4-Pfeil-, Border- und
   Hintergrunddarstellungen vollständig zurücksetzen.
  */
  .t4-megamenu
  .vk-mega-medizin
  .vk-submenu-trigger::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > .nav-header::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > .dropdown-header::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > span::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > a::after {
    content: "\203A" !important;

    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: inline-block !important;
    flex: 0 0 auto;

    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 0 0 auto !important;
    padding: 0 !important;

    border: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;

    background: none !important;
    background-image: none !important;
    box-shadow: none !important;

    color: var(--vitalis-green, #47A54F) !important;
    font-family: Arial, sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;

    opacity: 1 !important;
    transform: none !important;
  }

  /*
   Hover- und Tastaturfokus.
  */
  .t4-megamenu
  .vk-mega-medizin
  .vk-submenu-trigger:hover::after,

  .t4-megamenu
  .vk-mega-medizin
  .vk-submenu-trigger:focus::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > .nav-header:hover::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > .nav-header:focus::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > .dropdown-header:hover::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > .dropdown-header:focus::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > span:hover::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > span:focus::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > a:hover::after,

  .t4-megamenu
  .vk-mega-medizin
  li.vk-submenu-trigger
  > a:focus::after {
    color: var(--vitalis-green, #47A54F) !important;
  }
}

/* =====================================================
   MODUL-DETAILS / ACM
   ===================================================== */

.mod-green-box .features-item {
  border: 1px solid #46A54F !important;
  border-radius: 0 !important;
  background: #fff;
  overflow: hidden;
}
/* JA-Overlay-Maske deaktivieren */
.mod-green-box .acm-features.style-3 .features-item .img-icon .icon-mask {
  display: none !important;
  pointer-events: none !important;
}

/* Überschrift über Bild- und Layoutebenen halten */
.mod-green-box .acm-features.style-3 .features-item h4 {
  position: relative;
  z-index: 2;
}

/* Verlinkte Überschrift sichtbar und anklickbar */
.mod-green-box .acm-features.style-3 .features-item h4 a.link-heading {
  position: relative;
  z-index: 3;
  display: inline-block;
  color: var(--vitalis-green, #47A54F) !important;
  text-decoration: none;
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.mod-green-box .acm-features.style-3 .features-item h4 a.link-heading:hover,
.mod-green-box .acm-features.style-3 .features-item h4 a.link-heading:focus {
  color: #2F7D36 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Vorsorge gegen weitere überlagernde ACM-Elemente */
.mod-green-box .acm-features.style-3 .features-item .img-icon,
.mod-green-box .acm-features.style-3 .features-item .features-content {
  position: relative;
}

.mod-green-box .acm-features.style-3 .features-item .features-content {
  z-index: 2;
}

.mod-white-inner .item-inner {
  background: #ffffff;
  border-radius: 0 !important;
  padding: 25px;
  height: 100%;
}

/* =====================================================
   GESPRÄCHSKREISE / TERMINE
   ===================================================== */

.event-keyfacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .event-keyfacts {
    grid-template-columns: 1fr;
  }
}

.event-keyfact {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 18px 20px;
  background: #f8f9fa;
}

.event-keyfact-label {
  font-size: 1rem;
  font-weight: 800;
  color: var(--vitalis-gray-2);
  margin-bottom: 8px;
}

.event-keyfact-value {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--vitalis-night);
  line-height: 1.2;
}

.vitalis-alert {
  border-radius: 12px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 6px solid var(--vitalis-green);
}

.vitalis-alert-title {
  font-weight: 900;
  font-size: 1.05rem;
  color: var(--vitalis-gray-2);
  margin-bottom: 6px;
}

.cta-wide {
  padding: 16px 30px;
  border-radius: 14px;
  font-weight: 900;
}

.partner-logo {
  max-width: 500px;
  height: auto;
}

@media (max-width: 576px) {
  .partner-logo {
    max-width: 200px;
  }
}

.termine-table,
.termine-table td,
.termine-table th {
  font-family: "Roboto", Arial, sans-serif !important;
}

.termine-table td,
.termine-table th {
  font-size: 1.05rem;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-family: "Roboto", Arial, sans-serif;
}

/* KPI / ACM */
.acm-features,
.acm-features *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"]),
.acm-stats,
.acm-stats *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"]),
.acm-counter,
.acm-counter *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"]),
.counter,
.counter *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"]),
.count,
.count *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"]),
.stat,
.stat *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"]),
.stats,
.stats *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"]),
.kpi,
.kpi *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"]) {
  font-family: "Roboto", Arial, sans-serif !important;
}

.acm-pricing,
.pricing,
.pricing-table,
.pricing-plan,
.price-table,
.plan,
.package,
.acm-pricing.style-1 .pricing-plan-price,
.t4-page-builder .pricing,
.t4-page-builder .acm-pricing {
  font-family: "Roboto", Arial, sans-serif !important;
}

/* =====================================================
   FAQ – UNVERÄNDERTER STAND
   ===================================================== */

#faq-title + p,
#faq-title-3 + p,
#faq-title-3 + .lead,
#faq-title + .lead,
#faq-title-3 ~ p.lead,
.vk-faq-category-intro {
  font-size: 1.35rem;
  line-height: 1.6;
}

.vk-faq-category-head {
  align-items: flex-start !important;
}

.vk-faq-category-head .col-12.col-md-2,
.vk-faq-category-head .col-12.col-md-2.col-lg-1,
.vk-faq-category-head .col-md-2,
.vk-faq-category-head .col-lg-1 {
  display: flex;
  align-items: flex-start;
}

.vk-faq-category-iconbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6px;
}

.vk-faq-category-iconbox i {
  font-size: 40px;
  line-height: 1;
  color: var(--vitalis-green);
  font-style: normal;
}

.vk-faq-category-title {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.vk-faq-page .vk-faq-accordion .accordion-button {
  position: relative;
  padding-left: 46px !important;
  font-size: 1.5rem;
  line-height: 1.55;
  font-weight: 500;
}

.vk-faq-page .vk-faq-accordion .accordion-button::before {
  content: "" !important;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px !important;
  height: 30px !important;
  min-width: 30px;
  min-height: 30px;
  display: block;
  background-image: url("/images/icons/Vitalisklinik_infokreis_v1.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 30px 30px !important;
  opacity: 0.8;
  z-index: 1;
}

.vk-faq-page .vk-faq-accordion .accordion-body {
  font-size: 1rem;
  line-height: 1.75;
}

.vk-faq-page .vk-faq-accordion .accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 2rem;
  font-weight: 800;
  color: var(--vitalis-green);
  width: auto;
  height: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: none !important;
}

.vk-faq-page .vk-faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  color: var(--vitalis-green);
  transform: none !important;
}

.vk-faq-page .vk-faq-accordion .accordion-button:not(.collapsed) {
  color: #163a2d;
}

@media (max-width: 768px) {
  #faq-title + p,
  #faq-title-3 + p,
  #faq-title-3 + .lead,
  #faq-title + .lead,
  #faq-title-3 ~ p.lead,
  .vk-faq-category-intro {
    font-size: 1.15rem;
  }

  .vk-faq-page .vk-faq-accordion .accordion-button {
    padding-left: 40px !important;
    font-size: 1.15rem;
  }

  .vk-faq-page .vk-faq-accordion .accordion-button::before {
    left: 10px;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px;
    min-height: 16px;
    background-size: 16px 16px !important;
  }

  .vk-faq-page .vk-faq-accordion .accordion-body {
    font-size: 1.08rem;
    line-height: 1.65;
  }

  .vk-faq-category-iconbox i {
    font-size: 32px;
  }
}

/* =====================================================
   UI-MUSTERSYSTEM VITALISKLINIK
   Freeze-Code1 grün + Freeze-Code2 grün-blau
   nur innerhalb .vk-styleguide
   ===================================================== */

.vk-styleguide {
  --vk-green: #47A54F;
  --vk-green-dark: #2F7D36;
  --vk-green-contrast: #0A4A43;
  --vk-green-soft: #EAF7EF;
  --vk-green-soft-2: #5DB164;

  --vk-blue: #2A7FB8;
  --vk-blue-dark: #1F5F8C;
  --vk-blue-contrast: #16486B;
  --vk-blue-soft: #EAF4FB;

  --vk-orange: #F28C28;
  --vk-orange-dark: #9A5A17;
  --vk-orange-soft: #FFF4E6;

  --vk-berry: #6D184F;
  --vk-berry-dark: #58113F;
  --vk-berry-soft: #F7EDF4;

  --vk-text: #1F2A30;
  --vk-text-soft: #4A5860;
  --vk-white: #FFFFFF;
  --vk-border: #DCE5EA;
  --vk-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  --vk-shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.06);
  --vk-radius: 16px;

  color: var(--vk-text);
}

.vk-styleguide .vk-page-header {
  max-width: 980px;
}

.vk-styleguide .vk-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: var(--vk-green-soft);
  color: var(--vk-green-dark);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.vk-styleguide .vk-h1 {
  font-size: clamp(1.75rem, 2.5vw, 2.125rem);
  line-height: 1.2;
  font-weight: 700;
  color: var(--vk-text);
  margin-bottom: 0.9rem;
  letter-spacing: -0.01em;
}

.vk-styleguide .vk-h2 {
  font-size: clamp(1.4rem, 2vw, 1.625rem);
  line-height: 1.24;
  font-weight: 700;
  color: var(--vk-text);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.vk-styleguide .vk-h3 {
  font-size: clamp(1.12rem, 1.4vw, 1.25rem);
  line-height: 1.32;
  font-weight: 700;
  color: var(--vk-text);
  margin-bottom: 0.6rem;
}

.vk-styleguide .vk-subheading {
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--vk-text-soft);
  max-width: 980px;
}

.vk-styleguide .vk-subheading--intro {
  font-size: 1.04rem;
}

.vk-styleguide .vk-pattern-title {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
}

.vk-styleguide .vk-pattern-title--green { color: var(--vk-green-dark); }
.vk-styleguide .vk-pattern-title--blue { color: var(--vk-blue-dark); }
.vk-styleguide .vk-pattern-title--orange { color: var(--vk-orange-dark); }
.vk-styleguide .vk-pattern-title--berry { color: var(--vk-berry); }

.vk-styleguide .vk-text,
.vk-styleguide .vk-usage,
.vk-styleguide .vk-demo-note,
.vk-styleguide .vk-nav-link,
.vk-styleguide .vk-card p,
.vk-styleguide .vk-feature-content p,
.vk-styleguide .vk-infobox p {
  font-size: 0.96rem;
  line-height: 1.68;
  color: var(--vk-text-soft);
}

.vk-styleguide .mb-6 {
  margin-bottom: 4.25rem;
}

.vk-styleguide .vk-inpage-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.vk-styleguide .vk-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 0.95rem;
  border: 2px solid var(--vk-green);
  border-radius: 12px;
  background: var(--vk-white);
  color: var(--vk-green-dark);
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
}

.vk-styleguide .vk-nav-link:hover,
.vk-styleguide .vk-nav-link:focus {
  background: var(--vk-green);
  border-color: var(--vk-green);
  color: #ffffff;
  text-decoration: none;
}

.vk-styleguide .vk-demo-block,
.vk-styleguide .vk-card {
  background: var(--vk-white);
  border: 1px solid var(--vk-border);
  border-radius: var(--vk-radius);
  padding: 1.3rem;
  box-shadow: var(--vk-shadow);
}

.vk-styleguide .vk-demo-block {
  margin-bottom: 1rem;
}

.vk-styleguide .vk-demo-note,
.vk-styleguide .vk-card p:last-child {
  margin-bottom: 0;
}

/* =====================================================
   LISTENMUSTER
   ===================================================== */

.vk-styleguide .vk-checklist {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.vk-styleguide .vk-checklist li {
  position: relative;
  padding-left: 3.1rem;
  font-size: 1rem;
  line-height: 1.58;
  color: var(--vk-text);
  font-weight: 500;
}

.vk-styleguide .vk-checklist li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.02rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--vk-green-dark);
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1;
  text-align: center;
}

.vk-styleguide .vk-checklist--small {
  gap: 0.85rem;
}

.vk-styleguide .vk-checklist--small li {
  padding-left: 2.45rem;
  font-size: 0.92rem;
  line-height: 1.58;
  font-weight: 500;
}

.vk-styleguide .vk-checklist--small li::before {
  width: 1.45rem;
  height: 1.45rem;
  font-size: 0.68rem;
  top: 0.12rem;
}

/* Inverse Varianten */
.vk-styleguide .vk-checklist--inverse li::before {
  background: #ffffff;
  color: var(--vk-green-dark);
  border: 2px solid var(--vk-green);
}

.vk-styleguide .vk-checklist--small-inverse {
  gap: 0.85rem;
}

.vk-styleguide .vk-checklist--small-inverse li {
  padding-left: 2.45rem;
  font-size: 0.92rem;
  line-height: 1.58;
  font-weight: 500;
}

.vk-styleguide .vk-checklist--small-inverse li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--vk-green-dark);
  border: 2px solid var(--vk-green);
  font-size: 0.68rem;
  line-height: 1;
  text-align: center;
}

.vk-styleguide .vk-list-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.9fr);
  gap: 1.5rem;
  align-items: start;
  margin-top: 1rem;
}

.vk-styleguide .vk-placeholder-box {
  font-size: 0.96rem;
  line-height: 1.68;
  color: var(--vk-green-dark);
  min-height: 100%;
  padding: 1.25rem;
  border: 1px dashed #bad8bf;
  border-radius: var(--vk-radius);
  background: #f6fbf7;
  font-weight: 600;
}

.vk-styleguide .vk-placeholder-box span {
  display: inline-block;
  margin-top: 0.35rem;
  font-weight: 400;
  color: var(--vk-text-soft);
}

/* =====================================================
   ICON MAP / INFOBOXEN
   ===================================================== */

.vk-styleguide .vk-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.vk-styleguide .vk-icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #ffffff;
}

.vk-styleguide .vk-icon-badge--blue { background: var(--vk-blue-dark); }
.vk-styleguide .vk-icon-badge--green { background: var(--vk-green-dark); }
.vk-styleguide .vk-icon-badge--orange { background: var(--vk-orange-dark); }
.vk-styleguide .vk-icon-badge--berry { background: var(--vk-berry); }

.vk-styleguide .vk-infobox {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border-radius: var(--vk-radius);
  padding: 1.25rem 1.3rem;
  border-left: 6px solid transparent;
}

.vk-styleguide .vk-infobox-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}

.vk-styleguide .vk-infobox--blue {
  background: var(--vk-blue-soft);
  border-left-color: var(--vk-blue-dark);
}
.vk-styleguide .vk-infobox--blue .vk-infobox-icon {
  background: var(--vk-blue-dark);
}

.vk-styleguide .vk-infobox--green {
  background: var(--vk-green-soft);
  border-left-color: var(--vk-green-dark);
}
.vk-styleguide .vk-infobox--green .vk-infobox-icon {
  background: var(--vk-green-dark);
}

.vk-styleguide .vk-infobox--orange {
  background: var(--vk-orange-soft);
  border-left-color: var(--vk-orange-dark);
}
.vk-styleguide .vk-infobox--orange .vk-infobox-icon {
  background: var(--vk-orange-dark);
}

.vk-styleguide .vk-infobox--berry {
  background: var(--vk-berry-soft);
  border-left-color: var(--vk-berry);
}
.vk-styleguide .vk-infobox--berry .vk-infobox-icon {
  background: var(--vk-berry);
}

/* =====================================================
   FOKUS-BOX
   ===================================================== */

.vk-styleguide .vk-focus-panel--green {
  background: var(--vk-green);
  border-radius: 18px;
  padding: 2rem 1.5rem;
  box-shadow: var(--vk-shadow-soft);
  color: #ffffff;
}

.vk-styleguide .vk-focus-panel__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.vk-styleguide .vk-focus-eyebrow,
.vk-styleguide .vk-focus-subline,
.vk-styleguide .vk-focus-headline,
.vk-styleguide .vk-focus-listbox-title,
.vk-styleguide .vk-focus-list li,
.vk-styleguide .vk-focus-list li::before {
  color: #ffffff;
}

.vk-styleguide .vk-focus-eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.55rem;
}

.vk-styleguide .vk-focus-subline {
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto 1.5rem;
}

.vk-styleguide .vk-focus-headline {
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 1.45rem;
}

.vk-styleguide .vk-focus-btn-wrap {
  margin-bottom: 1.8rem;
}

.vk-styleguide .vk-focus-listbox {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.35rem 1.25rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  text-align: left;
}

.vk-styleguide .vk-focus-listbox-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.vk-styleguide .vk-focus-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.vk-styleguide .vk-focus-list li {
  position: relative;
  padding-left: 2.1rem;
  font-size: 0.98rem;
  line-height: 1.55;
}

.vk-styleguide .vk-focus-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.02rem;
  font-size: 1rem;
}

/* =====================================================
   DUO PANELS
   ===================================================== */

.vk-styleguide .vk-duo-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

.vk-styleguide .vk-duo-panel {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--vk-shadow-soft);
  min-height: 100%;
}

.vk-styleguide .vk-duo-panel__inner {
  padding: 1.8rem 1.4rem 1.3rem;
  text-align: center;
}

.vk-styleguide .vk-duo-panel--light {
  background: #ffffff;
  border: 1px solid var(--vk-border);
}

.vk-styleguide .vk-duo-panel--green {
  background: var(--vk-green);
  color: #ffffff;
}

.vk-styleguide .vk-duo-panel--green * {
  color: #ffffff;
}

.vk-styleguide .vk-duo-eyebrow {
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.vk-styleguide .vk-duo-panel--light .vk-duo-eyebrow,
.vk-styleguide .vk-duo-panel--light .vk-duo-subline {
  color: var(--vk-text-soft);
}

.vk-styleguide .vk-duo-subline {
  font-size: 1rem;
  line-height: 1.62;
  max-width: 620px;
  margin: 0 auto 1.35rem;
}

.vk-styleguide .vk-duo-headline {
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 1.4rem;
}

.vk-styleguide .vk-duo-headline--green {
  color: var(--vk-green);
}

.vk-styleguide .vk-duo-btn-wrap {
  margin-bottom: 1.7rem;
}

.vk-styleguide .vk-duo-listbox {
  max-width: 760px;
  margin: 0 auto;
  padding: 1.25rem 1.15rem;
  border-radius: 14px;
  text-align: left;
}

.vk-styleguide .vk-duo-listbox--light {
  background: #EFF5EF;
}

.vk-styleguide .vk-duo-listbox--green {
  background: rgba(255, 255, 255, 0.12);
}

.vk-styleguide .vk-duo-listbox-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.85rem;
}

.vk-styleguide .vk-duo-panel--light .vk-duo-listbox-title {
  color: var(--vk-text);
}

.vk-styleguide .vk-duo-panel--green .vk-duo-listbox-title {
  color: #ffffff;
}

.vk-styleguide .vk-duo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.vk-styleguide .vk-duo-list li {
  position: relative;
  padding-left: 2rem;
  font-size: 0.98rem;
  line-height: 1.55;
}

.vk-styleguide .vk-duo-list--light li {
  color: var(--vk-text);
}

.vk-styleguide .vk-duo-list--green li {
  color: #ffffff;
}

.vk-styleguide .vk-duo-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.02rem;
  font-size: 1rem;
}

.vk-styleguide .vk-duo-list--light li::before {
  color: var(--vk-green-contrast);
}

.vk-styleguide .vk-duo-list--green li::before {
  color: #ffffff;
}

/* =====================================================
   CARDS OHNE BILD
   ===================================================== */

.vk-styleguide .vk-card--icon .vk-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.22rem;
  margin-bottom: 1rem;
}

.vk-styleguide .vk-card-icon--green {
  background: var(--vk-green-soft);
  color: var(--vk-green-dark);
}

.vk-styleguide .vk-card-icon--blue {
  background: var(--vk-blue-soft);
  color: var(--vk-blue-dark);
}

.vk-styleguide .vk-card-icon--orange {
  background: var(--vk-orange-soft);
  color: var(--vk-orange-dark);
}

.vk-styleguide .vk-card-icon--berry {
  background: var(--vk-berry-soft);
  color: var(--vk-berry);
}

.vk-styleguide .vk-card--cta {
  border-color: #d8e5dc;
}

/* =====================================================
   CARDS MIT BILD OBEN – STANDARD + OPTIONAL
   ===================================================== */

.vk-styleguide .vk-card--image {
  overflow: hidden;
  padding: 0;
}

.vk-styleguide .vk-card-img {
  width: 100%;
  aspect-ratio: 301 / 194;
  object-fit: cover;
  object-position: center;
  display: block;
  height: auto;
}

.vk-styleguide .vk-card-img--free {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.vk-styleguide .vk-card-body {
  padding: 1.25rem;
}

/* =====================================================
   FEATURE-CARDS – STANDARD + OPTIONAL
   ===================================================== */

.vk-styleguide .vk-feature-card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
  background: var(--vk-white);
  border: 1px solid var(--vk-border);
  border-radius: var(--vk-radius);
  overflow: hidden;
  box-shadow: var(--vk-shadow-soft);
}

.vk-styleguide .vk-feature-card--reverse {
  grid-template-columns: 1.2fr 1fr;
}

.vk-styleguide .vk-feature-card--reverse .vk-feature-media {
  order: 2;
}

.vk-styleguide .vk-feature-card--reverse .vk-feature-content {
  order: 1;
}

.vk-styleguide .vk-feature-media {
  background: #ffffff;
}

.vk-styleguide .vk-feature-img {
  width: 100%;
  aspect-ratio: 301 / 194;
  object-fit: cover;
  object-position: center;
  display: block;
  height: auto;
}

.vk-styleguide .vk-feature-img--free {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.vk-styleguide .vk-feature-content {
  padding: 1.5rem;
}

/* =====================================================
   BUTTONS / LINKS
   ===================================================== */

.vk-styleguide .vk-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}

.vk-styleguide .vk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.15rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.vk-styleguide .vk-btn--dark-panel {
  background: var(--vk-green-contrast);
  color: #ffffff;
  border-color: var(--vk-green-contrast);
  min-width: 260px;
  min-height: 56px;
  border-radius: 12px;
  font-size: 0.98rem;
}

.vk-styleguide .vk-btn--dark-panel:hover,
.vk-styleguide .vk-btn--dark-panel:focus {
  background: #083B36;
  border-color: #083B36;
  color: #ffffff;
}

.vk-styleguide .vk-btn--primary {
  background: var(--vk-green-dark);
  color: #ffffff;
  border-color: var(--vk-green-dark);
}

.vk-styleguide .vk-btn--primary:hover,
.vk-styleguide .vk-btn--primary:focus {
  background: #25662C;
  border-color: #25662C;
  color: #ffffff;
}

.vk-styleguide .vk-btn--secondary {
  background: #ffffff;
  color: var(--vk-green-dark);
  border-color: var(--vk-green);
}

.vk-styleguide .vk-btn--secondary:hover,
.vk-styleguide .vk-btn--secondary:focus {
  background: var(--vk-green);
  border-color: var(--vk-green);
  color: #ffffff;
}

.vk-styleguide .vk-btn--start {
  background: var(--vk-green);
  color: #ffffff;
  border-color: var(--vk-green);
}

.vk-styleguide .vk-btn--start:hover,
.vk-styleguide .vk-btn--start:focus {
  background: var(--vk-blue-dark);
  border-color: var(--vk-blue-dark);
  color: #ffffff;
}

.vk-styleguide .vk-link-arrow {
  color: var(--vk-green-dark);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}

.vk-styleguide .vk-link-arrow:hover,
.vk-styleguide .vk-link-arrow:focus {
  text-decoration: underline;
  color: var(--vk-green-dark);
}

/* =====================================================
   FREEZE-CODE2 GRÜN-BLAU
   ===================================================== */

.vk-styleguide.vk-theme-mix .vk-scope--blue .vk-checklist li::before {
  background: var(--vk-blue-dark);
}

.vk-styleguide.vk-theme-mix .vk-scope--blue .vk-checklist--inverse li::before,
.vk-styleguide.vk-theme-mix .vk-scope--blue .vk-checklist--small-inverse li::before {
  color: var(--vk-blue-dark);
  border-color: var(--vk-blue);
}

.vk-styleguide.vk-theme-mix .vk-scope--blue .vk-link-arrow {
  color: var(--vk-blue-dark);
}

.vk-styleguide.vk-theme-mix .vk-scope--blue .vk-link-arrow:hover,
.vk-styleguide.vk-theme-mix .vk-scope--blue .vk-link-arrow:focus {
  color: var(--vk-blue-dark);
}

.vk-styleguide.vk-theme-mix .vk-btn--primary-blue {
  background: var(--vk-blue-dark);
  color: #ffffff;
  border-color: var(--vk-blue-dark);
}

.vk-styleguide.vk-theme-mix .vk-btn--primary-blue:hover,
.vk-styleguide.vk-theme-mix .vk-btn--primary-blue:focus {
  background: var(--vk-blue-contrast);
  border-color: var(--vk-blue-contrast);
  color: #ffffff;
}

.vk-styleguide.vk-theme-mix .vk-btn--secondary-blue {
  background: #ffffff;
  color: var(--vk-blue-dark);
  border-color: var(--vk-blue);
}

.vk-styleguide.vk-theme-mix .vk-btn--secondary-blue:hover,
.vk-styleguide.vk-theme-mix .vk-btn--secondary-blue:focus {
  background: var(--vk-blue);
  border-color: var(--vk-blue);
  color: #ffffff;
}

.vk-styleguide.vk-theme-mix .vk-scope--blue.vk-demo-block,
.vk-styleguide.vk-theme-mix .vk-card.vk-scope--blue,
.vk-styleguide.vk-theme-mix .vk-feature-card.vk-scope--blue {
  border-color: #d7e7f4;
}

.vk-styleguide.vk-theme-mix .vk-scope--green.vk-demo-block,
.vk-styleguide.vk-theme-mix .vk-card.vk-scope--green,
.vk-styleguide.vk-theme-mix .vk-feature-card.vk-scope--green {
  border-color: #d8e5dc;
}

/* =====================================================
   RESPONSIVE STYLEGUIDE
   ===================================================== */

@media (max-width: 991.98px) {
  .vk-styleguide .vk-list-two-col {
    grid-template-columns: 1fr;
  }

  .vk-styleguide .vk-feature-card,
  .vk-styleguide .vk-feature-card--reverse {
    grid-template-columns: 1fr;
  }

  .vk-styleguide .vk-feature-card--reverse .vk-feature-media,
  .vk-styleguide .vk-feature-card--reverse .vk-feature-content {
    order: initial;
  }

  .vk-styleguide .vk-duo-panels {
    grid-template-columns: 1fr;
  }

  .vk-styleguide .vk-checklist li {
    padding-left: 2.95rem;
    font-size: 0.98rem;
  }

  .vk-styleguide .vk-checklist li::before {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.86rem;
  }
}

@media (max-width: 767.98px) {
  .vk-styleguide .vk-subheading,
  .vk-styleguide .vk-subheading--intro,
  .vk-styleguide .vk-text,
  .vk-styleguide .vk-usage,
  .vk-styleguide .vk-demo-note,
  .vk-styleguide .vk-placeholder-box,
  .vk-styleguide .vk-nav-link,
  .vk-styleguide .vk-focus-subline,
  .vk-styleguide .vk-duo-subline,
  .vk-styleguide .vk-card p,
  .vk-styleguide .vk-feature-content p,
  .vk-styleguide .vk-infobox p,
  .vk-styleguide .vk-focus-list li,
  .vk-styleguide .vk-duo-list li {
    font-size: 0.93rem;
    line-height: 1.64;
  }

  .vk-styleguide .vk-demo-block,
  .vk-styleguide .vk-card,
  .vk-styleguide .vk-focus-panel--green,
  .vk-styleguide .vk-duo-panel__inner {
    padding: 1.1rem;
  }

  .vk-styleguide .vk-checklist li {
    padding-left: 2.7rem;
    font-size: 0.95rem;
  }

  .vk-styleguide .vk-checklist li::before {
    width: 1.78rem;
    height: 1.78rem;
    font-size: 0.78rem;
    top: 0.1rem;
  }

  .vk-styleguide .vk-checklist--small li,
  .vk-styleguide .vk-checklist--small-inverse li {
    padding-left: 2.25rem;
    font-size: 0.89rem;
  }

  .vk-styleguide .vk-checklist--small li::before,
  .vk-styleguide .vk-checklist--small-inverse li::before {
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.62rem;
  }

  .vk-styleguide .vk-infobox {
    flex-direction: column;
  }

  .vk-styleguide .vk-infobox-icon,
  .vk-styleguide .vk-icon-badge,
  .vk-styleguide .vk-card--icon .vk-card-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    font-size: 1.1rem;
  }

  .vk-styleguide .vk-btn,
  .vk-styleguide .vk-btn--dark-panel,
  .vk-styleguide .vk-nav-link {
    width: 100%;
    justify-content: center;
  }

  .vk-styleguide .vk-btn-row,
  .vk-styleguide .vk-inpage-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .vk-styleguide .vk-focus-headline {
    font-size: clamp(1.45rem, 8vw, 1.85rem);
  }

  .vk-styleguide .vk-duo-headline {
    font-size: clamp(1.45rem, 8vw, 1.95rem);
  }

  .vk-styleguide .vk-focus-listbox,
  .vk-styleguide .vk-duo-listbox {
    padding: 1.1rem;
  }
}

/* =====================================================
   MODUL-SYSTEM RECHTE SPALTE
   ===================================================== */

.vk-module {
  --vk-green:#47A54F;
  --vk-green-dark:#2F7D36;
  --vk-green-contrast:#0A4A43;
  --vk-green-soft:#EAF7EF;

  --vk-blue:#2A7FB8;
  --vk-blue-dark:#1F5F8C;
  --vk-blue-contrast:#16486B;
  --vk-blue-soft:#EAF4FB;

  --vk-orange:#F28C28;
  --vk-orange-dark:#9A5A17;
  --vk-orange-soft:#FFF4E6;

  --vk-berry:#6D184F;
  --vk-berry-dark:#58113F;
  --vk-berry-soft:#F7EDF4;

  --vk-text:#1F2A30;
  --vk-text-soft:#4A5860;
  --vk-white:#FFFFFF;
  --vk-border:#DCE5EA;
  --vk-shadow:0 6px 18px rgba(0,0,0,.05);
  --vk-radius:16px;

  position: relative;
  margin-bottom: 1.25rem;
  padding: 1.15rem 1.1rem;
  border: 1px solid var(--vk-border);
  border-radius: var(--vk-radius);
  background: var(--vk-white);
  box-shadow: var(--vk-shadow);
  color: var(--vk-text);
}

.vk-module * {
  box-sizing: border-box;
}

.vk-module__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.vk-module__title {
  margin: 0 0 0.55rem;
  font-size: 1.18rem;
  line-height: 1.28;
  font-weight: 700;
  color: var(--vk-text);
}

.vk-module__text {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.62;
  color: var(--vk-text-soft);
}

.vk-module__text:last-child {
  margin-bottom: 0;
}

.vk-module__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  font-size: 1.1rem;
}

.vk-module__row {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.vk-module__row .vk-module__body {
  flex: 1 1 auto;
  min-width: 0;
}

.vk-module__list {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.vk-module__list li {
  position: relative;
  padding-left: 1.9rem;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--vk-text);
}

.vk-module__list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.02rem;
  font-size: 0.95rem;
}

.vk-module__nav {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.vk-module__nav a {
  display: block;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--vk-border);
  border-radius: 12px;
  background: #ffffff;
  color: var(--vk-text);
  text-decoration: none;
  font-size: 0.94rem;
  line-height: 1.4;
  font-weight: 600;
  transition: all 0.2s ease;
}

.vk-module__nav a:hover,
.vk-module__nav a:focus {
  text-decoration: none;
}

.vk-module__meta {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.2rem;
}

.vk-module__meta-item {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--vk-text);
}

.vk-module__meta-label {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--vk-text-soft);
}

.vk-module__actions {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.9rem;
}

.vk-module__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 0.9rem;
}

.vk-module__link {
  color: var(--vk-green-dark);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.94rem;
}

.vk-module__link:hover,
.vk-module__link:focus {
  text-decoration: underline;
  color: var(--vk-green-dark);
}

.vk-module__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  padding: 0.78rem 1rem;
  border-radius: 12px;
  border: 2px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 700;
  transition: all 0.2s ease;
}

/* Farbvarianten */
.vk-module--green { border-color: #d8e5dc; }
.vk-module--green .vk-module__eyebrow { color: var(--vk-green-dark); }
.vk-module--green .vk-module__icon { background: var(--vk-green-soft); color: var(--vk-green-dark); }
.vk-module--green .vk-module__list li::before { color: var(--vk-green-dark); }
.vk-module--green .vk-module__nav a:hover,
.vk-module--green .vk-module__nav a:focus {
  background: var(--vk-green-soft);
  border-color: #bfd8c3;
  color: var(--vk-green-dark);
}

.vk-module--blue { border-color: #d7e7f4; }
.vk-module--blue .vk-module__eyebrow { color: var(--vk-blue-dark); }
.vk-module--blue .vk-module__icon { background: var(--vk-blue-soft); color: var(--vk-blue-dark); }
.vk-module--blue .vk-module__list li::before { color: var(--vk-blue-dark); }
.vk-module--blue .vk-module__nav a:hover,
.vk-module--blue .vk-module__nav a:focus {
  background: var(--vk-blue-soft);
  border-color: #bfd7ea;
  color: var(--vk-blue-dark);
}

.vk-module--berry { border-color: #ead9e3; }
.vk-module--berry .vk-module__eyebrow { color: var(--vk-berry); }
.vk-module--berry .vk-module__icon { background: var(--vk-berry-soft); color: var(--vk-berry); }
.vk-module--berry .vk-module__list li::before { color: var(--vk-berry); }
.vk-module--berry .vk-module__nav a:hover,
.vk-module--berry .vk-module__nav a:focus {
  background: var(--vk-berry-soft);
  border-color: #dcc2d1;
  color: var(--vk-berry);
}

.vk-module--orange { border-color: #f4ddc4; }
.vk-module--orange .vk-module__eyebrow { color: var(--vk-orange-dark); }
.vk-module--orange .vk-module__icon { background: var(--vk-orange-soft); color: var(--vk-orange-dark); }
.vk-module--orange .vk-module__list li::before { color: var(--vk-orange-dark); }
.vk-module--orange .vk-module__nav a:hover,
.vk-module--orange .vk-module__nav a:focus {
  background: var(--vk-orange-soft);
  border-color: #edd0ad;
  color: var(--vk-orange-dark);
}

/* Buttonvarianten */
.vk-module__btn--primary-green {
  background: var(--vk-green-dark);
  border-color: var(--vk-green-dark);
  color: #ffffff;
}
.vk-module__btn--primary-green:hover,
.vk-module__btn--primary-green:focus {
  background: #25662C;
  border-color: #25662C;
  color: #ffffff;
}

.vk-module__btn--secondary-green {
  background: #ffffff;
  border-color: var(--vk-green);
  color: var(--vk-green-dark);
}
.vk-module__btn--secondary-green:hover,
.vk-module__btn--secondary-green:focus {
  background: var(--vk-green);
  border-color: var(--vk-green);
  color: #ffffff;
}

.vk-module__btn--primary-blue {
  background: var(--vk-blue-dark);
  border-color: var(--vk-blue-dark);
  color: #ffffff;
}
.vk-module__btn--primary-blue:hover,
.vk-module__btn--primary-blue:focus {
  background: var(--vk-blue-contrast);
  border-color: var(--vk-blue-contrast);
  color: #ffffff;
}

.vk-module__btn--secondary-blue {
  background: #ffffff;
  border-color: var(--vk-blue);
  color: var(--vk-blue-dark);
}
.vk-module__btn--secondary-blue:hover,
.vk-module__btn--secondary-blue:focus {
  background: var(--vk-blue);
  border-color: var(--vk-blue);
  color: #ffffff;
}

.vk-module--nav .vk-module__title {
  margin-bottom: 0.8rem;
}

.vk-module--nav .vk-module__nav a {
  font-weight: 700;
}

.vk-module--contact .vk-module__meta {
  margin-top: 0.35rem;
}

.vk-module--teaser {
  overflow: hidden;
}

/* Erweiterungen */
.vk-module--hint-plus .vk-module__icon {
  margin-bottom: 0;
}

.vk-module--hint-plus .vk-module__row {
  align-items: flex-start;
  margin-bottom: 0.95rem;
}

.vk-module--hint-plus .vk-module__title {
  margin-bottom: 0.35rem;
}

.vk-module--hint-plus .vk-module__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 0 0 0.95rem;
  object-fit: cover;
}

.vk-module--hint-plus .vk-module__actions {
  display: grid;
  gap: 0.6rem;
  margin: 0 0 0.95rem;
}

.vk-module--neutral {
  border-color: var(--vk-border);
}

.vk-module--neutral .vk-module__eyebrow {
  color: var(--vk-text-soft);
}

.vk-module--neutral .vk-module__icon {
  background: #f3f6f8;
  color: var(--vk-text);
}

.vk-module--neutral .vk-module__nav a:hover,
.vk-module--neutral .vk-module__nav a:focus {
  background: #f7fafc;
  border-color: #d6e0e7;
  color: var(--vk-text);
}

.vk-module__contact-list {
  list-style: none;
  margin: 0.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.vk-module__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--vk-text);
}

.vk-module__contact-list i {
  width: 18px;
  min-width: 18px;
  margin-top: 0.18rem;
  text-align: center;
}

.vk-module__contact-list a {
  color: var(--vk-green-dark);
  text-decoration: none;
  font-weight: 600;
}

.vk-module__contact-list a:hover,
.vk-module__contact-list a:focus {
  text-decoration: underline;
  color: var(--vk-green-dark);
}

.vk-module--contact .vk-module__meta {
  gap: 0.8rem;
}

.vk-module--contact .vk-module__meta-label {
  margin-bottom: 0.12rem;
}

.vk-module .vk-module__btn--secondary-green,
.vk-module .vk-module__btn--secondary-blue {
  background: #ffffff;
}

@media (max-width: 991.98px) {
  .vk-module {
    padding: 1rem;
  }
}

@media (max-width: 767.98px) {
  .vk-module {
    padding: 0.95rem;
  }

  .vk-module__title {
    font-size: 1.08rem;
  }

  .vk-module__text,
  .vk-module__list li,
  .vk-module__nav a,
  .vk-module__meta-item,
  .vk-module__contact-list li {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .vk-module__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 1rem;
  }

  .vk-module--hint-plus .vk-module__row {
    gap: 0.75rem;
  }
}

/* =====================================================
   KONTAKTMODUL RECHTE SPALTE
   Optik wie Screenshot, Hover analog Artikel-Subnavigation
   nur innerhalb .vk-module--contact
   ===================================================== */

.vk-module--contact .vk-module__contact-list a {
  color: var(--vk-green, #47A54F);
  text-decoration: none;
  font-weight: 700;
  text-underline-offset: 4px;
}

.vk-module--contact .vk-module__contact-list a:hover,
.vk-module--contact .vk-module__contact-list a:focus {
  color: var(--vk-green-dark, #2F7D36);
  text-decoration: underline;
}

.vk-module--contact .vk-module__contact-list i {
  color: var(--vk-green, #47A54F);
}

.vk-module--contact .vk-module__contact-list--hours li {
  align-items: flex-start;
}

.vk-module--contact .vk-module__actions--contact {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.vk-module--contact .vk-module__actions--contact .vk-module__btn {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
}

/* Primärbutton bleibt wie Screen 1: grün gefüllt */
.vk-module--contact .vk-module__btn--primary-green {
  background: var(--vk-green-dark, #2F7D36);
  border-color: var(--vk-green-dark, #2F7D36);
  color: #ffffff;
}

.vk-module--contact .vk-module__btn--primary-green:hover,
.vk-module--contact .vk-module__btn--primary-green:focus {
  background: #25662C;
  border-color: #25662C;
  color: #ffffff;
  text-decoration: none;
}

/* Sekundärbutton: Hover wie Artikel-Subnavigation */
.vk-module--contact .vk-module__btn--secondary-green {
  background: #ffffff;
  border-color: var(--vk-green, #47A54F);
  color: var(--vk-green-dark, #2F7D36);
}

.vk-module--contact .vk-module__btn--secondary-green:hover,
.vk-module--contact .vk-module__btn--secondary-green:focus {
  background: var(--vk-green, #47A54F);
  border-color: var(--vk-green, #47A54F);
  color: #ffffff;
  text-decoration: none;
}

/* Barrierearmer Tastaturfokus nur im Kontaktmodul */
.vk-module--contact .vk-module__contact-list a:focus-visible,
.vk-module--contact .vk-module__actions--contact .vk-module__btn:focus-visible {
  outline: 2px solid var(--vk-green, #47A54F);
  outline-offset: 3px;
}

/* =====================================================
   THERAPIEBAUSTEINE – MUSTERKOPF
   ===================================================== */

.vk-styleguide .vk-therapy .vk-therapy__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.vk-styleguide .vk-therapy .vk-therapy__head .vk-card-icon {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.vk-styleguide .vk-therapy .vk-therapy__head .vk-pattern-title {
  margin-bottom: 0;
  line-height: 1.3;
}

.vk-styleguide .vk-therapy .vk-h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
  .vk-styleguide .vk-therapy .vk-therapy__head {
    gap: 0.85rem;
    margin-bottom: 0.9rem;
  }
}

/* =====================================================
   AVATARE / TEAM / KONTAKT
   ===================================================== */

.artikel-avatar-wrap {
  width: 180px;
  height: 180px;
  min-width: 180px;
  min-height: 180px;
  max-width: 180px;
  max-height: 180px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
  background: #ffffff;
}

.artikel-avatar-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.artikel-avatar {
  width: 180px !important;
  height: 180px !important;
  min-width: 180px !important;
  min-height: 180px !important;
  max-width: 180px !important;
  max-height: 180px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  overflow: hidden !important;
}

img.artikel-avatar,
img.artikel-avatar.img-fluid {
  width: 180px !important;
  height: 180px !important;
  max-width: 180px !important;
}

@media (max-width: 576px) {
  .artikel-avatar-wrap {
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
    max-width: 140px;
    max-height: 140px;
  }

  .artikel-avatar,
  img.artikel-avatar,
  img.artikel-avatar.img-fluid {
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    max-width: 140px !important;
    max-height: 140px !important;
  }
}

.vk-team-card--avatar figure {
  margin: 0 0 1.5rem;
}

.vk-team-avatar {
  width: 210px;
  height: 210px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 210px;
}

.vk-team-avatar img {
  width: 210px !important;
  height: 210px !important;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 50% !important;
  max-width: none !important;
}

.vk-team-card--avatar img.img-fluid {
  width: 210px !important;
  height: 210px !important;
  max-width: none !important;
}

.vk-team-panel--green {
  background: #0f4f45;
  border-radius: 1.25rem;
}

.vk-team-card--green-inner {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.vk-team-card--green-inner .card-body {
  background: #ffffff;
  border-radius: 0.75rem;
}

.vk-team-card__media {
  background: #ffffff;
}

.vk-team-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vk-team-card__name {
  font-size: 1.9rem;
  line-height: 1.2;
}

.vk-team-card__phone a {
  text-decoration: none;
}

.vk-team-card__phone a:hover,
.vk-team-card__phone a:focus {
  text-decoration: underline;
}

.vk-team-stage--premium {
  background: #0b4c43;
  border-radius: 1.5rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

.vk-team-card--premium {
  background: transparent;
}

.vk-team-card--premium .card-body {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
  height: 100%;
}

.vk-team-card__media--premium {
  background: #ffffff;
  padding: 1rem 1rem 0;
  border-radius: .75rem .75rem 0 0;
}

.vk-team-card__media--premium img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: .25rem;
}

.vk-team-card--premium .vk-team-card__role {
  color: #3fa34d;
  font-weight: 500;
  font-size: 1.15rem;
}

.vk-team-card--premium .vk-team-card__name {
  font-size: 2rem;
  line-height: 1.15;
}

.vk-team-card--premium .vk-team-card__phone a {
  text-decoration: none;
}

.vk-team-card--premium .vk-team-card__phone a:hover,
.vk-team-card--premium .vk-team-card__phone a:focus {
  text-decoration: underline;
}

.vk-team-card--premium .btn {
  min-height: 48px;
}

.vk-team-stage--light {
  background: #e8f4ee;
  border-radius: 1.25rem;
}

.vk-team-tile__inner {
  background: #ffffff;
  border-radius: .75rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  height: 100%;
}

.vk-team-tile__media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vk-team-stage--light .btn-success {
  color: #ffffff !important;
}

.vk-team-stage--light .btn-outline-primary {
  color: #ffffff !important;
  border-color: #47A54F;
  background: transparent;
}

.vk-team-stage--light .btn-outline-primary:hover,
.vk-team-stage--light .btn-outline-primary:focus {
  background: #47A54F;
  color: #ffffff !important;
  border-color: #47A54F;
}

/* =====================================================
   ROBOTo SCOPE / KONTAKT-ANFAHRT
   ===================================================== */

.roboto-scope,
.roboto-scope *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class^="fa-"]):not([class*=" fa-"]) {
  font-family: "Roboto", Arial, sans-serif !important;
}

.roboto-scope address {
  font-style: normal;
}

.roboto-scope i,
.roboto-scope .fa,
.roboto-scope .fas,
.roboto-scope .far,
.roboto-scope .fab,
.roboto-scope [class^="fa-"],
.roboto-scope [class*=" fa-"] {
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free",
               "Font Awesome 7 Brands", "Font Awesome 6 Brands" !important;
}

@media (max-width: 768px) {
  .roboto-scope .btn {
    width: 100%;
    justify-content: center;
  }
}
/* =========================================================
   Modul: Unsere Therapien im Überblick
   Variante B – Modul steuert Hintergrund selbst
   ========================================================= */

/* Modul-Wrapper (funktioniert auf Startseite + Unterseiten) */
.vk-therapien-overview {
  background: var(--bs-primary-bg-subtle, #eef6ee);
  border-radius: 24px;
  padding: 32px 24px;
}

/* Falls JA/T4 zusätzliche Innencontainer nutzt */
.vk-therapien-overview .section-inner,
.vk-therapien-overview .container {
  position: relative;
}

/* =========================================================
   Bilddarstellung (ACM Style-3 → von Icon auf Bild umgebaut)
   ========================================================= */

/* Bildcontainer – entscheidend für Rundung */
.vk-therapien-overview .acm-features.style-3 .features-item .img-icon {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

/* Bild selbst */
.vk-therapien-overview .acm-features.style-3 .features-item .img-icon img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

/* Icon-Maske deaktivieren */
.vk-therapien-overview .acm-features.style-3 .features-item .img-icon .icon-mask {
  display: none;
}

/* =========================================================
   Optionales Feintuning (Abstände / Typo)
   ========================================================= */

.vk-therapien-overview .features-item h4 {
  margin-top: 16px;
}

.vk-therapien-overview .section-title-wrap {
  margin-bottom: 24px;
}
/* =========================================================
   Unsere Therapien im Überblick
   Unterseite: ACM direkt in section-3
   ========================================================= */

#t4-section-3 .acm-features.style-3.media-full.jmoddiv {
  background: var(--bs-primary-bg-subtle, #eef6ee);
  border-radius: 24px;
  padding: 32px 24px;
}
/* ===================================================== */
/* JCE MEDIABOX – VITALISGRÜN GLOBAL                     */
/* ===================================================== */

#jcemediabox-popup-caption,
#jcemediabox-popup-caption h3,
#jcemediabox-popup-caption h4,
#jcemediabox-popup [class*="caption"],
#jcemediabox-popup [class*="title"]{
  color:#0f5f2b !important;
  font-weight:600 !important;
}

#jcemediabox-popup-nav,
#jcemediabox-popup-nav a,
#jcemediabox-popup-nav span,
#jcemediabox-popup [class*="nav"],
#jcemediabox-popup [class*="nav"] a,
#jcemediabox-popup [class*="numbers"],
#jcemediabox-popup [class*="numbers"] a{
  color:#1f8f3a !important;
}

#jcemediabox-popup-nav a:hover,
#jcemediabox-popup [class*="nav"] a:hover,
#jcemediabox-popup [class*="numbers"] a:hover{
  color:#47A54F !important;
}

#jcemediabox-popup-nav a.active,
#jcemediabox-popup-nav a.current,
#jcemediabox-popup [class*="nav"] a.active,
#jcemediabox-popup [class*="nav"] a.current,
#jcemediabox-popup [class*="numbers"] a.active,
#jcemediabox-popup [class*="numbers"] a.current{
  background:#47A54F !important;
  color:#ffffff !important;
  border-color:#47A54F !important;
  border-radius:999px !important;
}

#jcemediabox-popup-prev,
#jcemediabox-popup-next,
#jcemediabox-popup-close,
#jcemediabox-popup a[id*="prev"],
#jcemediabox-popup a[id*="next"],
#jcemediabox-popup a[id*="close"]{
  color:#1f8f3a !important;
  border-color:rgba(71, 165, 79, 0.45) !important;
}

#jcemediabox-popup-prev:hover,
#jcemediabox-popup-next:hover,
#jcemediabox-popup-close:hover,
#jcemediabox-popup a[id*="prev"]:hover,
#jcemediabox-popup a[id*="next"]:hover,
#jcemediabox-popup a[id*="close"]:hover{
  color:#47A54F !important;
  border-color:#47A54F !important;
}
.vk-btn .fa-file-pdf {
  margin-right: .5rem;
}
/* =========================================================
   Modul: Zertifizierungen im Überblick
   JA Vitality ACM Features Style-3
   ========================================================= */
/* WICHTIG: JA-Overlay-Maske deaktivieren, damit nichts über dem Bild liegt */
.vk-zertifikate-overview .acm-features.style-3 .features-item .img-icon .icon-mask {
  display: none !important;
  pointer-events: none !important;
}

/* Überschrift / Link sichtbar, vitalisgrün und klickbar halten */
.vk-zertifikate-overview .acm-features.style-3 .features-item h4 {
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

.vk-zertifikate-overview .acm-features.style-3 .features-item h4 a.link-heading {
  color: var(--vitalis-green, #47A54F) !important;
  text-decoration: none;
  position: relative;
  z-index: 3;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.vk-zertifikate-overview .acm-features.style-3 .features-item h4 a.link-heading:hover,
.vk-zertifikate-overview .acm-features.style-3 .features-item h4 a.link-heading:focus {
  color: var(--vitalis-green-dark, #2F7D36) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* =====================================================
   360-GRAD-PANORAMA / PANNELLUM
   ===================================================== */

.vk-panorama {
  width: 100%;
  height: 480px;
  min-height: 320px;
  overflow: hidden;
  border-radius: 16px;
  background: #f3f6f4;
}

@media (max-width: 767.98px) {
  .vk-panorama {
    height: 320px;
    min-height: 280px;
  }
}
/* =====================================================
   JOOMLA SMART SEARCH – ANZEIGE REDUZIEREN
   Autor und Sprache in Filtern und Ergebnissen ausblenden
   ===================================================== */

/* Erweiterte Suchfilter */
#t4-mainbody .com-finder__filter .control-group:has(#tax-language),
#t4-mainbody .com-finder__filter .control-group:has(#tax-author) {
  display: none;
}

/* Ergebnis-Metadaten: Autor */
#t4-mainbody .com-finder .result-taxonomy > .badge:nth-child(2) {
  display: none;
}

/* Ergebnis-Metadaten: Sprache */
#t4-mainbody .com-finder .result-taxonomy > .badge:last-child {
  display: none;
}
/* =====================================================
   404-SEITE – LOGO UND SEITENRAHMEN
   ===================================================== */

body.vk-error-page {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
}

.vk-error-page .vk-error-brand {
  width: 100%;
  padding: 1.5rem 1rem 0.75rem;
  text-align: center;
}

.vk-error-page .vk-error-brand__link {
  display: inline-block;
  text-decoration: none;
}

.vk-error-page .vk-error-brand__logo {
  display: block;
  width: auto;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
}

.vk-error-page .vk-error-content {
  display: block;
  width: 100%;
  min-height: auto;
  padding: 1rem 1.5rem 3rem;
}

.vk-error-page .vk-error-article {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Intro- und Abschlusscard mittig */

.vk-error-page .vk-card:first-of-type,
.vk-error-page .vk-card:last-of-type {
  text-align: center;
}

/* Haupt-CTA-Reihen mittig */

.vk-error-page .vk-card:first-of-type .vk-btn-row,
.vk-error-page .vk-card:last-of-type .vk-btn-row {
  justify-content: center;
}

/* Direkteinstiege bleiben für bessere Lesbarkeit linksbündig */

.vk-error-page .vk-card:nth-of-type(2) {
  text-align: left;
}

/* Buttons innerhalb der Direkteinstiege mittig */

.vk-error-page .vk-card:nth-of-type(2) .vk-btn-row {
  justify-content: center;
}

@media (max-width: 767.98px) {
  .vk-error-page .vk-error-brand {
    padding-top: 1rem;
  }

  .vk-error-page .vk-error-brand__logo {
    max-width: 180px;
  }

  .vk-error-page .vk-error-content {
    padding: 0.75rem 0.75rem 2rem;
  }
}