/*
Theme Name: Autohaus Hans Maier Neufinsing
Theme URI: 
Author: Christoph Steinlechner
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentytwo
Text Domain: autohaus-hans-maier-neufinsing
Tags: 
*/
body {word-break: break-word;}

.footerpadding {

    padding-left: var(--wp--custom--spacing--outer);
    padding-right: var(--wp--custom--spacing--outer);

}

/* Full-Width für Gutenberg Blocks */
.alignfull, footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

/* Optional: nur für bestimmte Gruppen */
.full-width-group {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

ul {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

/* Alle ul-Listen im Gutenberg Block */
.wp-block-group ul,
ul {
    list-style-type: none; /* Standardpunkte entfernen */
    padding-left: 1.5em;   /* Platz für eigene Bullet */
    
}

.wp-block-group ul li,
ul li {
    position: relative;     /* Für Pseudo-Element */
    margin-bottom: 0.5em;
    margin-left:2rem;
}

/* „I“ als Bullet */
.wp-block-group ul li::before,
ul li::before {
    content: "|";           /* Das neue Bullet */
    position: absolute;
    margin-left: -2rem;
    font-weight: normal;      /* optional */
}
