body {
    background-color: #ebedf4;
}
.navimg{
    display:none;
}
.section-distance{
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.right-blue-border{
    border-style: solid;
    border-width: 0 4px 0 0;
    border-color: #488fc9;
}

.project-text-color-two{
    color:#488fc9;
}

.section-header{
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    margin-top: 0;
}

.whiteCurveOne{
    position: relative;
    border-radius: 0 0 0 100%;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}
.whiteCurveTwo{
    position: relative;
    border-radius: 0 100% 0 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}
.title, .title-footer{
    font-weight: 500;
    color: #1b3d91;
}
.title{
    text-align: center;
}

/*!!! FOOTER: leads to let the footer stick at the bottom !!!*/
body {
    position: relative;
    min-height: 100vh;
}

footer{
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    min-height: 13rem;            /* Footer height */
}
.btn-fmp, .btn-fmp-produkt{
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    background-color: #00c851;
}
.service-content .btn-fmp{
    margin-left: auto;
    margin-right: auto;
}