/*
 * Project: Ertürk Elektronic
 * Date: 2022 - 2023
 * Coder: Er Design
*/

#Footer {
    background: #01114C;
    width: 100%;
    border-top: 1px solid var(--LinkBorder-Color);
}

#Footer .container {
    text-align: center;
    color: #ccc;
    font-family: var(--Link-Font);
    font-size: 15px;
    font-weight: 200;
    padding: 10px;
}

#Footer .container a {
    color: #ccc;
    transition: var(--Trans);
    text-decoration: none;
}

#Footer .container a:hover {
    color: var(--HoverColor);
}

#Footer .Nach-Oben {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
}