.footer-flex-infos {
	display: flex;
	justify-content: space-between;
}

.footer-flex-infos .flex-content {
	font-size: 15px;
}

.footer-flex-infos .flex-content h4 {
	font-size: 28px !important;
	text-transform: uppercase;
}

.footer-stadthafen .footer-icons-shl {
	display: flex;
	justify-content: center;
	margin-top: 65px;
	margin-bottom: 15px;
}

.footer-stadthafen .footer-icons-shl .ce_iconbox {
  padding: 0 20px;
}

.footer-service {
	font-size: 19px;
}

.footer-service a {
	font-size: 15px;
	padding: 0 25px;
}





@media (max-width: 767px) {
	.footer-flex-infos {
	flex-direction: column;
}

.footer-flex-infos .flex-content.flex-logo {
	display: none;
}

.footer-flex-infos .flex-content {
	margin-bottom: 35px;
}

.footer-stadthafen .footer-icons-shl {
	
	margin-top: 35px;
	
}

.footer-service a {
	
	padding: 0 5px;
}

.footer-service {
	margin-bottom: 40px;
	font-size: 15px;
}
}

