/* BSG Styles */
/* Colour setup */
/* Sizes */
body {
  font-family: "Roboto", "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fefefe;
  font-size: 1.6em; }

h1 {
  font-size: 2em;
  color: #963c3c; }

h2 {
  font-size: 2em;
  color: #4066a3; }

h3 {
  font-size: 1.8em;
  color: #4066a3; }

.row {
  margin-top: 56px;
  margin-bottom: 56px; }
  .row.row--no-spacing-bottom h2 {
    padding-bottom: 0;
    margin-bottom: 0; }

.main-header {
  margin-top: 56px;
  margin-bottom: 56px;
  text-align: center; }
  .main-header .header-title, .main-header .header-subline {
    padding-top: 28px;
    color: #4066a3;
    font-weight: 900;
    letter-spacing: 0.03em;
    margin-bottom: 0; }
  .main-header .header-subline {
    padding-top: 0;
    color: #963c3c; }

.aligh-right {
  float: right; }

address {
  font-style: normal; }

.list-blank {
  list-style: none; }
  .list-blank span {
    display: inline-block;
    min-width: 30px;
    white-space: nowrap; }

.button {
  font-size: inherit;
  color: #963c3c;
  border-color: #963c3c; }
  .button:hover {
    color: #4066a3;
    border-color: #4066a3; }

#footer {
  margin-top: 224px; }

#footer-nav li {
  display: inline-block;
  list-style: none;
  margin-right: 28px; }

a {
  color: #4066a3;
  text-decoration: none; }
  a:hover, a:focus {
    color: #4066a3;
    border-bottom: 3px solid #4066a3; }

@media (max-width: 650px) {
  .main-header .header-title, .main-header .header-subline {
    font-size: 3rem; }
  .main-header .header-subline {
    font-size: 2.3rem; }

  h3 {
    margin-top: 28px; } }
/* Larger than mobile */
@media (min-width: 400px) {
  .hero-image {
    border: 1px solid #4066a3;
    display: none; } }
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  .main-header {
    text-align: left; }
    .main-header .header-title, .main-header .header-subline, .main-header .header-subline {
      text-align: right; }

  .hero-image {
    display: block;
    background-image: url("../images/bsg-wohnhaus.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    box-shadow: 0 5px 30px #999;
    margin-bottom: 56px; } }
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */

/*# sourceMappingURL=styles.css.map */
