body,html{
    width: 100%;
    height: 100%;
}

body {
    font-family: Roboto;
    padding-top: 50px;
    background-color: whitesmoke;
}

.navbar{
    background-color: darkblue;
}

.navbar a{
    color: whitesmoke !important;
}

.navbar .navbar-brand{
    color: whitesmoke !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active{
    background-color: white !important;
    color: black !important;
}


img {
    max-width: 100%;
}

#stage{
    background: url("../img/pexels-photo-443383.jpeg") center center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

#text-caption{
    font-size: 15px;
    color: black;
    z-index: 2;
}

#stage h3{
    font-weight: bolder;
}

.panel-heading{
    background-color: lightblue !important;
    color: dimgray!important;;
}

.panelLeistung{
    height: 500px;
}

.img-References{
    height: 250px;
    width:  450px;
    margin-top: 15px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: whitesmoke;
}

section{
    padding-bottom: 30px;
}
