footer .footer_social{
    height: 170px;
    padding-left: 25px;
    padding-top: 23px;
}

footer .footer_social .left{
    padding-top: 90px;
    width: 100%;
}

footer .footer_social .right {
    float: none;
    position: absolute;
}
.footer_social .sm_navigation a {
    display: block;
    width: 25px;
    height: 19px;
    text-align: center;
}
.footer_social .sm_navigation a i {
    background-image: url('../../images/assets/social-media/spr-sm-icons-white.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    opacity: 0.75;
    height: 100%;
}
.footer_social .sm_navigation a:hover i {
    opacity: 1;
}
footer .footer_social .sm_navigation ul li {
    width: auto;
    height: auto;
}
footer .footer_social .sm_navigation ul li:hover {
    background: transparent;
}
.footer_social .sm_navigation a.som_facebook i {
    width: 12px;
    background-position: 0 50%;
}
.footer_social .sm_navigation a.som_linkedin i {
    width: 20px;
    background-position: -35px 50%;
}
.footer_social .sm_navigation a.som_instagram i {
    width: 30px;
	height: 30px;
	position: relative;
	bottom: 5px;
	background-image: none;
}
.footer_social .sm_navigation a.som_twitter i {
    width: 25px;
    background-position: -77px 50%;
}
.footer_social .sm_navigation a.som_xing i {
    width: 18px;
    background-position: -58px 50%;
}
.footer_social .sm_navigation a.som_youtube i {
    width: 32px;
    background-position: -104px 50%;
}
.footer_social .sm_navigation li:first-child a {
    width: auto;
}


footer .footernav{
    display: none;
}

.footer_meta_link_wrapper {
    float: right;
    text-align: right;
    padding-left: 15px;
}
footer .footer_meta_link_wrapper + div{
    display: none;
}
#brand_copyright {
    float: left;
    margin-left: 70px;
}

.brandsites_ZF_brandmarker {
	position: absolute; 
	right: 25px;
}

.brandsites_ZF_brandmarker .ZF_Logo_Marker{
	border-bottom:1px solid #ccc; 
	height: 52px; 
	margin-top: 9px;
    padding-bottom: 9px;
	padding-right: 14px;
}
.brandsites_ZF_brandmarker .ZF_Logo_Marker img{
	float: right;
    width: 42px;
    height: auto;
}

.brandsites_ZF_brandmarker .ZF_Text_Marker{
	font-size: 10px;  
	height: 63px; 
	padding-top: 19px; 
	padding-right: 14px;
	padding-left: 5px;
}

.brandsites_ZF_brandmarker .ZF_Text_Marker p{
	display: inline;
}

.footer_contact img{
    width: 200px;
    margin-top: -7px;
}

@media screen and (max-width: 1023px) {
    .main_nav_desktop{
        display: none;
        visibility: hidden;
    }
    
    footer > .row{
        padding-left: 35px;
        padding-right: 35px;
    }
    
    footer > .row .columns.copyright {
        text-align: right;
        display: block;
    }
    
    footer > .row .columns .columns {
        display: table;
    }
    
    footer .footer_social {
        height: 134px;
        display: table-cell;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    footer .footer_social .left{
        padding-top: 0;
        width: 100%;
        /*padding-right: 140px;*/
        display: table;
        table-layout: fixed;
    }
    
    footer .footer_meta_link_wrapper + div{
        display: table-cell;
        width: 120px;
    }
    footer .footer_social .footer_contact a{
        display: block;
        padding: 6px 10px;
        border-bottom: 1px solid #fff;
        line-height: 1rem;
    }
    footer .footer_social .footer_contact a:last-child{
        border-bottom: none;
    }
    footer .footer_social .footer_contact span{
        display: none;
    }
    footer .footer_social .right{
        padding-left: 20px;
    }
    
    #brand_copyright {
        display: none;
    }
    .footer_contact img{
        margin-top: 0;
        margin-left: 15px;
    }    
    footer.has-social-icons .footer_social {
        height: 185px;
        padding-left: 20px;
        vertical-align: top;
        padding-top: 25px;
    }
    footer.has-social-icons .footer_social .left{
        padding-top: 50px;
    }
    footer .footer_social .left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /*
    footer.has-social-icons .footer_social .right {
        padding-top: 25px;
    }
    */
    footer.has-social-icons .footer_social .footer_contact a{
        font-size: 12px;
        padding: 7px 15px;
    }
    footer.has-social-icons .brandsites_ZF_brandmarker {
        margin-top: 70px;
        right: 15px;
        width: 100px;
    }
    footer.has-social-icons .brandsites_ZF_brandmarker .ZF_Logo_Marker{
        height: 43px;
        margin-top: 7px;
    }
    footer.has-social-icons .brandsites_ZF_brandmarker .ZF_Logo_Marker img{
        width: 35px;
    }
    footer.has-social-icons .brandsites_ZF_brandmarker .ZF_Text_Marker{
        height: 50px;
        padding-top: 18px;
        font-size: 8px;
    }
    footer.has-social-icons .footer_meta_link_wrapper + div {
        width: 118px;
    }    
}

@media screen and (max-width: 639px) {
    .main_nav_desktop{
        display: none;
        visibility: hidden;
    }
    
    footer > .row{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    footer .footer_social .right {
        padding-left: 13px;
    }
    footer .footer_social .left{
        display: table;
        padding-top: 25px;
    }
    .footer_contact img{
        margin-bottom: 15px;
    }
}