/* CSS Document */
#sp-footer2 ul.nav.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end; /* oder center, je nach Geschmack */
	list-style: none;
	padding-left: 0;
	margin: 0;
}

#sp-footer2 ul.nav.menu li {
	margin-left: 15px;
	margin-bottom: 0;
  border-bottom: none !important;
}

#sp-footer2 ul.nav.menu li:first-child {
	margin-left: 0;
}

.sp-module ul > li > a::before {
  font-family: Arial;
  font-weight: normal;
  content: "";
  margin-right: 0px;
}

.sp-module ul > li > a:hover {
  color: #FFA500 !important;
}

#sp-footer2 {
  margin-top: 0px;
  padding-top: 0px;
}

#sp-footer1 {
  padding-top: 8px;
}