/* FONTS */
:root {
  --button-color: #7E7367;
  --button-color-hover: #464039;
  --button-color-active: #38332E;
  --button-color-disabled: #D8D4CF;
  --button-color-disabled-background: #F8F7F7;
  --button-color-secondary-background: #D8D4CF; }

:root {
  --font-site: ubuntulight;
  --text-color: #464039; }

.article-body-teaser-multiple .article-body-teaser-image,
.article-body-teaser .article-body-teaser-image {
  width: 194px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .article-body-teaser-multiple .article-body-teaser-image,
    .article-body-teaser .article-body-teaser-image {
      margin: 0;
      margin-right: 40px;
      margin-bottom: 40px; } }

.article-body-teaser-multiple .article-body-text,
.article-body-teaser .article-body-text {
  font-family: var(--font-site);
  color: var(--text-color); }
  .article-body-teaser-multiple .article-body-text .article-body-title p,
  .article-body-teaser .article-body-text .article-body-title p {
    color: var(--text-color);
    font-family: var(--font-site) !important;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px; }
  .article-body-teaser-multiple .article-body-text .article-body-title h1,
  .article-body-teaser .article-body-text .article-body-title h1 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }
  .article-body-teaser-multiple .article-body-text .article-body-title h2,
  .article-body-teaser .article-body-text .article-body-title h2 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }
  .article-body-teaser-multiple .article-body-text .article-body-title h3,
  .article-body-teaser .article-body-text .article-body-title h3 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }
  .article-body-teaser-multiple .article-body-text .article-body-title h4,
  .article-body-teaser .article-body-text .article-body-title h4 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }
  .article-body-teaser-multiple .article-body-text .article-body-title h5,
  .article-body-teaser .article-body-text .article-body-title h5 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }
  .article-body-teaser-multiple .article-body-text .article-body-title h6,
  .article-body-teaser .article-body-text .article-body-title h6 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }
  .article-body-teaser-multiple .article-body-text p,
  .article-body-teaser .article-body-text p {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
  .article-body-teaser-multiple .article-body-text h1,
  .article-body-teaser .article-body-text h1 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }
  .article-body-teaser-multiple .article-body-text h2,
  .article-body-teaser .article-body-text h2 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }
  .article-body-teaser-multiple .article-body-text h3,
  .article-body-teaser .article-body-text h3 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }
  .article-body-teaser-multiple .article-body-text h4,
  .article-body-teaser .article-body-text h4 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }
  .article-body-teaser-multiple .article-body-text h5,
  .article-body-teaser .article-body-text h5 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }
  .article-body-teaser-multiple .article-body-text h6,
  .article-body-teaser .article-body-text h6 {
    font-family: var(--font-site) !important;
    color: var(--text-color) !important; }

/*# sourceMappingURL=articleTeaserMultiple.css.map*/