/* Hinter JG — Expertise */

body.selected-expertise-v2 .leadership-section--expertise {
   padding-bottom: clamp(3rem, 6vh, 4.5rem) !important;
}

body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block:first-child {
   margin-bottom: 0 !important;
}

body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__columns::before {
   display: none !important;
   content: none !important;
}

body.leadership-page--about .leadership-section--expertise .leadership-expertise__columns {
   gap: 0;
   padding-bottom: 0;
}

/* Mobil */

@media (max-width: 899px) {
   body.selected-expertise-v2 .leadership-section--expertise {
      text-align: center;
   }

   body.selected-expertise-v2 .leadership-section--expertise .leadership-section__header {
      max-width: 38rem;
      margin: 0 auto clamp(2.5rem, 8vw, 3.75rem);
      text-align: center;
   }

   body.selected-expertise-v2 .leadership-section--expertise .leadership-split__title {
      font-size: clamp(2rem, 4.5vw, 4.25rem);
      line-height: 1.12;
      text-wrap: balance;
   }

   body.selected-expertise-v2 .leadership-section--expertise .leadership-section__lead {
      max-width: 36rem;
      margin: 1rem auto 0;
      text-align: center;
      font-size: clamp(1rem, 1.4vw, 1.125rem);
   }

   body.selected-expertise-v2 .leadership-section--expertise .leadership-section__shadow {
      inset: 0 auto auto -28%;
      opacity: 0.28;
      transform: none;
   }

   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__columns {
      display: flex;
      flex-direction: column;
      gap: clamp(2.5rem, 8vw, 3.5rem);
      max-width: 36rem;
      margin-inline: auto;
      padding: 0;
   }

   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__columns::before {
      display: none;
      content: none;
   }

   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block,
   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block:first-child,
   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block:last-child {
      margin: 0;
      padding: 0;
      text-align: center;
   }

   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block-title {
      margin: 0 0 1.15rem;
      text-align: center;
   }

   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block:first-child .leadership-expertise__list,
   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block:last-child .leadership-expertise__list {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.75rem;
      width: 100%;
      text-align: center;
   }

   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block:first-child li,
   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block:last-child li,
   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block:last-child li:nth-child(even),
   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block:last-child li:nth-child(3) {
      display: block;
      width: 100%;
      max-width: 34rem;
      margin: 0;
      padding: 0;
      font-size: clamp(1rem, 1.4vw, 1.125rem);
      line-height: 1.5;
      text-align: center;
   }

   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block:first-child li::after,
   body.selected-expertise-v2 .leadership-section--expertise .leadership-expertise__block:last-child li::before {
      display: none;
      content: none;
   }
}
