#footerKD{ width:100%; display:flex; position:relative; z-index:99;  flex-wrap: wrap;  align-items:center; align-content:center; justify-content:center; padding:10px; background-color:white; }
#footerKD >div { display:flex; align-items:center; align-content:center; justify-content:center; margin:10px 40px;   }
#footerKD img{ width:30%; max-height:40px; width:auto;  margin:10px;    }
#footerKD p{ font-size:10px; color:#000; font-family:arial; line-height:1.5em; margin-bottom:0;}
#footerKD span{ width:1px; height:60px;  background-color:#000; display:block; }
#footerKD .logo_UE{ max-height:30px; width:auto; }

/* mobile*/
@media only screen and ( max-width: 700px) {
	#footerKD img{ width:40%;  }
}