#Bewerbungsform div{
    margin-bottom: 20px;
}
#Bewerbungsform div div{
    margin-bottom: 10px;
}
#Bewerbungsform h3{
    margin-bottom: 10px;
}

.formular{
    box-shadow: 0 3px 10px rgb(0 0 0 / 60%);
    padding: 15px;
    border-radius: 12px;
    background: rgba(86, 108, 0, 10%);
}
.textFeld{
    padding: 5px 10px;
    border-radius: 15px;
    margin-bottom: 5px;
}
.dateFeld{
    padding: 5px 10px;
    margin: 0px 10px 10px 0px;
    border-radius: 15px;
    width: 130px;
}

.CheckBox{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 900px;
}
.selectorFeld{
    padding: 5px 10px;
    margin: 0px 10px 10px 0px;
    border-radius: 15px;
    width: 200px;
    background: white;
}

.checkInput{
    width: 33%;
}
.FirmaVorher{
    margin-bottom: 25px;
}
.FirmaVorherDiv{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
    color: black;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 3px rgba(133, 133, 133, 0.575);
    max-width: 900px;
}
.FirmaVorherDiv .divdate{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin: 0px;
}
.FirmaVorherDiv  .textFeld{
    margin: 0;
}

.divFirma input{
    max-width: 250px;
    width: 100%;
}
#gesamt p.pFirma{
    font-size: 14px;
    margin: 0;
}
.divDate input.dateFeld{
    width: 125px;
    margin: 0px;
}
.divFirma{
    display: flex;
    gap: 5px;
    align-items: center;
}

.DivDate{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin: 0px 10px 10px 0px;
}
#UnterschriftFeld
{
    border: solid;
}
#UnterschriftForm{
    display: none;
}

#Zustimmung{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    height: 30px;
    width: 100%;
}
#Zustimmung h3{
    margin: 0px;
}
#Zustimmung input{
    margin: 0px;
}
.BildUpload{
    display: flex;
    flex-direction: column;
}

.BildUpload h10{
    margin-bottom: 10px;
}
.BildUpload input{
    max-width: 250px;
}
#can{
    background: white;
    border: none;
}
.signature{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: 406px;
    overflow: hidden;
    padding: 10px;
    padding-bottom: 15px;
    margin-right: 5px;
}
.canButton{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.canButtonEinz{
    box-shadow: 0 3px 10px rgb(0 0 0 / 60%);
    padding: 7px;
    border-radius: 12px;
    color: black;
    background: white;
    text-align: center;
    font-size: 15px;
    width: 100px;
}
.canButtonEinz:hover{
    background: #5a5a5afa;
    color: white;
}
#absenden{
    width: 177px;
    text-align: center;
    background: linear-gradient(to bottom, #566c00 5%, #bcc987 100%);
    background-color: #566c00;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 24px;
    padding: 12px 30px;
    text-decoration: none;
    border: none;
    text-shadow: 1px 1px 5px #000000;
}
#divAbsenden{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#absenden:hover{
    background:linear-gradient(to bottom, #bcc987 5%, #566c00 100%);
	background-color:#bcc987;
}

.FirmaVorherButton{
    box-shadow: 0 3px 10px rgb(0 0 0 / 60%);
    padding: 7px;
    border-radius: 12px;
    color: black;
    background: white;
    text-align: center;
    font-size: 15px;
    width: 200px;
}
.FirmaVorherButton:hover{
    background: #5a5a5afa;
    color: white;
}

#FirmaVorher2{
    display: none;
}
#FirmaVorher3{
    display: none;
}
#FirmaVorher4{
    display: none;
}


.Berufskentnisse .CheckBox .checkInput:last-of-type{
    width: 100%;
}
.Sprachkentnisse .CheckBox .checkInput:last-of-type{
    width: 100%;
}

@media  screen and (max-width: 1140px){
    .FirmaVorherDiv{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .divFirma input{
        margin: 0px 0px 10px 0px;

    }
    .divFirma{
        width: 49%;
    }
    .FirmaVorherDiv .divDate{
        display: flex;
        flex-direction: column;
        gap: 2px;
        margin: 0px;
        align-items: flex-start;
    }
    .FirmaVorherDiv .divDate p{
        margin-left: 15px;
    }
    #gesamt p.pFirma{
        margin-left: 15px;
    }

}

@media  screen and (max-width: 700px){
    .divFirma{
        width: 100%;
    }
    .checkInput{
        width: 50%;
    }
}

@media  screen and (max-width: 580px){
    h3{
        font-size: 16px;
    }
    .canButtonEinz{
        font-size: 14px;
        width: 90px;
        border-radius: 10px;
        padding: 5px;
    }
    .FirmaVorherButton{
        font-size: 12px;
        width: 140px;
        border-radius: 8px;
        padding: 6px;
    }
    input{
        font-size: 14px;
    }
    #absenden
    {
        width: 120px;
        padding: 8px 0px;
        font-size: 18px;
    }

}

@media  screen and (max-width: 440px){
    #Zustimmung h3{
        font-size: 13px;
    }
    .canButtonEinz{
        font-size: 12px;
        width: 80px;
        border-radius: 8px;
        padding: 4px;
    }
    input{
        font-size: 12px;
    }
    .checkInput{
        width: 100%;
    }

}

@media  screen and (max-width: 355px){
    .divFirma input{
        width: 100%;
    }
}