/* Grundlegende Einstellungen */
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f4f4f4;
    color: #333;
}

/* Header */
header {
    background-color: #0056b3;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

header h1 {
    margin: 0;
    font-size: 2em;
}

/* Navigation */
nav ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    text-decoration: underline;
}

/* Sektionen */
section {
    padding: 40px 20px;
    text-align: center;
}

/* Responsive Bilder, Größe angepasst */
.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto; /* Erhöht den Abstand oben und unten */
    width: 40%; /* Anpassung der Bildbreite */
}

@media (min-width: 768px) {
    .responsive-img {
        width: 30%; /* Verkleinert die Bilder auf größeren Bildschirmen */
    }
}

/* Dienstleistungen Liste */
#dienstleistungen ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#dienstleistungen ul li {
    background: #ffffff;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    width: calc(33.333% - 20px);
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #dienstleistungen ul li {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    #dienstleistungen ul li {
        width: 100%;
    }
}

/* Impressum & Disclaimer Stil */
#impressum, #disclaimer {
    background: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#impressum h2, #disclaimer h2 {
    color: #0056b3;
}

/* Footer */
footer {
    background-color: #333;
    color: #ffffff;
    text-align
/* Grundlegende Einstellungen */
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f4f4f4;
    color: #333;
}

/* Header */
header {
    background-color: #0056b3;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

header h1 {
    margin: 0;
    font-size: 2em;
}

/* Navigation */
nav ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    text-decoration: underline;
}

/* Sektionen */
section {
    padding: 40px 20px;
    text-align: center;
}

/* Responsive Bilder, Größe angepasst */
.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto; /* Erhöht den Abstand oben und unten */
    width: 40%; /* Anpassung der Bildbreite */
}

@media (min-width: 768px) {
    .responsive-img {
        width: 30%; /* Verkleinert die Bilder auf größeren Bildschirmen */
    }
}

/* Dienstleistungen Liste */
#dienstleistungen ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#dienstleistungen ul li {
    background: #ffffff;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    width: calc(33.333% - 20px);
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #dienstleistungen ul li {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    #dienstleistungen ul li {
        width: 100%;
    }
}

/* Impressum & Disclaimer Stil */
#impressum, #disclaimer {
    background: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#impressum h2, #disclaimer h2 {
    color: #0056b3;
}

/* Footer */
footer {
    background-color: #333;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}
