.caruso-error-msg {
    color: red;
}
.ausschreibung a {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.75em;
    /*line-height: 3rem;*/
    color: #272222 !important;
    word-break: none !important;
}
.ausschreibung a::after {
    content: '';
    text-decoration: none;
    position: absolute;
    bottom: -0.063em;
    left: 0;
    width: 0;
    border-bottom: 0.063em solid #FFCF07;
    transition: 0.6s;
}
/*.ausschreibung a.sidebar-btn {
    height: 1em;
    width: 1em;
    margin-right: auto;
    margin-top: auto;
}
*/
.ausschreibung .bor-top::before {
    margin-bottom: 0.5em;
}
.highlight-field {
    background-color: #fffcc8;
}