/* #main-nav {
    height: 60px;
} */

#main-nav .navbar-brand img {
    height: 50px;
}

.artikel {
    margin-bottom: 1rem;
    cursor: pointer;
}

.artikel:hover {
    background: var(--light);
}

.artikel .custom-control-label::after,
.artikel .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
}