/* =============== Navigation =============== */
/* --------------- Hauptnavigation --------------- */
.top-nav-bar {
    grid-column: 1 / 3; 
    grid-row: 2 / 3; 
    padding: 5px;
    border-bottom: 1px solid #0032b4;
}

.top-nav-bar ul {
	position: relative; 
	margin: 0;
    padding: 0;
	text-align: center;
}

.top-nav-bar ul li {
	list-style: none;
	display: inline-block;
    padding: 3px 8px 3px 8px;
}

.top-nav-bar ul li a {
    font-size: 12pt;
	text-decoration: none;
    color: #fff;

}

.top-nav-bar ul li:hover {
	box-shadow: 0 -2px 0 #3264FF inset;
}

.top-nav-bar ul li.active {
    padding: 3px 8px 3px 8px;
    color: #e1b437;
    box-shadow: 0 -2px 0 #3264FF inset;
}

/* --------------- Seitliche Navigation --------------- */
.side-nav-bar {
    grid-column: 1 / 2; 
    grid-row: 4 / 5; 
	display: block;
	width: 200px;
	background: #000;
	top: 465px;
	transition: all 1s ease;
	z-index: 2;
}

.side-nav-bar ul {
	list-style: none;
	text-align: center;
	padding: 0 0 20px 0;
}

.side-nav-bar ul li {
	padding: 10px 0;
	cursor: pointer;
	border-bottom: 1px solid #0032b4;
}

.side-nav-bar ul li a {
	text-decoration: none;
	font-size: 12pt;
	color: #fff;
} 

.side-nav-bar ul li:hover {
	box-shadow: 0 -2px 0 #3264FF inset;
}

.side-nav-bar ul li.active {
	color: #e1b437;
	box-shadow: 0 -2px 0 #3264FF inset;
}

/* --------------- Hamburger Menü --------------- */
.hamburger-btn {
  display: none;
}

.mob-nav-bar {
    display: none;
}

@media screen and (max-width: 820px) {
	.top-nav-bar {
    	display: none;
	}

	.hamburger-btn {
    	display: block;
    	position: absolute;
    	top: 80px;
    	transform: translateY(-50%);
   		right: 5%;
    	cursor: pointer;
   		font-size: 28px;
   		color: #fff;
	}

	.mob-nav-bar {
    	display: block;
    	width: 213px;
   		height: 410px;
    	background: #000;
    	position: absolute;
    	top: 55px;
    	left: -213px;
    	transition: all 1s ease;
    	z-index: 2;
	}

	.mob-nav-bar ul {
    	list-style: none;
    	text-align: center;
    	padding: 20px 0;
	}

	.mob-nav-bar ul li {
    	padding: 10px 0;
    	cursor: pointer;
		border-bottom: 1px solid #0032b4;
	}

	.mob-nav-bar ul li a {
    	text-decoration: none;
    	font-size: 12pt;
    	color: #fff;
	} 

	.mob-nav-bar ul li:hover {
		box-shadow: 0 -2px 0 #3264FF inset;
	}

	.mob-nav-bar ul li.active {
    	color: #e1b437;
    	box-shadow: 0 -2px 0 #3264FF inset;
	}
}

/* --------------- Tabellen-Navigation --------------- */
.cell.nav li {
	list-style: none;
	display: block;
    text-align: center;
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #0032b4;
}

.cell.nav li a {
    font-size: 10pt;
	text-decoration: none;
    align-content: center;
    color: #fff;
}

.cell.nav li:hover {
	box-shadow: 0 -2px 0 #3264FF inset;
}

/* =============== Links =============== */
/* --------------- Link weiss --------------- */
a:link, a:visited {
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	color: #fff;
	text-decoration: underline;
}

/* === Mouseover Link weiss === */
a:hover {
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	color: #fff;
	text-decoration: overline underline;
}

/* === Link weiss fett === */
a#fett:link, a:visited {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
	text-decoration: underline;
    margin-top: 6px;
}

/* === Mouseover Link weiss fett === */
a#fett:hover {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
	text-decoration: overline underline;
	margin-top: 6px;
}

/* === Link weiss fett zentriert === */
a#fettze:link, a:visited {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	text-decoration: underline;
}

/* === Mouseover Link weiss fett zentriert === */
a#fettze:hover {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	text-decoration: overline underline;
}

/* === Link gelb fett === */
a#fettgelb:link {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #e1b437;
	text-decoration: underline;
}

/* ===Besuchter Link gelb fett === */
a#fettgelb:visited {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #e1b437;
	text-decoration: underline;
}

/* === Mouseover Link gelb fett === */

a#fettgelb:hover {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #e1b437;
	text-decoration: overline underline;
}

/* === Link blau fett === */
a#fettblau:link {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: rgb(55,100,225);
	text-decoration: underline;
}

/* ===Besuchter Link blau fett === */
a#fettblau:visited {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: rgb(55,100,225);
	text-decoration: underline;
}

/* === Mouseover Link blau fett === */
a#fettblau:hover {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: rgb(55,100,225);
	text-decoration: overline underline;
}

