.neueanfrage {
    background: #CF0436;
    border-radius: 0.4em;
    border: medium none;
    color: #FFFFFF!important;
    cursor: pointer;
    padding: 0.5em 0.7em;
}

#anfragetext {
    resize: none;
    width: 50%;
    height: 20em;
    margin-bottom: 1em;
}

th {
    color: #D30132;
    border: 1px solid black!important;
    background-color: white;
}

td {
    border: 1px solid black!important;
    background-color: white;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 80px;
    display: inline-block;
}

.steuerhotlinelinkListe:link {
    text-decoration:none;
}

.steuerhotlinelinkListe:hover {
    text-decoration:underline;
    cursor: pointer;
    color: black;
}

.nichtgelesen {
    font-weight: bold;
    color:black!important;
}

.gelesen {
    font-weight: normal;
    color:black!important;
}

h1, h2, h3, h4, h5, h6 {
    color: #D30132;
    margin-bottom: 0.5em;
    margin-top: 0;
}

.anfrageWrapBearbeiter {
    padding: 1em 1em;
    margin-bottom: 0.5em;
    padding-left: 1em;
    background: #e6e6e6;
    border-radius: 0.4em;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.align-right {
    text-align: right;
}

.bstdata {
    padding: 1em;
    margin-bottom: 1em;
    background: #eee;
    border-radius: 5px;
}

#antworttext {
    width: 100%;
    height: 20em;
    margin-bottom: 10px;
    font-family: Tahoma, sans-serif;
    resize: none;
}

.antwortSTB {
    background: #D30132;
    padding: 1em 1em;
    margin-bottom: 0.5em;
    padding-left: 1em;
    color:#e2dede !important;
    border-radius: 5px;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.signaturWrap {
    display: flex;
}

.signaturWrap section {
    margin-top: 0.5em;
    margin-right: 1em;
    width: 300px;
}

.paginate_button.active .page-link {
    background-color: grey !important;
    border: grey !important;
}

.was-validated .form-control:valid {
    border-color: grey !important;
    background-image: none !important;
}

table.dataTable {
    border-collapse: collapse !important;
}