.gruener-strich {
	width:160px;
	border:none;
	height:8px;
	background-color:var(--gruen);
	margin-bottom:17px;
}
.blauer-strich {
	width:160px;
	border:none;
	height:8px;
	background-color:var(--blau);
	margin-bottom:17px;
}
.info-gruppe {
	display:flex;
	flex:0 0 auto;
	flex-direction:row;
}
.info-gruppe div {
	margin-left:20px;
}
.info-gruppe img {
	height:30px;
	width:auto;
}
.info-gruppe h3 {
	margin-bottom:20px;
	margin-top:0px !important;
}
.info-gruppe ul {
	list-style-position:outside;
}
.info-gruppe li a {
	font-family: 'Roboto', sans-serif;
	color:var(--grau);
	font-size:20px;
	text-decoration:none;
	line-height:29px;
}
.info-gruppe li a:hover {
	text-decoration:underline;
}
.link-liste {
	margin-bottom:0px;
}
@media(min-width:1024px) {
	.link-liste {
		margin-bottom:80px;
	}
}