/* Media Query
---------------------*/
@media screen {
    #footer {
        background-color: #fff;
        overflow: hidden;
        color: var(--profricktal-blue);
        position: relative;
        line-height: 1.3;
    }

    #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 {
        color: var(--profricktal-blue);
        text-decoration: none;
        border: none;
        display: inline;
    }

    #footer a:hover {
        color: var(--profricktal-red);
    }

    #footer .logo {
        float: none;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

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


}

/* 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;
    }

    #footer .logo {        
        margin-bottom: 3rem;
    }
    
    #footer .logo img {
        width: 360px;
    }    
}

/* 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 {
        margin-bottom: 0.5rem;
    }
}
/* Footer Navi ends
--------------------*/









/* Footer More/Extra Query
--------------------*/
@media screen {
    #footer_more {
        background: var(--profricktal-darkblue);
        margin: 0;
    }

    #footer_more .container {
        padding: 1rem 0 0.25rem;
    }


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

    #footer_more .mod_navigation {
        margin: 0;
        font-weight: 700;
        font-size: 1rem;
    }


    #footer_more .mod_navigation ul {
    }    

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

    #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: 2.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
--------------------*/