@import url("/style/custom/utrecht/menu.css");

.bottom .middle {
    justify-content: flex-end!important;
    padding-left: 0!important;
}

.no-padding .free-tile {
    padding: 0!important;
}

.link-right .free-tile {
    flex-direction: row-reverse!important;

    img {
        max-height: 36px !important;
        margin-right: 0;
    }
}

.user-info {
    display: none;
}

#mainwrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;

    #footer {
        margin-top: auto;
    }
}

#mosaicUtilsmenu {
    display: block;
    position: relative;
    top: -4px;
}

section.link-right:hover h2 { 
      color: #000;
}

section.link-right:hover img { 
    filter: brightness(0%) invert(0%) sepia(56%) saturate(4320%) hue-rotate(137deg) brightness(107%) contrast(109%);
}

#breadcrumb-container a {
    color: #1C4181;
}


section.tile.list-style div.freecontent ul {
    list-style: none;
    margin-top: 16px;
    padding: 0;
    padding-left: 0;
    line-height: 1.6;


        a {
            position: relative;
            padding-left: 38px;
            color: #1C4181;
            font-weight: 600;
            text-decoration: none;
            font-size: 24px;

            &:hover {
                text-decoration: underline;
            }
        
            &::before {
                content: "\f061";
                font-family: 'Font Awesome 6 Pro';
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }
        }
}
