.elementor-1001447 .elementor-element.elementor-element-ba3ebbf{--display:flex;--border-radius:20px 20px 20px 20px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-1001447{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1001447 .dialog-message{width:900px;height:auto;}#elementor-popup-modal-1001447 .dialog-close-button{display:flex;}#elementor-popup-modal-1001447 .dialog-widget-content{border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-1001447 .elementor-element.elementor-element-ba3ebbf{--content-width:95%;}}@media(min-width:768px){.elementor-1001447 .elementor-element.elementor-element-ba3ebbf{--content-width:900px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1001447 .elementor-element.elementor-element-ba3ebbf{--content-width:90%;}}/* Start custom CSS *//* Produktkopf im Anfrageformular */

.teox-request-product {
    display: grid !important;
    grid-template-columns: 88px minmax(0, 1fr) !important;
    align-items: start !important;
    column-gap: 18px !important;
    width: 100% !important;
    margin: 0 0 28px !important;
    padding: 0 0 22px !important;
    border-bottom: 1px solid rgba(20, 20, 20, 0.10);
    box-sizing: border-box;
}

/* Fester Bildrahmen */

.teox-request-product-media {
    display: block;
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    overflow: hidden !important;
    border-radius: 12px;
    background: #f2f2f0;
    box-sizing: border-box;
}

.teox-request-product-media.is-empty {
    display: none !important;
}

/* Produktbild */

.teox-request-product-media .teox-produktbild {
    display: block !important;
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Textbereich */

.teox-request-product-content {
    display: block;
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    overflow-wrap: break-word;
}

.teox-request-product-content > span {
    display: block;
    margin: 1px 0 5px;
    color: #77777c;
    font-size: 13px;
    line-height: 1.4;
}

.teox-request-product-content .teox-produktanzeige {
    display: block;
    margin: 0 0 9px;
    color: #1d1d1f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    overflow-wrap: break-word;
}

.teox-request-product-content p {
    margin: 0;
    color: #66666b;
    font-size: 14px;
    line-height: 1.6;
}

/* Smartphone */

@media (max-width: 767px) {
    .teox-request-product {
        grid-template-columns: 68px minmax(0, 1fr) !important;
        column-gap: 13px !important;
        margin-bottom: 22px !important;
        padding-bottom: 18px !important;
    }

    .teox-request-product-media,
    .teox-request-product-media .teox-produktbild {
        width: 68px !important;
        min-width: 68px !important;
        max-width: 68px !important;
        height: 68px !important;
        min-height: 68px !important;
        max-height: 68px !important;
    }

    .teox-request-product-content .teox-produktanzeige {
        font-size: 14px;
        line-height: 1.35;
    }

    .teox-request-product-content p {
        font-size: 12px;
        line-height: 1.5;
    }
}


/* Verhindert ein riesiges Bild, falls versehentlich das alte HTML geladen wird */

.teox-request-product > .teox-produktbild {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    height: 88px !important;
    object-fit: cover !important;
    flex: 0 0 88px !important;
}/* End custom CSS */