/**
 * Schriftarten
 */
 :root {
    --font-sans: 'Atkinson Hyperlegible', sans-serif;
  }
 @font-face {
    font-family: 'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/AtkinsonHyperlegible-Regular.woff') format('woff')
}
@font-face {
    font-family: 'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/AtkinsonHyperlegible-Bold.woff') format('woff')
}

.text-content, .cke_editable, .paragraph, .list-more-link, .button--primary, .slide__caption h2, #toggle-more-items, #block-kastaniecustom-footermenu {
    font-size: 1.125rem;
    line-height: 2.125rem;
}
.text-content, .cke_editable, .paragraph {
    font-family: var(--font-sans);
    color: var(--text-color);
}
h1, h2, h3, h4, h5, h6, 
.field--name-field-titel, 
.node--view-mode-teaser 
.node__top-wrapper, 
.dokumente__tite, .block__title {
    font-family: var(--font-sans);
    color: var(--text-color);
}
h1, h2, h3, h4, h5, h6 {
    margin: 2rem 0 0.5rem 0;
  }
.block-page-title-block {
    margin: 0 0 0.5rem 0;
  }
.block__title{
    font-size: 2.625rem;
    line-height: 3.938rem;
    margin: 3rem 0 1rem 0;
}
.text-content blockquote{
    font-size: 2rem;
    line-height: 2.75rem;
    font-family: var(--font-sans);
}

@media (min-width: 43.75rem) {
    .text-content, .cke_editable, .paragraph, .list-more-link, .button--primary, .slide__caption h2, #toggle-more-items, #block-kastaniecustom-footermenu {
      font-size: 1.25rem;
      line-height: 2.25rem;
    }
    .text-content p, .cke_editable p {
        margin-block-start: 1rem;
        margin-block-end: 1rem;
    }
    .header-slogan {
        font-size: 4.5rem;
        line-height: 5.625rem;
    }
    h1 {
        font-size: 3.75rem;
        line-height: 5rem;
    }
    h2 {
        font-size: 2.875rem;
        line-height: 4.5rem;
    }
    h3 {
        font-size: 2.5rem;
        line-height: 3.938rem;
      }
    h4 {
        font-size: 2.125rem;
        line-height: 3.125rem;
      }
    h5 {
        font-size: 1.75rem;
        line-height: 2.625rem;
      }
    h6 {
        font-size: 1.25rem;
        line-height: 2.25rem;
      }
  }