#contact{
    margin-top: 40px;
    background: none;
    margin-bottom: 140px;
    width: 100%;
    display: block;
    text-align: center;
}

form{
    display: block;
    width: 100%;
}

#singlelineholder{
    /*float: left;*/
    display: block;
}

#message{
    /*float: left;*/
    display: block;
}

#submitholder{
    float: left;
    width: 100%;
}

/*hpot*/
.mailfff{
    display: none;
}
.mailfff input{
    display: none;
}

input[type=text],input[type=email]{
    margin-bottom: 20px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px; 
    height: 60px;
    width: 80%;
    background: none;
    border: 3px solid var(--contact-border-color);
    font-size: 16px;
}

form textarea{
    margin-top: 20px;
    padding: 20px;
    height: 170px;
    width: 80%;
    background: none;
    border: 3px solid var(--contact-border-color);
    font-size: 20px;
}

#submit{
    margin-top: 20px;
    height: 60px;
    width: 400px;
    border: none;
    background: var(--contact-button-color);
    color: white;
    font-weight: bold;
    font-size: 20px;
}

#submit:disabled{
    opacity: 0.5;
}

#submit:hover{
    opacity: 0.5;
    transition: 0.5s;
}

#dataprotectholder{
    margin-top:30px;
    margin-bottom:20px;
    font-family: var(--main-font-family);
    font-size: var(--font-size-medium);
}

input[type=checkbox]{
	transform: scale(2.0);
	font-size: 30px;
	margin-right: 15px;
}

.responsemessage{
	color:darkred;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hidden{
    display: none;
}

@media only screen and (max-width : 840px) 
{
    .singlelineinput{
        width: 80%;
    }

    form textarea{
        width: 80%;
    }
}
