/* --- Grundlayout --- */
.elementor-field-type-radio .elementor-field-option {
    position: relative;
    text-align: center;
}

/* --- alle Icons --- */
.elementor-field-type-radio .elementor-field-option label:before {
    display: block;
    font-family: "Font Awesome 7 Pro";
    --fa-style: 100;
    font-weight: 100;
    color: var( --e-global-color-primary ) !important;
    font-size: 70px;
    line-height: 1.3em;
}

/* --- ICONS ZUWEISEN --- */

/* 1. Option: ja → Check-Icon */
.elementor-field-type-radio .elementor-field-option:nth-child(1) label:before {
    content: "\f058"; /* check */
}

/* 2. Option: ich weiß nicht → Fragezeichen */
.elementor-field-type-radio .elementor-field-option:nth-child(2) label:before {
    content: "\f059"; /* question */
}

/* 3. Option: nein → X-Icon */
.elementor-field-type-radio .elementor-field-option:nth-child(3) label:before {
    content: "\f057"; /* times/x */
}


/* -------------> Anmeldung / Termin */ 



.elementor-field-group, 
.elementor-field-subgroup {
    display: flex !important;

}

.elementor-field-type-radio
.elementor-field-group, 
.elementor-field-type-radio 
.elementor-field-subgroup {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 30px;
}

.elementor-field-type-radio
.elementor-field-option {
    transition: background-color 0.25s, transform 0.25s ease; 
    background-color: #7D293E20 !important;
    padding: 30px 10px 30px 10px !important;
    display: flex;
    flex-direction: column-reverse;
        width: calc(33.3% - 21px);
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    border-radius: 30px;
}



.elementor-field-type-radio
.elementor-field-option:hover {
    
    background-color: #7D293E35 !important;
    cursor: pointer !important;
    transform: scale(1.05);
}

.elementor-field-type-radio
.elementor-field-option label{
    padding-bottom: 10px !important;
        cursor: pointer !important;
}

.inner-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.elementor-field-label{
    padding-top: 24px;
}

.inner-form i {
    color: var(--e-global-color-text) !important;
    padding-bottom: 20px;
}

.elementor-field-option {
    flex-basis: auto !important;
}

.elementor-field-label {
  text-align: center;
}

@media (max-width: 767px) {
.elementor-field-subgroup {
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.elementor-field-group {
  gap: 15px;
}

.elementor-field-label {
  padding-top: 0;
}

.elementor-field-option {
  width: 100% !important;
  padding: 15px 5px 15px 5px !important;
}


.elementor-field-option .fa-thin {
  font-size: 30px;
}

.elementor-field-subgroup {
  gap: 15px;
}
}

.icon-small .fa-thin {
  font-size: 40px !important
}

.icon-white .fa-thin {
  color: white !important
}

@media (min-width: 1200px) {
.boxed-rechts .e-con-inner {
      margin-left: auto !important;
    margin-right: 0 !important;
}}


.elementor-field-type-email label,
.elementor-field-type-tel label, 
.elementor-field-type-textarea label,
.elementor-field-type-text label,
.elementor-field-type-select label {
  font-size: 18px !important;
}


.elementor-field-group-field_738dcd9 {
  margin-bottom: 0px !important
}

.e-form__buttons {
    margin-top: 30px !important;
}

.elementor-field-type-html label,
.elementor-field-type-radio label {
    width: 100%;
    text-align: center;
}

/*


.elementor-field-group, 
.elementor-field-subgroup {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 30px;
}

.elementor-field-option {
    transition: background-color 0.25s, transform 0.25s ease; 
    background-color: #7D293E20 !important;
    padding: 30px 10px 30px 10px !important;
    display: flex;
    flex-direction: column-reverse;
        width: calc(33.3% - 21px);
    display: flex
;
    align-items: center;
    justify-content: flex-end;
}

.elementor-field-option:hover {
    
    background-color: #7D293E35 !important;
    cursor: pointer !important;
    transform: scale(1.05);
}

.elementor-field-option label{
    padding-bottom: 10px !important;
        cursor: pointer !important;
}

.inner-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.elementor-field-label{
    padding-top: 24px;
}

.inner-form i {
    color: var(--e-global-color-text) !important;
    padding-bottom: 20px;
}

.elementor-field-option {
    flex-basis: auto !important;
}

.elementor-field-label {
  text-align: center;
}

@media (max-width: 767px) {
.elementor-field-subgroup {
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.elementor-field-group {
  gap: 15px;
}

.elementor-field-label {
  padding-top: 0;
}

.elementor-field-option {
  width: 100%;
  padding: 15px 5px 15px 5px !important;
}


.elementor-field-option .fa-thin {
  font-size: 30px;
}

.elementor-field-subgroup {
  gap: 15px;
}*/


@media (max-width:767px) {
.mob-form .elementor-field-type-radio .elementor-field-option label:before {
    font-size: 30px !important;
}

.mob-form .elementor-field-type-radio .elementor-field-option {
  padding: 12px !important
}

.mob-form label {
  font-size: 1rem !important;
}

.mob-form label.elementor-field-label {
  text-align: left !important;
}

.mob-form .elementor-field-subgroup {
  gap: 8px !important
}
.mob-form .elementor-field-group {
gap: 2px !important

}}