
/***/
.close-extra-content {
	display: none;
}


/***/
.navigation-contents-link[data-a="0"] {
	margin-top: 1em;
}
.navigation-contents-link:last-child {
	margin-bottom: 1em;
}


/***/
bullet_gron,
bullet_bla,
bullet_rod,
bullet_svarta,
bullet_gul {
	position: relative;
	width: 1.75em;
	height: .65em;
	display: inline-block;
	margin-left: -2.5em;
	margin-right: .5em;
}
bullet_gron::after,
bullet_bla::after,
bullet_rod::after,
bullet_svarta::after,
bullet_gul::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: .75em;
	transform: translateY(-50%);
}
bullet_gron::after {
	background-color: #359A38;
}
bullet_bla::after {
	background-color: #0072B6;
}
bullet_rod::after {
	background-color: #D52E2C;
}
bullet_svarta::after {
	background-color: #202C42;
}
bullet_gul::after {
	background-color: #F7A600;
}
#header-breadcrumb bullet_gron,
#header-breadcrumb bullet_bla,
#header-breadcrumb bullet_rod,
#header-breadcrumb bullet_svarta,
#header-breadcrumb bullet_gul {
	display: none;
}
/* .navigation-contents-link.selected bullet_gron::after,
.navigation-contents-link.selected bullet_bla::after,
.navigation-contents-link.selected bullet_rod::after,
.navigation-contents-link.selected bullet_svarta::after,
.navigation-contents-link.selected bullet_gul::after {
	height: 32px;
} */