section.impressum {
	padding: 0em;
	overflow: visible;
	width: 100%;
}

section.impressum .table {
	height: auto;
}

section.impressum .table-50 {
	margin-bottom: 3em;
}

.footer-funkhaus#impressum {
	bottom: 0em;
	padding-bottom: 1em;
	padding-top: 3em;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}



section.impressum .first-child {
	padding-top: 0em;
}

div.body#impressum {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}