/*
Custom Anpassungen fuer NETZdinge.de Plugin "NETZdingeDE Listing Discount"
*/
/*
.alert.alert-warning {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 10px !important;}*/
    
    
   .alert.alert-warning.text-center.mt-4{
    color: white;
    background-color: #EF5507;
    border-color: #EF5507;
    border-radius:15px;
    }
    
    .ribbon.ribbon-2{
       border-radius:10px;
    }