.elementor-2260 .elementor-element.elementor-element-9546c17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-2260 .elementor-element.elementor-element-c8d9819 .elementor-heading-title{font-family:var( --e-global-typography-0a09945-font-family ), Sans-serif;font-size:var( --e-global-typography-0a09945-font-size );font-weight:var( --e-global-typography-0a09945-font-weight );line-height:var( --e-global-typography-0a09945-line-height );}@media(max-width:1440px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2260 .elementor-element.elementor-element-c8d9819 .elementor-heading-title{font-size:var( --e-global-typography-0a09945-font-size );line-height:var( --e-global-typography-0a09945-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2260 .elementor-element.elementor-element-c8d9819 .elementor-heading-title{font-size:var( --e-global-typography-0a09945-font-size );line-height:var( --e-global-typography-0a09945-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2260 .elementor-element.elementor-element-c8d9819 .elementor-heading-title{font-size:var( --e-global-typography-0a09945-font-size );line-height:var( --e-global-typography-0a09945-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-0d920b3 */.rank-math-html-sitemap {
    display: flex;
    flex-direction: row; /* statt row-reverse */
    align-items: flex-start; /* sorgt für Linksbündigkeit */
    unicode-bidi: isolate; /* kannst du lassen, ist neutral */
    margin: 0; /* ggf. nötig, um Einrückungen zu entfernen */
    padding: 0; /* Standard-Listeneinrückungen entfernen */
    gap: 3rem;
}

.rank-math-html-sitemap__section.rank-math-html-sitemap__section--post-type.rank-math-html-sitemap__section--post {
    width: 45%;
    flex-grow: 1; /* sorgt dafür, dass sich die Spalte flexibel ausdehnt */
}

.rank-math-html-sitemap__section.rank-math-html-sitemap__section--post-type.rank-math-html-sitemap__section--page {
    width: 45%;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .rank-math-html-sitemap {
        flex-direction: column-reverse; /* statt row */
        gap: 2rem; /* optional kleiner Abstand auf Mobile */
    }

    .rank-math-html-sitemap__section.rank-math-html-sitemap__section--post-type.rank-math-html-sitemap__section--post,
    .rank-math-html-sitemap__section.rank-math-html-sitemap__section--post-type.rank-math-html-sitemap__section--page {
        width: 100%;   /* volle Breite auf Mobile */
        flex-grow: unset; /* nicht nötig, da 100% */
    }
}/* End custom CSS */