/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.bundesheader {
  padding-bottom: 15px;
  border-bottom: 4px solid #edd849; }
  .bundesheader h2 {
    margin-bottom: 5px; }
  .bundesheader-subtitle {
    color: #8b8885;
    font-family: 'BundesSerif', 'Times New Roman', Times, serif;
    font-size: 24px;
    -webkit-font-smoothing: antialiased; }
