/* Site-specific overrides */

/* Slim footer – compact spacing above content */
.footer-one__top-wrapper {
    padding: 36px 0 28px;
}

.footer-widget__about-logo {
    margin-bottom: 10px;
}

.logo_footer {
    width: 180px;
    height: auto;
}

.footer-widget__about-text {
    font-size: 15px;
    line-height: 24px;
}

.footer-widget__links-list-item {
    margin-bottom: 6px;
}

.footer-widget__links-list-item a {
    font-size: 15px;
    line-height: 24px;
}

.footer-one__bottom {
    padding: 14px 0 13px;
}

/* Equal-height service cards */
.services-one .row > [class*="col-"] {
    display: flex;
}

.services-one__single {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

.services-one__single-img-inner {
    aspect-ratio: 370 / 295;
}

.services-one__single-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-one__single-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Equal-height advantage cards */
.counter-one .row > [class*="col-"] {
    display: flex;
}

.counter-one__single {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

.counter-one__single-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.counter-one__single-inner .text-box h5 {
    min-height: 2.8em;
}

/* Branchen gallery – static images, no hover or lightbox */
.projects-one--static .projects-one__single-img::before {
    display: none;
}

.projects-one--static .projects-one__single:hover .projects-one__single-img::before {
    opacity: 0;
    visibility: hidden;
}

.projects-one--static .projects-one__single:hover .projects-one__single-img img {
    transform: none;
}

.projects-one--static .projects-one__single-img .overlay-icon {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget__links.mar-l {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-one__top-wrapper {
        padding: 28px 0 24px;
    }

    .footer-widget__links.mar-l {
        margin-top: 20px;
    }

    .footer-one__top-wrapper .footer-widget__links:not(.mar-l) {
        margin-top: 20px;
    }

    .logo_footer {
        width: 150px;
    }
}
