.elementor-2107 .elementor-element.elementor-element-d9ab720{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-635859f */.tb-rueckgabe {
    --tb-primary: #138670;
    --tb-primary-dark: #0d6f5d;
    --tb-dark: #16221f;
    --tb-text: #4f5c57;
    --tb-muted: #71807a;
    --tb-light: #f5f8f7;
    --tb-border: #e1e9e6;
    --tb-warning: #fff8e8;

    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;

    color: var(--tb-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

.tb-rueckgabe * {
    box-sizing: border-box;
}


/* =========================
   HEADER
========================= */

.tb-rueckgabe-header {
    position: relative;

    padding: 55px 40px;
    margin-bottom: 25px;

    overflow: hidden;

    color: #fff;

    background: linear-gradient(
        135deg,
        var(--tb-primary),
        var(--tb-primary-dark)
    );

    border-radius: 14px;
}

.tb-rueckgabe-header::after {
    content: "";

    position: absolute;

    right: -80px;
    bottom: -100px;

    width: 260px;
    height: 260px;

    border: 45px solid rgba(255,255,255,.08);

    border-radius: 50%;
}

.tb-rueckgabe-badge {
    display: inline-block;

    margin-bottom: 15px;
    padding: 6px 12px;

    color: #fff;

    border: 1px solid rgba(255,255,255,.35);
    border-radius: 30px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.tb-rueckgabe-header h1 {
    position: relative;
    z-index: 2;

    margin: 0 0 10px;

    color: #fff;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.tb-rueckgabe-header > p {
    position: relative;
    z-index: 2;

    max-width: 700px;

    margin: 0;

    color: rgba(255,255,255,.9);

    font-size: 16px;
}


/* =========================
   INTRO
========================= */

.tb-rueckgabe-intro {
    padding: 22px 25px;
    margin-bottom: 30px;

    background: var(--tb-light);

    border-left: 4px solid var(--tb-primary);
    border-radius: 0 9px 9px 0;
}

.tb-rueckgabe-intro p {
    margin: 0;

    font-size: 15px;
}


/* =========================
   SECTIONS
========================= */

.tb-rueckgabe-section {
    position: relative;

    padding: 35px 30px;
    margin-bottom: 30px;

    background: #fff;

    border: 1px solid var(--tb-border);
    border-radius: 12px;
}

.tb-rueckgabe-section h2 {
    margin: 0 0 22px;
    padding-left: 65px;

    color: var(--tb-dark);

    font-size: 25px;
    line-height: 1.3;
}

.tb-rueckgabe-section h2::after {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-top: 12px;

    background: var(--tb-primary);

    border-radius: 3px;
}

.tb-rueckgabe-section p {
    margin: 0 0 15px;

    font-size: 15px;
}

.tb-rueckgabe-section p:last-child {
    margin-bottom: 0;
}

.tb-rueckgabe-section strong {
    color: var(--tb-dark);
}


/* =========================
   NUMBER
========================= */

.tb-rueckgabe-number {
    position: absolute;

    top: 30px;
    left: 30px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    background: var(--tb-primary);

    border-radius: 50%;

    font-size: 14px;
    font-weight: 700;
}


/* =========================
   LINK BOX
========================= */

.tb-rueckgabe-link-box {
    margin-top: 25px;
    padding: 20px;

    background: var(--tb-light);

    border-radius: 9px;
}

.tb-rueckgabe-link-box strong {
    display: block;

    margin-bottom: 5px;
}

.tb-rueckgabe-link-box p {
    margin: 0;
}


/* =========================
   HIGHLIGHT 30 DAYS
========================= */

.tb-rueckgabe-highlight {
    display: flex;
    align-items: center;
    gap: 22px;

    margin: 20px 0 20px;

    padding: 25px;

    background: var(--tb-light);

    border: 1px solid var(--tb-border);

    border-left: 4px solid var(--tb-primary);

    border-radius: 0 10px 10px 0;
}

.tb-rueckgabe-highlight-number {
    flex-shrink: 0;

    color: var(--tb-primary);

    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}

.tb-rueckgabe-highlight strong {
    display: block;

    margin-bottom: 5px;

    font-size: 17px;
}


/* =========================
   STEPS
========================= */

.tb-rueckgabe-steps {
    margin-top: 25px;
}

.tb-rueckgabe-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 20px 0;

    border-bottom: 1px solid var(--tb-border);
}

.tb-rueckgabe-step:last-child {
    border-bottom: none;
}

.tb-rueckgabe-step > span {
    width: 38px;
    height: 38px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    background: var(--tb-primary);

    border-radius: 50%;

    font-weight: 700;
}

.tb-rueckgabe-step strong {
    display: block;

    margin-bottom: 3px;

    font-size: 16px;
}

.tb-rueckgabe-step p {
    margin: 0;

    font-size: 14px;
}


/* =========================
   WARNING
========================= */

.tb-rueckgabe-warning {
    margin-top: 20px;
    padding: 20px;

    background: var(--tb-warning);

    border-left: 4px solid #d49b27;

    border-radius: 0 8px 8px 0;
}

.tb-rueckgabe-warning strong {
    display: block;

    margin-bottom: 5px;

    color: #73530f;
}

.tb-rueckgabe-warning p {
    margin: 0;
}


/* =========================
   TABLE
========================= */

.tb-rueckgabe-table-wrapper {
    width: 100%;

    margin: 25px 0 15px;

    overflow-x: auto;
}

.tb-rueckgabe-table {
    width: 100%;

    border-collapse: collapse;

    font-size: 14px;
}

.tb-rueckgabe-table th {
    padding: 16px;

    color: #fff;

    background: var(--tb-primary);

    text-align: left;

    font-weight: 600;
}

.tb-rueckgabe-table td {
    padding: 15px 16px;

    color: var(--tb-text);

    border-bottom: 1px solid var(--tb-border);
}

.tb-rueckgabe-table tbody tr:nth-child(even) {
    background: var(--tb-light);
}

.tb-rueckgabe-table td:last-child {
    color: var(--tb-dark);

    font-weight: 600;
}

.tb-rueckgabe-small {
    color: var(--tb-muted);

    font-size: 13px !important;
}


/* =========================
   SUCCESS BOX
========================= */

.tb-rueckgabe-success {
    margin-top: 25px;
    padding: 22px;

    background: var(--tb-light);

    border-left: 4px solid var(--tb-primary);

    border-radius: 0 8px 8px 0;
}

.tb-rueckgabe-success strong {
    display: block;

    margin-bottom: 5px;

    color: var(--tb-primary);
}

.tb-rueckgabe-success p {
    margin: 0;
}


/* =========================
   LIST
========================= */

.tb-rueckgabe-list {
    padding: 0;
    margin: 20px 0;

    list-style: none;
}

.tb-rueckgabe-list li {
    position: relative;

    padding: 11px 0 11px 30px;

    border-bottom: 1px solid var(--tb-border);

    font-size: 15px;
}

.tb-rueckgabe-list li:last-child {
    border-bottom: none;
}

.tb-rueckgabe-list li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 11px;

    color: var(--tb-primary);

    font-weight: 700;
}


/* =========================
   REFUND
========================= */

.tb-rueckgabe-refund {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 22px;
    padding: 22px;

    background: var(--tb-light);

    border-radius: 9px;
}

.tb-rueckgabe-refund-icon {
    width: 48px;
    height: 48px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    background: var(--tb-primary);

    border-radius: 9px;

    font-size: 22px;
    font-weight: 700;
}

.tb-rueckgabe-refund strong {
    display: block;

    margin-bottom: 4px;
}

.tb-rueckgabe-refund p {
    margin: 0;

    font-size: 14px;
}


/* =========================
   NOTE
========================= */

.tb-rueckgabe-note {
    margin-top: 25px;
    padding: 22px;

    background: var(--tb-light);

    border-left: 4px solid var(--tb-primary);

    border-radius: 0 8px 8px 0;
}

.tb-rueckgabe-note strong {
    display: block;

    margin-bottom: 5px;
}

.tb-rueckgabe-note p {
    margin: 0;
}


/* =========================
   COMPANY
========================= */

.tb-rueckgabe-company {
    padding: 25px;

    background: var(--tb-light);

    border-radius: 10px;
}

.tb-rueckgabe-company > strong {
    display: block;

    margin-bottom: 12px;

    font-size: 18px;
}

.tb-rueckgabe-company p {
    margin-bottom: 18px;
}

.tb-rueckgabe-company p:last-child {
    margin-bottom: 0;
}


/* =========================
   LINKS
========================= */

.tb-rueckgabe a {
    color: var(--tb-primary);

    font-weight: 600;

    text-decoration: none;
}

.tb-rueckgabe a:hover {
    text-decoration: underline;
}


/* =========================
   CONTACT
========================= */

.tb-rueckgabe-contact {
    padding: 45px 30px;

    margin-top: 40px;

    text-align: center;

    color: #fff;

    background: var(--tb-dark);

    border-radius: 14px;
}

.tb-rueckgabe-contact h2 {
    margin: 0 0 12px;

    color: #fff;

    font-size: 27px;
}

.tb-rueckgabe-contact p {
    max-width: 700px;

    margin: 0 auto 25px;

    color: #dce5e2;

    font-size: 15px;
}

.tb-rueckgabe-button {
    display: inline-block;

    padding: 13px 28px;

    color: #fff !important;

    background: var(--tb-primary);

    border-radius: 7px;

    font-weight: 600;

    text-decoration: none !important;

    transition: background .2s ease;
}

.tb-rueckgabe-button:hover {
    color: #fff !important;

    background: var(--tb-primary-dark);
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .tb-rueckgabe {
        padding: 15px;
    }

    .tb-rueckgabe-header {
        padding: 40px 25px;
    }

    .tb-rueckgabe-header h1 {
        font-size: 32px;
    }

    .tb-rueckgabe-section {
        padding: 30px 20px;
    }

    .tb-rueckgabe-section h2 {
        padding-left: 55px;

        font-size: 21px;
    }

    .tb-rueckgabe-number {
        top: 25px;
        left: 20px;

        width: 38px;
        height: 38px;
    }

    .tb-rueckgabe-highlight {
        align-items: flex-start;
        gap: 15px;
    }

    .tb-rueckgabe-highlight-number {
        font-size: 34px;
    }

    .tb-rueckgabe-step {
        gap: 12px;
    }

    .tb-rueckgabe-table {
        min-width: 600px;
    }

    .tb-rueckgabe-refund {
        align-items: flex-start;
    }

    .tb-rueckgabe-contact {
        padding: 35px 20px;
    }
}/* End custom CSS */