body {
    margin-top: -25px;
}
#language-switch {
    position: absolute;
    top: 25px;
    right: 20px;
}

.language-switch-nl:before {
    content: "../../images/flags/nl.svg";
    width: 20px;
}

.language-switch.mobiel {
    position: relative;
    right: 17px;
    top: 10px;
}

.breadcrums {
    padding: 50px 0 0 0 !important;
}

.language-switch img {
    width: 35px;
    padding: 5px;
    border-radius: 25px;
}
.language-switch.current {
    width: fit-content;
    right: 20px;
    position: absolute;
    top: 22px;
    z-index: 10000000;
    padding: 5px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 48px;
}
.language-switch.current:hover {
    border: 2px solid rgba(0, 0, 0, 0.3);

    background: rgba(0, 0, 0, 0.3);
}
.language-switch.current:hover > .language-switch.choices {
    /*visibility: visible;*/
    display: block;

}

.language-switch.choices {
    display: none;
    /*visibility: hidden;*/
}

/*@media only screen and (max-width: 600px) {*/
/*    #language-switch  {*/
/*        top:20px;*/
/*    }*/
/*}*/
