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

.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit {
	justify-content: space-between;
	margin-top: 20px !important;
}

.footer-link span.elementor-icon-list-text::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #12181a !important;
	transition: transform 0.3s cubic-bezier(1, 0, 0, 1); 
	bottom: 0;
	opacity: 1 !important;
	left: 0;
	transform: scaleX(0);
	transform-origin: left;
}

.footer-link span.elementor-icon-list-text:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.nav span.elementor-icon-list-text::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--n-menu-item-title-color-active) !important;
	transition: transform 0.3s cubic-bezier(1, 0, 0, 1); 
	bottom: 0;
	opacity: 1 !important;
	left: 0;
	transform: scaleX(0);
	transform-origin: left;
}

.nav span.elementor-icon-list-text:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.nav span.e-n-menu-item-title-text::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--n-menu-item-title-color-active) !important;
	transition: transform 0.3s cubic-bezier(1, 0, 0, 1); 
	bottom: 4px;
	opacity: 1 !important;
	left: 0;
	transform: scaleX(0);
	transform-origin: left;
}

.nav span.e-n-menu-item-title-text:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
	align-items: center !important;
}

.progress .elementor-progress-wrapper {
	margin-top: 5px;
}

.partner-logos img:hover {
	filter: none;
}

.partner-logos img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

.header-light.elementor-sticky--effects { 
	background-color: rgba(5, 63, 92, 1) !important 
} 

.header-light { 
	transition: background-color .5s ease !important; 
} 

.header-light.elementor-sticky--effects >.elementor-container { 
	min-height: 250px; 
} 

.header-light > .elementor-container { 
	transition: min-height 1s ease !important; 
} 
 
.header-dark.elementor-sticky--effects { 
	background-color: rgba(255, 255, 255, 1) !important 
} 
 
.header-dark { 
	transition: background-color .5s ease !important; 
} 
 
.header-dark.elementor-sticky--effects >.elementor-container { 
	min-height: 250px; 
} 
 
.header-dark > .elementor-container { 
	transition: min-height 1s ease !important; 
} 

.reset-p p {
	margin-bottom: 0 !important;
}

.listing-referenzen .img-referenzen img {
	transition: all 0.3s ease-in-out;
}

.listing-referenzen:hover .img-referenzen img {
	filter: none !important;
	transition: all 0.3s ease-in-out;
	transform: scale(120%);
}

.primary-button:hover .button-icon {
	padding-left: 20px;
	transition: all .2s ease-in-out;
}

.button-icon {
	transition: all .2s ease-in-out;
}

html, body {
	max-width: 100% !important;
	overflow-x: hidden !important;
}

/* custom multi select form */

#pruefservice_anfrage label.elementor-field-label {
	margin-bottom: 30px;
	margin-top: 30px;
}

#pruefservice_anfrage label.e-form__indicators__indicator__label {
	display: none;
}

#pruefservice_anfrage {
	background-color: #fff !important;
	border-radius: 12px !important;
	padding: 85px !important;
}

#pruefservice_anfrage span.elementor-field-option {
	align-items: center;
}

/* select fields - layout */

#pruefservice_anfrage .elementor-field-subgroup {
	display: grid ;
	grid-template-columns: 1fr 1fr ;
	gap: 20px !important;
	grid-auto-rows: 160px;
}

@media (max-width: 767px) {
	#pruefservice_anfrage .elementor-field-subgroup {
			grid-template-columns: 1fr;
	}
	
	#pruefservice_anfrage span.elementor-field-option {
		padding: 20px !important;
	}
	
	#pruefservice_anfrage {
		padding: 40px !important;
	}
}

/* select field get button */

#pruefservice_anfrage span.elementor-field-option {
	position: relative;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}


#pruefservice_anfrage span.elementor-field-option {
	cursor: pointer;
}

/* reset checkbox + get button style */

#pruefservice_anfrage span.elementor-field-option input {
	width: 100%;
    height: 100%;
    appearance: none;
    position: absolute;
    padding: 0;
    border-radius: 0;
    z-index: 0;
    top: 0;
    left: 0;
	background-color: #EDEEEB;
	transition: .35s;
}

#pruefservice_anfrage span.elementor-field-option input:checked {
	background-color: #CFF3FA;
}

/* label */

#pruefservice_anfrage label {
	color: #053F5C;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 20px;
}

/* icon prototyp */

#pruefservice_anfrage span.elementor-field-option input:after {
	content: "";
	width: 10px;
    height: 10px;
    z-index: 10;
    display: flex;
    position: relative;
}

/* hover */

#pruefservice_anfrage span.elementor-field-option:hover input {
	background-color: #CFF3FA;
}

#pruefservice_anfrage span.elementor-field-option:hover label {
	color: #053F5C;
}

/* active */

#pruefservice_anfrage span.elementor-field-option input:checked ~ label {
	color: #053F5C;
}

#pruefservice_anfrage input#form-field-datenschutz {
		appearance: auto !important;
		width: 20px !important;
		height: 20px !important;
		position: relative;
	}
	
#pruefservice_anfrage input#form-field-datenschutz ~ label {
		display: block !important;
	}

#pruefservice_anfrage input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	padding-bottom: 10px;
	padding-top: 40px;
}
	
.elementor-field-type-acceptance.elementor-field-group.elementor-column.elementor-field-group-datenschutz.elementor-col-100.elementor-field-required span.elementor-field-option {
	padding: 20px 0 20px 0 !important;
}

 .elementor-field-type-acceptance.elementor-field-group.elementor-column.elementor-field-group-datenschutz.elementor-col-100.elementor-field-required span.elementor-field-option {
	 gap: 20px;
 }
 
 .elementor-field-type-acceptance.elementor-field-group.elementor-column.elementor-field-group-datenschutz.elementor-col-100.elementor-field-required a {
	 color: var(--e-global-color-secondary) !important;
 }
 
 .elementor-field-type-acceptance.elementor-field-group.elementor-column.elementor-field-group-datenschutz.elementor-col-100.elementor-field-required a:hover {
	  color: var(--e-global-color-f193179) !important;
  }
  
.elementor-field-type-acceptance.elementor-field-group.elementor-column.elementor-field-group-datenschutz.elementor-col-100.elementor-field-required .elementor-field-subgroup {
	grid-auto-rows: auto !important;
}

.elementor-field-type-acceptance.elementor-field-group.elementor-column.elementor-field-group-datenschutz.elementor-col-100.elementor-field-required label {
	font-size: 13px !important;
	line-height: 13px !important;
}
 

/* Neues Formular */

@media (min-width: 320px){
	:root{
		--form-column-anfrage: repeat(1, 1fr);;
	}
}

@media (min-width: 768px){
	:root{
		--form-column-anfrage: repeat(2, 1fr);;
	}
}


.with_frm_style .frm_form_fields > fieldset {
	border-radius: 10px;
}


.frm_image_options .frm_opt_container {
    display: grid;
    flex-flow: wrap;
    flex-direction: row;
    margin: 0;
    grid-template-columns: var(--form-column-anfrage);
    gap: 20px;
	background-color: #fff;
	grid-template-rows: auto;
}

.horizontal_radio .frm_radio.frm_image_option {
	padding-left: 0;
	width: 100%;
	height: 100%;
	appearance: none;
	position: absolute;
	padding: 0;
	border-radius: 0;
	z-index: 0;
	top: 0;
	left: 0;
	background-color: #EDEEEB;
	transition: .35s;}


.frm_image_options .frm_image_option_container {
    border: none;
    display: flex!important;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    box-sizing: border-box;
    position: relative;
    height: 100%;
}

.frm_checkbox.frm_image_option label,
.frm_radio.frm_image_option label{
	width: 100%
}
	
.frm_form_field .frm_checkbox.frm_image_option,
.frm_form_field .frm_checkbox.frm_image_option + .frm_checkbox,
.frm_form_field .frm_radio.frm_image_option,
.frm_form_field .frm_radio.frm_image_option + .frm_radio {
	margin: 10px 0px;
    position: relative;
    display: flex;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    width: 100%!important;
    background-color: #EDEEEB;
    margin: 0;
    padding: 0;
	    overflow: visible;
}




.frm_text_label_for_image {
    text-align: left;
    width: 100%;
    padding: 0;
    word-break: keep-all;
}

/* Check-Icon*/
.frm_image_option_container .frm_selected_checkmark svg {
    fill: #053f5c;
    width: 32px;
    height: 32px;
	border-radius: 32px;
}



/*-- korrektur --*/

:root{
	--transition-base: .35s;
	--icon-size: 64px;
}


@media (max-width: 768px){
	:root{
		--icon-size: 32px;
	}
}


@media (max-width: 768px){
	.frm_form_field .frm_radio.frm_image_option .frm_image_option_container{
		transition: var(--transition-base);
		display: grid!important;
		grid-template-columns: var(--icon-size) auto;
		padding: 1rem!important;
		height: 64px!important;
	}
}

@media (max-width: 768px){
	.with_frm_style .frm_form_fields > fieldset {
		padding: 24px;
	}
}

@media (max-width: 768px){
.frm_image_options .frm_opt_container {
	gap: 6px;
	padding: 0!important;
	}
}

@media (max-width: 768px){
	.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label{
	font-size: 14px;	
	}
}


.frm_form_field .frm_checkbox.frm_image_option .frm_image_option_container,
.frm_form_field .frm_radio.frm_image_option .frm_image_option_container{
	transition: var(--transition-base);
	display: grid!important;
	grid-template-columns: var(--icon-size) auto;
	padding: 1.25rem;
	height: 120px;
}


.frm_forms .frm_progress_line input, 
.frm_forms .frm_progress_line input:disabled{
	box-shadow: none;
    margin: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    height: 6px;
}

.frm_form_field .frm_checkbox.frm_image_option label,
.frm_form_field .frm_radio.frm_image_option label{
	cursor: pointer;
	transition: var(--transition-base);
}

.frm_form_field .frm_radio.frm_image_option .frm_image_option_container{
	transition: var(--transition-base);
	display: grid!important;
	grid-template-columns: var(--icon-size) auto;
	padding: 1.25rem;
	height: 120px;
}


 .frm_form_field .frm_checkbox.frm_image_option label:hover .frm_image_option_container,
 .frm_form_field .frm_radio.frm_image_option label:hover .frm_image_option_container{
	background-color: #cff3fa;
} 

.frm_form_field .frm_checkbox.frm_image_option input:checked + .frm_image_option_container,
.frm_form_field .frm_radio.frm_image_option input:checked + .frm_image_option_container{
	background-color: #cff3fa;
}

.frm_image_options .frm_image_option_container .frm_empty_url,
.frm_image_options .frm_image_option_container img {
    width: var(--icon-size);
    height: var(--icon-size);
    object-fit: fill;
    border-radius: var(--border-radius);
    float: left!important;
    margin-left: 0!important;
}


.frm_image_option_container .frm_selected_checkmark {
    z-index: 9!important;
}


.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
	padding-bottom: 50px;
}



/* Kontaktformular*/
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
	min-height: 10px;
}

.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=phone],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style textarea,.frm_form_fields_style,.with_frm_style .frm_scroll_box .frm_opt_container,.frm_form_fields_active_style,.frm_form_fields_error_style,.with_frm_style .frm-card-element.StripeElement,.with_frm_style .chosen-container-multi .chosen-choices,.with_frm_style .chosen-container-single .chosen-single {
    color: rgba(5,63,92,1);
    border-color: rgba(5,63,92,1);
    border-width: 1;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-radius: 0px!important;
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    padding: 16px 50px;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
	box-shadow: none;
}



@media (max-width: 768px){
.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
	padding-bottom: 10px;
	font-size: 14px;
	}
}

@media (max-width: 768px){
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single{
	color: rgba(5,63,92,1);
    border-color: rgba(5,63,92,1);
    border-width: 1;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-radius: 0px!important;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 8px;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
	box-shadow: none;
	}
}