.footer__social {
    display: flex;
    gap: 15px;
}
img.fix-size {
    width: 36px;
    height: 36px;
}
/* menu with external links, translation fix */
html[lang='sv'] .hide-sv {
    display: none;
}
html[lang='en'] .hide-en {
    display: none;
}
.paragraph--type--section .viewsreference--view-title{
    display: none!important;
}