.kontakt-v10 {
    background: #ebe3db;
    border-radius: 22px;
    padding: 42px;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.kontakt-v10 * {
    box-sizing: border-box;
}

.kontakt-v10__form {
    width: 100%;
}

.kontakt-v10__honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.kontakt-v10__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
    row-gap: 18px;
    margin-bottom: 18px;
}

.kontakt-v10__col {
    min-width: 0;
}

.kontakt-v10__field {
    width: 100%;
    min-height: 50px;
    border: 1px solid #7e7a76;
    background: #ffffff;
    border-radius: 4px;
    padding: 14px 16px;
    font-family: "Nunito", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.kontakt-v10__field::placeholder {
    color: #b7b7b7;
    opacity: 1;
    font-family: "Nunito", Sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.kontakt-v10__field:focus {
    border-color: #5d5d5d;
    box-shadow: 0 0 0 1px rgba(93, 93, 93, 0.08);
}

.kontakt-v10__field.is-error {
    border-color: #c0392b;
    box-shadow: 0 0 0 1px rgba(192, 57, 43, 0.08);
}

.kontakt-v10__select {
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, #666 50%),
        linear-gradient(135deg, #666 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 3px),
        calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

.kontakt-v10__textarea {
    min-height: 185px;
    resize: vertical;
}

.kontakt-v10__message-wrap {
    margin-bottom: 36px;
}

.kontakt-v10__field-error {
    display: none;
    margin-top: 6px;
    font-family: "Nunito", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    color: #b9352a;
}

.kontakt-v10__field-error.is-visible {
    display: block;
}

.kontakt-v10__button-wrap {
    text-align: center;
    margin-top: 0;
    margin-bottom: 28px;
}

.kontakt-v10__submit,
.kontakt-v10__submit:hover,
.kontakt-v10__submit:focus,
.kontakt-v10__submit:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
}

.kontakt-v10__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 200px;
    border: 1px solid #ffffff;
    background-color: #792D2C;
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 34px;
    font-family: "Nunito", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        opacity 0.25s ease;
}

.kontakt-v10__submit:hover {
    background-color: #DD5654;
    border-color: #ffffff;
    color: #ffffff;
}

.kontakt-v10__submit:focus {
    outline: none;
}

.kontakt-v10__submit:active {
    transform: translateY(0);
}
.kontakt-v10__submit.is-loading {
    opacity: 0.75;
    cursor: wait;
}

.kontakt-v10__submit-text {
    display: inline-block;
}

.kontakt-v10__submit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Nur das echte Icon bewegen, kein CSS-Pfeil */
.btn-slide .elementor-button-icon {
    transform: translateX(0);
    transition: transform .45s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

.btn-slide:hover .elementor-button-icon {
    transform: translateX(10px);
    transition-delay: .05s;
}

.btn-slide:not(:hover) .elementor-button-icon {
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.kontakt-v10__recaptcha-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 18px;
}

.kontakt-v10__recaptcha-box {
    display: inline-block;
    background: transparent;
    border: 0;
    padding: 0;
}

.kontakt-v10__recaptcha-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kontakt-v10__recaptcha-wrap.is-error .kontakt-v10__recaptcha-box {
    outline: 1px solid rgba(185, 53, 42, 0.25);
    border-radius: 6px;
    padding: 6px 8px;
}

.kontakt-v10__privacy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 24px;
}

.kontakt-v10__privacy.is-error {
    outline: 1px solid rgba(185, 53, 42, 0.25);
    border-radius: 6px;
    padding: 6px 8px;
}

.kontakt-v10__privacy input[type="checkbox"] {
    margin-top: 4px;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
}

.kontakt-v10__privacy-text {
    font-family: "Nunito", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    color: #000000;
}

.kontakt-v10__privacy-text a {
    color: inherit;
    text-decoration: underline;
}

.kontakt-v10__privacy-text a:hover {
    opacity: 0.82;
}

.kontakt-v10__response {
    display: none;
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 8px;
    text-align: center;
    font-family: "Nunito", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

.kontakt-v10__response.is-success,
.kontakt-v10__response.is-error {
    display: block;
}

.kontakt-v10__response.is-success {
    color: #1d7f38;
    border: 1px solid #80c592;
    background: #edf8f0;
}

.kontakt-v10__response.is-error {
    color: #b9352a;
    border: 1px solid #e1a29c;
    background: #fdf0ee;
}

.kontakt-v10__debug {
    display: none;
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px dashed #999999;
    background: #fafafa;
    font-family: "Nunito", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #444444;
    white-space: pre-wrap;
}

.kontakt-v10__debug.is-visible {
    display: block;
}

@media (max-width: 767px) {
    .kontakt-v10 {
        padding: 24px;
        border-radius: 16px;
    }

    .kontakt-v10__grid {
        grid-template-columns: 1fr;
    }

    .kontakt-v10__submit {
        width: 100%;
        min-width: 0;
    }

    .kontakt-v10__recaptcha-inner .g-recaptcha {
        transform: scale(0.88);
        transform-origin: center;
    }
}