/* Add here all your CSS customizations */
#captcha {
    width: auto;
    height: 60px;
    display: block;
    margin-bottom: -10px;
    margin-top: -10px;
}

#refreshButton {
    background-color: rgba(255, 255, 255, 0.13);
    color: white;
    border: none;
    height: 30px;
    width: 30px;
}

#textBox {
    height: 30px;
    background-color: rgba(255, 255, 255, 0.13);
    color: white;
    border: none;
}

#textBox-error {
    float: left;
}

.incorrectCaptcha {
    color: white;
    font-size: 0.9em;
    line-height: 18px;
    padding-top: 2rem;
    display: block;
}

.correctCaptcha {
    color: white;
    font-size: 0.9em;
    line-height: 18px;
    padding: 5px 0 0;
    display: block;
}

.icon-refresh:before {
    content: "\21BA";
}

.dsgvo {
    font-size: 0.8rem;
    color: #1c1f21;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0.4rem 0;
    letter-spacing: -0.5px;
    padding-top: 2rem;
}

/* Angebotsseite */
#offer {
    & input,
    & textarea {
        border: 1px solid lightgrey;
        border-radius: 8px;
    }

    .form-row > .col {
        margin-top: 10px;
    }

    & select {
        padding: 0.9rem .75rem;
        height: auto !important;
        border: 1px solid lightgrey;
        border-radius: 8px;
        background-color: #f1f3f7;
    }

    & label {
        display: block;
        font-size: 16px;
    }

    & span {
        margin: 5px;
    }

    #captcha {
        width: auto;
        height: 60px;
        display: block;
        margin-bottom: -10px;
        margin-top: -10px;
    }

    #refreshButton {
        background-color: rgba(255, 255, 255, 0.13);
        color: black;
        border: none;
        height: 30px;
        width: 30px;
    }

    .incorrectCaptcha {
        color: black;
        font-size: 0.9em;
        line-height: 18px;
        padding-top: 2rem;
        display: block;
    }

    .correctCaptcha {
        color: black;
        font-size: 0.9em;
        line-height: 18px;
        padding: 5px 0 0;
        display: block;
    }

    #textBox {
        color: #707070;
    }
}

.btn-outline-danger {
    background: none !important;
}

/*Jobs*/

.jobaccordion {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.btn-link {
    font-size: 15px;
    color: rgb(157, 157, 157);
}

.card-header {
    border: 1px solid lightgrey;
    background-color: #f1f3f7;
}
