* {
  font-family: 'Work Sans', sans-serif;
}

/*body {
     background-image: url(../images/zahnarzt-bildstock-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}*/
.start {
  color: #414142;
}

.start .jumbotron {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 5px #414142;
          box-shadow: 1px 1px 5px #414142;
  border-radius: 0px;
  margin-bottom: 0.25rem;
}

.start .light {
  font-weight: 300;
}

.start .medium {
  font-weight: 500;
}

.start h2.big {
  font-size: 2rem;
}

.start h2.regular {
  font-size: 1.5rem;
}

.start h3 {
  font-size: 1.3rem;
}

.start a.btn {
  border-radius: 1px !important;
  color: #ffffff;
  font-size: 1.2rem;
}

.start .btn-primary {
  background-color: #53af32;
  border: 0px solid transparent;
}

@media (max-width: 575.98px) {
  .start h2.big {
    font-size: 1.25rem;
  }
  .start h2.regular, .start h3.regular {
    font-size: 1rem;
  }
  .start p.lead {
    font-size: 1rem;
  }
  .start .light {
    font-weight: 300;
  }
  .start p.light {
    margin-bottom: 0;
  }
}

.start p.copyright {
  font-size: 0.8rem;
  font-weight: 300;
}

.start p.copyright a, .start p.copyright i {
  color: #c1364d;
}
/*# sourceMappingURL=layout.css.map */