.elementor-11169 .elementor-element.elementor-element-31ac9ed5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-82c6462 */.swr-rechner {
    max-width: 1000px;
    margin: 2rem auto;
    font-family: inherit;
}

/* Eingabe */
.swr-eingabe {
    margin-bottom: 2.5rem;
}
.swr-eingabe label {
    display: block;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
}
.swr-eingabe input {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.15rem;
    border: 1px solid #bbb;
    border-radius: 6px;
    box-sizing: border-box;
}
.swr-eingabe input:focus {
    outline: 2px solid rgba(37, 99, 235, 0.25);
    border-color: #2563eb;
}
.swr-eingabe small {
    display: block;
    margin-top: 0.6rem;
    color: #333;
    font-size: 0.95rem;
}

/* Ergebniszeilen */
.swr-ergebnisse {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}
.swr-zeile {
    display: grid;
    grid-template-columns: 90px 180px 1fr;
    gap: 1rem;
    align-items: center;
}
.swr-prozent,
.swr-betrag {
    background: #2b2b2b;
    color: #fff;
    font-weight: 700;
    padding: 0.9rem 1rem;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
}
.swr-prozent {
    font-size: 1rem;
}
.swr-betrag {
    font-size: 1.05rem;
    text-align: left;
}
.swr-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #222;
}

/* Mobile */
@media (max-width: 700px) {
    .swr-zeile {
        grid-template-columns: 80px 1fr;
        row-gap: 0.4rem;
    }
    .swr-text {
        grid-column: 1 / -1;
    }
}

/* Button */
.swr-mailbutton {
    background: #e8431c;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease;
}
.swr-mailbutton:hover:not(:disabled) { background: #c9360f; }
.swr-mailbutton:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.swr-datenschutz {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #444;
}/* End custom CSS */
/* Start custom CSS */body.elementor-page-11169 .umm-hquvbo, body.elementor-page-11169 .umm-ferdx{
    visibility: hidden;
}/* End custom CSS */