html, body {
        background: #f2f3f0;
}

.pkp_op_book .pkp_structure_content > .pkp_structure_main > .page_book,
.pkp_op_series .pkp_structure_content > .pkp_structure_main > .page_catalog_series {
        padding-top: 60px;
}

.pkp_structure_footer_wrapper {
	background: transparent;
}

.pkp_structure_footer {
	background: #fff;
}

.ubhd01_footer_logos > .ubhd01_sub_logo_footer:first-child {
        border-bottom: 1px solid #ddd;
	justify-content: space-between;
}

.ubhd01_footer_logos > .ubhd01_sub_logo_footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
}

.ubhd01_footer_logos > .ubhd01_sub_logo_footer > .ubhd01_footer_logo {
        display: flex;
        align-items: center;
        padding: 10px 60px;
}

.ubhd01_footer_logos > .ubhd01_sub_logo_footer > .ubhd01_footer_logo > #ubhd01_footer_logo_ub > a > img {
        width: 160px;
}

.ubhd01_footer_logos > .ubhd01_sub_logo_footer > .ubhd01_footer_logo > #ubhd01_footer_logo_pkp > a > img {
        width: 210px;
}

.ubhd01_footer_logos > .ubhd01_sub_logo_footer > .ubhd01_footer_logo > #ubhd01_footer_logo_sbb > a > img {
        width: 160px;
}

.ubhd01_footer_logos > .ubhd01_sub_logo_footer > .ubhd01_footer_logo > #ubhd01_footer_logo_sai > a > img {
        width: 160px;
}

.ubhd01_footer_logos > .ubhd01_sub_logo_footer > .ubhd01_footer_logo > #ubhd01_footer_logo_dfg > a > img {
        width: 210px;
}

@media only screen and (max-width: 1200px) {
        .ubhd01_footer_logos > .ubhd01_sub_logo_footer  {
                flex-wrap: wrap;
        }
        .ubhd01_footer_logos > .ubhd01_sub_logo_footer > .ubhd01_footer_logo {
                width: 50%;
        }
}

@media only screen and (max-width: 768px) {
        .ubhd01_footer_logos > .ubhd01_sub_logo_footer {
                flex-direction: column;
                justify-content: center;
        }
        .ubhd01_footer_logos > .ubhd01_sub_logo_footer > .ubhd01_footer_logo {
                justify-content: center;
		width: 100%;
		margin-bottom: 20px;
        }
}
