.navbar-brand{
	background: #e6502e;
	box-shadow: 2px 2px 1em 0.2em rgb(0 0 0 / 30%);
}
footer{
  background: #f7f7f7;
}
footer a{
  text-decoration: none;
  color: #000;
}

.link-unstyled{
	text-decoration: none;
}
a:hover {
	color: #e8542c;
}

.dropdown-menu{
	width: 20em;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #e8542c;
	color: #FFF;
}


#wozial{
  font-size: .75em;
  border-top: 1px #f1f1f1 doted;
}
