body {
  background-color: #eef4f7;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
}
h4 {
	 font-size: 20px;
}

.text-success {
    color: #00a767 !important;
}
p:last-child {
  margin-bottom: 0;
}
section.bg-dark {
    background-color: rgba(0,0,0,0.05) !important;
}

/* NAVBAR ----------------- */

#main-navbar {
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#main-navbar.shrink {
    background-color: rgb(0, 167, 103);
    box-shadow: 0 .125rem .625rem rgba(0, 0, 0, .35)!important;
}
#main-navbar .nav-link {
  color: #000;
  padding: .5rem .75rem !important;
  outline: 0;
}
#main-navbar.shrink .nav-link {
    color: #fff;
}
#main-navbar.shrink ul  {
    margin: auto !important;
}
#main-navbar .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    outline: 0;
}

/* HEADER ----------------- */

/*.site-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.6);
}*/
.site-header {
    height: 350px;
    background: url('../images/header.jpg') no-repeat center center;
    background-size: cover;
}
.site-header-content {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
/*@media (min-width: 992px) {
  .site-header-content p {
    font-size: 18px;
  }
}*/

/* MAIN ----------------- */

.site-main {
    border-top: .25rem solid #fff;
}

/* ACCORDION ----------------- */

#accordion-1 .card-header,
#accordion-2 .card-header {
  padding: .5rem 1rem;
}
#accordion-1 h5,
#accordion-2 h5 {
  font-size: 1rem;
}
h5.invisible {
  display: none;
}

/* KONTAKT ----------------- */

#contact .card {
    border: none;
    border-radius: 0;
}

.badge-danger-u6.px-2 {
  background-color: #9c6930;
}

.badge-success-u4.px-2 {
  background-color: #008000;
}

.badge-danger-s.px-2 {
  background-color: #9a3626;
}

/* IMPRESSUM ----------------- */

#impressum .card {
    border: none;
    border-radius: 0;
}
#impressum span {
  font-weight: 600;
}

/* FOOTER ----------------- */

.site-footer a {
    color: #fff;
}
.site-footer a:hover {
    color: rgba(0, 0, 0, .75);
}