/* footer allgemein */
.pkp_structure_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* Schatten über footer */
.pkp_structure_footer_wrapper {
    background: #d5f2ff;
    box-shadow: 0px 2px 10px 5px #f3f3f3;
}

.pkp_nav_list a,
.pkp_navigation_search_wrapper a,
.pkp_navigation_primary > li > a {
    color: #006fb9;
}

/* PKP Logo */
.pkp_brand_footer {
    float: right;
}

div.pkp_brand_footer img {
    max-height: 85px;
    margin-left: auto;
}

/* andere Logos */
body .pkp_structure_footer .pkp_footer_content {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    padding: 2.143rem;
    text-align: left;
    margin-right: auto;
}

body .pkp_structure_footer .pkp_footer_content > img {
    max-height: 85px !important;
    margin: 4px !important;
    display: inline-flex !important;
    float: none !important;
}