/* styles.css */

/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header Styles */
header {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #fffcf4;
}

/* easy Section Styles */
.easy {
    background-image: url('easy-bg.jpg');
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 100px 0;
}

/* Services Section Styles */
.services {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.service {
    text-align: center;
    margin: 20px;
}

.service img {
    max-width: 100%;
}

/* Vorteile-Unterpunke */
.vorteilp {
    font-weight: bold;
    display: block;
}

.vorteil {
/*    text-align: left;*/
    margin: 20px;
}


/* Vorteils Section Styles */
.vorteile {
    background-color: #f4f4f4;
    padding: 50px 0;
}


/* About Section Styles */
.about {
    background-color: #fff;
    padding: 50px 0;
}

/* Contact Section Styles */
.contact {
    background-color: #f4f4f4;
    padding: 50px 0;
}

/* Footer Styles
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
*/
/* Footer Styles */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
}

.footer-links {
    list-style: none;
    display: flex;
}

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

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

/* Default styles for larger screens */
/* ... (your existing styles) */

/* Media query for screens with a maximum width of 768px (typical smartphones) */
/*
@media (max-width: 768px) {
    header {
        text-align: center;
    }

    header h1 {
        font-size: 24px;
    }

    header ul {
        text-align: center;
    }

    header ul li {
        display: block;
        margin: 10px 0;
    }

    .container {
        padding: 10px;
    }

    .easy h2 {
        font-size: 24px;
    }

    .services {
        text-align: center;
    }

    .service {
        width: 100%;
        margin-bottom: 20px;
    }

    .service h3 {
        font-size: 20px;
    }

    .service p {
        font-size: 16px;
    }

    .about p {
        font-size: 16px;
    }

    .contact-form {
        max-width: 100%;
    }

    .contact-form label,
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form textarea,
    .contact-form button {
        width: 100%;
        font-size: 16px;
    }

    .footer-links {
        text-align: center;
    }

    .footer-links li {
        display: inline;
        margin: 0 10px;
    }
}
*/

/* Default styles for larger screens */
/* ... (your existing styles) */

/* Media query for screens with a maximum width of 768px (typical smartphones) */
@media (max-width: 768px) {
    header {
        text-align: center;
    }

    header h1 {
        font-size: 24px;
    }

    header ul {
        text-align: center;
    }

/*    header ul li {
        display: block;
        margin: 10px 0;
    }
*/
    .container {
        padding: 10px;
    }

    .easy h2 {
        font-size: 24px;
    }

    .services {
        text-align: center;
    }

    .service {
        width: 100%;
        margin-bottom: 20px;
    }

    .service h3 {
        font-size: 20px;
    }

    .service p {
        font-size: 16px;
    }

    .about p {
        font-size: 16px;
    }

    .contact-form {
        max-width: 100%;
    }

    .contact-form label,
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form textarea,
    .contact-form button {
        width: 100%;
        font-size: 16px;
    }

    footer div {
        font-size: smaller;
    }

    .footer-links {
        text-align: center;
    }

    .footer-links li {
        display: block;
        margin: 10px 5px;
        font-size: smaller;
    }
}
