body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 600;
}

a {
    color: #00a9a4;
}

a:hover {
    color: #00a9a4;
    text-decoration: underline;
}
/**
    Navbar
 */
nav {
    font-size: 0.9rem;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #00a9a4;
}

/**
    Sections
 */

.section {

}

.bg-green {
    background: #00a9a4;
    color: #fff;
}
    .bg-green a {
        color: #ffdd00;
    }
    .bg-green .text-muted {
        color: #63e2de!important;
    }

/**
    Start
 */

#start img {
    display: block;
    max-width: 100%;
}

/**
    GALERIE
 */
#galerie img {
    display: block;
}
#galerie .card {
    border: 0!important;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.5);
    box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.5);
}

/**
    LEISTUNGEN
 */

#jobs .card, #leistungen .card {
    border: 4px dashed #999;
}

    #leistungen .card-body {

    }


    /**
        Colors
     */

.green {
    color: #00a9a4;
}

.yellow {
    color: #ffdd00;
}
