.img-responsive{
    position: relative;
    right: 0px;
    width: 2rem;
    height: auto;
}

.img-responsive2{

    width: 20rem;
    height: auto;
}
.BB_blue{
    background-color: #0e2954;
}
.BB_red{
    background-color: #cc5053;
}

.navbar-light .navbar-nav > .kleur:hover> a:hover
 {
    color: white !important;
    background: #cc5053 !important;
    border-style: inherit;
    border-radius: 5%;

    border:1px;
    border-color: #cc5053;
    
}

.navbar-light .navbar-nav > .active,
.navbar-light .navbar-nav > .active > a
 {
    color: white !important; 
    background: #cc5053;
    border-radius: 5%;
}
.fontmainfoto{
    font-weight: 500;
    font-size:x-large;
}
.imgconstraint{
    width: 25rem!important;
    height: auto!important;
    max-height: 25rem!important;
    width: auto!important;
    display: flex!important;
    justify-content: center!important;

  }
.link-dark{
    color: #000;
}

.errortext{
    color:red !important;
}
.succestext{
    color:green !important;
}