/* CSS Tekstpagina contact-formulier */

.reactieform {
position:relative;
width:100%;
height:auto;
text-align:left;
}

.reactieform .veld {
width:100%;
height:auto;
display:flex;
}

.reactieform .veldtekst {
width:25px;
height:auto;
text-align:center;
}
.reactieform .veldtekst img {
width:15px;
height:auto;
margin:10px 0 0 0;
border:none;
}

.reactieform .veldinput {
width:calc(100% - 25px);
height:auto;
font-size:1em;
white-space:nowrap;
padding:3px 0;
vertical-align:baseline;
}
.reactieform .veldinput input {
width:100%;
height:auto;
}
.reactieform .veldinput textarea {
width:100%;
height:auto;
padding:10px;
}

.reactieform .button {
max-width:50%;
}