.nav-item {
	border: none;
	color: black;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	font: Times New Roman;
	white-space: nowrap;
}

.nav-item:focus {
	outline: none;
	border: dashed black 1px;
	border-radius: 50px;
}

.bold {
	font-weight: bold;
}

table {
	width:100%;
	border: none;
}

html, body {    
	margin: 0 !important;
	padding: 0 !important;
	background-color: #DDDDDD;
}

img {
	border: none;
}

h1 {
	color: #009500;
	font-weight: normal;
}

.grey {
	background-color: #AAAAAA;
}

.green {
	background-color: #009500;
}

.h-center {
	display: flex;
	justify-content: center;
}

#banner {
	top: 0px;
	right: 0px;
	left: 0px;
	height: 190px;
}

.titleImage, .logo {
	background-color: #404040;
	background-repeat: no-repeat;
}

.titleImage {
	background-size: cover;
	background-position: center;
	width: 60%;
}

.logo {
	background-image: url(./bilder/logorechts.png);
	background-size: contain;
	background-position: bottom;
}

#floating-bar {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 3rem;
}

#floating-bar > div {
	background-color: #FFFFFF;
	padding: 1rem;
	border-radius: 1rem;
}

.boldLink {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.map {
	width: 18rem;
	border: solid black 1px;
	border-radius: 1rem;
}

.mapLink:focus{
	outline: dashed black 0.125rem;
}