﻿
/*Banner Slider

*/
.footer-ad-slider {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.footer-banner-img-colorsoft-rent-this-space {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: opacity 0.3s ease-in-out;
}




.footer-banner-img-colorsoft {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain; /* Skaliert korrekt innerhalb des Rahmens */
    display: block;
}