.elementor-3305 .elementor-element.elementor-element-c5ccafa{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:column;--align-items:center;--overflow:auto;}.elementor-3305 .elementor-element.elementor-element-c5ccafa.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-3305 .elementor-element.elementor-element-563f640{--display:flex;}.elementor-3305 .elementor-element.elementor-element-dbcb9d3{--display:flex;}.elementor-3305 .elementor-element.elementor-element-3c33da7{--display:flex;}@media(max-width:1024px){.elementor-3305 .elementor-element.elementor-element-c5ccafa{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-3305 .elementor-element.elementor-element-c5ccafa{--width:102.31%;}}@media(max-width:767px){.elementor-3305 .elementor-element.elementor-element-c5ccafa{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-1314be4 *//* CSS für den WordPress "Zusätzliches CSS" (Customizer) Bereich */

/* Fallback und Google Sans Einbindung */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Google Sans Regular'), local('GoogleSans-Regular'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}
@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Google Sans Bold'), local('GoogleSans-Bold'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwt_Rm691LTebKfY2Zk-FACs.woff2) format('woff2');
}

/* Isoliertes Modul */
#stehr-haendler-modul {
    font-family: 'Google Sans', 'Noto Sans', sans-serif;
    color: #333;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

#stehr-haendler-modul * {
    box-sizing: border-box;
}

#stehr-haendler-modul .stehr-title {
    color: #0078bb;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
    border: none;
    padding-bottom: 0;
}

/* --- CUSTOM DROPDOWN CSS (ersetzt das Standard <select>) --- */
#stehr-haendler-modul .stehr-controls-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

#stehr-haendler-modul .stehr-custom-select {
    position: relative;
    width: 100%;
    max-width: 400px;
}

#stehr-haendler-modul .stehr-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #0078bb;
    background-color: #ffffff;
    border: 2px solid #0078bb;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 120, 187, 0.1);
    transition: all 0.3s ease;
    user-select: none;
}

#stehr-haendler-modul .stehr-select-trigger:hover,
#stehr-haendler-modul .stehr-select-trigger.active {
    box-shadow: 0 0 0 3px rgba(0, 120, 187, 0.3);
    border-color: #005a8e;
}

#stehr-haendler-modul .stehr-arrow {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

#stehr-haendler-modul .stehr-select-trigger.active .stehr-arrow {
    transform: rotate(180deg);
}

#stehr-haendler-modul .stehr-options-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 5px;
    background: #fff;
    border: 2px solid #0078bb;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 999;
    max-height: 350px;
    overflow-y: auto;
}

#stehr-haendler-modul .stehr-option {
    padding: 12px 20px;
    font-size: 1rem;
    color: #333;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

#stehr-haendler-modul .stehr-option:last-child {
    border-bottom: none;
}

#stehr-haendler-modul .stehr-option:hover {
    background-color: #ebf4fa;
    color: #0078bb;
}

/* Scrollbar Styling für das Dropdown */
#stehr-haendler-modul .stehr-options-container::-webkit-scrollbar {
    width: 8px;
}
#stehr-haendler-modul .stehr-options-container::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 0 8px 8px 0;
}
#stehr-haendler-modul .stehr-options-container::-webkit-scrollbar-thumb {
    background: #0078bb; 
    border-radius: 8px;
}

/* --- TABELLEN STYLING --- */
#stehr-haendler-modul .stehr-table-container {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 120, 187, 0.08);
    overflow-x: auto;
    border: 1px solid #e1e9ee;
    margin-bottom: 40px;
}

#stehr-haendler-modul table.stehr-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    min-width: 600px;
    margin: 0;
    padding: 0;
    border: none;
}

#stehr-haendler-modul table.stehr-table th, 
#stehr-haendler-modul table.stehr-table td {
    padding: 18px 24px;
    vertical-align: top;
    border: none;
}

#stehr-haendler-modul table.stehr-table th {
    background-color: #0078bb;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95em;
    letter-spacing: 0.5px;
    position: sticky;
    top: 0;
    z-index: 10;
}

#stehr-haendler-modul table.stehr-table .stehr-th-country {
    width: 25%;
}

#stehr-haendler-modul table.stehr-table td {
    border-bottom: 1px solid #edf1f4;
    line-height: 1.6;
    vertical-align: middle;
}

#stehr-haendler-modul table.stehr-table tr:last-child td {
    border-bottom: none;
}

#stehr-haendler-modul table.stehr-table tr:nth-child(even) {
    background-color: #f8fafc;
}

#stehr-haendler-modul table.stehr-table tr:hover {
    background-color: #ebf4fa;
    transition: background-color 0.2s ease;
}

#stehr-haendler-modul a {
    color: #0078bb;
    text-decoration: none;
    font-weight: 700;
    word-break: break-word;
    box-shadow: none;
}

#stehr-haendler-modul a:hover {
    text-decoration: underline;
    color: #005a8e;
}

#stehr-haendler-modul .stehr-highlight-gesucht {
    display: inline-block;
    background-color: #fff1f0;
    color: #d93025;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.85em;
    font-weight: 700;
    border: 1px solid #fbc4c0;
    white-space: nowrap;
}

#stehr-haendler-modul .stehr-empty {
    color: #a0aec0;
    font-style: italic;
}

#stehr-haendler-modul .stehr-flag {
    font-size: 1.3em;
    margin-right: 10px;
    vertical-align: middle;
}

/* Responsive Design für Mobile & Tablets */
@media (max-width: 768px) {
    #stehr-haendler-modul table.stehr-table {
        min-width: 100%;
    }
    
    #stehr-haendler-modul table.stehr-table th, 
    #stehr-haendler-modul table.stehr-table td {
        padding: 12px 15px;
        display: block;
        width: 100%;
    }
    
    #stehr-haendler-modul table.stehr-table th {
        display: none;
    }
    
    #stehr-haendler-modul table.stehr-table tr {
        display: block;
        border-bottom: 2px solid #0078bb;
        margin-bottom: 10px;
        background-color: #fff !important;
        border-radius: 8px;
        overflow: hidden;
    }
    
    #stehr-haendler-modul table.stehr-table .stehr-country-cell {
        background-color: #f0f7fb;
        border-bottom: 1px solid #edf1f4;
        font-size: 1.1em;
    }
    
    #stehr-haendler-modul table.stehr-table td:last-child {
        border-bottom: none;
    }
}/* End custom CSS */