/* 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 {
	width:100%;
	height:auto;
  font-size: 15px;
  line-height:1.4em;
  position:relative;
  z-index:10;
  background-color: var(--wf-color1);
  color:#fff;
  padding-top:4rem;
  padding-bottom:4rem;
  overflow:hidden; 
  
}

.wf-footer-hg:before,
.wf-footer-hg:after {
	font-family: 'iStock-schmetterling';
	content: "\e900";
	position:absolute;
	color:rgba(255,255,255, 0.1);
	line-height:0em;
}

.wf-footer-hg:after {
	right:-.10em;
	bottom:0em;
	font-size:200px;
	transform: rotate(-40deg);

}

.wf-footer-hg:before {
	left:-.2em;
	bottom:0.55em;
	transform: rotate(90deg);
	font-size:180px;
}


.wf-footer a {
  color: var(--wf-color2);
}

.wf-footer a:hover {
  color:var(--wf-color3)
}



.wf-footer-address  {
	font-size:1.4em;
	line-height:1.6em;
	text-align:center;

}

.wf-footer-address ul {
	list-style:none;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

}

.wf-footer-address ul li{
	padding-left:0.5rem;
	padding-right:0.5rem;
	position:relative;

}

.wf-footer-address ul li + li:before{
	content:"·";
	position: absolute;
	margin-left:-0.65rem;

}


.wf-footer-contact-flex {
	display:flex;
	flex-wrap:wrap;	
	justify-content:center;
	margin-left:-0.75rem;
	margin-right:-0.75rem;
	padding-top:1.0rem;
}

.wf-contact-flex {
	display:flex;
	align-items:center;
	padding-left:0.75rem;
	padding-right:0.75rem;
}

.wf-contact-icon {
	font-size:2.25em;
	line-height:1px;
	width:40px;
	color: var(--wf-color2);
}

.wf-contact-item {
	font-size:1.4em;
}


.wf-footer-nav {
	list-style:none;
	display:-webkit-flex;display:-ms-flexbox;display:flex;
	-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;
	-webkit-justify-content:center;-ms-justify-content:center;-ms-flex-pack:center;justify-content:center;	
}


.wf-footer-nav li {
	padding:0.50rem 0.5rem;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:0.1em;		
}

.wf-copyright,
.wf-copyright a,
.wf-footer-nav li a{
	font-size:14px;
	color:rgba(255,255,255, 0.75);		
}

.wf-copyright {
	padding:0.50rem 0rem;
	text-align:center;		
}



