@import "/themes/base/fonts/akkurat_fontsheet.css";
/* Fonts */
/* Headings */
/* Navigation */
/* Font Color */
/* Link Color */
/* Button Color (Teaser, etc.) */
/* Background Color */
/* Teaser */
/* Form */
/* Footerlinks */
/* Social Media Icons */
/* Text */
.typography .text-center,
.text-center {
  text-align: center;
}
.typography .text-left,
.text-left {
  text-align: left;
}
.typography .text-right,
.text-right {
  text-align: right;
}
/* HEADER STYLES
-------------------------------------------- */
.typography h2,
h2 {
  font-size: 2.0rem;
  font-weight: 700;
}
.typography h3,
h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
}
/* IMAGES fuer CMS
-------------------------------------------- */
img.right,
.typography img.right {
  float: right;
  margin: 0 0 5px 20px;
}
img.left,
.typography img.left {
  float: left;
  margin: 0 20px 5px 0;
}
img.leftAlone,
.typography img.leftAlone {
  float: left;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}
img.center,
.typography img.center {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
