.footer {
    background: #333;
    color: #fff;
    padding: 50px 0;
}

.footer h4 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #fff;
}

.footer p, .footer a {
    color: #aaa;
    font-size: 1em;
}

.footer a:hover {
    color: #fff;
}

.footer .footer-links {
    list-style: none;
    padding: 0;
}

.footer .footer-links li {
    margin-bottom: 10px;
}

.footer .footer-links li a {
    color: #aaa;
    text-decoration: none;
}

.footer .footer-links li a:hover {
    color: #fff;
}

.footer .footer-contact {
    display: flex; /* Tilføj denne linje */
    align-items: center; /* Tilføj denne linje */
    margin-bottom: 10px;
    font-size: 1em;
}

.footer .footer-contact i {
    margin-right: 10px;
    width: 20px; /* Tilføj denne linje for ensartet bredde */
    text-align: center; /* Tilføj denne linje for centrering */
}


.footer .social-icons {
    margin-top: 20px;
}

.footer .social-icons a {
    color: #aaa;
    font-size: 1.5em;
    margin-right: 10px;
}

.footer .social-icons a:hover {
    color: #fff;
}

.footer-logo {
    max-width: 150px; /* Justeret bredde */
    margin: 30px auto 20px; /* Tilføjet margin-top og margin-bottom */
    display: block; /* Sørg for at billedet er centreret */
}

.footer .col-md-4:first-child {
    padding-right: 70px; /* Tilføj denne linje */
}
.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2); /* Subtle background color */
    color: #666; /* Subtle icon color */
    transition: background-color 0.3s, color 0.3s;
}

.social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.5); /* Slightly more opaque on hover */
    color: #333;
}
