body {
  color: #656565;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #109f99;
}

header.header {
  display: block;
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 .2rem .6rem 0 rgba(0,0,0,.25);
}

header.header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  color: #109f99;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 20px;
  outline: 0;
}

header.header nav.navbar img.header-logo {
  display: block;
  width: 12rem;
}

.slideshow-container {
  margin-bottom: 4rem;
  border-bottom: 6px solid #109f99;
  box-shadow: 0 .2rem .6rem 0 rgba(0,0,0,.25);
}

.jumbotron {
  /* background: #109f99; */
  display: block;
  position: relative;
  background: url('../img/header-bild.png') no-repeat;
  background-size: cover;
  background-position-x: 50%;
  padding: 13rem;
  border-radius: 0;
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #109f99;
  opacity: .5;
}

h1.website-title {
  color: #ffffff;
  font-weight: 600;
  margin: 4rem 0 4rem 0;
}

h2.website-subtitle {
  color: #333;
  font-weight: 600;
}

footer {
  padding: 18px;
  background: #109f99;
  color: #fff;
  font-size: 95%;
  margin-top: 4rem;
}

footer h5 {
  color: #fff;
}

footer address {
  line-height: 1.6em;
}

footer a, footer a:hover {
  color: #fff;
}

#sub-footer {
  text-shadow: none;
  color: #f5f5f5;
  padding-top: 30px;
  margin: 20px 0 0 0;
}

.widget h4, .widget h5 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1rem;
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8em;
}

ul.link-list li a {
  text-decoration: none;
  color: #fff;
}

.kontakt a,
.kontakt a:hover,
.impressum a,
.impressum a:hover {
  color: #109f99;
}

.callback input {
  padding: 1.25rem inherit;
}

.kontakt-formular input {
  padding: 1.25rem inherit;
}

.container.content {
  margin: 4rem auto;
}

.bildergallerie {
  display: flex;
  flex-wrap: wrap;
}

.text-success {
  color: #109f99 !important;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #109f99 !important;
  border-color: #109f99 !important;
  box-shadow: none;
}

.btn-success:focus, .form-control:focus {
  box-shadow: none;
  border: 1px solid #109f99;
}

.check {
  font-size: 1.25rem;
  color: #109f99;
  font-weight: 600;
}

.leistungen h4 {
  font-weight: inherit;
}

.featured-content {
  display: block;
  background: #109f99;
  padding: 3rem 0;
  color: #fff;
  margin-bottom: 6rem;
}

.featured-content img {
  border: 3px solid #fff;
}

@media(min-width: 775px) {
  footer .container {
    display: flex;
  }

  footer .container .row:last-child {
    margin-left: auto;
  }
}

@media(max-width: 465px) {
  .featured-content {
    padding: 1rem 0;
  }

  .featured-content .container .row .col-md-3 {
    padding-bottom: 1rem;
  }

  .featured-content .container .row .col-md-3:last-child {
    padding-bottom: 0;
  }

  footer .container {
    padding: 0;
  }

  footer .container .row {
    margin-bottom: 1rem;
  }

  footer .container .row:last-child {
    margin-bottom: 0;
  }

  footer .container .row {
    justify-content: center;
  }
}
