/*cardslider*/
a.carousel-control-prev.card-carousel {
    margin-left: 0!important;
}

a.carousel-control-next.card-carousel {
    margin-right: 0!important;
}

/*language switcher*/

.flag-gray {
    filter: grayscale(100%);
}

/*https://github.com/lipis/flag-icon-css/blob/master/css/flag-icon.css*/
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    /*width: 1.33333333em;*/
    width: 24px;
    height: 18px;
    box-sizing: content-box;
    line-height: normal;
}
.flag-icon:before {
    content: "\00a0";
}
.flag-icon.flag-icon-squared {
    width: 1em;
}
.flag-icon-nl {
    background-image: url(../flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
    background-image: url(../flags/1x1/nl.svg);
}
.flag-icon-en {
    background-image: url(../flags/4x3/gb.svg);
}
.flag-icon-en.flag-icon-squared {
    background-image: url(../flags/1x1/gb.svg);
}

.flag-icon-fr {
    background-image: url(../flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
    background-image: url(../flags/1x1/fr.svg);
}

.flag-icon-fi {
    background-image: url(../flags/4x3/fi.svg);
    border: 1px solid #8ba3c5;
}
.flag-icon-fi.flag-icon-squared {
    background-image: url(../flags/1x1/fi.svg);
}

.flag-icon-el {
    background-image: url(../flags/4x3/gr.svg);
}
.flag-icon-el.flag-icon-squared {
    background-image: url(../flags/1x1/gr.svg);
}

