Or can man even adjust the transparency, if so where?
See Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
If you find you need more detailed advice, after reading and working through the above link, please include a link to your Contact Form 7 form, so others here can examine your form in detail using Firebug or Chrome Dev Tools to understand the CSS used for your CF7 form elements and provide you with a possible solution.
thanks for the information.
I only need a white border around the text boxes so you can see this better
You may provide me with a link as mentioned in my earlier reply.
sorry here the site with the formular
http://daniel-schoenemann.de/kontakt/
I could also imagine the transparency to decrease, rather than the white borders
You can do something like the code below to change the opacity of your email field at the link you have provided.
.wpcf7 .wpcf7-form-control.wpcf7-email {
background-color: rgba(255, 255, 255, 0.9);
}
Suggest you go through the link I have provided in my reply above to help you make changes to the other fields.
You may add your CSS via https://wordpress.org/plugins/simple-custom-css/
Yes it worked, would you be kind enough to tell me how I adapt the code to the remaining input fields?