.elementor-50116 .elementor-element.elementor-element-4ec9cf98{--display:flex;}.elementor-50116 .elementor-element.elementor-element-288bc79{--display:flex;--gap:2em 2em;--row-gap:2em;--column-gap:2em;--margin-top:6em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:0em;--padding-bottom:0em;--padding-left:3em;--padding-right:3em;}.elementor-50116 .elementor-element.elementor-element-e4c8395{--display:flex;--border-radius:30px 30px 30px 30px;--margin-top:0vw;--margin-bottom:0vw;--margin-left:0vw;--margin-right:0vw;--padding-top:4vw;--padding-bottom:04vw;--padding-left:04vw;--padding-right:04vw;}.elementor-50116 .elementor-element.elementor-element-e4c8395:not(.elementor-motion-effects-element-type-background), .elementor-50116 .elementor-element.elementor-element-e4c8395 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-50116 .elementor-element.elementor-element-1e97410 .elementor-heading-title{color:var( --e-global-color-c6c5a97 );}@media(max-width:767px){.elementor-50116 .elementor-element.elementor-element-e4c8395{--margin-top:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:7px;}}@media(min-width:768px){.elementor-50116 .elementor-element.elementor-element-288bc79{--content-width:95%;}}/* Start custom CSS */p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1em;
}

/* Aufzählungen */
ul {
    padding-left: 1.5em;
    list-style-type: disc; /* sorgt für sichtbare Bullet Points */
    margin-bottom: 1.5em;
}

ul li {
    margin-bottom: 0.5em;
    font-size: 16px;
    color: inherit;
}

/* Verschachtelte Listen */
ul ul {
    list-style-type: circle;
    padding-left: 1.5em;
}

/* Optionale Hervorhebung für Hinweise */
.hinweis {
    background-color: rgba(255, 236, 200, 0.5);
    border-left: 4px solid #e09540;
    padding: 10px 15px;
    margin: 1.5em 0;
    font-style: italic;
    color: #4a2b0c;
}

/* Headings bleiben wie vom Theme definiert */
h2, h3, h4 {
    margin-top: 2em;
    margin-bottom: 0.5em;
}


/* Sichtbare Bullet Points für Listen innerhalb dieses Bereichs */
.elementor-widget-container ul li::marker {
    display: inline !important;
    color: currentColor !important;
}/* End custom CSS */