ul {
	list-style-image: url('img/No/NoBullet.png');
	line-height: 150%;
}

h1 {
	color: #22325f;
}

footer {
    background-image: -webkit-linear-gradient(left top, rgb(231, 50, 49), rgb(231, 24, 23)); 
    background-position: initial initial; 
    background-repeat: initial initial;
}

#navigation ul {
    border: 2px solid rgb(30, 50, 95);
    list-style-image: none;
}

#navigation ul li a,
h2 {
    color: rgb(30, 50, 95);
}

.NoBox {
	background: #22325f;
	width: 100%;
	padding: 1em;
	margin-top: 1em;
}

.NoBox p {
    color: white;
}

.NoQuote {
	background-image: url(/img/No/NoQuote2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px;
	width: 100%;
	font-family: Desyrel;
	font-size: 20px;
	min-height: 80px;
	padding-left: 40px;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0em;
	margin-inline-end: 1em;
}

.NoQuote cite {
	font-family: 'RubikLight', Century Gothic, sans-serif;
	font-weight: lighter;
	font-size: 15px;
}

table caption {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.breadcrumbs li:first-child {
	visibility: hidden;
	position: relative;
}

.breadcrumbs li:first-child::after {
	visibility: visible;
	content: 'YOU ARE HERE:';
}

.menu ul li > a#Rekruttere {
	color: #3b72b5;
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #fff; 
}

.menu ul li > a#Ivareta {
	color: #971d23;
}

.menu ul li > a#Forsta {
	color: #69823b;
}

.menu ul li > a#Motivere {
	color: #80a4a7;
}

.menu ul li > a#Omgivelser {
	color: #b0c888;
}

/* .menu > ul > li > a#Rekruttere {
	background: #3b72b5;
} */

/* .menu > ul > li > a#Ivareta {
	background: #971d23;
} */

/* .menu > ul > li > a#Forsta {
	background: #69823b;
} */
a#Forsta {
	font-size: 0;
	line-height: 0;
}
a#Forsta:after {
	content: 'Forstå';
	font-size: 20px;
	line-height: 1.2em;
}
#submenu_result a#Forsta:after {
	font-size: 16px;
}
#submenu_result .selected a#Forsta:after {
	font-size: 18px;
}

a#Forsta:after .selected {
	font-size: 120%;
}

/* .menu > ul > li > a#Motivere {
	background: #80a4a7;
}

.menu > ul > li > a#Omgivelser {
	background: #b0c888;
} */

.menu ul li.selected > a#Rekruttere,
.menu ul li > a#Rekruttere:hover,
.menu ul li > a#Rekruttere:active {
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #3b72b5; 
	color: #3b72b5;
}

.menu ul li.selected > a#Ivareta,
.menu ul li > a#Ivareta:hover,
.menu ul li > a#Ivareta:active {
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #971d23; 
	color: #971d23;
}

.menu ul li.selected > a#Forsta,
.menu ul li > a#Forsta:hover,
.menu ul li > a#Forsta:active {
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #69823b; 
	color: #69823b;
}

.menu ul li.selected > a#Motivere,
.menu ul li > a#Motivere:hover,
.menu ul li > a#Motivere:active {
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #80a4a7; 
	color: #80a4a7;
}

.menu ul li.selected > a#Omgivelser,
.menu ul li > a#Omgivelser:hover,
.menu ul li > a#Omgivelser:active {
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #b0c888; 
	color: #b0c888;
}

@media all and (max-width: 480px) {

	.menu ul li > a#Norge {
		color: #fff;
		background-color: #676767;
	}

	.menu ul li > a#Rekruttere {
		color: #fff;
		background-color: #3b72b5;
	}
	
	.menu ul li > a#Ivareta {
		color: #fff;
		background-color: #971d23;
	}
	
	.menu ul li > a#Forsta {
		color: #fff;
		background-color: #69823b;
	}
	
	.menu ul li > a#Motivere {
		color: #fff;
		background-color: #80a4a7;
	}
	
	.menu ul li > a#Omgivelser {
		color: #fff;
		background-color: #b0c888;
	}
	
	.menu ul li.selected > a#Rekruttere,
	.menu ul li > a#Rekruttere:hover,
	.menu ul li > a#Rekruttere:active {
		color: #fff;
		background-color: #3b72b5;
	}
	
	.menu ul li.selected > a#Ivareta,
	.menu ul li > a#Ivareta:hover,
	.menu ul li > a#Ivareta:active {
		color: #fff;
		background-color: #971d23;
	}
	
	.menu ul li.selected > a#Forsta,
	.menu ul li > a#Forsta:hover,
	.menu ul li > a#Forsta:active {
		color: #fff;
		background-color: #69823b;
	}
	
	.menu ul li.selected > a#Motivere,
	.menu ul li > a#Motivere:hover,
	.menu ul li > a#Motivere:active {
		color: #fff;
		background-color: #80a4a7;
	}
	
	.menu ul li.selected > a#Omgivelser,
	.menu ul li > a#Omgivelser:hover,
	.menu ul li > a#Omgivelser:active {
		color: #fff;
		background-color: #b0c888;
	}
}

