details {
  border: none!important;
  border:0;
  scrollbar-width: none;
}

details > summary {
  display: revert;
}

.js details[open] {
  background-color: white;
}

.webform-submission-form .form-actions .button, .webform-submission-form .form-actions .button:hover {
background-color: #662b85;
}
fieldset.monatsbeitrag .js-webform-radios input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

fieldset.monatsbeitrag .js-webform-radios label {
    display: inline-block;
    color: #662b85!important;
    background-color: white!important;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #662b85;
    border-radius: 4px;
    margin-bottom: 16px;
}

fieldset.monatsbeitrag .js-webform-radios input[type="radio"]:checked + label {
      background-color:#662b85!important;;
    border-color:white!important;;
    color: white!important;
}


fieldset.monatsbeitrag .js-webform-radios label:hover {
  background: transparent;
}

/*
.monatsbeitrag .js-webform-radios .js-form-item { float:left; margin-right: 20px; }
.monatsbeitrag .js-webform-radios .js-form-item input { margin-right: 0px; }

.webform-button--submit {background-color: #c30!important;}
.webform-button--next  {background-color: #c30!important;}

#edit-zahlungsweise .js-form-item { float:left; margin-right: 15px;  }
#edit-zahlungsweise .js-form-item input { margin-right: 0px; }
#edit-zahlungsweise .js-form-item label { padding-right: 2px; padding-left: 2px;}
#edit-zahlungsweise--wrapper .js-form-item { float: left; }
*/
.js-form-item-zahlungsweise { margin-right: 15px!important; }
.button {
  border: none!important;
  border-radius: 5px!important;
  border-width: 0px!important;
  border-style: solid!important;
  border-color: none!important;
}
.button {
   -webkit-box-shadow: none!important;
   box-shadow: none!important;
}

/* .foerdermitgliedschaft {
  border-radius: 10px;
  padding: 14px;
  margin-right: 2%;
  background-color: #f7f4f9; 
} */

.layout__region--sidebar .node--type-static {
background: none!important;
}

.webform-options-display-buttons label.webform-options-display-buttons-label {
  border: 0px;
}

fieldset.newsletter .js-webform-radios label {
    display: inline-block;
    color: #662b85!important;;
    background-color: white!important;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #662b85;
    border-radius: 4px;
}

fieldset.newsletter .js-webform-radios input[type="radio"]:checked + label {
    background-color:#662b85!important;;
    border-color: white!important;;
    color: white!important;
}
fieldset.newsletter .form-radios, fieldset.newsletter .form-item {
  margin-bottom: 0px;
} 

fieldset.newsletter .js-webform-radios label:hover {
  background: transparent;
}


.error,
.form-item__error-message {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  color: #a51b00;
  font-size: 12.5px;
  font-weight: normal;
  line-height: 1.0625rem;
}

.form-item--error-message strong {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  color: #a51b00;
  font-size: 12.5px;
  font-weight: normal;
  line-height: 1.0625rem;
}
 .js-form-type-webform-iban-element strong.form-item--error-message {
 display:none !important;
}

/* Select2-Feld wie normale Inputs stylen */
.js-form-item-land .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da; /* gleiche Farbe wie andere Felder */
  border-radius: 4px;         /* gleiche Rundung */
  height: 38px;               /* gleiche Höhe wie Inputs */
  font-size: 1.125rem;         /* gleiche Schriftgröße */
  color: #212529;             /* gleiche Schriftfarbe */
  padding: 6px 12px;          /* gleiches Padding */
  box-shadow: none;           /* kein extra Schatten */
}

.js-form-item-land .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529;             /* gleiche Schriftfarbe */
  line-height: 24px;          /* vertikal mittig */
}

.js-form-item-land .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;               /* gleiche Höhe wie das Feld */
  right: 10px;                /* Abstand zum Rand */
}
.js-form-item-land .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
}

/* Schriftgröße im Select2-Dropdown anpassen */
.js-form-item-land .select2-container--default .select2-results__option {
  font-size: 1.125rem!important;/* Passe die Größe an die anderen Felder an */
}
.js-form-item-land .select2-container--default .select2-dropdown {
  font-size: 1.125rem!important;/* Auch für das gesamte Dropdown */
}

.js-form-item-land .select2-container--default .select2-results__option {
  font-size: 1.125rem!important;
  line-height: 1.5;
  color: #212529;
  padding: 6px 12px;
}
/* Höhe des Select2-Feldes für das Land-Dropdown anpassen */
.js-form-item-land .select2-container--default .select2-selection--single {
  min-height: 2.375rem !important; /* gleiche Höhe wie andere Felder */
  height: 2.375rem !important;
  line-height: 2.375rem !important;
  padding: 0 1rem !important;
  display: flex !important;
  align-items: center !important;
}