@media (max-width:1450px){
    .BSHL{
        width: 18%;
    }
    .dragBox{
       width: 100%;
    }
    .dragCollumn{
        width: 50%;
    }
}
@media (max-width:1250px){
    .BSHL{
        width: 17%;
    }
    .contactContent{
        width: 100%;
    }
    .contactContentRight{
        left: 232px;        
    }
    .growMobile{
        opacity: 1;
        z-index: 10;
    }
    .shrinkMobile{
        opacity: 0;
        z-index: 0;
    }
    .showArrowMobile{
        display: flex;
    }
}
@media (max-width:1050px){
    .BSHL{
        width: 20%;
    }
    .hideDesktop{
        display: flex !important;
    }
    .hideMobile{
        display: none !important;
    }
    .mobileOverlay{
        display: flex;
    }
    nav{
        width: 100%;
        height: 40px;
        top: unset;
        bottom: 0;
        flex-direction: row;
        justify-content: center;
        background-color: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dragArea{
        width: 90%;
        left: unset;
        margin-right: 20px;
        margin-bottom: 50px;
     }
    main{
        left: unset;
    }
    .main-right-tasks{
        margin: 0;
    }
    .main-right-top{
        margin-top: 30px;
        justify-content: center;
    }
    .main-right-bottom{
        justify-content: center;
        margin-bottom: 80px;
    }
    .addTaskMain{
        left: 20%;
    }
    .contactContent{
        left: unset;
        
        padding-left: 0;
        height: calc(98vh - 170px);
    }
    .contactContentRight{
        left: 0;
    }
    .contactBox{
        margin-left: 0;
    }
    .impressumContent{
        left: 50px;
    }
    .letterBox{
        margin-left: 20px;
    }
    .avatar{
        margin-left: 20px;
        margin-right: 10px;
    }
}
@media (max-width: 850px){
    .btn-posRB{
        z-index: 20;
    }
    .dragArea{
        flex-wrap: wrap;
    }
    .searchPart{
        left: 20%;
    }
    .dragCollumn{
        max-width: 30%;
        min-height: 150px;
    }
    .BSHL{
        min-width: 100%;
        position: unset;
    }
    .addTaskMain{
        left: 10%;
    }
    .task-urgent{
        width: 80%;
        margin-left: 5px;
    }
    .dragBox{
        min-height: 150px;
    }

}
@media (max-width: 700px){
    .loginBox{
        width: 90%;
        margin-top: 30px;
    }
    .dragCollumn{
        max-width: 45%;
        min-height: 10%;
    }
    .searchPart{
        position: absolute;
        left: unset;
        width: 95%;
    }
    .dragArea{
        margin-left: 20px;
        margin-right: 20px;
    }
    .addTaskMain{
        left: 0;
        margin-left: 20px;
        width: 90%;
    }
}
@media (max-width: 600px){
    nav{
        height: 50px;
    }
    .navLink{
        flex-direction: column;
    }
    .navLink img{
        margin: 0;
    }
    .navLink p{
        margin: 0;
    }
    .activ{
        padding: 10px;
    }
    .mobileOverlay{
        flex-direction: column;
    }
    .task-urgent{
       margin: 5px;
    }
    .verticalLine{
        margin: 5px;
    }
    .task-urgent-left{
        margin: 20px;
    }
}
@media (max-width: 500px){
    .dragCollumn{
        min-width: 100%;
        min-height: 10%;
    }
    .searchBox{
        margin-left: 20px;
        width: 50%;
    }
    .searchPart{
        height: 80px;
    }
    .dragArea{
        top: 160px;
        margin: 10px;
        justify-content: center;
        width: 95%;
        margin-bottom: 60px;
    }
    .dragBox{
        margin: 0;
        min-height: 80%;
    }
    .BSHL{
        margin-bottom: 10px;
    }
    .priorityBtn button{
        width: 30%;
        font-size: 15px;
    }
    #description{
        width: 100%;
    }
    .task-urgent-left{
        margin: 0px;
    }
    .signIn{
        right: unset;
        top: unset;
        bottom: 50px;
    }
    #loginEmail{
        width: 80%;
    }
    #loginPassword{
        width: 80%;
    }
    #signUpName{
        width: 80%;
    }
    #signUpEmail{
        width: 80%;
    }
    #signUpPW{
        width: 80%;
    }
    #reset1Password{
        width: 80%;
    }
    #reset2Password{
        width: 80%;
    }
    .btn{
        width: 100%;
    }
    .remember{
        flex-direction: column;
        gap: 0;
    }
    .forgotten{
        text-align: center;
    }
    .btn-posRB{
        width: 170px;
        height: 35px;
        top: 105px;
        right: 20px;
        z-index: 20;
    }
    .showArrowMobile{
        left: 20px;
    }
    .contactHeadBox {
        flex-direction: column;
    }
    .saveChanges{
        width: 200px;
        margin-left: 20% !important;
    }
}