/*
Theme Name: Elanders Group
Author: WebThinker GmbH
Author URI: https://www.webthinker.de/
Description: WordPress Theme for the Elanders Group Website
Version: 1.0
Tags: Elanders, Elanders Group, WebThinker
Text Domain: elanders
*/

textarea.wpcf7-form-control.wpcf7-textarea{
    width: 100%;
    display: block;
    padding: 5px 11px 7px;
    border: 1px solid #ccc;
    margin-top: 8px;
    color: #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .1s ease-out border;
    -moz-transition: .1s ease-out border;
    -ms-transition: .1s ease-out border;
    -o-transition: .1s ease-out border;
    transition: .1s ease-out border;
}