body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #ffffff;
    color: #0061ac;
    padding: 1em 0;
    text-align: center;
}

header img {
    max-width: 100%;
}

header nav {
    margin-top: 0.5em;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.hero {
    position: relative;
    background: url('e_Rechnung_940_325_Motiv.JPG') no-repeat center center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-container {
    background: rgba(255, 255, 255, 0.8);
    padding: 2em;
    border-radius: 10px;
}

.hero-text h1 {
    margin: 0;
    font-size: 2.5em;
    color: #333;
}

.hero-text p {
    font-size: 1.2em;
    color: #555;
}

button {
    background-color: #0061ac;
    border: none;
    color: white;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin-top: 1em;
    cursor: pointer;
    border-radius: 5px;
}

section {
    padding: 2em 0;
}

.features {
    background-color: #f9f9f9;
}

.features .container {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.feature {
    flex: 1;
    background-color: white;
    padding: 1em;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center; /* Zentriert den Text */
}

.feature h3 {
    margin-top: 0;
}

.feature p {
    margin: 0.5em 0 0;
}

.ebook {
    text-align: center; /* Zentriert den Text und das Bild */
}

.ebook p {
    margin: 1em 0;
}

.ebook-button {
    width: 100%; /* Optional: Größe des Bildes anpassen, falls gewünscht */
    max-width: 400px; /* Optional: Maximale Breite des Bildes festlegen */
    display: block;
    margin: 0 auto;
}

.benefits-img {
    width: 70%; /* Setzt die Größe des Bildes auf 80% */
    display: block;
    margin: 0 auto; /* Zentriert das Bild */
}

.container h2, .container p, .container ol, .container table {
    margin: 1em 0;
}

table {
    width: 80%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ddd;
    padding: 0.5em;
}

th {
    background-color: #0061ac;
    color: white;
}

td:first-child {
    text-align: left;
}

td {
    background-color: white;
}

footer {
    background-color: #0061ac;
    color: white;
    padding: 1em 0;
    text-align: center;
}

footer a {
    color: #f05a28;
    text-decoration: none;
}
