/* ARBETSFÖRMEDLINGEN - KONTORSSOK - CSS  ---------------*/

/*--------------------------------------------------------
UNDERLINE ON AL A-TAGS
------------------------------------------------------- */

/*.container .sv-text-portlet-content a{
	text-decoration: underline!important;
}*/


/*--------------------------------------------------------
FOOTER
------------------------------------------------------- */


.footer .main-menu--role .main-menu__link--heading {
    text-decoration: underline;
}


.footer .main-menu--role .i-stack {
    display: none;
}

.footer-links__item{
	text-decoration: underline;
}

/*--------------------------------------------------------
BREADCRUM
------------------------------------------------------- */


.tracemenu__item a {
    text-decoration: underline!important;
}
.tracemenu-wrapper a:hover {
    text-decoration-thickness: 2px!important;
}

/*--------------------------------------------------------
BULLETS
------------------------------------------------------- */


.sv-text-portlet-content ol.normal li:not(:last-of-type), .sv-text-portlet-content ul.normal li:not(:last-of-type) {
    margin-bottom: 0.225rem;
}

/*--------------------------------------------------------
ACCORDION
------------------------------------------------------- */


.cms .af-expand-collapse .af-expand-header p a {
    text-decoration: none!Important;
}

/*--------------------------------------------------------
MARGINALJUSTERING FÖR TOMMA INNEHÅLLSYTOR
------------------------------------------------------- */

@media (min-width: 768px) {
    .cms-articlepage-wrapper .cms-section-primary {
        margin-bottom:0
    }
   
   .cms-articlepage-wrapper .cms-section-primary {
   	margin-bottom: 0
	}
}

.cms-wrapper .cms-hero+.cms-content-top>div {
	margin-top: 0;
}
