/* 
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
*/

/*	G R A V I T Y  F O R M S ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::	*/

.gform_wrapper .left_label input.large,
.gform_wrapper .left_label textarea.large {
	width: 100% !important;	
}

[type="submit"], button {
    display: inline-block;
    font-weight: 400;
	text-transform: uppercase;
    color: #fff !important;
	letter-spacing:2px;
    text-align: center;
    background-color: #98c219 !important;
    border: 1px solid #98c219 !important;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 0px !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

[type="submit"]:focus, [type="submit"]:hover {
    color: #fff !important;
    background-color: #84a816 !important;
	border: 1px solid #84a816 !important;
    text-decoration: none;
}

[type="button"], button {
    display: inline-block;
    font-weight: 400;
	text-transform: uppercase;
    color: #666 !important;
	letter-spacing:2px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #666 !important;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 0px !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

[type="button"]:focus, [type="button"]:hover, button:focus, button:hover {
    color: #000 !important;
    background-color: #fff !important;
	border: 1px solid #000 !important;
    text-decoration: none;
}

.gform_wrapper.gf_browser_gecko select {
    padding: 6px 12px 6px 1px !important;
}

.gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 0px !important;
    width: 100% !important;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    border-radius: 0px !important;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: normal !important;
    font-size: inherit;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    line-height: 1.5;
    font-size: inherit !important;
}

.gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
    font-size: 16px;
}

.gform_legacy_markup_wrapper .chosen-container .chosen-results {
    font-size: 16px;
}
	
/* Gform Gesamtbetrag Schrift fett, größer und schwarz :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  */

.gform_wrapper .ginput_total {
    color: #000 !important;
    font-size: 22px !important;
    font-weight: bold;
}
}