/* footer 
---------------------------------- */

.wf-footer-position {
	position:relative;
	z-index:5;
}

.wf-subfootertitel  {
	position: absolute;
	z-index:-1;
	top:5rem;
	left:0;
	font-size:0.95em;
}

.wf-footer {
	margin-top:-5px;

}

.mk-22-contact {
	display:flex;
	justify-content: flex-end;
}

.mk-22-innen,
.mk-22-address .mk-22-titel{
	padding-bottom:clamp(1.5rem, 2vw, 3rem);
}

.mk-22-address .mk-22-titel:last-child{
	padding-bottom:0;
}

.mk-22-nav ul {
	list-style-type: none;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.35rem 0.75rem;
}

.mk-22-body, 
.mk-22-body a {
	color: var(--wf-color7);
}

.mk-22-body a:hover {
	color: var(--wf-color3);
}

.mk-22-body nav {
	text-transform:uppercase;
	font-size:0.85em;
}

.mk-22-footer {
	width:100%;
	text-align:center;
}

@media (max-width: 767.85px) {
.mk-22-footer img {
	width:420px;
	max-width:100%;
	height:auto;
	display:inline-block;
}

.mk-22-address  {
	text-align:center;
}

.mk-22-contact {
	justify-content: center;
	text-align:center;
}
	
	
}
	