/*!
  styleguide-theme
  0.0.2
*/

.sg-trenner {
  content: " ";
  height: 80px;
  color: transparent
}

.sg-thema {
  margin-bottom: 48px;
  color: var(--blau)
}

.sg-note { width: 320px }

.sg-note:before {
  display: block;
  content: "NOTE";
  color: var(--rot);
  font-weight: 400
}