* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

.abschluss{
    padding-bottom: 80px;
}

.form-control{
    margin: 10px;
    padding: 8px 8px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: 50%;
    float: right;
    width: 215px;
    font-size: 16px;
}

.form-control-radio{
    margin: 10px;
    padding: 8px 8px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-control-none{
    display: none;
}

.div-input{
    display: block;
    height: 58px;
}

.div-input-teil-voll{
    height: 58px;
}

.div-input-none{
    display: none;
}

.p-lable{
    max-width: 50%;
    float: left;
    display: block;
    padding-top: 19px;
    font-size: 16px;
}

.p-lable-100{
    max-width: 100%;
    float: left;
    display: block;
    padding-top: 19px;
}

.a-mv{
    float: right;
    text-align: center;
    width: 215px;
    margin: 10px;
    padding: 8px 8px;
    border: 1px solid #002366;
    border-radius: 4px;
    background-color: #002366;
    color: #ffffff;
    text-decoration: none;
}

.a-mv:hover{
    background-color: #FF8E22;
    border-color: #FF8E22;
    box-shadow: 0 0 4px 0 gray;
}

.submit-antrag{
    margin: 10px;
    background-color: #002366;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    color: #ffffff;
    border: 0;
    font-size: 18px;
}

.submit-antrag:hover{
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 40%);
    color: #002366;
    background-color: #ffffff;
    cursor: pointer;
}


.form-abschluss-end{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    min-height: 550px;
}

.abschluss-block{
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: flow-root;
}

.abschluss-block-links{
    float: left;
    width: 45%;
}

.abschluss-block-rechts{
    float: right;
    width: 45%;
    text-align: left;
}

.angebot-over-p{
    font-size: 18px;
}

.vorgang{
    padding-top: 25px;
}

.div-block-form-top{
    min-height: 100px;
}

.img-block{
    text-align: center;
}

.anrede{
    margin-left: 15px;
}

.tab{
    display: none;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: none;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}

#submitBtn{
    display: none;
    float: right;
}

#nextBtn{
    float: right;
}

#prevBtn{
    float: left;
}

.form-check{
    margin-top: 19px;
    height: 20px;
}

.form-p-input{
    margin-left: 0;
}

.p-long{
    padding-top: 10px;
}

.div-voraussetzungen{
    margin-top: 25px;
    border: 1px solid #BDBDBD;
}

.p-voraussetzungen{
    padding: 10px;
}

.div-hinweise{
    margin-top: 25px;
}

.p-hinweise{
    padding: 10px;
    line-height: 24px;
}

.div-table{
    margin-top: 25px;
}

table{
    border-collapse: collapse;
}

td, th{
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.form-checkbox{
    margin-top: 29px;
    height: 20px;
}

.p-lable-70{
    max-width: 70%;
    float: left;
    display: block;
    padding-top: 19px;
}

.a-check-agb-dsgvo{
    color: #333333;
}

.a-check-agb-dsgvo:hover{
    color: #FF8E22;
}

.file{
    position: absolute;
    margin-left: 677px;
}

.file-two{
    position: absolute;
    margin-left: 698px;
}

.file-three{
    position: absolute;
    margin-left: 658px;
}

.filecheck{
    background-color: #FFFFFF;
}




/*Alert Box*/

.container-alert{
    height: 200px;
    width: 400px;
    margin-top: -300px;
    margin-left: -200px;
    position: absolute;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 40%);
}

.alert-inside{
    padding: 10px;
    text-align: center;
    margin-top: 30px;
}

#btn-alert{
    margin: 20px;
    background-color: #002366;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    color: #ffffff;
    border: 0;
    font-size: 18px;
}

#btn-alert:hover{
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 40%);
    color: #002366;
    background-color: #ffffff;
    cursor: pointer;
}

.p-alert{
    font-size: 20px;
    color: #575757;
}

.center-text{
    text-align: center;
    font-size: 24px;
}

.required-select:invalid {
    border: 2px solid red;
}

#email:focus-visible {
    outline: none;
}

@media screen and (max-width: 750px) {
    .abschluss-block-links, .abschluss-block-rechts, .abschluss-block-center{
        float: none;
        width: 100%;
        text-align: left;
        padding: 0 10px;
    }

    .textvoraus{
        width: 70%;
    }

    .checkvoraus{
        width: 30%;
        margin-top: -22px;
    }
}
