body {
    color: #0f004a;
    margin-bottom: 5em;
}
#logo-link img {
    width: 100px;
    height: 40px;    

}
#titlebar {
    background: #5efd60;
    margin-bottom: 3em;
}
.breadcrumb {
    margin-bottom: 0;
    font-size: .85em;
    color: #000;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb-item.active {
    color: #000;
}
.processtap {
    margin-bottom: 0;
    background: url('/images/stap.svg') repeat-y 1.2em top;
    background-size: 10px 30px;
    
}
.processtap .xinleiding, .processtap .relatie {
    border: 1px solid #dddddd;
    border-color: rgba(0, 0, 0, .125);
    border-radius: 6px;
}
.processtap .inleiding {
    margin-bottom: 1em;
}
.processtapbullet {
    position: relative;
}
    .processtapbullet:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 3em;
        height: 3em;
        display: block;
        border-radius: 1.5em;
        content: "";
        background: #00779c;
    }

.btn {
    border-radius: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.btn-primary {
    color: #fff;
    background-color: #0f004a;
    border-color: #0f004a;
}
.btn-primary:hover {
    color: #fff;
    background-color: #100060;
    border-color: #100060;
}

/*
.home .btn-primary {
    color: #212529;
    border-color: #212529;
    background: transparent;
}
.home .btn-primary:hover {
    background: #212529;
    color: #fff;
}
*/
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #009bc4;
    border-color: #009bc4;
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}
.card {
    border-radius: 10px;
}
.home .card {
    background: #5efd60;
    text-align: center;
}
ul.overview {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
}
ul.overview > li {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 1em;
    padding: 1em 1em .5em;
    border-radius: 10px;
}
.overview h2 {
    font-size: 1.2em;

}
.overview a {
    color: #0f004a;
    text-decoration: none;

}

.nav {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  margin: 0 10px;
}

.nav-pills .nav-link, .nav-pills .nav-link:hover {
    color: #0f004a;
}

.nav-pills .nav-link:hover {
    background-color: #ebfff1;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #0f004a;
  background-color: #29eb6c;
}