/* Media Query
---------------------*/
@media screen {
    #footer {
        background-color: var(--wildenau-darkblue);
        overflow: hidden;
        color: #fff;
        font-size: 1rem;
    }

    #footer .container {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    #footer .heading,
    #footer h1, #footer h2, #footer h3 {
        border-bottom: none;
        padding: 0;
        color: #fff;
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }

    #footer a {
        text-decoration: none;
        border: none;
        display: inline;
    }

    #footer a:hover {
        color: var(--wildenau-darkerblue);
    }

    #footer_more a:hover {
        color: var(--wildenau-blue);
    }
    
    #footer .logo {
        float: none;
        margin-bottom: 1rem;
    }

    #footer .logo img {
        width: 120px;
    }


}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {

}

/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {

}

/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
    #footer .container {
        padding-top: 3rem;
    }
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {

}

/* min-width:1300 Laptops (and larger) for width 1200px */
@media only screen and (min-width:1300px) {
}
/* Footer ends
--------------------*/


/* Footer Address Query
--------------------*/
@media screen {
}
/* Footer Address ends
--------------------*/


/* Footer Navi Query
--------------------*/
@media screen {
    #FooterNavi li {
        line-height: 2;
    }
}
/* Footer Navi ends
--------------------*/



/* FooterMore Navigation Query
--------------------*/
@media screen {
    #footerMoreNavi {
        margin-top: 2rem;
    }

    #footerMoreNavi li {
        margin-bottom: 1.5rem;
        line-height: 1.8;
        margin: 0 1.5rem 0 0!important;
    }
}

/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {

}
/* FooterMore Navigation ends
--------------------*/


/* Social Media Query
--------------------*/
@media screen {
    #footer .mod_social_media_link {

    }

    #footer .mod_social_media_link ul {

    }

    #footer .mod_social_media_link ul li {
        margin: 0 1rem 0.75rem 0;
    }

    #footer .mod_social_media_link ul li:last-child {
        margin-right: 0;
    }

    #footer .mod_social_media_link a {
        margin: 0;
    }
    

    #footer .mod_social_media_link img {
        margin: 0;
        width: 1.75rem;
    }


}

/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
}


/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {

    #footer .mod_social_media_link {
        position: relative;      
        margin: 0.25rem 0;
    }

    #footer .mod_social_media_link img {
        width: 2.25rem;
        filter: brightness(0) invert(1);
    }    
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}
/* Social Media ends
--------------------*/

/* partner Query
--------------------*/
@media screen {
    #footer .mod_article {
        overflow: hidden;
    }

    #footer #partner {
        background: #FCFAF6;
        overflow: hidden;
        padding: 1rem 1rem 0;
        position: relative;
        top: 3rem;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        --gap: 1rem;
        flex-wrap: nowrap;
        height: auto;
        align-items: center;
    }

    #footer #partner *,
    #footer #partner:after,
    #footer #partner:before {
        width: auto;
        height: auto;
    }

    #footer #partner:after,
    #footer #partner:before {
        display: none;
    }
}

/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {
    #footer #partner {
        --gap: 1.25rem;
        padding: 1.5rem 1.5rem 0;
    }    
}


/* partner ends
--------------------*/



/* Newsletter form 
--------------------*/
@media screen {

    #footer form,
    #footer .formbody,
    #footer .widget,
    #footer div.widget-submit .field_div {
        margin: 0;
        padding: 0;
        width: 100%;

        --bordercolorFocus: transparent
    }

    #footer .label_div {
        display: none;
    }

    #footer div.widget-submit button {
        float: right;
        width: 100%;
    }

}


/* min-width:1100 */
@media only screen and (min-width:1100px) {
    #footer .widget {
        float: left;
        width: 65%;
    }

    #footer div.widget-text input {
        position: relative;
        z-index: 1;
    }

    #footer div.widget-text .field_div:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        right: -3rem;
        background-color: var(--fieldcolor);
    }

    #footer div.widget-submit {
        width: 35%;
    }

    #footer button {
        margin: 0;
    }
}

/* Newsletter form ends
--------------------*/











/* Footer More/Extra Query
--------------------*/
@media screen {
    #footer_more {
        background: var(--wildenau-darkerblue);
        margin: 0;
        text-align: center;
    }

    #footer_more .container {
        padding: 0.75rem 0 0.75rem;
    }


    #footer_more .inside_art {
        display: flex;
        justify-content: space-between;
        align-content: center;
        flex-wrap: wrap;
        flex: 1
    }

    #footer_more .mod_navigation {
        margin: 0;
    }


    #footer_more .mod_navigation ul {
        margin: 0.5rem 0;
    }    

    #footer_more .mod_navigation li {
        display: inline-block;
        margin-right: 1rem;
    }

    #footer_more a {
        color: #fff;
        border-bottom: none;
    }


}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {

}


/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {
    #footer_more .container {
        padding-top: 1rem;
    }

    #footer_more .mod_navigation li {     
        margin-right: 1.5rem;
    }
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* Footer More/Extra ends
--------------------*/

