#footer {
	flex: 0 1 50px;
	font-size: 3vmin;
	margin-bottom:0.5em;
	max-height: 5vmin;
}

#footer hr {
	font-size: 0.5em;
}

#footerContent span {
	
	flex-basis:50%;
}

#footerContent {
	display:flex;
}

#footerImpressum {
	text-align: right;
}

#footerContact {
	text-align: right;
}

#infoBoxContainer
{
	font-size: 2vmin;
}

#infoBoxContainer .bold {
	
	font-weight: bold;
}

#infoBoxImpressum
{
	max-height: 95%;
	overflow: auto;
}

.block {
	text-align:justify;
}
@media screen and (max-width: 640px) 
{
	#infoBoxImpressum {
		width:75%;
	}
}
@media screen and (max-width: 420px) 
{
	#infoBoxImpressum {
		width:95%;
	}
}