/*
Theme Name: (Child) WeinImmobilien │ Roland Minges
Theme URI: https://www.digimedia-net.de/
Description: WeinImmobilien │ Roland Minges
Author: DIGIMEDIA Creativagentur
Author URI: https://www.digimedia-net.de/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");



/* generell */

.gallery_holder ul li.grayscale a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) sepia(30%);
}

/* error page */

.title .title_holder .container {
    background-color: #d8d8d8 !important;
}



/* footer-einstellungen */

.footer_bottom, .footer_bottom span, .footer_bottom p, .footer_bottom p a, .footer_bottom a {
    font-size: 12px !important;
    padding-right: 10px;
}

.footer_top ul li {
    display: inline-block !important;
    margin-right: 25px !important;
    line-height: 35px !important;
    letter-spacing: 1px !important;
}

.footer_top.footer_top_full {
    padding: 5px 25px !important;
}

.content.content_top_margin_none {
    min-height: 100% !important;
}

/* listen */

.listen-weinimmobilien ul {
    list-style: none !important;
    list-style-image: url(/wp-content/uploads/2019/10/listen-punkt.png) !important;
    list-style-position: outside !important;
    margin-left: 1em !important;
}

.listen-weinimmobilien ul li{
    font-family: lato;
    font-weight: 300 !important;
    color: #000000;
}

.listen-datenschutz ul {
    list-style-position: outside !important;
    margin-left: 1em !important;
}

.listen-datenschutz ul li{
    font-family: lato;
    font-weight: 300 !important;
    color: #000000;
}

/* button back to top */

#back_to_top span i, #back_to_top span span {
    font-size: 42px;
    color: #ffffff !important;
    line-height: 48px;
}

/* mobile-touch link */

.mobile-touch a:link {
    color: #000000 !important;
}

.mobile-touch a:hover {
    color: #8b2637 !important;
}

.mobile-touch-mail a:link {
    color: #8b2637 !important;
}

.mobile-touch-mail a:hover {
    color: #000000 !important;
}


/* mobile padding smartphone */

@media screen and (max-width: 480px) {
    
    .logo-home {
        padding-top: 0.85em !important;
    }
    
    .listen-weinimmobilien ul {
        list-style: none !important;
        list-style-image: url(/wp-content/uploads/2019/10/listen-punkt-mobile.png) !important;
        list-style-position: outside !important;
        margin-left: 1em !important;
    }
    
    .vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
        padding-top: 0px !important;
    }
    
    .vc_row.full_screen_section {
        padding: 0px 0 !important;
    }
    
    .footer_top.footer_top_full > .widget {
        text-align: center !important;
    }
    
    .footer_top .widget_nav_menu ul li {
        padding: 0 0 10px !important;
    }
    
    .footer_top ul li {
        display: inline-block !important;
        margin-right: 0px !important;
        line-height: 20px !important;
        letter-spacing: 0px !important;
        font-size: 16px !important;
    }
    
}

/* mobile padding tablet */

@media screen and (max-width: 1000px) {
    
    .listen-weinimmobilien ul {
        list-style: none !important;
        list-style-image: url(/wp-content/uploads/2019/10/listen-punkt-mobile.png) !important;
        list-style-position: outside !important;
        margin-left: 1em !important;
    }
    
    .vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
        padding-top: 0px !important;
    }
    
    .vc_row.full_screen_section {
        padding: 0px 0 !important;
    }
    
    .footer_top.footer_top_full > .widget {
        text-align: center !important;
    }
    
    .footer_top .widget_nav_menu ul li {
        padding: 10px !important;
    }
    
    .footer_top ul li {
        display: inline-block !important;
        margin-right: 0px !important;
        line-height: 20px !important;
        letter-spacing: 0px !important;
        font-size: 16px !important;
    }
    
}