.aktionsbutton {
    border: 2px solid #eb6120;
    color: #eb6120;
    font-family: 'Roboto Slab', serif;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}
.aktionsbutton:hover {
    color: #fff;
    background-color: #eb6120;
    text-decoration: none !important;
}

.aktionsbuttonlink, .aktionsbuttonlink:hover {
    text-decoration: none !important;
}



.black-tiles {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

black-tiles {
    flex: 0 1 auto;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

.products-v2 .product-v2 .product-v2-price SPAN.productNewPrice {
    color: #EB611F !important;
}
.product-price .newPrice {
    color: #EB611F !important;
}
