#mainNav.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #000;
}

/* Header */
header.smallhead.masthead {
    padding-top: 8.5rem;
    padding-bottom: 2rem;
    height: 450px;
}
.team header.masthead {
    background-image: url("../assets/img/header-team.jpg");
}
.leistungen header.masthead {
    background-image: url("../assets/img/header-leistungen.jpg");
}
.gruppenangebote header.masthead {
    background-image: url("../assets/img/header-gruppenangebote.jpg");
}

/* Headline */
h2 {
    margin-bottom: 30px;
}

/* Content */
.page-section h3.section-subheading {
    padding: 0 14%;
    font-size: 22px;
}

section ul {
    margin: 0;
    margin-bottom: 35px;
    padding: 0;
    list-style: none;
}
section ul li {
    font-size: 22px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 1px 28px;
    position: relative;
}
section ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 16px;
    background: #0f5e3c;
    border-radius: 100%;
}

.font-big {
    font-size: 32px;
    font-weight: 600;
}

/* Section */
.bg-green {
    background-color: #0f5e3c;
    color: #ffffff;
}

/* Footer */
.footer {
    background: url(../assets/img/blatt_01.svg) no-repeat #468864;
    color: #ffffff;
    padding: 30px 0;
}
.footer h4 {
    margin-bottom: 25px;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    list-style-type: none;
    padding: 0;
}
.footer ul li a {
    color: #fff;
}

/* Forms */
.btn_group {
    margin-top: 40px;
}
.btn-green {
    color: #fff;
    background-color: #0f5e3c;
    border-color: #0f5e3c;
    border-radius: 40px;
}
.btn-green-border {
    background-color: #fff;
    color: #0f5e3c;
    border-radius: 40px;
    border: 2px solid #0f5e3c;
}
