.elementor-25 .elementor-element.elementor-element-24baf702{--display:flex;}.elementor-25 .elementor-element.elementor-element-1a95bfe4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-25 .elementor-element.elementor-element-1a95bfe4{width:auto;max-width:auto;margin:10px 20px calc(var(--kit-widget-spacing, 0px) + 10px) 10px;padding:0px 0px 0px 0px;column-gap:10px;text-align:left;}.elementor-25 .elementor-element.elementor-element-1a95bfe4.elementor-element{--align-self:center;}.elementor-25 .elementor-element.elementor-element-1a95bfe4 p{margin-bottom:10px;}}/* Start custom CSS for container, class: .elementor-element-24baf702 */body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f7f6;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Stellt sicher, dass der Container oben beginnt */
    min-height: 100vh;
}

.container {
    background-color: #ffffff;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
}

h1, h2 {
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}

p {
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #444;
}

.input-group input[type="number"],
.input-group select {
    width: calc(100% - 20px); /* Padding berücksichtigen */
    padding: 12px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box; /* Padding und Border werden in die Breite einbezogen */
    transition: border-color 0.3s ease;
}

.input-group input[type="number"]:focus,
.input-group select:focus {
    border-color: #007bff;
    outline: none;
}

button {
    width: 100%;
    padding: 15px;
    background-color: #28a745; /* Grün für "Berechnen" */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 15px;
}

button:hover {
    background-color: #218838;
    transform: translateY(-2px);
}

.result-box {
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    border: 1px solid #dee2e6;
    text-align: center;
}

.result-box h2 {
    margin-top: 0;
    font-size: 24px;
    color: #007bff;
}

.ergebnis {
    font-size: 28px;
    font-weight: bold;
    color: #0056b3; /* Dunkleres Blau für das Ergebnis */
    margin-top: 15px;
}

.hinweis {
    font-size: 14px;
    color: #6c757d;
    margin-top: 20px;
}/* End custom CSS */
/* Start custom CSS */body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f7f6;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Stellt sicher, dass der Container oben beginnt */
    min-height: 100vh;
}

.container {
    background-color: #ffffff;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
}

h1, h2 {
    color: #333 !important;
    font-size: 2rem !important;
    text-align: center;
    margin-bottom: 25px;
}

p {
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #444;
}

.input-group input[type="number"],
.input-group select {
    width: calc(100% - 20px); /* Padding berücksichtigen */
    padding: 12px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box; /* Padding und Border werden in die Breite einbezogen */
    transition: border-color 0.3s ease;
}

.input-group input[type="number"]:focus,
.input-group select:focus {
    border-color: #007bff;
    outline: none;
}

button {
    width: 100%;
    padding: 15px;
    background-color: #28a745; /* Grün für "Berechnen" */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 15px;
}

button:hover {
    background-color: #218838;
    transform: translateY(-2px);
}

.result-box {
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    border: 1px solid #dee2e6;
    text-align: center;
}

.result-box h2 {
    margin-top: 0;
    font-size: 24px;
    color: #007bff;
}

.ergebnis {
    font-size: 28px;
    font-weight: bold;
    color: #0056b3; /* Dunkleres Blau für das Ergebnis */
    margin-top: 15px;
}

.hinweis {
    font-size: 14px;
    color: #6c757d;
    margin-top: 20px;
}

/* -----------------------------------------------*/

/* --- Media Queries für Responsivität --- */

/* Für Bildschirme bis zu 768px Breite (z.B. Tablets im Hochformat und kleinere Desktops) */
@media (max-width: 768px) {
    .container {
        padding: 25px 30px; /* Etwas weniger Padding auf Tablets */
        max-width: 100%; /* Verringert die maximale Breite, damit es auf kleineren Bildschirmen nicht zu breit wird */
    }

h1 {
    font-size: 20px !important; /* Kleinere Überschrift für Tablets */
}

    h2 {
        font-size: 22px; /* Kleinere Unterüberschrift */
    }

    p {
        font-size: 15px; /* Kleinere Textgröße */
    }
}

/* Für Bildschirme bis zu 480px Breite (z.B. Handys) */
@media (max-width: 480px) {
    body {
        padding: 10px; /* Weniger Padding am Rand des Bildschirms für Handys */
        /* display: block; kann hier nützlich sein, wenn du das Flexbox-Verhalten des body ändern möchtest,
           aber für dein aktuelles Layout ist es nicht unbedingt notwendig,
           da justify-content und align-items mit min-height: 100vh gut funktionieren, um den Container zu zentrieren.
        */
    }

    .container {
        padding: 20px; /* Noch weniger Padding für sehr kleine Bildschirme */
        border-radius: 5px; /* Etwas kleinere Rundung für Handys */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Kleinerer Schatten */
    }

    h1 {
        font-size: 24px; /* Noch kleinere Überschrift für Handys */
        margin-bottom: 20px;
    }

    h2 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .input-group label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .input-group input[type="number"],
    .input-group select {
        width: 100%; /* Stellt sicher, dass die Felder die volle Breite einnehmen */
        padding: 10px; /* Weniger Padding in den Eingabefeldern */
        font-size: 14px;
    }

    button {
        padding: 12px; /* Kleinerer Button */
        font-size: 16px;
        margin-top: 10px;
    }

    .result-box {
        padding: 15px;
        margin-top: 20px;
    }

    .result-box h2 {
        font-size: 20px;
    }

    .ergebnis {
        font-size: 24px;
        margin-top: 10px;
    }

    .hinweis {
        font-size: 12px;
        margin-top: 15px;
    }
}/* End custom CSS */