.jobapplication {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}

.application {
    display: flex;
    justify-content: center;
}

.purple-background {
    background: #c69ac9 !important;
}

.application a {
    color: #c69ac9 !important;
    font-weight: 400;
}

input, select {
    width: 99%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #919191;
    box-sizing: border-box;
}

input[type=file] {
    border: 0 !important;
}

.form-name,
.form-contact {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    align-items: center;
}

.form-details {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    justify-items: center;
    align-items: center;
}

.form-file {
    display: flex;
    flex-direction: row;
}

button {
    display: block;
    background-color: #79c39e;
    background-color: #28a5df !important;
    border-radius: 3px;
    border: none;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 20px auto;
    cursor: pointer;

    max-width: 100px;
    width: 100%;


    padding: 0.625rem 1.25rem;
    transition: all 0.20s linear 0s !important;
    -o-transition: all 0.20s linear 0s !important;
    -ms-transition: all 0.20s linear 0s !important;
    -moz-transition: all 0.20s linear 0s !important;
    -webkit-transition: all 0.20s linear 0s !important;
}

button:hover {
    box-shadow: 0 0 100px 100px rgb(255 255 255 / 25%) inset;
}

#google_translate_element {
    position: absolute;
    top: 5px;
    right: 5px;

    z-index: 10;
    color: white;
    text-align: end;

}

#google_translate_element select {
    padding: 2px;
    font-family: "Poppins" !important;
    border: 0 !important;

}

.goog-logo-link {
    color: #fff !important;
    font-family: "Poppins" !important;
    font-weight: 400 !important;
}

.goog-logo-link img {
    padding-left: 75%;
}

.goog-te-gadget {
    font-family: "Poppins" !important;
    font-size: 11px !important;
    color: rgb(255, 255, 255) !important;
    white-space: nowrap;
}

.text-purple{
    color: #c69ac9 !important;
}


.pflegeberatung-bg{
    background: #8cc0a0 !important;
}

.contactus{
    display: inline-flex;
    width: auto;
    margin: 0 auto;
}

.center-btn{
    display: flex;
    align-items: center;
}

#pflegeberatung-form{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#pflegeberatung-form label, #pflegeberatung-form p{
    color: black !important;
}

#pflegeberatung-form input, #pflegeberatung-form select{width: 100%;}



#pflegeberatung-form div{

    /* padding: 10px; */
}

#pflegeberatung-form textarea{
    width: 100%;
    display: flex;
    resize: vertical;
    margin: 8px 0;
    padding: 12px;

}

#pflegeberatung-form input[type="submit"]{
    width: auto;
    display: block;
    margin: 8px auto;
    
}

#pflegegrad input{
    width: auto;
}

input#Krankenkassenkarte{
    padding: 0;
}


@media screen and (max-width: 768px) {

    .form-name,
    .form-contact,
    .form-contact,
    .form-details,
    .form-file {
        display: block !important;

    }

    .jobapplication {
        padding: 20px;
    }



    .form-file {

        border-bottom: 2px solid #79c39e;
    }

    .goog-logo-link {
        color: rgb(0, 0, 0) !important;

    }

    .goog-te-gadget {

        color: rgb(0, 0, 0) !important;

    }
}