/**
* Block Name: text
*/

section.text {
  text-align: center;
}

section.text.blau h1,
section.text.blau h2,
section.text.blau h3,
section.text.blau h4 {
  color: var(--Weiss);
}

section.text p.small {
  text-transform: uppercase;
}

section.text.blau p.small {
  color: var(--Weiss);
}

section.text div.divider {
  text-align: center;
  line-height: 0;
}

section.text div.divider::after {
  content: "";
  display: inline-block;
  width: 45px;
  max-width: 100%;
  border-top: 2px solid #ccc;
  vertical-align: top;
}
