/* Styles for the footer section */
footer {
    background-color: #1e5cb7;
    padding: 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: white;
}

.footer-content-bottom {
    margin-top: 20px;
    text-align: center;
    color: white;
}

/* Styles for the contact box */


.contact-box h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-box p {
    margin-bottom: 5px;
}

/* Styles for the newsletter box */

.newsletter-box h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.newsletter-box p {
    margin-bottom: 10px;
}

.abonneren input[type="text"] {
    margin-right: 5px;
    padding: 10px;
    width: 300px;
}

.abonneren input[type="submit"] {
    padding: 10px 10px;
    background-color: orange;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Styles for the service box */


.service-box h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.service-box a {
    display: block;
    margin-bottom: 5px;
}

/* Styles for the account box */


.account-box h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.account-box a {
    display: block;
    margin-bottom: 5px;
}

/* Common styles for all links */
.footer-content a {
    color: #f8f8f8;
    text-decoration: none;
}

.footer-content a:hover {
    text-decoration: underline;
}
