/* Farbwerte Startseite */

.bg-magenta, .product-item-2 .action-button {
    background: #E6ooDA;
}

.bg-gray {
    background: #999;
}

.bg-gray-dark {
    background: #001F99;
}


/* Slider overlay */

.slider .owl-carousel .textoverlay{
        max-width: 40%;
        top: 50%;
        left: 55%;
}



