/* Start custom CSS for html, class: .elementor-element-8903625 *//* CSS speziell für Hero und Trustpilot-Bar */
    .durime_hero_wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
    }

    /* Hero Sektion mit mitskalierendem Padding */
    .durime_hero_section {
        background: url('/img/cms/kr/duschkabine-haup.jpg') center/cover no-repeat;
        padding: 6vw 0; 
        min-height: 300px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .durime_container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
        width: 100%;
    }

    /* Die Text-Box im Hero */
    .durime_hero_box {
        background: rgba(255, 255, 255, 0.7);
        padding: 35px;
        max-width: 520px;
        border-radius: 12px;
        border-left: 8px solid #0f6a7a;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

    .durime_hero_badge {
        display: inline-block;
        background: #0f6a7a;
        color: #ffffff;
        padding: 5px 15px;
        border-radius: 50px;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .durime_hero_box h1 {
        color: #0f6a7a !important;
        font-size: 32px !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
        margin: 0 0 15px 0 !important;
        text-transform: uppercase;
    }

    .durime_hero_box p {
        color: #333;
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
    }

    /* Trustpilot Bar direkt unter dem Hero */
    .durime_trust_bar {
        background: #0f6a7a;
        color: #ffffff;
        text-align: center;
        padding: 12px 0;
        font-size: 14px;
        width: 100%;
    }

    .durime_trust_bar a {
        color: #ffffff !important;
        text-decoration: none;
        font-weight: bold;
    }

    .durime_stars {
        color: #ffcc00;
        font-size: 16px;
        margin-right: 5px;
    }

    /* Mobile Anpassungen */
    @media (max-width: 768px) {
        .durime_hero_section {
            padding: 40px 0;
        }
        .durime_hero_box {
            max-width: 100%;
            padding: 25px;
        }
        .durime_hero_box h1 {
            font-size: 24px !important;
        }
        .durime_trust_bar {
            font-size: 12px;
            padding: 15px 10px;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3078c76 *//* CSS für die 3-Schritte-Karten */
    .durime_steps_section {
        padding: 60px 0;
        background: #ffffff;
        width: 100%;
    }

    .durime_container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .durime_steps_grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }

    /* Die einzelne Karte */
    .durime_step_card {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 15px;
        padding: 40px 30px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .durime_step_card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        border-color: #0f6a7a;
    }

    /* Die Nummer */
    .durime_step_num {
        width: 40px;
        height: 40px;
        background: #b08900;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* Das Icon (deutlich vergrößert) */
    .durime_step_img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-bottom: 25px;
        border: 4px solid #f9f9f9;
        object-fit: cover;
        background: #fff;
    }

    .durime_step_card h3 {
        color: #0f6a7a !important;
        font-size: 22px !important;
        font-weight: bold !important;
        margin: 0 0 15px 0 !important;
        text-transform: none !important;
    }

    .durime_step_card p {
        color: #555;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
    }

    @media (max-width: 768px) {
        .durime_steps_section { padding: 40px 0; }
        .durime_step_card { padding: 30px 20px; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f6bd3d *//* Spezifisches CSS für das Prinzip-Modul */
    .durime_principle_wrapper {
        padding: 80px 0;
        background: #fdfdfd; /* Fast weiß für edlen Look */
        width: 100%;
    }

    .durime_container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .durime_flex_align {
        display: flex;
        align-items: center;
        gap: 60px;
        flex-wrap: wrap;
    }

    .durime_text_block {
        flex: 1.2;
        min-width: 320px;
    }

    .durime_image_block {
        flex: 1;
        min-width: 320px;
    }

    /* Headline & Intro */
    .durime_text_block h2 {
        color: #0f6a7a !important;
        font-size: 30px !important;
        font-weight: 800 !important;
        margin-bottom: 25px !important;
        text-transform: uppercase;
    }

    /* Das "Versprechen" - UX Highlight Box */
    .durime_promise_box {
        background: #eef4f5;
        border-left: 5px solid #0f6a7a;
        padding: 20px;
        border-radius: 0 8px 8px 0;
        margin-bottom: 30px;
    }

    .durime_promise_box p {
        margin: 0;
        font-size: 17px;
        color: #0f6a7a;
        font-weight: bold;
        line-height: 1.4;
    }

    /* Die Liste der Vorteile */
    .durime_checklist {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 0 35px 0 !important;
    }

    .durime_checklist li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        font-size: 16px;
        color: #444;
        line-height: 1.5;
    }

    /* Custom Checkmark ohne Icon-Font */
    .durime_checklist li::before {
        content: "✓";
        position: absolute;
        left: 0;
        color: #b08900;
        font-weight: bold;
        font-size: 20px;
    }

    /* Bild-Styling */
    .durime_img_frame {
        width: 100%;
        height: auto;
        border-radius: 15px;
        box-shadow: 0 15px 45px rgba(0,0,0,0.1);
        border: 1px solid #eee;
    }

    /* Buttons */
    .durime_btn_row {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .durime_btn_expert {
        background: #0f6a7a;
        color: #ffffff !important;
        padding: 15px 25px;
        border-radius: 6px;
        text-decoration: none !important;
        font-weight: bold;
        font-size: 15px;
        display: inline-block;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(15, 106, 122, 0.2);
    }

    .durime_btn_expert:hover {
        background: #0a4f5c;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(15, 106, 122, 0.3);
    }

    @media (max-width: 768px) {
        .durime_principle_wrapper { padding: 50px 0; }
        .durime_flex_align { flex-direction: column; gap: 40px; }
        .durime_text_block h2 { font-size: 24px !important; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3923202 *//* Container & Grid Setup - Jetzt als Slider */
.durime_matrix_wrapper {
    width: 100%;
    padding: 40px 0;
    background: #f9fbfc;
}

.durime_container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.durime_section_title {
    color: #0f6a7a;
    border-left: 6px solid #b08900;
    padding-left: 15px;
    margin: 30px 0 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

/* Der Slider-Mechanismus */
.durime_grid {
    display: flex; /* Wechsel von Grid zu Flex für horizontalen Lauf */
    overflow-x: auto; /* Erlaubt horizontales Scrollen */
    overflow-y: hidden;
    gap: 15px;
    padding-bottom: 15px; /* Platz für den Scrollbar */
    scroll-snap-type: x mandatory; /* "Einrasten" beim Wischen */
    -webkit-overflow-scrolling: touch; /* Sanftes Scrollen auf iOS */
}

/* Scrollbar-Styling (dezent) */
.durime_grid::-webkit-scrollbar {
    height: 6px;
}
.durime_grid::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.durime_grid::-webkit-scrollbar-thumb {
    background: #0f6a7a;
    border-radius: 10px;
}

/* Kachel Design - Feste Breite für den Slider */
.durime_card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 0 0 280px; /* Jede Kachel ist genau 280px breit */
    scroll-snap-align: start; /* Kachel rastet links ein */
    transition: transform 0.3s ease;
}

.durime_card:hover {
    transform: translateY(-5px);
}

/* Bildbereich */
.durime_img_box {
    position: relative;
    height: 180px; /* Etwas niedriger für Kompaktheit */
}

.durime_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Badges */
.durime_badge_top { position: absolute; top: 10px; left: 10px; background: #b08900; color: #fff; padding: 3px 8px; border-radius: 4px; font-size: 9px; font-weight: bold; text-transform: uppercase; z-index: 2; }
.durime_badge_sys { position: absolute; top: 10px; left: 10px; background: #0f6a7a; color: #fff; padding: 3px 8px; border-radius: 4px; font-size: 9px; font-weight: bold; text-transform: uppercase; z-index: 2; }
.durime_badge_lg { position: absolute; top: 10px; left: 10px; background: #666; color: #fff; padding: 3px 8px; border-radius: 4px; font-size: 9px; font-weight: bold; text-transform: uppercase; z-index: 2; }
.durime_badge_dir { position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,0.7); color: #fff; padding: 3px 6px; border-radius: 3px; font-size: 9px; font-weight: bold; text-transform: uppercase; z-index: 2; }

/* Inhalt */
.durime_body {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.durime_body h4 {
    margin: 0 0 8px 0 !important;
    color: #0f6a7a !important;
    font-size: 17px !important;
    font-weight: bold !important;
}

/* Kompakte Bullet-Points */
.durime_body ul {
    list-style: none !important; /* Kein Punkt für mehr Platz */
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    font-size: 13px;
    color: #555;
    flex-grow: 1;
}

.durime_body li {
    margin-bottom: 2px; /* Minimaler Abstand */
    padding-left: 12px;
    position: relative;
}

.durime_body li::before {
    content: "•";
    color: #b08900;
    position: absolute;
    left: 0;
}

/* CTA Button */
.durime_cta {
    background: #0f6a7a;
    color: #ffffff !important;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 13px;
    transition: background 0.2s;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6eb5b9 *//* Die Sorgenfrei-Formel - Kompakt & Rechtssicher */
.durime_formula_section {
    padding: 45px 0;
    background: #0f6a7a;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.durime_formula_container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.durime_formula_section h2 {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    margin-bottom: 35px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2 !important;
}

/* Obere Zeile */
.durime_formula_top_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.durime_formula_item {
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 200px;
    flex: 1;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Operatoren */
.durime_formula_operator {
    font-size: 40px;
    font-weight: 300;
    color: #b08900;
    line-height: 1;
}

/* Gleichzeichen Zeile */
.durime_formula_equals_row {
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ergebnis Zeile */
.durime_formula_result_row {
    display: flex;
    justify-content: center;
}

.durime_formula_result_box {
    background: #b08900;
    color: #ffffff;
    padding: 15px 40px;
    min-width: 320px;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}

/* Mobile */
@media (max-width: 768px) {
    .durime_formula_top_row { flex-direction: column; gap: 8px; }
    .durime_formula_operator { transform: rotate(90deg); margin: 5px 0; font-size: 30px; }
    .durime_formula_item { width: 100%; min-height: auto; padding: 12px; }
    .durime_formula_result_box { min-width: 100%; padding: 15px; }
    .durime_formula_equals_row { transform: rotate(90deg); margin: 25px 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0f03aa *//* Isoliertes CSS für den Abschluss-Bereich */
.durime_final_section {
    padding: 80px 0;
    background: #ffffff;
    width: 100%;
    border-top: 2px solid #f0f0f0;
}

.durime_container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.durime_flex_closer {
    display: flex;
    align-items: flex-start; /* Oben ausgerichtet für den Bildstapel */
    gap: 60px;
    flex-wrap: wrap;
}

/* Linke Spalte: Bild-Stapel */
.durime_image_closer {
    flex: 1;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 20px; /* Abstand zwischen den beiden Bildern */
}

.durime_content_closer {
    flex: 1.2;
    min-width: 350px;
}

/* Bild-Styling */
.durime_img_factory, .durime_img_diy {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Headlines */
.durime_content_closer h3 {
    color: #0f6a7a !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase;
}

.durime_content_closer p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Vertrauens-Liste */
.durime_trust_list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

.durime_trust_list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

/* Grüner Haken */
.durime_trust_list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    color: #27ae60;
    font-weight: 900;
    font-size: 22px;
}

/* Kleiner Sub-Hinweis */
.durime_shipping_info {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f9fbfc;
    padding: 20px;
    border-radius: 8px;
    border: 1px dashed #0f6a7a;
}

.durime_shipping_info span {
    font-size: 14px;
    color: #0f6a7a;
    font-weight: bold;
}

@media (max-width: 768px) {
    .durime_final_section { padding: 50px 0; }
    .durime_flex_closer { flex-direction: column; }
    .durime_image_closer { order: 2; }
    .durime_content_closer { order: 1; }
}/* End custom CSS */