ul {
    list-style-type: none; /* Entfernt die Aufzählungspunkte */
    padding: 0;
    margin: 0;
}

ul li {
    color: black; /* Setzt die Schriftfarbe auf schwarz */
    font-size: 19px;
    font-weight: 500;
}

nav.navbar {
    background-color: #e0e0e0; 
}

div.fastinfos {
    min-height: 125px; 
}

.containerDashboard {
    background-color: #1E1E1E; 
}

.nostyle {
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    line-height: inherit;
}

.new_input {
    border: none !important; 
    background-color: #FFF1EE !important;
}

.span_form {
    border: none !important; 
    background-color: #FFF1EE !important;
}

.new_area {
    height: 30vh;
}
  