.elementor-3906 .elementor-element.elementor-element-9dd695b > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-3906 .elementor-element.elementor-element-9dd695b:not(.elementor-motion-effects-element-type-background), .elementor-3906 .elementor-element.elementor-element-9dd695b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B3A57;}.elementor-3906 .elementor-element.elementor-element-9dd695b > .elementor-background-overlay{background-color:var( --e-global-color-primary );opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3906 .elementor-element.elementor-element-9dd695b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:1px 0px 127px 0px;}.elementor-3906 .elementor-element.elementor-element-9dd695b > .elementor-shape-bottom svg{width:calc(131% + 1.3px);height:137px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-3906 .elementor-element.elementor-element-86cdbf1 .elementor-heading-title{color:#FFFFFF;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* =========================================
   OFFERTANFRAGE – PRODUKTLISTE
   ========================================= */

#yith-ywrq-table-list {
    width: 100% !important;
    border-collapse: collapse !important;
}

/* Blauer Tabellenkopf */
#yith-ywrq-table-list thead th {
    background: #1e455f !important;
    color: #ffffff !important;
    padding: 11px 12px !important;
    height: auto !important;
    border-color: #1e455f !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* Produktzeilen */
#yith-ywrq-table-list tbody tr {
    height: auto !important;
    min-height: 0 !important;
}

#yith-ywrq-table-list tbody td {
    padding: 10px 12px !important;
    height: auto !important;
    min-height: 0 !important;
    vertical-align: middle !important;
}

/* Bildspalte */
#yith-ywrq-table-list td.product-thumbnail {
    width: 130px !important;
    max-width: 130px !important;
}

/* Whirlpool-Bild */
#yith-ywrq-table-list td.product-thumbnail img {
    width: 105px !important;
    height: 105px !important;
    max-width: 105px !important;
    max-height: 105px !important;
    object-fit: contain !important;
    margin: 0 !important;
}

/* Produktname */
#yith-ywrq-table-list td.product-name {
    width: auto !important;
    padding: 10px 12px !important;
}

/* Menge */
#yith-ywrq-table-list td.product-quantity {
    width: 115px !important;
    padding: 10px 12px !important;
}

/* Entfernen X */
#yith-ywrq-table-list td.product-remove {
    width: 40px !important;
    padding: 10px 6px !important;
    text-align: center !important;
}


/* =========================================
   OFFERTANFRAGE – FORMULAR
   ========================================= */

/* Formular-Wrapper volle Breite */
.ywraq-form-table-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* Innerer Formular-Wrapper volle Breite */
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* Formular */
#yith-ywraq-mail-form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* Überschrift Anfrage senden */
.ywraq-form-table-wrapper h3 {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;

    background: #1e455f !important;
    color: #ffffff !important;

    padding: 11px 12px !important;
    margin: 35px 0 20px 0 !important;

    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

/* Abstand zwischen Feldern */
#yith-ywraq-mail-form .form-row {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
}

/* Beschriftungen */
#yith-ywraq-mail-form label {
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}

/* Eingabefelder */
#yith-ywraq-mail-form input[type="text"],
#yith-ywraq-mail-form input[type="email"],
#yith-ywraq-mail-form input[type="tel"],
#yith-ywraq-mail-form textarea,
#yith-ywraq-mail-form select {
    width: 100% !important;
    min-height: 42px !important;
    padding: 8px 12px !important;

    border: 1px solid #c7c7c7 !important;
    border-radius: 0 !important;

    background: #ffffff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

/* Feld aktiv */
#yith-ywraq-mail-form input:focus,
#yith-ywraq-mail-form textarea:focus,
#yith-ywraq-mail-form select:focus {
    border-color: #1e455f !important;
    outline: none !important;
}

/* Textfeld */
#yith-ywraq-mail-form textarea {
    min-height: 130px !important;
    resize: vertical;
}/* End custom CSS */