/*
Theme Name: enfold-Child Theme
Template: enfold
Description: CSS Änderungen für Unternehmerich
Theme URI: Unternehmerich.de
Author: Admin
*/

/* Hier die CSS einfügen*/
#main {
    position: relative;
    z-index: 501;
}

body .av-hotspot-image-container .av-tt-large-width {
    width: 350px;
}

body .av-hotspot-image-container .av-tt-large-width p {
    margin: 0;
    line-height: 1.3;
}

#footer .logo-partners {
    clear: both;
}

#footer .logo-partners .slide {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    outline: thin;
}

#footer .logo-partners .slide img {
    max-height: 100%;
    margin: 0 auto;
}

#footer .logo-partners h2 {
    font-size: 18px!important;
    color: #fff!important;
    text-transform: uppercase;
}

/*=========================================
                MEDIA QUERY
===========================================*/
@media (max-width: 991px) {
    #footer .logo-partners .slide {
        height: 190px;
        outline: thin;
    }
}