﻿
header nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header nav ul li{
	border-radius: 30px;
	list-style-type:none;
	margin: 0.5rem;
	padding: 1rem;
	min-width: 5rem;
	color: #FFFFFF;
	text-align: center;
	background:#c97778;
}

.nav_item_selected{
	background:#D62828;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

header nav a{
	color:#FFFFFF;
	position:relative;
	text-decoration: none;
}

header nav a:link{
	color:#FFFFFF;
	position:relative;
	text-decoration: none;

}

header nav a:visited{
	color:#FFFFFF;
	position:relative;
	text-decoration: none;

}

header nav a:hover{
	color:#FFFFFF;
	position:relative;
	text-decoration:underline;

}

header nav a:active{
	color:#FFFFFF;
	position:relative;
	text-decoration: none;
}

header nav a:focus{
	color:#FFFFFF;
	position:relative;
	text-decoration: none;

}










.impressumLink{
    position: absolute;
    right: 20px;
    bottom: 15px;
    color:white;
    font-size: smaller;
}
