/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/

/*Anpassungen Formulare auf Formularseite*/
/*Allgemein*/
#bm-forms label{font-weight:600;font-size:16px;margin-bottom:15px}
#bm-forms input.wpcf7-text, #bm-forms input.wpcf7-date{width:390px;display:block;margin-top:5px}
#bm-forms .wpcf7-list-item{display:block;margin:10px}
/*ENDE*/
@media screen and (min-width:1755px){
/*3 Spalten*/
#bm-forms .form-cols-3-bm{border:1px solid #000;display:inline-block;padding:10px;width:100%}
#bm-forms .form-col-1-bm{width:31%;float:left}
#bm-forms .form-col-2-bm{width:31%;float:left}
#bm-forms .form-col-3-bm{width:31%;float:left;margin-top:-5px}
/*ENDE*/
/*2 Spalten*/
#bm-forms .form-cols-2-bm{display:inline-block;width:100%}
#bm-forms .form-col-2-1-bm{width:31%;float:left}
#bm-forms .form-col-2-2-bm{width:31%;float:left}
#bm-forms p{width:70%}
/*ENDE*/
/*2 Spalten Tabellenoptik*/
#bm-forms .form-cols-2-table-bm{display:inline-block;width:100%;padding:10px;border:1px solid #000}
#bm-forms .form-col-1-table-bm{width:30%;float:left;border:1px solid #000;margin-right:20px}
#bm-forms .form-col-2-table-bm{width:68%;float:left;border:1px solid #000;padding:10px}
#bm-forms .form-col-1-table-bm .wpcf7-list-item{margin-bottom:55px}
#bm-forms .form-col-2-table-bm p{width:100%}
/*ENDE*/
}
/*ENDE*/