 /* footer allgemein */
.pkp_structure_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

 /* Schatten über footer */
 .pkp_structure_footer_wrapper {
    background:#fff;
    box-shadow: 0px 2px 10px 5px #f3f3f3;
}
 
/* PKP Logo */
.pkp_brand_footer {
    float: right;
}

div.pkp_brand_footer img {
    max-height: 85px;
	margin-left: auto;
}

 /* andere Logos */
.pkp_footer_content {
    float: left;
	padding-left: 0px;
	margin-right: auto;
}

div.pkp_footer_content img {
    max-height: 85px;
    margin: 4px;
    float:left;
}

