footer
{
	display: flex;
	background-color: #003056;
	color: #ffffff;
	font-size: 18px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 10em;
	width: 100vw;
}

.footerleiste
{
	list-style: none;
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0.5em 0 0 0;
}

.footerpunkt
{
	display: block;
	height: 2em;
	margin: 0;
}

.footerpunkt a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 1em;
	padding: 0.5em 1em 0.5em 1em;
}

.footerpunkt a:hover
{
	text-decoration: underline;
}

.copyright
{
	display: block;
	height: 1em;
	padding: 0.5em 1em 0.5em 1em;
}

.sozialme img
{
	padding: 0 0.6em 0 0.6em;
}

@media (max-width: 980px)
{
	footer
	{
		height: unset;
		padding: 1em 0 1em 0;
		text-align: center;
	}
	.footerleiste
	{
		flex-direction: column;
	}
	
}