.inx-single-property__head-core-data-element .flaticon-numbers::before {
    content: "\f112";
}

.inx-single-property__section.gwg-wohnungshelden-property-form {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.gwg-wohnungshelden-property-form__title {
    margin-bottom: 24px;
}

.gwg-wohnungshelden-property-form__iframe {
    display: block;
    width: 1px;
    min-width: 100%;
    min-height: 850px;
    border: 0;
    background: #fff;
}

.gwg-wohnungshelden-property-form__fallback {
    display: inline-block;
    margin-top: 16px;
    color: #c8102e;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gwg-wohnungshelden-property-form__fallback:hover,
.gwg-wohnungshelden-property-form__fallback:focus-visible {
    color: #161616;
}

.gwg-wohnungshelden-property-form__consent-fallback {
    padding: 28px;
    border: 1px solid rgba(0, 133, 202, 0.3);
    background: #eef8fc;
}

.gwg-wohnungshelden-property-form__consent-fallback button {
    min-height: 44px;
    margin-top: 16px;
    padding: 10px 18px;
    color: #fff;
    background: #c8102e;
    border: 2px solid #c8102e;
    border-radius: 4px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.gwg-wohnungshelden-property-form__consent-fallback button:hover,
.gwg-wohnungshelden-property-form__consent-fallback button:focus-visible {
    color: #c8102e;
    background: #fff;
}

@media (max-width: 767px) {
    .inx-single-property__section.gwg-wohnungshelden-property-form {
        max-width: calc(100vw - 15px) !important;
    }

    .gwg-wohnungshelden-property-form__title {
        margin-bottom: 18px;
    }

    .gwg-wohnungshelden-property-form__iframe {
        min-height: 1400px;
    }
}
