/* Semantische Blockformate des lokalen Redaktionswerkzeugs. */

.block-role-main-title { font-size: 34px !important; line-height: 1.12; }
.block-role-contribution-title { font-size: 28px !important; line-height: 1.18; }
.block-role-subtitle { font-size: 17px !important; line-height: 1.4; }
.block-role-heading { font-size: 22px !important; line-height: 1.25; }
.block-role-body { font-size: 15px !important; line-height: 1.68; }
.block-role-meta { font-size: 13px !important; line-height: 1.5; color: var(--ink-soft); }
.block-role-bibliography { font-size: 14px !important; line-height: 1.5; }
.block-role-author { font-size: 14px !important; line-height: 1.5; font-weight: 600; }
.block-role-caption { font-size: 13px !important; line-height: 1.45; color: var(--ink-soft); }
.block-role-link { font-size: inherit; }
.block-role-quote { font-size: 15px !important; line-height: 1.65; }

.block-size-very-small { font-size: 13px !important; }
.block-size-small { font-size: 14px !important; }
.block-size-normal { font-size: 15px !important; }
.block-size-large { font-size: 17px !important; }
.block-size-very-large { font-size: 19px !important; }

.block-role-main-title.block-size-small { font-size: 28px !important; }
.block-role-main-title.block-size-normal { font-size: 34px !important; }
.block-role-main-title.block-size-large { font-size: 38px !important; }
.block-role-main-title.block-size-very-large { font-size: 44px !important; }
.block-role-contribution-title.block-size-small { font-size: 22px !important; }
.block-role-contribution-title.block-size-normal { font-size: 28px !important; }
.block-role-contribution-title.block-size-large { font-size: 32px !important; }
.block-role-contribution-title.block-size-very-large { font-size: 36px !important; }
.block-role-heading.block-size-small { font-size: 18px !important; }
.block-role-heading.block-size-normal { font-size: 22px !important; }
.block-role-heading.block-size-large { font-size: 26px !important; }
.block-role-heading.block-size-very-large { font-size: 30px !important; }

.block-weight-normal { font-weight: 400 !important; }
.block-weight-semibold { font-weight: 600 !important; }
.block-weight-bold { font-weight: 700 !important; }
.block-align-left { text-align: left !important; }
.block-align-center { text-align: center !important; }
.block-align-right { text-align: right !important; }
.block-space-top-none { margin-top: 0 !important; }
.block-space-top-small { margin-top: .4rem !important; }
.block-space-top-normal { margin-top: .8rem !important; }
.block-space-top-large { margin-top: 1.5rem !important; }
.block-space-bottom-none { margin-bottom: 0 !important; }
.block-space-bottom-small { margin-bottom: .4rem !important; }
.block-space-bottom-normal { margin-bottom: .8rem !important; }
.block-space-bottom-large { margin-bottom: 1.5rem !important; }

@media (max-width: 47.99rem) {
  .block-role-main-title { font-size: 32px !important; }
  .block-role-main-title.block-size-large { font-size: 34px !important; }
  .block-role-main-title.block-size-very-large { font-size: 35px !important; }
  .block-role-contribution-title { font-size: 25px !important; }
  .block-role-contribution-title.block-size-very-large { font-size: 30px !important; }
  .block-role-heading.block-size-very-large { font-size: 26px !important; }
}

.redaktion-preview .editor-block {
  cursor: pointer;
  outline: 1px dashed transparent;
  outline-offset: 3px;
  transition: outline-color .12s ease, background-color .12s ease;
}
.redaktion-preview .editor-block:hover {
  outline-color: rgba(49, 95, 118, .55);
  background-color: rgba(49, 95, 118, .055);
}
.redaktion-preview .editor-block.is-editor-selected {
  outline: 2px solid #2e7898;
  background-color: rgba(46, 120, 152, .09);
}
.redaktion-preview .editor-block.is-editor-transfer-target {
  outline: 2px dashed #9b6128;
}
