.main-section ul.list-disc {
    list-style-type: disc;
    padding-left: 1.5em;
}

.main-section ul.list-disc li:before {
    display: none;
}

.main-section ul.list-square {
    list-style-type: square;
    padding-left: 1.5em;
}

.main-section ul.list-square li:before {
    display: none;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 102px; /* Höhe deiner Topnav */
}
