body, img, h1, h2, h3, p {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
  margin: 0;
  padding: 0;
  border-width: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 1px; }

img {
  max-width: 100%; }

@media (min-width: 768px) {
  body {
    background: url("img/bg2.jpg") center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover; } }

a {
  text-decoration: none !important;
  color: #2e5f92;
  cursor: pointer; }
  a:hover, a:active, a:focus, a:visited {
    text-decoration: none !important; }

h1 {
  font-weight: 500; }

h2 {
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
  display: block;
  text-align: center; }
  h2::after {
    content: '';
    display: block;
    position: relative;
    margin: 30px 0px 30px -25px;
    left: 50%;
    width: 50px;
    border-bottom: 1px solid white;
    opacity: 0.3; }

h3 {
  margin-bottom: 10px; }

p {
  font-size: 20px; }

.btn {
  border-width: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .btn-primary {
    background-color: #2e5f92; }
    .btn-primary:hover {
      background-color: #2e5f92; }

#nav-content {
  padding: 30px;
  transition: all 0.5s; }
  #nav-content.shrink {
    padding: 20px 30px; }
  #nav-content img {
    max-width: 70%;
    max-height: 30px;
    background: #fff; }

#nav-links {
  display: inline-block;
  float: right;
  margin-top: -5px; }
  #nav-links a {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    color: #444;
    border-radius: 3px; }
    #nav-links a:hover, #nav-links a:active, #nav-links a:focus {
      background: rgba(0, 0, 0, 0.05); }

#nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3); }

#statistics-wrapper {
  padding: 50px;
  padding-top: 140px;
  background: url("img/bg3.jpg") left no-repeat;
  background-size: cover; }

#statistics-content {
  color: #fff;
  font-size: 20px; }
  #statistics-content .row > div {
    padding-bottom: 20px; }

#leistungen-wrapper {
  padding: 50px;
  background: #fff; }
  #leistungen-wrapper img {
    margin-top: 20px; }
  #leistungen-wrapper h2::after {
    border-color: #444 !important; }
  #leistungen-wrapper div.row:not(:first-child) {
    padding-top: 50px; }

#leistungen-icons {
  font-size: 30px;
  margin-bottom: 20px; }

.icon-wrapper a {
  display: inline-block;
  transition: all 0.5s; }
  .icon-wrapper a:hover, .icon-wrapper a.active {
    color: #00b3ff;
    transform: scale(1.05); }
    .icon-wrapper a:hover > .icon-circle, .icon-wrapper a.active > .icon-circle {
      border-color: #00b3ff; }

.icon-circle {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding-top: 10px;
  border: 5px solid #2e5f92;
  font-size: 80px;
  margin-bottom: 10px; }

#ueberuns-wrapper {
  background: #2e5f92;
  color: #fff;
  padding: 50px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3); }

#referenzen-wrapper {
  background: #fff;
  padding: 50px;
  box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.3); }
  #referenzen-wrapper h2::after {
    border-color: #444 !important; }

#referenzen-content .thumbnail {
  border: none; }
  #referenzen-content .thumbnail img {
    border-radius: 15px;
    transition: all 0.5s;
    max-width: 240px; }
  #referenzen-content .thumbnail:hover img {
    transform: scale(1.05);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3); }
  #referenzen-content .thumbnail h4 {
    height: 50px; }
  #referenzen-content .thumbnail p {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: justify; }

#kontakt-wrapper {
  background: #2e5f92;
  color: #fff;
  padding: 50px; }

#kontakt-content a {
  color: #fff; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-right {
  text-align: right; }

.spacer {
  height: 400px; }

.appstore-icon,
.windows-store-icon {
  width: 129px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#map {
  padding: 0;
  background: #fff; }
  #map iframe {
    width: 100%;
    height: 400px; }

.row {
  margin: 0; }
