/* footer 
---------------------------------- */

.footer-position {
	position:relative;
	z-index:5;
}
.subfootertitel  {
	position: absolute;
	z-index:-1;
	top:5rem;
	left:0;
	font-size:0.95em;
}

.footer {
  font-size: 15px;
  line-height:1.4em;
  position:relative;
  z-index:10;


  
  
  
}


.footer a {
  color:#fff;
}

.footer a:hover {
  color:rgba(255,255,255, 0.5);
}


.footer ul {
	list-style:none;
}


@media (min-width: 481px) {
	.footer {
	  font-size: 17px;
	}
}

.footer-flex {
	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;
	-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;	
	margin-left:-2rem;
	margin-right:-2rem;
	text-align:center;
}

.footer-address.wf-font-white b{
	color:#fff !important;
}



.footer-content {
	padding:1rem 2rem;
}


.footer-contact-flex {
	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;
	
	margin-left:-0.75rem;
	margin-right:-0.75rem;
	padding-top:1.0rem;
}

.contact-flex {
	display:-webkit-flex;display:-ms-flexbox;display:flex;
	-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;
	padding-left:0.75rem;
	padding-right:0.75rem;
}

.contact-icon {
	font-size:2.05em;
	line-height:1px;
	width:40px;
	color:#fff;
}

.contact-item {
	font-size:1.15em;
}


.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;	
}


.footer-nav li {
	padding:0.50rem 0.5rem;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:0.1em;		
}

.copyright,
.copyright a,
.footer-nav li a{
	font-size:14px;
	color:#fff;		
}

.copyright {
	padding:0.50rem 0rem;
	text-align:center;		
}



@media (min-width: 1130px) {

.footer-flex {
	display:-webkit-flex;display:-ms-flexbox;display:flex;
	-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;
	-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;
	-webkit-justify-content:space-between;-ms-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;
	text-align:left;
}

.copyright {
	text-align:right;
}


.footer-contact-flex  {
	-webkit-justify-content:flex-start;-ms-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start
}

.footer-nav  {
	-webkit-justify-content:flex-end;-ms-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end
}


}


@media (max-width: 991px) {
	
.footer-address.wf-font-white b{
	display:block;
}



}

@media (min-width: 991px) {

.footer-address.wf-font-white b{
	padding-right:0.5rem;
}

	
.footer-address.wf-font-white b:after{
	content:"·";
	font-weight:300;
	position:absolute;
	padding-left:0.25rem;
	padding-right:0.25rem;	
}



}
	