/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* === Betontrennverfahren CF7 layout === */
.btf-form-wrap {
  display: flex;
  gap: 20px;
}

.btf-col-left,
.btf-col-right {
  width: 50%;
}



/* Make message box tall like original */
.btf-col-right textarea {
  height: 100%;
  min-height: 180px;
  resize: vertical;
      height: 192px;
}

/* Mobile layout */
@media (max-width: 768px) {
  .btf-form-wrap {
    flex-direction: column;
  }

  .btf-col-left,
  .btf-col-right {
    width: 100%;
  }

  .btf-col-right textarea {
    min-height: 150px;
  }
}
.btf-col-left input,
.btf-col-right textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 5px;
}
label {
    margin-bottom: .25rem;
}
[type=button], [type=submit], button  {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #fff;
    background-color: #2a7cb9;
    border-color: #2a7cb9;
	width: 88%;
    margin-top: 30px;
}
a {
    background-color: transparent;
    color: #121212;
    text-decoration: none;
}
[type=button], [type=submit]:hover, button:hover  {
	background-color:#121212;
}
.wpcf7-not-valid-tip {
    color: #121212;!important;
}