/*
Theme Name: KÜS Theme 2023
Theme URI: https://github.com/elementor/hello-theme/
Description: Das offizielle Website-Theme der KÜS
Author: Kai Hehl, KÜS PPR
Author URI: https://kues.de/
Template: hello-elementor
Version: 1.0.1
Text Domain: kues-theme-2023
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
*/

/************************/
/* Formulare */
/************************/

/* Label-Abstände vergrößern */
.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
  margin-bottom:15px;
}

/* Fortschrittsanzeige */
.frm_rootline_group {

}
.frm_rootline > .frm_rootline_single {
    align-items: baseline;
    padding:0;
}

.frm_rootline_single input {
  margin:0;
}
.frm_rtl .frm_rootline.frm_show_lines > .frm_rootline_single:first-child::after, .frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:after, .frm_rootline.frm_show_lines > .frm_rootline_single:after {
  left:0;
}

/* Error-Anzeige */
.frm_error {
  line-height:1.3;
}