body {
    background-color: #1b1c27;
    color: #ffffff;
}


h3 {
    color: #ea5040;
    font-family: Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Tahoma";
    font-size: 30px;
}

h1 {
    color: #ea5040;
    font-family: Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Tahoma";
    font-size: 30px;
}

h2 {
    color: #ea5040;
    font-family: Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Tahoma";
    font-size: 30px;
}

h4{
    color: #ea5040;
    font-family: Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Tahoma";
    font-size: 20px;
}



.st {
    font-family: Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Tahoma";
    font-size: 13px;
    color: #ffffff;
    margin-top: 50px;
}


.style-anzeige {
    font-family: Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Tahoma";
    font-size: 13px;
    color: #ffffff;
}


.input-fields {
    font-family: Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Tahoma";
    font-size: 13px;
    color: #000000;
    height: 40px;
    padding: 5px;
}


.style-anzeige-dropdown {
    font-family: Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Tahoma";
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0px 10px 0px;
}


.style-aktionen-dropdown {
    font-family: Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Tahoma";
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0px 10px 0px;
}


input[type="submit"] {
    background-color: #ea5040;
    border-color: #ea5040;
    min-width: 235px;
    min-height: 50px;
    color: #ffffff;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    font-size: 15px;
    font-family: Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Tahoma";
}


input[type="text"] {
    min-width: 300px;
    height: 40px;
    padding: 5px;
}


textarea {
    min-width: 300px;
    height: 100px;
    padding: 5px;
}


/* Tabellen */
table, th, tr, td {
    padding: 10px 10px 10px 0px;
    font-family: Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Tahoma";
}


/* Platzhalter falls die Optimierung oben fehl schlägt
table, th, tr, td {
    border-spacing: 10px;
}
 */
