﻿.fa-margin-right {
    margin-right: 5px;
}

footer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 160px;
    background-color: #d9d9d9;
}

    footer #Kontaktinformationen {
        display: block;
        background-color: #092857;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

        footer #Kontaktinformationen section {
            display: inline-block;
            vertical-align: top;
            text-align: left;
            padding-left: 60px;
            padding-right: 60px;
        }

            footer #Kontaktinformationen section h3 {
                color: white;
                font-size: 24px;
            }

            footer #Kontaktinformationen section p {
                display: block;
                font-size: 14px;
                color: #99a5b8;
                margin: 0;
            }

            footer #Kontaktinformationen section ul {
                color: #99a5b8;
            }

        footer #Kontaktinformationen ul li {
            padding: 3px 0px;
        }

            footer #Kontaktinformationen ul li a {
                transition: all .25s ease;
            }

/*footer #Kontaktinformationen ul li a:hover {
                    color: #e5341f;
                }*/


.link-color {
    color: #3b7fc7;
}

    .link-color:hover {
        color: #c6422d;
    }

/*-------------------MEDIA QUERIES-------------------*/
@media(max-width: 820px) {
    footer #Kontaktinformationen section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

    @media(max-width: 544px) {
        footer #Kontaktinformationen section {
            width: 154px;
            padding-left: 40px;
            padding-right: 40px;
        }

            /*footer #Kontaktinformationen section:last-child {
                width: auto;
            }*/
    }

    @media(max-width: 488px) {
        footer #Kontaktinformationen section {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    @media(max-width: 408px) {
        footer #Kontaktinformationen {
            padding-top: 0px; /*wieder zurückgesetzt. (In Standard gesetzt)*/
            padding-bottom: 0px; /*wieder zurückgesetzt. (In Standard gesetzt)*/
        }

            footer #Kontaktinformationen section {
                width: 154px;
            }

                /*footer #Kontaktinformationen section:last-child {
                    width: auto;
                }*/

            footer #Kontaktinformationen ul li {
                margin-top: 0px; /*wieder entfernt. (In 777px gesetzt)*/
            }
    }
