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

#anfrage .price{
	float:right;
	margin-top:6px;
	margin-left:10px;
}


#anfrage .elementor-message-success{
    color:#fff;
    background-color:#008843;
    padding:15px;
}

#anfrage a{
    color:#0BBBEF;
}

#anfrage .elementor-field-type-checkbox .elementor-field-option,
#anfrage .elementor-field-type-radio .elementor-field-option,
#anfrage .elementor-field-type-acceptance .elementor-field-option{
    display:flex;
    align-items: baseline;
}

#anfrage input[type=checkbox],
#anfrage input[type=radio]{
    display:block;
    height:18px;
    width:18px;
    margin-right:10px;
	position:relative;
	top:3px;
}

#anfrage .elementor-field-type-checkbox label,
#anfrage .elementor-field-type-radio label{
    width:100%;
    display:flex;
    align-items:flex-end;
    margin-bottom:8px;
    line-height:1.5rem;
}

#anfrage .elementor-field-type-checkbox .price{
        min-width: 80px;
        flex:1;
    text-align: right;
    margin-top:0;
    
    display:block;
}


