body {
	font: Arial, sans-serif;
	border: 0pt solid;
	background-color: #ececec;
}

@media (min-width: 960px) {
	body {
		padding-top: 100px;
	}
	/*.test {
		position: relative;
		top: -98px;
	}*/
}

.container {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #ffffff;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

.inhalt {
	padding: 25px 20%;
}
@media (max-width: 960px) {
	.inhalt {
		padding: 25px 10%;
	}
}

.navbar {
	/*z-index: 1000;*/
	background-color: #b7b2b2;
}

li.nav-item {
	background-color: #ffffff;
	margin-top: 0.3rem;
	padding-left: 4rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250, 250, 250, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(207, 0, 15, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
	font-size: 3rem;
}


a:link {text-decoration: none; color: #333300;}
a:visited {text-decoration: none; color: #333300;}
a:hover {text-decoration: none; color: #333300;}
a:active {text-decoration: none; color: #333300;}

a.nav-link:link {text-decoration: none; color: #000000; font-weight: bold;}
a.nav-link:visited {text-decoration: none; color: #000000; font-weight: bold;}
a.nav-link:hover {text-decoration: none; color: rgba(207, 0, 15, 1); font-weight: bold;}
a.nav-link:active {text-decoration: none; color: rgba(207, 0, 15, 1); font-weight: bold;}
