#navgrid{
	display: -ms-grid;
	display: grid;
	grid-row-start: 1;
	grid-row-end: 1;
	grid-column-start: 2;
	grid-column-end: 2;
	-ms-grid-column: 2;
	-ms-grid-row: 2;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-ms-grid-column-align: end;
	margin-top: 4.5em;
}

.myMenu{
	display: -ms-grid;
	display: grid;
	grid-column-start: 1;
	grid-column-end: 1;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-align: end;
	justify-items: end;
}
.navli{
	display: grid;
	display: -ms-grid;
	padding: 1em;
	
}
.navInAktiv, .navAktiv{text-decoration: none; font-weight: bold;}
.navInAktiv{color: #1402fd;}
.navInAktiv:hover{border-bottom: solid 2px #1601fe;}
.navAktiv{color: #1402fd; border-bottom: solid 2px #1601fe;}

#navsymbol{
	display: -ms-grid;
	display: grid;
	grid-column-start: 2;
	grid-column-end: 2;
	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-column-align: end;
	justify-items: end;
	padding: 0 1em;
}



#Navigation
{
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	margin: 0;
	border: 1px solid #1601fe;
	border-radius: 0.3em;
	background: white;
	margin-bottom: 0.5em;
}
#Navigation{ 
	display: none;
}
#xhamburger{ display: none;}
#fhamburger, #fxhamburger{ width: 2.5em;}