

/* CSS Document */
body{
	background-color:#fff;
}
#nav{
	background-color: #007E95 !important;
}
#navlist{
	width: 100%!important;
	padding-left: 10%;
	padding-right: 10%;
}

#box{
	border: 2px #000000!important;
}
div#footer{
	margin-top: 15px;
	padding-top: 15px;
	background-color: #007E95;
}
div#footer ul{
	width: 100%;
	text-align: center !important;
	list-style: none;
}
div#footer ul li{
	display: inline-block;
	margin: 10px;
	color: #fff;
}
div#footer ul li a{
	color: #fff;
}


.active{
	background-color:#00B0D1 !important;
}
.nav-item{
	text-align: center !important;
	width: 25% !important;
	border-left: solid #FFF 1px !important;
	border-right: solid #FFF 1px !important;
}
.nav-item:hover{
	background-color:#00B0D1 !important;
	font-weight: 600;
}
.nav-link{
	color:rgba(255, 255, 255, 0.9) !important;
}
.nav-link-active{
	color:rgba(255,255,255,1)!important;
}
.navbar-toggler{
	border-color: #fff !important;
}
.navbar-toggler-icon{
	background-image: url(../data/pic/navmenue_phone.svg) !important;
}

#unterueberschrift{
	display: none;
	text-align: center;
}

@media (max-width:992px){
	#navlist{
		padding: 0;
		width: 100%;
	}
	.nav-item{
		width:100% !important;
	}
}


@media(max-width:475px) {
	#lgbVerweis p{
		display: none;

	}

	#unterueberschrift{
		display: block;
	}
}



