﻿/*
 * Kontrollierte Typografiestufen des lokalen Redaktionswerkzeugs.
 * Neue Seiten speichern ausschließlich diese Klassen. Exakte Expertenwerte
 * werden seitenbezogen als gesonderte Custom-Klasse erzeugt.
 */

.type-title--very-small { font-size: 24px !important; }
.type-title--small { font-size: 28px !important; }
.type-title--normal { font-size: 34px !important; }
.type-title--large { font-size: 38px !important; }
.type-title--very-large { font-size: 44px !important; }

.type-subtitle--very-small,
.type-intro--very-small,
.type-body--very-small { font-size: 13px !important; }
.type-subtitle--small,
.type-intro--small,
.type-body--small { font-size: 14px !important; }
.type-subtitle--normal,
.type-intro--normal,
.type-body--normal { font-size: 15px !important; }
.type-subtitle--large,
.type-intro--large,
.type-body--large { font-size: 17px !important; }
.type-subtitle--very-large,
.type-intro--very-large,
.type-body--very-large { font-size: 19px !important; }

.type-heading--very-small { font-size: 16px !important; }
.type-heading--small { font-size: 18px !important; }
.type-heading--normal { font-size: 22px !important; }
.type-heading--large { font-size: 26px !important; }
.type-heading--very-large { font-size: 30px !important; }

.type-caption--very-small { font-size: 11px !important; }
.type-caption--small { font-size: 12px !important; }
.type-caption--normal { font-size: 13px !important; }
.type-caption--large { font-size: 14px !important; }
.type-caption--very-large { font-size: 15px !important; }

@media (max-width: 47.99rem) {
  .type-title-mobile--very-small { font-size: 24px !important; }
  .type-title-mobile--small { font-size: 28px !important; }
  .type-title-mobile--normal { font-size: 32px !important; }
  .type-title-mobile--large { font-size: 34px !important; }
  .type-title-mobile--very-large { font-size: 35px !important; }

  .type-subtitle-mobile--very-small,
  .type-intro-mobile--very-small,
  .type-body-mobile--very-small { font-size: 13px !important; }
  .type-subtitle-mobile--small,
  .type-intro-mobile--small,
  .type-body-mobile--small { font-size: 14px !important; }
  .type-subtitle-mobile--normal,
  .type-intro-mobile--normal,
  .type-body-mobile--normal { font-size: 15px !important; }
  .type-subtitle-mobile--large,
  .type-intro-mobile--large,
  .type-body-mobile--large { font-size: 17px !important; }
  .type-subtitle-mobile--very-large,
  .type-intro-mobile--very-large,
  .type-body-mobile--very-large { font-size: 19px !important; }

  .type-heading-mobile--very-small { font-size: 16px !important; }
  .type-heading-mobile--small { font-size: 18px !important; }
  .type-heading-mobile--normal { font-size: 21px !important; }
  .type-heading-mobile--large { font-size: 24px !important; }
  .type-heading-mobile--very-large { font-size: 26px !important; }

  .type-caption-mobile--very-small { font-size: 11px !important; }
  .type-caption-mobile--small { font-size: 12px !important; }
  .type-caption-mobile--normal { font-size: 13px !important; }
  .type-caption-mobile--large { font-size: 14px !important; }
  .type-caption-mobile--very-large { font-size: 15px !important; }
}
