* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.contaner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 11px;
}

body {
    background-color: #F6F7F8;
}

::placeholder {
    color: #D1D1D1;
}

/* .............. nav start ............................. */

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 67px;
}

.signup-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-right: 55px;
}

.anim_div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #FFFFFF;
}

.startParDiv {
    position: absolute;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 33;
}

.startParImg {
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    opacity: 1;
    top: 40%;
    left: 40%;
    width: 400px !important;
    height: 250px;
    z-index: 34;
    fill: #2A3647;
}

.addAnimDiv {
    animation: animDiv 3s;
    animation-delay: 2s;
    animation-iteration-count: 1;
}

.animation {
    animation: animImg 3s;
    animation-delay: 2s;
}

.errorMessage {
    color: red;
    /* margin: -23px; */
    /* margin-bottom: 8px; */
    position: fixed;
    top: 543px;
    font-size: 12px;
    left: auto;
    margin-left: -17px;
}

@keyframes animImg {
    from {
        top: 40%;
        left: 40%;
        width: 400px;
        height: 250px;
    }

    to {
        width: 205px;
        height: 120px;
        top: 80px;
        left: 17px;
        animation-play-state: paused;
        fill: #2A3647;
    }
}

@keyframes animDiv {
    from {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    to {
        opacity: 0;
        top: 0;
        left: 0;
    }
}

.join_image {
    width: 100px;
    position: absolute;
    top: 80px;
    left: 70px;
    fill: #2A3647;
}

/* .join_image.paused {
    animation-play-state: paused;
} */

/* .anim_div.paused {
    animation-play-state: paused;
} */

.join-info {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    cursor: default;
    font-family: 'Inter', sans-serif;
}

.signup-button {
    display: flex;
    width: 91px;
    height: 49px;
    padding: 15px, 16px, 15px, 16px;
    border-radius: 8px;
    background: #2A3647;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.signup-button:hover {
    background-color: #29ABE2;
    cursor: pointer;
}

/* .............. nav end ............................. */

/* .............. login star ............................. */

/* .parent_loginDiv {} */

.loginDiv {
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.04);
    max-width: 653px;
    margin: 143px auto;
    padding: 48px 115px;
    background-color: #ffffff;
    border-radius: 30px;
    margin-bottom: 190.5px;
}

.block_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.flexb_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.min_line {
    height: 3px;
    width: 150px;
    background-color: #29ABE2;
}

.title {
    font-family: 'Inter', sans-serif;
    font-size: 61px;
    font-weight: 700;
    line-height: 73px;
    color: #000000;
}

.main-login {
    height: 196px;
    margin-bottom: 32px;
}

.password_login {
    width: 422px;
    height: 152px;
}

.input_email {
    background-image: url(../assets/img/anmeldung\ Image/mail.png);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: calc(100% - 21px) center;
    width: 422px;
    height: 48px;
    padding: 12px 21px;
    border: 1px solid;
    margin-bottom: 10px;
    border-radius: 10px;
    border-color: #D1D1D1;
    background-color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

.margin-bottom-login {
    margin-bottom: 24px;
}

.margin-top-login {
    margin-top: 6px;
}

.input_email:focus {
    outline: 2px solid #29ABE2;
}

.input-error-login-email {
    font-size: 12px;
    color: red;
    position: relative;
    top: -9px;
}

.input-error-login-pw {
    font-size: 12px;
    color: red;
    position: relative;
    top: -38px;
}

.d-none {
    display: none;
}

.input_password {
    width: 422px;
    height: 48px;
    padding: 12px 21px;
    border: 1px solid;
    margin-bottom: 10px;
    border-radius: 10px;
    border-color: #D1D1D1;
    background-color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

.passwordImage {
    position: relative;
    top: -45px;
    right: -377px;
    cursor: pointer;
}

.input_password:focus {
    outline: 2px solid #29ABE2;
}

.checkbox_input {
    border-radius: 3px;
    width: 24px;
    height: 24px;
}

.block_Remember {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: 422px;
    height: 24px;
    padding: 22px 42px;
    border-radius: 15px;
}

.span_remember {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #000000;
    cursor: default;
    font-family: 'Inter', sans-serif;
}

.block_btn {
    /* width: 345px; */
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.button_login {
    width: 110px;
    height: 48px;
    border-radius: 8px;
    padding: 15px 24px;
    background-color: #2A3647;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 25.2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
}

.button_login:hover {
    background-color: #29ABE2;
    border: none;
    cursor: pointer;
}

.second_button_login {
    width: 177px;
    height: 48px;
    border: 1px solid;
    border-radius: 8px;
    padding: 15px 23px;
    background-color: #FFFFFF;
    color: #2A3647;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    /* Hier wurde die Einheit korrigiert */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

.second_button_login:hover {
    color: #29ABE2;
    border-color: #29ABE2;
}

.footer {
    width: 246px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: auto;
}

.Privacy_div {
    width: 121px;
    height: 35px;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

.legal_notice {
    width: 109px;
    height: 35px;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

.aLink {
    font-family: 'Inter', sans-serif;
    color: #A8A8A8;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

.aLink:hover {
    color: #29ABE2;
}

.passwordImageError {
    position: relative;
    top: -45px;
    right: -377px;
    cursor: pointer;
}

.messageEmptyInput {
    position: absolute;
    margin-top: -7px;
    font-size: 12px;
    margin-left: 7px;
    color: red;
    font-family: 'Inter';
}

.passworEmptyInput {
    position: absolute;
    top: 500px;
}

.passworEmptyInput {
    position: absolute;
    top: 541px;
    font-size: 12px;
    margin-left: 8px;
    color: red;
}
        
      @media(max-width:1000px){

 
    @media screen {
        .anim_div {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background-color: #FFFFFF;
        }
        
        .startParDiv {
            position: absolute;
            background-color: #FFFFFF;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 1;
            z-index: 33;
        }
        
        .startParImg {
            position: absolute;
            top: 80px;
            right: 0;
            bottom: 0;
            opacity: 1;
            top: 40%;
            left: 30%;
            width: 400px !important;
            height: 250px;
            z-index: 34;
            fill: #2A3647;
        }
        .addAnimDiv {
            animation: animDiv 3s;
            animation-delay: 2s;
            animation-iteration-count: 1;
        }
        
        .animation {
            animation: animImg 3s;
            animation-delay: 2s;
        }   

        @keyframes animImg {
            from {
                top: 40%;
                left: 38%;
                width: 400px;
                height: 250px;
            }
        
            to {
                width: 205px;
                height: 120px;
                top: 80px;
                left: 17px;
                animation-play-state: paused;
                fill: #2A3647;
            }
        }
        
        @keyframes animDiv {
            from {
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: 1;
            }
        
            to {
                opacity: 0;
                top: 0;
                left: 0;
            }
        }
          
    }
    }          
 


  

    @media(max-width:694px){
   
         @media screen {
                
            .anim_div {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                
                background-color: #FFFFFF;
            }
        
            .startParDiv {
                position: absolute;
                background-color: #2A3647;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: 1;
                z-index: 33;
            }
        
            .startParImg {
                position: absolute;
                top: 80px;
                right: 0;
                bottom: 0;
                opacity: 1;
                top: 40%;
                left: 20%;
                width: 400px !important;
                height: 250px;
                z-index: 34;
                fill: #FFFFFF;
            }
        
            /* .addAnimDiv {
                animation: animDiv 3s;
                animation-delay: 2s;
                animation-iteration-count: 1;
            } */
/*         
            .animation {
                animation: animImg 3s;
                animation-delay: 2s;
            } */
        
            @keyframes animImg {
                from {
                    top: 40%;
                    /* left: 10%; */
                    width: 400px;
                    height: 250px;
                }
        
                to {
                    width: 120px;
                    height: 120px;
                    top: 80px;
                    left: 60px;
                    animation-play-state: paused;
                    fill: #2A3647;
                }
            }
        
            @keyframes animDiv {
                from {
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    opacity: 1;
                    height: 100vh;
                }
        
                to {
                    opacity: 0;
                    top: 0;
                    left: 0;
                    
                }
            }
        }
        

           


         }
          
    




   


@media(max-width: 500px) {
    /* body {
        background-color: #F6F7F8;
        position: fixed;
        left: 0px;
        right: 0px;
        height: 100vh;
    } */

    .margin-bottom-login {
        width: 337px;
    }

    .input_email {
        width: 100%;
    }

    .input_password {
        width: 100%;
    }

    .block_Remember {
        width: 333px;
    }

    .anim_div {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: #FFFFFF;
    }

    .startParDiv {
        position: absolute;
        background-color: #2A3647;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        z-index: 33;
    }

    .startParImg {
        position: absolute;
        top: 80px;
        right: 0;
        bottom: 0;
        opacity: 1;
        top: 40%;
        left: 20%;
        width: 400px !important;
        height: 250px;
        z-index: 34;
        fill: #FFFFFF;
    }

    .addAnimDiv {
        animation: animDiv 3s;
        animation-delay: 2s;
        animation-iteration-count: 1;
    }

    .animation {
        animation: animImg 3s;
        animation-delay: 2s;
    }

    @keyframes animImg {
        from {
            top: 40%;
            left: 20%;
            width: 400px;
            height: 250px;
        }

        to {
            width: 73px;
            height: 73px;
            top: 40px;
            left: 44px;
            animation-play-state: paused;
            fill: #2A3647;
        }
    }

    @keyframes animDiv {
        from {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 1;
        }

        to {
            opacity: 0;
            top: 0;
            left: 0;
        }
    }

    .join_image {
        width: 60px;
        position: absolute;
        top: 40px;
        left: 50px;
        fill: #2A3647;
    }

    .loginDiv {
        height: 515px;
        margin-top: 77px;
    }

    .signup-div {
        position: absolute;
        top: 778px;
        left: 70px;
        gap: 35px;
        margin-top: -56px;
    }

    .title {
        font-size: 40px;
        align-items: center;
        margin-block-start: 0;
        margin-block-end: 0;
    }

    .min_line {
        height: 3px;
        width: 80px;
        background-color: #29ABE2;
    }

    .main-login {
        height: 196px;
        margin-bottom: 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .password_login {
        width: 333px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .input_email,
    .input_password {
        background-position: calc(100% - 15px);
        width: 100%;
    }

    .errorMessage {
        position: fixed;
        top: 431px;
        left: auto;
        margin-left: -357px;
    }

    .passwordImage {
        position: relative;
        top: -47px;
        right: -296px;
        cursor: pointer;
    }

    .block_btn {
        flex-direction: column;
        gap: 21px;
    }

    .button_login,
    .second_button_login {
        width: 180px;
        height: 51px;
    }

    .footer {
        position: absolute;
        top: 800px;
        right: 0;
        left: 0;
    }

  
    .passworEmptyInput {
        position: absolute;
        top: 429px;
        font-size: 12px;
        left: auto;
        margin-left: -191px;
        color: red;
    }
}

@media(max-width: 460px) {
    .anim_div {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: #FFFFFF;
    }

    .startParDiv {
        position: absolute;
        background-color: #2A3647;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        z-index: 33;
    }

    .startParImg {
        position: absolute;
        top: 80px;
        right: 0;
        bottom: 0;
        opacity: 1;
        top: 40%;
        left: 10%;
        width: 400px !important;
        height: 250px;
        z-index: 34;
        fill: #FFFFFF;
    }

    .addAnimDiv {
        animation: animDiv 3s;
        animation-delay: 2s;
        animation-iteration-count: 1;
    }

    .animation {
        animation: animImg 3s;
        animation-delay: 2s;
    }

    @keyframes animImg {
        from {
            top: 40%;
            /* left: 10%; */
            width: 400px;
            height: 250px;
        }

        to {
            width: 73px;
            height: 73px;
            top: 40px;
            left: 44px;
            animation-play-state: paused;
            fill: #2A3647;
        }
    }

    @keyframes animDiv {
        from {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 1;
        }

        to {
            opacity: 0;
            top: 0;
            left: 0;
        }
    }
}






@media(max-width:390px) {
    .loginDiv {
        height: 515px;
        margin-top: 77px;
        z-index: 0;
    }

    .main-login {
        width: unset;
    }

    @media screen {
        .contaner {
            position: fixed;
            width: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin-left: auto;
        }
    }

    .anim_div {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: #FFFFFF;
    }

    .startParDiv {
        position: absolute;
        background-color: #2A3647;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        z-index: 33;
    }

    .startParImg {
        position: absolute;
        top: 80px;
        right: 0;
        bottom: 0;
        opacity: 1;
        top: 40%;
        left: 10%;
        width: 360px !important;
        height: 250px;
        z-index: 34;
        fill: #FFFFFF;
    }

    .addAnimDiv {
        animation: animDiv 3s;
        animation-delay: 2s;
        animation-iteration-count: 1;
    }

    .animation {
        animation: animImg 3s;
        animation-delay: 2s;
    }

    @keyframes animImg {
        from {
            top: 40%;
            /* left: 40%; */
            width: 400px;
            height: 250px;
        }

        to {
            width: 73px;
            height: 73px;
            top: 40px;
            left: 44px;
            animation-play-state: paused;
            fill: #2A3647;
        }
    }

    @keyframes animDiv {
        from {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 1;
        }

        to {
            opacity: 0;
            top: 0;
            left: 0;
        }
    }


}

@media(max-width:375px) {

    @media screen {
        .contaner {
            position: fixed;
            /* width: auto; */
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin-left: auto;

        }

        .contaner {
            position: fixed;
            /* width: auto; */
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin-left: auto;
        }


        .footer {
            position: absolute;
            top: 635px;
            right: 0;
            left: 0;
        }

        .loginDiv {
            height: 461px;
            margin-top: 47px;
            z-index: 0;
        }

        .signup-div {
            position: absolute;
            top: 648px;
            left: 56px;
            gap: 35px;
            margin-top: -56px;
            margin-bottom: 35pxx;
        }

        .block_Remember {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 8px;
            height: 33px;
            padding: 22px 42px;
            border-radius: 15px;
            position: absolute;
            top: 403px;
        }

        .block_btn {
            flex-direction: column;
            gap: 5px;
            position: absolute;
            top: 481px;
            left: 90px;
        }   

        .passworEmptyInput {
            position: absolute;
            top: 396px;
            left: 4%;
            font-size: 12px;
            margin-left: 8px;
            color: red;
        }
          
    }   

    
       
}



@media(max-width:365px) {
    .errorMessage {
        position: fixed;
        top: 431px;
        left: auto;
        margin-left: -329px;
    }  
   @media screen {
  
    .passworEmptyInput {
        position: absolute;
        top: 396px;
        left: 3%;
        font-size: 12px;
        margin-left: 8px;
        color: red;
    }
   
     
}
}   
      @media(max-width:350px){
          
        @media screen {
  
            .passworEmptyInput {
                position: absolute;
                top: 394px;
                left: 11%;
                font-size: 12px;
                color: red;
            }
           
             
        }

            
      }
  




@media(max-width:344px) {
    .errorMessage {
        position: fixed;
        top: 431px;
        left: auto;
        margin-left: -312px;
    }

    .passworEmptyInput {
        position: absolute;
        top: 394px;
        left: 11%;
        font-size: 12px;
        /* margin-left: 31px; */
        color: red;
    }

    .messageEmptyInput {
        position: absolute;
        margin-top: -7px;
        font-size: 12px;
        margin-left: 3px;
        color: red;
        font-family: 'Inter';
    }

    


}

@media(max-width:339px) {

    .anim_div {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: #FFFFFF;
    }

    .passworEmptyInput {
        position: absolute;
        top: 395px;
        left: 27px;
        font-size: 12px;
        /* margin-left: 31px; */
        color: red;
    }

    .messageEmptyInput {
        position: absolute;
        margin-top: -7px;
        font-size: 12px;
        margin-left: 2px;
        color: red;
        font-family: 'Inter';
    }

    .startParDiv {
        position: absolute;
        background-color: #2A3647;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        z-index: 33;
    }

    .startParImg {
        position: absolute;
        top: 80px;
        right: 0;
        bottom: 0;
        opacity: 1;
        top: 40%;
        left: 5%;
        width: 360px !important;
        height: 250px;
        z-index: 34;
        fill: #FFFFFF;
    }

    .addAnimDiv {
        animation: animDiv 3s;
        animation-delay: 2s;
        animation-iteration-count: 1;
    }

    .animation {
        animation: animImg 3s;
        animation-delay: 2s;
    }

    @keyframes animImg {
        from {
            top: 40%;
            left: 3%;
            width: 400px;
            height: 250px;
        }

        to {
            width: 73px;
            height: 73px;
            top: 40px;
            left: 44px;
            animation-play-state: paused;
            fill: #2A3647;
        }
    }

    @keyframes animDiv {
        from {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 1;
        }

        to {
            opacity: 0;
            top: 0;
            left: 0;
        }
    }


}



@media(max-width:372px) {
    .title {
        font-size: 30px;
        align-items: center;
        margin-block-start: 0;
        margin-block-end: 0;
    }
}


@media(max-width:364px) {

    .input_email,
    .input_password {
        background-position: calc(100% - 15px);
        width: 100%;
    }

    .signup-div {
        position: absolute;
        top: 778px;
        left: 39px;
        gap: 35px;
        margin-top: -56px;
    }
}

@media(max-width:341px) {
    .title {
        font-size: 26px;
        align-items: center;
        margin-block-start: 0;
        margin-block-end: 0;
    }

    .input_email,
    .input_password {
        background-position: calc(100% - 15px);
        width: 100%;
    }
}


@media(max-width:325px) {
    .signup-div {
        position: absolute;
        top: 778px;
        left: 24px;
        gap: 30px;
        margin-top: -56px;
    }

    .footer {
        position: absolute;
        top: 800px;
        right: 0;
        left: -24px;
    }
}

@media(max-width: 350px) {
    .password_login {
        width: 270px;
    }

    .margin-bottom-login {
        width: unset;
    }

    .passwordImage {
        position: relative;
        top: -47px;
        right: -234px;
    }
}