/* =============================================================
   pages/management.css — Textseite „Management“

   Hinweis: Die Seite deklariert im Original die Schrift „Outfit“,
   lädt sie aber nicht. Damit die Darstellung identisch bleibt,
   wird hier bewusst kein Webfont eingebunden – der Browser nutzt
   wie bisher seine Standard-Serifenlose.
   ============================================================= */

.mgmt { padding-block: 0; }
.mgmt > .container { padding-inline: 10px; }

.mgmt__body {
  padding: 120px 88px;
  font-family: var(--f-alt);
  font-size: 1.625rem;   /* 26px */
  line-height: 1.9;
  color: #D2D2D2;
}

.mgmt__title {
  margin: 8px 0 50px;
  font-family: var(--f-heading);
  font-size: 4.5rem;   /* 72px */
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  text-transform: capitalize;
}

.mgmt__body > p { margin: 0 0 45px; }

.mgmt__closing {
  margin: 80px 0 0;
  padding-top: 45px;
  border-top: 1px solid var(--c-line);
  color: var(--c-text-strong);
  font-size: 2.25rem;   /* 36px */
  font-weight: 600;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .mgmt__body    { padding: 90px 40px; font-size: 21px; line-height: 1.8; }
  .mgmt__title   { font-size: 52px; line-height: 1.1; }
  .mgmt__closing { font-size: 28px; line-height: 1.5; }
}
@media (max-width: 767px) {
  .mgmt__body    { padding: 70px 24px; font-size: 17px; }
  .mgmt__body > p { margin-bottom: 32px; }
  .mgmt__title   { margin-bottom: 35px; font-size: 38px; line-height: 1.15; }
  .mgmt__closing { margin-top: 55px; padding-top: 35px; font-size: 22px; }
}
