/* Headlines ====================================================================== */
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  display: block;
  font-weight: normal;
}

h1, .text-h1 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

h2, .text-h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

h3, .text-h3 {
  font-size: 15px;
  line-height: 18px;
}

h4, .text-h4 {
  font-size: 15px;
  line-height: 18px;
}

h5, .text-h5 {
  font-size: 14px;
  line-height: 17px;
}

h6, .text-h6 {
  font-size: 12px;
}

/* Textgroessen ============================================================ */
.text-10 {
  font-size: 10px;
  line-height: 13px;
}

.text-11 {
  font-size: 11px;
  line-height: 14px;
}

.text-12 {
  font-size: 12px;
  line-height: 15px;
}

.text-13 {
  font-size: 13px;
  line-height: 16px;
}

.text-14 {
  font-size: 14px;
  line-height: 17px;
}

.text-15 {
  font-size: 15px;
  line-height: 18px;
}

.text-16 {
  font-size: 16px;
  line-height: 19px;
}

.text-18 {
  font-size: 18px;
  line-height: 21px;
}

.text-19 {
  font-size: 19px;
  line-height: 22px;
}

.text-20 {
  font-size: 20px;
  line-height: 23px;
}

.tiny-text {
  font-size: 10px;
}

.small-text {
  font-size: 11px;
}

.normal-text {
  font-size: 12px;
}

.line-height-double {
	line-height: 20px;
}

/* Outfit ================================================================== */
.bold {
  font-weight: bold;
}

.nobold {
  font-weight: normal;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize  {
  text-transform: capitalize;
}

.underline  {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.justify {
  text-align: justify;
}







