.sportsproviders .aanbod-logo{
    max-width: 80%;
    max-height:100px;
}

.sportsprovider-view .sportcat-item{
    display: inline-block;
    color: #006080;
}

.sportsprovider-view .locations-scroller{
    max-height: 500px;
    overflow-y: scroll;
}

.sportsprovider-view .locations-scroller a{
    color: inherit;
    text-decoration: none;
}

.sportsprovider-view .locations-scroller p{
    line-height: 1.2rem
}
.row-sport-categories a{
    color: black !important;
}

.row-sport-categories.sport-category-filter a{
    position: relative;
    text-decoration: none;
}

.row-sport-categories.sport-category-filter a.active:after,
.row-sport-categories.sport-category-filter a:hover:after{
    content: '';

    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;

    border-width: 0 0 2px;
    border-style: solid;
}

.menubar a.btn-aanmelden{
    line-height: 1;
}
.menubar a.btn-aanmelden::after,
.menubar a.btn-aanmelden:hover::after{
    content: '';
    margin-left: 0;
    transition: none;
}

.cta-aanmelden a{
    background-image: linear-gradient(-150deg, #0095d8, #a8c500);
    border: none;
}
.cta-aanmelden a:hover{
    background-image: linear-gradient(-120deg, #0095d8, #a8c500);
}