/* Warenkorb ausblenden */
#shopping-cart-widget, #voucher-widget {
    display: none;
}

/* Liefergebiet ausblenden*/
.banner .deliveryarea {
    display: none;
}

/* Navigation ausblenden */
.navigation {
    display: none;
}



.text-404, .page-not-found {
    font-family: 'Roboto Flex';
    color: #621019;
    margin-top: 130px;
}

.text-404 {
    line-height: 83px;
    font-size: 100px;

}

.page-not-found {
    line-height: 36px;
    font-size: 40px;
    font-weight: bold;
}

