.footer .f-container {
	display:flex;
	/* min-height:360px; */
	flex-wrap:wrap;
	flex-direction:row;
	gap:15px;
	justify-content:space-between;
	flex: 1 1 100%;
	padding:30px 0px 30px 0px;
}
.footer-kontakt, .footer-infos {
	display:flex;
	flex-direction:column;
	flex:1 1 100%;
}
.footer-kontakt a {
	color:#303030;
}
.footer-social {
	display:flex;
	flex-direction:column;
	flex:1 1 100%;
}
.footer-social, .footer-infos {
	margin-top:40px;
}
.footer p {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:20px;
}
.f-container h4 {
	margin-bottom:15px;
}
.footer-social a {
	color: var(--grau);
}
.footer-social .social-link {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color: var(--grau);
	text-decoration: none;
	display:flex;
	align-items:center;
	margin-bottom:8px;
}
.footer-social .social-link img {
	margin-right:15px;
}
.footer-infos ul {
	list-style-position:inside;
	list-style-type:none;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color: var(--grau);
}
.footer-infos ul li a {
	color:var(--grau);
	text-decoration:none;
}
.footer-infos ul li a:hover {
	text-decoration:underline;
} 
.footer-infos ul li {
	margin-bottom:9px;
}
.footer-infos ul li:before {
	content: '';
    display: inline-block;
	background-image:url("../images/info-pfeil.png");
	background-size: contain;
    background-repeat: no-repeat;
	height:18px;
	width:24px;
	transform:translateY(2px);
}
.subfooter {
	background-color:rgba(51, 64, 68, 0.25);
	min-height:26px;
}
.subfooter {
	font-family: 'Roboto', sans-serif;
	color:var(--grau);
	font-size:12px;
} 
.subfooter div {
	width:100%;
}
.subfooter {
	display:flex;
	flex-direction:row;
	align-items:center;
	width:100%;
}
.subfooter a {
	color:var(--grau);
	text-decoration:none;
}
.subfooter a:hover {
	text-decoration:underline;
}

@media(min-width:800px){
	.footer-kontakt, .footer-infos {
		flex:1 1 25%;
	}
	.footer-social {
		flex:1 1 38%;
	}
	.footer-social, .footer-infos {
		margin-top:0px;
	}
}
