/****************************************************************************
 * Footer
 ****************************************************************************/
.footer {
    border-top: solid 3px #ffffff;
    line-height: 1.2;
}
@media screen and (min-width:64em){
    .footer {
        padding-right: 8rem;
    }
}

/****************************************************************************
 * Logo
 ****************************************************************************/
.footer .logo_wrapper {
    pointer-events: all;
    display: inline-block;
}
.footer .logo_wrapper .data_ratio {
    width: 11rem;
    height: 5rem;
}
.footer .logo_wrapper .data_ratio img {
    object-fit: contain;
}

/****************************************************************************
 * Menu
 ****************************************************************************/

.footer .menu {
    line-height: 1.2;
}

/****************************************************************************
 * Contact Column
 ****************************************************************************/

.footer .contact_column {
    margin-right: 10rem;
}

/****************************************************************************
 * Custom Buch
 ****************************************************************************/
.page-id-118 .footer .footer_menu li.newsletter {
    display: none;
}