/* Section Footer
 ========================================================================== */
.footer-outer {
  background-color: #000000;
}
.footer-outer,
.footer-outer h1,
.footer-outer h2,
.footer-outer h3,
.footer-outer h4,
.footer-outer h5,
.footer-outer h6 {
  color: #999999;
}
.footer-outer a {
  color: #777777;
}
.footer-outer a:hover {
  color: #000000;
}

/* 3 Div´s im Footer
 ========================================================================== */
.flex-container {
	display: flex;
	flex-flow: wrap;
	max-width: 120em;
	border: 2px dotted;
}

.flex-item {
	border: 1px solid;
	margin: .5em;
	padding: .5em;
}

p.flex-item {
	font-weight: bold;
	text-align: left;
	width: 25em;
}