@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body, .iframetext, h1, h2, h3, h4, h5, h6, label {
    font-family: "Jost", sans-serif;
    color: #1a171b;
}

.clickinfoleiste {
    background: #1a171b;
    
    padding: 8px;
}

.th {
    background: #b28e43;
    text-indent: 0;
    padding: 8px;
}

td {
    color: #1a171b;
    padding: 8px;
}

.spalteA {
    color: #1a171b;
    padding: 8px;
}

.input, select, textarea {
    border-color: #1a171b;
}

.td {
    border: none;
    border-bottom: 1px solid #b28e43;
    color: #1a171b;
}

.td.spalteA {
    border: none;
    border-bottom: 1px solid #b28e43;
}

.td.zeileblau {
    background: #ead8b2;
}