.header{
    margin-top: 12vh;
    height: 40vh;
    width: 100%;
    justify-content: center;
    background-color: #d9d9d9;

}

.headline{
    font-size: 2.5rem;
    font-weight: 750;
    align-self: center;
}

.maincont{ 
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
}

.form-wrapper{
    width: 70%;
    max-width: 850px;
    height: auto;
    flex-direction: row;
}

.left{
    background-color: #FF9553;
    position: relative;
    width: 40%;
    padding: 6vh;
}

.right{
    background-color: #FF9553;

    width: 60%;

}

.formcont{
    position: relative;
    width: 100%;
    display: flex;
    margin: 4vh;
    flex-direction: column;
    padding: 2rem;
}

.form{
    width: 90%;
    margin: 2vh;
    padding: 1rem;
    background-color: #d9d9d9;
    opacity: 0.5;
}

.button{
    border: 1px;
    border-radius: 1.5rem;
    width: 22vh;
    height: 3rem;
    margin-top:1rem;
    font-size: 1rem;
    font-weight: 700;
    opacity: 1;
    background-color: #d9d9d9;
}

.touch {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 1vh;
}

.listImage {
    margin: 2px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.headwrapper{ 
    height: auto !important;
}

.headcontact{
    margin-bottom: 10%;
}

.formtitle{
    display: none !important;
}

@media screen and (max-width :768px){
    #leftform{
        display: none;
        
    }
    .form-wrapper{
        width: 100% !important;
        justify-content: center;
        margin: 5%;
        margin-top: 5vh !important;
    }
    .right{
        width: 100% !important;
    }
    .formcont{
        margin: 0;
        margin-top: 0;
    }
    .formtitle{
        display: block !important;
        font-size: 1.5rem;
        padding: 3vh;
        font-weight: 720;
    }
    .form{
        margin: 1vh;
        border-bottom: 3px solid #ffffff;
    }
    .button{
        margin: 2vh;
    }
}
