@charset "UTF-8";
footer{
	background-color: #ef8d06;
	min-height: 12rem;
}
.address-wrapper {
	height: 100%;
	padding-bottom: 10px;
}
.footer-brand {
	display:none;
}
.footer-svg {
	height: 110px;
}
.address {
	font-size: 1.8rem;
	font-weight: 300;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
}
.address a{
	color: #fff;
}
.address > div {
	padding-left: 30px;
}
footer .typo3-neos-nodetypes-text {
  padding: 0;
}
.address ul {
	list-style: none;
}

@media (min-width: 768px) {
.address-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 15px;
}
.footer-brand {
	margin-top: 5px;
	float: left;
	overflow: hidden;
	line-height: 0;
}
.address-wrapper > div {
	float: left;
}
.address div {
	float: left;
	padding-left: 30px;
}
.address {
	margin-top: 20px;
}
}
@media (min-width: 992px) {
.footer-brand {
	display: block;
}
}