footer {
	background: #333333;
	display: flex;
	flex-flow: row wrap;
	}
.footer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;	
	color: #ffffff;
	}
.footerbox {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 30px 5px 0px 5px;
	font-size: small;
	text-align: center;
	}
.footer-titel {
	color: #7B95BA;
	font-size: small;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
. footer-text {
	text-align: center;
	}
.footerbox a::before {
	content: "\279C";
	margin-right: 10px;
	color: #7B95BA;
	}
.footerbox a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	}
.footerbox a:hover {
	border: 1px solid #fff;
	}
@media all and (min-width: 46em) {
	.footerbox {
		margin: 5px;
		justify-content: space-between;
		width: 300px;
	}
}